Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2025-58068 (GCVE-0-2025-58068)
Vulnerability from cvelistv5 – Published: 2025-08-29 21:12 – Updated: 2025-11-03 18:13- CWE-444 - Inconsistent Interpretation of HTTP Requests ('HTTP Request/Response Smuggling')
| URL | Tags |
|---|---|
| https://github.com/eventlet/eventlet/security/adv… | x_refsource_CONFIRM |
| https://github.com/eventlet/eventlet/pull/1062 | x_refsource_MISC |
| https://github.com/eventlet/eventlet/commit/0bfeb… | x_refsource_MISC |
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2025-58068",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2025-09-02T13:49:48.188360Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2025-09-02T13:51:35.797Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
},
{
"providerMetadata": {
"dateUpdated": "2025-11-03T18:13:48.690Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"url": "https://lists.debian.org/debian-lts-announce/2025/09/msg00003.html"
}
],
"title": "CVE Program Container"
}
],
"cna": {
"affected": [
{
"product": "eventlet",
"vendor": "eventlet",
"versions": [
{
"status": "affected",
"version": "\u003c 0.40.3"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "Eventlet is a concurrent networking library for Python. Prior to version 0.40.3, the Eventlet WSGI parser is vulnerable to HTTP Request Smuggling due to improper handling of HTTP trailer sections. This vulnerability could enable attackers to, bypass front-end security controls, launch targeted attacks against active site users, and poison web caches. This problem has been patched in Eventlet 0.40.3 by dropping trailers which is a breaking change if a backend behind eventlet.wsgi proxy requires trailers. A workaround involves not using eventlet.wsgi facing untrusted clients."
}
],
"metrics": [
{
"cvssV4_0": {
"attackComplexity": "LOW",
"attackRequirements": "PRESENT",
"attackVector": "NETWORK",
"baseScore": 6.3,
"baseSeverity": "MEDIUM",
"privilegesRequired": "NONE",
"subAvailabilityImpact": "NONE",
"subConfidentialityImpact": "LOW",
"subIntegrityImpact": "LOW",
"userInteraction": "NONE",
"vectorString": "CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N",
"version": "4.0",
"vulnAvailabilityImpact": "NONE",
"vulnConfidentialityImpact": "NONE",
"vulnIntegrityImpact": "NONE"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-444",
"description": "CWE-444: Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2025-08-29T21:12:24.534Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/eventlet/eventlet/security/advisories/GHSA-hw6f-rjfj-j7j7",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/eventlet/eventlet/security/advisories/GHSA-hw6f-rjfj-j7j7"
},
{
"name": "https://github.com/eventlet/eventlet/pull/1062",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/eventlet/eventlet/pull/1062"
},
{
"name": "https://github.com/eventlet/eventlet/commit/0bfebd1117d392559e25b4bfbfcc941754de88fb",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/eventlet/eventlet/commit/0bfebd1117d392559e25b4bfbfcc941754de88fb"
}
],
"source": {
"advisory": "GHSA-hw6f-rjfj-j7j7",
"discovery": "UNKNOWN"
},
"title": "Eventlet affected by HTTP request smuggling in unparsed trailers"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2025-58068",
"datePublished": "2025-08-29T21:12:24.534Z",
"dateReserved": "2025-08-22T14:30:32.223Z",
"dateUpdated": "2025-11-03T18:13:48.690Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2025-58068",
"date": "2026-05-27",
"epss": "0.00106",
"percentile": "0.28206"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2025-58068\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2025-08-29T22:15:32.327\",\"lastModified\":\"2025-11-03T19:16:13.340\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Eventlet is a concurrent networking library for Python. Prior to version 0.40.3, the Eventlet WSGI parser is vulnerable to HTTP Request Smuggling due to improper handling of HTTP trailer sections. This vulnerability could enable attackers to, bypass front-end security controls, launch targeted attacks against active site users, and poison web caches. This problem has been patched in Eventlet 0.40.3 by dropping trailers which is a breaking change if a backend behind eventlet.wsgi proxy requires trailers. A workaround involves not using eventlet.wsgi facing untrusted clients.\"}],\"metrics\":{\"cvssMetricV40\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"4.0\",\"vectorString\":\"CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X\",\"baseScore\":6.3,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"attackRequirements\":\"PRESENT\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"vulnConfidentialityImpact\":\"NONE\",\"vulnIntegrityImpact\":\"NONE\",\"vulnAvailabilityImpact\":\"NONE\",\"subConfidentialityImpact\":\"LOW\",\"subIntegrityImpact\":\"LOW\",\"subAvailabilityImpact\":\"NONE\",\"exploitMaturity\":\"NOT_DEFINED\",\"confidentialityRequirement\":\"NOT_DEFINED\",\"integrityRequirement\":\"NOT_DEFINED\",\"availabilityRequirement\":\"NOT_DEFINED\",\"modifiedAttackVector\":\"NOT_DEFINED\",\"modifiedAttackComplexity\":\"NOT_DEFINED\",\"modifiedAttackRequirements\":\"NOT_DEFINED\",\"modifiedPrivilegesRequired\":\"NOT_DEFINED\",\"modifiedUserInteraction\":\"NOT_DEFINED\",\"modifiedVulnConfidentialityImpact\":\"NOT_DEFINED\",\"modifiedVulnIntegrityImpact\":\"NOT_DEFINED\",\"modifiedVulnAvailabilityImpact\":\"NOT_DEFINED\",\"modifiedSubConfidentialityImpact\":\"NOT_DEFINED\",\"modifiedSubIntegrityImpact\":\"NOT_DEFINED\",\"modifiedSubAvailabilityImpact\":\"NOT_DEFINED\",\"Safety\":\"NOT_DEFINED\",\"Automatable\":\"NOT_DEFINED\",\"Recovery\":\"NOT_DEFINED\",\"valueDensity\":\"NOT_DEFINED\",\"vulnerabilityResponseEffort\":\"NOT_DEFINED\",\"providerUrgency\":\"NOT_DEFINED\"}}],\"cvssMetricV31\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N\",\"baseScore\":9.1,\"baseSeverity\":\"CRITICAL\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":3.9,\"impactScore\":5.2}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-444\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:eventlet:eventlet:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"0.40.3\",\"matchCriteriaId\":\"458E8C32-D5A4-47C6-9A7F-5EE3ECD09738\"}]}]}],\"references\":[{\"url\":\"https://github.com/eventlet/eventlet/commit/0bfebd1117d392559e25b4bfbfcc941754de88fb\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/eventlet/eventlet/pull/1062\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Issue Tracking\"]},{\"url\":\"https://github.com/eventlet/eventlet/security/advisories/GHSA-hw6f-rjfj-j7j7\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Vendor Advisory\"]},{\"url\":\"https://lists.debian.org/debian-lts-announce/2025/09/msg00003.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2025-58068\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"yes\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2025-09-02T13:49:48.188360Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2025-09-02T13:50:18.375Z\"}}], \"cna\": {\"title\": \"Eventlet affected by HTTP request smuggling in unparsed trailers\", \"source\": {\"advisory\": \"GHSA-hw6f-rjfj-j7j7\", \"discovery\": \"UNKNOWN\"}, \"metrics\": [{\"cvssV4_0\": {\"version\": \"4.0\", \"baseScore\": 6.3, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"MEDIUM\", \"vectorString\": \"CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"attackRequirements\": \"PRESENT\", \"privilegesRequired\": \"NONE\", \"subIntegrityImpact\": \"LOW\", \"vulnIntegrityImpact\": \"NONE\", \"subAvailabilityImpact\": \"NONE\", \"vulnAvailabilityImpact\": \"NONE\", \"subConfidentialityImpact\": \"LOW\", \"vulnConfidentialityImpact\": \"NONE\"}}], \"affected\": [{\"vendor\": \"eventlet\", \"product\": \"eventlet\", \"versions\": [{\"status\": \"affected\", \"version\": \"\u003c 0.40.3\"}]}], \"references\": [{\"url\": \"https://github.com/eventlet/eventlet/security/advisories/GHSA-hw6f-rjfj-j7j7\", \"name\": \"https://github.com/eventlet/eventlet/security/advisories/GHSA-hw6f-rjfj-j7j7\", \"tags\": [\"x_refsource_CONFIRM\"]}, {\"url\": \"https://github.com/eventlet/eventlet/pull/1062\", \"name\": \"https://github.com/eventlet/eventlet/pull/1062\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/eventlet/eventlet/commit/0bfebd1117d392559e25b4bfbfcc941754de88fb\", \"name\": \"https://github.com/eventlet/eventlet/commit/0bfebd1117d392559e25b4bfbfcc941754de88fb\", \"tags\": [\"x_refsource_MISC\"]}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"Eventlet is a concurrent networking library for Python. Prior to version 0.40.3, the Eventlet WSGI parser is vulnerable to HTTP Request Smuggling due to improper handling of HTTP trailer sections. This vulnerability could enable attackers to, bypass front-end security controls, launch targeted attacks against active site users, and poison web caches. This problem has been patched in Eventlet 0.40.3 by dropping trailers which is a breaking change if a backend behind eventlet.wsgi proxy requires trailers. A workaround involves not using eventlet.wsgi facing untrusted clients.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-444\", \"description\": \"CWE-444: Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)\"}]}], \"providerMetadata\": {\"orgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"shortName\": \"GitHub_M\", \"dateUpdated\": \"2025-08-29T21:12:24.534Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2025-58068\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-09-02T13:51:35.797Z\", \"dateReserved\": \"2025-08-22T14:30:32.223Z\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"datePublished\": \"2025-08-29T21:12:24.534Z\", \"assignerShortName\": \"GitHub_M\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}
}
}
RHSA-2026:2129
Vulnerability from csaf_redhat - Published: 2026-02-10 09:39 - Updated: 2026-05-28 09:24A flaw was found in qs, a module used for parsing query strings. A remote attacker can exploit an improper input validation vulnerability by sending specially crafted HTTP requests that use bracket notation (e.g., `a[]=value`). This bypasses the `arrayLimit` option, which is designed to limit the size of parsed arrays and prevent resource exhaustion. Successful exploitation can lead to memory exhaustion, causing a Denial of Service (DoS) where the application crashes or becomes unresponsive, making the service unavailable to users.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:09ad41d3ddb9aba6d649812d1e48433f5778b1cd9d5e0e1466b34e6516b864e1_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:7b3a100ca1bce2bced0306ec9d4b90a4dfe8596c5bdf51799aa3a7a1ef36fef3_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:ace3b3b02c33261287a32253dd1c027769743797317ac4259c9102e0b3db6603_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d289ef93e6e179405cae0db5309865f76cefababf168006abf09fc3a51a32bcc_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:021a57a7ea58117b5942b474f8899924fe7ff170b234aaa301f86ff465726ce7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:37283f08df56189fd19f7052523f5eda5a5eba0096c32fc3926eda3bc9398a8c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:459032d57026d4dbb2af370f796c28a69e2e30389a84cdab0e43de4435d980a2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:82ebaab991c00d42430890eed6322e9d060c3b4581ad563383a7d13172de4c08_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:244a4dfcd32e2a6bed90fd5e452b63822af9eb60375b9ac45c1864c2fccaf765_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4eda87164b71e7c6fd8b5a39ea77bb1bbf138f43d5732c08e314369b18e2509b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d2d6b9b7d7cb72703bda76e6814e5714b101faa03b14f55507b82dddce6fa09a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:f5f2d566546e640f59746e3616b98dab55eacdd33ea04b7cff887da6cafbe380_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:21cd6ff9f8ff53d747746f2d772344a8a9be9bd4582d641a0d6814da81e42dc7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c16a9db40d92bd605eb9843f2fb30f793e9f807e924a98f58bdfe9e8ff5598fe_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f7eaa545a5719eea518c0d48a5010a9e729ca7657f95712b86bd091c6906ed9d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fbad6ec51decaf69511274952af912054493d07f8de4aeb044b0728e015e331b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4b6ce9a91e0408d0869e2d64ccfba93b8b0587c8c4514c024093e47d520b7b13_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5bab5f51374c260e261af4d094d6d834011bb00d20269e5f87c670ab2e5fc50f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:b046acdbaee02a88bc76e80217864aa8a933b4c624abf504bf40b3b5700a3ddf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:da7ec98aeffdf151279fbfd2d45163722323094e790ab1e5b14e3a75bebf7ba2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1320fee14f620ff211195e536a81bf80c41140d10d8493dca37f484b4803e1a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:69849de1ca4d23c9faf12777ff7f26deb7eaf3026725512e29e7cfbfcb5e30dd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7ae48499c990a9bb0ccfd436de6e4586ba27e9fd4036b4efe76299aafc4520e0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:bdb7981f8aadb7c27bdc448ce4baed28ddd8d08ae1a83af66255bc70d3b87d63_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:06477b1ed6e12b1088fa198f1158cedd852d51773f75622a652220d147aad66d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:73cd8858eb6e706064aa3fb5b397696ad2a8d264ed9380ceeb8d8d89afa96914_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:95a5dd3ee93857d9e65d57257e2864774e0f1aa15d14c62765dd110807a7e983_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bf017210bb8bfbefa027c830656e83b3db86e940e5ef1f62e67fdc84545cd118_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:04441c2a5c244d0a76052a2e071d994d81415da2cbf49cdd74d3b64fae89fea4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:50caa5c63088b2cd98d85bf793eed760beae31c73d8cccc60f3c82f7e4a436f2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5d302fd1e0d562fd3074aea7fda53b46878dd5c27f53b4086f43e0b60c69cd92_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c1ec441285a07891350ef5b92dfe8cdef23f963d39ee86b7c2eaa0f29deced63_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:29924ddf95c884e61e24bc38d457d4bb997c5a03789459ef7565f2350c778e44_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:865ec06e1488b9c81e370e48824dcd003c617f45198943118f99889c9a23ae5b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9c28ccab17d26b72d9ae5d65f7a1ea11bbbd2cd39076f517e6655b9a35a277b9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f2a4bddcbf9cd3c04f90623faceceb3f3633ebea89954ddd26dadad9b6f9cc1a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:0f34558006e45eb8ad74dfad87ee15c34e2d5bce5f192fb00290ba8f6b2e06a6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:a0104045a7c163322387f621af644a79ba8b3e2d44bfa4094db15fad792e7825_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:b83a1577d6d15ea51ba7417aadaf190944d02a36e1067ff9973b9b0e59f207b2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:bfeca6b1d120f47ef42ace529f8663c90e420a3d1067891268e0fbbcd0c8fd3b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:09fb74bc16d6152ee950f1e2e01a72244e43c030205e6878577ae8a288f229dd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:933bdee9a720806a6c7537ed79ad75e25ae64144eb7e738942c36b2a72427c51_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a882578ad9240c994b4f21955809f6d332965cde3686fd2da1c4bc1bd89181f5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:eb823609e74431800e5bd7fd2399e11d17ea8cf0a16a578b70f1447aadbfe8d6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1a4a79d38290e993721e5a239acdc973fd395188d4b47ef664716249561f9b9a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1ab570c571e5291796e3eccbc336775207aced63674920c7416c67fdcdda5ef1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:46f5577da7e69caa3c941ead5de0ce8e373a77348df4c9dda922319a47533af0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:dfb1568b260cebf47b31b5bc5b956dd573ef5e10f5c04bc7951d4aefba1e1c29_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6405c266dbbd8b035f0fdec36d4663fdc2e3981899fec3828e7bcac0094f981c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a0ce68bd8e54f1975c89b6739bc6d94e9ad8214df431d1c41907866dab1cd9f6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:bdac9d54f25066cf36bac0fe90d1df7d89fb91d49ac68c09db1cf14862c91b43_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d8254c11772cacaf25e2a1b24b41a7694b530246cb980ce80caa5298acc71c31_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1b5aa2a8fa69661df2b4cef49e2a8e25e20ecba84ca80d5c671d8cdc73e7e31d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:54c656c9b7ff7f7d9412253dcb0c4484233f4cbe77512b63e69ba1532a4a41d5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a2d16879e07bae5f6eddbb5615c313001ffc4b74e91849ee9c2496bbb5996616_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e37862fed49b426c4344fa755c3442dfe134922b3b5a3c80c4bf4abaea7e6563_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:04e4334b0ce10eb5402543501944e72b9230c79f470f5976f8e5bcd5a18cd28e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:34a11ddd5af5a8d2331804ab76c6319587bcab73bbafc10b6f710260e5ace5ec_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:86ff72407e38fffd121bee52ed9e1229213f5db18cf1324a08296597aaf494b4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:edd7568d61e33652709d4bca937a801a4eb6a0f134ec7866eae3da1f19a01400_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:44623a58b3a052f8cf871befe578ff1419b5a36c9f61849bdf58a15148c3f65b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:78ba410665c68a41a5adbd8422a349de2274be894328ce523364f1ec2a71be01_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:823e1e9e7e7743538180596210828b19b6e3c8f435a7c792be5b945be76d9956_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:eee0084caae19613373c30ac9d2f25de2c202dc83cb6b3077baeab3b2ca89c26_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:17d193d080ae253f4e43ab259c28fd84f5f738967fe2ad4b6528fd42dedb86e2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:36ed0be4ed17c503bb07435b198cbd5e255660bb1e72ce49db7ccbcb3ce92a23_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7c1aa77f92efcbd6fdea6120c75e2cb19985aaa2cc48e2d4d3d4ecb87df0d277_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:d6dac5da24656ce0a1494234b06783b5e4ef052c0d283e66f881c21d1766c51a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:380b5a968a30fa54a963bacfc37767a01f6067b6290fd2d877d6b1943a7738a1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:6d1570e8f771ef561c5ddca5410cb86dbc94943cb23b6f96fb2dbe5b9a2f1823_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:7a9f65149b802b3c2ac4d2a96bf53c1dd6eedf8c5fe921783962197bbce94207_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:a99a994a160375e89550347eed1631bb0d12bb4dccf7ed49119935520b744235_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:22b6a40bf066153e072a2d22e48032b91a7f70e2de0d38b2bc5665b72f5635ca_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:499dba655c620472ffee2c73f5f6c53599dcaa8755af1ddf60388702041c6cfa_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:9f82e685ce4849aacbc315249403939d8e9fa55ca297ec0d829d445a3133ed9b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b11b0fd3272461cb95d4f3c79c5c1138770085b461fb8c64c5f19f3f2276abf5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:06ef27c670aa46891c208f0a1ce5be98a92a321e81865484c17db725d6c48f6f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:50187fe1e5905226e869fe96d050d1fa6c91c0ca9f360456030514a0f3efa2a6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:828613cff0791cce90feb1abaf17c31f8a89e409f605d23ca79904feaafa8cc6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:889a2f9b69467f174deb05d9f57eccfd85e8f6e2ce2620a3e3b5c15019a108c3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:381cea76282031f4a018997a2ddcaf6222576807356d45ab3357b52a30f6bb3c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:604bace7f2173c964ecf1b54fe70fc08abbb7a39fcefd21af752c7a12f6f5a31_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7acae5b318d8162c7da445ecc28ed374eb1db0a92e3e6136f1a3d6a82bd75495_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:df00671b04cef1d122484a876880dbf4cc250c63730537fef7e1651b58f9a9dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7246c15cef44f3945840162c1dab72daf8c0c4999345aa6ba148dd34597f4ea1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c7fa305a0d4a592411905c2f44a8218e25caa39e293ba68e1c84458683c93979_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ccf25a1cbb0c79753f4049cc37fafb77d0f8dbdd896e4cad7e9674877dc84589_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e1ff850187bfcc5e53338ee32678873692eb81a7bc72c5d3a928722571d312df_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:bda6a57c2ad84239536aec6a20a9c37fbfc7aa13c994647427936bf0b3b3361c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:49da4e953f3ab4d734c88b4371082bd9c6fbefd00875d8c3f0f8e58f060b6a25_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95c4abf5e354b5a324515cf6e69195ad3576383386665683d4bb8f349e558416_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bbc0c1a5769338492d873bdb15757525f69e250f5a4320d36f249fc35d57d356_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bf5e48b3778e040c4ebb1a8b0bd2aca2e7814720fa400115ceed9e1745f3e2fa_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:2b26daa64e5d4151cb1cb91cf459afa93b2bdabd2b9d5d28585bec72484c0e63_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c2d77eab011a8025098e1254c384f83af4f7e0d3ba9e6d2772eda689e644b036_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cdf9f5f665881fa0c5a2f3c98e4c99673dbe8a92cdcbbe6b80e9dce09f59a8dc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ef4521604c721bd0ae8a4b822ac9584d3c7c8a80c5ecfe263da6ff9500d95ba5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:29a5ed8364575efa8d539b05c002e8b82cc57350d4c015303b4fc46b06903eda_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3751262aca1a347b013648e64294520615e447cb875b1e7c04535c9c5e843ccf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:5bdc6dd4698facc8189308328f6fc62ad7f4a3a5bf8c8a5775fe6e966eb44eeb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:e4aa456e8c865f66105e9f1828b455bf09d80960759209703df345a559b36608_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:74cc690a06a3f7ede74550b2416957a6318136ec7b703de33588122e7222eac0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ad7055ad351c0c24582721dcbf7f422b6a31290104530458e456bddd1a637938_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:54ff1a36ba796e5b88ae421a3836220f5774f0694cd49da8aff5f8c1efaac958_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ff8879335cb7031227028d3bbd5ae3c882c721871a28a42216fdf94885cc48f0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:4bffd0baad38d0ea6f54efb82701a6530eae707565fee41e2e65682a990267b8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:6381f7fc63ba688a5514eeef31d629e8e6cf01d6910f29f7dd38cc48a49f392b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:6792be8aa7640d171ee8102e5315ee2cb5e51af62f7f9ebdfbb0b54e89e35cbf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:e168e04989169bf67e16af77f602c8d762b1ef424f4abc92ad8ef8a135d6fe69_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b9e9f7cb5894890829532f10dda00d008bc5745b999b76daa26b5667e00e0b87_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:f8ab11c42ded9679807701a6c9564ff67b13ba875e28cdbb7663d9382f8e194c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:203f1d7c4feca08547dfa923507640370e669f83029fcd373e4e93461cce9421_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:8b16e6a9162b06a6565a48f4b05f3a1681f9f6349278d4f44d93ebe60d96c566_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:ef131d257bfc318cd0071ea2867d209fd8088da69e92fd3d07bce2b86d4eb2f4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fd5a0222754643780d37e10af8b077bf257b5b4be2abfd2393f0423a4fd4b291_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1f910938470138dfb6656b608393e46eb5c59d76edcca34b8bbc7148f2479061_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:71ce3309765f3dea75ed45541065b35f0aeb697d59b013294775e84b780f361a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:313d893f24ad6f2f8c7881f418b9a5e9c499674052a97434372d1d079411ffc2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:93bef2950591dfbc736a80f6a92659b6868991040450c5cc415d32e225177512_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:9487390a62cbea3de31fcfa46d05ff56a9d088426101b056254d0a3dddd6631c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:d4cd54fcdc26243209c918dbb1dc54e940965cd12cb6d05259c0ed45e3755516_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:2f9449039570a38ef4191b3717a9597219919ffaff87b645f06c4daec74a3cbc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:5d72d27d9247c2a9ae05a1e496eea2c264df19be8a566147cf5cdf378d82ac4b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:2b1553659b6cb1a4fc9e75dca05c4117d98894a5ec55a650fb60a2062cf1b79b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:35d963f072ba8d1d78380c48815bd2d06dff7f1917e493ca64a37d319988e6a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:42870b8a98ae271ad0f0b23ad541bc37a9585e93dc6822f149a0bcf53c78036d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d797ecf477151c6821be3fb5e18dfa8f8df04233fa9f7da7b554da9eb38f0058_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:27d55172feba74eb9712fdb42300721acfa72e5d3739feac7c4353f8a36b4b38_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:5bba9f8444a0daf6194a6eda5d1b027781717446435ae4249a558a31fe17e06e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a8840079bf9bf05cf2f9c4a7f38bb45b09baee82128d12df604007278fbdb198_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:effc3a9f6c7bb400163dbda690d84d9ef4d40736105a2594209efa8c0c5dc80b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:3b6acf7cf4c49d979d30049d80bd265e7e8f17331648008bb4f9033822ed0a41_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5b377378d275c0a152365c6dcfa6e5f51a30de20210991ad8a4b5c45654cf022_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:855e978f66e69d149f00f5cdea64c68b677a1f2e9e1c28f3f67846bd5497ea9a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9bbfc2d46e0e771ef7bf390e121f26b0dede58ac0ab6cc04e7592469a78ae5c8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:101533b9ac484f5e8c3f1d95b742f3596fdf42d6a706aeca5712648ca50e8ce2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:2918100b369a980a69fdd9d0bc0fc7c898bcdde23f8ac8c9a8a22066f2b1d87d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4f2d8d750ce5932589e4c3b10579f00da60407a89be1976f3b54184c997650ab_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e7b4095c367aa9811dba1e43cda61f60b54b9536d9900990e7e6eac745ec7ac9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1bb758a596fc11988a09a696981630bd00a73dca7c4ed52799f722ef87db6a91_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:50aa9b6ba005c3f004568e82cc73eb56ba6342720626f9a35eca618fd1ac9cc7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:982fa1221449a4e78c06e6a13b7ee325b8951a8a04d0014939dc49b13c6ab79d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f055755224db92970aa09e26ab84f8f8c3a67c2c8cd442eb4e7764e3474d4613_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:719c8857fcfce93887b77a94974d418e3bf19befe0ed25c5974bfc7ed53814bd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:90f04dac670c4d0c505cf8f96d020c9e3f4c0747b91dc2a2531db407ffdcfbd7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a921b1d40f1ebac4edf1d6bbe26fd7e39329776044e17d7f2409b20792acc271_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:db281fb5bc3ccd949d2156d7eafe5691ecc317c3e690f9987436d8b4317e6ec0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0a68822ea4fb06b74890aebdb694cbba827a5c1b9519b5a4d2086a867464fa2b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:38a4de43972a5ae5404ebc5862329c0b59ee5a6c72b5e3fa8be3171ad65ec713_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:dc970cb4ede420e1d131a6146d256269ca6fb34b633c17315e6b202723765bd7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f47d18b4634f6f675e50f165a805f33970a038843dd48fe8a02b3924fa70e8f9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:6731876f6a37e6e26e079b4d8901f7bdcdcb6f34f8f27c850ec813ca5b3a9543_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bfebb3f4a3a9476c2307fafdc5ec3fe7586c51dde9c5448fde7d34e37e2f45af_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c6b9b4bd2d7210a42dda555d8375807bec66a4f8693fdf256042b49b3f0130c6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:eab2bb53112191763cd944b3b13cf750ea9390b56d7d14d312183ffe56d0a394_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:3ca197c0d720c1314db2f36fdd4f1fd81f0b729829f27b39508f0a6e7ecf7bab_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:475e121c7d6f480d7d2545252a7b59510a66cfb609f586bb587595ccfa3b71d6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6cedc3acc4032d410aa6c0142de17e62461401a772a09c795371238dc00fe91b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ce34f62e6953d64b6566905934afc4a1f5911ec68483f5ceecb59d187e37a955_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:2037952b4938add2200b79534d571adffd95bb0c6ce04e7ea4a6c0ad85389771_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:698f43ebb93c00ee0a916be218a7819d0a402e32c12724afc51f2323c26d541b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c247cff3341da9969055ddef313806cda81c2dac492ce683d4abcd5ceb5a9bc9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f12ba7fce7d3a13280d4bfe412b9b54ca22baa52b90be0fd7825ac719f1de068_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0d06e661c793f5524b749bff4124ebcc17b7acff1b57a672064c072dd7b0390d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:484c08c7c512dfb681137cbf0cdd45f42ed4181a690076f6dc6920724687655f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8a100494af630b1dd1ac3e0a7c75fba4853a1e7471a0b6eae2f7d6b7762beeee_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c9329187e9bde81fc4f0b4996c909fe4e9354e58fe353340600532153254e5b4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9143250b98cf0e2f2b3ec33bc25a856d0b2dd432d1994740e639bde2ed1deb29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9a7f2845529ffd78d9193a8329bd1761b7723678b83e8d5362aaafa657c398eb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:c6ef91fb95bad775d172019ab1b5f9c275c2302f85f04c0504273be57eab1989_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e2becd018c34a7c29e770fa329cba4f1a371d4b089451365abb35acacedbcdfb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5279e457358edeae97e136d8067f05d60b4b806c92e687bbd11afecda4840eda_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5d76a917f9cea787b11ab23bed912261cad050e397769c94c1b70cac389c48b0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:88237cdb1714ed0759ff8c96466010145ff8cfd60a7dd3debec25e3a2b33200e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ff62706a4904af960c4989c87712d896b34265fcaf21ecc9500daecd03561b38_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:15ddf484307e3bc53f165873cf04ea008f4f5720effb19e3ca1aeabd9fae64e3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:28a6a3b04348c6191f58b9b0a700acc995d5fbcee3cdf1af5e34dfb0a15918fc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4933a9cb0be09725767981638b9139867cad6a26a228701ec034d45c3f7da4de_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4b571bca7d279192d7095a9d157cdf40f553543b6a39658919bc5920445d1177_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0f18441bd2e164906e7bad119d70b8f5b9b47c1596d58b6d812ee1e2f4b6c0e5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:77df277ba08b5a6efaf78b4ec5e59a7aca2569e00e7644d27e1d2653d80d150b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:afee031de2fff6cb0e07995b5f6c4ac83ab4cf3b83f23a3931a4d7e15a512c1e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:cc8b86ad3d080ab5dedb159dfca744ce669341a2491e5a0bab4f59e3dae9ed7e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4a76171907bffd3a94e149dfabb6170331e2fc0a30f3ea7b8eba1cbe68e1fa80_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:62f935bfe570ea83e376ea84589bffcf0b99d30eef620adc813f72501d982705_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:75a992b3a14138492b585b3500a6b6f565c912b193834fa562c990bee8115e90_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:9fa46e30f86fbaa943f136733680d0e8a668df1e04d1bcb71160b8bb795a2df0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:58b7b6502847bba5230e65e90a10350d8cdfd331f5656425dd2f310e3fc89cb5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:5989d793b9236bdd9dcc1df6d4687a6e0222590453a5e4e31be75d0414c28056_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7e5383d64b25edf87578b2cf05de47d46fdd2fb6f1f4db5146ead38c887f36a3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b5b9266258ab925a7dfd33b86043873af4c0799fc52befbc476f875dc44b810d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:100d472991b3969275774576b60f5ccffacabcf89eb52efbb744aa441cfcce99_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:9a6fe277560deb4c1c2f91a1d56678c5956bc9ba958b859eaacd371f8ca753f4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a2d2bb9ceaaf23ff8430662ff6b267cb36848b2cf311bddcdaae8e33e8736306_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f71926ca5053134743dc906e1c5bbf2fd148acf50e44916a936f3a8e98494a04_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2dbbc016c4e06676f796ec4cd51e68c11c96bcdc41de8dd37c82c3c5c0825cc4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:444b74ea4a7a8a664746757e4417aa7e0fb33fed32a4755d300e14a49afba481_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a330cd288cfbb99db498c3a7e7211eaddc4cc5e39b6343fc6589b958c6ac44ae_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cef4f16962b3d71927c90e2573873495563e3144b6e3e814acf5a220f1b27193_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4d6edfa2e5e9d6964a5b9483989f491cb5019ebe9af55116591b321b499bd12d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:62e2bae1dd93787bebcb5f1b58499693f4c6fd620edb3254b776494d2b5a55a8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a514202264b03a6c80a02e3cfafb7c6a86482449613b5ec0052d1040587fd088_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ae40b5055051c07b225c15723da95953a6a7d2dc6dfec8d0469d6f857c8424d2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3882b19d141998fdfd1197856ec7826be00034d72633396be628002953fc94a7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:39282efac8310ed389b4acc4ff3aabd6367800953c1e8fecbf17926306d1f419_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8df02a6889e22a9763b5c0e7b6934824f682f4683f2085f82dda54de427ba28d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:fd15b8944403c78ee3c0fcbe08aa5ecfcb7b10c14fe5f1a20ba4873295879c8a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:011ac49df806c01b3f64fab0b3d79355b2685c8fc0316653f34359b451ef2ba5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5929d673c5a6a568c88e13586278da184ebda4c9c5a9a4a1f9154ad0e66340ad_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d113138d214fab52ec3422cd3affe8d3694a1ec30b85778acfa8b114ebffdddb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d91c11d262c19c1f020e9b53da07db82b6d68533f4e697ecff6c722781b4a4ba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:5865f0a925e725309c27dc1d71d0dc999cb01b4fbde764ba8def1524f978c0f1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:bdbbbd728c482c0c5b5e87af470856aff0c8264d3f490c8ae9d987f21d5bac60_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c1230c3643979aff1e615e1de9bcbc758c31f7508b9a3b25fd2eb323eb6b2490_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c7649d6adc16287d38318b6a50107dc1d3aee2e842a19e09822fb86fac31df15_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:70687b2657e8f1cbbff110582b55f3104d0c7f47a44ca1185a7f67e421d76a17_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bda8d910934ae595f8a53675c74094693de8e0a929fc7c52458b2a9f7cd0b4a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dff9eb529ea868114b0f46c60f4014b429ce115b0ce949e6855fe29d9270354a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e56bb2c28d7ddd2dbac95451cc16d547718b651532ec69c85e8f0fcf5785d002_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1670745d88d0d92a262ab445f81956e894ae5e9b23d490fab96860957c028771_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5cf3f4d1346c07a4e065dad2df083934591b45c714f503b5b617d470e87f1db7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7adc722fdef132557c191e026fdac56278584f6e49f3902179fc443d87a4165d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ff467f13cb09556eb490743f878422fa2493b8bca683b8759d7926e8af97dace_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4030ffce9d00de08b95d660595f0f67b2b83756ced6c6439da14d36b0b923729_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4baea4cfb5bc4a7974f90c3bfbb25e23865b659fd078ec45b4c36ec0d11b78f3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:829d8937eb34548f09b89de6dd5a236ae58d6f74501f44c929538c281a8be920_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a7fc85a92b1d5f7f79d8a8a63e6d9bb4dfc66383ff175fbd956deb1de3127fdb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:78adc3f034871d6d77793932d11b1e5f4b2ff3e1cff0385b44811210a3c84dc9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b836e8f7b31ba9c107a08e3be1cc27e73afa4045210d7fccc817c6058671aa67_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:cb550213a7e8671953d5b880c0b651a566be475a3ca0f5b442a2fa9b0bfeeb1d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f727aa55c29332a39fb4e74013b9cc96ea5b32c9cfbb7cbcd79c7031d1a6f44f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4b1f00007dc39d345013c99c38163e0adc112e5eb81fdf41e1acaa1e0064d7f0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6ae9a652c5693c55ceb3ed91fbac054d887142b0f55882c776e42ba20d1dbdcb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7ae4ffe7112d35231314490c8d02c6f0947b54c240ace11a87c07dad44d5be4c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:934380eb6ae83360d1e11f709c58d18c2e69e04b3246a02846f26f9879ca1edc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5580313395048ffe3d874dec574f7f1f1f21cb84831945de53a80856b4e945df_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9bc152718354bb245a765da17d12d0477cbd15d7eda5a86b8c5b1330287fec4c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c00d2c84a5f8c5f1c674d43eddacbbac05782b81ab98cff83b606c35b46d18a5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d74ebc7fd5b30afecc3d9f61ee6c74b2c0f8519514c5614ddfbe9bbc68227509_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:84ca4259de3e923248f7d50c3adcea713871d3d2da66f172c25dd391d22a3bb8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c6381254579086af7ec69a4e610680fe0e532a26f7ce202c72d047b89e0db642_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e0eefc7f55d25990d314c2ceb50afe70f7746e467ab7a409fa3d1b44708d9ffd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fed1fbc1295974647bcbad55e52b199c2d3d4307a3e53e4f8b1db135df9fd8f8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4bbddb6ff2f7429b2f5730d4a3f529b80784f8e42a0acc025e78713d703a2efd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:53a0ebb5fda619248605abeda530cf37fdb7ce99e7b7314cd5bcef2d8d8b7004_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5e37b117f72cf1001bea772e1302186d8f86c0980534b7f359179a5e6926c448_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6891d22800cc10bd8d773d471bc71c4db64460efab4b30202d42da1daf61a3fd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0d1bc6ef87ea978c23ca7189fdf17ad0f54a5f7709a75a25d82e7b84ffadf984_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:107f2fcd3f606044c570a980c176047870b304f3212df747995f6eb8a45749bb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6b6e5e25d50219a95d914df16c1c4e761d0bb45a9efd054572e54054f27a6f0a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:dd60fb26e79143000563578f9d72e3bb7cdde4b73dfdfc148b27942197d3be51_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:053d5fdef0973f6017991487843da7a64f8a346025cf46a7c575d6a4bab71d74_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:26318acd09b8263236b4d266c735aad015e3a4b61daafedf266ef1115968f536_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3ed5dce28d62c36a87ff35dead5806fd124a187e48051a0d2b550b209c9f6302_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e06c4933f2806bfab0f36ccdc159675e5fe2a6a084f98065787d304d5df3b7f8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:055b352bfb76de2eba0b9f0d1a6bca199c6e913e8e95879e991c5fd22095c677_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:16e31b5411f5f1924cbcf851f1b0463302a34c31c5c515220923f7a2050c18e8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5909f73afae46cf2ad00a9a6f1c38d38acc3ab00a0b97ca419110492d7bcab7d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dbfe981d5b05078eb1158624dfe2f0651cad81b92aafbc671cb6470b49bbb89f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3b166e5b5529c407c2f8e372414d043fc617965696c5a869fcadfde2d14d716d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d3f6483b465851cbb520810069a18136af80ccdf79fc1ea80ddb4687ce685aca_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d7d33c165c3d0cc0e4924e8c8d34bfbd1d72e2aea301e53e4b37b712e94c06e2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:de5e8cdb75cc79630290f83ff179057d25bfc11d37816c57b6f66563eb3a2732_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:24abe1e6ee078487af8ee8bdd5dbc267c18882078a7987fbd63728dc2b65bb75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:552d01e66c6b2fe59104b8a9f3e1e58fdcd7b4d4cd63db42883ceb119ec0ef25_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c00c3c5e7e106cd6527cec39e5c3fba990d1986bfdcb691b866db80d59e5f82_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bed1aeb4f58c045644650615230eaee03336daf78d9342022786c12f29da670d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3b213ee7154fd814e8a904c3a161bc16ca7419163e8132ccabab76821c33b310_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:721efd9cae7cd4b43c6bd498064a6c427fa32d0ba848f8b0bf7670afd662bb18_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8f5f0f56604ecf94768262496ba1e29073e87ec16aa8f434674b308bbd00678b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d78b1c13b0ef255bce1e19973bcbef04d40c517301959a7f23d23613a95c1db0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:650f0e2357f8d302f10ee0a628868f985c5a8c8a4e6af9e6793a9051b33205b9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d5a3ff1bae3686aff1781b5f5f9e1a7966962b88a1e84ab4eb62751aa835bb78_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:db30f78340370f9da03fdee73445b72160c35d83f44f708d3a62c9dc8e88bd46_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e88ead481c18a7b6de8ba7f609a1782e45e1ce85f2a158f259bbe68a9db261b5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:0bdbde169ecd68d82366f3d04f947f73715797fae5c3c4561e7bda5b5080dc3f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:1d45937273065c5cdeea502fa388172651fef5a607db33ea72c49f2a50b29b94_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a562490081e5dfc0fea7306931e2dab3fbfdf76cd83768b7a43ea556aebfe4f9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:dea6dd04d50bc97f9e61330140f61a7370e31e474c26b3526e18b0ae8ad56c41_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6ff785742b50af7f2a15c1dd6f38eb69e9a1a20cb4bd635aacc57a5557dd1b4d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:d0e6151117374aa602349bd1028175b94eea6f8386832df622d56715cbcb675d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e8fea02d42c9a9b8e9ad7642d9f08d705eb6e4b3e3681cbf6281c7b8b3244ca2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ecac534bb32ddc645101f6565521b08fde95cbf0eb2b9c6b896c83ba23e8b6bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:55e0877d1949d009d71821f6779aa9ee90484fcccb820d53bf53b90f7d412636_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:775af20537e6f4c84985145f44ad1ae2d5530ae06859c2549d1d85a2e4ac54ff_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:a1b02b9608eadb4388dc13fb5ae55fc6ad64788f93186872c133a0ff1f5ab487_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b5d732e8d36668226255dbfeb389994104d83ef2be461079b66557bb20d799f2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2e983c69ea6e29aca4f36596a0c697c2935dd1deb08a4d3546aaccb4e3d78ae1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4ae2494b702a6c7f68a65ea730f6df3253ffe78f2d178b0714fb6ec04cba5cc9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b1133f78075f3364ab85142cf6c8457820e2e1f31a5b0750585ee1adc1285ba6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d41fc7e76000bc1b4016bf10e86fec44f551b127e17997fa4bb13420219fb3f1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:25acdc169b3860a10f46dea8b842626acc639aec950ca7a9339e96a2bf1ed7e1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:453bea2d5f94523a88f37acac9edd0a8d921bf79409a260386fa458cb18d13b7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a70ced1330a4e7a0a7b81bf6b19b3346ad5bb6e26398c7f0577994d48712b2ad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c2a6ad45ab46c0238429cd0ab59bf169ff368bf68750a011f481208e56fa0268_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:33afbf29add637cae8478b8e0ef6b3b465e4ee53b000467ec34fb1f3a04615af_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8056eca30416b0b93270f6c92d0fdbe4f1cfbbd6258e27a746cc379a86b6b8cd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a06dfb4e75cc6b0edd836cd59035095135503f35a7cbc710ed7b0e447fe256f4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a820784083ee32f544efc474c7ded798916d1f077ddb9c3f4461de48747f4c73_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0ab4e11886c642fbcf7560f780abf9046b73dcfd7dc9cb0f086d9e62f87fb271_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1283ae9261afb1293b597a8da40611cdc1980b1e403de5d16669c5b7d2527dc7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:89ec13946e699f6589c3d235cb515b92ff48d1d5fae8e7892279b64d41b74511_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d08403f8114128e063826ee0cb3324bba9f027d7b2feeb6f7c826c9c4925579f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:2aa0baab0fca2bf6877260b871b3079ad96c37034e6f3d0a45cea4118cca230a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7f886a3942b81b3318e288602c88de802278bb77c5d11ba758f1d86f2f028abf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:940d02c46f06fa92818dffd1842010b652856e09cebdec33e0f0e1a1e9b1b5a3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:cac82b041210a06cefe512e89c5755e972f6e125c69a0dae87e454e259a3c08c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:12466469754c88d41872c1a061c1eb4349cf565b5fb32db651f3639aff2df67c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:af5fca0ab8a1f5374caea5b38486cc97c2be9d884a55542faeaced44a4a7320b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ad60c87d6e05b51b5351d2490538c757547b43a679256052b600e3fe8e80a594_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:e8372026bbc873c38ffc2c7df35183727596993dde5663ec27a2c2fe401e04f1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:736b406850af746470b1bd5dbc61fc4b166133e9cb50aa528dc1210b2002d469_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a73525cbcab817d0472f544883106a359b9079eeb1d8628d8b0185e450662361_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:84664067a273cdadce55bb8531916e8d8edc7936bcc57bc2dd1ecf57adb08c06_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9a006a111625f85305fbf3dfcd9a62592357a6a282a1c8ea1edbc48b2ef7db05_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:adb84daa38497eef3d89a9b42fbb22fc04e94f708db4f1f02de21dbf099ef788_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:f81616fe8dcd6b63df308c58bc1b696f9b3c488ebdfe00d7985026b10d083de9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:07efac034de568e79f6ecf97f924fd5ce7104e9259d90747cc0fd3e0a7bf4116_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0bc9b2b997bdf9bd285382823ebb9806502664976c2dd7e7b0d111df7717e77d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:165fc1e58447c7bc9febc3ebc74f90096c6e48986789d4e66ff6443f1d30d024_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f516ff3ac172cc08e88f25a0531a3784ed212897dbe0b05e04dece7d62eb977a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0d455e21bddb7ecd4c5b8f077ea96f046ba3183d17e3755ae95f8cd112a81179_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3d291642757ab1bc56aa6bf8b31b383a1867b06fda7ec093daf361e3bb082624_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:91c0c9cf474e9dd3b7dfab43e3e651afcf950c183a51321a586d5e98e3b8dc82_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:ffcd35b620a75ac1d121b826b37ff71f5006684d9222c440785f06fdafef5531_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:56c2e0f91eb13a89c48ee5ebeaecfaf87dcef3f85bf7f7fab37e3cc6c9b2dd10_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:84e22659ec76ea69dd31d0c6bdb39b752d4e525e7425d3ad282c3ba5c16c19c9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a3669bd8567383f9e15755e7640b5af4e796ce1d6bec3b6f1139645b656f425d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:ac7eed19416dd31a76ce8139a4c1cc16f2201b1dbb1c884dbd20fc5a965b82a3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:44020a87c575f01d876bcd559d0b37bcba2f5bb4337a4f0f40d65196a407910c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:7272870ff2a94fd3c026f3c3a4e985a2b2eb5c47dedebc00f2cc25a496ec3e90_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d5e64fad675db5b1a7fe03720a35eef4ef6497e49e928b7cb0a38ddd6fa9187a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f4d0e3f2751dad9fab70a9080102f7c0e82a784e516f993e1e84a8561c33204f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:174b142475167275c428eec2892e91ba557a1783a128749b9516911a366ef54e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:52fac1bee10c7847bcf6f7dc9f027764a183d462e46678b5b9aaac9611cfcec0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:874a6c39ad36a55efafc0b690d17aa4eba8df8f30831a5315a198e692e405592_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:af2f5f615c4e9da63b09f2b9f52ef632dc76793f51730ee67a96d5e99118d552_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0867d20104c147d58a3e119c8eccd725d2b5311bc563cb4030c18714e085c80c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:12bf752f4f8f0929752fee39067bab20d3af32f9d767e0eeed2cee9dc9cdf774_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3f0993acf410b536a4c2be24d23afedeaa6d4b02a8055100cddc37443a619cf3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d745b47be21fc6b98e8b1830c34e951271362105d32704cac1b1a796abddecc4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6c539e26ca346ca83a4c024a374f3874e858602b71794a1709b8a08356744b46_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:94e6571b95628469dd361c3ae5bf4bb88bdcf68636c0a7a6f007a19e32216514_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:978722d03bd0e1eb78e35c188516d960ed81c8b47a66e77ec7ea465634e44536_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f270599d2857493437426bb7ba58ecdeb0933b244b0b5e81d70be8f06c734c4c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:07f5c5ba5313539cdea53ec438fcc97c698df8284bba4ddfc6c7af4403873362_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b93c3b58e03d6fbfd8d73f6f0966ef5d616c0da0776f516ec826e4f5e0d4bf1f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f5aa864ac9d9a3e5c0a412e9bf6e22756f6232713e14fe4194f61b1a1c1ad52c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fa3603fc128be2cead70ffb3b0b0b5c9520f7826bd46863a86b1853e62a998f2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:382e4343f73dba48761c24841e45aabdf84a7f4de996be6515d8ee7c3e728c78_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:840f25f86e1850623e2929597e072219c2119b08acee3b81e8c7aed1b92fcb64_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:8f9eddba528ca5e8cc40717ae9f30253c955be657f8475a1c4da66c257bd1729_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ac7a2fce2be014fdc4208e98abe50329d0af9b7f7af98fd27e611751a413b4e6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5ad568a42fb0d0f2b78702929b75ab8fbb41937a853b4344ca990776f48ff85c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:821c5edd5f5ea9fddd168482dc437c6eec19231d95854abfbf1bcb150cfe618a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8932f2fc5e81fd7165d50432ba8994896c9ac8b323d5cc798872c1770133eceb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:df49ea17391c34a0eadacecb37c7e00552af8aca3ebb648f28f3f805fb79495a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:58e02752411f5bc061c8dd98bc7dfeb17780ef24ba8c65e590e4d6c5213c267f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d1c95fad91fbfc41da5d6871fb0a3c07d20652b5fce3f010505afe0d24c1977a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d6bfcd46424e1719490ce37bff728ea278eaf589e052a90b3fb30a9110aaa298_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ef555584c97654b76391f8e4d31bf0200fa82222b3197ef928f306c8d70f4881_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:520b43e0497fde1deef41e5f9e51448fde032769f433980802097e1e4216fb6e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:de2a25058c3aaa6f98e80870aca51d8bfd16354eb2da93e7498fc804825babb8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:fba545c7b9accb5be03b9bf1931c086a8da8592e3ddc9b5a9ad6d798229314b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:12645a5f47e54e3bf3f0b0863c44b938be5c42b22f695faf62c8d918cddb03ac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:529d46e40fd5f6de98cb72dd8704068e3b9baf4d3bdf91feb9c19139bd74c652_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:701028c843123a3e4250731e216eceb647411ce685517383b9a62b5af21c10b0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1b7392f3cadb8ca07f10d5681fa33f6dfe61f895e4a8a1874bdd5aab3543f67d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:693c125a5f2f67364d8bdc1a5e7abe959dd46898e7f46d5b3756746cf598e135_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:93f4a34af9c198e4baa449f7ce0e1e0936358afc725eafc3b8118df3d92d2b44_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:0e4dde634359042b67bcc5224afeef951459167cb8f36cb6f262719308f8ae42_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:344860750b6a6e567bb1475f68d18b19d6f79438b767c351c850d082648aa5b1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:efe1a0fb3394a117206bb1837b63a0ee828ab5b5d30dd7c94aa88afa04c94c2c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:afb18f280c123c44f1349b80bcab24c86d8933795a0577deb13bb651019d6a92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c865ec93173fecc00d843737009627ba137b7cabcf8337ea7837eb9bd993a601_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d172695ad3dcae4be122b50a27f14c6cb0e71357868ebdd13336cb7315122fd8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d4a1f393e7762a2c7ff12fd634077f5bc5bdd224d7791eb7929d26cd16047dee_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:01050a4179625f00151e478a0571e64120ac6221fdbf32c969a18ae9872c9574_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7639b8403341003825286c0fd45ab34d815585e8f4b5b4d1a424ccfc0292e017_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bd76fd61510b4714518ec5191e315f83feb1f47402e32602b061a0fc09641c9e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e53bc4c7a3fa7103778bd3f7bdc4b6be4b5e6a8450e38eee246caa75d9f8f44d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:62414e285f1e4de212e28bd90e5eeb60730324d54a317434565bad8891435168_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:77dc7d2bcb0cb6289f6d8c3c3f4ad3c01b9e24b4f6969ac666a888ecc8a29981_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:7cbc05eb0a0d3210e378d08d879933d905565224d9a6fc00e3bd1a9ad6782557_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d195bea4ac0b3ee073418a3674535525622d9b492bcd1fb0448b8ae52ba262b1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1440138d54ba0f09184f96cb79557548c3c9f19089bc813f433de28654cd74ef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:203e3cf52680caad6f8fec2ca1c7c87d45205ebcb9e816fb188e74a5bc7496ef_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4ef6d0725b69e2867c44e7d7ac57c820b759a45c491997210fc38b346d7f033d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b1ae4f6e3577edd7fc9f6595168857af7fd9c08aadbca1642c2f9248205b8c42_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:2e494676f33f47eb13ce2e3675c8e7a3871d5d1b73a59b71623caba05364196b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c8183043eac4cff3a7c17a9de76a4c9df725db694f411b19dd64923d1de68551_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:c7944fe378873f5d5268ff872c52ca08908af41b7efa03a7032363c11af633da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:fc53a478ba64c0557ef8de93faf1320baab34d4bca5f50bc8f74d4a8d3a86890_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a5e04dd92dd9bca8344f741151a5756e28fdd197e2aae26c13caf2867ee6ff76_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c16e427a9ffa0ef24fd07e6a21ff78a63313d5274eb3b1180f7c29cd1a9d11b7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:31630cb5049add8b683fc6f3de6cc20ffc530b72d45daedb84cfe62bec754591_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:89a876583624410a9d79c1cf83d94a9a7c0dfbd3ad70228ea985e45b2ccee9f7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:dd8a443d71a973e30574016ce343c19edc1872c63ed46b5f7023d304b9c4edcd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:63a52e5f035913f64e82ae6a617273abae9ee0729316d26ed5d4182ca0f50d11_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:754310c0f797038ef14c3ef9ecd934b6ffaac6ca60b755894212854289b9f405_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:49c4861778e7bc4f5738ff0f5cd5c542e9fe75c33057a4a0806b03ac75d76ca7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ce8e1af1e3f7d331be7a366560b517e1fc27f83f1382ca6a69a1d9893f260fda_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3478a4d3a1acaba3cfb3f1040320798b9d0b419a66b07267965d4ab974a3b440_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5db06d085c31aafb3f02c2c373b2de6d93c5fde72dae55d6de90f44b49b5770e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:634d04ee67f3a521e7b3cde560084491908f32aef4a89a1bb7d3aa0ae119927b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7683407dca1a355e731e277631b3d8522a3f84f1de664829c3b15db39b1f1ca2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4ef1395e47e1898bc84155ed4b4e3e4c72d08e4e7f2d19d9530d889fe0ef6b26_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:63631119f3411bf77ea1f622d77ef96434d80815531b046efe5b297dd5bbfffa_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7ee73740b3264500f062e3863e42fbd98dc3895f17294450fc90d992d2108d49_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:db28768861f567200cc79639eb01ce8e18fe5cb8a768cc01d3e23bda55431c75_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:09ebbcea16169b9ac863167c0e7f953717e92f75fc4c4e2bffa0eacf84519907_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3118a7eeb28d8388a06731c7bcdb5eba4a942b9c91a84e595ec0fb49a55bcb11_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3bacdd4e5501902865eb31e884646418bfb5fae90593e96b06ac0b7c3cc1cedf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:852556f6eb96442354f0695d6630e2798e19e31a5ada2ef01e3ca2571a4a40c0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:59ae16e7b7d2bc20f34b8bd1dcd7cf8d8d7c201b0f78e3165b11a592d1b08597_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8b68cda23f470048944c164b84fe27a5fb6a43fe739537383444c28cae451035_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:23c8ed7995abda7f87fe4031843205f3a99a0c57508c6218291762a60907f5f2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cca7e231ac39da3a210859c6280ded3a4687620493e3a3e0164a403271537b6f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:054a0d12730620c46ee6209bc9932909f653d0b7f796682a0f798ab3ac3b3641_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3281b909de7dfc5bf3c746e3e8ab05fec49fc8aa83dc8156e616a59c41ee923c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:d5efd9212ed22c89067691796443fab0b28bfc31cea94bbe636a4759f2e88521_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e0a34a88a67409e2b1cb243874cadd3de1c9c56a54ac225dc860cd89a635bd97_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:275f90da2f77f60d0a77e00936734ffcb5099fc8b5662e03de49d807a7632f6d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:833072794acb03eaf053f30b6bcfeef95cf1836ad5149fd97f34f3546a2e9f6e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:893dd8fc24cb10db16620d8feae352929b0dbb797f02fd80f025fdc7c78bf53d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c9ba070e466a5123790067569bcb909e291f3b2264af0aa152372fff9e64f82d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:6f50d9406911e5fbe310c94dc60829891609934e64983339b5f66432a20864c2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:8b4ce896da4126dfda544da09d04f010c0e9b25bdab6557adbab8d095905d535_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:997a24c33d3ae9914f3694b3a8cd8af50137ea48296c322b56dca53b4dcd1fcb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f80cee2f47779e24e07ee475d09fc697a4446a07f9eebb0813a7119eb0bda36d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:7aa46141209fdb1090d90f00d1a7753f31b9224e080b8c669883901846b32ca4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a0dfec857ddadf777961a71d8dd545cc798b921e083c8b5156ca7423f8ad8a2f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a5c047afb2066ca8740286ad2af8e1271ef78c2e5df73ed2365f586d6a101b33_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dcda877c69d0398e4744f1b7a2ed81986ccdfdb6f4da7fba75f29fead8b10f34_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1ff4a8a6440dd4d97adc3273253da14e081083c978edb5fcd05dea33d4cc888a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:2aaba77958b12e834f6418338a21b839a95c21ac5568a53b5f792553db772e6c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e5753a6fa47d5a753be2eb3b7a46cee0bc156b0e52bf75e4f192c0ddb3fdef47_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:ed802f61197fbcc0f1a8a916612ab33363e0e1866ae70d03df92469a2c356ea6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:120c1ccd64bca8bfff4b46d14f78038594a28f6d58c585b1215afd76c23c7ad5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:52dcfdc6c5f219f414fa0775b70e34118b319897b0772931e0861623db7bde86_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6b259bed5dc046510b7c3305f6abf86e4543a9ec5091505f92f573536e9f049f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:bc0dd85538edc7a80adc0fc9fc4e02051e7b09480250b5328a6b70251875b943_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3f9151da4d025555f4c0183a0ce07a2d0084beeafdc9f3f1e87a603053ef9089_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:919fe76dee99d772b668b57645779a63e1c3b7f7f40fe79175c27ae6d7e261db_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e19a080b5fe10b67fe48c28014879abbc87cf5077c32c003fddd171d06bb370f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f7708a1c1e0d4083c7f0b9e8d8704b91a4c823dc9435d5d3e986372f305e1fe4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:27bd19fa0c1eb00c55120e22b21eaab50f0eb75a84910e9d8a2fd3b5fd1c7dc2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:52c4215a49207586cb3f33bd1d35aeda857d31d34c80cbfffba02ba8c448c8a6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:62e5cb5ba2d92bc29a2087c9de9fed7978d4c5ffe07b0afb479eac93519c6df5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:68aa837b6a3bd95232abd62ecae3b040f2a7a72ced626c784c4062c2f28a6e3d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:9872321279ec2d108191f1f7e1764551e9c7099de51f595627db068a66fc4f8d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a06cb8024ab06fbdee295afe99cd294f6e05c36dd490545600967b8ff12e3391_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:1d3a2d2ae27d869506d3f027ebb43f0ca64451cbb635c4c412c85129025728c3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:c20a4f14ad0eecc3f88eda36bd65f1f390c6977a7ad5ed69e87969556b9d8cc7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:64247ff135642a32fb59a62cdcaae5f28085ef0578916b4ab2c90d31e67848f4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:e0cf29f62ec486451053c661388f9a3a12ba42b84899b687fb3486666a42536b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:efc289b0278fc84c571d7adf9e9ee1f8b149c5d832cbf416803435e89ee0a531_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:47ac82d0289751c8c7e41da07173dd61836e606101a20b598c00da1cd1fc9077_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:953b8ff978f6523f4578a469d23dba6536d49a141b4e3729b059feb6d79a858b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ee224daca08de920de240b684ebc23a4da50d60130d9e205e88c904c8c755343_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f267111aa2951d22dd6a41c7362afc22454e365325b7a016d213505b7dad74f8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0ed3d751161fa47b7ed4bd2ec2c5bfff8ac5ffae0df22dd9a741cc64bbe2939d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:48bbecc83208a8895cee2c2e8ec677f59a688e02705a677cde4e9a8a52398d1b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:89ac959e411430e4910919132f95452d1142a45fc5c67088f15cf5bad8982165_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:db55fb30b025bb573317f113897a7bfa0dc729aa684dcdb0ac3066356b339bc9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:285f19a6dcffb48d4e6f6d3bfb44722f1828bfb2099a8736f2fc08cdd1481175_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:521f2693c3073993771af37d65723ced3ac83c7438d6ff35425ca5f663101676_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d1883837f227ea4b98d2442b46e5c07a9eeae549e13cd778f7c9e78494b53911_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f1f601e3a4951748fbf030083febf57aad02568058889b0122c8872e2d68d70b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:34298ddfd123342b87d28c047cb4a8c1b25b07352bfed57aefffdd92a7058b6f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4a56a0984384548771e1c8fa5a4a8efe93f472cdf2b64b01d6049b2f9187a684_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6765cf3c0f8d395307ae57019cda7e2aeee976ec060eea8a47703db0b18532df_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:8a8377100458d05864c6521e4b7550df73b5c3d9cade518067d5741fa9d02292_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:20052a45d551f7e988cc0c38baa38f146df4d9d741ac71f17498d8ddc44a1beb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:55409e5fb153973038a15985a332681f4e3e41126f84b6a355c47314c76bdf2e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c143caae15fb4249757018e05ac8dab9abb20f405977cb41468ce6a8049c4342_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c5d456d739d5791e51544a45309ca3b64f763cb49632bc638950fbfc041b4193_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3ab4203333e071978d85f0f44f7342811d898cc388326db60afacd2395f8340e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5a97ef5bfe0456bc1528f2a3df7736c506e11cb61de5c41a1daf22162150b345_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:94fd7b1b27954fb59c11a010f4b8ce0a3377b38bfed7ffb20873a2f7a499f8bf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a936c0970ab66789c10a64cf57ae76bcab0f2f16b6b50e713373066f73d535b5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:34fb12d4fbb5f9b29b1b58e19b1c1b0eb27121ef80edc50a59e431a4e94638c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:bedcb032aa7325e5bbff014f251d5ad91fff9dcdaf84a95e61e4fc4198f22f79_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d10ffca12372666b239a9fcde83a4b0da6c3f37fede3e47272bbdf9ebd2f0d91_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d5284bc6a4ff57ceca1c00af4ed0c46fd341f1e2a28b4f13b210ed327a25ebd6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:2a7aeb3139633e2014d99631287cce239d73af61e541f218f45a009fc151d8d8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3afe2f3016ac55bd947c98d1e4b957969357aed54423ca2f35955eac8639116f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6d7572f71fc31d580d355bc6ebf8eaa54e4285c53c7e0e418a7495a0fb8d37a6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d2236c41a640de0aedb4eb2f1ef143793288329513ec0911bc37ba688857701f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:7688c4b2355532cddd9b9d314d105127c494990e7079407d2f43e578610971ad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:91ee195223233fdaa6d83ddbc8e1dc33bc7811e4f1e6ec9f5ddf325f560ec38d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:c866308d315beaa691b25dfed4be0cace44628e0799527e9ca11d14165437d98_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:dfe468dbed566f02ea0ed9b5ed5565f40a00d03a344d2a230b0a0a83c783493b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:08710b0caf6f4bc16e72a89f596f33c8c38ba7742d0f1ee552336f9acc7f222e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1491efe6870dae8caca1a78c9c96f8b4b2956db3bd5eaa6bde59ee996506bfb8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:2a0f11f0a1063e3ca7b8b04693ebe979e9953736d37f3dc3a91fa5c9912d79d4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:813fdba989d7b5a4aad5e9ce5bf5285b0e65745375dbdef899786d571c001b77_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0db523e5a7a6420d94d5d302b90c798737eb78f99cde3b887d3c3866e195b9bf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:18b7e5875aaad6e0bb8b12fa303ad6295bf3968daeaed2104f0f4ec3122446df_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:80c4e60cb2ab82621ef12774841d39e6ece9e9671114afd0d19b188dd7746d81_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c20dd339ba44e18a505db8bf726e2db8b6a764f7bfcd9e0d63d627d69c2378fe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:528f1228123298362d5787e862306cc2605f3eb31fdedfd0deea7f3cdffb77cc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:75b18dbc6fef40173ab0c85ff4f9c4111e29afa10593ef9141d589f88b418826_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:e8147c001326caf53531a8917f91991b5ca05f31d30adba78a03539a6568009c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:fb390f9eeb4853d9a20c9bf02ac10e099238e94084230bb532029be4c88b7ac6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3dc8fa50d17a5074f03d58eb00467e45e6d74f6c5293bc57ebb8c4feb4323eb9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:51941876bbb8070423c00e3699bb193343e963358dcae8cc6acda94395edc5fa_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9087e6df82220f673440368a5e81c5a0f3eb5e36cccc61cb40fcb56d92cfcadb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e3740bfa7355589784350a9dafc10849d32f1273327387b3b3c6389ba1e26dba_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:05f5bc9410d9859f1bbc1def6e1c74fd47781faf1ef26633f61b5d8f09ce8d02_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5e14d01db3abe1412de6cbd8dbd7d3598d5ba7d2af2f5e55a7ca625aaf8a9155_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:db0bf5b79be48f69d411611bfa74a9b1cdfe875b453a81ec5ea72a962c27978e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ddbaa3a482cf17a156f6955ec155eace13126ae83217c36c03eb2b826e7c4ff0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:02ce1779315733c6039fbd9f711d6c75da89fcfd4d6ac8e485d7aba30882b3ff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:d29e550f223f287e258aa15ac71ec87cbd24e9d6888f22d82aede80b7902765e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1d43b37d6ee7556d8afe22fb33c7c9ab7a1ff5b2b38d6e18f762ba759015f87a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4e627ea7097e36d07d109f50212809b6477070750c0bfff14f3fe9d1d7ca29f4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:63e60a076755fec73f95d2f5ee948a50d895b69cd327296ac0925e301f5b7e4d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9028745ca618eda612fa2960f0327f19fb689eb36762515bfd71bb2efab0a0a3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2dc50c3c453049a1e81e8cc4559147a4fd4a3a6a9c140865f82bf628f2a45b83_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:734c982a6159e5c4077a12b1a0f72ad992b70f965873ea591228172e6265263f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b2a21551ad4c66e622ccd865529356920dc4524bfa4595e08a99e0e95438823d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3133ccf5290a245274c030f53c63dfa74d6e04bffa684808fc1815a07ebfa13_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:6f399ee5f4634353047061fddcb9092dccead96c6884863253b913dab93c2e15_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9176cf7f1c5ccd82d82dc1a8ea47c2bd34e2ddb54d750cbacf7735a04ed6a221_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:dc6f5e144468283ba4d04ccc155f9e483d085dc2f1b78992e5fcfea42db77bcd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e5216672e4e265b01384ed2dcd722b4a166490d66e19aaec457aca55c7e3dbd6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:4ca8bbfe3586672e1de22cdce9466b37aa0e11c5e9d94ea8da271aa5cad3df47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:57488300ca265dfcad9bcc1a2861062d8b82c2b80e8b21cc3ed766fd187402db_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:660006e5e6826b13ea6d73fce4fe672d1f67479c44ed65dee68119369eba3c75_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:91b8003dab0652f1a06de50435ca08d6f6366e6e8e7e10a9743542b577728b1d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0017d40e539a56e2ddbf4a97b0cd94825ad5dbc9cd79e1a7e058bb0b11afec29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:7a71babc3307efe03b8bb3f3cc5f9159a4868c215df70d7a78ba37b91294649c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8403ecd148b8f0aa7f1156fc1676307753967ae68a69948af7c3987de8178959_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:a4e02776f7b5a66943bad040650f4dc9e865f05a0911f4f9aba975c4b30ef517_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5d3d3cbbc28f59a6aefb1e54986e084ce49b69867d100e9b7a8eba17b764304a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5fe1d81ec73517468488ed1a60331a78733ce2fed50f3930b4efbcdff5884326_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:94a7a56873cf0e075740a1db93972f2b2505e7bc082f2faf2d3a6badbb52b08e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d1e737deb52f4f124e34889df5ee2a787db0ee13ef86842f415d5c18ff70498d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:0c8b3d458f0968682b8604cad6ddf02b1135b99c4682090dc78d9b273084a0ab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8f02a07e0928906a1c075fc3510f3750c679361bb9e0fc7504610eb2b230a092_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9b174760063eedf3197e5664994fdc21f85cbc3be8bd1329142fb9e88103b717_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:e97049e759fd58cb6a2c8dc5b78df8dab7139f8868b1461a3946cf187b824f55_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:17b700ef898288bc081220792a7a95f4f1852338d3d08dff19ea02cc9d957239_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:675083e881008c57ea9fe8e73db8034a66a3f439c6fc1862db09503f311caef8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b94730e4b9e9de7c0a99431f90b42a5368aa0da03869eb8a71dfc92dce27ba7c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c5c12b41cdbcc18c98ec1632a0c9aec007a9672a742fcfe89a5b104160feb698_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2c51c07f11fa78b44eb528339da6291d1c660451a0c9774ad7bf8d8ea7744ee3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4d7e15ae24207bd06663f5c9d55564e220bef28ef150f62d2e9622f569490acf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5a51836c3306ed97366bc3c8f24a8f9e880628d1feb98854eb5dd10800bfae83_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8231352f700a733b13de64913738e0de1b89be5046736077f7300c21fb778aa2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:121025c1dfa4bb1138150adc737d7cf12e69ce21f10690ad8d740c1c1f2dde4b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c02ec1e4b586a812cddae6ea43cf42a6b9742d062fc12c18c2414bc48b5b96e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4c94c8afa17ce2348d6198c2914e9257ac9510455c521f6539ab17877b6fd974_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:70c7beb1cdbcba3eb4fb83fafaf740145b81d510ef56d5ac59ea4bbbfbfebc00_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:83efb138b8bd5084f7dbeb8a59fe1ecc2680a20d5853b7a15f47e1f87929fd9e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:bd63fc568a9ceddc67809e2271de8ef4d57ac8af283861a601547a6b9da2dda2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d0d429e4a3a0a9f015725dd965d4317e67c72b3fd846ef4b04c20ada4d067eef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ecc47300fa59bdd3970f0baf030a75e1fe5862d2470756cf32c389b1eb89152a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:53bfb1dd8b4f99a0252bfdad2c65960877a4e722f5ae88591eb87d6800d1d98c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:64fcb6ccdaa30c4e06cc91a40273c6be01958ca2c048bd39d8a87e8c09fa7d55_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:bd7e96fa5e3db517c91323142b8258555f04d93dc0f164b6e83249dc0cd1b416_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e5d77db3010b3e1d31e14a0bafb1a5e5ca62dc03b7b0bd2097b198f6be6ee442_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:0488437dcc9ca866c5b96278686ea20b5732f8e8038af90889fadcf90f1082fc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d1bd0363eb8c21c0123522b814b140a7595a459c7c286220b4b6fb0b9886a115_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e45c7964c5a89fbb1a8c6da3a905e2caacbbf8c433b0d56d1b260bba151b3e93_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f52e1ea0175eb2af0a63311dc0b8acc1771c53a7668108d7bb7abf2b814e37e5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0043c8e63c3bcf98e33fda7e5f532143b4c8fdbce690606bf469e932d8552062_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:465c03f230a374b6885874b775473275fe8866f61856fb71a8e2bfc37b712ea2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:c730b4b9a52549bb6204deba37e28ee3946758bc86f27c1b886188ba0f164fc7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f50ed1d01f799f00ce20f210b95774f2dffe7137757ecf86544c71a9f621f402_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:56015af081c97939fa71d978d511ecc0e93ea6ea89640ae846645121531a4a86_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:82a97e06294f2bbad05dd72f91d692449eb4094ce1edda7d651e2f1833018faf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8faf68e17b482f07fd1a4ae8ef292fd44fe9de5369d5129c3945acb56b5c2f0c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ae7b169bcaae3569a946c84d88d0ca7b42b530b475c4afc4096d5db36aff9c52_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:02335c6538b4fb15d9d4e2a831b9810db42f8b8fdd75cc6237534356cd1b68e4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:84a9daad04b0ef97a77e258c1b490c9a9c1ca502079513184e43145467eb1169_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:85c84e6100ea0c4d783b44a085cdda8be9b580b073ab7b191a70ad3c14641f9c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eef5b8e84cce56cf085ed8f8a2ca544505242606d44691b6d0beced7c942bf9c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:148d9d31314b0ca3dd2667aadf51d9a65cc88cd872d21d29e4c85fe25cbf6410_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:87bd671167583b8f46388c7e5853509fc9c20439c1b5f57544117fc9e1b1b5b1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:dacaed2c85c23db8c8bf2b754b958ac8990a0b0e917e4885b39ed62d08061fb6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ec4ca8db357714672338a773cdfac91101641ac1ea56905a5dba39d13e8c96e3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:1e01dcb349b9e3afa77e9c217b2f20dd7c9c98f7b00be3852166c7d676dc1c58_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7a453727eb7aad288301bdce304da23202950098592114e1c56e893828b7cb2a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7e9f67b6e1c87741c5d56a3e95af004dcfb6d6c9cb4267b0ad4dd1aec7e9cb1a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d9f12bee214359955f20c9b4c0218febc8868cd47405b362dcc6ab05dfa573d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:36d864188a182dab0197f06376c993fd661689e516dfec4c25f9064eef6db0a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:38481cddbac83c19b28845b99fec4f4d16d46aca014ab18653c5e7fd42d7dc9e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6c5798afafe96f9c1de300cd8b709030655d1c92d03394b069b3f4100a0a4334_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dc248c02585e41245eb8e16fea646a6f1013f5257f5152dab0fd4634073fe15d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:142deb80cb8918201dfc20e0e86c5a70e704eb589681db3e019d0eed0a8bbf1b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ff7c22adb1ce27c0944f94a4994940aa6af3c4db60cf184d0865753e0c18ddcf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:09664db13d4f9022495031effd53a137ebbddc0e61fec151a26e565a02a5bf40_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:9b480de86de7566594ff61c147bcf0a6e8d5f2ac52ca37a2ecc32909e02850c3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:177b77bf798f3ae19e2b67467ec324e2352c47a2fa4f803c852cb7d5514a2b80_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5587380364defb07d81f5bb93851d7d726780e03f561cc5c4010d6cc4e237079_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:503c53ef4cda2a77d57eb611638334ecfbbe08f384e01084a0f2004aceccfd5b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:ccdfd936b1e904b115efeef06cfb3c1b13ec6fdf123cf87c9ad477ab47ea4d04_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:1f7ad22165ad761cdd5fbb7f037ad342f7b9a6f017b80ebc9775edd9bf7388d4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3ddfa7f1a01b1dbf4d2e999da0d536b8f3600e0143dde47fed1f6f2caf15a7bb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9aa910f86e4c953069c3e45f3c2db9702a8cafe753fdbed42e4c23f4837660ea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a2751c4e48572281043cc6468aa40d2b3a8a1eef5897cef386876fc08de5d791_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:00fa00533e4616bc63471ba4e127f163a2ce06bd8546dc3fcaf2465c6c511ef1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:65d4474ec56e4cae8542f01d54006ee1ccf15c8a467dd7f784f1df806507296a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b1410e826283f79823ba6cdb76d666aed69449a847936c6c634593f31c9795b1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f3e84cda9ee1fae57794b0c60a7b32373d8a95546116ddb326751e9df0d1706d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:059c0bb97591ea1d95bc42274c6748438e32ef113039c603cbf8171ba3dcd1a8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8ff741a30a8c2059c8702290104db1f897853515bea3d054f5456a0faacd3e33_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a523a7ac9b9119290e3f27ee0b0c7a5d3cc1d8f35ed4e7aadcd6968dba6c593c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:db230edf37a3285f5566a6f82b660ff3394caa80c95276bc3992a3f45a18a59e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0dfe21d1f2ae4ad05af6aa896c0bd09417c03d2fa2e37a1cd3c7afe9d9f506b1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ae88b0138b8b945b1ad071a5ac660e6479f3e2c1ec261d80a4d7d862e94df269_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cece82ea1f03a889d37a2e4e1d81eca34a73857630b9874d05264c12ccfde18e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:e518e75c0ec848497d5dbbbea1505cd3fa96387be78d326f44094d341d1aeb69_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:4b9f7900c251da09ceb0c5e36e87322030e6fffb41da15b022e52f26967214a3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:6bcd28e8610dada7b5ec2b6e14aecd9daf0542ac8528b8a1c9bec9b5c22e6791_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b4e19a3b757309f5ba13e3762e2449003ab93a1d3a950df031d0c5f88b338461_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f3745f0a10aa35a13620960671ed4e2bace1c01f0440c1cf222aec37ebfcdd6e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:10a4a0d9d6cd4779461dc27ea5660513c80c4231267cd5d5cde84626a52d8d88_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:394f1ad167455a316ded12601110de58f0666917302eee8a2933932513aabd70_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a0dda1cfb8ce56f6632c7dfc15f2d7c5251a666f7ff34fd78f45a064ed9fe8d4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d04c463caf59ab32c381bf6c88b9a55ad9a4934dab8cf66b1c80f3743edf28e3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:674045072f2c791146899dca69772cbd83d8ea11305e024f697b0ecb2ecbd9e3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:80d008d72e748f6d1578f0583dcabb703ac8154853cffdfa6c332bf2db662da2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b6d9ea5fd88f25c46dfaa17deec8dec67f3241a4e52ffb5b598ef77af4437da9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e18f121c2a8578ab7a54b48347a671e8a1e315e85f894ef67b96161a490aca44_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1415356cad67eea021d0adef8b7f8ac8524035a4acc3ae7080f26f8f3f7cc959_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:2f7be9eb683b2d5c65aa64a28e11bae43475f5a828e8768d468bc24fa0bd4ec9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c0f27acad2634255d689355942e8c0d87f624c269eca0f11b1fe20b56b22294a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:dcad2bdd0764804f9dfad2a4f33eb2fc105ff8e4cc1d2ab31c58ef2903f7cea1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:02dae90a28e2afa83ab4b358378b616bad7c257b8f7d6cfa2830092b7d46fd18_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3e0b68fb323e91570216f90ae2c79cb4bd35149dd62c496c39ee8fb615b62888_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a6517f52e257eefc0602db5e43fd946de57db13299d5077b1bdf872754253cb7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d6c465af092548962fe617a677d3398c6164c398602d7575ec09533d9654f254_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3a9586b7d44c57c683256faa5d9655285105844c74f728e4558c6295f73a3aad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5dbdf857d018b118ca8bae8eb52b2e117348804dae51da324225ac9d9a0bb141_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:7dd0655af57c7f8d2aed0f88a4b02ff21d849bf9c8cce7fbf02aca7d322cdc12_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:abab20e995be8b61590ad7dfb8de0bbb7c7459ab5413987562332de2c9924924_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:6f1fb02560c0dc83cb7ebbfba67370896f2d3b21835311fe5af23a06f4a45142_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7a90eb33844a25785c95b0e7332991a373e0b70560f979e8e9d1554f9d021545_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:92ac319d44a3a3d8e68f29488cd75e71b42dbc98b5898f662131f8576178152b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b8c7d5e513d5205014f53f22fddd4ab5c54e62e62e5813459ea68afd789518d0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:788b2252987b1992fc9c5d855198aa50a67048cc4d0a1e28240953e5c1d9528b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7a2a0066a38f2e52be47a1fec5c9a1ec458550d7ee6ca1232579b3fc98b7e9e2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:939c609d5422bb4be66f482815c70b170d51ad2ea9bb0675a969bdaeff35e730_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a260d94b14808490a417d828423550eddd7b865035b631e9fcbb108d8eec6873_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:9f38e40a381edde4d367a6baf50d6159bab76aa34f7f932929a118960eb1b16c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:bec3f4da4ad493e8e34e5e1245338929dc916772222817e094fc0cb7c6370b88_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0816f94cceb27f34725d9c3f041003d61b9730a3c602b48b70782cf5b3887818_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:3d106f2995d5dd270eec34df31ac33f4a09dac0bd79bcd2031e9bdc35f20878a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:2c50f45d634218d512ed37008e62bf2718cc4275a9d944c845eb29bb19d0e700_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:429368ffc93f60dcb14116dd4a448f7688fabeb9a499b4b7c9c77018f4a31c3c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:48105c86a370a0ffd2c536e5ba75ea80fa94b09f2cfdf645a9fbbb62bdd1654c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8b9490cd4a69fece37aac8ced57235afc04a3389e16234c3a3f1d9a4f8a6d34b_ppc64le | — |
Workaround
|
A flaw was found in helm.sh/helm/v3. Improper validation of type errors during parsing of Chart.yaml and index.yaml files can trigger a panic. A remote attacker, requiring user interaction, can trigger this panic via a malformed chart file. This can lead to an application level denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:33afbf29add637cae8478b8e0ef6b3b465e4ee53b000467ec34fb1f3a04615af_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8056eca30416b0b93270f6c92d0fdbe4f1cfbbd6258e27a746cc379a86b6b8cd_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a06dfb4e75cc6b0edd836cd59035095135503f35a7cbc710ed7b0e447fe256f4_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a820784083ee32f544efc474c7ded798916d1f077ddb9c3f4461de48747f4c73_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:021a57a7ea58117b5942b474f8899924fe7ff170b234aaa301f86ff465726ce7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:37283f08df56189fd19f7052523f5eda5a5eba0096c32fc3926eda3bc9398a8c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:459032d57026d4dbb2af370f796c28a69e2e30389a84cdab0e43de4435d980a2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:82ebaab991c00d42430890eed6322e9d060c3b4581ad563383a7d13172de4c08_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:244a4dfcd32e2a6bed90fd5e452b63822af9eb60375b9ac45c1864c2fccaf765_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4eda87164b71e7c6fd8b5a39ea77bb1bbf138f43d5732c08e314369b18e2509b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d2d6b9b7d7cb72703bda76e6814e5714b101faa03b14f55507b82dddce6fa09a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:f5f2d566546e640f59746e3616b98dab55eacdd33ea04b7cff887da6cafbe380_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:21cd6ff9f8ff53d747746f2d772344a8a9be9bd4582d641a0d6814da81e42dc7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c16a9db40d92bd605eb9843f2fb30f793e9f807e924a98f58bdfe9e8ff5598fe_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f7eaa545a5719eea518c0d48a5010a9e729ca7657f95712b86bd091c6906ed9d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fbad6ec51decaf69511274952af912054493d07f8de4aeb044b0728e015e331b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4b6ce9a91e0408d0869e2d64ccfba93b8b0587c8c4514c024093e47d520b7b13_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5bab5f51374c260e261af4d094d6d834011bb00d20269e5f87c670ab2e5fc50f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:b046acdbaee02a88bc76e80217864aa8a933b4c624abf504bf40b3b5700a3ddf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:da7ec98aeffdf151279fbfd2d45163722323094e790ab1e5b14e3a75bebf7ba2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1320fee14f620ff211195e536a81bf80c41140d10d8493dca37f484b4803e1a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:69849de1ca4d23c9faf12777ff7f26deb7eaf3026725512e29e7cfbfcb5e30dd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7ae48499c990a9bb0ccfd436de6e4586ba27e9fd4036b4efe76299aafc4520e0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:bdb7981f8aadb7c27bdc448ce4baed28ddd8d08ae1a83af66255bc70d3b87d63_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:06477b1ed6e12b1088fa198f1158cedd852d51773f75622a652220d147aad66d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:73cd8858eb6e706064aa3fb5b397696ad2a8d264ed9380ceeb8d8d89afa96914_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:95a5dd3ee93857d9e65d57257e2864774e0f1aa15d14c62765dd110807a7e983_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bf017210bb8bfbefa027c830656e83b3db86e940e5ef1f62e67fdc84545cd118_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:04441c2a5c244d0a76052a2e071d994d81415da2cbf49cdd74d3b64fae89fea4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:50caa5c63088b2cd98d85bf793eed760beae31c73d8cccc60f3c82f7e4a436f2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5d302fd1e0d562fd3074aea7fda53b46878dd5c27f53b4086f43e0b60c69cd92_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c1ec441285a07891350ef5b92dfe8cdef23f963d39ee86b7c2eaa0f29deced63_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:29924ddf95c884e61e24bc38d457d4bb997c5a03789459ef7565f2350c778e44_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:865ec06e1488b9c81e370e48824dcd003c617f45198943118f99889c9a23ae5b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9c28ccab17d26b72d9ae5d65f7a1ea11bbbd2cd39076f517e6655b9a35a277b9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f2a4bddcbf9cd3c04f90623faceceb3f3633ebea89954ddd26dadad9b6f9cc1a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:0f34558006e45eb8ad74dfad87ee15c34e2d5bce5f192fb00290ba8f6b2e06a6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:a0104045a7c163322387f621af644a79ba8b3e2d44bfa4094db15fad792e7825_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:b83a1577d6d15ea51ba7417aadaf190944d02a36e1067ff9973b9b0e59f207b2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:bfeca6b1d120f47ef42ace529f8663c90e420a3d1067891268e0fbbcd0c8fd3b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:09fb74bc16d6152ee950f1e2e01a72244e43c030205e6878577ae8a288f229dd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:933bdee9a720806a6c7537ed79ad75e25ae64144eb7e738942c36b2a72427c51_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a882578ad9240c994b4f21955809f6d332965cde3686fd2da1c4bc1bd89181f5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:eb823609e74431800e5bd7fd2399e11d17ea8cf0a16a578b70f1447aadbfe8d6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1a4a79d38290e993721e5a239acdc973fd395188d4b47ef664716249561f9b9a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1ab570c571e5291796e3eccbc336775207aced63674920c7416c67fdcdda5ef1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:46f5577da7e69caa3c941ead5de0ce8e373a77348df4c9dda922319a47533af0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:dfb1568b260cebf47b31b5bc5b956dd573ef5e10f5c04bc7951d4aefba1e1c29_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6405c266dbbd8b035f0fdec36d4663fdc2e3981899fec3828e7bcac0094f981c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a0ce68bd8e54f1975c89b6739bc6d94e9ad8214df431d1c41907866dab1cd9f6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:bdac9d54f25066cf36bac0fe90d1df7d89fb91d49ac68c09db1cf14862c91b43_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d8254c11772cacaf25e2a1b24b41a7694b530246cb980ce80caa5298acc71c31_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1b5aa2a8fa69661df2b4cef49e2a8e25e20ecba84ca80d5c671d8cdc73e7e31d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:54c656c9b7ff7f7d9412253dcb0c4484233f4cbe77512b63e69ba1532a4a41d5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a2d16879e07bae5f6eddbb5615c313001ffc4b74e91849ee9c2496bbb5996616_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e37862fed49b426c4344fa755c3442dfe134922b3b5a3c80c4bf4abaea7e6563_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:04e4334b0ce10eb5402543501944e72b9230c79f470f5976f8e5bcd5a18cd28e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:34a11ddd5af5a8d2331804ab76c6319587bcab73bbafc10b6f710260e5ace5ec_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:86ff72407e38fffd121bee52ed9e1229213f5db18cf1324a08296597aaf494b4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:edd7568d61e33652709d4bca937a801a4eb6a0f134ec7866eae3da1f19a01400_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:44623a58b3a052f8cf871befe578ff1419b5a36c9f61849bdf58a15148c3f65b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:78ba410665c68a41a5adbd8422a349de2274be894328ce523364f1ec2a71be01_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:823e1e9e7e7743538180596210828b19b6e3c8f435a7c792be5b945be76d9956_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:eee0084caae19613373c30ac9d2f25de2c202dc83cb6b3077baeab3b2ca89c26_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:17d193d080ae253f4e43ab259c28fd84f5f738967fe2ad4b6528fd42dedb86e2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:36ed0be4ed17c503bb07435b198cbd5e255660bb1e72ce49db7ccbcb3ce92a23_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7c1aa77f92efcbd6fdea6120c75e2cb19985aaa2cc48e2d4d3d4ecb87df0d277_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:d6dac5da24656ce0a1494234b06783b5e4ef052c0d283e66f881c21d1766c51a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:380b5a968a30fa54a963bacfc37767a01f6067b6290fd2d877d6b1943a7738a1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:6d1570e8f771ef561c5ddca5410cb86dbc94943cb23b6f96fb2dbe5b9a2f1823_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:7a9f65149b802b3c2ac4d2a96bf53c1dd6eedf8c5fe921783962197bbce94207_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:a99a994a160375e89550347eed1631bb0d12bb4dccf7ed49119935520b744235_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:22b6a40bf066153e072a2d22e48032b91a7f70e2de0d38b2bc5665b72f5635ca_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:499dba655c620472ffee2c73f5f6c53599dcaa8755af1ddf60388702041c6cfa_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:9f82e685ce4849aacbc315249403939d8e9fa55ca297ec0d829d445a3133ed9b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b11b0fd3272461cb95d4f3c79c5c1138770085b461fb8c64c5f19f3f2276abf5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:06ef27c670aa46891c208f0a1ce5be98a92a321e81865484c17db725d6c48f6f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:50187fe1e5905226e869fe96d050d1fa6c91c0ca9f360456030514a0f3efa2a6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:828613cff0791cce90feb1abaf17c31f8a89e409f605d23ca79904feaafa8cc6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:889a2f9b69467f174deb05d9f57eccfd85e8f6e2ce2620a3e3b5c15019a108c3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:381cea76282031f4a018997a2ddcaf6222576807356d45ab3357b52a30f6bb3c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:604bace7f2173c964ecf1b54fe70fc08abbb7a39fcefd21af752c7a12f6f5a31_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7acae5b318d8162c7da445ecc28ed374eb1db0a92e3e6136f1a3d6a82bd75495_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:df00671b04cef1d122484a876880dbf4cc250c63730537fef7e1651b58f9a9dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7246c15cef44f3945840162c1dab72daf8c0c4999345aa6ba148dd34597f4ea1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c7fa305a0d4a592411905c2f44a8218e25caa39e293ba68e1c84458683c93979_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ccf25a1cbb0c79753f4049cc37fafb77d0f8dbdd896e4cad7e9674877dc84589_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e1ff850187bfcc5e53338ee32678873692eb81a7bc72c5d3a928722571d312df_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:bda6a57c2ad84239536aec6a20a9c37fbfc7aa13c994647427936bf0b3b3361c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:49da4e953f3ab4d734c88b4371082bd9c6fbefd00875d8c3f0f8e58f060b6a25_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95c4abf5e354b5a324515cf6e69195ad3576383386665683d4bb8f349e558416_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bbc0c1a5769338492d873bdb15757525f69e250f5a4320d36f249fc35d57d356_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bf5e48b3778e040c4ebb1a8b0bd2aca2e7814720fa400115ceed9e1745f3e2fa_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:2b26daa64e5d4151cb1cb91cf459afa93b2bdabd2b9d5d28585bec72484c0e63_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c2d77eab011a8025098e1254c384f83af4f7e0d3ba9e6d2772eda689e644b036_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cdf9f5f665881fa0c5a2f3c98e4c99673dbe8a92cdcbbe6b80e9dce09f59a8dc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ef4521604c721bd0ae8a4b822ac9584d3c7c8a80c5ecfe263da6ff9500d95ba5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:29a5ed8364575efa8d539b05c002e8b82cc57350d4c015303b4fc46b06903eda_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3751262aca1a347b013648e64294520615e447cb875b1e7c04535c9c5e843ccf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:5bdc6dd4698facc8189308328f6fc62ad7f4a3a5bf8c8a5775fe6e966eb44eeb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:e4aa456e8c865f66105e9f1828b455bf09d80960759209703df345a559b36608_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:74cc690a06a3f7ede74550b2416957a6318136ec7b703de33588122e7222eac0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ad7055ad351c0c24582721dcbf7f422b6a31290104530458e456bddd1a637938_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:54ff1a36ba796e5b88ae421a3836220f5774f0694cd49da8aff5f8c1efaac958_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ff8879335cb7031227028d3bbd5ae3c882c721871a28a42216fdf94885cc48f0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:4bffd0baad38d0ea6f54efb82701a6530eae707565fee41e2e65682a990267b8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:6381f7fc63ba688a5514eeef31d629e8e6cf01d6910f29f7dd38cc48a49f392b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:6792be8aa7640d171ee8102e5315ee2cb5e51af62f7f9ebdfbb0b54e89e35cbf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:e168e04989169bf67e16af77f602c8d762b1ef424f4abc92ad8ef8a135d6fe69_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b9e9f7cb5894890829532f10dda00d008bc5745b999b76daa26b5667e00e0b87_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:f8ab11c42ded9679807701a6c9564ff67b13ba875e28cdbb7663d9382f8e194c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:203f1d7c4feca08547dfa923507640370e669f83029fcd373e4e93461cce9421_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:8b16e6a9162b06a6565a48f4b05f3a1681f9f6349278d4f44d93ebe60d96c566_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:ef131d257bfc318cd0071ea2867d209fd8088da69e92fd3d07bce2b86d4eb2f4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fd5a0222754643780d37e10af8b077bf257b5b4be2abfd2393f0423a4fd4b291_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1f910938470138dfb6656b608393e46eb5c59d76edcca34b8bbc7148f2479061_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:71ce3309765f3dea75ed45541065b35f0aeb697d59b013294775e84b780f361a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:313d893f24ad6f2f8c7881f418b9a5e9c499674052a97434372d1d079411ffc2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:93bef2950591dfbc736a80f6a92659b6868991040450c5cc415d32e225177512_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:9487390a62cbea3de31fcfa46d05ff56a9d088426101b056254d0a3dddd6631c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:d4cd54fcdc26243209c918dbb1dc54e940965cd12cb6d05259c0ed45e3755516_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:2f9449039570a38ef4191b3717a9597219919ffaff87b645f06c4daec74a3cbc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:5d72d27d9247c2a9ae05a1e496eea2c264df19be8a566147cf5cdf378d82ac4b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:2b1553659b6cb1a4fc9e75dca05c4117d98894a5ec55a650fb60a2062cf1b79b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:35d963f072ba8d1d78380c48815bd2d06dff7f1917e493ca64a37d319988e6a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:42870b8a98ae271ad0f0b23ad541bc37a9585e93dc6822f149a0bcf53c78036d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d797ecf477151c6821be3fb5e18dfa8f8df04233fa9f7da7b554da9eb38f0058_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:27d55172feba74eb9712fdb42300721acfa72e5d3739feac7c4353f8a36b4b38_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:5bba9f8444a0daf6194a6eda5d1b027781717446435ae4249a558a31fe17e06e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a8840079bf9bf05cf2f9c4a7f38bb45b09baee82128d12df604007278fbdb198_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:effc3a9f6c7bb400163dbda690d84d9ef4d40736105a2594209efa8c0c5dc80b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:3b6acf7cf4c49d979d30049d80bd265e7e8f17331648008bb4f9033822ed0a41_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5b377378d275c0a152365c6dcfa6e5f51a30de20210991ad8a4b5c45654cf022_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:855e978f66e69d149f00f5cdea64c68b677a1f2e9e1c28f3f67846bd5497ea9a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9bbfc2d46e0e771ef7bf390e121f26b0dede58ac0ab6cc04e7592469a78ae5c8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:101533b9ac484f5e8c3f1d95b742f3596fdf42d6a706aeca5712648ca50e8ce2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:2918100b369a980a69fdd9d0bc0fc7c898bcdde23f8ac8c9a8a22066f2b1d87d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4f2d8d750ce5932589e4c3b10579f00da60407a89be1976f3b54184c997650ab_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e7b4095c367aa9811dba1e43cda61f60b54b9536d9900990e7e6eac745ec7ac9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1bb758a596fc11988a09a696981630bd00a73dca7c4ed52799f722ef87db6a91_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:50aa9b6ba005c3f004568e82cc73eb56ba6342720626f9a35eca618fd1ac9cc7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:982fa1221449a4e78c06e6a13b7ee325b8951a8a04d0014939dc49b13c6ab79d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f055755224db92970aa09e26ab84f8f8c3a67c2c8cd442eb4e7764e3474d4613_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:719c8857fcfce93887b77a94974d418e3bf19befe0ed25c5974bfc7ed53814bd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:90f04dac670c4d0c505cf8f96d020c9e3f4c0747b91dc2a2531db407ffdcfbd7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a921b1d40f1ebac4edf1d6bbe26fd7e39329776044e17d7f2409b20792acc271_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:db281fb5bc3ccd949d2156d7eafe5691ecc317c3e690f9987436d8b4317e6ec0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0a68822ea4fb06b74890aebdb694cbba827a5c1b9519b5a4d2086a867464fa2b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:38a4de43972a5ae5404ebc5862329c0b59ee5a6c72b5e3fa8be3171ad65ec713_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:dc970cb4ede420e1d131a6146d256269ca6fb34b633c17315e6b202723765bd7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f47d18b4634f6f675e50f165a805f33970a038843dd48fe8a02b3924fa70e8f9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:6731876f6a37e6e26e079b4d8901f7bdcdcb6f34f8f27c850ec813ca5b3a9543_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bfebb3f4a3a9476c2307fafdc5ec3fe7586c51dde9c5448fde7d34e37e2f45af_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c6b9b4bd2d7210a42dda555d8375807bec66a4f8693fdf256042b49b3f0130c6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:eab2bb53112191763cd944b3b13cf750ea9390b56d7d14d312183ffe56d0a394_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:3ca197c0d720c1314db2f36fdd4f1fd81f0b729829f27b39508f0a6e7ecf7bab_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:475e121c7d6f480d7d2545252a7b59510a66cfb609f586bb587595ccfa3b71d6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6cedc3acc4032d410aa6c0142de17e62461401a772a09c795371238dc00fe91b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ce34f62e6953d64b6566905934afc4a1f5911ec68483f5ceecb59d187e37a955_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:2037952b4938add2200b79534d571adffd95bb0c6ce04e7ea4a6c0ad85389771_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:698f43ebb93c00ee0a916be218a7819d0a402e32c12724afc51f2323c26d541b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c247cff3341da9969055ddef313806cda81c2dac492ce683d4abcd5ceb5a9bc9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f12ba7fce7d3a13280d4bfe412b9b54ca22baa52b90be0fd7825ac719f1de068_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0d06e661c793f5524b749bff4124ebcc17b7acff1b57a672064c072dd7b0390d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:484c08c7c512dfb681137cbf0cdd45f42ed4181a690076f6dc6920724687655f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8a100494af630b1dd1ac3e0a7c75fba4853a1e7471a0b6eae2f7d6b7762beeee_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c9329187e9bde81fc4f0b4996c909fe4e9354e58fe353340600532153254e5b4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9143250b98cf0e2f2b3ec33bc25a856d0b2dd432d1994740e639bde2ed1deb29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9a7f2845529ffd78d9193a8329bd1761b7723678b83e8d5362aaafa657c398eb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:c6ef91fb95bad775d172019ab1b5f9c275c2302f85f04c0504273be57eab1989_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e2becd018c34a7c29e770fa329cba4f1a371d4b089451365abb35acacedbcdfb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5279e457358edeae97e136d8067f05d60b4b806c92e687bbd11afecda4840eda_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5d76a917f9cea787b11ab23bed912261cad050e397769c94c1b70cac389c48b0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:88237cdb1714ed0759ff8c96466010145ff8cfd60a7dd3debec25e3a2b33200e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ff62706a4904af960c4989c87712d896b34265fcaf21ecc9500daecd03561b38_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:15ddf484307e3bc53f165873cf04ea008f4f5720effb19e3ca1aeabd9fae64e3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:28a6a3b04348c6191f58b9b0a700acc995d5fbcee3cdf1af5e34dfb0a15918fc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4933a9cb0be09725767981638b9139867cad6a26a228701ec034d45c3f7da4de_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4b571bca7d279192d7095a9d157cdf40f553543b6a39658919bc5920445d1177_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0f18441bd2e164906e7bad119d70b8f5b9b47c1596d58b6d812ee1e2f4b6c0e5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:77df277ba08b5a6efaf78b4ec5e59a7aca2569e00e7644d27e1d2653d80d150b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:afee031de2fff6cb0e07995b5f6c4ac83ab4cf3b83f23a3931a4d7e15a512c1e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:cc8b86ad3d080ab5dedb159dfca744ce669341a2491e5a0bab4f59e3dae9ed7e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4a76171907bffd3a94e149dfabb6170331e2fc0a30f3ea7b8eba1cbe68e1fa80_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:62f935bfe570ea83e376ea84589bffcf0b99d30eef620adc813f72501d982705_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:75a992b3a14138492b585b3500a6b6f565c912b193834fa562c990bee8115e90_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:9fa46e30f86fbaa943f136733680d0e8a668df1e04d1bcb71160b8bb795a2df0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:58b7b6502847bba5230e65e90a10350d8cdfd331f5656425dd2f310e3fc89cb5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:5989d793b9236bdd9dcc1df6d4687a6e0222590453a5e4e31be75d0414c28056_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7e5383d64b25edf87578b2cf05de47d46fdd2fb6f1f4db5146ead38c887f36a3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b5b9266258ab925a7dfd33b86043873af4c0799fc52befbc476f875dc44b810d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:100d472991b3969275774576b60f5ccffacabcf89eb52efbb744aa441cfcce99_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:9a6fe277560deb4c1c2f91a1d56678c5956bc9ba958b859eaacd371f8ca753f4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a2d2bb9ceaaf23ff8430662ff6b267cb36848b2cf311bddcdaae8e33e8736306_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f71926ca5053134743dc906e1c5bbf2fd148acf50e44916a936f3a8e98494a04_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2dbbc016c4e06676f796ec4cd51e68c11c96bcdc41de8dd37c82c3c5c0825cc4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:444b74ea4a7a8a664746757e4417aa7e0fb33fed32a4755d300e14a49afba481_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a330cd288cfbb99db498c3a7e7211eaddc4cc5e39b6343fc6589b958c6ac44ae_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cef4f16962b3d71927c90e2573873495563e3144b6e3e814acf5a220f1b27193_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4d6edfa2e5e9d6964a5b9483989f491cb5019ebe9af55116591b321b499bd12d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:62e2bae1dd93787bebcb5f1b58499693f4c6fd620edb3254b776494d2b5a55a8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a514202264b03a6c80a02e3cfafb7c6a86482449613b5ec0052d1040587fd088_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ae40b5055051c07b225c15723da95953a6a7d2dc6dfec8d0469d6f857c8424d2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3882b19d141998fdfd1197856ec7826be00034d72633396be628002953fc94a7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:39282efac8310ed389b4acc4ff3aabd6367800953c1e8fecbf17926306d1f419_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8df02a6889e22a9763b5c0e7b6934824f682f4683f2085f82dda54de427ba28d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:fd15b8944403c78ee3c0fcbe08aa5ecfcb7b10c14fe5f1a20ba4873295879c8a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:011ac49df806c01b3f64fab0b3d79355b2685c8fc0316653f34359b451ef2ba5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5929d673c5a6a568c88e13586278da184ebda4c9c5a9a4a1f9154ad0e66340ad_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d113138d214fab52ec3422cd3affe8d3694a1ec30b85778acfa8b114ebffdddb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d91c11d262c19c1f020e9b53da07db82b6d68533f4e697ecff6c722781b4a4ba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:5865f0a925e725309c27dc1d71d0dc999cb01b4fbde764ba8def1524f978c0f1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:bdbbbd728c482c0c5b5e87af470856aff0c8264d3f490c8ae9d987f21d5bac60_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c1230c3643979aff1e615e1de9bcbc758c31f7508b9a3b25fd2eb323eb6b2490_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c7649d6adc16287d38318b6a50107dc1d3aee2e842a19e09822fb86fac31df15_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:70687b2657e8f1cbbff110582b55f3104d0c7f47a44ca1185a7f67e421d76a17_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bda8d910934ae595f8a53675c74094693de8e0a929fc7c52458b2a9f7cd0b4a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dff9eb529ea868114b0f46c60f4014b429ce115b0ce949e6855fe29d9270354a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e56bb2c28d7ddd2dbac95451cc16d547718b651532ec69c85e8f0fcf5785d002_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1670745d88d0d92a262ab445f81956e894ae5e9b23d490fab96860957c028771_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5cf3f4d1346c07a4e065dad2df083934591b45c714f503b5b617d470e87f1db7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7adc722fdef132557c191e026fdac56278584f6e49f3902179fc443d87a4165d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ff467f13cb09556eb490743f878422fa2493b8bca683b8759d7926e8af97dace_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4030ffce9d00de08b95d660595f0f67b2b83756ced6c6439da14d36b0b923729_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4baea4cfb5bc4a7974f90c3bfbb25e23865b659fd078ec45b4c36ec0d11b78f3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:829d8937eb34548f09b89de6dd5a236ae58d6f74501f44c929538c281a8be920_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a7fc85a92b1d5f7f79d8a8a63e6d9bb4dfc66383ff175fbd956deb1de3127fdb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:78adc3f034871d6d77793932d11b1e5f4b2ff3e1cff0385b44811210a3c84dc9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b836e8f7b31ba9c107a08e3be1cc27e73afa4045210d7fccc817c6058671aa67_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:cb550213a7e8671953d5b880c0b651a566be475a3ca0f5b442a2fa9b0bfeeb1d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f727aa55c29332a39fb4e74013b9cc96ea5b32c9cfbb7cbcd79c7031d1a6f44f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4b1f00007dc39d345013c99c38163e0adc112e5eb81fdf41e1acaa1e0064d7f0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6ae9a652c5693c55ceb3ed91fbac054d887142b0f55882c776e42ba20d1dbdcb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7ae4ffe7112d35231314490c8d02c6f0947b54c240ace11a87c07dad44d5be4c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:934380eb6ae83360d1e11f709c58d18c2e69e04b3246a02846f26f9879ca1edc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5580313395048ffe3d874dec574f7f1f1f21cb84831945de53a80856b4e945df_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9bc152718354bb245a765da17d12d0477cbd15d7eda5a86b8c5b1330287fec4c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c00d2c84a5f8c5f1c674d43eddacbbac05782b81ab98cff83b606c35b46d18a5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d74ebc7fd5b30afecc3d9f61ee6c74b2c0f8519514c5614ddfbe9bbc68227509_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:84ca4259de3e923248f7d50c3adcea713871d3d2da66f172c25dd391d22a3bb8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c6381254579086af7ec69a4e610680fe0e532a26f7ce202c72d047b89e0db642_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e0eefc7f55d25990d314c2ceb50afe70f7746e467ab7a409fa3d1b44708d9ffd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fed1fbc1295974647bcbad55e52b199c2d3d4307a3e53e4f8b1db135df9fd8f8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4bbddb6ff2f7429b2f5730d4a3f529b80784f8e42a0acc025e78713d703a2efd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:53a0ebb5fda619248605abeda530cf37fdb7ce99e7b7314cd5bcef2d8d8b7004_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5e37b117f72cf1001bea772e1302186d8f86c0980534b7f359179a5e6926c448_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6891d22800cc10bd8d773d471bc71c4db64460efab4b30202d42da1daf61a3fd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0d1bc6ef87ea978c23ca7189fdf17ad0f54a5f7709a75a25d82e7b84ffadf984_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:107f2fcd3f606044c570a980c176047870b304f3212df747995f6eb8a45749bb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6b6e5e25d50219a95d914df16c1c4e761d0bb45a9efd054572e54054f27a6f0a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:dd60fb26e79143000563578f9d72e3bb7cdde4b73dfdfc148b27942197d3be51_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:053d5fdef0973f6017991487843da7a64f8a346025cf46a7c575d6a4bab71d74_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:26318acd09b8263236b4d266c735aad015e3a4b61daafedf266ef1115968f536_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3ed5dce28d62c36a87ff35dead5806fd124a187e48051a0d2b550b209c9f6302_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e06c4933f2806bfab0f36ccdc159675e5fe2a6a084f98065787d304d5df3b7f8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:055b352bfb76de2eba0b9f0d1a6bca199c6e913e8e95879e991c5fd22095c677_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:16e31b5411f5f1924cbcf851f1b0463302a34c31c5c515220923f7a2050c18e8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5909f73afae46cf2ad00a9a6f1c38d38acc3ab00a0b97ca419110492d7bcab7d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dbfe981d5b05078eb1158624dfe2f0651cad81b92aafbc671cb6470b49bbb89f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3b166e5b5529c407c2f8e372414d043fc617965696c5a869fcadfde2d14d716d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d3f6483b465851cbb520810069a18136af80ccdf79fc1ea80ddb4687ce685aca_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d7d33c165c3d0cc0e4924e8c8d34bfbd1d72e2aea301e53e4b37b712e94c06e2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:de5e8cdb75cc79630290f83ff179057d25bfc11d37816c57b6f66563eb3a2732_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:24abe1e6ee078487af8ee8bdd5dbc267c18882078a7987fbd63728dc2b65bb75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:552d01e66c6b2fe59104b8a9f3e1e58fdcd7b4d4cd63db42883ceb119ec0ef25_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c00c3c5e7e106cd6527cec39e5c3fba990d1986bfdcb691b866db80d59e5f82_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bed1aeb4f58c045644650615230eaee03336daf78d9342022786c12f29da670d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3b213ee7154fd814e8a904c3a161bc16ca7419163e8132ccabab76821c33b310_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:721efd9cae7cd4b43c6bd498064a6c427fa32d0ba848f8b0bf7670afd662bb18_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8f5f0f56604ecf94768262496ba1e29073e87ec16aa8f434674b308bbd00678b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d78b1c13b0ef255bce1e19973bcbef04d40c517301959a7f23d23613a95c1db0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:650f0e2357f8d302f10ee0a628868f985c5a8c8a4e6af9e6793a9051b33205b9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d5a3ff1bae3686aff1781b5f5f9e1a7966962b88a1e84ab4eb62751aa835bb78_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:db30f78340370f9da03fdee73445b72160c35d83f44f708d3a62c9dc8e88bd46_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e88ead481c18a7b6de8ba7f609a1782e45e1ce85f2a158f259bbe68a9db261b5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:0bdbde169ecd68d82366f3d04f947f73715797fae5c3c4561e7bda5b5080dc3f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:1d45937273065c5cdeea502fa388172651fef5a607db33ea72c49f2a50b29b94_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a562490081e5dfc0fea7306931e2dab3fbfdf76cd83768b7a43ea556aebfe4f9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:dea6dd04d50bc97f9e61330140f61a7370e31e474c26b3526e18b0ae8ad56c41_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6ff785742b50af7f2a15c1dd6f38eb69e9a1a20cb4bd635aacc57a5557dd1b4d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:d0e6151117374aa602349bd1028175b94eea6f8386832df622d56715cbcb675d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e8fea02d42c9a9b8e9ad7642d9f08d705eb6e4b3e3681cbf6281c7b8b3244ca2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ecac534bb32ddc645101f6565521b08fde95cbf0eb2b9c6b896c83ba23e8b6bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:55e0877d1949d009d71821f6779aa9ee90484fcccb820d53bf53b90f7d412636_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:775af20537e6f4c84985145f44ad1ae2d5530ae06859c2549d1d85a2e4ac54ff_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:a1b02b9608eadb4388dc13fb5ae55fc6ad64788f93186872c133a0ff1f5ab487_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b5d732e8d36668226255dbfeb389994104d83ef2be461079b66557bb20d799f2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2e983c69ea6e29aca4f36596a0c697c2935dd1deb08a4d3546aaccb4e3d78ae1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4ae2494b702a6c7f68a65ea730f6df3253ffe78f2d178b0714fb6ec04cba5cc9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b1133f78075f3364ab85142cf6c8457820e2e1f31a5b0750585ee1adc1285ba6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d41fc7e76000bc1b4016bf10e86fec44f551b127e17997fa4bb13420219fb3f1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:25acdc169b3860a10f46dea8b842626acc639aec950ca7a9339e96a2bf1ed7e1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:453bea2d5f94523a88f37acac9edd0a8d921bf79409a260386fa458cb18d13b7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a70ced1330a4e7a0a7b81bf6b19b3346ad5bb6e26398c7f0577994d48712b2ad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c2a6ad45ab46c0238429cd0ab59bf169ff368bf68750a011f481208e56fa0268_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0ab4e11886c642fbcf7560f780abf9046b73dcfd7dc9cb0f086d9e62f87fb271_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1283ae9261afb1293b597a8da40611cdc1980b1e403de5d16669c5b7d2527dc7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:89ec13946e699f6589c3d235cb515b92ff48d1d5fae8e7892279b64d41b74511_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d08403f8114128e063826ee0cb3324bba9f027d7b2feeb6f7c826c9c4925579f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:2aa0baab0fca2bf6877260b871b3079ad96c37034e6f3d0a45cea4118cca230a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7f886a3942b81b3318e288602c88de802278bb77c5d11ba758f1d86f2f028abf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:940d02c46f06fa92818dffd1842010b652856e09cebdec33e0f0e1a1e9b1b5a3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:cac82b041210a06cefe512e89c5755e972f6e125c69a0dae87e454e259a3c08c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:12466469754c88d41872c1a061c1eb4349cf565b5fb32db651f3639aff2df67c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:af5fca0ab8a1f5374caea5b38486cc97c2be9d884a55542faeaced44a4a7320b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ad60c87d6e05b51b5351d2490538c757547b43a679256052b600e3fe8e80a594_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:e8372026bbc873c38ffc2c7df35183727596993dde5663ec27a2c2fe401e04f1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:736b406850af746470b1bd5dbc61fc4b166133e9cb50aa528dc1210b2002d469_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a73525cbcab817d0472f544883106a359b9079eeb1d8628d8b0185e450662361_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:84664067a273cdadce55bb8531916e8d8edc7936bcc57bc2dd1ecf57adb08c06_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9a006a111625f85305fbf3dfcd9a62592357a6a282a1c8ea1edbc48b2ef7db05_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:adb84daa38497eef3d89a9b42fbb22fc04e94f708db4f1f02de21dbf099ef788_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:f81616fe8dcd6b63df308c58bc1b696f9b3c488ebdfe00d7985026b10d083de9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:07efac034de568e79f6ecf97f924fd5ce7104e9259d90747cc0fd3e0a7bf4116_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0bc9b2b997bdf9bd285382823ebb9806502664976c2dd7e7b0d111df7717e77d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:165fc1e58447c7bc9febc3ebc74f90096c6e48986789d4e66ff6443f1d30d024_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f516ff3ac172cc08e88f25a0531a3784ed212897dbe0b05e04dece7d62eb977a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0d455e21bddb7ecd4c5b8f077ea96f046ba3183d17e3755ae95f8cd112a81179_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3d291642757ab1bc56aa6bf8b31b383a1867b06fda7ec093daf361e3bb082624_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:91c0c9cf474e9dd3b7dfab43e3e651afcf950c183a51321a586d5e98e3b8dc82_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:ffcd35b620a75ac1d121b826b37ff71f5006684d9222c440785f06fdafef5531_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:56c2e0f91eb13a89c48ee5ebeaecfaf87dcef3f85bf7f7fab37e3cc6c9b2dd10_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:84e22659ec76ea69dd31d0c6bdb39b752d4e525e7425d3ad282c3ba5c16c19c9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a3669bd8567383f9e15755e7640b5af4e796ce1d6bec3b6f1139645b656f425d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:ac7eed19416dd31a76ce8139a4c1cc16f2201b1dbb1c884dbd20fc5a965b82a3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:44020a87c575f01d876bcd559d0b37bcba2f5bb4337a4f0f40d65196a407910c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:7272870ff2a94fd3c026f3c3a4e985a2b2eb5c47dedebc00f2cc25a496ec3e90_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d5e64fad675db5b1a7fe03720a35eef4ef6497e49e928b7cb0a38ddd6fa9187a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f4d0e3f2751dad9fab70a9080102f7c0e82a784e516f993e1e84a8561c33204f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:174b142475167275c428eec2892e91ba557a1783a128749b9516911a366ef54e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:52fac1bee10c7847bcf6f7dc9f027764a183d462e46678b5b9aaac9611cfcec0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:874a6c39ad36a55efafc0b690d17aa4eba8df8f30831a5315a198e692e405592_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:af2f5f615c4e9da63b09f2b9f52ef632dc76793f51730ee67a96d5e99118d552_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0867d20104c147d58a3e119c8eccd725d2b5311bc563cb4030c18714e085c80c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:12bf752f4f8f0929752fee39067bab20d3af32f9d767e0eeed2cee9dc9cdf774_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3f0993acf410b536a4c2be24d23afedeaa6d4b02a8055100cddc37443a619cf3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d745b47be21fc6b98e8b1830c34e951271362105d32704cac1b1a796abddecc4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6c539e26ca346ca83a4c024a374f3874e858602b71794a1709b8a08356744b46_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:94e6571b95628469dd361c3ae5bf4bb88bdcf68636c0a7a6f007a19e32216514_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:978722d03bd0e1eb78e35c188516d960ed81c8b47a66e77ec7ea465634e44536_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f270599d2857493437426bb7ba58ecdeb0933b244b0b5e81d70be8f06c734c4c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:07f5c5ba5313539cdea53ec438fcc97c698df8284bba4ddfc6c7af4403873362_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b93c3b58e03d6fbfd8d73f6f0966ef5d616c0da0776f516ec826e4f5e0d4bf1f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f5aa864ac9d9a3e5c0a412e9bf6e22756f6232713e14fe4194f61b1a1c1ad52c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fa3603fc128be2cead70ffb3b0b0b5c9520f7826bd46863a86b1853e62a998f2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:382e4343f73dba48761c24841e45aabdf84a7f4de996be6515d8ee7c3e728c78_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:840f25f86e1850623e2929597e072219c2119b08acee3b81e8c7aed1b92fcb64_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:8f9eddba528ca5e8cc40717ae9f30253c955be657f8475a1c4da66c257bd1729_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ac7a2fce2be014fdc4208e98abe50329d0af9b7f7af98fd27e611751a413b4e6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5ad568a42fb0d0f2b78702929b75ab8fbb41937a853b4344ca990776f48ff85c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:821c5edd5f5ea9fddd168482dc437c6eec19231d95854abfbf1bcb150cfe618a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8932f2fc5e81fd7165d50432ba8994896c9ac8b323d5cc798872c1770133eceb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:df49ea17391c34a0eadacecb37c7e00552af8aca3ebb648f28f3f805fb79495a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:58e02752411f5bc061c8dd98bc7dfeb17780ef24ba8c65e590e4d6c5213c267f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d1c95fad91fbfc41da5d6871fb0a3c07d20652b5fce3f010505afe0d24c1977a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d6bfcd46424e1719490ce37bff728ea278eaf589e052a90b3fb30a9110aaa298_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ef555584c97654b76391f8e4d31bf0200fa82222b3197ef928f306c8d70f4881_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:520b43e0497fde1deef41e5f9e51448fde032769f433980802097e1e4216fb6e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:de2a25058c3aaa6f98e80870aca51d8bfd16354eb2da93e7498fc804825babb8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:fba545c7b9accb5be03b9bf1931c086a8da8592e3ddc9b5a9ad6d798229314b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:12645a5f47e54e3bf3f0b0863c44b938be5c42b22f695faf62c8d918cddb03ac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:529d46e40fd5f6de98cb72dd8704068e3b9baf4d3bdf91feb9c19139bd74c652_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:701028c843123a3e4250731e216eceb647411ce685517383b9a62b5af21c10b0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1b7392f3cadb8ca07f10d5681fa33f6dfe61f895e4a8a1874bdd5aab3543f67d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:693c125a5f2f67364d8bdc1a5e7abe959dd46898e7f46d5b3756746cf598e135_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:93f4a34af9c198e4baa449f7ce0e1e0936358afc725eafc3b8118df3d92d2b44_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:0e4dde634359042b67bcc5224afeef951459167cb8f36cb6f262719308f8ae42_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:344860750b6a6e567bb1475f68d18b19d6f79438b767c351c850d082648aa5b1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:efe1a0fb3394a117206bb1837b63a0ee828ab5b5d30dd7c94aa88afa04c94c2c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:afb18f280c123c44f1349b80bcab24c86d8933795a0577deb13bb651019d6a92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c865ec93173fecc00d843737009627ba137b7cabcf8337ea7837eb9bd993a601_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d172695ad3dcae4be122b50a27f14c6cb0e71357868ebdd13336cb7315122fd8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d4a1f393e7762a2c7ff12fd634077f5bc5bdd224d7791eb7929d26cd16047dee_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:01050a4179625f00151e478a0571e64120ac6221fdbf32c969a18ae9872c9574_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7639b8403341003825286c0fd45ab34d815585e8f4b5b4d1a424ccfc0292e017_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bd76fd61510b4714518ec5191e315f83feb1f47402e32602b061a0fc09641c9e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e53bc4c7a3fa7103778bd3f7bdc4b6be4b5e6a8450e38eee246caa75d9f8f44d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:62414e285f1e4de212e28bd90e5eeb60730324d54a317434565bad8891435168_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:77dc7d2bcb0cb6289f6d8c3c3f4ad3c01b9e24b4f6969ac666a888ecc8a29981_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:7cbc05eb0a0d3210e378d08d879933d905565224d9a6fc00e3bd1a9ad6782557_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d195bea4ac0b3ee073418a3674535525622d9b492bcd1fb0448b8ae52ba262b1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1440138d54ba0f09184f96cb79557548c3c9f19089bc813f433de28654cd74ef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:203e3cf52680caad6f8fec2ca1c7c87d45205ebcb9e816fb188e74a5bc7496ef_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4ef6d0725b69e2867c44e7d7ac57c820b759a45c491997210fc38b346d7f033d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b1ae4f6e3577edd7fc9f6595168857af7fd9c08aadbca1642c2f9248205b8c42_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:2e494676f33f47eb13ce2e3675c8e7a3871d5d1b73a59b71623caba05364196b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c8183043eac4cff3a7c17a9de76a4c9df725db694f411b19dd64923d1de68551_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:c7944fe378873f5d5268ff872c52ca08908af41b7efa03a7032363c11af633da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:fc53a478ba64c0557ef8de93faf1320baab34d4bca5f50bc8f74d4a8d3a86890_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a5e04dd92dd9bca8344f741151a5756e28fdd197e2aae26c13caf2867ee6ff76_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c16e427a9ffa0ef24fd07e6a21ff78a63313d5274eb3b1180f7c29cd1a9d11b7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:31630cb5049add8b683fc6f3de6cc20ffc530b72d45daedb84cfe62bec754591_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:89a876583624410a9d79c1cf83d94a9a7c0dfbd3ad70228ea985e45b2ccee9f7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:dd8a443d71a973e30574016ce343c19edc1872c63ed46b5f7023d304b9c4edcd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:63a52e5f035913f64e82ae6a617273abae9ee0729316d26ed5d4182ca0f50d11_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:754310c0f797038ef14c3ef9ecd934b6ffaac6ca60b755894212854289b9f405_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:49c4861778e7bc4f5738ff0f5cd5c542e9fe75c33057a4a0806b03ac75d76ca7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ce8e1af1e3f7d331be7a366560b517e1fc27f83f1382ca6a69a1d9893f260fda_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3478a4d3a1acaba3cfb3f1040320798b9d0b419a66b07267965d4ab974a3b440_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5db06d085c31aafb3f02c2c373b2de6d93c5fde72dae55d6de90f44b49b5770e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:634d04ee67f3a521e7b3cde560084491908f32aef4a89a1bb7d3aa0ae119927b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7683407dca1a355e731e277631b3d8522a3f84f1de664829c3b15db39b1f1ca2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4ef1395e47e1898bc84155ed4b4e3e4c72d08e4e7f2d19d9530d889fe0ef6b26_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:63631119f3411bf77ea1f622d77ef96434d80815531b046efe5b297dd5bbfffa_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7ee73740b3264500f062e3863e42fbd98dc3895f17294450fc90d992d2108d49_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:db28768861f567200cc79639eb01ce8e18fe5cb8a768cc01d3e23bda55431c75_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:09ebbcea16169b9ac863167c0e7f953717e92f75fc4c4e2bffa0eacf84519907_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3118a7eeb28d8388a06731c7bcdb5eba4a942b9c91a84e595ec0fb49a55bcb11_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3bacdd4e5501902865eb31e884646418bfb5fae90593e96b06ac0b7c3cc1cedf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:852556f6eb96442354f0695d6630e2798e19e31a5ada2ef01e3ca2571a4a40c0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:59ae16e7b7d2bc20f34b8bd1dcd7cf8d8d7c201b0f78e3165b11a592d1b08597_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8b68cda23f470048944c164b84fe27a5fb6a43fe739537383444c28cae451035_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:23c8ed7995abda7f87fe4031843205f3a99a0c57508c6218291762a60907f5f2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cca7e231ac39da3a210859c6280ded3a4687620493e3a3e0164a403271537b6f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:054a0d12730620c46ee6209bc9932909f653d0b7f796682a0f798ab3ac3b3641_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3281b909de7dfc5bf3c746e3e8ab05fec49fc8aa83dc8156e616a59c41ee923c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:d5efd9212ed22c89067691796443fab0b28bfc31cea94bbe636a4759f2e88521_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e0a34a88a67409e2b1cb243874cadd3de1c9c56a54ac225dc860cd89a635bd97_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:275f90da2f77f60d0a77e00936734ffcb5099fc8b5662e03de49d807a7632f6d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:833072794acb03eaf053f30b6bcfeef95cf1836ad5149fd97f34f3546a2e9f6e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:893dd8fc24cb10db16620d8feae352929b0dbb797f02fd80f025fdc7c78bf53d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c9ba070e466a5123790067569bcb909e291f3b2264af0aa152372fff9e64f82d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:6f50d9406911e5fbe310c94dc60829891609934e64983339b5f66432a20864c2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:8b4ce896da4126dfda544da09d04f010c0e9b25bdab6557adbab8d095905d535_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:997a24c33d3ae9914f3694b3a8cd8af50137ea48296c322b56dca53b4dcd1fcb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f80cee2f47779e24e07ee475d09fc697a4446a07f9eebb0813a7119eb0bda36d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:7aa46141209fdb1090d90f00d1a7753f31b9224e080b8c669883901846b32ca4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a0dfec857ddadf777961a71d8dd545cc798b921e083c8b5156ca7423f8ad8a2f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a5c047afb2066ca8740286ad2af8e1271ef78c2e5df73ed2365f586d6a101b33_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dcda877c69d0398e4744f1b7a2ed81986ccdfdb6f4da7fba75f29fead8b10f34_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1ff4a8a6440dd4d97adc3273253da14e081083c978edb5fcd05dea33d4cc888a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:2aaba77958b12e834f6418338a21b839a95c21ac5568a53b5f792553db772e6c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e5753a6fa47d5a753be2eb3b7a46cee0bc156b0e52bf75e4f192c0ddb3fdef47_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:ed802f61197fbcc0f1a8a916612ab33363e0e1866ae70d03df92469a2c356ea6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:120c1ccd64bca8bfff4b46d14f78038594a28f6d58c585b1215afd76c23c7ad5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:52dcfdc6c5f219f414fa0775b70e34118b319897b0772931e0861623db7bde86_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6b259bed5dc046510b7c3305f6abf86e4543a9ec5091505f92f573536e9f049f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:bc0dd85538edc7a80adc0fc9fc4e02051e7b09480250b5328a6b70251875b943_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3f9151da4d025555f4c0183a0ce07a2d0084beeafdc9f3f1e87a603053ef9089_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:919fe76dee99d772b668b57645779a63e1c3b7f7f40fe79175c27ae6d7e261db_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e19a080b5fe10b67fe48c28014879abbc87cf5077c32c003fddd171d06bb370f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f7708a1c1e0d4083c7f0b9e8d8704b91a4c823dc9435d5d3e986372f305e1fe4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:27bd19fa0c1eb00c55120e22b21eaab50f0eb75a84910e9d8a2fd3b5fd1c7dc2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:52c4215a49207586cb3f33bd1d35aeda857d31d34c80cbfffba02ba8c448c8a6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:62e5cb5ba2d92bc29a2087c9de9fed7978d4c5ffe07b0afb479eac93519c6df5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:68aa837b6a3bd95232abd62ecae3b040f2a7a72ced626c784c4062c2f28a6e3d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:9872321279ec2d108191f1f7e1764551e9c7099de51f595627db068a66fc4f8d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a06cb8024ab06fbdee295afe99cd294f6e05c36dd490545600967b8ff12e3391_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:1d3a2d2ae27d869506d3f027ebb43f0ca64451cbb635c4c412c85129025728c3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:c20a4f14ad0eecc3f88eda36bd65f1f390c6977a7ad5ed69e87969556b9d8cc7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:64247ff135642a32fb59a62cdcaae5f28085ef0578916b4ab2c90d31e67848f4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:e0cf29f62ec486451053c661388f9a3a12ba42b84899b687fb3486666a42536b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:efc289b0278fc84c571d7adf9e9ee1f8b149c5d832cbf416803435e89ee0a531_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:47ac82d0289751c8c7e41da07173dd61836e606101a20b598c00da1cd1fc9077_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:953b8ff978f6523f4578a469d23dba6536d49a141b4e3729b059feb6d79a858b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ee224daca08de920de240b684ebc23a4da50d60130d9e205e88c904c8c755343_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f267111aa2951d22dd6a41c7362afc22454e365325b7a016d213505b7dad74f8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0ed3d751161fa47b7ed4bd2ec2c5bfff8ac5ffae0df22dd9a741cc64bbe2939d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:48bbecc83208a8895cee2c2e8ec677f59a688e02705a677cde4e9a8a52398d1b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:89ac959e411430e4910919132f95452d1142a45fc5c67088f15cf5bad8982165_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:db55fb30b025bb573317f113897a7bfa0dc729aa684dcdb0ac3066356b339bc9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:285f19a6dcffb48d4e6f6d3bfb44722f1828bfb2099a8736f2fc08cdd1481175_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:521f2693c3073993771af37d65723ced3ac83c7438d6ff35425ca5f663101676_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d1883837f227ea4b98d2442b46e5c07a9eeae549e13cd778f7c9e78494b53911_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f1f601e3a4951748fbf030083febf57aad02568058889b0122c8872e2d68d70b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:34298ddfd123342b87d28c047cb4a8c1b25b07352bfed57aefffdd92a7058b6f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4a56a0984384548771e1c8fa5a4a8efe93f472cdf2b64b01d6049b2f9187a684_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6765cf3c0f8d395307ae57019cda7e2aeee976ec060eea8a47703db0b18532df_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:8a8377100458d05864c6521e4b7550df73b5c3d9cade518067d5741fa9d02292_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:09ad41d3ddb9aba6d649812d1e48433f5778b1cd9d5e0e1466b34e6516b864e1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:7b3a100ca1bce2bced0306ec9d4b90a4dfe8596c5bdf51799aa3a7a1ef36fef3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:ace3b3b02c33261287a32253dd1c027769743797317ac4259c9102e0b3db6603_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d289ef93e6e179405cae0db5309865f76cefababf168006abf09fc3a51a32bcc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:20052a45d551f7e988cc0c38baa38f146df4d9d741ac71f17498d8ddc44a1beb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:55409e5fb153973038a15985a332681f4e3e41126f84b6a355c47314c76bdf2e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c143caae15fb4249757018e05ac8dab9abb20f405977cb41468ce6a8049c4342_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c5d456d739d5791e51544a45309ca3b64f763cb49632bc638950fbfc041b4193_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3ab4203333e071978d85f0f44f7342811d898cc388326db60afacd2395f8340e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5a97ef5bfe0456bc1528f2a3df7736c506e11cb61de5c41a1daf22162150b345_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:94fd7b1b27954fb59c11a010f4b8ce0a3377b38bfed7ffb20873a2f7a499f8bf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a936c0970ab66789c10a64cf57ae76bcab0f2f16b6b50e713373066f73d535b5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:34fb12d4fbb5f9b29b1b58e19b1c1b0eb27121ef80edc50a59e431a4e94638c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:bedcb032aa7325e5bbff014f251d5ad91fff9dcdaf84a95e61e4fc4198f22f79_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d10ffca12372666b239a9fcde83a4b0da6c3f37fede3e47272bbdf9ebd2f0d91_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d5284bc6a4ff57ceca1c00af4ed0c46fd341f1e2a28b4f13b210ed327a25ebd6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:2a7aeb3139633e2014d99631287cce239d73af61e541f218f45a009fc151d8d8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3afe2f3016ac55bd947c98d1e4b957969357aed54423ca2f35955eac8639116f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6d7572f71fc31d580d355bc6ebf8eaa54e4285c53c7e0e418a7495a0fb8d37a6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d2236c41a640de0aedb4eb2f1ef143793288329513ec0911bc37ba688857701f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:7688c4b2355532cddd9b9d314d105127c494990e7079407d2f43e578610971ad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:91ee195223233fdaa6d83ddbc8e1dc33bc7811e4f1e6ec9f5ddf325f560ec38d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:c866308d315beaa691b25dfed4be0cace44628e0799527e9ca11d14165437d98_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:dfe468dbed566f02ea0ed9b5ed5565f40a00d03a344d2a230b0a0a83c783493b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:08710b0caf6f4bc16e72a89f596f33c8c38ba7742d0f1ee552336f9acc7f222e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1491efe6870dae8caca1a78c9c96f8b4b2956db3bd5eaa6bde59ee996506bfb8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:2a0f11f0a1063e3ca7b8b04693ebe979e9953736d37f3dc3a91fa5c9912d79d4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:813fdba989d7b5a4aad5e9ce5bf5285b0e65745375dbdef899786d571c001b77_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0db523e5a7a6420d94d5d302b90c798737eb78f99cde3b887d3c3866e195b9bf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:18b7e5875aaad6e0bb8b12fa303ad6295bf3968daeaed2104f0f4ec3122446df_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:80c4e60cb2ab82621ef12774841d39e6ece9e9671114afd0d19b188dd7746d81_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c20dd339ba44e18a505db8bf726e2db8b6a764f7bfcd9e0d63d627d69c2378fe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:528f1228123298362d5787e862306cc2605f3eb31fdedfd0deea7f3cdffb77cc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:75b18dbc6fef40173ab0c85ff4f9c4111e29afa10593ef9141d589f88b418826_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:e8147c001326caf53531a8917f91991b5ca05f31d30adba78a03539a6568009c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:fb390f9eeb4853d9a20c9bf02ac10e099238e94084230bb532029be4c88b7ac6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3dc8fa50d17a5074f03d58eb00467e45e6d74f6c5293bc57ebb8c4feb4323eb9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:51941876bbb8070423c00e3699bb193343e963358dcae8cc6acda94395edc5fa_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9087e6df82220f673440368a5e81c5a0f3eb5e36cccc61cb40fcb56d92cfcadb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e3740bfa7355589784350a9dafc10849d32f1273327387b3b3c6389ba1e26dba_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:05f5bc9410d9859f1bbc1def6e1c74fd47781faf1ef26633f61b5d8f09ce8d02_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5e14d01db3abe1412de6cbd8dbd7d3598d5ba7d2af2f5e55a7ca625aaf8a9155_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:db0bf5b79be48f69d411611bfa74a9b1cdfe875b453a81ec5ea72a962c27978e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ddbaa3a482cf17a156f6955ec155eace13126ae83217c36c03eb2b826e7c4ff0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:02ce1779315733c6039fbd9f711d6c75da89fcfd4d6ac8e485d7aba30882b3ff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:d29e550f223f287e258aa15ac71ec87cbd24e9d6888f22d82aede80b7902765e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1d43b37d6ee7556d8afe22fb33c7c9ab7a1ff5b2b38d6e18f762ba759015f87a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4e627ea7097e36d07d109f50212809b6477070750c0bfff14f3fe9d1d7ca29f4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:63e60a076755fec73f95d2f5ee948a50d895b69cd327296ac0925e301f5b7e4d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9028745ca618eda612fa2960f0327f19fb689eb36762515bfd71bb2efab0a0a3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2dc50c3c453049a1e81e8cc4559147a4fd4a3a6a9c140865f82bf628f2a45b83_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:734c982a6159e5c4077a12b1a0f72ad992b70f965873ea591228172e6265263f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b2a21551ad4c66e622ccd865529356920dc4524bfa4595e08a99e0e95438823d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3133ccf5290a245274c030f53c63dfa74d6e04bffa684808fc1815a07ebfa13_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:6f399ee5f4634353047061fddcb9092dccead96c6884863253b913dab93c2e15_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9176cf7f1c5ccd82d82dc1a8ea47c2bd34e2ddb54d750cbacf7735a04ed6a221_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:dc6f5e144468283ba4d04ccc155f9e483d085dc2f1b78992e5fcfea42db77bcd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e5216672e4e265b01384ed2dcd722b4a166490d66e19aaec457aca55c7e3dbd6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:4ca8bbfe3586672e1de22cdce9466b37aa0e11c5e9d94ea8da271aa5cad3df47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:57488300ca265dfcad9bcc1a2861062d8b82c2b80e8b21cc3ed766fd187402db_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:660006e5e6826b13ea6d73fce4fe672d1f67479c44ed65dee68119369eba3c75_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:91b8003dab0652f1a06de50435ca08d6f6366e6e8e7e10a9743542b577728b1d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0017d40e539a56e2ddbf4a97b0cd94825ad5dbc9cd79e1a7e058bb0b11afec29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:7a71babc3307efe03b8bb3f3cc5f9159a4868c215df70d7a78ba37b91294649c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8403ecd148b8f0aa7f1156fc1676307753967ae68a69948af7c3987de8178959_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:a4e02776f7b5a66943bad040650f4dc9e865f05a0911f4f9aba975c4b30ef517_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5d3d3cbbc28f59a6aefb1e54986e084ce49b69867d100e9b7a8eba17b764304a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5fe1d81ec73517468488ed1a60331a78733ce2fed50f3930b4efbcdff5884326_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:94a7a56873cf0e075740a1db93972f2b2505e7bc082f2faf2d3a6badbb52b08e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d1e737deb52f4f124e34889df5ee2a787db0ee13ef86842f415d5c18ff70498d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:0c8b3d458f0968682b8604cad6ddf02b1135b99c4682090dc78d9b273084a0ab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8f02a07e0928906a1c075fc3510f3750c679361bb9e0fc7504610eb2b230a092_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9b174760063eedf3197e5664994fdc21f85cbc3be8bd1329142fb9e88103b717_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:e97049e759fd58cb6a2c8dc5b78df8dab7139f8868b1461a3946cf187b824f55_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:17b700ef898288bc081220792a7a95f4f1852338d3d08dff19ea02cc9d957239_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:675083e881008c57ea9fe8e73db8034a66a3f439c6fc1862db09503f311caef8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b94730e4b9e9de7c0a99431f90b42a5368aa0da03869eb8a71dfc92dce27ba7c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c5c12b41cdbcc18c98ec1632a0c9aec007a9672a742fcfe89a5b104160feb698_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2c51c07f11fa78b44eb528339da6291d1c660451a0c9774ad7bf8d8ea7744ee3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4d7e15ae24207bd06663f5c9d55564e220bef28ef150f62d2e9622f569490acf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5a51836c3306ed97366bc3c8f24a8f9e880628d1feb98854eb5dd10800bfae83_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8231352f700a733b13de64913738e0de1b89be5046736077f7300c21fb778aa2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:121025c1dfa4bb1138150adc737d7cf12e69ce21f10690ad8d740c1c1f2dde4b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c02ec1e4b586a812cddae6ea43cf42a6b9742d062fc12c18c2414bc48b5b96e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4c94c8afa17ce2348d6198c2914e9257ac9510455c521f6539ab17877b6fd974_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:70c7beb1cdbcba3eb4fb83fafaf740145b81d510ef56d5ac59ea4bbbfbfebc00_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:83efb138b8bd5084f7dbeb8a59fe1ecc2680a20d5853b7a15f47e1f87929fd9e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:bd63fc568a9ceddc67809e2271de8ef4d57ac8af283861a601547a6b9da2dda2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d0d429e4a3a0a9f015725dd965d4317e67c72b3fd846ef4b04c20ada4d067eef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ecc47300fa59bdd3970f0baf030a75e1fe5862d2470756cf32c389b1eb89152a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:53bfb1dd8b4f99a0252bfdad2c65960877a4e722f5ae88591eb87d6800d1d98c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:64fcb6ccdaa30c4e06cc91a40273c6be01958ca2c048bd39d8a87e8c09fa7d55_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:bd7e96fa5e3db517c91323142b8258555f04d93dc0f164b6e83249dc0cd1b416_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e5d77db3010b3e1d31e14a0bafb1a5e5ca62dc03b7b0bd2097b198f6be6ee442_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:0488437dcc9ca866c5b96278686ea20b5732f8e8038af90889fadcf90f1082fc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d1bd0363eb8c21c0123522b814b140a7595a459c7c286220b4b6fb0b9886a115_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e45c7964c5a89fbb1a8c6da3a905e2caacbbf8c433b0d56d1b260bba151b3e93_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f52e1ea0175eb2af0a63311dc0b8acc1771c53a7668108d7bb7abf2b814e37e5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0043c8e63c3bcf98e33fda7e5f532143b4c8fdbce690606bf469e932d8552062_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:465c03f230a374b6885874b775473275fe8866f61856fb71a8e2bfc37b712ea2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:c730b4b9a52549bb6204deba37e28ee3946758bc86f27c1b886188ba0f164fc7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f50ed1d01f799f00ce20f210b95774f2dffe7137757ecf86544c71a9f621f402_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:56015af081c97939fa71d978d511ecc0e93ea6ea89640ae846645121531a4a86_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:82a97e06294f2bbad05dd72f91d692449eb4094ce1edda7d651e2f1833018faf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8faf68e17b482f07fd1a4ae8ef292fd44fe9de5369d5129c3945acb56b5c2f0c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ae7b169bcaae3569a946c84d88d0ca7b42b530b475c4afc4096d5db36aff9c52_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:02335c6538b4fb15d9d4e2a831b9810db42f8b8fdd75cc6237534356cd1b68e4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:84a9daad04b0ef97a77e258c1b490c9a9c1ca502079513184e43145467eb1169_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:85c84e6100ea0c4d783b44a085cdda8be9b580b073ab7b191a70ad3c14641f9c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eef5b8e84cce56cf085ed8f8a2ca544505242606d44691b6d0beced7c942bf9c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:148d9d31314b0ca3dd2667aadf51d9a65cc88cd872d21d29e4c85fe25cbf6410_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:87bd671167583b8f46388c7e5853509fc9c20439c1b5f57544117fc9e1b1b5b1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:dacaed2c85c23db8c8bf2b754b958ac8990a0b0e917e4885b39ed62d08061fb6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ec4ca8db357714672338a773cdfac91101641ac1ea56905a5dba39d13e8c96e3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:1e01dcb349b9e3afa77e9c217b2f20dd7c9c98f7b00be3852166c7d676dc1c58_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7a453727eb7aad288301bdce304da23202950098592114e1c56e893828b7cb2a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7e9f67b6e1c87741c5d56a3e95af004dcfb6d6c9cb4267b0ad4dd1aec7e9cb1a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d9f12bee214359955f20c9b4c0218febc8868cd47405b362dcc6ab05dfa573d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:36d864188a182dab0197f06376c993fd661689e516dfec4c25f9064eef6db0a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:38481cddbac83c19b28845b99fec4f4d16d46aca014ab18653c5e7fd42d7dc9e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6c5798afafe96f9c1de300cd8b709030655d1c92d03394b069b3f4100a0a4334_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dc248c02585e41245eb8e16fea646a6f1013f5257f5152dab0fd4634073fe15d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:142deb80cb8918201dfc20e0e86c5a70e704eb589681db3e019d0eed0a8bbf1b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ff7c22adb1ce27c0944f94a4994940aa6af3c4db60cf184d0865753e0c18ddcf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:09664db13d4f9022495031effd53a137ebbddc0e61fec151a26e565a02a5bf40_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:9b480de86de7566594ff61c147bcf0a6e8d5f2ac52ca37a2ecc32909e02850c3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:177b77bf798f3ae19e2b67467ec324e2352c47a2fa4f803c852cb7d5514a2b80_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5587380364defb07d81f5bb93851d7d726780e03f561cc5c4010d6cc4e237079_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:503c53ef4cda2a77d57eb611638334ecfbbe08f384e01084a0f2004aceccfd5b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:ccdfd936b1e904b115efeef06cfb3c1b13ec6fdf123cf87c9ad477ab47ea4d04_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:1f7ad22165ad761cdd5fbb7f037ad342f7b9a6f017b80ebc9775edd9bf7388d4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3ddfa7f1a01b1dbf4d2e999da0d536b8f3600e0143dde47fed1f6f2caf15a7bb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9aa910f86e4c953069c3e45f3c2db9702a8cafe753fdbed42e4c23f4837660ea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a2751c4e48572281043cc6468aa40d2b3a8a1eef5897cef386876fc08de5d791_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:00fa00533e4616bc63471ba4e127f163a2ce06bd8546dc3fcaf2465c6c511ef1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:65d4474ec56e4cae8542f01d54006ee1ccf15c8a467dd7f784f1df806507296a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b1410e826283f79823ba6cdb76d666aed69449a847936c6c634593f31c9795b1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f3e84cda9ee1fae57794b0c60a7b32373d8a95546116ddb326751e9df0d1706d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:059c0bb97591ea1d95bc42274c6748438e32ef113039c603cbf8171ba3dcd1a8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8ff741a30a8c2059c8702290104db1f897853515bea3d054f5456a0faacd3e33_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a523a7ac9b9119290e3f27ee0b0c7a5d3cc1d8f35ed4e7aadcd6968dba6c593c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:db230edf37a3285f5566a6f82b660ff3394caa80c95276bc3992a3f45a18a59e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0dfe21d1f2ae4ad05af6aa896c0bd09417c03d2fa2e37a1cd3c7afe9d9f506b1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ae88b0138b8b945b1ad071a5ac660e6479f3e2c1ec261d80a4d7d862e94df269_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cece82ea1f03a889d37a2e4e1d81eca34a73857630b9874d05264c12ccfde18e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:e518e75c0ec848497d5dbbbea1505cd3fa96387be78d326f44094d341d1aeb69_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:4b9f7900c251da09ceb0c5e36e87322030e6fffb41da15b022e52f26967214a3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:6bcd28e8610dada7b5ec2b6e14aecd9daf0542ac8528b8a1c9bec9b5c22e6791_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b4e19a3b757309f5ba13e3762e2449003ab93a1d3a950df031d0c5f88b338461_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f3745f0a10aa35a13620960671ed4e2bace1c01f0440c1cf222aec37ebfcdd6e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:10a4a0d9d6cd4779461dc27ea5660513c80c4231267cd5d5cde84626a52d8d88_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:394f1ad167455a316ded12601110de58f0666917302eee8a2933932513aabd70_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a0dda1cfb8ce56f6632c7dfc15f2d7c5251a666f7ff34fd78f45a064ed9fe8d4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d04c463caf59ab32c381bf6c88b9a55ad9a4934dab8cf66b1c80f3743edf28e3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:674045072f2c791146899dca69772cbd83d8ea11305e024f697b0ecb2ecbd9e3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:80d008d72e748f6d1578f0583dcabb703ac8154853cffdfa6c332bf2db662da2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b6d9ea5fd88f25c46dfaa17deec8dec67f3241a4e52ffb5b598ef77af4437da9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e18f121c2a8578ab7a54b48347a671e8a1e315e85f894ef67b96161a490aca44_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1415356cad67eea021d0adef8b7f8ac8524035a4acc3ae7080f26f8f3f7cc959_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:2f7be9eb683b2d5c65aa64a28e11bae43475f5a828e8768d468bc24fa0bd4ec9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c0f27acad2634255d689355942e8c0d87f624c269eca0f11b1fe20b56b22294a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:dcad2bdd0764804f9dfad2a4f33eb2fc105ff8e4cc1d2ab31c58ef2903f7cea1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:02dae90a28e2afa83ab4b358378b616bad7c257b8f7d6cfa2830092b7d46fd18_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3e0b68fb323e91570216f90ae2c79cb4bd35149dd62c496c39ee8fb615b62888_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a6517f52e257eefc0602db5e43fd946de57db13299d5077b1bdf872754253cb7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d6c465af092548962fe617a677d3398c6164c398602d7575ec09533d9654f254_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3a9586b7d44c57c683256faa5d9655285105844c74f728e4558c6295f73a3aad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5dbdf857d018b118ca8bae8eb52b2e117348804dae51da324225ac9d9a0bb141_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:7dd0655af57c7f8d2aed0f88a4b02ff21d849bf9c8cce7fbf02aca7d322cdc12_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:abab20e995be8b61590ad7dfb8de0bbb7c7459ab5413987562332de2c9924924_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:6f1fb02560c0dc83cb7ebbfba67370896f2d3b21835311fe5af23a06f4a45142_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7a90eb33844a25785c95b0e7332991a373e0b70560f979e8e9d1554f9d021545_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:92ac319d44a3a3d8e68f29488cd75e71b42dbc98b5898f662131f8576178152b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b8c7d5e513d5205014f53f22fddd4ab5c54e62e62e5813459ea68afd789518d0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:788b2252987b1992fc9c5d855198aa50a67048cc4d0a1e28240953e5c1d9528b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7a2a0066a38f2e52be47a1fec5c9a1ec458550d7ee6ca1232579b3fc98b7e9e2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:939c609d5422bb4be66f482815c70b170d51ad2ea9bb0675a969bdaeff35e730_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a260d94b14808490a417d828423550eddd7b865035b631e9fcbb108d8eec6873_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:9f38e40a381edde4d367a6baf50d6159bab76aa34f7f932929a118960eb1b16c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:bec3f4da4ad493e8e34e5e1245338929dc916772222817e094fc0cb7c6370b88_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0816f94cceb27f34725d9c3f041003d61b9730a3c602b48b70782cf5b3887818_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:3d106f2995d5dd270eec34df31ac33f4a09dac0bd79bcd2031e9bdc35f20878a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:2c50f45d634218d512ed37008e62bf2718cc4275a9d944c845eb29bb19d0e700_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:429368ffc93f60dcb14116dd4a448f7688fabeb9a499b4b7c9c77018f4a31c3c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:48105c86a370a0ffd2c536e5ba75ea80fa94b09f2cfdf645a9fbbb62bdd1654c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8b9490cd4a69fece37aac8ced57235afc04a3389e16234c3a3f1d9a4f8a6d34b_ppc64le | — |
Workaround
|
A flaw was found in helm.sh/helm/v3. A maliciously crafted JSON Schema file can trigger excessive memory consumption during Helm Chart validation, leading to an out-of-memory (OOM) termination. A remote attacker, requiring user interaction to provide the crafted file, can trigger this condition. This issue results in an application level denial of service affecting the Helm process.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:33afbf29add637cae8478b8e0ef6b3b465e4ee53b000467ec34fb1f3a04615af_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8056eca30416b0b93270f6c92d0fdbe4f1cfbbd6258e27a746cc379a86b6b8cd_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a06dfb4e75cc6b0edd836cd59035095135503f35a7cbc710ed7b0e447fe256f4_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a820784083ee32f544efc474c7ded798916d1f077ddb9c3f4461de48747f4c73_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:021a57a7ea58117b5942b474f8899924fe7ff170b234aaa301f86ff465726ce7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:37283f08df56189fd19f7052523f5eda5a5eba0096c32fc3926eda3bc9398a8c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:459032d57026d4dbb2af370f796c28a69e2e30389a84cdab0e43de4435d980a2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:82ebaab991c00d42430890eed6322e9d060c3b4581ad563383a7d13172de4c08_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:244a4dfcd32e2a6bed90fd5e452b63822af9eb60375b9ac45c1864c2fccaf765_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4eda87164b71e7c6fd8b5a39ea77bb1bbf138f43d5732c08e314369b18e2509b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d2d6b9b7d7cb72703bda76e6814e5714b101faa03b14f55507b82dddce6fa09a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:f5f2d566546e640f59746e3616b98dab55eacdd33ea04b7cff887da6cafbe380_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:21cd6ff9f8ff53d747746f2d772344a8a9be9bd4582d641a0d6814da81e42dc7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c16a9db40d92bd605eb9843f2fb30f793e9f807e924a98f58bdfe9e8ff5598fe_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f7eaa545a5719eea518c0d48a5010a9e729ca7657f95712b86bd091c6906ed9d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fbad6ec51decaf69511274952af912054493d07f8de4aeb044b0728e015e331b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4b6ce9a91e0408d0869e2d64ccfba93b8b0587c8c4514c024093e47d520b7b13_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5bab5f51374c260e261af4d094d6d834011bb00d20269e5f87c670ab2e5fc50f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:b046acdbaee02a88bc76e80217864aa8a933b4c624abf504bf40b3b5700a3ddf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:da7ec98aeffdf151279fbfd2d45163722323094e790ab1e5b14e3a75bebf7ba2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1320fee14f620ff211195e536a81bf80c41140d10d8493dca37f484b4803e1a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:69849de1ca4d23c9faf12777ff7f26deb7eaf3026725512e29e7cfbfcb5e30dd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7ae48499c990a9bb0ccfd436de6e4586ba27e9fd4036b4efe76299aafc4520e0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:bdb7981f8aadb7c27bdc448ce4baed28ddd8d08ae1a83af66255bc70d3b87d63_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:06477b1ed6e12b1088fa198f1158cedd852d51773f75622a652220d147aad66d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:73cd8858eb6e706064aa3fb5b397696ad2a8d264ed9380ceeb8d8d89afa96914_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:95a5dd3ee93857d9e65d57257e2864774e0f1aa15d14c62765dd110807a7e983_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bf017210bb8bfbefa027c830656e83b3db86e940e5ef1f62e67fdc84545cd118_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:04441c2a5c244d0a76052a2e071d994d81415da2cbf49cdd74d3b64fae89fea4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:50caa5c63088b2cd98d85bf793eed760beae31c73d8cccc60f3c82f7e4a436f2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5d302fd1e0d562fd3074aea7fda53b46878dd5c27f53b4086f43e0b60c69cd92_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c1ec441285a07891350ef5b92dfe8cdef23f963d39ee86b7c2eaa0f29deced63_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:29924ddf95c884e61e24bc38d457d4bb997c5a03789459ef7565f2350c778e44_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:865ec06e1488b9c81e370e48824dcd003c617f45198943118f99889c9a23ae5b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9c28ccab17d26b72d9ae5d65f7a1ea11bbbd2cd39076f517e6655b9a35a277b9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f2a4bddcbf9cd3c04f90623faceceb3f3633ebea89954ddd26dadad9b6f9cc1a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:0f34558006e45eb8ad74dfad87ee15c34e2d5bce5f192fb00290ba8f6b2e06a6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:a0104045a7c163322387f621af644a79ba8b3e2d44bfa4094db15fad792e7825_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:b83a1577d6d15ea51ba7417aadaf190944d02a36e1067ff9973b9b0e59f207b2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:bfeca6b1d120f47ef42ace529f8663c90e420a3d1067891268e0fbbcd0c8fd3b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:09fb74bc16d6152ee950f1e2e01a72244e43c030205e6878577ae8a288f229dd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:933bdee9a720806a6c7537ed79ad75e25ae64144eb7e738942c36b2a72427c51_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a882578ad9240c994b4f21955809f6d332965cde3686fd2da1c4bc1bd89181f5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:eb823609e74431800e5bd7fd2399e11d17ea8cf0a16a578b70f1447aadbfe8d6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1a4a79d38290e993721e5a239acdc973fd395188d4b47ef664716249561f9b9a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1ab570c571e5291796e3eccbc336775207aced63674920c7416c67fdcdda5ef1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:46f5577da7e69caa3c941ead5de0ce8e373a77348df4c9dda922319a47533af0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:dfb1568b260cebf47b31b5bc5b956dd573ef5e10f5c04bc7951d4aefba1e1c29_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6405c266dbbd8b035f0fdec36d4663fdc2e3981899fec3828e7bcac0094f981c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a0ce68bd8e54f1975c89b6739bc6d94e9ad8214df431d1c41907866dab1cd9f6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:bdac9d54f25066cf36bac0fe90d1df7d89fb91d49ac68c09db1cf14862c91b43_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d8254c11772cacaf25e2a1b24b41a7694b530246cb980ce80caa5298acc71c31_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1b5aa2a8fa69661df2b4cef49e2a8e25e20ecba84ca80d5c671d8cdc73e7e31d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:54c656c9b7ff7f7d9412253dcb0c4484233f4cbe77512b63e69ba1532a4a41d5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a2d16879e07bae5f6eddbb5615c313001ffc4b74e91849ee9c2496bbb5996616_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e37862fed49b426c4344fa755c3442dfe134922b3b5a3c80c4bf4abaea7e6563_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:04e4334b0ce10eb5402543501944e72b9230c79f470f5976f8e5bcd5a18cd28e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:34a11ddd5af5a8d2331804ab76c6319587bcab73bbafc10b6f710260e5ace5ec_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:86ff72407e38fffd121bee52ed9e1229213f5db18cf1324a08296597aaf494b4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:edd7568d61e33652709d4bca937a801a4eb6a0f134ec7866eae3da1f19a01400_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:44623a58b3a052f8cf871befe578ff1419b5a36c9f61849bdf58a15148c3f65b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:78ba410665c68a41a5adbd8422a349de2274be894328ce523364f1ec2a71be01_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:823e1e9e7e7743538180596210828b19b6e3c8f435a7c792be5b945be76d9956_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:eee0084caae19613373c30ac9d2f25de2c202dc83cb6b3077baeab3b2ca89c26_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:17d193d080ae253f4e43ab259c28fd84f5f738967fe2ad4b6528fd42dedb86e2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:36ed0be4ed17c503bb07435b198cbd5e255660bb1e72ce49db7ccbcb3ce92a23_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7c1aa77f92efcbd6fdea6120c75e2cb19985aaa2cc48e2d4d3d4ecb87df0d277_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:d6dac5da24656ce0a1494234b06783b5e4ef052c0d283e66f881c21d1766c51a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:380b5a968a30fa54a963bacfc37767a01f6067b6290fd2d877d6b1943a7738a1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:6d1570e8f771ef561c5ddca5410cb86dbc94943cb23b6f96fb2dbe5b9a2f1823_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:7a9f65149b802b3c2ac4d2a96bf53c1dd6eedf8c5fe921783962197bbce94207_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:a99a994a160375e89550347eed1631bb0d12bb4dccf7ed49119935520b744235_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:22b6a40bf066153e072a2d22e48032b91a7f70e2de0d38b2bc5665b72f5635ca_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:499dba655c620472ffee2c73f5f6c53599dcaa8755af1ddf60388702041c6cfa_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:9f82e685ce4849aacbc315249403939d8e9fa55ca297ec0d829d445a3133ed9b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b11b0fd3272461cb95d4f3c79c5c1138770085b461fb8c64c5f19f3f2276abf5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:06ef27c670aa46891c208f0a1ce5be98a92a321e81865484c17db725d6c48f6f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:50187fe1e5905226e869fe96d050d1fa6c91c0ca9f360456030514a0f3efa2a6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:828613cff0791cce90feb1abaf17c31f8a89e409f605d23ca79904feaafa8cc6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:889a2f9b69467f174deb05d9f57eccfd85e8f6e2ce2620a3e3b5c15019a108c3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:381cea76282031f4a018997a2ddcaf6222576807356d45ab3357b52a30f6bb3c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:604bace7f2173c964ecf1b54fe70fc08abbb7a39fcefd21af752c7a12f6f5a31_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7acae5b318d8162c7da445ecc28ed374eb1db0a92e3e6136f1a3d6a82bd75495_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:df00671b04cef1d122484a876880dbf4cc250c63730537fef7e1651b58f9a9dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7246c15cef44f3945840162c1dab72daf8c0c4999345aa6ba148dd34597f4ea1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c7fa305a0d4a592411905c2f44a8218e25caa39e293ba68e1c84458683c93979_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ccf25a1cbb0c79753f4049cc37fafb77d0f8dbdd896e4cad7e9674877dc84589_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e1ff850187bfcc5e53338ee32678873692eb81a7bc72c5d3a928722571d312df_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:bda6a57c2ad84239536aec6a20a9c37fbfc7aa13c994647427936bf0b3b3361c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:49da4e953f3ab4d734c88b4371082bd9c6fbefd00875d8c3f0f8e58f060b6a25_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95c4abf5e354b5a324515cf6e69195ad3576383386665683d4bb8f349e558416_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bbc0c1a5769338492d873bdb15757525f69e250f5a4320d36f249fc35d57d356_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bf5e48b3778e040c4ebb1a8b0bd2aca2e7814720fa400115ceed9e1745f3e2fa_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:2b26daa64e5d4151cb1cb91cf459afa93b2bdabd2b9d5d28585bec72484c0e63_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c2d77eab011a8025098e1254c384f83af4f7e0d3ba9e6d2772eda689e644b036_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cdf9f5f665881fa0c5a2f3c98e4c99673dbe8a92cdcbbe6b80e9dce09f59a8dc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ef4521604c721bd0ae8a4b822ac9584d3c7c8a80c5ecfe263da6ff9500d95ba5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:29a5ed8364575efa8d539b05c002e8b82cc57350d4c015303b4fc46b06903eda_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3751262aca1a347b013648e64294520615e447cb875b1e7c04535c9c5e843ccf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:5bdc6dd4698facc8189308328f6fc62ad7f4a3a5bf8c8a5775fe6e966eb44eeb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:e4aa456e8c865f66105e9f1828b455bf09d80960759209703df345a559b36608_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:74cc690a06a3f7ede74550b2416957a6318136ec7b703de33588122e7222eac0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ad7055ad351c0c24582721dcbf7f422b6a31290104530458e456bddd1a637938_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:54ff1a36ba796e5b88ae421a3836220f5774f0694cd49da8aff5f8c1efaac958_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ff8879335cb7031227028d3bbd5ae3c882c721871a28a42216fdf94885cc48f0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:4bffd0baad38d0ea6f54efb82701a6530eae707565fee41e2e65682a990267b8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:6381f7fc63ba688a5514eeef31d629e8e6cf01d6910f29f7dd38cc48a49f392b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:6792be8aa7640d171ee8102e5315ee2cb5e51af62f7f9ebdfbb0b54e89e35cbf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:e168e04989169bf67e16af77f602c8d762b1ef424f4abc92ad8ef8a135d6fe69_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b9e9f7cb5894890829532f10dda00d008bc5745b999b76daa26b5667e00e0b87_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:f8ab11c42ded9679807701a6c9564ff67b13ba875e28cdbb7663d9382f8e194c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:203f1d7c4feca08547dfa923507640370e669f83029fcd373e4e93461cce9421_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:8b16e6a9162b06a6565a48f4b05f3a1681f9f6349278d4f44d93ebe60d96c566_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:ef131d257bfc318cd0071ea2867d209fd8088da69e92fd3d07bce2b86d4eb2f4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fd5a0222754643780d37e10af8b077bf257b5b4be2abfd2393f0423a4fd4b291_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1f910938470138dfb6656b608393e46eb5c59d76edcca34b8bbc7148f2479061_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:71ce3309765f3dea75ed45541065b35f0aeb697d59b013294775e84b780f361a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:313d893f24ad6f2f8c7881f418b9a5e9c499674052a97434372d1d079411ffc2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:93bef2950591dfbc736a80f6a92659b6868991040450c5cc415d32e225177512_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:9487390a62cbea3de31fcfa46d05ff56a9d088426101b056254d0a3dddd6631c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:d4cd54fcdc26243209c918dbb1dc54e940965cd12cb6d05259c0ed45e3755516_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:2f9449039570a38ef4191b3717a9597219919ffaff87b645f06c4daec74a3cbc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:5d72d27d9247c2a9ae05a1e496eea2c264df19be8a566147cf5cdf378d82ac4b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:2b1553659b6cb1a4fc9e75dca05c4117d98894a5ec55a650fb60a2062cf1b79b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:35d963f072ba8d1d78380c48815bd2d06dff7f1917e493ca64a37d319988e6a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:42870b8a98ae271ad0f0b23ad541bc37a9585e93dc6822f149a0bcf53c78036d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d797ecf477151c6821be3fb5e18dfa8f8df04233fa9f7da7b554da9eb38f0058_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:27d55172feba74eb9712fdb42300721acfa72e5d3739feac7c4353f8a36b4b38_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:5bba9f8444a0daf6194a6eda5d1b027781717446435ae4249a558a31fe17e06e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a8840079bf9bf05cf2f9c4a7f38bb45b09baee82128d12df604007278fbdb198_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:effc3a9f6c7bb400163dbda690d84d9ef4d40736105a2594209efa8c0c5dc80b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:3b6acf7cf4c49d979d30049d80bd265e7e8f17331648008bb4f9033822ed0a41_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5b377378d275c0a152365c6dcfa6e5f51a30de20210991ad8a4b5c45654cf022_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:855e978f66e69d149f00f5cdea64c68b677a1f2e9e1c28f3f67846bd5497ea9a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9bbfc2d46e0e771ef7bf390e121f26b0dede58ac0ab6cc04e7592469a78ae5c8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:101533b9ac484f5e8c3f1d95b742f3596fdf42d6a706aeca5712648ca50e8ce2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:2918100b369a980a69fdd9d0bc0fc7c898bcdde23f8ac8c9a8a22066f2b1d87d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4f2d8d750ce5932589e4c3b10579f00da60407a89be1976f3b54184c997650ab_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e7b4095c367aa9811dba1e43cda61f60b54b9536d9900990e7e6eac745ec7ac9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1bb758a596fc11988a09a696981630bd00a73dca7c4ed52799f722ef87db6a91_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:50aa9b6ba005c3f004568e82cc73eb56ba6342720626f9a35eca618fd1ac9cc7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:982fa1221449a4e78c06e6a13b7ee325b8951a8a04d0014939dc49b13c6ab79d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f055755224db92970aa09e26ab84f8f8c3a67c2c8cd442eb4e7764e3474d4613_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:719c8857fcfce93887b77a94974d418e3bf19befe0ed25c5974bfc7ed53814bd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:90f04dac670c4d0c505cf8f96d020c9e3f4c0747b91dc2a2531db407ffdcfbd7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a921b1d40f1ebac4edf1d6bbe26fd7e39329776044e17d7f2409b20792acc271_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:db281fb5bc3ccd949d2156d7eafe5691ecc317c3e690f9987436d8b4317e6ec0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0a68822ea4fb06b74890aebdb694cbba827a5c1b9519b5a4d2086a867464fa2b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:38a4de43972a5ae5404ebc5862329c0b59ee5a6c72b5e3fa8be3171ad65ec713_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:dc970cb4ede420e1d131a6146d256269ca6fb34b633c17315e6b202723765bd7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f47d18b4634f6f675e50f165a805f33970a038843dd48fe8a02b3924fa70e8f9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:6731876f6a37e6e26e079b4d8901f7bdcdcb6f34f8f27c850ec813ca5b3a9543_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bfebb3f4a3a9476c2307fafdc5ec3fe7586c51dde9c5448fde7d34e37e2f45af_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c6b9b4bd2d7210a42dda555d8375807bec66a4f8693fdf256042b49b3f0130c6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:eab2bb53112191763cd944b3b13cf750ea9390b56d7d14d312183ffe56d0a394_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:3ca197c0d720c1314db2f36fdd4f1fd81f0b729829f27b39508f0a6e7ecf7bab_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:475e121c7d6f480d7d2545252a7b59510a66cfb609f586bb587595ccfa3b71d6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6cedc3acc4032d410aa6c0142de17e62461401a772a09c795371238dc00fe91b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ce34f62e6953d64b6566905934afc4a1f5911ec68483f5ceecb59d187e37a955_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:2037952b4938add2200b79534d571adffd95bb0c6ce04e7ea4a6c0ad85389771_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:698f43ebb93c00ee0a916be218a7819d0a402e32c12724afc51f2323c26d541b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c247cff3341da9969055ddef313806cda81c2dac492ce683d4abcd5ceb5a9bc9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f12ba7fce7d3a13280d4bfe412b9b54ca22baa52b90be0fd7825ac719f1de068_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0d06e661c793f5524b749bff4124ebcc17b7acff1b57a672064c072dd7b0390d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:484c08c7c512dfb681137cbf0cdd45f42ed4181a690076f6dc6920724687655f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8a100494af630b1dd1ac3e0a7c75fba4853a1e7471a0b6eae2f7d6b7762beeee_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c9329187e9bde81fc4f0b4996c909fe4e9354e58fe353340600532153254e5b4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9143250b98cf0e2f2b3ec33bc25a856d0b2dd432d1994740e639bde2ed1deb29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9a7f2845529ffd78d9193a8329bd1761b7723678b83e8d5362aaafa657c398eb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:c6ef91fb95bad775d172019ab1b5f9c275c2302f85f04c0504273be57eab1989_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e2becd018c34a7c29e770fa329cba4f1a371d4b089451365abb35acacedbcdfb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5279e457358edeae97e136d8067f05d60b4b806c92e687bbd11afecda4840eda_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5d76a917f9cea787b11ab23bed912261cad050e397769c94c1b70cac389c48b0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:88237cdb1714ed0759ff8c96466010145ff8cfd60a7dd3debec25e3a2b33200e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ff62706a4904af960c4989c87712d896b34265fcaf21ecc9500daecd03561b38_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:15ddf484307e3bc53f165873cf04ea008f4f5720effb19e3ca1aeabd9fae64e3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:28a6a3b04348c6191f58b9b0a700acc995d5fbcee3cdf1af5e34dfb0a15918fc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4933a9cb0be09725767981638b9139867cad6a26a228701ec034d45c3f7da4de_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4b571bca7d279192d7095a9d157cdf40f553543b6a39658919bc5920445d1177_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0f18441bd2e164906e7bad119d70b8f5b9b47c1596d58b6d812ee1e2f4b6c0e5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:77df277ba08b5a6efaf78b4ec5e59a7aca2569e00e7644d27e1d2653d80d150b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:afee031de2fff6cb0e07995b5f6c4ac83ab4cf3b83f23a3931a4d7e15a512c1e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:cc8b86ad3d080ab5dedb159dfca744ce669341a2491e5a0bab4f59e3dae9ed7e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4a76171907bffd3a94e149dfabb6170331e2fc0a30f3ea7b8eba1cbe68e1fa80_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:62f935bfe570ea83e376ea84589bffcf0b99d30eef620adc813f72501d982705_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:75a992b3a14138492b585b3500a6b6f565c912b193834fa562c990bee8115e90_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:9fa46e30f86fbaa943f136733680d0e8a668df1e04d1bcb71160b8bb795a2df0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:58b7b6502847bba5230e65e90a10350d8cdfd331f5656425dd2f310e3fc89cb5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:5989d793b9236bdd9dcc1df6d4687a6e0222590453a5e4e31be75d0414c28056_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7e5383d64b25edf87578b2cf05de47d46fdd2fb6f1f4db5146ead38c887f36a3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b5b9266258ab925a7dfd33b86043873af4c0799fc52befbc476f875dc44b810d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:100d472991b3969275774576b60f5ccffacabcf89eb52efbb744aa441cfcce99_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:9a6fe277560deb4c1c2f91a1d56678c5956bc9ba958b859eaacd371f8ca753f4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a2d2bb9ceaaf23ff8430662ff6b267cb36848b2cf311bddcdaae8e33e8736306_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f71926ca5053134743dc906e1c5bbf2fd148acf50e44916a936f3a8e98494a04_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2dbbc016c4e06676f796ec4cd51e68c11c96bcdc41de8dd37c82c3c5c0825cc4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:444b74ea4a7a8a664746757e4417aa7e0fb33fed32a4755d300e14a49afba481_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a330cd288cfbb99db498c3a7e7211eaddc4cc5e39b6343fc6589b958c6ac44ae_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cef4f16962b3d71927c90e2573873495563e3144b6e3e814acf5a220f1b27193_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4d6edfa2e5e9d6964a5b9483989f491cb5019ebe9af55116591b321b499bd12d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:62e2bae1dd93787bebcb5f1b58499693f4c6fd620edb3254b776494d2b5a55a8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a514202264b03a6c80a02e3cfafb7c6a86482449613b5ec0052d1040587fd088_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ae40b5055051c07b225c15723da95953a6a7d2dc6dfec8d0469d6f857c8424d2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3882b19d141998fdfd1197856ec7826be00034d72633396be628002953fc94a7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:39282efac8310ed389b4acc4ff3aabd6367800953c1e8fecbf17926306d1f419_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8df02a6889e22a9763b5c0e7b6934824f682f4683f2085f82dda54de427ba28d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:fd15b8944403c78ee3c0fcbe08aa5ecfcb7b10c14fe5f1a20ba4873295879c8a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:011ac49df806c01b3f64fab0b3d79355b2685c8fc0316653f34359b451ef2ba5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5929d673c5a6a568c88e13586278da184ebda4c9c5a9a4a1f9154ad0e66340ad_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d113138d214fab52ec3422cd3affe8d3694a1ec30b85778acfa8b114ebffdddb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d91c11d262c19c1f020e9b53da07db82b6d68533f4e697ecff6c722781b4a4ba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:5865f0a925e725309c27dc1d71d0dc999cb01b4fbde764ba8def1524f978c0f1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:bdbbbd728c482c0c5b5e87af470856aff0c8264d3f490c8ae9d987f21d5bac60_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c1230c3643979aff1e615e1de9bcbc758c31f7508b9a3b25fd2eb323eb6b2490_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c7649d6adc16287d38318b6a50107dc1d3aee2e842a19e09822fb86fac31df15_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:70687b2657e8f1cbbff110582b55f3104d0c7f47a44ca1185a7f67e421d76a17_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bda8d910934ae595f8a53675c74094693de8e0a929fc7c52458b2a9f7cd0b4a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dff9eb529ea868114b0f46c60f4014b429ce115b0ce949e6855fe29d9270354a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e56bb2c28d7ddd2dbac95451cc16d547718b651532ec69c85e8f0fcf5785d002_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1670745d88d0d92a262ab445f81956e894ae5e9b23d490fab96860957c028771_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5cf3f4d1346c07a4e065dad2df083934591b45c714f503b5b617d470e87f1db7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7adc722fdef132557c191e026fdac56278584f6e49f3902179fc443d87a4165d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ff467f13cb09556eb490743f878422fa2493b8bca683b8759d7926e8af97dace_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4030ffce9d00de08b95d660595f0f67b2b83756ced6c6439da14d36b0b923729_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4baea4cfb5bc4a7974f90c3bfbb25e23865b659fd078ec45b4c36ec0d11b78f3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:829d8937eb34548f09b89de6dd5a236ae58d6f74501f44c929538c281a8be920_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a7fc85a92b1d5f7f79d8a8a63e6d9bb4dfc66383ff175fbd956deb1de3127fdb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:78adc3f034871d6d77793932d11b1e5f4b2ff3e1cff0385b44811210a3c84dc9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b836e8f7b31ba9c107a08e3be1cc27e73afa4045210d7fccc817c6058671aa67_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:cb550213a7e8671953d5b880c0b651a566be475a3ca0f5b442a2fa9b0bfeeb1d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f727aa55c29332a39fb4e74013b9cc96ea5b32c9cfbb7cbcd79c7031d1a6f44f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4b1f00007dc39d345013c99c38163e0adc112e5eb81fdf41e1acaa1e0064d7f0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6ae9a652c5693c55ceb3ed91fbac054d887142b0f55882c776e42ba20d1dbdcb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7ae4ffe7112d35231314490c8d02c6f0947b54c240ace11a87c07dad44d5be4c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:934380eb6ae83360d1e11f709c58d18c2e69e04b3246a02846f26f9879ca1edc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5580313395048ffe3d874dec574f7f1f1f21cb84831945de53a80856b4e945df_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9bc152718354bb245a765da17d12d0477cbd15d7eda5a86b8c5b1330287fec4c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c00d2c84a5f8c5f1c674d43eddacbbac05782b81ab98cff83b606c35b46d18a5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d74ebc7fd5b30afecc3d9f61ee6c74b2c0f8519514c5614ddfbe9bbc68227509_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:84ca4259de3e923248f7d50c3adcea713871d3d2da66f172c25dd391d22a3bb8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c6381254579086af7ec69a4e610680fe0e532a26f7ce202c72d047b89e0db642_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e0eefc7f55d25990d314c2ceb50afe70f7746e467ab7a409fa3d1b44708d9ffd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fed1fbc1295974647bcbad55e52b199c2d3d4307a3e53e4f8b1db135df9fd8f8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4bbddb6ff2f7429b2f5730d4a3f529b80784f8e42a0acc025e78713d703a2efd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:53a0ebb5fda619248605abeda530cf37fdb7ce99e7b7314cd5bcef2d8d8b7004_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5e37b117f72cf1001bea772e1302186d8f86c0980534b7f359179a5e6926c448_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6891d22800cc10bd8d773d471bc71c4db64460efab4b30202d42da1daf61a3fd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0d1bc6ef87ea978c23ca7189fdf17ad0f54a5f7709a75a25d82e7b84ffadf984_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:107f2fcd3f606044c570a980c176047870b304f3212df747995f6eb8a45749bb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6b6e5e25d50219a95d914df16c1c4e761d0bb45a9efd054572e54054f27a6f0a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:dd60fb26e79143000563578f9d72e3bb7cdde4b73dfdfc148b27942197d3be51_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:053d5fdef0973f6017991487843da7a64f8a346025cf46a7c575d6a4bab71d74_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:26318acd09b8263236b4d266c735aad015e3a4b61daafedf266ef1115968f536_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3ed5dce28d62c36a87ff35dead5806fd124a187e48051a0d2b550b209c9f6302_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e06c4933f2806bfab0f36ccdc159675e5fe2a6a084f98065787d304d5df3b7f8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:055b352bfb76de2eba0b9f0d1a6bca199c6e913e8e95879e991c5fd22095c677_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:16e31b5411f5f1924cbcf851f1b0463302a34c31c5c515220923f7a2050c18e8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5909f73afae46cf2ad00a9a6f1c38d38acc3ab00a0b97ca419110492d7bcab7d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dbfe981d5b05078eb1158624dfe2f0651cad81b92aafbc671cb6470b49bbb89f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3b166e5b5529c407c2f8e372414d043fc617965696c5a869fcadfde2d14d716d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d3f6483b465851cbb520810069a18136af80ccdf79fc1ea80ddb4687ce685aca_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d7d33c165c3d0cc0e4924e8c8d34bfbd1d72e2aea301e53e4b37b712e94c06e2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:de5e8cdb75cc79630290f83ff179057d25bfc11d37816c57b6f66563eb3a2732_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:24abe1e6ee078487af8ee8bdd5dbc267c18882078a7987fbd63728dc2b65bb75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:552d01e66c6b2fe59104b8a9f3e1e58fdcd7b4d4cd63db42883ceb119ec0ef25_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c00c3c5e7e106cd6527cec39e5c3fba990d1986bfdcb691b866db80d59e5f82_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bed1aeb4f58c045644650615230eaee03336daf78d9342022786c12f29da670d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3b213ee7154fd814e8a904c3a161bc16ca7419163e8132ccabab76821c33b310_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:721efd9cae7cd4b43c6bd498064a6c427fa32d0ba848f8b0bf7670afd662bb18_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8f5f0f56604ecf94768262496ba1e29073e87ec16aa8f434674b308bbd00678b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d78b1c13b0ef255bce1e19973bcbef04d40c517301959a7f23d23613a95c1db0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:650f0e2357f8d302f10ee0a628868f985c5a8c8a4e6af9e6793a9051b33205b9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d5a3ff1bae3686aff1781b5f5f9e1a7966962b88a1e84ab4eb62751aa835bb78_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:db30f78340370f9da03fdee73445b72160c35d83f44f708d3a62c9dc8e88bd46_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e88ead481c18a7b6de8ba7f609a1782e45e1ce85f2a158f259bbe68a9db261b5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:0bdbde169ecd68d82366f3d04f947f73715797fae5c3c4561e7bda5b5080dc3f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:1d45937273065c5cdeea502fa388172651fef5a607db33ea72c49f2a50b29b94_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a562490081e5dfc0fea7306931e2dab3fbfdf76cd83768b7a43ea556aebfe4f9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:dea6dd04d50bc97f9e61330140f61a7370e31e474c26b3526e18b0ae8ad56c41_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6ff785742b50af7f2a15c1dd6f38eb69e9a1a20cb4bd635aacc57a5557dd1b4d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:d0e6151117374aa602349bd1028175b94eea6f8386832df622d56715cbcb675d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e8fea02d42c9a9b8e9ad7642d9f08d705eb6e4b3e3681cbf6281c7b8b3244ca2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ecac534bb32ddc645101f6565521b08fde95cbf0eb2b9c6b896c83ba23e8b6bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:55e0877d1949d009d71821f6779aa9ee90484fcccb820d53bf53b90f7d412636_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:775af20537e6f4c84985145f44ad1ae2d5530ae06859c2549d1d85a2e4ac54ff_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:a1b02b9608eadb4388dc13fb5ae55fc6ad64788f93186872c133a0ff1f5ab487_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b5d732e8d36668226255dbfeb389994104d83ef2be461079b66557bb20d799f2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2e983c69ea6e29aca4f36596a0c697c2935dd1deb08a4d3546aaccb4e3d78ae1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4ae2494b702a6c7f68a65ea730f6df3253ffe78f2d178b0714fb6ec04cba5cc9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b1133f78075f3364ab85142cf6c8457820e2e1f31a5b0750585ee1adc1285ba6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d41fc7e76000bc1b4016bf10e86fec44f551b127e17997fa4bb13420219fb3f1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:25acdc169b3860a10f46dea8b842626acc639aec950ca7a9339e96a2bf1ed7e1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:453bea2d5f94523a88f37acac9edd0a8d921bf79409a260386fa458cb18d13b7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a70ced1330a4e7a0a7b81bf6b19b3346ad5bb6e26398c7f0577994d48712b2ad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c2a6ad45ab46c0238429cd0ab59bf169ff368bf68750a011f481208e56fa0268_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0ab4e11886c642fbcf7560f780abf9046b73dcfd7dc9cb0f086d9e62f87fb271_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1283ae9261afb1293b597a8da40611cdc1980b1e403de5d16669c5b7d2527dc7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:89ec13946e699f6589c3d235cb515b92ff48d1d5fae8e7892279b64d41b74511_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d08403f8114128e063826ee0cb3324bba9f027d7b2feeb6f7c826c9c4925579f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:2aa0baab0fca2bf6877260b871b3079ad96c37034e6f3d0a45cea4118cca230a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7f886a3942b81b3318e288602c88de802278bb77c5d11ba758f1d86f2f028abf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:940d02c46f06fa92818dffd1842010b652856e09cebdec33e0f0e1a1e9b1b5a3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:cac82b041210a06cefe512e89c5755e972f6e125c69a0dae87e454e259a3c08c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:12466469754c88d41872c1a061c1eb4349cf565b5fb32db651f3639aff2df67c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:af5fca0ab8a1f5374caea5b38486cc97c2be9d884a55542faeaced44a4a7320b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ad60c87d6e05b51b5351d2490538c757547b43a679256052b600e3fe8e80a594_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:e8372026bbc873c38ffc2c7df35183727596993dde5663ec27a2c2fe401e04f1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:736b406850af746470b1bd5dbc61fc4b166133e9cb50aa528dc1210b2002d469_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a73525cbcab817d0472f544883106a359b9079eeb1d8628d8b0185e450662361_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:84664067a273cdadce55bb8531916e8d8edc7936bcc57bc2dd1ecf57adb08c06_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9a006a111625f85305fbf3dfcd9a62592357a6a282a1c8ea1edbc48b2ef7db05_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:adb84daa38497eef3d89a9b42fbb22fc04e94f708db4f1f02de21dbf099ef788_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:f81616fe8dcd6b63df308c58bc1b696f9b3c488ebdfe00d7985026b10d083de9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:07efac034de568e79f6ecf97f924fd5ce7104e9259d90747cc0fd3e0a7bf4116_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0bc9b2b997bdf9bd285382823ebb9806502664976c2dd7e7b0d111df7717e77d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:165fc1e58447c7bc9febc3ebc74f90096c6e48986789d4e66ff6443f1d30d024_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f516ff3ac172cc08e88f25a0531a3784ed212897dbe0b05e04dece7d62eb977a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0d455e21bddb7ecd4c5b8f077ea96f046ba3183d17e3755ae95f8cd112a81179_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3d291642757ab1bc56aa6bf8b31b383a1867b06fda7ec093daf361e3bb082624_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:91c0c9cf474e9dd3b7dfab43e3e651afcf950c183a51321a586d5e98e3b8dc82_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:ffcd35b620a75ac1d121b826b37ff71f5006684d9222c440785f06fdafef5531_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:56c2e0f91eb13a89c48ee5ebeaecfaf87dcef3f85bf7f7fab37e3cc6c9b2dd10_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:84e22659ec76ea69dd31d0c6bdb39b752d4e525e7425d3ad282c3ba5c16c19c9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a3669bd8567383f9e15755e7640b5af4e796ce1d6bec3b6f1139645b656f425d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:ac7eed19416dd31a76ce8139a4c1cc16f2201b1dbb1c884dbd20fc5a965b82a3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:44020a87c575f01d876bcd559d0b37bcba2f5bb4337a4f0f40d65196a407910c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:7272870ff2a94fd3c026f3c3a4e985a2b2eb5c47dedebc00f2cc25a496ec3e90_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d5e64fad675db5b1a7fe03720a35eef4ef6497e49e928b7cb0a38ddd6fa9187a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f4d0e3f2751dad9fab70a9080102f7c0e82a784e516f993e1e84a8561c33204f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:174b142475167275c428eec2892e91ba557a1783a128749b9516911a366ef54e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:52fac1bee10c7847bcf6f7dc9f027764a183d462e46678b5b9aaac9611cfcec0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:874a6c39ad36a55efafc0b690d17aa4eba8df8f30831a5315a198e692e405592_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:af2f5f615c4e9da63b09f2b9f52ef632dc76793f51730ee67a96d5e99118d552_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0867d20104c147d58a3e119c8eccd725d2b5311bc563cb4030c18714e085c80c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:12bf752f4f8f0929752fee39067bab20d3af32f9d767e0eeed2cee9dc9cdf774_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3f0993acf410b536a4c2be24d23afedeaa6d4b02a8055100cddc37443a619cf3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d745b47be21fc6b98e8b1830c34e951271362105d32704cac1b1a796abddecc4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6c539e26ca346ca83a4c024a374f3874e858602b71794a1709b8a08356744b46_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:94e6571b95628469dd361c3ae5bf4bb88bdcf68636c0a7a6f007a19e32216514_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:978722d03bd0e1eb78e35c188516d960ed81c8b47a66e77ec7ea465634e44536_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f270599d2857493437426bb7ba58ecdeb0933b244b0b5e81d70be8f06c734c4c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:07f5c5ba5313539cdea53ec438fcc97c698df8284bba4ddfc6c7af4403873362_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b93c3b58e03d6fbfd8d73f6f0966ef5d616c0da0776f516ec826e4f5e0d4bf1f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f5aa864ac9d9a3e5c0a412e9bf6e22756f6232713e14fe4194f61b1a1c1ad52c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fa3603fc128be2cead70ffb3b0b0b5c9520f7826bd46863a86b1853e62a998f2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:382e4343f73dba48761c24841e45aabdf84a7f4de996be6515d8ee7c3e728c78_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:840f25f86e1850623e2929597e072219c2119b08acee3b81e8c7aed1b92fcb64_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:8f9eddba528ca5e8cc40717ae9f30253c955be657f8475a1c4da66c257bd1729_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ac7a2fce2be014fdc4208e98abe50329d0af9b7f7af98fd27e611751a413b4e6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5ad568a42fb0d0f2b78702929b75ab8fbb41937a853b4344ca990776f48ff85c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:821c5edd5f5ea9fddd168482dc437c6eec19231d95854abfbf1bcb150cfe618a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8932f2fc5e81fd7165d50432ba8994896c9ac8b323d5cc798872c1770133eceb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:df49ea17391c34a0eadacecb37c7e00552af8aca3ebb648f28f3f805fb79495a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:58e02752411f5bc061c8dd98bc7dfeb17780ef24ba8c65e590e4d6c5213c267f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d1c95fad91fbfc41da5d6871fb0a3c07d20652b5fce3f010505afe0d24c1977a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d6bfcd46424e1719490ce37bff728ea278eaf589e052a90b3fb30a9110aaa298_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ef555584c97654b76391f8e4d31bf0200fa82222b3197ef928f306c8d70f4881_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:520b43e0497fde1deef41e5f9e51448fde032769f433980802097e1e4216fb6e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:de2a25058c3aaa6f98e80870aca51d8bfd16354eb2da93e7498fc804825babb8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:fba545c7b9accb5be03b9bf1931c086a8da8592e3ddc9b5a9ad6d798229314b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:12645a5f47e54e3bf3f0b0863c44b938be5c42b22f695faf62c8d918cddb03ac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:529d46e40fd5f6de98cb72dd8704068e3b9baf4d3bdf91feb9c19139bd74c652_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:701028c843123a3e4250731e216eceb647411ce685517383b9a62b5af21c10b0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1b7392f3cadb8ca07f10d5681fa33f6dfe61f895e4a8a1874bdd5aab3543f67d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:693c125a5f2f67364d8bdc1a5e7abe959dd46898e7f46d5b3756746cf598e135_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:93f4a34af9c198e4baa449f7ce0e1e0936358afc725eafc3b8118df3d92d2b44_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:0e4dde634359042b67bcc5224afeef951459167cb8f36cb6f262719308f8ae42_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:344860750b6a6e567bb1475f68d18b19d6f79438b767c351c850d082648aa5b1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:efe1a0fb3394a117206bb1837b63a0ee828ab5b5d30dd7c94aa88afa04c94c2c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:afb18f280c123c44f1349b80bcab24c86d8933795a0577deb13bb651019d6a92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c865ec93173fecc00d843737009627ba137b7cabcf8337ea7837eb9bd993a601_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d172695ad3dcae4be122b50a27f14c6cb0e71357868ebdd13336cb7315122fd8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d4a1f393e7762a2c7ff12fd634077f5bc5bdd224d7791eb7929d26cd16047dee_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:01050a4179625f00151e478a0571e64120ac6221fdbf32c969a18ae9872c9574_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7639b8403341003825286c0fd45ab34d815585e8f4b5b4d1a424ccfc0292e017_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bd76fd61510b4714518ec5191e315f83feb1f47402e32602b061a0fc09641c9e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e53bc4c7a3fa7103778bd3f7bdc4b6be4b5e6a8450e38eee246caa75d9f8f44d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:62414e285f1e4de212e28bd90e5eeb60730324d54a317434565bad8891435168_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:77dc7d2bcb0cb6289f6d8c3c3f4ad3c01b9e24b4f6969ac666a888ecc8a29981_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:7cbc05eb0a0d3210e378d08d879933d905565224d9a6fc00e3bd1a9ad6782557_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d195bea4ac0b3ee073418a3674535525622d9b492bcd1fb0448b8ae52ba262b1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1440138d54ba0f09184f96cb79557548c3c9f19089bc813f433de28654cd74ef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:203e3cf52680caad6f8fec2ca1c7c87d45205ebcb9e816fb188e74a5bc7496ef_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4ef6d0725b69e2867c44e7d7ac57c820b759a45c491997210fc38b346d7f033d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b1ae4f6e3577edd7fc9f6595168857af7fd9c08aadbca1642c2f9248205b8c42_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:2e494676f33f47eb13ce2e3675c8e7a3871d5d1b73a59b71623caba05364196b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c8183043eac4cff3a7c17a9de76a4c9df725db694f411b19dd64923d1de68551_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:c7944fe378873f5d5268ff872c52ca08908af41b7efa03a7032363c11af633da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:fc53a478ba64c0557ef8de93faf1320baab34d4bca5f50bc8f74d4a8d3a86890_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a5e04dd92dd9bca8344f741151a5756e28fdd197e2aae26c13caf2867ee6ff76_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c16e427a9ffa0ef24fd07e6a21ff78a63313d5274eb3b1180f7c29cd1a9d11b7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:31630cb5049add8b683fc6f3de6cc20ffc530b72d45daedb84cfe62bec754591_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:89a876583624410a9d79c1cf83d94a9a7c0dfbd3ad70228ea985e45b2ccee9f7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:dd8a443d71a973e30574016ce343c19edc1872c63ed46b5f7023d304b9c4edcd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:63a52e5f035913f64e82ae6a617273abae9ee0729316d26ed5d4182ca0f50d11_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:754310c0f797038ef14c3ef9ecd934b6ffaac6ca60b755894212854289b9f405_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:49c4861778e7bc4f5738ff0f5cd5c542e9fe75c33057a4a0806b03ac75d76ca7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ce8e1af1e3f7d331be7a366560b517e1fc27f83f1382ca6a69a1d9893f260fda_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3478a4d3a1acaba3cfb3f1040320798b9d0b419a66b07267965d4ab974a3b440_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5db06d085c31aafb3f02c2c373b2de6d93c5fde72dae55d6de90f44b49b5770e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:634d04ee67f3a521e7b3cde560084491908f32aef4a89a1bb7d3aa0ae119927b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7683407dca1a355e731e277631b3d8522a3f84f1de664829c3b15db39b1f1ca2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4ef1395e47e1898bc84155ed4b4e3e4c72d08e4e7f2d19d9530d889fe0ef6b26_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:63631119f3411bf77ea1f622d77ef96434d80815531b046efe5b297dd5bbfffa_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7ee73740b3264500f062e3863e42fbd98dc3895f17294450fc90d992d2108d49_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:db28768861f567200cc79639eb01ce8e18fe5cb8a768cc01d3e23bda55431c75_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:09ebbcea16169b9ac863167c0e7f953717e92f75fc4c4e2bffa0eacf84519907_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3118a7eeb28d8388a06731c7bcdb5eba4a942b9c91a84e595ec0fb49a55bcb11_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3bacdd4e5501902865eb31e884646418bfb5fae90593e96b06ac0b7c3cc1cedf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:852556f6eb96442354f0695d6630e2798e19e31a5ada2ef01e3ca2571a4a40c0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:59ae16e7b7d2bc20f34b8bd1dcd7cf8d8d7c201b0f78e3165b11a592d1b08597_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8b68cda23f470048944c164b84fe27a5fb6a43fe739537383444c28cae451035_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:23c8ed7995abda7f87fe4031843205f3a99a0c57508c6218291762a60907f5f2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cca7e231ac39da3a210859c6280ded3a4687620493e3a3e0164a403271537b6f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:054a0d12730620c46ee6209bc9932909f653d0b7f796682a0f798ab3ac3b3641_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3281b909de7dfc5bf3c746e3e8ab05fec49fc8aa83dc8156e616a59c41ee923c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:d5efd9212ed22c89067691796443fab0b28bfc31cea94bbe636a4759f2e88521_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e0a34a88a67409e2b1cb243874cadd3de1c9c56a54ac225dc860cd89a635bd97_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:275f90da2f77f60d0a77e00936734ffcb5099fc8b5662e03de49d807a7632f6d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:833072794acb03eaf053f30b6bcfeef95cf1836ad5149fd97f34f3546a2e9f6e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:893dd8fc24cb10db16620d8feae352929b0dbb797f02fd80f025fdc7c78bf53d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c9ba070e466a5123790067569bcb909e291f3b2264af0aa152372fff9e64f82d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:6f50d9406911e5fbe310c94dc60829891609934e64983339b5f66432a20864c2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:8b4ce896da4126dfda544da09d04f010c0e9b25bdab6557adbab8d095905d535_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:997a24c33d3ae9914f3694b3a8cd8af50137ea48296c322b56dca53b4dcd1fcb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f80cee2f47779e24e07ee475d09fc697a4446a07f9eebb0813a7119eb0bda36d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:7aa46141209fdb1090d90f00d1a7753f31b9224e080b8c669883901846b32ca4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a0dfec857ddadf777961a71d8dd545cc798b921e083c8b5156ca7423f8ad8a2f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a5c047afb2066ca8740286ad2af8e1271ef78c2e5df73ed2365f586d6a101b33_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dcda877c69d0398e4744f1b7a2ed81986ccdfdb6f4da7fba75f29fead8b10f34_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1ff4a8a6440dd4d97adc3273253da14e081083c978edb5fcd05dea33d4cc888a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:2aaba77958b12e834f6418338a21b839a95c21ac5568a53b5f792553db772e6c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e5753a6fa47d5a753be2eb3b7a46cee0bc156b0e52bf75e4f192c0ddb3fdef47_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:ed802f61197fbcc0f1a8a916612ab33363e0e1866ae70d03df92469a2c356ea6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:120c1ccd64bca8bfff4b46d14f78038594a28f6d58c585b1215afd76c23c7ad5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:52dcfdc6c5f219f414fa0775b70e34118b319897b0772931e0861623db7bde86_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6b259bed5dc046510b7c3305f6abf86e4543a9ec5091505f92f573536e9f049f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:bc0dd85538edc7a80adc0fc9fc4e02051e7b09480250b5328a6b70251875b943_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3f9151da4d025555f4c0183a0ce07a2d0084beeafdc9f3f1e87a603053ef9089_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:919fe76dee99d772b668b57645779a63e1c3b7f7f40fe79175c27ae6d7e261db_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e19a080b5fe10b67fe48c28014879abbc87cf5077c32c003fddd171d06bb370f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f7708a1c1e0d4083c7f0b9e8d8704b91a4c823dc9435d5d3e986372f305e1fe4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:27bd19fa0c1eb00c55120e22b21eaab50f0eb75a84910e9d8a2fd3b5fd1c7dc2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:52c4215a49207586cb3f33bd1d35aeda857d31d34c80cbfffba02ba8c448c8a6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:62e5cb5ba2d92bc29a2087c9de9fed7978d4c5ffe07b0afb479eac93519c6df5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:68aa837b6a3bd95232abd62ecae3b040f2a7a72ced626c784c4062c2f28a6e3d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:9872321279ec2d108191f1f7e1764551e9c7099de51f595627db068a66fc4f8d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a06cb8024ab06fbdee295afe99cd294f6e05c36dd490545600967b8ff12e3391_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:1d3a2d2ae27d869506d3f027ebb43f0ca64451cbb635c4c412c85129025728c3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:c20a4f14ad0eecc3f88eda36bd65f1f390c6977a7ad5ed69e87969556b9d8cc7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:64247ff135642a32fb59a62cdcaae5f28085ef0578916b4ab2c90d31e67848f4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:e0cf29f62ec486451053c661388f9a3a12ba42b84899b687fb3486666a42536b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:efc289b0278fc84c571d7adf9e9ee1f8b149c5d832cbf416803435e89ee0a531_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:47ac82d0289751c8c7e41da07173dd61836e606101a20b598c00da1cd1fc9077_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:953b8ff978f6523f4578a469d23dba6536d49a141b4e3729b059feb6d79a858b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ee224daca08de920de240b684ebc23a4da50d60130d9e205e88c904c8c755343_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f267111aa2951d22dd6a41c7362afc22454e365325b7a016d213505b7dad74f8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0ed3d751161fa47b7ed4bd2ec2c5bfff8ac5ffae0df22dd9a741cc64bbe2939d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:48bbecc83208a8895cee2c2e8ec677f59a688e02705a677cde4e9a8a52398d1b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:89ac959e411430e4910919132f95452d1142a45fc5c67088f15cf5bad8982165_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:db55fb30b025bb573317f113897a7bfa0dc729aa684dcdb0ac3066356b339bc9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:285f19a6dcffb48d4e6f6d3bfb44722f1828bfb2099a8736f2fc08cdd1481175_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:521f2693c3073993771af37d65723ced3ac83c7438d6ff35425ca5f663101676_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d1883837f227ea4b98d2442b46e5c07a9eeae549e13cd778f7c9e78494b53911_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f1f601e3a4951748fbf030083febf57aad02568058889b0122c8872e2d68d70b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:34298ddfd123342b87d28c047cb4a8c1b25b07352bfed57aefffdd92a7058b6f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4a56a0984384548771e1c8fa5a4a8efe93f472cdf2b64b01d6049b2f9187a684_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6765cf3c0f8d395307ae57019cda7e2aeee976ec060eea8a47703db0b18532df_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:8a8377100458d05864c6521e4b7550df73b5c3d9cade518067d5741fa9d02292_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:09ad41d3ddb9aba6d649812d1e48433f5778b1cd9d5e0e1466b34e6516b864e1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:7b3a100ca1bce2bced0306ec9d4b90a4dfe8596c5bdf51799aa3a7a1ef36fef3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:ace3b3b02c33261287a32253dd1c027769743797317ac4259c9102e0b3db6603_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d289ef93e6e179405cae0db5309865f76cefababf168006abf09fc3a51a32bcc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:20052a45d551f7e988cc0c38baa38f146df4d9d741ac71f17498d8ddc44a1beb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:55409e5fb153973038a15985a332681f4e3e41126f84b6a355c47314c76bdf2e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c143caae15fb4249757018e05ac8dab9abb20f405977cb41468ce6a8049c4342_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c5d456d739d5791e51544a45309ca3b64f763cb49632bc638950fbfc041b4193_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3ab4203333e071978d85f0f44f7342811d898cc388326db60afacd2395f8340e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5a97ef5bfe0456bc1528f2a3df7736c506e11cb61de5c41a1daf22162150b345_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:94fd7b1b27954fb59c11a010f4b8ce0a3377b38bfed7ffb20873a2f7a499f8bf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a936c0970ab66789c10a64cf57ae76bcab0f2f16b6b50e713373066f73d535b5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:34fb12d4fbb5f9b29b1b58e19b1c1b0eb27121ef80edc50a59e431a4e94638c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:bedcb032aa7325e5bbff014f251d5ad91fff9dcdaf84a95e61e4fc4198f22f79_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d10ffca12372666b239a9fcde83a4b0da6c3f37fede3e47272bbdf9ebd2f0d91_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d5284bc6a4ff57ceca1c00af4ed0c46fd341f1e2a28b4f13b210ed327a25ebd6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:2a7aeb3139633e2014d99631287cce239d73af61e541f218f45a009fc151d8d8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3afe2f3016ac55bd947c98d1e4b957969357aed54423ca2f35955eac8639116f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6d7572f71fc31d580d355bc6ebf8eaa54e4285c53c7e0e418a7495a0fb8d37a6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d2236c41a640de0aedb4eb2f1ef143793288329513ec0911bc37ba688857701f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:7688c4b2355532cddd9b9d314d105127c494990e7079407d2f43e578610971ad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:91ee195223233fdaa6d83ddbc8e1dc33bc7811e4f1e6ec9f5ddf325f560ec38d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:c866308d315beaa691b25dfed4be0cace44628e0799527e9ca11d14165437d98_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:dfe468dbed566f02ea0ed9b5ed5565f40a00d03a344d2a230b0a0a83c783493b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:08710b0caf6f4bc16e72a89f596f33c8c38ba7742d0f1ee552336f9acc7f222e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1491efe6870dae8caca1a78c9c96f8b4b2956db3bd5eaa6bde59ee996506bfb8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:2a0f11f0a1063e3ca7b8b04693ebe979e9953736d37f3dc3a91fa5c9912d79d4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:813fdba989d7b5a4aad5e9ce5bf5285b0e65745375dbdef899786d571c001b77_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0db523e5a7a6420d94d5d302b90c798737eb78f99cde3b887d3c3866e195b9bf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:18b7e5875aaad6e0bb8b12fa303ad6295bf3968daeaed2104f0f4ec3122446df_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:80c4e60cb2ab82621ef12774841d39e6ece9e9671114afd0d19b188dd7746d81_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c20dd339ba44e18a505db8bf726e2db8b6a764f7bfcd9e0d63d627d69c2378fe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:528f1228123298362d5787e862306cc2605f3eb31fdedfd0deea7f3cdffb77cc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:75b18dbc6fef40173ab0c85ff4f9c4111e29afa10593ef9141d589f88b418826_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:e8147c001326caf53531a8917f91991b5ca05f31d30adba78a03539a6568009c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:fb390f9eeb4853d9a20c9bf02ac10e099238e94084230bb532029be4c88b7ac6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3dc8fa50d17a5074f03d58eb00467e45e6d74f6c5293bc57ebb8c4feb4323eb9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:51941876bbb8070423c00e3699bb193343e963358dcae8cc6acda94395edc5fa_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9087e6df82220f673440368a5e81c5a0f3eb5e36cccc61cb40fcb56d92cfcadb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e3740bfa7355589784350a9dafc10849d32f1273327387b3b3c6389ba1e26dba_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:05f5bc9410d9859f1bbc1def6e1c74fd47781faf1ef26633f61b5d8f09ce8d02_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5e14d01db3abe1412de6cbd8dbd7d3598d5ba7d2af2f5e55a7ca625aaf8a9155_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:db0bf5b79be48f69d411611bfa74a9b1cdfe875b453a81ec5ea72a962c27978e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ddbaa3a482cf17a156f6955ec155eace13126ae83217c36c03eb2b826e7c4ff0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:02ce1779315733c6039fbd9f711d6c75da89fcfd4d6ac8e485d7aba30882b3ff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:d29e550f223f287e258aa15ac71ec87cbd24e9d6888f22d82aede80b7902765e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1d43b37d6ee7556d8afe22fb33c7c9ab7a1ff5b2b38d6e18f762ba759015f87a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4e627ea7097e36d07d109f50212809b6477070750c0bfff14f3fe9d1d7ca29f4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:63e60a076755fec73f95d2f5ee948a50d895b69cd327296ac0925e301f5b7e4d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9028745ca618eda612fa2960f0327f19fb689eb36762515bfd71bb2efab0a0a3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2dc50c3c453049a1e81e8cc4559147a4fd4a3a6a9c140865f82bf628f2a45b83_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:734c982a6159e5c4077a12b1a0f72ad992b70f965873ea591228172e6265263f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b2a21551ad4c66e622ccd865529356920dc4524bfa4595e08a99e0e95438823d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3133ccf5290a245274c030f53c63dfa74d6e04bffa684808fc1815a07ebfa13_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:6f399ee5f4634353047061fddcb9092dccead96c6884863253b913dab93c2e15_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9176cf7f1c5ccd82d82dc1a8ea47c2bd34e2ddb54d750cbacf7735a04ed6a221_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:dc6f5e144468283ba4d04ccc155f9e483d085dc2f1b78992e5fcfea42db77bcd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e5216672e4e265b01384ed2dcd722b4a166490d66e19aaec457aca55c7e3dbd6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:4ca8bbfe3586672e1de22cdce9466b37aa0e11c5e9d94ea8da271aa5cad3df47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:57488300ca265dfcad9bcc1a2861062d8b82c2b80e8b21cc3ed766fd187402db_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:660006e5e6826b13ea6d73fce4fe672d1f67479c44ed65dee68119369eba3c75_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:91b8003dab0652f1a06de50435ca08d6f6366e6e8e7e10a9743542b577728b1d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0017d40e539a56e2ddbf4a97b0cd94825ad5dbc9cd79e1a7e058bb0b11afec29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:7a71babc3307efe03b8bb3f3cc5f9159a4868c215df70d7a78ba37b91294649c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8403ecd148b8f0aa7f1156fc1676307753967ae68a69948af7c3987de8178959_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:a4e02776f7b5a66943bad040650f4dc9e865f05a0911f4f9aba975c4b30ef517_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5d3d3cbbc28f59a6aefb1e54986e084ce49b69867d100e9b7a8eba17b764304a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5fe1d81ec73517468488ed1a60331a78733ce2fed50f3930b4efbcdff5884326_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:94a7a56873cf0e075740a1db93972f2b2505e7bc082f2faf2d3a6badbb52b08e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d1e737deb52f4f124e34889df5ee2a787db0ee13ef86842f415d5c18ff70498d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:0c8b3d458f0968682b8604cad6ddf02b1135b99c4682090dc78d9b273084a0ab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8f02a07e0928906a1c075fc3510f3750c679361bb9e0fc7504610eb2b230a092_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9b174760063eedf3197e5664994fdc21f85cbc3be8bd1329142fb9e88103b717_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:e97049e759fd58cb6a2c8dc5b78df8dab7139f8868b1461a3946cf187b824f55_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:17b700ef898288bc081220792a7a95f4f1852338d3d08dff19ea02cc9d957239_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:675083e881008c57ea9fe8e73db8034a66a3f439c6fc1862db09503f311caef8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b94730e4b9e9de7c0a99431f90b42a5368aa0da03869eb8a71dfc92dce27ba7c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c5c12b41cdbcc18c98ec1632a0c9aec007a9672a742fcfe89a5b104160feb698_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2c51c07f11fa78b44eb528339da6291d1c660451a0c9774ad7bf8d8ea7744ee3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4d7e15ae24207bd06663f5c9d55564e220bef28ef150f62d2e9622f569490acf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5a51836c3306ed97366bc3c8f24a8f9e880628d1feb98854eb5dd10800bfae83_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8231352f700a733b13de64913738e0de1b89be5046736077f7300c21fb778aa2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:121025c1dfa4bb1138150adc737d7cf12e69ce21f10690ad8d740c1c1f2dde4b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c02ec1e4b586a812cddae6ea43cf42a6b9742d062fc12c18c2414bc48b5b96e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4c94c8afa17ce2348d6198c2914e9257ac9510455c521f6539ab17877b6fd974_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:70c7beb1cdbcba3eb4fb83fafaf740145b81d510ef56d5ac59ea4bbbfbfebc00_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:83efb138b8bd5084f7dbeb8a59fe1ecc2680a20d5853b7a15f47e1f87929fd9e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:bd63fc568a9ceddc67809e2271de8ef4d57ac8af283861a601547a6b9da2dda2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d0d429e4a3a0a9f015725dd965d4317e67c72b3fd846ef4b04c20ada4d067eef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ecc47300fa59bdd3970f0baf030a75e1fe5862d2470756cf32c389b1eb89152a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:53bfb1dd8b4f99a0252bfdad2c65960877a4e722f5ae88591eb87d6800d1d98c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:64fcb6ccdaa30c4e06cc91a40273c6be01958ca2c048bd39d8a87e8c09fa7d55_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:bd7e96fa5e3db517c91323142b8258555f04d93dc0f164b6e83249dc0cd1b416_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e5d77db3010b3e1d31e14a0bafb1a5e5ca62dc03b7b0bd2097b198f6be6ee442_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:0488437dcc9ca866c5b96278686ea20b5732f8e8038af90889fadcf90f1082fc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d1bd0363eb8c21c0123522b814b140a7595a459c7c286220b4b6fb0b9886a115_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e45c7964c5a89fbb1a8c6da3a905e2caacbbf8c433b0d56d1b260bba151b3e93_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f52e1ea0175eb2af0a63311dc0b8acc1771c53a7668108d7bb7abf2b814e37e5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0043c8e63c3bcf98e33fda7e5f532143b4c8fdbce690606bf469e932d8552062_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:465c03f230a374b6885874b775473275fe8866f61856fb71a8e2bfc37b712ea2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:c730b4b9a52549bb6204deba37e28ee3946758bc86f27c1b886188ba0f164fc7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f50ed1d01f799f00ce20f210b95774f2dffe7137757ecf86544c71a9f621f402_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:56015af081c97939fa71d978d511ecc0e93ea6ea89640ae846645121531a4a86_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:82a97e06294f2bbad05dd72f91d692449eb4094ce1edda7d651e2f1833018faf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8faf68e17b482f07fd1a4ae8ef292fd44fe9de5369d5129c3945acb56b5c2f0c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ae7b169bcaae3569a946c84d88d0ca7b42b530b475c4afc4096d5db36aff9c52_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:02335c6538b4fb15d9d4e2a831b9810db42f8b8fdd75cc6237534356cd1b68e4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:84a9daad04b0ef97a77e258c1b490c9a9c1ca502079513184e43145467eb1169_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:85c84e6100ea0c4d783b44a085cdda8be9b580b073ab7b191a70ad3c14641f9c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eef5b8e84cce56cf085ed8f8a2ca544505242606d44691b6d0beced7c942bf9c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:148d9d31314b0ca3dd2667aadf51d9a65cc88cd872d21d29e4c85fe25cbf6410_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:87bd671167583b8f46388c7e5853509fc9c20439c1b5f57544117fc9e1b1b5b1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:dacaed2c85c23db8c8bf2b754b958ac8990a0b0e917e4885b39ed62d08061fb6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ec4ca8db357714672338a773cdfac91101641ac1ea56905a5dba39d13e8c96e3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:1e01dcb349b9e3afa77e9c217b2f20dd7c9c98f7b00be3852166c7d676dc1c58_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7a453727eb7aad288301bdce304da23202950098592114e1c56e893828b7cb2a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7e9f67b6e1c87741c5d56a3e95af004dcfb6d6c9cb4267b0ad4dd1aec7e9cb1a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d9f12bee214359955f20c9b4c0218febc8868cd47405b362dcc6ab05dfa573d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:36d864188a182dab0197f06376c993fd661689e516dfec4c25f9064eef6db0a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:38481cddbac83c19b28845b99fec4f4d16d46aca014ab18653c5e7fd42d7dc9e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6c5798afafe96f9c1de300cd8b709030655d1c92d03394b069b3f4100a0a4334_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dc248c02585e41245eb8e16fea646a6f1013f5257f5152dab0fd4634073fe15d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:142deb80cb8918201dfc20e0e86c5a70e704eb589681db3e019d0eed0a8bbf1b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ff7c22adb1ce27c0944f94a4994940aa6af3c4db60cf184d0865753e0c18ddcf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:09664db13d4f9022495031effd53a137ebbddc0e61fec151a26e565a02a5bf40_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:9b480de86de7566594ff61c147bcf0a6e8d5f2ac52ca37a2ecc32909e02850c3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:177b77bf798f3ae19e2b67467ec324e2352c47a2fa4f803c852cb7d5514a2b80_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5587380364defb07d81f5bb93851d7d726780e03f561cc5c4010d6cc4e237079_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:503c53ef4cda2a77d57eb611638334ecfbbe08f384e01084a0f2004aceccfd5b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:ccdfd936b1e904b115efeef06cfb3c1b13ec6fdf123cf87c9ad477ab47ea4d04_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:1f7ad22165ad761cdd5fbb7f037ad342f7b9a6f017b80ebc9775edd9bf7388d4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3ddfa7f1a01b1dbf4d2e999da0d536b8f3600e0143dde47fed1f6f2caf15a7bb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9aa910f86e4c953069c3e45f3c2db9702a8cafe753fdbed42e4c23f4837660ea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a2751c4e48572281043cc6468aa40d2b3a8a1eef5897cef386876fc08de5d791_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:00fa00533e4616bc63471ba4e127f163a2ce06bd8546dc3fcaf2465c6c511ef1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:65d4474ec56e4cae8542f01d54006ee1ccf15c8a467dd7f784f1df806507296a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b1410e826283f79823ba6cdb76d666aed69449a847936c6c634593f31c9795b1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f3e84cda9ee1fae57794b0c60a7b32373d8a95546116ddb326751e9df0d1706d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:059c0bb97591ea1d95bc42274c6748438e32ef113039c603cbf8171ba3dcd1a8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8ff741a30a8c2059c8702290104db1f897853515bea3d054f5456a0faacd3e33_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a523a7ac9b9119290e3f27ee0b0c7a5d3cc1d8f35ed4e7aadcd6968dba6c593c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:db230edf37a3285f5566a6f82b660ff3394caa80c95276bc3992a3f45a18a59e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0dfe21d1f2ae4ad05af6aa896c0bd09417c03d2fa2e37a1cd3c7afe9d9f506b1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ae88b0138b8b945b1ad071a5ac660e6479f3e2c1ec261d80a4d7d862e94df269_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cece82ea1f03a889d37a2e4e1d81eca34a73857630b9874d05264c12ccfde18e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:e518e75c0ec848497d5dbbbea1505cd3fa96387be78d326f44094d341d1aeb69_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:4b9f7900c251da09ceb0c5e36e87322030e6fffb41da15b022e52f26967214a3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:6bcd28e8610dada7b5ec2b6e14aecd9daf0542ac8528b8a1c9bec9b5c22e6791_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b4e19a3b757309f5ba13e3762e2449003ab93a1d3a950df031d0c5f88b338461_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f3745f0a10aa35a13620960671ed4e2bace1c01f0440c1cf222aec37ebfcdd6e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:10a4a0d9d6cd4779461dc27ea5660513c80c4231267cd5d5cde84626a52d8d88_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:394f1ad167455a316ded12601110de58f0666917302eee8a2933932513aabd70_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a0dda1cfb8ce56f6632c7dfc15f2d7c5251a666f7ff34fd78f45a064ed9fe8d4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d04c463caf59ab32c381bf6c88b9a55ad9a4934dab8cf66b1c80f3743edf28e3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:674045072f2c791146899dca69772cbd83d8ea11305e024f697b0ecb2ecbd9e3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:80d008d72e748f6d1578f0583dcabb703ac8154853cffdfa6c332bf2db662da2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b6d9ea5fd88f25c46dfaa17deec8dec67f3241a4e52ffb5b598ef77af4437da9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e18f121c2a8578ab7a54b48347a671e8a1e315e85f894ef67b96161a490aca44_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1415356cad67eea021d0adef8b7f8ac8524035a4acc3ae7080f26f8f3f7cc959_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:2f7be9eb683b2d5c65aa64a28e11bae43475f5a828e8768d468bc24fa0bd4ec9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c0f27acad2634255d689355942e8c0d87f624c269eca0f11b1fe20b56b22294a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:dcad2bdd0764804f9dfad2a4f33eb2fc105ff8e4cc1d2ab31c58ef2903f7cea1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:02dae90a28e2afa83ab4b358378b616bad7c257b8f7d6cfa2830092b7d46fd18_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3e0b68fb323e91570216f90ae2c79cb4bd35149dd62c496c39ee8fb615b62888_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a6517f52e257eefc0602db5e43fd946de57db13299d5077b1bdf872754253cb7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d6c465af092548962fe617a677d3398c6164c398602d7575ec09533d9654f254_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3a9586b7d44c57c683256faa5d9655285105844c74f728e4558c6295f73a3aad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5dbdf857d018b118ca8bae8eb52b2e117348804dae51da324225ac9d9a0bb141_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:7dd0655af57c7f8d2aed0f88a4b02ff21d849bf9c8cce7fbf02aca7d322cdc12_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:abab20e995be8b61590ad7dfb8de0bbb7c7459ab5413987562332de2c9924924_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:6f1fb02560c0dc83cb7ebbfba67370896f2d3b21835311fe5af23a06f4a45142_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7a90eb33844a25785c95b0e7332991a373e0b70560f979e8e9d1554f9d021545_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:92ac319d44a3a3d8e68f29488cd75e71b42dbc98b5898f662131f8576178152b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b8c7d5e513d5205014f53f22fddd4ab5c54e62e62e5813459ea68afd789518d0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:788b2252987b1992fc9c5d855198aa50a67048cc4d0a1e28240953e5c1d9528b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7a2a0066a38f2e52be47a1fec5c9a1ec458550d7ee6ca1232579b3fc98b7e9e2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:939c609d5422bb4be66f482815c70b170d51ad2ea9bb0675a969bdaeff35e730_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a260d94b14808490a417d828423550eddd7b865035b631e9fcbb108d8eec6873_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:9f38e40a381edde4d367a6baf50d6159bab76aa34f7f932929a118960eb1b16c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:bec3f4da4ad493e8e34e5e1245338929dc916772222817e094fc0cb7c6370b88_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0816f94cceb27f34725d9c3f041003d61b9730a3c602b48b70782cf5b3887818_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:3d106f2995d5dd270eec34df31ac33f4a09dac0bd79bcd2031e9bdc35f20878a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:2c50f45d634218d512ed37008e62bf2718cc4275a9d944c845eb29bb19d0e700_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:429368ffc93f60dcb14116dd4a448f7688fabeb9a499b4b7c9c77018f4a31c3c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:48105c86a370a0ffd2c536e5ba75ea80fa94b09f2cfdf645a9fbbb62bdd1654c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8b9490cd4a69fece37aac8ced57235afc04a3389e16234c3a3f1d9a4f8a6d34b_ppc64le | — |
Workaround
|
A request smuggling flaw was found in the Eventlet PyPI library. The Eventlet WSGI parser is vulnerable to HTTP Request Smuggling due to improper handling of HTTP trailer sections. This vulnerability allows attackers to bypass front-end security controls, launch targeted attacks against active site users, and poison web caches.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:054a0d12730620c46ee6209bc9932909f653d0b7f796682a0f798ab3ac3b3641_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3281b909de7dfc5bf3c746e3e8ab05fec49fc8aa83dc8156e616a59c41ee923c_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:021a57a7ea58117b5942b474f8899924fe7ff170b234aaa301f86ff465726ce7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:37283f08df56189fd19f7052523f5eda5a5eba0096c32fc3926eda3bc9398a8c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:459032d57026d4dbb2af370f796c28a69e2e30389a84cdab0e43de4435d980a2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:82ebaab991c00d42430890eed6322e9d060c3b4581ad563383a7d13172de4c08_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:244a4dfcd32e2a6bed90fd5e452b63822af9eb60375b9ac45c1864c2fccaf765_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4eda87164b71e7c6fd8b5a39ea77bb1bbf138f43d5732c08e314369b18e2509b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d2d6b9b7d7cb72703bda76e6814e5714b101faa03b14f55507b82dddce6fa09a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:f5f2d566546e640f59746e3616b98dab55eacdd33ea04b7cff887da6cafbe380_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:21cd6ff9f8ff53d747746f2d772344a8a9be9bd4582d641a0d6814da81e42dc7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c16a9db40d92bd605eb9843f2fb30f793e9f807e924a98f58bdfe9e8ff5598fe_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f7eaa545a5719eea518c0d48a5010a9e729ca7657f95712b86bd091c6906ed9d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fbad6ec51decaf69511274952af912054493d07f8de4aeb044b0728e015e331b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4b6ce9a91e0408d0869e2d64ccfba93b8b0587c8c4514c024093e47d520b7b13_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5bab5f51374c260e261af4d094d6d834011bb00d20269e5f87c670ab2e5fc50f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:b046acdbaee02a88bc76e80217864aa8a933b4c624abf504bf40b3b5700a3ddf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:da7ec98aeffdf151279fbfd2d45163722323094e790ab1e5b14e3a75bebf7ba2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1320fee14f620ff211195e536a81bf80c41140d10d8493dca37f484b4803e1a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:69849de1ca4d23c9faf12777ff7f26deb7eaf3026725512e29e7cfbfcb5e30dd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7ae48499c990a9bb0ccfd436de6e4586ba27e9fd4036b4efe76299aafc4520e0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:bdb7981f8aadb7c27bdc448ce4baed28ddd8d08ae1a83af66255bc70d3b87d63_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:06477b1ed6e12b1088fa198f1158cedd852d51773f75622a652220d147aad66d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:73cd8858eb6e706064aa3fb5b397696ad2a8d264ed9380ceeb8d8d89afa96914_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:95a5dd3ee93857d9e65d57257e2864774e0f1aa15d14c62765dd110807a7e983_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bf017210bb8bfbefa027c830656e83b3db86e940e5ef1f62e67fdc84545cd118_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:04441c2a5c244d0a76052a2e071d994d81415da2cbf49cdd74d3b64fae89fea4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:50caa5c63088b2cd98d85bf793eed760beae31c73d8cccc60f3c82f7e4a436f2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5d302fd1e0d562fd3074aea7fda53b46878dd5c27f53b4086f43e0b60c69cd92_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c1ec441285a07891350ef5b92dfe8cdef23f963d39ee86b7c2eaa0f29deced63_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:29924ddf95c884e61e24bc38d457d4bb997c5a03789459ef7565f2350c778e44_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:865ec06e1488b9c81e370e48824dcd003c617f45198943118f99889c9a23ae5b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9c28ccab17d26b72d9ae5d65f7a1ea11bbbd2cd39076f517e6655b9a35a277b9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f2a4bddcbf9cd3c04f90623faceceb3f3633ebea89954ddd26dadad9b6f9cc1a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:0f34558006e45eb8ad74dfad87ee15c34e2d5bce5f192fb00290ba8f6b2e06a6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:a0104045a7c163322387f621af644a79ba8b3e2d44bfa4094db15fad792e7825_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:b83a1577d6d15ea51ba7417aadaf190944d02a36e1067ff9973b9b0e59f207b2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:bfeca6b1d120f47ef42ace529f8663c90e420a3d1067891268e0fbbcd0c8fd3b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:09fb74bc16d6152ee950f1e2e01a72244e43c030205e6878577ae8a288f229dd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:933bdee9a720806a6c7537ed79ad75e25ae64144eb7e738942c36b2a72427c51_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a882578ad9240c994b4f21955809f6d332965cde3686fd2da1c4bc1bd89181f5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:eb823609e74431800e5bd7fd2399e11d17ea8cf0a16a578b70f1447aadbfe8d6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1a4a79d38290e993721e5a239acdc973fd395188d4b47ef664716249561f9b9a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1ab570c571e5291796e3eccbc336775207aced63674920c7416c67fdcdda5ef1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:46f5577da7e69caa3c941ead5de0ce8e373a77348df4c9dda922319a47533af0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:dfb1568b260cebf47b31b5bc5b956dd573ef5e10f5c04bc7951d4aefba1e1c29_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6405c266dbbd8b035f0fdec36d4663fdc2e3981899fec3828e7bcac0094f981c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a0ce68bd8e54f1975c89b6739bc6d94e9ad8214df431d1c41907866dab1cd9f6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:bdac9d54f25066cf36bac0fe90d1df7d89fb91d49ac68c09db1cf14862c91b43_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d8254c11772cacaf25e2a1b24b41a7694b530246cb980ce80caa5298acc71c31_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1b5aa2a8fa69661df2b4cef49e2a8e25e20ecba84ca80d5c671d8cdc73e7e31d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:54c656c9b7ff7f7d9412253dcb0c4484233f4cbe77512b63e69ba1532a4a41d5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a2d16879e07bae5f6eddbb5615c313001ffc4b74e91849ee9c2496bbb5996616_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e37862fed49b426c4344fa755c3442dfe134922b3b5a3c80c4bf4abaea7e6563_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:04e4334b0ce10eb5402543501944e72b9230c79f470f5976f8e5bcd5a18cd28e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:34a11ddd5af5a8d2331804ab76c6319587bcab73bbafc10b6f710260e5ace5ec_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:86ff72407e38fffd121bee52ed9e1229213f5db18cf1324a08296597aaf494b4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:edd7568d61e33652709d4bca937a801a4eb6a0f134ec7866eae3da1f19a01400_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:44623a58b3a052f8cf871befe578ff1419b5a36c9f61849bdf58a15148c3f65b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:78ba410665c68a41a5adbd8422a349de2274be894328ce523364f1ec2a71be01_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:823e1e9e7e7743538180596210828b19b6e3c8f435a7c792be5b945be76d9956_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:eee0084caae19613373c30ac9d2f25de2c202dc83cb6b3077baeab3b2ca89c26_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:17d193d080ae253f4e43ab259c28fd84f5f738967fe2ad4b6528fd42dedb86e2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:36ed0be4ed17c503bb07435b198cbd5e255660bb1e72ce49db7ccbcb3ce92a23_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7c1aa77f92efcbd6fdea6120c75e2cb19985aaa2cc48e2d4d3d4ecb87df0d277_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:d6dac5da24656ce0a1494234b06783b5e4ef052c0d283e66f881c21d1766c51a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:380b5a968a30fa54a963bacfc37767a01f6067b6290fd2d877d6b1943a7738a1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:6d1570e8f771ef561c5ddca5410cb86dbc94943cb23b6f96fb2dbe5b9a2f1823_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:7a9f65149b802b3c2ac4d2a96bf53c1dd6eedf8c5fe921783962197bbce94207_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:a99a994a160375e89550347eed1631bb0d12bb4dccf7ed49119935520b744235_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:22b6a40bf066153e072a2d22e48032b91a7f70e2de0d38b2bc5665b72f5635ca_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:499dba655c620472ffee2c73f5f6c53599dcaa8755af1ddf60388702041c6cfa_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:9f82e685ce4849aacbc315249403939d8e9fa55ca297ec0d829d445a3133ed9b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b11b0fd3272461cb95d4f3c79c5c1138770085b461fb8c64c5f19f3f2276abf5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:06ef27c670aa46891c208f0a1ce5be98a92a321e81865484c17db725d6c48f6f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:50187fe1e5905226e869fe96d050d1fa6c91c0ca9f360456030514a0f3efa2a6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:828613cff0791cce90feb1abaf17c31f8a89e409f605d23ca79904feaafa8cc6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:889a2f9b69467f174deb05d9f57eccfd85e8f6e2ce2620a3e3b5c15019a108c3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:381cea76282031f4a018997a2ddcaf6222576807356d45ab3357b52a30f6bb3c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:604bace7f2173c964ecf1b54fe70fc08abbb7a39fcefd21af752c7a12f6f5a31_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7acae5b318d8162c7da445ecc28ed374eb1db0a92e3e6136f1a3d6a82bd75495_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:df00671b04cef1d122484a876880dbf4cc250c63730537fef7e1651b58f9a9dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7246c15cef44f3945840162c1dab72daf8c0c4999345aa6ba148dd34597f4ea1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c7fa305a0d4a592411905c2f44a8218e25caa39e293ba68e1c84458683c93979_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ccf25a1cbb0c79753f4049cc37fafb77d0f8dbdd896e4cad7e9674877dc84589_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e1ff850187bfcc5e53338ee32678873692eb81a7bc72c5d3a928722571d312df_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:bda6a57c2ad84239536aec6a20a9c37fbfc7aa13c994647427936bf0b3b3361c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:49da4e953f3ab4d734c88b4371082bd9c6fbefd00875d8c3f0f8e58f060b6a25_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95c4abf5e354b5a324515cf6e69195ad3576383386665683d4bb8f349e558416_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bbc0c1a5769338492d873bdb15757525f69e250f5a4320d36f249fc35d57d356_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bf5e48b3778e040c4ebb1a8b0bd2aca2e7814720fa400115ceed9e1745f3e2fa_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:2b26daa64e5d4151cb1cb91cf459afa93b2bdabd2b9d5d28585bec72484c0e63_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c2d77eab011a8025098e1254c384f83af4f7e0d3ba9e6d2772eda689e644b036_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cdf9f5f665881fa0c5a2f3c98e4c99673dbe8a92cdcbbe6b80e9dce09f59a8dc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ef4521604c721bd0ae8a4b822ac9584d3c7c8a80c5ecfe263da6ff9500d95ba5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:29a5ed8364575efa8d539b05c002e8b82cc57350d4c015303b4fc46b06903eda_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3751262aca1a347b013648e64294520615e447cb875b1e7c04535c9c5e843ccf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:5bdc6dd4698facc8189308328f6fc62ad7f4a3a5bf8c8a5775fe6e966eb44eeb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:e4aa456e8c865f66105e9f1828b455bf09d80960759209703df345a559b36608_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:74cc690a06a3f7ede74550b2416957a6318136ec7b703de33588122e7222eac0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ad7055ad351c0c24582721dcbf7f422b6a31290104530458e456bddd1a637938_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:54ff1a36ba796e5b88ae421a3836220f5774f0694cd49da8aff5f8c1efaac958_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ff8879335cb7031227028d3bbd5ae3c882c721871a28a42216fdf94885cc48f0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:4bffd0baad38d0ea6f54efb82701a6530eae707565fee41e2e65682a990267b8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:6381f7fc63ba688a5514eeef31d629e8e6cf01d6910f29f7dd38cc48a49f392b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:6792be8aa7640d171ee8102e5315ee2cb5e51af62f7f9ebdfbb0b54e89e35cbf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:e168e04989169bf67e16af77f602c8d762b1ef424f4abc92ad8ef8a135d6fe69_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b9e9f7cb5894890829532f10dda00d008bc5745b999b76daa26b5667e00e0b87_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:f8ab11c42ded9679807701a6c9564ff67b13ba875e28cdbb7663d9382f8e194c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:203f1d7c4feca08547dfa923507640370e669f83029fcd373e4e93461cce9421_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:8b16e6a9162b06a6565a48f4b05f3a1681f9f6349278d4f44d93ebe60d96c566_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:ef131d257bfc318cd0071ea2867d209fd8088da69e92fd3d07bce2b86d4eb2f4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fd5a0222754643780d37e10af8b077bf257b5b4be2abfd2393f0423a4fd4b291_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1f910938470138dfb6656b608393e46eb5c59d76edcca34b8bbc7148f2479061_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:71ce3309765f3dea75ed45541065b35f0aeb697d59b013294775e84b780f361a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:313d893f24ad6f2f8c7881f418b9a5e9c499674052a97434372d1d079411ffc2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:93bef2950591dfbc736a80f6a92659b6868991040450c5cc415d32e225177512_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:9487390a62cbea3de31fcfa46d05ff56a9d088426101b056254d0a3dddd6631c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:d4cd54fcdc26243209c918dbb1dc54e940965cd12cb6d05259c0ed45e3755516_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:2f9449039570a38ef4191b3717a9597219919ffaff87b645f06c4daec74a3cbc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:5d72d27d9247c2a9ae05a1e496eea2c264df19be8a566147cf5cdf378d82ac4b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:2b1553659b6cb1a4fc9e75dca05c4117d98894a5ec55a650fb60a2062cf1b79b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:35d963f072ba8d1d78380c48815bd2d06dff7f1917e493ca64a37d319988e6a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:42870b8a98ae271ad0f0b23ad541bc37a9585e93dc6822f149a0bcf53c78036d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d797ecf477151c6821be3fb5e18dfa8f8df04233fa9f7da7b554da9eb38f0058_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:27d55172feba74eb9712fdb42300721acfa72e5d3739feac7c4353f8a36b4b38_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:5bba9f8444a0daf6194a6eda5d1b027781717446435ae4249a558a31fe17e06e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a8840079bf9bf05cf2f9c4a7f38bb45b09baee82128d12df604007278fbdb198_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:effc3a9f6c7bb400163dbda690d84d9ef4d40736105a2594209efa8c0c5dc80b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:3b6acf7cf4c49d979d30049d80bd265e7e8f17331648008bb4f9033822ed0a41_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5b377378d275c0a152365c6dcfa6e5f51a30de20210991ad8a4b5c45654cf022_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:855e978f66e69d149f00f5cdea64c68b677a1f2e9e1c28f3f67846bd5497ea9a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9bbfc2d46e0e771ef7bf390e121f26b0dede58ac0ab6cc04e7592469a78ae5c8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:101533b9ac484f5e8c3f1d95b742f3596fdf42d6a706aeca5712648ca50e8ce2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:2918100b369a980a69fdd9d0bc0fc7c898bcdde23f8ac8c9a8a22066f2b1d87d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4f2d8d750ce5932589e4c3b10579f00da60407a89be1976f3b54184c997650ab_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e7b4095c367aa9811dba1e43cda61f60b54b9536d9900990e7e6eac745ec7ac9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1bb758a596fc11988a09a696981630bd00a73dca7c4ed52799f722ef87db6a91_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:50aa9b6ba005c3f004568e82cc73eb56ba6342720626f9a35eca618fd1ac9cc7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:982fa1221449a4e78c06e6a13b7ee325b8951a8a04d0014939dc49b13c6ab79d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f055755224db92970aa09e26ab84f8f8c3a67c2c8cd442eb4e7764e3474d4613_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:719c8857fcfce93887b77a94974d418e3bf19befe0ed25c5974bfc7ed53814bd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:90f04dac670c4d0c505cf8f96d020c9e3f4c0747b91dc2a2531db407ffdcfbd7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a921b1d40f1ebac4edf1d6bbe26fd7e39329776044e17d7f2409b20792acc271_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:db281fb5bc3ccd949d2156d7eafe5691ecc317c3e690f9987436d8b4317e6ec0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0a68822ea4fb06b74890aebdb694cbba827a5c1b9519b5a4d2086a867464fa2b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:38a4de43972a5ae5404ebc5862329c0b59ee5a6c72b5e3fa8be3171ad65ec713_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:dc970cb4ede420e1d131a6146d256269ca6fb34b633c17315e6b202723765bd7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f47d18b4634f6f675e50f165a805f33970a038843dd48fe8a02b3924fa70e8f9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:6731876f6a37e6e26e079b4d8901f7bdcdcb6f34f8f27c850ec813ca5b3a9543_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bfebb3f4a3a9476c2307fafdc5ec3fe7586c51dde9c5448fde7d34e37e2f45af_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c6b9b4bd2d7210a42dda555d8375807bec66a4f8693fdf256042b49b3f0130c6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:eab2bb53112191763cd944b3b13cf750ea9390b56d7d14d312183ffe56d0a394_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:3ca197c0d720c1314db2f36fdd4f1fd81f0b729829f27b39508f0a6e7ecf7bab_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:475e121c7d6f480d7d2545252a7b59510a66cfb609f586bb587595ccfa3b71d6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6cedc3acc4032d410aa6c0142de17e62461401a772a09c795371238dc00fe91b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ce34f62e6953d64b6566905934afc4a1f5911ec68483f5ceecb59d187e37a955_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:2037952b4938add2200b79534d571adffd95bb0c6ce04e7ea4a6c0ad85389771_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:698f43ebb93c00ee0a916be218a7819d0a402e32c12724afc51f2323c26d541b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c247cff3341da9969055ddef313806cda81c2dac492ce683d4abcd5ceb5a9bc9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f12ba7fce7d3a13280d4bfe412b9b54ca22baa52b90be0fd7825ac719f1de068_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0d06e661c793f5524b749bff4124ebcc17b7acff1b57a672064c072dd7b0390d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:484c08c7c512dfb681137cbf0cdd45f42ed4181a690076f6dc6920724687655f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8a100494af630b1dd1ac3e0a7c75fba4853a1e7471a0b6eae2f7d6b7762beeee_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c9329187e9bde81fc4f0b4996c909fe4e9354e58fe353340600532153254e5b4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9143250b98cf0e2f2b3ec33bc25a856d0b2dd432d1994740e639bde2ed1deb29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9a7f2845529ffd78d9193a8329bd1761b7723678b83e8d5362aaafa657c398eb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:c6ef91fb95bad775d172019ab1b5f9c275c2302f85f04c0504273be57eab1989_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e2becd018c34a7c29e770fa329cba4f1a371d4b089451365abb35acacedbcdfb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5279e457358edeae97e136d8067f05d60b4b806c92e687bbd11afecda4840eda_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5d76a917f9cea787b11ab23bed912261cad050e397769c94c1b70cac389c48b0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:88237cdb1714ed0759ff8c96466010145ff8cfd60a7dd3debec25e3a2b33200e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ff62706a4904af960c4989c87712d896b34265fcaf21ecc9500daecd03561b38_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:15ddf484307e3bc53f165873cf04ea008f4f5720effb19e3ca1aeabd9fae64e3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:28a6a3b04348c6191f58b9b0a700acc995d5fbcee3cdf1af5e34dfb0a15918fc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4933a9cb0be09725767981638b9139867cad6a26a228701ec034d45c3f7da4de_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4b571bca7d279192d7095a9d157cdf40f553543b6a39658919bc5920445d1177_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0f18441bd2e164906e7bad119d70b8f5b9b47c1596d58b6d812ee1e2f4b6c0e5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:77df277ba08b5a6efaf78b4ec5e59a7aca2569e00e7644d27e1d2653d80d150b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:afee031de2fff6cb0e07995b5f6c4ac83ab4cf3b83f23a3931a4d7e15a512c1e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:cc8b86ad3d080ab5dedb159dfca744ce669341a2491e5a0bab4f59e3dae9ed7e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4a76171907bffd3a94e149dfabb6170331e2fc0a30f3ea7b8eba1cbe68e1fa80_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:62f935bfe570ea83e376ea84589bffcf0b99d30eef620adc813f72501d982705_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:75a992b3a14138492b585b3500a6b6f565c912b193834fa562c990bee8115e90_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:9fa46e30f86fbaa943f136733680d0e8a668df1e04d1bcb71160b8bb795a2df0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:58b7b6502847bba5230e65e90a10350d8cdfd331f5656425dd2f310e3fc89cb5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:5989d793b9236bdd9dcc1df6d4687a6e0222590453a5e4e31be75d0414c28056_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7e5383d64b25edf87578b2cf05de47d46fdd2fb6f1f4db5146ead38c887f36a3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b5b9266258ab925a7dfd33b86043873af4c0799fc52befbc476f875dc44b810d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:100d472991b3969275774576b60f5ccffacabcf89eb52efbb744aa441cfcce99_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:9a6fe277560deb4c1c2f91a1d56678c5956bc9ba958b859eaacd371f8ca753f4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a2d2bb9ceaaf23ff8430662ff6b267cb36848b2cf311bddcdaae8e33e8736306_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f71926ca5053134743dc906e1c5bbf2fd148acf50e44916a936f3a8e98494a04_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2dbbc016c4e06676f796ec4cd51e68c11c96bcdc41de8dd37c82c3c5c0825cc4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:444b74ea4a7a8a664746757e4417aa7e0fb33fed32a4755d300e14a49afba481_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a330cd288cfbb99db498c3a7e7211eaddc4cc5e39b6343fc6589b958c6ac44ae_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cef4f16962b3d71927c90e2573873495563e3144b6e3e814acf5a220f1b27193_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4d6edfa2e5e9d6964a5b9483989f491cb5019ebe9af55116591b321b499bd12d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:62e2bae1dd93787bebcb5f1b58499693f4c6fd620edb3254b776494d2b5a55a8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a514202264b03a6c80a02e3cfafb7c6a86482449613b5ec0052d1040587fd088_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ae40b5055051c07b225c15723da95953a6a7d2dc6dfec8d0469d6f857c8424d2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3882b19d141998fdfd1197856ec7826be00034d72633396be628002953fc94a7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:39282efac8310ed389b4acc4ff3aabd6367800953c1e8fecbf17926306d1f419_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8df02a6889e22a9763b5c0e7b6934824f682f4683f2085f82dda54de427ba28d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:fd15b8944403c78ee3c0fcbe08aa5ecfcb7b10c14fe5f1a20ba4873295879c8a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:011ac49df806c01b3f64fab0b3d79355b2685c8fc0316653f34359b451ef2ba5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5929d673c5a6a568c88e13586278da184ebda4c9c5a9a4a1f9154ad0e66340ad_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d113138d214fab52ec3422cd3affe8d3694a1ec30b85778acfa8b114ebffdddb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d91c11d262c19c1f020e9b53da07db82b6d68533f4e697ecff6c722781b4a4ba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:5865f0a925e725309c27dc1d71d0dc999cb01b4fbde764ba8def1524f978c0f1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:bdbbbd728c482c0c5b5e87af470856aff0c8264d3f490c8ae9d987f21d5bac60_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c1230c3643979aff1e615e1de9bcbc758c31f7508b9a3b25fd2eb323eb6b2490_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c7649d6adc16287d38318b6a50107dc1d3aee2e842a19e09822fb86fac31df15_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:70687b2657e8f1cbbff110582b55f3104d0c7f47a44ca1185a7f67e421d76a17_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bda8d910934ae595f8a53675c74094693de8e0a929fc7c52458b2a9f7cd0b4a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dff9eb529ea868114b0f46c60f4014b429ce115b0ce949e6855fe29d9270354a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e56bb2c28d7ddd2dbac95451cc16d547718b651532ec69c85e8f0fcf5785d002_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1670745d88d0d92a262ab445f81956e894ae5e9b23d490fab96860957c028771_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5cf3f4d1346c07a4e065dad2df083934591b45c714f503b5b617d470e87f1db7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7adc722fdef132557c191e026fdac56278584f6e49f3902179fc443d87a4165d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ff467f13cb09556eb490743f878422fa2493b8bca683b8759d7926e8af97dace_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4030ffce9d00de08b95d660595f0f67b2b83756ced6c6439da14d36b0b923729_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4baea4cfb5bc4a7974f90c3bfbb25e23865b659fd078ec45b4c36ec0d11b78f3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:829d8937eb34548f09b89de6dd5a236ae58d6f74501f44c929538c281a8be920_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a7fc85a92b1d5f7f79d8a8a63e6d9bb4dfc66383ff175fbd956deb1de3127fdb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:78adc3f034871d6d77793932d11b1e5f4b2ff3e1cff0385b44811210a3c84dc9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b836e8f7b31ba9c107a08e3be1cc27e73afa4045210d7fccc817c6058671aa67_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:cb550213a7e8671953d5b880c0b651a566be475a3ca0f5b442a2fa9b0bfeeb1d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f727aa55c29332a39fb4e74013b9cc96ea5b32c9cfbb7cbcd79c7031d1a6f44f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4b1f00007dc39d345013c99c38163e0adc112e5eb81fdf41e1acaa1e0064d7f0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6ae9a652c5693c55ceb3ed91fbac054d887142b0f55882c776e42ba20d1dbdcb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7ae4ffe7112d35231314490c8d02c6f0947b54c240ace11a87c07dad44d5be4c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:934380eb6ae83360d1e11f709c58d18c2e69e04b3246a02846f26f9879ca1edc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5580313395048ffe3d874dec574f7f1f1f21cb84831945de53a80856b4e945df_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9bc152718354bb245a765da17d12d0477cbd15d7eda5a86b8c5b1330287fec4c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c00d2c84a5f8c5f1c674d43eddacbbac05782b81ab98cff83b606c35b46d18a5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d74ebc7fd5b30afecc3d9f61ee6c74b2c0f8519514c5614ddfbe9bbc68227509_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:84ca4259de3e923248f7d50c3adcea713871d3d2da66f172c25dd391d22a3bb8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c6381254579086af7ec69a4e610680fe0e532a26f7ce202c72d047b89e0db642_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e0eefc7f55d25990d314c2ceb50afe70f7746e467ab7a409fa3d1b44708d9ffd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fed1fbc1295974647bcbad55e52b199c2d3d4307a3e53e4f8b1db135df9fd8f8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4bbddb6ff2f7429b2f5730d4a3f529b80784f8e42a0acc025e78713d703a2efd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:53a0ebb5fda619248605abeda530cf37fdb7ce99e7b7314cd5bcef2d8d8b7004_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5e37b117f72cf1001bea772e1302186d8f86c0980534b7f359179a5e6926c448_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6891d22800cc10bd8d773d471bc71c4db64460efab4b30202d42da1daf61a3fd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0d1bc6ef87ea978c23ca7189fdf17ad0f54a5f7709a75a25d82e7b84ffadf984_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:107f2fcd3f606044c570a980c176047870b304f3212df747995f6eb8a45749bb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6b6e5e25d50219a95d914df16c1c4e761d0bb45a9efd054572e54054f27a6f0a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:dd60fb26e79143000563578f9d72e3bb7cdde4b73dfdfc148b27942197d3be51_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:053d5fdef0973f6017991487843da7a64f8a346025cf46a7c575d6a4bab71d74_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:26318acd09b8263236b4d266c735aad015e3a4b61daafedf266ef1115968f536_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3ed5dce28d62c36a87ff35dead5806fd124a187e48051a0d2b550b209c9f6302_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e06c4933f2806bfab0f36ccdc159675e5fe2a6a084f98065787d304d5df3b7f8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:055b352bfb76de2eba0b9f0d1a6bca199c6e913e8e95879e991c5fd22095c677_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:16e31b5411f5f1924cbcf851f1b0463302a34c31c5c515220923f7a2050c18e8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5909f73afae46cf2ad00a9a6f1c38d38acc3ab00a0b97ca419110492d7bcab7d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dbfe981d5b05078eb1158624dfe2f0651cad81b92aafbc671cb6470b49bbb89f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3b166e5b5529c407c2f8e372414d043fc617965696c5a869fcadfde2d14d716d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d3f6483b465851cbb520810069a18136af80ccdf79fc1ea80ddb4687ce685aca_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d7d33c165c3d0cc0e4924e8c8d34bfbd1d72e2aea301e53e4b37b712e94c06e2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:de5e8cdb75cc79630290f83ff179057d25bfc11d37816c57b6f66563eb3a2732_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:24abe1e6ee078487af8ee8bdd5dbc267c18882078a7987fbd63728dc2b65bb75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:552d01e66c6b2fe59104b8a9f3e1e58fdcd7b4d4cd63db42883ceb119ec0ef25_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c00c3c5e7e106cd6527cec39e5c3fba990d1986bfdcb691b866db80d59e5f82_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bed1aeb4f58c045644650615230eaee03336daf78d9342022786c12f29da670d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3b213ee7154fd814e8a904c3a161bc16ca7419163e8132ccabab76821c33b310_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:721efd9cae7cd4b43c6bd498064a6c427fa32d0ba848f8b0bf7670afd662bb18_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8f5f0f56604ecf94768262496ba1e29073e87ec16aa8f434674b308bbd00678b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d78b1c13b0ef255bce1e19973bcbef04d40c517301959a7f23d23613a95c1db0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:650f0e2357f8d302f10ee0a628868f985c5a8c8a4e6af9e6793a9051b33205b9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d5a3ff1bae3686aff1781b5f5f9e1a7966962b88a1e84ab4eb62751aa835bb78_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:db30f78340370f9da03fdee73445b72160c35d83f44f708d3a62c9dc8e88bd46_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e88ead481c18a7b6de8ba7f609a1782e45e1ce85f2a158f259bbe68a9db261b5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:0bdbde169ecd68d82366f3d04f947f73715797fae5c3c4561e7bda5b5080dc3f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:1d45937273065c5cdeea502fa388172651fef5a607db33ea72c49f2a50b29b94_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a562490081e5dfc0fea7306931e2dab3fbfdf76cd83768b7a43ea556aebfe4f9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:dea6dd04d50bc97f9e61330140f61a7370e31e474c26b3526e18b0ae8ad56c41_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6ff785742b50af7f2a15c1dd6f38eb69e9a1a20cb4bd635aacc57a5557dd1b4d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:d0e6151117374aa602349bd1028175b94eea6f8386832df622d56715cbcb675d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e8fea02d42c9a9b8e9ad7642d9f08d705eb6e4b3e3681cbf6281c7b8b3244ca2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ecac534bb32ddc645101f6565521b08fde95cbf0eb2b9c6b896c83ba23e8b6bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:55e0877d1949d009d71821f6779aa9ee90484fcccb820d53bf53b90f7d412636_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:775af20537e6f4c84985145f44ad1ae2d5530ae06859c2549d1d85a2e4ac54ff_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:a1b02b9608eadb4388dc13fb5ae55fc6ad64788f93186872c133a0ff1f5ab487_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b5d732e8d36668226255dbfeb389994104d83ef2be461079b66557bb20d799f2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2e983c69ea6e29aca4f36596a0c697c2935dd1deb08a4d3546aaccb4e3d78ae1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4ae2494b702a6c7f68a65ea730f6df3253ffe78f2d178b0714fb6ec04cba5cc9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b1133f78075f3364ab85142cf6c8457820e2e1f31a5b0750585ee1adc1285ba6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d41fc7e76000bc1b4016bf10e86fec44f551b127e17997fa4bb13420219fb3f1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:25acdc169b3860a10f46dea8b842626acc639aec950ca7a9339e96a2bf1ed7e1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:453bea2d5f94523a88f37acac9edd0a8d921bf79409a260386fa458cb18d13b7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a70ced1330a4e7a0a7b81bf6b19b3346ad5bb6e26398c7f0577994d48712b2ad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c2a6ad45ab46c0238429cd0ab59bf169ff368bf68750a011f481208e56fa0268_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:33afbf29add637cae8478b8e0ef6b3b465e4ee53b000467ec34fb1f3a04615af_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8056eca30416b0b93270f6c92d0fdbe4f1cfbbd6258e27a746cc379a86b6b8cd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a06dfb4e75cc6b0edd836cd59035095135503f35a7cbc710ed7b0e447fe256f4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a820784083ee32f544efc474c7ded798916d1f077ddb9c3f4461de48747f4c73_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0ab4e11886c642fbcf7560f780abf9046b73dcfd7dc9cb0f086d9e62f87fb271_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1283ae9261afb1293b597a8da40611cdc1980b1e403de5d16669c5b7d2527dc7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:89ec13946e699f6589c3d235cb515b92ff48d1d5fae8e7892279b64d41b74511_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d08403f8114128e063826ee0cb3324bba9f027d7b2feeb6f7c826c9c4925579f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:2aa0baab0fca2bf6877260b871b3079ad96c37034e6f3d0a45cea4118cca230a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7f886a3942b81b3318e288602c88de802278bb77c5d11ba758f1d86f2f028abf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:940d02c46f06fa92818dffd1842010b652856e09cebdec33e0f0e1a1e9b1b5a3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:cac82b041210a06cefe512e89c5755e972f6e125c69a0dae87e454e259a3c08c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:12466469754c88d41872c1a061c1eb4349cf565b5fb32db651f3639aff2df67c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:af5fca0ab8a1f5374caea5b38486cc97c2be9d884a55542faeaced44a4a7320b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ad60c87d6e05b51b5351d2490538c757547b43a679256052b600e3fe8e80a594_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:e8372026bbc873c38ffc2c7df35183727596993dde5663ec27a2c2fe401e04f1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:736b406850af746470b1bd5dbc61fc4b166133e9cb50aa528dc1210b2002d469_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a73525cbcab817d0472f544883106a359b9079eeb1d8628d8b0185e450662361_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:84664067a273cdadce55bb8531916e8d8edc7936bcc57bc2dd1ecf57adb08c06_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9a006a111625f85305fbf3dfcd9a62592357a6a282a1c8ea1edbc48b2ef7db05_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:adb84daa38497eef3d89a9b42fbb22fc04e94f708db4f1f02de21dbf099ef788_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:f81616fe8dcd6b63df308c58bc1b696f9b3c488ebdfe00d7985026b10d083de9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:07efac034de568e79f6ecf97f924fd5ce7104e9259d90747cc0fd3e0a7bf4116_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0bc9b2b997bdf9bd285382823ebb9806502664976c2dd7e7b0d111df7717e77d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:165fc1e58447c7bc9febc3ebc74f90096c6e48986789d4e66ff6443f1d30d024_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f516ff3ac172cc08e88f25a0531a3784ed212897dbe0b05e04dece7d62eb977a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0d455e21bddb7ecd4c5b8f077ea96f046ba3183d17e3755ae95f8cd112a81179_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3d291642757ab1bc56aa6bf8b31b383a1867b06fda7ec093daf361e3bb082624_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:91c0c9cf474e9dd3b7dfab43e3e651afcf950c183a51321a586d5e98e3b8dc82_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:ffcd35b620a75ac1d121b826b37ff71f5006684d9222c440785f06fdafef5531_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:56c2e0f91eb13a89c48ee5ebeaecfaf87dcef3f85bf7f7fab37e3cc6c9b2dd10_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:84e22659ec76ea69dd31d0c6bdb39b752d4e525e7425d3ad282c3ba5c16c19c9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a3669bd8567383f9e15755e7640b5af4e796ce1d6bec3b6f1139645b656f425d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:ac7eed19416dd31a76ce8139a4c1cc16f2201b1dbb1c884dbd20fc5a965b82a3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:44020a87c575f01d876bcd559d0b37bcba2f5bb4337a4f0f40d65196a407910c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:7272870ff2a94fd3c026f3c3a4e985a2b2eb5c47dedebc00f2cc25a496ec3e90_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d5e64fad675db5b1a7fe03720a35eef4ef6497e49e928b7cb0a38ddd6fa9187a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f4d0e3f2751dad9fab70a9080102f7c0e82a784e516f993e1e84a8561c33204f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:174b142475167275c428eec2892e91ba557a1783a128749b9516911a366ef54e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:52fac1bee10c7847bcf6f7dc9f027764a183d462e46678b5b9aaac9611cfcec0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:874a6c39ad36a55efafc0b690d17aa4eba8df8f30831a5315a198e692e405592_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:af2f5f615c4e9da63b09f2b9f52ef632dc76793f51730ee67a96d5e99118d552_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0867d20104c147d58a3e119c8eccd725d2b5311bc563cb4030c18714e085c80c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:12bf752f4f8f0929752fee39067bab20d3af32f9d767e0eeed2cee9dc9cdf774_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3f0993acf410b536a4c2be24d23afedeaa6d4b02a8055100cddc37443a619cf3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d745b47be21fc6b98e8b1830c34e951271362105d32704cac1b1a796abddecc4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6c539e26ca346ca83a4c024a374f3874e858602b71794a1709b8a08356744b46_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:94e6571b95628469dd361c3ae5bf4bb88bdcf68636c0a7a6f007a19e32216514_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:978722d03bd0e1eb78e35c188516d960ed81c8b47a66e77ec7ea465634e44536_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f270599d2857493437426bb7ba58ecdeb0933b244b0b5e81d70be8f06c734c4c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:07f5c5ba5313539cdea53ec438fcc97c698df8284bba4ddfc6c7af4403873362_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b93c3b58e03d6fbfd8d73f6f0966ef5d616c0da0776f516ec826e4f5e0d4bf1f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f5aa864ac9d9a3e5c0a412e9bf6e22756f6232713e14fe4194f61b1a1c1ad52c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fa3603fc128be2cead70ffb3b0b0b5c9520f7826bd46863a86b1853e62a998f2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:382e4343f73dba48761c24841e45aabdf84a7f4de996be6515d8ee7c3e728c78_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:840f25f86e1850623e2929597e072219c2119b08acee3b81e8c7aed1b92fcb64_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:8f9eddba528ca5e8cc40717ae9f30253c955be657f8475a1c4da66c257bd1729_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ac7a2fce2be014fdc4208e98abe50329d0af9b7f7af98fd27e611751a413b4e6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5ad568a42fb0d0f2b78702929b75ab8fbb41937a853b4344ca990776f48ff85c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:821c5edd5f5ea9fddd168482dc437c6eec19231d95854abfbf1bcb150cfe618a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8932f2fc5e81fd7165d50432ba8994896c9ac8b323d5cc798872c1770133eceb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:df49ea17391c34a0eadacecb37c7e00552af8aca3ebb648f28f3f805fb79495a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:58e02752411f5bc061c8dd98bc7dfeb17780ef24ba8c65e590e4d6c5213c267f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d1c95fad91fbfc41da5d6871fb0a3c07d20652b5fce3f010505afe0d24c1977a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d6bfcd46424e1719490ce37bff728ea278eaf589e052a90b3fb30a9110aaa298_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ef555584c97654b76391f8e4d31bf0200fa82222b3197ef928f306c8d70f4881_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:520b43e0497fde1deef41e5f9e51448fde032769f433980802097e1e4216fb6e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:de2a25058c3aaa6f98e80870aca51d8bfd16354eb2da93e7498fc804825babb8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:fba545c7b9accb5be03b9bf1931c086a8da8592e3ddc9b5a9ad6d798229314b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:12645a5f47e54e3bf3f0b0863c44b938be5c42b22f695faf62c8d918cddb03ac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:529d46e40fd5f6de98cb72dd8704068e3b9baf4d3bdf91feb9c19139bd74c652_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:701028c843123a3e4250731e216eceb647411ce685517383b9a62b5af21c10b0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1b7392f3cadb8ca07f10d5681fa33f6dfe61f895e4a8a1874bdd5aab3543f67d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:693c125a5f2f67364d8bdc1a5e7abe959dd46898e7f46d5b3756746cf598e135_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:93f4a34af9c198e4baa449f7ce0e1e0936358afc725eafc3b8118df3d92d2b44_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:0e4dde634359042b67bcc5224afeef951459167cb8f36cb6f262719308f8ae42_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:344860750b6a6e567bb1475f68d18b19d6f79438b767c351c850d082648aa5b1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:efe1a0fb3394a117206bb1837b63a0ee828ab5b5d30dd7c94aa88afa04c94c2c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:afb18f280c123c44f1349b80bcab24c86d8933795a0577deb13bb651019d6a92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c865ec93173fecc00d843737009627ba137b7cabcf8337ea7837eb9bd993a601_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d172695ad3dcae4be122b50a27f14c6cb0e71357868ebdd13336cb7315122fd8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d4a1f393e7762a2c7ff12fd634077f5bc5bdd224d7791eb7929d26cd16047dee_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:01050a4179625f00151e478a0571e64120ac6221fdbf32c969a18ae9872c9574_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7639b8403341003825286c0fd45ab34d815585e8f4b5b4d1a424ccfc0292e017_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bd76fd61510b4714518ec5191e315f83feb1f47402e32602b061a0fc09641c9e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e53bc4c7a3fa7103778bd3f7bdc4b6be4b5e6a8450e38eee246caa75d9f8f44d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:62414e285f1e4de212e28bd90e5eeb60730324d54a317434565bad8891435168_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:77dc7d2bcb0cb6289f6d8c3c3f4ad3c01b9e24b4f6969ac666a888ecc8a29981_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:7cbc05eb0a0d3210e378d08d879933d905565224d9a6fc00e3bd1a9ad6782557_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d195bea4ac0b3ee073418a3674535525622d9b492bcd1fb0448b8ae52ba262b1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1440138d54ba0f09184f96cb79557548c3c9f19089bc813f433de28654cd74ef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:203e3cf52680caad6f8fec2ca1c7c87d45205ebcb9e816fb188e74a5bc7496ef_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4ef6d0725b69e2867c44e7d7ac57c820b759a45c491997210fc38b346d7f033d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b1ae4f6e3577edd7fc9f6595168857af7fd9c08aadbca1642c2f9248205b8c42_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:2e494676f33f47eb13ce2e3675c8e7a3871d5d1b73a59b71623caba05364196b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c8183043eac4cff3a7c17a9de76a4c9df725db694f411b19dd64923d1de68551_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:c7944fe378873f5d5268ff872c52ca08908af41b7efa03a7032363c11af633da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:fc53a478ba64c0557ef8de93faf1320baab34d4bca5f50bc8f74d4a8d3a86890_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a5e04dd92dd9bca8344f741151a5756e28fdd197e2aae26c13caf2867ee6ff76_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c16e427a9ffa0ef24fd07e6a21ff78a63313d5274eb3b1180f7c29cd1a9d11b7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:31630cb5049add8b683fc6f3de6cc20ffc530b72d45daedb84cfe62bec754591_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:89a876583624410a9d79c1cf83d94a9a7c0dfbd3ad70228ea985e45b2ccee9f7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:dd8a443d71a973e30574016ce343c19edc1872c63ed46b5f7023d304b9c4edcd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:63a52e5f035913f64e82ae6a617273abae9ee0729316d26ed5d4182ca0f50d11_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:754310c0f797038ef14c3ef9ecd934b6ffaac6ca60b755894212854289b9f405_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:49c4861778e7bc4f5738ff0f5cd5c542e9fe75c33057a4a0806b03ac75d76ca7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ce8e1af1e3f7d331be7a366560b517e1fc27f83f1382ca6a69a1d9893f260fda_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3478a4d3a1acaba3cfb3f1040320798b9d0b419a66b07267965d4ab974a3b440_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5db06d085c31aafb3f02c2c373b2de6d93c5fde72dae55d6de90f44b49b5770e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:634d04ee67f3a521e7b3cde560084491908f32aef4a89a1bb7d3aa0ae119927b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7683407dca1a355e731e277631b3d8522a3f84f1de664829c3b15db39b1f1ca2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4ef1395e47e1898bc84155ed4b4e3e4c72d08e4e7f2d19d9530d889fe0ef6b26_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:63631119f3411bf77ea1f622d77ef96434d80815531b046efe5b297dd5bbfffa_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7ee73740b3264500f062e3863e42fbd98dc3895f17294450fc90d992d2108d49_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:db28768861f567200cc79639eb01ce8e18fe5cb8a768cc01d3e23bda55431c75_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:09ebbcea16169b9ac863167c0e7f953717e92f75fc4c4e2bffa0eacf84519907_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3118a7eeb28d8388a06731c7bcdb5eba4a942b9c91a84e595ec0fb49a55bcb11_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3bacdd4e5501902865eb31e884646418bfb5fae90593e96b06ac0b7c3cc1cedf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:852556f6eb96442354f0695d6630e2798e19e31a5ada2ef01e3ca2571a4a40c0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:59ae16e7b7d2bc20f34b8bd1dcd7cf8d8d7c201b0f78e3165b11a592d1b08597_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8b68cda23f470048944c164b84fe27a5fb6a43fe739537383444c28cae451035_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:23c8ed7995abda7f87fe4031843205f3a99a0c57508c6218291762a60907f5f2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cca7e231ac39da3a210859c6280ded3a4687620493e3a3e0164a403271537b6f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:d5efd9212ed22c89067691796443fab0b28bfc31cea94bbe636a4759f2e88521_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e0a34a88a67409e2b1cb243874cadd3de1c9c56a54ac225dc860cd89a635bd97_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:275f90da2f77f60d0a77e00936734ffcb5099fc8b5662e03de49d807a7632f6d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:833072794acb03eaf053f30b6bcfeef95cf1836ad5149fd97f34f3546a2e9f6e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:893dd8fc24cb10db16620d8feae352929b0dbb797f02fd80f025fdc7c78bf53d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c9ba070e466a5123790067569bcb909e291f3b2264af0aa152372fff9e64f82d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:6f50d9406911e5fbe310c94dc60829891609934e64983339b5f66432a20864c2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:8b4ce896da4126dfda544da09d04f010c0e9b25bdab6557adbab8d095905d535_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:997a24c33d3ae9914f3694b3a8cd8af50137ea48296c322b56dca53b4dcd1fcb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f80cee2f47779e24e07ee475d09fc697a4446a07f9eebb0813a7119eb0bda36d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:7aa46141209fdb1090d90f00d1a7753f31b9224e080b8c669883901846b32ca4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a0dfec857ddadf777961a71d8dd545cc798b921e083c8b5156ca7423f8ad8a2f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a5c047afb2066ca8740286ad2af8e1271ef78c2e5df73ed2365f586d6a101b33_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dcda877c69d0398e4744f1b7a2ed81986ccdfdb6f4da7fba75f29fead8b10f34_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1ff4a8a6440dd4d97adc3273253da14e081083c978edb5fcd05dea33d4cc888a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:2aaba77958b12e834f6418338a21b839a95c21ac5568a53b5f792553db772e6c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e5753a6fa47d5a753be2eb3b7a46cee0bc156b0e52bf75e4f192c0ddb3fdef47_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:ed802f61197fbcc0f1a8a916612ab33363e0e1866ae70d03df92469a2c356ea6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:120c1ccd64bca8bfff4b46d14f78038594a28f6d58c585b1215afd76c23c7ad5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:52dcfdc6c5f219f414fa0775b70e34118b319897b0772931e0861623db7bde86_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6b259bed5dc046510b7c3305f6abf86e4543a9ec5091505f92f573536e9f049f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:bc0dd85538edc7a80adc0fc9fc4e02051e7b09480250b5328a6b70251875b943_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3f9151da4d025555f4c0183a0ce07a2d0084beeafdc9f3f1e87a603053ef9089_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:919fe76dee99d772b668b57645779a63e1c3b7f7f40fe79175c27ae6d7e261db_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e19a080b5fe10b67fe48c28014879abbc87cf5077c32c003fddd171d06bb370f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f7708a1c1e0d4083c7f0b9e8d8704b91a4c823dc9435d5d3e986372f305e1fe4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:27bd19fa0c1eb00c55120e22b21eaab50f0eb75a84910e9d8a2fd3b5fd1c7dc2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:52c4215a49207586cb3f33bd1d35aeda857d31d34c80cbfffba02ba8c448c8a6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:62e5cb5ba2d92bc29a2087c9de9fed7978d4c5ffe07b0afb479eac93519c6df5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:68aa837b6a3bd95232abd62ecae3b040f2a7a72ced626c784c4062c2f28a6e3d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:9872321279ec2d108191f1f7e1764551e9c7099de51f595627db068a66fc4f8d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a06cb8024ab06fbdee295afe99cd294f6e05c36dd490545600967b8ff12e3391_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:1d3a2d2ae27d869506d3f027ebb43f0ca64451cbb635c4c412c85129025728c3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:c20a4f14ad0eecc3f88eda36bd65f1f390c6977a7ad5ed69e87969556b9d8cc7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:64247ff135642a32fb59a62cdcaae5f28085ef0578916b4ab2c90d31e67848f4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:e0cf29f62ec486451053c661388f9a3a12ba42b84899b687fb3486666a42536b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:efc289b0278fc84c571d7adf9e9ee1f8b149c5d832cbf416803435e89ee0a531_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:47ac82d0289751c8c7e41da07173dd61836e606101a20b598c00da1cd1fc9077_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:953b8ff978f6523f4578a469d23dba6536d49a141b4e3729b059feb6d79a858b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ee224daca08de920de240b684ebc23a4da50d60130d9e205e88c904c8c755343_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f267111aa2951d22dd6a41c7362afc22454e365325b7a016d213505b7dad74f8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0ed3d751161fa47b7ed4bd2ec2c5bfff8ac5ffae0df22dd9a741cc64bbe2939d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:48bbecc83208a8895cee2c2e8ec677f59a688e02705a677cde4e9a8a52398d1b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:89ac959e411430e4910919132f95452d1142a45fc5c67088f15cf5bad8982165_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:db55fb30b025bb573317f113897a7bfa0dc729aa684dcdb0ac3066356b339bc9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:285f19a6dcffb48d4e6f6d3bfb44722f1828bfb2099a8736f2fc08cdd1481175_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:521f2693c3073993771af37d65723ced3ac83c7438d6ff35425ca5f663101676_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d1883837f227ea4b98d2442b46e5c07a9eeae549e13cd778f7c9e78494b53911_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f1f601e3a4951748fbf030083febf57aad02568058889b0122c8872e2d68d70b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:34298ddfd123342b87d28c047cb4a8c1b25b07352bfed57aefffdd92a7058b6f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4a56a0984384548771e1c8fa5a4a8efe93f472cdf2b64b01d6049b2f9187a684_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6765cf3c0f8d395307ae57019cda7e2aeee976ec060eea8a47703db0b18532df_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:8a8377100458d05864c6521e4b7550df73b5c3d9cade518067d5741fa9d02292_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:09ad41d3ddb9aba6d649812d1e48433f5778b1cd9d5e0e1466b34e6516b864e1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:7b3a100ca1bce2bced0306ec9d4b90a4dfe8596c5bdf51799aa3a7a1ef36fef3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:ace3b3b02c33261287a32253dd1c027769743797317ac4259c9102e0b3db6603_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d289ef93e6e179405cae0db5309865f76cefababf168006abf09fc3a51a32bcc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:20052a45d551f7e988cc0c38baa38f146df4d9d741ac71f17498d8ddc44a1beb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:55409e5fb153973038a15985a332681f4e3e41126f84b6a355c47314c76bdf2e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c143caae15fb4249757018e05ac8dab9abb20f405977cb41468ce6a8049c4342_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c5d456d739d5791e51544a45309ca3b64f763cb49632bc638950fbfc041b4193_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3ab4203333e071978d85f0f44f7342811d898cc388326db60afacd2395f8340e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5a97ef5bfe0456bc1528f2a3df7736c506e11cb61de5c41a1daf22162150b345_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:94fd7b1b27954fb59c11a010f4b8ce0a3377b38bfed7ffb20873a2f7a499f8bf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a936c0970ab66789c10a64cf57ae76bcab0f2f16b6b50e713373066f73d535b5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:34fb12d4fbb5f9b29b1b58e19b1c1b0eb27121ef80edc50a59e431a4e94638c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:bedcb032aa7325e5bbff014f251d5ad91fff9dcdaf84a95e61e4fc4198f22f79_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d10ffca12372666b239a9fcde83a4b0da6c3f37fede3e47272bbdf9ebd2f0d91_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d5284bc6a4ff57ceca1c00af4ed0c46fd341f1e2a28b4f13b210ed327a25ebd6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:2a7aeb3139633e2014d99631287cce239d73af61e541f218f45a009fc151d8d8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3afe2f3016ac55bd947c98d1e4b957969357aed54423ca2f35955eac8639116f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6d7572f71fc31d580d355bc6ebf8eaa54e4285c53c7e0e418a7495a0fb8d37a6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d2236c41a640de0aedb4eb2f1ef143793288329513ec0911bc37ba688857701f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:7688c4b2355532cddd9b9d314d105127c494990e7079407d2f43e578610971ad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:91ee195223233fdaa6d83ddbc8e1dc33bc7811e4f1e6ec9f5ddf325f560ec38d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:c866308d315beaa691b25dfed4be0cace44628e0799527e9ca11d14165437d98_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:dfe468dbed566f02ea0ed9b5ed5565f40a00d03a344d2a230b0a0a83c783493b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:08710b0caf6f4bc16e72a89f596f33c8c38ba7742d0f1ee552336f9acc7f222e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1491efe6870dae8caca1a78c9c96f8b4b2956db3bd5eaa6bde59ee996506bfb8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:2a0f11f0a1063e3ca7b8b04693ebe979e9953736d37f3dc3a91fa5c9912d79d4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:813fdba989d7b5a4aad5e9ce5bf5285b0e65745375dbdef899786d571c001b77_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0db523e5a7a6420d94d5d302b90c798737eb78f99cde3b887d3c3866e195b9bf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:18b7e5875aaad6e0bb8b12fa303ad6295bf3968daeaed2104f0f4ec3122446df_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:80c4e60cb2ab82621ef12774841d39e6ece9e9671114afd0d19b188dd7746d81_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c20dd339ba44e18a505db8bf726e2db8b6a764f7bfcd9e0d63d627d69c2378fe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:528f1228123298362d5787e862306cc2605f3eb31fdedfd0deea7f3cdffb77cc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:75b18dbc6fef40173ab0c85ff4f9c4111e29afa10593ef9141d589f88b418826_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:e8147c001326caf53531a8917f91991b5ca05f31d30adba78a03539a6568009c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:fb390f9eeb4853d9a20c9bf02ac10e099238e94084230bb532029be4c88b7ac6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3dc8fa50d17a5074f03d58eb00467e45e6d74f6c5293bc57ebb8c4feb4323eb9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:51941876bbb8070423c00e3699bb193343e963358dcae8cc6acda94395edc5fa_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9087e6df82220f673440368a5e81c5a0f3eb5e36cccc61cb40fcb56d92cfcadb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e3740bfa7355589784350a9dafc10849d32f1273327387b3b3c6389ba1e26dba_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:05f5bc9410d9859f1bbc1def6e1c74fd47781faf1ef26633f61b5d8f09ce8d02_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5e14d01db3abe1412de6cbd8dbd7d3598d5ba7d2af2f5e55a7ca625aaf8a9155_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:db0bf5b79be48f69d411611bfa74a9b1cdfe875b453a81ec5ea72a962c27978e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ddbaa3a482cf17a156f6955ec155eace13126ae83217c36c03eb2b826e7c4ff0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:02ce1779315733c6039fbd9f711d6c75da89fcfd4d6ac8e485d7aba30882b3ff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:d29e550f223f287e258aa15ac71ec87cbd24e9d6888f22d82aede80b7902765e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1d43b37d6ee7556d8afe22fb33c7c9ab7a1ff5b2b38d6e18f762ba759015f87a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4e627ea7097e36d07d109f50212809b6477070750c0bfff14f3fe9d1d7ca29f4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:63e60a076755fec73f95d2f5ee948a50d895b69cd327296ac0925e301f5b7e4d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9028745ca618eda612fa2960f0327f19fb689eb36762515bfd71bb2efab0a0a3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2dc50c3c453049a1e81e8cc4559147a4fd4a3a6a9c140865f82bf628f2a45b83_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:734c982a6159e5c4077a12b1a0f72ad992b70f965873ea591228172e6265263f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b2a21551ad4c66e622ccd865529356920dc4524bfa4595e08a99e0e95438823d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3133ccf5290a245274c030f53c63dfa74d6e04bffa684808fc1815a07ebfa13_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:6f399ee5f4634353047061fddcb9092dccead96c6884863253b913dab93c2e15_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9176cf7f1c5ccd82d82dc1a8ea47c2bd34e2ddb54d750cbacf7735a04ed6a221_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:dc6f5e144468283ba4d04ccc155f9e483d085dc2f1b78992e5fcfea42db77bcd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e5216672e4e265b01384ed2dcd722b4a166490d66e19aaec457aca55c7e3dbd6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:4ca8bbfe3586672e1de22cdce9466b37aa0e11c5e9d94ea8da271aa5cad3df47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:57488300ca265dfcad9bcc1a2861062d8b82c2b80e8b21cc3ed766fd187402db_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:660006e5e6826b13ea6d73fce4fe672d1f67479c44ed65dee68119369eba3c75_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:91b8003dab0652f1a06de50435ca08d6f6366e6e8e7e10a9743542b577728b1d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0017d40e539a56e2ddbf4a97b0cd94825ad5dbc9cd79e1a7e058bb0b11afec29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:7a71babc3307efe03b8bb3f3cc5f9159a4868c215df70d7a78ba37b91294649c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8403ecd148b8f0aa7f1156fc1676307753967ae68a69948af7c3987de8178959_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:a4e02776f7b5a66943bad040650f4dc9e865f05a0911f4f9aba975c4b30ef517_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5d3d3cbbc28f59a6aefb1e54986e084ce49b69867d100e9b7a8eba17b764304a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5fe1d81ec73517468488ed1a60331a78733ce2fed50f3930b4efbcdff5884326_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:94a7a56873cf0e075740a1db93972f2b2505e7bc082f2faf2d3a6badbb52b08e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d1e737deb52f4f124e34889df5ee2a787db0ee13ef86842f415d5c18ff70498d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:0c8b3d458f0968682b8604cad6ddf02b1135b99c4682090dc78d9b273084a0ab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8f02a07e0928906a1c075fc3510f3750c679361bb9e0fc7504610eb2b230a092_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9b174760063eedf3197e5664994fdc21f85cbc3be8bd1329142fb9e88103b717_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:e97049e759fd58cb6a2c8dc5b78df8dab7139f8868b1461a3946cf187b824f55_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:17b700ef898288bc081220792a7a95f4f1852338d3d08dff19ea02cc9d957239_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:675083e881008c57ea9fe8e73db8034a66a3f439c6fc1862db09503f311caef8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b94730e4b9e9de7c0a99431f90b42a5368aa0da03869eb8a71dfc92dce27ba7c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c5c12b41cdbcc18c98ec1632a0c9aec007a9672a742fcfe89a5b104160feb698_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2c51c07f11fa78b44eb528339da6291d1c660451a0c9774ad7bf8d8ea7744ee3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4d7e15ae24207bd06663f5c9d55564e220bef28ef150f62d2e9622f569490acf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5a51836c3306ed97366bc3c8f24a8f9e880628d1feb98854eb5dd10800bfae83_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8231352f700a733b13de64913738e0de1b89be5046736077f7300c21fb778aa2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:121025c1dfa4bb1138150adc737d7cf12e69ce21f10690ad8d740c1c1f2dde4b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c02ec1e4b586a812cddae6ea43cf42a6b9742d062fc12c18c2414bc48b5b96e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4c94c8afa17ce2348d6198c2914e9257ac9510455c521f6539ab17877b6fd974_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:70c7beb1cdbcba3eb4fb83fafaf740145b81d510ef56d5ac59ea4bbbfbfebc00_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:83efb138b8bd5084f7dbeb8a59fe1ecc2680a20d5853b7a15f47e1f87929fd9e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:bd63fc568a9ceddc67809e2271de8ef4d57ac8af283861a601547a6b9da2dda2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d0d429e4a3a0a9f015725dd965d4317e67c72b3fd846ef4b04c20ada4d067eef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ecc47300fa59bdd3970f0baf030a75e1fe5862d2470756cf32c389b1eb89152a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:53bfb1dd8b4f99a0252bfdad2c65960877a4e722f5ae88591eb87d6800d1d98c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:64fcb6ccdaa30c4e06cc91a40273c6be01958ca2c048bd39d8a87e8c09fa7d55_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:bd7e96fa5e3db517c91323142b8258555f04d93dc0f164b6e83249dc0cd1b416_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e5d77db3010b3e1d31e14a0bafb1a5e5ca62dc03b7b0bd2097b198f6be6ee442_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:0488437dcc9ca866c5b96278686ea20b5732f8e8038af90889fadcf90f1082fc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d1bd0363eb8c21c0123522b814b140a7595a459c7c286220b4b6fb0b9886a115_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e45c7964c5a89fbb1a8c6da3a905e2caacbbf8c433b0d56d1b260bba151b3e93_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f52e1ea0175eb2af0a63311dc0b8acc1771c53a7668108d7bb7abf2b814e37e5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0043c8e63c3bcf98e33fda7e5f532143b4c8fdbce690606bf469e932d8552062_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:465c03f230a374b6885874b775473275fe8866f61856fb71a8e2bfc37b712ea2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:c730b4b9a52549bb6204deba37e28ee3946758bc86f27c1b886188ba0f164fc7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f50ed1d01f799f00ce20f210b95774f2dffe7137757ecf86544c71a9f621f402_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:56015af081c97939fa71d978d511ecc0e93ea6ea89640ae846645121531a4a86_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:82a97e06294f2bbad05dd72f91d692449eb4094ce1edda7d651e2f1833018faf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8faf68e17b482f07fd1a4ae8ef292fd44fe9de5369d5129c3945acb56b5c2f0c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ae7b169bcaae3569a946c84d88d0ca7b42b530b475c4afc4096d5db36aff9c52_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:02335c6538b4fb15d9d4e2a831b9810db42f8b8fdd75cc6237534356cd1b68e4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:84a9daad04b0ef97a77e258c1b490c9a9c1ca502079513184e43145467eb1169_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:85c84e6100ea0c4d783b44a085cdda8be9b580b073ab7b191a70ad3c14641f9c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eef5b8e84cce56cf085ed8f8a2ca544505242606d44691b6d0beced7c942bf9c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:148d9d31314b0ca3dd2667aadf51d9a65cc88cd872d21d29e4c85fe25cbf6410_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:87bd671167583b8f46388c7e5853509fc9c20439c1b5f57544117fc9e1b1b5b1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:dacaed2c85c23db8c8bf2b754b958ac8990a0b0e917e4885b39ed62d08061fb6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ec4ca8db357714672338a773cdfac91101641ac1ea56905a5dba39d13e8c96e3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:1e01dcb349b9e3afa77e9c217b2f20dd7c9c98f7b00be3852166c7d676dc1c58_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7a453727eb7aad288301bdce304da23202950098592114e1c56e893828b7cb2a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7e9f67b6e1c87741c5d56a3e95af004dcfb6d6c9cb4267b0ad4dd1aec7e9cb1a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d9f12bee214359955f20c9b4c0218febc8868cd47405b362dcc6ab05dfa573d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:36d864188a182dab0197f06376c993fd661689e516dfec4c25f9064eef6db0a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:38481cddbac83c19b28845b99fec4f4d16d46aca014ab18653c5e7fd42d7dc9e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6c5798afafe96f9c1de300cd8b709030655d1c92d03394b069b3f4100a0a4334_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dc248c02585e41245eb8e16fea646a6f1013f5257f5152dab0fd4634073fe15d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:142deb80cb8918201dfc20e0e86c5a70e704eb589681db3e019d0eed0a8bbf1b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ff7c22adb1ce27c0944f94a4994940aa6af3c4db60cf184d0865753e0c18ddcf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:09664db13d4f9022495031effd53a137ebbddc0e61fec151a26e565a02a5bf40_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:9b480de86de7566594ff61c147bcf0a6e8d5f2ac52ca37a2ecc32909e02850c3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:177b77bf798f3ae19e2b67467ec324e2352c47a2fa4f803c852cb7d5514a2b80_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5587380364defb07d81f5bb93851d7d726780e03f561cc5c4010d6cc4e237079_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:503c53ef4cda2a77d57eb611638334ecfbbe08f384e01084a0f2004aceccfd5b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:ccdfd936b1e904b115efeef06cfb3c1b13ec6fdf123cf87c9ad477ab47ea4d04_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:1f7ad22165ad761cdd5fbb7f037ad342f7b9a6f017b80ebc9775edd9bf7388d4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3ddfa7f1a01b1dbf4d2e999da0d536b8f3600e0143dde47fed1f6f2caf15a7bb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9aa910f86e4c953069c3e45f3c2db9702a8cafe753fdbed42e4c23f4837660ea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a2751c4e48572281043cc6468aa40d2b3a8a1eef5897cef386876fc08de5d791_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:00fa00533e4616bc63471ba4e127f163a2ce06bd8546dc3fcaf2465c6c511ef1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:65d4474ec56e4cae8542f01d54006ee1ccf15c8a467dd7f784f1df806507296a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b1410e826283f79823ba6cdb76d666aed69449a847936c6c634593f31c9795b1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f3e84cda9ee1fae57794b0c60a7b32373d8a95546116ddb326751e9df0d1706d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:059c0bb97591ea1d95bc42274c6748438e32ef113039c603cbf8171ba3dcd1a8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8ff741a30a8c2059c8702290104db1f897853515bea3d054f5456a0faacd3e33_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a523a7ac9b9119290e3f27ee0b0c7a5d3cc1d8f35ed4e7aadcd6968dba6c593c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:db230edf37a3285f5566a6f82b660ff3394caa80c95276bc3992a3f45a18a59e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0dfe21d1f2ae4ad05af6aa896c0bd09417c03d2fa2e37a1cd3c7afe9d9f506b1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ae88b0138b8b945b1ad071a5ac660e6479f3e2c1ec261d80a4d7d862e94df269_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cece82ea1f03a889d37a2e4e1d81eca34a73857630b9874d05264c12ccfde18e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:e518e75c0ec848497d5dbbbea1505cd3fa96387be78d326f44094d341d1aeb69_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:4b9f7900c251da09ceb0c5e36e87322030e6fffb41da15b022e52f26967214a3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:6bcd28e8610dada7b5ec2b6e14aecd9daf0542ac8528b8a1c9bec9b5c22e6791_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b4e19a3b757309f5ba13e3762e2449003ab93a1d3a950df031d0c5f88b338461_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f3745f0a10aa35a13620960671ed4e2bace1c01f0440c1cf222aec37ebfcdd6e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:10a4a0d9d6cd4779461dc27ea5660513c80c4231267cd5d5cde84626a52d8d88_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:394f1ad167455a316ded12601110de58f0666917302eee8a2933932513aabd70_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a0dda1cfb8ce56f6632c7dfc15f2d7c5251a666f7ff34fd78f45a064ed9fe8d4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d04c463caf59ab32c381bf6c88b9a55ad9a4934dab8cf66b1c80f3743edf28e3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:674045072f2c791146899dca69772cbd83d8ea11305e024f697b0ecb2ecbd9e3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:80d008d72e748f6d1578f0583dcabb703ac8154853cffdfa6c332bf2db662da2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b6d9ea5fd88f25c46dfaa17deec8dec67f3241a4e52ffb5b598ef77af4437da9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e18f121c2a8578ab7a54b48347a671e8a1e315e85f894ef67b96161a490aca44_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1415356cad67eea021d0adef8b7f8ac8524035a4acc3ae7080f26f8f3f7cc959_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:2f7be9eb683b2d5c65aa64a28e11bae43475f5a828e8768d468bc24fa0bd4ec9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c0f27acad2634255d689355942e8c0d87f624c269eca0f11b1fe20b56b22294a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:dcad2bdd0764804f9dfad2a4f33eb2fc105ff8e4cc1d2ab31c58ef2903f7cea1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:02dae90a28e2afa83ab4b358378b616bad7c257b8f7d6cfa2830092b7d46fd18_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3e0b68fb323e91570216f90ae2c79cb4bd35149dd62c496c39ee8fb615b62888_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a6517f52e257eefc0602db5e43fd946de57db13299d5077b1bdf872754253cb7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d6c465af092548962fe617a677d3398c6164c398602d7575ec09533d9654f254_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3a9586b7d44c57c683256faa5d9655285105844c74f728e4558c6295f73a3aad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5dbdf857d018b118ca8bae8eb52b2e117348804dae51da324225ac9d9a0bb141_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:7dd0655af57c7f8d2aed0f88a4b02ff21d849bf9c8cce7fbf02aca7d322cdc12_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:abab20e995be8b61590ad7dfb8de0bbb7c7459ab5413987562332de2c9924924_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:6f1fb02560c0dc83cb7ebbfba67370896f2d3b21835311fe5af23a06f4a45142_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7a90eb33844a25785c95b0e7332991a373e0b70560f979e8e9d1554f9d021545_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:92ac319d44a3a3d8e68f29488cd75e71b42dbc98b5898f662131f8576178152b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b8c7d5e513d5205014f53f22fddd4ab5c54e62e62e5813459ea68afd789518d0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:788b2252987b1992fc9c5d855198aa50a67048cc4d0a1e28240953e5c1d9528b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7a2a0066a38f2e52be47a1fec5c9a1ec458550d7ee6ca1232579b3fc98b7e9e2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:939c609d5422bb4be66f482815c70b170d51ad2ea9bb0675a969bdaeff35e730_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a260d94b14808490a417d828423550eddd7b865035b631e9fcbb108d8eec6873_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:9f38e40a381edde4d367a6baf50d6159bab76aa34f7f932929a118960eb1b16c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:bec3f4da4ad493e8e34e5e1245338929dc916772222817e094fc0cb7c6370b88_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0816f94cceb27f34725d9c3f041003d61b9730a3c602b48b70782cf5b3887818_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:3d106f2995d5dd270eec34df31ac33f4a09dac0bd79bcd2031e9bdc35f20878a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:2c50f45d634218d512ed37008e62bf2718cc4275a9d944c845eb29bb19d0e700_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:429368ffc93f60dcb14116dd4a448f7688fabeb9a499b4b7c9c77018f4a31c3c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:48105c86a370a0ffd2c536e5ba75ea80fa94b09f2cfdf645a9fbbb62bdd1654c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8b9490cd4a69fece37aac8ced57235afc04a3389e16234c3a3f1d9a4f8a6d34b_ppc64le | — |
Workaround
|
A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:285f19a6dcffb48d4e6f6d3bfb44722f1828bfb2099a8736f2fc08cdd1481175_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:521f2693c3073993771af37d65723ced3ac83c7438d6ff35425ca5f663101676_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d1883837f227ea4b98d2442b46e5c07a9eeae549e13cd778f7c9e78494b53911_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f1f601e3a4951748fbf030083febf57aad02568058889b0122c8872e2d68d70b_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:021a57a7ea58117b5942b474f8899924fe7ff170b234aaa301f86ff465726ce7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:37283f08df56189fd19f7052523f5eda5a5eba0096c32fc3926eda3bc9398a8c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:459032d57026d4dbb2af370f796c28a69e2e30389a84cdab0e43de4435d980a2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:82ebaab991c00d42430890eed6322e9d060c3b4581ad563383a7d13172de4c08_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:244a4dfcd32e2a6bed90fd5e452b63822af9eb60375b9ac45c1864c2fccaf765_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4eda87164b71e7c6fd8b5a39ea77bb1bbf138f43d5732c08e314369b18e2509b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d2d6b9b7d7cb72703bda76e6814e5714b101faa03b14f55507b82dddce6fa09a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:f5f2d566546e640f59746e3616b98dab55eacdd33ea04b7cff887da6cafbe380_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:21cd6ff9f8ff53d747746f2d772344a8a9be9bd4582d641a0d6814da81e42dc7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c16a9db40d92bd605eb9843f2fb30f793e9f807e924a98f58bdfe9e8ff5598fe_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f7eaa545a5719eea518c0d48a5010a9e729ca7657f95712b86bd091c6906ed9d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fbad6ec51decaf69511274952af912054493d07f8de4aeb044b0728e015e331b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4b6ce9a91e0408d0869e2d64ccfba93b8b0587c8c4514c024093e47d520b7b13_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5bab5f51374c260e261af4d094d6d834011bb00d20269e5f87c670ab2e5fc50f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:b046acdbaee02a88bc76e80217864aa8a933b4c624abf504bf40b3b5700a3ddf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:da7ec98aeffdf151279fbfd2d45163722323094e790ab1e5b14e3a75bebf7ba2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1320fee14f620ff211195e536a81bf80c41140d10d8493dca37f484b4803e1a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:69849de1ca4d23c9faf12777ff7f26deb7eaf3026725512e29e7cfbfcb5e30dd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7ae48499c990a9bb0ccfd436de6e4586ba27e9fd4036b4efe76299aafc4520e0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:bdb7981f8aadb7c27bdc448ce4baed28ddd8d08ae1a83af66255bc70d3b87d63_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:06477b1ed6e12b1088fa198f1158cedd852d51773f75622a652220d147aad66d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:73cd8858eb6e706064aa3fb5b397696ad2a8d264ed9380ceeb8d8d89afa96914_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:95a5dd3ee93857d9e65d57257e2864774e0f1aa15d14c62765dd110807a7e983_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bf017210bb8bfbefa027c830656e83b3db86e940e5ef1f62e67fdc84545cd118_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:04441c2a5c244d0a76052a2e071d994d81415da2cbf49cdd74d3b64fae89fea4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:50caa5c63088b2cd98d85bf793eed760beae31c73d8cccc60f3c82f7e4a436f2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5d302fd1e0d562fd3074aea7fda53b46878dd5c27f53b4086f43e0b60c69cd92_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c1ec441285a07891350ef5b92dfe8cdef23f963d39ee86b7c2eaa0f29deced63_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:29924ddf95c884e61e24bc38d457d4bb997c5a03789459ef7565f2350c778e44_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:865ec06e1488b9c81e370e48824dcd003c617f45198943118f99889c9a23ae5b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9c28ccab17d26b72d9ae5d65f7a1ea11bbbd2cd39076f517e6655b9a35a277b9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f2a4bddcbf9cd3c04f90623faceceb3f3633ebea89954ddd26dadad9b6f9cc1a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:0f34558006e45eb8ad74dfad87ee15c34e2d5bce5f192fb00290ba8f6b2e06a6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:a0104045a7c163322387f621af644a79ba8b3e2d44bfa4094db15fad792e7825_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:b83a1577d6d15ea51ba7417aadaf190944d02a36e1067ff9973b9b0e59f207b2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:bfeca6b1d120f47ef42ace529f8663c90e420a3d1067891268e0fbbcd0c8fd3b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:09fb74bc16d6152ee950f1e2e01a72244e43c030205e6878577ae8a288f229dd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:933bdee9a720806a6c7537ed79ad75e25ae64144eb7e738942c36b2a72427c51_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a882578ad9240c994b4f21955809f6d332965cde3686fd2da1c4bc1bd89181f5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:eb823609e74431800e5bd7fd2399e11d17ea8cf0a16a578b70f1447aadbfe8d6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1a4a79d38290e993721e5a239acdc973fd395188d4b47ef664716249561f9b9a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1ab570c571e5291796e3eccbc336775207aced63674920c7416c67fdcdda5ef1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:46f5577da7e69caa3c941ead5de0ce8e373a77348df4c9dda922319a47533af0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:dfb1568b260cebf47b31b5bc5b956dd573ef5e10f5c04bc7951d4aefba1e1c29_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6405c266dbbd8b035f0fdec36d4663fdc2e3981899fec3828e7bcac0094f981c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a0ce68bd8e54f1975c89b6739bc6d94e9ad8214df431d1c41907866dab1cd9f6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:bdac9d54f25066cf36bac0fe90d1df7d89fb91d49ac68c09db1cf14862c91b43_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d8254c11772cacaf25e2a1b24b41a7694b530246cb980ce80caa5298acc71c31_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1b5aa2a8fa69661df2b4cef49e2a8e25e20ecba84ca80d5c671d8cdc73e7e31d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:54c656c9b7ff7f7d9412253dcb0c4484233f4cbe77512b63e69ba1532a4a41d5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a2d16879e07bae5f6eddbb5615c313001ffc4b74e91849ee9c2496bbb5996616_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e37862fed49b426c4344fa755c3442dfe134922b3b5a3c80c4bf4abaea7e6563_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:04e4334b0ce10eb5402543501944e72b9230c79f470f5976f8e5bcd5a18cd28e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:34a11ddd5af5a8d2331804ab76c6319587bcab73bbafc10b6f710260e5ace5ec_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:86ff72407e38fffd121bee52ed9e1229213f5db18cf1324a08296597aaf494b4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:edd7568d61e33652709d4bca937a801a4eb6a0f134ec7866eae3da1f19a01400_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:44623a58b3a052f8cf871befe578ff1419b5a36c9f61849bdf58a15148c3f65b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:78ba410665c68a41a5adbd8422a349de2274be894328ce523364f1ec2a71be01_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:823e1e9e7e7743538180596210828b19b6e3c8f435a7c792be5b945be76d9956_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:eee0084caae19613373c30ac9d2f25de2c202dc83cb6b3077baeab3b2ca89c26_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:17d193d080ae253f4e43ab259c28fd84f5f738967fe2ad4b6528fd42dedb86e2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:36ed0be4ed17c503bb07435b198cbd5e255660bb1e72ce49db7ccbcb3ce92a23_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7c1aa77f92efcbd6fdea6120c75e2cb19985aaa2cc48e2d4d3d4ecb87df0d277_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:d6dac5da24656ce0a1494234b06783b5e4ef052c0d283e66f881c21d1766c51a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:380b5a968a30fa54a963bacfc37767a01f6067b6290fd2d877d6b1943a7738a1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:6d1570e8f771ef561c5ddca5410cb86dbc94943cb23b6f96fb2dbe5b9a2f1823_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:7a9f65149b802b3c2ac4d2a96bf53c1dd6eedf8c5fe921783962197bbce94207_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:a99a994a160375e89550347eed1631bb0d12bb4dccf7ed49119935520b744235_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:22b6a40bf066153e072a2d22e48032b91a7f70e2de0d38b2bc5665b72f5635ca_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:499dba655c620472ffee2c73f5f6c53599dcaa8755af1ddf60388702041c6cfa_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:9f82e685ce4849aacbc315249403939d8e9fa55ca297ec0d829d445a3133ed9b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b11b0fd3272461cb95d4f3c79c5c1138770085b461fb8c64c5f19f3f2276abf5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:06ef27c670aa46891c208f0a1ce5be98a92a321e81865484c17db725d6c48f6f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:50187fe1e5905226e869fe96d050d1fa6c91c0ca9f360456030514a0f3efa2a6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:828613cff0791cce90feb1abaf17c31f8a89e409f605d23ca79904feaafa8cc6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:889a2f9b69467f174deb05d9f57eccfd85e8f6e2ce2620a3e3b5c15019a108c3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:381cea76282031f4a018997a2ddcaf6222576807356d45ab3357b52a30f6bb3c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:604bace7f2173c964ecf1b54fe70fc08abbb7a39fcefd21af752c7a12f6f5a31_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7acae5b318d8162c7da445ecc28ed374eb1db0a92e3e6136f1a3d6a82bd75495_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:df00671b04cef1d122484a876880dbf4cc250c63730537fef7e1651b58f9a9dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7246c15cef44f3945840162c1dab72daf8c0c4999345aa6ba148dd34597f4ea1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c7fa305a0d4a592411905c2f44a8218e25caa39e293ba68e1c84458683c93979_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ccf25a1cbb0c79753f4049cc37fafb77d0f8dbdd896e4cad7e9674877dc84589_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e1ff850187bfcc5e53338ee32678873692eb81a7bc72c5d3a928722571d312df_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:bda6a57c2ad84239536aec6a20a9c37fbfc7aa13c994647427936bf0b3b3361c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:49da4e953f3ab4d734c88b4371082bd9c6fbefd00875d8c3f0f8e58f060b6a25_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95c4abf5e354b5a324515cf6e69195ad3576383386665683d4bb8f349e558416_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bbc0c1a5769338492d873bdb15757525f69e250f5a4320d36f249fc35d57d356_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bf5e48b3778e040c4ebb1a8b0bd2aca2e7814720fa400115ceed9e1745f3e2fa_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:2b26daa64e5d4151cb1cb91cf459afa93b2bdabd2b9d5d28585bec72484c0e63_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c2d77eab011a8025098e1254c384f83af4f7e0d3ba9e6d2772eda689e644b036_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cdf9f5f665881fa0c5a2f3c98e4c99673dbe8a92cdcbbe6b80e9dce09f59a8dc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ef4521604c721bd0ae8a4b822ac9584d3c7c8a80c5ecfe263da6ff9500d95ba5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:29a5ed8364575efa8d539b05c002e8b82cc57350d4c015303b4fc46b06903eda_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3751262aca1a347b013648e64294520615e447cb875b1e7c04535c9c5e843ccf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:5bdc6dd4698facc8189308328f6fc62ad7f4a3a5bf8c8a5775fe6e966eb44eeb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:e4aa456e8c865f66105e9f1828b455bf09d80960759209703df345a559b36608_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:74cc690a06a3f7ede74550b2416957a6318136ec7b703de33588122e7222eac0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ad7055ad351c0c24582721dcbf7f422b6a31290104530458e456bddd1a637938_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:54ff1a36ba796e5b88ae421a3836220f5774f0694cd49da8aff5f8c1efaac958_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ff8879335cb7031227028d3bbd5ae3c882c721871a28a42216fdf94885cc48f0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:4bffd0baad38d0ea6f54efb82701a6530eae707565fee41e2e65682a990267b8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:6381f7fc63ba688a5514eeef31d629e8e6cf01d6910f29f7dd38cc48a49f392b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:6792be8aa7640d171ee8102e5315ee2cb5e51af62f7f9ebdfbb0b54e89e35cbf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:e168e04989169bf67e16af77f602c8d762b1ef424f4abc92ad8ef8a135d6fe69_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b9e9f7cb5894890829532f10dda00d008bc5745b999b76daa26b5667e00e0b87_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:f8ab11c42ded9679807701a6c9564ff67b13ba875e28cdbb7663d9382f8e194c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:203f1d7c4feca08547dfa923507640370e669f83029fcd373e4e93461cce9421_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:8b16e6a9162b06a6565a48f4b05f3a1681f9f6349278d4f44d93ebe60d96c566_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:ef131d257bfc318cd0071ea2867d209fd8088da69e92fd3d07bce2b86d4eb2f4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fd5a0222754643780d37e10af8b077bf257b5b4be2abfd2393f0423a4fd4b291_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1f910938470138dfb6656b608393e46eb5c59d76edcca34b8bbc7148f2479061_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:71ce3309765f3dea75ed45541065b35f0aeb697d59b013294775e84b780f361a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:313d893f24ad6f2f8c7881f418b9a5e9c499674052a97434372d1d079411ffc2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:93bef2950591dfbc736a80f6a92659b6868991040450c5cc415d32e225177512_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:9487390a62cbea3de31fcfa46d05ff56a9d088426101b056254d0a3dddd6631c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:d4cd54fcdc26243209c918dbb1dc54e940965cd12cb6d05259c0ed45e3755516_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:2f9449039570a38ef4191b3717a9597219919ffaff87b645f06c4daec74a3cbc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:5d72d27d9247c2a9ae05a1e496eea2c264df19be8a566147cf5cdf378d82ac4b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:2b1553659b6cb1a4fc9e75dca05c4117d98894a5ec55a650fb60a2062cf1b79b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:35d963f072ba8d1d78380c48815bd2d06dff7f1917e493ca64a37d319988e6a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:42870b8a98ae271ad0f0b23ad541bc37a9585e93dc6822f149a0bcf53c78036d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d797ecf477151c6821be3fb5e18dfa8f8df04233fa9f7da7b554da9eb38f0058_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:27d55172feba74eb9712fdb42300721acfa72e5d3739feac7c4353f8a36b4b38_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:5bba9f8444a0daf6194a6eda5d1b027781717446435ae4249a558a31fe17e06e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a8840079bf9bf05cf2f9c4a7f38bb45b09baee82128d12df604007278fbdb198_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:effc3a9f6c7bb400163dbda690d84d9ef4d40736105a2594209efa8c0c5dc80b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:3b6acf7cf4c49d979d30049d80bd265e7e8f17331648008bb4f9033822ed0a41_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5b377378d275c0a152365c6dcfa6e5f51a30de20210991ad8a4b5c45654cf022_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:855e978f66e69d149f00f5cdea64c68b677a1f2e9e1c28f3f67846bd5497ea9a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9bbfc2d46e0e771ef7bf390e121f26b0dede58ac0ab6cc04e7592469a78ae5c8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:101533b9ac484f5e8c3f1d95b742f3596fdf42d6a706aeca5712648ca50e8ce2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:2918100b369a980a69fdd9d0bc0fc7c898bcdde23f8ac8c9a8a22066f2b1d87d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4f2d8d750ce5932589e4c3b10579f00da60407a89be1976f3b54184c997650ab_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e7b4095c367aa9811dba1e43cda61f60b54b9536d9900990e7e6eac745ec7ac9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1bb758a596fc11988a09a696981630bd00a73dca7c4ed52799f722ef87db6a91_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:50aa9b6ba005c3f004568e82cc73eb56ba6342720626f9a35eca618fd1ac9cc7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:982fa1221449a4e78c06e6a13b7ee325b8951a8a04d0014939dc49b13c6ab79d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f055755224db92970aa09e26ab84f8f8c3a67c2c8cd442eb4e7764e3474d4613_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:719c8857fcfce93887b77a94974d418e3bf19befe0ed25c5974bfc7ed53814bd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:90f04dac670c4d0c505cf8f96d020c9e3f4c0747b91dc2a2531db407ffdcfbd7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a921b1d40f1ebac4edf1d6bbe26fd7e39329776044e17d7f2409b20792acc271_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:db281fb5bc3ccd949d2156d7eafe5691ecc317c3e690f9987436d8b4317e6ec0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0a68822ea4fb06b74890aebdb694cbba827a5c1b9519b5a4d2086a867464fa2b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:38a4de43972a5ae5404ebc5862329c0b59ee5a6c72b5e3fa8be3171ad65ec713_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:dc970cb4ede420e1d131a6146d256269ca6fb34b633c17315e6b202723765bd7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f47d18b4634f6f675e50f165a805f33970a038843dd48fe8a02b3924fa70e8f9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:6731876f6a37e6e26e079b4d8901f7bdcdcb6f34f8f27c850ec813ca5b3a9543_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bfebb3f4a3a9476c2307fafdc5ec3fe7586c51dde9c5448fde7d34e37e2f45af_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c6b9b4bd2d7210a42dda555d8375807bec66a4f8693fdf256042b49b3f0130c6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:eab2bb53112191763cd944b3b13cf750ea9390b56d7d14d312183ffe56d0a394_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:3ca197c0d720c1314db2f36fdd4f1fd81f0b729829f27b39508f0a6e7ecf7bab_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:475e121c7d6f480d7d2545252a7b59510a66cfb609f586bb587595ccfa3b71d6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6cedc3acc4032d410aa6c0142de17e62461401a772a09c795371238dc00fe91b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ce34f62e6953d64b6566905934afc4a1f5911ec68483f5ceecb59d187e37a955_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:2037952b4938add2200b79534d571adffd95bb0c6ce04e7ea4a6c0ad85389771_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:698f43ebb93c00ee0a916be218a7819d0a402e32c12724afc51f2323c26d541b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c247cff3341da9969055ddef313806cda81c2dac492ce683d4abcd5ceb5a9bc9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f12ba7fce7d3a13280d4bfe412b9b54ca22baa52b90be0fd7825ac719f1de068_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0d06e661c793f5524b749bff4124ebcc17b7acff1b57a672064c072dd7b0390d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:484c08c7c512dfb681137cbf0cdd45f42ed4181a690076f6dc6920724687655f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8a100494af630b1dd1ac3e0a7c75fba4853a1e7471a0b6eae2f7d6b7762beeee_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c9329187e9bde81fc4f0b4996c909fe4e9354e58fe353340600532153254e5b4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9143250b98cf0e2f2b3ec33bc25a856d0b2dd432d1994740e639bde2ed1deb29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9a7f2845529ffd78d9193a8329bd1761b7723678b83e8d5362aaafa657c398eb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:c6ef91fb95bad775d172019ab1b5f9c275c2302f85f04c0504273be57eab1989_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e2becd018c34a7c29e770fa329cba4f1a371d4b089451365abb35acacedbcdfb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5279e457358edeae97e136d8067f05d60b4b806c92e687bbd11afecda4840eda_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5d76a917f9cea787b11ab23bed912261cad050e397769c94c1b70cac389c48b0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:88237cdb1714ed0759ff8c96466010145ff8cfd60a7dd3debec25e3a2b33200e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ff62706a4904af960c4989c87712d896b34265fcaf21ecc9500daecd03561b38_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:15ddf484307e3bc53f165873cf04ea008f4f5720effb19e3ca1aeabd9fae64e3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:28a6a3b04348c6191f58b9b0a700acc995d5fbcee3cdf1af5e34dfb0a15918fc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4933a9cb0be09725767981638b9139867cad6a26a228701ec034d45c3f7da4de_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4b571bca7d279192d7095a9d157cdf40f553543b6a39658919bc5920445d1177_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0f18441bd2e164906e7bad119d70b8f5b9b47c1596d58b6d812ee1e2f4b6c0e5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:77df277ba08b5a6efaf78b4ec5e59a7aca2569e00e7644d27e1d2653d80d150b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:afee031de2fff6cb0e07995b5f6c4ac83ab4cf3b83f23a3931a4d7e15a512c1e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:cc8b86ad3d080ab5dedb159dfca744ce669341a2491e5a0bab4f59e3dae9ed7e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4a76171907bffd3a94e149dfabb6170331e2fc0a30f3ea7b8eba1cbe68e1fa80_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:62f935bfe570ea83e376ea84589bffcf0b99d30eef620adc813f72501d982705_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:75a992b3a14138492b585b3500a6b6f565c912b193834fa562c990bee8115e90_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:9fa46e30f86fbaa943f136733680d0e8a668df1e04d1bcb71160b8bb795a2df0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:58b7b6502847bba5230e65e90a10350d8cdfd331f5656425dd2f310e3fc89cb5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:5989d793b9236bdd9dcc1df6d4687a6e0222590453a5e4e31be75d0414c28056_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7e5383d64b25edf87578b2cf05de47d46fdd2fb6f1f4db5146ead38c887f36a3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b5b9266258ab925a7dfd33b86043873af4c0799fc52befbc476f875dc44b810d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:100d472991b3969275774576b60f5ccffacabcf89eb52efbb744aa441cfcce99_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:9a6fe277560deb4c1c2f91a1d56678c5956bc9ba958b859eaacd371f8ca753f4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a2d2bb9ceaaf23ff8430662ff6b267cb36848b2cf311bddcdaae8e33e8736306_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f71926ca5053134743dc906e1c5bbf2fd148acf50e44916a936f3a8e98494a04_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2dbbc016c4e06676f796ec4cd51e68c11c96bcdc41de8dd37c82c3c5c0825cc4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:444b74ea4a7a8a664746757e4417aa7e0fb33fed32a4755d300e14a49afba481_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a330cd288cfbb99db498c3a7e7211eaddc4cc5e39b6343fc6589b958c6ac44ae_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cef4f16962b3d71927c90e2573873495563e3144b6e3e814acf5a220f1b27193_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4d6edfa2e5e9d6964a5b9483989f491cb5019ebe9af55116591b321b499bd12d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:62e2bae1dd93787bebcb5f1b58499693f4c6fd620edb3254b776494d2b5a55a8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a514202264b03a6c80a02e3cfafb7c6a86482449613b5ec0052d1040587fd088_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ae40b5055051c07b225c15723da95953a6a7d2dc6dfec8d0469d6f857c8424d2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3882b19d141998fdfd1197856ec7826be00034d72633396be628002953fc94a7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:39282efac8310ed389b4acc4ff3aabd6367800953c1e8fecbf17926306d1f419_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8df02a6889e22a9763b5c0e7b6934824f682f4683f2085f82dda54de427ba28d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:fd15b8944403c78ee3c0fcbe08aa5ecfcb7b10c14fe5f1a20ba4873295879c8a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:011ac49df806c01b3f64fab0b3d79355b2685c8fc0316653f34359b451ef2ba5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5929d673c5a6a568c88e13586278da184ebda4c9c5a9a4a1f9154ad0e66340ad_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d113138d214fab52ec3422cd3affe8d3694a1ec30b85778acfa8b114ebffdddb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d91c11d262c19c1f020e9b53da07db82b6d68533f4e697ecff6c722781b4a4ba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:5865f0a925e725309c27dc1d71d0dc999cb01b4fbde764ba8def1524f978c0f1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:bdbbbd728c482c0c5b5e87af470856aff0c8264d3f490c8ae9d987f21d5bac60_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c1230c3643979aff1e615e1de9bcbc758c31f7508b9a3b25fd2eb323eb6b2490_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c7649d6adc16287d38318b6a50107dc1d3aee2e842a19e09822fb86fac31df15_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:70687b2657e8f1cbbff110582b55f3104d0c7f47a44ca1185a7f67e421d76a17_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bda8d910934ae595f8a53675c74094693de8e0a929fc7c52458b2a9f7cd0b4a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dff9eb529ea868114b0f46c60f4014b429ce115b0ce949e6855fe29d9270354a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e56bb2c28d7ddd2dbac95451cc16d547718b651532ec69c85e8f0fcf5785d002_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1670745d88d0d92a262ab445f81956e894ae5e9b23d490fab96860957c028771_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5cf3f4d1346c07a4e065dad2df083934591b45c714f503b5b617d470e87f1db7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7adc722fdef132557c191e026fdac56278584f6e49f3902179fc443d87a4165d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ff467f13cb09556eb490743f878422fa2493b8bca683b8759d7926e8af97dace_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4030ffce9d00de08b95d660595f0f67b2b83756ced6c6439da14d36b0b923729_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4baea4cfb5bc4a7974f90c3bfbb25e23865b659fd078ec45b4c36ec0d11b78f3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:829d8937eb34548f09b89de6dd5a236ae58d6f74501f44c929538c281a8be920_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a7fc85a92b1d5f7f79d8a8a63e6d9bb4dfc66383ff175fbd956deb1de3127fdb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:78adc3f034871d6d77793932d11b1e5f4b2ff3e1cff0385b44811210a3c84dc9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b836e8f7b31ba9c107a08e3be1cc27e73afa4045210d7fccc817c6058671aa67_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:cb550213a7e8671953d5b880c0b651a566be475a3ca0f5b442a2fa9b0bfeeb1d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f727aa55c29332a39fb4e74013b9cc96ea5b32c9cfbb7cbcd79c7031d1a6f44f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4b1f00007dc39d345013c99c38163e0adc112e5eb81fdf41e1acaa1e0064d7f0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6ae9a652c5693c55ceb3ed91fbac054d887142b0f55882c776e42ba20d1dbdcb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7ae4ffe7112d35231314490c8d02c6f0947b54c240ace11a87c07dad44d5be4c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:934380eb6ae83360d1e11f709c58d18c2e69e04b3246a02846f26f9879ca1edc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5580313395048ffe3d874dec574f7f1f1f21cb84831945de53a80856b4e945df_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9bc152718354bb245a765da17d12d0477cbd15d7eda5a86b8c5b1330287fec4c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c00d2c84a5f8c5f1c674d43eddacbbac05782b81ab98cff83b606c35b46d18a5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d74ebc7fd5b30afecc3d9f61ee6c74b2c0f8519514c5614ddfbe9bbc68227509_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:84ca4259de3e923248f7d50c3adcea713871d3d2da66f172c25dd391d22a3bb8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c6381254579086af7ec69a4e610680fe0e532a26f7ce202c72d047b89e0db642_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e0eefc7f55d25990d314c2ceb50afe70f7746e467ab7a409fa3d1b44708d9ffd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fed1fbc1295974647bcbad55e52b199c2d3d4307a3e53e4f8b1db135df9fd8f8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4bbddb6ff2f7429b2f5730d4a3f529b80784f8e42a0acc025e78713d703a2efd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:53a0ebb5fda619248605abeda530cf37fdb7ce99e7b7314cd5bcef2d8d8b7004_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5e37b117f72cf1001bea772e1302186d8f86c0980534b7f359179a5e6926c448_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6891d22800cc10bd8d773d471bc71c4db64460efab4b30202d42da1daf61a3fd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0d1bc6ef87ea978c23ca7189fdf17ad0f54a5f7709a75a25d82e7b84ffadf984_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:107f2fcd3f606044c570a980c176047870b304f3212df747995f6eb8a45749bb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6b6e5e25d50219a95d914df16c1c4e761d0bb45a9efd054572e54054f27a6f0a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:dd60fb26e79143000563578f9d72e3bb7cdde4b73dfdfc148b27942197d3be51_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:053d5fdef0973f6017991487843da7a64f8a346025cf46a7c575d6a4bab71d74_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:26318acd09b8263236b4d266c735aad015e3a4b61daafedf266ef1115968f536_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3ed5dce28d62c36a87ff35dead5806fd124a187e48051a0d2b550b209c9f6302_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e06c4933f2806bfab0f36ccdc159675e5fe2a6a084f98065787d304d5df3b7f8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:055b352bfb76de2eba0b9f0d1a6bca199c6e913e8e95879e991c5fd22095c677_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:16e31b5411f5f1924cbcf851f1b0463302a34c31c5c515220923f7a2050c18e8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5909f73afae46cf2ad00a9a6f1c38d38acc3ab00a0b97ca419110492d7bcab7d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dbfe981d5b05078eb1158624dfe2f0651cad81b92aafbc671cb6470b49bbb89f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3b166e5b5529c407c2f8e372414d043fc617965696c5a869fcadfde2d14d716d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d3f6483b465851cbb520810069a18136af80ccdf79fc1ea80ddb4687ce685aca_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d7d33c165c3d0cc0e4924e8c8d34bfbd1d72e2aea301e53e4b37b712e94c06e2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:de5e8cdb75cc79630290f83ff179057d25bfc11d37816c57b6f66563eb3a2732_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:24abe1e6ee078487af8ee8bdd5dbc267c18882078a7987fbd63728dc2b65bb75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:552d01e66c6b2fe59104b8a9f3e1e58fdcd7b4d4cd63db42883ceb119ec0ef25_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c00c3c5e7e106cd6527cec39e5c3fba990d1986bfdcb691b866db80d59e5f82_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bed1aeb4f58c045644650615230eaee03336daf78d9342022786c12f29da670d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3b213ee7154fd814e8a904c3a161bc16ca7419163e8132ccabab76821c33b310_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:721efd9cae7cd4b43c6bd498064a6c427fa32d0ba848f8b0bf7670afd662bb18_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8f5f0f56604ecf94768262496ba1e29073e87ec16aa8f434674b308bbd00678b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d78b1c13b0ef255bce1e19973bcbef04d40c517301959a7f23d23613a95c1db0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:650f0e2357f8d302f10ee0a628868f985c5a8c8a4e6af9e6793a9051b33205b9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d5a3ff1bae3686aff1781b5f5f9e1a7966962b88a1e84ab4eb62751aa835bb78_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:db30f78340370f9da03fdee73445b72160c35d83f44f708d3a62c9dc8e88bd46_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e88ead481c18a7b6de8ba7f609a1782e45e1ce85f2a158f259bbe68a9db261b5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:0bdbde169ecd68d82366f3d04f947f73715797fae5c3c4561e7bda5b5080dc3f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:1d45937273065c5cdeea502fa388172651fef5a607db33ea72c49f2a50b29b94_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a562490081e5dfc0fea7306931e2dab3fbfdf76cd83768b7a43ea556aebfe4f9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:dea6dd04d50bc97f9e61330140f61a7370e31e474c26b3526e18b0ae8ad56c41_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6ff785742b50af7f2a15c1dd6f38eb69e9a1a20cb4bd635aacc57a5557dd1b4d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:d0e6151117374aa602349bd1028175b94eea6f8386832df622d56715cbcb675d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e8fea02d42c9a9b8e9ad7642d9f08d705eb6e4b3e3681cbf6281c7b8b3244ca2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ecac534bb32ddc645101f6565521b08fde95cbf0eb2b9c6b896c83ba23e8b6bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:55e0877d1949d009d71821f6779aa9ee90484fcccb820d53bf53b90f7d412636_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:775af20537e6f4c84985145f44ad1ae2d5530ae06859c2549d1d85a2e4ac54ff_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:a1b02b9608eadb4388dc13fb5ae55fc6ad64788f93186872c133a0ff1f5ab487_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b5d732e8d36668226255dbfeb389994104d83ef2be461079b66557bb20d799f2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2e983c69ea6e29aca4f36596a0c697c2935dd1deb08a4d3546aaccb4e3d78ae1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4ae2494b702a6c7f68a65ea730f6df3253ffe78f2d178b0714fb6ec04cba5cc9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b1133f78075f3364ab85142cf6c8457820e2e1f31a5b0750585ee1adc1285ba6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d41fc7e76000bc1b4016bf10e86fec44f551b127e17997fa4bb13420219fb3f1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:25acdc169b3860a10f46dea8b842626acc639aec950ca7a9339e96a2bf1ed7e1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:453bea2d5f94523a88f37acac9edd0a8d921bf79409a260386fa458cb18d13b7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a70ced1330a4e7a0a7b81bf6b19b3346ad5bb6e26398c7f0577994d48712b2ad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c2a6ad45ab46c0238429cd0ab59bf169ff368bf68750a011f481208e56fa0268_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:33afbf29add637cae8478b8e0ef6b3b465e4ee53b000467ec34fb1f3a04615af_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8056eca30416b0b93270f6c92d0fdbe4f1cfbbd6258e27a746cc379a86b6b8cd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a06dfb4e75cc6b0edd836cd59035095135503f35a7cbc710ed7b0e447fe256f4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a820784083ee32f544efc474c7ded798916d1f077ddb9c3f4461de48747f4c73_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0ab4e11886c642fbcf7560f780abf9046b73dcfd7dc9cb0f086d9e62f87fb271_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1283ae9261afb1293b597a8da40611cdc1980b1e403de5d16669c5b7d2527dc7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:89ec13946e699f6589c3d235cb515b92ff48d1d5fae8e7892279b64d41b74511_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d08403f8114128e063826ee0cb3324bba9f027d7b2feeb6f7c826c9c4925579f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:2aa0baab0fca2bf6877260b871b3079ad96c37034e6f3d0a45cea4118cca230a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7f886a3942b81b3318e288602c88de802278bb77c5d11ba758f1d86f2f028abf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:940d02c46f06fa92818dffd1842010b652856e09cebdec33e0f0e1a1e9b1b5a3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:cac82b041210a06cefe512e89c5755e972f6e125c69a0dae87e454e259a3c08c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:12466469754c88d41872c1a061c1eb4349cf565b5fb32db651f3639aff2df67c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:af5fca0ab8a1f5374caea5b38486cc97c2be9d884a55542faeaced44a4a7320b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ad60c87d6e05b51b5351d2490538c757547b43a679256052b600e3fe8e80a594_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:e8372026bbc873c38ffc2c7df35183727596993dde5663ec27a2c2fe401e04f1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:736b406850af746470b1bd5dbc61fc4b166133e9cb50aa528dc1210b2002d469_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a73525cbcab817d0472f544883106a359b9079eeb1d8628d8b0185e450662361_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:84664067a273cdadce55bb8531916e8d8edc7936bcc57bc2dd1ecf57adb08c06_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9a006a111625f85305fbf3dfcd9a62592357a6a282a1c8ea1edbc48b2ef7db05_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:adb84daa38497eef3d89a9b42fbb22fc04e94f708db4f1f02de21dbf099ef788_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:f81616fe8dcd6b63df308c58bc1b696f9b3c488ebdfe00d7985026b10d083de9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:07efac034de568e79f6ecf97f924fd5ce7104e9259d90747cc0fd3e0a7bf4116_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0bc9b2b997bdf9bd285382823ebb9806502664976c2dd7e7b0d111df7717e77d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:165fc1e58447c7bc9febc3ebc74f90096c6e48986789d4e66ff6443f1d30d024_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f516ff3ac172cc08e88f25a0531a3784ed212897dbe0b05e04dece7d62eb977a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0d455e21bddb7ecd4c5b8f077ea96f046ba3183d17e3755ae95f8cd112a81179_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3d291642757ab1bc56aa6bf8b31b383a1867b06fda7ec093daf361e3bb082624_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:91c0c9cf474e9dd3b7dfab43e3e651afcf950c183a51321a586d5e98e3b8dc82_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:ffcd35b620a75ac1d121b826b37ff71f5006684d9222c440785f06fdafef5531_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:56c2e0f91eb13a89c48ee5ebeaecfaf87dcef3f85bf7f7fab37e3cc6c9b2dd10_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:84e22659ec76ea69dd31d0c6bdb39b752d4e525e7425d3ad282c3ba5c16c19c9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a3669bd8567383f9e15755e7640b5af4e796ce1d6bec3b6f1139645b656f425d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:ac7eed19416dd31a76ce8139a4c1cc16f2201b1dbb1c884dbd20fc5a965b82a3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:44020a87c575f01d876bcd559d0b37bcba2f5bb4337a4f0f40d65196a407910c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:7272870ff2a94fd3c026f3c3a4e985a2b2eb5c47dedebc00f2cc25a496ec3e90_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d5e64fad675db5b1a7fe03720a35eef4ef6497e49e928b7cb0a38ddd6fa9187a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f4d0e3f2751dad9fab70a9080102f7c0e82a784e516f993e1e84a8561c33204f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:174b142475167275c428eec2892e91ba557a1783a128749b9516911a366ef54e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:52fac1bee10c7847bcf6f7dc9f027764a183d462e46678b5b9aaac9611cfcec0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:874a6c39ad36a55efafc0b690d17aa4eba8df8f30831a5315a198e692e405592_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:af2f5f615c4e9da63b09f2b9f52ef632dc76793f51730ee67a96d5e99118d552_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0867d20104c147d58a3e119c8eccd725d2b5311bc563cb4030c18714e085c80c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:12bf752f4f8f0929752fee39067bab20d3af32f9d767e0eeed2cee9dc9cdf774_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3f0993acf410b536a4c2be24d23afedeaa6d4b02a8055100cddc37443a619cf3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d745b47be21fc6b98e8b1830c34e951271362105d32704cac1b1a796abddecc4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6c539e26ca346ca83a4c024a374f3874e858602b71794a1709b8a08356744b46_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:94e6571b95628469dd361c3ae5bf4bb88bdcf68636c0a7a6f007a19e32216514_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:978722d03bd0e1eb78e35c188516d960ed81c8b47a66e77ec7ea465634e44536_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f270599d2857493437426bb7ba58ecdeb0933b244b0b5e81d70be8f06c734c4c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:07f5c5ba5313539cdea53ec438fcc97c698df8284bba4ddfc6c7af4403873362_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b93c3b58e03d6fbfd8d73f6f0966ef5d616c0da0776f516ec826e4f5e0d4bf1f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f5aa864ac9d9a3e5c0a412e9bf6e22756f6232713e14fe4194f61b1a1c1ad52c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fa3603fc128be2cead70ffb3b0b0b5c9520f7826bd46863a86b1853e62a998f2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:382e4343f73dba48761c24841e45aabdf84a7f4de996be6515d8ee7c3e728c78_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:840f25f86e1850623e2929597e072219c2119b08acee3b81e8c7aed1b92fcb64_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:8f9eddba528ca5e8cc40717ae9f30253c955be657f8475a1c4da66c257bd1729_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ac7a2fce2be014fdc4208e98abe50329d0af9b7f7af98fd27e611751a413b4e6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5ad568a42fb0d0f2b78702929b75ab8fbb41937a853b4344ca990776f48ff85c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:821c5edd5f5ea9fddd168482dc437c6eec19231d95854abfbf1bcb150cfe618a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8932f2fc5e81fd7165d50432ba8994896c9ac8b323d5cc798872c1770133eceb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:df49ea17391c34a0eadacecb37c7e00552af8aca3ebb648f28f3f805fb79495a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:58e02752411f5bc061c8dd98bc7dfeb17780ef24ba8c65e590e4d6c5213c267f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d1c95fad91fbfc41da5d6871fb0a3c07d20652b5fce3f010505afe0d24c1977a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d6bfcd46424e1719490ce37bff728ea278eaf589e052a90b3fb30a9110aaa298_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ef555584c97654b76391f8e4d31bf0200fa82222b3197ef928f306c8d70f4881_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:520b43e0497fde1deef41e5f9e51448fde032769f433980802097e1e4216fb6e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:de2a25058c3aaa6f98e80870aca51d8bfd16354eb2da93e7498fc804825babb8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:fba545c7b9accb5be03b9bf1931c086a8da8592e3ddc9b5a9ad6d798229314b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:12645a5f47e54e3bf3f0b0863c44b938be5c42b22f695faf62c8d918cddb03ac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:529d46e40fd5f6de98cb72dd8704068e3b9baf4d3bdf91feb9c19139bd74c652_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:701028c843123a3e4250731e216eceb647411ce685517383b9a62b5af21c10b0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1b7392f3cadb8ca07f10d5681fa33f6dfe61f895e4a8a1874bdd5aab3543f67d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:693c125a5f2f67364d8bdc1a5e7abe959dd46898e7f46d5b3756746cf598e135_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:93f4a34af9c198e4baa449f7ce0e1e0936358afc725eafc3b8118df3d92d2b44_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:0e4dde634359042b67bcc5224afeef951459167cb8f36cb6f262719308f8ae42_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:344860750b6a6e567bb1475f68d18b19d6f79438b767c351c850d082648aa5b1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:efe1a0fb3394a117206bb1837b63a0ee828ab5b5d30dd7c94aa88afa04c94c2c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:afb18f280c123c44f1349b80bcab24c86d8933795a0577deb13bb651019d6a92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c865ec93173fecc00d843737009627ba137b7cabcf8337ea7837eb9bd993a601_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d172695ad3dcae4be122b50a27f14c6cb0e71357868ebdd13336cb7315122fd8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d4a1f393e7762a2c7ff12fd634077f5bc5bdd224d7791eb7929d26cd16047dee_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:01050a4179625f00151e478a0571e64120ac6221fdbf32c969a18ae9872c9574_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7639b8403341003825286c0fd45ab34d815585e8f4b5b4d1a424ccfc0292e017_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bd76fd61510b4714518ec5191e315f83feb1f47402e32602b061a0fc09641c9e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e53bc4c7a3fa7103778bd3f7bdc4b6be4b5e6a8450e38eee246caa75d9f8f44d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:62414e285f1e4de212e28bd90e5eeb60730324d54a317434565bad8891435168_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:77dc7d2bcb0cb6289f6d8c3c3f4ad3c01b9e24b4f6969ac666a888ecc8a29981_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:7cbc05eb0a0d3210e378d08d879933d905565224d9a6fc00e3bd1a9ad6782557_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d195bea4ac0b3ee073418a3674535525622d9b492bcd1fb0448b8ae52ba262b1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1440138d54ba0f09184f96cb79557548c3c9f19089bc813f433de28654cd74ef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:203e3cf52680caad6f8fec2ca1c7c87d45205ebcb9e816fb188e74a5bc7496ef_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4ef6d0725b69e2867c44e7d7ac57c820b759a45c491997210fc38b346d7f033d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b1ae4f6e3577edd7fc9f6595168857af7fd9c08aadbca1642c2f9248205b8c42_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:2e494676f33f47eb13ce2e3675c8e7a3871d5d1b73a59b71623caba05364196b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c8183043eac4cff3a7c17a9de76a4c9df725db694f411b19dd64923d1de68551_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:c7944fe378873f5d5268ff872c52ca08908af41b7efa03a7032363c11af633da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:fc53a478ba64c0557ef8de93faf1320baab34d4bca5f50bc8f74d4a8d3a86890_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a5e04dd92dd9bca8344f741151a5756e28fdd197e2aae26c13caf2867ee6ff76_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c16e427a9ffa0ef24fd07e6a21ff78a63313d5274eb3b1180f7c29cd1a9d11b7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:31630cb5049add8b683fc6f3de6cc20ffc530b72d45daedb84cfe62bec754591_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:89a876583624410a9d79c1cf83d94a9a7c0dfbd3ad70228ea985e45b2ccee9f7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:dd8a443d71a973e30574016ce343c19edc1872c63ed46b5f7023d304b9c4edcd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:63a52e5f035913f64e82ae6a617273abae9ee0729316d26ed5d4182ca0f50d11_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:754310c0f797038ef14c3ef9ecd934b6ffaac6ca60b755894212854289b9f405_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:49c4861778e7bc4f5738ff0f5cd5c542e9fe75c33057a4a0806b03ac75d76ca7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ce8e1af1e3f7d331be7a366560b517e1fc27f83f1382ca6a69a1d9893f260fda_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3478a4d3a1acaba3cfb3f1040320798b9d0b419a66b07267965d4ab974a3b440_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5db06d085c31aafb3f02c2c373b2de6d93c5fde72dae55d6de90f44b49b5770e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:634d04ee67f3a521e7b3cde560084491908f32aef4a89a1bb7d3aa0ae119927b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7683407dca1a355e731e277631b3d8522a3f84f1de664829c3b15db39b1f1ca2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4ef1395e47e1898bc84155ed4b4e3e4c72d08e4e7f2d19d9530d889fe0ef6b26_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:63631119f3411bf77ea1f622d77ef96434d80815531b046efe5b297dd5bbfffa_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7ee73740b3264500f062e3863e42fbd98dc3895f17294450fc90d992d2108d49_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:db28768861f567200cc79639eb01ce8e18fe5cb8a768cc01d3e23bda55431c75_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:09ebbcea16169b9ac863167c0e7f953717e92f75fc4c4e2bffa0eacf84519907_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3118a7eeb28d8388a06731c7bcdb5eba4a942b9c91a84e595ec0fb49a55bcb11_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3bacdd4e5501902865eb31e884646418bfb5fae90593e96b06ac0b7c3cc1cedf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:852556f6eb96442354f0695d6630e2798e19e31a5ada2ef01e3ca2571a4a40c0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:59ae16e7b7d2bc20f34b8bd1dcd7cf8d8d7c201b0f78e3165b11a592d1b08597_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8b68cda23f470048944c164b84fe27a5fb6a43fe739537383444c28cae451035_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:23c8ed7995abda7f87fe4031843205f3a99a0c57508c6218291762a60907f5f2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cca7e231ac39da3a210859c6280ded3a4687620493e3a3e0164a403271537b6f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:054a0d12730620c46ee6209bc9932909f653d0b7f796682a0f798ab3ac3b3641_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3281b909de7dfc5bf3c746e3e8ab05fec49fc8aa83dc8156e616a59c41ee923c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:d5efd9212ed22c89067691796443fab0b28bfc31cea94bbe636a4759f2e88521_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e0a34a88a67409e2b1cb243874cadd3de1c9c56a54ac225dc860cd89a635bd97_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:275f90da2f77f60d0a77e00936734ffcb5099fc8b5662e03de49d807a7632f6d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:833072794acb03eaf053f30b6bcfeef95cf1836ad5149fd97f34f3546a2e9f6e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:893dd8fc24cb10db16620d8feae352929b0dbb797f02fd80f025fdc7c78bf53d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c9ba070e466a5123790067569bcb909e291f3b2264af0aa152372fff9e64f82d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:6f50d9406911e5fbe310c94dc60829891609934e64983339b5f66432a20864c2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:8b4ce896da4126dfda544da09d04f010c0e9b25bdab6557adbab8d095905d535_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:997a24c33d3ae9914f3694b3a8cd8af50137ea48296c322b56dca53b4dcd1fcb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f80cee2f47779e24e07ee475d09fc697a4446a07f9eebb0813a7119eb0bda36d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:7aa46141209fdb1090d90f00d1a7753f31b9224e080b8c669883901846b32ca4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a0dfec857ddadf777961a71d8dd545cc798b921e083c8b5156ca7423f8ad8a2f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a5c047afb2066ca8740286ad2af8e1271ef78c2e5df73ed2365f586d6a101b33_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dcda877c69d0398e4744f1b7a2ed81986ccdfdb6f4da7fba75f29fead8b10f34_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1ff4a8a6440dd4d97adc3273253da14e081083c978edb5fcd05dea33d4cc888a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:2aaba77958b12e834f6418338a21b839a95c21ac5568a53b5f792553db772e6c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e5753a6fa47d5a753be2eb3b7a46cee0bc156b0e52bf75e4f192c0ddb3fdef47_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:ed802f61197fbcc0f1a8a916612ab33363e0e1866ae70d03df92469a2c356ea6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:120c1ccd64bca8bfff4b46d14f78038594a28f6d58c585b1215afd76c23c7ad5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:52dcfdc6c5f219f414fa0775b70e34118b319897b0772931e0861623db7bde86_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6b259bed5dc046510b7c3305f6abf86e4543a9ec5091505f92f573536e9f049f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:bc0dd85538edc7a80adc0fc9fc4e02051e7b09480250b5328a6b70251875b943_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3f9151da4d025555f4c0183a0ce07a2d0084beeafdc9f3f1e87a603053ef9089_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:919fe76dee99d772b668b57645779a63e1c3b7f7f40fe79175c27ae6d7e261db_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e19a080b5fe10b67fe48c28014879abbc87cf5077c32c003fddd171d06bb370f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f7708a1c1e0d4083c7f0b9e8d8704b91a4c823dc9435d5d3e986372f305e1fe4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:27bd19fa0c1eb00c55120e22b21eaab50f0eb75a84910e9d8a2fd3b5fd1c7dc2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:52c4215a49207586cb3f33bd1d35aeda857d31d34c80cbfffba02ba8c448c8a6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:62e5cb5ba2d92bc29a2087c9de9fed7978d4c5ffe07b0afb479eac93519c6df5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:68aa837b6a3bd95232abd62ecae3b040f2a7a72ced626c784c4062c2f28a6e3d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:9872321279ec2d108191f1f7e1764551e9c7099de51f595627db068a66fc4f8d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a06cb8024ab06fbdee295afe99cd294f6e05c36dd490545600967b8ff12e3391_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:1d3a2d2ae27d869506d3f027ebb43f0ca64451cbb635c4c412c85129025728c3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:c20a4f14ad0eecc3f88eda36bd65f1f390c6977a7ad5ed69e87969556b9d8cc7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:64247ff135642a32fb59a62cdcaae5f28085ef0578916b4ab2c90d31e67848f4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:e0cf29f62ec486451053c661388f9a3a12ba42b84899b687fb3486666a42536b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:efc289b0278fc84c571d7adf9e9ee1f8b149c5d832cbf416803435e89ee0a531_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:47ac82d0289751c8c7e41da07173dd61836e606101a20b598c00da1cd1fc9077_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:953b8ff978f6523f4578a469d23dba6536d49a141b4e3729b059feb6d79a858b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ee224daca08de920de240b684ebc23a4da50d60130d9e205e88c904c8c755343_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f267111aa2951d22dd6a41c7362afc22454e365325b7a016d213505b7dad74f8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0ed3d751161fa47b7ed4bd2ec2c5bfff8ac5ffae0df22dd9a741cc64bbe2939d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:48bbecc83208a8895cee2c2e8ec677f59a688e02705a677cde4e9a8a52398d1b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:89ac959e411430e4910919132f95452d1142a45fc5c67088f15cf5bad8982165_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:db55fb30b025bb573317f113897a7bfa0dc729aa684dcdb0ac3066356b339bc9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:34298ddfd123342b87d28c047cb4a8c1b25b07352bfed57aefffdd92a7058b6f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4a56a0984384548771e1c8fa5a4a8efe93f472cdf2b64b01d6049b2f9187a684_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6765cf3c0f8d395307ae57019cda7e2aeee976ec060eea8a47703db0b18532df_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:8a8377100458d05864c6521e4b7550df73b5c3d9cade518067d5741fa9d02292_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:09ad41d3ddb9aba6d649812d1e48433f5778b1cd9d5e0e1466b34e6516b864e1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:7b3a100ca1bce2bced0306ec9d4b90a4dfe8596c5bdf51799aa3a7a1ef36fef3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:ace3b3b02c33261287a32253dd1c027769743797317ac4259c9102e0b3db6603_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d289ef93e6e179405cae0db5309865f76cefababf168006abf09fc3a51a32bcc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:20052a45d551f7e988cc0c38baa38f146df4d9d741ac71f17498d8ddc44a1beb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:55409e5fb153973038a15985a332681f4e3e41126f84b6a355c47314c76bdf2e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c143caae15fb4249757018e05ac8dab9abb20f405977cb41468ce6a8049c4342_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c5d456d739d5791e51544a45309ca3b64f763cb49632bc638950fbfc041b4193_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3ab4203333e071978d85f0f44f7342811d898cc388326db60afacd2395f8340e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5a97ef5bfe0456bc1528f2a3df7736c506e11cb61de5c41a1daf22162150b345_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:94fd7b1b27954fb59c11a010f4b8ce0a3377b38bfed7ffb20873a2f7a499f8bf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a936c0970ab66789c10a64cf57ae76bcab0f2f16b6b50e713373066f73d535b5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:34fb12d4fbb5f9b29b1b58e19b1c1b0eb27121ef80edc50a59e431a4e94638c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:bedcb032aa7325e5bbff014f251d5ad91fff9dcdaf84a95e61e4fc4198f22f79_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d10ffca12372666b239a9fcde83a4b0da6c3f37fede3e47272bbdf9ebd2f0d91_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d5284bc6a4ff57ceca1c00af4ed0c46fd341f1e2a28b4f13b210ed327a25ebd6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:2a7aeb3139633e2014d99631287cce239d73af61e541f218f45a009fc151d8d8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3afe2f3016ac55bd947c98d1e4b957969357aed54423ca2f35955eac8639116f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6d7572f71fc31d580d355bc6ebf8eaa54e4285c53c7e0e418a7495a0fb8d37a6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d2236c41a640de0aedb4eb2f1ef143793288329513ec0911bc37ba688857701f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:7688c4b2355532cddd9b9d314d105127c494990e7079407d2f43e578610971ad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:91ee195223233fdaa6d83ddbc8e1dc33bc7811e4f1e6ec9f5ddf325f560ec38d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:c866308d315beaa691b25dfed4be0cace44628e0799527e9ca11d14165437d98_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:dfe468dbed566f02ea0ed9b5ed5565f40a00d03a344d2a230b0a0a83c783493b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:08710b0caf6f4bc16e72a89f596f33c8c38ba7742d0f1ee552336f9acc7f222e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1491efe6870dae8caca1a78c9c96f8b4b2956db3bd5eaa6bde59ee996506bfb8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:2a0f11f0a1063e3ca7b8b04693ebe979e9953736d37f3dc3a91fa5c9912d79d4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:813fdba989d7b5a4aad5e9ce5bf5285b0e65745375dbdef899786d571c001b77_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0db523e5a7a6420d94d5d302b90c798737eb78f99cde3b887d3c3866e195b9bf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:18b7e5875aaad6e0bb8b12fa303ad6295bf3968daeaed2104f0f4ec3122446df_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:80c4e60cb2ab82621ef12774841d39e6ece9e9671114afd0d19b188dd7746d81_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c20dd339ba44e18a505db8bf726e2db8b6a764f7bfcd9e0d63d627d69c2378fe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:528f1228123298362d5787e862306cc2605f3eb31fdedfd0deea7f3cdffb77cc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:75b18dbc6fef40173ab0c85ff4f9c4111e29afa10593ef9141d589f88b418826_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:e8147c001326caf53531a8917f91991b5ca05f31d30adba78a03539a6568009c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:fb390f9eeb4853d9a20c9bf02ac10e099238e94084230bb532029be4c88b7ac6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3dc8fa50d17a5074f03d58eb00467e45e6d74f6c5293bc57ebb8c4feb4323eb9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:51941876bbb8070423c00e3699bb193343e963358dcae8cc6acda94395edc5fa_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9087e6df82220f673440368a5e81c5a0f3eb5e36cccc61cb40fcb56d92cfcadb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e3740bfa7355589784350a9dafc10849d32f1273327387b3b3c6389ba1e26dba_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:05f5bc9410d9859f1bbc1def6e1c74fd47781faf1ef26633f61b5d8f09ce8d02_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5e14d01db3abe1412de6cbd8dbd7d3598d5ba7d2af2f5e55a7ca625aaf8a9155_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:db0bf5b79be48f69d411611bfa74a9b1cdfe875b453a81ec5ea72a962c27978e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ddbaa3a482cf17a156f6955ec155eace13126ae83217c36c03eb2b826e7c4ff0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:02ce1779315733c6039fbd9f711d6c75da89fcfd4d6ac8e485d7aba30882b3ff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:d29e550f223f287e258aa15ac71ec87cbd24e9d6888f22d82aede80b7902765e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1d43b37d6ee7556d8afe22fb33c7c9ab7a1ff5b2b38d6e18f762ba759015f87a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4e627ea7097e36d07d109f50212809b6477070750c0bfff14f3fe9d1d7ca29f4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:63e60a076755fec73f95d2f5ee948a50d895b69cd327296ac0925e301f5b7e4d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9028745ca618eda612fa2960f0327f19fb689eb36762515bfd71bb2efab0a0a3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2dc50c3c453049a1e81e8cc4559147a4fd4a3a6a9c140865f82bf628f2a45b83_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:734c982a6159e5c4077a12b1a0f72ad992b70f965873ea591228172e6265263f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b2a21551ad4c66e622ccd865529356920dc4524bfa4595e08a99e0e95438823d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3133ccf5290a245274c030f53c63dfa74d6e04bffa684808fc1815a07ebfa13_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:6f399ee5f4634353047061fddcb9092dccead96c6884863253b913dab93c2e15_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9176cf7f1c5ccd82d82dc1a8ea47c2bd34e2ddb54d750cbacf7735a04ed6a221_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:dc6f5e144468283ba4d04ccc155f9e483d085dc2f1b78992e5fcfea42db77bcd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e5216672e4e265b01384ed2dcd722b4a166490d66e19aaec457aca55c7e3dbd6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:4ca8bbfe3586672e1de22cdce9466b37aa0e11c5e9d94ea8da271aa5cad3df47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:57488300ca265dfcad9bcc1a2861062d8b82c2b80e8b21cc3ed766fd187402db_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:660006e5e6826b13ea6d73fce4fe672d1f67479c44ed65dee68119369eba3c75_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:91b8003dab0652f1a06de50435ca08d6f6366e6e8e7e10a9743542b577728b1d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0017d40e539a56e2ddbf4a97b0cd94825ad5dbc9cd79e1a7e058bb0b11afec29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:7a71babc3307efe03b8bb3f3cc5f9159a4868c215df70d7a78ba37b91294649c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8403ecd148b8f0aa7f1156fc1676307753967ae68a69948af7c3987de8178959_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:a4e02776f7b5a66943bad040650f4dc9e865f05a0911f4f9aba975c4b30ef517_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5d3d3cbbc28f59a6aefb1e54986e084ce49b69867d100e9b7a8eba17b764304a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5fe1d81ec73517468488ed1a60331a78733ce2fed50f3930b4efbcdff5884326_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:94a7a56873cf0e075740a1db93972f2b2505e7bc082f2faf2d3a6badbb52b08e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d1e737deb52f4f124e34889df5ee2a787db0ee13ef86842f415d5c18ff70498d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:0c8b3d458f0968682b8604cad6ddf02b1135b99c4682090dc78d9b273084a0ab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8f02a07e0928906a1c075fc3510f3750c679361bb9e0fc7504610eb2b230a092_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9b174760063eedf3197e5664994fdc21f85cbc3be8bd1329142fb9e88103b717_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:e97049e759fd58cb6a2c8dc5b78df8dab7139f8868b1461a3946cf187b824f55_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:17b700ef898288bc081220792a7a95f4f1852338d3d08dff19ea02cc9d957239_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:675083e881008c57ea9fe8e73db8034a66a3f439c6fc1862db09503f311caef8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b94730e4b9e9de7c0a99431f90b42a5368aa0da03869eb8a71dfc92dce27ba7c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c5c12b41cdbcc18c98ec1632a0c9aec007a9672a742fcfe89a5b104160feb698_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2c51c07f11fa78b44eb528339da6291d1c660451a0c9774ad7bf8d8ea7744ee3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4d7e15ae24207bd06663f5c9d55564e220bef28ef150f62d2e9622f569490acf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5a51836c3306ed97366bc3c8f24a8f9e880628d1feb98854eb5dd10800bfae83_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8231352f700a733b13de64913738e0de1b89be5046736077f7300c21fb778aa2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:121025c1dfa4bb1138150adc737d7cf12e69ce21f10690ad8d740c1c1f2dde4b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c02ec1e4b586a812cddae6ea43cf42a6b9742d062fc12c18c2414bc48b5b96e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4c94c8afa17ce2348d6198c2914e9257ac9510455c521f6539ab17877b6fd974_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:70c7beb1cdbcba3eb4fb83fafaf740145b81d510ef56d5ac59ea4bbbfbfebc00_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:83efb138b8bd5084f7dbeb8a59fe1ecc2680a20d5853b7a15f47e1f87929fd9e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:bd63fc568a9ceddc67809e2271de8ef4d57ac8af283861a601547a6b9da2dda2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d0d429e4a3a0a9f015725dd965d4317e67c72b3fd846ef4b04c20ada4d067eef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ecc47300fa59bdd3970f0baf030a75e1fe5862d2470756cf32c389b1eb89152a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:53bfb1dd8b4f99a0252bfdad2c65960877a4e722f5ae88591eb87d6800d1d98c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:64fcb6ccdaa30c4e06cc91a40273c6be01958ca2c048bd39d8a87e8c09fa7d55_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:bd7e96fa5e3db517c91323142b8258555f04d93dc0f164b6e83249dc0cd1b416_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e5d77db3010b3e1d31e14a0bafb1a5e5ca62dc03b7b0bd2097b198f6be6ee442_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:0488437dcc9ca866c5b96278686ea20b5732f8e8038af90889fadcf90f1082fc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d1bd0363eb8c21c0123522b814b140a7595a459c7c286220b4b6fb0b9886a115_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e45c7964c5a89fbb1a8c6da3a905e2caacbbf8c433b0d56d1b260bba151b3e93_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f52e1ea0175eb2af0a63311dc0b8acc1771c53a7668108d7bb7abf2b814e37e5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0043c8e63c3bcf98e33fda7e5f532143b4c8fdbce690606bf469e932d8552062_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:465c03f230a374b6885874b775473275fe8866f61856fb71a8e2bfc37b712ea2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:c730b4b9a52549bb6204deba37e28ee3946758bc86f27c1b886188ba0f164fc7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f50ed1d01f799f00ce20f210b95774f2dffe7137757ecf86544c71a9f621f402_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:56015af081c97939fa71d978d511ecc0e93ea6ea89640ae846645121531a4a86_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:82a97e06294f2bbad05dd72f91d692449eb4094ce1edda7d651e2f1833018faf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8faf68e17b482f07fd1a4ae8ef292fd44fe9de5369d5129c3945acb56b5c2f0c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ae7b169bcaae3569a946c84d88d0ca7b42b530b475c4afc4096d5db36aff9c52_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:02335c6538b4fb15d9d4e2a831b9810db42f8b8fdd75cc6237534356cd1b68e4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:84a9daad04b0ef97a77e258c1b490c9a9c1ca502079513184e43145467eb1169_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:85c84e6100ea0c4d783b44a085cdda8be9b580b073ab7b191a70ad3c14641f9c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eef5b8e84cce56cf085ed8f8a2ca544505242606d44691b6d0beced7c942bf9c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:148d9d31314b0ca3dd2667aadf51d9a65cc88cd872d21d29e4c85fe25cbf6410_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:87bd671167583b8f46388c7e5853509fc9c20439c1b5f57544117fc9e1b1b5b1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:dacaed2c85c23db8c8bf2b754b958ac8990a0b0e917e4885b39ed62d08061fb6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ec4ca8db357714672338a773cdfac91101641ac1ea56905a5dba39d13e8c96e3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:1e01dcb349b9e3afa77e9c217b2f20dd7c9c98f7b00be3852166c7d676dc1c58_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7a453727eb7aad288301bdce304da23202950098592114e1c56e893828b7cb2a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7e9f67b6e1c87741c5d56a3e95af004dcfb6d6c9cb4267b0ad4dd1aec7e9cb1a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d9f12bee214359955f20c9b4c0218febc8868cd47405b362dcc6ab05dfa573d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:36d864188a182dab0197f06376c993fd661689e516dfec4c25f9064eef6db0a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:38481cddbac83c19b28845b99fec4f4d16d46aca014ab18653c5e7fd42d7dc9e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6c5798afafe96f9c1de300cd8b709030655d1c92d03394b069b3f4100a0a4334_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dc248c02585e41245eb8e16fea646a6f1013f5257f5152dab0fd4634073fe15d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:142deb80cb8918201dfc20e0e86c5a70e704eb589681db3e019d0eed0a8bbf1b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ff7c22adb1ce27c0944f94a4994940aa6af3c4db60cf184d0865753e0c18ddcf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:09664db13d4f9022495031effd53a137ebbddc0e61fec151a26e565a02a5bf40_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:9b480de86de7566594ff61c147bcf0a6e8d5f2ac52ca37a2ecc32909e02850c3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:177b77bf798f3ae19e2b67467ec324e2352c47a2fa4f803c852cb7d5514a2b80_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5587380364defb07d81f5bb93851d7d726780e03f561cc5c4010d6cc4e237079_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:503c53ef4cda2a77d57eb611638334ecfbbe08f384e01084a0f2004aceccfd5b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:ccdfd936b1e904b115efeef06cfb3c1b13ec6fdf123cf87c9ad477ab47ea4d04_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:1f7ad22165ad761cdd5fbb7f037ad342f7b9a6f017b80ebc9775edd9bf7388d4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3ddfa7f1a01b1dbf4d2e999da0d536b8f3600e0143dde47fed1f6f2caf15a7bb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9aa910f86e4c953069c3e45f3c2db9702a8cafe753fdbed42e4c23f4837660ea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a2751c4e48572281043cc6468aa40d2b3a8a1eef5897cef386876fc08de5d791_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:00fa00533e4616bc63471ba4e127f163a2ce06bd8546dc3fcaf2465c6c511ef1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:65d4474ec56e4cae8542f01d54006ee1ccf15c8a467dd7f784f1df806507296a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b1410e826283f79823ba6cdb76d666aed69449a847936c6c634593f31c9795b1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f3e84cda9ee1fae57794b0c60a7b32373d8a95546116ddb326751e9df0d1706d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:059c0bb97591ea1d95bc42274c6748438e32ef113039c603cbf8171ba3dcd1a8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8ff741a30a8c2059c8702290104db1f897853515bea3d054f5456a0faacd3e33_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a523a7ac9b9119290e3f27ee0b0c7a5d3cc1d8f35ed4e7aadcd6968dba6c593c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:db230edf37a3285f5566a6f82b660ff3394caa80c95276bc3992a3f45a18a59e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0dfe21d1f2ae4ad05af6aa896c0bd09417c03d2fa2e37a1cd3c7afe9d9f506b1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ae88b0138b8b945b1ad071a5ac660e6479f3e2c1ec261d80a4d7d862e94df269_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cece82ea1f03a889d37a2e4e1d81eca34a73857630b9874d05264c12ccfde18e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:e518e75c0ec848497d5dbbbea1505cd3fa96387be78d326f44094d341d1aeb69_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:4b9f7900c251da09ceb0c5e36e87322030e6fffb41da15b022e52f26967214a3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:6bcd28e8610dada7b5ec2b6e14aecd9daf0542ac8528b8a1c9bec9b5c22e6791_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b4e19a3b757309f5ba13e3762e2449003ab93a1d3a950df031d0c5f88b338461_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f3745f0a10aa35a13620960671ed4e2bace1c01f0440c1cf222aec37ebfcdd6e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:10a4a0d9d6cd4779461dc27ea5660513c80c4231267cd5d5cde84626a52d8d88_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:394f1ad167455a316ded12601110de58f0666917302eee8a2933932513aabd70_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a0dda1cfb8ce56f6632c7dfc15f2d7c5251a666f7ff34fd78f45a064ed9fe8d4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d04c463caf59ab32c381bf6c88b9a55ad9a4934dab8cf66b1c80f3743edf28e3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:674045072f2c791146899dca69772cbd83d8ea11305e024f697b0ecb2ecbd9e3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:80d008d72e748f6d1578f0583dcabb703ac8154853cffdfa6c332bf2db662da2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b6d9ea5fd88f25c46dfaa17deec8dec67f3241a4e52ffb5b598ef77af4437da9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e18f121c2a8578ab7a54b48347a671e8a1e315e85f894ef67b96161a490aca44_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1415356cad67eea021d0adef8b7f8ac8524035a4acc3ae7080f26f8f3f7cc959_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:2f7be9eb683b2d5c65aa64a28e11bae43475f5a828e8768d468bc24fa0bd4ec9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c0f27acad2634255d689355942e8c0d87f624c269eca0f11b1fe20b56b22294a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:dcad2bdd0764804f9dfad2a4f33eb2fc105ff8e4cc1d2ab31c58ef2903f7cea1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:02dae90a28e2afa83ab4b358378b616bad7c257b8f7d6cfa2830092b7d46fd18_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3e0b68fb323e91570216f90ae2c79cb4bd35149dd62c496c39ee8fb615b62888_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a6517f52e257eefc0602db5e43fd946de57db13299d5077b1bdf872754253cb7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d6c465af092548962fe617a677d3398c6164c398602d7575ec09533d9654f254_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3a9586b7d44c57c683256faa5d9655285105844c74f728e4558c6295f73a3aad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5dbdf857d018b118ca8bae8eb52b2e117348804dae51da324225ac9d9a0bb141_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:7dd0655af57c7f8d2aed0f88a4b02ff21d849bf9c8cce7fbf02aca7d322cdc12_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:abab20e995be8b61590ad7dfb8de0bbb7c7459ab5413987562332de2c9924924_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:6f1fb02560c0dc83cb7ebbfba67370896f2d3b21835311fe5af23a06f4a45142_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7a90eb33844a25785c95b0e7332991a373e0b70560f979e8e9d1554f9d021545_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:92ac319d44a3a3d8e68f29488cd75e71b42dbc98b5898f662131f8576178152b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b8c7d5e513d5205014f53f22fddd4ab5c54e62e62e5813459ea68afd789518d0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:788b2252987b1992fc9c5d855198aa50a67048cc4d0a1e28240953e5c1d9528b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7a2a0066a38f2e52be47a1fec5c9a1ec458550d7ee6ca1232579b3fc98b7e9e2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:939c609d5422bb4be66f482815c70b170d51ad2ea9bb0675a969bdaeff35e730_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a260d94b14808490a417d828423550eddd7b865035b631e9fcbb108d8eec6873_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:9f38e40a381edde4d367a6baf50d6159bab76aa34f7f932929a118960eb1b16c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:bec3f4da4ad493e8e34e5e1245338929dc916772222817e094fc0cb7c6370b88_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0816f94cceb27f34725d9c3f041003d61b9730a3c602b48b70782cf5b3887818_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:3d106f2995d5dd270eec34df31ac33f4a09dac0bd79bcd2031e9bdc35f20878a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:2c50f45d634218d512ed37008e62bf2718cc4275a9d944c845eb29bb19d0e700_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:429368ffc93f60dcb14116dd4a448f7688fabeb9a499b4b7c9c77018f4a31c3c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:48105c86a370a0ffd2c536e5ba75ea80fa94b09f2cfdf645a9fbbb62bdd1654c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8b9490cd4a69fece37aac8ced57235afc04a3389e16234c3a3f1d9a4f8a6d34b_ppc64le | — |
Workaround
|
A denial-of-service vulnerability in github.com/sirupsen/logrus occurs when Entry.Writer() processes a single-line payload larger than 64KB with no newline characters. Due to a limitation in Go’s internal bufio.Scanner, the read operation fails with a “token too long” error, causing the underlying writer pipe to close. In affected versions, this leaves the Writer interface unusable and can disrupt logging functionality, potentially degrading application availability.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:49da4e953f3ab4d734c88b4371082bd9c6fbefd00875d8c3f0f8e58f060b6a25_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95c4abf5e354b5a324515cf6e69195ad3576383386665683d4bb8f349e558416_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bbc0c1a5769338492d873bdb15757525f69e250f5a4320d36f249fc35d57d356_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bf5e48b3778e040c4ebb1a8b0bd2aca2e7814720fa400115ceed9e1745f3e2fa_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:021a57a7ea58117b5942b474f8899924fe7ff170b234aaa301f86ff465726ce7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:37283f08df56189fd19f7052523f5eda5a5eba0096c32fc3926eda3bc9398a8c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:459032d57026d4dbb2af370f796c28a69e2e30389a84cdab0e43de4435d980a2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:82ebaab991c00d42430890eed6322e9d060c3b4581ad563383a7d13172de4c08_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:244a4dfcd32e2a6bed90fd5e452b63822af9eb60375b9ac45c1864c2fccaf765_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4eda87164b71e7c6fd8b5a39ea77bb1bbf138f43d5732c08e314369b18e2509b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d2d6b9b7d7cb72703bda76e6814e5714b101faa03b14f55507b82dddce6fa09a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:f5f2d566546e640f59746e3616b98dab55eacdd33ea04b7cff887da6cafbe380_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:21cd6ff9f8ff53d747746f2d772344a8a9be9bd4582d641a0d6814da81e42dc7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c16a9db40d92bd605eb9843f2fb30f793e9f807e924a98f58bdfe9e8ff5598fe_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f7eaa545a5719eea518c0d48a5010a9e729ca7657f95712b86bd091c6906ed9d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fbad6ec51decaf69511274952af912054493d07f8de4aeb044b0728e015e331b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4b6ce9a91e0408d0869e2d64ccfba93b8b0587c8c4514c024093e47d520b7b13_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5bab5f51374c260e261af4d094d6d834011bb00d20269e5f87c670ab2e5fc50f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:b046acdbaee02a88bc76e80217864aa8a933b4c624abf504bf40b3b5700a3ddf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:da7ec98aeffdf151279fbfd2d45163722323094e790ab1e5b14e3a75bebf7ba2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1320fee14f620ff211195e536a81bf80c41140d10d8493dca37f484b4803e1a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:69849de1ca4d23c9faf12777ff7f26deb7eaf3026725512e29e7cfbfcb5e30dd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7ae48499c990a9bb0ccfd436de6e4586ba27e9fd4036b4efe76299aafc4520e0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:bdb7981f8aadb7c27bdc448ce4baed28ddd8d08ae1a83af66255bc70d3b87d63_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:06477b1ed6e12b1088fa198f1158cedd852d51773f75622a652220d147aad66d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:73cd8858eb6e706064aa3fb5b397696ad2a8d264ed9380ceeb8d8d89afa96914_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:95a5dd3ee93857d9e65d57257e2864774e0f1aa15d14c62765dd110807a7e983_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bf017210bb8bfbefa027c830656e83b3db86e940e5ef1f62e67fdc84545cd118_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:04441c2a5c244d0a76052a2e071d994d81415da2cbf49cdd74d3b64fae89fea4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:50caa5c63088b2cd98d85bf793eed760beae31c73d8cccc60f3c82f7e4a436f2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5d302fd1e0d562fd3074aea7fda53b46878dd5c27f53b4086f43e0b60c69cd92_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c1ec441285a07891350ef5b92dfe8cdef23f963d39ee86b7c2eaa0f29deced63_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:29924ddf95c884e61e24bc38d457d4bb997c5a03789459ef7565f2350c778e44_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:865ec06e1488b9c81e370e48824dcd003c617f45198943118f99889c9a23ae5b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9c28ccab17d26b72d9ae5d65f7a1ea11bbbd2cd39076f517e6655b9a35a277b9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f2a4bddcbf9cd3c04f90623faceceb3f3633ebea89954ddd26dadad9b6f9cc1a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:0f34558006e45eb8ad74dfad87ee15c34e2d5bce5f192fb00290ba8f6b2e06a6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:a0104045a7c163322387f621af644a79ba8b3e2d44bfa4094db15fad792e7825_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:b83a1577d6d15ea51ba7417aadaf190944d02a36e1067ff9973b9b0e59f207b2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:bfeca6b1d120f47ef42ace529f8663c90e420a3d1067891268e0fbbcd0c8fd3b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:09fb74bc16d6152ee950f1e2e01a72244e43c030205e6878577ae8a288f229dd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:933bdee9a720806a6c7537ed79ad75e25ae64144eb7e738942c36b2a72427c51_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a882578ad9240c994b4f21955809f6d332965cde3686fd2da1c4bc1bd89181f5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:eb823609e74431800e5bd7fd2399e11d17ea8cf0a16a578b70f1447aadbfe8d6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1a4a79d38290e993721e5a239acdc973fd395188d4b47ef664716249561f9b9a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1ab570c571e5291796e3eccbc336775207aced63674920c7416c67fdcdda5ef1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:46f5577da7e69caa3c941ead5de0ce8e373a77348df4c9dda922319a47533af0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:dfb1568b260cebf47b31b5bc5b956dd573ef5e10f5c04bc7951d4aefba1e1c29_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6405c266dbbd8b035f0fdec36d4663fdc2e3981899fec3828e7bcac0094f981c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a0ce68bd8e54f1975c89b6739bc6d94e9ad8214df431d1c41907866dab1cd9f6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:bdac9d54f25066cf36bac0fe90d1df7d89fb91d49ac68c09db1cf14862c91b43_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d8254c11772cacaf25e2a1b24b41a7694b530246cb980ce80caa5298acc71c31_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1b5aa2a8fa69661df2b4cef49e2a8e25e20ecba84ca80d5c671d8cdc73e7e31d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:54c656c9b7ff7f7d9412253dcb0c4484233f4cbe77512b63e69ba1532a4a41d5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a2d16879e07bae5f6eddbb5615c313001ffc4b74e91849ee9c2496bbb5996616_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e37862fed49b426c4344fa755c3442dfe134922b3b5a3c80c4bf4abaea7e6563_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:04e4334b0ce10eb5402543501944e72b9230c79f470f5976f8e5bcd5a18cd28e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:34a11ddd5af5a8d2331804ab76c6319587bcab73bbafc10b6f710260e5ace5ec_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:86ff72407e38fffd121bee52ed9e1229213f5db18cf1324a08296597aaf494b4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:edd7568d61e33652709d4bca937a801a4eb6a0f134ec7866eae3da1f19a01400_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:44623a58b3a052f8cf871befe578ff1419b5a36c9f61849bdf58a15148c3f65b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:78ba410665c68a41a5adbd8422a349de2274be894328ce523364f1ec2a71be01_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:823e1e9e7e7743538180596210828b19b6e3c8f435a7c792be5b945be76d9956_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:eee0084caae19613373c30ac9d2f25de2c202dc83cb6b3077baeab3b2ca89c26_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:17d193d080ae253f4e43ab259c28fd84f5f738967fe2ad4b6528fd42dedb86e2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:36ed0be4ed17c503bb07435b198cbd5e255660bb1e72ce49db7ccbcb3ce92a23_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7c1aa77f92efcbd6fdea6120c75e2cb19985aaa2cc48e2d4d3d4ecb87df0d277_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:d6dac5da24656ce0a1494234b06783b5e4ef052c0d283e66f881c21d1766c51a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:380b5a968a30fa54a963bacfc37767a01f6067b6290fd2d877d6b1943a7738a1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:6d1570e8f771ef561c5ddca5410cb86dbc94943cb23b6f96fb2dbe5b9a2f1823_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:7a9f65149b802b3c2ac4d2a96bf53c1dd6eedf8c5fe921783962197bbce94207_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:a99a994a160375e89550347eed1631bb0d12bb4dccf7ed49119935520b744235_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:22b6a40bf066153e072a2d22e48032b91a7f70e2de0d38b2bc5665b72f5635ca_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:499dba655c620472ffee2c73f5f6c53599dcaa8755af1ddf60388702041c6cfa_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:9f82e685ce4849aacbc315249403939d8e9fa55ca297ec0d829d445a3133ed9b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b11b0fd3272461cb95d4f3c79c5c1138770085b461fb8c64c5f19f3f2276abf5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:06ef27c670aa46891c208f0a1ce5be98a92a321e81865484c17db725d6c48f6f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:50187fe1e5905226e869fe96d050d1fa6c91c0ca9f360456030514a0f3efa2a6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:828613cff0791cce90feb1abaf17c31f8a89e409f605d23ca79904feaafa8cc6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:889a2f9b69467f174deb05d9f57eccfd85e8f6e2ce2620a3e3b5c15019a108c3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:381cea76282031f4a018997a2ddcaf6222576807356d45ab3357b52a30f6bb3c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:604bace7f2173c964ecf1b54fe70fc08abbb7a39fcefd21af752c7a12f6f5a31_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7acae5b318d8162c7da445ecc28ed374eb1db0a92e3e6136f1a3d6a82bd75495_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:df00671b04cef1d122484a876880dbf4cc250c63730537fef7e1651b58f9a9dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7246c15cef44f3945840162c1dab72daf8c0c4999345aa6ba148dd34597f4ea1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c7fa305a0d4a592411905c2f44a8218e25caa39e293ba68e1c84458683c93979_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ccf25a1cbb0c79753f4049cc37fafb77d0f8dbdd896e4cad7e9674877dc84589_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e1ff850187bfcc5e53338ee32678873692eb81a7bc72c5d3a928722571d312df_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:bda6a57c2ad84239536aec6a20a9c37fbfc7aa13c994647427936bf0b3b3361c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:2b26daa64e5d4151cb1cb91cf459afa93b2bdabd2b9d5d28585bec72484c0e63_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c2d77eab011a8025098e1254c384f83af4f7e0d3ba9e6d2772eda689e644b036_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cdf9f5f665881fa0c5a2f3c98e4c99673dbe8a92cdcbbe6b80e9dce09f59a8dc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ef4521604c721bd0ae8a4b822ac9584d3c7c8a80c5ecfe263da6ff9500d95ba5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:29a5ed8364575efa8d539b05c002e8b82cc57350d4c015303b4fc46b06903eda_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3751262aca1a347b013648e64294520615e447cb875b1e7c04535c9c5e843ccf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:5bdc6dd4698facc8189308328f6fc62ad7f4a3a5bf8c8a5775fe6e966eb44eeb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:e4aa456e8c865f66105e9f1828b455bf09d80960759209703df345a559b36608_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:74cc690a06a3f7ede74550b2416957a6318136ec7b703de33588122e7222eac0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ad7055ad351c0c24582721dcbf7f422b6a31290104530458e456bddd1a637938_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:54ff1a36ba796e5b88ae421a3836220f5774f0694cd49da8aff5f8c1efaac958_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ff8879335cb7031227028d3bbd5ae3c882c721871a28a42216fdf94885cc48f0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:4bffd0baad38d0ea6f54efb82701a6530eae707565fee41e2e65682a990267b8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:6381f7fc63ba688a5514eeef31d629e8e6cf01d6910f29f7dd38cc48a49f392b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:6792be8aa7640d171ee8102e5315ee2cb5e51af62f7f9ebdfbb0b54e89e35cbf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:e168e04989169bf67e16af77f602c8d762b1ef424f4abc92ad8ef8a135d6fe69_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b9e9f7cb5894890829532f10dda00d008bc5745b999b76daa26b5667e00e0b87_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:f8ab11c42ded9679807701a6c9564ff67b13ba875e28cdbb7663d9382f8e194c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:203f1d7c4feca08547dfa923507640370e669f83029fcd373e4e93461cce9421_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:8b16e6a9162b06a6565a48f4b05f3a1681f9f6349278d4f44d93ebe60d96c566_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:ef131d257bfc318cd0071ea2867d209fd8088da69e92fd3d07bce2b86d4eb2f4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fd5a0222754643780d37e10af8b077bf257b5b4be2abfd2393f0423a4fd4b291_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1f910938470138dfb6656b608393e46eb5c59d76edcca34b8bbc7148f2479061_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:71ce3309765f3dea75ed45541065b35f0aeb697d59b013294775e84b780f361a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:313d893f24ad6f2f8c7881f418b9a5e9c499674052a97434372d1d079411ffc2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:93bef2950591dfbc736a80f6a92659b6868991040450c5cc415d32e225177512_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:9487390a62cbea3de31fcfa46d05ff56a9d088426101b056254d0a3dddd6631c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:d4cd54fcdc26243209c918dbb1dc54e940965cd12cb6d05259c0ed45e3755516_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:2f9449039570a38ef4191b3717a9597219919ffaff87b645f06c4daec74a3cbc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:5d72d27d9247c2a9ae05a1e496eea2c264df19be8a566147cf5cdf378d82ac4b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:2b1553659b6cb1a4fc9e75dca05c4117d98894a5ec55a650fb60a2062cf1b79b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:35d963f072ba8d1d78380c48815bd2d06dff7f1917e493ca64a37d319988e6a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:42870b8a98ae271ad0f0b23ad541bc37a9585e93dc6822f149a0bcf53c78036d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d797ecf477151c6821be3fb5e18dfa8f8df04233fa9f7da7b554da9eb38f0058_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:27d55172feba74eb9712fdb42300721acfa72e5d3739feac7c4353f8a36b4b38_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:5bba9f8444a0daf6194a6eda5d1b027781717446435ae4249a558a31fe17e06e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a8840079bf9bf05cf2f9c4a7f38bb45b09baee82128d12df604007278fbdb198_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:effc3a9f6c7bb400163dbda690d84d9ef4d40736105a2594209efa8c0c5dc80b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:3b6acf7cf4c49d979d30049d80bd265e7e8f17331648008bb4f9033822ed0a41_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5b377378d275c0a152365c6dcfa6e5f51a30de20210991ad8a4b5c45654cf022_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:855e978f66e69d149f00f5cdea64c68b677a1f2e9e1c28f3f67846bd5497ea9a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9bbfc2d46e0e771ef7bf390e121f26b0dede58ac0ab6cc04e7592469a78ae5c8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:101533b9ac484f5e8c3f1d95b742f3596fdf42d6a706aeca5712648ca50e8ce2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:2918100b369a980a69fdd9d0bc0fc7c898bcdde23f8ac8c9a8a22066f2b1d87d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4f2d8d750ce5932589e4c3b10579f00da60407a89be1976f3b54184c997650ab_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e7b4095c367aa9811dba1e43cda61f60b54b9536d9900990e7e6eac745ec7ac9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1bb758a596fc11988a09a696981630bd00a73dca7c4ed52799f722ef87db6a91_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:50aa9b6ba005c3f004568e82cc73eb56ba6342720626f9a35eca618fd1ac9cc7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:982fa1221449a4e78c06e6a13b7ee325b8951a8a04d0014939dc49b13c6ab79d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f055755224db92970aa09e26ab84f8f8c3a67c2c8cd442eb4e7764e3474d4613_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:719c8857fcfce93887b77a94974d418e3bf19befe0ed25c5974bfc7ed53814bd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:90f04dac670c4d0c505cf8f96d020c9e3f4c0747b91dc2a2531db407ffdcfbd7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a921b1d40f1ebac4edf1d6bbe26fd7e39329776044e17d7f2409b20792acc271_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:db281fb5bc3ccd949d2156d7eafe5691ecc317c3e690f9987436d8b4317e6ec0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0a68822ea4fb06b74890aebdb694cbba827a5c1b9519b5a4d2086a867464fa2b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:38a4de43972a5ae5404ebc5862329c0b59ee5a6c72b5e3fa8be3171ad65ec713_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:dc970cb4ede420e1d131a6146d256269ca6fb34b633c17315e6b202723765bd7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f47d18b4634f6f675e50f165a805f33970a038843dd48fe8a02b3924fa70e8f9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:6731876f6a37e6e26e079b4d8901f7bdcdcb6f34f8f27c850ec813ca5b3a9543_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bfebb3f4a3a9476c2307fafdc5ec3fe7586c51dde9c5448fde7d34e37e2f45af_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c6b9b4bd2d7210a42dda555d8375807bec66a4f8693fdf256042b49b3f0130c6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:eab2bb53112191763cd944b3b13cf750ea9390b56d7d14d312183ffe56d0a394_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:3ca197c0d720c1314db2f36fdd4f1fd81f0b729829f27b39508f0a6e7ecf7bab_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:475e121c7d6f480d7d2545252a7b59510a66cfb609f586bb587595ccfa3b71d6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6cedc3acc4032d410aa6c0142de17e62461401a772a09c795371238dc00fe91b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ce34f62e6953d64b6566905934afc4a1f5911ec68483f5ceecb59d187e37a955_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:2037952b4938add2200b79534d571adffd95bb0c6ce04e7ea4a6c0ad85389771_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:698f43ebb93c00ee0a916be218a7819d0a402e32c12724afc51f2323c26d541b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c247cff3341da9969055ddef313806cda81c2dac492ce683d4abcd5ceb5a9bc9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f12ba7fce7d3a13280d4bfe412b9b54ca22baa52b90be0fd7825ac719f1de068_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0d06e661c793f5524b749bff4124ebcc17b7acff1b57a672064c072dd7b0390d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:484c08c7c512dfb681137cbf0cdd45f42ed4181a690076f6dc6920724687655f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8a100494af630b1dd1ac3e0a7c75fba4853a1e7471a0b6eae2f7d6b7762beeee_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c9329187e9bde81fc4f0b4996c909fe4e9354e58fe353340600532153254e5b4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9143250b98cf0e2f2b3ec33bc25a856d0b2dd432d1994740e639bde2ed1deb29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9a7f2845529ffd78d9193a8329bd1761b7723678b83e8d5362aaafa657c398eb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:c6ef91fb95bad775d172019ab1b5f9c275c2302f85f04c0504273be57eab1989_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e2becd018c34a7c29e770fa329cba4f1a371d4b089451365abb35acacedbcdfb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5279e457358edeae97e136d8067f05d60b4b806c92e687bbd11afecda4840eda_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5d76a917f9cea787b11ab23bed912261cad050e397769c94c1b70cac389c48b0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:88237cdb1714ed0759ff8c96466010145ff8cfd60a7dd3debec25e3a2b33200e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ff62706a4904af960c4989c87712d896b34265fcaf21ecc9500daecd03561b38_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:15ddf484307e3bc53f165873cf04ea008f4f5720effb19e3ca1aeabd9fae64e3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:28a6a3b04348c6191f58b9b0a700acc995d5fbcee3cdf1af5e34dfb0a15918fc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4933a9cb0be09725767981638b9139867cad6a26a228701ec034d45c3f7da4de_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4b571bca7d279192d7095a9d157cdf40f553543b6a39658919bc5920445d1177_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0f18441bd2e164906e7bad119d70b8f5b9b47c1596d58b6d812ee1e2f4b6c0e5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:77df277ba08b5a6efaf78b4ec5e59a7aca2569e00e7644d27e1d2653d80d150b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:afee031de2fff6cb0e07995b5f6c4ac83ab4cf3b83f23a3931a4d7e15a512c1e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:cc8b86ad3d080ab5dedb159dfca744ce669341a2491e5a0bab4f59e3dae9ed7e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4a76171907bffd3a94e149dfabb6170331e2fc0a30f3ea7b8eba1cbe68e1fa80_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:62f935bfe570ea83e376ea84589bffcf0b99d30eef620adc813f72501d982705_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:75a992b3a14138492b585b3500a6b6f565c912b193834fa562c990bee8115e90_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:9fa46e30f86fbaa943f136733680d0e8a668df1e04d1bcb71160b8bb795a2df0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:58b7b6502847bba5230e65e90a10350d8cdfd331f5656425dd2f310e3fc89cb5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:5989d793b9236bdd9dcc1df6d4687a6e0222590453a5e4e31be75d0414c28056_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7e5383d64b25edf87578b2cf05de47d46fdd2fb6f1f4db5146ead38c887f36a3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b5b9266258ab925a7dfd33b86043873af4c0799fc52befbc476f875dc44b810d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:100d472991b3969275774576b60f5ccffacabcf89eb52efbb744aa441cfcce99_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:9a6fe277560deb4c1c2f91a1d56678c5956bc9ba958b859eaacd371f8ca753f4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a2d2bb9ceaaf23ff8430662ff6b267cb36848b2cf311bddcdaae8e33e8736306_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f71926ca5053134743dc906e1c5bbf2fd148acf50e44916a936f3a8e98494a04_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2dbbc016c4e06676f796ec4cd51e68c11c96bcdc41de8dd37c82c3c5c0825cc4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:444b74ea4a7a8a664746757e4417aa7e0fb33fed32a4755d300e14a49afba481_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a330cd288cfbb99db498c3a7e7211eaddc4cc5e39b6343fc6589b958c6ac44ae_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cef4f16962b3d71927c90e2573873495563e3144b6e3e814acf5a220f1b27193_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4d6edfa2e5e9d6964a5b9483989f491cb5019ebe9af55116591b321b499bd12d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:62e2bae1dd93787bebcb5f1b58499693f4c6fd620edb3254b776494d2b5a55a8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a514202264b03a6c80a02e3cfafb7c6a86482449613b5ec0052d1040587fd088_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ae40b5055051c07b225c15723da95953a6a7d2dc6dfec8d0469d6f857c8424d2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3882b19d141998fdfd1197856ec7826be00034d72633396be628002953fc94a7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:39282efac8310ed389b4acc4ff3aabd6367800953c1e8fecbf17926306d1f419_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8df02a6889e22a9763b5c0e7b6934824f682f4683f2085f82dda54de427ba28d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:fd15b8944403c78ee3c0fcbe08aa5ecfcb7b10c14fe5f1a20ba4873295879c8a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:011ac49df806c01b3f64fab0b3d79355b2685c8fc0316653f34359b451ef2ba5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5929d673c5a6a568c88e13586278da184ebda4c9c5a9a4a1f9154ad0e66340ad_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d113138d214fab52ec3422cd3affe8d3694a1ec30b85778acfa8b114ebffdddb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d91c11d262c19c1f020e9b53da07db82b6d68533f4e697ecff6c722781b4a4ba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:5865f0a925e725309c27dc1d71d0dc999cb01b4fbde764ba8def1524f978c0f1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:bdbbbd728c482c0c5b5e87af470856aff0c8264d3f490c8ae9d987f21d5bac60_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c1230c3643979aff1e615e1de9bcbc758c31f7508b9a3b25fd2eb323eb6b2490_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c7649d6adc16287d38318b6a50107dc1d3aee2e842a19e09822fb86fac31df15_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:70687b2657e8f1cbbff110582b55f3104d0c7f47a44ca1185a7f67e421d76a17_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bda8d910934ae595f8a53675c74094693de8e0a929fc7c52458b2a9f7cd0b4a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dff9eb529ea868114b0f46c60f4014b429ce115b0ce949e6855fe29d9270354a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e56bb2c28d7ddd2dbac95451cc16d547718b651532ec69c85e8f0fcf5785d002_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1670745d88d0d92a262ab445f81956e894ae5e9b23d490fab96860957c028771_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5cf3f4d1346c07a4e065dad2df083934591b45c714f503b5b617d470e87f1db7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7adc722fdef132557c191e026fdac56278584f6e49f3902179fc443d87a4165d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ff467f13cb09556eb490743f878422fa2493b8bca683b8759d7926e8af97dace_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4030ffce9d00de08b95d660595f0f67b2b83756ced6c6439da14d36b0b923729_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4baea4cfb5bc4a7974f90c3bfbb25e23865b659fd078ec45b4c36ec0d11b78f3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:829d8937eb34548f09b89de6dd5a236ae58d6f74501f44c929538c281a8be920_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a7fc85a92b1d5f7f79d8a8a63e6d9bb4dfc66383ff175fbd956deb1de3127fdb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:78adc3f034871d6d77793932d11b1e5f4b2ff3e1cff0385b44811210a3c84dc9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b836e8f7b31ba9c107a08e3be1cc27e73afa4045210d7fccc817c6058671aa67_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:cb550213a7e8671953d5b880c0b651a566be475a3ca0f5b442a2fa9b0bfeeb1d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f727aa55c29332a39fb4e74013b9cc96ea5b32c9cfbb7cbcd79c7031d1a6f44f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4b1f00007dc39d345013c99c38163e0adc112e5eb81fdf41e1acaa1e0064d7f0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6ae9a652c5693c55ceb3ed91fbac054d887142b0f55882c776e42ba20d1dbdcb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7ae4ffe7112d35231314490c8d02c6f0947b54c240ace11a87c07dad44d5be4c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:934380eb6ae83360d1e11f709c58d18c2e69e04b3246a02846f26f9879ca1edc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5580313395048ffe3d874dec574f7f1f1f21cb84831945de53a80856b4e945df_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9bc152718354bb245a765da17d12d0477cbd15d7eda5a86b8c5b1330287fec4c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c00d2c84a5f8c5f1c674d43eddacbbac05782b81ab98cff83b606c35b46d18a5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d74ebc7fd5b30afecc3d9f61ee6c74b2c0f8519514c5614ddfbe9bbc68227509_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:84ca4259de3e923248f7d50c3adcea713871d3d2da66f172c25dd391d22a3bb8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c6381254579086af7ec69a4e610680fe0e532a26f7ce202c72d047b89e0db642_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e0eefc7f55d25990d314c2ceb50afe70f7746e467ab7a409fa3d1b44708d9ffd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fed1fbc1295974647bcbad55e52b199c2d3d4307a3e53e4f8b1db135df9fd8f8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4bbddb6ff2f7429b2f5730d4a3f529b80784f8e42a0acc025e78713d703a2efd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:53a0ebb5fda619248605abeda530cf37fdb7ce99e7b7314cd5bcef2d8d8b7004_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5e37b117f72cf1001bea772e1302186d8f86c0980534b7f359179a5e6926c448_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6891d22800cc10bd8d773d471bc71c4db64460efab4b30202d42da1daf61a3fd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0d1bc6ef87ea978c23ca7189fdf17ad0f54a5f7709a75a25d82e7b84ffadf984_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:107f2fcd3f606044c570a980c176047870b304f3212df747995f6eb8a45749bb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6b6e5e25d50219a95d914df16c1c4e761d0bb45a9efd054572e54054f27a6f0a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:dd60fb26e79143000563578f9d72e3bb7cdde4b73dfdfc148b27942197d3be51_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:053d5fdef0973f6017991487843da7a64f8a346025cf46a7c575d6a4bab71d74_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:26318acd09b8263236b4d266c735aad015e3a4b61daafedf266ef1115968f536_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3ed5dce28d62c36a87ff35dead5806fd124a187e48051a0d2b550b209c9f6302_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e06c4933f2806bfab0f36ccdc159675e5fe2a6a084f98065787d304d5df3b7f8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:055b352bfb76de2eba0b9f0d1a6bca199c6e913e8e95879e991c5fd22095c677_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:16e31b5411f5f1924cbcf851f1b0463302a34c31c5c515220923f7a2050c18e8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5909f73afae46cf2ad00a9a6f1c38d38acc3ab00a0b97ca419110492d7bcab7d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dbfe981d5b05078eb1158624dfe2f0651cad81b92aafbc671cb6470b49bbb89f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3b166e5b5529c407c2f8e372414d043fc617965696c5a869fcadfde2d14d716d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d3f6483b465851cbb520810069a18136af80ccdf79fc1ea80ddb4687ce685aca_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d7d33c165c3d0cc0e4924e8c8d34bfbd1d72e2aea301e53e4b37b712e94c06e2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:de5e8cdb75cc79630290f83ff179057d25bfc11d37816c57b6f66563eb3a2732_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:24abe1e6ee078487af8ee8bdd5dbc267c18882078a7987fbd63728dc2b65bb75_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:552d01e66c6b2fe59104b8a9f3e1e58fdcd7b4d4cd63db42883ceb119ec0ef25_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c00c3c5e7e106cd6527cec39e5c3fba990d1986bfdcb691b866db80d59e5f82_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bed1aeb4f58c045644650615230eaee03336daf78d9342022786c12f29da670d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3b213ee7154fd814e8a904c3a161bc16ca7419163e8132ccabab76821c33b310_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:721efd9cae7cd4b43c6bd498064a6c427fa32d0ba848f8b0bf7670afd662bb18_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8f5f0f56604ecf94768262496ba1e29073e87ec16aa8f434674b308bbd00678b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d78b1c13b0ef255bce1e19973bcbef04d40c517301959a7f23d23613a95c1db0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:650f0e2357f8d302f10ee0a628868f985c5a8c8a4e6af9e6793a9051b33205b9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d5a3ff1bae3686aff1781b5f5f9e1a7966962b88a1e84ab4eb62751aa835bb78_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:db30f78340370f9da03fdee73445b72160c35d83f44f708d3a62c9dc8e88bd46_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e88ead481c18a7b6de8ba7f609a1782e45e1ce85f2a158f259bbe68a9db261b5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:0bdbde169ecd68d82366f3d04f947f73715797fae5c3c4561e7bda5b5080dc3f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:1d45937273065c5cdeea502fa388172651fef5a607db33ea72c49f2a50b29b94_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a562490081e5dfc0fea7306931e2dab3fbfdf76cd83768b7a43ea556aebfe4f9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:dea6dd04d50bc97f9e61330140f61a7370e31e474c26b3526e18b0ae8ad56c41_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6ff785742b50af7f2a15c1dd6f38eb69e9a1a20cb4bd635aacc57a5557dd1b4d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:d0e6151117374aa602349bd1028175b94eea6f8386832df622d56715cbcb675d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e8fea02d42c9a9b8e9ad7642d9f08d705eb6e4b3e3681cbf6281c7b8b3244ca2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ecac534bb32ddc645101f6565521b08fde95cbf0eb2b9c6b896c83ba23e8b6bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:55e0877d1949d009d71821f6779aa9ee90484fcccb820d53bf53b90f7d412636_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:775af20537e6f4c84985145f44ad1ae2d5530ae06859c2549d1d85a2e4ac54ff_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:a1b02b9608eadb4388dc13fb5ae55fc6ad64788f93186872c133a0ff1f5ab487_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b5d732e8d36668226255dbfeb389994104d83ef2be461079b66557bb20d799f2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2e983c69ea6e29aca4f36596a0c697c2935dd1deb08a4d3546aaccb4e3d78ae1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4ae2494b702a6c7f68a65ea730f6df3253ffe78f2d178b0714fb6ec04cba5cc9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b1133f78075f3364ab85142cf6c8457820e2e1f31a5b0750585ee1adc1285ba6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d41fc7e76000bc1b4016bf10e86fec44f551b127e17997fa4bb13420219fb3f1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:25acdc169b3860a10f46dea8b842626acc639aec950ca7a9339e96a2bf1ed7e1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:453bea2d5f94523a88f37acac9edd0a8d921bf79409a260386fa458cb18d13b7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a70ced1330a4e7a0a7b81bf6b19b3346ad5bb6e26398c7f0577994d48712b2ad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c2a6ad45ab46c0238429cd0ab59bf169ff368bf68750a011f481208e56fa0268_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:33afbf29add637cae8478b8e0ef6b3b465e4ee53b000467ec34fb1f3a04615af_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8056eca30416b0b93270f6c92d0fdbe4f1cfbbd6258e27a746cc379a86b6b8cd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a06dfb4e75cc6b0edd836cd59035095135503f35a7cbc710ed7b0e447fe256f4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a820784083ee32f544efc474c7ded798916d1f077ddb9c3f4461de48747f4c73_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0ab4e11886c642fbcf7560f780abf9046b73dcfd7dc9cb0f086d9e62f87fb271_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1283ae9261afb1293b597a8da40611cdc1980b1e403de5d16669c5b7d2527dc7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:89ec13946e699f6589c3d235cb515b92ff48d1d5fae8e7892279b64d41b74511_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d08403f8114128e063826ee0cb3324bba9f027d7b2feeb6f7c826c9c4925579f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:2aa0baab0fca2bf6877260b871b3079ad96c37034e6f3d0a45cea4118cca230a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7f886a3942b81b3318e288602c88de802278bb77c5d11ba758f1d86f2f028abf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:940d02c46f06fa92818dffd1842010b652856e09cebdec33e0f0e1a1e9b1b5a3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:cac82b041210a06cefe512e89c5755e972f6e125c69a0dae87e454e259a3c08c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:12466469754c88d41872c1a061c1eb4349cf565b5fb32db651f3639aff2df67c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:af5fca0ab8a1f5374caea5b38486cc97c2be9d884a55542faeaced44a4a7320b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ad60c87d6e05b51b5351d2490538c757547b43a679256052b600e3fe8e80a594_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:e8372026bbc873c38ffc2c7df35183727596993dde5663ec27a2c2fe401e04f1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:736b406850af746470b1bd5dbc61fc4b166133e9cb50aa528dc1210b2002d469_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a73525cbcab817d0472f544883106a359b9079eeb1d8628d8b0185e450662361_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:84664067a273cdadce55bb8531916e8d8edc7936bcc57bc2dd1ecf57adb08c06_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9a006a111625f85305fbf3dfcd9a62592357a6a282a1c8ea1edbc48b2ef7db05_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:adb84daa38497eef3d89a9b42fbb22fc04e94f708db4f1f02de21dbf099ef788_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:f81616fe8dcd6b63df308c58bc1b696f9b3c488ebdfe00d7985026b10d083de9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:07efac034de568e79f6ecf97f924fd5ce7104e9259d90747cc0fd3e0a7bf4116_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0bc9b2b997bdf9bd285382823ebb9806502664976c2dd7e7b0d111df7717e77d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:165fc1e58447c7bc9febc3ebc74f90096c6e48986789d4e66ff6443f1d30d024_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f516ff3ac172cc08e88f25a0531a3784ed212897dbe0b05e04dece7d62eb977a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0d455e21bddb7ecd4c5b8f077ea96f046ba3183d17e3755ae95f8cd112a81179_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3d291642757ab1bc56aa6bf8b31b383a1867b06fda7ec093daf361e3bb082624_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:91c0c9cf474e9dd3b7dfab43e3e651afcf950c183a51321a586d5e98e3b8dc82_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:ffcd35b620a75ac1d121b826b37ff71f5006684d9222c440785f06fdafef5531_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:56c2e0f91eb13a89c48ee5ebeaecfaf87dcef3f85bf7f7fab37e3cc6c9b2dd10_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:84e22659ec76ea69dd31d0c6bdb39b752d4e525e7425d3ad282c3ba5c16c19c9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a3669bd8567383f9e15755e7640b5af4e796ce1d6bec3b6f1139645b656f425d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:ac7eed19416dd31a76ce8139a4c1cc16f2201b1dbb1c884dbd20fc5a965b82a3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:44020a87c575f01d876bcd559d0b37bcba2f5bb4337a4f0f40d65196a407910c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:7272870ff2a94fd3c026f3c3a4e985a2b2eb5c47dedebc00f2cc25a496ec3e90_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d5e64fad675db5b1a7fe03720a35eef4ef6497e49e928b7cb0a38ddd6fa9187a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f4d0e3f2751dad9fab70a9080102f7c0e82a784e516f993e1e84a8561c33204f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:174b142475167275c428eec2892e91ba557a1783a128749b9516911a366ef54e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:52fac1bee10c7847bcf6f7dc9f027764a183d462e46678b5b9aaac9611cfcec0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:874a6c39ad36a55efafc0b690d17aa4eba8df8f30831a5315a198e692e405592_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:af2f5f615c4e9da63b09f2b9f52ef632dc76793f51730ee67a96d5e99118d552_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0867d20104c147d58a3e119c8eccd725d2b5311bc563cb4030c18714e085c80c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:12bf752f4f8f0929752fee39067bab20d3af32f9d767e0eeed2cee9dc9cdf774_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3f0993acf410b536a4c2be24d23afedeaa6d4b02a8055100cddc37443a619cf3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d745b47be21fc6b98e8b1830c34e951271362105d32704cac1b1a796abddecc4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6c539e26ca346ca83a4c024a374f3874e858602b71794a1709b8a08356744b46_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:94e6571b95628469dd361c3ae5bf4bb88bdcf68636c0a7a6f007a19e32216514_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:978722d03bd0e1eb78e35c188516d960ed81c8b47a66e77ec7ea465634e44536_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f270599d2857493437426bb7ba58ecdeb0933b244b0b5e81d70be8f06c734c4c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:07f5c5ba5313539cdea53ec438fcc97c698df8284bba4ddfc6c7af4403873362_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b93c3b58e03d6fbfd8d73f6f0966ef5d616c0da0776f516ec826e4f5e0d4bf1f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f5aa864ac9d9a3e5c0a412e9bf6e22756f6232713e14fe4194f61b1a1c1ad52c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fa3603fc128be2cead70ffb3b0b0b5c9520f7826bd46863a86b1853e62a998f2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:382e4343f73dba48761c24841e45aabdf84a7f4de996be6515d8ee7c3e728c78_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:840f25f86e1850623e2929597e072219c2119b08acee3b81e8c7aed1b92fcb64_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:8f9eddba528ca5e8cc40717ae9f30253c955be657f8475a1c4da66c257bd1729_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ac7a2fce2be014fdc4208e98abe50329d0af9b7f7af98fd27e611751a413b4e6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5ad568a42fb0d0f2b78702929b75ab8fbb41937a853b4344ca990776f48ff85c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:821c5edd5f5ea9fddd168482dc437c6eec19231d95854abfbf1bcb150cfe618a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8932f2fc5e81fd7165d50432ba8994896c9ac8b323d5cc798872c1770133eceb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:df49ea17391c34a0eadacecb37c7e00552af8aca3ebb648f28f3f805fb79495a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:58e02752411f5bc061c8dd98bc7dfeb17780ef24ba8c65e590e4d6c5213c267f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d1c95fad91fbfc41da5d6871fb0a3c07d20652b5fce3f010505afe0d24c1977a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d6bfcd46424e1719490ce37bff728ea278eaf589e052a90b3fb30a9110aaa298_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ef555584c97654b76391f8e4d31bf0200fa82222b3197ef928f306c8d70f4881_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:520b43e0497fde1deef41e5f9e51448fde032769f433980802097e1e4216fb6e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:de2a25058c3aaa6f98e80870aca51d8bfd16354eb2da93e7498fc804825babb8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:fba545c7b9accb5be03b9bf1931c086a8da8592e3ddc9b5a9ad6d798229314b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:12645a5f47e54e3bf3f0b0863c44b938be5c42b22f695faf62c8d918cddb03ac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:529d46e40fd5f6de98cb72dd8704068e3b9baf4d3bdf91feb9c19139bd74c652_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:701028c843123a3e4250731e216eceb647411ce685517383b9a62b5af21c10b0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1b7392f3cadb8ca07f10d5681fa33f6dfe61f895e4a8a1874bdd5aab3543f67d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:693c125a5f2f67364d8bdc1a5e7abe959dd46898e7f46d5b3756746cf598e135_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:93f4a34af9c198e4baa449f7ce0e1e0936358afc725eafc3b8118df3d92d2b44_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:0e4dde634359042b67bcc5224afeef951459167cb8f36cb6f262719308f8ae42_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:344860750b6a6e567bb1475f68d18b19d6f79438b767c351c850d082648aa5b1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:efe1a0fb3394a117206bb1837b63a0ee828ab5b5d30dd7c94aa88afa04c94c2c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:afb18f280c123c44f1349b80bcab24c86d8933795a0577deb13bb651019d6a92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c865ec93173fecc00d843737009627ba137b7cabcf8337ea7837eb9bd993a601_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d172695ad3dcae4be122b50a27f14c6cb0e71357868ebdd13336cb7315122fd8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d4a1f393e7762a2c7ff12fd634077f5bc5bdd224d7791eb7929d26cd16047dee_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:01050a4179625f00151e478a0571e64120ac6221fdbf32c969a18ae9872c9574_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7639b8403341003825286c0fd45ab34d815585e8f4b5b4d1a424ccfc0292e017_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bd76fd61510b4714518ec5191e315f83feb1f47402e32602b061a0fc09641c9e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e53bc4c7a3fa7103778bd3f7bdc4b6be4b5e6a8450e38eee246caa75d9f8f44d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:62414e285f1e4de212e28bd90e5eeb60730324d54a317434565bad8891435168_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:77dc7d2bcb0cb6289f6d8c3c3f4ad3c01b9e24b4f6969ac666a888ecc8a29981_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:7cbc05eb0a0d3210e378d08d879933d905565224d9a6fc00e3bd1a9ad6782557_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d195bea4ac0b3ee073418a3674535525622d9b492bcd1fb0448b8ae52ba262b1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1440138d54ba0f09184f96cb79557548c3c9f19089bc813f433de28654cd74ef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:203e3cf52680caad6f8fec2ca1c7c87d45205ebcb9e816fb188e74a5bc7496ef_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4ef6d0725b69e2867c44e7d7ac57c820b759a45c491997210fc38b346d7f033d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b1ae4f6e3577edd7fc9f6595168857af7fd9c08aadbca1642c2f9248205b8c42_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:2e494676f33f47eb13ce2e3675c8e7a3871d5d1b73a59b71623caba05364196b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c8183043eac4cff3a7c17a9de76a4c9df725db694f411b19dd64923d1de68551_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:c7944fe378873f5d5268ff872c52ca08908af41b7efa03a7032363c11af633da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:fc53a478ba64c0557ef8de93faf1320baab34d4bca5f50bc8f74d4a8d3a86890_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a5e04dd92dd9bca8344f741151a5756e28fdd197e2aae26c13caf2867ee6ff76_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c16e427a9ffa0ef24fd07e6a21ff78a63313d5274eb3b1180f7c29cd1a9d11b7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:31630cb5049add8b683fc6f3de6cc20ffc530b72d45daedb84cfe62bec754591_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:89a876583624410a9d79c1cf83d94a9a7c0dfbd3ad70228ea985e45b2ccee9f7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:dd8a443d71a973e30574016ce343c19edc1872c63ed46b5f7023d304b9c4edcd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:63a52e5f035913f64e82ae6a617273abae9ee0729316d26ed5d4182ca0f50d11_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:754310c0f797038ef14c3ef9ecd934b6ffaac6ca60b755894212854289b9f405_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:49c4861778e7bc4f5738ff0f5cd5c542e9fe75c33057a4a0806b03ac75d76ca7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ce8e1af1e3f7d331be7a366560b517e1fc27f83f1382ca6a69a1d9893f260fda_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3478a4d3a1acaba3cfb3f1040320798b9d0b419a66b07267965d4ab974a3b440_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5db06d085c31aafb3f02c2c373b2de6d93c5fde72dae55d6de90f44b49b5770e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:634d04ee67f3a521e7b3cde560084491908f32aef4a89a1bb7d3aa0ae119927b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7683407dca1a355e731e277631b3d8522a3f84f1de664829c3b15db39b1f1ca2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4ef1395e47e1898bc84155ed4b4e3e4c72d08e4e7f2d19d9530d889fe0ef6b26_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:63631119f3411bf77ea1f622d77ef96434d80815531b046efe5b297dd5bbfffa_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7ee73740b3264500f062e3863e42fbd98dc3895f17294450fc90d992d2108d49_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:db28768861f567200cc79639eb01ce8e18fe5cb8a768cc01d3e23bda55431c75_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:09ebbcea16169b9ac863167c0e7f953717e92f75fc4c4e2bffa0eacf84519907_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3118a7eeb28d8388a06731c7bcdb5eba4a942b9c91a84e595ec0fb49a55bcb11_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3bacdd4e5501902865eb31e884646418bfb5fae90593e96b06ac0b7c3cc1cedf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:852556f6eb96442354f0695d6630e2798e19e31a5ada2ef01e3ca2571a4a40c0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:59ae16e7b7d2bc20f34b8bd1dcd7cf8d8d7c201b0f78e3165b11a592d1b08597_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8b68cda23f470048944c164b84fe27a5fb6a43fe739537383444c28cae451035_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:23c8ed7995abda7f87fe4031843205f3a99a0c57508c6218291762a60907f5f2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cca7e231ac39da3a210859c6280ded3a4687620493e3a3e0164a403271537b6f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:054a0d12730620c46ee6209bc9932909f653d0b7f796682a0f798ab3ac3b3641_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3281b909de7dfc5bf3c746e3e8ab05fec49fc8aa83dc8156e616a59c41ee923c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:d5efd9212ed22c89067691796443fab0b28bfc31cea94bbe636a4759f2e88521_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e0a34a88a67409e2b1cb243874cadd3de1c9c56a54ac225dc860cd89a635bd97_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:275f90da2f77f60d0a77e00936734ffcb5099fc8b5662e03de49d807a7632f6d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:833072794acb03eaf053f30b6bcfeef95cf1836ad5149fd97f34f3546a2e9f6e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:893dd8fc24cb10db16620d8feae352929b0dbb797f02fd80f025fdc7c78bf53d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c9ba070e466a5123790067569bcb909e291f3b2264af0aa152372fff9e64f82d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:6f50d9406911e5fbe310c94dc60829891609934e64983339b5f66432a20864c2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:8b4ce896da4126dfda544da09d04f010c0e9b25bdab6557adbab8d095905d535_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:997a24c33d3ae9914f3694b3a8cd8af50137ea48296c322b56dca53b4dcd1fcb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f80cee2f47779e24e07ee475d09fc697a4446a07f9eebb0813a7119eb0bda36d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:7aa46141209fdb1090d90f00d1a7753f31b9224e080b8c669883901846b32ca4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a0dfec857ddadf777961a71d8dd545cc798b921e083c8b5156ca7423f8ad8a2f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a5c047afb2066ca8740286ad2af8e1271ef78c2e5df73ed2365f586d6a101b33_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dcda877c69d0398e4744f1b7a2ed81986ccdfdb6f4da7fba75f29fead8b10f34_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1ff4a8a6440dd4d97adc3273253da14e081083c978edb5fcd05dea33d4cc888a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:2aaba77958b12e834f6418338a21b839a95c21ac5568a53b5f792553db772e6c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e5753a6fa47d5a753be2eb3b7a46cee0bc156b0e52bf75e4f192c0ddb3fdef47_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:ed802f61197fbcc0f1a8a916612ab33363e0e1866ae70d03df92469a2c356ea6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:120c1ccd64bca8bfff4b46d14f78038594a28f6d58c585b1215afd76c23c7ad5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:52dcfdc6c5f219f414fa0775b70e34118b319897b0772931e0861623db7bde86_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6b259bed5dc046510b7c3305f6abf86e4543a9ec5091505f92f573536e9f049f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:bc0dd85538edc7a80adc0fc9fc4e02051e7b09480250b5328a6b70251875b943_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3f9151da4d025555f4c0183a0ce07a2d0084beeafdc9f3f1e87a603053ef9089_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:919fe76dee99d772b668b57645779a63e1c3b7f7f40fe79175c27ae6d7e261db_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e19a080b5fe10b67fe48c28014879abbc87cf5077c32c003fddd171d06bb370f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f7708a1c1e0d4083c7f0b9e8d8704b91a4c823dc9435d5d3e986372f305e1fe4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:27bd19fa0c1eb00c55120e22b21eaab50f0eb75a84910e9d8a2fd3b5fd1c7dc2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:52c4215a49207586cb3f33bd1d35aeda857d31d34c80cbfffba02ba8c448c8a6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:62e5cb5ba2d92bc29a2087c9de9fed7978d4c5ffe07b0afb479eac93519c6df5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:68aa837b6a3bd95232abd62ecae3b040f2a7a72ced626c784c4062c2f28a6e3d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:9872321279ec2d108191f1f7e1764551e9c7099de51f595627db068a66fc4f8d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a06cb8024ab06fbdee295afe99cd294f6e05c36dd490545600967b8ff12e3391_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:1d3a2d2ae27d869506d3f027ebb43f0ca64451cbb635c4c412c85129025728c3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:c20a4f14ad0eecc3f88eda36bd65f1f390c6977a7ad5ed69e87969556b9d8cc7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:64247ff135642a32fb59a62cdcaae5f28085ef0578916b4ab2c90d31e67848f4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:e0cf29f62ec486451053c661388f9a3a12ba42b84899b687fb3486666a42536b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:efc289b0278fc84c571d7adf9e9ee1f8b149c5d832cbf416803435e89ee0a531_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:47ac82d0289751c8c7e41da07173dd61836e606101a20b598c00da1cd1fc9077_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:953b8ff978f6523f4578a469d23dba6536d49a141b4e3729b059feb6d79a858b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ee224daca08de920de240b684ebc23a4da50d60130d9e205e88c904c8c755343_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f267111aa2951d22dd6a41c7362afc22454e365325b7a016d213505b7dad74f8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0ed3d751161fa47b7ed4bd2ec2c5bfff8ac5ffae0df22dd9a741cc64bbe2939d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:48bbecc83208a8895cee2c2e8ec677f59a688e02705a677cde4e9a8a52398d1b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:89ac959e411430e4910919132f95452d1142a45fc5c67088f15cf5bad8982165_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:db55fb30b025bb573317f113897a7bfa0dc729aa684dcdb0ac3066356b339bc9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:285f19a6dcffb48d4e6f6d3bfb44722f1828bfb2099a8736f2fc08cdd1481175_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:521f2693c3073993771af37d65723ced3ac83c7438d6ff35425ca5f663101676_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d1883837f227ea4b98d2442b46e5c07a9eeae549e13cd778f7c9e78494b53911_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f1f601e3a4951748fbf030083febf57aad02568058889b0122c8872e2d68d70b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:34298ddfd123342b87d28c047cb4a8c1b25b07352bfed57aefffdd92a7058b6f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4a56a0984384548771e1c8fa5a4a8efe93f472cdf2b64b01d6049b2f9187a684_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6765cf3c0f8d395307ae57019cda7e2aeee976ec060eea8a47703db0b18532df_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:8a8377100458d05864c6521e4b7550df73b5c3d9cade518067d5741fa9d02292_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:09ad41d3ddb9aba6d649812d1e48433f5778b1cd9d5e0e1466b34e6516b864e1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:7b3a100ca1bce2bced0306ec9d4b90a4dfe8596c5bdf51799aa3a7a1ef36fef3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:ace3b3b02c33261287a32253dd1c027769743797317ac4259c9102e0b3db6603_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d289ef93e6e179405cae0db5309865f76cefababf168006abf09fc3a51a32bcc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:20052a45d551f7e988cc0c38baa38f146df4d9d741ac71f17498d8ddc44a1beb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:55409e5fb153973038a15985a332681f4e3e41126f84b6a355c47314c76bdf2e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c143caae15fb4249757018e05ac8dab9abb20f405977cb41468ce6a8049c4342_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c5d456d739d5791e51544a45309ca3b64f763cb49632bc638950fbfc041b4193_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3ab4203333e071978d85f0f44f7342811d898cc388326db60afacd2395f8340e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5a97ef5bfe0456bc1528f2a3df7736c506e11cb61de5c41a1daf22162150b345_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:94fd7b1b27954fb59c11a010f4b8ce0a3377b38bfed7ffb20873a2f7a499f8bf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a936c0970ab66789c10a64cf57ae76bcab0f2f16b6b50e713373066f73d535b5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:34fb12d4fbb5f9b29b1b58e19b1c1b0eb27121ef80edc50a59e431a4e94638c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:bedcb032aa7325e5bbff014f251d5ad91fff9dcdaf84a95e61e4fc4198f22f79_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d10ffca12372666b239a9fcde83a4b0da6c3f37fede3e47272bbdf9ebd2f0d91_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d5284bc6a4ff57ceca1c00af4ed0c46fd341f1e2a28b4f13b210ed327a25ebd6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:2a7aeb3139633e2014d99631287cce239d73af61e541f218f45a009fc151d8d8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3afe2f3016ac55bd947c98d1e4b957969357aed54423ca2f35955eac8639116f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6d7572f71fc31d580d355bc6ebf8eaa54e4285c53c7e0e418a7495a0fb8d37a6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d2236c41a640de0aedb4eb2f1ef143793288329513ec0911bc37ba688857701f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:7688c4b2355532cddd9b9d314d105127c494990e7079407d2f43e578610971ad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:91ee195223233fdaa6d83ddbc8e1dc33bc7811e4f1e6ec9f5ddf325f560ec38d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:c866308d315beaa691b25dfed4be0cace44628e0799527e9ca11d14165437d98_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:dfe468dbed566f02ea0ed9b5ed5565f40a00d03a344d2a230b0a0a83c783493b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:08710b0caf6f4bc16e72a89f596f33c8c38ba7742d0f1ee552336f9acc7f222e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1491efe6870dae8caca1a78c9c96f8b4b2956db3bd5eaa6bde59ee996506bfb8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:2a0f11f0a1063e3ca7b8b04693ebe979e9953736d37f3dc3a91fa5c9912d79d4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:813fdba989d7b5a4aad5e9ce5bf5285b0e65745375dbdef899786d571c001b77_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0db523e5a7a6420d94d5d302b90c798737eb78f99cde3b887d3c3866e195b9bf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:18b7e5875aaad6e0bb8b12fa303ad6295bf3968daeaed2104f0f4ec3122446df_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:80c4e60cb2ab82621ef12774841d39e6ece9e9671114afd0d19b188dd7746d81_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c20dd339ba44e18a505db8bf726e2db8b6a764f7bfcd9e0d63d627d69c2378fe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:528f1228123298362d5787e862306cc2605f3eb31fdedfd0deea7f3cdffb77cc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:75b18dbc6fef40173ab0c85ff4f9c4111e29afa10593ef9141d589f88b418826_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:e8147c001326caf53531a8917f91991b5ca05f31d30adba78a03539a6568009c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:fb390f9eeb4853d9a20c9bf02ac10e099238e94084230bb532029be4c88b7ac6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3dc8fa50d17a5074f03d58eb00467e45e6d74f6c5293bc57ebb8c4feb4323eb9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:51941876bbb8070423c00e3699bb193343e963358dcae8cc6acda94395edc5fa_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9087e6df82220f673440368a5e81c5a0f3eb5e36cccc61cb40fcb56d92cfcadb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e3740bfa7355589784350a9dafc10849d32f1273327387b3b3c6389ba1e26dba_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:05f5bc9410d9859f1bbc1def6e1c74fd47781faf1ef26633f61b5d8f09ce8d02_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5e14d01db3abe1412de6cbd8dbd7d3598d5ba7d2af2f5e55a7ca625aaf8a9155_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:db0bf5b79be48f69d411611bfa74a9b1cdfe875b453a81ec5ea72a962c27978e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ddbaa3a482cf17a156f6955ec155eace13126ae83217c36c03eb2b826e7c4ff0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:02ce1779315733c6039fbd9f711d6c75da89fcfd4d6ac8e485d7aba30882b3ff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:d29e550f223f287e258aa15ac71ec87cbd24e9d6888f22d82aede80b7902765e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1d43b37d6ee7556d8afe22fb33c7c9ab7a1ff5b2b38d6e18f762ba759015f87a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4e627ea7097e36d07d109f50212809b6477070750c0bfff14f3fe9d1d7ca29f4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:63e60a076755fec73f95d2f5ee948a50d895b69cd327296ac0925e301f5b7e4d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9028745ca618eda612fa2960f0327f19fb689eb36762515bfd71bb2efab0a0a3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2dc50c3c453049a1e81e8cc4559147a4fd4a3a6a9c140865f82bf628f2a45b83_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:734c982a6159e5c4077a12b1a0f72ad992b70f965873ea591228172e6265263f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b2a21551ad4c66e622ccd865529356920dc4524bfa4595e08a99e0e95438823d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3133ccf5290a245274c030f53c63dfa74d6e04bffa684808fc1815a07ebfa13_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:6f399ee5f4634353047061fddcb9092dccead96c6884863253b913dab93c2e15_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9176cf7f1c5ccd82d82dc1a8ea47c2bd34e2ddb54d750cbacf7735a04ed6a221_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:dc6f5e144468283ba4d04ccc155f9e483d085dc2f1b78992e5fcfea42db77bcd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e5216672e4e265b01384ed2dcd722b4a166490d66e19aaec457aca55c7e3dbd6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:4ca8bbfe3586672e1de22cdce9466b37aa0e11c5e9d94ea8da271aa5cad3df47_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:57488300ca265dfcad9bcc1a2861062d8b82c2b80e8b21cc3ed766fd187402db_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:660006e5e6826b13ea6d73fce4fe672d1f67479c44ed65dee68119369eba3c75_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:91b8003dab0652f1a06de50435ca08d6f6366e6e8e7e10a9743542b577728b1d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0017d40e539a56e2ddbf4a97b0cd94825ad5dbc9cd79e1a7e058bb0b11afec29_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:7a71babc3307efe03b8bb3f3cc5f9159a4868c215df70d7a78ba37b91294649c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8403ecd148b8f0aa7f1156fc1676307753967ae68a69948af7c3987de8178959_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:a4e02776f7b5a66943bad040650f4dc9e865f05a0911f4f9aba975c4b30ef517_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5d3d3cbbc28f59a6aefb1e54986e084ce49b69867d100e9b7a8eba17b764304a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5fe1d81ec73517468488ed1a60331a78733ce2fed50f3930b4efbcdff5884326_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:94a7a56873cf0e075740a1db93972f2b2505e7bc082f2faf2d3a6badbb52b08e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d1e737deb52f4f124e34889df5ee2a787db0ee13ef86842f415d5c18ff70498d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:0c8b3d458f0968682b8604cad6ddf02b1135b99c4682090dc78d9b273084a0ab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8f02a07e0928906a1c075fc3510f3750c679361bb9e0fc7504610eb2b230a092_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9b174760063eedf3197e5664994fdc21f85cbc3be8bd1329142fb9e88103b717_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:e97049e759fd58cb6a2c8dc5b78df8dab7139f8868b1461a3946cf187b824f55_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:17b700ef898288bc081220792a7a95f4f1852338d3d08dff19ea02cc9d957239_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:675083e881008c57ea9fe8e73db8034a66a3f439c6fc1862db09503f311caef8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b94730e4b9e9de7c0a99431f90b42a5368aa0da03869eb8a71dfc92dce27ba7c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c5c12b41cdbcc18c98ec1632a0c9aec007a9672a742fcfe89a5b104160feb698_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2c51c07f11fa78b44eb528339da6291d1c660451a0c9774ad7bf8d8ea7744ee3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4d7e15ae24207bd06663f5c9d55564e220bef28ef150f62d2e9622f569490acf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5a51836c3306ed97366bc3c8f24a8f9e880628d1feb98854eb5dd10800bfae83_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8231352f700a733b13de64913738e0de1b89be5046736077f7300c21fb778aa2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:121025c1dfa4bb1138150adc737d7cf12e69ce21f10690ad8d740c1c1f2dde4b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c02ec1e4b586a812cddae6ea43cf42a6b9742d062fc12c18c2414bc48b5b96e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4c94c8afa17ce2348d6198c2914e9257ac9510455c521f6539ab17877b6fd974_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:70c7beb1cdbcba3eb4fb83fafaf740145b81d510ef56d5ac59ea4bbbfbfebc00_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:83efb138b8bd5084f7dbeb8a59fe1ecc2680a20d5853b7a15f47e1f87929fd9e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:bd63fc568a9ceddc67809e2271de8ef4d57ac8af283861a601547a6b9da2dda2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d0d429e4a3a0a9f015725dd965d4317e67c72b3fd846ef4b04c20ada4d067eef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ecc47300fa59bdd3970f0baf030a75e1fe5862d2470756cf32c389b1eb89152a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:53bfb1dd8b4f99a0252bfdad2c65960877a4e722f5ae88591eb87d6800d1d98c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:64fcb6ccdaa30c4e06cc91a40273c6be01958ca2c048bd39d8a87e8c09fa7d55_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:bd7e96fa5e3db517c91323142b8258555f04d93dc0f164b6e83249dc0cd1b416_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e5d77db3010b3e1d31e14a0bafb1a5e5ca62dc03b7b0bd2097b198f6be6ee442_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:0488437dcc9ca866c5b96278686ea20b5732f8e8038af90889fadcf90f1082fc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d1bd0363eb8c21c0123522b814b140a7595a459c7c286220b4b6fb0b9886a115_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e45c7964c5a89fbb1a8c6da3a905e2caacbbf8c433b0d56d1b260bba151b3e93_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f52e1ea0175eb2af0a63311dc0b8acc1771c53a7668108d7bb7abf2b814e37e5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0043c8e63c3bcf98e33fda7e5f532143b4c8fdbce690606bf469e932d8552062_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:465c03f230a374b6885874b775473275fe8866f61856fb71a8e2bfc37b712ea2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:c730b4b9a52549bb6204deba37e28ee3946758bc86f27c1b886188ba0f164fc7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f50ed1d01f799f00ce20f210b95774f2dffe7137757ecf86544c71a9f621f402_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:56015af081c97939fa71d978d511ecc0e93ea6ea89640ae846645121531a4a86_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:82a97e06294f2bbad05dd72f91d692449eb4094ce1edda7d651e2f1833018faf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8faf68e17b482f07fd1a4ae8ef292fd44fe9de5369d5129c3945acb56b5c2f0c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ae7b169bcaae3569a946c84d88d0ca7b42b530b475c4afc4096d5db36aff9c52_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:02335c6538b4fb15d9d4e2a831b9810db42f8b8fdd75cc6237534356cd1b68e4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:84a9daad04b0ef97a77e258c1b490c9a9c1ca502079513184e43145467eb1169_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:85c84e6100ea0c4d783b44a085cdda8be9b580b073ab7b191a70ad3c14641f9c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eef5b8e84cce56cf085ed8f8a2ca544505242606d44691b6d0beced7c942bf9c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:148d9d31314b0ca3dd2667aadf51d9a65cc88cd872d21d29e4c85fe25cbf6410_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:87bd671167583b8f46388c7e5853509fc9c20439c1b5f57544117fc9e1b1b5b1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:dacaed2c85c23db8c8bf2b754b958ac8990a0b0e917e4885b39ed62d08061fb6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ec4ca8db357714672338a773cdfac91101641ac1ea56905a5dba39d13e8c96e3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:1e01dcb349b9e3afa77e9c217b2f20dd7c9c98f7b00be3852166c7d676dc1c58_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7a453727eb7aad288301bdce304da23202950098592114e1c56e893828b7cb2a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7e9f67b6e1c87741c5d56a3e95af004dcfb6d6c9cb4267b0ad4dd1aec7e9cb1a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d9f12bee214359955f20c9b4c0218febc8868cd47405b362dcc6ab05dfa573d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:36d864188a182dab0197f06376c993fd661689e516dfec4c25f9064eef6db0a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:38481cddbac83c19b28845b99fec4f4d16d46aca014ab18653c5e7fd42d7dc9e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6c5798afafe96f9c1de300cd8b709030655d1c92d03394b069b3f4100a0a4334_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dc248c02585e41245eb8e16fea646a6f1013f5257f5152dab0fd4634073fe15d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:142deb80cb8918201dfc20e0e86c5a70e704eb589681db3e019d0eed0a8bbf1b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ff7c22adb1ce27c0944f94a4994940aa6af3c4db60cf184d0865753e0c18ddcf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:09664db13d4f9022495031effd53a137ebbddc0e61fec151a26e565a02a5bf40_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:9b480de86de7566594ff61c147bcf0a6e8d5f2ac52ca37a2ecc32909e02850c3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:177b77bf798f3ae19e2b67467ec324e2352c47a2fa4f803c852cb7d5514a2b80_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5587380364defb07d81f5bb93851d7d726780e03f561cc5c4010d6cc4e237079_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:503c53ef4cda2a77d57eb611638334ecfbbe08f384e01084a0f2004aceccfd5b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:ccdfd936b1e904b115efeef06cfb3c1b13ec6fdf123cf87c9ad477ab47ea4d04_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:1f7ad22165ad761cdd5fbb7f037ad342f7b9a6f017b80ebc9775edd9bf7388d4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3ddfa7f1a01b1dbf4d2e999da0d536b8f3600e0143dde47fed1f6f2caf15a7bb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9aa910f86e4c953069c3e45f3c2db9702a8cafe753fdbed42e4c23f4837660ea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a2751c4e48572281043cc6468aa40d2b3a8a1eef5897cef386876fc08de5d791_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:00fa00533e4616bc63471ba4e127f163a2ce06bd8546dc3fcaf2465c6c511ef1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:65d4474ec56e4cae8542f01d54006ee1ccf15c8a467dd7f784f1df806507296a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b1410e826283f79823ba6cdb76d666aed69449a847936c6c634593f31c9795b1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f3e84cda9ee1fae57794b0c60a7b32373d8a95546116ddb326751e9df0d1706d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:059c0bb97591ea1d95bc42274c6748438e32ef113039c603cbf8171ba3dcd1a8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8ff741a30a8c2059c8702290104db1f897853515bea3d054f5456a0faacd3e33_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a523a7ac9b9119290e3f27ee0b0c7a5d3cc1d8f35ed4e7aadcd6968dba6c593c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:db230edf37a3285f5566a6f82b660ff3394caa80c95276bc3992a3f45a18a59e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0dfe21d1f2ae4ad05af6aa896c0bd09417c03d2fa2e37a1cd3c7afe9d9f506b1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ae88b0138b8b945b1ad071a5ac660e6479f3e2c1ec261d80a4d7d862e94df269_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cece82ea1f03a889d37a2e4e1d81eca34a73857630b9874d05264c12ccfde18e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:e518e75c0ec848497d5dbbbea1505cd3fa96387be78d326f44094d341d1aeb69_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:4b9f7900c251da09ceb0c5e36e87322030e6fffb41da15b022e52f26967214a3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:6bcd28e8610dada7b5ec2b6e14aecd9daf0542ac8528b8a1c9bec9b5c22e6791_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b4e19a3b757309f5ba13e3762e2449003ab93a1d3a950df031d0c5f88b338461_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f3745f0a10aa35a13620960671ed4e2bace1c01f0440c1cf222aec37ebfcdd6e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:10a4a0d9d6cd4779461dc27ea5660513c80c4231267cd5d5cde84626a52d8d88_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:394f1ad167455a316ded12601110de58f0666917302eee8a2933932513aabd70_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a0dda1cfb8ce56f6632c7dfc15f2d7c5251a666f7ff34fd78f45a064ed9fe8d4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d04c463caf59ab32c381bf6c88b9a55ad9a4934dab8cf66b1c80f3743edf28e3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:674045072f2c791146899dca69772cbd83d8ea11305e024f697b0ecb2ecbd9e3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:80d008d72e748f6d1578f0583dcabb703ac8154853cffdfa6c332bf2db662da2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b6d9ea5fd88f25c46dfaa17deec8dec67f3241a4e52ffb5b598ef77af4437da9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e18f121c2a8578ab7a54b48347a671e8a1e315e85f894ef67b96161a490aca44_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1415356cad67eea021d0adef8b7f8ac8524035a4acc3ae7080f26f8f3f7cc959_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:2f7be9eb683b2d5c65aa64a28e11bae43475f5a828e8768d468bc24fa0bd4ec9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c0f27acad2634255d689355942e8c0d87f624c269eca0f11b1fe20b56b22294a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:dcad2bdd0764804f9dfad2a4f33eb2fc105ff8e4cc1d2ab31c58ef2903f7cea1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:02dae90a28e2afa83ab4b358378b616bad7c257b8f7d6cfa2830092b7d46fd18_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3e0b68fb323e91570216f90ae2c79cb4bd35149dd62c496c39ee8fb615b62888_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a6517f52e257eefc0602db5e43fd946de57db13299d5077b1bdf872754253cb7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d6c465af092548962fe617a677d3398c6164c398602d7575ec09533d9654f254_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3a9586b7d44c57c683256faa5d9655285105844c74f728e4558c6295f73a3aad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5dbdf857d018b118ca8bae8eb52b2e117348804dae51da324225ac9d9a0bb141_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:7dd0655af57c7f8d2aed0f88a4b02ff21d849bf9c8cce7fbf02aca7d322cdc12_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:abab20e995be8b61590ad7dfb8de0bbb7c7459ab5413987562332de2c9924924_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:6f1fb02560c0dc83cb7ebbfba67370896f2d3b21835311fe5af23a06f4a45142_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7a90eb33844a25785c95b0e7332991a373e0b70560f979e8e9d1554f9d021545_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:92ac319d44a3a3d8e68f29488cd75e71b42dbc98b5898f662131f8576178152b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b8c7d5e513d5205014f53f22fddd4ab5c54e62e62e5813459ea68afd789518d0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:788b2252987b1992fc9c5d855198aa50a67048cc4d0a1e28240953e5c1d9528b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7a2a0066a38f2e52be47a1fec5c9a1ec458550d7ee6ca1232579b3fc98b7e9e2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:939c609d5422bb4be66f482815c70b170d51ad2ea9bb0675a969bdaeff35e730_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a260d94b14808490a417d828423550eddd7b865035b631e9fcbb108d8eec6873_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:9f38e40a381edde4d367a6baf50d6159bab76aa34f7f932929a118960eb1b16c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:bec3f4da4ad493e8e34e5e1245338929dc916772222817e094fc0cb7c6370b88_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0816f94cceb27f34725d9c3f041003d61b9730a3c602b48b70782cf5b3887818_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:3d106f2995d5dd270eec34df31ac33f4a09dac0bd79bcd2031e9bdc35f20878a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:2c50f45d634218d512ed37008e62bf2718cc4275a9d944c845eb29bb19d0e700_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:429368ffc93f60dcb14116dd4a448f7688fabeb9a499b4b7c9c77018f4a31c3c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:48105c86a370a0ffd2c536e5ba75ea80fa94b09f2cfdf645a9fbbb62bdd1654c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8b9490cd4a69fece37aac8ced57235afc04a3389e16234c3a3f1d9a4f8a6d34b_ppc64le | — |
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat OpenShift Container Platform release 4.21.1 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.21.\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.21.1. See the following advisory for the RPM packages for this release:\n\nhttps://access.redhat.com/errata/RHSA-2026:2082\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.21/html/release_notes/\n\nSecurity Fix(es):\n\n* helm.sh/helm/v3: Helm Chart JSON Schema Denial of Service (CVE-2025-55199)\n* helm.sh/helm/v3: Helm YAML Parsing Panic Vulnerability (CVE-2025-55198)\n* github.com/sirupsen/logrus: github.com/sirupsen/logrus: Denial-of-Service due to large single-line payload (CVE-2025-65637)\n* python-eventlet: Eventlet HTTP request smuggling (CVE-2025-58068)\n* qs: qs: Denial of Service via improper input validation in array parsing (CVE-2025-15284)\n* golang: archive/tar: Unbounded allocation when parsing GNU sparse map (CVE-2025-58183)\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.21 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.21/html-single/updating_clusters/index#updating-cluster-cli.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:2129",
"url": "https://access.redhat.com/errata/RHSA-2026:2129"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-15284",
"url": "https://access.redhat.com/security/cve/CVE-2025-15284"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-55198",
"url": "https://access.redhat.com/security/cve/CVE-2025-55198"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-55199",
"url": "https://access.redhat.com/security/cve/CVE-2025-55199"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-58068",
"url": "https://access.redhat.com/security/cve/CVE-2025-58068"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-58183",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-65637",
"url": "https://access.redhat.com/security/cve/CVE-2025-65637"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_2129.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 4.21.1 bug fix and security update",
"tracking": {
"current_release_date": "2026-05-28T09:24:49+00:00",
"generator": {
"date": "2026-05-28T09:24:49+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2026:2129",
"initial_release_date": "2026-02-10T09:39:14+00:00",
"revision_history": [
{
"date": "2026-02-10T09:39:14+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-02-10T09:40:01+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-28T09:24:49+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.21",
"product": {
"name": "Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:4.21::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Container Platform"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:bda6a57c2ad84239536aec6a20a9c37fbfc7aa13c994647427936bf0b3b3361c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:bda6a57c2ad84239536aec6a20a9c37fbfc7aa13c994647427936bf0b3b3361c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:bda6a57c2ad84239536aec6a20a9c37fbfc7aa13c994647427936bf0b3b3361c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-ui-rhel9@sha256%3Abda6a57c2ad84239536aec6a20a9c37fbfc7aa13c994647427936bf0b3b3361c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725649"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e2becd018c34a7c29e770fa329cba4f1a371d4b089451365abb35acacedbcdfb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e2becd018c34a7c29e770fa329cba4f1a371d4b089451365abb35acacedbcdfb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e2becd018c34a7c29e770fa329cba4f1a371d4b089451365abb35acacedbcdfb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9@sha256%3Ae2becd018c34a7c29e770fa329cba4f1a371d4b089451365abb35acacedbcdfb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728065"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:459032d57026d4dbb2af370f796c28a69e2e30389a84cdab0e43de4435d980a2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:459032d57026d4dbb2af370f796c28a69e2e30389a84cdab0e43de4435d980a2_amd64",
"product_id": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:459032d57026d4dbb2af370f796c28a69e2e30389a84cdab0e43de4435d980a2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/aws-karpenter-provider-aws-rhel9@sha256%3A459032d57026d4dbb2af370f796c28a69e2e30389a84cdab0e43de4435d980a2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725173"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d2d6b9b7d7cb72703bda76e6814e5714b101faa03b14f55507b82dddce6fa09a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d2d6b9b7d7cb72703bda76e6814e5714b101faa03b14f55507b82dddce6fa09a_amd64",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d2d6b9b7d7cb72703bda76e6814e5714b101faa03b14f55507b82dddce6fa09a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/aws-kms-encryption-provider-rhel9@sha256%3Ad2d6b9b7d7cb72703bda76e6814e5714b101faa03b14f55507b82dddce6fa09a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725137"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:9487390a62cbea3de31fcfa46d05ff56a9d088426101b056254d0a3dddd6631c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:9487390a62cbea3de31fcfa46d05ff56a9d088426101b056254d0a3dddd6631c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:9487390a62cbea3de31fcfa46d05ff56a9d088426101b056254d0a3dddd6631c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-rhel9@sha256%3A9487390a62cbea3de31fcfa46d05ff56a9d088426101b056254d0a3dddd6631c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727531"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:313d893f24ad6f2f8c7881f418b9a5e9c499674052a97434372d1d079411ffc2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:313d893f24ad6f2f8c7881f418b9a5e9c499674052a97434372d1d079411ffc2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:313d893f24ad6f2f8c7881f418b9a5e9c499674052a97434372d1d079411ffc2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-operator-rhel9@sha256%3A313d893f24ad6f2f8c7881f418b9a5e9c499674052a97434372d1d079411ffc2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725833"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fbad6ec51decaf69511274952af912054493d07f8de4aeb044b0728e015e331b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fbad6ec51decaf69511274952af912054493d07f8de4aeb044b0728e015e331b_amd64",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fbad6ec51decaf69511274952af912054493d07f8de4aeb044b0728e015e331b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/azure-kms-encryption-provider-rhel9@sha256%3Afbad6ec51decaf69511274952af912054493d07f8de4aeb044b0728e015e331b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729438"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9bbfc2d46e0e771ef7bf390e121f26b0dede58ac0ab6cc04e7592469a78ae5c8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9bbfc2d46e0e771ef7bf390e121f26b0dede58ac0ab6cc04e7592469a78ae5c8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9bbfc2d46e0e771ef7bf390e121f26b0dede58ac0ab6cc04e7592469a78ae5c8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers-rhel9@sha256%3A9bbfc2d46e0e771ef7bf390e121f26b0dede58ac0ab6cc04e7592469a78ae5c8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725150"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:50aa9b6ba005c3f004568e82cc73eb56ba6342720626f9a35eca618fd1ac9cc7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:50aa9b6ba005c3f004568e82cc73eb56ba6342720626f9a35eca618fd1ac9cc7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:50aa9b6ba005c3f004568e82cc73eb56ba6342720626f9a35eca618fd1ac9cc7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel9@sha256%3A50aa9b6ba005c3f004568e82cc73eb56ba6342720626f9a35eca618fd1ac9cc7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725787"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d91c11d262c19c1f020e9b53da07db82b6d68533f4e697ecff6c722781b4a4ba_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d91c11d262c19c1f020e9b53da07db82b6d68533f4e697ecff6c722781b4a4ba_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d91c11d262c19c1f020e9b53da07db82b6d68533f4e697ecff6c722781b4a4ba_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel9-operator@sha256%3Ad91c11d262c19c1f020e9b53da07db82b6d68533f4e697ecff6c722781b4a4ba?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727896"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6891d22800cc10bd8d773d471bc71c4db64460efab4b30202d42da1daf61a3fd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6891d22800cc10bd8d773d471bc71c4db64460efab4b30202d42da1daf61a3fd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6891d22800cc10bd8d773d471bc71c4db64460efab4b30202d42da1daf61a3fd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-rhel9-operator@sha256%3A6891d22800cc10bd8d773d471bc71c4db64460efab4b30202d42da1daf61a3fd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770023992"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:107f2fcd3f606044c570a980c176047870b304f3212df747995f6eb8a45749bb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:107f2fcd3f606044c570a980c176047870b304f3212df747995f6eb8a45749bb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:107f2fcd3f606044c570a980c176047870b304f3212df747995f6eb8a45749bb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-rhel9-operator@sha256%3A107f2fcd3f606044c570a980c176047870b304f3212df747995f6eb8a45749bb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727537"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e06c4933f2806bfab0f36ccdc159675e5fe2a6a084f98065787d304d5df3b7f8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e06c4933f2806bfab0f36ccdc159675e5fe2a6a084f98065787d304d5df3b7f8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e06c4933f2806bfab0f36ccdc159675e5fe2a6a084f98065787d304d5df3b7f8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256%3Ae06c4933f2806bfab0f36ccdc159675e5fe2a6a084f98065787d304d5df3b7f8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770207153"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8f5f0f56604ecf94768262496ba1e29073e87ec16aa8f434674b308bbd00678b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8f5f0f56604ecf94768262496ba1e29073e87ec16aa8f434674b308bbd00678b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8f5f0f56604ecf94768262496ba1e29073e87ec16aa8f434674b308bbd00678b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel9@sha256%3A8f5f0f56604ecf94768262496ba1e29073e87ec16aa8f434674b308bbd00678b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726188"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a562490081e5dfc0fea7306931e2dab3fbfdf76cd83768b7a43ea556aebfe4f9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a562490081e5dfc0fea7306931e2dab3fbfdf76cd83768b7a43ea556aebfe4f9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a562490081e5dfc0fea7306931e2dab3fbfdf76cd83768b7a43ea556aebfe4f9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-rhel9-operator@sha256%3Aa562490081e5dfc0fea7306931e2dab3fbfdf76cd83768b7a43ea556aebfe4f9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725177"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:a1b02b9608eadb4388dc13fb5ae55fc6ad64788f93186872c133a0ff1f5ab487_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:a1b02b9608eadb4388dc13fb5ae55fc6ad64788f93186872c133a0ff1f5ab487_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:a1b02b9608eadb4388dc13fb5ae55fc6ad64788f93186872c133a0ff1f5ab487_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-rhel9-operator@sha256%3Aa1b02b9608eadb4388dc13fb5ae55fc6ad64788f93186872c133a0ff1f5ab487?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729590"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b1133f78075f3364ab85142cf6c8457820e2e1f31a5b0750585ee1adc1285ba6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b1133f78075f3364ab85142cf6c8457820e2e1f31a5b0750585ee1adc1285ba6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b1133f78075f3364ab85142cf6c8457820e2e1f31a5b0750585ee1adc1285ba6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader-rhel9@sha256%3Ab1133f78075f3364ab85142cf6c8457820e2e1f31a5b0750585ee1adc1285ba6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769786437"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:06477b1ed6e12b1088fa198f1158cedd852d51773f75622a652220d147aad66d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:06477b1ed6e12b1088fa198f1158cedd852d51773f75622a652220d147aad66d_amd64",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:06477b1ed6e12b1088fa198f1158cedd852d51773f75622a652220d147aad66d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/container-networking-plugins-microshift-rhel9@sha256%3A06477b1ed6e12b1088fa198f1158cedd852d51773f75622a652220d147aad66d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727163"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:cac82b041210a06cefe512e89c5755e972f6e125c69a0dae87e454e259a3c08c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:cac82b041210a06cefe512e89c5755e972f6e125c69a0dae87e454e259a3c08c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:cac82b041210a06cefe512e89c5755e972f6e125c69a0dae87e454e259a3c08c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns-rhel9@sha256%3Acac82b041210a06cefe512e89c5755e972f6e125c69a0dae87e454e259a3c08c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729915"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:f81616fe8dcd6b63df308c58bc1b696f9b3c488ebdfe00d7985026b10d083de9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:f81616fe8dcd6b63df308c58bc1b696f9b3c488ebdfe00d7985026b10d083de9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:f81616fe8dcd6b63df308c58bc1b696f9b3c488ebdfe00d7985026b10d083de9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel9@sha256%3Af81616fe8dcd6b63df308c58bc1b696f9b3c488ebdfe00d7985026b10d083de9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727759"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:e8372026bbc873c38ffc2c7df35183727596993dde5663ec27a2c2fe401e04f1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:e8372026bbc873c38ffc2c7df35183727596993dde5663ec27a2c2fe401e04f1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:e8372026bbc873c38ffc2c7df35183727596993dde5663ec27a2c2fe401e04f1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel9@sha256%3Ae8372026bbc873c38ffc2c7df35183727596993dde5663ec27a2c2fe401e04f1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726670"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:af5fca0ab8a1f5374caea5b38486cc97c2be9d884a55542faeaced44a4a7320b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:af5fca0ab8a1f5374caea5b38486cc97c2be9d884a55542faeaced44a4a7320b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:af5fca0ab8a1f5374caea5b38486cc97c2be9d884a55542faeaced44a4a7320b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel9-operator@sha256%3Aaf5fca0ab8a1f5374caea5b38486cc97c2be9d884a55542faeaced44a4a7320b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727733"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a73525cbcab817d0472f544883106a359b9079eeb1d8628d8b0185e450662361_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a73525cbcab817d0472f544883106a359b9079eeb1d8628d8b0185e450662361_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a73525cbcab817d0472f544883106a359b9079eeb1d8628d8b0185e450662361_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-nfs-rhel9@sha256%3Aa73525cbcab817d0472f544883106a359b9079eeb1d8628d8b0185e450662361?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726838"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:56c2e0f91eb13a89c48ee5ebeaecfaf87dcef3f85bf7f7fab37e3cc6c9b2dd10_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:56c2e0f91eb13a89c48ee5ebeaecfaf87dcef3f85bf7f7fab37e3cc6c9b2dd10_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:56c2e0f91eb13a89c48ee5ebeaecfaf87dcef3f85bf7f7fab37e3cc6c9b2dd10_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshot-metadata-rhel9@sha256%3A56c2e0f91eb13a89c48ee5ebeaecfaf87dcef3f85bf7f7fab37e3cc6c9b2dd10?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726091"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:174b142475167275c428eec2892e91ba557a1783a128749b9516911a366ef54e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:174b142475167275c428eec2892e91ba557a1783a128749b9516911a366ef54e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:174b142475167275c428eec2892e91ba557a1783a128749b9516911a366ef54e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel9@sha256%3A174b142475167275c428eec2892e91ba557a1783a128749b9516911a366ef54e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729171"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:12bf752f4f8f0929752fee39067bab20d3af32f9d767e0eeed2cee9dc9cdf774_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:12bf752f4f8f0929752fee39067bab20d3af32f9d767e0eeed2cee9dc9cdf774_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:12bf752f4f8f0929752fee39067bab20d3af32f9d767e0eeed2cee9dc9cdf774_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel9@sha256%3A12bf752f4f8f0929752fee39067bab20d3af32f9d767e0eeed2cee9dc9cdf774?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727042"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:165fc1e58447c7bc9febc3ebc74f90096c6e48986789d4e66ff6443f1d30d024_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:165fc1e58447c7bc9febc3ebc74f90096c6e48986789d4e66ff6443f1d30d024_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:165fc1e58447c7bc9febc3ebc74f90096c6e48986789d4e66ff6443f1d30d024_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel9@sha256%3A165fc1e58447c7bc9febc3ebc74f90096c6e48986789d4e66ff6443f1d30d024?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729346"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:04441c2a5c244d0a76052a2e071d994d81415da2cbf49cdd74d3b64fae89fea4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:04441c2a5c244d0a76052a2e071d994d81415da2cbf49cdd74d3b64fae89fea4_amd64",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:04441c2a5c244d0a76052a2e071d994d81415da2cbf49cdd74d3b64fae89fea4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256%3A04441c2a5c244d0a76052a2e071d994d81415da2cbf49cdd74d3b64fae89fea4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770235170"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:29924ddf95c884e61e24bc38d457d4bb997c5a03789459ef7565f2350c778e44_amd64",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:29924ddf95c884e61e24bc38d457d4bb997c5a03789459ef7565f2350c778e44_amd64",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:29924ddf95c884e61e24bc38d457d4bb997c5a03789459ef7565f2350c778e44_amd64",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel9@sha256%3A29924ddf95c884e61e24bc38d457d4bb997c5a03789459ef7565f2350c778e44?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725577"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:afb18f280c123c44f1349b80bcab24c86d8933795a0577deb13bb651019d6a92_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:afb18f280c123c44f1349b80bcab24c86d8933795a0577deb13bb651019d6a92_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:afb18f280c123c44f1349b80bcab24c86d8933795a0577deb13bb651019d6a92_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-workload-identity-federation-webhook-rhel9@sha256%3Aafb18f280c123c44f1349b80bcab24c86d8933795a0577deb13bb651019d6a92?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729792"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2dc50c3c453049a1e81e8cc4559147a4fd4a3a6a9c140865f82bf628f2a45b83_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2dc50c3c453049a1e81e8cc4559147a4fd4a3a6a9c140865f82bf628f2a45b83_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2dc50c3c453049a1e81e8cc4559147a4fd4a3a6a9c140865f82bf628f2a45b83_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy-rhel9@sha256%3A2dc50c3c453049a1e81e8cc4559147a4fd4a3a6a9c140865f82bf628f2a45b83?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728555"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b1410e826283f79823ba6cdb76d666aed69449a847936c6c634593f31c9795b1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b1410e826283f79823ba6cdb76d666aed69449a847936c6c634593f31c9795b1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b1410e826283f79823ba6cdb76d666aed69449a847936c6c634593f31c9795b1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager-rhel9@sha256%3Ab1410e826283f79823ba6cdb76d666aed69449a847936c6c634593f31c9795b1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728487"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0dfe21d1f2ae4ad05af6aa896c0bd09417c03d2fa2e37a1cd3c7afe9d9f506b1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0dfe21d1f2ae4ad05af6aa896c0bd09417c03d2fa2e37a1cd3c7afe9d9f506b1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0dfe21d1f2ae4ad05af6aa896c0bd09417c03d2fa2e37a1cd3c7afe9d9f506b1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-node-exporter-rhel9@sha256%3A0dfe21d1f2ae4ad05af6aa896c0bd09417c03d2fa2e37a1cd3c7afe9d9f506b1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729652"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:80d008d72e748f6d1578f0583dcabb703ac8154853cffdfa6c332bf2db662da2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:80d008d72e748f6d1578f0583dcabb703ac8154853cffdfa6c332bf2db662da2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:80d008d72e748f6d1578f0583dcabb703ac8154853cffdfa6c332bf2db662da2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9@sha256%3A80d008d72e748f6d1578f0583dcabb703ac8154853cffdfa6c332bf2db662da2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726841"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b1ae4f6e3577edd7fc9f6595168857af7fd9c08aadbca1642c2f9248205b8c42_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b1ae4f6e3577edd7fc9f6595168857af7fd9c08aadbca1642c2f9248205b8c42_amd64",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b1ae4f6e3577edd7fc9f6595168857af7fd9c08aadbca1642c2f9248205b8c42_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel9@sha256%3Ab1ae4f6e3577edd7fc9f6595168857af7fd9c08aadbca1642c2f9248205b8c42?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769819774"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:054a0d12730620c46ee6209bc9932909f653d0b7f796682a0f798ab3ac3b3641_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:054a0d12730620c46ee6209bc9932909f653d0b7f796682a0f798ab3ac3b3641_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:054a0d12730620c46ee6209bc9932909f653d0b7f796682a0f798ab3ac3b3641_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-rhel9@sha256%3A054a0d12730620c46ee6209bc9932909f653d0b7f796682a0f798ab3ac3b3641?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726200"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:59ae16e7b7d2bc20f34b8bd1dcd7cf8d8d7c201b0f78e3165b11a592d1b08597_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:59ae16e7b7d2bc20f34b8bd1dcd7cf8d8d7c201b0f78e3165b11a592d1b08597_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:59ae16e7b7d2bc20f34b8bd1dcd7cf8d8d7c201b0f78e3165b11a592d1b08597_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-agent-rhel9@sha256%3A59ae16e7b7d2bc20f34b8bd1dcd7cf8d8d7c201b0f78e3165b11a592d1b08597?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726082"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:23c8ed7995abda7f87fe4031843205f3a99a0c57508c6218291762a60907f5f2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:23c8ed7995abda7f87fe4031843205f3a99a0c57508c6218291762a60907f5f2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:23c8ed7995abda7f87fe4031843205f3a99a0c57508c6218291762a60907f5f2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-machine-os-downloader-rhel9@sha256%3A23c8ed7995abda7f87fe4031843205f3a99a0c57508c6218291762a60907f5f2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770207474"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:d5efd9212ed22c89067691796443fab0b28bfc31cea94bbe636a4759f2e88521_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:d5efd9212ed22c89067691796443fab0b28bfc31cea94bbe636a4759f2e88521_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:d5efd9212ed22c89067691796443fab0b28bfc31cea94bbe636a4759f2e88521_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-static-ip-manager-rhel9@sha256%3Ad5efd9212ed22c89067691796443fab0b28bfc31cea94bbe636a4759f2e88521?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725614"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:8b4ce896da4126dfda544da09d04f010c0e9b25bdab6557adbab8d095905d535_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:8b4ce896da4126dfda544da09d04f010c0e9b25bdab6557adbab8d095905d535_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:8b4ce896da4126dfda544da09d04f010c0e9b25bdab6557adbab8d095905d535_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy-rhel9@sha256%3A8b4ce896da4126dfda544da09d04f010c0e9b25bdab6557adbab8d095905d535?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770231406"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a5c047afb2066ca8740286ad2af8e1271ef78c2e5df73ed2365f586d6a101b33_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a5c047afb2066ca8740286ad2af8e1271ef78c2e5df73ed2365f586d6a101b33_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a5c047afb2066ca8740286ad2af8e1271ef78c2e5df73ed2365f586d6a101b33_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy-rhel9@sha256%3Aa5c047afb2066ca8740286ad2af8e1271ef78c2e5df73ed2365f586d6a101b33?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728595"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:2aaba77958b12e834f6418338a21b839a95c21ac5568a53b5f792553db772e6c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:2aaba77958b12e834f6418338a21b839a95c21ac5568a53b5f792553db772e6c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:2aaba77958b12e834f6418338a21b839a95c21ac5568a53b5f792553db772e6c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics-rhel9@sha256%3A2aaba77958b12e834f6418338a21b839a95c21ac5568a53b5f792553db772e6c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726213"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ae7b169bcaae3569a946c84d88d0ca7b42b530b475c4afc4096d5db36aff9c52_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ae7b169bcaae3569a946c84d88d0ca7b42b530b475c4afc4096d5db36aff9c52_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ae7b169bcaae3569a946c84d88d0ca7b42b530b475c4afc4096d5db36aff9c52_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace-rhel9@sha256%3Aae7b169bcaae3569a946c84d88d0ca7b42b530b475c4afc4096d5db36aff9c52?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729474"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:ace3b3b02c33261287a32253dd1c027769743797317ac4259c9102e0b3db6603_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:ace3b3b02c33261287a32253dd1c027769743797317ac4259c9102e0b3db6603_amd64",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:ace3b3b02c33261287a32253dd1c027769743797317ac4259c9102e0b3db6603_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel9@sha256%3Aace3b3b02c33261287a32253dd1c027769743797317ac4259c9102e0b3db6603?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729924"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:34fb12d4fbb5f9b29b1b58e19b1c1b0eb27121ef80edc50a59e431a4e94638c9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:34fb12d4fbb5f9b29b1b58e19b1c1b0eb27121ef80edc50a59e431a4e94638c9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:34fb12d4fbb5f9b29b1b58e19b1c1b0eb27121ef80edc50a59e431a4e94638c9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-rhel9@sha256%3A34fb12d4fbb5f9b29b1b58e19b1c1b0eb27121ef80edc50a59e431a4e94638c9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729579"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3ab4203333e071978d85f0f44f7342811d898cc388326db60afacd2395f8340e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3ab4203333e071978d85f0f44f7342811d898cc388326db60afacd2395f8340e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3ab4203333e071978d85f0f44f7342811d898cc388326db60afacd2395f8340e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-microshift-rhel9@sha256%3A3ab4203333e071978d85f0f44f7342811d898cc388326db60afacd2395f8340e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726273"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d2236c41a640de0aedb4eb2f1ef143793288329513ec0911bc37ba688857701f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d2236c41a640de0aedb4eb2f1ef143793288329513ec0911bc37ba688857701f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d2236c41a640de0aedb4eb2f1ef143793288329513ec0911bc37ba688857701f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel9@sha256%3Ad2236c41a640de0aedb4eb2f1ef143793288329513ec0911bc37ba688857701f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728830"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5e14d01db3abe1412de6cbd8dbd7d3598d5ba7d2af2f5e55a7ca625aaf8a9155_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5e14d01db3abe1412de6cbd8dbd7d3598d5ba7d2af2f5e55a7ca625aaf8a9155_amd64",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5e14d01db3abe1412de6cbd8dbd7d3598d5ba7d2af2f5e55a7ca625aaf8a9155_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-networking-console-plugin-rhel9@sha256%3A5e14d01db3abe1412de6cbd8dbd7d3598d5ba7d2af2f5e55a7ca625aaf8a9155?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770140253"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e5216672e4e265b01384ed2dcd722b4a166490d66e19aaec457aca55c7e3dbd6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e5216672e4e265b01384ed2dcd722b4a166490d66e19aaec457aca55c7e3dbd6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e5216672e4e265b01384ed2dcd722b4a166490d66e19aaec457aca55c7e3dbd6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel9@sha256%3Ae5216672e4e265b01384ed2dcd722b4a166490d66e19aaec457aca55c7e3dbd6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728973"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:78ba410665c68a41a5adbd8422a349de2274be894328ce523364f1ec2a71be01_amd64",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:78ba410665c68a41a5adbd8422a349de2274be894328ce523364f1ec2a71be01_amd64",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:78ba410665c68a41a5adbd8422a349de2274be894328ce523364f1ec2a71be01_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oc-mirror-plugin-rhel9@sha256%3A78ba410665c68a41a5adbd8422a349de2274be894328ce523364f1ec2a71be01?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770081992"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ac7a2fce2be014fdc4208e98abe50329d0af9b7f7af98fd27e611751a413b4e6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ac7a2fce2be014fdc4208e98abe50329d0af9b7f7af98fd27e611751a413b4e6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ac7a2fce2be014fdc4208e98abe50329d0af9b7f7af98fd27e611751a413b4e6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder-rhel9@sha256%3Aac7a2fce2be014fdc4208e98abe50329d0af9b7f7af98fd27e611751a413b4e6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769730193"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0a68822ea4fb06b74890aebdb694cbba827a5c1b9519b5a4d2086a867464fa2b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0a68822ea4fb06b74890aebdb694cbba827a5c1b9519b5a4d2086a867464fa2b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0a68822ea4fb06b74890aebdb694cbba827a5c1b9519b5a4d2086a867464fa2b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-rhel9@sha256%3A0a68822ea4fb06b74890aebdb694cbba827a5c1b9519b5a4d2086a867464fa2b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729484"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:33afbf29add637cae8478b8e0ef6b3b465e4ee53b000467ec34fb1f3a04615af_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:33afbf29add637cae8478b8e0ef6b3b465e4ee53b000467ec34fb1f3a04615af_amd64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:33afbf29add637cae8478b8e0ef6b3b465e4ee53b000467ec34fb1f3a04615af_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9@sha256%3A33afbf29add637cae8478b8e0ef6b3b465e4ee53b000467ec34fb1f3a04615af?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770188884"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c2a6ad45ab46c0238429cd0ab59bf169ff368bf68750a011f481208e56fa0268_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c2a6ad45ab46c0238429cd0ab59bf169ff368bf68750a011f481208e56fa0268_amd64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c2a6ad45ab46c0238429cd0ab59bf169ff368bf68750a011f481208e56fa0268_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9-operator@sha256%3Ac2a6ad45ab46c0238429cd0ab59bf169ff368bf68750a011f481208e56fa0268?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769786335"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:07f5c5ba5313539cdea53ec438fcc97c698df8284bba4ddfc6c7af4403873362_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:07f5c5ba5313539cdea53ec438fcc97c698df8284bba4ddfc6c7af4403873362_amd64",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:07f5c5ba5313539cdea53ec438fcc97c698df8284bba4ddfc6c7af4403873362_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer-rhel9@sha256%3A07f5c5ba5313539cdea53ec438fcc97c698df8284bba4ddfc6c7af4403873362?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769734559"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7639b8403341003825286c0fd45ab34d815585e8f4b5b4d1a424ccfc0292e017_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7639b8403341003825286c0fd45ab34d815585e8f4b5b4d1a424ccfc0292e017_amd64",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7639b8403341003825286c0fd45ab34d815585e8f4b5b4d1a424ccfc0292e017_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router-rhel9@sha256%3A7639b8403341003825286c0fd45ab34d815585e8f4b5b4d1a424ccfc0292e017?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729975"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:77dc7d2bcb0cb6289f6d8c3c3f4ad3c01b9e24b4f6969ac666a888ecc8a29981_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:77dc7d2bcb0cb6289f6d8c3c3f4ad3c01b9e24b4f6969ac666a888ecc8a29981_amd64",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:77dc7d2bcb0cb6289f6d8c3c3f4ad3c01b9e24b4f6969ac666a888ecc8a29981_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube-rhel9@sha256%3A77dc7d2bcb0cb6289f6d8c3c3f4ad3c01b9e24b4f6969ac666a888ecc8a29981?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770231417"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:275f90da2f77f60d0a77e00936734ffcb5099fc8b5662e03de49d807a7632f6d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:275f90da2f77f60d0a77e00936734ffcb5099fc8b5662e03de49d807a7632f6d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:275f90da2f77f60d0a77e00936734ffcb5099fc8b5662e03de49d807a7632f6d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-keepalived-ipfailover-rhel9@sha256%3A275f90da2f77f60d0a77e00936734ffcb5099fc8b5662e03de49d807a7632f6d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729182"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dc248c02585e41245eb8e16fea646a6f1013f5257f5152dab0fd4634073fe15d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dc248c02585e41245eb8e16fea646a6f1013f5257f5152dab0fd4634073fe15d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dc248c02585e41245eb8e16fea646a6f1013f5257f5152dab0fd4634073fe15d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod-rhel9@sha256%3Adc248c02585e41245eb8e16fea646a6f1013f5257f5152dab0fd4634073fe15d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770231271"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:df49ea17391c34a0eadacecb37c7e00552af8aca3ebb648f28f3f805fb79495a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:df49ea17391c34a0eadacecb37c7e00552af8aca3ebb648f28f3f805fb79495a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:df49ea17391c34a0eadacecb37c7e00552af8aca3ebb648f28f3f805fb79495a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry-rhel9@sha256%3Adf49ea17391c34a0eadacecb37c7e00552af8aca3ebb648f28f3f805fb79495a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726445"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3a9586b7d44c57c683256faa5d9655285105844c74f728e4558c6295f73a3aad_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3a9586b7d44c57c683256faa5d9655285105844c74f728e4558c6295f73a3aad_amd64",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3a9586b7d44c57c683256faa5d9655285105844c74f728e4558c6295f73a3aad_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests-rhel9@sha256%3A3a9586b7d44c57c683256faa5d9655285105844c74f728e4558c6295f73a3aad?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770231573"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:17b700ef898288bc081220792a7a95f4f1852338d3d08dff19ea02cc9d957239_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:17b700ef898288bc081220792a7a95f4f1852338d3d08dff19ea02cc9d957239_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:17b700ef898288bc081220792a7a95f4f1852338d3d08dff19ea02cc9d957239_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel9@sha256%3A17b700ef898288bc081220792a7a95f4f1852338d3d08dff19ea02cc9d957239?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726421"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:64fcb6ccdaa30c4e06cc91a40273c6be01958ca2c048bd39d8a87e8c09fa7d55_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:64fcb6ccdaa30c4e06cc91a40273c6be01958ca2c048bd39d8a87e8c09fa7d55_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:64fcb6ccdaa30c4e06cc91a40273c6be01958ca2c048bd39d8a87e8c09fa7d55_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cluster-api-controllers-rhel9@sha256%3A64fcb6ccdaa30c4e06cc91a40273c6be01958ca2c048bd39d8a87e8c09fa7d55?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728478"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:a99a994a160375e89550347eed1631bb0d12bb4dccf7ed49119935520b744235_amd64",
"product": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:a99a994a160375e89550347eed1631bb0d12bb4dccf7ed49119935520b744235_amd64",
"product_id": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:a99a994a160375e89550347eed1631bb0d12bb4dccf7ed49119935520b744235_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-resource-controller-rhel9@sha256%3Aa99a994a160375e89550347eed1631bb0d12bb4dccf7ed49119935520b744235?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727961"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f50ed1d01f799f00ce20f210b95774f2dffe7137757ecf86544c71a9f621f402_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f50ed1d01f799f00ce20f210b95774f2dffe7137757ecf86544c71a9f621f402_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f50ed1d01f799f00ce20f210b95774f2dffe7137757ecf86544c71a9f621f402_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager-rhel9@sha256%3Af50ed1d01f799f00ce20f210b95774f2dffe7137757ecf86544c71a9f621f402?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729169"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:85c84e6100ea0c4d783b44a085cdda8be9b580b073ab7b191a70ad3c14641f9c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:85c84e6100ea0c4d783b44a085cdda8be9b580b073ab7b191a70ad3c14641f9c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:85c84e6100ea0c4d783b44a085cdda8be9b580b073ab7b191a70ad3c14641f9c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry-rhel9@sha256%3A85c84e6100ea0c4d783b44a085cdda8be9b580b073ab7b191a70ad3c14641f9c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729031"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b11b0fd3272461cb95d4f3c79c5c1138770085b461fb8c64c5f19f3f2276abf5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b11b0fd3272461cb95d4f3c79c5c1138770085b461fb8c64c5f19f3f2276abf5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b11b0fd3272461cb95d4f3c79c5c1138770085b461fb8c64c5f19f3f2276abf5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel9@sha256%3Ab11b0fd3272461cb95d4f3c79c5c1138770085b461fb8c64c5f19f3f2276abf5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725366"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:06ef27c670aa46891c208f0a1ce5be98a92a321e81865484c17db725d6c48f6f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:06ef27c670aa46891c208f0a1ce5be98a92a321e81865484c17db725d6c48f6f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:06ef27c670aa46891c208f0a1ce5be98a92a321e81865484c17db725d6c48f6f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel9@sha256%3A06ef27c670aa46891c208f0a1ce5be98a92a321e81865484c17db725d6c48f6f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729157"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:df00671b04cef1d122484a876880dbf4cc250c63730537fef7e1651b58f9a9dd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:df00671b04cef1d122484a876880dbf4cc250c63730537fef7e1651b58f9a9dd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:df00671b04cef1d122484a876880dbf4cc250c63730537fef7e1651b58f9a9dd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256%3Adf00671b04cef1d122484a876880dbf4cc250c63730537fef7e1651b58f9a9dd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770123801"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7246c15cef44f3945840162c1dab72daf8c0c4999345aa6ba148dd34597f4ea1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7246c15cef44f3945840162c1dab72daf8c0c4999345aa6ba148dd34597f4ea1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7246c15cef44f3945840162c1dab72daf8c0c4999345aa6ba148dd34597f4ea1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel9@sha256%3A7246c15cef44f3945840162c1dab72daf8c0c4999345aa6ba148dd34597f4ea1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729469"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95c4abf5e354b5a324515cf6e69195ad3576383386665683d4bb8f349e558416_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95c4abf5e354b5a324515cf6e69195ad3576383386665683d4bb8f349e558416_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95c4abf5e354b5a324515cf6e69195ad3576383386665683d4bb8f349e558416_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-utils-rhel9@sha256%3A95c4abf5e354b5a324515cf6e69195ad3576383386665683d4bb8f349e558416?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770081958"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c2d77eab011a8025098e1254c384f83af4f7e0d3ba9e6d2772eda689e644b036_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c2d77eab011a8025098e1254c384f83af4f7e0d3ba9e6d2772eda689e644b036_amd64",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c2d77eab011a8025098e1254c384f83af4f7e0d3ba9e6d2772eda689e644b036_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel9@sha256%3Ac2d77eab011a8025098e1254c384f83af4f7e0d3ba9e6d2772eda689e644b036?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729529"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3751262aca1a347b013648e64294520615e447cb875b1e7c04535c9c5e843ccf_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3751262aca1a347b013648e64294520615e447cb875b1e7c04535c9c5e843ccf_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3751262aca1a347b013648e64294520615e447cb875b1e7c04535c9c5e843ccf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cloud-controller-manager-rhel9@sha256%3A3751262aca1a347b013648e64294520615e447cb875b1e7c04535c9c5e843ccf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725829"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:5bdc6dd4698facc8189308328f6fc62ad7f4a3a5bf8c8a5775fe6e966eb44eeb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:5bdc6dd4698facc8189308328f6fc62ad7f4a3a5bf8c8a5775fe6e966eb44eeb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:5bdc6dd4698facc8189308328f6fc62ad7f4a3a5bf8c8a5775fe6e966eb44eeb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cluster-api-controllers-rhel9@sha256%3A5bdc6dd4698facc8189308328f6fc62ad7f4a3a5bf8c8a5775fe6e966eb44eeb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725912"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ff8879335cb7031227028d3bbd5ae3c882c721871a28a42216fdf94885cc48f0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ff8879335cb7031227028d3bbd5ae3c882c721871a28a42216fdf94885cc48f0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ff8879335cb7031227028d3bbd5ae3c882c721871a28a42216fdf94885cc48f0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel9@sha256%3Aff8879335cb7031227028d3bbd5ae3c882c721871a28a42216fdf94885cc48f0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725782"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ad7055ad351c0c24582721dcbf7f422b6a31290104530458e456bddd1a637938_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ad7055ad351c0c24582721dcbf7f422b6a31290104530458e456bddd1a637938_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ad7055ad351c0c24582721dcbf7f422b6a31290104530458e456bddd1a637938_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel9-operator@sha256%3Aad7055ad351c0c24582721dcbf7f422b6a31290104530458e456bddd1a637938?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725155"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:6381f7fc63ba688a5514eeef31d629e8e6cf01d6910f29f7dd38cc48a49f392b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:6381f7fc63ba688a5514eeef31d629e8e6cf01d6910f29f7dd38cc48a49f392b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:6381f7fc63ba688a5514eeef31d629e8e6cf01d6910f29f7dd38cc48a49f392b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-pod-identity-webhook-rhel9@sha256%3A6381f7fc63ba688a5514eeef31d629e8e6cf01d6910f29f7dd38cc48a49f392b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725833"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:e168e04989169bf67e16af77f602c8d762b1ef424f4abc92ad8ef8a135d6fe69_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:e168e04989169bf67e16af77f602c8d762b1ef424f4abc92ad8ef8a135d6fe69_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:e168e04989169bf67e16af77f602c8d762b1ef424f4abc92ad8ef8a135d6fe69_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-controller-manager-rhel9@sha256%3Ae168e04989169bf67e16af77f602c8d762b1ef424f4abc92ad8ef8a135d6fe69?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725731"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b9e9f7cb5894890829532f10dda00d008bc5745b999b76daa26b5667e00e0b87_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b9e9f7cb5894890829532f10dda00d008bc5745b999b76daa26b5667e00e0b87_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b9e9f7cb5894890829532f10dda00d008bc5745b999b76daa26b5667e00e0b87_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-node-manager-rhel9@sha256%3Ab9e9f7cb5894890829532f10dda00d008bc5745b999b76daa26b5667e00e0b87?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726048"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:8b16e6a9162b06a6565a48f4b05f3a1681f9f6349278d4f44d93ebe60d96c566_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:8b16e6a9162b06a6565a48f4b05f3a1681f9f6349278d4f44d93ebe60d96c566_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:8b16e6a9162b06a6565a48f4b05f3a1681f9f6349278d4f44d93ebe60d96c566_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cluster-api-controllers-rhel9@sha256%3A8b16e6a9162b06a6565a48f4b05f3a1681f9f6349278d4f44d93ebe60d96c566?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725554"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:71ce3309765f3dea75ed45541065b35f0aeb697d59b013294775e84b780f361a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:71ce3309765f3dea75ed45541065b35f0aeb697d59b013294775e84b780f361a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:71ce3309765f3dea75ed45541065b35f0aeb697d59b013294775e84b780f361a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel9@sha256%3A71ce3309765f3dea75ed45541065b35f0aeb697d59b013294775e84b780f361a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725699"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:ef131d257bfc318cd0071ea2867d209fd8088da69e92fd3d07bce2b86d4eb2f4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:ef131d257bfc318cd0071ea2867d209fd8088da69e92fd3d07bce2b86d4eb2f4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:ef131d257bfc318cd0071ea2867d209fd8088da69e92fd3d07bce2b86d4eb2f4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel9-operator@sha256%3Aef131d257bfc318cd0071ea2867d209fd8088da69e92fd3d07bce2b86d4eb2f4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725157"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:da7ec98aeffdf151279fbfd2d45163722323094e790ab1e5b14e3a75bebf7ba2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:da7ec98aeffdf151279fbfd2d45163722323094e790ab1e5b14e3a75bebf7ba2_amd64",
"product_id": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:da7ec98aeffdf151279fbfd2d45163722323094e790ab1e5b14e3a75bebf7ba2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/azure-service-rhel9-operator@sha256%3Ada7ec98aeffdf151279fbfd2d45163722323094e790ab1e5b14e3a75bebf7ba2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729080"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:2f9449039570a38ef4191b3717a9597219919ffaff87b645f06c4daec74a3cbc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:2f9449039570a38ef4191b3717a9597219919ffaff87b645f06c4daec74a3cbc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:2f9449039570a38ef4191b3717a9597219919ffaff87b645f06c4daec74a3cbc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-workload-identity-webhook-rhel9@sha256%3A2f9449039570a38ef4191b3717a9597219919ffaff87b645f06c4daec74a3cbc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725690"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d797ecf477151c6821be3fb5e18dfa8f8df04233fa9f7da7b554da9eb38f0058_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d797ecf477151c6821be3fb5e18dfa8f8df04233fa9f7da7b554da9eb38f0058_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d797ecf477151c6821be3fb5e18dfa8f8df04233fa9f7da7b554da9eb38f0058_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-cluster-api-controllers-rhel9@sha256%3Ad797ecf477151c6821be3fb5e18dfa8f8df04233fa9f7da7b554da9eb38f0058?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725575"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a8840079bf9bf05cf2f9c4a7f38bb45b09baee82128d12df604007278fbdb198_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a8840079bf9bf05cf2f9c4a7f38bb45b09baee82128d12df604007278fbdb198_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a8840079bf9bf05cf2f9c4a7f38bb45b09baee82128d12df604007278fbdb198_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel9@sha256%3Aa8840079bf9bf05cf2f9c4a7f38bb45b09baee82128d12df604007278fbdb198?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770100236"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e7b4095c367aa9811dba1e43cda61f60b54b9536d9900990e7e6eac745ec7ac9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e7b4095c367aa9811dba1e43cda61f60b54b9536d9900990e7e6eac745ec7ac9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e7b4095c367aa9811dba1e43cda61f60b54b9536d9900990e7e6eac745ec7ac9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel9-operator@sha256%3Ae7b4095c367aa9811dba1e43cda61f60b54b9536d9900990e7e6eac745ec7ac9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769786362"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:90f04dac670c4d0c505cf8f96d020c9e3f4c0747b91dc2a2531db407ffdcfbd7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:90f04dac670c4d0c505cf8f96d020c9e3f4c0747b91dc2a2531db407ffdcfbd7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:90f04dac670c4d0c505cf8f96d020c9e3f4c0747b91dc2a2531db407ffdcfbd7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts-rhel9@sha256%3A90f04dac670c4d0c505cf8f96d020c9e3f4c0747b91dc2a2531db407ffdcfbd7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769734736"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bfebb3f4a3a9476c2307fafdc5ec3fe7586c51dde9c5448fde7d34e37e2f45af_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bfebb3f4a3a9476c2307fafdc5ec3fe7586c51dde9c5448fde7d34e37e2f45af_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bfebb3f4a3a9476c2307fafdc5ec3fe7586c51dde9c5448fde7d34e37e2f45af_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-rhel9-operator@sha256%3Abfebb3f4a3a9476c2307fafdc5ec3fe7586c51dde9c5448fde7d34e37e2f45af?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725663"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:bdb7981f8aadb7c27bdc448ce4baed28ddd8d08ae1a83af66255bc70d3b87d63_amd64",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:bdb7981f8aadb7c27bdc448ce4baed28ddd8d08ae1a83af66255bc70d3b87d63_amd64",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:bdb7981f8aadb7c27bdc448ce4baed28ddd8d08ae1a83af66255bc70d3b87d63_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel9@sha256%3Abdb7981f8aadb7c27bdc448ce4baed28ddd8d08ae1a83af66255bc70d3b87d63?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729558"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:3ca197c0d720c1314db2f36fdd4f1fd81f0b729829f27b39508f0a6e7ecf7bab_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:3ca197c0d720c1314db2f36fdd4f1fd81f0b729829f27b39508f0a6e7ecf7bab_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:3ca197c0d720c1314db2f36fdd4f1fd81f0b729829f27b39508f0a6e7ecf7bab_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel9@sha256%3A3ca197c0d720c1314db2f36fdd4f1fd81f0b729829f27b39508f0a6e7ecf7bab?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725847"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f12ba7fce7d3a13280d4bfe412b9b54ca22baa52b90be0fd7825ac719f1de068_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f12ba7fce7d3a13280d4bfe412b9b54ca22baa52b90be0fd7825ac719f1de068_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f12ba7fce7d3a13280d4bfe412b9b54ca22baa52b90be0fd7825ac719f1de068_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-rhel9-operator@sha256%3Af12ba7fce7d3a13280d4bfe412b9b54ca22baa52b90be0fd7825ac719f1de068?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725786"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c9329187e9bde81fc4f0b4996c909fe4e9354e58fe353340600532153254e5b4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c9329187e9bde81fc4f0b4996c909fe4e9354e58fe353340600532153254e5b4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c9329187e9bde81fc4f0b4996c909fe4e9354e58fe353340600532153254e5b4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9-operator@sha256%3Ac9329187e9bde81fc4f0b4996c909fe4e9354e58fe353340600532153254e5b4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725153"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:88237cdb1714ed0759ff8c96466010145ff8cfd60a7dd3debec25e3a2b33200e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:88237cdb1714ed0759ff8c96466010145ff8cfd60a7dd3debec25e3a2b33200e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:88237cdb1714ed0759ff8c96466010145ff8cfd60a7dd3debec25e3a2b33200e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel9@sha256%3A88237cdb1714ed0759ff8c96466010145ff8cfd60a7dd3debec25e3a2b33200e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770123291"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4933a9cb0be09725767981638b9139867cad6a26a228701ec034d45c3f7da4de_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4933a9cb0be09725767981638b9139867cad6a26a228701ec034d45c3f7da4de_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4933a9cb0be09725767981638b9139867cad6a26a228701ec034d45c3f7da4de_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap-rhel9@sha256%3A4933a9cb0be09725767981638b9139867cad6a26a228701ec034d45c3f7da4de?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728653"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:cc8b86ad3d080ab5dedb159dfca744ce669341a2491e5a0bab4f59e3dae9ed7e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:cc8b86ad3d080ab5dedb159dfca744ce669341a2491e5a0bab4f59e3dae9ed7e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:cc8b86ad3d080ab5dedb159dfca744ce669341a2491e5a0bab4f59e3dae9ed7e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel9-operator@sha256%3Acc8b86ad3d080ab5dedb159dfca744ce669341a2491e5a0bab4f59e3dae9ed7e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729276"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:75a992b3a14138492b585b3500a6b6f565c912b193834fa562c990bee8115e90_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:75a992b3a14138492b585b3500a6b6f565c912b193834fa562c990bee8115e90_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:75a992b3a14138492b585b3500a6b6f565c912b193834fa562c990bee8115e90_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3A75a992b3a14138492b585b3500a6b6f565c912b193834fa562c990bee8115e90?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729320"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b5b9266258ab925a7dfd33b86043873af4c0799fc52befbc476f875dc44b810d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b5b9266258ab925a7dfd33b86043873af4c0799fc52befbc476f875dc44b810d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b5b9266258ab925a7dfd33b86043873af4c0799fc52befbc476f875dc44b810d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-api-rhel9@sha256%3Ab5b9266258ab925a7dfd33b86043873af4c0799fc52befbc476f875dc44b810d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725178"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a2d2bb9ceaaf23ff8430662ff6b267cb36848b2cf311bddcdaae8e33e8736306_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a2d2bb9ceaaf23ff8430662ff6b267cb36848b2cf311bddcdaae8e33e8736306_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a2d2bb9ceaaf23ff8430662ff6b267cb36848b2cf311bddcdaae8e33e8736306_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-rhel9-operator@sha256%3Aa2d2bb9ceaaf23ff8430662ff6b267cb36848b2cf311bddcdaae8e33e8736306?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728742"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a330cd288cfbb99db498c3a7e7211eaddc4cc5e39b6343fc6589b958c6ac44ae_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a330cd288cfbb99db498c3a7e7211eaddc4cc5e39b6343fc6589b958c6ac44ae_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a330cd288cfbb99db498c3a7e7211eaddc4cc5e39b6343fc6589b958c6ac44ae_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3Aa330cd288cfbb99db498c3a7e7211eaddc4cc5e39b6343fc6589b958c6ac44ae?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725667"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4d6edfa2e5e9d6964a5b9483989f491cb5019ebe9af55116591b321b499bd12d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4d6edfa2e5e9d6964a5b9483989f491cb5019ebe9af55116591b321b499bd12d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4d6edfa2e5e9d6964a5b9483989f491cb5019ebe9af55116591b321b499bd12d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3A4d6edfa2e5e9d6964a5b9483989f491cb5019ebe9af55116591b321b499bd12d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770231203"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:39282efac8310ed389b4acc4ff3aabd6367800953c1e8fecbf17926306d1f419_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:39282efac8310ed389b4acc4ff3aabd6367800953c1e8fecbf17926306d1f419_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:39282efac8310ed389b4acc4ff3aabd6367800953c1e8fecbf17926306d1f419_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-rhel9-operator@sha256%3A39282efac8310ed389b4acc4ff3aabd6367800953c1e8fecbf17926306d1f419?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726597"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:bdbbbd728c482c0c5b5e87af470856aff0c8264d3f490c8ae9d987f21d5bac60_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:bdbbbd728c482c0c5b5e87af470856aff0c8264d3f490c8ae9d987f21d5bac60_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:bdbbbd728c482c0c5b5e87af470856aff0c8264d3f490c8ae9d987f21d5bac60_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-rhel9-operator@sha256%3Abdbbbd728c482c0c5b5e87af470856aff0c8264d3f490c8ae9d987f21d5bac60?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728062"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dff9eb529ea868114b0f46c60f4014b429ce115b0ce949e6855fe29d9270354a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dff9eb529ea868114b0f46c60f4014b429ce115b0ce949e6855fe29d9270354a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dff9eb529ea868114b0f46c60f4014b429ce115b0ce949e6855fe29d9270354a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-rhel9-operator@sha256%3Adff9eb529ea868114b0f46c60f4014b429ce115b0ce949e6855fe29d9270354a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726772"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ff467f13cb09556eb490743f878422fa2493b8bca683b8759d7926e8af97dace_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ff467f13cb09556eb490743f878422fa2493b8bca683b8759d7926e8af97dace_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ff467f13cb09556eb490743f878422fa2493b8bca683b8759d7926e8af97dace_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-rhel9-operator@sha256%3Aff467f13cb09556eb490743f878422fa2493b8bca683b8759d7926e8af97dace?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725866"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:829d8937eb34548f09b89de6dd5a236ae58d6f74501f44c929538c281a8be920_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:829d8937eb34548f09b89de6dd5a236ae58d6f74501f44c929538c281a8be920_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:829d8937eb34548f09b89de6dd5a236ae58d6f74501f44c929538c281a8be920_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3A829d8937eb34548f09b89de6dd5a236ae58d6f74501f44c929538c281a8be920?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726698"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:cb550213a7e8671953d5b880c0b651a566be475a3ca0f5b442a2fa9b0bfeeb1d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:cb550213a7e8671953d5b880c0b651a566be475a3ca0f5b442a2fa9b0bfeeb1d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:cb550213a7e8671953d5b880c0b651a566be475a3ca0f5b442a2fa9b0bfeeb1d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3Acb550213a7e8671953d5b880c0b651a566be475a3ca0f5b442a2fa9b0bfeeb1d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726592"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:934380eb6ae83360d1e11f709c58d18c2e69e04b3246a02846f26f9879ca1edc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:934380eb6ae83360d1e11f709c58d18c2e69e04b3246a02846f26f9879ca1edc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:934380eb6ae83360d1e11f709c58d18c2e69e04b3246a02846f26f9879ca1edc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-rhel9-operator@sha256%3A934380eb6ae83360d1e11f709c58d18c2e69e04b3246a02846f26f9879ca1edc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727770"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d74ebc7fd5b30afecc3d9f61ee6c74b2c0f8519514c5614ddfbe9bbc68227509_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d74ebc7fd5b30afecc3d9f61ee6c74b2c0f8519514c5614ddfbe9bbc68227509_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d74ebc7fd5b30afecc3d9f61ee6c74b2c0f8519514c5614ddfbe9bbc68227509_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3Ad74ebc7fd5b30afecc3d9f61ee6c74b2c0f8519514c5614ddfbe9bbc68227509?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728217"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e0eefc7f55d25990d314c2ceb50afe70f7746e467ab7a409fa3d1b44708d9ffd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e0eefc7f55d25990d314c2ceb50afe70f7746e467ab7a409fa3d1b44708d9ffd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e0eefc7f55d25990d314c2ceb50afe70f7746e467ab7a409fa3d1b44708d9ffd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver-rhel9@sha256%3Ae0eefc7f55d25990d314c2ceb50afe70f7746e467ab7a409fa3d1b44708d9ffd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728564"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5909f73afae46cf2ad00a9a6f1c38d38acc3ab00a0b97ca419110492d7bcab7d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5909f73afae46cf2ad00a9a6f1c38d38acc3ab00a0b97ca419110492d7bcab7d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5909f73afae46cf2ad00a9a6f1c38d38acc3ab00a0b97ca419110492d7bcab7d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-olm-rhel9-operator@sha256%3A5909f73afae46cf2ad00a9a6f1c38d38acc3ab00a0b97ca419110492d7bcab7d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728267"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3b166e5b5529c407c2f8e372414d043fc617965696c5a869fcadfde2d14d716d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3b166e5b5529c407c2f8e372414d043fc617965696c5a869fcadfde2d14d716d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3b166e5b5529c407c2f8e372414d043fc617965696c5a869fcadfde2d14d716d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3A3b166e5b5529c407c2f8e372414d043fc617965696c5a869fcadfde2d14d716d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729350"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c00c3c5e7e106cd6527cec39e5c3fba990d1986bfdcb691b866db80d59e5f82_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c00c3c5e7e106cd6527cec39e5c3fba990d1986bfdcb691b866db80d59e5f82_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c00c3c5e7e106cd6527cec39e5c3fba990d1986bfdcb691b866db80d59e5f82_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3A5c00c3c5e7e106cd6527cec39e5c3fba990d1986bfdcb691b866db80d59e5f82?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725174"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:650f0e2357f8d302f10ee0a628868f985c5a8c8a4e6af9e6793a9051b33205b9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:650f0e2357f8d302f10ee0a628868f985c5a8c8a4e6af9e6793a9051b33205b9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:650f0e2357f8d302f10ee0a628868f985c5a8c8a4e6af9e6793a9051b33205b9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-rhel9-operator@sha256%3A650f0e2357f8d302f10ee0a628868f985c5a8c8a4e6af9e6793a9051b33205b9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726979"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ecac534bb32ddc645101f6565521b08fde95cbf0eb2b9c6b896c83ba23e8b6bd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ecac534bb32ddc645101f6565521b08fde95cbf0eb2b9c6b896c83ba23e8b6bd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ecac534bb32ddc645101f6565521b08fde95cbf0eb2b9c6b896c83ba23e8b6bd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-update-keys-rhel9@sha256%3Aecac534bb32ddc645101f6565521b08fde95cbf0eb2b9c6b896c83ba23e8b6bd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728560"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1283ae9261afb1293b597a8da40611cdc1980b1e403de5d16669c5b7d2527dc7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1283ae9261afb1293b597a8da40611cdc1980b1e403de5d16669c5b7d2527dc7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1283ae9261afb1293b597a8da40611cdc1980b1e403de5d16669c5b7d2527dc7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel9@sha256%3A1283ae9261afb1293b597a8da40611cdc1980b1e403de5d16669c5b7d2527dc7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728969"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0d455e21bddb7ecd4c5b8f077ea96f046ba3183d17e3755ae95f8cd112a81179_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0d455e21bddb7ecd4c5b8f077ea96f046ba3183d17e3755ae95f8cd112a81179_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0d455e21bddb7ecd4c5b8f077ea96f046ba3183d17e3755ae95f8cd112a81179_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel9@sha256%3A0d455e21bddb7ecd4c5b8f077ea96f046ba3183d17e3755ae95f8cd112a81179?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725175"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:44020a87c575f01d876bcd559d0b37bcba2f5bb4337a4f0f40d65196a407910c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:44020a87c575f01d876bcd559d0b37bcba2f5bb4337a4f0f40d65196a407910c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:44020a87c575f01d876bcd559d0b37bcba2f5bb4337a4f0f40d65196a407910c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel9@sha256%3A44020a87c575f01d876bcd559d0b37bcba2f5bb4337a4f0f40d65196a407910c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728249"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:978722d03bd0e1eb78e35c188516d960ed81c8b47a66e77ec7ea465634e44536_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:978722d03bd0e1eb78e35c188516d960ed81c8b47a66e77ec7ea465634e44536_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:978722d03bd0e1eb78e35c188516d960ed81c8b47a66e77ec7ea465634e44536_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel9@sha256%3A978722d03bd0e1eb78e35c188516d960ed81c8b47a66e77ec7ea465634e44536?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729619"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d6bfcd46424e1719490ce37bff728ea278eaf589e052a90b3fb30a9110aaa298_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d6bfcd46424e1719490ce37bff728ea278eaf589e052a90b3fb30a9110aaa298_amd64",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d6bfcd46424e1719490ce37bff728ea278eaf589e052a90b3fb30a9110aaa298_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd-rhel9@sha256%3Ad6bfcd46424e1719490ce37bff728ea278eaf589e052a90b3fb30a9110aaa298?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729778"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:bfeca6b1d120f47ef42ace529f8663c90e420a3d1067891268e0fbbcd0c8fd3b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:bfeca6b1d120f47ef42ace529f8663c90e420a3d1067891268e0fbbcd0c8fd3b_amd64",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:bfeca6b1d120f47ef42ace529f8663c90e420a3d1067891268e0fbbcd0c8fd3b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/frr-rhel9@sha256%3Abfeca6b1d120f47ef42ace529f8663c90e420a3d1067891268e0fbbcd0c8fd3b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770123638"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:520b43e0497fde1deef41e5f9e51448fde032769f433980802097e1e4216fb6e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:520b43e0497fde1deef41e5f9e51448fde032769f433980802097e1e4216fb6e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:520b43e0497fde1deef41e5f9e51448fde032769f433980802097e1e4216fb6e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cloud-controller-manager-rhel9@sha256%3A520b43e0497fde1deef41e5f9e51448fde032769f433980802097e1e4216fb6e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725195"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:12645a5f47e54e3bf3f0b0863c44b938be5c42b22f695faf62c8d918cddb03ac_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:12645a5f47e54e3bf3f0b0863c44b938be5c42b22f695faf62c8d918cddb03ac_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:12645a5f47e54e3bf3f0b0863c44b938be5c42b22f695faf62c8d918cddb03ac_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cluster-api-controllers-rhel9@sha256%3A12645a5f47e54e3bf3f0b0863c44b938be5c42b22f695faf62c8d918cddb03ac?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770082197"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:0e4dde634359042b67bcc5224afeef951459167cb8f36cb6f262719308f8ae42_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:0e4dde634359042b67bcc5224afeef951459167cb8f36cb6f262719308f8ae42_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:0e4dde634359042b67bcc5224afeef951459167cb8f36cb6f262719308f8ae42_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-rhel9@sha256%3A0e4dde634359042b67bcc5224afeef951459167cb8f36cb6f262719308f8ae42?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727345"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1b7392f3cadb8ca07f10d5681fa33f6dfe61f895e4a8a1874bdd5aab3543f67d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1b7392f3cadb8ca07f10d5681fa33f6dfe61f895e4a8a1874bdd5aab3543f67d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1b7392f3cadb8ca07f10d5681fa33f6dfe61f895e4a8a1874bdd5aab3543f67d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-operator-rhel9@sha256%3A1b7392f3cadb8ca07f10d5681fa33f6dfe61f895e4a8a1874bdd5aab3543f67d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726525"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:2e494676f33f47eb13ce2e3675c8e7a3871d5d1b73a59b71623caba05364196b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:2e494676f33f47eb13ce2e3675c8e7a3871d5d1b73a59b71623caba05364196b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:2e494676f33f47eb13ce2e3675c8e7a3871d5d1b73a59b71623caba05364196b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-cloud-controller-manager-rhel9@sha256%3A2e494676f33f47eb13ce2e3675c8e7a3871d5d1b73a59b71623caba05364196b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729587"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a5e04dd92dd9bca8344f741151a5756e28fdd197e2aae26c13caf2867ee6ff76_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a5e04dd92dd9bca8344f741151a5756e28fdd197e2aae26c13caf2867ee6ff76_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a5e04dd92dd9bca8344f741151a5756e28fdd197e2aae26c13caf2867ee6ff76_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-rhel9@sha256%3Aa5e04dd92dd9bca8344f741151a5756e28fdd197e2aae26c13caf2867ee6ff76?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727074"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:fc53a478ba64c0557ef8de93faf1320baab34d4bca5f50bc8f74d4a8d3a86890_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:fc53a478ba64c0557ef8de93faf1320baab34d4bca5f50bc8f74d4a8d3a86890_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:fc53a478ba64c0557ef8de93faf1320baab34d4bca5f50bc8f74d4a8d3a86890_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256%3Afc53a478ba64c0557ef8de93faf1320baab34d4bca5f50bc8f74d4a8d3a86890?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728593"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:89a876583624410a9d79c1cf83d94a9a7c0dfbd3ad70228ea985e45b2ccee9f7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:89a876583624410a9d79c1cf83d94a9a7c0dfbd3ad70228ea985e45b2ccee9f7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:89a876583624410a9d79c1cf83d94a9a7c0dfbd3ad70228ea985e45b2ccee9f7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-cluster-api-controllers-rhel9@sha256%3A89a876583624410a9d79c1cf83d94a9a7c0dfbd3ad70228ea985e45b2ccee9f7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729546"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:63a52e5f035913f64e82ae6a617273abae9ee0729316d26ed5d4182ca0f50d11_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:63a52e5f035913f64e82ae6a617273abae9ee0729316d26ed5d4182ca0f50d11_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:63a52e5f035913f64e82ae6a617273abae9ee0729316d26ed5d4182ca0f50d11_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-machine-controllers-rhel9@sha256%3A63a52e5f035913f64e82ae6a617273abae9ee0729316d26ed5d4182ca0f50d11?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725173"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ce8e1af1e3f7d331be7a366560b517e1fc27f83f1382ca6a69a1d9893f260fda_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ce8e1af1e3f7d331be7a366560b517e1fc27f83f1382ca6a69a1d9893f260fda_amd64",
"product_id": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ce8e1af1e3f7d331be7a366560b517e1fc27f83f1382ca6a69a1d9893f260fda_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-image-customization-controller-rhel9@sha256%3Ace8e1af1e3f7d331be7a366560b517e1fc27f83f1382ca6a69a1d9893f260fda?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725763"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3478a4d3a1acaba3cfb3f1040320798b9d0b419a66b07267965d4ab974a3b440_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3478a4d3a1acaba3cfb3f1040320798b9d0b419a66b07267965d4ab974a3b440_amd64",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3478a4d3a1acaba3cfb3f1040320798b9d0b419a66b07267965d4ab974a3b440_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel9-operator@sha256%3A3478a4d3a1acaba3cfb3f1040320798b9d0b419a66b07267965d4ab974a3b440?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729828"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a882578ad9240c994b4f21955809f6d332965cde3686fd2da1c4bc1bd89181f5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a882578ad9240c994b4f21955809f6d332965cde3686fd2da1c4bc1bd89181f5_amd64",
"product_id": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a882578ad9240c994b4f21955809f6d332965cde3686fd2da1c4bc1bd89181f5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/insights-runtime-exporter-rhel9@sha256%3Aa882578ad9240c994b4f21955809f6d332965cde3686fd2da1c4bc1bd89181f5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726294"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:dfb1568b260cebf47b31b5bc5b956dd573ef5e10f5c04bc7951d4aefba1e1c29_amd64",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:dfb1568b260cebf47b31b5bc5b956dd573ef5e10f5c04bc7951d4aefba1e1c29_amd64",
"product_id": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:dfb1568b260cebf47b31b5bc5b956dd573ef5e10f5c04bc7951d4aefba1e1c29_amd64",
"product_identification_helper": {
"purl": "pkg:oci/insights-runtime-extractor-rhel9@sha256%3Adfb1568b260cebf47b31b5bc5b956dd573ef5e10f5c04bc7951d4aefba1e1c29?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727172"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:09ebbcea16169b9ac863167c0e7f953717e92f75fc4c4e2bffa0eacf84519907_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:09ebbcea16169b9ac863167c0e7f953717e92f75fc4c4e2bffa0eacf84519907_amd64",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:09ebbcea16169b9ac863167c0e7f953717e92f75fc4c4e2bffa0eacf84519907_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-rhel9@sha256%3A09ebbcea16169b9ac863167c0e7f953717e92f75fc4c4e2bffa0eacf84519907?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770100330"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4ef1395e47e1898bc84155ed4b4e3e4c72d08e4e7f2d19d9530d889fe0ef6b26_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4ef1395e47e1898bc84155ed4b4e3e4c72d08e4e7f2d19d9530d889fe0ef6b26_amd64",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4ef1395e47e1898bc84155ed4b4e3e4c72d08e4e7f2d19d9530d889fe0ef6b26_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts-rhel9@sha256%3A4ef1395e47e1898bc84155ed4b4e3e4c72d08e4e7f2d19d9530d889fe0ef6b26?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770100286"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a0ce68bd8e54f1975c89b6739bc6d94e9ad8214df431d1c41907866dab1cd9f6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a0ce68bd8e54f1975c89b6739bc6d94e9ad8214df431d1c41907866dab1cd9f6_amd64",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a0ce68bd8e54f1975c89b6739bc6d94e9ad8214df431d1c41907866dab1cd9f6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kube-metrics-server-rhel9@sha256%3Aa0ce68bd8e54f1975c89b6739bc6d94e9ad8214df431d1c41907866dab1cd9f6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729737"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6b259bed5dc046510b7c3305f6abf86e4543a9ec5091505f92f573536e9f049f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6b259bed5dc046510b7c3305f6abf86e4543a9ec5091505f92f573536e9f049f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6b259bed5dc046510b7c3305f6abf86e4543a9ec5091505f92f573536e9f049f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel9@sha256%3A6b259bed5dc046510b7c3305f6abf86e4543a9ec5091505f92f573536e9f049f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725936"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:919fe76dee99d772b668b57645779a63e1c3b7f7f40fe79175c27ae6d7e261db_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:919fe76dee99d772b668b57645779a63e1c3b7f7f40fe79175c27ae6d7e261db_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:919fe76dee99d772b668b57645779a63e1c3b7f7f40fe79175c27ae6d7e261db_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3A919fe76dee99d772b668b57645779a63e1c3b7f7f40fe79175c27ae6d7e261db?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727721"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:54c656c9b7ff7f7d9412253dcb0c4484233f4cbe77512b63e69ba1532a4a41d5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:54c656c9b7ff7f7d9412253dcb0c4484233f4cbe77512b63e69ba1532a4a41d5_amd64",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:54c656c9b7ff7f7d9412253dcb0c4484233f4cbe77512b63e69ba1532a4a41d5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-csi-driver-rhel9@sha256%3A54c656c9b7ff7f7d9412253dcb0c4484233f4cbe77512b63e69ba1532a4a41d5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727885"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:52c4215a49207586cb3f33bd1d35aeda857d31d34c80cbfffba02ba8c448c8a6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:52c4215a49207586cb3f33bd1d35aeda857d31d34c80cbfffba02ba8c448c8a6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:52c4215a49207586cb3f33bd1d35aeda857d31d34c80cbfffba02ba8c448c8a6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers-rhel9@sha256%3A52c4215a49207586cb3f33bd1d35aeda857d31d34c80cbfffba02ba8c448c8a6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729775"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:89ac959e411430e4910919132f95452d1142a45fc5c67088f15cf5bad8982165_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:89ac959e411430e4910919132f95452d1142a45fc5c67088f15cf5bad8982165_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:89ac959e411430e4910919132f95452d1142a45fc5c67088f15cf5bad8982165_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-rhel9-operator@sha256%3A89ac959e411430e4910919132f95452d1142a45fc5c67088f15cf5bad8982165?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725935"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:9872321279ec2d108191f1f7e1764551e9c7099de51f595627db068a66fc4f8d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:9872321279ec2d108191f1f7e1764551e9c7099de51f595627db068a66fc4f8d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:9872321279ec2d108191f1f7e1764551e9c7099de51f595627db068a66fc4f8d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-aws-rhel9@sha256%3A9872321279ec2d108191f1f7e1764551e9c7099de51f595627db068a66fc4f8d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725175"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:1d3a2d2ae27d869506d3f027ebb43f0ca64451cbb635c4c412c85129025728c3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:1d3a2d2ae27d869506d3f027ebb43f0ca64451cbb635c4c412c85129025728c3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:1d3a2d2ae27d869506d3f027ebb43f0ca64451cbb635c4c412c85129025728c3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-azure-rhel9@sha256%3A1d3a2d2ae27d869506d3f027ebb43f0ca64451cbb635c4c412c85129025728c3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725904"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:efc289b0278fc84c571d7adf9e9ee1f8b149c5d832cbf416803435e89ee0a531_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:efc289b0278fc84c571d7adf9e9ee1f8b149c5d832cbf416803435e89ee0a531_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:efc289b0278fc84c571d7adf9e9ee1f8b149c5d832cbf416803435e89ee0a531_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-gcp-rhel9@sha256%3Aefc289b0278fc84c571d7adf9e9ee1f8b149c5d832cbf416803435e89ee0a531?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727442"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:953b8ff978f6523f4578a469d23dba6536d49a141b4e3729b059feb6d79a858b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:953b8ff978f6523f4578a469d23dba6536d49a141b4e3729b059feb6d79a858b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:953b8ff978f6523f4578a469d23dba6536d49a141b4e3729b059feb6d79a858b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-openstack-rhel9@sha256%3A953b8ff978f6523f4578a469d23dba6536d49a141b4e3729b059feb6d79a858b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728158"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:285f19a6dcffb48d4e6f6d3bfb44722f1828bfb2099a8736f2fc08cdd1481175_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:285f19a6dcffb48d4e6f6d3bfb44722f1828bfb2099a8736f2fc08cdd1481175_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:285f19a6dcffb48d4e6f6d3bfb44722f1828bfb2099a8736f2fc08cdd1481175_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-rhel9-operator@sha256%3A285f19a6dcffb48d4e6f6d3bfb44722f1828bfb2099a8736f2fc08cdd1481175?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729805"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6765cf3c0f8d395307ae57019cda7e2aeee976ec060eea8a47703db0b18532df_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6765cf3c0f8d395307ae57019cda7e2aeee976ec060eea8a47703db0b18532df_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6765cf3c0f8d395307ae57019cda7e2aeee976ec060eea8a47703db0b18532df_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel9@sha256%3A6765cf3c0f8d395307ae57019cda7e2aeee976ec060eea8a47703db0b18532df?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770123102"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c143caae15fb4249757018e05ac8dab9abb20f405977cb41468ce6a8049c4342_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c143caae15fb4249757018e05ac8dab9abb20f405977cb41468ce6a8049c4342_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c143caae15fb4249757018e05ac8dab9abb20f405977cb41468ce6a8049c4342_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller-rhel9@sha256%3Ac143caae15fb4249757018e05ac8dab9abb20f405977cb41468ce6a8049c4342?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729825"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:7688c4b2355532cddd9b9d314d105127c494990e7079407d2f43e578610971ad_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:7688c4b2355532cddd9b9d314d105127c494990e7079407d2f43e578610971ad_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:7688c4b2355532cddd9b9d314d105127c494990e7079407d2f43e578610971ad_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel9@sha256%3A7688c4b2355532cddd9b9d314d105127c494990e7079407d2f43e578610971ad?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727994"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:08710b0caf6f4bc16e72a89f596f33c8c38ba7742d0f1ee552336f9acc7f222e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:08710b0caf6f4bc16e72a89f596f33c8c38ba7742d0f1ee552336f9acc7f222e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:08710b0caf6f4bc16e72a89f596f33c8c38ba7742d0f1ee552336f9acc7f222e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3A08710b0caf6f4bc16e72a89f596f33c8c38ba7742d0f1ee552336f9acc7f222e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729265"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c20dd339ba44e18a505db8bf726e2db8b6a764f7bfcd9e0d63d627d69c2378fe_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c20dd339ba44e18a505db8bf726e2db8b6a764f7bfcd9e0d63d627d69c2378fe_amd64",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c20dd339ba44e18a505db8bf726e2db8b6a764f7bfcd9e0d63d627d69c2378fe_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather-rhel9@sha256%3Ac20dd339ba44e18a505db8bf726e2db8b6a764f7bfcd9e0d63d627d69c2378fe?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769734637"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:fb390f9eeb4853d9a20c9bf02ac10e099238e94084230bb532029be4c88b7ac6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:fb390f9eeb4853d9a20c9bf02ac10e099238e94084230bb532029be4c88b7ac6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:fb390f9eeb4853d9a20c9bf02ac10e099238e94084230bb532029be4c88b7ac6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel9@sha256%3Afb390f9eeb4853d9a20c9bf02ac10e099238e94084230bb532029be4c88b7ac6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729472"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3dc8fa50d17a5074f03d58eb00467e45e6d74f6c5293bc57ebb8c4feb4323eb9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3dc8fa50d17a5074f03d58eb00467e45e6d74f6c5293bc57ebb8c4feb4323eb9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3dc8fa50d17a5074f03d58eb00467e45e6d74f6c5293bc57ebb8c4feb4323eb9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel9@sha256%3A3dc8fa50d17a5074f03d58eb00467e45e6d74f6c5293bc57ebb8c4feb4323eb9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728647"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:86ff72407e38fffd121bee52ed9e1229213f5db18cf1324a08296597aaf494b4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:86ff72407e38fffd121bee52ed9e1229213f5db18cf1324a08296597aaf494b4_amd64",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:86ff72407e38fffd121bee52ed9e1229213f5db18cf1324a08296597aaf494b4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel9@sha256%3A86ff72407e38fffd121bee52ed9e1229213f5db18cf1324a08296597aaf494b4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770190219"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:02ce1779315733c6039fbd9f711d6c75da89fcfd4d6ac8e485d7aba30882b3ff_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:02ce1779315733c6039fbd9f711d6c75da89fcfd4d6ac8e485d7aba30882b3ff_amd64",
"product_id": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:02ce1779315733c6039fbd9f711d6c75da89fcfd4d6ac8e485d7aba30882b3ff_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-nutanix-cloud-controller-manager-rhel9@sha256%3A02ce1779315733c6039fbd9f711d6c75da89fcfd4d6ac8e485d7aba30882b3ff?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725582"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:d29e550f223f287e258aa15ac71ec87cbd24e9d6888f22d82aede80b7902765e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:d29e550f223f287e258aa15ac71ec87cbd24e9d6888f22d82aede80b7902765e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:d29e550f223f287e258aa15ac71ec87cbd24e9d6888f22d82aede80b7902765e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-nutanix-machine-controllers-rhel9@sha256%3Ad29e550f223f287e258aa15ac71ec87cbd24e9d6888f22d82aede80b7902765e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725898"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4e627ea7097e36d07d109f50212809b6477070750c0bfff14f3fe9d1d7ca29f4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4e627ea7097e36d07d109f50212809b6477070750c0bfff14f3fe9d1d7ca29f4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4e627ea7097e36d07d109f50212809b6477070750c0bfff14f3fe9d1d7ca29f4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel9@sha256%3A4e627ea7097e36d07d109f50212809b6477070750c0bfff14f3fe9d1d7ca29f4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728251"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:660006e5e6826b13ea6d73fce4fe672d1f67479c44ed65dee68119369eba3c75_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:660006e5e6826b13ea6d73fce4fe672d1f67479c44ed65dee68119369eba3c75_amd64",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:660006e5e6826b13ea6d73fce4fe672d1f67479c44ed65dee68119369eba3c75_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-catalogd-rhel9@sha256%3A660006e5e6826b13ea6d73fce4fe672d1f67479c44ed65dee68119369eba3c75?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770122396"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8403ecd148b8f0aa7f1156fc1676307753967ae68a69948af7c3987de8178959_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8403ecd148b8f0aa7f1156fc1676307753967ae68a69948af7c3987de8178959_amd64",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8403ecd148b8f0aa7f1156fc1676307753967ae68a69948af7c3987de8178959_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-operator-controller-rhel9@sha256%3A8403ecd148b8f0aa7f1156fc1676307753967ae68a69948af7c3987de8178959?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770122325"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d1e737deb52f4f124e34889df5ee2a787db0ee13ef86842f415d5c18ff70498d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d1e737deb52f4f124e34889df5ee2a787db0ee13ef86842f415d5c18ff70498d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d1e737deb52f4f124e34889df5ee2a787db0ee13ef86842f415d5c18ff70498d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel9@sha256%3Ad1e737deb52f4f124e34889df5ee2a787db0ee13ef86842f415d5c18ff70498d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726159"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:e97049e759fd58cb6a2c8dc5b78df8dab7139f8868b1461a3946cf187b824f55_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:e97049e759fd58cb6a2c8dc5b78df8dab7139f8868b1461a3946cf187b824f55_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:e97049e759fd58cb6a2c8dc5b78df8dab7139f8868b1461a3946cf187b824f55_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel9@sha256%3Ae97049e759fd58cb6a2c8dc5b78df8dab7139f8868b1461a3946cf187b824f55?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728149"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c02ec1e4b586a812cddae6ea43cf42a6b9742d062fc12c18c2414bc48b5b96e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c02ec1e4b586a812cddae6ea43cf42a6b9742d062fc12c18c2414bc48b5b96e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c02ec1e4b586a812cddae6ea43cf42a6b9742d062fc12c18c2414bc48b5b96e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9@sha256%3A2c02ec1e4b586a812cddae6ea43cf42a6b9742d062fc12c18c2414bc48b5b96e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728526"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4d7e15ae24207bd06663f5c9d55564e220bef28ef150f62d2e9622f569490acf_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4d7e15ae24207bd06663f5c9d55564e220bef28ef150f62d2e9622f569490acf_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4d7e15ae24207bd06663f5c9d55564e220bef28ef150f62d2e9622f569490acf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3A4d7e15ae24207bd06663f5c9d55564e220bef28ef150f62d2e9622f569490acf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725163"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ecc47300fa59bdd3970f0baf030a75e1fe5862d2470756cf32c389b1eb89152a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ecc47300fa59bdd3970f0baf030a75e1fe5862d2470756cf32c389b1eb89152a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ecc47300fa59bdd3970f0baf030a75e1fe5862d2470756cf32c389b1eb89152a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel9@sha256%3Aecc47300fa59bdd3970f0baf030a75e1fe5862d2470756cf32c389b1eb89152a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727963"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d1bd0363eb8c21c0123522b814b140a7595a459c7c286220b4b6fb0b9886a115_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d1bd0363eb8c21c0123522b814b140a7595a459c7c286220b4b6fb0b9886a115_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d1bd0363eb8c21c0123522b814b140a7595a459c7c286220b4b6fb0b9886a115_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-framework-tools-rhel9@sha256%3Ad1bd0363eb8c21c0123522b814b140a7595a459c7c286220b4b6fb0b9886a115?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728972"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d9f12bee214359955f20c9b4c0218febc8868cd47405b362dcc6ab05dfa573d4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d9f12bee214359955f20c9b4c0218febc8868cd47405b362dcc6ab05dfa573d4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d9f12bee214359955f20c9b4c0218febc8868cd47405b362dcc6ab05dfa573d4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256%3Ad9f12bee214359955f20c9b4c0218febc8868cd47405b362dcc6ab05dfa573d4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769731034"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:9b480de86de7566594ff61c147bcf0a6e8d5f2ac52ca37a2ecc32909e02850c3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:9b480de86de7566594ff61c147bcf0a6e8d5f2ac52ca37a2ecc32909e02850c3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:9b480de86de7566594ff61c147bcf0a6e8d5f2ac52ca37a2ecc32909e02850c3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-rhel9@sha256%3A9b480de86de7566594ff61c147bcf0a6e8d5f2ac52ca37a2ecc32909e02850c3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727393"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:142deb80cb8918201dfc20e0e86c5a70e704eb589681db3e019d0eed0a8bbf1b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:142deb80cb8918201dfc20e0e86c5a70e704eb589681db3e019d0eed0a8bbf1b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:142deb80cb8918201dfc20e0e86c5a70e704eb589681db3e019d0eed0a8bbf1b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-rhel9-operator@sha256%3A142deb80cb8918201dfc20e0e86c5a70e704eb589681db3e019d0eed0a8bbf1b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725144"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:177b77bf798f3ae19e2b67467ec324e2352c47a2fa4f803c852cb7d5514a2b80_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:177b77bf798f3ae19e2b67467ec324e2352c47a2fa4f803c852cb7d5514a2b80_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:177b77bf798f3ae19e2b67467ec324e2352c47a2fa4f803c852cb7d5514a2b80_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-cloud-controller-manager-rhel9@sha256%3A177b77bf798f3ae19e2b67467ec324e2352c47a2fa4f803c852cb7d5514a2b80?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727259"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:503c53ef4cda2a77d57eb611638334ecfbbe08f384e01084a0f2004aceccfd5b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:503c53ef4cda2a77d57eb611638334ecfbbe08f384e01084a0f2004aceccfd5b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:503c53ef4cda2a77d57eb611638334ecfbbe08f384e01084a0f2004aceccfd5b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-machine-controllers-rhel9@sha256%3A503c53ef4cda2a77d57eb611638334ecfbbe08f384e01084a0f2004aceccfd5b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727108"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7c1aa77f92efcbd6fdea6120c75e2cb19985aaa2cc48e2d4d3d4ecb87df0d277_amd64",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7c1aa77f92efcbd6fdea6120c75e2cb19985aaa2cc48e2d4d3d4ecb87df0d277_amd64",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7c1aa77f92efcbd6fdea6120c75e2cb19985aaa2cc48e2d4d3d4ecb87df0d277_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel9@sha256%3A7c1aa77f92efcbd6fdea6120c75e2cb19985aaa2cc48e2d4d3d4ecb87df0d277?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728982"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1415356cad67eea021d0adef8b7f8ac8524035a4acc3ae7080f26f8f3f7cc959_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1415356cad67eea021d0adef8b7f8ac8524035a4acc3ae7080f26f8f3f7cc959_amd64",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1415356cad67eea021d0adef8b7f8ac8524035a4acc3ae7080f26f8f3f7cc959_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-rhel9-operator@sha256%3A1415356cad67eea021d0adef8b7f8ac8524035a4acc3ae7080f26f8f3f7cc959?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728716"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:939c609d5422bb4be66f482815c70b170d51ad2ea9bb0675a969bdaeff35e730_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:939c609d5422bb4be66f482815c70b170d51ad2ea9bb0675a969bdaeff35e730_amd64",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:939c609d5422bb4be66f482815c70b170d51ad2ea9bb0675a969bdaeff35e730_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel9@sha256%3A939c609d5422bb4be66f482815c70b170d51ad2ea9bb0675a969bdaeff35e730?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770188836"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vmware-vsphere-csi-driver-rhel9@sha256%3A899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725177"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-csi-driver-rhel9@sha256%3A899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725177"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256%3Abc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725956"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-csi-driver-rhel9-operator@sha256%3Abc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725956"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:9f38e40a381edde4d367a6baf50d6159bab76aa34f7f932929a118960eb1b16c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:9f38e40a381edde4d367a6baf50d6159bab76aa34f7f932929a118960eb1b16c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:9f38e40a381edde4d367a6baf50d6159bab76aa34f7f932929a118960eb1b16c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-cloud-controller-manager-rhel9@sha256%3A9f38e40a381edde4d367a6baf50d6159bab76aa34f7f932929a118960eb1b16c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726367"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:bec3f4da4ad493e8e34e5e1245338929dc916772222817e094fc0cb7c6370b88_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:bec3f4da4ad493e8e34e5e1245338929dc916772222817e094fc0cb7c6370b88_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:bec3f4da4ad493e8e34e5e1245338929dc916772222817e094fc0cb7c6370b88_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-cluster-api-controllers-rhel9@sha256%3Abec3f4da4ad493e8e34e5e1245338929dc916772222817e094fc0cb7c6370b88?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725180"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:148d9d31314b0ca3dd2667aadf51d9a65cc88cd872d21d29e4c85fe25cbf6410_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:148d9d31314b0ca3dd2667aadf51d9a65cc88cd872d21d29e4c85fe25cbf6410_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:148d9d31314b0ca3dd2667aadf51d9a65cc88cd872d21d29e4c85fe25cbf6410_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256%3A148d9d31314b0ca3dd2667aadf51d9a65cc88cd872d21d29e4c85fe25cbf6410?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769730378"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9aa910f86e4c953069c3e45f3c2db9702a8cafe753fdbed42e4c23f4837660ea_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9aa910f86e4c953069c3e45f3c2db9702a8cafe753fdbed42e4c23f4837660ea_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9aa910f86e4c953069c3e45f3c2db9702a8cafe753fdbed42e4c23f4837660ea_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy-rhel9@sha256%3A9aa910f86e4c953069c3e45f3c2db9702a8cafe753fdbed42e4c23f4837660ea?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729589"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a523a7ac9b9119290e3f27ee0b0c7a5d3cc1d8f35ed4e7aadcd6968dba6c593c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a523a7ac9b9119290e3f27ee0b0c7a5d3cc1d8f35ed4e7aadcd6968dba6c593c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a523a7ac9b9119290e3f27ee0b0c7a5d3cc1d8f35ed4e7aadcd6968dba6c593c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader-rhel9@sha256%3Aa523a7ac9b9119290e3f27ee0b0c7a5d3cc1d8f35ed4e7aadcd6968dba6c593c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725779"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:394f1ad167455a316ded12601110de58f0666917302eee8a2933932513aabd70_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:394f1ad167455a316ded12601110de58f0666917302eee8a2933932513aabd70_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:394f1ad167455a316ded12601110de58f0666917302eee8a2933932513aabd70_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9-operator@sha256%3A394f1ad167455a316ded12601110de58f0666917302eee8a2933932513aabd70?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728905"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b4e19a3b757309f5ba13e3762e2449003ab93a1d3a950df031d0c5f88b338461_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b4e19a3b757309f5ba13e3762e2449003ab93a1d3a950df031d0c5f88b338461_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b4e19a3b757309f5ba13e3762e2449003ab93a1d3a950df031d0c5f88b338461_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel9@sha256%3Ab4e19a3b757309f5ba13e3762e2449003ab93a1d3a950df031d0c5f88b338461?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727104"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:02dae90a28e2afa83ab4b358378b616bad7c257b8f7d6cfa2830092b7d46fd18_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:02dae90a28e2afa83ab4b358378b616bad7c257b8f7d6cfa2830092b7d46fd18_amd64",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:02dae90a28e2afa83ab4b358378b616bad7c257b8f7d6cfa2830092b7d46fd18_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter-rhel9@sha256%3A02dae90a28e2afa83ab4b358378b616bad7c257b8f7d6cfa2830092b7d46fd18?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726913"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:92ac319d44a3a3d8e68f29488cd75e71b42dbc98b5898f662131f8576178152b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:92ac319d44a3a3d8e68f29488cd75e71b42dbc98b5898f662131f8576178152b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:92ac319d44a3a3d8e68f29488cd75e71b42dbc98b5898f662131f8576178152b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel9@sha256%3A92ac319d44a3a3d8e68f29488cd75e71b42dbc98b5898f662131f8576178152b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726253"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0816f94cceb27f34725d9c3f041003d61b9730a3c602b48b70782cf5b3887818_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0816f94cceb27f34725d9c3f041003d61b9730a3c602b48b70782cf5b3887818_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0816f94cceb27f34725d9c3f041003d61b9730a3c602b48b70782cf5b3887818_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-csi-driver-syncer-rhel9@sha256%3A0816f94cceb27f34725d9c3f041003d61b9730a3c602b48b70782cf5b3887818?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726039"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:2c50f45d634218d512ed37008e62bf2718cc4275a9d944c845eb29bb19d0e700_amd64",
"product": {
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:2c50f45d634218d512ed37008e62bf2718cc4275a9d944c845eb29bb19d0e700_amd64",
"product_id": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:2c50f45d634218d512ed37008e62bf2718cc4275a9d944c845eb29bb19d0e700_amd64",
"product_identification_helper": {
"purl": "pkg:oci/volume-data-source-validator-rhel9@sha256%3A2c50f45d634218d512ed37008e62bf2718cc4275a9d944c845eb29bb19d0e700?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725145"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:3d106f2995d5dd270eec34df31ac33f4a09dac0bd79bcd2031e9bdc35f20878a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:3d106f2995d5dd270eec34df31ac33f4a09dac0bd79bcd2031e9bdc35f20878a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:3d106f2995d5dd270eec34df31ac33f4a09dac0bd79bcd2031e9bdc35f20878a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-problem-detector-rhel9@sha256%3A3d106f2995d5dd270eec34df31ac33f4a09dac0bd79bcd2031e9bdc35f20878a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770042469"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:c6ef91fb95bad775d172019ab1b5f9c275c2302f85f04c0504273be57eab1989_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:c6ef91fb95bad775d172019ab1b5f9c275c2302f85f04c0504273be57eab1989_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:c6ef91fb95bad775d172019ab1b5f9c275c2302f85f04c0504273be57eab1989_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9@sha256%3Ac6ef91fb95bad775d172019ab1b5f9c275c2302f85f04c0504273be57eab1989?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728065"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:37283f08df56189fd19f7052523f5eda5a5eba0096c32fc3926eda3bc9398a8c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:37283f08df56189fd19f7052523f5eda5a5eba0096c32fc3926eda3bc9398a8c_arm64",
"product_id": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:37283f08df56189fd19f7052523f5eda5a5eba0096c32fc3926eda3bc9398a8c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/aws-karpenter-provider-aws-rhel9@sha256%3A37283f08df56189fd19f7052523f5eda5a5eba0096c32fc3926eda3bc9398a8c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725173"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:f5f2d566546e640f59746e3616b98dab55eacdd33ea04b7cff887da6cafbe380_arm64",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:f5f2d566546e640f59746e3616b98dab55eacdd33ea04b7cff887da6cafbe380_arm64",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:f5f2d566546e640f59746e3616b98dab55eacdd33ea04b7cff887da6cafbe380_arm64",
"product_identification_helper": {
"purl": "pkg:oci/aws-kms-encryption-provider-rhel9@sha256%3Af5f2d566546e640f59746e3616b98dab55eacdd33ea04b7cff887da6cafbe380?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725137"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:d4cd54fcdc26243209c918dbb1dc54e940965cd12cb6d05259c0ed45e3755516_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:d4cd54fcdc26243209c918dbb1dc54e940965cd12cb6d05259c0ed45e3755516_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:d4cd54fcdc26243209c918dbb1dc54e940965cd12cb6d05259c0ed45e3755516_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-rhel9@sha256%3Ad4cd54fcdc26243209c918dbb1dc54e940965cd12cb6d05259c0ed45e3755516?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727531"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:93bef2950591dfbc736a80f6a92659b6868991040450c5cc415d32e225177512_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:93bef2950591dfbc736a80f6a92659b6868991040450c5cc415d32e225177512_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:93bef2950591dfbc736a80f6a92659b6868991040450c5cc415d32e225177512_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-operator-rhel9@sha256%3A93bef2950591dfbc736a80f6a92659b6868991040450c5cc415d32e225177512?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725833"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:21cd6ff9f8ff53d747746f2d772344a8a9be9bd4582d641a0d6814da81e42dc7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:21cd6ff9f8ff53d747746f2d772344a8a9be9bd4582d641a0d6814da81e42dc7_arm64",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:21cd6ff9f8ff53d747746f2d772344a8a9be9bd4582d641a0d6814da81e42dc7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/azure-kms-encryption-provider-rhel9@sha256%3A21cd6ff9f8ff53d747746f2d772344a8a9be9bd4582d641a0d6814da81e42dc7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729438"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:3b6acf7cf4c49d979d30049d80bd265e7e8f17331648008bb4f9033822ed0a41_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:3b6acf7cf4c49d979d30049d80bd265e7e8f17331648008bb4f9033822ed0a41_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:3b6acf7cf4c49d979d30049d80bd265e7e8f17331648008bb4f9033822ed0a41_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers-rhel9@sha256%3A3b6acf7cf4c49d979d30049d80bd265e7e8f17331648008bb4f9033822ed0a41?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725150"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1bb758a596fc11988a09a696981630bd00a73dca7c4ed52799f722ef87db6a91_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1bb758a596fc11988a09a696981630bd00a73dca7c4ed52799f722ef87db6a91_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1bb758a596fc11988a09a696981630bd00a73dca7c4ed52799f722ef87db6a91_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel9@sha256%3A1bb758a596fc11988a09a696981630bd00a73dca7c4ed52799f722ef87db6a91?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725787"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5929d673c5a6a568c88e13586278da184ebda4c9c5a9a4a1f9154ad0e66340ad_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5929d673c5a6a568c88e13586278da184ebda4c9c5a9a4a1f9154ad0e66340ad_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5929d673c5a6a568c88e13586278da184ebda4c9c5a9a4a1f9154ad0e66340ad_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel9-operator@sha256%3A5929d673c5a6a568c88e13586278da184ebda4c9c5a9a4a1f9154ad0e66340ad?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727896"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:53a0ebb5fda619248605abeda530cf37fdb7ce99e7b7314cd5bcef2d8d8b7004_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:53a0ebb5fda619248605abeda530cf37fdb7ce99e7b7314cd5bcef2d8d8b7004_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:53a0ebb5fda619248605abeda530cf37fdb7ce99e7b7314cd5bcef2d8d8b7004_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-rhel9-operator@sha256%3A53a0ebb5fda619248605abeda530cf37fdb7ce99e7b7314cd5bcef2d8d8b7004?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770023992"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:dd60fb26e79143000563578f9d72e3bb7cdde4b73dfdfc148b27942197d3be51_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:dd60fb26e79143000563578f9d72e3bb7cdde4b73dfdfc148b27942197d3be51_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:dd60fb26e79143000563578f9d72e3bb7cdde4b73dfdfc148b27942197d3be51_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-rhel9-operator@sha256%3Add60fb26e79143000563578f9d72e3bb7cdde4b73dfdfc148b27942197d3be51?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727537"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:053d5fdef0973f6017991487843da7a64f8a346025cf46a7c575d6a4bab71d74_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:053d5fdef0973f6017991487843da7a64f8a346025cf46a7c575d6a4bab71d74_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:053d5fdef0973f6017991487843da7a64f8a346025cf46a7c575d6a4bab71d74_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256%3A053d5fdef0973f6017991487843da7a64f8a346025cf46a7c575d6a4bab71d74?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770207153"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3b213ee7154fd814e8a904c3a161bc16ca7419163e8132ccabab76821c33b310_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3b213ee7154fd814e8a904c3a161bc16ca7419163e8132ccabab76821c33b310_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3b213ee7154fd814e8a904c3a161bc16ca7419163e8132ccabab76821c33b310_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel9@sha256%3A3b213ee7154fd814e8a904c3a161bc16ca7419163e8132ccabab76821c33b310?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726188"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:dea6dd04d50bc97f9e61330140f61a7370e31e474c26b3526e18b0ae8ad56c41_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:dea6dd04d50bc97f9e61330140f61a7370e31e474c26b3526e18b0ae8ad56c41_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:dea6dd04d50bc97f9e61330140f61a7370e31e474c26b3526e18b0ae8ad56c41_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-rhel9-operator@sha256%3Adea6dd04d50bc97f9e61330140f61a7370e31e474c26b3526e18b0ae8ad56c41?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725177"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:55e0877d1949d009d71821f6779aa9ee90484fcccb820d53bf53b90f7d412636_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:55e0877d1949d009d71821f6779aa9ee90484fcccb820d53bf53b90f7d412636_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:55e0877d1949d009d71821f6779aa9ee90484fcccb820d53bf53b90f7d412636_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-rhel9-operator@sha256%3A55e0877d1949d009d71821f6779aa9ee90484fcccb820d53bf53b90f7d412636?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729590"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d41fc7e76000bc1b4016bf10e86fec44f551b127e17997fa4bb13420219fb3f1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d41fc7e76000bc1b4016bf10e86fec44f551b127e17997fa4bb13420219fb3f1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d41fc7e76000bc1b4016bf10e86fec44f551b127e17997fa4bb13420219fb3f1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader-rhel9@sha256%3Ad41fc7e76000bc1b4016bf10e86fec44f551b127e17997fa4bb13420219fb3f1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769786437"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bf017210bb8bfbefa027c830656e83b3db86e940e5ef1f62e67fdc84545cd118_arm64",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bf017210bb8bfbefa027c830656e83b3db86e940e5ef1f62e67fdc84545cd118_arm64",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bf017210bb8bfbefa027c830656e83b3db86e940e5ef1f62e67fdc84545cd118_arm64",
"product_identification_helper": {
"purl": "pkg:oci/container-networking-plugins-microshift-rhel9@sha256%3Abf017210bb8bfbefa027c830656e83b3db86e940e5ef1f62e67fdc84545cd118?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727163"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7f886a3942b81b3318e288602c88de802278bb77c5d11ba758f1d86f2f028abf_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7f886a3942b81b3318e288602c88de802278bb77c5d11ba758f1d86f2f028abf_arm64",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7f886a3942b81b3318e288602c88de802278bb77c5d11ba758f1d86f2f028abf_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns-rhel9@sha256%3A7f886a3942b81b3318e288602c88de802278bb77c5d11ba758f1d86f2f028abf?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729915"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9a006a111625f85305fbf3dfcd9a62592357a6a282a1c8ea1edbc48b2ef7db05_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9a006a111625f85305fbf3dfcd9a62592357a6a282a1c8ea1edbc48b2ef7db05_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9a006a111625f85305fbf3dfcd9a62592357a6a282a1c8ea1edbc48b2ef7db05_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel9@sha256%3A9a006a111625f85305fbf3dfcd9a62592357a6a282a1c8ea1edbc48b2ef7db05?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727759"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:84e22659ec76ea69dd31d0c6bdb39b752d4e525e7425d3ad282c3ba5c16c19c9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:84e22659ec76ea69dd31d0c6bdb39b752d4e525e7425d3ad282c3ba5c16c19c9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:84e22659ec76ea69dd31d0c6bdb39b752d4e525e7425d3ad282c3ba5c16c19c9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshot-metadata-rhel9@sha256%3A84e22659ec76ea69dd31d0c6bdb39b752d4e525e7425d3ad282c3ba5c16c19c9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726091"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:af2f5f615c4e9da63b09f2b9f52ef632dc76793f51730ee67a96d5e99118d552_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:af2f5f615c4e9da63b09f2b9f52ef632dc76793f51730ee67a96d5e99118d552_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:af2f5f615c4e9da63b09f2b9f52ef632dc76793f51730ee67a96d5e99118d552_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel9@sha256%3Aaf2f5f615c4e9da63b09f2b9f52ef632dc76793f51730ee67a96d5e99118d552?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729171"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3f0993acf410b536a4c2be24d23afedeaa6d4b02a8055100cddc37443a619cf3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3f0993acf410b536a4c2be24d23afedeaa6d4b02a8055100cddc37443a619cf3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3f0993acf410b536a4c2be24d23afedeaa6d4b02a8055100cddc37443a619cf3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel9@sha256%3A3f0993acf410b536a4c2be24d23afedeaa6d4b02a8055100cddc37443a619cf3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727042"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:07efac034de568e79f6ecf97f924fd5ce7104e9259d90747cc0fd3e0a7bf4116_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:07efac034de568e79f6ecf97f924fd5ce7104e9259d90747cc0fd3e0a7bf4116_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:07efac034de568e79f6ecf97f924fd5ce7104e9259d90747cc0fd3e0a7bf4116_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel9@sha256%3A07efac034de568e79f6ecf97f924fd5ce7104e9259d90747cc0fd3e0a7bf4116?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729346"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c1ec441285a07891350ef5b92dfe8cdef23f963d39ee86b7c2eaa0f29deced63_arm64",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c1ec441285a07891350ef5b92dfe8cdef23f963d39ee86b7c2eaa0f29deced63_arm64",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c1ec441285a07891350ef5b92dfe8cdef23f963d39ee86b7c2eaa0f29deced63_arm64",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256%3Ac1ec441285a07891350ef5b92dfe8cdef23f963d39ee86b7c2eaa0f29deced63?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770235170"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f2a4bddcbf9cd3c04f90623faceceb3f3633ebea89954ddd26dadad9b6f9cc1a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f2a4bddcbf9cd3c04f90623faceceb3f3633ebea89954ddd26dadad9b6f9cc1a_arm64",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f2a4bddcbf9cd3c04f90623faceceb3f3633ebea89954ddd26dadad9b6f9cc1a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel9@sha256%3Af2a4bddcbf9cd3c04f90623faceceb3f3633ebea89954ddd26dadad9b6f9cc1a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725577"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d172695ad3dcae4be122b50a27f14c6cb0e71357868ebdd13336cb7315122fd8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d172695ad3dcae4be122b50a27f14c6cb0e71357868ebdd13336cb7315122fd8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d172695ad3dcae4be122b50a27f14c6cb0e71357868ebdd13336cb7315122fd8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-workload-identity-federation-webhook-rhel9@sha256%3Ad172695ad3dcae4be122b50a27f14c6cb0e71357868ebdd13336cb7315122fd8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729792"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b2a21551ad4c66e622ccd865529356920dc4524bfa4595e08a99e0e95438823d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b2a21551ad4c66e622ccd865529356920dc4524bfa4595e08a99e0e95438823d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b2a21551ad4c66e622ccd865529356920dc4524bfa4595e08a99e0e95438823d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy-rhel9@sha256%3Ab2a21551ad4c66e622ccd865529356920dc4524bfa4595e08a99e0e95438823d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728555"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f3e84cda9ee1fae57794b0c60a7b32373d8a95546116ddb326751e9df0d1706d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f3e84cda9ee1fae57794b0c60a7b32373d8a95546116ddb326751e9df0d1706d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f3e84cda9ee1fae57794b0c60a7b32373d8a95546116ddb326751e9df0d1706d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager-rhel9@sha256%3Af3e84cda9ee1fae57794b0c60a7b32373d8a95546116ddb326751e9df0d1706d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728487"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:e518e75c0ec848497d5dbbbea1505cd3fa96387be78d326f44094d341d1aeb69_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:e518e75c0ec848497d5dbbbea1505cd3fa96387be78d326f44094d341d1aeb69_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:e518e75c0ec848497d5dbbbea1505cd3fa96387be78d326f44094d341d1aeb69_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-node-exporter-rhel9@sha256%3Ae518e75c0ec848497d5dbbbea1505cd3fa96387be78d326f44094d341d1aeb69?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729652"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b6d9ea5fd88f25c46dfaa17deec8dec67f3241a4e52ffb5b598ef77af4437da9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b6d9ea5fd88f25c46dfaa17deec8dec67f3241a4e52ffb5b598ef77af4437da9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b6d9ea5fd88f25c46dfaa17deec8dec67f3241a4e52ffb5b598ef77af4437da9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9@sha256%3Ab6d9ea5fd88f25c46dfaa17deec8dec67f3241a4e52ffb5b598ef77af4437da9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726841"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1440138d54ba0f09184f96cb79557548c3c9f19089bc813f433de28654cd74ef_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1440138d54ba0f09184f96cb79557548c3c9f19089bc813f433de28654cd74ef_arm64",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1440138d54ba0f09184f96cb79557548c3c9f19089bc813f433de28654cd74ef_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel9@sha256%3A1440138d54ba0f09184f96cb79557548c3c9f19089bc813f433de28654cd74ef?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769819774"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3281b909de7dfc5bf3c746e3e8ab05fec49fc8aa83dc8156e616a59c41ee923c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3281b909de7dfc5bf3c746e3e8ab05fec49fc8aa83dc8156e616a59c41ee923c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3281b909de7dfc5bf3c746e3e8ab05fec49fc8aa83dc8156e616a59c41ee923c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-rhel9@sha256%3A3281b909de7dfc5bf3c746e3e8ab05fec49fc8aa83dc8156e616a59c41ee923c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726200"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8b68cda23f470048944c164b84fe27a5fb6a43fe739537383444c28cae451035_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8b68cda23f470048944c164b84fe27a5fb6a43fe739537383444c28cae451035_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8b68cda23f470048944c164b84fe27a5fb6a43fe739537383444c28cae451035_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-agent-rhel9@sha256%3A8b68cda23f470048944c164b84fe27a5fb6a43fe739537383444c28cae451035?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726082"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cca7e231ac39da3a210859c6280ded3a4687620493e3a3e0164a403271537b6f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cca7e231ac39da3a210859c6280ded3a4687620493e3a3e0164a403271537b6f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cca7e231ac39da3a210859c6280ded3a4687620493e3a3e0164a403271537b6f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-machine-os-downloader-rhel9@sha256%3Acca7e231ac39da3a210859c6280ded3a4687620493e3a3e0164a403271537b6f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770207474"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e0a34a88a67409e2b1cb243874cadd3de1c9c56a54ac225dc860cd89a635bd97_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e0a34a88a67409e2b1cb243874cadd3de1c9c56a54ac225dc860cd89a635bd97_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e0a34a88a67409e2b1cb243874cadd3de1c9c56a54ac225dc860cd89a635bd97_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-static-ip-manager-rhel9@sha256%3Ae0a34a88a67409e2b1cb243874cadd3de1c9c56a54ac225dc860cd89a635bd97?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725614"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:997a24c33d3ae9914f3694b3a8cd8af50137ea48296c322b56dca53b4dcd1fcb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:997a24c33d3ae9914f3694b3a8cd8af50137ea48296c322b56dca53b4dcd1fcb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:997a24c33d3ae9914f3694b3a8cd8af50137ea48296c322b56dca53b4dcd1fcb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy-rhel9@sha256%3A997a24c33d3ae9914f3694b3a8cd8af50137ea48296c322b56dca53b4dcd1fcb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770231406"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:7aa46141209fdb1090d90f00d1a7753f31b9224e080b8c669883901846b32ca4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:7aa46141209fdb1090d90f00d1a7753f31b9224e080b8c669883901846b32ca4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:7aa46141209fdb1090d90f00d1a7753f31b9224e080b8c669883901846b32ca4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy-rhel9@sha256%3A7aa46141209fdb1090d90f00d1a7753f31b9224e080b8c669883901846b32ca4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728595"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:ed802f61197fbcc0f1a8a916612ab33363e0e1866ae70d03df92469a2c356ea6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:ed802f61197fbcc0f1a8a916612ab33363e0e1866ae70d03df92469a2c356ea6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:ed802f61197fbcc0f1a8a916612ab33363e0e1866ae70d03df92469a2c356ea6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics-rhel9@sha256%3Aed802f61197fbcc0f1a8a916612ab33363e0e1866ae70d03df92469a2c356ea6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726213"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8faf68e17b482f07fd1a4ae8ef292fd44fe9de5369d5129c3945acb56b5c2f0c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8faf68e17b482f07fd1a4ae8ef292fd44fe9de5369d5129c3945acb56b5c2f0c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8faf68e17b482f07fd1a4ae8ef292fd44fe9de5369d5129c3945acb56b5c2f0c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace-rhel9@sha256%3A8faf68e17b482f07fd1a4ae8ef292fd44fe9de5369d5129c3945acb56b5c2f0c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729474"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d289ef93e6e179405cae0db5309865f76cefababf168006abf09fc3a51a32bcc_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d289ef93e6e179405cae0db5309865f76cefababf168006abf09fc3a51a32bcc_arm64",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d289ef93e6e179405cae0db5309865f76cefababf168006abf09fc3a51a32bcc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel9@sha256%3Ad289ef93e6e179405cae0db5309865f76cefababf168006abf09fc3a51a32bcc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729924"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d5284bc6a4ff57ceca1c00af4ed0c46fd341f1e2a28b4f13b210ed327a25ebd6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d5284bc6a4ff57ceca1c00af4ed0c46fd341f1e2a28b4f13b210ed327a25ebd6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d5284bc6a4ff57ceca1c00af4ed0c46fd341f1e2a28b4f13b210ed327a25ebd6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-rhel9@sha256%3Ad5284bc6a4ff57ceca1c00af4ed0c46fd341f1e2a28b4f13b210ed327a25ebd6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729579"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a936c0970ab66789c10a64cf57ae76bcab0f2f16b6b50e713373066f73d535b5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a936c0970ab66789c10a64cf57ae76bcab0f2f16b6b50e713373066f73d535b5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a936c0970ab66789c10a64cf57ae76bcab0f2f16b6b50e713373066f73d535b5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-microshift-rhel9@sha256%3Aa936c0970ab66789c10a64cf57ae76bcab0f2f16b6b50e713373066f73d535b5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726273"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6d7572f71fc31d580d355bc6ebf8eaa54e4285c53c7e0e418a7495a0fb8d37a6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6d7572f71fc31d580d355bc6ebf8eaa54e4285c53c7e0e418a7495a0fb8d37a6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6d7572f71fc31d580d355bc6ebf8eaa54e4285c53c7e0e418a7495a0fb8d37a6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel9@sha256%3A6d7572f71fc31d580d355bc6ebf8eaa54e4285c53c7e0e418a7495a0fb8d37a6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728830"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:db0bf5b79be48f69d411611bfa74a9b1cdfe875b453a81ec5ea72a962c27978e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:db0bf5b79be48f69d411611bfa74a9b1cdfe875b453a81ec5ea72a962c27978e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:db0bf5b79be48f69d411611bfa74a9b1cdfe875b453a81ec5ea72a962c27978e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-networking-console-plugin-rhel9@sha256%3Adb0bf5b79be48f69d411611bfa74a9b1cdfe875b453a81ec5ea72a962c27978e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770140253"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9176cf7f1c5ccd82d82dc1a8ea47c2bd34e2ddb54d750cbacf7735a04ed6a221_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9176cf7f1c5ccd82d82dc1a8ea47c2bd34e2ddb54d750cbacf7735a04ed6a221_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9176cf7f1c5ccd82d82dc1a8ea47c2bd34e2ddb54d750cbacf7735a04ed6a221_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel9@sha256%3A9176cf7f1c5ccd82d82dc1a8ea47c2bd34e2ddb54d750cbacf7735a04ed6a221?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728973"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:823e1e9e7e7743538180596210828b19b6e3c8f435a7c792be5b945be76d9956_arm64",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:823e1e9e7e7743538180596210828b19b6e3c8f435a7c792be5b945be76d9956_arm64",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:823e1e9e7e7743538180596210828b19b6e3c8f435a7c792be5b945be76d9956_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oc-mirror-plugin-rhel9@sha256%3A823e1e9e7e7743538180596210828b19b6e3c8f435a7c792be5b945be76d9956?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770081992"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:8f9eddba528ca5e8cc40717ae9f30253c955be657f8475a1c4da66c257bd1729_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:8f9eddba528ca5e8cc40717ae9f30253c955be657f8475a1c4da66c257bd1729_arm64",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:8f9eddba528ca5e8cc40717ae9f30253c955be657f8475a1c4da66c257bd1729_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder-rhel9@sha256%3A8f9eddba528ca5e8cc40717ae9f30253c955be657f8475a1c4da66c257bd1729?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769730193"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:dc970cb4ede420e1d131a6146d256269ca6fb34b633c17315e6b202723765bd7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:dc970cb4ede420e1d131a6146d256269ca6fb34b633c17315e6b202723765bd7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:dc970cb4ede420e1d131a6146d256269ca6fb34b633c17315e6b202723765bd7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-rhel9@sha256%3Adc970cb4ede420e1d131a6146d256269ca6fb34b633c17315e6b202723765bd7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729484"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:a06dfb4e75cc6b0edd836cd59035095135503f35a7cbc710ed7b0e447fe256f4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:a06dfb4e75cc6b0edd836cd59035095135503f35a7cbc710ed7b0e447fe256f4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:a06dfb4e75cc6b0edd836cd59035095135503f35a7cbc710ed7b0e447fe256f4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9@sha256%3Aa06dfb4e75cc6b0edd836cd59035095135503f35a7cbc710ed7b0e447fe256f4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770188884"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:25acdc169b3860a10f46dea8b842626acc639aec950ca7a9339e96a2bf1ed7e1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:25acdc169b3860a10f46dea8b842626acc639aec950ca7a9339e96a2bf1ed7e1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:25acdc169b3860a10f46dea8b842626acc639aec950ca7a9339e96a2bf1ed7e1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9-operator@sha256%3A25acdc169b3860a10f46dea8b842626acc639aec950ca7a9339e96a2bf1ed7e1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769786335"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b93c3b58e03d6fbfd8d73f6f0966ef5d616c0da0776f516ec826e4f5e0d4bf1f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b93c3b58e03d6fbfd8d73f6f0966ef5d616c0da0776f516ec826e4f5e0d4bf1f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b93c3b58e03d6fbfd8d73f6f0966ef5d616c0da0776f516ec826e4f5e0d4bf1f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer-rhel9@sha256%3Ab93c3b58e03d6fbfd8d73f6f0966ef5d616c0da0776f516ec826e4f5e0d4bf1f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769734559"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e53bc4c7a3fa7103778bd3f7bdc4b6be4b5e6a8450e38eee246caa75d9f8f44d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e53bc4c7a3fa7103778bd3f7bdc4b6be4b5e6a8450e38eee246caa75d9f8f44d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e53bc4c7a3fa7103778bd3f7bdc4b6be4b5e6a8450e38eee246caa75d9f8f44d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router-rhel9@sha256%3Ae53bc4c7a3fa7103778bd3f7bdc4b6be4b5e6a8450e38eee246caa75d9f8f44d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729975"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:7cbc05eb0a0d3210e378d08d879933d905565224d9a6fc00e3bd1a9ad6782557_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:7cbc05eb0a0d3210e378d08d879933d905565224d9a6fc00e3bd1a9ad6782557_arm64",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:7cbc05eb0a0d3210e378d08d879933d905565224d9a6fc00e3bd1a9ad6782557_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube-rhel9@sha256%3A7cbc05eb0a0d3210e378d08d879933d905565224d9a6fc00e3bd1a9ad6782557?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770231417"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:893dd8fc24cb10db16620d8feae352929b0dbb797f02fd80f025fdc7c78bf53d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:893dd8fc24cb10db16620d8feae352929b0dbb797f02fd80f025fdc7c78bf53d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:893dd8fc24cb10db16620d8feae352929b0dbb797f02fd80f025fdc7c78bf53d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-keepalived-ipfailover-rhel9@sha256%3A893dd8fc24cb10db16620d8feae352929b0dbb797f02fd80f025fdc7c78bf53d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729182"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6c5798afafe96f9c1de300cd8b709030655d1c92d03394b069b3f4100a0a4334_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6c5798afafe96f9c1de300cd8b709030655d1c92d03394b069b3f4100a0a4334_arm64",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6c5798afafe96f9c1de300cd8b709030655d1c92d03394b069b3f4100a0a4334_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod-rhel9@sha256%3A6c5798afafe96f9c1de300cd8b709030655d1c92d03394b069b3f4100a0a4334?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770231271"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8932f2fc5e81fd7165d50432ba8994896c9ac8b323d5cc798872c1770133eceb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8932f2fc5e81fd7165d50432ba8994896c9ac8b323d5cc798872c1770133eceb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8932f2fc5e81fd7165d50432ba8994896c9ac8b323d5cc798872c1770133eceb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry-rhel9@sha256%3A8932f2fc5e81fd7165d50432ba8994896c9ac8b323d5cc798872c1770133eceb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726445"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:abab20e995be8b61590ad7dfb8de0bbb7c7459ab5413987562332de2c9924924_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:abab20e995be8b61590ad7dfb8de0bbb7c7459ab5413987562332de2c9924924_arm64",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:abab20e995be8b61590ad7dfb8de0bbb7c7459ab5413987562332de2c9924924_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests-rhel9@sha256%3Aabab20e995be8b61590ad7dfb8de0bbb7c7459ab5413987562332de2c9924924?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770231573"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b94730e4b9e9de7c0a99431f90b42a5368aa0da03869eb8a71dfc92dce27ba7c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b94730e4b9e9de7c0a99431f90b42a5368aa0da03869eb8a71dfc92dce27ba7c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b94730e4b9e9de7c0a99431f90b42a5368aa0da03869eb8a71dfc92dce27ba7c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel9@sha256%3Ab94730e4b9e9de7c0a99431f90b42a5368aa0da03869eb8a71dfc92dce27ba7c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726421"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:53bfb1dd8b4f99a0252bfdad2c65960877a4e722f5ae88591eb87d6800d1d98c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:53bfb1dd8b4f99a0252bfdad2c65960877a4e722f5ae88591eb87d6800d1d98c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:53bfb1dd8b4f99a0252bfdad2c65960877a4e722f5ae88591eb87d6800d1d98c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cluster-api-controllers-rhel9@sha256%3A53bfb1dd8b4f99a0252bfdad2c65960877a4e722f5ae88591eb87d6800d1d98c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728478"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:6d1570e8f771ef561c5ddca5410cb86dbc94943cb23b6f96fb2dbe5b9a2f1823_arm64",
"product": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:6d1570e8f771ef561c5ddca5410cb86dbc94943cb23b6f96fb2dbe5b9a2f1823_arm64",
"product_id": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:6d1570e8f771ef561c5ddca5410cb86dbc94943cb23b6f96fb2dbe5b9a2f1823_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openstack-resource-controller-rhel9@sha256%3A6d1570e8f771ef561c5ddca5410cb86dbc94943cb23b6f96fb2dbe5b9a2f1823?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727961"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0043c8e63c3bcf98e33fda7e5f532143b4c8fdbce690606bf469e932d8552062_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0043c8e63c3bcf98e33fda7e5f532143b4c8fdbce690606bf469e932d8552062_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0043c8e63c3bcf98e33fda7e5f532143b4c8fdbce690606bf469e932d8552062_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager-rhel9@sha256%3A0043c8e63c3bcf98e33fda7e5f532143b4c8fdbce690606bf469e932d8552062?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729169"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eef5b8e84cce56cf085ed8f8a2ca544505242606d44691b6d0beced7c942bf9c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eef5b8e84cce56cf085ed8f8a2ca544505242606d44691b6d0beced7c942bf9c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eef5b8e84cce56cf085ed8f8a2ca544505242606d44691b6d0beced7c942bf9c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry-rhel9@sha256%3Aeef5b8e84cce56cf085ed8f8a2ca544505242606d44691b6d0beced7c942bf9c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729031"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:9f82e685ce4849aacbc315249403939d8e9fa55ca297ec0d829d445a3133ed9b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:9f82e685ce4849aacbc315249403939d8e9fa55ca297ec0d829d445a3133ed9b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:9f82e685ce4849aacbc315249403939d8e9fa55ca297ec0d829d445a3133ed9b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel9@sha256%3A9f82e685ce4849aacbc315249403939d8e9fa55ca297ec0d829d445a3133ed9b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725366"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:50187fe1e5905226e869fe96d050d1fa6c91c0ca9f360456030514a0f3efa2a6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:50187fe1e5905226e869fe96d050d1fa6c91c0ca9f360456030514a0f3efa2a6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:50187fe1e5905226e869fe96d050d1fa6c91c0ca9f360456030514a0f3efa2a6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel9@sha256%3A50187fe1e5905226e869fe96d050d1fa6c91c0ca9f360456030514a0f3efa2a6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729157"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:381cea76282031f4a018997a2ddcaf6222576807356d45ab3357b52a30f6bb3c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:381cea76282031f4a018997a2ddcaf6222576807356d45ab3357b52a30f6bb3c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:381cea76282031f4a018997a2ddcaf6222576807356d45ab3357b52a30f6bb3c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256%3A381cea76282031f4a018997a2ddcaf6222576807356d45ab3357b52a30f6bb3c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770123801"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ccf25a1cbb0c79753f4049cc37fafb77d0f8dbdd896e4cad7e9674877dc84589_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ccf25a1cbb0c79753f4049cc37fafb77d0f8dbdd896e4cad7e9674877dc84589_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ccf25a1cbb0c79753f4049cc37fafb77d0f8dbdd896e4cad7e9674877dc84589_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel9@sha256%3Accf25a1cbb0c79753f4049cc37fafb77d0f8dbdd896e4cad7e9674877dc84589?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729469"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bbc0c1a5769338492d873bdb15757525f69e250f5a4320d36f249fc35d57d356_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bbc0c1a5769338492d873bdb15757525f69e250f5a4320d36f249fc35d57d356_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bbc0c1a5769338492d873bdb15757525f69e250f5a4320d36f249fc35d57d356_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-utils-rhel9@sha256%3Abbc0c1a5769338492d873bdb15757525f69e250f5a4320d36f249fc35d57d356?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770081958"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:2b26daa64e5d4151cb1cb91cf459afa93b2bdabd2b9d5d28585bec72484c0e63_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:2b26daa64e5d4151cb1cb91cf459afa93b2bdabd2b9d5d28585bec72484c0e63_arm64",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:2b26daa64e5d4151cb1cb91cf459afa93b2bdabd2b9d5d28585bec72484c0e63_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel9@sha256%3A2b26daa64e5d4151cb1cb91cf459afa93b2bdabd2b9d5d28585bec72484c0e63?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729529"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:29a5ed8364575efa8d539b05c002e8b82cc57350d4c015303b4fc46b06903eda_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:29a5ed8364575efa8d539b05c002e8b82cc57350d4c015303b4fc46b06903eda_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:29a5ed8364575efa8d539b05c002e8b82cc57350d4c015303b4fc46b06903eda_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cloud-controller-manager-rhel9@sha256%3A29a5ed8364575efa8d539b05c002e8b82cc57350d4c015303b4fc46b06903eda?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725829"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:e4aa456e8c865f66105e9f1828b455bf09d80960759209703df345a559b36608_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:e4aa456e8c865f66105e9f1828b455bf09d80960759209703df345a559b36608_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:e4aa456e8c865f66105e9f1828b455bf09d80960759209703df345a559b36608_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cluster-api-controllers-rhel9@sha256%3Ae4aa456e8c865f66105e9f1828b455bf09d80960759209703df345a559b36608?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725912"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:54ff1a36ba796e5b88ae421a3836220f5774f0694cd49da8aff5f8c1efaac958_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:54ff1a36ba796e5b88ae421a3836220f5774f0694cd49da8aff5f8c1efaac958_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:54ff1a36ba796e5b88ae421a3836220f5774f0694cd49da8aff5f8c1efaac958_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel9@sha256%3A54ff1a36ba796e5b88ae421a3836220f5774f0694cd49da8aff5f8c1efaac958?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725782"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:74cc690a06a3f7ede74550b2416957a6318136ec7b703de33588122e7222eac0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:74cc690a06a3f7ede74550b2416957a6318136ec7b703de33588122e7222eac0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:74cc690a06a3f7ede74550b2416957a6318136ec7b703de33588122e7222eac0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel9-operator@sha256%3A74cc690a06a3f7ede74550b2416957a6318136ec7b703de33588122e7222eac0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725155"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:4bffd0baad38d0ea6f54efb82701a6530eae707565fee41e2e65682a990267b8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:4bffd0baad38d0ea6f54efb82701a6530eae707565fee41e2e65682a990267b8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:4bffd0baad38d0ea6f54efb82701a6530eae707565fee41e2e65682a990267b8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-pod-identity-webhook-rhel9@sha256%3A4bffd0baad38d0ea6f54efb82701a6530eae707565fee41e2e65682a990267b8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725833"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:6792be8aa7640d171ee8102e5315ee2cb5e51af62f7f9ebdfbb0b54e89e35cbf_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:6792be8aa7640d171ee8102e5315ee2cb5e51af62f7f9ebdfbb0b54e89e35cbf_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:6792be8aa7640d171ee8102e5315ee2cb5e51af62f7f9ebdfbb0b54e89e35cbf_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-controller-manager-rhel9@sha256%3A6792be8aa7640d171ee8102e5315ee2cb5e51af62f7f9ebdfbb0b54e89e35cbf?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725731"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:f8ab11c42ded9679807701a6c9564ff67b13ba875e28cdbb7663d9382f8e194c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:f8ab11c42ded9679807701a6c9564ff67b13ba875e28cdbb7663d9382f8e194c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:f8ab11c42ded9679807701a6c9564ff67b13ba875e28cdbb7663d9382f8e194c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-node-manager-rhel9@sha256%3Af8ab11c42ded9679807701a6c9564ff67b13ba875e28cdbb7663d9382f8e194c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726048"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:203f1d7c4feca08547dfa923507640370e669f83029fcd373e4e93461cce9421_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:203f1d7c4feca08547dfa923507640370e669f83029fcd373e4e93461cce9421_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:203f1d7c4feca08547dfa923507640370e669f83029fcd373e4e93461cce9421_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cluster-api-controllers-rhel9@sha256%3A203f1d7c4feca08547dfa923507640370e669f83029fcd373e4e93461cce9421?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725554"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1f910938470138dfb6656b608393e46eb5c59d76edcca34b8bbc7148f2479061_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1f910938470138dfb6656b608393e46eb5c59d76edcca34b8bbc7148f2479061_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1f910938470138dfb6656b608393e46eb5c59d76edcca34b8bbc7148f2479061_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel9@sha256%3A1f910938470138dfb6656b608393e46eb5c59d76edcca34b8bbc7148f2479061?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725699"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fd5a0222754643780d37e10af8b077bf257b5b4be2abfd2393f0423a4fd4b291_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fd5a0222754643780d37e10af8b077bf257b5b4be2abfd2393f0423a4fd4b291_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fd5a0222754643780d37e10af8b077bf257b5b4be2abfd2393f0423a4fd4b291_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel9-operator@sha256%3Afd5a0222754643780d37e10af8b077bf257b5b4be2abfd2393f0423a4fd4b291?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725157"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5bab5f51374c260e261af4d094d6d834011bb00d20269e5f87c670ab2e5fc50f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5bab5f51374c260e261af4d094d6d834011bb00d20269e5f87c670ab2e5fc50f_arm64",
"product_id": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5bab5f51374c260e261af4d094d6d834011bb00d20269e5f87c670ab2e5fc50f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/azure-service-rhel9-operator@sha256%3A5bab5f51374c260e261af4d094d6d834011bb00d20269e5f87c670ab2e5fc50f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729080"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:5d72d27d9247c2a9ae05a1e496eea2c264df19be8a566147cf5cdf378d82ac4b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:5d72d27d9247c2a9ae05a1e496eea2c264df19be8a566147cf5cdf378d82ac4b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:5d72d27d9247c2a9ae05a1e496eea2c264df19be8a566147cf5cdf378d82ac4b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-workload-identity-webhook-rhel9@sha256%3A5d72d27d9247c2a9ae05a1e496eea2c264df19be8a566147cf5cdf378d82ac4b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725690"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:2b1553659b6cb1a4fc9e75dca05c4117d98894a5ec55a650fb60a2062cf1b79b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:2b1553659b6cb1a4fc9e75dca05c4117d98894a5ec55a650fb60a2062cf1b79b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:2b1553659b6cb1a4fc9e75dca05c4117d98894a5ec55a650fb60a2062cf1b79b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-cluster-api-controllers-rhel9@sha256%3A2b1553659b6cb1a4fc9e75dca05c4117d98894a5ec55a650fb60a2062cf1b79b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725575"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:5bba9f8444a0daf6194a6eda5d1b027781717446435ae4249a558a31fe17e06e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:5bba9f8444a0daf6194a6eda5d1b027781717446435ae4249a558a31fe17e06e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:5bba9f8444a0daf6194a6eda5d1b027781717446435ae4249a558a31fe17e06e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel9@sha256%3A5bba9f8444a0daf6194a6eda5d1b027781717446435ae4249a558a31fe17e06e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770100236"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4f2d8d750ce5932589e4c3b10579f00da60407a89be1976f3b54184c997650ab_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4f2d8d750ce5932589e4c3b10579f00da60407a89be1976f3b54184c997650ab_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4f2d8d750ce5932589e4c3b10579f00da60407a89be1976f3b54184c997650ab_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel9-operator@sha256%3A4f2d8d750ce5932589e4c3b10579f00da60407a89be1976f3b54184c997650ab?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769786362"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:719c8857fcfce93887b77a94974d418e3bf19befe0ed25c5974bfc7ed53814bd_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:719c8857fcfce93887b77a94974d418e3bf19befe0ed25c5974bfc7ed53814bd_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:719c8857fcfce93887b77a94974d418e3bf19befe0ed25c5974bfc7ed53814bd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts-rhel9@sha256%3A719c8857fcfce93887b77a94974d418e3bf19befe0ed25c5974bfc7ed53814bd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769734736"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c6b9b4bd2d7210a42dda555d8375807bec66a4f8693fdf256042b49b3f0130c6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c6b9b4bd2d7210a42dda555d8375807bec66a4f8693fdf256042b49b3f0130c6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c6b9b4bd2d7210a42dda555d8375807bec66a4f8693fdf256042b49b3f0130c6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-rhel9-operator@sha256%3Ac6b9b4bd2d7210a42dda555d8375807bec66a4f8693fdf256042b49b3f0130c6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725663"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7ae48499c990a9bb0ccfd436de6e4586ba27e9fd4036b4efe76299aafc4520e0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7ae48499c990a9bb0ccfd436de6e4586ba27e9fd4036b4efe76299aafc4520e0_arm64",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7ae48499c990a9bb0ccfd436de6e4586ba27e9fd4036b4efe76299aafc4520e0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel9@sha256%3A7ae48499c990a9bb0ccfd436de6e4586ba27e9fd4036b4efe76299aafc4520e0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729558"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:475e121c7d6f480d7d2545252a7b59510a66cfb609f586bb587595ccfa3b71d6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:475e121c7d6f480d7d2545252a7b59510a66cfb609f586bb587595ccfa3b71d6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:475e121c7d6f480d7d2545252a7b59510a66cfb609f586bb587595ccfa3b71d6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel9@sha256%3A475e121c7d6f480d7d2545252a7b59510a66cfb609f586bb587595ccfa3b71d6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725847"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:2037952b4938add2200b79534d571adffd95bb0c6ce04e7ea4a6c0ad85389771_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:2037952b4938add2200b79534d571adffd95bb0c6ce04e7ea4a6c0ad85389771_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:2037952b4938add2200b79534d571adffd95bb0c6ce04e7ea4a6c0ad85389771_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-rhel9-operator@sha256%3A2037952b4938add2200b79534d571adffd95bb0c6ce04e7ea4a6c0ad85389771?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725786"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8a100494af630b1dd1ac3e0a7c75fba4853a1e7471a0b6eae2f7d6b7762beeee_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8a100494af630b1dd1ac3e0a7c75fba4853a1e7471a0b6eae2f7d6b7762beeee_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8a100494af630b1dd1ac3e0a7c75fba4853a1e7471a0b6eae2f7d6b7762beeee_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9-operator@sha256%3A8a100494af630b1dd1ac3e0a7c75fba4853a1e7471a0b6eae2f7d6b7762beeee?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725153"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5d76a917f9cea787b11ab23bed912261cad050e397769c94c1b70cac389c48b0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5d76a917f9cea787b11ab23bed912261cad050e397769c94c1b70cac389c48b0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5d76a917f9cea787b11ab23bed912261cad050e397769c94c1b70cac389c48b0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel9@sha256%3A5d76a917f9cea787b11ab23bed912261cad050e397769c94c1b70cac389c48b0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770123291"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:28a6a3b04348c6191f58b9b0a700acc995d5fbcee3cdf1af5e34dfb0a15918fc_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:28a6a3b04348c6191f58b9b0a700acc995d5fbcee3cdf1af5e34dfb0a15918fc_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:28a6a3b04348c6191f58b9b0a700acc995d5fbcee3cdf1af5e34dfb0a15918fc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap-rhel9@sha256%3A28a6a3b04348c6191f58b9b0a700acc995d5fbcee3cdf1af5e34dfb0a15918fc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728653"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:afee031de2fff6cb0e07995b5f6c4ac83ab4cf3b83f23a3931a4d7e15a512c1e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:afee031de2fff6cb0e07995b5f6c4ac83ab4cf3b83f23a3931a4d7e15a512c1e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:afee031de2fff6cb0e07995b5f6c4ac83ab4cf3b83f23a3931a4d7e15a512c1e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel9-operator@sha256%3Aafee031de2fff6cb0e07995b5f6c4ac83ab4cf3b83f23a3931a4d7e15a512c1e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729276"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:62f935bfe570ea83e376ea84589bffcf0b99d30eef620adc813f72501d982705_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:62f935bfe570ea83e376ea84589bffcf0b99d30eef620adc813f72501d982705_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:62f935bfe570ea83e376ea84589bffcf0b99d30eef620adc813f72501d982705_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3A62f935bfe570ea83e376ea84589bffcf0b99d30eef620adc813f72501d982705?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729320"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7e5383d64b25edf87578b2cf05de47d46fdd2fb6f1f4db5146ead38c887f36a3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7e5383d64b25edf87578b2cf05de47d46fdd2fb6f1f4db5146ead38c887f36a3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7e5383d64b25edf87578b2cf05de47d46fdd2fb6f1f4db5146ead38c887f36a3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-api-rhel9@sha256%3A7e5383d64b25edf87578b2cf05de47d46fdd2fb6f1f4db5146ead38c887f36a3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725178"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f71926ca5053134743dc906e1c5bbf2fd148acf50e44916a936f3a8e98494a04_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f71926ca5053134743dc906e1c5bbf2fd148acf50e44916a936f3a8e98494a04_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f71926ca5053134743dc906e1c5bbf2fd148acf50e44916a936f3a8e98494a04_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-rhel9-operator@sha256%3Af71926ca5053134743dc906e1c5bbf2fd148acf50e44916a936f3a8e98494a04?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728742"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cef4f16962b3d71927c90e2573873495563e3144b6e3e814acf5a220f1b27193_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cef4f16962b3d71927c90e2573873495563e3144b6e3e814acf5a220f1b27193_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cef4f16962b3d71927c90e2573873495563e3144b6e3e814acf5a220f1b27193_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3Acef4f16962b3d71927c90e2573873495563e3144b6e3e814acf5a220f1b27193?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725667"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ae40b5055051c07b225c15723da95953a6a7d2dc6dfec8d0469d6f857c8424d2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ae40b5055051c07b225c15723da95953a6a7d2dc6dfec8d0469d6f857c8424d2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ae40b5055051c07b225c15723da95953a6a7d2dc6dfec8d0469d6f857c8424d2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3Aae40b5055051c07b225c15723da95953a6a7d2dc6dfec8d0469d6f857c8424d2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770231203"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:fd15b8944403c78ee3c0fcbe08aa5ecfcb7b10c14fe5f1a20ba4873295879c8a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:fd15b8944403c78ee3c0fcbe08aa5ecfcb7b10c14fe5f1a20ba4873295879c8a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:fd15b8944403c78ee3c0fcbe08aa5ecfcb7b10c14fe5f1a20ba4873295879c8a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-rhel9-operator@sha256%3Afd15b8944403c78ee3c0fcbe08aa5ecfcb7b10c14fe5f1a20ba4873295879c8a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726597"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:5865f0a925e725309c27dc1d71d0dc999cb01b4fbde764ba8def1524f978c0f1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:5865f0a925e725309c27dc1d71d0dc999cb01b4fbde764ba8def1524f978c0f1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:5865f0a925e725309c27dc1d71d0dc999cb01b4fbde764ba8def1524f978c0f1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-rhel9-operator@sha256%3A5865f0a925e725309c27dc1d71d0dc999cb01b4fbde764ba8def1524f978c0f1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728062"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:70687b2657e8f1cbbff110582b55f3104d0c7f47a44ca1185a7f67e421d76a17_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:70687b2657e8f1cbbff110582b55f3104d0c7f47a44ca1185a7f67e421d76a17_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:70687b2657e8f1cbbff110582b55f3104d0c7f47a44ca1185a7f67e421d76a17_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-rhel9-operator@sha256%3A70687b2657e8f1cbbff110582b55f3104d0c7f47a44ca1185a7f67e421d76a17?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726772"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7adc722fdef132557c191e026fdac56278584f6e49f3902179fc443d87a4165d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7adc722fdef132557c191e026fdac56278584f6e49f3902179fc443d87a4165d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7adc722fdef132557c191e026fdac56278584f6e49f3902179fc443d87a4165d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-rhel9-operator@sha256%3A7adc722fdef132557c191e026fdac56278584f6e49f3902179fc443d87a4165d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725866"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4baea4cfb5bc4a7974f90c3bfbb25e23865b659fd078ec45b4c36ec0d11b78f3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4baea4cfb5bc4a7974f90c3bfbb25e23865b659fd078ec45b4c36ec0d11b78f3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4baea4cfb5bc4a7974f90c3bfbb25e23865b659fd078ec45b4c36ec0d11b78f3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3A4baea4cfb5bc4a7974f90c3bfbb25e23865b659fd078ec45b4c36ec0d11b78f3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726698"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b836e8f7b31ba9c107a08e3be1cc27e73afa4045210d7fccc817c6058671aa67_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b836e8f7b31ba9c107a08e3be1cc27e73afa4045210d7fccc817c6058671aa67_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b836e8f7b31ba9c107a08e3be1cc27e73afa4045210d7fccc817c6058671aa67_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3Ab836e8f7b31ba9c107a08e3be1cc27e73afa4045210d7fccc817c6058671aa67?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726592"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7ae4ffe7112d35231314490c8d02c6f0947b54c240ace11a87c07dad44d5be4c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7ae4ffe7112d35231314490c8d02c6f0947b54c240ace11a87c07dad44d5be4c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7ae4ffe7112d35231314490c8d02c6f0947b54c240ace11a87c07dad44d5be4c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-rhel9-operator@sha256%3A7ae4ffe7112d35231314490c8d02c6f0947b54c240ace11a87c07dad44d5be4c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727770"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5580313395048ffe3d874dec574f7f1f1f21cb84831945de53a80856b4e945df_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5580313395048ffe3d874dec574f7f1f1f21cb84831945de53a80856b4e945df_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5580313395048ffe3d874dec574f7f1f1f21cb84831945de53a80856b4e945df_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3A5580313395048ffe3d874dec574f7f1f1f21cb84831945de53a80856b4e945df?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728217"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:84ca4259de3e923248f7d50c3adcea713871d3d2da66f172c25dd391d22a3bb8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:84ca4259de3e923248f7d50c3adcea713871d3d2da66f172c25dd391d22a3bb8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:84ca4259de3e923248f7d50c3adcea713871d3d2da66f172c25dd391d22a3bb8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver-rhel9@sha256%3A84ca4259de3e923248f7d50c3adcea713871d3d2da66f172c25dd391d22a3bb8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728564"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:055b352bfb76de2eba0b9f0d1a6bca199c6e913e8e95879e991c5fd22095c677_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:055b352bfb76de2eba0b9f0d1a6bca199c6e913e8e95879e991c5fd22095c677_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:055b352bfb76de2eba0b9f0d1a6bca199c6e913e8e95879e991c5fd22095c677_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-olm-rhel9-operator@sha256%3A055b352bfb76de2eba0b9f0d1a6bca199c6e913e8e95879e991c5fd22095c677?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728267"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:de5e8cdb75cc79630290f83ff179057d25bfc11d37816c57b6f66563eb3a2732_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:de5e8cdb75cc79630290f83ff179057d25bfc11d37816c57b6f66563eb3a2732_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:de5e8cdb75cc79630290f83ff179057d25bfc11d37816c57b6f66563eb3a2732_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3Ade5e8cdb75cc79630290f83ff179057d25bfc11d37816c57b6f66563eb3a2732?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729350"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:24abe1e6ee078487af8ee8bdd5dbc267c18882078a7987fbd63728dc2b65bb75_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:24abe1e6ee078487af8ee8bdd5dbc267c18882078a7987fbd63728dc2b65bb75_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:24abe1e6ee078487af8ee8bdd5dbc267c18882078a7987fbd63728dc2b65bb75_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3A24abe1e6ee078487af8ee8bdd5dbc267c18882078a7987fbd63728dc2b65bb75?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725174"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:db30f78340370f9da03fdee73445b72160c35d83f44f708d3a62c9dc8e88bd46_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:db30f78340370f9da03fdee73445b72160c35d83f44f708d3a62c9dc8e88bd46_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:db30f78340370f9da03fdee73445b72160c35d83f44f708d3a62c9dc8e88bd46_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-rhel9-operator@sha256%3Adb30f78340370f9da03fdee73445b72160c35d83f44f708d3a62c9dc8e88bd46?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726979"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e8fea02d42c9a9b8e9ad7642d9f08d705eb6e4b3e3681cbf6281c7b8b3244ca2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e8fea02d42c9a9b8e9ad7642d9f08d705eb6e4b3e3681cbf6281c7b8b3244ca2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e8fea02d42c9a9b8e9ad7642d9f08d705eb6e4b3e3681cbf6281c7b8b3244ca2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-update-keys-rhel9@sha256%3Ae8fea02d42c9a9b8e9ad7642d9f08d705eb6e4b3e3681cbf6281c7b8b3244ca2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728560"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:89ec13946e699f6589c3d235cb515b92ff48d1d5fae8e7892279b64d41b74511_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:89ec13946e699f6589c3d235cb515b92ff48d1d5fae8e7892279b64d41b74511_arm64",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:89ec13946e699f6589c3d235cb515b92ff48d1d5fae8e7892279b64d41b74511_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel9@sha256%3A89ec13946e699f6589c3d235cb515b92ff48d1d5fae8e7892279b64d41b74511?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728969"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3d291642757ab1bc56aa6bf8b31b383a1867b06fda7ec093daf361e3bb082624_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3d291642757ab1bc56aa6bf8b31b383a1867b06fda7ec093daf361e3bb082624_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3d291642757ab1bc56aa6bf8b31b383a1867b06fda7ec093daf361e3bb082624_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel9@sha256%3A3d291642757ab1bc56aa6bf8b31b383a1867b06fda7ec093daf361e3bb082624?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725175"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d5e64fad675db5b1a7fe03720a35eef4ef6497e49e928b7cb0a38ddd6fa9187a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d5e64fad675db5b1a7fe03720a35eef4ef6497e49e928b7cb0a38ddd6fa9187a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d5e64fad675db5b1a7fe03720a35eef4ef6497e49e928b7cb0a38ddd6fa9187a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel9@sha256%3Ad5e64fad675db5b1a7fe03720a35eef4ef6497e49e928b7cb0a38ddd6fa9187a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728249"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6c539e26ca346ca83a4c024a374f3874e858602b71794a1709b8a08356744b46_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6c539e26ca346ca83a4c024a374f3874e858602b71794a1709b8a08356744b46_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6c539e26ca346ca83a4c024a374f3874e858602b71794a1709b8a08356744b46_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel9@sha256%3A6c539e26ca346ca83a4c024a374f3874e858602b71794a1709b8a08356744b46?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729619"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d1c95fad91fbfc41da5d6871fb0a3c07d20652b5fce3f010505afe0d24c1977a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d1c95fad91fbfc41da5d6871fb0a3c07d20652b5fce3f010505afe0d24c1977a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d1c95fad91fbfc41da5d6871fb0a3c07d20652b5fce3f010505afe0d24c1977a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd-rhel9@sha256%3Ad1c95fad91fbfc41da5d6871fb0a3c07d20652b5fce3f010505afe0d24c1977a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729778"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:b83a1577d6d15ea51ba7417aadaf190944d02a36e1067ff9973b9b0e59f207b2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:b83a1577d6d15ea51ba7417aadaf190944d02a36e1067ff9973b9b0e59f207b2_arm64",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:b83a1577d6d15ea51ba7417aadaf190944d02a36e1067ff9973b9b0e59f207b2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/frr-rhel9@sha256%3Ab83a1577d6d15ea51ba7417aadaf190944d02a36e1067ff9973b9b0e59f207b2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770123638"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:de2a25058c3aaa6f98e80870aca51d8bfd16354eb2da93e7498fc804825babb8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:de2a25058c3aaa6f98e80870aca51d8bfd16354eb2da93e7498fc804825babb8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:de2a25058c3aaa6f98e80870aca51d8bfd16354eb2da93e7498fc804825babb8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cloud-controller-manager-rhel9@sha256%3Ade2a25058c3aaa6f98e80870aca51d8bfd16354eb2da93e7498fc804825babb8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725195"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:529d46e40fd5f6de98cb72dd8704068e3b9baf4d3bdf91feb9c19139bd74c652_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:529d46e40fd5f6de98cb72dd8704068e3b9baf4d3bdf91feb9c19139bd74c652_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:529d46e40fd5f6de98cb72dd8704068e3b9baf4d3bdf91feb9c19139bd74c652_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cluster-api-controllers-rhel9@sha256%3A529d46e40fd5f6de98cb72dd8704068e3b9baf4d3bdf91feb9c19139bd74c652?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770082197"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:344860750b6a6e567bb1475f68d18b19d6f79438b767c351c850d082648aa5b1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:344860750b6a6e567bb1475f68d18b19d6f79438b767c351c850d082648aa5b1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:344860750b6a6e567bb1475f68d18b19d6f79438b767c351c850d082648aa5b1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-rhel9@sha256%3A344860750b6a6e567bb1475f68d18b19d6f79438b767c351c850d082648aa5b1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727345"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:93f4a34af9c198e4baa449f7ce0e1e0936358afc725eafc3b8118df3d92d2b44_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:93f4a34af9c198e4baa449f7ce0e1e0936358afc725eafc3b8118df3d92d2b44_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:93f4a34af9c198e4baa449f7ce0e1e0936358afc725eafc3b8118df3d92d2b44_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-operator-rhel9@sha256%3A93f4a34af9c198e4baa449f7ce0e1e0936358afc725eafc3b8118df3d92d2b44?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726525"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:49c4861778e7bc4f5738ff0f5cd5c542e9fe75c33057a4a0806b03ac75d76ca7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:49c4861778e7bc4f5738ff0f5cd5c542e9fe75c33057a4a0806b03ac75d76ca7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:49c4861778e7bc4f5738ff0f5cd5c542e9fe75c33057a4a0806b03ac75d76ca7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-image-customization-controller-rhel9@sha256%3A49c4861778e7bc4f5738ff0f5cd5c542e9fe75c33057a4a0806b03ac75d76ca7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725763"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:634d04ee67f3a521e7b3cde560084491908f32aef4a89a1bb7d3aa0ae119927b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:634d04ee67f3a521e7b3cde560084491908f32aef4a89a1bb7d3aa0ae119927b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:634d04ee67f3a521e7b3cde560084491908f32aef4a89a1bb7d3aa0ae119927b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel9-operator@sha256%3A634d04ee67f3a521e7b3cde560084491908f32aef4a89a1bb7d3aa0ae119927b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729828"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:eb823609e74431800e5bd7fd2399e11d17ea8cf0a16a578b70f1447aadbfe8d6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:eb823609e74431800e5bd7fd2399e11d17ea8cf0a16a578b70f1447aadbfe8d6_arm64",
"product_id": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:eb823609e74431800e5bd7fd2399e11d17ea8cf0a16a578b70f1447aadbfe8d6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/insights-runtime-exporter-rhel9@sha256%3Aeb823609e74431800e5bd7fd2399e11d17ea8cf0a16a578b70f1447aadbfe8d6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726294"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:46f5577da7e69caa3c941ead5de0ce8e373a77348df4c9dda922319a47533af0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:46f5577da7e69caa3c941ead5de0ce8e373a77348df4c9dda922319a47533af0_arm64",
"product_id": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:46f5577da7e69caa3c941ead5de0ce8e373a77348df4c9dda922319a47533af0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/insights-runtime-extractor-rhel9@sha256%3A46f5577da7e69caa3c941ead5de0ce8e373a77348df4c9dda922319a47533af0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727172"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:852556f6eb96442354f0695d6630e2798e19e31a5ada2ef01e3ca2571a4a40c0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:852556f6eb96442354f0695d6630e2798e19e31a5ada2ef01e3ca2571a4a40c0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:852556f6eb96442354f0695d6630e2798e19e31a5ada2ef01e3ca2571a4a40c0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-rhel9@sha256%3A852556f6eb96442354f0695d6630e2798e19e31a5ada2ef01e3ca2571a4a40c0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770100330"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:63631119f3411bf77ea1f622d77ef96434d80815531b046efe5b297dd5bbfffa_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:63631119f3411bf77ea1f622d77ef96434d80815531b046efe5b297dd5bbfffa_arm64",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:63631119f3411bf77ea1f622d77ef96434d80815531b046efe5b297dd5bbfffa_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts-rhel9@sha256%3A63631119f3411bf77ea1f622d77ef96434d80815531b046efe5b297dd5bbfffa?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770100286"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6405c266dbbd8b035f0fdec36d4663fdc2e3981899fec3828e7bcac0094f981c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6405c266dbbd8b035f0fdec36d4663fdc2e3981899fec3828e7bcac0094f981c_arm64",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6405c266dbbd8b035f0fdec36d4663fdc2e3981899fec3828e7bcac0094f981c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kube-metrics-server-rhel9@sha256%3A6405c266dbbd8b035f0fdec36d4663fdc2e3981899fec3828e7bcac0094f981c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729737"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:52dcfdc6c5f219f414fa0775b70e34118b319897b0772931e0861623db7bde86_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:52dcfdc6c5f219f414fa0775b70e34118b319897b0772931e0861623db7bde86_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:52dcfdc6c5f219f414fa0775b70e34118b319897b0772931e0861623db7bde86_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel9@sha256%3A52dcfdc6c5f219f414fa0775b70e34118b319897b0772931e0861623db7bde86?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725936"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f7708a1c1e0d4083c7f0b9e8d8704b91a4c823dc9435d5d3e986372f305e1fe4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f7708a1c1e0d4083c7f0b9e8d8704b91a4c823dc9435d5d3e986372f305e1fe4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f7708a1c1e0d4083c7f0b9e8d8704b91a4c823dc9435d5d3e986372f305e1fe4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3Af7708a1c1e0d4083c7f0b9e8d8704b91a4c823dc9435d5d3e986372f305e1fe4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727721"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a2d16879e07bae5f6eddbb5615c313001ffc4b74e91849ee9c2496bbb5996616_arm64",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a2d16879e07bae5f6eddbb5615c313001ffc4b74e91849ee9c2496bbb5996616_arm64",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a2d16879e07bae5f6eddbb5615c313001ffc4b74e91849ee9c2496bbb5996616_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-csi-driver-rhel9@sha256%3Aa2d16879e07bae5f6eddbb5615c313001ffc4b74e91849ee9c2496bbb5996616?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727885"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:27bd19fa0c1eb00c55120e22b21eaab50f0eb75a84910e9d8a2fd3b5fd1c7dc2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:27bd19fa0c1eb00c55120e22b21eaab50f0eb75a84910e9d8a2fd3b5fd1c7dc2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:27bd19fa0c1eb00c55120e22b21eaab50f0eb75a84910e9d8a2fd3b5fd1c7dc2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers-rhel9@sha256%3A27bd19fa0c1eb00c55120e22b21eaab50f0eb75a84910e9d8a2fd3b5fd1c7dc2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729775"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:48bbecc83208a8895cee2c2e8ec677f59a688e02705a677cde4e9a8a52398d1b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:48bbecc83208a8895cee2c2e8ec677f59a688e02705a677cde4e9a8a52398d1b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:48bbecc83208a8895cee2c2e8ec677f59a688e02705a677cde4e9a8a52398d1b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-rhel9-operator@sha256%3A48bbecc83208a8895cee2c2e8ec677f59a688e02705a677cde4e9a8a52398d1b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725935"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a06cb8024ab06fbdee295afe99cd294f6e05c36dd490545600967b8ff12e3391_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a06cb8024ab06fbdee295afe99cd294f6e05c36dd490545600967b8ff12e3391_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a06cb8024ab06fbdee295afe99cd294f6e05c36dd490545600967b8ff12e3391_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-aws-rhel9@sha256%3Aa06cb8024ab06fbdee295afe99cd294f6e05c36dd490545600967b8ff12e3391?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725175"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:c20a4f14ad0eecc3f88eda36bd65f1f390c6977a7ad5ed69e87969556b9d8cc7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:c20a4f14ad0eecc3f88eda36bd65f1f390c6977a7ad5ed69e87969556b9d8cc7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:c20a4f14ad0eecc3f88eda36bd65f1f390c6977a7ad5ed69e87969556b9d8cc7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-azure-rhel9@sha256%3Ac20a4f14ad0eecc3f88eda36bd65f1f390c6977a7ad5ed69e87969556b9d8cc7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725904"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:64247ff135642a32fb59a62cdcaae5f28085ef0578916b4ab2c90d31e67848f4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:64247ff135642a32fb59a62cdcaae5f28085ef0578916b4ab2c90d31e67848f4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:64247ff135642a32fb59a62cdcaae5f28085ef0578916b4ab2c90d31e67848f4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-gcp-rhel9@sha256%3A64247ff135642a32fb59a62cdcaae5f28085ef0578916b4ab2c90d31e67848f4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727442"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f267111aa2951d22dd6a41c7362afc22454e365325b7a016d213505b7dad74f8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f267111aa2951d22dd6a41c7362afc22454e365325b7a016d213505b7dad74f8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f267111aa2951d22dd6a41c7362afc22454e365325b7a016d213505b7dad74f8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-openstack-rhel9@sha256%3Af267111aa2951d22dd6a41c7362afc22454e365325b7a016d213505b7dad74f8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728158"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d1883837f227ea4b98d2442b46e5c07a9eeae549e13cd778f7c9e78494b53911_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d1883837f227ea4b98d2442b46e5c07a9eeae549e13cd778f7c9e78494b53911_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d1883837f227ea4b98d2442b46e5c07a9eeae549e13cd778f7c9e78494b53911_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-rhel9-operator@sha256%3Ad1883837f227ea4b98d2442b46e5c07a9eeae549e13cd778f7c9e78494b53911?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729805"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4a56a0984384548771e1c8fa5a4a8efe93f472cdf2b64b01d6049b2f9187a684_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4a56a0984384548771e1c8fa5a4a8efe93f472cdf2b64b01d6049b2f9187a684_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4a56a0984384548771e1c8fa5a4a8efe93f472cdf2b64b01d6049b2f9187a684_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel9@sha256%3A4a56a0984384548771e1c8fa5a4a8efe93f472cdf2b64b01d6049b2f9187a684?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770123102"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:55409e5fb153973038a15985a332681f4e3e41126f84b6a355c47314c76bdf2e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:55409e5fb153973038a15985a332681f4e3e41126f84b6a355c47314c76bdf2e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:55409e5fb153973038a15985a332681f4e3e41126f84b6a355c47314c76bdf2e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller-rhel9@sha256%3A55409e5fb153973038a15985a332681f4e3e41126f84b6a355c47314c76bdf2e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729825"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:c866308d315beaa691b25dfed4be0cace44628e0799527e9ca11d14165437d98_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:c866308d315beaa691b25dfed4be0cace44628e0799527e9ca11d14165437d98_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:c866308d315beaa691b25dfed4be0cace44628e0799527e9ca11d14165437d98_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel9@sha256%3Ac866308d315beaa691b25dfed4be0cace44628e0799527e9ca11d14165437d98?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727994"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1491efe6870dae8caca1a78c9c96f8b4b2956db3bd5eaa6bde59ee996506bfb8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1491efe6870dae8caca1a78c9c96f8b4b2956db3bd5eaa6bde59ee996506bfb8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1491efe6870dae8caca1a78c9c96f8b4b2956db3bd5eaa6bde59ee996506bfb8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3A1491efe6870dae8caca1a78c9c96f8b4b2956db3bd5eaa6bde59ee996506bfb8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729265"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:80c4e60cb2ab82621ef12774841d39e6ece9e9671114afd0d19b188dd7746d81_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:80c4e60cb2ab82621ef12774841d39e6ece9e9671114afd0d19b188dd7746d81_arm64",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:80c4e60cb2ab82621ef12774841d39e6ece9e9671114afd0d19b188dd7746d81_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather-rhel9@sha256%3A80c4e60cb2ab82621ef12774841d39e6ece9e9671114afd0d19b188dd7746d81?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769734637"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:75b18dbc6fef40173ab0c85ff4f9c4111e29afa10593ef9141d589f88b418826_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:75b18dbc6fef40173ab0c85ff4f9c4111e29afa10593ef9141d589f88b418826_arm64",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:75b18dbc6fef40173ab0c85ff4f9c4111e29afa10593ef9141d589f88b418826_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel9@sha256%3A75b18dbc6fef40173ab0c85ff4f9c4111e29afa10593ef9141d589f88b418826?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729472"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e3740bfa7355589784350a9dafc10849d32f1273327387b3b3c6389ba1e26dba_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e3740bfa7355589784350a9dafc10849d32f1273327387b3b3c6389ba1e26dba_arm64",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e3740bfa7355589784350a9dafc10849d32f1273327387b3b3c6389ba1e26dba_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel9@sha256%3Ae3740bfa7355589784350a9dafc10849d32f1273327387b3b3c6389ba1e26dba?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728647"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:04e4334b0ce10eb5402543501944e72b9230c79f470f5976f8e5bcd5a18cd28e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:04e4334b0ce10eb5402543501944e72b9230c79f470f5976f8e5bcd5a18cd28e_arm64",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:04e4334b0ce10eb5402543501944e72b9230c79f470f5976f8e5bcd5a18cd28e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel9@sha256%3A04e4334b0ce10eb5402543501944e72b9230c79f470f5976f8e5bcd5a18cd28e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770190219"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9028745ca618eda612fa2960f0327f19fb689eb36762515bfd71bb2efab0a0a3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9028745ca618eda612fa2960f0327f19fb689eb36762515bfd71bb2efab0a0a3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9028745ca618eda612fa2960f0327f19fb689eb36762515bfd71bb2efab0a0a3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel9@sha256%3A9028745ca618eda612fa2960f0327f19fb689eb36762515bfd71bb2efab0a0a3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728251"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:57488300ca265dfcad9bcc1a2861062d8b82c2b80e8b21cc3ed766fd187402db_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:57488300ca265dfcad9bcc1a2861062d8b82c2b80e8b21cc3ed766fd187402db_arm64",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:57488300ca265dfcad9bcc1a2861062d8b82c2b80e8b21cc3ed766fd187402db_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-catalogd-rhel9@sha256%3A57488300ca265dfcad9bcc1a2861062d8b82c2b80e8b21cc3ed766fd187402db?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770122396"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:a4e02776f7b5a66943bad040650f4dc9e865f05a0911f4f9aba975c4b30ef517_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:a4e02776f7b5a66943bad040650f4dc9e865f05a0911f4f9aba975c4b30ef517_arm64",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:a4e02776f7b5a66943bad040650f4dc9e865f05a0911f4f9aba975c4b30ef517_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-operator-controller-rhel9@sha256%3Aa4e02776f7b5a66943bad040650f4dc9e865f05a0911f4f9aba975c4b30ef517?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770122325"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5d3d3cbbc28f59a6aefb1e54986e084ce49b69867d100e9b7a8eba17b764304a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5d3d3cbbc28f59a6aefb1e54986e084ce49b69867d100e9b7a8eba17b764304a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5d3d3cbbc28f59a6aefb1e54986e084ce49b69867d100e9b7a8eba17b764304a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel9@sha256%3A5d3d3cbbc28f59a6aefb1e54986e084ce49b69867d100e9b7a8eba17b764304a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726159"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9b174760063eedf3197e5664994fdc21f85cbc3be8bd1329142fb9e88103b717_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9b174760063eedf3197e5664994fdc21f85cbc3be8bd1329142fb9e88103b717_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9b174760063eedf3197e5664994fdc21f85cbc3be8bd1329142fb9e88103b717_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel9@sha256%3A9b174760063eedf3197e5664994fdc21f85cbc3be8bd1329142fb9e88103b717?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728149"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4c94c8afa17ce2348d6198c2914e9257ac9510455c521f6539ab17877b6fd974_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4c94c8afa17ce2348d6198c2914e9257ac9510455c521f6539ab17877b6fd974_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4c94c8afa17ce2348d6198c2914e9257ac9510455c521f6539ab17877b6fd974_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9@sha256%3A4c94c8afa17ce2348d6198c2914e9257ac9510455c521f6539ab17877b6fd974?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728526"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8231352f700a733b13de64913738e0de1b89be5046736077f7300c21fb778aa2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8231352f700a733b13de64913738e0de1b89be5046736077f7300c21fb778aa2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8231352f700a733b13de64913738e0de1b89be5046736077f7300c21fb778aa2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3A8231352f700a733b13de64913738e0de1b89be5046736077f7300c21fb778aa2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725163"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d0d429e4a3a0a9f015725dd965d4317e67c72b3fd846ef4b04c20ada4d067eef_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d0d429e4a3a0a9f015725dd965d4317e67c72b3fd846ef4b04c20ada4d067eef_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d0d429e4a3a0a9f015725dd965d4317e67c72b3fd846ef4b04c20ada4d067eef_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel9@sha256%3Ad0d429e4a3a0a9f015725dd965d4317e67c72b3fd846ef4b04c20ada4d067eef?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727963"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f52e1ea0175eb2af0a63311dc0b8acc1771c53a7668108d7bb7abf2b814e37e5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f52e1ea0175eb2af0a63311dc0b8acc1771c53a7668108d7bb7abf2b814e37e5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f52e1ea0175eb2af0a63311dc0b8acc1771c53a7668108d7bb7abf2b814e37e5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-framework-tools-rhel9@sha256%3Af52e1ea0175eb2af0a63311dc0b8acc1771c53a7668108d7bb7abf2b814e37e5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728972"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7a453727eb7aad288301bdce304da23202950098592114e1c56e893828b7cb2a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7a453727eb7aad288301bdce304da23202950098592114e1c56e893828b7cb2a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7a453727eb7aad288301bdce304da23202950098592114e1c56e893828b7cb2a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256%3A7a453727eb7aad288301bdce304da23202950098592114e1c56e893828b7cb2a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769731034"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:d6dac5da24656ce0a1494234b06783b5e4ef052c0d283e66f881c21d1766c51a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:d6dac5da24656ce0a1494234b06783b5e4ef052c0d283e66f881c21d1766c51a_arm64",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:d6dac5da24656ce0a1494234b06783b5e4ef052c0d283e66f881c21d1766c51a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel9@sha256%3Ad6dac5da24656ce0a1494234b06783b5e4ef052c0d283e66f881c21d1766c51a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728982"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c0f27acad2634255d689355942e8c0d87f624c269eca0f11b1fe20b56b22294a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c0f27acad2634255d689355942e8c0d87f624c269eca0f11b1fe20b56b22294a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c0f27acad2634255d689355942e8c0d87f624c269eca0f11b1fe20b56b22294a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-rhel9-operator@sha256%3Ac0f27acad2634255d689355942e8c0d87f624c269eca0f11b1fe20b56b22294a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728716"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a260d94b14808490a417d828423550eddd7b865035b631e9fcbb108d8eec6873_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a260d94b14808490a417d828423550eddd7b865035b631e9fcbb108d8eec6873_arm64",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a260d94b14808490a417d828423550eddd7b865035b631e9fcbb108d8eec6873_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel9@sha256%3Aa260d94b14808490a417d828423550eddd7b865035b631e9fcbb108d8eec6873?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770188836"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:87bd671167583b8f46388c7e5853509fc9c20439c1b5f57544117fc9e1b1b5b1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:87bd671167583b8f46388c7e5853509fc9c20439c1b5f57544117fc9e1b1b5b1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:87bd671167583b8f46388c7e5853509fc9c20439c1b5f57544117fc9e1b1b5b1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256%3A87bd671167583b8f46388c7e5853509fc9c20439c1b5f57544117fc9e1b1b5b1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769730378"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3ddfa7f1a01b1dbf4d2e999da0d536b8f3600e0143dde47fed1f6f2caf15a7bb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3ddfa7f1a01b1dbf4d2e999da0d536b8f3600e0143dde47fed1f6f2caf15a7bb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3ddfa7f1a01b1dbf4d2e999da0d536b8f3600e0143dde47fed1f6f2caf15a7bb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy-rhel9@sha256%3A3ddfa7f1a01b1dbf4d2e999da0d536b8f3600e0143dde47fed1f6f2caf15a7bb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729589"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:059c0bb97591ea1d95bc42274c6748438e32ef113039c603cbf8171ba3dcd1a8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:059c0bb97591ea1d95bc42274c6748438e32ef113039c603cbf8171ba3dcd1a8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:059c0bb97591ea1d95bc42274c6748438e32ef113039c603cbf8171ba3dcd1a8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader-rhel9@sha256%3A059c0bb97591ea1d95bc42274c6748438e32ef113039c603cbf8171ba3dcd1a8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725779"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a0dda1cfb8ce56f6632c7dfc15f2d7c5251a666f7ff34fd78f45a064ed9fe8d4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a0dda1cfb8ce56f6632c7dfc15f2d7c5251a666f7ff34fd78f45a064ed9fe8d4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a0dda1cfb8ce56f6632c7dfc15f2d7c5251a666f7ff34fd78f45a064ed9fe8d4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9-operator@sha256%3Aa0dda1cfb8ce56f6632c7dfc15f2d7c5251a666f7ff34fd78f45a064ed9fe8d4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728905"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:6bcd28e8610dada7b5ec2b6e14aecd9daf0542ac8528b8a1c9bec9b5c22e6791_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:6bcd28e8610dada7b5ec2b6e14aecd9daf0542ac8528b8a1c9bec9b5c22e6791_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:6bcd28e8610dada7b5ec2b6e14aecd9daf0542ac8528b8a1c9bec9b5c22e6791_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel9@sha256%3A6bcd28e8610dada7b5ec2b6e14aecd9daf0542ac8528b8a1c9bec9b5c22e6791?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727104"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d6c465af092548962fe617a677d3398c6164c398602d7575ec09533d9654f254_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d6c465af092548962fe617a677d3398c6164c398602d7575ec09533d9654f254_arm64",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d6c465af092548962fe617a677d3398c6164c398602d7575ec09533d9654f254_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter-rhel9@sha256%3Ad6c465af092548962fe617a677d3398c6164c398602d7575ec09533d9654f254?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726913"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b8c7d5e513d5205014f53f22fddd4ab5c54e62e62e5813459ea68afd789518d0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b8c7d5e513d5205014f53f22fddd4ab5c54e62e62e5813459ea68afd789518d0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b8c7d5e513d5205014f53f22fddd4ab5c54e62e62e5813459ea68afd789518d0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel9@sha256%3Ab8c7d5e513d5205014f53f22fddd4ab5c54e62e62e5813459ea68afd789518d0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726253"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:429368ffc93f60dcb14116dd4a448f7688fabeb9a499b4b7c9c77018f4a31c3c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:429368ffc93f60dcb14116dd4a448f7688fabeb9a499b4b7c9c77018f4a31c3c_arm64",
"product_id": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:429368ffc93f60dcb14116dd4a448f7688fabeb9a499b4b7c9c77018f4a31c3c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/volume-data-source-validator-rhel9@sha256%3A429368ffc93f60dcb14116dd4a448f7688fabeb9a499b4b7c9c77018f4a31c3c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725145"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9a7f2845529ffd78d9193a8329bd1761b7723678b83e8d5362aaafa657c398eb_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9a7f2845529ffd78d9193a8329bd1761b7723678b83e8d5362aaafa657c398eb_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9a7f2845529ffd78d9193a8329bd1761b7723678b83e8d5362aaafa657c398eb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9@sha256%3A9a7f2845529ffd78d9193a8329bd1761b7723678b83e8d5362aaafa657c398eb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728065"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:82ebaab991c00d42430890eed6322e9d060c3b4581ad563383a7d13172de4c08_s390x",
"product": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:82ebaab991c00d42430890eed6322e9d060c3b4581ad563383a7d13172de4c08_s390x",
"product_id": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:82ebaab991c00d42430890eed6322e9d060c3b4581ad563383a7d13172de4c08_s390x",
"product_identification_helper": {
"purl": "pkg:oci/aws-karpenter-provider-aws-rhel9@sha256%3A82ebaab991c00d42430890eed6322e9d060c3b4581ad563383a7d13172de4c08?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725173"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4eda87164b71e7c6fd8b5a39ea77bb1bbf138f43d5732c08e314369b18e2509b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4eda87164b71e7c6fd8b5a39ea77bb1bbf138f43d5732c08e314369b18e2509b_s390x",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4eda87164b71e7c6fd8b5a39ea77bb1bbf138f43d5732c08e314369b18e2509b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/aws-kms-encryption-provider-rhel9@sha256%3A4eda87164b71e7c6fd8b5a39ea77bb1bbf138f43d5732c08e314369b18e2509b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725137"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f7eaa545a5719eea518c0d48a5010a9e729ca7657f95712b86bd091c6906ed9d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f7eaa545a5719eea518c0d48a5010a9e729ca7657f95712b86bd091c6906ed9d_s390x",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f7eaa545a5719eea518c0d48a5010a9e729ca7657f95712b86bd091c6906ed9d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/azure-kms-encryption-provider-rhel9@sha256%3Af7eaa545a5719eea518c0d48a5010a9e729ca7657f95712b86bd091c6906ed9d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729438"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:855e978f66e69d149f00f5cdea64c68b677a1f2e9e1c28f3f67846bd5497ea9a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:855e978f66e69d149f00f5cdea64c68b677a1f2e9e1c28f3f67846bd5497ea9a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:855e978f66e69d149f00f5cdea64c68b677a1f2e9e1c28f3f67846bd5497ea9a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers-rhel9@sha256%3A855e978f66e69d149f00f5cdea64c68b677a1f2e9e1c28f3f67846bd5497ea9a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725150"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f055755224db92970aa09e26ab84f8f8c3a67c2c8cd442eb4e7764e3474d4613_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f055755224db92970aa09e26ab84f8f8c3a67c2c8cd442eb4e7764e3474d4613_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f055755224db92970aa09e26ab84f8f8c3a67c2c8cd442eb4e7764e3474d4613_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel9@sha256%3Af055755224db92970aa09e26ab84f8f8c3a67c2c8cd442eb4e7764e3474d4613?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725787"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:011ac49df806c01b3f64fab0b3d79355b2685c8fc0316653f34359b451ef2ba5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:011ac49df806c01b3f64fab0b3d79355b2685c8fc0316653f34359b451ef2ba5_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:011ac49df806c01b3f64fab0b3d79355b2685c8fc0316653f34359b451ef2ba5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel9-operator@sha256%3A011ac49df806c01b3f64fab0b3d79355b2685c8fc0316653f34359b451ef2ba5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727896"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4bbddb6ff2f7429b2f5730d4a3f529b80784f8e42a0acc025e78713d703a2efd_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4bbddb6ff2f7429b2f5730d4a3f529b80784f8e42a0acc025e78713d703a2efd_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4bbddb6ff2f7429b2f5730d4a3f529b80784f8e42a0acc025e78713d703a2efd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-rhel9-operator@sha256%3A4bbddb6ff2f7429b2f5730d4a3f529b80784f8e42a0acc025e78713d703a2efd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770023992"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0d1bc6ef87ea978c23ca7189fdf17ad0f54a5f7709a75a25d82e7b84ffadf984_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0d1bc6ef87ea978c23ca7189fdf17ad0f54a5f7709a75a25d82e7b84ffadf984_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0d1bc6ef87ea978c23ca7189fdf17ad0f54a5f7709a75a25d82e7b84ffadf984_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-rhel9-operator@sha256%3A0d1bc6ef87ea978c23ca7189fdf17ad0f54a5f7709a75a25d82e7b84ffadf984?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727537"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3ed5dce28d62c36a87ff35dead5806fd124a187e48051a0d2b550b209c9f6302_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3ed5dce28d62c36a87ff35dead5806fd124a187e48051a0d2b550b209c9f6302_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3ed5dce28d62c36a87ff35dead5806fd124a187e48051a0d2b550b209c9f6302_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256%3A3ed5dce28d62c36a87ff35dead5806fd124a187e48051a0d2b550b209c9f6302?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770207153"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d78b1c13b0ef255bce1e19973bcbef04d40c517301959a7f23d23613a95c1db0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d78b1c13b0ef255bce1e19973bcbef04d40c517301959a7f23d23613a95c1db0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d78b1c13b0ef255bce1e19973bcbef04d40c517301959a7f23d23613a95c1db0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel9@sha256%3Ad78b1c13b0ef255bce1e19973bcbef04d40c517301959a7f23d23613a95c1db0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726188"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:1d45937273065c5cdeea502fa388172651fef5a607db33ea72c49f2a50b29b94_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:1d45937273065c5cdeea502fa388172651fef5a607db33ea72c49f2a50b29b94_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:1d45937273065c5cdeea502fa388172651fef5a607db33ea72c49f2a50b29b94_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-rhel9-operator@sha256%3A1d45937273065c5cdeea502fa388172651fef5a607db33ea72c49f2a50b29b94?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725177"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b5d732e8d36668226255dbfeb389994104d83ef2be461079b66557bb20d799f2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b5d732e8d36668226255dbfeb389994104d83ef2be461079b66557bb20d799f2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b5d732e8d36668226255dbfeb389994104d83ef2be461079b66557bb20d799f2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-rhel9-operator@sha256%3Ab5d732e8d36668226255dbfeb389994104d83ef2be461079b66557bb20d799f2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729590"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2e983c69ea6e29aca4f36596a0c697c2935dd1deb08a4d3546aaccb4e3d78ae1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2e983c69ea6e29aca4f36596a0c697c2935dd1deb08a4d3546aaccb4e3d78ae1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2e983c69ea6e29aca4f36596a0c697c2935dd1deb08a4d3546aaccb4e3d78ae1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader-rhel9@sha256%3A2e983c69ea6e29aca4f36596a0c697c2935dd1deb08a4d3546aaccb4e3d78ae1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769786437"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:73cd8858eb6e706064aa3fb5b397696ad2a8d264ed9380ceeb8d8d89afa96914_s390x",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:73cd8858eb6e706064aa3fb5b397696ad2a8d264ed9380ceeb8d8d89afa96914_s390x",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:73cd8858eb6e706064aa3fb5b397696ad2a8d264ed9380ceeb8d8d89afa96914_s390x",
"product_identification_helper": {
"purl": "pkg:oci/container-networking-plugins-microshift-rhel9@sha256%3A73cd8858eb6e706064aa3fb5b397696ad2a8d264ed9380ceeb8d8d89afa96914?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727163"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:940d02c46f06fa92818dffd1842010b652856e09cebdec33e0f0e1a1e9b1b5a3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:940d02c46f06fa92818dffd1842010b652856e09cebdec33e0f0e1a1e9b1b5a3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:940d02c46f06fa92818dffd1842010b652856e09cebdec33e0f0e1a1e9b1b5a3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns-rhel9@sha256%3A940d02c46f06fa92818dffd1842010b652856e09cebdec33e0f0e1a1e9b1b5a3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729915"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:adb84daa38497eef3d89a9b42fbb22fc04e94f708db4f1f02de21dbf099ef788_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:adb84daa38497eef3d89a9b42fbb22fc04e94f708db4f1f02de21dbf099ef788_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:adb84daa38497eef3d89a9b42fbb22fc04e94f708db4f1f02de21dbf099ef788_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel9@sha256%3Aadb84daa38497eef3d89a9b42fbb22fc04e94f708db4f1f02de21dbf099ef788?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727759"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:ac7eed19416dd31a76ce8139a4c1cc16f2201b1dbb1c884dbd20fc5a965b82a3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:ac7eed19416dd31a76ce8139a4c1cc16f2201b1dbb1c884dbd20fc5a965b82a3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:ac7eed19416dd31a76ce8139a4c1cc16f2201b1dbb1c884dbd20fc5a965b82a3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshot-metadata-rhel9@sha256%3Aac7eed19416dd31a76ce8139a4c1cc16f2201b1dbb1c884dbd20fc5a965b82a3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726091"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:874a6c39ad36a55efafc0b690d17aa4eba8df8f30831a5315a198e692e405592_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:874a6c39ad36a55efafc0b690d17aa4eba8df8f30831a5315a198e692e405592_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:874a6c39ad36a55efafc0b690d17aa4eba8df8f30831a5315a198e692e405592_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel9@sha256%3A874a6c39ad36a55efafc0b690d17aa4eba8df8f30831a5315a198e692e405592?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729171"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0867d20104c147d58a3e119c8eccd725d2b5311bc563cb4030c18714e085c80c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0867d20104c147d58a3e119c8eccd725d2b5311bc563cb4030c18714e085c80c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0867d20104c147d58a3e119c8eccd725d2b5311bc563cb4030c18714e085c80c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel9@sha256%3A0867d20104c147d58a3e119c8eccd725d2b5311bc563cb4030c18714e085c80c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727042"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0bc9b2b997bdf9bd285382823ebb9806502664976c2dd7e7b0d111df7717e77d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0bc9b2b997bdf9bd285382823ebb9806502664976c2dd7e7b0d111df7717e77d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0bc9b2b997bdf9bd285382823ebb9806502664976c2dd7e7b0d111df7717e77d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel9@sha256%3A0bc9b2b997bdf9bd285382823ebb9806502664976c2dd7e7b0d111df7717e77d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729346"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:50caa5c63088b2cd98d85bf793eed760beae31c73d8cccc60f3c82f7e4a436f2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:50caa5c63088b2cd98d85bf793eed760beae31c73d8cccc60f3c82f7e4a436f2_s390x",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:50caa5c63088b2cd98d85bf793eed760beae31c73d8cccc60f3c82f7e4a436f2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256%3A50caa5c63088b2cd98d85bf793eed760beae31c73d8cccc60f3c82f7e4a436f2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770235170"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9c28ccab17d26b72d9ae5d65f7a1ea11bbbd2cd39076f517e6655b9a35a277b9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9c28ccab17d26b72d9ae5d65f7a1ea11bbbd2cd39076f517e6655b9a35a277b9_s390x",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9c28ccab17d26b72d9ae5d65f7a1ea11bbbd2cd39076f517e6655b9a35a277b9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel9@sha256%3A9c28ccab17d26b72d9ae5d65f7a1ea11bbbd2cd39076f517e6655b9a35a277b9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725577"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c865ec93173fecc00d843737009627ba137b7cabcf8337ea7837eb9bd993a601_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c865ec93173fecc00d843737009627ba137b7cabcf8337ea7837eb9bd993a601_s390x",
"product_id": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c865ec93173fecc00d843737009627ba137b7cabcf8337ea7837eb9bd993a601_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-workload-identity-federation-webhook-rhel9@sha256%3Ac865ec93173fecc00d843737009627ba137b7cabcf8337ea7837eb9bd993a601?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729792"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:734c982a6159e5c4077a12b1a0f72ad992b70f965873ea591228172e6265263f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:734c982a6159e5c4077a12b1a0f72ad992b70f965873ea591228172e6265263f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:734c982a6159e5c4077a12b1a0f72ad992b70f965873ea591228172e6265263f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy-rhel9@sha256%3A734c982a6159e5c4077a12b1a0f72ad992b70f965873ea591228172e6265263f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728555"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:00fa00533e4616bc63471ba4e127f163a2ce06bd8546dc3fcaf2465c6c511ef1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:00fa00533e4616bc63471ba4e127f163a2ce06bd8546dc3fcaf2465c6c511ef1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:00fa00533e4616bc63471ba4e127f163a2ce06bd8546dc3fcaf2465c6c511ef1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager-rhel9@sha256%3A00fa00533e4616bc63471ba4e127f163a2ce06bd8546dc3fcaf2465c6c511ef1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728487"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ae88b0138b8b945b1ad071a5ac660e6479f3e2c1ec261d80a4d7d862e94df269_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ae88b0138b8b945b1ad071a5ac660e6479f3e2c1ec261d80a4d7d862e94df269_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ae88b0138b8b945b1ad071a5ac660e6479f3e2c1ec261d80a4d7d862e94df269_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-node-exporter-rhel9@sha256%3Aae88b0138b8b945b1ad071a5ac660e6479f3e2c1ec261d80a4d7d862e94df269?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729652"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e18f121c2a8578ab7a54b48347a671e8a1e315e85f894ef67b96161a490aca44_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e18f121c2a8578ab7a54b48347a671e8a1e315e85f894ef67b96161a490aca44_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e18f121c2a8578ab7a54b48347a671e8a1e315e85f894ef67b96161a490aca44_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9@sha256%3Ae18f121c2a8578ab7a54b48347a671e8a1e315e85f894ef67b96161a490aca44?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726841"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:203e3cf52680caad6f8fec2ca1c7c87d45205ebcb9e816fb188e74a5bc7496ef_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:203e3cf52680caad6f8fec2ca1c7c87d45205ebcb9e816fb188e74a5bc7496ef_s390x",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:203e3cf52680caad6f8fec2ca1c7c87d45205ebcb9e816fb188e74a5bc7496ef_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel9@sha256%3A203e3cf52680caad6f8fec2ca1c7c87d45205ebcb9e816fb188e74a5bc7496ef?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769819774"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:6f50d9406911e5fbe310c94dc60829891609934e64983339b5f66432a20864c2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:6f50d9406911e5fbe310c94dc60829891609934e64983339b5f66432a20864c2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:6f50d9406911e5fbe310c94dc60829891609934e64983339b5f66432a20864c2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy-rhel9@sha256%3A6f50d9406911e5fbe310c94dc60829891609934e64983339b5f66432a20864c2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770231406"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a0dfec857ddadf777961a71d8dd545cc798b921e083c8b5156ca7423f8ad8a2f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a0dfec857ddadf777961a71d8dd545cc798b921e083c8b5156ca7423f8ad8a2f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a0dfec857ddadf777961a71d8dd545cc798b921e083c8b5156ca7423f8ad8a2f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy-rhel9@sha256%3Aa0dfec857ddadf777961a71d8dd545cc798b921e083c8b5156ca7423f8ad8a2f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728595"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e5753a6fa47d5a753be2eb3b7a46cee0bc156b0e52bf75e4f192c0ddb3fdef47_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e5753a6fa47d5a753be2eb3b7a46cee0bc156b0e52bf75e4f192c0ddb3fdef47_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e5753a6fa47d5a753be2eb3b7a46cee0bc156b0e52bf75e4f192c0ddb3fdef47_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics-rhel9@sha256%3Ae5753a6fa47d5a753be2eb3b7a46cee0bc156b0e52bf75e4f192c0ddb3fdef47?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726213"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:56015af081c97939fa71d978d511ecc0e93ea6ea89640ae846645121531a4a86_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:56015af081c97939fa71d978d511ecc0e93ea6ea89640ae846645121531a4a86_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:56015af081c97939fa71d978d511ecc0e93ea6ea89640ae846645121531a4a86_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace-rhel9@sha256%3A56015af081c97939fa71d978d511ecc0e93ea6ea89640ae846645121531a4a86?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729474"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:09ad41d3ddb9aba6d649812d1e48433f5778b1cd9d5e0e1466b34e6516b864e1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:09ad41d3ddb9aba6d649812d1e48433f5778b1cd9d5e0e1466b34e6516b864e1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:09ad41d3ddb9aba6d649812d1e48433f5778b1cd9d5e0e1466b34e6516b864e1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel9@sha256%3A09ad41d3ddb9aba6d649812d1e48433f5778b1cd9d5e0e1466b34e6516b864e1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729924"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:bedcb032aa7325e5bbff014f251d5ad91fff9dcdaf84a95e61e4fc4198f22f79_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:bedcb032aa7325e5bbff014f251d5ad91fff9dcdaf84a95e61e4fc4198f22f79_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:bedcb032aa7325e5bbff014f251d5ad91fff9dcdaf84a95e61e4fc4198f22f79_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-rhel9@sha256%3Abedcb032aa7325e5bbff014f251d5ad91fff9dcdaf84a95e61e4fc4198f22f79?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729579"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:94fd7b1b27954fb59c11a010f4b8ce0a3377b38bfed7ffb20873a2f7a499f8bf_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:94fd7b1b27954fb59c11a010f4b8ce0a3377b38bfed7ffb20873a2f7a499f8bf_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:94fd7b1b27954fb59c11a010f4b8ce0a3377b38bfed7ffb20873a2f7a499f8bf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-microshift-rhel9@sha256%3A94fd7b1b27954fb59c11a010f4b8ce0a3377b38bfed7ffb20873a2f7a499f8bf?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726273"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:2a7aeb3139633e2014d99631287cce239d73af61e541f218f45a009fc151d8d8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:2a7aeb3139633e2014d99631287cce239d73af61e541f218f45a009fc151d8d8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:2a7aeb3139633e2014d99631287cce239d73af61e541f218f45a009fc151d8d8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel9@sha256%3A2a7aeb3139633e2014d99631287cce239d73af61e541f218f45a009fc151d8d8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728830"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:05f5bc9410d9859f1bbc1def6e1c74fd47781faf1ef26633f61b5d8f09ce8d02_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:05f5bc9410d9859f1bbc1def6e1c74fd47781faf1ef26633f61b5d8f09ce8d02_s390x",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:05f5bc9410d9859f1bbc1def6e1c74fd47781faf1ef26633f61b5d8f09ce8d02_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-networking-console-plugin-rhel9@sha256%3A05f5bc9410d9859f1bbc1def6e1c74fd47781faf1ef26633f61b5d8f09ce8d02?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770140253"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:6f399ee5f4634353047061fddcb9092dccead96c6884863253b913dab93c2e15_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:6f399ee5f4634353047061fddcb9092dccead96c6884863253b913dab93c2e15_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:6f399ee5f4634353047061fddcb9092dccead96c6884863253b913dab93c2e15_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel9@sha256%3A6f399ee5f4634353047061fddcb9092dccead96c6884863253b913dab93c2e15?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728973"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:eee0084caae19613373c30ac9d2f25de2c202dc83cb6b3077baeab3b2ca89c26_s390x",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:eee0084caae19613373c30ac9d2f25de2c202dc83cb6b3077baeab3b2ca89c26_s390x",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:eee0084caae19613373c30ac9d2f25de2c202dc83cb6b3077baeab3b2ca89c26_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oc-mirror-plugin-rhel9@sha256%3Aeee0084caae19613373c30ac9d2f25de2c202dc83cb6b3077baeab3b2ca89c26?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770081992"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:382e4343f73dba48761c24841e45aabdf84a7f4de996be6515d8ee7c3e728c78_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:382e4343f73dba48761c24841e45aabdf84a7f4de996be6515d8ee7c3e728c78_s390x",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:382e4343f73dba48761c24841e45aabdf84a7f4de996be6515d8ee7c3e728c78_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder-rhel9@sha256%3A382e4343f73dba48761c24841e45aabdf84a7f4de996be6515d8ee7c3e728c78?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769730193"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:38a4de43972a5ae5404ebc5862329c0b59ee5a6c72b5e3fa8be3171ad65ec713_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:38a4de43972a5ae5404ebc5862329c0b59ee5a6c72b5e3fa8be3171ad65ec713_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:38a4de43972a5ae5404ebc5862329c0b59ee5a6c72b5e3fa8be3171ad65ec713_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-rhel9@sha256%3A38a4de43972a5ae5404ebc5862329c0b59ee5a6c72b5e3fa8be3171ad65ec713?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729484"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:a820784083ee32f544efc474c7ded798916d1f077ddb9c3f4461de48747f4c73_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:a820784083ee32f544efc474c7ded798916d1f077ddb9c3f4461de48747f4c73_s390x",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:a820784083ee32f544efc474c7ded798916d1f077ddb9c3f4461de48747f4c73_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9@sha256%3Aa820784083ee32f544efc474c7ded798916d1f077ddb9c3f4461de48747f4c73?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770188884"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a70ced1330a4e7a0a7b81bf6b19b3346ad5bb6e26398c7f0577994d48712b2ad_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a70ced1330a4e7a0a7b81bf6b19b3346ad5bb6e26398c7f0577994d48712b2ad_s390x",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a70ced1330a4e7a0a7b81bf6b19b3346ad5bb6e26398c7f0577994d48712b2ad_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9-operator@sha256%3Aa70ced1330a4e7a0a7b81bf6b19b3346ad5bb6e26398c7f0577994d48712b2ad?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769786335"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fa3603fc128be2cead70ffb3b0b0b5c9520f7826bd46863a86b1853e62a998f2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fa3603fc128be2cead70ffb3b0b0b5c9520f7826bd46863a86b1853e62a998f2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fa3603fc128be2cead70ffb3b0b0b5c9520f7826bd46863a86b1853e62a998f2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer-rhel9@sha256%3Afa3603fc128be2cead70ffb3b0b0b5c9520f7826bd46863a86b1853e62a998f2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769734559"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:01050a4179625f00151e478a0571e64120ac6221fdbf32c969a18ae9872c9574_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:01050a4179625f00151e478a0571e64120ac6221fdbf32c969a18ae9872c9574_s390x",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:01050a4179625f00151e478a0571e64120ac6221fdbf32c969a18ae9872c9574_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router-rhel9@sha256%3A01050a4179625f00151e478a0571e64120ac6221fdbf32c969a18ae9872c9574?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729975"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:62414e285f1e4de212e28bd90e5eeb60730324d54a317434565bad8891435168_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:62414e285f1e4de212e28bd90e5eeb60730324d54a317434565bad8891435168_s390x",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:62414e285f1e4de212e28bd90e5eeb60730324d54a317434565bad8891435168_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube-rhel9@sha256%3A62414e285f1e4de212e28bd90e5eeb60730324d54a317434565bad8891435168?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770231417"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:833072794acb03eaf053f30b6bcfeef95cf1836ad5149fd97f34f3546a2e9f6e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:833072794acb03eaf053f30b6bcfeef95cf1836ad5149fd97f34f3546a2e9f6e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:833072794acb03eaf053f30b6bcfeef95cf1836ad5149fd97f34f3546a2e9f6e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-keepalived-ipfailover-rhel9@sha256%3A833072794acb03eaf053f30b6bcfeef95cf1836ad5149fd97f34f3546a2e9f6e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729182"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:38481cddbac83c19b28845b99fec4f4d16d46aca014ab18653c5e7fd42d7dc9e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:38481cddbac83c19b28845b99fec4f4d16d46aca014ab18653c5e7fd42d7dc9e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:38481cddbac83c19b28845b99fec4f4d16d46aca014ab18653c5e7fd42d7dc9e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod-rhel9@sha256%3A38481cddbac83c19b28845b99fec4f4d16d46aca014ab18653c5e7fd42d7dc9e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770231271"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:821c5edd5f5ea9fddd168482dc437c6eec19231d95854abfbf1bcb150cfe618a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:821c5edd5f5ea9fddd168482dc437c6eec19231d95854abfbf1bcb150cfe618a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:821c5edd5f5ea9fddd168482dc437c6eec19231d95854abfbf1bcb150cfe618a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry-rhel9@sha256%3A821c5edd5f5ea9fddd168482dc437c6eec19231d95854abfbf1bcb150cfe618a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726445"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:7dd0655af57c7f8d2aed0f88a4b02ff21d849bf9c8cce7fbf02aca7d322cdc12_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:7dd0655af57c7f8d2aed0f88a4b02ff21d849bf9c8cce7fbf02aca7d322cdc12_s390x",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:7dd0655af57c7f8d2aed0f88a4b02ff21d849bf9c8cce7fbf02aca7d322cdc12_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests-rhel9@sha256%3A7dd0655af57c7f8d2aed0f88a4b02ff21d849bf9c8cce7fbf02aca7d322cdc12?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770231573"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:675083e881008c57ea9fe8e73db8034a66a3f439c6fc1862db09503f311caef8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:675083e881008c57ea9fe8e73db8034a66a3f439c6fc1862db09503f311caef8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:675083e881008c57ea9fe8e73db8034a66a3f439c6fc1862db09503f311caef8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel9@sha256%3A675083e881008c57ea9fe8e73db8034a66a3f439c6fc1862db09503f311caef8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726421"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:bd7e96fa5e3db517c91323142b8258555f04d93dc0f164b6e83249dc0cd1b416_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:bd7e96fa5e3db517c91323142b8258555f04d93dc0f164b6e83249dc0cd1b416_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:bd7e96fa5e3db517c91323142b8258555f04d93dc0f164b6e83249dc0cd1b416_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cluster-api-controllers-rhel9@sha256%3Abd7e96fa5e3db517c91323142b8258555f04d93dc0f164b6e83249dc0cd1b416?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728478"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:380b5a968a30fa54a963bacfc37767a01f6067b6290fd2d877d6b1943a7738a1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:380b5a968a30fa54a963bacfc37767a01f6067b6290fd2d877d6b1943a7738a1_s390x",
"product_id": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:380b5a968a30fa54a963bacfc37767a01f6067b6290fd2d877d6b1943a7738a1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openstack-resource-controller-rhel9@sha256%3A380b5a968a30fa54a963bacfc37767a01f6067b6290fd2d877d6b1943a7738a1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727961"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:465c03f230a374b6885874b775473275fe8866f61856fb71a8e2bfc37b712ea2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:465c03f230a374b6885874b775473275fe8866f61856fb71a8e2bfc37b712ea2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:465c03f230a374b6885874b775473275fe8866f61856fb71a8e2bfc37b712ea2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager-rhel9@sha256%3A465c03f230a374b6885874b775473275fe8866f61856fb71a8e2bfc37b712ea2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729169"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:02335c6538b4fb15d9d4e2a831b9810db42f8b8fdd75cc6237534356cd1b68e4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:02335c6538b4fb15d9d4e2a831b9810db42f8b8fdd75cc6237534356cd1b68e4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:02335c6538b4fb15d9d4e2a831b9810db42f8b8fdd75cc6237534356cd1b68e4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry-rhel9@sha256%3A02335c6538b4fb15d9d4e2a831b9810db42f8b8fdd75cc6237534356cd1b68e4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729031"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:499dba655c620472ffee2c73f5f6c53599dcaa8755af1ddf60388702041c6cfa_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:499dba655c620472ffee2c73f5f6c53599dcaa8755af1ddf60388702041c6cfa_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:499dba655c620472ffee2c73f5f6c53599dcaa8755af1ddf60388702041c6cfa_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel9@sha256%3A499dba655c620472ffee2c73f5f6c53599dcaa8755af1ddf60388702041c6cfa?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725366"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:828613cff0791cce90feb1abaf17c31f8a89e409f605d23ca79904feaafa8cc6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:828613cff0791cce90feb1abaf17c31f8a89e409f605d23ca79904feaafa8cc6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:828613cff0791cce90feb1abaf17c31f8a89e409f605d23ca79904feaafa8cc6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel9@sha256%3A828613cff0791cce90feb1abaf17c31f8a89e409f605d23ca79904feaafa8cc6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729157"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7acae5b318d8162c7da445ecc28ed374eb1db0a92e3e6136f1a3d6a82bd75495_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7acae5b318d8162c7da445ecc28ed374eb1db0a92e3e6136f1a3d6a82bd75495_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7acae5b318d8162c7da445ecc28ed374eb1db0a92e3e6136f1a3d6a82bd75495_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256%3A7acae5b318d8162c7da445ecc28ed374eb1db0a92e3e6136f1a3d6a82bd75495?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770123801"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e1ff850187bfcc5e53338ee32678873692eb81a7bc72c5d3a928722571d312df_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e1ff850187bfcc5e53338ee32678873692eb81a7bc72c5d3a928722571d312df_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e1ff850187bfcc5e53338ee32678873692eb81a7bc72c5d3a928722571d312df_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel9@sha256%3Ae1ff850187bfcc5e53338ee32678873692eb81a7bc72c5d3a928722571d312df?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729469"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:49da4e953f3ab4d734c88b4371082bd9c6fbefd00875d8c3f0f8e58f060b6a25_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:49da4e953f3ab4d734c88b4371082bd9c6fbefd00875d8c3f0f8e58f060b6a25_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:49da4e953f3ab4d734c88b4371082bd9c6fbefd00875d8c3f0f8e58f060b6a25_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-utils-rhel9@sha256%3A49da4e953f3ab4d734c88b4371082bd9c6fbefd00875d8c3f0f8e58f060b6a25?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770081958"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ef4521604c721bd0ae8a4b822ac9584d3c7c8a80c5ecfe263da6ff9500d95ba5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ef4521604c721bd0ae8a4b822ac9584d3c7c8a80c5ecfe263da6ff9500d95ba5_s390x",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ef4521604c721bd0ae8a4b822ac9584d3c7c8a80c5ecfe263da6ff9500d95ba5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel9@sha256%3Aef4521604c721bd0ae8a4b822ac9584d3c7c8a80c5ecfe263da6ff9500d95ba5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729529"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:b046acdbaee02a88bc76e80217864aa8a933b4c624abf504bf40b3b5700a3ddf_s390x",
"product": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:b046acdbaee02a88bc76e80217864aa8a933b4c624abf504bf40b3b5700a3ddf_s390x",
"product_id": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:b046acdbaee02a88bc76e80217864aa8a933b4c624abf504bf40b3b5700a3ddf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/azure-service-rhel9-operator@sha256%3Ab046acdbaee02a88bc76e80217864aa8a933b4c624abf504bf40b3b5700a3ddf?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729080"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:42870b8a98ae271ad0f0b23ad541bc37a9585e93dc6822f149a0bcf53c78036d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:42870b8a98ae271ad0f0b23ad541bc37a9585e93dc6822f149a0bcf53c78036d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:42870b8a98ae271ad0f0b23ad541bc37a9585e93dc6822f149a0bcf53c78036d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-cluster-api-controllers-rhel9@sha256%3A42870b8a98ae271ad0f0b23ad541bc37a9585e93dc6822f149a0bcf53c78036d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725575"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:effc3a9f6c7bb400163dbda690d84d9ef4d40736105a2594209efa8c0c5dc80b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:effc3a9f6c7bb400163dbda690d84d9ef4d40736105a2594209efa8c0c5dc80b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:effc3a9f6c7bb400163dbda690d84d9ef4d40736105a2594209efa8c0c5dc80b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel9@sha256%3Aeffc3a9f6c7bb400163dbda690d84d9ef4d40736105a2594209efa8c0c5dc80b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770100236"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:101533b9ac484f5e8c3f1d95b742f3596fdf42d6a706aeca5712648ca50e8ce2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:101533b9ac484f5e8c3f1d95b742f3596fdf42d6a706aeca5712648ca50e8ce2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:101533b9ac484f5e8c3f1d95b742f3596fdf42d6a706aeca5712648ca50e8ce2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel9-operator@sha256%3A101533b9ac484f5e8c3f1d95b742f3596fdf42d6a706aeca5712648ca50e8ce2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769786362"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a921b1d40f1ebac4edf1d6bbe26fd7e39329776044e17d7f2409b20792acc271_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a921b1d40f1ebac4edf1d6bbe26fd7e39329776044e17d7f2409b20792acc271_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a921b1d40f1ebac4edf1d6bbe26fd7e39329776044e17d7f2409b20792acc271_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts-rhel9@sha256%3Aa921b1d40f1ebac4edf1d6bbe26fd7e39329776044e17d7f2409b20792acc271?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769734736"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:6731876f6a37e6e26e079b4d8901f7bdcdcb6f34f8f27c850ec813ca5b3a9543_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:6731876f6a37e6e26e079b4d8901f7bdcdcb6f34f8f27c850ec813ca5b3a9543_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:6731876f6a37e6e26e079b4d8901f7bdcdcb6f34f8f27c850ec813ca5b3a9543_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-rhel9-operator@sha256%3A6731876f6a37e6e26e079b4d8901f7bdcdcb6f34f8f27c850ec813ca5b3a9543?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725663"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:69849de1ca4d23c9faf12777ff7f26deb7eaf3026725512e29e7cfbfcb5e30dd_s390x",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:69849de1ca4d23c9faf12777ff7f26deb7eaf3026725512e29e7cfbfcb5e30dd_s390x",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:69849de1ca4d23c9faf12777ff7f26deb7eaf3026725512e29e7cfbfcb5e30dd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel9@sha256%3A69849de1ca4d23c9faf12777ff7f26deb7eaf3026725512e29e7cfbfcb5e30dd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729558"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6cedc3acc4032d410aa6c0142de17e62461401a772a09c795371238dc00fe91b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6cedc3acc4032d410aa6c0142de17e62461401a772a09c795371238dc00fe91b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6cedc3acc4032d410aa6c0142de17e62461401a772a09c795371238dc00fe91b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel9@sha256%3A6cedc3acc4032d410aa6c0142de17e62461401a772a09c795371238dc00fe91b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725847"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:698f43ebb93c00ee0a916be218a7819d0a402e32c12724afc51f2323c26d541b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:698f43ebb93c00ee0a916be218a7819d0a402e32c12724afc51f2323c26d541b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:698f43ebb93c00ee0a916be218a7819d0a402e32c12724afc51f2323c26d541b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-rhel9-operator@sha256%3A698f43ebb93c00ee0a916be218a7819d0a402e32c12724afc51f2323c26d541b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725786"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:484c08c7c512dfb681137cbf0cdd45f42ed4181a690076f6dc6920724687655f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:484c08c7c512dfb681137cbf0cdd45f42ed4181a690076f6dc6920724687655f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:484c08c7c512dfb681137cbf0cdd45f42ed4181a690076f6dc6920724687655f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9-operator@sha256%3A484c08c7c512dfb681137cbf0cdd45f42ed4181a690076f6dc6920724687655f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725153"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ff62706a4904af960c4989c87712d896b34265fcaf21ecc9500daecd03561b38_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ff62706a4904af960c4989c87712d896b34265fcaf21ecc9500daecd03561b38_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ff62706a4904af960c4989c87712d896b34265fcaf21ecc9500daecd03561b38_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel9@sha256%3Aff62706a4904af960c4989c87712d896b34265fcaf21ecc9500daecd03561b38?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770123291"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:15ddf484307e3bc53f165873cf04ea008f4f5720effb19e3ca1aeabd9fae64e3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:15ddf484307e3bc53f165873cf04ea008f4f5720effb19e3ca1aeabd9fae64e3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:15ddf484307e3bc53f165873cf04ea008f4f5720effb19e3ca1aeabd9fae64e3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap-rhel9@sha256%3A15ddf484307e3bc53f165873cf04ea008f4f5720effb19e3ca1aeabd9fae64e3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728653"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:77df277ba08b5a6efaf78b4ec5e59a7aca2569e00e7644d27e1d2653d80d150b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:77df277ba08b5a6efaf78b4ec5e59a7aca2569e00e7644d27e1d2653d80d150b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:77df277ba08b5a6efaf78b4ec5e59a7aca2569e00e7644d27e1d2653d80d150b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel9-operator@sha256%3A77df277ba08b5a6efaf78b4ec5e59a7aca2569e00e7644d27e1d2653d80d150b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729276"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:9fa46e30f86fbaa943f136733680d0e8a668df1e04d1bcb71160b8bb795a2df0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:9fa46e30f86fbaa943f136733680d0e8a668df1e04d1bcb71160b8bb795a2df0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:9fa46e30f86fbaa943f136733680d0e8a668df1e04d1bcb71160b8bb795a2df0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3A9fa46e30f86fbaa943f136733680d0e8a668df1e04d1bcb71160b8bb795a2df0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729320"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:5989d793b9236bdd9dcc1df6d4687a6e0222590453a5e4e31be75d0414c28056_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:5989d793b9236bdd9dcc1df6d4687a6e0222590453a5e4e31be75d0414c28056_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:5989d793b9236bdd9dcc1df6d4687a6e0222590453a5e4e31be75d0414c28056_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-api-rhel9@sha256%3A5989d793b9236bdd9dcc1df6d4687a6e0222590453a5e4e31be75d0414c28056?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725178"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:100d472991b3969275774576b60f5ccffacabcf89eb52efbb744aa441cfcce99_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:100d472991b3969275774576b60f5ccffacabcf89eb52efbb744aa441cfcce99_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:100d472991b3969275774576b60f5ccffacabcf89eb52efbb744aa441cfcce99_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-rhel9-operator@sha256%3A100d472991b3969275774576b60f5ccffacabcf89eb52efbb744aa441cfcce99?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728742"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2dbbc016c4e06676f796ec4cd51e68c11c96bcdc41de8dd37c82c3c5c0825cc4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2dbbc016c4e06676f796ec4cd51e68c11c96bcdc41de8dd37c82c3c5c0825cc4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2dbbc016c4e06676f796ec4cd51e68c11c96bcdc41de8dd37c82c3c5c0825cc4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3A2dbbc016c4e06676f796ec4cd51e68c11c96bcdc41de8dd37c82c3c5c0825cc4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725667"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a514202264b03a6c80a02e3cfafb7c6a86482449613b5ec0052d1040587fd088_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a514202264b03a6c80a02e3cfafb7c6a86482449613b5ec0052d1040587fd088_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a514202264b03a6c80a02e3cfafb7c6a86482449613b5ec0052d1040587fd088_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3Aa514202264b03a6c80a02e3cfafb7c6a86482449613b5ec0052d1040587fd088?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770231203"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3882b19d141998fdfd1197856ec7826be00034d72633396be628002953fc94a7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3882b19d141998fdfd1197856ec7826be00034d72633396be628002953fc94a7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3882b19d141998fdfd1197856ec7826be00034d72633396be628002953fc94a7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-rhel9-operator@sha256%3A3882b19d141998fdfd1197856ec7826be00034d72633396be628002953fc94a7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726597"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c1230c3643979aff1e615e1de9bcbc758c31f7508b9a3b25fd2eb323eb6b2490_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c1230c3643979aff1e615e1de9bcbc758c31f7508b9a3b25fd2eb323eb6b2490_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c1230c3643979aff1e615e1de9bcbc758c31f7508b9a3b25fd2eb323eb6b2490_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-rhel9-operator@sha256%3Ac1230c3643979aff1e615e1de9bcbc758c31f7508b9a3b25fd2eb323eb6b2490?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728062"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e56bb2c28d7ddd2dbac95451cc16d547718b651532ec69c85e8f0fcf5785d002_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e56bb2c28d7ddd2dbac95451cc16d547718b651532ec69c85e8f0fcf5785d002_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e56bb2c28d7ddd2dbac95451cc16d547718b651532ec69c85e8f0fcf5785d002_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-rhel9-operator@sha256%3Ae56bb2c28d7ddd2dbac95451cc16d547718b651532ec69c85e8f0fcf5785d002?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726772"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5cf3f4d1346c07a4e065dad2df083934591b45c714f503b5b617d470e87f1db7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5cf3f4d1346c07a4e065dad2df083934591b45c714f503b5b617d470e87f1db7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5cf3f4d1346c07a4e065dad2df083934591b45c714f503b5b617d470e87f1db7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-rhel9-operator@sha256%3A5cf3f4d1346c07a4e065dad2df083934591b45c714f503b5b617d470e87f1db7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725866"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4030ffce9d00de08b95d660595f0f67b2b83756ced6c6439da14d36b0b923729_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4030ffce9d00de08b95d660595f0f67b2b83756ced6c6439da14d36b0b923729_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4030ffce9d00de08b95d660595f0f67b2b83756ced6c6439da14d36b0b923729_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3A4030ffce9d00de08b95d660595f0f67b2b83756ced6c6439da14d36b0b923729?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726698"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f727aa55c29332a39fb4e74013b9cc96ea5b32c9cfbb7cbcd79c7031d1a6f44f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f727aa55c29332a39fb4e74013b9cc96ea5b32c9cfbb7cbcd79c7031d1a6f44f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f727aa55c29332a39fb4e74013b9cc96ea5b32c9cfbb7cbcd79c7031d1a6f44f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3Af727aa55c29332a39fb4e74013b9cc96ea5b32c9cfbb7cbcd79c7031d1a6f44f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726592"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4b1f00007dc39d345013c99c38163e0adc112e5eb81fdf41e1acaa1e0064d7f0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4b1f00007dc39d345013c99c38163e0adc112e5eb81fdf41e1acaa1e0064d7f0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4b1f00007dc39d345013c99c38163e0adc112e5eb81fdf41e1acaa1e0064d7f0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-rhel9-operator@sha256%3A4b1f00007dc39d345013c99c38163e0adc112e5eb81fdf41e1acaa1e0064d7f0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727770"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c00d2c84a5f8c5f1c674d43eddacbbac05782b81ab98cff83b606c35b46d18a5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c00d2c84a5f8c5f1c674d43eddacbbac05782b81ab98cff83b606c35b46d18a5_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c00d2c84a5f8c5f1c674d43eddacbbac05782b81ab98cff83b606c35b46d18a5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3Ac00d2c84a5f8c5f1c674d43eddacbbac05782b81ab98cff83b606c35b46d18a5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728217"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c6381254579086af7ec69a4e610680fe0e532a26f7ce202c72d047b89e0db642_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c6381254579086af7ec69a4e610680fe0e532a26f7ce202c72d047b89e0db642_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c6381254579086af7ec69a4e610680fe0e532a26f7ce202c72d047b89e0db642_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver-rhel9@sha256%3Ac6381254579086af7ec69a4e610680fe0e532a26f7ce202c72d047b89e0db642?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728564"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:16e31b5411f5f1924cbcf851f1b0463302a34c31c5c515220923f7a2050c18e8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:16e31b5411f5f1924cbcf851f1b0463302a34c31c5c515220923f7a2050c18e8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:16e31b5411f5f1924cbcf851f1b0463302a34c31c5c515220923f7a2050c18e8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-olm-rhel9-operator@sha256%3A16e31b5411f5f1924cbcf851f1b0463302a34c31c5c515220923f7a2050c18e8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728267"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d7d33c165c3d0cc0e4924e8c8d34bfbd1d72e2aea301e53e4b37b712e94c06e2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d7d33c165c3d0cc0e4924e8c8d34bfbd1d72e2aea301e53e4b37b712e94c06e2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d7d33c165c3d0cc0e4924e8c8d34bfbd1d72e2aea301e53e4b37b712e94c06e2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3Ad7d33c165c3d0cc0e4924e8c8d34bfbd1d72e2aea301e53e4b37b712e94c06e2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729350"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bed1aeb4f58c045644650615230eaee03336daf78d9342022786c12f29da670d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bed1aeb4f58c045644650615230eaee03336daf78d9342022786c12f29da670d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bed1aeb4f58c045644650615230eaee03336daf78d9342022786c12f29da670d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3Abed1aeb4f58c045644650615230eaee03336daf78d9342022786c12f29da670d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725174"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e88ead481c18a7b6de8ba7f609a1782e45e1ce85f2a158f259bbe68a9db261b5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e88ead481c18a7b6de8ba7f609a1782e45e1ce85f2a158f259bbe68a9db261b5_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e88ead481c18a7b6de8ba7f609a1782e45e1ce85f2a158f259bbe68a9db261b5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-rhel9-operator@sha256%3Ae88ead481c18a7b6de8ba7f609a1782e45e1ce85f2a158f259bbe68a9db261b5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726979"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6ff785742b50af7f2a15c1dd6f38eb69e9a1a20cb4bd635aacc57a5557dd1b4d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6ff785742b50af7f2a15c1dd6f38eb69e9a1a20cb4bd635aacc57a5557dd1b4d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6ff785742b50af7f2a15c1dd6f38eb69e9a1a20cb4bd635aacc57a5557dd1b4d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-update-keys-rhel9@sha256%3A6ff785742b50af7f2a15c1dd6f38eb69e9a1a20cb4bd635aacc57a5557dd1b4d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728560"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0ab4e11886c642fbcf7560f780abf9046b73dcfd7dc9cb0f086d9e62f87fb271_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0ab4e11886c642fbcf7560f780abf9046b73dcfd7dc9cb0f086d9e62f87fb271_s390x",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0ab4e11886c642fbcf7560f780abf9046b73dcfd7dc9cb0f086d9e62f87fb271_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel9@sha256%3A0ab4e11886c642fbcf7560f780abf9046b73dcfd7dc9cb0f086d9e62f87fb271?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728969"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:91c0c9cf474e9dd3b7dfab43e3e651afcf950c183a51321a586d5e98e3b8dc82_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:91c0c9cf474e9dd3b7dfab43e3e651afcf950c183a51321a586d5e98e3b8dc82_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:91c0c9cf474e9dd3b7dfab43e3e651afcf950c183a51321a586d5e98e3b8dc82_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel9@sha256%3A91c0c9cf474e9dd3b7dfab43e3e651afcf950c183a51321a586d5e98e3b8dc82?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725175"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f4d0e3f2751dad9fab70a9080102f7c0e82a784e516f993e1e84a8561c33204f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f4d0e3f2751dad9fab70a9080102f7c0e82a784e516f993e1e84a8561c33204f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f4d0e3f2751dad9fab70a9080102f7c0e82a784e516f993e1e84a8561c33204f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel9@sha256%3Af4d0e3f2751dad9fab70a9080102f7c0e82a784e516f993e1e84a8561c33204f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728249"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f270599d2857493437426bb7ba58ecdeb0933b244b0b5e81d70be8f06c734c4c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f270599d2857493437426bb7ba58ecdeb0933b244b0b5e81d70be8f06c734c4c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f270599d2857493437426bb7ba58ecdeb0933b244b0b5e81d70be8f06c734c4c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel9@sha256%3Af270599d2857493437426bb7ba58ecdeb0933b244b0b5e81d70be8f06c734c4c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729619"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ef555584c97654b76391f8e4d31bf0200fa82222b3197ef928f306c8d70f4881_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ef555584c97654b76391f8e4d31bf0200fa82222b3197ef928f306c8d70f4881_s390x",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ef555584c97654b76391f8e4d31bf0200fa82222b3197ef928f306c8d70f4881_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd-rhel9@sha256%3Aef555584c97654b76391f8e4d31bf0200fa82222b3197ef928f306c8d70f4881?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729778"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:0f34558006e45eb8ad74dfad87ee15c34e2d5bce5f192fb00290ba8f6b2e06a6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:0f34558006e45eb8ad74dfad87ee15c34e2d5bce5f192fb00290ba8f6b2e06a6_s390x",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:0f34558006e45eb8ad74dfad87ee15c34e2d5bce5f192fb00290ba8f6b2e06a6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/frr-rhel9@sha256%3A0f34558006e45eb8ad74dfad87ee15c34e2d5bce5f192fb00290ba8f6b2e06a6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770123638"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c8183043eac4cff3a7c17a9de76a4c9df725db694f411b19dd64923d1de68551_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c8183043eac4cff3a7c17a9de76a4c9df725db694f411b19dd64923d1de68551_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c8183043eac4cff3a7c17a9de76a4c9df725db694f411b19dd64923d1de68551_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-cloud-controller-manager-rhel9@sha256%3Ac8183043eac4cff3a7c17a9de76a4c9df725db694f411b19dd64923d1de68551?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729587"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c16e427a9ffa0ef24fd07e6a21ff78a63313d5274eb3b1180f7c29cd1a9d11b7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c16e427a9ffa0ef24fd07e6a21ff78a63313d5274eb3b1180f7c29cd1a9d11b7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c16e427a9ffa0ef24fd07e6a21ff78a63313d5274eb3b1180f7c29cd1a9d11b7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-rhel9@sha256%3Ac16e427a9ffa0ef24fd07e6a21ff78a63313d5274eb3b1180f7c29cd1a9d11b7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727074"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:c7944fe378873f5d5268ff872c52ca08908af41b7efa03a7032363c11af633da_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:c7944fe378873f5d5268ff872c52ca08908af41b7efa03a7032363c11af633da_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:c7944fe378873f5d5268ff872c52ca08908af41b7efa03a7032363c11af633da_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256%3Ac7944fe378873f5d5268ff872c52ca08908af41b7efa03a7032363c11af633da?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728593"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:31630cb5049add8b683fc6f3de6cc20ffc530b72d45daedb84cfe62bec754591_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:31630cb5049add8b683fc6f3de6cc20ffc530b72d45daedb84cfe62bec754591_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:31630cb5049add8b683fc6f3de6cc20ffc530b72d45daedb84cfe62bec754591_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-cluster-api-controllers-rhel9@sha256%3A31630cb5049add8b683fc6f3de6cc20ffc530b72d45daedb84cfe62bec754591?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729546"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:754310c0f797038ef14c3ef9ecd934b6ffaac6ca60b755894212854289b9f405_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:754310c0f797038ef14c3ef9ecd934b6ffaac6ca60b755894212854289b9f405_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:754310c0f797038ef14c3ef9ecd934b6ffaac6ca60b755894212854289b9f405_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-machine-controllers-rhel9@sha256%3A754310c0f797038ef14c3ef9ecd934b6ffaac6ca60b755894212854289b9f405?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725173"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5db06d085c31aafb3f02c2c373b2de6d93c5fde72dae55d6de90f44b49b5770e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5db06d085c31aafb3f02c2c373b2de6d93c5fde72dae55d6de90f44b49b5770e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5db06d085c31aafb3f02c2c373b2de6d93c5fde72dae55d6de90f44b49b5770e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel9-operator@sha256%3A5db06d085c31aafb3f02c2c373b2de6d93c5fde72dae55d6de90f44b49b5770e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729828"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:09fb74bc16d6152ee950f1e2e01a72244e43c030205e6878577ae8a288f229dd_s390x",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:09fb74bc16d6152ee950f1e2e01a72244e43c030205e6878577ae8a288f229dd_s390x",
"product_id": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:09fb74bc16d6152ee950f1e2e01a72244e43c030205e6878577ae8a288f229dd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/insights-runtime-exporter-rhel9@sha256%3A09fb74bc16d6152ee950f1e2e01a72244e43c030205e6878577ae8a288f229dd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726294"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1a4a79d38290e993721e5a239acdc973fd395188d4b47ef664716249561f9b9a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1a4a79d38290e993721e5a239acdc973fd395188d4b47ef664716249561f9b9a_s390x",
"product_id": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1a4a79d38290e993721e5a239acdc973fd395188d4b47ef664716249561f9b9a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/insights-runtime-extractor-rhel9@sha256%3A1a4a79d38290e993721e5a239acdc973fd395188d4b47ef664716249561f9b9a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727172"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3bacdd4e5501902865eb31e884646418bfb5fae90593e96b06ac0b7c3cc1cedf_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3bacdd4e5501902865eb31e884646418bfb5fae90593e96b06ac0b7c3cc1cedf_s390x",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3bacdd4e5501902865eb31e884646418bfb5fae90593e96b06ac0b7c3cc1cedf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-rhel9@sha256%3A3bacdd4e5501902865eb31e884646418bfb5fae90593e96b06ac0b7c3cc1cedf?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770100330"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:db28768861f567200cc79639eb01ce8e18fe5cb8a768cc01d3e23bda55431c75_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:db28768861f567200cc79639eb01ce8e18fe5cb8a768cc01d3e23bda55431c75_s390x",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:db28768861f567200cc79639eb01ce8e18fe5cb8a768cc01d3e23bda55431c75_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts-rhel9@sha256%3Adb28768861f567200cc79639eb01ce8e18fe5cb8a768cc01d3e23bda55431c75?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770100286"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:bdac9d54f25066cf36bac0fe90d1df7d89fb91d49ac68c09db1cf14862c91b43_s390x",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:bdac9d54f25066cf36bac0fe90d1df7d89fb91d49ac68c09db1cf14862c91b43_s390x",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:bdac9d54f25066cf36bac0fe90d1df7d89fb91d49ac68c09db1cf14862c91b43_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kube-metrics-server-rhel9@sha256%3Abdac9d54f25066cf36bac0fe90d1df7d89fb91d49ac68c09db1cf14862c91b43?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729737"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:bc0dd85538edc7a80adc0fc9fc4e02051e7b09480250b5328a6b70251875b943_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:bc0dd85538edc7a80adc0fc9fc4e02051e7b09480250b5328a6b70251875b943_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:bc0dd85538edc7a80adc0fc9fc4e02051e7b09480250b5328a6b70251875b943_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel9@sha256%3Abc0dd85538edc7a80adc0fc9fc4e02051e7b09480250b5328a6b70251875b943?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725936"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3f9151da4d025555f4c0183a0ce07a2d0084beeafdc9f3f1e87a603053ef9089_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3f9151da4d025555f4c0183a0ce07a2d0084beeafdc9f3f1e87a603053ef9089_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3f9151da4d025555f4c0183a0ce07a2d0084beeafdc9f3f1e87a603053ef9089_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3A3f9151da4d025555f4c0183a0ce07a2d0084beeafdc9f3f1e87a603053ef9089?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727721"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e37862fed49b426c4344fa755c3442dfe134922b3b5a3c80c4bf4abaea7e6563_s390x",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e37862fed49b426c4344fa755c3442dfe134922b3b5a3c80c4bf4abaea7e6563_s390x",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e37862fed49b426c4344fa755c3442dfe134922b3b5a3c80c4bf4abaea7e6563_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-csi-driver-rhel9@sha256%3Ae37862fed49b426c4344fa755c3442dfe134922b3b5a3c80c4bf4abaea7e6563?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727885"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:62e5cb5ba2d92bc29a2087c9de9fed7978d4c5ffe07b0afb479eac93519c6df5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:62e5cb5ba2d92bc29a2087c9de9fed7978d4c5ffe07b0afb479eac93519c6df5_s390x",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:62e5cb5ba2d92bc29a2087c9de9fed7978d4c5ffe07b0afb479eac93519c6df5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers-rhel9@sha256%3A62e5cb5ba2d92bc29a2087c9de9fed7978d4c5ffe07b0afb479eac93519c6df5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729775"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:db55fb30b025bb573317f113897a7bfa0dc729aa684dcdb0ac3066356b339bc9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:db55fb30b025bb573317f113897a7bfa0dc729aa684dcdb0ac3066356b339bc9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:db55fb30b025bb573317f113897a7bfa0dc729aa684dcdb0ac3066356b339bc9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-rhel9-operator@sha256%3Adb55fb30b025bb573317f113897a7bfa0dc729aa684dcdb0ac3066356b339bc9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725935"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ee224daca08de920de240b684ebc23a4da50d60130d9e205e88c904c8c755343_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ee224daca08de920de240b684ebc23a4da50d60130d9e205e88c904c8c755343_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ee224daca08de920de240b684ebc23a4da50d60130d9e205e88c904c8c755343_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-openstack-rhel9@sha256%3Aee224daca08de920de240b684ebc23a4da50d60130d9e205e88c904c8c755343?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728158"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f1f601e3a4951748fbf030083febf57aad02568058889b0122c8872e2d68d70b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f1f601e3a4951748fbf030083febf57aad02568058889b0122c8872e2d68d70b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f1f601e3a4951748fbf030083febf57aad02568058889b0122c8872e2d68d70b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-rhel9-operator@sha256%3Af1f601e3a4951748fbf030083febf57aad02568058889b0122c8872e2d68d70b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729805"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:8a8377100458d05864c6521e4b7550df73b5c3d9cade518067d5741fa9d02292_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:8a8377100458d05864c6521e4b7550df73b5c3d9cade518067d5741fa9d02292_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:8a8377100458d05864c6521e4b7550df73b5c3d9cade518067d5741fa9d02292_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel9@sha256%3A8a8377100458d05864c6521e4b7550df73b5c3d9cade518067d5741fa9d02292?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770123102"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c5d456d739d5791e51544a45309ca3b64f763cb49632bc638950fbfc041b4193_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c5d456d739d5791e51544a45309ca3b64f763cb49632bc638950fbfc041b4193_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c5d456d739d5791e51544a45309ca3b64f763cb49632bc638950fbfc041b4193_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller-rhel9@sha256%3Ac5d456d739d5791e51544a45309ca3b64f763cb49632bc638950fbfc041b4193?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729825"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:dfe468dbed566f02ea0ed9b5ed5565f40a00d03a344d2a230b0a0a83c783493b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:dfe468dbed566f02ea0ed9b5ed5565f40a00d03a344d2a230b0a0a83c783493b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:dfe468dbed566f02ea0ed9b5ed5565f40a00d03a344d2a230b0a0a83c783493b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel9@sha256%3Adfe468dbed566f02ea0ed9b5ed5565f40a00d03a344d2a230b0a0a83c783493b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727994"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:2a0f11f0a1063e3ca7b8b04693ebe979e9953736d37f3dc3a91fa5c9912d79d4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:2a0f11f0a1063e3ca7b8b04693ebe979e9953736d37f3dc3a91fa5c9912d79d4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:2a0f11f0a1063e3ca7b8b04693ebe979e9953736d37f3dc3a91fa5c9912d79d4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3A2a0f11f0a1063e3ca7b8b04693ebe979e9953736d37f3dc3a91fa5c9912d79d4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729265"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0db523e5a7a6420d94d5d302b90c798737eb78f99cde3b887d3c3866e195b9bf_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0db523e5a7a6420d94d5d302b90c798737eb78f99cde3b887d3c3866e195b9bf_s390x",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0db523e5a7a6420d94d5d302b90c798737eb78f99cde3b887d3c3866e195b9bf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather-rhel9@sha256%3A0db523e5a7a6420d94d5d302b90c798737eb78f99cde3b887d3c3866e195b9bf?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769734637"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:528f1228123298362d5787e862306cc2605f3eb31fdedfd0deea7f3cdffb77cc_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:528f1228123298362d5787e862306cc2605f3eb31fdedfd0deea7f3cdffb77cc_s390x",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:528f1228123298362d5787e862306cc2605f3eb31fdedfd0deea7f3cdffb77cc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel9@sha256%3A528f1228123298362d5787e862306cc2605f3eb31fdedfd0deea7f3cdffb77cc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729472"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9087e6df82220f673440368a5e81c5a0f3eb5e36cccc61cb40fcb56d92cfcadb_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9087e6df82220f673440368a5e81c5a0f3eb5e36cccc61cb40fcb56d92cfcadb_s390x",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9087e6df82220f673440368a5e81c5a0f3eb5e36cccc61cb40fcb56d92cfcadb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel9@sha256%3A9087e6df82220f673440368a5e81c5a0f3eb5e36cccc61cb40fcb56d92cfcadb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728647"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:34a11ddd5af5a8d2331804ab76c6319587bcab73bbafc10b6f710260e5ace5ec_s390x",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:34a11ddd5af5a8d2331804ab76c6319587bcab73bbafc10b6f710260e5ace5ec_s390x",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:34a11ddd5af5a8d2331804ab76c6319587bcab73bbafc10b6f710260e5ace5ec_s390x",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel9@sha256%3A34a11ddd5af5a8d2331804ab76c6319587bcab73bbafc10b6f710260e5ace5ec?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770190219"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:63e60a076755fec73f95d2f5ee948a50d895b69cd327296ac0925e301f5b7e4d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:63e60a076755fec73f95d2f5ee948a50d895b69cd327296ac0925e301f5b7e4d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:63e60a076755fec73f95d2f5ee948a50d895b69cd327296ac0925e301f5b7e4d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel9@sha256%3A63e60a076755fec73f95d2f5ee948a50d895b69cd327296ac0925e301f5b7e4d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728251"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:91b8003dab0652f1a06de50435ca08d6f6366e6e8e7e10a9743542b577728b1d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:91b8003dab0652f1a06de50435ca08d6f6366e6e8e7e10a9743542b577728b1d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:91b8003dab0652f1a06de50435ca08d6f6366e6e8e7e10a9743542b577728b1d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-catalogd-rhel9@sha256%3A91b8003dab0652f1a06de50435ca08d6f6366e6e8e7e10a9743542b577728b1d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770122396"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:7a71babc3307efe03b8bb3f3cc5f9159a4868c215df70d7a78ba37b91294649c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:7a71babc3307efe03b8bb3f3cc5f9159a4868c215df70d7a78ba37b91294649c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:7a71babc3307efe03b8bb3f3cc5f9159a4868c215df70d7a78ba37b91294649c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-operator-controller-rhel9@sha256%3A7a71babc3307efe03b8bb3f3cc5f9159a4868c215df70d7a78ba37b91294649c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770122325"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5fe1d81ec73517468488ed1a60331a78733ce2fed50f3930b4efbcdff5884326_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5fe1d81ec73517468488ed1a60331a78733ce2fed50f3930b4efbcdff5884326_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5fe1d81ec73517468488ed1a60331a78733ce2fed50f3930b4efbcdff5884326_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel9@sha256%3A5fe1d81ec73517468488ed1a60331a78733ce2fed50f3930b4efbcdff5884326?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726159"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8f02a07e0928906a1c075fc3510f3750c679361bb9e0fc7504610eb2b230a092_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8f02a07e0928906a1c075fc3510f3750c679361bb9e0fc7504610eb2b230a092_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8f02a07e0928906a1c075fc3510f3750c679361bb9e0fc7504610eb2b230a092_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel9@sha256%3A8f02a07e0928906a1c075fc3510f3750c679361bb9e0fc7504610eb2b230a092?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728149"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:70c7beb1cdbcba3eb4fb83fafaf740145b81d510ef56d5ac59ea4bbbfbfebc00_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:70c7beb1cdbcba3eb4fb83fafaf740145b81d510ef56d5ac59ea4bbbfbfebc00_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:70c7beb1cdbcba3eb4fb83fafaf740145b81d510ef56d5ac59ea4bbbfbfebc00_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9@sha256%3A70c7beb1cdbcba3eb4fb83fafaf740145b81d510ef56d5ac59ea4bbbfbfebc00?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728526"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2c51c07f11fa78b44eb528339da6291d1c660451a0c9774ad7bf8d8ea7744ee3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2c51c07f11fa78b44eb528339da6291d1c660451a0c9774ad7bf8d8ea7744ee3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2c51c07f11fa78b44eb528339da6291d1c660451a0c9774ad7bf8d8ea7744ee3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3A2c51c07f11fa78b44eb528339da6291d1c660451a0c9774ad7bf8d8ea7744ee3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725163"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:bd63fc568a9ceddc67809e2271de8ef4d57ac8af283861a601547a6b9da2dda2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:bd63fc568a9ceddc67809e2271de8ef4d57ac8af283861a601547a6b9da2dda2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:bd63fc568a9ceddc67809e2271de8ef4d57ac8af283861a601547a6b9da2dda2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel9@sha256%3Abd63fc568a9ceddc67809e2271de8ef4d57ac8af283861a601547a6b9da2dda2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727963"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e45c7964c5a89fbb1a8c6da3a905e2caacbbf8c433b0d56d1b260bba151b3e93_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e45c7964c5a89fbb1a8c6da3a905e2caacbbf8c433b0d56d1b260bba151b3e93_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e45c7964c5a89fbb1a8c6da3a905e2caacbbf8c433b0d56d1b260bba151b3e93_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-framework-tools-rhel9@sha256%3Ae45c7964c5a89fbb1a8c6da3a905e2caacbbf8c433b0d56d1b260bba151b3e93?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728972"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7e9f67b6e1c87741c5d56a3e95af004dcfb6d6c9cb4267b0ad4dd1aec7e9cb1a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7e9f67b6e1c87741c5d56a3e95af004dcfb6d6c9cb4267b0ad4dd1aec7e9cb1a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7e9f67b6e1c87741c5d56a3e95af004dcfb6d6c9cb4267b0ad4dd1aec7e9cb1a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256%3A7e9f67b6e1c87741c5d56a3e95af004dcfb6d6c9cb4267b0ad4dd1aec7e9cb1a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769731034"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:17d193d080ae253f4e43ab259c28fd84f5f738967fe2ad4b6528fd42dedb86e2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:17d193d080ae253f4e43ab259c28fd84f5f738967fe2ad4b6528fd42dedb86e2_s390x",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:17d193d080ae253f4e43ab259c28fd84f5f738967fe2ad4b6528fd42dedb86e2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel9@sha256%3A17d193d080ae253f4e43ab259c28fd84f5f738967fe2ad4b6528fd42dedb86e2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728982"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:dcad2bdd0764804f9dfad2a4f33eb2fc105ff8e4cc1d2ab31c58ef2903f7cea1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:dcad2bdd0764804f9dfad2a4f33eb2fc105ff8e4cc1d2ab31c58ef2903f7cea1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:dcad2bdd0764804f9dfad2a4f33eb2fc105ff8e4cc1d2ab31c58ef2903f7cea1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-rhel9-operator@sha256%3Adcad2bdd0764804f9dfad2a4f33eb2fc105ff8e4cc1d2ab31c58ef2903f7cea1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728716"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7a2a0066a38f2e52be47a1fec5c9a1ec458550d7ee6ca1232579b3fc98b7e9e2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7a2a0066a38f2e52be47a1fec5c9a1ec458550d7ee6ca1232579b3fc98b7e9e2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7a2a0066a38f2e52be47a1fec5c9a1ec458550d7ee6ca1232579b3fc98b7e9e2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel9@sha256%3A7a2a0066a38f2e52be47a1fec5c9a1ec458550d7ee6ca1232579b3fc98b7e9e2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770188836"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:dacaed2c85c23db8c8bf2b754b958ac8990a0b0e917e4885b39ed62d08061fb6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:dacaed2c85c23db8c8bf2b754b958ac8990a0b0e917e4885b39ed62d08061fb6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:dacaed2c85c23db8c8bf2b754b958ac8990a0b0e917e4885b39ed62d08061fb6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256%3Adacaed2c85c23db8c8bf2b754b958ac8990a0b0e917e4885b39ed62d08061fb6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769730378"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a2751c4e48572281043cc6468aa40d2b3a8a1eef5897cef386876fc08de5d791_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a2751c4e48572281043cc6468aa40d2b3a8a1eef5897cef386876fc08de5d791_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a2751c4e48572281043cc6468aa40d2b3a8a1eef5897cef386876fc08de5d791_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy-rhel9@sha256%3Aa2751c4e48572281043cc6468aa40d2b3a8a1eef5897cef386876fc08de5d791?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729589"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:db230edf37a3285f5566a6f82b660ff3394caa80c95276bc3992a3f45a18a59e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:db230edf37a3285f5566a6f82b660ff3394caa80c95276bc3992a3f45a18a59e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:db230edf37a3285f5566a6f82b660ff3394caa80c95276bc3992a3f45a18a59e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader-rhel9@sha256%3Adb230edf37a3285f5566a6f82b660ff3394caa80c95276bc3992a3f45a18a59e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725779"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:10a4a0d9d6cd4779461dc27ea5660513c80c4231267cd5d5cde84626a52d8d88_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:10a4a0d9d6cd4779461dc27ea5660513c80c4231267cd5d5cde84626a52d8d88_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:10a4a0d9d6cd4779461dc27ea5660513c80c4231267cd5d5cde84626a52d8d88_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9-operator@sha256%3A10a4a0d9d6cd4779461dc27ea5660513c80c4231267cd5d5cde84626a52d8d88?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728905"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:4b9f7900c251da09ceb0c5e36e87322030e6fffb41da15b022e52f26967214a3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:4b9f7900c251da09ceb0c5e36e87322030e6fffb41da15b022e52f26967214a3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:4b9f7900c251da09ceb0c5e36e87322030e6fffb41da15b022e52f26967214a3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel9@sha256%3A4b9f7900c251da09ceb0c5e36e87322030e6fffb41da15b022e52f26967214a3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727104"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3e0b68fb323e91570216f90ae2c79cb4bd35149dd62c496c39ee8fb615b62888_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3e0b68fb323e91570216f90ae2c79cb4bd35149dd62c496c39ee8fb615b62888_s390x",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3e0b68fb323e91570216f90ae2c79cb4bd35149dd62c496c39ee8fb615b62888_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter-rhel9@sha256%3A3e0b68fb323e91570216f90ae2c79cb4bd35149dd62c496c39ee8fb615b62888?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726913"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7a90eb33844a25785c95b0e7332991a373e0b70560f979e8e9d1554f9d021545_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7a90eb33844a25785c95b0e7332991a373e0b70560f979e8e9d1554f9d021545_s390x",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7a90eb33844a25785c95b0e7332991a373e0b70560f979e8e9d1554f9d021545_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel9@sha256%3A7a90eb33844a25785c95b0e7332991a373e0b70560f979e8e9d1554f9d021545?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726253"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:48105c86a370a0ffd2c536e5ba75ea80fa94b09f2cfdf645a9fbbb62bdd1654c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:48105c86a370a0ffd2c536e5ba75ea80fa94b09f2cfdf645a9fbbb62bdd1654c_s390x",
"product_id": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:48105c86a370a0ffd2c536e5ba75ea80fa94b09f2cfdf645a9fbbb62bdd1654c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/volume-data-source-validator-rhel9@sha256%3A48105c86a370a0ffd2c536e5ba75ea80fa94b09f2cfdf645a9fbbb62bdd1654c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725145"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9143250b98cf0e2f2b3ec33bc25a856d0b2dd432d1994740e639bde2ed1deb29_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9143250b98cf0e2f2b3ec33bc25a856d0b2dd432d1994740e639bde2ed1deb29_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9143250b98cf0e2f2b3ec33bc25a856d0b2dd432d1994740e639bde2ed1deb29_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9@sha256%3A9143250b98cf0e2f2b3ec33bc25a856d0b2dd432d1994740e639bde2ed1deb29?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728065"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:021a57a7ea58117b5942b474f8899924fe7ff170b234aaa301f86ff465726ce7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:021a57a7ea58117b5942b474f8899924fe7ff170b234aaa301f86ff465726ce7_ppc64le",
"product_id": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:021a57a7ea58117b5942b474f8899924fe7ff170b234aaa301f86ff465726ce7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/aws-karpenter-provider-aws-rhel9@sha256%3A021a57a7ea58117b5942b474f8899924fe7ff170b234aaa301f86ff465726ce7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725173"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:244a4dfcd32e2a6bed90fd5e452b63822af9eb60375b9ac45c1864c2fccaf765_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:244a4dfcd32e2a6bed90fd5e452b63822af9eb60375b9ac45c1864c2fccaf765_ppc64le",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:244a4dfcd32e2a6bed90fd5e452b63822af9eb60375b9ac45c1864c2fccaf765_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/aws-kms-encryption-provider-rhel9@sha256%3A244a4dfcd32e2a6bed90fd5e452b63822af9eb60375b9ac45c1864c2fccaf765?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725137"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c16a9db40d92bd605eb9843f2fb30f793e9f807e924a98f58bdfe9e8ff5598fe_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c16a9db40d92bd605eb9843f2fb30f793e9f807e924a98f58bdfe9e8ff5598fe_ppc64le",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c16a9db40d92bd605eb9843f2fb30f793e9f807e924a98f58bdfe9e8ff5598fe_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/azure-kms-encryption-provider-rhel9@sha256%3Ac16a9db40d92bd605eb9843f2fb30f793e9f807e924a98f58bdfe9e8ff5598fe?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729438"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5b377378d275c0a152365c6dcfa6e5f51a30de20210991ad8a4b5c45654cf022_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5b377378d275c0a152365c6dcfa6e5f51a30de20210991ad8a4b5c45654cf022_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5b377378d275c0a152365c6dcfa6e5f51a30de20210991ad8a4b5c45654cf022_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers-rhel9@sha256%3A5b377378d275c0a152365c6dcfa6e5f51a30de20210991ad8a4b5c45654cf022?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725150"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:982fa1221449a4e78c06e6a13b7ee325b8951a8a04d0014939dc49b13c6ab79d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:982fa1221449a4e78c06e6a13b7ee325b8951a8a04d0014939dc49b13c6ab79d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:982fa1221449a4e78c06e6a13b7ee325b8951a8a04d0014939dc49b13c6ab79d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel9@sha256%3A982fa1221449a4e78c06e6a13b7ee325b8951a8a04d0014939dc49b13c6ab79d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725787"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d113138d214fab52ec3422cd3affe8d3694a1ec30b85778acfa8b114ebffdddb_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d113138d214fab52ec3422cd3affe8d3694a1ec30b85778acfa8b114ebffdddb_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d113138d214fab52ec3422cd3affe8d3694a1ec30b85778acfa8b114ebffdddb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel9-operator@sha256%3Ad113138d214fab52ec3422cd3affe8d3694a1ec30b85778acfa8b114ebffdddb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727896"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5e37b117f72cf1001bea772e1302186d8f86c0980534b7f359179a5e6926c448_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5e37b117f72cf1001bea772e1302186d8f86c0980534b7f359179a5e6926c448_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5e37b117f72cf1001bea772e1302186d8f86c0980534b7f359179a5e6926c448_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-rhel9-operator@sha256%3A5e37b117f72cf1001bea772e1302186d8f86c0980534b7f359179a5e6926c448?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770023992"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6b6e5e25d50219a95d914df16c1c4e761d0bb45a9efd054572e54054f27a6f0a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6b6e5e25d50219a95d914df16c1c4e761d0bb45a9efd054572e54054f27a6f0a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6b6e5e25d50219a95d914df16c1c4e761d0bb45a9efd054572e54054f27a6f0a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-rhel9-operator@sha256%3A6b6e5e25d50219a95d914df16c1c4e761d0bb45a9efd054572e54054f27a6f0a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727537"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:26318acd09b8263236b4d266c735aad015e3a4b61daafedf266ef1115968f536_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:26318acd09b8263236b4d266c735aad015e3a4b61daafedf266ef1115968f536_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:26318acd09b8263236b4d266c735aad015e3a4b61daafedf266ef1115968f536_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256%3A26318acd09b8263236b4d266c735aad015e3a4b61daafedf266ef1115968f536?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770207153"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:721efd9cae7cd4b43c6bd498064a6c427fa32d0ba848f8b0bf7670afd662bb18_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:721efd9cae7cd4b43c6bd498064a6c427fa32d0ba848f8b0bf7670afd662bb18_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:721efd9cae7cd4b43c6bd498064a6c427fa32d0ba848f8b0bf7670afd662bb18_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel9@sha256%3A721efd9cae7cd4b43c6bd498064a6c427fa32d0ba848f8b0bf7670afd662bb18?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726188"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:0bdbde169ecd68d82366f3d04f947f73715797fae5c3c4561e7bda5b5080dc3f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:0bdbde169ecd68d82366f3d04f947f73715797fae5c3c4561e7bda5b5080dc3f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:0bdbde169ecd68d82366f3d04f947f73715797fae5c3c4561e7bda5b5080dc3f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-rhel9-operator@sha256%3A0bdbde169ecd68d82366f3d04f947f73715797fae5c3c4561e7bda5b5080dc3f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725177"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:775af20537e6f4c84985145f44ad1ae2d5530ae06859c2549d1d85a2e4ac54ff_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:775af20537e6f4c84985145f44ad1ae2d5530ae06859c2549d1d85a2e4ac54ff_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:775af20537e6f4c84985145f44ad1ae2d5530ae06859c2549d1d85a2e4ac54ff_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-rhel9-operator@sha256%3A775af20537e6f4c84985145f44ad1ae2d5530ae06859c2549d1d85a2e4ac54ff?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729590"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4ae2494b702a6c7f68a65ea730f6df3253ffe78f2d178b0714fb6ec04cba5cc9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4ae2494b702a6c7f68a65ea730f6df3253ffe78f2d178b0714fb6ec04cba5cc9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4ae2494b702a6c7f68a65ea730f6df3253ffe78f2d178b0714fb6ec04cba5cc9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader-rhel9@sha256%3A4ae2494b702a6c7f68a65ea730f6df3253ffe78f2d178b0714fb6ec04cba5cc9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769786437"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:95a5dd3ee93857d9e65d57257e2864774e0f1aa15d14c62765dd110807a7e983_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:95a5dd3ee93857d9e65d57257e2864774e0f1aa15d14c62765dd110807a7e983_ppc64le",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:95a5dd3ee93857d9e65d57257e2864774e0f1aa15d14c62765dd110807a7e983_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/container-networking-plugins-microshift-rhel9@sha256%3A95a5dd3ee93857d9e65d57257e2864774e0f1aa15d14c62765dd110807a7e983?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727163"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:2aa0baab0fca2bf6877260b871b3079ad96c37034e6f3d0a45cea4118cca230a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:2aa0baab0fca2bf6877260b871b3079ad96c37034e6f3d0a45cea4118cca230a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:2aa0baab0fca2bf6877260b871b3079ad96c37034e6f3d0a45cea4118cca230a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns-rhel9@sha256%3A2aa0baab0fca2bf6877260b871b3079ad96c37034e6f3d0a45cea4118cca230a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729915"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:84664067a273cdadce55bb8531916e8d8edc7936bcc57bc2dd1ecf57adb08c06_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:84664067a273cdadce55bb8531916e8d8edc7936bcc57bc2dd1ecf57adb08c06_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:84664067a273cdadce55bb8531916e8d8edc7936bcc57bc2dd1ecf57adb08c06_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel9@sha256%3A84664067a273cdadce55bb8531916e8d8edc7936bcc57bc2dd1ecf57adb08c06?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727759"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ad60c87d6e05b51b5351d2490538c757547b43a679256052b600e3fe8e80a594_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ad60c87d6e05b51b5351d2490538c757547b43a679256052b600e3fe8e80a594_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ad60c87d6e05b51b5351d2490538c757547b43a679256052b600e3fe8e80a594_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel9@sha256%3Aad60c87d6e05b51b5351d2490538c757547b43a679256052b600e3fe8e80a594?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726670"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:12466469754c88d41872c1a061c1eb4349cf565b5fb32db651f3639aff2df67c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:12466469754c88d41872c1a061c1eb4349cf565b5fb32db651f3639aff2df67c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:12466469754c88d41872c1a061c1eb4349cf565b5fb32db651f3639aff2df67c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel9-operator@sha256%3A12466469754c88d41872c1a061c1eb4349cf565b5fb32db651f3639aff2df67c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727733"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:736b406850af746470b1bd5dbc61fc4b166133e9cb50aa528dc1210b2002d469_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:736b406850af746470b1bd5dbc61fc4b166133e9cb50aa528dc1210b2002d469_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:736b406850af746470b1bd5dbc61fc4b166133e9cb50aa528dc1210b2002d469_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-nfs-rhel9@sha256%3A736b406850af746470b1bd5dbc61fc4b166133e9cb50aa528dc1210b2002d469?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726838"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a3669bd8567383f9e15755e7640b5af4e796ce1d6bec3b6f1139645b656f425d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a3669bd8567383f9e15755e7640b5af4e796ce1d6bec3b6f1139645b656f425d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a3669bd8567383f9e15755e7640b5af4e796ce1d6bec3b6f1139645b656f425d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshot-metadata-rhel9@sha256%3Aa3669bd8567383f9e15755e7640b5af4e796ce1d6bec3b6f1139645b656f425d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726091"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:52fac1bee10c7847bcf6f7dc9f027764a183d462e46678b5b9aaac9611cfcec0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:52fac1bee10c7847bcf6f7dc9f027764a183d462e46678b5b9aaac9611cfcec0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:52fac1bee10c7847bcf6f7dc9f027764a183d462e46678b5b9aaac9611cfcec0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel9@sha256%3A52fac1bee10c7847bcf6f7dc9f027764a183d462e46678b5b9aaac9611cfcec0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729171"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d745b47be21fc6b98e8b1830c34e951271362105d32704cac1b1a796abddecc4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d745b47be21fc6b98e8b1830c34e951271362105d32704cac1b1a796abddecc4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d745b47be21fc6b98e8b1830c34e951271362105d32704cac1b1a796abddecc4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel9@sha256%3Ad745b47be21fc6b98e8b1830c34e951271362105d32704cac1b1a796abddecc4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727042"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f516ff3ac172cc08e88f25a0531a3784ed212897dbe0b05e04dece7d62eb977a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f516ff3ac172cc08e88f25a0531a3784ed212897dbe0b05e04dece7d62eb977a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f516ff3ac172cc08e88f25a0531a3784ed212897dbe0b05e04dece7d62eb977a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel9@sha256%3Af516ff3ac172cc08e88f25a0531a3784ed212897dbe0b05e04dece7d62eb977a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729346"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5d302fd1e0d562fd3074aea7fda53b46878dd5c27f53b4086f43e0b60c69cd92_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5d302fd1e0d562fd3074aea7fda53b46878dd5c27f53b4086f43e0b60c69cd92_ppc64le",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5d302fd1e0d562fd3074aea7fda53b46878dd5c27f53b4086f43e0b60c69cd92_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256%3A5d302fd1e0d562fd3074aea7fda53b46878dd5c27f53b4086f43e0b60c69cd92?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770235170"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:865ec06e1488b9c81e370e48824dcd003c617f45198943118f99889c9a23ae5b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:865ec06e1488b9c81e370e48824dcd003c617f45198943118f99889c9a23ae5b_ppc64le",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:865ec06e1488b9c81e370e48824dcd003c617f45198943118f99889c9a23ae5b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel9@sha256%3A865ec06e1488b9c81e370e48824dcd003c617f45198943118f99889c9a23ae5b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725577"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d4a1f393e7762a2c7ff12fd634077f5bc5bdd224d7791eb7929d26cd16047dee_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d4a1f393e7762a2c7ff12fd634077f5bc5bdd224d7791eb7929d26cd16047dee_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d4a1f393e7762a2c7ff12fd634077f5bc5bdd224d7791eb7929d26cd16047dee_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-workload-identity-federation-webhook-rhel9@sha256%3Ad4a1f393e7762a2c7ff12fd634077f5bc5bdd224d7791eb7929d26cd16047dee?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729792"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3133ccf5290a245274c030f53c63dfa74d6e04bffa684808fc1815a07ebfa13_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3133ccf5290a245274c030f53c63dfa74d6e04bffa684808fc1815a07ebfa13_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3133ccf5290a245274c030f53c63dfa74d6e04bffa684808fc1815a07ebfa13_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy-rhel9@sha256%3Ad3133ccf5290a245274c030f53c63dfa74d6e04bffa684808fc1815a07ebfa13?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728555"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:65d4474ec56e4cae8542f01d54006ee1ccf15c8a467dd7f784f1df806507296a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:65d4474ec56e4cae8542f01d54006ee1ccf15c8a467dd7f784f1df806507296a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:65d4474ec56e4cae8542f01d54006ee1ccf15c8a467dd7f784f1df806507296a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager-rhel9@sha256%3A65d4474ec56e4cae8542f01d54006ee1ccf15c8a467dd7f784f1df806507296a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728487"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cece82ea1f03a889d37a2e4e1d81eca34a73857630b9874d05264c12ccfde18e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cece82ea1f03a889d37a2e4e1d81eca34a73857630b9874d05264c12ccfde18e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cece82ea1f03a889d37a2e4e1d81eca34a73857630b9874d05264c12ccfde18e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-node-exporter-rhel9@sha256%3Acece82ea1f03a889d37a2e4e1d81eca34a73857630b9874d05264c12ccfde18e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729652"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:674045072f2c791146899dca69772cbd83d8ea11305e024f697b0ecb2ecbd9e3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:674045072f2c791146899dca69772cbd83d8ea11305e024f697b0ecb2ecbd9e3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:674045072f2c791146899dca69772cbd83d8ea11305e024f697b0ecb2ecbd9e3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9@sha256%3A674045072f2c791146899dca69772cbd83d8ea11305e024f697b0ecb2ecbd9e3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726841"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4ef6d0725b69e2867c44e7d7ac57c820b759a45c491997210fc38b346d7f033d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4ef6d0725b69e2867c44e7d7ac57c820b759a45c491997210fc38b346d7f033d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4ef6d0725b69e2867c44e7d7ac57c820b759a45c491997210fc38b346d7f033d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel9@sha256%3A4ef6d0725b69e2867c44e7d7ac57c820b759a45c491997210fc38b346d7f033d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769819774"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f80cee2f47779e24e07ee475d09fc697a4446a07f9eebb0813a7119eb0bda36d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f80cee2f47779e24e07ee475d09fc697a4446a07f9eebb0813a7119eb0bda36d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f80cee2f47779e24e07ee475d09fc697a4446a07f9eebb0813a7119eb0bda36d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy-rhel9@sha256%3Af80cee2f47779e24e07ee475d09fc697a4446a07f9eebb0813a7119eb0bda36d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770231406"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dcda877c69d0398e4744f1b7a2ed81986ccdfdb6f4da7fba75f29fead8b10f34_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dcda877c69d0398e4744f1b7a2ed81986ccdfdb6f4da7fba75f29fead8b10f34_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dcda877c69d0398e4744f1b7a2ed81986ccdfdb6f4da7fba75f29fead8b10f34_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy-rhel9@sha256%3Adcda877c69d0398e4744f1b7a2ed81986ccdfdb6f4da7fba75f29fead8b10f34?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728595"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1ff4a8a6440dd4d97adc3273253da14e081083c978edb5fcd05dea33d4cc888a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1ff4a8a6440dd4d97adc3273253da14e081083c978edb5fcd05dea33d4cc888a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1ff4a8a6440dd4d97adc3273253da14e081083c978edb5fcd05dea33d4cc888a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics-rhel9@sha256%3A1ff4a8a6440dd4d97adc3273253da14e081083c978edb5fcd05dea33d4cc888a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726213"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:82a97e06294f2bbad05dd72f91d692449eb4094ce1edda7d651e2f1833018faf_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:82a97e06294f2bbad05dd72f91d692449eb4094ce1edda7d651e2f1833018faf_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:82a97e06294f2bbad05dd72f91d692449eb4094ce1edda7d651e2f1833018faf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace-rhel9@sha256%3A82a97e06294f2bbad05dd72f91d692449eb4094ce1edda7d651e2f1833018faf?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729474"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:7b3a100ca1bce2bced0306ec9d4b90a4dfe8596c5bdf51799aa3a7a1ef36fef3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:7b3a100ca1bce2bced0306ec9d4b90a4dfe8596c5bdf51799aa3a7a1ef36fef3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:7b3a100ca1bce2bced0306ec9d4b90a4dfe8596c5bdf51799aa3a7a1ef36fef3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel9@sha256%3A7b3a100ca1bce2bced0306ec9d4b90a4dfe8596c5bdf51799aa3a7a1ef36fef3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729924"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d10ffca12372666b239a9fcde83a4b0da6c3f37fede3e47272bbdf9ebd2f0d91_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d10ffca12372666b239a9fcde83a4b0da6c3f37fede3e47272bbdf9ebd2f0d91_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d10ffca12372666b239a9fcde83a4b0da6c3f37fede3e47272bbdf9ebd2f0d91_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-rhel9@sha256%3Ad10ffca12372666b239a9fcde83a4b0da6c3f37fede3e47272bbdf9ebd2f0d91?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729579"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5a97ef5bfe0456bc1528f2a3df7736c506e11cb61de5c41a1daf22162150b345_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5a97ef5bfe0456bc1528f2a3df7736c506e11cb61de5c41a1daf22162150b345_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5a97ef5bfe0456bc1528f2a3df7736c506e11cb61de5c41a1daf22162150b345_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-microshift-rhel9@sha256%3A5a97ef5bfe0456bc1528f2a3df7736c506e11cb61de5c41a1daf22162150b345?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726273"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3afe2f3016ac55bd947c98d1e4b957969357aed54423ca2f35955eac8639116f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3afe2f3016ac55bd947c98d1e4b957969357aed54423ca2f35955eac8639116f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3afe2f3016ac55bd947c98d1e4b957969357aed54423ca2f35955eac8639116f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel9@sha256%3A3afe2f3016ac55bd947c98d1e4b957969357aed54423ca2f35955eac8639116f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728830"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ddbaa3a482cf17a156f6955ec155eace13126ae83217c36c03eb2b826e7c4ff0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ddbaa3a482cf17a156f6955ec155eace13126ae83217c36c03eb2b826e7c4ff0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ddbaa3a482cf17a156f6955ec155eace13126ae83217c36c03eb2b826e7c4ff0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-networking-console-plugin-rhel9@sha256%3Addbaa3a482cf17a156f6955ec155eace13126ae83217c36c03eb2b826e7c4ff0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770140253"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:dc6f5e144468283ba4d04ccc155f9e483d085dc2f1b78992e5fcfea42db77bcd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:dc6f5e144468283ba4d04ccc155f9e483d085dc2f1b78992e5fcfea42db77bcd_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:dc6f5e144468283ba4d04ccc155f9e483d085dc2f1b78992e5fcfea42db77bcd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel9@sha256%3Adc6f5e144468283ba4d04ccc155f9e483d085dc2f1b78992e5fcfea42db77bcd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728973"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:44623a58b3a052f8cf871befe578ff1419b5a36c9f61849bdf58a15148c3f65b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:44623a58b3a052f8cf871befe578ff1419b5a36c9f61849bdf58a15148c3f65b_ppc64le",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:44623a58b3a052f8cf871befe578ff1419b5a36c9f61849bdf58a15148c3f65b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oc-mirror-plugin-rhel9@sha256%3A44623a58b3a052f8cf871befe578ff1419b5a36c9f61849bdf58a15148c3f65b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770081992"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:840f25f86e1850623e2929597e072219c2119b08acee3b81e8c7aed1b92fcb64_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:840f25f86e1850623e2929597e072219c2119b08acee3b81e8c7aed1b92fcb64_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:840f25f86e1850623e2929597e072219c2119b08acee3b81e8c7aed1b92fcb64_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder-rhel9@sha256%3A840f25f86e1850623e2929597e072219c2119b08acee3b81e8c7aed1b92fcb64?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769730193"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f47d18b4634f6f675e50f165a805f33970a038843dd48fe8a02b3924fa70e8f9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f47d18b4634f6f675e50f165a805f33970a038843dd48fe8a02b3924fa70e8f9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f47d18b4634f6f675e50f165a805f33970a038843dd48fe8a02b3924fa70e8f9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-rhel9@sha256%3Af47d18b4634f6f675e50f165a805f33970a038843dd48fe8a02b3924fa70e8f9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729484"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:8056eca30416b0b93270f6c92d0fdbe4f1cfbbd6258e27a746cc379a86b6b8cd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:8056eca30416b0b93270f6c92d0fdbe4f1cfbbd6258e27a746cc379a86b6b8cd_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:8056eca30416b0b93270f6c92d0fdbe4f1cfbbd6258e27a746cc379a86b6b8cd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9@sha256%3A8056eca30416b0b93270f6c92d0fdbe4f1cfbbd6258e27a746cc379a86b6b8cd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770188884"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:453bea2d5f94523a88f37acac9edd0a8d921bf79409a260386fa458cb18d13b7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:453bea2d5f94523a88f37acac9edd0a8d921bf79409a260386fa458cb18d13b7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:453bea2d5f94523a88f37acac9edd0a8d921bf79409a260386fa458cb18d13b7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9-operator@sha256%3A453bea2d5f94523a88f37acac9edd0a8d921bf79409a260386fa458cb18d13b7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769786335"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f5aa864ac9d9a3e5c0a412e9bf6e22756f6232713e14fe4194f61b1a1c1ad52c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f5aa864ac9d9a3e5c0a412e9bf6e22756f6232713e14fe4194f61b1a1c1ad52c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f5aa864ac9d9a3e5c0a412e9bf6e22756f6232713e14fe4194f61b1a1c1ad52c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer-rhel9@sha256%3Af5aa864ac9d9a3e5c0a412e9bf6e22756f6232713e14fe4194f61b1a1c1ad52c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769734559"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bd76fd61510b4714518ec5191e315f83feb1f47402e32602b061a0fc09641c9e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bd76fd61510b4714518ec5191e315f83feb1f47402e32602b061a0fc09641c9e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bd76fd61510b4714518ec5191e315f83feb1f47402e32602b061a0fc09641c9e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router-rhel9@sha256%3Abd76fd61510b4714518ec5191e315f83feb1f47402e32602b061a0fc09641c9e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729975"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d195bea4ac0b3ee073418a3674535525622d9b492bcd1fb0448b8ae52ba262b1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d195bea4ac0b3ee073418a3674535525622d9b492bcd1fb0448b8ae52ba262b1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d195bea4ac0b3ee073418a3674535525622d9b492bcd1fb0448b8ae52ba262b1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube-rhel9@sha256%3Ad195bea4ac0b3ee073418a3674535525622d9b492bcd1fb0448b8ae52ba262b1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770231417"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c9ba070e466a5123790067569bcb909e291f3b2264af0aa152372fff9e64f82d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c9ba070e466a5123790067569bcb909e291f3b2264af0aa152372fff9e64f82d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c9ba070e466a5123790067569bcb909e291f3b2264af0aa152372fff9e64f82d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-keepalived-ipfailover-rhel9@sha256%3Ac9ba070e466a5123790067569bcb909e291f3b2264af0aa152372fff9e64f82d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729182"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:36d864188a182dab0197f06376c993fd661689e516dfec4c25f9064eef6db0a2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:36d864188a182dab0197f06376c993fd661689e516dfec4c25f9064eef6db0a2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:36d864188a182dab0197f06376c993fd661689e516dfec4c25f9064eef6db0a2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod-rhel9@sha256%3A36d864188a182dab0197f06376c993fd661689e516dfec4c25f9064eef6db0a2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770231271"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5ad568a42fb0d0f2b78702929b75ab8fbb41937a853b4344ca990776f48ff85c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5ad568a42fb0d0f2b78702929b75ab8fbb41937a853b4344ca990776f48ff85c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5ad568a42fb0d0f2b78702929b75ab8fbb41937a853b4344ca990776f48ff85c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry-rhel9@sha256%3A5ad568a42fb0d0f2b78702929b75ab8fbb41937a853b4344ca990776f48ff85c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726445"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5dbdf857d018b118ca8bae8eb52b2e117348804dae51da324225ac9d9a0bb141_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5dbdf857d018b118ca8bae8eb52b2e117348804dae51da324225ac9d9a0bb141_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5dbdf857d018b118ca8bae8eb52b2e117348804dae51da324225ac9d9a0bb141_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests-rhel9@sha256%3A5dbdf857d018b118ca8bae8eb52b2e117348804dae51da324225ac9d9a0bb141?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770231573"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c5c12b41cdbcc18c98ec1632a0c9aec007a9672a742fcfe89a5b104160feb698_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c5c12b41cdbcc18c98ec1632a0c9aec007a9672a742fcfe89a5b104160feb698_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c5c12b41cdbcc18c98ec1632a0c9aec007a9672a742fcfe89a5b104160feb698_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel9@sha256%3Ac5c12b41cdbcc18c98ec1632a0c9aec007a9672a742fcfe89a5b104160feb698?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726421"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e5d77db3010b3e1d31e14a0bafb1a5e5ca62dc03b7b0bd2097b198f6be6ee442_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e5d77db3010b3e1d31e14a0bafb1a5e5ca62dc03b7b0bd2097b198f6be6ee442_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e5d77db3010b3e1d31e14a0bafb1a5e5ca62dc03b7b0bd2097b198f6be6ee442_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cluster-api-controllers-rhel9@sha256%3Ae5d77db3010b3e1d31e14a0bafb1a5e5ca62dc03b7b0bd2097b198f6be6ee442?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728478"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:7a9f65149b802b3c2ac4d2a96bf53c1dd6eedf8c5fe921783962197bbce94207_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:7a9f65149b802b3c2ac4d2a96bf53c1dd6eedf8c5fe921783962197bbce94207_ppc64le",
"product_id": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:7a9f65149b802b3c2ac4d2a96bf53c1dd6eedf8c5fe921783962197bbce94207_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openstack-resource-controller-rhel9@sha256%3A7a9f65149b802b3c2ac4d2a96bf53c1dd6eedf8c5fe921783962197bbce94207?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727961"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:c730b4b9a52549bb6204deba37e28ee3946758bc86f27c1b886188ba0f164fc7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:c730b4b9a52549bb6204deba37e28ee3946758bc86f27c1b886188ba0f164fc7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:c730b4b9a52549bb6204deba37e28ee3946758bc86f27c1b886188ba0f164fc7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager-rhel9@sha256%3Ac730b4b9a52549bb6204deba37e28ee3946758bc86f27c1b886188ba0f164fc7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729169"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:84a9daad04b0ef97a77e258c1b490c9a9c1ca502079513184e43145467eb1169_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:84a9daad04b0ef97a77e258c1b490c9a9c1ca502079513184e43145467eb1169_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:84a9daad04b0ef97a77e258c1b490c9a9c1ca502079513184e43145467eb1169_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry-rhel9@sha256%3A84a9daad04b0ef97a77e258c1b490c9a9c1ca502079513184e43145467eb1169?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729031"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:22b6a40bf066153e072a2d22e48032b91a7f70e2de0d38b2bc5665b72f5635ca_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:22b6a40bf066153e072a2d22e48032b91a7f70e2de0d38b2bc5665b72f5635ca_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:22b6a40bf066153e072a2d22e48032b91a7f70e2de0d38b2bc5665b72f5635ca_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel9@sha256%3A22b6a40bf066153e072a2d22e48032b91a7f70e2de0d38b2bc5665b72f5635ca?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725366"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:889a2f9b69467f174deb05d9f57eccfd85e8f6e2ce2620a3e3b5c15019a108c3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:889a2f9b69467f174deb05d9f57eccfd85e8f6e2ce2620a3e3b5c15019a108c3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:889a2f9b69467f174deb05d9f57eccfd85e8f6e2ce2620a3e3b5c15019a108c3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel9@sha256%3A889a2f9b69467f174deb05d9f57eccfd85e8f6e2ce2620a3e3b5c15019a108c3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729157"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:604bace7f2173c964ecf1b54fe70fc08abbb7a39fcefd21af752c7a12f6f5a31_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:604bace7f2173c964ecf1b54fe70fc08abbb7a39fcefd21af752c7a12f6f5a31_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:604bace7f2173c964ecf1b54fe70fc08abbb7a39fcefd21af752c7a12f6f5a31_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256%3A604bace7f2173c964ecf1b54fe70fc08abbb7a39fcefd21af752c7a12f6f5a31?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770123801"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c7fa305a0d4a592411905c2f44a8218e25caa39e293ba68e1c84458683c93979_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c7fa305a0d4a592411905c2f44a8218e25caa39e293ba68e1c84458683c93979_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c7fa305a0d4a592411905c2f44a8218e25caa39e293ba68e1c84458683c93979_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel9@sha256%3Ac7fa305a0d4a592411905c2f44a8218e25caa39e293ba68e1c84458683c93979?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729469"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bf5e48b3778e040c4ebb1a8b0bd2aca2e7814720fa400115ceed9e1745f3e2fa_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bf5e48b3778e040c4ebb1a8b0bd2aca2e7814720fa400115ceed9e1745f3e2fa_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bf5e48b3778e040c4ebb1a8b0bd2aca2e7814720fa400115ceed9e1745f3e2fa_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-utils-rhel9@sha256%3Abf5e48b3778e040c4ebb1a8b0bd2aca2e7814720fa400115ceed9e1745f3e2fa?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770081958"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cdf9f5f665881fa0c5a2f3c98e4c99673dbe8a92cdcbbe6b80e9dce09f59a8dc_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cdf9f5f665881fa0c5a2f3c98e4c99673dbe8a92cdcbbe6b80e9dce09f59a8dc_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cdf9f5f665881fa0c5a2f3c98e4c99673dbe8a92cdcbbe6b80e9dce09f59a8dc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel9@sha256%3Acdf9f5f665881fa0c5a2f3c98e4c99673dbe8a92cdcbbe6b80e9dce09f59a8dc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729529"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4b6ce9a91e0408d0869e2d64ccfba93b8b0587c8c4514c024093e47d520b7b13_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4b6ce9a91e0408d0869e2d64ccfba93b8b0587c8c4514c024093e47d520b7b13_ppc64le",
"product_id": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4b6ce9a91e0408d0869e2d64ccfba93b8b0587c8c4514c024093e47d520b7b13_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/azure-service-rhel9-operator@sha256%3A4b6ce9a91e0408d0869e2d64ccfba93b8b0587c8c4514c024093e47d520b7b13?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729080"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:35d963f072ba8d1d78380c48815bd2d06dff7f1917e493ca64a37d319988e6a6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:35d963f072ba8d1d78380c48815bd2d06dff7f1917e493ca64a37d319988e6a6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:35d963f072ba8d1d78380c48815bd2d06dff7f1917e493ca64a37d319988e6a6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-cluster-api-controllers-rhel9@sha256%3A35d963f072ba8d1d78380c48815bd2d06dff7f1917e493ca64a37d319988e6a6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725575"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:27d55172feba74eb9712fdb42300721acfa72e5d3739feac7c4353f8a36b4b38_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:27d55172feba74eb9712fdb42300721acfa72e5d3739feac7c4353f8a36b4b38_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:27d55172feba74eb9712fdb42300721acfa72e5d3739feac7c4353f8a36b4b38_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel9@sha256%3A27d55172feba74eb9712fdb42300721acfa72e5d3739feac7c4353f8a36b4b38?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770100236"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:2918100b369a980a69fdd9d0bc0fc7c898bcdde23f8ac8c9a8a22066f2b1d87d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:2918100b369a980a69fdd9d0bc0fc7c898bcdde23f8ac8c9a8a22066f2b1d87d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:2918100b369a980a69fdd9d0bc0fc7c898bcdde23f8ac8c9a8a22066f2b1d87d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel9-operator@sha256%3A2918100b369a980a69fdd9d0bc0fc7c898bcdde23f8ac8c9a8a22066f2b1d87d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769786362"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:db281fb5bc3ccd949d2156d7eafe5691ecc317c3e690f9987436d8b4317e6ec0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:db281fb5bc3ccd949d2156d7eafe5691ecc317c3e690f9987436d8b4317e6ec0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:db281fb5bc3ccd949d2156d7eafe5691ecc317c3e690f9987436d8b4317e6ec0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts-rhel9@sha256%3Adb281fb5bc3ccd949d2156d7eafe5691ecc317c3e690f9987436d8b4317e6ec0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769734736"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:eab2bb53112191763cd944b3b13cf750ea9390b56d7d14d312183ffe56d0a394_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:eab2bb53112191763cd944b3b13cf750ea9390b56d7d14d312183ffe56d0a394_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:eab2bb53112191763cd944b3b13cf750ea9390b56d7d14d312183ffe56d0a394_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-rhel9-operator@sha256%3Aeab2bb53112191763cd944b3b13cf750ea9390b56d7d14d312183ffe56d0a394?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725663"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1320fee14f620ff211195e536a81bf80c41140d10d8493dca37f484b4803e1a2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1320fee14f620ff211195e536a81bf80c41140d10d8493dca37f484b4803e1a2_ppc64le",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1320fee14f620ff211195e536a81bf80c41140d10d8493dca37f484b4803e1a2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel9@sha256%3A1320fee14f620ff211195e536a81bf80c41140d10d8493dca37f484b4803e1a2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729558"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ce34f62e6953d64b6566905934afc4a1f5911ec68483f5ceecb59d187e37a955_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ce34f62e6953d64b6566905934afc4a1f5911ec68483f5ceecb59d187e37a955_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ce34f62e6953d64b6566905934afc4a1f5911ec68483f5ceecb59d187e37a955_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel9@sha256%3Ace34f62e6953d64b6566905934afc4a1f5911ec68483f5ceecb59d187e37a955?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725847"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c247cff3341da9969055ddef313806cda81c2dac492ce683d4abcd5ceb5a9bc9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c247cff3341da9969055ddef313806cda81c2dac492ce683d4abcd5ceb5a9bc9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c247cff3341da9969055ddef313806cda81c2dac492ce683d4abcd5ceb5a9bc9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-rhel9-operator@sha256%3Ac247cff3341da9969055ddef313806cda81c2dac492ce683d4abcd5ceb5a9bc9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725786"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0d06e661c793f5524b749bff4124ebcc17b7acff1b57a672064c072dd7b0390d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0d06e661c793f5524b749bff4124ebcc17b7acff1b57a672064c072dd7b0390d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0d06e661c793f5524b749bff4124ebcc17b7acff1b57a672064c072dd7b0390d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9-operator@sha256%3A0d06e661c793f5524b749bff4124ebcc17b7acff1b57a672064c072dd7b0390d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725153"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5279e457358edeae97e136d8067f05d60b4b806c92e687bbd11afecda4840eda_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5279e457358edeae97e136d8067f05d60b4b806c92e687bbd11afecda4840eda_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5279e457358edeae97e136d8067f05d60b4b806c92e687bbd11afecda4840eda_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel9@sha256%3A5279e457358edeae97e136d8067f05d60b4b806c92e687bbd11afecda4840eda?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770123291"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4b571bca7d279192d7095a9d157cdf40f553543b6a39658919bc5920445d1177_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4b571bca7d279192d7095a9d157cdf40f553543b6a39658919bc5920445d1177_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4b571bca7d279192d7095a9d157cdf40f553543b6a39658919bc5920445d1177_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap-rhel9@sha256%3A4b571bca7d279192d7095a9d157cdf40f553543b6a39658919bc5920445d1177?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728653"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0f18441bd2e164906e7bad119d70b8f5b9b47c1596d58b6d812ee1e2f4b6c0e5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0f18441bd2e164906e7bad119d70b8f5b9b47c1596d58b6d812ee1e2f4b6c0e5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0f18441bd2e164906e7bad119d70b8f5b9b47c1596d58b6d812ee1e2f4b6c0e5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel9-operator@sha256%3A0f18441bd2e164906e7bad119d70b8f5b9b47c1596d58b6d812ee1e2f4b6c0e5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729276"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4a76171907bffd3a94e149dfabb6170331e2fc0a30f3ea7b8eba1cbe68e1fa80_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4a76171907bffd3a94e149dfabb6170331e2fc0a30f3ea7b8eba1cbe68e1fa80_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4a76171907bffd3a94e149dfabb6170331e2fc0a30f3ea7b8eba1cbe68e1fa80_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3A4a76171907bffd3a94e149dfabb6170331e2fc0a30f3ea7b8eba1cbe68e1fa80?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729320"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:58b7b6502847bba5230e65e90a10350d8cdfd331f5656425dd2f310e3fc89cb5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:58b7b6502847bba5230e65e90a10350d8cdfd331f5656425dd2f310e3fc89cb5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:58b7b6502847bba5230e65e90a10350d8cdfd331f5656425dd2f310e3fc89cb5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-api-rhel9@sha256%3A58b7b6502847bba5230e65e90a10350d8cdfd331f5656425dd2f310e3fc89cb5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725178"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:9a6fe277560deb4c1c2f91a1d56678c5956bc9ba958b859eaacd371f8ca753f4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:9a6fe277560deb4c1c2f91a1d56678c5956bc9ba958b859eaacd371f8ca753f4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:9a6fe277560deb4c1c2f91a1d56678c5956bc9ba958b859eaacd371f8ca753f4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-rhel9-operator@sha256%3A9a6fe277560deb4c1c2f91a1d56678c5956bc9ba958b859eaacd371f8ca753f4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728742"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:444b74ea4a7a8a664746757e4417aa7e0fb33fed32a4755d300e14a49afba481_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:444b74ea4a7a8a664746757e4417aa7e0fb33fed32a4755d300e14a49afba481_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:444b74ea4a7a8a664746757e4417aa7e0fb33fed32a4755d300e14a49afba481_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3A444b74ea4a7a8a664746757e4417aa7e0fb33fed32a4755d300e14a49afba481?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725667"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:62e2bae1dd93787bebcb5f1b58499693f4c6fd620edb3254b776494d2b5a55a8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:62e2bae1dd93787bebcb5f1b58499693f4c6fd620edb3254b776494d2b5a55a8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:62e2bae1dd93787bebcb5f1b58499693f4c6fd620edb3254b776494d2b5a55a8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3A62e2bae1dd93787bebcb5f1b58499693f4c6fd620edb3254b776494d2b5a55a8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770231203"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8df02a6889e22a9763b5c0e7b6934824f682f4683f2085f82dda54de427ba28d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8df02a6889e22a9763b5c0e7b6934824f682f4683f2085f82dda54de427ba28d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8df02a6889e22a9763b5c0e7b6934824f682f4683f2085f82dda54de427ba28d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-rhel9-operator@sha256%3A8df02a6889e22a9763b5c0e7b6934824f682f4683f2085f82dda54de427ba28d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726597"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c7649d6adc16287d38318b6a50107dc1d3aee2e842a19e09822fb86fac31df15_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c7649d6adc16287d38318b6a50107dc1d3aee2e842a19e09822fb86fac31df15_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c7649d6adc16287d38318b6a50107dc1d3aee2e842a19e09822fb86fac31df15_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-rhel9-operator@sha256%3Ac7649d6adc16287d38318b6a50107dc1d3aee2e842a19e09822fb86fac31df15?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728062"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bda8d910934ae595f8a53675c74094693de8e0a929fc7c52458b2a9f7cd0b4a6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bda8d910934ae595f8a53675c74094693de8e0a929fc7c52458b2a9f7cd0b4a6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bda8d910934ae595f8a53675c74094693de8e0a929fc7c52458b2a9f7cd0b4a6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-rhel9-operator@sha256%3Abda8d910934ae595f8a53675c74094693de8e0a929fc7c52458b2a9f7cd0b4a6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726772"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1670745d88d0d92a262ab445f81956e894ae5e9b23d490fab96860957c028771_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1670745d88d0d92a262ab445f81956e894ae5e9b23d490fab96860957c028771_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1670745d88d0d92a262ab445f81956e894ae5e9b23d490fab96860957c028771_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-rhel9-operator@sha256%3A1670745d88d0d92a262ab445f81956e894ae5e9b23d490fab96860957c028771?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725866"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a7fc85a92b1d5f7f79d8a8a63e6d9bb4dfc66383ff175fbd956deb1de3127fdb_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a7fc85a92b1d5f7f79d8a8a63e6d9bb4dfc66383ff175fbd956deb1de3127fdb_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a7fc85a92b1d5f7f79d8a8a63e6d9bb4dfc66383ff175fbd956deb1de3127fdb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3Aa7fc85a92b1d5f7f79d8a8a63e6d9bb4dfc66383ff175fbd956deb1de3127fdb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726698"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3118a7eeb28d8388a06731c7bcdb5eba4a942b9c91a84e595ec0fb49a55bcb11_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3118a7eeb28d8388a06731c7bcdb5eba4a942b9c91a84e595ec0fb49a55bcb11_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3118a7eeb28d8388a06731c7bcdb5eba4a942b9c91a84e595ec0fb49a55bcb11_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-rhel9@sha256%3A3118a7eeb28d8388a06731c7bcdb5eba4a942b9c91a84e595ec0fb49a55bcb11?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770100330"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:78adc3f034871d6d77793932d11b1e5f4b2ff3e1cff0385b44811210a3c84dc9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:78adc3f034871d6d77793932d11b1e5f4b2ff3e1cff0385b44811210a3c84dc9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:78adc3f034871d6d77793932d11b1e5f4b2ff3e1cff0385b44811210a3c84dc9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3A78adc3f034871d6d77793932d11b1e5f4b2ff3e1cff0385b44811210a3c84dc9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726592"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6ae9a652c5693c55ceb3ed91fbac054d887142b0f55882c776e42ba20d1dbdcb_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6ae9a652c5693c55ceb3ed91fbac054d887142b0f55882c776e42ba20d1dbdcb_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6ae9a652c5693c55ceb3ed91fbac054d887142b0f55882c776e42ba20d1dbdcb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-rhel9-operator@sha256%3A6ae9a652c5693c55ceb3ed91fbac054d887142b0f55882c776e42ba20d1dbdcb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727770"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9bc152718354bb245a765da17d12d0477cbd15d7eda5a86b8c5b1330287fec4c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9bc152718354bb245a765da17d12d0477cbd15d7eda5a86b8c5b1330287fec4c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9bc152718354bb245a765da17d12d0477cbd15d7eda5a86b8c5b1330287fec4c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3A9bc152718354bb245a765da17d12d0477cbd15d7eda5a86b8c5b1330287fec4c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728217"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fed1fbc1295974647bcbad55e52b199c2d3d4307a3e53e4f8b1db135df9fd8f8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fed1fbc1295974647bcbad55e52b199c2d3d4307a3e53e4f8b1db135df9fd8f8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fed1fbc1295974647bcbad55e52b199c2d3d4307a3e53e4f8b1db135df9fd8f8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver-rhel9@sha256%3Afed1fbc1295974647bcbad55e52b199c2d3d4307a3e53e4f8b1db135df9fd8f8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728564"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dbfe981d5b05078eb1158624dfe2f0651cad81b92aafbc671cb6470b49bbb89f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dbfe981d5b05078eb1158624dfe2f0651cad81b92aafbc671cb6470b49bbb89f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dbfe981d5b05078eb1158624dfe2f0651cad81b92aafbc671cb6470b49bbb89f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-olm-rhel9-operator@sha256%3Adbfe981d5b05078eb1158624dfe2f0651cad81b92aafbc671cb6470b49bbb89f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728267"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d3f6483b465851cbb520810069a18136af80ccdf79fc1ea80ddb4687ce685aca_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d3f6483b465851cbb520810069a18136af80ccdf79fc1ea80ddb4687ce685aca_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d3f6483b465851cbb520810069a18136af80ccdf79fc1ea80ddb4687ce685aca_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3Ad3f6483b465851cbb520810069a18136af80ccdf79fc1ea80ddb4687ce685aca?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729350"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:552d01e66c6b2fe59104b8a9f3e1e58fdcd7b4d4cd63db42883ceb119ec0ef25_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:552d01e66c6b2fe59104b8a9f3e1e58fdcd7b4d4cd63db42883ceb119ec0ef25_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:552d01e66c6b2fe59104b8a9f3e1e58fdcd7b4d4cd63db42883ceb119ec0ef25_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3A552d01e66c6b2fe59104b8a9f3e1e58fdcd7b4d4cd63db42883ceb119ec0ef25?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725174"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d5a3ff1bae3686aff1781b5f5f9e1a7966962b88a1e84ab4eb62751aa835bb78_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d5a3ff1bae3686aff1781b5f5f9e1a7966962b88a1e84ab4eb62751aa835bb78_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d5a3ff1bae3686aff1781b5f5f9e1a7966962b88a1e84ab4eb62751aa835bb78_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-rhel9-operator@sha256%3Ad5a3ff1bae3686aff1781b5f5f9e1a7966962b88a1e84ab4eb62751aa835bb78?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726979"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:d0e6151117374aa602349bd1028175b94eea6f8386832df622d56715cbcb675d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:d0e6151117374aa602349bd1028175b94eea6f8386832df622d56715cbcb675d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:d0e6151117374aa602349bd1028175b94eea6f8386832df622d56715cbcb675d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-update-keys-rhel9@sha256%3Ad0e6151117374aa602349bd1028175b94eea6f8386832df622d56715cbcb675d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728560"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d08403f8114128e063826ee0cb3324bba9f027d7b2feeb6f7c826c9c4925579f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d08403f8114128e063826ee0cb3324bba9f027d7b2feeb6f7c826c9c4925579f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d08403f8114128e063826ee0cb3324bba9f027d7b2feeb6f7c826c9c4925579f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel9@sha256%3Ad08403f8114128e063826ee0cb3324bba9f027d7b2feeb6f7c826c9c4925579f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728969"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:ffcd35b620a75ac1d121b826b37ff71f5006684d9222c440785f06fdafef5531_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:ffcd35b620a75ac1d121b826b37ff71f5006684d9222c440785f06fdafef5531_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:ffcd35b620a75ac1d121b826b37ff71f5006684d9222c440785f06fdafef5531_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel9@sha256%3Affcd35b620a75ac1d121b826b37ff71f5006684d9222c440785f06fdafef5531?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725175"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:7272870ff2a94fd3c026f3c3a4e985a2b2eb5c47dedebc00f2cc25a496ec3e90_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:7272870ff2a94fd3c026f3c3a4e985a2b2eb5c47dedebc00f2cc25a496ec3e90_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:7272870ff2a94fd3c026f3c3a4e985a2b2eb5c47dedebc00f2cc25a496ec3e90_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel9@sha256%3A7272870ff2a94fd3c026f3c3a4e985a2b2eb5c47dedebc00f2cc25a496ec3e90?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728249"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:94e6571b95628469dd361c3ae5bf4bb88bdcf68636c0a7a6f007a19e32216514_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:94e6571b95628469dd361c3ae5bf4bb88bdcf68636c0a7a6f007a19e32216514_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:94e6571b95628469dd361c3ae5bf4bb88bdcf68636c0a7a6f007a19e32216514_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel9@sha256%3A94e6571b95628469dd361c3ae5bf4bb88bdcf68636c0a7a6f007a19e32216514?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729619"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:58e02752411f5bc061c8dd98bc7dfeb17780ef24ba8c65e590e4d6c5213c267f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:58e02752411f5bc061c8dd98bc7dfeb17780ef24ba8c65e590e4d6c5213c267f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:58e02752411f5bc061c8dd98bc7dfeb17780ef24ba8c65e590e4d6c5213c267f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd-rhel9@sha256%3A58e02752411f5bc061c8dd98bc7dfeb17780ef24ba8c65e590e4d6c5213c267f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729778"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:a0104045a7c163322387f621af644a79ba8b3e2d44bfa4094db15fad792e7825_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:a0104045a7c163322387f621af644a79ba8b3e2d44bfa4094db15fad792e7825_ppc64le",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:a0104045a7c163322387f621af644a79ba8b3e2d44bfa4094db15fad792e7825_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/frr-rhel9@sha256%3Aa0104045a7c163322387f621af644a79ba8b3e2d44bfa4094db15fad792e7825?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770123638"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:fba545c7b9accb5be03b9bf1931c086a8da8592e3ddc9b5a9ad6d798229314b9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:fba545c7b9accb5be03b9bf1931c086a8da8592e3ddc9b5a9ad6d798229314b9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:fba545c7b9accb5be03b9bf1931c086a8da8592e3ddc9b5a9ad6d798229314b9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cloud-controller-manager-rhel9@sha256%3Afba545c7b9accb5be03b9bf1931c086a8da8592e3ddc9b5a9ad6d798229314b9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725195"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:701028c843123a3e4250731e216eceb647411ce685517383b9a62b5af21c10b0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:701028c843123a3e4250731e216eceb647411ce685517383b9a62b5af21c10b0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:701028c843123a3e4250731e216eceb647411ce685517383b9a62b5af21c10b0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cluster-api-controllers-rhel9@sha256%3A701028c843123a3e4250731e216eceb647411ce685517383b9a62b5af21c10b0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770082197"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:efe1a0fb3394a117206bb1837b63a0ee828ab5b5d30dd7c94aa88afa04c94c2c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:efe1a0fb3394a117206bb1837b63a0ee828ab5b5d30dd7c94aa88afa04c94c2c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:efe1a0fb3394a117206bb1837b63a0ee828ab5b5d30dd7c94aa88afa04c94c2c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-rhel9@sha256%3Aefe1a0fb3394a117206bb1837b63a0ee828ab5b5d30dd7c94aa88afa04c94c2c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727345"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:693c125a5f2f67364d8bdc1a5e7abe959dd46898e7f46d5b3756746cf598e135_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:693c125a5f2f67364d8bdc1a5e7abe959dd46898e7f46d5b3756746cf598e135_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:693c125a5f2f67364d8bdc1a5e7abe959dd46898e7f46d5b3756746cf598e135_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-operator-rhel9@sha256%3A693c125a5f2f67364d8bdc1a5e7abe959dd46898e7f46d5b3756746cf598e135?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726525"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:dd8a443d71a973e30574016ce343c19edc1872c63ed46b5f7023d304b9c4edcd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:dd8a443d71a973e30574016ce343c19edc1872c63ed46b5f7023d304b9c4edcd_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:dd8a443d71a973e30574016ce343c19edc1872c63ed46b5f7023d304b9c4edcd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-cluster-api-controllers-rhel9@sha256%3Add8a443d71a973e30574016ce343c19edc1872c63ed46b5f7023d304b9c4edcd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729546"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7683407dca1a355e731e277631b3d8522a3f84f1de664829c3b15db39b1f1ca2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7683407dca1a355e731e277631b3d8522a3f84f1de664829c3b15db39b1f1ca2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7683407dca1a355e731e277631b3d8522a3f84f1de664829c3b15db39b1f1ca2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel9-operator@sha256%3A7683407dca1a355e731e277631b3d8522a3f84f1de664829c3b15db39b1f1ca2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729828"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:933bdee9a720806a6c7537ed79ad75e25ae64144eb7e738942c36b2a72427c51_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:933bdee9a720806a6c7537ed79ad75e25ae64144eb7e738942c36b2a72427c51_ppc64le",
"product_id": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:933bdee9a720806a6c7537ed79ad75e25ae64144eb7e738942c36b2a72427c51_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/insights-runtime-exporter-rhel9@sha256%3A933bdee9a720806a6c7537ed79ad75e25ae64144eb7e738942c36b2a72427c51?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726294"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1ab570c571e5291796e3eccbc336775207aced63674920c7416c67fdcdda5ef1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1ab570c571e5291796e3eccbc336775207aced63674920c7416c67fdcdda5ef1_ppc64le",
"product_id": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1ab570c571e5291796e3eccbc336775207aced63674920c7416c67fdcdda5ef1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/insights-runtime-extractor-rhel9@sha256%3A1ab570c571e5291796e3eccbc336775207aced63674920c7416c67fdcdda5ef1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727172"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7ee73740b3264500f062e3863e42fbd98dc3895f17294450fc90d992d2108d49_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7ee73740b3264500f062e3863e42fbd98dc3895f17294450fc90d992d2108d49_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7ee73740b3264500f062e3863e42fbd98dc3895f17294450fc90d992d2108d49_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts-rhel9@sha256%3A7ee73740b3264500f062e3863e42fbd98dc3895f17294450fc90d992d2108d49?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770100286"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d8254c11772cacaf25e2a1b24b41a7694b530246cb980ce80caa5298acc71c31_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d8254c11772cacaf25e2a1b24b41a7694b530246cb980ce80caa5298acc71c31_ppc64le",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d8254c11772cacaf25e2a1b24b41a7694b530246cb980ce80caa5298acc71c31_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kube-metrics-server-rhel9@sha256%3Ad8254c11772cacaf25e2a1b24b41a7694b530246cb980ce80caa5298acc71c31?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729737"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:120c1ccd64bca8bfff4b46d14f78038594a28f6d58c585b1215afd76c23c7ad5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:120c1ccd64bca8bfff4b46d14f78038594a28f6d58c585b1215afd76c23c7ad5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:120c1ccd64bca8bfff4b46d14f78038594a28f6d58c585b1215afd76c23c7ad5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel9@sha256%3A120c1ccd64bca8bfff4b46d14f78038594a28f6d58c585b1215afd76c23c7ad5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725936"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e19a080b5fe10b67fe48c28014879abbc87cf5077c32c003fddd171d06bb370f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e19a080b5fe10b67fe48c28014879abbc87cf5077c32c003fddd171d06bb370f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e19a080b5fe10b67fe48c28014879abbc87cf5077c32c003fddd171d06bb370f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3Ae19a080b5fe10b67fe48c28014879abbc87cf5077c32c003fddd171d06bb370f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727721"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1b5aa2a8fa69661df2b4cef49e2a8e25e20ecba84ca80d5c671d8cdc73e7e31d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1b5aa2a8fa69661df2b4cef49e2a8e25e20ecba84ca80d5c671d8cdc73e7e31d_ppc64le",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1b5aa2a8fa69661df2b4cef49e2a8e25e20ecba84ca80d5c671d8cdc73e7e31d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-csi-driver-rhel9@sha256%3A1b5aa2a8fa69661df2b4cef49e2a8e25e20ecba84ca80d5c671d8cdc73e7e31d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727885"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:68aa837b6a3bd95232abd62ecae3b040f2a7a72ced626c784c4062c2f28a6e3d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:68aa837b6a3bd95232abd62ecae3b040f2a7a72ced626c784c4062c2f28a6e3d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:68aa837b6a3bd95232abd62ecae3b040f2a7a72ced626c784c4062c2f28a6e3d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers-rhel9@sha256%3A68aa837b6a3bd95232abd62ecae3b040f2a7a72ced626c784c4062c2f28a6e3d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729775"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0ed3d751161fa47b7ed4bd2ec2c5bfff8ac5ffae0df22dd9a741cc64bbe2939d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0ed3d751161fa47b7ed4bd2ec2c5bfff8ac5ffae0df22dd9a741cc64bbe2939d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0ed3d751161fa47b7ed4bd2ec2c5bfff8ac5ffae0df22dd9a741cc64bbe2939d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-rhel9-operator@sha256%3A0ed3d751161fa47b7ed4bd2ec2c5bfff8ac5ffae0df22dd9a741cc64bbe2939d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725935"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:e0cf29f62ec486451053c661388f9a3a12ba42b84899b687fb3486666a42536b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:e0cf29f62ec486451053c661388f9a3a12ba42b84899b687fb3486666a42536b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:e0cf29f62ec486451053c661388f9a3a12ba42b84899b687fb3486666a42536b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-gcp-rhel9@sha256%3Ae0cf29f62ec486451053c661388f9a3a12ba42b84899b687fb3486666a42536b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727442"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:47ac82d0289751c8c7e41da07173dd61836e606101a20b598c00da1cd1fc9077_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:47ac82d0289751c8c7e41da07173dd61836e606101a20b598c00da1cd1fc9077_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:47ac82d0289751c8c7e41da07173dd61836e606101a20b598c00da1cd1fc9077_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-openstack-rhel9@sha256%3A47ac82d0289751c8c7e41da07173dd61836e606101a20b598c00da1cd1fc9077?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728158"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:521f2693c3073993771af37d65723ced3ac83c7438d6ff35425ca5f663101676_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:521f2693c3073993771af37d65723ced3ac83c7438d6ff35425ca5f663101676_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:521f2693c3073993771af37d65723ced3ac83c7438d6ff35425ca5f663101676_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-rhel9-operator@sha256%3A521f2693c3073993771af37d65723ced3ac83c7438d6ff35425ca5f663101676?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729805"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:34298ddfd123342b87d28c047cb4a8c1b25b07352bfed57aefffdd92a7058b6f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:34298ddfd123342b87d28c047cb4a8c1b25b07352bfed57aefffdd92a7058b6f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:34298ddfd123342b87d28c047cb4a8c1b25b07352bfed57aefffdd92a7058b6f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel9@sha256%3A34298ddfd123342b87d28c047cb4a8c1b25b07352bfed57aefffdd92a7058b6f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770123102"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:20052a45d551f7e988cc0c38baa38f146df4d9d741ac71f17498d8ddc44a1beb_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:20052a45d551f7e988cc0c38baa38f146df4d9d741ac71f17498d8ddc44a1beb_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:20052a45d551f7e988cc0c38baa38f146df4d9d741ac71f17498d8ddc44a1beb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller-rhel9@sha256%3A20052a45d551f7e988cc0c38baa38f146df4d9d741ac71f17498d8ddc44a1beb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729825"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:91ee195223233fdaa6d83ddbc8e1dc33bc7811e4f1e6ec9f5ddf325f560ec38d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:91ee195223233fdaa6d83ddbc8e1dc33bc7811e4f1e6ec9f5ddf325f560ec38d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:91ee195223233fdaa6d83ddbc8e1dc33bc7811e4f1e6ec9f5ddf325f560ec38d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel9@sha256%3A91ee195223233fdaa6d83ddbc8e1dc33bc7811e4f1e6ec9f5ddf325f560ec38d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727994"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:813fdba989d7b5a4aad5e9ce5bf5285b0e65745375dbdef899786d571c001b77_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:813fdba989d7b5a4aad5e9ce5bf5285b0e65745375dbdef899786d571c001b77_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:813fdba989d7b5a4aad5e9ce5bf5285b0e65745375dbdef899786d571c001b77_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3A813fdba989d7b5a4aad5e9ce5bf5285b0e65745375dbdef899786d571c001b77?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729265"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:18b7e5875aaad6e0bb8b12fa303ad6295bf3968daeaed2104f0f4ec3122446df_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:18b7e5875aaad6e0bb8b12fa303ad6295bf3968daeaed2104f0f4ec3122446df_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:18b7e5875aaad6e0bb8b12fa303ad6295bf3968daeaed2104f0f4ec3122446df_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather-rhel9@sha256%3A18b7e5875aaad6e0bb8b12fa303ad6295bf3968daeaed2104f0f4ec3122446df?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769734637"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:e8147c001326caf53531a8917f91991b5ca05f31d30adba78a03539a6568009c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:e8147c001326caf53531a8917f91991b5ca05f31d30adba78a03539a6568009c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:e8147c001326caf53531a8917f91991b5ca05f31d30adba78a03539a6568009c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel9@sha256%3Ae8147c001326caf53531a8917f91991b5ca05f31d30adba78a03539a6568009c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729472"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:51941876bbb8070423c00e3699bb193343e963358dcae8cc6acda94395edc5fa_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:51941876bbb8070423c00e3699bb193343e963358dcae8cc6acda94395edc5fa_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:51941876bbb8070423c00e3699bb193343e963358dcae8cc6acda94395edc5fa_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel9@sha256%3A51941876bbb8070423c00e3699bb193343e963358dcae8cc6acda94395edc5fa?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728647"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:edd7568d61e33652709d4bca937a801a4eb6a0f134ec7866eae3da1f19a01400_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:edd7568d61e33652709d4bca937a801a4eb6a0f134ec7866eae3da1f19a01400_ppc64le",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:edd7568d61e33652709d4bca937a801a4eb6a0f134ec7866eae3da1f19a01400_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel9@sha256%3Aedd7568d61e33652709d4bca937a801a4eb6a0f134ec7866eae3da1f19a01400?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770190219"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1d43b37d6ee7556d8afe22fb33c7c9ab7a1ff5b2b38d6e18f762ba759015f87a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1d43b37d6ee7556d8afe22fb33c7c9ab7a1ff5b2b38d6e18f762ba759015f87a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1d43b37d6ee7556d8afe22fb33c7c9ab7a1ff5b2b38d6e18f762ba759015f87a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel9@sha256%3A1d43b37d6ee7556d8afe22fb33c7c9ab7a1ff5b2b38d6e18f762ba759015f87a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728251"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:4ca8bbfe3586672e1de22cdce9466b37aa0e11c5e9d94ea8da271aa5cad3df47_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:4ca8bbfe3586672e1de22cdce9466b37aa0e11c5e9d94ea8da271aa5cad3df47_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:4ca8bbfe3586672e1de22cdce9466b37aa0e11c5e9d94ea8da271aa5cad3df47_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-catalogd-rhel9@sha256%3A4ca8bbfe3586672e1de22cdce9466b37aa0e11c5e9d94ea8da271aa5cad3df47?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770122396"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0017d40e539a56e2ddbf4a97b0cd94825ad5dbc9cd79e1a7e058bb0b11afec29_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0017d40e539a56e2ddbf4a97b0cd94825ad5dbc9cd79e1a7e058bb0b11afec29_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0017d40e539a56e2ddbf4a97b0cd94825ad5dbc9cd79e1a7e058bb0b11afec29_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-operator-controller-rhel9@sha256%3A0017d40e539a56e2ddbf4a97b0cd94825ad5dbc9cd79e1a7e058bb0b11afec29?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770122325"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:94a7a56873cf0e075740a1db93972f2b2505e7bc082f2faf2d3a6badbb52b08e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:94a7a56873cf0e075740a1db93972f2b2505e7bc082f2faf2d3a6badbb52b08e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:94a7a56873cf0e075740a1db93972f2b2505e7bc082f2faf2d3a6badbb52b08e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel9@sha256%3A94a7a56873cf0e075740a1db93972f2b2505e7bc082f2faf2d3a6badbb52b08e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726159"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:0c8b3d458f0968682b8604cad6ddf02b1135b99c4682090dc78d9b273084a0ab_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:0c8b3d458f0968682b8604cad6ddf02b1135b99c4682090dc78d9b273084a0ab_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:0c8b3d458f0968682b8604cad6ddf02b1135b99c4682090dc78d9b273084a0ab_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel9@sha256%3A0c8b3d458f0968682b8604cad6ddf02b1135b99c4682090dc78d9b273084a0ab?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728149"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:121025c1dfa4bb1138150adc737d7cf12e69ce21f10690ad8d740c1c1f2dde4b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:121025c1dfa4bb1138150adc737d7cf12e69ce21f10690ad8d740c1c1f2dde4b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:121025c1dfa4bb1138150adc737d7cf12e69ce21f10690ad8d740c1c1f2dde4b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9@sha256%3A121025c1dfa4bb1138150adc737d7cf12e69ce21f10690ad8d740c1c1f2dde4b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728526"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5a51836c3306ed97366bc3c8f24a8f9e880628d1feb98854eb5dd10800bfae83_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5a51836c3306ed97366bc3c8f24a8f9e880628d1feb98854eb5dd10800bfae83_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5a51836c3306ed97366bc3c8f24a8f9e880628d1feb98854eb5dd10800bfae83_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3A5a51836c3306ed97366bc3c8f24a8f9e880628d1feb98854eb5dd10800bfae83?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725163"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:83efb138b8bd5084f7dbeb8a59fe1ecc2680a20d5853b7a15f47e1f87929fd9e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:83efb138b8bd5084f7dbeb8a59fe1ecc2680a20d5853b7a15f47e1f87929fd9e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:83efb138b8bd5084f7dbeb8a59fe1ecc2680a20d5853b7a15f47e1f87929fd9e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel9@sha256%3A83efb138b8bd5084f7dbeb8a59fe1ecc2680a20d5853b7a15f47e1f87929fd9e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727963"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:0488437dcc9ca866c5b96278686ea20b5732f8e8038af90889fadcf90f1082fc_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:0488437dcc9ca866c5b96278686ea20b5732f8e8038af90889fadcf90f1082fc_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:0488437dcc9ca866c5b96278686ea20b5732f8e8038af90889fadcf90f1082fc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-framework-tools-rhel9@sha256%3A0488437dcc9ca866c5b96278686ea20b5732f8e8038af90889fadcf90f1082fc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728972"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:1e01dcb349b9e3afa77e9c217b2f20dd7c9c98f7b00be3852166c7d676dc1c58_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:1e01dcb349b9e3afa77e9c217b2f20dd7c9c98f7b00be3852166c7d676dc1c58_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:1e01dcb349b9e3afa77e9c217b2f20dd7c9c98f7b00be3852166c7d676dc1c58_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256%3A1e01dcb349b9e3afa77e9c217b2f20dd7c9c98f7b00be3852166c7d676dc1c58?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769731034"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:09664db13d4f9022495031effd53a137ebbddc0e61fec151a26e565a02a5bf40_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:09664db13d4f9022495031effd53a137ebbddc0e61fec151a26e565a02a5bf40_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:09664db13d4f9022495031effd53a137ebbddc0e61fec151a26e565a02a5bf40_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-rhel9@sha256%3A09664db13d4f9022495031effd53a137ebbddc0e61fec151a26e565a02a5bf40?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727393"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ff7c22adb1ce27c0944f94a4994940aa6af3c4db60cf184d0865753e0c18ddcf_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ff7c22adb1ce27c0944f94a4994940aa6af3c4db60cf184d0865753e0c18ddcf_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ff7c22adb1ce27c0944f94a4994940aa6af3c4db60cf184d0865753e0c18ddcf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-rhel9-operator@sha256%3Aff7c22adb1ce27c0944f94a4994940aa6af3c4db60cf184d0865753e0c18ddcf?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725144"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5587380364defb07d81f5bb93851d7d726780e03f561cc5c4010d6cc4e237079_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5587380364defb07d81f5bb93851d7d726780e03f561cc5c4010d6cc4e237079_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5587380364defb07d81f5bb93851d7d726780e03f561cc5c4010d6cc4e237079_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-cloud-controller-manager-rhel9@sha256%3A5587380364defb07d81f5bb93851d7d726780e03f561cc5c4010d6cc4e237079?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727259"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:ccdfd936b1e904b115efeef06cfb3c1b13ec6fdf123cf87c9ad477ab47ea4d04_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:ccdfd936b1e904b115efeef06cfb3c1b13ec6fdf123cf87c9ad477ab47ea4d04_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:ccdfd936b1e904b115efeef06cfb3c1b13ec6fdf123cf87c9ad477ab47ea4d04_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-machine-controllers-rhel9@sha256%3Accdfd936b1e904b115efeef06cfb3c1b13ec6fdf123cf87c9ad477ab47ea4d04?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727108"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:36ed0be4ed17c503bb07435b198cbd5e255660bb1e72ce49db7ccbcb3ce92a23_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:36ed0be4ed17c503bb07435b198cbd5e255660bb1e72ce49db7ccbcb3ce92a23_ppc64le",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:36ed0be4ed17c503bb07435b198cbd5e255660bb1e72ce49db7ccbcb3ce92a23_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel9@sha256%3A36ed0be4ed17c503bb07435b198cbd5e255660bb1e72ce49db7ccbcb3ce92a23?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728982"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:2f7be9eb683b2d5c65aa64a28e11bae43475f5a828e8768d468bc24fa0bd4ec9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:2f7be9eb683b2d5c65aa64a28e11bae43475f5a828e8768d468bc24fa0bd4ec9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:2f7be9eb683b2d5c65aa64a28e11bae43475f5a828e8768d468bc24fa0bd4ec9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-rhel9-operator@sha256%3A2f7be9eb683b2d5c65aa64a28e11bae43475f5a828e8768d468bc24fa0bd4ec9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728716"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:788b2252987b1992fc9c5d855198aa50a67048cc4d0a1e28240953e5c1d9528b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:788b2252987b1992fc9c5d855198aa50a67048cc4d0a1e28240953e5c1d9528b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:788b2252987b1992fc9c5d855198aa50a67048cc4d0a1e28240953e5c1d9528b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel9@sha256%3A788b2252987b1992fc9c5d855198aa50a67048cc4d0a1e28240953e5c1d9528b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770188836"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ec4ca8db357714672338a773cdfac91101641ac1ea56905a5dba39d13e8c96e3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ec4ca8db357714672338a773cdfac91101641ac1ea56905a5dba39d13e8c96e3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ec4ca8db357714672338a773cdfac91101641ac1ea56905a5dba39d13e8c96e3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256%3Aec4ca8db357714672338a773cdfac91101641ac1ea56905a5dba39d13e8c96e3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769730378"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:1f7ad22165ad761cdd5fbb7f037ad342f7b9a6f017b80ebc9775edd9bf7388d4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:1f7ad22165ad761cdd5fbb7f037ad342f7b9a6f017b80ebc9775edd9bf7388d4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:1f7ad22165ad761cdd5fbb7f037ad342f7b9a6f017b80ebc9775edd9bf7388d4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy-rhel9@sha256%3A1f7ad22165ad761cdd5fbb7f037ad342f7b9a6f017b80ebc9775edd9bf7388d4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769729589"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8ff741a30a8c2059c8702290104db1f897853515bea3d054f5456a0faacd3e33_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8ff741a30a8c2059c8702290104db1f897853515bea3d054f5456a0faacd3e33_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8ff741a30a8c2059c8702290104db1f897853515bea3d054f5456a0faacd3e33_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader-rhel9@sha256%3A8ff741a30a8c2059c8702290104db1f897853515bea3d054f5456a0faacd3e33?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725779"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d04c463caf59ab32c381bf6c88b9a55ad9a4934dab8cf66b1c80f3743edf28e3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d04c463caf59ab32c381bf6c88b9a55ad9a4934dab8cf66b1c80f3743edf28e3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d04c463caf59ab32c381bf6c88b9a55ad9a4934dab8cf66b1c80f3743edf28e3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9-operator@sha256%3Ad04c463caf59ab32c381bf6c88b9a55ad9a4934dab8cf66b1c80f3743edf28e3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769728905"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f3745f0a10aa35a13620960671ed4e2bace1c01f0440c1cf222aec37ebfcdd6e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f3745f0a10aa35a13620960671ed4e2bace1c01f0440c1cf222aec37ebfcdd6e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f3745f0a10aa35a13620960671ed4e2bace1c01f0440c1cf222aec37ebfcdd6e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel9@sha256%3Af3745f0a10aa35a13620960671ed4e2bace1c01f0440c1cf222aec37ebfcdd6e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769727104"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a6517f52e257eefc0602db5e43fd946de57db13299d5077b1bdf872754253cb7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a6517f52e257eefc0602db5e43fd946de57db13299d5077b1bdf872754253cb7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a6517f52e257eefc0602db5e43fd946de57db13299d5077b1bdf872754253cb7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter-rhel9@sha256%3Aa6517f52e257eefc0602db5e43fd946de57db13299d5077b1bdf872754253cb7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726913"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:6f1fb02560c0dc83cb7ebbfba67370896f2d3b21835311fe5af23a06f4a45142_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:6f1fb02560c0dc83cb7ebbfba67370896f2d3b21835311fe5af23a06f4a45142_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:6f1fb02560c0dc83cb7ebbfba67370896f2d3b21835311fe5af23a06f4a45142_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel9@sha256%3A6f1fb02560c0dc83cb7ebbfba67370896f2d3b21835311fe5af23a06f4a45142?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769726253"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8b9490cd4a69fece37aac8ced57235afc04a3389e16234c3a3f1d9a4f8a6d34b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8b9490cd4a69fece37aac8ced57235afc04a3389e16234c3a3f1d9a4f8a6d34b_ppc64le",
"product_id": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8b9490cd4a69fece37aac8ced57235afc04a3389e16234c3a3f1d9a4f8a6d34b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/volume-data-source-validator-rhel9@sha256%3A8b9490cd4a69fece37aac8ced57235afc04a3389e16234c3a3f1d9a4f8a6d34b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1769725145"
}
}
}
],
"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:021a57a7ea58117b5942b474f8899924fe7ff170b234aaa301f86ff465726ce7_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:021a57a7ea58117b5942b474f8899924fe7ff170b234aaa301f86ff465726ce7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:021a57a7ea58117b5942b474f8899924fe7ff170b234aaa301f86ff465726ce7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:37283f08df56189fd19f7052523f5eda5a5eba0096c32fc3926eda3bc9398a8c_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:37283f08df56189fd19f7052523f5eda5a5eba0096c32fc3926eda3bc9398a8c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:37283f08df56189fd19f7052523f5eda5a5eba0096c32fc3926eda3bc9398a8c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:459032d57026d4dbb2af370f796c28a69e2e30389a84cdab0e43de4435d980a2_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:459032d57026d4dbb2af370f796c28a69e2e30389a84cdab0e43de4435d980a2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:459032d57026d4dbb2af370f796c28a69e2e30389a84cdab0e43de4435d980a2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:82ebaab991c00d42430890eed6322e9d060c3b4581ad563383a7d13172de4c08_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:82ebaab991c00d42430890eed6322e9d060c3b4581ad563383a7d13172de4c08_s390x"
},
"product_reference": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:82ebaab991c00d42430890eed6322e9d060c3b4581ad563383a7d13172de4c08_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:244a4dfcd32e2a6bed90fd5e452b63822af9eb60375b9ac45c1864c2fccaf765_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:244a4dfcd32e2a6bed90fd5e452b63822af9eb60375b9ac45c1864c2fccaf765_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:244a4dfcd32e2a6bed90fd5e452b63822af9eb60375b9ac45c1864c2fccaf765_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4eda87164b71e7c6fd8b5a39ea77bb1bbf138f43d5732c08e314369b18e2509b_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4eda87164b71e7c6fd8b5a39ea77bb1bbf138f43d5732c08e314369b18e2509b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4eda87164b71e7c6fd8b5a39ea77bb1bbf138f43d5732c08e314369b18e2509b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d2d6b9b7d7cb72703bda76e6814e5714b101faa03b14f55507b82dddce6fa09a_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d2d6b9b7d7cb72703bda76e6814e5714b101faa03b14f55507b82dddce6fa09a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d2d6b9b7d7cb72703bda76e6814e5714b101faa03b14f55507b82dddce6fa09a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:f5f2d566546e640f59746e3616b98dab55eacdd33ea04b7cff887da6cafbe380_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:f5f2d566546e640f59746e3616b98dab55eacdd33ea04b7cff887da6cafbe380_arm64"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:f5f2d566546e640f59746e3616b98dab55eacdd33ea04b7cff887da6cafbe380_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:21cd6ff9f8ff53d747746f2d772344a8a9be9bd4582d641a0d6814da81e42dc7_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:21cd6ff9f8ff53d747746f2d772344a8a9be9bd4582d641a0d6814da81e42dc7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:21cd6ff9f8ff53d747746f2d772344a8a9be9bd4582d641a0d6814da81e42dc7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c16a9db40d92bd605eb9843f2fb30f793e9f807e924a98f58bdfe9e8ff5598fe_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c16a9db40d92bd605eb9843f2fb30f793e9f807e924a98f58bdfe9e8ff5598fe_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c16a9db40d92bd605eb9843f2fb30f793e9f807e924a98f58bdfe9e8ff5598fe_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f7eaa545a5719eea518c0d48a5010a9e729ca7657f95712b86bd091c6906ed9d_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f7eaa545a5719eea518c0d48a5010a9e729ca7657f95712b86bd091c6906ed9d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f7eaa545a5719eea518c0d48a5010a9e729ca7657f95712b86bd091c6906ed9d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fbad6ec51decaf69511274952af912054493d07f8de4aeb044b0728e015e331b_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fbad6ec51decaf69511274952af912054493d07f8de4aeb044b0728e015e331b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fbad6ec51decaf69511274952af912054493d07f8de4aeb044b0728e015e331b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4b6ce9a91e0408d0869e2d64ccfba93b8b0587c8c4514c024093e47d520b7b13_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4b6ce9a91e0408d0869e2d64ccfba93b8b0587c8c4514c024093e47d520b7b13_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4b6ce9a91e0408d0869e2d64ccfba93b8b0587c8c4514c024093e47d520b7b13_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5bab5f51374c260e261af4d094d6d834011bb00d20269e5f87c670ab2e5fc50f_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5bab5f51374c260e261af4d094d6d834011bb00d20269e5f87c670ab2e5fc50f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5bab5f51374c260e261af4d094d6d834011bb00d20269e5f87c670ab2e5fc50f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:b046acdbaee02a88bc76e80217864aa8a933b4c624abf504bf40b3b5700a3ddf_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:b046acdbaee02a88bc76e80217864aa8a933b4c624abf504bf40b3b5700a3ddf_s390x"
},
"product_reference": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:b046acdbaee02a88bc76e80217864aa8a933b4c624abf504bf40b3b5700a3ddf_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:da7ec98aeffdf151279fbfd2d45163722323094e790ab1e5b14e3a75bebf7ba2_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:da7ec98aeffdf151279fbfd2d45163722323094e790ab1e5b14e3a75bebf7ba2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:da7ec98aeffdf151279fbfd2d45163722323094e790ab1e5b14e3a75bebf7ba2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1320fee14f620ff211195e536a81bf80c41140d10d8493dca37f484b4803e1a2_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1320fee14f620ff211195e536a81bf80c41140d10d8493dca37f484b4803e1a2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1320fee14f620ff211195e536a81bf80c41140d10d8493dca37f484b4803e1a2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:69849de1ca4d23c9faf12777ff7f26deb7eaf3026725512e29e7cfbfcb5e30dd_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:69849de1ca4d23c9faf12777ff7f26deb7eaf3026725512e29e7cfbfcb5e30dd_s390x"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:69849de1ca4d23c9faf12777ff7f26deb7eaf3026725512e29e7cfbfcb5e30dd_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7ae48499c990a9bb0ccfd436de6e4586ba27e9fd4036b4efe76299aafc4520e0_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7ae48499c990a9bb0ccfd436de6e4586ba27e9fd4036b4efe76299aafc4520e0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7ae48499c990a9bb0ccfd436de6e4586ba27e9fd4036b4efe76299aafc4520e0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:bdb7981f8aadb7c27bdc448ce4baed28ddd8d08ae1a83af66255bc70d3b87d63_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:bdb7981f8aadb7c27bdc448ce4baed28ddd8d08ae1a83af66255bc70d3b87d63_amd64"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:bdb7981f8aadb7c27bdc448ce4baed28ddd8d08ae1a83af66255bc70d3b87d63_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:06477b1ed6e12b1088fa198f1158cedd852d51773f75622a652220d147aad66d_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:06477b1ed6e12b1088fa198f1158cedd852d51773f75622a652220d147aad66d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:06477b1ed6e12b1088fa198f1158cedd852d51773f75622a652220d147aad66d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:73cd8858eb6e706064aa3fb5b397696ad2a8d264ed9380ceeb8d8d89afa96914_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:73cd8858eb6e706064aa3fb5b397696ad2a8d264ed9380ceeb8d8d89afa96914_s390x"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:73cd8858eb6e706064aa3fb5b397696ad2a8d264ed9380ceeb8d8d89afa96914_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:95a5dd3ee93857d9e65d57257e2864774e0f1aa15d14c62765dd110807a7e983_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:95a5dd3ee93857d9e65d57257e2864774e0f1aa15d14c62765dd110807a7e983_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:95a5dd3ee93857d9e65d57257e2864774e0f1aa15d14c62765dd110807a7e983_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bf017210bb8bfbefa027c830656e83b3db86e940e5ef1f62e67fdc84545cd118_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bf017210bb8bfbefa027c830656e83b3db86e940e5ef1f62e67fdc84545cd118_arm64"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bf017210bb8bfbefa027c830656e83b3db86e940e5ef1f62e67fdc84545cd118_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:04441c2a5c244d0a76052a2e071d994d81415da2cbf49cdd74d3b64fae89fea4_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:04441c2a5c244d0a76052a2e071d994d81415da2cbf49cdd74d3b64fae89fea4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:04441c2a5c244d0a76052a2e071d994d81415da2cbf49cdd74d3b64fae89fea4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:50caa5c63088b2cd98d85bf793eed760beae31c73d8cccc60f3c82f7e4a436f2_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:50caa5c63088b2cd98d85bf793eed760beae31c73d8cccc60f3c82f7e4a436f2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:50caa5c63088b2cd98d85bf793eed760beae31c73d8cccc60f3c82f7e4a436f2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5d302fd1e0d562fd3074aea7fda53b46878dd5c27f53b4086f43e0b60c69cd92_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5d302fd1e0d562fd3074aea7fda53b46878dd5c27f53b4086f43e0b60c69cd92_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5d302fd1e0d562fd3074aea7fda53b46878dd5c27f53b4086f43e0b60c69cd92_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c1ec441285a07891350ef5b92dfe8cdef23f963d39ee86b7c2eaa0f29deced63_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c1ec441285a07891350ef5b92dfe8cdef23f963d39ee86b7c2eaa0f29deced63_arm64"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c1ec441285a07891350ef5b92dfe8cdef23f963d39ee86b7c2eaa0f29deced63_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:29924ddf95c884e61e24bc38d457d4bb997c5a03789459ef7565f2350c778e44_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:29924ddf95c884e61e24bc38d457d4bb997c5a03789459ef7565f2350c778e44_amd64"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:29924ddf95c884e61e24bc38d457d4bb997c5a03789459ef7565f2350c778e44_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:865ec06e1488b9c81e370e48824dcd003c617f45198943118f99889c9a23ae5b_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:865ec06e1488b9c81e370e48824dcd003c617f45198943118f99889c9a23ae5b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:865ec06e1488b9c81e370e48824dcd003c617f45198943118f99889c9a23ae5b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9c28ccab17d26b72d9ae5d65f7a1ea11bbbd2cd39076f517e6655b9a35a277b9_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9c28ccab17d26b72d9ae5d65f7a1ea11bbbd2cd39076f517e6655b9a35a277b9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9c28ccab17d26b72d9ae5d65f7a1ea11bbbd2cd39076f517e6655b9a35a277b9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f2a4bddcbf9cd3c04f90623faceceb3f3633ebea89954ddd26dadad9b6f9cc1a_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f2a4bddcbf9cd3c04f90623faceceb3f3633ebea89954ddd26dadad9b6f9cc1a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f2a4bddcbf9cd3c04f90623faceceb3f3633ebea89954ddd26dadad9b6f9cc1a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:0f34558006e45eb8ad74dfad87ee15c34e2d5bce5f192fb00290ba8f6b2e06a6_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:0f34558006e45eb8ad74dfad87ee15c34e2d5bce5f192fb00290ba8f6b2e06a6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:0f34558006e45eb8ad74dfad87ee15c34e2d5bce5f192fb00290ba8f6b2e06a6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:a0104045a7c163322387f621af644a79ba8b3e2d44bfa4094db15fad792e7825_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:a0104045a7c163322387f621af644a79ba8b3e2d44bfa4094db15fad792e7825_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:a0104045a7c163322387f621af644a79ba8b3e2d44bfa4094db15fad792e7825_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:b83a1577d6d15ea51ba7417aadaf190944d02a36e1067ff9973b9b0e59f207b2_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:b83a1577d6d15ea51ba7417aadaf190944d02a36e1067ff9973b9b0e59f207b2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:b83a1577d6d15ea51ba7417aadaf190944d02a36e1067ff9973b9b0e59f207b2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:bfeca6b1d120f47ef42ace529f8663c90e420a3d1067891268e0fbbcd0c8fd3b_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:bfeca6b1d120f47ef42ace529f8663c90e420a3d1067891268e0fbbcd0c8fd3b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:bfeca6b1d120f47ef42ace529f8663c90e420a3d1067891268e0fbbcd0c8fd3b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:09fb74bc16d6152ee950f1e2e01a72244e43c030205e6878577ae8a288f229dd_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:09fb74bc16d6152ee950f1e2e01a72244e43c030205e6878577ae8a288f229dd_s390x"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:09fb74bc16d6152ee950f1e2e01a72244e43c030205e6878577ae8a288f229dd_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:933bdee9a720806a6c7537ed79ad75e25ae64144eb7e738942c36b2a72427c51_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:933bdee9a720806a6c7537ed79ad75e25ae64144eb7e738942c36b2a72427c51_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:933bdee9a720806a6c7537ed79ad75e25ae64144eb7e738942c36b2a72427c51_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a882578ad9240c994b4f21955809f6d332965cde3686fd2da1c4bc1bd89181f5_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a882578ad9240c994b4f21955809f6d332965cde3686fd2da1c4bc1bd89181f5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a882578ad9240c994b4f21955809f6d332965cde3686fd2da1c4bc1bd89181f5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:eb823609e74431800e5bd7fd2399e11d17ea8cf0a16a578b70f1447aadbfe8d6_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:eb823609e74431800e5bd7fd2399e11d17ea8cf0a16a578b70f1447aadbfe8d6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:eb823609e74431800e5bd7fd2399e11d17ea8cf0a16a578b70f1447aadbfe8d6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1a4a79d38290e993721e5a239acdc973fd395188d4b47ef664716249561f9b9a_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1a4a79d38290e993721e5a239acdc973fd395188d4b47ef664716249561f9b9a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1a4a79d38290e993721e5a239acdc973fd395188d4b47ef664716249561f9b9a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1ab570c571e5291796e3eccbc336775207aced63674920c7416c67fdcdda5ef1_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1ab570c571e5291796e3eccbc336775207aced63674920c7416c67fdcdda5ef1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1ab570c571e5291796e3eccbc336775207aced63674920c7416c67fdcdda5ef1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:46f5577da7e69caa3c941ead5de0ce8e373a77348df4c9dda922319a47533af0_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:46f5577da7e69caa3c941ead5de0ce8e373a77348df4c9dda922319a47533af0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:46f5577da7e69caa3c941ead5de0ce8e373a77348df4c9dda922319a47533af0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:dfb1568b260cebf47b31b5bc5b956dd573ef5e10f5c04bc7951d4aefba1e1c29_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:dfb1568b260cebf47b31b5bc5b956dd573ef5e10f5c04bc7951d4aefba1e1c29_amd64"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:dfb1568b260cebf47b31b5bc5b956dd573ef5e10f5c04bc7951d4aefba1e1c29_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6405c266dbbd8b035f0fdec36d4663fdc2e3981899fec3828e7bcac0094f981c_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6405c266dbbd8b035f0fdec36d4663fdc2e3981899fec3828e7bcac0094f981c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6405c266dbbd8b035f0fdec36d4663fdc2e3981899fec3828e7bcac0094f981c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a0ce68bd8e54f1975c89b6739bc6d94e9ad8214df431d1c41907866dab1cd9f6_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a0ce68bd8e54f1975c89b6739bc6d94e9ad8214df431d1c41907866dab1cd9f6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a0ce68bd8e54f1975c89b6739bc6d94e9ad8214df431d1c41907866dab1cd9f6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:bdac9d54f25066cf36bac0fe90d1df7d89fb91d49ac68c09db1cf14862c91b43_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:bdac9d54f25066cf36bac0fe90d1df7d89fb91d49ac68c09db1cf14862c91b43_s390x"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:bdac9d54f25066cf36bac0fe90d1df7d89fb91d49ac68c09db1cf14862c91b43_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d8254c11772cacaf25e2a1b24b41a7694b530246cb980ce80caa5298acc71c31_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d8254c11772cacaf25e2a1b24b41a7694b530246cb980ce80caa5298acc71c31_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d8254c11772cacaf25e2a1b24b41a7694b530246cb980ce80caa5298acc71c31_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1b5aa2a8fa69661df2b4cef49e2a8e25e20ecba84ca80d5c671d8cdc73e7e31d_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1b5aa2a8fa69661df2b4cef49e2a8e25e20ecba84ca80d5c671d8cdc73e7e31d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1b5aa2a8fa69661df2b4cef49e2a8e25e20ecba84ca80d5c671d8cdc73e7e31d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:54c656c9b7ff7f7d9412253dcb0c4484233f4cbe77512b63e69ba1532a4a41d5_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:54c656c9b7ff7f7d9412253dcb0c4484233f4cbe77512b63e69ba1532a4a41d5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:54c656c9b7ff7f7d9412253dcb0c4484233f4cbe77512b63e69ba1532a4a41d5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a2d16879e07bae5f6eddbb5615c313001ffc4b74e91849ee9c2496bbb5996616_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a2d16879e07bae5f6eddbb5615c313001ffc4b74e91849ee9c2496bbb5996616_arm64"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a2d16879e07bae5f6eddbb5615c313001ffc4b74e91849ee9c2496bbb5996616_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e37862fed49b426c4344fa755c3442dfe134922b3b5a3c80c4bf4abaea7e6563_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e37862fed49b426c4344fa755c3442dfe134922b3b5a3c80c4bf4abaea7e6563_s390x"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e37862fed49b426c4344fa755c3442dfe134922b3b5a3c80c4bf4abaea7e6563_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:04e4334b0ce10eb5402543501944e72b9230c79f470f5976f8e5bcd5a18cd28e_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:04e4334b0ce10eb5402543501944e72b9230c79f470f5976f8e5bcd5a18cd28e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:04e4334b0ce10eb5402543501944e72b9230c79f470f5976f8e5bcd5a18cd28e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:34a11ddd5af5a8d2331804ab76c6319587bcab73bbafc10b6f710260e5ace5ec_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:34a11ddd5af5a8d2331804ab76c6319587bcab73bbafc10b6f710260e5ace5ec_s390x"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:34a11ddd5af5a8d2331804ab76c6319587bcab73bbafc10b6f710260e5ace5ec_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:86ff72407e38fffd121bee52ed9e1229213f5db18cf1324a08296597aaf494b4_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:86ff72407e38fffd121bee52ed9e1229213f5db18cf1324a08296597aaf494b4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:86ff72407e38fffd121bee52ed9e1229213f5db18cf1324a08296597aaf494b4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:edd7568d61e33652709d4bca937a801a4eb6a0f134ec7866eae3da1f19a01400_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:edd7568d61e33652709d4bca937a801a4eb6a0f134ec7866eae3da1f19a01400_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:edd7568d61e33652709d4bca937a801a4eb6a0f134ec7866eae3da1f19a01400_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:44623a58b3a052f8cf871befe578ff1419b5a36c9f61849bdf58a15148c3f65b_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:44623a58b3a052f8cf871befe578ff1419b5a36c9f61849bdf58a15148c3f65b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:44623a58b3a052f8cf871befe578ff1419b5a36c9f61849bdf58a15148c3f65b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:78ba410665c68a41a5adbd8422a349de2274be894328ce523364f1ec2a71be01_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:78ba410665c68a41a5adbd8422a349de2274be894328ce523364f1ec2a71be01_amd64"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:78ba410665c68a41a5adbd8422a349de2274be894328ce523364f1ec2a71be01_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:823e1e9e7e7743538180596210828b19b6e3c8f435a7c792be5b945be76d9956_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:823e1e9e7e7743538180596210828b19b6e3c8f435a7c792be5b945be76d9956_arm64"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:823e1e9e7e7743538180596210828b19b6e3c8f435a7c792be5b945be76d9956_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:eee0084caae19613373c30ac9d2f25de2c202dc83cb6b3077baeab3b2ca89c26_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:eee0084caae19613373c30ac9d2f25de2c202dc83cb6b3077baeab3b2ca89c26_s390x"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:eee0084caae19613373c30ac9d2f25de2c202dc83cb6b3077baeab3b2ca89c26_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:17d193d080ae253f4e43ab259c28fd84f5f738967fe2ad4b6528fd42dedb86e2_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:17d193d080ae253f4e43ab259c28fd84f5f738967fe2ad4b6528fd42dedb86e2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:17d193d080ae253f4e43ab259c28fd84f5f738967fe2ad4b6528fd42dedb86e2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:36ed0be4ed17c503bb07435b198cbd5e255660bb1e72ce49db7ccbcb3ce92a23_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:36ed0be4ed17c503bb07435b198cbd5e255660bb1e72ce49db7ccbcb3ce92a23_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:36ed0be4ed17c503bb07435b198cbd5e255660bb1e72ce49db7ccbcb3ce92a23_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7c1aa77f92efcbd6fdea6120c75e2cb19985aaa2cc48e2d4d3d4ecb87df0d277_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7c1aa77f92efcbd6fdea6120c75e2cb19985aaa2cc48e2d4d3d4ecb87df0d277_amd64"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7c1aa77f92efcbd6fdea6120c75e2cb19985aaa2cc48e2d4d3d4ecb87df0d277_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:d6dac5da24656ce0a1494234b06783b5e4ef052c0d283e66f881c21d1766c51a_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:d6dac5da24656ce0a1494234b06783b5e4ef052c0d283e66f881c21d1766c51a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:d6dac5da24656ce0a1494234b06783b5e4ef052c0d283e66f881c21d1766c51a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:380b5a968a30fa54a963bacfc37767a01f6067b6290fd2d877d6b1943a7738a1_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:380b5a968a30fa54a963bacfc37767a01f6067b6290fd2d877d6b1943a7738a1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:380b5a968a30fa54a963bacfc37767a01f6067b6290fd2d877d6b1943a7738a1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:6d1570e8f771ef561c5ddca5410cb86dbc94943cb23b6f96fb2dbe5b9a2f1823_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:6d1570e8f771ef561c5ddca5410cb86dbc94943cb23b6f96fb2dbe5b9a2f1823_arm64"
},
"product_reference": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:6d1570e8f771ef561c5ddca5410cb86dbc94943cb23b6f96fb2dbe5b9a2f1823_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:7a9f65149b802b3c2ac4d2a96bf53c1dd6eedf8c5fe921783962197bbce94207_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:7a9f65149b802b3c2ac4d2a96bf53c1dd6eedf8c5fe921783962197bbce94207_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:7a9f65149b802b3c2ac4d2a96bf53c1dd6eedf8c5fe921783962197bbce94207_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:a99a994a160375e89550347eed1631bb0d12bb4dccf7ed49119935520b744235_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:a99a994a160375e89550347eed1631bb0d12bb4dccf7ed49119935520b744235_amd64"
},
"product_reference": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:a99a994a160375e89550347eed1631bb0d12bb4dccf7ed49119935520b744235_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:22b6a40bf066153e072a2d22e48032b91a7f70e2de0d38b2bc5665b72f5635ca_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:22b6a40bf066153e072a2d22e48032b91a7f70e2de0d38b2bc5665b72f5635ca_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:22b6a40bf066153e072a2d22e48032b91a7f70e2de0d38b2bc5665b72f5635ca_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:499dba655c620472ffee2c73f5f6c53599dcaa8755af1ddf60388702041c6cfa_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:499dba655c620472ffee2c73f5f6c53599dcaa8755af1ddf60388702041c6cfa_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:499dba655c620472ffee2c73f5f6c53599dcaa8755af1ddf60388702041c6cfa_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:9f82e685ce4849aacbc315249403939d8e9fa55ca297ec0d829d445a3133ed9b_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:9f82e685ce4849aacbc315249403939d8e9fa55ca297ec0d829d445a3133ed9b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:9f82e685ce4849aacbc315249403939d8e9fa55ca297ec0d829d445a3133ed9b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b11b0fd3272461cb95d4f3c79c5c1138770085b461fb8c64c5f19f3f2276abf5_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b11b0fd3272461cb95d4f3c79c5c1138770085b461fb8c64c5f19f3f2276abf5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b11b0fd3272461cb95d4f3c79c5c1138770085b461fb8c64c5f19f3f2276abf5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:06ef27c670aa46891c208f0a1ce5be98a92a321e81865484c17db725d6c48f6f_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:06ef27c670aa46891c208f0a1ce5be98a92a321e81865484c17db725d6c48f6f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:06ef27c670aa46891c208f0a1ce5be98a92a321e81865484c17db725d6c48f6f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:50187fe1e5905226e869fe96d050d1fa6c91c0ca9f360456030514a0f3efa2a6_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:50187fe1e5905226e869fe96d050d1fa6c91c0ca9f360456030514a0f3efa2a6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:50187fe1e5905226e869fe96d050d1fa6c91c0ca9f360456030514a0f3efa2a6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:828613cff0791cce90feb1abaf17c31f8a89e409f605d23ca79904feaafa8cc6_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:828613cff0791cce90feb1abaf17c31f8a89e409f605d23ca79904feaafa8cc6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:828613cff0791cce90feb1abaf17c31f8a89e409f605d23ca79904feaafa8cc6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:889a2f9b69467f174deb05d9f57eccfd85e8f6e2ce2620a3e3b5c15019a108c3_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:889a2f9b69467f174deb05d9f57eccfd85e8f6e2ce2620a3e3b5c15019a108c3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:889a2f9b69467f174deb05d9f57eccfd85e8f6e2ce2620a3e3b5c15019a108c3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:381cea76282031f4a018997a2ddcaf6222576807356d45ab3357b52a30f6bb3c_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:381cea76282031f4a018997a2ddcaf6222576807356d45ab3357b52a30f6bb3c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:381cea76282031f4a018997a2ddcaf6222576807356d45ab3357b52a30f6bb3c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:604bace7f2173c964ecf1b54fe70fc08abbb7a39fcefd21af752c7a12f6f5a31_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:604bace7f2173c964ecf1b54fe70fc08abbb7a39fcefd21af752c7a12f6f5a31_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:604bace7f2173c964ecf1b54fe70fc08abbb7a39fcefd21af752c7a12f6f5a31_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7acae5b318d8162c7da445ecc28ed374eb1db0a92e3e6136f1a3d6a82bd75495_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7acae5b318d8162c7da445ecc28ed374eb1db0a92e3e6136f1a3d6a82bd75495_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7acae5b318d8162c7da445ecc28ed374eb1db0a92e3e6136f1a3d6a82bd75495_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:df00671b04cef1d122484a876880dbf4cc250c63730537fef7e1651b58f9a9dd_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:df00671b04cef1d122484a876880dbf4cc250c63730537fef7e1651b58f9a9dd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:df00671b04cef1d122484a876880dbf4cc250c63730537fef7e1651b58f9a9dd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7246c15cef44f3945840162c1dab72daf8c0c4999345aa6ba148dd34597f4ea1_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7246c15cef44f3945840162c1dab72daf8c0c4999345aa6ba148dd34597f4ea1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7246c15cef44f3945840162c1dab72daf8c0c4999345aa6ba148dd34597f4ea1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c7fa305a0d4a592411905c2f44a8218e25caa39e293ba68e1c84458683c93979_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c7fa305a0d4a592411905c2f44a8218e25caa39e293ba68e1c84458683c93979_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c7fa305a0d4a592411905c2f44a8218e25caa39e293ba68e1c84458683c93979_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ccf25a1cbb0c79753f4049cc37fafb77d0f8dbdd896e4cad7e9674877dc84589_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ccf25a1cbb0c79753f4049cc37fafb77d0f8dbdd896e4cad7e9674877dc84589_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ccf25a1cbb0c79753f4049cc37fafb77d0f8dbdd896e4cad7e9674877dc84589_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e1ff850187bfcc5e53338ee32678873692eb81a7bc72c5d3a928722571d312df_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e1ff850187bfcc5e53338ee32678873692eb81a7bc72c5d3a928722571d312df_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e1ff850187bfcc5e53338ee32678873692eb81a7bc72c5d3a928722571d312df_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:bda6a57c2ad84239536aec6a20a9c37fbfc7aa13c994647427936bf0b3b3361c_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:bda6a57c2ad84239536aec6a20a9c37fbfc7aa13c994647427936bf0b3b3361c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:bda6a57c2ad84239536aec6a20a9c37fbfc7aa13c994647427936bf0b3b3361c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:49da4e953f3ab4d734c88b4371082bd9c6fbefd00875d8c3f0f8e58f060b6a25_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:49da4e953f3ab4d734c88b4371082bd9c6fbefd00875d8c3f0f8e58f060b6a25_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:49da4e953f3ab4d734c88b4371082bd9c6fbefd00875d8c3f0f8e58f060b6a25_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95c4abf5e354b5a324515cf6e69195ad3576383386665683d4bb8f349e558416_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95c4abf5e354b5a324515cf6e69195ad3576383386665683d4bb8f349e558416_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95c4abf5e354b5a324515cf6e69195ad3576383386665683d4bb8f349e558416_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bbc0c1a5769338492d873bdb15757525f69e250f5a4320d36f249fc35d57d356_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bbc0c1a5769338492d873bdb15757525f69e250f5a4320d36f249fc35d57d356_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bbc0c1a5769338492d873bdb15757525f69e250f5a4320d36f249fc35d57d356_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bf5e48b3778e040c4ebb1a8b0bd2aca2e7814720fa400115ceed9e1745f3e2fa_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bf5e48b3778e040c4ebb1a8b0bd2aca2e7814720fa400115ceed9e1745f3e2fa_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bf5e48b3778e040c4ebb1a8b0bd2aca2e7814720fa400115ceed9e1745f3e2fa_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:2b26daa64e5d4151cb1cb91cf459afa93b2bdabd2b9d5d28585bec72484c0e63_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:2b26daa64e5d4151cb1cb91cf459afa93b2bdabd2b9d5d28585bec72484c0e63_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:2b26daa64e5d4151cb1cb91cf459afa93b2bdabd2b9d5d28585bec72484c0e63_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c2d77eab011a8025098e1254c384f83af4f7e0d3ba9e6d2772eda689e644b036_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c2d77eab011a8025098e1254c384f83af4f7e0d3ba9e6d2772eda689e644b036_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c2d77eab011a8025098e1254c384f83af4f7e0d3ba9e6d2772eda689e644b036_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cdf9f5f665881fa0c5a2f3c98e4c99673dbe8a92cdcbbe6b80e9dce09f59a8dc_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cdf9f5f665881fa0c5a2f3c98e4c99673dbe8a92cdcbbe6b80e9dce09f59a8dc_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cdf9f5f665881fa0c5a2f3c98e4c99673dbe8a92cdcbbe6b80e9dce09f59a8dc_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ef4521604c721bd0ae8a4b822ac9584d3c7c8a80c5ecfe263da6ff9500d95ba5_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ef4521604c721bd0ae8a4b822ac9584d3c7c8a80c5ecfe263da6ff9500d95ba5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ef4521604c721bd0ae8a4b822ac9584d3c7c8a80c5ecfe263da6ff9500d95ba5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:29a5ed8364575efa8d539b05c002e8b82cc57350d4c015303b4fc46b06903eda_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:29a5ed8364575efa8d539b05c002e8b82cc57350d4c015303b4fc46b06903eda_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:29a5ed8364575efa8d539b05c002e8b82cc57350d4c015303b4fc46b06903eda_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3751262aca1a347b013648e64294520615e447cb875b1e7c04535c9c5e843ccf_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3751262aca1a347b013648e64294520615e447cb875b1e7c04535c9c5e843ccf_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3751262aca1a347b013648e64294520615e447cb875b1e7c04535c9c5e843ccf_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:5bdc6dd4698facc8189308328f6fc62ad7f4a3a5bf8c8a5775fe6e966eb44eeb_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:5bdc6dd4698facc8189308328f6fc62ad7f4a3a5bf8c8a5775fe6e966eb44eeb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:5bdc6dd4698facc8189308328f6fc62ad7f4a3a5bf8c8a5775fe6e966eb44eeb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:e4aa456e8c865f66105e9f1828b455bf09d80960759209703df345a559b36608_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:e4aa456e8c865f66105e9f1828b455bf09d80960759209703df345a559b36608_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:e4aa456e8c865f66105e9f1828b455bf09d80960759209703df345a559b36608_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:74cc690a06a3f7ede74550b2416957a6318136ec7b703de33588122e7222eac0_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:74cc690a06a3f7ede74550b2416957a6318136ec7b703de33588122e7222eac0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:74cc690a06a3f7ede74550b2416957a6318136ec7b703de33588122e7222eac0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ad7055ad351c0c24582721dcbf7f422b6a31290104530458e456bddd1a637938_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ad7055ad351c0c24582721dcbf7f422b6a31290104530458e456bddd1a637938_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ad7055ad351c0c24582721dcbf7f422b6a31290104530458e456bddd1a637938_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:54ff1a36ba796e5b88ae421a3836220f5774f0694cd49da8aff5f8c1efaac958_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:54ff1a36ba796e5b88ae421a3836220f5774f0694cd49da8aff5f8c1efaac958_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:54ff1a36ba796e5b88ae421a3836220f5774f0694cd49da8aff5f8c1efaac958_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ff8879335cb7031227028d3bbd5ae3c882c721871a28a42216fdf94885cc48f0_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ff8879335cb7031227028d3bbd5ae3c882c721871a28a42216fdf94885cc48f0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ff8879335cb7031227028d3bbd5ae3c882c721871a28a42216fdf94885cc48f0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:4bffd0baad38d0ea6f54efb82701a6530eae707565fee41e2e65682a990267b8_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:4bffd0baad38d0ea6f54efb82701a6530eae707565fee41e2e65682a990267b8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:4bffd0baad38d0ea6f54efb82701a6530eae707565fee41e2e65682a990267b8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:6381f7fc63ba688a5514eeef31d629e8e6cf01d6910f29f7dd38cc48a49f392b_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:6381f7fc63ba688a5514eeef31d629e8e6cf01d6910f29f7dd38cc48a49f392b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:6381f7fc63ba688a5514eeef31d629e8e6cf01d6910f29f7dd38cc48a49f392b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:6792be8aa7640d171ee8102e5315ee2cb5e51af62f7f9ebdfbb0b54e89e35cbf_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:6792be8aa7640d171ee8102e5315ee2cb5e51af62f7f9ebdfbb0b54e89e35cbf_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:6792be8aa7640d171ee8102e5315ee2cb5e51af62f7f9ebdfbb0b54e89e35cbf_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:e168e04989169bf67e16af77f602c8d762b1ef424f4abc92ad8ef8a135d6fe69_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:e168e04989169bf67e16af77f602c8d762b1ef424f4abc92ad8ef8a135d6fe69_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:e168e04989169bf67e16af77f602c8d762b1ef424f4abc92ad8ef8a135d6fe69_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b9e9f7cb5894890829532f10dda00d008bc5745b999b76daa26b5667e00e0b87_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b9e9f7cb5894890829532f10dda00d008bc5745b999b76daa26b5667e00e0b87_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b9e9f7cb5894890829532f10dda00d008bc5745b999b76daa26b5667e00e0b87_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:f8ab11c42ded9679807701a6c9564ff67b13ba875e28cdbb7663d9382f8e194c_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:f8ab11c42ded9679807701a6c9564ff67b13ba875e28cdbb7663d9382f8e194c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:f8ab11c42ded9679807701a6c9564ff67b13ba875e28cdbb7663d9382f8e194c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:203f1d7c4feca08547dfa923507640370e669f83029fcd373e4e93461cce9421_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:203f1d7c4feca08547dfa923507640370e669f83029fcd373e4e93461cce9421_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:203f1d7c4feca08547dfa923507640370e669f83029fcd373e4e93461cce9421_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:8b16e6a9162b06a6565a48f4b05f3a1681f9f6349278d4f44d93ebe60d96c566_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:8b16e6a9162b06a6565a48f4b05f3a1681f9f6349278d4f44d93ebe60d96c566_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:8b16e6a9162b06a6565a48f4b05f3a1681f9f6349278d4f44d93ebe60d96c566_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:ef131d257bfc318cd0071ea2867d209fd8088da69e92fd3d07bce2b86d4eb2f4_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:ef131d257bfc318cd0071ea2867d209fd8088da69e92fd3d07bce2b86d4eb2f4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:ef131d257bfc318cd0071ea2867d209fd8088da69e92fd3d07bce2b86d4eb2f4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fd5a0222754643780d37e10af8b077bf257b5b4be2abfd2393f0423a4fd4b291_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fd5a0222754643780d37e10af8b077bf257b5b4be2abfd2393f0423a4fd4b291_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fd5a0222754643780d37e10af8b077bf257b5b4be2abfd2393f0423a4fd4b291_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1f910938470138dfb6656b608393e46eb5c59d76edcca34b8bbc7148f2479061_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1f910938470138dfb6656b608393e46eb5c59d76edcca34b8bbc7148f2479061_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1f910938470138dfb6656b608393e46eb5c59d76edcca34b8bbc7148f2479061_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:71ce3309765f3dea75ed45541065b35f0aeb697d59b013294775e84b780f361a_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:71ce3309765f3dea75ed45541065b35f0aeb697d59b013294775e84b780f361a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:71ce3309765f3dea75ed45541065b35f0aeb697d59b013294775e84b780f361a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:313d893f24ad6f2f8c7881f418b9a5e9c499674052a97434372d1d079411ffc2_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:313d893f24ad6f2f8c7881f418b9a5e9c499674052a97434372d1d079411ffc2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:313d893f24ad6f2f8c7881f418b9a5e9c499674052a97434372d1d079411ffc2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:93bef2950591dfbc736a80f6a92659b6868991040450c5cc415d32e225177512_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:93bef2950591dfbc736a80f6a92659b6868991040450c5cc415d32e225177512_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:93bef2950591dfbc736a80f6a92659b6868991040450c5cc415d32e225177512_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:9487390a62cbea3de31fcfa46d05ff56a9d088426101b056254d0a3dddd6631c_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:9487390a62cbea3de31fcfa46d05ff56a9d088426101b056254d0a3dddd6631c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:9487390a62cbea3de31fcfa46d05ff56a9d088426101b056254d0a3dddd6631c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:d4cd54fcdc26243209c918dbb1dc54e940965cd12cb6d05259c0ed45e3755516_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:d4cd54fcdc26243209c918dbb1dc54e940965cd12cb6d05259c0ed45e3755516_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:d4cd54fcdc26243209c918dbb1dc54e940965cd12cb6d05259c0ed45e3755516_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:2f9449039570a38ef4191b3717a9597219919ffaff87b645f06c4daec74a3cbc_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:2f9449039570a38ef4191b3717a9597219919ffaff87b645f06c4daec74a3cbc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:2f9449039570a38ef4191b3717a9597219919ffaff87b645f06c4daec74a3cbc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:5d72d27d9247c2a9ae05a1e496eea2c264df19be8a566147cf5cdf378d82ac4b_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:5d72d27d9247c2a9ae05a1e496eea2c264df19be8a566147cf5cdf378d82ac4b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:5d72d27d9247c2a9ae05a1e496eea2c264df19be8a566147cf5cdf378d82ac4b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:2b1553659b6cb1a4fc9e75dca05c4117d98894a5ec55a650fb60a2062cf1b79b_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:2b1553659b6cb1a4fc9e75dca05c4117d98894a5ec55a650fb60a2062cf1b79b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:2b1553659b6cb1a4fc9e75dca05c4117d98894a5ec55a650fb60a2062cf1b79b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:35d963f072ba8d1d78380c48815bd2d06dff7f1917e493ca64a37d319988e6a6_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:35d963f072ba8d1d78380c48815bd2d06dff7f1917e493ca64a37d319988e6a6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:35d963f072ba8d1d78380c48815bd2d06dff7f1917e493ca64a37d319988e6a6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:42870b8a98ae271ad0f0b23ad541bc37a9585e93dc6822f149a0bcf53c78036d_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:42870b8a98ae271ad0f0b23ad541bc37a9585e93dc6822f149a0bcf53c78036d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:42870b8a98ae271ad0f0b23ad541bc37a9585e93dc6822f149a0bcf53c78036d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d797ecf477151c6821be3fb5e18dfa8f8df04233fa9f7da7b554da9eb38f0058_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d797ecf477151c6821be3fb5e18dfa8f8df04233fa9f7da7b554da9eb38f0058_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d797ecf477151c6821be3fb5e18dfa8f8df04233fa9f7da7b554da9eb38f0058_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:27d55172feba74eb9712fdb42300721acfa72e5d3739feac7c4353f8a36b4b38_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:27d55172feba74eb9712fdb42300721acfa72e5d3739feac7c4353f8a36b4b38_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:27d55172feba74eb9712fdb42300721acfa72e5d3739feac7c4353f8a36b4b38_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:5bba9f8444a0daf6194a6eda5d1b027781717446435ae4249a558a31fe17e06e_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:5bba9f8444a0daf6194a6eda5d1b027781717446435ae4249a558a31fe17e06e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:5bba9f8444a0daf6194a6eda5d1b027781717446435ae4249a558a31fe17e06e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a8840079bf9bf05cf2f9c4a7f38bb45b09baee82128d12df604007278fbdb198_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a8840079bf9bf05cf2f9c4a7f38bb45b09baee82128d12df604007278fbdb198_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a8840079bf9bf05cf2f9c4a7f38bb45b09baee82128d12df604007278fbdb198_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:effc3a9f6c7bb400163dbda690d84d9ef4d40736105a2594209efa8c0c5dc80b_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:effc3a9f6c7bb400163dbda690d84d9ef4d40736105a2594209efa8c0c5dc80b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:effc3a9f6c7bb400163dbda690d84d9ef4d40736105a2594209efa8c0c5dc80b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:3b6acf7cf4c49d979d30049d80bd265e7e8f17331648008bb4f9033822ed0a41_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:3b6acf7cf4c49d979d30049d80bd265e7e8f17331648008bb4f9033822ed0a41_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:3b6acf7cf4c49d979d30049d80bd265e7e8f17331648008bb4f9033822ed0a41_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5b377378d275c0a152365c6dcfa6e5f51a30de20210991ad8a4b5c45654cf022_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5b377378d275c0a152365c6dcfa6e5f51a30de20210991ad8a4b5c45654cf022_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5b377378d275c0a152365c6dcfa6e5f51a30de20210991ad8a4b5c45654cf022_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:855e978f66e69d149f00f5cdea64c68b677a1f2e9e1c28f3f67846bd5497ea9a_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:855e978f66e69d149f00f5cdea64c68b677a1f2e9e1c28f3f67846bd5497ea9a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:855e978f66e69d149f00f5cdea64c68b677a1f2e9e1c28f3f67846bd5497ea9a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9bbfc2d46e0e771ef7bf390e121f26b0dede58ac0ab6cc04e7592469a78ae5c8_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9bbfc2d46e0e771ef7bf390e121f26b0dede58ac0ab6cc04e7592469a78ae5c8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9bbfc2d46e0e771ef7bf390e121f26b0dede58ac0ab6cc04e7592469a78ae5c8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:101533b9ac484f5e8c3f1d95b742f3596fdf42d6a706aeca5712648ca50e8ce2_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:101533b9ac484f5e8c3f1d95b742f3596fdf42d6a706aeca5712648ca50e8ce2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:101533b9ac484f5e8c3f1d95b742f3596fdf42d6a706aeca5712648ca50e8ce2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:2918100b369a980a69fdd9d0bc0fc7c898bcdde23f8ac8c9a8a22066f2b1d87d_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:2918100b369a980a69fdd9d0bc0fc7c898bcdde23f8ac8c9a8a22066f2b1d87d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:2918100b369a980a69fdd9d0bc0fc7c898bcdde23f8ac8c9a8a22066f2b1d87d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4f2d8d750ce5932589e4c3b10579f00da60407a89be1976f3b54184c997650ab_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4f2d8d750ce5932589e4c3b10579f00da60407a89be1976f3b54184c997650ab_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4f2d8d750ce5932589e4c3b10579f00da60407a89be1976f3b54184c997650ab_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e7b4095c367aa9811dba1e43cda61f60b54b9536d9900990e7e6eac745ec7ac9_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e7b4095c367aa9811dba1e43cda61f60b54b9536d9900990e7e6eac745ec7ac9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e7b4095c367aa9811dba1e43cda61f60b54b9536d9900990e7e6eac745ec7ac9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1bb758a596fc11988a09a696981630bd00a73dca7c4ed52799f722ef87db6a91_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1bb758a596fc11988a09a696981630bd00a73dca7c4ed52799f722ef87db6a91_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1bb758a596fc11988a09a696981630bd00a73dca7c4ed52799f722ef87db6a91_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:50aa9b6ba005c3f004568e82cc73eb56ba6342720626f9a35eca618fd1ac9cc7_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:50aa9b6ba005c3f004568e82cc73eb56ba6342720626f9a35eca618fd1ac9cc7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:50aa9b6ba005c3f004568e82cc73eb56ba6342720626f9a35eca618fd1ac9cc7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:982fa1221449a4e78c06e6a13b7ee325b8951a8a04d0014939dc49b13c6ab79d_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:982fa1221449a4e78c06e6a13b7ee325b8951a8a04d0014939dc49b13c6ab79d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:982fa1221449a4e78c06e6a13b7ee325b8951a8a04d0014939dc49b13c6ab79d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f055755224db92970aa09e26ab84f8f8c3a67c2c8cd442eb4e7764e3474d4613_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f055755224db92970aa09e26ab84f8f8c3a67c2c8cd442eb4e7764e3474d4613_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f055755224db92970aa09e26ab84f8f8c3a67c2c8cd442eb4e7764e3474d4613_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:719c8857fcfce93887b77a94974d418e3bf19befe0ed25c5974bfc7ed53814bd_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:719c8857fcfce93887b77a94974d418e3bf19befe0ed25c5974bfc7ed53814bd_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:719c8857fcfce93887b77a94974d418e3bf19befe0ed25c5974bfc7ed53814bd_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:90f04dac670c4d0c505cf8f96d020c9e3f4c0747b91dc2a2531db407ffdcfbd7_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:90f04dac670c4d0c505cf8f96d020c9e3f4c0747b91dc2a2531db407ffdcfbd7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:90f04dac670c4d0c505cf8f96d020c9e3f4c0747b91dc2a2531db407ffdcfbd7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a921b1d40f1ebac4edf1d6bbe26fd7e39329776044e17d7f2409b20792acc271_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a921b1d40f1ebac4edf1d6bbe26fd7e39329776044e17d7f2409b20792acc271_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a921b1d40f1ebac4edf1d6bbe26fd7e39329776044e17d7f2409b20792acc271_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:db281fb5bc3ccd949d2156d7eafe5691ecc317c3e690f9987436d8b4317e6ec0_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:db281fb5bc3ccd949d2156d7eafe5691ecc317c3e690f9987436d8b4317e6ec0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:db281fb5bc3ccd949d2156d7eafe5691ecc317c3e690f9987436d8b4317e6ec0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0a68822ea4fb06b74890aebdb694cbba827a5c1b9519b5a4d2086a867464fa2b_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0a68822ea4fb06b74890aebdb694cbba827a5c1b9519b5a4d2086a867464fa2b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0a68822ea4fb06b74890aebdb694cbba827a5c1b9519b5a4d2086a867464fa2b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:38a4de43972a5ae5404ebc5862329c0b59ee5a6c72b5e3fa8be3171ad65ec713_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:38a4de43972a5ae5404ebc5862329c0b59ee5a6c72b5e3fa8be3171ad65ec713_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:38a4de43972a5ae5404ebc5862329c0b59ee5a6c72b5e3fa8be3171ad65ec713_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:dc970cb4ede420e1d131a6146d256269ca6fb34b633c17315e6b202723765bd7_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:dc970cb4ede420e1d131a6146d256269ca6fb34b633c17315e6b202723765bd7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:dc970cb4ede420e1d131a6146d256269ca6fb34b633c17315e6b202723765bd7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f47d18b4634f6f675e50f165a805f33970a038843dd48fe8a02b3924fa70e8f9_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f47d18b4634f6f675e50f165a805f33970a038843dd48fe8a02b3924fa70e8f9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f47d18b4634f6f675e50f165a805f33970a038843dd48fe8a02b3924fa70e8f9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:6731876f6a37e6e26e079b4d8901f7bdcdcb6f34f8f27c850ec813ca5b3a9543_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:6731876f6a37e6e26e079b4d8901f7bdcdcb6f34f8f27c850ec813ca5b3a9543_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:6731876f6a37e6e26e079b4d8901f7bdcdcb6f34f8f27c850ec813ca5b3a9543_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bfebb3f4a3a9476c2307fafdc5ec3fe7586c51dde9c5448fde7d34e37e2f45af_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bfebb3f4a3a9476c2307fafdc5ec3fe7586c51dde9c5448fde7d34e37e2f45af_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bfebb3f4a3a9476c2307fafdc5ec3fe7586c51dde9c5448fde7d34e37e2f45af_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c6b9b4bd2d7210a42dda555d8375807bec66a4f8693fdf256042b49b3f0130c6_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c6b9b4bd2d7210a42dda555d8375807bec66a4f8693fdf256042b49b3f0130c6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c6b9b4bd2d7210a42dda555d8375807bec66a4f8693fdf256042b49b3f0130c6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:eab2bb53112191763cd944b3b13cf750ea9390b56d7d14d312183ffe56d0a394_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:eab2bb53112191763cd944b3b13cf750ea9390b56d7d14d312183ffe56d0a394_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:eab2bb53112191763cd944b3b13cf750ea9390b56d7d14d312183ffe56d0a394_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:3ca197c0d720c1314db2f36fdd4f1fd81f0b729829f27b39508f0a6e7ecf7bab_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:3ca197c0d720c1314db2f36fdd4f1fd81f0b729829f27b39508f0a6e7ecf7bab_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:3ca197c0d720c1314db2f36fdd4f1fd81f0b729829f27b39508f0a6e7ecf7bab_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:475e121c7d6f480d7d2545252a7b59510a66cfb609f586bb587595ccfa3b71d6_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:475e121c7d6f480d7d2545252a7b59510a66cfb609f586bb587595ccfa3b71d6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:475e121c7d6f480d7d2545252a7b59510a66cfb609f586bb587595ccfa3b71d6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6cedc3acc4032d410aa6c0142de17e62461401a772a09c795371238dc00fe91b_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6cedc3acc4032d410aa6c0142de17e62461401a772a09c795371238dc00fe91b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6cedc3acc4032d410aa6c0142de17e62461401a772a09c795371238dc00fe91b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ce34f62e6953d64b6566905934afc4a1f5911ec68483f5ceecb59d187e37a955_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ce34f62e6953d64b6566905934afc4a1f5911ec68483f5ceecb59d187e37a955_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ce34f62e6953d64b6566905934afc4a1f5911ec68483f5ceecb59d187e37a955_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:2037952b4938add2200b79534d571adffd95bb0c6ce04e7ea4a6c0ad85389771_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:2037952b4938add2200b79534d571adffd95bb0c6ce04e7ea4a6c0ad85389771_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:2037952b4938add2200b79534d571adffd95bb0c6ce04e7ea4a6c0ad85389771_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:698f43ebb93c00ee0a916be218a7819d0a402e32c12724afc51f2323c26d541b_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:698f43ebb93c00ee0a916be218a7819d0a402e32c12724afc51f2323c26d541b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:698f43ebb93c00ee0a916be218a7819d0a402e32c12724afc51f2323c26d541b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c247cff3341da9969055ddef313806cda81c2dac492ce683d4abcd5ceb5a9bc9_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c247cff3341da9969055ddef313806cda81c2dac492ce683d4abcd5ceb5a9bc9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c247cff3341da9969055ddef313806cda81c2dac492ce683d4abcd5ceb5a9bc9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f12ba7fce7d3a13280d4bfe412b9b54ca22baa52b90be0fd7825ac719f1de068_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f12ba7fce7d3a13280d4bfe412b9b54ca22baa52b90be0fd7825ac719f1de068_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f12ba7fce7d3a13280d4bfe412b9b54ca22baa52b90be0fd7825ac719f1de068_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0d06e661c793f5524b749bff4124ebcc17b7acff1b57a672064c072dd7b0390d_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0d06e661c793f5524b749bff4124ebcc17b7acff1b57a672064c072dd7b0390d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0d06e661c793f5524b749bff4124ebcc17b7acff1b57a672064c072dd7b0390d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:484c08c7c512dfb681137cbf0cdd45f42ed4181a690076f6dc6920724687655f_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:484c08c7c512dfb681137cbf0cdd45f42ed4181a690076f6dc6920724687655f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:484c08c7c512dfb681137cbf0cdd45f42ed4181a690076f6dc6920724687655f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8a100494af630b1dd1ac3e0a7c75fba4853a1e7471a0b6eae2f7d6b7762beeee_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8a100494af630b1dd1ac3e0a7c75fba4853a1e7471a0b6eae2f7d6b7762beeee_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8a100494af630b1dd1ac3e0a7c75fba4853a1e7471a0b6eae2f7d6b7762beeee_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c9329187e9bde81fc4f0b4996c909fe4e9354e58fe353340600532153254e5b4_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c9329187e9bde81fc4f0b4996c909fe4e9354e58fe353340600532153254e5b4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c9329187e9bde81fc4f0b4996c909fe4e9354e58fe353340600532153254e5b4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9143250b98cf0e2f2b3ec33bc25a856d0b2dd432d1994740e639bde2ed1deb29_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9143250b98cf0e2f2b3ec33bc25a856d0b2dd432d1994740e639bde2ed1deb29_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9143250b98cf0e2f2b3ec33bc25a856d0b2dd432d1994740e639bde2ed1deb29_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9a7f2845529ffd78d9193a8329bd1761b7723678b83e8d5362aaafa657c398eb_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9a7f2845529ffd78d9193a8329bd1761b7723678b83e8d5362aaafa657c398eb_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9a7f2845529ffd78d9193a8329bd1761b7723678b83e8d5362aaafa657c398eb_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:c6ef91fb95bad775d172019ab1b5f9c275c2302f85f04c0504273be57eab1989_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:c6ef91fb95bad775d172019ab1b5f9c275c2302f85f04c0504273be57eab1989_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:c6ef91fb95bad775d172019ab1b5f9c275c2302f85f04c0504273be57eab1989_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e2becd018c34a7c29e770fa329cba4f1a371d4b089451365abb35acacedbcdfb_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e2becd018c34a7c29e770fa329cba4f1a371d4b089451365abb35acacedbcdfb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e2becd018c34a7c29e770fa329cba4f1a371d4b089451365abb35acacedbcdfb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5279e457358edeae97e136d8067f05d60b4b806c92e687bbd11afecda4840eda_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5279e457358edeae97e136d8067f05d60b4b806c92e687bbd11afecda4840eda_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5279e457358edeae97e136d8067f05d60b4b806c92e687bbd11afecda4840eda_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5d76a917f9cea787b11ab23bed912261cad050e397769c94c1b70cac389c48b0_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5d76a917f9cea787b11ab23bed912261cad050e397769c94c1b70cac389c48b0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5d76a917f9cea787b11ab23bed912261cad050e397769c94c1b70cac389c48b0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:88237cdb1714ed0759ff8c96466010145ff8cfd60a7dd3debec25e3a2b33200e_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:88237cdb1714ed0759ff8c96466010145ff8cfd60a7dd3debec25e3a2b33200e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:88237cdb1714ed0759ff8c96466010145ff8cfd60a7dd3debec25e3a2b33200e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ff62706a4904af960c4989c87712d896b34265fcaf21ecc9500daecd03561b38_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ff62706a4904af960c4989c87712d896b34265fcaf21ecc9500daecd03561b38_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ff62706a4904af960c4989c87712d896b34265fcaf21ecc9500daecd03561b38_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:15ddf484307e3bc53f165873cf04ea008f4f5720effb19e3ca1aeabd9fae64e3_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:15ddf484307e3bc53f165873cf04ea008f4f5720effb19e3ca1aeabd9fae64e3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:15ddf484307e3bc53f165873cf04ea008f4f5720effb19e3ca1aeabd9fae64e3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:28a6a3b04348c6191f58b9b0a700acc995d5fbcee3cdf1af5e34dfb0a15918fc_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:28a6a3b04348c6191f58b9b0a700acc995d5fbcee3cdf1af5e34dfb0a15918fc_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:28a6a3b04348c6191f58b9b0a700acc995d5fbcee3cdf1af5e34dfb0a15918fc_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4933a9cb0be09725767981638b9139867cad6a26a228701ec034d45c3f7da4de_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4933a9cb0be09725767981638b9139867cad6a26a228701ec034d45c3f7da4de_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4933a9cb0be09725767981638b9139867cad6a26a228701ec034d45c3f7da4de_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4b571bca7d279192d7095a9d157cdf40f553543b6a39658919bc5920445d1177_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4b571bca7d279192d7095a9d157cdf40f553543b6a39658919bc5920445d1177_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4b571bca7d279192d7095a9d157cdf40f553543b6a39658919bc5920445d1177_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0f18441bd2e164906e7bad119d70b8f5b9b47c1596d58b6d812ee1e2f4b6c0e5_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0f18441bd2e164906e7bad119d70b8f5b9b47c1596d58b6d812ee1e2f4b6c0e5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0f18441bd2e164906e7bad119d70b8f5b9b47c1596d58b6d812ee1e2f4b6c0e5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:77df277ba08b5a6efaf78b4ec5e59a7aca2569e00e7644d27e1d2653d80d150b_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:77df277ba08b5a6efaf78b4ec5e59a7aca2569e00e7644d27e1d2653d80d150b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:77df277ba08b5a6efaf78b4ec5e59a7aca2569e00e7644d27e1d2653d80d150b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:afee031de2fff6cb0e07995b5f6c4ac83ab4cf3b83f23a3931a4d7e15a512c1e_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:afee031de2fff6cb0e07995b5f6c4ac83ab4cf3b83f23a3931a4d7e15a512c1e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:afee031de2fff6cb0e07995b5f6c4ac83ab4cf3b83f23a3931a4d7e15a512c1e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:cc8b86ad3d080ab5dedb159dfca744ce669341a2491e5a0bab4f59e3dae9ed7e_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:cc8b86ad3d080ab5dedb159dfca744ce669341a2491e5a0bab4f59e3dae9ed7e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:cc8b86ad3d080ab5dedb159dfca744ce669341a2491e5a0bab4f59e3dae9ed7e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4a76171907bffd3a94e149dfabb6170331e2fc0a30f3ea7b8eba1cbe68e1fa80_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4a76171907bffd3a94e149dfabb6170331e2fc0a30f3ea7b8eba1cbe68e1fa80_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4a76171907bffd3a94e149dfabb6170331e2fc0a30f3ea7b8eba1cbe68e1fa80_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:62f935bfe570ea83e376ea84589bffcf0b99d30eef620adc813f72501d982705_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:62f935bfe570ea83e376ea84589bffcf0b99d30eef620adc813f72501d982705_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:62f935bfe570ea83e376ea84589bffcf0b99d30eef620adc813f72501d982705_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:75a992b3a14138492b585b3500a6b6f565c912b193834fa562c990bee8115e90_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:75a992b3a14138492b585b3500a6b6f565c912b193834fa562c990bee8115e90_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:75a992b3a14138492b585b3500a6b6f565c912b193834fa562c990bee8115e90_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:9fa46e30f86fbaa943f136733680d0e8a668df1e04d1bcb71160b8bb795a2df0_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:9fa46e30f86fbaa943f136733680d0e8a668df1e04d1bcb71160b8bb795a2df0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:9fa46e30f86fbaa943f136733680d0e8a668df1e04d1bcb71160b8bb795a2df0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:58b7b6502847bba5230e65e90a10350d8cdfd331f5656425dd2f310e3fc89cb5_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:58b7b6502847bba5230e65e90a10350d8cdfd331f5656425dd2f310e3fc89cb5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:58b7b6502847bba5230e65e90a10350d8cdfd331f5656425dd2f310e3fc89cb5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:5989d793b9236bdd9dcc1df6d4687a6e0222590453a5e4e31be75d0414c28056_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:5989d793b9236bdd9dcc1df6d4687a6e0222590453a5e4e31be75d0414c28056_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:5989d793b9236bdd9dcc1df6d4687a6e0222590453a5e4e31be75d0414c28056_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7e5383d64b25edf87578b2cf05de47d46fdd2fb6f1f4db5146ead38c887f36a3_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7e5383d64b25edf87578b2cf05de47d46fdd2fb6f1f4db5146ead38c887f36a3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7e5383d64b25edf87578b2cf05de47d46fdd2fb6f1f4db5146ead38c887f36a3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b5b9266258ab925a7dfd33b86043873af4c0799fc52befbc476f875dc44b810d_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b5b9266258ab925a7dfd33b86043873af4c0799fc52befbc476f875dc44b810d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b5b9266258ab925a7dfd33b86043873af4c0799fc52befbc476f875dc44b810d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:100d472991b3969275774576b60f5ccffacabcf89eb52efbb744aa441cfcce99_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:100d472991b3969275774576b60f5ccffacabcf89eb52efbb744aa441cfcce99_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:100d472991b3969275774576b60f5ccffacabcf89eb52efbb744aa441cfcce99_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:9a6fe277560deb4c1c2f91a1d56678c5956bc9ba958b859eaacd371f8ca753f4_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:9a6fe277560deb4c1c2f91a1d56678c5956bc9ba958b859eaacd371f8ca753f4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:9a6fe277560deb4c1c2f91a1d56678c5956bc9ba958b859eaacd371f8ca753f4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a2d2bb9ceaaf23ff8430662ff6b267cb36848b2cf311bddcdaae8e33e8736306_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a2d2bb9ceaaf23ff8430662ff6b267cb36848b2cf311bddcdaae8e33e8736306_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a2d2bb9ceaaf23ff8430662ff6b267cb36848b2cf311bddcdaae8e33e8736306_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f71926ca5053134743dc906e1c5bbf2fd148acf50e44916a936f3a8e98494a04_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f71926ca5053134743dc906e1c5bbf2fd148acf50e44916a936f3a8e98494a04_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f71926ca5053134743dc906e1c5bbf2fd148acf50e44916a936f3a8e98494a04_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2dbbc016c4e06676f796ec4cd51e68c11c96bcdc41de8dd37c82c3c5c0825cc4_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2dbbc016c4e06676f796ec4cd51e68c11c96bcdc41de8dd37c82c3c5c0825cc4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2dbbc016c4e06676f796ec4cd51e68c11c96bcdc41de8dd37c82c3c5c0825cc4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:444b74ea4a7a8a664746757e4417aa7e0fb33fed32a4755d300e14a49afba481_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:444b74ea4a7a8a664746757e4417aa7e0fb33fed32a4755d300e14a49afba481_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:444b74ea4a7a8a664746757e4417aa7e0fb33fed32a4755d300e14a49afba481_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a330cd288cfbb99db498c3a7e7211eaddc4cc5e39b6343fc6589b958c6ac44ae_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a330cd288cfbb99db498c3a7e7211eaddc4cc5e39b6343fc6589b958c6ac44ae_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a330cd288cfbb99db498c3a7e7211eaddc4cc5e39b6343fc6589b958c6ac44ae_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cef4f16962b3d71927c90e2573873495563e3144b6e3e814acf5a220f1b27193_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cef4f16962b3d71927c90e2573873495563e3144b6e3e814acf5a220f1b27193_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cef4f16962b3d71927c90e2573873495563e3144b6e3e814acf5a220f1b27193_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4d6edfa2e5e9d6964a5b9483989f491cb5019ebe9af55116591b321b499bd12d_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4d6edfa2e5e9d6964a5b9483989f491cb5019ebe9af55116591b321b499bd12d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4d6edfa2e5e9d6964a5b9483989f491cb5019ebe9af55116591b321b499bd12d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:62e2bae1dd93787bebcb5f1b58499693f4c6fd620edb3254b776494d2b5a55a8_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:62e2bae1dd93787bebcb5f1b58499693f4c6fd620edb3254b776494d2b5a55a8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:62e2bae1dd93787bebcb5f1b58499693f4c6fd620edb3254b776494d2b5a55a8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a514202264b03a6c80a02e3cfafb7c6a86482449613b5ec0052d1040587fd088_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a514202264b03a6c80a02e3cfafb7c6a86482449613b5ec0052d1040587fd088_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a514202264b03a6c80a02e3cfafb7c6a86482449613b5ec0052d1040587fd088_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ae40b5055051c07b225c15723da95953a6a7d2dc6dfec8d0469d6f857c8424d2_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ae40b5055051c07b225c15723da95953a6a7d2dc6dfec8d0469d6f857c8424d2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ae40b5055051c07b225c15723da95953a6a7d2dc6dfec8d0469d6f857c8424d2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3882b19d141998fdfd1197856ec7826be00034d72633396be628002953fc94a7_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3882b19d141998fdfd1197856ec7826be00034d72633396be628002953fc94a7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3882b19d141998fdfd1197856ec7826be00034d72633396be628002953fc94a7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:39282efac8310ed389b4acc4ff3aabd6367800953c1e8fecbf17926306d1f419_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:39282efac8310ed389b4acc4ff3aabd6367800953c1e8fecbf17926306d1f419_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:39282efac8310ed389b4acc4ff3aabd6367800953c1e8fecbf17926306d1f419_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8df02a6889e22a9763b5c0e7b6934824f682f4683f2085f82dda54de427ba28d_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8df02a6889e22a9763b5c0e7b6934824f682f4683f2085f82dda54de427ba28d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8df02a6889e22a9763b5c0e7b6934824f682f4683f2085f82dda54de427ba28d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:fd15b8944403c78ee3c0fcbe08aa5ecfcb7b10c14fe5f1a20ba4873295879c8a_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:fd15b8944403c78ee3c0fcbe08aa5ecfcb7b10c14fe5f1a20ba4873295879c8a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:fd15b8944403c78ee3c0fcbe08aa5ecfcb7b10c14fe5f1a20ba4873295879c8a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:011ac49df806c01b3f64fab0b3d79355b2685c8fc0316653f34359b451ef2ba5_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:011ac49df806c01b3f64fab0b3d79355b2685c8fc0316653f34359b451ef2ba5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:011ac49df806c01b3f64fab0b3d79355b2685c8fc0316653f34359b451ef2ba5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5929d673c5a6a568c88e13586278da184ebda4c9c5a9a4a1f9154ad0e66340ad_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5929d673c5a6a568c88e13586278da184ebda4c9c5a9a4a1f9154ad0e66340ad_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5929d673c5a6a568c88e13586278da184ebda4c9c5a9a4a1f9154ad0e66340ad_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d113138d214fab52ec3422cd3affe8d3694a1ec30b85778acfa8b114ebffdddb_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d113138d214fab52ec3422cd3affe8d3694a1ec30b85778acfa8b114ebffdddb_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d113138d214fab52ec3422cd3affe8d3694a1ec30b85778acfa8b114ebffdddb_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d91c11d262c19c1f020e9b53da07db82b6d68533f4e697ecff6c722781b4a4ba_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d91c11d262c19c1f020e9b53da07db82b6d68533f4e697ecff6c722781b4a4ba_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d91c11d262c19c1f020e9b53da07db82b6d68533f4e697ecff6c722781b4a4ba_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:5865f0a925e725309c27dc1d71d0dc999cb01b4fbde764ba8def1524f978c0f1_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:5865f0a925e725309c27dc1d71d0dc999cb01b4fbde764ba8def1524f978c0f1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:5865f0a925e725309c27dc1d71d0dc999cb01b4fbde764ba8def1524f978c0f1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:bdbbbd728c482c0c5b5e87af470856aff0c8264d3f490c8ae9d987f21d5bac60_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:bdbbbd728c482c0c5b5e87af470856aff0c8264d3f490c8ae9d987f21d5bac60_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:bdbbbd728c482c0c5b5e87af470856aff0c8264d3f490c8ae9d987f21d5bac60_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c1230c3643979aff1e615e1de9bcbc758c31f7508b9a3b25fd2eb323eb6b2490_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c1230c3643979aff1e615e1de9bcbc758c31f7508b9a3b25fd2eb323eb6b2490_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c1230c3643979aff1e615e1de9bcbc758c31f7508b9a3b25fd2eb323eb6b2490_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c7649d6adc16287d38318b6a50107dc1d3aee2e842a19e09822fb86fac31df15_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c7649d6adc16287d38318b6a50107dc1d3aee2e842a19e09822fb86fac31df15_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c7649d6adc16287d38318b6a50107dc1d3aee2e842a19e09822fb86fac31df15_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:70687b2657e8f1cbbff110582b55f3104d0c7f47a44ca1185a7f67e421d76a17_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:70687b2657e8f1cbbff110582b55f3104d0c7f47a44ca1185a7f67e421d76a17_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:70687b2657e8f1cbbff110582b55f3104d0c7f47a44ca1185a7f67e421d76a17_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bda8d910934ae595f8a53675c74094693de8e0a929fc7c52458b2a9f7cd0b4a6_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bda8d910934ae595f8a53675c74094693de8e0a929fc7c52458b2a9f7cd0b4a6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bda8d910934ae595f8a53675c74094693de8e0a929fc7c52458b2a9f7cd0b4a6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dff9eb529ea868114b0f46c60f4014b429ce115b0ce949e6855fe29d9270354a_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dff9eb529ea868114b0f46c60f4014b429ce115b0ce949e6855fe29d9270354a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dff9eb529ea868114b0f46c60f4014b429ce115b0ce949e6855fe29d9270354a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e56bb2c28d7ddd2dbac95451cc16d547718b651532ec69c85e8f0fcf5785d002_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e56bb2c28d7ddd2dbac95451cc16d547718b651532ec69c85e8f0fcf5785d002_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e56bb2c28d7ddd2dbac95451cc16d547718b651532ec69c85e8f0fcf5785d002_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1670745d88d0d92a262ab445f81956e894ae5e9b23d490fab96860957c028771_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1670745d88d0d92a262ab445f81956e894ae5e9b23d490fab96860957c028771_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1670745d88d0d92a262ab445f81956e894ae5e9b23d490fab96860957c028771_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5cf3f4d1346c07a4e065dad2df083934591b45c714f503b5b617d470e87f1db7_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5cf3f4d1346c07a4e065dad2df083934591b45c714f503b5b617d470e87f1db7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5cf3f4d1346c07a4e065dad2df083934591b45c714f503b5b617d470e87f1db7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7adc722fdef132557c191e026fdac56278584f6e49f3902179fc443d87a4165d_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7adc722fdef132557c191e026fdac56278584f6e49f3902179fc443d87a4165d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7adc722fdef132557c191e026fdac56278584f6e49f3902179fc443d87a4165d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ff467f13cb09556eb490743f878422fa2493b8bca683b8759d7926e8af97dace_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ff467f13cb09556eb490743f878422fa2493b8bca683b8759d7926e8af97dace_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ff467f13cb09556eb490743f878422fa2493b8bca683b8759d7926e8af97dace_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4030ffce9d00de08b95d660595f0f67b2b83756ced6c6439da14d36b0b923729_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4030ffce9d00de08b95d660595f0f67b2b83756ced6c6439da14d36b0b923729_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4030ffce9d00de08b95d660595f0f67b2b83756ced6c6439da14d36b0b923729_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4baea4cfb5bc4a7974f90c3bfbb25e23865b659fd078ec45b4c36ec0d11b78f3_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4baea4cfb5bc4a7974f90c3bfbb25e23865b659fd078ec45b4c36ec0d11b78f3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4baea4cfb5bc4a7974f90c3bfbb25e23865b659fd078ec45b4c36ec0d11b78f3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:829d8937eb34548f09b89de6dd5a236ae58d6f74501f44c929538c281a8be920_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:829d8937eb34548f09b89de6dd5a236ae58d6f74501f44c929538c281a8be920_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:829d8937eb34548f09b89de6dd5a236ae58d6f74501f44c929538c281a8be920_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a7fc85a92b1d5f7f79d8a8a63e6d9bb4dfc66383ff175fbd956deb1de3127fdb_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a7fc85a92b1d5f7f79d8a8a63e6d9bb4dfc66383ff175fbd956deb1de3127fdb_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a7fc85a92b1d5f7f79d8a8a63e6d9bb4dfc66383ff175fbd956deb1de3127fdb_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:78adc3f034871d6d77793932d11b1e5f4b2ff3e1cff0385b44811210a3c84dc9_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:78adc3f034871d6d77793932d11b1e5f4b2ff3e1cff0385b44811210a3c84dc9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:78adc3f034871d6d77793932d11b1e5f4b2ff3e1cff0385b44811210a3c84dc9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b836e8f7b31ba9c107a08e3be1cc27e73afa4045210d7fccc817c6058671aa67_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b836e8f7b31ba9c107a08e3be1cc27e73afa4045210d7fccc817c6058671aa67_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b836e8f7b31ba9c107a08e3be1cc27e73afa4045210d7fccc817c6058671aa67_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:cb550213a7e8671953d5b880c0b651a566be475a3ca0f5b442a2fa9b0bfeeb1d_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:cb550213a7e8671953d5b880c0b651a566be475a3ca0f5b442a2fa9b0bfeeb1d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:cb550213a7e8671953d5b880c0b651a566be475a3ca0f5b442a2fa9b0bfeeb1d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f727aa55c29332a39fb4e74013b9cc96ea5b32c9cfbb7cbcd79c7031d1a6f44f_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f727aa55c29332a39fb4e74013b9cc96ea5b32c9cfbb7cbcd79c7031d1a6f44f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f727aa55c29332a39fb4e74013b9cc96ea5b32c9cfbb7cbcd79c7031d1a6f44f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4b1f00007dc39d345013c99c38163e0adc112e5eb81fdf41e1acaa1e0064d7f0_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4b1f00007dc39d345013c99c38163e0adc112e5eb81fdf41e1acaa1e0064d7f0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4b1f00007dc39d345013c99c38163e0adc112e5eb81fdf41e1acaa1e0064d7f0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6ae9a652c5693c55ceb3ed91fbac054d887142b0f55882c776e42ba20d1dbdcb_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6ae9a652c5693c55ceb3ed91fbac054d887142b0f55882c776e42ba20d1dbdcb_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6ae9a652c5693c55ceb3ed91fbac054d887142b0f55882c776e42ba20d1dbdcb_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7ae4ffe7112d35231314490c8d02c6f0947b54c240ace11a87c07dad44d5be4c_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7ae4ffe7112d35231314490c8d02c6f0947b54c240ace11a87c07dad44d5be4c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7ae4ffe7112d35231314490c8d02c6f0947b54c240ace11a87c07dad44d5be4c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:934380eb6ae83360d1e11f709c58d18c2e69e04b3246a02846f26f9879ca1edc_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:934380eb6ae83360d1e11f709c58d18c2e69e04b3246a02846f26f9879ca1edc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:934380eb6ae83360d1e11f709c58d18c2e69e04b3246a02846f26f9879ca1edc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5580313395048ffe3d874dec574f7f1f1f21cb84831945de53a80856b4e945df_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5580313395048ffe3d874dec574f7f1f1f21cb84831945de53a80856b4e945df_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5580313395048ffe3d874dec574f7f1f1f21cb84831945de53a80856b4e945df_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9bc152718354bb245a765da17d12d0477cbd15d7eda5a86b8c5b1330287fec4c_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9bc152718354bb245a765da17d12d0477cbd15d7eda5a86b8c5b1330287fec4c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9bc152718354bb245a765da17d12d0477cbd15d7eda5a86b8c5b1330287fec4c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c00d2c84a5f8c5f1c674d43eddacbbac05782b81ab98cff83b606c35b46d18a5_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c00d2c84a5f8c5f1c674d43eddacbbac05782b81ab98cff83b606c35b46d18a5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c00d2c84a5f8c5f1c674d43eddacbbac05782b81ab98cff83b606c35b46d18a5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d74ebc7fd5b30afecc3d9f61ee6c74b2c0f8519514c5614ddfbe9bbc68227509_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d74ebc7fd5b30afecc3d9f61ee6c74b2c0f8519514c5614ddfbe9bbc68227509_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d74ebc7fd5b30afecc3d9f61ee6c74b2c0f8519514c5614ddfbe9bbc68227509_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:84ca4259de3e923248f7d50c3adcea713871d3d2da66f172c25dd391d22a3bb8_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:84ca4259de3e923248f7d50c3adcea713871d3d2da66f172c25dd391d22a3bb8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:84ca4259de3e923248f7d50c3adcea713871d3d2da66f172c25dd391d22a3bb8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c6381254579086af7ec69a4e610680fe0e532a26f7ce202c72d047b89e0db642_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c6381254579086af7ec69a4e610680fe0e532a26f7ce202c72d047b89e0db642_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c6381254579086af7ec69a4e610680fe0e532a26f7ce202c72d047b89e0db642_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e0eefc7f55d25990d314c2ceb50afe70f7746e467ab7a409fa3d1b44708d9ffd_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e0eefc7f55d25990d314c2ceb50afe70f7746e467ab7a409fa3d1b44708d9ffd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e0eefc7f55d25990d314c2ceb50afe70f7746e467ab7a409fa3d1b44708d9ffd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fed1fbc1295974647bcbad55e52b199c2d3d4307a3e53e4f8b1db135df9fd8f8_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fed1fbc1295974647bcbad55e52b199c2d3d4307a3e53e4f8b1db135df9fd8f8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fed1fbc1295974647bcbad55e52b199c2d3d4307a3e53e4f8b1db135df9fd8f8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4bbddb6ff2f7429b2f5730d4a3f529b80784f8e42a0acc025e78713d703a2efd_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4bbddb6ff2f7429b2f5730d4a3f529b80784f8e42a0acc025e78713d703a2efd_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4bbddb6ff2f7429b2f5730d4a3f529b80784f8e42a0acc025e78713d703a2efd_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:53a0ebb5fda619248605abeda530cf37fdb7ce99e7b7314cd5bcef2d8d8b7004_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:53a0ebb5fda619248605abeda530cf37fdb7ce99e7b7314cd5bcef2d8d8b7004_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:53a0ebb5fda619248605abeda530cf37fdb7ce99e7b7314cd5bcef2d8d8b7004_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5e37b117f72cf1001bea772e1302186d8f86c0980534b7f359179a5e6926c448_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5e37b117f72cf1001bea772e1302186d8f86c0980534b7f359179a5e6926c448_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5e37b117f72cf1001bea772e1302186d8f86c0980534b7f359179a5e6926c448_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6891d22800cc10bd8d773d471bc71c4db64460efab4b30202d42da1daf61a3fd_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6891d22800cc10bd8d773d471bc71c4db64460efab4b30202d42da1daf61a3fd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6891d22800cc10bd8d773d471bc71c4db64460efab4b30202d42da1daf61a3fd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0d1bc6ef87ea978c23ca7189fdf17ad0f54a5f7709a75a25d82e7b84ffadf984_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0d1bc6ef87ea978c23ca7189fdf17ad0f54a5f7709a75a25d82e7b84ffadf984_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0d1bc6ef87ea978c23ca7189fdf17ad0f54a5f7709a75a25d82e7b84ffadf984_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:107f2fcd3f606044c570a980c176047870b304f3212df747995f6eb8a45749bb_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:107f2fcd3f606044c570a980c176047870b304f3212df747995f6eb8a45749bb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:107f2fcd3f606044c570a980c176047870b304f3212df747995f6eb8a45749bb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6b6e5e25d50219a95d914df16c1c4e761d0bb45a9efd054572e54054f27a6f0a_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6b6e5e25d50219a95d914df16c1c4e761d0bb45a9efd054572e54054f27a6f0a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6b6e5e25d50219a95d914df16c1c4e761d0bb45a9efd054572e54054f27a6f0a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:dd60fb26e79143000563578f9d72e3bb7cdde4b73dfdfc148b27942197d3be51_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:dd60fb26e79143000563578f9d72e3bb7cdde4b73dfdfc148b27942197d3be51_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:dd60fb26e79143000563578f9d72e3bb7cdde4b73dfdfc148b27942197d3be51_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:053d5fdef0973f6017991487843da7a64f8a346025cf46a7c575d6a4bab71d74_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:053d5fdef0973f6017991487843da7a64f8a346025cf46a7c575d6a4bab71d74_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:053d5fdef0973f6017991487843da7a64f8a346025cf46a7c575d6a4bab71d74_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:26318acd09b8263236b4d266c735aad015e3a4b61daafedf266ef1115968f536_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:26318acd09b8263236b4d266c735aad015e3a4b61daafedf266ef1115968f536_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:26318acd09b8263236b4d266c735aad015e3a4b61daafedf266ef1115968f536_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3ed5dce28d62c36a87ff35dead5806fd124a187e48051a0d2b550b209c9f6302_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3ed5dce28d62c36a87ff35dead5806fd124a187e48051a0d2b550b209c9f6302_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3ed5dce28d62c36a87ff35dead5806fd124a187e48051a0d2b550b209c9f6302_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e06c4933f2806bfab0f36ccdc159675e5fe2a6a084f98065787d304d5df3b7f8_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e06c4933f2806bfab0f36ccdc159675e5fe2a6a084f98065787d304d5df3b7f8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e06c4933f2806bfab0f36ccdc159675e5fe2a6a084f98065787d304d5df3b7f8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:055b352bfb76de2eba0b9f0d1a6bca199c6e913e8e95879e991c5fd22095c677_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:055b352bfb76de2eba0b9f0d1a6bca199c6e913e8e95879e991c5fd22095c677_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:055b352bfb76de2eba0b9f0d1a6bca199c6e913e8e95879e991c5fd22095c677_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:16e31b5411f5f1924cbcf851f1b0463302a34c31c5c515220923f7a2050c18e8_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:16e31b5411f5f1924cbcf851f1b0463302a34c31c5c515220923f7a2050c18e8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:16e31b5411f5f1924cbcf851f1b0463302a34c31c5c515220923f7a2050c18e8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5909f73afae46cf2ad00a9a6f1c38d38acc3ab00a0b97ca419110492d7bcab7d_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5909f73afae46cf2ad00a9a6f1c38d38acc3ab00a0b97ca419110492d7bcab7d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5909f73afae46cf2ad00a9a6f1c38d38acc3ab00a0b97ca419110492d7bcab7d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dbfe981d5b05078eb1158624dfe2f0651cad81b92aafbc671cb6470b49bbb89f_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dbfe981d5b05078eb1158624dfe2f0651cad81b92aafbc671cb6470b49bbb89f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dbfe981d5b05078eb1158624dfe2f0651cad81b92aafbc671cb6470b49bbb89f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3b166e5b5529c407c2f8e372414d043fc617965696c5a869fcadfde2d14d716d_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3b166e5b5529c407c2f8e372414d043fc617965696c5a869fcadfde2d14d716d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3b166e5b5529c407c2f8e372414d043fc617965696c5a869fcadfde2d14d716d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d3f6483b465851cbb520810069a18136af80ccdf79fc1ea80ddb4687ce685aca_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d3f6483b465851cbb520810069a18136af80ccdf79fc1ea80ddb4687ce685aca_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d3f6483b465851cbb520810069a18136af80ccdf79fc1ea80ddb4687ce685aca_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d7d33c165c3d0cc0e4924e8c8d34bfbd1d72e2aea301e53e4b37b712e94c06e2_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d7d33c165c3d0cc0e4924e8c8d34bfbd1d72e2aea301e53e4b37b712e94c06e2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d7d33c165c3d0cc0e4924e8c8d34bfbd1d72e2aea301e53e4b37b712e94c06e2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:de5e8cdb75cc79630290f83ff179057d25bfc11d37816c57b6f66563eb3a2732_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:de5e8cdb75cc79630290f83ff179057d25bfc11d37816c57b6f66563eb3a2732_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:de5e8cdb75cc79630290f83ff179057d25bfc11d37816c57b6f66563eb3a2732_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:24abe1e6ee078487af8ee8bdd5dbc267c18882078a7987fbd63728dc2b65bb75_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:24abe1e6ee078487af8ee8bdd5dbc267c18882078a7987fbd63728dc2b65bb75_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:24abe1e6ee078487af8ee8bdd5dbc267c18882078a7987fbd63728dc2b65bb75_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:552d01e66c6b2fe59104b8a9f3e1e58fdcd7b4d4cd63db42883ceb119ec0ef25_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:552d01e66c6b2fe59104b8a9f3e1e58fdcd7b4d4cd63db42883ceb119ec0ef25_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:552d01e66c6b2fe59104b8a9f3e1e58fdcd7b4d4cd63db42883ceb119ec0ef25_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c00c3c5e7e106cd6527cec39e5c3fba990d1986bfdcb691b866db80d59e5f82_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c00c3c5e7e106cd6527cec39e5c3fba990d1986bfdcb691b866db80d59e5f82_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c00c3c5e7e106cd6527cec39e5c3fba990d1986bfdcb691b866db80d59e5f82_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bed1aeb4f58c045644650615230eaee03336daf78d9342022786c12f29da670d_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bed1aeb4f58c045644650615230eaee03336daf78d9342022786c12f29da670d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bed1aeb4f58c045644650615230eaee03336daf78d9342022786c12f29da670d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3b213ee7154fd814e8a904c3a161bc16ca7419163e8132ccabab76821c33b310_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3b213ee7154fd814e8a904c3a161bc16ca7419163e8132ccabab76821c33b310_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3b213ee7154fd814e8a904c3a161bc16ca7419163e8132ccabab76821c33b310_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:721efd9cae7cd4b43c6bd498064a6c427fa32d0ba848f8b0bf7670afd662bb18_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:721efd9cae7cd4b43c6bd498064a6c427fa32d0ba848f8b0bf7670afd662bb18_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:721efd9cae7cd4b43c6bd498064a6c427fa32d0ba848f8b0bf7670afd662bb18_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8f5f0f56604ecf94768262496ba1e29073e87ec16aa8f434674b308bbd00678b_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8f5f0f56604ecf94768262496ba1e29073e87ec16aa8f434674b308bbd00678b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8f5f0f56604ecf94768262496ba1e29073e87ec16aa8f434674b308bbd00678b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d78b1c13b0ef255bce1e19973bcbef04d40c517301959a7f23d23613a95c1db0_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d78b1c13b0ef255bce1e19973bcbef04d40c517301959a7f23d23613a95c1db0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d78b1c13b0ef255bce1e19973bcbef04d40c517301959a7f23d23613a95c1db0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:650f0e2357f8d302f10ee0a628868f985c5a8c8a4e6af9e6793a9051b33205b9_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:650f0e2357f8d302f10ee0a628868f985c5a8c8a4e6af9e6793a9051b33205b9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:650f0e2357f8d302f10ee0a628868f985c5a8c8a4e6af9e6793a9051b33205b9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d5a3ff1bae3686aff1781b5f5f9e1a7966962b88a1e84ab4eb62751aa835bb78_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d5a3ff1bae3686aff1781b5f5f9e1a7966962b88a1e84ab4eb62751aa835bb78_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d5a3ff1bae3686aff1781b5f5f9e1a7966962b88a1e84ab4eb62751aa835bb78_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:db30f78340370f9da03fdee73445b72160c35d83f44f708d3a62c9dc8e88bd46_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:db30f78340370f9da03fdee73445b72160c35d83f44f708d3a62c9dc8e88bd46_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:db30f78340370f9da03fdee73445b72160c35d83f44f708d3a62c9dc8e88bd46_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e88ead481c18a7b6de8ba7f609a1782e45e1ce85f2a158f259bbe68a9db261b5_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e88ead481c18a7b6de8ba7f609a1782e45e1ce85f2a158f259bbe68a9db261b5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e88ead481c18a7b6de8ba7f609a1782e45e1ce85f2a158f259bbe68a9db261b5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:0bdbde169ecd68d82366f3d04f947f73715797fae5c3c4561e7bda5b5080dc3f_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:0bdbde169ecd68d82366f3d04f947f73715797fae5c3c4561e7bda5b5080dc3f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:0bdbde169ecd68d82366f3d04f947f73715797fae5c3c4561e7bda5b5080dc3f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:1d45937273065c5cdeea502fa388172651fef5a607db33ea72c49f2a50b29b94_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:1d45937273065c5cdeea502fa388172651fef5a607db33ea72c49f2a50b29b94_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:1d45937273065c5cdeea502fa388172651fef5a607db33ea72c49f2a50b29b94_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a562490081e5dfc0fea7306931e2dab3fbfdf76cd83768b7a43ea556aebfe4f9_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a562490081e5dfc0fea7306931e2dab3fbfdf76cd83768b7a43ea556aebfe4f9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a562490081e5dfc0fea7306931e2dab3fbfdf76cd83768b7a43ea556aebfe4f9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:dea6dd04d50bc97f9e61330140f61a7370e31e474c26b3526e18b0ae8ad56c41_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:dea6dd04d50bc97f9e61330140f61a7370e31e474c26b3526e18b0ae8ad56c41_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:dea6dd04d50bc97f9e61330140f61a7370e31e474c26b3526e18b0ae8ad56c41_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6ff785742b50af7f2a15c1dd6f38eb69e9a1a20cb4bd635aacc57a5557dd1b4d_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6ff785742b50af7f2a15c1dd6f38eb69e9a1a20cb4bd635aacc57a5557dd1b4d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6ff785742b50af7f2a15c1dd6f38eb69e9a1a20cb4bd635aacc57a5557dd1b4d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:d0e6151117374aa602349bd1028175b94eea6f8386832df622d56715cbcb675d_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:d0e6151117374aa602349bd1028175b94eea6f8386832df622d56715cbcb675d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:d0e6151117374aa602349bd1028175b94eea6f8386832df622d56715cbcb675d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e8fea02d42c9a9b8e9ad7642d9f08d705eb6e4b3e3681cbf6281c7b8b3244ca2_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e8fea02d42c9a9b8e9ad7642d9f08d705eb6e4b3e3681cbf6281c7b8b3244ca2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e8fea02d42c9a9b8e9ad7642d9f08d705eb6e4b3e3681cbf6281c7b8b3244ca2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ecac534bb32ddc645101f6565521b08fde95cbf0eb2b9c6b896c83ba23e8b6bd_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ecac534bb32ddc645101f6565521b08fde95cbf0eb2b9c6b896c83ba23e8b6bd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ecac534bb32ddc645101f6565521b08fde95cbf0eb2b9c6b896c83ba23e8b6bd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:55e0877d1949d009d71821f6779aa9ee90484fcccb820d53bf53b90f7d412636_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:55e0877d1949d009d71821f6779aa9ee90484fcccb820d53bf53b90f7d412636_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:55e0877d1949d009d71821f6779aa9ee90484fcccb820d53bf53b90f7d412636_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:775af20537e6f4c84985145f44ad1ae2d5530ae06859c2549d1d85a2e4ac54ff_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:775af20537e6f4c84985145f44ad1ae2d5530ae06859c2549d1d85a2e4ac54ff_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:775af20537e6f4c84985145f44ad1ae2d5530ae06859c2549d1d85a2e4ac54ff_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:a1b02b9608eadb4388dc13fb5ae55fc6ad64788f93186872c133a0ff1f5ab487_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:a1b02b9608eadb4388dc13fb5ae55fc6ad64788f93186872c133a0ff1f5ab487_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:a1b02b9608eadb4388dc13fb5ae55fc6ad64788f93186872c133a0ff1f5ab487_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b5d732e8d36668226255dbfeb389994104d83ef2be461079b66557bb20d799f2_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b5d732e8d36668226255dbfeb389994104d83ef2be461079b66557bb20d799f2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b5d732e8d36668226255dbfeb389994104d83ef2be461079b66557bb20d799f2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2e983c69ea6e29aca4f36596a0c697c2935dd1deb08a4d3546aaccb4e3d78ae1_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2e983c69ea6e29aca4f36596a0c697c2935dd1deb08a4d3546aaccb4e3d78ae1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2e983c69ea6e29aca4f36596a0c697c2935dd1deb08a4d3546aaccb4e3d78ae1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4ae2494b702a6c7f68a65ea730f6df3253ffe78f2d178b0714fb6ec04cba5cc9_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4ae2494b702a6c7f68a65ea730f6df3253ffe78f2d178b0714fb6ec04cba5cc9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4ae2494b702a6c7f68a65ea730f6df3253ffe78f2d178b0714fb6ec04cba5cc9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b1133f78075f3364ab85142cf6c8457820e2e1f31a5b0750585ee1adc1285ba6_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b1133f78075f3364ab85142cf6c8457820e2e1f31a5b0750585ee1adc1285ba6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b1133f78075f3364ab85142cf6c8457820e2e1f31a5b0750585ee1adc1285ba6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d41fc7e76000bc1b4016bf10e86fec44f551b127e17997fa4bb13420219fb3f1_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d41fc7e76000bc1b4016bf10e86fec44f551b127e17997fa4bb13420219fb3f1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d41fc7e76000bc1b4016bf10e86fec44f551b127e17997fa4bb13420219fb3f1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:25acdc169b3860a10f46dea8b842626acc639aec950ca7a9339e96a2bf1ed7e1_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:25acdc169b3860a10f46dea8b842626acc639aec950ca7a9339e96a2bf1ed7e1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:25acdc169b3860a10f46dea8b842626acc639aec950ca7a9339e96a2bf1ed7e1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:453bea2d5f94523a88f37acac9edd0a8d921bf79409a260386fa458cb18d13b7_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:453bea2d5f94523a88f37acac9edd0a8d921bf79409a260386fa458cb18d13b7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:453bea2d5f94523a88f37acac9edd0a8d921bf79409a260386fa458cb18d13b7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a70ced1330a4e7a0a7b81bf6b19b3346ad5bb6e26398c7f0577994d48712b2ad_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a70ced1330a4e7a0a7b81bf6b19b3346ad5bb6e26398c7f0577994d48712b2ad_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a70ced1330a4e7a0a7b81bf6b19b3346ad5bb6e26398c7f0577994d48712b2ad_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c2a6ad45ab46c0238429cd0ab59bf169ff368bf68750a011f481208e56fa0268_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c2a6ad45ab46c0238429cd0ab59bf169ff368bf68750a011f481208e56fa0268_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c2a6ad45ab46c0238429cd0ab59bf169ff368bf68750a011f481208e56fa0268_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:33afbf29add637cae8478b8e0ef6b3b465e4ee53b000467ec34fb1f3a04615af_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:33afbf29add637cae8478b8e0ef6b3b465e4ee53b000467ec34fb1f3a04615af_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:33afbf29add637cae8478b8e0ef6b3b465e4ee53b000467ec34fb1f3a04615af_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:8056eca30416b0b93270f6c92d0fdbe4f1cfbbd6258e27a746cc379a86b6b8cd_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8056eca30416b0b93270f6c92d0fdbe4f1cfbbd6258e27a746cc379a86b6b8cd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:8056eca30416b0b93270f6c92d0fdbe4f1cfbbd6258e27a746cc379a86b6b8cd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:a06dfb4e75cc6b0edd836cd59035095135503f35a7cbc710ed7b0e447fe256f4_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a06dfb4e75cc6b0edd836cd59035095135503f35a7cbc710ed7b0e447fe256f4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:a06dfb4e75cc6b0edd836cd59035095135503f35a7cbc710ed7b0e447fe256f4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:a820784083ee32f544efc474c7ded798916d1f077ddb9c3f4461de48747f4c73_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a820784083ee32f544efc474c7ded798916d1f077ddb9c3f4461de48747f4c73_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:a820784083ee32f544efc474c7ded798916d1f077ddb9c3f4461de48747f4c73_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0ab4e11886c642fbcf7560f780abf9046b73dcfd7dc9cb0f086d9e62f87fb271_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0ab4e11886c642fbcf7560f780abf9046b73dcfd7dc9cb0f086d9e62f87fb271_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0ab4e11886c642fbcf7560f780abf9046b73dcfd7dc9cb0f086d9e62f87fb271_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1283ae9261afb1293b597a8da40611cdc1980b1e403de5d16669c5b7d2527dc7_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1283ae9261afb1293b597a8da40611cdc1980b1e403de5d16669c5b7d2527dc7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1283ae9261afb1293b597a8da40611cdc1980b1e403de5d16669c5b7d2527dc7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:89ec13946e699f6589c3d235cb515b92ff48d1d5fae8e7892279b64d41b74511_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:89ec13946e699f6589c3d235cb515b92ff48d1d5fae8e7892279b64d41b74511_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:89ec13946e699f6589c3d235cb515b92ff48d1d5fae8e7892279b64d41b74511_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d08403f8114128e063826ee0cb3324bba9f027d7b2feeb6f7c826c9c4925579f_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d08403f8114128e063826ee0cb3324bba9f027d7b2feeb6f7c826c9c4925579f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d08403f8114128e063826ee0cb3324bba9f027d7b2feeb6f7c826c9c4925579f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:2aa0baab0fca2bf6877260b871b3079ad96c37034e6f3d0a45cea4118cca230a_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:2aa0baab0fca2bf6877260b871b3079ad96c37034e6f3d0a45cea4118cca230a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:2aa0baab0fca2bf6877260b871b3079ad96c37034e6f3d0a45cea4118cca230a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7f886a3942b81b3318e288602c88de802278bb77c5d11ba758f1d86f2f028abf_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7f886a3942b81b3318e288602c88de802278bb77c5d11ba758f1d86f2f028abf_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7f886a3942b81b3318e288602c88de802278bb77c5d11ba758f1d86f2f028abf_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:940d02c46f06fa92818dffd1842010b652856e09cebdec33e0f0e1a1e9b1b5a3_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:940d02c46f06fa92818dffd1842010b652856e09cebdec33e0f0e1a1e9b1b5a3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:940d02c46f06fa92818dffd1842010b652856e09cebdec33e0f0e1a1e9b1b5a3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:cac82b041210a06cefe512e89c5755e972f6e125c69a0dae87e454e259a3c08c_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:cac82b041210a06cefe512e89c5755e972f6e125c69a0dae87e454e259a3c08c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:cac82b041210a06cefe512e89c5755e972f6e125c69a0dae87e454e259a3c08c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:12466469754c88d41872c1a061c1eb4349cf565b5fb32db651f3639aff2df67c_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:12466469754c88d41872c1a061c1eb4349cf565b5fb32db651f3639aff2df67c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:12466469754c88d41872c1a061c1eb4349cf565b5fb32db651f3639aff2df67c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:af5fca0ab8a1f5374caea5b38486cc97c2be9d884a55542faeaced44a4a7320b_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:af5fca0ab8a1f5374caea5b38486cc97c2be9d884a55542faeaced44a4a7320b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:af5fca0ab8a1f5374caea5b38486cc97c2be9d884a55542faeaced44a4a7320b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ad60c87d6e05b51b5351d2490538c757547b43a679256052b600e3fe8e80a594_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ad60c87d6e05b51b5351d2490538c757547b43a679256052b600e3fe8e80a594_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ad60c87d6e05b51b5351d2490538c757547b43a679256052b600e3fe8e80a594_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:e8372026bbc873c38ffc2c7df35183727596993dde5663ec27a2c2fe401e04f1_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:e8372026bbc873c38ffc2c7df35183727596993dde5663ec27a2c2fe401e04f1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:e8372026bbc873c38ffc2c7df35183727596993dde5663ec27a2c2fe401e04f1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:736b406850af746470b1bd5dbc61fc4b166133e9cb50aa528dc1210b2002d469_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:736b406850af746470b1bd5dbc61fc4b166133e9cb50aa528dc1210b2002d469_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:736b406850af746470b1bd5dbc61fc4b166133e9cb50aa528dc1210b2002d469_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a73525cbcab817d0472f544883106a359b9079eeb1d8628d8b0185e450662361_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a73525cbcab817d0472f544883106a359b9079eeb1d8628d8b0185e450662361_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a73525cbcab817d0472f544883106a359b9079eeb1d8628d8b0185e450662361_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:84664067a273cdadce55bb8531916e8d8edc7936bcc57bc2dd1ecf57adb08c06_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:84664067a273cdadce55bb8531916e8d8edc7936bcc57bc2dd1ecf57adb08c06_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:84664067a273cdadce55bb8531916e8d8edc7936bcc57bc2dd1ecf57adb08c06_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9a006a111625f85305fbf3dfcd9a62592357a6a282a1c8ea1edbc48b2ef7db05_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9a006a111625f85305fbf3dfcd9a62592357a6a282a1c8ea1edbc48b2ef7db05_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9a006a111625f85305fbf3dfcd9a62592357a6a282a1c8ea1edbc48b2ef7db05_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:adb84daa38497eef3d89a9b42fbb22fc04e94f708db4f1f02de21dbf099ef788_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:adb84daa38497eef3d89a9b42fbb22fc04e94f708db4f1f02de21dbf099ef788_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:adb84daa38497eef3d89a9b42fbb22fc04e94f708db4f1f02de21dbf099ef788_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:f81616fe8dcd6b63df308c58bc1b696f9b3c488ebdfe00d7985026b10d083de9_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:f81616fe8dcd6b63df308c58bc1b696f9b3c488ebdfe00d7985026b10d083de9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:f81616fe8dcd6b63df308c58bc1b696f9b3c488ebdfe00d7985026b10d083de9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:07efac034de568e79f6ecf97f924fd5ce7104e9259d90747cc0fd3e0a7bf4116_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:07efac034de568e79f6ecf97f924fd5ce7104e9259d90747cc0fd3e0a7bf4116_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:07efac034de568e79f6ecf97f924fd5ce7104e9259d90747cc0fd3e0a7bf4116_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0bc9b2b997bdf9bd285382823ebb9806502664976c2dd7e7b0d111df7717e77d_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0bc9b2b997bdf9bd285382823ebb9806502664976c2dd7e7b0d111df7717e77d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0bc9b2b997bdf9bd285382823ebb9806502664976c2dd7e7b0d111df7717e77d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:165fc1e58447c7bc9febc3ebc74f90096c6e48986789d4e66ff6443f1d30d024_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:165fc1e58447c7bc9febc3ebc74f90096c6e48986789d4e66ff6443f1d30d024_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:165fc1e58447c7bc9febc3ebc74f90096c6e48986789d4e66ff6443f1d30d024_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f516ff3ac172cc08e88f25a0531a3784ed212897dbe0b05e04dece7d62eb977a_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f516ff3ac172cc08e88f25a0531a3784ed212897dbe0b05e04dece7d62eb977a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f516ff3ac172cc08e88f25a0531a3784ed212897dbe0b05e04dece7d62eb977a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0d455e21bddb7ecd4c5b8f077ea96f046ba3183d17e3755ae95f8cd112a81179_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0d455e21bddb7ecd4c5b8f077ea96f046ba3183d17e3755ae95f8cd112a81179_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0d455e21bddb7ecd4c5b8f077ea96f046ba3183d17e3755ae95f8cd112a81179_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3d291642757ab1bc56aa6bf8b31b383a1867b06fda7ec093daf361e3bb082624_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3d291642757ab1bc56aa6bf8b31b383a1867b06fda7ec093daf361e3bb082624_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3d291642757ab1bc56aa6bf8b31b383a1867b06fda7ec093daf361e3bb082624_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:91c0c9cf474e9dd3b7dfab43e3e651afcf950c183a51321a586d5e98e3b8dc82_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:91c0c9cf474e9dd3b7dfab43e3e651afcf950c183a51321a586d5e98e3b8dc82_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:91c0c9cf474e9dd3b7dfab43e3e651afcf950c183a51321a586d5e98e3b8dc82_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:ffcd35b620a75ac1d121b826b37ff71f5006684d9222c440785f06fdafef5531_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:ffcd35b620a75ac1d121b826b37ff71f5006684d9222c440785f06fdafef5531_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:ffcd35b620a75ac1d121b826b37ff71f5006684d9222c440785f06fdafef5531_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:56c2e0f91eb13a89c48ee5ebeaecfaf87dcef3f85bf7f7fab37e3cc6c9b2dd10_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:56c2e0f91eb13a89c48ee5ebeaecfaf87dcef3f85bf7f7fab37e3cc6c9b2dd10_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:56c2e0f91eb13a89c48ee5ebeaecfaf87dcef3f85bf7f7fab37e3cc6c9b2dd10_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:84e22659ec76ea69dd31d0c6bdb39b752d4e525e7425d3ad282c3ba5c16c19c9_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:84e22659ec76ea69dd31d0c6bdb39b752d4e525e7425d3ad282c3ba5c16c19c9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:84e22659ec76ea69dd31d0c6bdb39b752d4e525e7425d3ad282c3ba5c16c19c9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a3669bd8567383f9e15755e7640b5af4e796ce1d6bec3b6f1139645b656f425d_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a3669bd8567383f9e15755e7640b5af4e796ce1d6bec3b6f1139645b656f425d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a3669bd8567383f9e15755e7640b5af4e796ce1d6bec3b6f1139645b656f425d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:ac7eed19416dd31a76ce8139a4c1cc16f2201b1dbb1c884dbd20fc5a965b82a3_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:ac7eed19416dd31a76ce8139a4c1cc16f2201b1dbb1c884dbd20fc5a965b82a3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:ac7eed19416dd31a76ce8139a4c1cc16f2201b1dbb1c884dbd20fc5a965b82a3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:44020a87c575f01d876bcd559d0b37bcba2f5bb4337a4f0f40d65196a407910c_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:44020a87c575f01d876bcd559d0b37bcba2f5bb4337a4f0f40d65196a407910c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:44020a87c575f01d876bcd559d0b37bcba2f5bb4337a4f0f40d65196a407910c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:7272870ff2a94fd3c026f3c3a4e985a2b2eb5c47dedebc00f2cc25a496ec3e90_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:7272870ff2a94fd3c026f3c3a4e985a2b2eb5c47dedebc00f2cc25a496ec3e90_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:7272870ff2a94fd3c026f3c3a4e985a2b2eb5c47dedebc00f2cc25a496ec3e90_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d5e64fad675db5b1a7fe03720a35eef4ef6497e49e928b7cb0a38ddd6fa9187a_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d5e64fad675db5b1a7fe03720a35eef4ef6497e49e928b7cb0a38ddd6fa9187a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d5e64fad675db5b1a7fe03720a35eef4ef6497e49e928b7cb0a38ddd6fa9187a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f4d0e3f2751dad9fab70a9080102f7c0e82a784e516f993e1e84a8561c33204f_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f4d0e3f2751dad9fab70a9080102f7c0e82a784e516f993e1e84a8561c33204f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f4d0e3f2751dad9fab70a9080102f7c0e82a784e516f993e1e84a8561c33204f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:174b142475167275c428eec2892e91ba557a1783a128749b9516911a366ef54e_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:174b142475167275c428eec2892e91ba557a1783a128749b9516911a366ef54e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:174b142475167275c428eec2892e91ba557a1783a128749b9516911a366ef54e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:52fac1bee10c7847bcf6f7dc9f027764a183d462e46678b5b9aaac9611cfcec0_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:52fac1bee10c7847bcf6f7dc9f027764a183d462e46678b5b9aaac9611cfcec0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:52fac1bee10c7847bcf6f7dc9f027764a183d462e46678b5b9aaac9611cfcec0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:874a6c39ad36a55efafc0b690d17aa4eba8df8f30831a5315a198e692e405592_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:874a6c39ad36a55efafc0b690d17aa4eba8df8f30831a5315a198e692e405592_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:874a6c39ad36a55efafc0b690d17aa4eba8df8f30831a5315a198e692e405592_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:af2f5f615c4e9da63b09f2b9f52ef632dc76793f51730ee67a96d5e99118d552_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:af2f5f615c4e9da63b09f2b9f52ef632dc76793f51730ee67a96d5e99118d552_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:af2f5f615c4e9da63b09f2b9f52ef632dc76793f51730ee67a96d5e99118d552_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0867d20104c147d58a3e119c8eccd725d2b5311bc563cb4030c18714e085c80c_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0867d20104c147d58a3e119c8eccd725d2b5311bc563cb4030c18714e085c80c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0867d20104c147d58a3e119c8eccd725d2b5311bc563cb4030c18714e085c80c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:12bf752f4f8f0929752fee39067bab20d3af32f9d767e0eeed2cee9dc9cdf774_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:12bf752f4f8f0929752fee39067bab20d3af32f9d767e0eeed2cee9dc9cdf774_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:12bf752f4f8f0929752fee39067bab20d3af32f9d767e0eeed2cee9dc9cdf774_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3f0993acf410b536a4c2be24d23afedeaa6d4b02a8055100cddc37443a619cf3_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3f0993acf410b536a4c2be24d23afedeaa6d4b02a8055100cddc37443a619cf3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3f0993acf410b536a4c2be24d23afedeaa6d4b02a8055100cddc37443a619cf3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d745b47be21fc6b98e8b1830c34e951271362105d32704cac1b1a796abddecc4_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d745b47be21fc6b98e8b1830c34e951271362105d32704cac1b1a796abddecc4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d745b47be21fc6b98e8b1830c34e951271362105d32704cac1b1a796abddecc4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6c539e26ca346ca83a4c024a374f3874e858602b71794a1709b8a08356744b46_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6c539e26ca346ca83a4c024a374f3874e858602b71794a1709b8a08356744b46_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6c539e26ca346ca83a4c024a374f3874e858602b71794a1709b8a08356744b46_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:94e6571b95628469dd361c3ae5bf4bb88bdcf68636c0a7a6f007a19e32216514_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:94e6571b95628469dd361c3ae5bf4bb88bdcf68636c0a7a6f007a19e32216514_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:94e6571b95628469dd361c3ae5bf4bb88bdcf68636c0a7a6f007a19e32216514_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:978722d03bd0e1eb78e35c188516d960ed81c8b47a66e77ec7ea465634e44536_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:978722d03bd0e1eb78e35c188516d960ed81c8b47a66e77ec7ea465634e44536_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:978722d03bd0e1eb78e35c188516d960ed81c8b47a66e77ec7ea465634e44536_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f270599d2857493437426bb7ba58ecdeb0933b244b0b5e81d70be8f06c734c4c_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f270599d2857493437426bb7ba58ecdeb0933b244b0b5e81d70be8f06c734c4c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f270599d2857493437426bb7ba58ecdeb0933b244b0b5e81d70be8f06c734c4c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:07f5c5ba5313539cdea53ec438fcc97c698df8284bba4ddfc6c7af4403873362_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:07f5c5ba5313539cdea53ec438fcc97c698df8284bba4ddfc6c7af4403873362_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:07f5c5ba5313539cdea53ec438fcc97c698df8284bba4ddfc6c7af4403873362_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b93c3b58e03d6fbfd8d73f6f0966ef5d616c0da0776f516ec826e4f5e0d4bf1f_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b93c3b58e03d6fbfd8d73f6f0966ef5d616c0da0776f516ec826e4f5e0d4bf1f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b93c3b58e03d6fbfd8d73f6f0966ef5d616c0da0776f516ec826e4f5e0d4bf1f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f5aa864ac9d9a3e5c0a412e9bf6e22756f6232713e14fe4194f61b1a1c1ad52c_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f5aa864ac9d9a3e5c0a412e9bf6e22756f6232713e14fe4194f61b1a1c1ad52c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f5aa864ac9d9a3e5c0a412e9bf6e22756f6232713e14fe4194f61b1a1c1ad52c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fa3603fc128be2cead70ffb3b0b0b5c9520f7826bd46863a86b1853e62a998f2_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fa3603fc128be2cead70ffb3b0b0b5c9520f7826bd46863a86b1853e62a998f2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fa3603fc128be2cead70ffb3b0b0b5c9520f7826bd46863a86b1853e62a998f2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:382e4343f73dba48761c24841e45aabdf84a7f4de996be6515d8ee7c3e728c78_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:382e4343f73dba48761c24841e45aabdf84a7f4de996be6515d8ee7c3e728c78_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:382e4343f73dba48761c24841e45aabdf84a7f4de996be6515d8ee7c3e728c78_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:840f25f86e1850623e2929597e072219c2119b08acee3b81e8c7aed1b92fcb64_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:840f25f86e1850623e2929597e072219c2119b08acee3b81e8c7aed1b92fcb64_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:840f25f86e1850623e2929597e072219c2119b08acee3b81e8c7aed1b92fcb64_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:8f9eddba528ca5e8cc40717ae9f30253c955be657f8475a1c4da66c257bd1729_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:8f9eddba528ca5e8cc40717ae9f30253c955be657f8475a1c4da66c257bd1729_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:8f9eddba528ca5e8cc40717ae9f30253c955be657f8475a1c4da66c257bd1729_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ac7a2fce2be014fdc4208e98abe50329d0af9b7f7af98fd27e611751a413b4e6_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ac7a2fce2be014fdc4208e98abe50329d0af9b7f7af98fd27e611751a413b4e6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ac7a2fce2be014fdc4208e98abe50329d0af9b7f7af98fd27e611751a413b4e6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5ad568a42fb0d0f2b78702929b75ab8fbb41937a853b4344ca990776f48ff85c_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5ad568a42fb0d0f2b78702929b75ab8fbb41937a853b4344ca990776f48ff85c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5ad568a42fb0d0f2b78702929b75ab8fbb41937a853b4344ca990776f48ff85c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:821c5edd5f5ea9fddd168482dc437c6eec19231d95854abfbf1bcb150cfe618a_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:821c5edd5f5ea9fddd168482dc437c6eec19231d95854abfbf1bcb150cfe618a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:821c5edd5f5ea9fddd168482dc437c6eec19231d95854abfbf1bcb150cfe618a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8932f2fc5e81fd7165d50432ba8994896c9ac8b323d5cc798872c1770133eceb_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8932f2fc5e81fd7165d50432ba8994896c9ac8b323d5cc798872c1770133eceb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8932f2fc5e81fd7165d50432ba8994896c9ac8b323d5cc798872c1770133eceb_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:df49ea17391c34a0eadacecb37c7e00552af8aca3ebb648f28f3f805fb79495a_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:df49ea17391c34a0eadacecb37c7e00552af8aca3ebb648f28f3f805fb79495a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:df49ea17391c34a0eadacecb37c7e00552af8aca3ebb648f28f3f805fb79495a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:58e02752411f5bc061c8dd98bc7dfeb17780ef24ba8c65e590e4d6c5213c267f_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:58e02752411f5bc061c8dd98bc7dfeb17780ef24ba8c65e590e4d6c5213c267f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:58e02752411f5bc061c8dd98bc7dfeb17780ef24ba8c65e590e4d6c5213c267f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d1c95fad91fbfc41da5d6871fb0a3c07d20652b5fce3f010505afe0d24c1977a_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d1c95fad91fbfc41da5d6871fb0a3c07d20652b5fce3f010505afe0d24c1977a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d1c95fad91fbfc41da5d6871fb0a3c07d20652b5fce3f010505afe0d24c1977a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d6bfcd46424e1719490ce37bff728ea278eaf589e052a90b3fb30a9110aaa298_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d6bfcd46424e1719490ce37bff728ea278eaf589e052a90b3fb30a9110aaa298_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d6bfcd46424e1719490ce37bff728ea278eaf589e052a90b3fb30a9110aaa298_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ef555584c97654b76391f8e4d31bf0200fa82222b3197ef928f306c8d70f4881_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ef555584c97654b76391f8e4d31bf0200fa82222b3197ef928f306c8d70f4881_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ef555584c97654b76391f8e4d31bf0200fa82222b3197ef928f306c8d70f4881_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:520b43e0497fde1deef41e5f9e51448fde032769f433980802097e1e4216fb6e_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:520b43e0497fde1deef41e5f9e51448fde032769f433980802097e1e4216fb6e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:520b43e0497fde1deef41e5f9e51448fde032769f433980802097e1e4216fb6e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:de2a25058c3aaa6f98e80870aca51d8bfd16354eb2da93e7498fc804825babb8_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:de2a25058c3aaa6f98e80870aca51d8bfd16354eb2da93e7498fc804825babb8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:de2a25058c3aaa6f98e80870aca51d8bfd16354eb2da93e7498fc804825babb8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:fba545c7b9accb5be03b9bf1931c086a8da8592e3ddc9b5a9ad6d798229314b9_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:fba545c7b9accb5be03b9bf1931c086a8da8592e3ddc9b5a9ad6d798229314b9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:fba545c7b9accb5be03b9bf1931c086a8da8592e3ddc9b5a9ad6d798229314b9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:12645a5f47e54e3bf3f0b0863c44b938be5c42b22f695faf62c8d918cddb03ac_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:12645a5f47e54e3bf3f0b0863c44b938be5c42b22f695faf62c8d918cddb03ac_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:12645a5f47e54e3bf3f0b0863c44b938be5c42b22f695faf62c8d918cddb03ac_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:529d46e40fd5f6de98cb72dd8704068e3b9baf4d3bdf91feb9c19139bd74c652_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:529d46e40fd5f6de98cb72dd8704068e3b9baf4d3bdf91feb9c19139bd74c652_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:529d46e40fd5f6de98cb72dd8704068e3b9baf4d3bdf91feb9c19139bd74c652_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:701028c843123a3e4250731e216eceb647411ce685517383b9a62b5af21c10b0_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:701028c843123a3e4250731e216eceb647411ce685517383b9a62b5af21c10b0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:701028c843123a3e4250731e216eceb647411ce685517383b9a62b5af21c10b0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1b7392f3cadb8ca07f10d5681fa33f6dfe61f895e4a8a1874bdd5aab3543f67d_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1b7392f3cadb8ca07f10d5681fa33f6dfe61f895e4a8a1874bdd5aab3543f67d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1b7392f3cadb8ca07f10d5681fa33f6dfe61f895e4a8a1874bdd5aab3543f67d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:693c125a5f2f67364d8bdc1a5e7abe959dd46898e7f46d5b3756746cf598e135_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:693c125a5f2f67364d8bdc1a5e7abe959dd46898e7f46d5b3756746cf598e135_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:693c125a5f2f67364d8bdc1a5e7abe959dd46898e7f46d5b3756746cf598e135_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:93f4a34af9c198e4baa449f7ce0e1e0936358afc725eafc3b8118df3d92d2b44_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:93f4a34af9c198e4baa449f7ce0e1e0936358afc725eafc3b8118df3d92d2b44_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:93f4a34af9c198e4baa449f7ce0e1e0936358afc725eafc3b8118df3d92d2b44_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:0e4dde634359042b67bcc5224afeef951459167cb8f36cb6f262719308f8ae42_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:0e4dde634359042b67bcc5224afeef951459167cb8f36cb6f262719308f8ae42_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:0e4dde634359042b67bcc5224afeef951459167cb8f36cb6f262719308f8ae42_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:344860750b6a6e567bb1475f68d18b19d6f79438b767c351c850d082648aa5b1_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:344860750b6a6e567bb1475f68d18b19d6f79438b767c351c850d082648aa5b1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:344860750b6a6e567bb1475f68d18b19d6f79438b767c351c850d082648aa5b1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:efe1a0fb3394a117206bb1837b63a0ee828ab5b5d30dd7c94aa88afa04c94c2c_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:efe1a0fb3394a117206bb1837b63a0ee828ab5b5d30dd7c94aa88afa04c94c2c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:efe1a0fb3394a117206bb1837b63a0ee828ab5b5d30dd7c94aa88afa04c94c2c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:afb18f280c123c44f1349b80bcab24c86d8933795a0577deb13bb651019d6a92_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:afb18f280c123c44f1349b80bcab24c86d8933795a0577deb13bb651019d6a92_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:afb18f280c123c44f1349b80bcab24c86d8933795a0577deb13bb651019d6a92_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c865ec93173fecc00d843737009627ba137b7cabcf8337ea7837eb9bd993a601_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c865ec93173fecc00d843737009627ba137b7cabcf8337ea7837eb9bd993a601_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c865ec93173fecc00d843737009627ba137b7cabcf8337ea7837eb9bd993a601_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d172695ad3dcae4be122b50a27f14c6cb0e71357868ebdd13336cb7315122fd8_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d172695ad3dcae4be122b50a27f14c6cb0e71357868ebdd13336cb7315122fd8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d172695ad3dcae4be122b50a27f14c6cb0e71357868ebdd13336cb7315122fd8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d4a1f393e7762a2c7ff12fd634077f5bc5bdd224d7791eb7929d26cd16047dee_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d4a1f393e7762a2c7ff12fd634077f5bc5bdd224d7791eb7929d26cd16047dee_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d4a1f393e7762a2c7ff12fd634077f5bc5bdd224d7791eb7929d26cd16047dee_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:01050a4179625f00151e478a0571e64120ac6221fdbf32c969a18ae9872c9574_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:01050a4179625f00151e478a0571e64120ac6221fdbf32c969a18ae9872c9574_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:01050a4179625f00151e478a0571e64120ac6221fdbf32c969a18ae9872c9574_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7639b8403341003825286c0fd45ab34d815585e8f4b5b4d1a424ccfc0292e017_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7639b8403341003825286c0fd45ab34d815585e8f4b5b4d1a424ccfc0292e017_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7639b8403341003825286c0fd45ab34d815585e8f4b5b4d1a424ccfc0292e017_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bd76fd61510b4714518ec5191e315f83feb1f47402e32602b061a0fc09641c9e_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bd76fd61510b4714518ec5191e315f83feb1f47402e32602b061a0fc09641c9e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bd76fd61510b4714518ec5191e315f83feb1f47402e32602b061a0fc09641c9e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e53bc4c7a3fa7103778bd3f7bdc4b6be4b5e6a8450e38eee246caa75d9f8f44d_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e53bc4c7a3fa7103778bd3f7bdc4b6be4b5e6a8450e38eee246caa75d9f8f44d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e53bc4c7a3fa7103778bd3f7bdc4b6be4b5e6a8450e38eee246caa75d9f8f44d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:62414e285f1e4de212e28bd90e5eeb60730324d54a317434565bad8891435168_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:62414e285f1e4de212e28bd90e5eeb60730324d54a317434565bad8891435168_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:62414e285f1e4de212e28bd90e5eeb60730324d54a317434565bad8891435168_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:77dc7d2bcb0cb6289f6d8c3c3f4ad3c01b9e24b4f6969ac666a888ecc8a29981_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:77dc7d2bcb0cb6289f6d8c3c3f4ad3c01b9e24b4f6969ac666a888ecc8a29981_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:77dc7d2bcb0cb6289f6d8c3c3f4ad3c01b9e24b4f6969ac666a888ecc8a29981_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:7cbc05eb0a0d3210e378d08d879933d905565224d9a6fc00e3bd1a9ad6782557_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:7cbc05eb0a0d3210e378d08d879933d905565224d9a6fc00e3bd1a9ad6782557_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:7cbc05eb0a0d3210e378d08d879933d905565224d9a6fc00e3bd1a9ad6782557_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d195bea4ac0b3ee073418a3674535525622d9b492bcd1fb0448b8ae52ba262b1_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d195bea4ac0b3ee073418a3674535525622d9b492bcd1fb0448b8ae52ba262b1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d195bea4ac0b3ee073418a3674535525622d9b492bcd1fb0448b8ae52ba262b1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1440138d54ba0f09184f96cb79557548c3c9f19089bc813f433de28654cd74ef_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1440138d54ba0f09184f96cb79557548c3c9f19089bc813f433de28654cd74ef_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1440138d54ba0f09184f96cb79557548c3c9f19089bc813f433de28654cd74ef_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:203e3cf52680caad6f8fec2ca1c7c87d45205ebcb9e816fb188e74a5bc7496ef_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:203e3cf52680caad6f8fec2ca1c7c87d45205ebcb9e816fb188e74a5bc7496ef_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:203e3cf52680caad6f8fec2ca1c7c87d45205ebcb9e816fb188e74a5bc7496ef_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4ef6d0725b69e2867c44e7d7ac57c820b759a45c491997210fc38b346d7f033d_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4ef6d0725b69e2867c44e7d7ac57c820b759a45c491997210fc38b346d7f033d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4ef6d0725b69e2867c44e7d7ac57c820b759a45c491997210fc38b346d7f033d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b1ae4f6e3577edd7fc9f6595168857af7fd9c08aadbca1642c2f9248205b8c42_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b1ae4f6e3577edd7fc9f6595168857af7fd9c08aadbca1642c2f9248205b8c42_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b1ae4f6e3577edd7fc9f6595168857af7fd9c08aadbca1642c2f9248205b8c42_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:2e494676f33f47eb13ce2e3675c8e7a3871d5d1b73a59b71623caba05364196b_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:2e494676f33f47eb13ce2e3675c8e7a3871d5d1b73a59b71623caba05364196b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:2e494676f33f47eb13ce2e3675c8e7a3871d5d1b73a59b71623caba05364196b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c8183043eac4cff3a7c17a9de76a4c9df725db694f411b19dd64923d1de68551_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c8183043eac4cff3a7c17a9de76a4c9df725db694f411b19dd64923d1de68551_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c8183043eac4cff3a7c17a9de76a4c9df725db694f411b19dd64923d1de68551_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:c7944fe378873f5d5268ff872c52ca08908af41b7efa03a7032363c11af633da_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:c7944fe378873f5d5268ff872c52ca08908af41b7efa03a7032363c11af633da_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:c7944fe378873f5d5268ff872c52ca08908af41b7efa03a7032363c11af633da_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:fc53a478ba64c0557ef8de93faf1320baab34d4bca5f50bc8f74d4a8d3a86890_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:fc53a478ba64c0557ef8de93faf1320baab34d4bca5f50bc8f74d4a8d3a86890_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:fc53a478ba64c0557ef8de93faf1320baab34d4bca5f50bc8f74d4a8d3a86890_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a5e04dd92dd9bca8344f741151a5756e28fdd197e2aae26c13caf2867ee6ff76_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a5e04dd92dd9bca8344f741151a5756e28fdd197e2aae26c13caf2867ee6ff76_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a5e04dd92dd9bca8344f741151a5756e28fdd197e2aae26c13caf2867ee6ff76_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c16e427a9ffa0ef24fd07e6a21ff78a63313d5274eb3b1180f7c29cd1a9d11b7_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c16e427a9ffa0ef24fd07e6a21ff78a63313d5274eb3b1180f7c29cd1a9d11b7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c16e427a9ffa0ef24fd07e6a21ff78a63313d5274eb3b1180f7c29cd1a9d11b7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:31630cb5049add8b683fc6f3de6cc20ffc530b72d45daedb84cfe62bec754591_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:31630cb5049add8b683fc6f3de6cc20ffc530b72d45daedb84cfe62bec754591_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:31630cb5049add8b683fc6f3de6cc20ffc530b72d45daedb84cfe62bec754591_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:89a876583624410a9d79c1cf83d94a9a7c0dfbd3ad70228ea985e45b2ccee9f7_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:89a876583624410a9d79c1cf83d94a9a7c0dfbd3ad70228ea985e45b2ccee9f7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:89a876583624410a9d79c1cf83d94a9a7c0dfbd3ad70228ea985e45b2ccee9f7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:dd8a443d71a973e30574016ce343c19edc1872c63ed46b5f7023d304b9c4edcd_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:dd8a443d71a973e30574016ce343c19edc1872c63ed46b5f7023d304b9c4edcd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:dd8a443d71a973e30574016ce343c19edc1872c63ed46b5f7023d304b9c4edcd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:63a52e5f035913f64e82ae6a617273abae9ee0729316d26ed5d4182ca0f50d11_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:63a52e5f035913f64e82ae6a617273abae9ee0729316d26ed5d4182ca0f50d11_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:63a52e5f035913f64e82ae6a617273abae9ee0729316d26ed5d4182ca0f50d11_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:754310c0f797038ef14c3ef9ecd934b6ffaac6ca60b755894212854289b9f405_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:754310c0f797038ef14c3ef9ecd934b6ffaac6ca60b755894212854289b9f405_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:754310c0f797038ef14c3ef9ecd934b6ffaac6ca60b755894212854289b9f405_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:49c4861778e7bc4f5738ff0f5cd5c542e9fe75c33057a4a0806b03ac75d76ca7_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:49c4861778e7bc4f5738ff0f5cd5c542e9fe75c33057a4a0806b03ac75d76ca7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:49c4861778e7bc4f5738ff0f5cd5c542e9fe75c33057a4a0806b03ac75d76ca7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ce8e1af1e3f7d331be7a366560b517e1fc27f83f1382ca6a69a1d9893f260fda_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ce8e1af1e3f7d331be7a366560b517e1fc27f83f1382ca6a69a1d9893f260fda_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ce8e1af1e3f7d331be7a366560b517e1fc27f83f1382ca6a69a1d9893f260fda_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3478a4d3a1acaba3cfb3f1040320798b9d0b419a66b07267965d4ab974a3b440_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3478a4d3a1acaba3cfb3f1040320798b9d0b419a66b07267965d4ab974a3b440_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3478a4d3a1acaba3cfb3f1040320798b9d0b419a66b07267965d4ab974a3b440_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5db06d085c31aafb3f02c2c373b2de6d93c5fde72dae55d6de90f44b49b5770e_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5db06d085c31aafb3f02c2c373b2de6d93c5fde72dae55d6de90f44b49b5770e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5db06d085c31aafb3f02c2c373b2de6d93c5fde72dae55d6de90f44b49b5770e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:634d04ee67f3a521e7b3cde560084491908f32aef4a89a1bb7d3aa0ae119927b_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:634d04ee67f3a521e7b3cde560084491908f32aef4a89a1bb7d3aa0ae119927b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:634d04ee67f3a521e7b3cde560084491908f32aef4a89a1bb7d3aa0ae119927b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7683407dca1a355e731e277631b3d8522a3f84f1de664829c3b15db39b1f1ca2_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7683407dca1a355e731e277631b3d8522a3f84f1de664829c3b15db39b1f1ca2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7683407dca1a355e731e277631b3d8522a3f84f1de664829c3b15db39b1f1ca2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4ef1395e47e1898bc84155ed4b4e3e4c72d08e4e7f2d19d9530d889fe0ef6b26_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4ef1395e47e1898bc84155ed4b4e3e4c72d08e4e7f2d19d9530d889fe0ef6b26_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4ef1395e47e1898bc84155ed4b4e3e4c72d08e4e7f2d19d9530d889fe0ef6b26_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:63631119f3411bf77ea1f622d77ef96434d80815531b046efe5b297dd5bbfffa_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:63631119f3411bf77ea1f622d77ef96434d80815531b046efe5b297dd5bbfffa_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:63631119f3411bf77ea1f622d77ef96434d80815531b046efe5b297dd5bbfffa_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7ee73740b3264500f062e3863e42fbd98dc3895f17294450fc90d992d2108d49_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7ee73740b3264500f062e3863e42fbd98dc3895f17294450fc90d992d2108d49_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7ee73740b3264500f062e3863e42fbd98dc3895f17294450fc90d992d2108d49_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:db28768861f567200cc79639eb01ce8e18fe5cb8a768cc01d3e23bda55431c75_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:db28768861f567200cc79639eb01ce8e18fe5cb8a768cc01d3e23bda55431c75_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:db28768861f567200cc79639eb01ce8e18fe5cb8a768cc01d3e23bda55431c75_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:09ebbcea16169b9ac863167c0e7f953717e92f75fc4c4e2bffa0eacf84519907_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:09ebbcea16169b9ac863167c0e7f953717e92f75fc4c4e2bffa0eacf84519907_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:09ebbcea16169b9ac863167c0e7f953717e92f75fc4c4e2bffa0eacf84519907_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3118a7eeb28d8388a06731c7bcdb5eba4a942b9c91a84e595ec0fb49a55bcb11_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3118a7eeb28d8388a06731c7bcdb5eba4a942b9c91a84e595ec0fb49a55bcb11_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3118a7eeb28d8388a06731c7bcdb5eba4a942b9c91a84e595ec0fb49a55bcb11_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3bacdd4e5501902865eb31e884646418bfb5fae90593e96b06ac0b7c3cc1cedf_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3bacdd4e5501902865eb31e884646418bfb5fae90593e96b06ac0b7c3cc1cedf_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3bacdd4e5501902865eb31e884646418bfb5fae90593e96b06ac0b7c3cc1cedf_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:852556f6eb96442354f0695d6630e2798e19e31a5ada2ef01e3ca2571a4a40c0_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:852556f6eb96442354f0695d6630e2798e19e31a5ada2ef01e3ca2571a4a40c0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:852556f6eb96442354f0695d6630e2798e19e31a5ada2ef01e3ca2571a4a40c0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:59ae16e7b7d2bc20f34b8bd1dcd7cf8d8d7c201b0f78e3165b11a592d1b08597_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:59ae16e7b7d2bc20f34b8bd1dcd7cf8d8d7c201b0f78e3165b11a592d1b08597_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:59ae16e7b7d2bc20f34b8bd1dcd7cf8d8d7c201b0f78e3165b11a592d1b08597_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8b68cda23f470048944c164b84fe27a5fb6a43fe739537383444c28cae451035_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8b68cda23f470048944c164b84fe27a5fb6a43fe739537383444c28cae451035_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8b68cda23f470048944c164b84fe27a5fb6a43fe739537383444c28cae451035_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:23c8ed7995abda7f87fe4031843205f3a99a0c57508c6218291762a60907f5f2_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:23c8ed7995abda7f87fe4031843205f3a99a0c57508c6218291762a60907f5f2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:23c8ed7995abda7f87fe4031843205f3a99a0c57508c6218291762a60907f5f2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cca7e231ac39da3a210859c6280ded3a4687620493e3a3e0164a403271537b6f_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cca7e231ac39da3a210859c6280ded3a4687620493e3a3e0164a403271537b6f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cca7e231ac39da3a210859c6280ded3a4687620493e3a3e0164a403271537b6f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:054a0d12730620c46ee6209bc9932909f653d0b7f796682a0f798ab3ac3b3641_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:054a0d12730620c46ee6209bc9932909f653d0b7f796682a0f798ab3ac3b3641_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:054a0d12730620c46ee6209bc9932909f653d0b7f796682a0f798ab3ac3b3641_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3281b909de7dfc5bf3c746e3e8ab05fec49fc8aa83dc8156e616a59c41ee923c_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3281b909de7dfc5bf3c746e3e8ab05fec49fc8aa83dc8156e616a59c41ee923c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3281b909de7dfc5bf3c746e3e8ab05fec49fc8aa83dc8156e616a59c41ee923c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:d5efd9212ed22c89067691796443fab0b28bfc31cea94bbe636a4759f2e88521_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:d5efd9212ed22c89067691796443fab0b28bfc31cea94bbe636a4759f2e88521_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:d5efd9212ed22c89067691796443fab0b28bfc31cea94bbe636a4759f2e88521_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e0a34a88a67409e2b1cb243874cadd3de1c9c56a54ac225dc860cd89a635bd97_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e0a34a88a67409e2b1cb243874cadd3de1c9c56a54ac225dc860cd89a635bd97_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e0a34a88a67409e2b1cb243874cadd3de1c9c56a54ac225dc860cd89a635bd97_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:275f90da2f77f60d0a77e00936734ffcb5099fc8b5662e03de49d807a7632f6d_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:275f90da2f77f60d0a77e00936734ffcb5099fc8b5662e03de49d807a7632f6d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:275f90da2f77f60d0a77e00936734ffcb5099fc8b5662e03de49d807a7632f6d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:833072794acb03eaf053f30b6bcfeef95cf1836ad5149fd97f34f3546a2e9f6e_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:833072794acb03eaf053f30b6bcfeef95cf1836ad5149fd97f34f3546a2e9f6e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:833072794acb03eaf053f30b6bcfeef95cf1836ad5149fd97f34f3546a2e9f6e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:893dd8fc24cb10db16620d8feae352929b0dbb797f02fd80f025fdc7c78bf53d_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:893dd8fc24cb10db16620d8feae352929b0dbb797f02fd80f025fdc7c78bf53d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:893dd8fc24cb10db16620d8feae352929b0dbb797f02fd80f025fdc7c78bf53d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c9ba070e466a5123790067569bcb909e291f3b2264af0aa152372fff9e64f82d_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c9ba070e466a5123790067569bcb909e291f3b2264af0aa152372fff9e64f82d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c9ba070e466a5123790067569bcb909e291f3b2264af0aa152372fff9e64f82d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:6f50d9406911e5fbe310c94dc60829891609934e64983339b5f66432a20864c2_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:6f50d9406911e5fbe310c94dc60829891609934e64983339b5f66432a20864c2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:6f50d9406911e5fbe310c94dc60829891609934e64983339b5f66432a20864c2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:8b4ce896da4126dfda544da09d04f010c0e9b25bdab6557adbab8d095905d535_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:8b4ce896da4126dfda544da09d04f010c0e9b25bdab6557adbab8d095905d535_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:8b4ce896da4126dfda544da09d04f010c0e9b25bdab6557adbab8d095905d535_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:997a24c33d3ae9914f3694b3a8cd8af50137ea48296c322b56dca53b4dcd1fcb_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:997a24c33d3ae9914f3694b3a8cd8af50137ea48296c322b56dca53b4dcd1fcb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:997a24c33d3ae9914f3694b3a8cd8af50137ea48296c322b56dca53b4dcd1fcb_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f80cee2f47779e24e07ee475d09fc697a4446a07f9eebb0813a7119eb0bda36d_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f80cee2f47779e24e07ee475d09fc697a4446a07f9eebb0813a7119eb0bda36d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f80cee2f47779e24e07ee475d09fc697a4446a07f9eebb0813a7119eb0bda36d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:7aa46141209fdb1090d90f00d1a7753f31b9224e080b8c669883901846b32ca4_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:7aa46141209fdb1090d90f00d1a7753f31b9224e080b8c669883901846b32ca4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:7aa46141209fdb1090d90f00d1a7753f31b9224e080b8c669883901846b32ca4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a0dfec857ddadf777961a71d8dd545cc798b921e083c8b5156ca7423f8ad8a2f_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a0dfec857ddadf777961a71d8dd545cc798b921e083c8b5156ca7423f8ad8a2f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a0dfec857ddadf777961a71d8dd545cc798b921e083c8b5156ca7423f8ad8a2f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a5c047afb2066ca8740286ad2af8e1271ef78c2e5df73ed2365f586d6a101b33_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a5c047afb2066ca8740286ad2af8e1271ef78c2e5df73ed2365f586d6a101b33_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a5c047afb2066ca8740286ad2af8e1271ef78c2e5df73ed2365f586d6a101b33_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dcda877c69d0398e4744f1b7a2ed81986ccdfdb6f4da7fba75f29fead8b10f34_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dcda877c69d0398e4744f1b7a2ed81986ccdfdb6f4da7fba75f29fead8b10f34_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dcda877c69d0398e4744f1b7a2ed81986ccdfdb6f4da7fba75f29fead8b10f34_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1ff4a8a6440dd4d97adc3273253da14e081083c978edb5fcd05dea33d4cc888a_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1ff4a8a6440dd4d97adc3273253da14e081083c978edb5fcd05dea33d4cc888a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1ff4a8a6440dd4d97adc3273253da14e081083c978edb5fcd05dea33d4cc888a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:2aaba77958b12e834f6418338a21b839a95c21ac5568a53b5f792553db772e6c_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:2aaba77958b12e834f6418338a21b839a95c21ac5568a53b5f792553db772e6c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:2aaba77958b12e834f6418338a21b839a95c21ac5568a53b5f792553db772e6c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e5753a6fa47d5a753be2eb3b7a46cee0bc156b0e52bf75e4f192c0ddb3fdef47_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e5753a6fa47d5a753be2eb3b7a46cee0bc156b0e52bf75e4f192c0ddb3fdef47_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e5753a6fa47d5a753be2eb3b7a46cee0bc156b0e52bf75e4f192c0ddb3fdef47_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:ed802f61197fbcc0f1a8a916612ab33363e0e1866ae70d03df92469a2c356ea6_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:ed802f61197fbcc0f1a8a916612ab33363e0e1866ae70d03df92469a2c356ea6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:ed802f61197fbcc0f1a8a916612ab33363e0e1866ae70d03df92469a2c356ea6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:120c1ccd64bca8bfff4b46d14f78038594a28f6d58c585b1215afd76c23c7ad5_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:120c1ccd64bca8bfff4b46d14f78038594a28f6d58c585b1215afd76c23c7ad5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:120c1ccd64bca8bfff4b46d14f78038594a28f6d58c585b1215afd76c23c7ad5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:52dcfdc6c5f219f414fa0775b70e34118b319897b0772931e0861623db7bde86_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:52dcfdc6c5f219f414fa0775b70e34118b319897b0772931e0861623db7bde86_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:52dcfdc6c5f219f414fa0775b70e34118b319897b0772931e0861623db7bde86_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6b259bed5dc046510b7c3305f6abf86e4543a9ec5091505f92f573536e9f049f_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6b259bed5dc046510b7c3305f6abf86e4543a9ec5091505f92f573536e9f049f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6b259bed5dc046510b7c3305f6abf86e4543a9ec5091505f92f573536e9f049f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:bc0dd85538edc7a80adc0fc9fc4e02051e7b09480250b5328a6b70251875b943_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:bc0dd85538edc7a80adc0fc9fc4e02051e7b09480250b5328a6b70251875b943_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:bc0dd85538edc7a80adc0fc9fc4e02051e7b09480250b5328a6b70251875b943_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3f9151da4d025555f4c0183a0ce07a2d0084beeafdc9f3f1e87a603053ef9089_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3f9151da4d025555f4c0183a0ce07a2d0084beeafdc9f3f1e87a603053ef9089_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3f9151da4d025555f4c0183a0ce07a2d0084beeafdc9f3f1e87a603053ef9089_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:919fe76dee99d772b668b57645779a63e1c3b7f7f40fe79175c27ae6d7e261db_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:919fe76dee99d772b668b57645779a63e1c3b7f7f40fe79175c27ae6d7e261db_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:919fe76dee99d772b668b57645779a63e1c3b7f7f40fe79175c27ae6d7e261db_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e19a080b5fe10b67fe48c28014879abbc87cf5077c32c003fddd171d06bb370f_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e19a080b5fe10b67fe48c28014879abbc87cf5077c32c003fddd171d06bb370f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e19a080b5fe10b67fe48c28014879abbc87cf5077c32c003fddd171d06bb370f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f7708a1c1e0d4083c7f0b9e8d8704b91a4c823dc9435d5d3e986372f305e1fe4_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f7708a1c1e0d4083c7f0b9e8d8704b91a4c823dc9435d5d3e986372f305e1fe4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f7708a1c1e0d4083c7f0b9e8d8704b91a4c823dc9435d5d3e986372f305e1fe4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:27bd19fa0c1eb00c55120e22b21eaab50f0eb75a84910e9d8a2fd3b5fd1c7dc2_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:27bd19fa0c1eb00c55120e22b21eaab50f0eb75a84910e9d8a2fd3b5fd1c7dc2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:27bd19fa0c1eb00c55120e22b21eaab50f0eb75a84910e9d8a2fd3b5fd1c7dc2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:52c4215a49207586cb3f33bd1d35aeda857d31d34c80cbfffba02ba8c448c8a6_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:52c4215a49207586cb3f33bd1d35aeda857d31d34c80cbfffba02ba8c448c8a6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:52c4215a49207586cb3f33bd1d35aeda857d31d34c80cbfffba02ba8c448c8a6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:62e5cb5ba2d92bc29a2087c9de9fed7978d4c5ffe07b0afb479eac93519c6df5_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:62e5cb5ba2d92bc29a2087c9de9fed7978d4c5ffe07b0afb479eac93519c6df5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:62e5cb5ba2d92bc29a2087c9de9fed7978d4c5ffe07b0afb479eac93519c6df5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:68aa837b6a3bd95232abd62ecae3b040f2a7a72ced626c784c4062c2f28a6e3d_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:68aa837b6a3bd95232abd62ecae3b040f2a7a72ced626c784c4062c2f28a6e3d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:68aa837b6a3bd95232abd62ecae3b040f2a7a72ced626c784c4062c2f28a6e3d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:9872321279ec2d108191f1f7e1764551e9c7099de51f595627db068a66fc4f8d_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:9872321279ec2d108191f1f7e1764551e9c7099de51f595627db068a66fc4f8d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:9872321279ec2d108191f1f7e1764551e9c7099de51f595627db068a66fc4f8d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a06cb8024ab06fbdee295afe99cd294f6e05c36dd490545600967b8ff12e3391_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a06cb8024ab06fbdee295afe99cd294f6e05c36dd490545600967b8ff12e3391_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a06cb8024ab06fbdee295afe99cd294f6e05c36dd490545600967b8ff12e3391_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:1d3a2d2ae27d869506d3f027ebb43f0ca64451cbb635c4c412c85129025728c3_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:1d3a2d2ae27d869506d3f027ebb43f0ca64451cbb635c4c412c85129025728c3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:1d3a2d2ae27d869506d3f027ebb43f0ca64451cbb635c4c412c85129025728c3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:c20a4f14ad0eecc3f88eda36bd65f1f390c6977a7ad5ed69e87969556b9d8cc7_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:c20a4f14ad0eecc3f88eda36bd65f1f390c6977a7ad5ed69e87969556b9d8cc7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:c20a4f14ad0eecc3f88eda36bd65f1f390c6977a7ad5ed69e87969556b9d8cc7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:64247ff135642a32fb59a62cdcaae5f28085ef0578916b4ab2c90d31e67848f4_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:64247ff135642a32fb59a62cdcaae5f28085ef0578916b4ab2c90d31e67848f4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:64247ff135642a32fb59a62cdcaae5f28085ef0578916b4ab2c90d31e67848f4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:e0cf29f62ec486451053c661388f9a3a12ba42b84899b687fb3486666a42536b_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:e0cf29f62ec486451053c661388f9a3a12ba42b84899b687fb3486666a42536b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:e0cf29f62ec486451053c661388f9a3a12ba42b84899b687fb3486666a42536b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:efc289b0278fc84c571d7adf9e9ee1f8b149c5d832cbf416803435e89ee0a531_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:efc289b0278fc84c571d7adf9e9ee1f8b149c5d832cbf416803435e89ee0a531_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:efc289b0278fc84c571d7adf9e9ee1f8b149c5d832cbf416803435e89ee0a531_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:47ac82d0289751c8c7e41da07173dd61836e606101a20b598c00da1cd1fc9077_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:47ac82d0289751c8c7e41da07173dd61836e606101a20b598c00da1cd1fc9077_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:47ac82d0289751c8c7e41da07173dd61836e606101a20b598c00da1cd1fc9077_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:953b8ff978f6523f4578a469d23dba6536d49a141b4e3729b059feb6d79a858b_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:953b8ff978f6523f4578a469d23dba6536d49a141b4e3729b059feb6d79a858b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:953b8ff978f6523f4578a469d23dba6536d49a141b4e3729b059feb6d79a858b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ee224daca08de920de240b684ebc23a4da50d60130d9e205e88c904c8c755343_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ee224daca08de920de240b684ebc23a4da50d60130d9e205e88c904c8c755343_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ee224daca08de920de240b684ebc23a4da50d60130d9e205e88c904c8c755343_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f267111aa2951d22dd6a41c7362afc22454e365325b7a016d213505b7dad74f8_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f267111aa2951d22dd6a41c7362afc22454e365325b7a016d213505b7dad74f8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f267111aa2951d22dd6a41c7362afc22454e365325b7a016d213505b7dad74f8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0ed3d751161fa47b7ed4bd2ec2c5bfff8ac5ffae0df22dd9a741cc64bbe2939d_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0ed3d751161fa47b7ed4bd2ec2c5bfff8ac5ffae0df22dd9a741cc64bbe2939d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0ed3d751161fa47b7ed4bd2ec2c5bfff8ac5ffae0df22dd9a741cc64bbe2939d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:48bbecc83208a8895cee2c2e8ec677f59a688e02705a677cde4e9a8a52398d1b_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:48bbecc83208a8895cee2c2e8ec677f59a688e02705a677cde4e9a8a52398d1b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:48bbecc83208a8895cee2c2e8ec677f59a688e02705a677cde4e9a8a52398d1b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:89ac959e411430e4910919132f95452d1142a45fc5c67088f15cf5bad8982165_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:89ac959e411430e4910919132f95452d1142a45fc5c67088f15cf5bad8982165_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:89ac959e411430e4910919132f95452d1142a45fc5c67088f15cf5bad8982165_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:db55fb30b025bb573317f113897a7bfa0dc729aa684dcdb0ac3066356b339bc9_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:db55fb30b025bb573317f113897a7bfa0dc729aa684dcdb0ac3066356b339bc9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:db55fb30b025bb573317f113897a7bfa0dc729aa684dcdb0ac3066356b339bc9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:285f19a6dcffb48d4e6f6d3bfb44722f1828bfb2099a8736f2fc08cdd1481175_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:285f19a6dcffb48d4e6f6d3bfb44722f1828bfb2099a8736f2fc08cdd1481175_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:285f19a6dcffb48d4e6f6d3bfb44722f1828bfb2099a8736f2fc08cdd1481175_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:521f2693c3073993771af37d65723ced3ac83c7438d6ff35425ca5f663101676_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:521f2693c3073993771af37d65723ced3ac83c7438d6ff35425ca5f663101676_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:521f2693c3073993771af37d65723ced3ac83c7438d6ff35425ca5f663101676_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d1883837f227ea4b98d2442b46e5c07a9eeae549e13cd778f7c9e78494b53911_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d1883837f227ea4b98d2442b46e5c07a9eeae549e13cd778f7c9e78494b53911_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d1883837f227ea4b98d2442b46e5c07a9eeae549e13cd778f7c9e78494b53911_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f1f601e3a4951748fbf030083febf57aad02568058889b0122c8872e2d68d70b_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f1f601e3a4951748fbf030083febf57aad02568058889b0122c8872e2d68d70b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f1f601e3a4951748fbf030083febf57aad02568058889b0122c8872e2d68d70b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:34298ddfd123342b87d28c047cb4a8c1b25b07352bfed57aefffdd92a7058b6f_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:34298ddfd123342b87d28c047cb4a8c1b25b07352bfed57aefffdd92a7058b6f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:34298ddfd123342b87d28c047cb4a8c1b25b07352bfed57aefffdd92a7058b6f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4a56a0984384548771e1c8fa5a4a8efe93f472cdf2b64b01d6049b2f9187a684_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4a56a0984384548771e1c8fa5a4a8efe93f472cdf2b64b01d6049b2f9187a684_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4a56a0984384548771e1c8fa5a4a8efe93f472cdf2b64b01d6049b2f9187a684_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6765cf3c0f8d395307ae57019cda7e2aeee976ec060eea8a47703db0b18532df_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6765cf3c0f8d395307ae57019cda7e2aeee976ec060eea8a47703db0b18532df_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6765cf3c0f8d395307ae57019cda7e2aeee976ec060eea8a47703db0b18532df_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:8a8377100458d05864c6521e4b7550df73b5c3d9cade518067d5741fa9d02292_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:8a8377100458d05864c6521e4b7550df73b5c3d9cade518067d5741fa9d02292_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:8a8377100458d05864c6521e4b7550df73b5c3d9cade518067d5741fa9d02292_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:09ad41d3ddb9aba6d649812d1e48433f5778b1cd9d5e0e1466b34e6516b864e1_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:09ad41d3ddb9aba6d649812d1e48433f5778b1cd9d5e0e1466b34e6516b864e1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:09ad41d3ddb9aba6d649812d1e48433f5778b1cd9d5e0e1466b34e6516b864e1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:7b3a100ca1bce2bced0306ec9d4b90a4dfe8596c5bdf51799aa3a7a1ef36fef3_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:7b3a100ca1bce2bced0306ec9d4b90a4dfe8596c5bdf51799aa3a7a1ef36fef3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:7b3a100ca1bce2bced0306ec9d4b90a4dfe8596c5bdf51799aa3a7a1ef36fef3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:ace3b3b02c33261287a32253dd1c027769743797317ac4259c9102e0b3db6603_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:ace3b3b02c33261287a32253dd1c027769743797317ac4259c9102e0b3db6603_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:ace3b3b02c33261287a32253dd1c027769743797317ac4259c9102e0b3db6603_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d289ef93e6e179405cae0db5309865f76cefababf168006abf09fc3a51a32bcc_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d289ef93e6e179405cae0db5309865f76cefababf168006abf09fc3a51a32bcc_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d289ef93e6e179405cae0db5309865f76cefababf168006abf09fc3a51a32bcc_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:20052a45d551f7e988cc0c38baa38f146df4d9d741ac71f17498d8ddc44a1beb_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:20052a45d551f7e988cc0c38baa38f146df4d9d741ac71f17498d8ddc44a1beb_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:20052a45d551f7e988cc0c38baa38f146df4d9d741ac71f17498d8ddc44a1beb_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:55409e5fb153973038a15985a332681f4e3e41126f84b6a355c47314c76bdf2e_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:55409e5fb153973038a15985a332681f4e3e41126f84b6a355c47314c76bdf2e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:55409e5fb153973038a15985a332681f4e3e41126f84b6a355c47314c76bdf2e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c143caae15fb4249757018e05ac8dab9abb20f405977cb41468ce6a8049c4342_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c143caae15fb4249757018e05ac8dab9abb20f405977cb41468ce6a8049c4342_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c143caae15fb4249757018e05ac8dab9abb20f405977cb41468ce6a8049c4342_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c5d456d739d5791e51544a45309ca3b64f763cb49632bc638950fbfc041b4193_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c5d456d739d5791e51544a45309ca3b64f763cb49632bc638950fbfc041b4193_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c5d456d739d5791e51544a45309ca3b64f763cb49632bc638950fbfc041b4193_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3ab4203333e071978d85f0f44f7342811d898cc388326db60afacd2395f8340e_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3ab4203333e071978d85f0f44f7342811d898cc388326db60afacd2395f8340e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3ab4203333e071978d85f0f44f7342811d898cc388326db60afacd2395f8340e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5a97ef5bfe0456bc1528f2a3df7736c506e11cb61de5c41a1daf22162150b345_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5a97ef5bfe0456bc1528f2a3df7736c506e11cb61de5c41a1daf22162150b345_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5a97ef5bfe0456bc1528f2a3df7736c506e11cb61de5c41a1daf22162150b345_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:94fd7b1b27954fb59c11a010f4b8ce0a3377b38bfed7ffb20873a2f7a499f8bf_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:94fd7b1b27954fb59c11a010f4b8ce0a3377b38bfed7ffb20873a2f7a499f8bf_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:94fd7b1b27954fb59c11a010f4b8ce0a3377b38bfed7ffb20873a2f7a499f8bf_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a936c0970ab66789c10a64cf57ae76bcab0f2f16b6b50e713373066f73d535b5_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a936c0970ab66789c10a64cf57ae76bcab0f2f16b6b50e713373066f73d535b5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a936c0970ab66789c10a64cf57ae76bcab0f2f16b6b50e713373066f73d535b5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:34fb12d4fbb5f9b29b1b58e19b1c1b0eb27121ef80edc50a59e431a4e94638c9_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:34fb12d4fbb5f9b29b1b58e19b1c1b0eb27121ef80edc50a59e431a4e94638c9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:34fb12d4fbb5f9b29b1b58e19b1c1b0eb27121ef80edc50a59e431a4e94638c9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:bedcb032aa7325e5bbff014f251d5ad91fff9dcdaf84a95e61e4fc4198f22f79_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:bedcb032aa7325e5bbff014f251d5ad91fff9dcdaf84a95e61e4fc4198f22f79_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:bedcb032aa7325e5bbff014f251d5ad91fff9dcdaf84a95e61e4fc4198f22f79_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d10ffca12372666b239a9fcde83a4b0da6c3f37fede3e47272bbdf9ebd2f0d91_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d10ffca12372666b239a9fcde83a4b0da6c3f37fede3e47272bbdf9ebd2f0d91_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d10ffca12372666b239a9fcde83a4b0da6c3f37fede3e47272bbdf9ebd2f0d91_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d5284bc6a4ff57ceca1c00af4ed0c46fd341f1e2a28b4f13b210ed327a25ebd6_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d5284bc6a4ff57ceca1c00af4ed0c46fd341f1e2a28b4f13b210ed327a25ebd6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d5284bc6a4ff57ceca1c00af4ed0c46fd341f1e2a28b4f13b210ed327a25ebd6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:2a7aeb3139633e2014d99631287cce239d73af61e541f218f45a009fc151d8d8_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:2a7aeb3139633e2014d99631287cce239d73af61e541f218f45a009fc151d8d8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:2a7aeb3139633e2014d99631287cce239d73af61e541f218f45a009fc151d8d8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3afe2f3016ac55bd947c98d1e4b957969357aed54423ca2f35955eac8639116f_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3afe2f3016ac55bd947c98d1e4b957969357aed54423ca2f35955eac8639116f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3afe2f3016ac55bd947c98d1e4b957969357aed54423ca2f35955eac8639116f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6d7572f71fc31d580d355bc6ebf8eaa54e4285c53c7e0e418a7495a0fb8d37a6_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6d7572f71fc31d580d355bc6ebf8eaa54e4285c53c7e0e418a7495a0fb8d37a6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6d7572f71fc31d580d355bc6ebf8eaa54e4285c53c7e0e418a7495a0fb8d37a6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d2236c41a640de0aedb4eb2f1ef143793288329513ec0911bc37ba688857701f_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d2236c41a640de0aedb4eb2f1ef143793288329513ec0911bc37ba688857701f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d2236c41a640de0aedb4eb2f1ef143793288329513ec0911bc37ba688857701f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:7688c4b2355532cddd9b9d314d105127c494990e7079407d2f43e578610971ad_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:7688c4b2355532cddd9b9d314d105127c494990e7079407d2f43e578610971ad_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:7688c4b2355532cddd9b9d314d105127c494990e7079407d2f43e578610971ad_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:91ee195223233fdaa6d83ddbc8e1dc33bc7811e4f1e6ec9f5ddf325f560ec38d_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:91ee195223233fdaa6d83ddbc8e1dc33bc7811e4f1e6ec9f5ddf325f560ec38d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:91ee195223233fdaa6d83ddbc8e1dc33bc7811e4f1e6ec9f5ddf325f560ec38d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:c866308d315beaa691b25dfed4be0cace44628e0799527e9ca11d14165437d98_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:c866308d315beaa691b25dfed4be0cace44628e0799527e9ca11d14165437d98_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:c866308d315beaa691b25dfed4be0cace44628e0799527e9ca11d14165437d98_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:dfe468dbed566f02ea0ed9b5ed5565f40a00d03a344d2a230b0a0a83c783493b_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:dfe468dbed566f02ea0ed9b5ed5565f40a00d03a344d2a230b0a0a83c783493b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:dfe468dbed566f02ea0ed9b5ed5565f40a00d03a344d2a230b0a0a83c783493b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:08710b0caf6f4bc16e72a89f596f33c8c38ba7742d0f1ee552336f9acc7f222e_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:08710b0caf6f4bc16e72a89f596f33c8c38ba7742d0f1ee552336f9acc7f222e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:08710b0caf6f4bc16e72a89f596f33c8c38ba7742d0f1ee552336f9acc7f222e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1491efe6870dae8caca1a78c9c96f8b4b2956db3bd5eaa6bde59ee996506bfb8_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1491efe6870dae8caca1a78c9c96f8b4b2956db3bd5eaa6bde59ee996506bfb8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1491efe6870dae8caca1a78c9c96f8b4b2956db3bd5eaa6bde59ee996506bfb8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:2a0f11f0a1063e3ca7b8b04693ebe979e9953736d37f3dc3a91fa5c9912d79d4_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:2a0f11f0a1063e3ca7b8b04693ebe979e9953736d37f3dc3a91fa5c9912d79d4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:2a0f11f0a1063e3ca7b8b04693ebe979e9953736d37f3dc3a91fa5c9912d79d4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:813fdba989d7b5a4aad5e9ce5bf5285b0e65745375dbdef899786d571c001b77_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:813fdba989d7b5a4aad5e9ce5bf5285b0e65745375dbdef899786d571c001b77_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:813fdba989d7b5a4aad5e9ce5bf5285b0e65745375dbdef899786d571c001b77_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0db523e5a7a6420d94d5d302b90c798737eb78f99cde3b887d3c3866e195b9bf_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0db523e5a7a6420d94d5d302b90c798737eb78f99cde3b887d3c3866e195b9bf_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0db523e5a7a6420d94d5d302b90c798737eb78f99cde3b887d3c3866e195b9bf_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:18b7e5875aaad6e0bb8b12fa303ad6295bf3968daeaed2104f0f4ec3122446df_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:18b7e5875aaad6e0bb8b12fa303ad6295bf3968daeaed2104f0f4ec3122446df_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:18b7e5875aaad6e0bb8b12fa303ad6295bf3968daeaed2104f0f4ec3122446df_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:80c4e60cb2ab82621ef12774841d39e6ece9e9671114afd0d19b188dd7746d81_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:80c4e60cb2ab82621ef12774841d39e6ece9e9671114afd0d19b188dd7746d81_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:80c4e60cb2ab82621ef12774841d39e6ece9e9671114afd0d19b188dd7746d81_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c20dd339ba44e18a505db8bf726e2db8b6a764f7bfcd9e0d63d627d69c2378fe_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c20dd339ba44e18a505db8bf726e2db8b6a764f7bfcd9e0d63d627d69c2378fe_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c20dd339ba44e18a505db8bf726e2db8b6a764f7bfcd9e0d63d627d69c2378fe_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:528f1228123298362d5787e862306cc2605f3eb31fdedfd0deea7f3cdffb77cc_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:528f1228123298362d5787e862306cc2605f3eb31fdedfd0deea7f3cdffb77cc_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:528f1228123298362d5787e862306cc2605f3eb31fdedfd0deea7f3cdffb77cc_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:75b18dbc6fef40173ab0c85ff4f9c4111e29afa10593ef9141d589f88b418826_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:75b18dbc6fef40173ab0c85ff4f9c4111e29afa10593ef9141d589f88b418826_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:75b18dbc6fef40173ab0c85ff4f9c4111e29afa10593ef9141d589f88b418826_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:e8147c001326caf53531a8917f91991b5ca05f31d30adba78a03539a6568009c_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:e8147c001326caf53531a8917f91991b5ca05f31d30adba78a03539a6568009c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:e8147c001326caf53531a8917f91991b5ca05f31d30adba78a03539a6568009c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:fb390f9eeb4853d9a20c9bf02ac10e099238e94084230bb532029be4c88b7ac6_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:fb390f9eeb4853d9a20c9bf02ac10e099238e94084230bb532029be4c88b7ac6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:fb390f9eeb4853d9a20c9bf02ac10e099238e94084230bb532029be4c88b7ac6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3dc8fa50d17a5074f03d58eb00467e45e6d74f6c5293bc57ebb8c4feb4323eb9_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3dc8fa50d17a5074f03d58eb00467e45e6d74f6c5293bc57ebb8c4feb4323eb9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3dc8fa50d17a5074f03d58eb00467e45e6d74f6c5293bc57ebb8c4feb4323eb9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:51941876bbb8070423c00e3699bb193343e963358dcae8cc6acda94395edc5fa_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:51941876bbb8070423c00e3699bb193343e963358dcae8cc6acda94395edc5fa_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:51941876bbb8070423c00e3699bb193343e963358dcae8cc6acda94395edc5fa_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9087e6df82220f673440368a5e81c5a0f3eb5e36cccc61cb40fcb56d92cfcadb_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9087e6df82220f673440368a5e81c5a0f3eb5e36cccc61cb40fcb56d92cfcadb_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9087e6df82220f673440368a5e81c5a0f3eb5e36cccc61cb40fcb56d92cfcadb_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e3740bfa7355589784350a9dafc10849d32f1273327387b3b3c6389ba1e26dba_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e3740bfa7355589784350a9dafc10849d32f1273327387b3b3c6389ba1e26dba_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e3740bfa7355589784350a9dafc10849d32f1273327387b3b3c6389ba1e26dba_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:05f5bc9410d9859f1bbc1def6e1c74fd47781faf1ef26633f61b5d8f09ce8d02_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:05f5bc9410d9859f1bbc1def6e1c74fd47781faf1ef26633f61b5d8f09ce8d02_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:05f5bc9410d9859f1bbc1def6e1c74fd47781faf1ef26633f61b5d8f09ce8d02_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5e14d01db3abe1412de6cbd8dbd7d3598d5ba7d2af2f5e55a7ca625aaf8a9155_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5e14d01db3abe1412de6cbd8dbd7d3598d5ba7d2af2f5e55a7ca625aaf8a9155_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5e14d01db3abe1412de6cbd8dbd7d3598d5ba7d2af2f5e55a7ca625aaf8a9155_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:db0bf5b79be48f69d411611bfa74a9b1cdfe875b453a81ec5ea72a962c27978e_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:db0bf5b79be48f69d411611bfa74a9b1cdfe875b453a81ec5ea72a962c27978e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:db0bf5b79be48f69d411611bfa74a9b1cdfe875b453a81ec5ea72a962c27978e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ddbaa3a482cf17a156f6955ec155eace13126ae83217c36c03eb2b826e7c4ff0_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ddbaa3a482cf17a156f6955ec155eace13126ae83217c36c03eb2b826e7c4ff0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ddbaa3a482cf17a156f6955ec155eace13126ae83217c36c03eb2b826e7c4ff0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:02ce1779315733c6039fbd9f711d6c75da89fcfd4d6ac8e485d7aba30882b3ff_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:02ce1779315733c6039fbd9f711d6c75da89fcfd4d6ac8e485d7aba30882b3ff_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:02ce1779315733c6039fbd9f711d6c75da89fcfd4d6ac8e485d7aba30882b3ff_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:d29e550f223f287e258aa15ac71ec87cbd24e9d6888f22d82aede80b7902765e_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:d29e550f223f287e258aa15ac71ec87cbd24e9d6888f22d82aede80b7902765e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:d29e550f223f287e258aa15ac71ec87cbd24e9d6888f22d82aede80b7902765e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1d43b37d6ee7556d8afe22fb33c7c9ab7a1ff5b2b38d6e18f762ba759015f87a_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1d43b37d6ee7556d8afe22fb33c7c9ab7a1ff5b2b38d6e18f762ba759015f87a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1d43b37d6ee7556d8afe22fb33c7c9ab7a1ff5b2b38d6e18f762ba759015f87a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4e627ea7097e36d07d109f50212809b6477070750c0bfff14f3fe9d1d7ca29f4_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4e627ea7097e36d07d109f50212809b6477070750c0bfff14f3fe9d1d7ca29f4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4e627ea7097e36d07d109f50212809b6477070750c0bfff14f3fe9d1d7ca29f4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:63e60a076755fec73f95d2f5ee948a50d895b69cd327296ac0925e301f5b7e4d_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:63e60a076755fec73f95d2f5ee948a50d895b69cd327296ac0925e301f5b7e4d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:63e60a076755fec73f95d2f5ee948a50d895b69cd327296ac0925e301f5b7e4d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9028745ca618eda612fa2960f0327f19fb689eb36762515bfd71bb2efab0a0a3_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9028745ca618eda612fa2960f0327f19fb689eb36762515bfd71bb2efab0a0a3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9028745ca618eda612fa2960f0327f19fb689eb36762515bfd71bb2efab0a0a3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2dc50c3c453049a1e81e8cc4559147a4fd4a3a6a9c140865f82bf628f2a45b83_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2dc50c3c453049a1e81e8cc4559147a4fd4a3a6a9c140865f82bf628f2a45b83_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2dc50c3c453049a1e81e8cc4559147a4fd4a3a6a9c140865f82bf628f2a45b83_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:734c982a6159e5c4077a12b1a0f72ad992b70f965873ea591228172e6265263f_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:734c982a6159e5c4077a12b1a0f72ad992b70f965873ea591228172e6265263f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:734c982a6159e5c4077a12b1a0f72ad992b70f965873ea591228172e6265263f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b2a21551ad4c66e622ccd865529356920dc4524bfa4595e08a99e0e95438823d_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b2a21551ad4c66e622ccd865529356920dc4524bfa4595e08a99e0e95438823d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b2a21551ad4c66e622ccd865529356920dc4524bfa4595e08a99e0e95438823d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3133ccf5290a245274c030f53c63dfa74d6e04bffa684808fc1815a07ebfa13_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3133ccf5290a245274c030f53c63dfa74d6e04bffa684808fc1815a07ebfa13_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3133ccf5290a245274c030f53c63dfa74d6e04bffa684808fc1815a07ebfa13_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:6f399ee5f4634353047061fddcb9092dccead96c6884863253b913dab93c2e15_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:6f399ee5f4634353047061fddcb9092dccead96c6884863253b913dab93c2e15_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:6f399ee5f4634353047061fddcb9092dccead96c6884863253b913dab93c2e15_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9176cf7f1c5ccd82d82dc1a8ea47c2bd34e2ddb54d750cbacf7735a04ed6a221_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9176cf7f1c5ccd82d82dc1a8ea47c2bd34e2ddb54d750cbacf7735a04ed6a221_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9176cf7f1c5ccd82d82dc1a8ea47c2bd34e2ddb54d750cbacf7735a04ed6a221_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:dc6f5e144468283ba4d04ccc155f9e483d085dc2f1b78992e5fcfea42db77bcd_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:dc6f5e144468283ba4d04ccc155f9e483d085dc2f1b78992e5fcfea42db77bcd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:dc6f5e144468283ba4d04ccc155f9e483d085dc2f1b78992e5fcfea42db77bcd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e5216672e4e265b01384ed2dcd722b4a166490d66e19aaec457aca55c7e3dbd6_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e5216672e4e265b01384ed2dcd722b4a166490d66e19aaec457aca55c7e3dbd6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e5216672e4e265b01384ed2dcd722b4a166490d66e19aaec457aca55c7e3dbd6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:4ca8bbfe3586672e1de22cdce9466b37aa0e11c5e9d94ea8da271aa5cad3df47_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:4ca8bbfe3586672e1de22cdce9466b37aa0e11c5e9d94ea8da271aa5cad3df47_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:4ca8bbfe3586672e1de22cdce9466b37aa0e11c5e9d94ea8da271aa5cad3df47_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:57488300ca265dfcad9bcc1a2861062d8b82c2b80e8b21cc3ed766fd187402db_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:57488300ca265dfcad9bcc1a2861062d8b82c2b80e8b21cc3ed766fd187402db_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:57488300ca265dfcad9bcc1a2861062d8b82c2b80e8b21cc3ed766fd187402db_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:660006e5e6826b13ea6d73fce4fe672d1f67479c44ed65dee68119369eba3c75_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:660006e5e6826b13ea6d73fce4fe672d1f67479c44ed65dee68119369eba3c75_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:660006e5e6826b13ea6d73fce4fe672d1f67479c44ed65dee68119369eba3c75_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:91b8003dab0652f1a06de50435ca08d6f6366e6e8e7e10a9743542b577728b1d_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:91b8003dab0652f1a06de50435ca08d6f6366e6e8e7e10a9743542b577728b1d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:91b8003dab0652f1a06de50435ca08d6f6366e6e8e7e10a9743542b577728b1d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0017d40e539a56e2ddbf4a97b0cd94825ad5dbc9cd79e1a7e058bb0b11afec29_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0017d40e539a56e2ddbf4a97b0cd94825ad5dbc9cd79e1a7e058bb0b11afec29_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0017d40e539a56e2ddbf4a97b0cd94825ad5dbc9cd79e1a7e058bb0b11afec29_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:7a71babc3307efe03b8bb3f3cc5f9159a4868c215df70d7a78ba37b91294649c_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:7a71babc3307efe03b8bb3f3cc5f9159a4868c215df70d7a78ba37b91294649c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:7a71babc3307efe03b8bb3f3cc5f9159a4868c215df70d7a78ba37b91294649c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8403ecd148b8f0aa7f1156fc1676307753967ae68a69948af7c3987de8178959_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8403ecd148b8f0aa7f1156fc1676307753967ae68a69948af7c3987de8178959_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8403ecd148b8f0aa7f1156fc1676307753967ae68a69948af7c3987de8178959_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:a4e02776f7b5a66943bad040650f4dc9e865f05a0911f4f9aba975c4b30ef517_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:a4e02776f7b5a66943bad040650f4dc9e865f05a0911f4f9aba975c4b30ef517_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:a4e02776f7b5a66943bad040650f4dc9e865f05a0911f4f9aba975c4b30ef517_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5d3d3cbbc28f59a6aefb1e54986e084ce49b69867d100e9b7a8eba17b764304a_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5d3d3cbbc28f59a6aefb1e54986e084ce49b69867d100e9b7a8eba17b764304a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5d3d3cbbc28f59a6aefb1e54986e084ce49b69867d100e9b7a8eba17b764304a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5fe1d81ec73517468488ed1a60331a78733ce2fed50f3930b4efbcdff5884326_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5fe1d81ec73517468488ed1a60331a78733ce2fed50f3930b4efbcdff5884326_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5fe1d81ec73517468488ed1a60331a78733ce2fed50f3930b4efbcdff5884326_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:94a7a56873cf0e075740a1db93972f2b2505e7bc082f2faf2d3a6badbb52b08e_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:94a7a56873cf0e075740a1db93972f2b2505e7bc082f2faf2d3a6badbb52b08e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:94a7a56873cf0e075740a1db93972f2b2505e7bc082f2faf2d3a6badbb52b08e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d1e737deb52f4f124e34889df5ee2a787db0ee13ef86842f415d5c18ff70498d_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d1e737deb52f4f124e34889df5ee2a787db0ee13ef86842f415d5c18ff70498d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d1e737deb52f4f124e34889df5ee2a787db0ee13ef86842f415d5c18ff70498d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:0c8b3d458f0968682b8604cad6ddf02b1135b99c4682090dc78d9b273084a0ab_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:0c8b3d458f0968682b8604cad6ddf02b1135b99c4682090dc78d9b273084a0ab_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:0c8b3d458f0968682b8604cad6ddf02b1135b99c4682090dc78d9b273084a0ab_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8f02a07e0928906a1c075fc3510f3750c679361bb9e0fc7504610eb2b230a092_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8f02a07e0928906a1c075fc3510f3750c679361bb9e0fc7504610eb2b230a092_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8f02a07e0928906a1c075fc3510f3750c679361bb9e0fc7504610eb2b230a092_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9b174760063eedf3197e5664994fdc21f85cbc3be8bd1329142fb9e88103b717_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9b174760063eedf3197e5664994fdc21f85cbc3be8bd1329142fb9e88103b717_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9b174760063eedf3197e5664994fdc21f85cbc3be8bd1329142fb9e88103b717_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:e97049e759fd58cb6a2c8dc5b78df8dab7139f8868b1461a3946cf187b824f55_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:e97049e759fd58cb6a2c8dc5b78df8dab7139f8868b1461a3946cf187b824f55_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:e97049e759fd58cb6a2c8dc5b78df8dab7139f8868b1461a3946cf187b824f55_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:17b700ef898288bc081220792a7a95f4f1852338d3d08dff19ea02cc9d957239_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:17b700ef898288bc081220792a7a95f4f1852338d3d08dff19ea02cc9d957239_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:17b700ef898288bc081220792a7a95f4f1852338d3d08dff19ea02cc9d957239_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:675083e881008c57ea9fe8e73db8034a66a3f439c6fc1862db09503f311caef8_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:675083e881008c57ea9fe8e73db8034a66a3f439c6fc1862db09503f311caef8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:675083e881008c57ea9fe8e73db8034a66a3f439c6fc1862db09503f311caef8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b94730e4b9e9de7c0a99431f90b42a5368aa0da03869eb8a71dfc92dce27ba7c_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b94730e4b9e9de7c0a99431f90b42a5368aa0da03869eb8a71dfc92dce27ba7c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b94730e4b9e9de7c0a99431f90b42a5368aa0da03869eb8a71dfc92dce27ba7c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c5c12b41cdbcc18c98ec1632a0c9aec007a9672a742fcfe89a5b104160feb698_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c5c12b41cdbcc18c98ec1632a0c9aec007a9672a742fcfe89a5b104160feb698_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c5c12b41cdbcc18c98ec1632a0c9aec007a9672a742fcfe89a5b104160feb698_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2c51c07f11fa78b44eb528339da6291d1c660451a0c9774ad7bf8d8ea7744ee3_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2c51c07f11fa78b44eb528339da6291d1c660451a0c9774ad7bf8d8ea7744ee3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2c51c07f11fa78b44eb528339da6291d1c660451a0c9774ad7bf8d8ea7744ee3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4d7e15ae24207bd06663f5c9d55564e220bef28ef150f62d2e9622f569490acf_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4d7e15ae24207bd06663f5c9d55564e220bef28ef150f62d2e9622f569490acf_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4d7e15ae24207bd06663f5c9d55564e220bef28ef150f62d2e9622f569490acf_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5a51836c3306ed97366bc3c8f24a8f9e880628d1feb98854eb5dd10800bfae83_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5a51836c3306ed97366bc3c8f24a8f9e880628d1feb98854eb5dd10800bfae83_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5a51836c3306ed97366bc3c8f24a8f9e880628d1feb98854eb5dd10800bfae83_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8231352f700a733b13de64913738e0de1b89be5046736077f7300c21fb778aa2_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8231352f700a733b13de64913738e0de1b89be5046736077f7300c21fb778aa2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8231352f700a733b13de64913738e0de1b89be5046736077f7300c21fb778aa2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:121025c1dfa4bb1138150adc737d7cf12e69ce21f10690ad8d740c1c1f2dde4b_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:121025c1dfa4bb1138150adc737d7cf12e69ce21f10690ad8d740c1c1f2dde4b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:121025c1dfa4bb1138150adc737d7cf12e69ce21f10690ad8d740c1c1f2dde4b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c02ec1e4b586a812cddae6ea43cf42a6b9742d062fc12c18c2414bc48b5b96e_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c02ec1e4b586a812cddae6ea43cf42a6b9742d062fc12c18c2414bc48b5b96e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c02ec1e4b586a812cddae6ea43cf42a6b9742d062fc12c18c2414bc48b5b96e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4c94c8afa17ce2348d6198c2914e9257ac9510455c521f6539ab17877b6fd974_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4c94c8afa17ce2348d6198c2914e9257ac9510455c521f6539ab17877b6fd974_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4c94c8afa17ce2348d6198c2914e9257ac9510455c521f6539ab17877b6fd974_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:70c7beb1cdbcba3eb4fb83fafaf740145b81d510ef56d5ac59ea4bbbfbfebc00_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:70c7beb1cdbcba3eb4fb83fafaf740145b81d510ef56d5ac59ea4bbbfbfebc00_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:70c7beb1cdbcba3eb4fb83fafaf740145b81d510ef56d5ac59ea4bbbfbfebc00_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:83efb138b8bd5084f7dbeb8a59fe1ecc2680a20d5853b7a15f47e1f87929fd9e_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:83efb138b8bd5084f7dbeb8a59fe1ecc2680a20d5853b7a15f47e1f87929fd9e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:83efb138b8bd5084f7dbeb8a59fe1ecc2680a20d5853b7a15f47e1f87929fd9e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:bd63fc568a9ceddc67809e2271de8ef4d57ac8af283861a601547a6b9da2dda2_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:bd63fc568a9ceddc67809e2271de8ef4d57ac8af283861a601547a6b9da2dda2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:bd63fc568a9ceddc67809e2271de8ef4d57ac8af283861a601547a6b9da2dda2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d0d429e4a3a0a9f015725dd965d4317e67c72b3fd846ef4b04c20ada4d067eef_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d0d429e4a3a0a9f015725dd965d4317e67c72b3fd846ef4b04c20ada4d067eef_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d0d429e4a3a0a9f015725dd965d4317e67c72b3fd846ef4b04c20ada4d067eef_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ecc47300fa59bdd3970f0baf030a75e1fe5862d2470756cf32c389b1eb89152a_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ecc47300fa59bdd3970f0baf030a75e1fe5862d2470756cf32c389b1eb89152a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ecc47300fa59bdd3970f0baf030a75e1fe5862d2470756cf32c389b1eb89152a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:53bfb1dd8b4f99a0252bfdad2c65960877a4e722f5ae88591eb87d6800d1d98c_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:53bfb1dd8b4f99a0252bfdad2c65960877a4e722f5ae88591eb87d6800d1d98c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:53bfb1dd8b4f99a0252bfdad2c65960877a4e722f5ae88591eb87d6800d1d98c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:64fcb6ccdaa30c4e06cc91a40273c6be01958ca2c048bd39d8a87e8c09fa7d55_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:64fcb6ccdaa30c4e06cc91a40273c6be01958ca2c048bd39d8a87e8c09fa7d55_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:64fcb6ccdaa30c4e06cc91a40273c6be01958ca2c048bd39d8a87e8c09fa7d55_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:bd7e96fa5e3db517c91323142b8258555f04d93dc0f164b6e83249dc0cd1b416_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:bd7e96fa5e3db517c91323142b8258555f04d93dc0f164b6e83249dc0cd1b416_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:bd7e96fa5e3db517c91323142b8258555f04d93dc0f164b6e83249dc0cd1b416_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e5d77db3010b3e1d31e14a0bafb1a5e5ca62dc03b7b0bd2097b198f6be6ee442_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e5d77db3010b3e1d31e14a0bafb1a5e5ca62dc03b7b0bd2097b198f6be6ee442_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e5d77db3010b3e1d31e14a0bafb1a5e5ca62dc03b7b0bd2097b198f6be6ee442_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:0488437dcc9ca866c5b96278686ea20b5732f8e8038af90889fadcf90f1082fc_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:0488437dcc9ca866c5b96278686ea20b5732f8e8038af90889fadcf90f1082fc_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:0488437dcc9ca866c5b96278686ea20b5732f8e8038af90889fadcf90f1082fc_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d1bd0363eb8c21c0123522b814b140a7595a459c7c286220b4b6fb0b9886a115_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d1bd0363eb8c21c0123522b814b140a7595a459c7c286220b4b6fb0b9886a115_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d1bd0363eb8c21c0123522b814b140a7595a459c7c286220b4b6fb0b9886a115_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e45c7964c5a89fbb1a8c6da3a905e2caacbbf8c433b0d56d1b260bba151b3e93_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e45c7964c5a89fbb1a8c6da3a905e2caacbbf8c433b0d56d1b260bba151b3e93_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e45c7964c5a89fbb1a8c6da3a905e2caacbbf8c433b0d56d1b260bba151b3e93_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f52e1ea0175eb2af0a63311dc0b8acc1771c53a7668108d7bb7abf2b814e37e5_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f52e1ea0175eb2af0a63311dc0b8acc1771c53a7668108d7bb7abf2b814e37e5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f52e1ea0175eb2af0a63311dc0b8acc1771c53a7668108d7bb7abf2b814e37e5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0043c8e63c3bcf98e33fda7e5f532143b4c8fdbce690606bf469e932d8552062_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0043c8e63c3bcf98e33fda7e5f532143b4c8fdbce690606bf469e932d8552062_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0043c8e63c3bcf98e33fda7e5f532143b4c8fdbce690606bf469e932d8552062_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:465c03f230a374b6885874b775473275fe8866f61856fb71a8e2bfc37b712ea2_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:465c03f230a374b6885874b775473275fe8866f61856fb71a8e2bfc37b712ea2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:465c03f230a374b6885874b775473275fe8866f61856fb71a8e2bfc37b712ea2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:c730b4b9a52549bb6204deba37e28ee3946758bc86f27c1b886188ba0f164fc7_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:c730b4b9a52549bb6204deba37e28ee3946758bc86f27c1b886188ba0f164fc7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:c730b4b9a52549bb6204deba37e28ee3946758bc86f27c1b886188ba0f164fc7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f50ed1d01f799f00ce20f210b95774f2dffe7137757ecf86544c71a9f621f402_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f50ed1d01f799f00ce20f210b95774f2dffe7137757ecf86544c71a9f621f402_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f50ed1d01f799f00ce20f210b95774f2dffe7137757ecf86544c71a9f621f402_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:56015af081c97939fa71d978d511ecc0e93ea6ea89640ae846645121531a4a86_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:56015af081c97939fa71d978d511ecc0e93ea6ea89640ae846645121531a4a86_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:56015af081c97939fa71d978d511ecc0e93ea6ea89640ae846645121531a4a86_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:82a97e06294f2bbad05dd72f91d692449eb4094ce1edda7d651e2f1833018faf_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:82a97e06294f2bbad05dd72f91d692449eb4094ce1edda7d651e2f1833018faf_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:82a97e06294f2bbad05dd72f91d692449eb4094ce1edda7d651e2f1833018faf_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8faf68e17b482f07fd1a4ae8ef292fd44fe9de5369d5129c3945acb56b5c2f0c_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8faf68e17b482f07fd1a4ae8ef292fd44fe9de5369d5129c3945acb56b5c2f0c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8faf68e17b482f07fd1a4ae8ef292fd44fe9de5369d5129c3945acb56b5c2f0c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ae7b169bcaae3569a946c84d88d0ca7b42b530b475c4afc4096d5db36aff9c52_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ae7b169bcaae3569a946c84d88d0ca7b42b530b475c4afc4096d5db36aff9c52_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ae7b169bcaae3569a946c84d88d0ca7b42b530b475c4afc4096d5db36aff9c52_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:02335c6538b4fb15d9d4e2a831b9810db42f8b8fdd75cc6237534356cd1b68e4_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:02335c6538b4fb15d9d4e2a831b9810db42f8b8fdd75cc6237534356cd1b68e4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:02335c6538b4fb15d9d4e2a831b9810db42f8b8fdd75cc6237534356cd1b68e4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:84a9daad04b0ef97a77e258c1b490c9a9c1ca502079513184e43145467eb1169_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:84a9daad04b0ef97a77e258c1b490c9a9c1ca502079513184e43145467eb1169_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:84a9daad04b0ef97a77e258c1b490c9a9c1ca502079513184e43145467eb1169_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:85c84e6100ea0c4d783b44a085cdda8be9b580b073ab7b191a70ad3c14641f9c_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:85c84e6100ea0c4d783b44a085cdda8be9b580b073ab7b191a70ad3c14641f9c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:85c84e6100ea0c4d783b44a085cdda8be9b580b073ab7b191a70ad3c14641f9c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eef5b8e84cce56cf085ed8f8a2ca544505242606d44691b6d0beced7c942bf9c_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eef5b8e84cce56cf085ed8f8a2ca544505242606d44691b6d0beced7c942bf9c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eef5b8e84cce56cf085ed8f8a2ca544505242606d44691b6d0beced7c942bf9c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:148d9d31314b0ca3dd2667aadf51d9a65cc88cd872d21d29e4c85fe25cbf6410_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:148d9d31314b0ca3dd2667aadf51d9a65cc88cd872d21d29e4c85fe25cbf6410_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:148d9d31314b0ca3dd2667aadf51d9a65cc88cd872d21d29e4c85fe25cbf6410_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:87bd671167583b8f46388c7e5853509fc9c20439c1b5f57544117fc9e1b1b5b1_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:87bd671167583b8f46388c7e5853509fc9c20439c1b5f57544117fc9e1b1b5b1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:87bd671167583b8f46388c7e5853509fc9c20439c1b5f57544117fc9e1b1b5b1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:dacaed2c85c23db8c8bf2b754b958ac8990a0b0e917e4885b39ed62d08061fb6_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:dacaed2c85c23db8c8bf2b754b958ac8990a0b0e917e4885b39ed62d08061fb6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:dacaed2c85c23db8c8bf2b754b958ac8990a0b0e917e4885b39ed62d08061fb6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ec4ca8db357714672338a773cdfac91101641ac1ea56905a5dba39d13e8c96e3_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ec4ca8db357714672338a773cdfac91101641ac1ea56905a5dba39d13e8c96e3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ec4ca8db357714672338a773cdfac91101641ac1ea56905a5dba39d13e8c96e3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:1e01dcb349b9e3afa77e9c217b2f20dd7c9c98f7b00be3852166c7d676dc1c58_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:1e01dcb349b9e3afa77e9c217b2f20dd7c9c98f7b00be3852166c7d676dc1c58_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:1e01dcb349b9e3afa77e9c217b2f20dd7c9c98f7b00be3852166c7d676dc1c58_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7a453727eb7aad288301bdce304da23202950098592114e1c56e893828b7cb2a_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7a453727eb7aad288301bdce304da23202950098592114e1c56e893828b7cb2a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7a453727eb7aad288301bdce304da23202950098592114e1c56e893828b7cb2a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7e9f67b6e1c87741c5d56a3e95af004dcfb6d6c9cb4267b0ad4dd1aec7e9cb1a_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7e9f67b6e1c87741c5d56a3e95af004dcfb6d6c9cb4267b0ad4dd1aec7e9cb1a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7e9f67b6e1c87741c5d56a3e95af004dcfb6d6c9cb4267b0ad4dd1aec7e9cb1a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d9f12bee214359955f20c9b4c0218febc8868cd47405b362dcc6ab05dfa573d4_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d9f12bee214359955f20c9b4c0218febc8868cd47405b362dcc6ab05dfa573d4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d9f12bee214359955f20c9b4c0218febc8868cd47405b362dcc6ab05dfa573d4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:36d864188a182dab0197f06376c993fd661689e516dfec4c25f9064eef6db0a2_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:36d864188a182dab0197f06376c993fd661689e516dfec4c25f9064eef6db0a2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:36d864188a182dab0197f06376c993fd661689e516dfec4c25f9064eef6db0a2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:38481cddbac83c19b28845b99fec4f4d16d46aca014ab18653c5e7fd42d7dc9e_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:38481cddbac83c19b28845b99fec4f4d16d46aca014ab18653c5e7fd42d7dc9e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:38481cddbac83c19b28845b99fec4f4d16d46aca014ab18653c5e7fd42d7dc9e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6c5798afafe96f9c1de300cd8b709030655d1c92d03394b069b3f4100a0a4334_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6c5798afafe96f9c1de300cd8b709030655d1c92d03394b069b3f4100a0a4334_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6c5798afafe96f9c1de300cd8b709030655d1c92d03394b069b3f4100a0a4334_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dc248c02585e41245eb8e16fea646a6f1013f5257f5152dab0fd4634073fe15d_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dc248c02585e41245eb8e16fea646a6f1013f5257f5152dab0fd4634073fe15d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dc248c02585e41245eb8e16fea646a6f1013f5257f5152dab0fd4634073fe15d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:142deb80cb8918201dfc20e0e86c5a70e704eb589681db3e019d0eed0a8bbf1b_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:142deb80cb8918201dfc20e0e86c5a70e704eb589681db3e019d0eed0a8bbf1b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:142deb80cb8918201dfc20e0e86c5a70e704eb589681db3e019d0eed0a8bbf1b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ff7c22adb1ce27c0944f94a4994940aa6af3c4db60cf184d0865753e0c18ddcf_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ff7c22adb1ce27c0944f94a4994940aa6af3c4db60cf184d0865753e0c18ddcf_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ff7c22adb1ce27c0944f94a4994940aa6af3c4db60cf184d0865753e0c18ddcf_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:09664db13d4f9022495031effd53a137ebbddc0e61fec151a26e565a02a5bf40_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:09664db13d4f9022495031effd53a137ebbddc0e61fec151a26e565a02a5bf40_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:09664db13d4f9022495031effd53a137ebbddc0e61fec151a26e565a02a5bf40_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:9b480de86de7566594ff61c147bcf0a6e8d5f2ac52ca37a2ecc32909e02850c3_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:9b480de86de7566594ff61c147bcf0a6e8d5f2ac52ca37a2ecc32909e02850c3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:9b480de86de7566594ff61c147bcf0a6e8d5f2ac52ca37a2ecc32909e02850c3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:177b77bf798f3ae19e2b67467ec324e2352c47a2fa4f803c852cb7d5514a2b80_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:177b77bf798f3ae19e2b67467ec324e2352c47a2fa4f803c852cb7d5514a2b80_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:177b77bf798f3ae19e2b67467ec324e2352c47a2fa4f803c852cb7d5514a2b80_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5587380364defb07d81f5bb93851d7d726780e03f561cc5c4010d6cc4e237079_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5587380364defb07d81f5bb93851d7d726780e03f561cc5c4010d6cc4e237079_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5587380364defb07d81f5bb93851d7d726780e03f561cc5c4010d6cc4e237079_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:503c53ef4cda2a77d57eb611638334ecfbbe08f384e01084a0f2004aceccfd5b_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:503c53ef4cda2a77d57eb611638334ecfbbe08f384e01084a0f2004aceccfd5b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:503c53ef4cda2a77d57eb611638334ecfbbe08f384e01084a0f2004aceccfd5b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:ccdfd936b1e904b115efeef06cfb3c1b13ec6fdf123cf87c9ad477ab47ea4d04_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:ccdfd936b1e904b115efeef06cfb3c1b13ec6fdf123cf87c9ad477ab47ea4d04_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:ccdfd936b1e904b115efeef06cfb3c1b13ec6fdf123cf87c9ad477ab47ea4d04_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:1f7ad22165ad761cdd5fbb7f037ad342f7b9a6f017b80ebc9775edd9bf7388d4_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:1f7ad22165ad761cdd5fbb7f037ad342f7b9a6f017b80ebc9775edd9bf7388d4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:1f7ad22165ad761cdd5fbb7f037ad342f7b9a6f017b80ebc9775edd9bf7388d4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3ddfa7f1a01b1dbf4d2e999da0d536b8f3600e0143dde47fed1f6f2caf15a7bb_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3ddfa7f1a01b1dbf4d2e999da0d536b8f3600e0143dde47fed1f6f2caf15a7bb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3ddfa7f1a01b1dbf4d2e999da0d536b8f3600e0143dde47fed1f6f2caf15a7bb_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9aa910f86e4c953069c3e45f3c2db9702a8cafe753fdbed42e4c23f4837660ea_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9aa910f86e4c953069c3e45f3c2db9702a8cafe753fdbed42e4c23f4837660ea_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9aa910f86e4c953069c3e45f3c2db9702a8cafe753fdbed42e4c23f4837660ea_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a2751c4e48572281043cc6468aa40d2b3a8a1eef5897cef386876fc08de5d791_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a2751c4e48572281043cc6468aa40d2b3a8a1eef5897cef386876fc08de5d791_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a2751c4e48572281043cc6468aa40d2b3a8a1eef5897cef386876fc08de5d791_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:00fa00533e4616bc63471ba4e127f163a2ce06bd8546dc3fcaf2465c6c511ef1_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:00fa00533e4616bc63471ba4e127f163a2ce06bd8546dc3fcaf2465c6c511ef1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:00fa00533e4616bc63471ba4e127f163a2ce06bd8546dc3fcaf2465c6c511ef1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:65d4474ec56e4cae8542f01d54006ee1ccf15c8a467dd7f784f1df806507296a_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:65d4474ec56e4cae8542f01d54006ee1ccf15c8a467dd7f784f1df806507296a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:65d4474ec56e4cae8542f01d54006ee1ccf15c8a467dd7f784f1df806507296a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b1410e826283f79823ba6cdb76d666aed69449a847936c6c634593f31c9795b1_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b1410e826283f79823ba6cdb76d666aed69449a847936c6c634593f31c9795b1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b1410e826283f79823ba6cdb76d666aed69449a847936c6c634593f31c9795b1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f3e84cda9ee1fae57794b0c60a7b32373d8a95546116ddb326751e9df0d1706d_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f3e84cda9ee1fae57794b0c60a7b32373d8a95546116ddb326751e9df0d1706d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f3e84cda9ee1fae57794b0c60a7b32373d8a95546116ddb326751e9df0d1706d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:059c0bb97591ea1d95bc42274c6748438e32ef113039c603cbf8171ba3dcd1a8_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:059c0bb97591ea1d95bc42274c6748438e32ef113039c603cbf8171ba3dcd1a8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:059c0bb97591ea1d95bc42274c6748438e32ef113039c603cbf8171ba3dcd1a8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8ff741a30a8c2059c8702290104db1f897853515bea3d054f5456a0faacd3e33_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8ff741a30a8c2059c8702290104db1f897853515bea3d054f5456a0faacd3e33_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8ff741a30a8c2059c8702290104db1f897853515bea3d054f5456a0faacd3e33_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a523a7ac9b9119290e3f27ee0b0c7a5d3cc1d8f35ed4e7aadcd6968dba6c593c_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a523a7ac9b9119290e3f27ee0b0c7a5d3cc1d8f35ed4e7aadcd6968dba6c593c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a523a7ac9b9119290e3f27ee0b0c7a5d3cc1d8f35ed4e7aadcd6968dba6c593c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:db230edf37a3285f5566a6f82b660ff3394caa80c95276bc3992a3f45a18a59e_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:db230edf37a3285f5566a6f82b660ff3394caa80c95276bc3992a3f45a18a59e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:db230edf37a3285f5566a6f82b660ff3394caa80c95276bc3992a3f45a18a59e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0dfe21d1f2ae4ad05af6aa896c0bd09417c03d2fa2e37a1cd3c7afe9d9f506b1_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0dfe21d1f2ae4ad05af6aa896c0bd09417c03d2fa2e37a1cd3c7afe9d9f506b1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0dfe21d1f2ae4ad05af6aa896c0bd09417c03d2fa2e37a1cd3c7afe9d9f506b1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ae88b0138b8b945b1ad071a5ac660e6479f3e2c1ec261d80a4d7d862e94df269_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ae88b0138b8b945b1ad071a5ac660e6479f3e2c1ec261d80a4d7d862e94df269_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ae88b0138b8b945b1ad071a5ac660e6479f3e2c1ec261d80a4d7d862e94df269_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cece82ea1f03a889d37a2e4e1d81eca34a73857630b9874d05264c12ccfde18e_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cece82ea1f03a889d37a2e4e1d81eca34a73857630b9874d05264c12ccfde18e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cece82ea1f03a889d37a2e4e1d81eca34a73857630b9874d05264c12ccfde18e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:e518e75c0ec848497d5dbbbea1505cd3fa96387be78d326f44094d341d1aeb69_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:e518e75c0ec848497d5dbbbea1505cd3fa96387be78d326f44094d341d1aeb69_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:e518e75c0ec848497d5dbbbea1505cd3fa96387be78d326f44094d341d1aeb69_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:4b9f7900c251da09ceb0c5e36e87322030e6fffb41da15b022e52f26967214a3_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:4b9f7900c251da09ceb0c5e36e87322030e6fffb41da15b022e52f26967214a3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:4b9f7900c251da09ceb0c5e36e87322030e6fffb41da15b022e52f26967214a3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:6bcd28e8610dada7b5ec2b6e14aecd9daf0542ac8528b8a1c9bec9b5c22e6791_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:6bcd28e8610dada7b5ec2b6e14aecd9daf0542ac8528b8a1c9bec9b5c22e6791_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:6bcd28e8610dada7b5ec2b6e14aecd9daf0542ac8528b8a1c9bec9b5c22e6791_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b4e19a3b757309f5ba13e3762e2449003ab93a1d3a950df031d0c5f88b338461_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b4e19a3b757309f5ba13e3762e2449003ab93a1d3a950df031d0c5f88b338461_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b4e19a3b757309f5ba13e3762e2449003ab93a1d3a950df031d0c5f88b338461_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f3745f0a10aa35a13620960671ed4e2bace1c01f0440c1cf222aec37ebfcdd6e_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f3745f0a10aa35a13620960671ed4e2bace1c01f0440c1cf222aec37ebfcdd6e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f3745f0a10aa35a13620960671ed4e2bace1c01f0440c1cf222aec37ebfcdd6e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:10a4a0d9d6cd4779461dc27ea5660513c80c4231267cd5d5cde84626a52d8d88_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:10a4a0d9d6cd4779461dc27ea5660513c80c4231267cd5d5cde84626a52d8d88_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:10a4a0d9d6cd4779461dc27ea5660513c80c4231267cd5d5cde84626a52d8d88_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:394f1ad167455a316ded12601110de58f0666917302eee8a2933932513aabd70_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:394f1ad167455a316ded12601110de58f0666917302eee8a2933932513aabd70_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:394f1ad167455a316ded12601110de58f0666917302eee8a2933932513aabd70_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a0dda1cfb8ce56f6632c7dfc15f2d7c5251a666f7ff34fd78f45a064ed9fe8d4_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a0dda1cfb8ce56f6632c7dfc15f2d7c5251a666f7ff34fd78f45a064ed9fe8d4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a0dda1cfb8ce56f6632c7dfc15f2d7c5251a666f7ff34fd78f45a064ed9fe8d4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d04c463caf59ab32c381bf6c88b9a55ad9a4934dab8cf66b1c80f3743edf28e3_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d04c463caf59ab32c381bf6c88b9a55ad9a4934dab8cf66b1c80f3743edf28e3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d04c463caf59ab32c381bf6c88b9a55ad9a4934dab8cf66b1c80f3743edf28e3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:674045072f2c791146899dca69772cbd83d8ea11305e024f697b0ecb2ecbd9e3_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:674045072f2c791146899dca69772cbd83d8ea11305e024f697b0ecb2ecbd9e3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:674045072f2c791146899dca69772cbd83d8ea11305e024f697b0ecb2ecbd9e3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:80d008d72e748f6d1578f0583dcabb703ac8154853cffdfa6c332bf2db662da2_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:80d008d72e748f6d1578f0583dcabb703ac8154853cffdfa6c332bf2db662da2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:80d008d72e748f6d1578f0583dcabb703ac8154853cffdfa6c332bf2db662da2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b6d9ea5fd88f25c46dfaa17deec8dec67f3241a4e52ffb5b598ef77af4437da9_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b6d9ea5fd88f25c46dfaa17deec8dec67f3241a4e52ffb5b598ef77af4437da9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b6d9ea5fd88f25c46dfaa17deec8dec67f3241a4e52ffb5b598ef77af4437da9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e18f121c2a8578ab7a54b48347a671e8a1e315e85f894ef67b96161a490aca44_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e18f121c2a8578ab7a54b48347a671e8a1e315e85f894ef67b96161a490aca44_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e18f121c2a8578ab7a54b48347a671e8a1e315e85f894ef67b96161a490aca44_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1415356cad67eea021d0adef8b7f8ac8524035a4acc3ae7080f26f8f3f7cc959_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1415356cad67eea021d0adef8b7f8ac8524035a4acc3ae7080f26f8f3f7cc959_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1415356cad67eea021d0adef8b7f8ac8524035a4acc3ae7080f26f8f3f7cc959_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:2f7be9eb683b2d5c65aa64a28e11bae43475f5a828e8768d468bc24fa0bd4ec9_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:2f7be9eb683b2d5c65aa64a28e11bae43475f5a828e8768d468bc24fa0bd4ec9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:2f7be9eb683b2d5c65aa64a28e11bae43475f5a828e8768d468bc24fa0bd4ec9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c0f27acad2634255d689355942e8c0d87f624c269eca0f11b1fe20b56b22294a_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c0f27acad2634255d689355942e8c0d87f624c269eca0f11b1fe20b56b22294a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c0f27acad2634255d689355942e8c0d87f624c269eca0f11b1fe20b56b22294a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:dcad2bdd0764804f9dfad2a4f33eb2fc105ff8e4cc1d2ab31c58ef2903f7cea1_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:dcad2bdd0764804f9dfad2a4f33eb2fc105ff8e4cc1d2ab31c58ef2903f7cea1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:dcad2bdd0764804f9dfad2a4f33eb2fc105ff8e4cc1d2ab31c58ef2903f7cea1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:02dae90a28e2afa83ab4b358378b616bad7c257b8f7d6cfa2830092b7d46fd18_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:02dae90a28e2afa83ab4b358378b616bad7c257b8f7d6cfa2830092b7d46fd18_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:02dae90a28e2afa83ab4b358378b616bad7c257b8f7d6cfa2830092b7d46fd18_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3e0b68fb323e91570216f90ae2c79cb4bd35149dd62c496c39ee8fb615b62888_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3e0b68fb323e91570216f90ae2c79cb4bd35149dd62c496c39ee8fb615b62888_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3e0b68fb323e91570216f90ae2c79cb4bd35149dd62c496c39ee8fb615b62888_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a6517f52e257eefc0602db5e43fd946de57db13299d5077b1bdf872754253cb7_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a6517f52e257eefc0602db5e43fd946de57db13299d5077b1bdf872754253cb7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a6517f52e257eefc0602db5e43fd946de57db13299d5077b1bdf872754253cb7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d6c465af092548962fe617a677d3398c6164c398602d7575ec09533d9654f254_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d6c465af092548962fe617a677d3398c6164c398602d7575ec09533d9654f254_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d6c465af092548962fe617a677d3398c6164c398602d7575ec09533d9654f254_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3a9586b7d44c57c683256faa5d9655285105844c74f728e4558c6295f73a3aad_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3a9586b7d44c57c683256faa5d9655285105844c74f728e4558c6295f73a3aad_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3a9586b7d44c57c683256faa5d9655285105844c74f728e4558c6295f73a3aad_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5dbdf857d018b118ca8bae8eb52b2e117348804dae51da324225ac9d9a0bb141_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5dbdf857d018b118ca8bae8eb52b2e117348804dae51da324225ac9d9a0bb141_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5dbdf857d018b118ca8bae8eb52b2e117348804dae51da324225ac9d9a0bb141_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:7dd0655af57c7f8d2aed0f88a4b02ff21d849bf9c8cce7fbf02aca7d322cdc12_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:7dd0655af57c7f8d2aed0f88a4b02ff21d849bf9c8cce7fbf02aca7d322cdc12_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:7dd0655af57c7f8d2aed0f88a4b02ff21d849bf9c8cce7fbf02aca7d322cdc12_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:abab20e995be8b61590ad7dfb8de0bbb7c7459ab5413987562332de2c9924924_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:abab20e995be8b61590ad7dfb8de0bbb7c7459ab5413987562332de2c9924924_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:abab20e995be8b61590ad7dfb8de0bbb7c7459ab5413987562332de2c9924924_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:6f1fb02560c0dc83cb7ebbfba67370896f2d3b21835311fe5af23a06f4a45142_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:6f1fb02560c0dc83cb7ebbfba67370896f2d3b21835311fe5af23a06f4a45142_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:6f1fb02560c0dc83cb7ebbfba67370896f2d3b21835311fe5af23a06f4a45142_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7a90eb33844a25785c95b0e7332991a373e0b70560f979e8e9d1554f9d021545_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7a90eb33844a25785c95b0e7332991a373e0b70560f979e8e9d1554f9d021545_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7a90eb33844a25785c95b0e7332991a373e0b70560f979e8e9d1554f9d021545_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:92ac319d44a3a3d8e68f29488cd75e71b42dbc98b5898f662131f8576178152b_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:92ac319d44a3a3d8e68f29488cd75e71b42dbc98b5898f662131f8576178152b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:92ac319d44a3a3d8e68f29488cd75e71b42dbc98b5898f662131f8576178152b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b8c7d5e513d5205014f53f22fddd4ab5c54e62e62e5813459ea68afd789518d0_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b8c7d5e513d5205014f53f22fddd4ab5c54e62e62e5813459ea68afd789518d0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b8c7d5e513d5205014f53f22fddd4ab5c54e62e62e5813459ea68afd789518d0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:788b2252987b1992fc9c5d855198aa50a67048cc4d0a1e28240953e5c1d9528b_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:788b2252987b1992fc9c5d855198aa50a67048cc4d0a1e28240953e5c1d9528b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:788b2252987b1992fc9c5d855198aa50a67048cc4d0a1e28240953e5c1d9528b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7a2a0066a38f2e52be47a1fec5c9a1ec458550d7ee6ca1232579b3fc98b7e9e2_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7a2a0066a38f2e52be47a1fec5c9a1ec458550d7ee6ca1232579b3fc98b7e9e2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7a2a0066a38f2e52be47a1fec5c9a1ec458550d7ee6ca1232579b3fc98b7e9e2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:939c609d5422bb4be66f482815c70b170d51ad2ea9bb0675a969bdaeff35e730_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:939c609d5422bb4be66f482815c70b170d51ad2ea9bb0675a969bdaeff35e730_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:939c609d5422bb4be66f482815c70b170d51ad2ea9bb0675a969bdaeff35e730_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a260d94b14808490a417d828423550eddd7b865035b631e9fcbb108d8eec6873_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a260d94b14808490a417d828423550eddd7b865035b631e9fcbb108d8eec6873_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a260d94b14808490a417d828423550eddd7b865035b631e9fcbb108d8eec6873_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:9f38e40a381edde4d367a6baf50d6159bab76aa34f7f932929a118960eb1b16c_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:9f38e40a381edde4d367a6baf50d6159bab76aa34f7f932929a118960eb1b16c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:9f38e40a381edde4d367a6baf50d6159bab76aa34f7f932929a118960eb1b16c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:bec3f4da4ad493e8e34e5e1245338929dc916772222817e094fc0cb7c6370b88_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:bec3f4da4ad493e8e34e5e1245338929dc916772222817e094fc0cb7c6370b88_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:bec3f4da4ad493e8e34e5e1245338929dc916772222817e094fc0cb7c6370b88_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0816f94cceb27f34725d9c3f041003d61b9730a3c602b48b70782cf5b3887818_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0816f94cceb27f34725d9c3f041003d61b9730a3c602b48b70782cf5b3887818_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0816f94cceb27f34725d9c3f041003d61b9730a3c602b48b70782cf5b3887818_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:3d106f2995d5dd270eec34df31ac33f4a09dac0bd79bcd2031e9bdc35f20878a_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:3d106f2995d5dd270eec34df31ac33f4a09dac0bd79bcd2031e9bdc35f20878a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:3d106f2995d5dd270eec34df31ac33f4a09dac0bd79bcd2031e9bdc35f20878a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:2c50f45d634218d512ed37008e62bf2718cc4275a9d944c845eb29bb19d0e700_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:2c50f45d634218d512ed37008e62bf2718cc4275a9d944c845eb29bb19d0e700_amd64"
},
"product_reference": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:2c50f45d634218d512ed37008e62bf2718cc4275a9d944c845eb29bb19d0e700_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:429368ffc93f60dcb14116dd4a448f7688fabeb9a499b4b7c9c77018f4a31c3c_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:429368ffc93f60dcb14116dd4a448f7688fabeb9a499b4b7c9c77018f4a31c3c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:429368ffc93f60dcb14116dd4a448f7688fabeb9a499b4b7c9c77018f4a31c3c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:48105c86a370a0ffd2c536e5ba75ea80fa94b09f2cfdf645a9fbbb62bdd1654c_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:48105c86a370a0ffd2c536e5ba75ea80fa94b09f2cfdf645a9fbbb62bdd1654c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:48105c86a370a0ffd2c536e5ba75ea80fa94b09f2cfdf645a9fbbb62bdd1654c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8b9490cd4a69fece37aac8ced57235afc04a3389e16234c3a3f1d9a4f8a6d34b_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8b9490cd4a69fece37aac8ced57235afc04a3389e16234c3a3f1d9a4f8a6d34b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8b9490cd4a69fece37aac8ced57235afc04a3389e16234c3a3f1d9a4f8a6d34b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-15284",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-12-29T23:00:58.541337+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:021a57a7ea58117b5942b474f8899924fe7ff170b234aaa301f86ff465726ce7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:37283f08df56189fd19f7052523f5eda5a5eba0096c32fc3926eda3bc9398a8c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:459032d57026d4dbb2af370f796c28a69e2e30389a84cdab0e43de4435d980a2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:82ebaab991c00d42430890eed6322e9d060c3b4581ad563383a7d13172de4c08_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:244a4dfcd32e2a6bed90fd5e452b63822af9eb60375b9ac45c1864c2fccaf765_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4eda87164b71e7c6fd8b5a39ea77bb1bbf138f43d5732c08e314369b18e2509b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d2d6b9b7d7cb72703bda76e6814e5714b101faa03b14f55507b82dddce6fa09a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:f5f2d566546e640f59746e3616b98dab55eacdd33ea04b7cff887da6cafbe380_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:21cd6ff9f8ff53d747746f2d772344a8a9be9bd4582d641a0d6814da81e42dc7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c16a9db40d92bd605eb9843f2fb30f793e9f807e924a98f58bdfe9e8ff5598fe_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f7eaa545a5719eea518c0d48a5010a9e729ca7657f95712b86bd091c6906ed9d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fbad6ec51decaf69511274952af912054493d07f8de4aeb044b0728e015e331b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4b6ce9a91e0408d0869e2d64ccfba93b8b0587c8c4514c024093e47d520b7b13_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5bab5f51374c260e261af4d094d6d834011bb00d20269e5f87c670ab2e5fc50f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:b046acdbaee02a88bc76e80217864aa8a933b4c624abf504bf40b3b5700a3ddf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:da7ec98aeffdf151279fbfd2d45163722323094e790ab1e5b14e3a75bebf7ba2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1320fee14f620ff211195e536a81bf80c41140d10d8493dca37f484b4803e1a2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:69849de1ca4d23c9faf12777ff7f26deb7eaf3026725512e29e7cfbfcb5e30dd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7ae48499c990a9bb0ccfd436de6e4586ba27e9fd4036b4efe76299aafc4520e0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:bdb7981f8aadb7c27bdc448ce4baed28ddd8d08ae1a83af66255bc70d3b87d63_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:06477b1ed6e12b1088fa198f1158cedd852d51773f75622a652220d147aad66d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:73cd8858eb6e706064aa3fb5b397696ad2a8d264ed9380ceeb8d8d89afa96914_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:95a5dd3ee93857d9e65d57257e2864774e0f1aa15d14c62765dd110807a7e983_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bf017210bb8bfbefa027c830656e83b3db86e940e5ef1f62e67fdc84545cd118_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:04441c2a5c244d0a76052a2e071d994d81415da2cbf49cdd74d3b64fae89fea4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:50caa5c63088b2cd98d85bf793eed760beae31c73d8cccc60f3c82f7e4a436f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5d302fd1e0d562fd3074aea7fda53b46878dd5c27f53b4086f43e0b60c69cd92_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c1ec441285a07891350ef5b92dfe8cdef23f963d39ee86b7c2eaa0f29deced63_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:29924ddf95c884e61e24bc38d457d4bb997c5a03789459ef7565f2350c778e44_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:865ec06e1488b9c81e370e48824dcd003c617f45198943118f99889c9a23ae5b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9c28ccab17d26b72d9ae5d65f7a1ea11bbbd2cd39076f517e6655b9a35a277b9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f2a4bddcbf9cd3c04f90623faceceb3f3633ebea89954ddd26dadad9b6f9cc1a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:0f34558006e45eb8ad74dfad87ee15c34e2d5bce5f192fb00290ba8f6b2e06a6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:a0104045a7c163322387f621af644a79ba8b3e2d44bfa4094db15fad792e7825_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:b83a1577d6d15ea51ba7417aadaf190944d02a36e1067ff9973b9b0e59f207b2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:bfeca6b1d120f47ef42ace529f8663c90e420a3d1067891268e0fbbcd0c8fd3b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:09fb74bc16d6152ee950f1e2e01a72244e43c030205e6878577ae8a288f229dd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:933bdee9a720806a6c7537ed79ad75e25ae64144eb7e738942c36b2a72427c51_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a882578ad9240c994b4f21955809f6d332965cde3686fd2da1c4bc1bd89181f5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:eb823609e74431800e5bd7fd2399e11d17ea8cf0a16a578b70f1447aadbfe8d6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1a4a79d38290e993721e5a239acdc973fd395188d4b47ef664716249561f9b9a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1ab570c571e5291796e3eccbc336775207aced63674920c7416c67fdcdda5ef1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:46f5577da7e69caa3c941ead5de0ce8e373a77348df4c9dda922319a47533af0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:dfb1568b260cebf47b31b5bc5b956dd573ef5e10f5c04bc7951d4aefba1e1c29_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6405c266dbbd8b035f0fdec36d4663fdc2e3981899fec3828e7bcac0094f981c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a0ce68bd8e54f1975c89b6739bc6d94e9ad8214df431d1c41907866dab1cd9f6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:bdac9d54f25066cf36bac0fe90d1df7d89fb91d49ac68c09db1cf14862c91b43_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d8254c11772cacaf25e2a1b24b41a7694b530246cb980ce80caa5298acc71c31_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1b5aa2a8fa69661df2b4cef49e2a8e25e20ecba84ca80d5c671d8cdc73e7e31d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:54c656c9b7ff7f7d9412253dcb0c4484233f4cbe77512b63e69ba1532a4a41d5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a2d16879e07bae5f6eddbb5615c313001ffc4b74e91849ee9c2496bbb5996616_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e37862fed49b426c4344fa755c3442dfe134922b3b5a3c80c4bf4abaea7e6563_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:04e4334b0ce10eb5402543501944e72b9230c79f470f5976f8e5bcd5a18cd28e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:34a11ddd5af5a8d2331804ab76c6319587bcab73bbafc10b6f710260e5ace5ec_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:86ff72407e38fffd121bee52ed9e1229213f5db18cf1324a08296597aaf494b4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:edd7568d61e33652709d4bca937a801a4eb6a0f134ec7866eae3da1f19a01400_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:44623a58b3a052f8cf871befe578ff1419b5a36c9f61849bdf58a15148c3f65b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:78ba410665c68a41a5adbd8422a349de2274be894328ce523364f1ec2a71be01_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:823e1e9e7e7743538180596210828b19b6e3c8f435a7c792be5b945be76d9956_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:eee0084caae19613373c30ac9d2f25de2c202dc83cb6b3077baeab3b2ca89c26_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:17d193d080ae253f4e43ab259c28fd84f5f738967fe2ad4b6528fd42dedb86e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:36ed0be4ed17c503bb07435b198cbd5e255660bb1e72ce49db7ccbcb3ce92a23_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7c1aa77f92efcbd6fdea6120c75e2cb19985aaa2cc48e2d4d3d4ecb87df0d277_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:d6dac5da24656ce0a1494234b06783b5e4ef052c0d283e66f881c21d1766c51a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:380b5a968a30fa54a963bacfc37767a01f6067b6290fd2d877d6b1943a7738a1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:6d1570e8f771ef561c5ddca5410cb86dbc94943cb23b6f96fb2dbe5b9a2f1823_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:7a9f65149b802b3c2ac4d2a96bf53c1dd6eedf8c5fe921783962197bbce94207_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:a99a994a160375e89550347eed1631bb0d12bb4dccf7ed49119935520b744235_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:22b6a40bf066153e072a2d22e48032b91a7f70e2de0d38b2bc5665b72f5635ca_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:499dba655c620472ffee2c73f5f6c53599dcaa8755af1ddf60388702041c6cfa_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:9f82e685ce4849aacbc315249403939d8e9fa55ca297ec0d829d445a3133ed9b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b11b0fd3272461cb95d4f3c79c5c1138770085b461fb8c64c5f19f3f2276abf5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:06ef27c670aa46891c208f0a1ce5be98a92a321e81865484c17db725d6c48f6f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:50187fe1e5905226e869fe96d050d1fa6c91c0ca9f360456030514a0f3efa2a6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:828613cff0791cce90feb1abaf17c31f8a89e409f605d23ca79904feaafa8cc6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:889a2f9b69467f174deb05d9f57eccfd85e8f6e2ce2620a3e3b5c15019a108c3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:381cea76282031f4a018997a2ddcaf6222576807356d45ab3357b52a30f6bb3c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:604bace7f2173c964ecf1b54fe70fc08abbb7a39fcefd21af752c7a12f6f5a31_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7acae5b318d8162c7da445ecc28ed374eb1db0a92e3e6136f1a3d6a82bd75495_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:df00671b04cef1d122484a876880dbf4cc250c63730537fef7e1651b58f9a9dd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7246c15cef44f3945840162c1dab72daf8c0c4999345aa6ba148dd34597f4ea1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c7fa305a0d4a592411905c2f44a8218e25caa39e293ba68e1c84458683c93979_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ccf25a1cbb0c79753f4049cc37fafb77d0f8dbdd896e4cad7e9674877dc84589_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e1ff850187bfcc5e53338ee32678873692eb81a7bc72c5d3a928722571d312df_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:bda6a57c2ad84239536aec6a20a9c37fbfc7aa13c994647427936bf0b3b3361c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:49da4e953f3ab4d734c88b4371082bd9c6fbefd00875d8c3f0f8e58f060b6a25_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95c4abf5e354b5a324515cf6e69195ad3576383386665683d4bb8f349e558416_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bbc0c1a5769338492d873bdb15757525f69e250f5a4320d36f249fc35d57d356_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bf5e48b3778e040c4ebb1a8b0bd2aca2e7814720fa400115ceed9e1745f3e2fa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:2b26daa64e5d4151cb1cb91cf459afa93b2bdabd2b9d5d28585bec72484c0e63_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c2d77eab011a8025098e1254c384f83af4f7e0d3ba9e6d2772eda689e644b036_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cdf9f5f665881fa0c5a2f3c98e4c99673dbe8a92cdcbbe6b80e9dce09f59a8dc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ef4521604c721bd0ae8a4b822ac9584d3c7c8a80c5ecfe263da6ff9500d95ba5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:29a5ed8364575efa8d539b05c002e8b82cc57350d4c015303b4fc46b06903eda_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3751262aca1a347b013648e64294520615e447cb875b1e7c04535c9c5e843ccf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:5bdc6dd4698facc8189308328f6fc62ad7f4a3a5bf8c8a5775fe6e966eb44eeb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:e4aa456e8c865f66105e9f1828b455bf09d80960759209703df345a559b36608_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:74cc690a06a3f7ede74550b2416957a6318136ec7b703de33588122e7222eac0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ad7055ad351c0c24582721dcbf7f422b6a31290104530458e456bddd1a637938_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:54ff1a36ba796e5b88ae421a3836220f5774f0694cd49da8aff5f8c1efaac958_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ff8879335cb7031227028d3bbd5ae3c882c721871a28a42216fdf94885cc48f0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:4bffd0baad38d0ea6f54efb82701a6530eae707565fee41e2e65682a990267b8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:6381f7fc63ba688a5514eeef31d629e8e6cf01d6910f29f7dd38cc48a49f392b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:6792be8aa7640d171ee8102e5315ee2cb5e51af62f7f9ebdfbb0b54e89e35cbf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:e168e04989169bf67e16af77f602c8d762b1ef424f4abc92ad8ef8a135d6fe69_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b9e9f7cb5894890829532f10dda00d008bc5745b999b76daa26b5667e00e0b87_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:f8ab11c42ded9679807701a6c9564ff67b13ba875e28cdbb7663d9382f8e194c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:203f1d7c4feca08547dfa923507640370e669f83029fcd373e4e93461cce9421_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:8b16e6a9162b06a6565a48f4b05f3a1681f9f6349278d4f44d93ebe60d96c566_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:ef131d257bfc318cd0071ea2867d209fd8088da69e92fd3d07bce2b86d4eb2f4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fd5a0222754643780d37e10af8b077bf257b5b4be2abfd2393f0423a4fd4b291_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1f910938470138dfb6656b608393e46eb5c59d76edcca34b8bbc7148f2479061_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:71ce3309765f3dea75ed45541065b35f0aeb697d59b013294775e84b780f361a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:313d893f24ad6f2f8c7881f418b9a5e9c499674052a97434372d1d079411ffc2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:93bef2950591dfbc736a80f6a92659b6868991040450c5cc415d32e225177512_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:9487390a62cbea3de31fcfa46d05ff56a9d088426101b056254d0a3dddd6631c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:d4cd54fcdc26243209c918dbb1dc54e940965cd12cb6d05259c0ed45e3755516_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:2f9449039570a38ef4191b3717a9597219919ffaff87b645f06c4daec74a3cbc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:5d72d27d9247c2a9ae05a1e496eea2c264df19be8a566147cf5cdf378d82ac4b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:2b1553659b6cb1a4fc9e75dca05c4117d98894a5ec55a650fb60a2062cf1b79b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:35d963f072ba8d1d78380c48815bd2d06dff7f1917e493ca64a37d319988e6a6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:42870b8a98ae271ad0f0b23ad541bc37a9585e93dc6822f149a0bcf53c78036d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d797ecf477151c6821be3fb5e18dfa8f8df04233fa9f7da7b554da9eb38f0058_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:27d55172feba74eb9712fdb42300721acfa72e5d3739feac7c4353f8a36b4b38_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:5bba9f8444a0daf6194a6eda5d1b027781717446435ae4249a558a31fe17e06e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a8840079bf9bf05cf2f9c4a7f38bb45b09baee82128d12df604007278fbdb198_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:effc3a9f6c7bb400163dbda690d84d9ef4d40736105a2594209efa8c0c5dc80b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:3b6acf7cf4c49d979d30049d80bd265e7e8f17331648008bb4f9033822ed0a41_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5b377378d275c0a152365c6dcfa6e5f51a30de20210991ad8a4b5c45654cf022_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:855e978f66e69d149f00f5cdea64c68b677a1f2e9e1c28f3f67846bd5497ea9a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9bbfc2d46e0e771ef7bf390e121f26b0dede58ac0ab6cc04e7592469a78ae5c8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:101533b9ac484f5e8c3f1d95b742f3596fdf42d6a706aeca5712648ca50e8ce2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:2918100b369a980a69fdd9d0bc0fc7c898bcdde23f8ac8c9a8a22066f2b1d87d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4f2d8d750ce5932589e4c3b10579f00da60407a89be1976f3b54184c997650ab_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e7b4095c367aa9811dba1e43cda61f60b54b9536d9900990e7e6eac745ec7ac9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1bb758a596fc11988a09a696981630bd00a73dca7c4ed52799f722ef87db6a91_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:50aa9b6ba005c3f004568e82cc73eb56ba6342720626f9a35eca618fd1ac9cc7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:982fa1221449a4e78c06e6a13b7ee325b8951a8a04d0014939dc49b13c6ab79d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f055755224db92970aa09e26ab84f8f8c3a67c2c8cd442eb4e7764e3474d4613_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:719c8857fcfce93887b77a94974d418e3bf19befe0ed25c5974bfc7ed53814bd_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:90f04dac670c4d0c505cf8f96d020c9e3f4c0747b91dc2a2531db407ffdcfbd7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a921b1d40f1ebac4edf1d6bbe26fd7e39329776044e17d7f2409b20792acc271_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:db281fb5bc3ccd949d2156d7eafe5691ecc317c3e690f9987436d8b4317e6ec0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0a68822ea4fb06b74890aebdb694cbba827a5c1b9519b5a4d2086a867464fa2b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:38a4de43972a5ae5404ebc5862329c0b59ee5a6c72b5e3fa8be3171ad65ec713_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:dc970cb4ede420e1d131a6146d256269ca6fb34b633c17315e6b202723765bd7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f47d18b4634f6f675e50f165a805f33970a038843dd48fe8a02b3924fa70e8f9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:6731876f6a37e6e26e079b4d8901f7bdcdcb6f34f8f27c850ec813ca5b3a9543_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bfebb3f4a3a9476c2307fafdc5ec3fe7586c51dde9c5448fde7d34e37e2f45af_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c6b9b4bd2d7210a42dda555d8375807bec66a4f8693fdf256042b49b3f0130c6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:eab2bb53112191763cd944b3b13cf750ea9390b56d7d14d312183ffe56d0a394_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:3ca197c0d720c1314db2f36fdd4f1fd81f0b729829f27b39508f0a6e7ecf7bab_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:475e121c7d6f480d7d2545252a7b59510a66cfb609f586bb587595ccfa3b71d6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6cedc3acc4032d410aa6c0142de17e62461401a772a09c795371238dc00fe91b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ce34f62e6953d64b6566905934afc4a1f5911ec68483f5ceecb59d187e37a955_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:2037952b4938add2200b79534d571adffd95bb0c6ce04e7ea4a6c0ad85389771_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:698f43ebb93c00ee0a916be218a7819d0a402e32c12724afc51f2323c26d541b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c247cff3341da9969055ddef313806cda81c2dac492ce683d4abcd5ceb5a9bc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f12ba7fce7d3a13280d4bfe412b9b54ca22baa52b90be0fd7825ac719f1de068_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0d06e661c793f5524b749bff4124ebcc17b7acff1b57a672064c072dd7b0390d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:484c08c7c512dfb681137cbf0cdd45f42ed4181a690076f6dc6920724687655f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8a100494af630b1dd1ac3e0a7c75fba4853a1e7471a0b6eae2f7d6b7762beeee_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c9329187e9bde81fc4f0b4996c909fe4e9354e58fe353340600532153254e5b4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9143250b98cf0e2f2b3ec33bc25a856d0b2dd432d1994740e639bde2ed1deb29_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9a7f2845529ffd78d9193a8329bd1761b7723678b83e8d5362aaafa657c398eb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:c6ef91fb95bad775d172019ab1b5f9c275c2302f85f04c0504273be57eab1989_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e2becd018c34a7c29e770fa329cba4f1a371d4b089451365abb35acacedbcdfb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5279e457358edeae97e136d8067f05d60b4b806c92e687bbd11afecda4840eda_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5d76a917f9cea787b11ab23bed912261cad050e397769c94c1b70cac389c48b0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:88237cdb1714ed0759ff8c96466010145ff8cfd60a7dd3debec25e3a2b33200e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ff62706a4904af960c4989c87712d896b34265fcaf21ecc9500daecd03561b38_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:15ddf484307e3bc53f165873cf04ea008f4f5720effb19e3ca1aeabd9fae64e3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:28a6a3b04348c6191f58b9b0a700acc995d5fbcee3cdf1af5e34dfb0a15918fc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4933a9cb0be09725767981638b9139867cad6a26a228701ec034d45c3f7da4de_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4b571bca7d279192d7095a9d157cdf40f553543b6a39658919bc5920445d1177_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0f18441bd2e164906e7bad119d70b8f5b9b47c1596d58b6d812ee1e2f4b6c0e5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:77df277ba08b5a6efaf78b4ec5e59a7aca2569e00e7644d27e1d2653d80d150b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:afee031de2fff6cb0e07995b5f6c4ac83ab4cf3b83f23a3931a4d7e15a512c1e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:cc8b86ad3d080ab5dedb159dfca744ce669341a2491e5a0bab4f59e3dae9ed7e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4a76171907bffd3a94e149dfabb6170331e2fc0a30f3ea7b8eba1cbe68e1fa80_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:62f935bfe570ea83e376ea84589bffcf0b99d30eef620adc813f72501d982705_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:75a992b3a14138492b585b3500a6b6f565c912b193834fa562c990bee8115e90_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:9fa46e30f86fbaa943f136733680d0e8a668df1e04d1bcb71160b8bb795a2df0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:58b7b6502847bba5230e65e90a10350d8cdfd331f5656425dd2f310e3fc89cb5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:5989d793b9236bdd9dcc1df6d4687a6e0222590453a5e4e31be75d0414c28056_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7e5383d64b25edf87578b2cf05de47d46fdd2fb6f1f4db5146ead38c887f36a3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b5b9266258ab925a7dfd33b86043873af4c0799fc52befbc476f875dc44b810d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:100d472991b3969275774576b60f5ccffacabcf89eb52efbb744aa441cfcce99_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:9a6fe277560deb4c1c2f91a1d56678c5956bc9ba958b859eaacd371f8ca753f4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a2d2bb9ceaaf23ff8430662ff6b267cb36848b2cf311bddcdaae8e33e8736306_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f71926ca5053134743dc906e1c5bbf2fd148acf50e44916a936f3a8e98494a04_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2dbbc016c4e06676f796ec4cd51e68c11c96bcdc41de8dd37c82c3c5c0825cc4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:444b74ea4a7a8a664746757e4417aa7e0fb33fed32a4755d300e14a49afba481_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a330cd288cfbb99db498c3a7e7211eaddc4cc5e39b6343fc6589b958c6ac44ae_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cef4f16962b3d71927c90e2573873495563e3144b6e3e814acf5a220f1b27193_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4d6edfa2e5e9d6964a5b9483989f491cb5019ebe9af55116591b321b499bd12d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:62e2bae1dd93787bebcb5f1b58499693f4c6fd620edb3254b776494d2b5a55a8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a514202264b03a6c80a02e3cfafb7c6a86482449613b5ec0052d1040587fd088_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ae40b5055051c07b225c15723da95953a6a7d2dc6dfec8d0469d6f857c8424d2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3882b19d141998fdfd1197856ec7826be00034d72633396be628002953fc94a7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:39282efac8310ed389b4acc4ff3aabd6367800953c1e8fecbf17926306d1f419_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8df02a6889e22a9763b5c0e7b6934824f682f4683f2085f82dda54de427ba28d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:fd15b8944403c78ee3c0fcbe08aa5ecfcb7b10c14fe5f1a20ba4873295879c8a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:011ac49df806c01b3f64fab0b3d79355b2685c8fc0316653f34359b451ef2ba5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5929d673c5a6a568c88e13586278da184ebda4c9c5a9a4a1f9154ad0e66340ad_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d113138d214fab52ec3422cd3affe8d3694a1ec30b85778acfa8b114ebffdddb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d91c11d262c19c1f020e9b53da07db82b6d68533f4e697ecff6c722781b4a4ba_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:5865f0a925e725309c27dc1d71d0dc999cb01b4fbde764ba8def1524f978c0f1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:bdbbbd728c482c0c5b5e87af470856aff0c8264d3f490c8ae9d987f21d5bac60_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c1230c3643979aff1e615e1de9bcbc758c31f7508b9a3b25fd2eb323eb6b2490_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c7649d6adc16287d38318b6a50107dc1d3aee2e842a19e09822fb86fac31df15_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:70687b2657e8f1cbbff110582b55f3104d0c7f47a44ca1185a7f67e421d76a17_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bda8d910934ae595f8a53675c74094693de8e0a929fc7c52458b2a9f7cd0b4a6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dff9eb529ea868114b0f46c60f4014b429ce115b0ce949e6855fe29d9270354a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e56bb2c28d7ddd2dbac95451cc16d547718b651532ec69c85e8f0fcf5785d002_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1670745d88d0d92a262ab445f81956e894ae5e9b23d490fab96860957c028771_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5cf3f4d1346c07a4e065dad2df083934591b45c714f503b5b617d470e87f1db7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7adc722fdef132557c191e026fdac56278584f6e49f3902179fc443d87a4165d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ff467f13cb09556eb490743f878422fa2493b8bca683b8759d7926e8af97dace_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4030ffce9d00de08b95d660595f0f67b2b83756ced6c6439da14d36b0b923729_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4baea4cfb5bc4a7974f90c3bfbb25e23865b659fd078ec45b4c36ec0d11b78f3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:829d8937eb34548f09b89de6dd5a236ae58d6f74501f44c929538c281a8be920_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a7fc85a92b1d5f7f79d8a8a63e6d9bb4dfc66383ff175fbd956deb1de3127fdb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:78adc3f034871d6d77793932d11b1e5f4b2ff3e1cff0385b44811210a3c84dc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b836e8f7b31ba9c107a08e3be1cc27e73afa4045210d7fccc817c6058671aa67_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:cb550213a7e8671953d5b880c0b651a566be475a3ca0f5b442a2fa9b0bfeeb1d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f727aa55c29332a39fb4e74013b9cc96ea5b32c9cfbb7cbcd79c7031d1a6f44f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4b1f00007dc39d345013c99c38163e0adc112e5eb81fdf41e1acaa1e0064d7f0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6ae9a652c5693c55ceb3ed91fbac054d887142b0f55882c776e42ba20d1dbdcb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7ae4ffe7112d35231314490c8d02c6f0947b54c240ace11a87c07dad44d5be4c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:934380eb6ae83360d1e11f709c58d18c2e69e04b3246a02846f26f9879ca1edc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5580313395048ffe3d874dec574f7f1f1f21cb84831945de53a80856b4e945df_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9bc152718354bb245a765da17d12d0477cbd15d7eda5a86b8c5b1330287fec4c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c00d2c84a5f8c5f1c674d43eddacbbac05782b81ab98cff83b606c35b46d18a5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d74ebc7fd5b30afecc3d9f61ee6c74b2c0f8519514c5614ddfbe9bbc68227509_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:84ca4259de3e923248f7d50c3adcea713871d3d2da66f172c25dd391d22a3bb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c6381254579086af7ec69a4e610680fe0e532a26f7ce202c72d047b89e0db642_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e0eefc7f55d25990d314c2ceb50afe70f7746e467ab7a409fa3d1b44708d9ffd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fed1fbc1295974647bcbad55e52b199c2d3d4307a3e53e4f8b1db135df9fd8f8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4bbddb6ff2f7429b2f5730d4a3f529b80784f8e42a0acc025e78713d703a2efd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:53a0ebb5fda619248605abeda530cf37fdb7ce99e7b7314cd5bcef2d8d8b7004_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5e37b117f72cf1001bea772e1302186d8f86c0980534b7f359179a5e6926c448_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6891d22800cc10bd8d773d471bc71c4db64460efab4b30202d42da1daf61a3fd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0d1bc6ef87ea978c23ca7189fdf17ad0f54a5f7709a75a25d82e7b84ffadf984_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:107f2fcd3f606044c570a980c176047870b304f3212df747995f6eb8a45749bb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6b6e5e25d50219a95d914df16c1c4e761d0bb45a9efd054572e54054f27a6f0a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:dd60fb26e79143000563578f9d72e3bb7cdde4b73dfdfc148b27942197d3be51_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:053d5fdef0973f6017991487843da7a64f8a346025cf46a7c575d6a4bab71d74_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:26318acd09b8263236b4d266c735aad015e3a4b61daafedf266ef1115968f536_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3ed5dce28d62c36a87ff35dead5806fd124a187e48051a0d2b550b209c9f6302_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e06c4933f2806bfab0f36ccdc159675e5fe2a6a084f98065787d304d5df3b7f8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:055b352bfb76de2eba0b9f0d1a6bca199c6e913e8e95879e991c5fd22095c677_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:16e31b5411f5f1924cbcf851f1b0463302a34c31c5c515220923f7a2050c18e8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5909f73afae46cf2ad00a9a6f1c38d38acc3ab00a0b97ca419110492d7bcab7d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dbfe981d5b05078eb1158624dfe2f0651cad81b92aafbc671cb6470b49bbb89f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3b166e5b5529c407c2f8e372414d043fc617965696c5a869fcadfde2d14d716d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d3f6483b465851cbb520810069a18136af80ccdf79fc1ea80ddb4687ce685aca_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d7d33c165c3d0cc0e4924e8c8d34bfbd1d72e2aea301e53e4b37b712e94c06e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:de5e8cdb75cc79630290f83ff179057d25bfc11d37816c57b6f66563eb3a2732_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:24abe1e6ee078487af8ee8bdd5dbc267c18882078a7987fbd63728dc2b65bb75_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:552d01e66c6b2fe59104b8a9f3e1e58fdcd7b4d4cd63db42883ceb119ec0ef25_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c00c3c5e7e106cd6527cec39e5c3fba990d1986bfdcb691b866db80d59e5f82_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bed1aeb4f58c045644650615230eaee03336daf78d9342022786c12f29da670d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3b213ee7154fd814e8a904c3a161bc16ca7419163e8132ccabab76821c33b310_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:721efd9cae7cd4b43c6bd498064a6c427fa32d0ba848f8b0bf7670afd662bb18_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8f5f0f56604ecf94768262496ba1e29073e87ec16aa8f434674b308bbd00678b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d78b1c13b0ef255bce1e19973bcbef04d40c517301959a7f23d23613a95c1db0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:650f0e2357f8d302f10ee0a628868f985c5a8c8a4e6af9e6793a9051b33205b9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d5a3ff1bae3686aff1781b5f5f9e1a7966962b88a1e84ab4eb62751aa835bb78_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:db30f78340370f9da03fdee73445b72160c35d83f44f708d3a62c9dc8e88bd46_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e88ead481c18a7b6de8ba7f609a1782e45e1ce85f2a158f259bbe68a9db261b5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:0bdbde169ecd68d82366f3d04f947f73715797fae5c3c4561e7bda5b5080dc3f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:1d45937273065c5cdeea502fa388172651fef5a607db33ea72c49f2a50b29b94_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a562490081e5dfc0fea7306931e2dab3fbfdf76cd83768b7a43ea556aebfe4f9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:dea6dd04d50bc97f9e61330140f61a7370e31e474c26b3526e18b0ae8ad56c41_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6ff785742b50af7f2a15c1dd6f38eb69e9a1a20cb4bd635aacc57a5557dd1b4d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:d0e6151117374aa602349bd1028175b94eea6f8386832df622d56715cbcb675d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e8fea02d42c9a9b8e9ad7642d9f08d705eb6e4b3e3681cbf6281c7b8b3244ca2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ecac534bb32ddc645101f6565521b08fde95cbf0eb2b9c6b896c83ba23e8b6bd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:55e0877d1949d009d71821f6779aa9ee90484fcccb820d53bf53b90f7d412636_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:775af20537e6f4c84985145f44ad1ae2d5530ae06859c2549d1d85a2e4ac54ff_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:a1b02b9608eadb4388dc13fb5ae55fc6ad64788f93186872c133a0ff1f5ab487_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b5d732e8d36668226255dbfeb389994104d83ef2be461079b66557bb20d799f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2e983c69ea6e29aca4f36596a0c697c2935dd1deb08a4d3546aaccb4e3d78ae1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4ae2494b702a6c7f68a65ea730f6df3253ffe78f2d178b0714fb6ec04cba5cc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b1133f78075f3364ab85142cf6c8457820e2e1f31a5b0750585ee1adc1285ba6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d41fc7e76000bc1b4016bf10e86fec44f551b127e17997fa4bb13420219fb3f1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:25acdc169b3860a10f46dea8b842626acc639aec950ca7a9339e96a2bf1ed7e1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:453bea2d5f94523a88f37acac9edd0a8d921bf79409a260386fa458cb18d13b7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a70ced1330a4e7a0a7b81bf6b19b3346ad5bb6e26398c7f0577994d48712b2ad_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c2a6ad45ab46c0238429cd0ab59bf169ff368bf68750a011f481208e56fa0268_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:33afbf29add637cae8478b8e0ef6b3b465e4ee53b000467ec34fb1f3a04615af_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8056eca30416b0b93270f6c92d0fdbe4f1cfbbd6258e27a746cc379a86b6b8cd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a06dfb4e75cc6b0edd836cd59035095135503f35a7cbc710ed7b0e447fe256f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a820784083ee32f544efc474c7ded798916d1f077ddb9c3f4461de48747f4c73_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0ab4e11886c642fbcf7560f780abf9046b73dcfd7dc9cb0f086d9e62f87fb271_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1283ae9261afb1293b597a8da40611cdc1980b1e403de5d16669c5b7d2527dc7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:89ec13946e699f6589c3d235cb515b92ff48d1d5fae8e7892279b64d41b74511_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d08403f8114128e063826ee0cb3324bba9f027d7b2feeb6f7c826c9c4925579f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:2aa0baab0fca2bf6877260b871b3079ad96c37034e6f3d0a45cea4118cca230a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7f886a3942b81b3318e288602c88de802278bb77c5d11ba758f1d86f2f028abf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:940d02c46f06fa92818dffd1842010b652856e09cebdec33e0f0e1a1e9b1b5a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:cac82b041210a06cefe512e89c5755e972f6e125c69a0dae87e454e259a3c08c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:12466469754c88d41872c1a061c1eb4349cf565b5fb32db651f3639aff2df67c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:af5fca0ab8a1f5374caea5b38486cc97c2be9d884a55542faeaced44a4a7320b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ad60c87d6e05b51b5351d2490538c757547b43a679256052b600e3fe8e80a594_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:e8372026bbc873c38ffc2c7df35183727596993dde5663ec27a2c2fe401e04f1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:736b406850af746470b1bd5dbc61fc4b166133e9cb50aa528dc1210b2002d469_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a73525cbcab817d0472f544883106a359b9079eeb1d8628d8b0185e450662361_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:84664067a273cdadce55bb8531916e8d8edc7936bcc57bc2dd1ecf57adb08c06_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9a006a111625f85305fbf3dfcd9a62592357a6a282a1c8ea1edbc48b2ef7db05_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:adb84daa38497eef3d89a9b42fbb22fc04e94f708db4f1f02de21dbf099ef788_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:f81616fe8dcd6b63df308c58bc1b696f9b3c488ebdfe00d7985026b10d083de9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:07efac034de568e79f6ecf97f924fd5ce7104e9259d90747cc0fd3e0a7bf4116_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0bc9b2b997bdf9bd285382823ebb9806502664976c2dd7e7b0d111df7717e77d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:165fc1e58447c7bc9febc3ebc74f90096c6e48986789d4e66ff6443f1d30d024_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f516ff3ac172cc08e88f25a0531a3784ed212897dbe0b05e04dece7d62eb977a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0d455e21bddb7ecd4c5b8f077ea96f046ba3183d17e3755ae95f8cd112a81179_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3d291642757ab1bc56aa6bf8b31b383a1867b06fda7ec093daf361e3bb082624_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:91c0c9cf474e9dd3b7dfab43e3e651afcf950c183a51321a586d5e98e3b8dc82_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:ffcd35b620a75ac1d121b826b37ff71f5006684d9222c440785f06fdafef5531_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:56c2e0f91eb13a89c48ee5ebeaecfaf87dcef3f85bf7f7fab37e3cc6c9b2dd10_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:84e22659ec76ea69dd31d0c6bdb39b752d4e525e7425d3ad282c3ba5c16c19c9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a3669bd8567383f9e15755e7640b5af4e796ce1d6bec3b6f1139645b656f425d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:ac7eed19416dd31a76ce8139a4c1cc16f2201b1dbb1c884dbd20fc5a965b82a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:44020a87c575f01d876bcd559d0b37bcba2f5bb4337a4f0f40d65196a407910c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:7272870ff2a94fd3c026f3c3a4e985a2b2eb5c47dedebc00f2cc25a496ec3e90_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d5e64fad675db5b1a7fe03720a35eef4ef6497e49e928b7cb0a38ddd6fa9187a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f4d0e3f2751dad9fab70a9080102f7c0e82a784e516f993e1e84a8561c33204f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:174b142475167275c428eec2892e91ba557a1783a128749b9516911a366ef54e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:52fac1bee10c7847bcf6f7dc9f027764a183d462e46678b5b9aaac9611cfcec0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:874a6c39ad36a55efafc0b690d17aa4eba8df8f30831a5315a198e692e405592_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:af2f5f615c4e9da63b09f2b9f52ef632dc76793f51730ee67a96d5e99118d552_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0867d20104c147d58a3e119c8eccd725d2b5311bc563cb4030c18714e085c80c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:12bf752f4f8f0929752fee39067bab20d3af32f9d767e0eeed2cee9dc9cdf774_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3f0993acf410b536a4c2be24d23afedeaa6d4b02a8055100cddc37443a619cf3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d745b47be21fc6b98e8b1830c34e951271362105d32704cac1b1a796abddecc4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6c539e26ca346ca83a4c024a374f3874e858602b71794a1709b8a08356744b46_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:94e6571b95628469dd361c3ae5bf4bb88bdcf68636c0a7a6f007a19e32216514_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:978722d03bd0e1eb78e35c188516d960ed81c8b47a66e77ec7ea465634e44536_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f270599d2857493437426bb7ba58ecdeb0933b244b0b5e81d70be8f06c734c4c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:07f5c5ba5313539cdea53ec438fcc97c698df8284bba4ddfc6c7af4403873362_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b93c3b58e03d6fbfd8d73f6f0966ef5d616c0da0776f516ec826e4f5e0d4bf1f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f5aa864ac9d9a3e5c0a412e9bf6e22756f6232713e14fe4194f61b1a1c1ad52c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fa3603fc128be2cead70ffb3b0b0b5c9520f7826bd46863a86b1853e62a998f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:382e4343f73dba48761c24841e45aabdf84a7f4de996be6515d8ee7c3e728c78_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:840f25f86e1850623e2929597e072219c2119b08acee3b81e8c7aed1b92fcb64_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:8f9eddba528ca5e8cc40717ae9f30253c955be657f8475a1c4da66c257bd1729_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ac7a2fce2be014fdc4208e98abe50329d0af9b7f7af98fd27e611751a413b4e6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5ad568a42fb0d0f2b78702929b75ab8fbb41937a853b4344ca990776f48ff85c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:821c5edd5f5ea9fddd168482dc437c6eec19231d95854abfbf1bcb150cfe618a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8932f2fc5e81fd7165d50432ba8994896c9ac8b323d5cc798872c1770133eceb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:df49ea17391c34a0eadacecb37c7e00552af8aca3ebb648f28f3f805fb79495a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:58e02752411f5bc061c8dd98bc7dfeb17780ef24ba8c65e590e4d6c5213c267f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d1c95fad91fbfc41da5d6871fb0a3c07d20652b5fce3f010505afe0d24c1977a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d6bfcd46424e1719490ce37bff728ea278eaf589e052a90b3fb30a9110aaa298_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ef555584c97654b76391f8e4d31bf0200fa82222b3197ef928f306c8d70f4881_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:520b43e0497fde1deef41e5f9e51448fde032769f433980802097e1e4216fb6e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:de2a25058c3aaa6f98e80870aca51d8bfd16354eb2da93e7498fc804825babb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:fba545c7b9accb5be03b9bf1931c086a8da8592e3ddc9b5a9ad6d798229314b9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:12645a5f47e54e3bf3f0b0863c44b938be5c42b22f695faf62c8d918cddb03ac_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:529d46e40fd5f6de98cb72dd8704068e3b9baf4d3bdf91feb9c19139bd74c652_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:701028c843123a3e4250731e216eceb647411ce685517383b9a62b5af21c10b0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1b7392f3cadb8ca07f10d5681fa33f6dfe61f895e4a8a1874bdd5aab3543f67d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:693c125a5f2f67364d8bdc1a5e7abe959dd46898e7f46d5b3756746cf598e135_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:93f4a34af9c198e4baa449f7ce0e1e0936358afc725eafc3b8118df3d92d2b44_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:0e4dde634359042b67bcc5224afeef951459167cb8f36cb6f262719308f8ae42_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:344860750b6a6e567bb1475f68d18b19d6f79438b767c351c850d082648aa5b1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:efe1a0fb3394a117206bb1837b63a0ee828ab5b5d30dd7c94aa88afa04c94c2c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:afb18f280c123c44f1349b80bcab24c86d8933795a0577deb13bb651019d6a92_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c865ec93173fecc00d843737009627ba137b7cabcf8337ea7837eb9bd993a601_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d172695ad3dcae4be122b50a27f14c6cb0e71357868ebdd13336cb7315122fd8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d4a1f393e7762a2c7ff12fd634077f5bc5bdd224d7791eb7929d26cd16047dee_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:01050a4179625f00151e478a0571e64120ac6221fdbf32c969a18ae9872c9574_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7639b8403341003825286c0fd45ab34d815585e8f4b5b4d1a424ccfc0292e017_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bd76fd61510b4714518ec5191e315f83feb1f47402e32602b061a0fc09641c9e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e53bc4c7a3fa7103778bd3f7bdc4b6be4b5e6a8450e38eee246caa75d9f8f44d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:62414e285f1e4de212e28bd90e5eeb60730324d54a317434565bad8891435168_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:77dc7d2bcb0cb6289f6d8c3c3f4ad3c01b9e24b4f6969ac666a888ecc8a29981_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:7cbc05eb0a0d3210e378d08d879933d905565224d9a6fc00e3bd1a9ad6782557_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d195bea4ac0b3ee073418a3674535525622d9b492bcd1fb0448b8ae52ba262b1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1440138d54ba0f09184f96cb79557548c3c9f19089bc813f433de28654cd74ef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:203e3cf52680caad6f8fec2ca1c7c87d45205ebcb9e816fb188e74a5bc7496ef_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4ef6d0725b69e2867c44e7d7ac57c820b759a45c491997210fc38b346d7f033d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b1ae4f6e3577edd7fc9f6595168857af7fd9c08aadbca1642c2f9248205b8c42_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:2e494676f33f47eb13ce2e3675c8e7a3871d5d1b73a59b71623caba05364196b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c8183043eac4cff3a7c17a9de76a4c9df725db694f411b19dd64923d1de68551_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:c7944fe378873f5d5268ff872c52ca08908af41b7efa03a7032363c11af633da_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:fc53a478ba64c0557ef8de93faf1320baab34d4bca5f50bc8f74d4a8d3a86890_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a5e04dd92dd9bca8344f741151a5756e28fdd197e2aae26c13caf2867ee6ff76_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c16e427a9ffa0ef24fd07e6a21ff78a63313d5274eb3b1180f7c29cd1a9d11b7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:31630cb5049add8b683fc6f3de6cc20ffc530b72d45daedb84cfe62bec754591_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:89a876583624410a9d79c1cf83d94a9a7c0dfbd3ad70228ea985e45b2ccee9f7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:dd8a443d71a973e30574016ce343c19edc1872c63ed46b5f7023d304b9c4edcd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:63a52e5f035913f64e82ae6a617273abae9ee0729316d26ed5d4182ca0f50d11_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:754310c0f797038ef14c3ef9ecd934b6ffaac6ca60b755894212854289b9f405_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:49c4861778e7bc4f5738ff0f5cd5c542e9fe75c33057a4a0806b03ac75d76ca7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ce8e1af1e3f7d331be7a366560b517e1fc27f83f1382ca6a69a1d9893f260fda_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3478a4d3a1acaba3cfb3f1040320798b9d0b419a66b07267965d4ab974a3b440_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5db06d085c31aafb3f02c2c373b2de6d93c5fde72dae55d6de90f44b49b5770e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:634d04ee67f3a521e7b3cde560084491908f32aef4a89a1bb7d3aa0ae119927b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7683407dca1a355e731e277631b3d8522a3f84f1de664829c3b15db39b1f1ca2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4ef1395e47e1898bc84155ed4b4e3e4c72d08e4e7f2d19d9530d889fe0ef6b26_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:63631119f3411bf77ea1f622d77ef96434d80815531b046efe5b297dd5bbfffa_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7ee73740b3264500f062e3863e42fbd98dc3895f17294450fc90d992d2108d49_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:db28768861f567200cc79639eb01ce8e18fe5cb8a768cc01d3e23bda55431c75_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:09ebbcea16169b9ac863167c0e7f953717e92f75fc4c4e2bffa0eacf84519907_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3118a7eeb28d8388a06731c7bcdb5eba4a942b9c91a84e595ec0fb49a55bcb11_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3bacdd4e5501902865eb31e884646418bfb5fae90593e96b06ac0b7c3cc1cedf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:852556f6eb96442354f0695d6630e2798e19e31a5ada2ef01e3ca2571a4a40c0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:59ae16e7b7d2bc20f34b8bd1dcd7cf8d8d7c201b0f78e3165b11a592d1b08597_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8b68cda23f470048944c164b84fe27a5fb6a43fe739537383444c28cae451035_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:23c8ed7995abda7f87fe4031843205f3a99a0c57508c6218291762a60907f5f2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cca7e231ac39da3a210859c6280ded3a4687620493e3a3e0164a403271537b6f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:054a0d12730620c46ee6209bc9932909f653d0b7f796682a0f798ab3ac3b3641_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3281b909de7dfc5bf3c746e3e8ab05fec49fc8aa83dc8156e616a59c41ee923c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:d5efd9212ed22c89067691796443fab0b28bfc31cea94bbe636a4759f2e88521_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e0a34a88a67409e2b1cb243874cadd3de1c9c56a54ac225dc860cd89a635bd97_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:275f90da2f77f60d0a77e00936734ffcb5099fc8b5662e03de49d807a7632f6d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:833072794acb03eaf053f30b6bcfeef95cf1836ad5149fd97f34f3546a2e9f6e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:893dd8fc24cb10db16620d8feae352929b0dbb797f02fd80f025fdc7c78bf53d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c9ba070e466a5123790067569bcb909e291f3b2264af0aa152372fff9e64f82d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:6f50d9406911e5fbe310c94dc60829891609934e64983339b5f66432a20864c2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:8b4ce896da4126dfda544da09d04f010c0e9b25bdab6557adbab8d095905d535_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:997a24c33d3ae9914f3694b3a8cd8af50137ea48296c322b56dca53b4dcd1fcb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f80cee2f47779e24e07ee475d09fc697a4446a07f9eebb0813a7119eb0bda36d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:7aa46141209fdb1090d90f00d1a7753f31b9224e080b8c669883901846b32ca4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a0dfec857ddadf777961a71d8dd545cc798b921e083c8b5156ca7423f8ad8a2f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a5c047afb2066ca8740286ad2af8e1271ef78c2e5df73ed2365f586d6a101b33_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dcda877c69d0398e4744f1b7a2ed81986ccdfdb6f4da7fba75f29fead8b10f34_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1ff4a8a6440dd4d97adc3273253da14e081083c978edb5fcd05dea33d4cc888a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:2aaba77958b12e834f6418338a21b839a95c21ac5568a53b5f792553db772e6c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e5753a6fa47d5a753be2eb3b7a46cee0bc156b0e52bf75e4f192c0ddb3fdef47_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:ed802f61197fbcc0f1a8a916612ab33363e0e1866ae70d03df92469a2c356ea6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:120c1ccd64bca8bfff4b46d14f78038594a28f6d58c585b1215afd76c23c7ad5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:52dcfdc6c5f219f414fa0775b70e34118b319897b0772931e0861623db7bde86_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6b259bed5dc046510b7c3305f6abf86e4543a9ec5091505f92f573536e9f049f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:bc0dd85538edc7a80adc0fc9fc4e02051e7b09480250b5328a6b70251875b943_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3f9151da4d025555f4c0183a0ce07a2d0084beeafdc9f3f1e87a603053ef9089_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:919fe76dee99d772b668b57645779a63e1c3b7f7f40fe79175c27ae6d7e261db_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e19a080b5fe10b67fe48c28014879abbc87cf5077c32c003fddd171d06bb370f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f7708a1c1e0d4083c7f0b9e8d8704b91a4c823dc9435d5d3e986372f305e1fe4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:27bd19fa0c1eb00c55120e22b21eaab50f0eb75a84910e9d8a2fd3b5fd1c7dc2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:52c4215a49207586cb3f33bd1d35aeda857d31d34c80cbfffba02ba8c448c8a6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:62e5cb5ba2d92bc29a2087c9de9fed7978d4c5ffe07b0afb479eac93519c6df5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:68aa837b6a3bd95232abd62ecae3b040f2a7a72ced626c784c4062c2f28a6e3d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:9872321279ec2d108191f1f7e1764551e9c7099de51f595627db068a66fc4f8d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a06cb8024ab06fbdee295afe99cd294f6e05c36dd490545600967b8ff12e3391_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:1d3a2d2ae27d869506d3f027ebb43f0ca64451cbb635c4c412c85129025728c3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:c20a4f14ad0eecc3f88eda36bd65f1f390c6977a7ad5ed69e87969556b9d8cc7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:64247ff135642a32fb59a62cdcaae5f28085ef0578916b4ab2c90d31e67848f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:e0cf29f62ec486451053c661388f9a3a12ba42b84899b687fb3486666a42536b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:efc289b0278fc84c571d7adf9e9ee1f8b149c5d832cbf416803435e89ee0a531_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:47ac82d0289751c8c7e41da07173dd61836e606101a20b598c00da1cd1fc9077_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:953b8ff978f6523f4578a469d23dba6536d49a141b4e3729b059feb6d79a858b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ee224daca08de920de240b684ebc23a4da50d60130d9e205e88c904c8c755343_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f267111aa2951d22dd6a41c7362afc22454e365325b7a016d213505b7dad74f8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0ed3d751161fa47b7ed4bd2ec2c5bfff8ac5ffae0df22dd9a741cc64bbe2939d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:48bbecc83208a8895cee2c2e8ec677f59a688e02705a677cde4e9a8a52398d1b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:89ac959e411430e4910919132f95452d1142a45fc5c67088f15cf5bad8982165_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:db55fb30b025bb573317f113897a7bfa0dc729aa684dcdb0ac3066356b339bc9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:285f19a6dcffb48d4e6f6d3bfb44722f1828bfb2099a8736f2fc08cdd1481175_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:521f2693c3073993771af37d65723ced3ac83c7438d6ff35425ca5f663101676_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d1883837f227ea4b98d2442b46e5c07a9eeae549e13cd778f7c9e78494b53911_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f1f601e3a4951748fbf030083febf57aad02568058889b0122c8872e2d68d70b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:34298ddfd123342b87d28c047cb4a8c1b25b07352bfed57aefffdd92a7058b6f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4a56a0984384548771e1c8fa5a4a8efe93f472cdf2b64b01d6049b2f9187a684_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6765cf3c0f8d395307ae57019cda7e2aeee976ec060eea8a47703db0b18532df_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:8a8377100458d05864c6521e4b7550df73b5c3d9cade518067d5741fa9d02292_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:20052a45d551f7e988cc0c38baa38f146df4d9d741ac71f17498d8ddc44a1beb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:55409e5fb153973038a15985a332681f4e3e41126f84b6a355c47314c76bdf2e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c143caae15fb4249757018e05ac8dab9abb20f405977cb41468ce6a8049c4342_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c5d456d739d5791e51544a45309ca3b64f763cb49632bc638950fbfc041b4193_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3ab4203333e071978d85f0f44f7342811d898cc388326db60afacd2395f8340e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5a97ef5bfe0456bc1528f2a3df7736c506e11cb61de5c41a1daf22162150b345_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:94fd7b1b27954fb59c11a010f4b8ce0a3377b38bfed7ffb20873a2f7a499f8bf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a936c0970ab66789c10a64cf57ae76bcab0f2f16b6b50e713373066f73d535b5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:34fb12d4fbb5f9b29b1b58e19b1c1b0eb27121ef80edc50a59e431a4e94638c9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:bedcb032aa7325e5bbff014f251d5ad91fff9dcdaf84a95e61e4fc4198f22f79_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d10ffca12372666b239a9fcde83a4b0da6c3f37fede3e47272bbdf9ebd2f0d91_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d5284bc6a4ff57ceca1c00af4ed0c46fd341f1e2a28b4f13b210ed327a25ebd6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:2a7aeb3139633e2014d99631287cce239d73af61e541f218f45a009fc151d8d8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3afe2f3016ac55bd947c98d1e4b957969357aed54423ca2f35955eac8639116f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6d7572f71fc31d580d355bc6ebf8eaa54e4285c53c7e0e418a7495a0fb8d37a6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d2236c41a640de0aedb4eb2f1ef143793288329513ec0911bc37ba688857701f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:7688c4b2355532cddd9b9d314d105127c494990e7079407d2f43e578610971ad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:91ee195223233fdaa6d83ddbc8e1dc33bc7811e4f1e6ec9f5ddf325f560ec38d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:c866308d315beaa691b25dfed4be0cace44628e0799527e9ca11d14165437d98_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:dfe468dbed566f02ea0ed9b5ed5565f40a00d03a344d2a230b0a0a83c783493b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:08710b0caf6f4bc16e72a89f596f33c8c38ba7742d0f1ee552336f9acc7f222e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1491efe6870dae8caca1a78c9c96f8b4b2956db3bd5eaa6bde59ee996506bfb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:2a0f11f0a1063e3ca7b8b04693ebe979e9953736d37f3dc3a91fa5c9912d79d4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:813fdba989d7b5a4aad5e9ce5bf5285b0e65745375dbdef899786d571c001b77_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0db523e5a7a6420d94d5d302b90c798737eb78f99cde3b887d3c3866e195b9bf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:18b7e5875aaad6e0bb8b12fa303ad6295bf3968daeaed2104f0f4ec3122446df_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:80c4e60cb2ab82621ef12774841d39e6ece9e9671114afd0d19b188dd7746d81_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c20dd339ba44e18a505db8bf726e2db8b6a764f7bfcd9e0d63d627d69c2378fe_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:528f1228123298362d5787e862306cc2605f3eb31fdedfd0deea7f3cdffb77cc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:75b18dbc6fef40173ab0c85ff4f9c4111e29afa10593ef9141d589f88b418826_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:e8147c001326caf53531a8917f91991b5ca05f31d30adba78a03539a6568009c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:fb390f9eeb4853d9a20c9bf02ac10e099238e94084230bb532029be4c88b7ac6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3dc8fa50d17a5074f03d58eb00467e45e6d74f6c5293bc57ebb8c4feb4323eb9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:51941876bbb8070423c00e3699bb193343e963358dcae8cc6acda94395edc5fa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9087e6df82220f673440368a5e81c5a0f3eb5e36cccc61cb40fcb56d92cfcadb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e3740bfa7355589784350a9dafc10849d32f1273327387b3b3c6389ba1e26dba_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:05f5bc9410d9859f1bbc1def6e1c74fd47781faf1ef26633f61b5d8f09ce8d02_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5e14d01db3abe1412de6cbd8dbd7d3598d5ba7d2af2f5e55a7ca625aaf8a9155_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:db0bf5b79be48f69d411611bfa74a9b1cdfe875b453a81ec5ea72a962c27978e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ddbaa3a482cf17a156f6955ec155eace13126ae83217c36c03eb2b826e7c4ff0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:02ce1779315733c6039fbd9f711d6c75da89fcfd4d6ac8e485d7aba30882b3ff_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:d29e550f223f287e258aa15ac71ec87cbd24e9d6888f22d82aede80b7902765e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1d43b37d6ee7556d8afe22fb33c7c9ab7a1ff5b2b38d6e18f762ba759015f87a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4e627ea7097e36d07d109f50212809b6477070750c0bfff14f3fe9d1d7ca29f4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:63e60a076755fec73f95d2f5ee948a50d895b69cd327296ac0925e301f5b7e4d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9028745ca618eda612fa2960f0327f19fb689eb36762515bfd71bb2efab0a0a3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2dc50c3c453049a1e81e8cc4559147a4fd4a3a6a9c140865f82bf628f2a45b83_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:734c982a6159e5c4077a12b1a0f72ad992b70f965873ea591228172e6265263f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b2a21551ad4c66e622ccd865529356920dc4524bfa4595e08a99e0e95438823d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3133ccf5290a245274c030f53c63dfa74d6e04bffa684808fc1815a07ebfa13_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:6f399ee5f4634353047061fddcb9092dccead96c6884863253b913dab93c2e15_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9176cf7f1c5ccd82d82dc1a8ea47c2bd34e2ddb54d750cbacf7735a04ed6a221_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:dc6f5e144468283ba4d04ccc155f9e483d085dc2f1b78992e5fcfea42db77bcd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e5216672e4e265b01384ed2dcd722b4a166490d66e19aaec457aca55c7e3dbd6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:4ca8bbfe3586672e1de22cdce9466b37aa0e11c5e9d94ea8da271aa5cad3df47_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:57488300ca265dfcad9bcc1a2861062d8b82c2b80e8b21cc3ed766fd187402db_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:660006e5e6826b13ea6d73fce4fe672d1f67479c44ed65dee68119369eba3c75_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:91b8003dab0652f1a06de50435ca08d6f6366e6e8e7e10a9743542b577728b1d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0017d40e539a56e2ddbf4a97b0cd94825ad5dbc9cd79e1a7e058bb0b11afec29_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:7a71babc3307efe03b8bb3f3cc5f9159a4868c215df70d7a78ba37b91294649c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8403ecd148b8f0aa7f1156fc1676307753967ae68a69948af7c3987de8178959_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:a4e02776f7b5a66943bad040650f4dc9e865f05a0911f4f9aba975c4b30ef517_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5d3d3cbbc28f59a6aefb1e54986e084ce49b69867d100e9b7a8eba17b764304a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5fe1d81ec73517468488ed1a60331a78733ce2fed50f3930b4efbcdff5884326_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:94a7a56873cf0e075740a1db93972f2b2505e7bc082f2faf2d3a6badbb52b08e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d1e737deb52f4f124e34889df5ee2a787db0ee13ef86842f415d5c18ff70498d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:0c8b3d458f0968682b8604cad6ddf02b1135b99c4682090dc78d9b273084a0ab_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8f02a07e0928906a1c075fc3510f3750c679361bb9e0fc7504610eb2b230a092_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9b174760063eedf3197e5664994fdc21f85cbc3be8bd1329142fb9e88103b717_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:e97049e759fd58cb6a2c8dc5b78df8dab7139f8868b1461a3946cf187b824f55_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:17b700ef898288bc081220792a7a95f4f1852338d3d08dff19ea02cc9d957239_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:675083e881008c57ea9fe8e73db8034a66a3f439c6fc1862db09503f311caef8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b94730e4b9e9de7c0a99431f90b42a5368aa0da03869eb8a71dfc92dce27ba7c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c5c12b41cdbcc18c98ec1632a0c9aec007a9672a742fcfe89a5b104160feb698_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2c51c07f11fa78b44eb528339da6291d1c660451a0c9774ad7bf8d8ea7744ee3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4d7e15ae24207bd06663f5c9d55564e220bef28ef150f62d2e9622f569490acf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5a51836c3306ed97366bc3c8f24a8f9e880628d1feb98854eb5dd10800bfae83_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8231352f700a733b13de64913738e0de1b89be5046736077f7300c21fb778aa2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:121025c1dfa4bb1138150adc737d7cf12e69ce21f10690ad8d740c1c1f2dde4b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c02ec1e4b586a812cddae6ea43cf42a6b9742d062fc12c18c2414bc48b5b96e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4c94c8afa17ce2348d6198c2914e9257ac9510455c521f6539ab17877b6fd974_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:70c7beb1cdbcba3eb4fb83fafaf740145b81d510ef56d5ac59ea4bbbfbfebc00_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:83efb138b8bd5084f7dbeb8a59fe1ecc2680a20d5853b7a15f47e1f87929fd9e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:bd63fc568a9ceddc67809e2271de8ef4d57ac8af283861a601547a6b9da2dda2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d0d429e4a3a0a9f015725dd965d4317e67c72b3fd846ef4b04c20ada4d067eef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ecc47300fa59bdd3970f0baf030a75e1fe5862d2470756cf32c389b1eb89152a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:53bfb1dd8b4f99a0252bfdad2c65960877a4e722f5ae88591eb87d6800d1d98c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:64fcb6ccdaa30c4e06cc91a40273c6be01958ca2c048bd39d8a87e8c09fa7d55_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:bd7e96fa5e3db517c91323142b8258555f04d93dc0f164b6e83249dc0cd1b416_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e5d77db3010b3e1d31e14a0bafb1a5e5ca62dc03b7b0bd2097b198f6be6ee442_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:0488437dcc9ca866c5b96278686ea20b5732f8e8038af90889fadcf90f1082fc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d1bd0363eb8c21c0123522b814b140a7595a459c7c286220b4b6fb0b9886a115_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e45c7964c5a89fbb1a8c6da3a905e2caacbbf8c433b0d56d1b260bba151b3e93_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f52e1ea0175eb2af0a63311dc0b8acc1771c53a7668108d7bb7abf2b814e37e5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0043c8e63c3bcf98e33fda7e5f532143b4c8fdbce690606bf469e932d8552062_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:465c03f230a374b6885874b775473275fe8866f61856fb71a8e2bfc37b712ea2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:c730b4b9a52549bb6204deba37e28ee3946758bc86f27c1b886188ba0f164fc7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f50ed1d01f799f00ce20f210b95774f2dffe7137757ecf86544c71a9f621f402_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:56015af081c97939fa71d978d511ecc0e93ea6ea89640ae846645121531a4a86_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:82a97e06294f2bbad05dd72f91d692449eb4094ce1edda7d651e2f1833018faf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8faf68e17b482f07fd1a4ae8ef292fd44fe9de5369d5129c3945acb56b5c2f0c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ae7b169bcaae3569a946c84d88d0ca7b42b530b475c4afc4096d5db36aff9c52_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:02335c6538b4fb15d9d4e2a831b9810db42f8b8fdd75cc6237534356cd1b68e4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:84a9daad04b0ef97a77e258c1b490c9a9c1ca502079513184e43145467eb1169_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:85c84e6100ea0c4d783b44a085cdda8be9b580b073ab7b191a70ad3c14641f9c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eef5b8e84cce56cf085ed8f8a2ca544505242606d44691b6d0beced7c942bf9c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:148d9d31314b0ca3dd2667aadf51d9a65cc88cd872d21d29e4c85fe25cbf6410_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:87bd671167583b8f46388c7e5853509fc9c20439c1b5f57544117fc9e1b1b5b1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:dacaed2c85c23db8c8bf2b754b958ac8990a0b0e917e4885b39ed62d08061fb6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ec4ca8db357714672338a773cdfac91101641ac1ea56905a5dba39d13e8c96e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:1e01dcb349b9e3afa77e9c217b2f20dd7c9c98f7b00be3852166c7d676dc1c58_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7a453727eb7aad288301bdce304da23202950098592114e1c56e893828b7cb2a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7e9f67b6e1c87741c5d56a3e95af004dcfb6d6c9cb4267b0ad4dd1aec7e9cb1a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d9f12bee214359955f20c9b4c0218febc8868cd47405b362dcc6ab05dfa573d4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:36d864188a182dab0197f06376c993fd661689e516dfec4c25f9064eef6db0a2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:38481cddbac83c19b28845b99fec4f4d16d46aca014ab18653c5e7fd42d7dc9e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6c5798afafe96f9c1de300cd8b709030655d1c92d03394b069b3f4100a0a4334_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dc248c02585e41245eb8e16fea646a6f1013f5257f5152dab0fd4634073fe15d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:142deb80cb8918201dfc20e0e86c5a70e704eb589681db3e019d0eed0a8bbf1b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ff7c22adb1ce27c0944f94a4994940aa6af3c4db60cf184d0865753e0c18ddcf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:09664db13d4f9022495031effd53a137ebbddc0e61fec151a26e565a02a5bf40_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:9b480de86de7566594ff61c147bcf0a6e8d5f2ac52ca37a2ecc32909e02850c3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:177b77bf798f3ae19e2b67467ec324e2352c47a2fa4f803c852cb7d5514a2b80_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5587380364defb07d81f5bb93851d7d726780e03f561cc5c4010d6cc4e237079_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:503c53ef4cda2a77d57eb611638334ecfbbe08f384e01084a0f2004aceccfd5b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:ccdfd936b1e904b115efeef06cfb3c1b13ec6fdf123cf87c9ad477ab47ea4d04_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:1f7ad22165ad761cdd5fbb7f037ad342f7b9a6f017b80ebc9775edd9bf7388d4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3ddfa7f1a01b1dbf4d2e999da0d536b8f3600e0143dde47fed1f6f2caf15a7bb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9aa910f86e4c953069c3e45f3c2db9702a8cafe753fdbed42e4c23f4837660ea_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a2751c4e48572281043cc6468aa40d2b3a8a1eef5897cef386876fc08de5d791_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:00fa00533e4616bc63471ba4e127f163a2ce06bd8546dc3fcaf2465c6c511ef1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:65d4474ec56e4cae8542f01d54006ee1ccf15c8a467dd7f784f1df806507296a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b1410e826283f79823ba6cdb76d666aed69449a847936c6c634593f31c9795b1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f3e84cda9ee1fae57794b0c60a7b32373d8a95546116ddb326751e9df0d1706d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:059c0bb97591ea1d95bc42274c6748438e32ef113039c603cbf8171ba3dcd1a8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8ff741a30a8c2059c8702290104db1f897853515bea3d054f5456a0faacd3e33_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a523a7ac9b9119290e3f27ee0b0c7a5d3cc1d8f35ed4e7aadcd6968dba6c593c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:db230edf37a3285f5566a6f82b660ff3394caa80c95276bc3992a3f45a18a59e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0dfe21d1f2ae4ad05af6aa896c0bd09417c03d2fa2e37a1cd3c7afe9d9f506b1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ae88b0138b8b945b1ad071a5ac660e6479f3e2c1ec261d80a4d7d862e94df269_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cece82ea1f03a889d37a2e4e1d81eca34a73857630b9874d05264c12ccfde18e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:e518e75c0ec848497d5dbbbea1505cd3fa96387be78d326f44094d341d1aeb69_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:4b9f7900c251da09ceb0c5e36e87322030e6fffb41da15b022e52f26967214a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:6bcd28e8610dada7b5ec2b6e14aecd9daf0542ac8528b8a1c9bec9b5c22e6791_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b4e19a3b757309f5ba13e3762e2449003ab93a1d3a950df031d0c5f88b338461_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f3745f0a10aa35a13620960671ed4e2bace1c01f0440c1cf222aec37ebfcdd6e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:10a4a0d9d6cd4779461dc27ea5660513c80c4231267cd5d5cde84626a52d8d88_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:394f1ad167455a316ded12601110de58f0666917302eee8a2933932513aabd70_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a0dda1cfb8ce56f6632c7dfc15f2d7c5251a666f7ff34fd78f45a064ed9fe8d4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d04c463caf59ab32c381bf6c88b9a55ad9a4934dab8cf66b1c80f3743edf28e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:674045072f2c791146899dca69772cbd83d8ea11305e024f697b0ecb2ecbd9e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:80d008d72e748f6d1578f0583dcabb703ac8154853cffdfa6c332bf2db662da2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b6d9ea5fd88f25c46dfaa17deec8dec67f3241a4e52ffb5b598ef77af4437da9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e18f121c2a8578ab7a54b48347a671e8a1e315e85f894ef67b96161a490aca44_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1415356cad67eea021d0adef8b7f8ac8524035a4acc3ae7080f26f8f3f7cc959_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:2f7be9eb683b2d5c65aa64a28e11bae43475f5a828e8768d468bc24fa0bd4ec9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c0f27acad2634255d689355942e8c0d87f624c269eca0f11b1fe20b56b22294a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:dcad2bdd0764804f9dfad2a4f33eb2fc105ff8e4cc1d2ab31c58ef2903f7cea1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:02dae90a28e2afa83ab4b358378b616bad7c257b8f7d6cfa2830092b7d46fd18_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3e0b68fb323e91570216f90ae2c79cb4bd35149dd62c496c39ee8fb615b62888_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a6517f52e257eefc0602db5e43fd946de57db13299d5077b1bdf872754253cb7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d6c465af092548962fe617a677d3398c6164c398602d7575ec09533d9654f254_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3a9586b7d44c57c683256faa5d9655285105844c74f728e4558c6295f73a3aad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5dbdf857d018b118ca8bae8eb52b2e117348804dae51da324225ac9d9a0bb141_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:7dd0655af57c7f8d2aed0f88a4b02ff21d849bf9c8cce7fbf02aca7d322cdc12_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:abab20e995be8b61590ad7dfb8de0bbb7c7459ab5413987562332de2c9924924_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:6f1fb02560c0dc83cb7ebbfba67370896f2d3b21835311fe5af23a06f4a45142_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7a90eb33844a25785c95b0e7332991a373e0b70560f979e8e9d1554f9d021545_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:92ac319d44a3a3d8e68f29488cd75e71b42dbc98b5898f662131f8576178152b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b8c7d5e513d5205014f53f22fddd4ab5c54e62e62e5813459ea68afd789518d0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:788b2252987b1992fc9c5d855198aa50a67048cc4d0a1e28240953e5c1d9528b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7a2a0066a38f2e52be47a1fec5c9a1ec458550d7ee6ca1232579b3fc98b7e9e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:939c609d5422bb4be66f482815c70b170d51ad2ea9bb0675a969bdaeff35e730_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a260d94b14808490a417d828423550eddd7b865035b631e9fcbb108d8eec6873_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:9f38e40a381edde4d367a6baf50d6159bab76aa34f7f932929a118960eb1b16c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:bec3f4da4ad493e8e34e5e1245338929dc916772222817e094fc0cb7c6370b88_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0816f94cceb27f34725d9c3f041003d61b9730a3c602b48b70782cf5b3887818_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:3d106f2995d5dd270eec34df31ac33f4a09dac0bd79bcd2031e9bdc35f20878a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:2c50f45d634218d512ed37008e62bf2718cc4275a9d944c845eb29bb19d0e700_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:429368ffc93f60dcb14116dd4a448f7688fabeb9a499b4b7c9c77018f4a31c3c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:48105c86a370a0ffd2c536e5ba75ea80fa94b09f2cfdf645a9fbbb62bdd1654c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8b9490cd4a69fece37aac8ced57235afc04a3389e16234c3a3f1d9a4f8a6d34b_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2425946"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in qs, a module used for parsing query strings. A remote attacker can exploit an improper input validation vulnerability by sending specially crafted HTTP requests that use bracket notation (e.g., `a[]=value`). This bypasses the `arrayLimit` option, which is designed to limit the size of parsed arrays and prevent resource exhaustion. Successful exploitation can lead to memory exhaustion, causing a Denial of Service (DoS) where the application crashes or becomes unresponsive, making the service unavailable to users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "qs: qs: Denial of Service via improper input validation in array parsing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat products that utilize the `qs` module for parsing query strings, particularly when processing user-controlled input with bracket notation. The `arrayLimit` option, intended to prevent resource exhaustion, is bypassed when bracket notation (`a[]=value`) is used, allowing a remote attacker to cause a denial of service through memory exhaustion. This can lead to application crashes or unresponsiveness, making the service unavailable.",
"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.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:09ad41d3ddb9aba6d649812d1e48433f5778b1cd9d5e0e1466b34e6516b864e1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:7b3a100ca1bce2bced0306ec9d4b90a4dfe8596c5bdf51799aa3a7a1ef36fef3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:ace3b3b02c33261287a32253dd1c027769743797317ac4259c9102e0b3db6603_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d289ef93e6e179405cae0db5309865f76cefababf168006abf09fc3a51a32bcc_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:021a57a7ea58117b5942b474f8899924fe7ff170b234aaa301f86ff465726ce7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:37283f08df56189fd19f7052523f5eda5a5eba0096c32fc3926eda3bc9398a8c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:459032d57026d4dbb2af370f796c28a69e2e30389a84cdab0e43de4435d980a2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:82ebaab991c00d42430890eed6322e9d060c3b4581ad563383a7d13172de4c08_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:244a4dfcd32e2a6bed90fd5e452b63822af9eb60375b9ac45c1864c2fccaf765_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4eda87164b71e7c6fd8b5a39ea77bb1bbf138f43d5732c08e314369b18e2509b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d2d6b9b7d7cb72703bda76e6814e5714b101faa03b14f55507b82dddce6fa09a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:f5f2d566546e640f59746e3616b98dab55eacdd33ea04b7cff887da6cafbe380_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:21cd6ff9f8ff53d747746f2d772344a8a9be9bd4582d641a0d6814da81e42dc7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c16a9db40d92bd605eb9843f2fb30f793e9f807e924a98f58bdfe9e8ff5598fe_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f7eaa545a5719eea518c0d48a5010a9e729ca7657f95712b86bd091c6906ed9d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fbad6ec51decaf69511274952af912054493d07f8de4aeb044b0728e015e331b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4b6ce9a91e0408d0869e2d64ccfba93b8b0587c8c4514c024093e47d520b7b13_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5bab5f51374c260e261af4d094d6d834011bb00d20269e5f87c670ab2e5fc50f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:b046acdbaee02a88bc76e80217864aa8a933b4c624abf504bf40b3b5700a3ddf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:da7ec98aeffdf151279fbfd2d45163722323094e790ab1e5b14e3a75bebf7ba2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1320fee14f620ff211195e536a81bf80c41140d10d8493dca37f484b4803e1a2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:69849de1ca4d23c9faf12777ff7f26deb7eaf3026725512e29e7cfbfcb5e30dd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7ae48499c990a9bb0ccfd436de6e4586ba27e9fd4036b4efe76299aafc4520e0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:bdb7981f8aadb7c27bdc448ce4baed28ddd8d08ae1a83af66255bc70d3b87d63_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:06477b1ed6e12b1088fa198f1158cedd852d51773f75622a652220d147aad66d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:73cd8858eb6e706064aa3fb5b397696ad2a8d264ed9380ceeb8d8d89afa96914_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:95a5dd3ee93857d9e65d57257e2864774e0f1aa15d14c62765dd110807a7e983_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bf017210bb8bfbefa027c830656e83b3db86e940e5ef1f62e67fdc84545cd118_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:04441c2a5c244d0a76052a2e071d994d81415da2cbf49cdd74d3b64fae89fea4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:50caa5c63088b2cd98d85bf793eed760beae31c73d8cccc60f3c82f7e4a436f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5d302fd1e0d562fd3074aea7fda53b46878dd5c27f53b4086f43e0b60c69cd92_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c1ec441285a07891350ef5b92dfe8cdef23f963d39ee86b7c2eaa0f29deced63_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:29924ddf95c884e61e24bc38d457d4bb997c5a03789459ef7565f2350c778e44_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:865ec06e1488b9c81e370e48824dcd003c617f45198943118f99889c9a23ae5b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9c28ccab17d26b72d9ae5d65f7a1ea11bbbd2cd39076f517e6655b9a35a277b9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f2a4bddcbf9cd3c04f90623faceceb3f3633ebea89954ddd26dadad9b6f9cc1a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:0f34558006e45eb8ad74dfad87ee15c34e2d5bce5f192fb00290ba8f6b2e06a6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:a0104045a7c163322387f621af644a79ba8b3e2d44bfa4094db15fad792e7825_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:b83a1577d6d15ea51ba7417aadaf190944d02a36e1067ff9973b9b0e59f207b2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:bfeca6b1d120f47ef42ace529f8663c90e420a3d1067891268e0fbbcd0c8fd3b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:09fb74bc16d6152ee950f1e2e01a72244e43c030205e6878577ae8a288f229dd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:933bdee9a720806a6c7537ed79ad75e25ae64144eb7e738942c36b2a72427c51_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a882578ad9240c994b4f21955809f6d332965cde3686fd2da1c4bc1bd89181f5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:eb823609e74431800e5bd7fd2399e11d17ea8cf0a16a578b70f1447aadbfe8d6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1a4a79d38290e993721e5a239acdc973fd395188d4b47ef664716249561f9b9a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1ab570c571e5291796e3eccbc336775207aced63674920c7416c67fdcdda5ef1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:46f5577da7e69caa3c941ead5de0ce8e373a77348df4c9dda922319a47533af0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:dfb1568b260cebf47b31b5bc5b956dd573ef5e10f5c04bc7951d4aefba1e1c29_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6405c266dbbd8b035f0fdec36d4663fdc2e3981899fec3828e7bcac0094f981c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a0ce68bd8e54f1975c89b6739bc6d94e9ad8214df431d1c41907866dab1cd9f6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:bdac9d54f25066cf36bac0fe90d1df7d89fb91d49ac68c09db1cf14862c91b43_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d8254c11772cacaf25e2a1b24b41a7694b530246cb980ce80caa5298acc71c31_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1b5aa2a8fa69661df2b4cef49e2a8e25e20ecba84ca80d5c671d8cdc73e7e31d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:54c656c9b7ff7f7d9412253dcb0c4484233f4cbe77512b63e69ba1532a4a41d5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a2d16879e07bae5f6eddbb5615c313001ffc4b74e91849ee9c2496bbb5996616_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e37862fed49b426c4344fa755c3442dfe134922b3b5a3c80c4bf4abaea7e6563_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:04e4334b0ce10eb5402543501944e72b9230c79f470f5976f8e5bcd5a18cd28e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:34a11ddd5af5a8d2331804ab76c6319587bcab73bbafc10b6f710260e5ace5ec_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:86ff72407e38fffd121bee52ed9e1229213f5db18cf1324a08296597aaf494b4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:edd7568d61e33652709d4bca937a801a4eb6a0f134ec7866eae3da1f19a01400_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:44623a58b3a052f8cf871befe578ff1419b5a36c9f61849bdf58a15148c3f65b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:78ba410665c68a41a5adbd8422a349de2274be894328ce523364f1ec2a71be01_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:823e1e9e7e7743538180596210828b19b6e3c8f435a7c792be5b945be76d9956_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:eee0084caae19613373c30ac9d2f25de2c202dc83cb6b3077baeab3b2ca89c26_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:17d193d080ae253f4e43ab259c28fd84f5f738967fe2ad4b6528fd42dedb86e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:36ed0be4ed17c503bb07435b198cbd5e255660bb1e72ce49db7ccbcb3ce92a23_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7c1aa77f92efcbd6fdea6120c75e2cb19985aaa2cc48e2d4d3d4ecb87df0d277_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:d6dac5da24656ce0a1494234b06783b5e4ef052c0d283e66f881c21d1766c51a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:380b5a968a30fa54a963bacfc37767a01f6067b6290fd2d877d6b1943a7738a1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:6d1570e8f771ef561c5ddca5410cb86dbc94943cb23b6f96fb2dbe5b9a2f1823_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:7a9f65149b802b3c2ac4d2a96bf53c1dd6eedf8c5fe921783962197bbce94207_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:a99a994a160375e89550347eed1631bb0d12bb4dccf7ed49119935520b744235_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:22b6a40bf066153e072a2d22e48032b91a7f70e2de0d38b2bc5665b72f5635ca_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:499dba655c620472ffee2c73f5f6c53599dcaa8755af1ddf60388702041c6cfa_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:9f82e685ce4849aacbc315249403939d8e9fa55ca297ec0d829d445a3133ed9b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b11b0fd3272461cb95d4f3c79c5c1138770085b461fb8c64c5f19f3f2276abf5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:06ef27c670aa46891c208f0a1ce5be98a92a321e81865484c17db725d6c48f6f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:50187fe1e5905226e869fe96d050d1fa6c91c0ca9f360456030514a0f3efa2a6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:828613cff0791cce90feb1abaf17c31f8a89e409f605d23ca79904feaafa8cc6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:889a2f9b69467f174deb05d9f57eccfd85e8f6e2ce2620a3e3b5c15019a108c3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:381cea76282031f4a018997a2ddcaf6222576807356d45ab3357b52a30f6bb3c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:604bace7f2173c964ecf1b54fe70fc08abbb7a39fcefd21af752c7a12f6f5a31_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7acae5b318d8162c7da445ecc28ed374eb1db0a92e3e6136f1a3d6a82bd75495_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:df00671b04cef1d122484a876880dbf4cc250c63730537fef7e1651b58f9a9dd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7246c15cef44f3945840162c1dab72daf8c0c4999345aa6ba148dd34597f4ea1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c7fa305a0d4a592411905c2f44a8218e25caa39e293ba68e1c84458683c93979_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ccf25a1cbb0c79753f4049cc37fafb77d0f8dbdd896e4cad7e9674877dc84589_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e1ff850187bfcc5e53338ee32678873692eb81a7bc72c5d3a928722571d312df_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:bda6a57c2ad84239536aec6a20a9c37fbfc7aa13c994647427936bf0b3b3361c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:49da4e953f3ab4d734c88b4371082bd9c6fbefd00875d8c3f0f8e58f060b6a25_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95c4abf5e354b5a324515cf6e69195ad3576383386665683d4bb8f349e558416_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bbc0c1a5769338492d873bdb15757525f69e250f5a4320d36f249fc35d57d356_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bf5e48b3778e040c4ebb1a8b0bd2aca2e7814720fa400115ceed9e1745f3e2fa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:2b26daa64e5d4151cb1cb91cf459afa93b2bdabd2b9d5d28585bec72484c0e63_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c2d77eab011a8025098e1254c384f83af4f7e0d3ba9e6d2772eda689e644b036_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cdf9f5f665881fa0c5a2f3c98e4c99673dbe8a92cdcbbe6b80e9dce09f59a8dc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ef4521604c721bd0ae8a4b822ac9584d3c7c8a80c5ecfe263da6ff9500d95ba5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:29a5ed8364575efa8d539b05c002e8b82cc57350d4c015303b4fc46b06903eda_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3751262aca1a347b013648e64294520615e447cb875b1e7c04535c9c5e843ccf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:5bdc6dd4698facc8189308328f6fc62ad7f4a3a5bf8c8a5775fe6e966eb44eeb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:e4aa456e8c865f66105e9f1828b455bf09d80960759209703df345a559b36608_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:74cc690a06a3f7ede74550b2416957a6318136ec7b703de33588122e7222eac0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ad7055ad351c0c24582721dcbf7f422b6a31290104530458e456bddd1a637938_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:54ff1a36ba796e5b88ae421a3836220f5774f0694cd49da8aff5f8c1efaac958_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ff8879335cb7031227028d3bbd5ae3c882c721871a28a42216fdf94885cc48f0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:4bffd0baad38d0ea6f54efb82701a6530eae707565fee41e2e65682a990267b8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:6381f7fc63ba688a5514eeef31d629e8e6cf01d6910f29f7dd38cc48a49f392b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:6792be8aa7640d171ee8102e5315ee2cb5e51af62f7f9ebdfbb0b54e89e35cbf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:e168e04989169bf67e16af77f602c8d762b1ef424f4abc92ad8ef8a135d6fe69_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b9e9f7cb5894890829532f10dda00d008bc5745b999b76daa26b5667e00e0b87_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:f8ab11c42ded9679807701a6c9564ff67b13ba875e28cdbb7663d9382f8e194c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:203f1d7c4feca08547dfa923507640370e669f83029fcd373e4e93461cce9421_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:8b16e6a9162b06a6565a48f4b05f3a1681f9f6349278d4f44d93ebe60d96c566_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:ef131d257bfc318cd0071ea2867d209fd8088da69e92fd3d07bce2b86d4eb2f4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fd5a0222754643780d37e10af8b077bf257b5b4be2abfd2393f0423a4fd4b291_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1f910938470138dfb6656b608393e46eb5c59d76edcca34b8bbc7148f2479061_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:71ce3309765f3dea75ed45541065b35f0aeb697d59b013294775e84b780f361a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:313d893f24ad6f2f8c7881f418b9a5e9c499674052a97434372d1d079411ffc2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:93bef2950591dfbc736a80f6a92659b6868991040450c5cc415d32e225177512_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:9487390a62cbea3de31fcfa46d05ff56a9d088426101b056254d0a3dddd6631c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:d4cd54fcdc26243209c918dbb1dc54e940965cd12cb6d05259c0ed45e3755516_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:2f9449039570a38ef4191b3717a9597219919ffaff87b645f06c4daec74a3cbc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:5d72d27d9247c2a9ae05a1e496eea2c264df19be8a566147cf5cdf378d82ac4b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:2b1553659b6cb1a4fc9e75dca05c4117d98894a5ec55a650fb60a2062cf1b79b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:35d963f072ba8d1d78380c48815bd2d06dff7f1917e493ca64a37d319988e6a6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:42870b8a98ae271ad0f0b23ad541bc37a9585e93dc6822f149a0bcf53c78036d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d797ecf477151c6821be3fb5e18dfa8f8df04233fa9f7da7b554da9eb38f0058_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:27d55172feba74eb9712fdb42300721acfa72e5d3739feac7c4353f8a36b4b38_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:5bba9f8444a0daf6194a6eda5d1b027781717446435ae4249a558a31fe17e06e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a8840079bf9bf05cf2f9c4a7f38bb45b09baee82128d12df604007278fbdb198_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:effc3a9f6c7bb400163dbda690d84d9ef4d40736105a2594209efa8c0c5dc80b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:3b6acf7cf4c49d979d30049d80bd265e7e8f17331648008bb4f9033822ed0a41_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5b377378d275c0a152365c6dcfa6e5f51a30de20210991ad8a4b5c45654cf022_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:855e978f66e69d149f00f5cdea64c68b677a1f2e9e1c28f3f67846bd5497ea9a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9bbfc2d46e0e771ef7bf390e121f26b0dede58ac0ab6cc04e7592469a78ae5c8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:101533b9ac484f5e8c3f1d95b742f3596fdf42d6a706aeca5712648ca50e8ce2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:2918100b369a980a69fdd9d0bc0fc7c898bcdde23f8ac8c9a8a22066f2b1d87d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4f2d8d750ce5932589e4c3b10579f00da60407a89be1976f3b54184c997650ab_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e7b4095c367aa9811dba1e43cda61f60b54b9536d9900990e7e6eac745ec7ac9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1bb758a596fc11988a09a696981630bd00a73dca7c4ed52799f722ef87db6a91_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:50aa9b6ba005c3f004568e82cc73eb56ba6342720626f9a35eca618fd1ac9cc7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:982fa1221449a4e78c06e6a13b7ee325b8951a8a04d0014939dc49b13c6ab79d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f055755224db92970aa09e26ab84f8f8c3a67c2c8cd442eb4e7764e3474d4613_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:719c8857fcfce93887b77a94974d418e3bf19befe0ed25c5974bfc7ed53814bd_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:90f04dac670c4d0c505cf8f96d020c9e3f4c0747b91dc2a2531db407ffdcfbd7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a921b1d40f1ebac4edf1d6bbe26fd7e39329776044e17d7f2409b20792acc271_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:db281fb5bc3ccd949d2156d7eafe5691ecc317c3e690f9987436d8b4317e6ec0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0a68822ea4fb06b74890aebdb694cbba827a5c1b9519b5a4d2086a867464fa2b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:38a4de43972a5ae5404ebc5862329c0b59ee5a6c72b5e3fa8be3171ad65ec713_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:dc970cb4ede420e1d131a6146d256269ca6fb34b633c17315e6b202723765bd7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f47d18b4634f6f675e50f165a805f33970a038843dd48fe8a02b3924fa70e8f9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:6731876f6a37e6e26e079b4d8901f7bdcdcb6f34f8f27c850ec813ca5b3a9543_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bfebb3f4a3a9476c2307fafdc5ec3fe7586c51dde9c5448fde7d34e37e2f45af_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c6b9b4bd2d7210a42dda555d8375807bec66a4f8693fdf256042b49b3f0130c6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:eab2bb53112191763cd944b3b13cf750ea9390b56d7d14d312183ffe56d0a394_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:3ca197c0d720c1314db2f36fdd4f1fd81f0b729829f27b39508f0a6e7ecf7bab_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:475e121c7d6f480d7d2545252a7b59510a66cfb609f586bb587595ccfa3b71d6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6cedc3acc4032d410aa6c0142de17e62461401a772a09c795371238dc00fe91b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ce34f62e6953d64b6566905934afc4a1f5911ec68483f5ceecb59d187e37a955_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:2037952b4938add2200b79534d571adffd95bb0c6ce04e7ea4a6c0ad85389771_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:698f43ebb93c00ee0a916be218a7819d0a402e32c12724afc51f2323c26d541b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c247cff3341da9969055ddef313806cda81c2dac492ce683d4abcd5ceb5a9bc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f12ba7fce7d3a13280d4bfe412b9b54ca22baa52b90be0fd7825ac719f1de068_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0d06e661c793f5524b749bff4124ebcc17b7acff1b57a672064c072dd7b0390d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:484c08c7c512dfb681137cbf0cdd45f42ed4181a690076f6dc6920724687655f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8a100494af630b1dd1ac3e0a7c75fba4853a1e7471a0b6eae2f7d6b7762beeee_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c9329187e9bde81fc4f0b4996c909fe4e9354e58fe353340600532153254e5b4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9143250b98cf0e2f2b3ec33bc25a856d0b2dd432d1994740e639bde2ed1deb29_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9a7f2845529ffd78d9193a8329bd1761b7723678b83e8d5362aaafa657c398eb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:c6ef91fb95bad775d172019ab1b5f9c275c2302f85f04c0504273be57eab1989_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e2becd018c34a7c29e770fa329cba4f1a371d4b089451365abb35acacedbcdfb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5279e457358edeae97e136d8067f05d60b4b806c92e687bbd11afecda4840eda_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5d76a917f9cea787b11ab23bed912261cad050e397769c94c1b70cac389c48b0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:88237cdb1714ed0759ff8c96466010145ff8cfd60a7dd3debec25e3a2b33200e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ff62706a4904af960c4989c87712d896b34265fcaf21ecc9500daecd03561b38_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:15ddf484307e3bc53f165873cf04ea008f4f5720effb19e3ca1aeabd9fae64e3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:28a6a3b04348c6191f58b9b0a700acc995d5fbcee3cdf1af5e34dfb0a15918fc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4933a9cb0be09725767981638b9139867cad6a26a228701ec034d45c3f7da4de_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4b571bca7d279192d7095a9d157cdf40f553543b6a39658919bc5920445d1177_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0f18441bd2e164906e7bad119d70b8f5b9b47c1596d58b6d812ee1e2f4b6c0e5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:77df277ba08b5a6efaf78b4ec5e59a7aca2569e00e7644d27e1d2653d80d150b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:afee031de2fff6cb0e07995b5f6c4ac83ab4cf3b83f23a3931a4d7e15a512c1e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:cc8b86ad3d080ab5dedb159dfca744ce669341a2491e5a0bab4f59e3dae9ed7e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4a76171907bffd3a94e149dfabb6170331e2fc0a30f3ea7b8eba1cbe68e1fa80_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:62f935bfe570ea83e376ea84589bffcf0b99d30eef620adc813f72501d982705_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:75a992b3a14138492b585b3500a6b6f565c912b193834fa562c990bee8115e90_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:9fa46e30f86fbaa943f136733680d0e8a668df1e04d1bcb71160b8bb795a2df0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:58b7b6502847bba5230e65e90a10350d8cdfd331f5656425dd2f310e3fc89cb5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:5989d793b9236bdd9dcc1df6d4687a6e0222590453a5e4e31be75d0414c28056_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7e5383d64b25edf87578b2cf05de47d46fdd2fb6f1f4db5146ead38c887f36a3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b5b9266258ab925a7dfd33b86043873af4c0799fc52befbc476f875dc44b810d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:100d472991b3969275774576b60f5ccffacabcf89eb52efbb744aa441cfcce99_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:9a6fe277560deb4c1c2f91a1d56678c5956bc9ba958b859eaacd371f8ca753f4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a2d2bb9ceaaf23ff8430662ff6b267cb36848b2cf311bddcdaae8e33e8736306_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f71926ca5053134743dc906e1c5bbf2fd148acf50e44916a936f3a8e98494a04_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2dbbc016c4e06676f796ec4cd51e68c11c96bcdc41de8dd37c82c3c5c0825cc4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:444b74ea4a7a8a664746757e4417aa7e0fb33fed32a4755d300e14a49afba481_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a330cd288cfbb99db498c3a7e7211eaddc4cc5e39b6343fc6589b958c6ac44ae_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cef4f16962b3d71927c90e2573873495563e3144b6e3e814acf5a220f1b27193_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4d6edfa2e5e9d6964a5b9483989f491cb5019ebe9af55116591b321b499bd12d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:62e2bae1dd93787bebcb5f1b58499693f4c6fd620edb3254b776494d2b5a55a8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a514202264b03a6c80a02e3cfafb7c6a86482449613b5ec0052d1040587fd088_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ae40b5055051c07b225c15723da95953a6a7d2dc6dfec8d0469d6f857c8424d2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3882b19d141998fdfd1197856ec7826be00034d72633396be628002953fc94a7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:39282efac8310ed389b4acc4ff3aabd6367800953c1e8fecbf17926306d1f419_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8df02a6889e22a9763b5c0e7b6934824f682f4683f2085f82dda54de427ba28d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:fd15b8944403c78ee3c0fcbe08aa5ecfcb7b10c14fe5f1a20ba4873295879c8a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:011ac49df806c01b3f64fab0b3d79355b2685c8fc0316653f34359b451ef2ba5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5929d673c5a6a568c88e13586278da184ebda4c9c5a9a4a1f9154ad0e66340ad_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d113138d214fab52ec3422cd3affe8d3694a1ec30b85778acfa8b114ebffdddb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d91c11d262c19c1f020e9b53da07db82b6d68533f4e697ecff6c722781b4a4ba_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:5865f0a925e725309c27dc1d71d0dc999cb01b4fbde764ba8def1524f978c0f1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:bdbbbd728c482c0c5b5e87af470856aff0c8264d3f490c8ae9d987f21d5bac60_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c1230c3643979aff1e615e1de9bcbc758c31f7508b9a3b25fd2eb323eb6b2490_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c7649d6adc16287d38318b6a50107dc1d3aee2e842a19e09822fb86fac31df15_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:70687b2657e8f1cbbff110582b55f3104d0c7f47a44ca1185a7f67e421d76a17_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bda8d910934ae595f8a53675c74094693de8e0a929fc7c52458b2a9f7cd0b4a6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dff9eb529ea868114b0f46c60f4014b429ce115b0ce949e6855fe29d9270354a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e56bb2c28d7ddd2dbac95451cc16d547718b651532ec69c85e8f0fcf5785d002_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1670745d88d0d92a262ab445f81956e894ae5e9b23d490fab96860957c028771_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5cf3f4d1346c07a4e065dad2df083934591b45c714f503b5b617d470e87f1db7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7adc722fdef132557c191e026fdac56278584f6e49f3902179fc443d87a4165d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ff467f13cb09556eb490743f878422fa2493b8bca683b8759d7926e8af97dace_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4030ffce9d00de08b95d660595f0f67b2b83756ced6c6439da14d36b0b923729_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4baea4cfb5bc4a7974f90c3bfbb25e23865b659fd078ec45b4c36ec0d11b78f3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:829d8937eb34548f09b89de6dd5a236ae58d6f74501f44c929538c281a8be920_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a7fc85a92b1d5f7f79d8a8a63e6d9bb4dfc66383ff175fbd956deb1de3127fdb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:78adc3f034871d6d77793932d11b1e5f4b2ff3e1cff0385b44811210a3c84dc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b836e8f7b31ba9c107a08e3be1cc27e73afa4045210d7fccc817c6058671aa67_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:cb550213a7e8671953d5b880c0b651a566be475a3ca0f5b442a2fa9b0bfeeb1d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f727aa55c29332a39fb4e74013b9cc96ea5b32c9cfbb7cbcd79c7031d1a6f44f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4b1f00007dc39d345013c99c38163e0adc112e5eb81fdf41e1acaa1e0064d7f0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6ae9a652c5693c55ceb3ed91fbac054d887142b0f55882c776e42ba20d1dbdcb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7ae4ffe7112d35231314490c8d02c6f0947b54c240ace11a87c07dad44d5be4c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:934380eb6ae83360d1e11f709c58d18c2e69e04b3246a02846f26f9879ca1edc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5580313395048ffe3d874dec574f7f1f1f21cb84831945de53a80856b4e945df_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9bc152718354bb245a765da17d12d0477cbd15d7eda5a86b8c5b1330287fec4c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c00d2c84a5f8c5f1c674d43eddacbbac05782b81ab98cff83b606c35b46d18a5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d74ebc7fd5b30afecc3d9f61ee6c74b2c0f8519514c5614ddfbe9bbc68227509_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:84ca4259de3e923248f7d50c3adcea713871d3d2da66f172c25dd391d22a3bb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c6381254579086af7ec69a4e610680fe0e532a26f7ce202c72d047b89e0db642_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e0eefc7f55d25990d314c2ceb50afe70f7746e467ab7a409fa3d1b44708d9ffd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fed1fbc1295974647bcbad55e52b199c2d3d4307a3e53e4f8b1db135df9fd8f8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4bbddb6ff2f7429b2f5730d4a3f529b80784f8e42a0acc025e78713d703a2efd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:53a0ebb5fda619248605abeda530cf37fdb7ce99e7b7314cd5bcef2d8d8b7004_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5e37b117f72cf1001bea772e1302186d8f86c0980534b7f359179a5e6926c448_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6891d22800cc10bd8d773d471bc71c4db64460efab4b30202d42da1daf61a3fd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0d1bc6ef87ea978c23ca7189fdf17ad0f54a5f7709a75a25d82e7b84ffadf984_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:107f2fcd3f606044c570a980c176047870b304f3212df747995f6eb8a45749bb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6b6e5e25d50219a95d914df16c1c4e761d0bb45a9efd054572e54054f27a6f0a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:dd60fb26e79143000563578f9d72e3bb7cdde4b73dfdfc148b27942197d3be51_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:053d5fdef0973f6017991487843da7a64f8a346025cf46a7c575d6a4bab71d74_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:26318acd09b8263236b4d266c735aad015e3a4b61daafedf266ef1115968f536_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3ed5dce28d62c36a87ff35dead5806fd124a187e48051a0d2b550b209c9f6302_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e06c4933f2806bfab0f36ccdc159675e5fe2a6a084f98065787d304d5df3b7f8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:055b352bfb76de2eba0b9f0d1a6bca199c6e913e8e95879e991c5fd22095c677_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:16e31b5411f5f1924cbcf851f1b0463302a34c31c5c515220923f7a2050c18e8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5909f73afae46cf2ad00a9a6f1c38d38acc3ab00a0b97ca419110492d7bcab7d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dbfe981d5b05078eb1158624dfe2f0651cad81b92aafbc671cb6470b49bbb89f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3b166e5b5529c407c2f8e372414d043fc617965696c5a869fcadfde2d14d716d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d3f6483b465851cbb520810069a18136af80ccdf79fc1ea80ddb4687ce685aca_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d7d33c165c3d0cc0e4924e8c8d34bfbd1d72e2aea301e53e4b37b712e94c06e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:de5e8cdb75cc79630290f83ff179057d25bfc11d37816c57b6f66563eb3a2732_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:24abe1e6ee078487af8ee8bdd5dbc267c18882078a7987fbd63728dc2b65bb75_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:552d01e66c6b2fe59104b8a9f3e1e58fdcd7b4d4cd63db42883ceb119ec0ef25_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c00c3c5e7e106cd6527cec39e5c3fba990d1986bfdcb691b866db80d59e5f82_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bed1aeb4f58c045644650615230eaee03336daf78d9342022786c12f29da670d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3b213ee7154fd814e8a904c3a161bc16ca7419163e8132ccabab76821c33b310_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:721efd9cae7cd4b43c6bd498064a6c427fa32d0ba848f8b0bf7670afd662bb18_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8f5f0f56604ecf94768262496ba1e29073e87ec16aa8f434674b308bbd00678b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d78b1c13b0ef255bce1e19973bcbef04d40c517301959a7f23d23613a95c1db0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:650f0e2357f8d302f10ee0a628868f985c5a8c8a4e6af9e6793a9051b33205b9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d5a3ff1bae3686aff1781b5f5f9e1a7966962b88a1e84ab4eb62751aa835bb78_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:db30f78340370f9da03fdee73445b72160c35d83f44f708d3a62c9dc8e88bd46_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e88ead481c18a7b6de8ba7f609a1782e45e1ce85f2a158f259bbe68a9db261b5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:0bdbde169ecd68d82366f3d04f947f73715797fae5c3c4561e7bda5b5080dc3f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:1d45937273065c5cdeea502fa388172651fef5a607db33ea72c49f2a50b29b94_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a562490081e5dfc0fea7306931e2dab3fbfdf76cd83768b7a43ea556aebfe4f9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:dea6dd04d50bc97f9e61330140f61a7370e31e474c26b3526e18b0ae8ad56c41_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6ff785742b50af7f2a15c1dd6f38eb69e9a1a20cb4bd635aacc57a5557dd1b4d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:d0e6151117374aa602349bd1028175b94eea6f8386832df622d56715cbcb675d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e8fea02d42c9a9b8e9ad7642d9f08d705eb6e4b3e3681cbf6281c7b8b3244ca2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ecac534bb32ddc645101f6565521b08fde95cbf0eb2b9c6b896c83ba23e8b6bd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:55e0877d1949d009d71821f6779aa9ee90484fcccb820d53bf53b90f7d412636_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:775af20537e6f4c84985145f44ad1ae2d5530ae06859c2549d1d85a2e4ac54ff_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:a1b02b9608eadb4388dc13fb5ae55fc6ad64788f93186872c133a0ff1f5ab487_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b5d732e8d36668226255dbfeb389994104d83ef2be461079b66557bb20d799f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2e983c69ea6e29aca4f36596a0c697c2935dd1deb08a4d3546aaccb4e3d78ae1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4ae2494b702a6c7f68a65ea730f6df3253ffe78f2d178b0714fb6ec04cba5cc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b1133f78075f3364ab85142cf6c8457820e2e1f31a5b0750585ee1adc1285ba6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d41fc7e76000bc1b4016bf10e86fec44f551b127e17997fa4bb13420219fb3f1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:25acdc169b3860a10f46dea8b842626acc639aec950ca7a9339e96a2bf1ed7e1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:453bea2d5f94523a88f37acac9edd0a8d921bf79409a260386fa458cb18d13b7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a70ced1330a4e7a0a7b81bf6b19b3346ad5bb6e26398c7f0577994d48712b2ad_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c2a6ad45ab46c0238429cd0ab59bf169ff368bf68750a011f481208e56fa0268_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:33afbf29add637cae8478b8e0ef6b3b465e4ee53b000467ec34fb1f3a04615af_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8056eca30416b0b93270f6c92d0fdbe4f1cfbbd6258e27a746cc379a86b6b8cd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a06dfb4e75cc6b0edd836cd59035095135503f35a7cbc710ed7b0e447fe256f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a820784083ee32f544efc474c7ded798916d1f077ddb9c3f4461de48747f4c73_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0ab4e11886c642fbcf7560f780abf9046b73dcfd7dc9cb0f086d9e62f87fb271_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1283ae9261afb1293b597a8da40611cdc1980b1e403de5d16669c5b7d2527dc7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:89ec13946e699f6589c3d235cb515b92ff48d1d5fae8e7892279b64d41b74511_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d08403f8114128e063826ee0cb3324bba9f027d7b2feeb6f7c826c9c4925579f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:2aa0baab0fca2bf6877260b871b3079ad96c37034e6f3d0a45cea4118cca230a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7f886a3942b81b3318e288602c88de802278bb77c5d11ba758f1d86f2f028abf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:940d02c46f06fa92818dffd1842010b652856e09cebdec33e0f0e1a1e9b1b5a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:cac82b041210a06cefe512e89c5755e972f6e125c69a0dae87e454e259a3c08c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:12466469754c88d41872c1a061c1eb4349cf565b5fb32db651f3639aff2df67c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:af5fca0ab8a1f5374caea5b38486cc97c2be9d884a55542faeaced44a4a7320b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ad60c87d6e05b51b5351d2490538c757547b43a679256052b600e3fe8e80a594_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:e8372026bbc873c38ffc2c7df35183727596993dde5663ec27a2c2fe401e04f1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:736b406850af746470b1bd5dbc61fc4b166133e9cb50aa528dc1210b2002d469_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a73525cbcab817d0472f544883106a359b9079eeb1d8628d8b0185e450662361_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:84664067a273cdadce55bb8531916e8d8edc7936bcc57bc2dd1ecf57adb08c06_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9a006a111625f85305fbf3dfcd9a62592357a6a282a1c8ea1edbc48b2ef7db05_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:adb84daa38497eef3d89a9b42fbb22fc04e94f708db4f1f02de21dbf099ef788_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:f81616fe8dcd6b63df308c58bc1b696f9b3c488ebdfe00d7985026b10d083de9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:07efac034de568e79f6ecf97f924fd5ce7104e9259d90747cc0fd3e0a7bf4116_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0bc9b2b997bdf9bd285382823ebb9806502664976c2dd7e7b0d111df7717e77d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:165fc1e58447c7bc9febc3ebc74f90096c6e48986789d4e66ff6443f1d30d024_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f516ff3ac172cc08e88f25a0531a3784ed212897dbe0b05e04dece7d62eb977a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0d455e21bddb7ecd4c5b8f077ea96f046ba3183d17e3755ae95f8cd112a81179_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3d291642757ab1bc56aa6bf8b31b383a1867b06fda7ec093daf361e3bb082624_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:91c0c9cf474e9dd3b7dfab43e3e651afcf950c183a51321a586d5e98e3b8dc82_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:ffcd35b620a75ac1d121b826b37ff71f5006684d9222c440785f06fdafef5531_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:56c2e0f91eb13a89c48ee5ebeaecfaf87dcef3f85bf7f7fab37e3cc6c9b2dd10_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:84e22659ec76ea69dd31d0c6bdb39b752d4e525e7425d3ad282c3ba5c16c19c9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a3669bd8567383f9e15755e7640b5af4e796ce1d6bec3b6f1139645b656f425d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:ac7eed19416dd31a76ce8139a4c1cc16f2201b1dbb1c884dbd20fc5a965b82a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:44020a87c575f01d876bcd559d0b37bcba2f5bb4337a4f0f40d65196a407910c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:7272870ff2a94fd3c026f3c3a4e985a2b2eb5c47dedebc00f2cc25a496ec3e90_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d5e64fad675db5b1a7fe03720a35eef4ef6497e49e928b7cb0a38ddd6fa9187a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f4d0e3f2751dad9fab70a9080102f7c0e82a784e516f993e1e84a8561c33204f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:174b142475167275c428eec2892e91ba557a1783a128749b9516911a366ef54e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:52fac1bee10c7847bcf6f7dc9f027764a183d462e46678b5b9aaac9611cfcec0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:874a6c39ad36a55efafc0b690d17aa4eba8df8f30831a5315a198e692e405592_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:af2f5f615c4e9da63b09f2b9f52ef632dc76793f51730ee67a96d5e99118d552_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0867d20104c147d58a3e119c8eccd725d2b5311bc563cb4030c18714e085c80c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:12bf752f4f8f0929752fee39067bab20d3af32f9d767e0eeed2cee9dc9cdf774_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3f0993acf410b536a4c2be24d23afedeaa6d4b02a8055100cddc37443a619cf3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d745b47be21fc6b98e8b1830c34e951271362105d32704cac1b1a796abddecc4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6c539e26ca346ca83a4c024a374f3874e858602b71794a1709b8a08356744b46_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:94e6571b95628469dd361c3ae5bf4bb88bdcf68636c0a7a6f007a19e32216514_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:978722d03bd0e1eb78e35c188516d960ed81c8b47a66e77ec7ea465634e44536_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f270599d2857493437426bb7ba58ecdeb0933b244b0b5e81d70be8f06c734c4c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:07f5c5ba5313539cdea53ec438fcc97c698df8284bba4ddfc6c7af4403873362_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b93c3b58e03d6fbfd8d73f6f0966ef5d616c0da0776f516ec826e4f5e0d4bf1f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f5aa864ac9d9a3e5c0a412e9bf6e22756f6232713e14fe4194f61b1a1c1ad52c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fa3603fc128be2cead70ffb3b0b0b5c9520f7826bd46863a86b1853e62a998f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:382e4343f73dba48761c24841e45aabdf84a7f4de996be6515d8ee7c3e728c78_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:840f25f86e1850623e2929597e072219c2119b08acee3b81e8c7aed1b92fcb64_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:8f9eddba528ca5e8cc40717ae9f30253c955be657f8475a1c4da66c257bd1729_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ac7a2fce2be014fdc4208e98abe50329d0af9b7f7af98fd27e611751a413b4e6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5ad568a42fb0d0f2b78702929b75ab8fbb41937a853b4344ca990776f48ff85c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:821c5edd5f5ea9fddd168482dc437c6eec19231d95854abfbf1bcb150cfe618a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8932f2fc5e81fd7165d50432ba8994896c9ac8b323d5cc798872c1770133eceb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:df49ea17391c34a0eadacecb37c7e00552af8aca3ebb648f28f3f805fb79495a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:58e02752411f5bc061c8dd98bc7dfeb17780ef24ba8c65e590e4d6c5213c267f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d1c95fad91fbfc41da5d6871fb0a3c07d20652b5fce3f010505afe0d24c1977a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d6bfcd46424e1719490ce37bff728ea278eaf589e052a90b3fb30a9110aaa298_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ef555584c97654b76391f8e4d31bf0200fa82222b3197ef928f306c8d70f4881_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:520b43e0497fde1deef41e5f9e51448fde032769f433980802097e1e4216fb6e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:de2a25058c3aaa6f98e80870aca51d8bfd16354eb2da93e7498fc804825babb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:fba545c7b9accb5be03b9bf1931c086a8da8592e3ddc9b5a9ad6d798229314b9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:12645a5f47e54e3bf3f0b0863c44b938be5c42b22f695faf62c8d918cddb03ac_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:529d46e40fd5f6de98cb72dd8704068e3b9baf4d3bdf91feb9c19139bd74c652_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:701028c843123a3e4250731e216eceb647411ce685517383b9a62b5af21c10b0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1b7392f3cadb8ca07f10d5681fa33f6dfe61f895e4a8a1874bdd5aab3543f67d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:693c125a5f2f67364d8bdc1a5e7abe959dd46898e7f46d5b3756746cf598e135_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:93f4a34af9c198e4baa449f7ce0e1e0936358afc725eafc3b8118df3d92d2b44_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:0e4dde634359042b67bcc5224afeef951459167cb8f36cb6f262719308f8ae42_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:344860750b6a6e567bb1475f68d18b19d6f79438b767c351c850d082648aa5b1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:efe1a0fb3394a117206bb1837b63a0ee828ab5b5d30dd7c94aa88afa04c94c2c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:afb18f280c123c44f1349b80bcab24c86d8933795a0577deb13bb651019d6a92_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c865ec93173fecc00d843737009627ba137b7cabcf8337ea7837eb9bd993a601_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d172695ad3dcae4be122b50a27f14c6cb0e71357868ebdd13336cb7315122fd8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d4a1f393e7762a2c7ff12fd634077f5bc5bdd224d7791eb7929d26cd16047dee_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:01050a4179625f00151e478a0571e64120ac6221fdbf32c969a18ae9872c9574_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7639b8403341003825286c0fd45ab34d815585e8f4b5b4d1a424ccfc0292e017_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bd76fd61510b4714518ec5191e315f83feb1f47402e32602b061a0fc09641c9e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e53bc4c7a3fa7103778bd3f7bdc4b6be4b5e6a8450e38eee246caa75d9f8f44d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:62414e285f1e4de212e28bd90e5eeb60730324d54a317434565bad8891435168_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:77dc7d2bcb0cb6289f6d8c3c3f4ad3c01b9e24b4f6969ac666a888ecc8a29981_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:7cbc05eb0a0d3210e378d08d879933d905565224d9a6fc00e3bd1a9ad6782557_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d195bea4ac0b3ee073418a3674535525622d9b492bcd1fb0448b8ae52ba262b1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1440138d54ba0f09184f96cb79557548c3c9f19089bc813f433de28654cd74ef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:203e3cf52680caad6f8fec2ca1c7c87d45205ebcb9e816fb188e74a5bc7496ef_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4ef6d0725b69e2867c44e7d7ac57c820b759a45c491997210fc38b346d7f033d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b1ae4f6e3577edd7fc9f6595168857af7fd9c08aadbca1642c2f9248205b8c42_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:2e494676f33f47eb13ce2e3675c8e7a3871d5d1b73a59b71623caba05364196b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c8183043eac4cff3a7c17a9de76a4c9df725db694f411b19dd64923d1de68551_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:c7944fe378873f5d5268ff872c52ca08908af41b7efa03a7032363c11af633da_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:fc53a478ba64c0557ef8de93faf1320baab34d4bca5f50bc8f74d4a8d3a86890_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a5e04dd92dd9bca8344f741151a5756e28fdd197e2aae26c13caf2867ee6ff76_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c16e427a9ffa0ef24fd07e6a21ff78a63313d5274eb3b1180f7c29cd1a9d11b7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:31630cb5049add8b683fc6f3de6cc20ffc530b72d45daedb84cfe62bec754591_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:89a876583624410a9d79c1cf83d94a9a7c0dfbd3ad70228ea985e45b2ccee9f7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:dd8a443d71a973e30574016ce343c19edc1872c63ed46b5f7023d304b9c4edcd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:63a52e5f035913f64e82ae6a617273abae9ee0729316d26ed5d4182ca0f50d11_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:754310c0f797038ef14c3ef9ecd934b6ffaac6ca60b755894212854289b9f405_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:49c4861778e7bc4f5738ff0f5cd5c542e9fe75c33057a4a0806b03ac75d76ca7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ce8e1af1e3f7d331be7a366560b517e1fc27f83f1382ca6a69a1d9893f260fda_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3478a4d3a1acaba3cfb3f1040320798b9d0b419a66b07267965d4ab974a3b440_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5db06d085c31aafb3f02c2c373b2de6d93c5fde72dae55d6de90f44b49b5770e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:634d04ee67f3a521e7b3cde560084491908f32aef4a89a1bb7d3aa0ae119927b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7683407dca1a355e731e277631b3d8522a3f84f1de664829c3b15db39b1f1ca2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4ef1395e47e1898bc84155ed4b4e3e4c72d08e4e7f2d19d9530d889fe0ef6b26_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:63631119f3411bf77ea1f622d77ef96434d80815531b046efe5b297dd5bbfffa_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7ee73740b3264500f062e3863e42fbd98dc3895f17294450fc90d992d2108d49_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:db28768861f567200cc79639eb01ce8e18fe5cb8a768cc01d3e23bda55431c75_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:09ebbcea16169b9ac863167c0e7f953717e92f75fc4c4e2bffa0eacf84519907_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3118a7eeb28d8388a06731c7bcdb5eba4a942b9c91a84e595ec0fb49a55bcb11_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3bacdd4e5501902865eb31e884646418bfb5fae90593e96b06ac0b7c3cc1cedf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:852556f6eb96442354f0695d6630e2798e19e31a5ada2ef01e3ca2571a4a40c0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:59ae16e7b7d2bc20f34b8bd1dcd7cf8d8d7c201b0f78e3165b11a592d1b08597_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8b68cda23f470048944c164b84fe27a5fb6a43fe739537383444c28cae451035_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:23c8ed7995abda7f87fe4031843205f3a99a0c57508c6218291762a60907f5f2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cca7e231ac39da3a210859c6280ded3a4687620493e3a3e0164a403271537b6f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:054a0d12730620c46ee6209bc9932909f653d0b7f796682a0f798ab3ac3b3641_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3281b909de7dfc5bf3c746e3e8ab05fec49fc8aa83dc8156e616a59c41ee923c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:d5efd9212ed22c89067691796443fab0b28bfc31cea94bbe636a4759f2e88521_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e0a34a88a67409e2b1cb243874cadd3de1c9c56a54ac225dc860cd89a635bd97_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:275f90da2f77f60d0a77e00936734ffcb5099fc8b5662e03de49d807a7632f6d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:833072794acb03eaf053f30b6bcfeef95cf1836ad5149fd97f34f3546a2e9f6e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:893dd8fc24cb10db16620d8feae352929b0dbb797f02fd80f025fdc7c78bf53d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c9ba070e466a5123790067569bcb909e291f3b2264af0aa152372fff9e64f82d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:6f50d9406911e5fbe310c94dc60829891609934e64983339b5f66432a20864c2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:8b4ce896da4126dfda544da09d04f010c0e9b25bdab6557adbab8d095905d535_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:997a24c33d3ae9914f3694b3a8cd8af50137ea48296c322b56dca53b4dcd1fcb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f80cee2f47779e24e07ee475d09fc697a4446a07f9eebb0813a7119eb0bda36d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:7aa46141209fdb1090d90f00d1a7753f31b9224e080b8c669883901846b32ca4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a0dfec857ddadf777961a71d8dd545cc798b921e083c8b5156ca7423f8ad8a2f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a5c047afb2066ca8740286ad2af8e1271ef78c2e5df73ed2365f586d6a101b33_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dcda877c69d0398e4744f1b7a2ed81986ccdfdb6f4da7fba75f29fead8b10f34_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1ff4a8a6440dd4d97adc3273253da14e081083c978edb5fcd05dea33d4cc888a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:2aaba77958b12e834f6418338a21b839a95c21ac5568a53b5f792553db772e6c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e5753a6fa47d5a753be2eb3b7a46cee0bc156b0e52bf75e4f192c0ddb3fdef47_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:ed802f61197fbcc0f1a8a916612ab33363e0e1866ae70d03df92469a2c356ea6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:120c1ccd64bca8bfff4b46d14f78038594a28f6d58c585b1215afd76c23c7ad5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:52dcfdc6c5f219f414fa0775b70e34118b319897b0772931e0861623db7bde86_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6b259bed5dc046510b7c3305f6abf86e4543a9ec5091505f92f573536e9f049f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:bc0dd85538edc7a80adc0fc9fc4e02051e7b09480250b5328a6b70251875b943_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3f9151da4d025555f4c0183a0ce07a2d0084beeafdc9f3f1e87a603053ef9089_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:919fe76dee99d772b668b57645779a63e1c3b7f7f40fe79175c27ae6d7e261db_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e19a080b5fe10b67fe48c28014879abbc87cf5077c32c003fddd171d06bb370f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f7708a1c1e0d4083c7f0b9e8d8704b91a4c823dc9435d5d3e986372f305e1fe4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:27bd19fa0c1eb00c55120e22b21eaab50f0eb75a84910e9d8a2fd3b5fd1c7dc2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:52c4215a49207586cb3f33bd1d35aeda857d31d34c80cbfffba02ba8c448c8a6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:62e5cb5ba2d92bc29a2087c9de9fed7978d4c5ffe07b0afb479eac93519c6df5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:68aa837b6a3bd95232abd62ecae3b040f2a7a72ced626c784c4062c2f28a6e3d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:9872321279ec2d108191f1f7e1764551e9c7099de51f595627db068a66fc4f8d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a06cb8024ab06fbdee295afe99cd294f6e05c36dd490545600967b8ff12e3391_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:1d3a2d2ae27d869506d3f027ebb43f0ca64451cbb635c4c412c85129025728c3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:c20a4f14ad0eecc3f88eda36bd65f1f390c6977a7ad5ed69e87969556b9d8cc7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:64247ff135642a32fb59a62cdcaae5f28085ef0578916b4ab2c90d31e67848f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:e0cf29f62ec486451053c661388f9a3a12ba42b84899b687fb3486666a42536b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:efc289b0278fc84c571d7adf9e9ee1f8b149c5d832cbf416803435e89ee0a531_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:47ac82d0289751c8c7e41da07173dd61836e606101a20b598c00da1cd1fc9077_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:953b8ff978f6523f4578a469d23dba6536d49a141b4e3729b059feb6d79a858b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ee224daca08de920de240b684ebc23a4da50d60130d9e205e88c904c8c755343_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f267111aa2951d22dd6a41c7362afc22454e365325b7a016d213505b7dad74f8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0ed3d751161fa47b7ed4bd2ec2c5bfff8ac5ffae0df22dd9a741cc64bbe2939d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:48bbecc83208a8895cee2c2e8ec677f59a688e02705a677cde4e9a8a52398d1b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:89ac959e411430e4910919132f95452d1142a45fc5c67088f15cf5bad8982165_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:db55fb30b025bb573317f113897a7bfa0dc729aa684dcdb0ac3066356b339bc9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:285f19a6dcffb48d4e6f6d3bfb44722f1828bfb2099a8736f2fc08cdd1481175_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:521f2693c3073993771af37d65723ced3ac83c7438d6ff35425ca5f663101676_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d1883837f227ea4b98d2442b46e5c07a9eeae549e13cd778f7c9e78494b53911_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f1f601e3a4951748fbf030083febf57aad02568058889b0122c8872e2d68d70b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:34298ddfd123342b87d28c047cb4a8c1b25b07352bfed57aefffdd92a7058b6f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4a56a0984384548771e1c8fa5a4a8efe93f472cdf2b64b01d6049b2f9187a684_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6765cf3c0f8d395307ae57019cda7e2aeee976ec060eea8a47703db0b18532df_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:8a8377100458d05864c6521e4b7550df73b5c3d9cade518067d5741fa9d02292_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:20052a45d551f7e988cc0c38baa38f146df4d9d741ac71f17498d8ddc44a1beb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:55409e5fb153973038a15985a332681f4e3e41126f84b6a355c47314c76bdf2e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c143caae15fb4249757018e05ac8dab9abb20f405977cb41468ce6a8049c4342_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c5d456d739d5791e51544a45309ca3b64f763cb49632bc638950fbfc041b4193_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3ab4203333e071978d85f0f44f7342811d898cc388326db60afacd2395f8340e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5a97ef5bfe0456bc1528f2a3df7736c506e11cb61de5c41a1daf22162150b345_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:94fd7b1b27954fb59c11a010f4b8ce0a3377b38bfed7ffb20873a2f7a499f8bf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a936c0970ab66789c10a64cf57ae76bcab0f2f16b6b50e713373066f73d535b5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:34fb12d4fbb5f9b29b1b58e19b1c1b0eb27121ef80edc50a59e431a4e94638c9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:bedcb032aa7325e5bbff014f251d5ad91fff9dcdaf84a95e61e4fc4198f22f79_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d10ffca12372666b239a9fcde83a4b0da6c3f37fede3e47272bbdf9ebd2f0d91_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d5284bc6a4ff57ceca1c00af4ed0c46fd341f1e2a28b4f13b210ed327a25ebd6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:2a7aeb3139633e2014d99631287cce239d73af61e541f218f45a009fc151d8d8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3afe2f3016ac55bd947c98d1e4b957969357aed54423ca2f35955eac8639116f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6d7572f71fc31d580d355bc6ebf8eaa54e4285c53c7e0e418a7495a0fb8d37a6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d2236c41a640de0aedb4eb2f1ef143793288329513ec0911bc37ba688857701f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:7688c4b2355532cddd9b9d314d105127c494990e7079407d2f43e578610971ad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:91ee195223233fdaa6d83ddbc8e1dc33bc7811e4f1e6ec9f5ddf325f560ec38d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:c866308d315beaa691b25dfed4be0cace44628e0799527e9ca11d14165437d98_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:dfe468dbed566f02ea0ed9b5ed5565f40a00d03a344d2a230b0a0a83c783493b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:08710b0caf6f4bc16e72a89f596f33c8c38ba7742d0f1ee552336f9acc7f222e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1491efe6870dae8caca1a78c9c96f8b4b2956db3bd5eaa6bde59ee996506bfb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:2a0f11f0a1063e3ca7b8b04693ebe979e9953736d37f3dc3a91fa5c9912d79d4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:813fdba989d7b5a4aad5e9ce5bf5285b0e65745375dbdef899786d571c001b77_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0db523e5a7a6420d94d5d302b90c798737eb78f99cde3b887d3c3866e195b9bf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:18b7e5875aaad6e0bb8b12fa303ad6295bf3968daeaed2104f0f4ec3122446df_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:80c4e60cb2ab82621ef12774841d39e6ece9e9671114afd0d19b188dd7746d81_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c20dd339ba44e18a505db8bf726e2db8b6a764f7bfcd9e0d63d627d69c2378fe_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:528f1228123298362d5787e862306cc2605f3eb31fdedfd0deea7f3cdffb77cc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:75b18dbc6fef40173ab0c85ff4f9c4111e29afa10593ef9141d589f88b418826_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:e8147c001326caf53531a8917f91991b5ca05f31d30adba78a03539a6568009c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:fb390f9eeb4853d9a20c9bf02ac10e099238e94084230bb532029be4c88b7ac6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3dc8fa50d17a5074f03d58eb00467e45e6d74f6c5293bc57ebb8c4feb4323eb9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:51941876bbb8070423c00e3699bb193343e963358dcae8cc6acda94395edc5fa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9087e6df82220f673440368a5e81c5a0f3eb5e36cccc61cb40fcb56d92cfcadb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e3740bfa7355589784350a9dafc10849d32f1273327387b3b3c6389ba1e26dba_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:05f5bc9410d9859f1bbc1def6e1c74fd47781faf1ef26633f61b5d8f09ce8d02_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5e14d01db3abe1412de6cbd8dbd7d3598d5ba7d2af2f5e55a7ca625aaf8a9155_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:db0bf5b79be48f69d411611bfa74a9b1cdfe875b453a81ec5ea72a962c27978e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ddbaa3a482cf17a156f6955ec155eace13126ae83217c36c03eb2b826e7c4ff0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:02ce1779315733c6039fbd9f711d6c75da89fcfd4d6ac8e485d7aba30882b3ff_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:d29e550f223f287e258aa15ac71ec87cbd24e9d6888f22d82aede80b7902765e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1d43b37d6ee7556d8afe22fb33c7c9ab7a1ff5b2b38d6e18f762ba759015f87a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4e627ea7097e36d07d109f50212809b6477070750c0bfff14f3fe9d1d7ca29f4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:63e60a076755fec73f95d2f5ee948a50d895b69cd327296ac0925e301f5b7e4d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9028745ca618eda612fa2960f0327f19fb689eb36762515bfd71bb2efab0a0a3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2dc50c3c453049a1e81e8cc4559147a4fd4a3a6a9c140865f82bf628f2a45b83_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:734c982a6159e5c4077a12b1a0f72ad992b70f965873ea591228172e6265263f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b2a21551ad4c66e622ccd865529356920dc4524bfa4595e08a99e0e95438823d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3133ccf5290a245274c030f53c63dfa74d6e04bffa684808fc1815a07ebfa13_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:6f399ee5f4634353047061fddcb9092dccead96c6884863253b913dab93c2e15_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9176cf7f1c5ccd82d82dc1a8ea47c2bd34e2ddb54d750cbacf7735a04ed6a221_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:dc6f5e144468283ba4d04ccc155f9e483d085dc2f1b78992e5fcfea42db77bcd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e5216672e4e265b01384ed2dcd722b4a166490d66e19aaec457aca55c7e3dbd6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:4ca8bbfe3586672e1de22cdce9466b37aa0e11c5e9d94ea8da271aa5cad3df47_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:57488300ca265dfcad9bcc1a2861062d8b82c2b80e8b21cc3ed766fd187402db_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:660006e5e6826b13ea6d73fce4fe672d1f67479c44ed65dee68119369eba3c75_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:91b8003dab0652f1a06de50435ca08d6f6366e6e8e7e10a9743542b577728b1d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0017d40e539a56e2ddbf4a97b0cd94825ad5dbc9cd79e1a7e058bb0b11afec29_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:7a71babc3307efe03b8bb3f3cc5f9159a4868c215df70d7a78ba37b91294649c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8403ecd148b8f0aa7f1156fc1676307753967ae68a69948af7c3987de8178959_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:a4e02776f7b5a66943bad040650f4dc9e865f05a0911f4f9aba975c4b30ef517_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5d3d3cbbc28f59a6aefb1e54986e084ce49b69867d100e9b7a8eba17b764304a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5fe1d81ec73517468488ed1a60331a78733ce2fed50f3930b4efbcdff5884326_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:94a7a56873cf0e075740a1db93972f2b2505e7bc082f2faf2d3a6badbb52b08e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d1e737deb52f4f124e34889df5ee2a787db0ee13ef86842f415d5c18ff70498d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:0c8b3d458f0968682b8604cad6ddf02b1135b99c4682090dc78d9b273084a0ab_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8f02a07e0928906a1c075fc3510f3750c679361bb9e0fc7504610eb2b230a092_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9b174760063eedf3197e5664994fdc21f85cbc3be8bd1329142fb9e88103b717_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:e97049e759fd58cb6a2c8dc5b78df8dab7139f8868b1461a3946cf187b824f55_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:17b700ef898288bc081220792a7a95f4f1852338d3d08dff19ea02cc9d957239_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:675083e881008c57ea9fe8e73db8034a66a3f439c6fc1862db09503f311caef8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b94730e4b9e9de7c0a99431f90b42a5368aa0da03869eb8a71dfc92dce27ba7c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c5c12b41cdbcc18c98ec1632a0c9aec007a9672a742fcfe89a5b104160feb698_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2c51c07f11fa78b44eb528339da6291d1c660451a0c9774ad7bf8d8ea7744ee3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4d7e15ae24207bd06663f5c9d55564e220bef28ef150f62d2e9622f569490acf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5a51836c3306ed97366bc3c8f24a8f9e880628d1feb98854eb5dd10800bfae83_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8231352f700a733b13de64913738e0de1b89be5046736077f7300c21fb778aa2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:121025c1dfa4bb1138150adc737d7cf12e69ce21f10690ad8d740c1c1f2dde4b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c02ec1e4b586a812cddae6ea43cf42a6b9742d062fc12c18c2414bc48b5b96e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4c94c8afa17ce2348d6198c2914e9257ac9510455c521f6539ab17877b6fd974_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:70c7beb1cdbcba3eb4fb83fafaf740145b81d510ef56d5ac59ea4bbbfbfebc00_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:83efb138b8bd5084f7dbeb8a59fe1ecc2680a20d5853b7a15f47e1f87929fd9e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:bd63fc568a9ceddc67809e2271de8ef4d57ac8af283861a601547a6b9da2dda2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d0d429e4a3a0a9f015725dd965d4317e67c72b3fd846ef4b04c20ada4d067eef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ecc47300fa59bdd3970f0baf030a75e1fe5862d2470756cf32c389b1eb89152a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:53bfb1dd8b4f99a0252bfdad2c65960877a4e722f5ae88591eb87d6800d1d98c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:64fcb6ccdaa30c4e06cc91a40273c6be01958ca2c048bd39d8a87e8c09fa7d55_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:bd7e96fa5e3db517c91323142b8258555f04d93dc0f164b6e83249dc0cd1b416_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e5d77db3010b3e1d31e14a0bafb1a5e5ca62dc03b7b0bd2097b198f6be6ee442_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:0488437dcc9ca866c5b96278686ea20b5732f8e8038af90889fadcf90f1082fc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d1bd0363eb8c21c0123522b814b140a7595a459c7c286220b4b6fb0b9886a115_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e45c7964c5a89fbb1a8c6da3a905e2caacbbf8c433b0d56d1b260bba151b3e93_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f52e1ea0175eb2af0a63311dc0b8acc1771c53a7668108d7bb7abf2b814e37e5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0043c8e63c3bcf98e33fda7e5f532143b4c8fdbce690606bf469e932d8552062_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:465c03f230a374b6885874b775473275fe8866f61856fb71a8e2bfc37b712ea2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:c730b4b9a52549bb6204deba37e28ee3946758bc86f27c1b886188ba0f164fc7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f50ed1d01f799f00ce20f210b95774f2dffe7137757ecf86544c71a9f621f402_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:56015af081c97939fa71d978d511ecc0e93ea6ea89640ae846645121531a4a86_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:82a97e06294f2bbad05dd72f91d692449eb4094ce1edda7d651e2f1833018faf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8faf68e17b482f07fd1a4ae8ef292fd44fe9de5369d5129c3945acb56b5c2f0c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ae7b169bcaae3569a946c84d88d0ca7b42b530b475c4afc4096d5db36aff9c52_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:02335c6538b4fb15d9d4e2a831b9810db42f8b8fdd75cc6237534356cd1b68e4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:84a9daad04b0ef97a77e258c1b490c9a9c1ca502079513184e43145467eb1169_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:85c84e6100ea0c4d783b44a085cdda8be9b580b073ab7b191a70ad3c14641f9c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eef5b8e84cce56cf085ed8f8a2ca544505242606d44691b6d0beced7c942bf9c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:148d9d31314b0ca3dd2667aadf51d9a65cc88cd872d21d29e4c85fe25cbf6410_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:87bd671167583b8f46388c7e5853509fc9c20439c1b5f57544117fc9e1b1b5b1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:dacaed2c85c23db8c8bf2b754b958ac8990a0b0e917e4885b39ed62d08061fb6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ec4ca8db357714672338a773cdfac91101641ac1ea56905a5dba39d13e8c96e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:1e01dcb349b9e3afa77e9c217b2f20dd7c9c98f7b00be3852166c7d676dc1c58_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7a453727eb7aad288301bdce304da23202950098592114e1c56e893828b7cb2a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7e9f67b6e1c87741c5d56a3e95af004dcfb6d6c9cb4267b0ad4dd1aec7e9cb1a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d9f12bee214359955f20c9b4c0218febc8868cd47405b362dcc6ab05dfa573d4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:36d864188a182dab0197f06376c993fd661689e516dfec4c25f9064eef6db0a2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:38481cddbac83c19b28845b99fec4f4d16d46aca014ab18653c5e7fd42d7dc9e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6c5798afafe96f9c1de300cd8b709030655d1c92d03394b069b3f4100a0a4334_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dc248c02585e41245eb8e16fea646a6f1013f5257f5152dab0fd4634073fe15d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:142deb80cb8918201dfc20e0e86c5a70e704eb589681db3e019d0eed0a8bbf1b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ff7c22adb1ce27c0944f94a4994940aa6af3c4db60cf184d0865753e0c18ddcf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:09664db13d4f9022495031effd53a137ebbddc0e61fec151a26e565a02a5bf40_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:9b480de86de7566594ff61c147bcf0a6e8d5f2ac52ca37a2ecc32909e02850c3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:177b77bf798f3ae19e2b67467ec324e2352c47a2fa4f803c852cb7d5514a2b80_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5587380364defb07d81f5bb93851d7d726780e03f561cc5c4010d6cc4e237079_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:503c53ef4cda2a77d57eb611638334ecfbbe08f384e01084a0f2004aceccfd5b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:ccdfd936b1e904b115efeef06cfb3c1b13ec6fdf123cf87c9ad477ab47ea4d04_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:1f7ad22165ad761cdd5fbb7f037ad342f7b9a6f017b80ebc9775edd9bf7388d4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3ddfa7f1a01b1dbf4d2e999da0d536b8f3600e0143dde47fed1f6f2caf15a7bb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9aa910f86e4c953069c3e45f3c2db9702a8cafe753fdbed42e4c23f4837660ea_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a2751c4e48572281043cc6468aa40d2b3a8a1eef5897cef386876fc08de5d791_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:00fa00533e4616bc63471ba4e127f163a2ce06bd8546dc3fcaf2465c6c511ef1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:65d4474ec56e4cae8542f01d54006ee1ccf15c8a467dd7f784f1df806507296a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b1410e826283f79823ba6cdb76d666aed69449a847936c6c634593f31c9795b1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f3e84cda9ee1fae57794b0c60a7b32373d8a95546116ddb326751e9df0d1706d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:059c0bb97591ea1d95bc42274c6748438e32ef113039c603cbf8171ba3dcd1a8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8ff741a30a8c2059c8702290104db1f897853515bea3d054f5456a0faacd3e33_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a523a7ac9b9119290e3f27ee0b0c7a5d3cc1d8f35ed4e7aadcd6968dba6c593c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:db230edf37a3285f5566a6f82b660ff3394caa80c95276bc3992a3f45a18a59e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0dfe21d1f2ae4ad05af6aa896c0bd09417c03d2fa2e37a1cd3c7afe9d9f506b1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ae88b0138b8b945b1ad071a5ac660e6479f3e2c1ec261d80a4d7d862e94df269_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cece82ea1f03a889d37a2e4e1d81eca34a73857630b9874d05264c12ccfde18e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:e518e75c0ec848497d5dbbbea1505cd3fa96387be78d326f44094d341d1aeb69_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:4b9f7900c251da09ceb0c5e36e87322030e6fffb41da15b022e52f26967214a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:6bcd28e8610dada7b5ec2b6e14aecd9daf0542ac8528b8a1c9bec9b5c22e6791_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b4e19a3b757309f5ba13e3762e2449003ab93a1d3a950df031d0c5f88b338461_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f3745f0a10aa35a13620960671ed4e2bace1c01f0440c1cf222aec37ebfcdd6e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:10a4a0d9d6cd4779461dc27ea5660513c80c4231267cd5d5cde84626a52d8d88_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:394f1ad167455a316ded12601110de58f0666917302eee8a2933932513aabd70_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a0dda1cfb8ce56f6632c7dfc15f2d7c5251a666f7ff34fd78f45a064ed9fe8d4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d04c463caf59ab32c381bf6c88b9a55ad9a4934dab8cf66b1c80f3743edf28e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:674045072f2c791146899dca69772cbd83d8ea11305e024f697b0ecb2ecbd9e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:80d008d72e748f6d1578f0583dcabb703ac8154853cffdfa6c332bf2db662da2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b6d9ea5fd88f25c46dfaa17deec8dec67f3241a4e52ffb5b598ef77af4437da9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e18f121c2a8578ab7a54b48347a671e8a1e315e85f894ef67b96161a490aca44_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1415356cad67eea021d0adef8b7f8ac8524035a4acc3ae7080f26f8f3f7cc959_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:2f7be9eb683b2d5c65aa64a28e11bae43475f5a828e8768d468bc24fa0bd4ec9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c0f27acad2634255d689355942e8c0d87f624c269eca0f11b1fe20b56b22294a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:dcad2bdd0764804f9dfad2a4f33eb2fc105ff8e4cc1d2ab31c58ef2903f7cea1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:02dae90a28e2afa83ab4b358378b616bad7c257b8f7d6cfa2830092b7d46fd18_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3e0b68fb323e91570216f90ae2c79cb4bd35149dd62c496c39ee8fb615b62888_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a6517f52e257eefc0602db5e43fd946de57db13299d5077b1bdf872754253cb7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d6c465af092548962fe617a677d3398c6164c398602d7575ec09533d9654f254_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3a9586b7d44c57c683256faa5d9655285105844c74f728e4558c6295f73a3aad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5dbdf857d018b118ca8bae8eb52b2e117348804dae51da324225ac9d9a0bb141_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:7dd0655af57c7f8d2aed0f88a4b02ff21d849bf9c8cce7fbf02aca7d322cdc12_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:abab20e995be8b61590ad7dfb8de0bbb7c7459ab5413987562332de2c9924924_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:6f1fb02560c0dc83cb7ebbfba67370896f2d3b21835311fe5af23a06f4a45142_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7a90eb33844a25785c95b0e7332991a373e0b70560f979e8e9d1554f9d021545_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:92ac319d44a3a3d8e68f29488cd75e71b42dbc98b5898f662131f8576178152b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b8c7d5e513d5205014f53f22fddd4ab5c54e62e62e5813459ea68afd789518d0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:788b2252987b1992fc9c5d855198aa50a67048cc4d0a1e28240953e5c1d9528b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7a2a0066a38f2e52be47a1fec5c9a1ec458550d7ee6ca1232579b3fc98b7e9e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:939c609d5422bb4be66f482815c70b170d51ad2ea9bb0675a969bdaeff35e730_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a260d94b14808490a417d828423550eddd7b865035b631e9fcbb108d8eec6873_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:9f38e40a381edde4d367a6baf50d6159bab76aa34f7f932929a118960eb1b16c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:bec3f4da4ad493e8e34e5e1245338929dc916772222817e094fc0cb7c6370b88_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0816f94cceb27f34725d9c3f041003d61b9730a3c602b48b70782cf5b3887818_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:3d106f2995d5dd270eec34df31ac33f4a09dac0bd79bcd2031e9bdc35f20878a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:2c50f45d634218d512ed37008e62bf2718cc4275a9d944c845eb29bb19d0e700_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:429368ffc93f60dcb14116dd4a448f7688fabeb9a499b4b7c9c77018f4a31c3c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:48105c86a370a0ffd2c536e5ba75ea80fa94b09f2cfdf645a9fbbb62bdd1654c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8b9490cd4a69fece37aac8ced57235afc04a3389e16234c3a3f1d9a4f8a6d34b_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-15284"
},
{
"category": "external",
"summary": "RHBZ#2425946",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2425946"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-15284",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15284"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-15284",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-15284"
},
{
"category": "external",
"summary": "https://github.com/ljharb/qs/commit/3086902ecf7f088d0d1803887643ac6c03d415b9",
"url": "https://github.com/ljharb/qs/commit/3086902ecf7f088d0d1803887643ac6c03d415b9"
},
{
"category": "external",
"summary": "https://github.com/ljharb/qs/security/advisories/GHSA-6rw7-vpxm-498p",
"url": "https://github.com/ljharb/qs/security/advisories/GHSA-6rw7-vpxm-498p"
}
],
"release_date": "2025-12-29T22:56:45.240000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-10T09:39:14+00:00",
"details": "For OpenShift Container Platform 4.21 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.21/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:7ca8870aa5e505f969aa26161594a3f99b65baf7d29bab8adaca0cade51b0bb6\n\n (For s390x architecture)\n The image digest is sha256:b33dc753fbb59cc939496922a7f65b3eaf145214f5635c9824790a5bc7a0b5a2\n\n (For ppc64le architecture)\n The image digest is sha256:46bd467d5cee3e80019ef25c8af7460dfee7e5ae376dd640b76251666eafc98a\n\n (For aarch64 architecture)\n The image digest is sha256:6d018f320d0ba0496fe3410470c2ea3c58e9d77a95fe0f64f3120bc1115f9bf1\n\nAll OpenShift Container Platform 4.21 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.21/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:09ad41d3ddb9aba6d649812d1e48433f5778b1cd9d5e0e1466b34e6516b864e1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:7b3a100ca1bce2bced0306ec9d4b90a4dfe8596c5bdf51799aa3a7a1ef36fef3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:ace3b3b02c33261287a32253dd1c027769743797317ac4259c9102e0b3db6603_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d289ef93e6e179405cae0db5309865f76cefababf168006abf09fc3a51a32bcc_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2129"
},
{
"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.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:021a57a7ea58117b5942b474f8899924fe7ff170b234aaa301f86ff465726ce7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:37283f08df56189fd19f7052523f5eda5a5eba0096c32fc3926eda3bc9398a8c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:459032d57026d4dbb2af370f796c28a69e2e30389a84cdab0e43de4435d980a2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:82ebaab991c00d42430890eed6322e9d060c3b4581ad563383a7d13172de4c08_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:244a4dfcd32e2a6bed90fd5e452b63822af9eb60375b9ac45c1864c2fccaf765_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4eda87164b71e7c6fd8b5a39ea77bb1bbf138f43d5732c08e314369b18e2509b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d2d6b9b7d7cb72703bda76e6814e5714b101faa03b14f55507b82dddce6fa09a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:f5f2d566546e640f59746e3616b98dab55eacdd33ea04b7cff887da6cafbe380_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:21cd6ff9f8ff53d747746f2d772344a8a9be9bd4582d641a0d6814da81e42dc7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c16a9db40d92bd605eb9843f2fb30f793e9f807e924a98f58bdfe9e8ff5598fe_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f7eaa545a5719eea518c0d48a5010a9e729ca7657f95712b86bd091c6906ed9d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fbad6ec51decaf69511274952af912054493d07f8de4aeb044b0728e015e331b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4b6ce9a91e0408d0869e2d64ccfba93b8b0587c8c4514c024093e47d520b7b13_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5bab5f51374c260e261af4d094d6d834011bb00d20269e5f87c670ab2e5fc50f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:b046acdbaee02a88bc76e80217864aa8a933b4c624abf504bf40b3b5700a3ddf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:da7ec98aeffdf151279fbfd2d45163722323094e790ab1e5b14e3a75bebf7ba2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1320fee14f620ff211195e536a81bf80c41140d10d8493dca37f484b4803e1a2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:69849de1ca4d23c9faf12777ff7f26deb7eaf3026725512e29e7cfbfcb5e30dd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7ae48499c990a9bb0ccfd436de6e4586ba27e9fd4036b4efe76299aafc4520e0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:bdb7981f8aadb7c27bdc448ce4baed28ddd8d08ae1a83af66255bc70d3b87d63_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:06477b1ed6e12b1088fa198f1158cedd852d51773f75622a652220d147aad66d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:73cd8858eb6e706064aa3fb5b397696ad2a8d264ed9380ceeb8d8d89afa96914_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:95a5dd3ee93857d9e65d57257e2864774e0f1aa15d14c62765dd110807a7e983_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bf017210bb8bfbefa027c830656e83b3db86e940e5ef1f62e67fdc84545cd118_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:04441c2a5c244d0a76052a2e071d994d81415da2cbf49cdd74d3b64fae89fea4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:50caa5c63088b2cd98d85bf793eed760beae31c73d8cccc60f3c82f7e4a436f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5d302fd1e0d562fd3074aea7fda53b46878dd5c27f53b4086f43e0b60c69cd92_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c1ec441285a07891350ef5b92dfe8cdef23f963d39ee86b7c2eaa0f29deced63_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:29924ddf95c884e61e24bc38d457d4bb997c5a03789459ef7565f2350c778e44_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:865ec06e1488b9c81e370e48824dcd003c617f45198943118f99889c9a23ae5b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9c28ccab17d26b72d9ae5d65f7a1ea11bbbd2cd39076f517e6655b9a35a277b9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f2a4bddcbf9cd3c04f90623faceceb3f3633ebea89954ddd26dadad9b6f9cc1a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:0f34558006e45eb8ad74dfad87ee15c34e2d5bce5f192fb00290ba8f6b2e06a6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:a0104045a7c163322387f621af644a79ba8b3e2d44bfa4094db15fad792e7825_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:b83a1577d6d15ea51ba7417aadaf190944d02a36e1067ff9973b9b0e59f207b2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:bfeca6b1d120f47ef42ace529f8663c90e420a3d1067891268e0fbbcd0c8fd3b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:09fb74bc16d6152ee950f1e2e01a72244e43c030205e6878577ae8a288f229dd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:933bdee9a720806a6c7537ed79ad75e25ae64144eb7e738942c36b2a72427c51_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a882578ad9240c994b4f21955809f6d332965cde3686fd2da1c4bc1bd89181f5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:eb823609e74431800e5bd7fd2399e11d17ea8cf0a16a578b70f1447aadbfe8d6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1a4a79d38290e993721e5a239acdc973fd395188d4b47ef664716249561f9b9a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1ab570c571e5291796e3eccbc336775207aced63674920c7416c67fdcdda5ef1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:46f5577da7e69caa3c941ead5de0ce8e373a77348df4c9dda922319a47533af0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:dfb1568b260cebf47b31b5bc5b956dd573ef5e10f5c04bc7951d4aefba1e1c29_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6405c266dbbd8b035f0fdec36d4663fdc2e3981899fec3828e7bcac0094f981c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a0ce68bd8e54f1975c89b6739bc6d94e9ad8214df431d1c41907866dab1cd9f6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:bdac9d54f25066cf36bac0fe90d1df7d89fb91d49ac68c09db1cf14862c91b43_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d8254c11772cacaf25e2a1b24b41a7694b530246cb980ce80caa5298acc71c31_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1b5aa2a8fa69661df2b4cef49e2a8e25e20ecba84ca80d5c671d8cdc73e7e31d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:54c656c9b7ff7f7d9412253dcb0c4484233f4cbe77512b63e69ba1532a4a41d5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a2d16879e07bae5f6eddbb5615c313001ffc4b74e91849ee9c2496bbb5996616_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e37862fed49b426c4344fa755c3442dfe134922b3b5a3c80c4bf4abaea7e6563_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:04e4334b0ce10eb5402543501944e72b9230c79f470f5976f8e5bcd5a18cd28e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:34a11ddd5af5a8d2331804ab76c6319587bcab73bbafc10b6f710260e5ace5ec_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:86ff72407e38fffd121bee52ed9e1229213f5db18cf1324a08296597aaf494b4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:edd7568d61e33652709d4bca937a801a4eb6a0f134ec7866eae3da1f19a01400_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:44623a58b3a052f8cf871befe578ff1419b5a36c9f61849bdf58a15148c3f65b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:78ba410665c68a41a5adbd8422a349de2274be894328ce523364f1ec2a71be01_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:823e1e9e7e7743538180596210828b19b6e3c8f435a7c792be5b945be76d9956_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:eee0084caae19613373c30ac9d2f25de2c202dc83cb6b3077baeab3b2ca89c26_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:17d193d080ae253f4e43ab259c28fd84f5f738967fe2ad4b6528fd42dedb86e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:36ed0be4ed17c503bb07435b198cbd5e255660bb1e72ce49db7ccbcb3ce92a23_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7c1aa77f92efcbd6fdea6120c75e2cb19985aaa2cc48e2d4d3d4ecb87df0d277_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:d6dac5da24656ce0a1494234b06783b5e4ef052c0d283e66f881c21d1766c51a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:380b5a968a30fa54a963bacfc37767a01f6067b6290fd2d877d6b1943a7738a1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:6d1570e8f771ef561c5ddca5410cb86dbc94943cb23b6f96fb2dbe5b9a2f1823_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:7a9f65149b802b3c2ac4d2a96bf53c1dd6eedf8c5fe921783962197bbce94207_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:a99a994a160375e89550347eed1631bb0d12bb4dccf7ed49119935520b744235_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:22b6a40bf066153e072a2d22e48032b91a7f70e2de0d38b2bc5665b72f5635ca_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:499dba655c620472ffee2c73f5f6c53599dcaa8755af1ddf60388702041c6cfa_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:9f82e685ce4849aacbc315249403939d8e9fa55ca297ec0d829d445a3133ed9b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b11b0fd3272461cb95d4f3c79c5c1138770085b461fb8c64c5f19f3f2276abf5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:06ef27c670aa46891c208f0a1ce5be98a92a321e81865484c17db725d6c48f6f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:50187fe1e5905226e869fe96d050d1fa6c91c0ca9f360456030514a0f3efa2a6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:828613cff0791cce90feb1abaf17c31f8a89e409f605d23ca79904feaafa8cc6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:889a2f9b69467f174deb05d9f57eccfd85e8f6e2ce2620a3e3b5c15019a108c3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:381cea76282031f4a018997a2ddcaf6222576807356d45ab3357b52a30f6bb3c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:604bace7f2173c964ecf1b54fe70fc08abbb7a39fcefd21af752c7a12f6f5a31_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7acae5b318d8162c7da445ecc28ed374eb1db0a92e3e6136f1a3d6a82bd75495_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:df00671b04cef1d122484a876880dbf4cc250c63730537fef7e1651b58f9a9dd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7246c15cef44f3945840162c1dab72daf8c0c4999345aa6ba148dd34597f4ea1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c7fa305a0d4a592411905c2f44a8218e25caa39e293ba68e1c84458683c93979_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ccf25a1cbb0c79753f4049cc37fafb77d0f8dbdd896e4cad7e9674877dc84589_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e1ff850187bfcc5e53338ee32678873692eb81a7bc72c5d3a928722571d312df_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:bda6a57c2ad84239536aec6a20a9c37fbfc7aa13c994647427936bf0b3b3361c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:49da4e953f3ab4d734c88b4371082bd9c6fbefd00875d8c3f0f8e58f060b6a25_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95c4abf5e354b5a324515cf6e69195ad3576383386665683d4bb8f349e558416_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bbc0c1a5769338492d873bdb15757525f69e250f5a4320d36f249fc35d57d356_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bf5e48b3778e040c4ebb1a8b0bd2aca2e7814720fa400115ceed9e1745f3e2fa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:2b26daa64e5d4151cb1cb91cf459afa93b2bdabd2b9d5d28585bec72484c0e63_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c2d77eab011a8025098e1254c384f83af4f7e0d3ba9e6d2772eda689e644b036_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cdf9f5f665881fa0c5a2f3c98e4c99673dbe8a92cdcbbe6b80e9dce09f59a8dc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ef4521604c721bd0ae8a4b822ac9584d3c7c8a80c5ecfe263da6ff9500d95ba5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:29a5ed8364575efa8d539b05c002e8b82cc57350d4c015303b4fc46b06903eda_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3751262aca1a347b013648e64294520615e447cb875b1e7c04535c9c5e843ccf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:5bdc6dd4698facc8189308328f6fc62ad7f4a3a5bf8c8a5775fe6e966eb44eeb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:e4aa456e8c865f66105e9f1828b455bf09d80960759209703df345a559b36608_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:74cc690a06a3f7ede74550b2416957a6318136ec7b703de33588122e7222eac0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ad7055ad351c0c24582721dcbf7f422b6a31290104530458e456bddd1a637938_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:54ff1a36ba796e5b88ae421a3836220f5774f0694cd49da8aff5f8c1efaac958_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ff8879335cb7031227028d3bbd5ae3c882c721871a28a42216fdf94885cc48f0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:4bffd0baad38d0ea6f54efb82701a6530eae707565fee41e2e65682a990267b8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:6381f7fc63ba688a5514eeef31d629e8e6cf01d6910f29f7dd38cc48a49f392b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:6792be8aa7640d171ee8102e5315ee2cb5e51af62f7f9ebdfbb0b54e89e35cbf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:e168e04989169bf67e16af77f602c8d762b1ef424f4abc92ad8ef8a135d6fe69_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b9e9f7cb5894890829532f10dda00d008bc5745b999b76daa26b5667e00e0b87_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:f8ab11c42ded9679807701a6c9564ff67b13ba875e28cdbb7663d9382f8e194c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:203f1d7c4feca08547dfa923507640370e669f83029fcd373e4e93461cce9421_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:8b16e6a9162b06a6565a48f4b05f3a1681f9f6349278d4f44d93ebe60d96c566_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:ef131d257bfc318cd0071ea2867d209fd8088da69e92fd3d07bce2b86d4eb2f4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fd5a0222754643780d37e10af8b077bf257b5b4be2abfd2393f0423a4fd4b291_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1f910938470138dfb6656b608393e46eb5c59d76edcca34b8bbc7148f2479061_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:71ce3309765f3dea75ed45541065b35f0aeb697d59b013294775e84b780f361a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:313d893f24ad6f2f8c7881f418b9a5e9c499674052a97434372d1d079411ffc2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:93bef2950591dfbc736a80f6a92659b6868991040450c5cc415d32e225177512_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:9487390a62cbea3de31fcfa46d05ff56a9d088426101b056254d0a3dddd6631c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:d4cd54fcdc26243209c918dbb1dc54e940965cd12cb6d05259c0ed45e3755516_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:2f9449039570a38ef4191b3717a9597219919ffaff87b645f06c4daec74a3cbc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:5d72d27d9247c2a9ae05a1e496eea2c264df19be8a566147cf5cdf378d82ac4b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:2b1553659b6cb1a4fc9e75dca05c4117d98894a5ec55a650fb60a2062cf1b79b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:35d963f072ba8d1d78380c48815bd2d06dff7f1917e493ca64a37d319988e6a6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:42870b8a98ae271ad0f0b23ad541bc37a9585e93dc6822f149a0bcf53c78036d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d797ecf477151c6821be3fb5e18dfa8f8df04233fa9f7da7b554da9eb38f0058_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:27d55172feba74eb9712fdb42300721acfa72e5d3739feac7c4353f8a36b4b38_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:5bba9f8444a0daf6194a6eda5d1b027781717446435ae4249a558a31fe17e06e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a8840079bf9bf05cf2f9c4a7f38bb45b09baee82128d12df604007278fbdb198_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:effc3a9f6c7bb400163dbda690d84d9ef4d40736105a2594209efa8c0c5dc80b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:3b6acf7cf4c49d979d30049d80bd265e7e8f17331648008bb4f9033822ed0a41_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5b377378d275c0a152365c6dcfa6e5f51a30de20210991ad8a4b5c45654cf022_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:855e978f66e69d149f00f5cdea64c68b677a1f2e9e1c28f3f67846bd5497ea9a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9bbfc2d46e0e771ef7bf390e121f26b0dede58ac0ab6cc04e7592469a78ae5c8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:101533b9ac484f5e8c3f1d95b742f3596fdf42d6a706aeca5712648ca50e8ce2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:2918100b369a980a69fdd9d0bc0fc7c898bcdde23f8ac8c9a8a22066f2b1d87d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4f2d8d750ce5932589e4c3b10579f00da60407a89be1976f3b54184c997650ab_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e7b4095c367aa9811dba1e43cda61f60b54b9536d9900990e7e6eac745ec7ac9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1bb758a596fc11988a09a696981630bd00a73dca7c4ed52799f722ef87db6a91_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:50aa9b6ba005c3f004568e82cc73eb56ba6342720626f9a35eca618fd1ac9cc7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:982fa1221449a4e78c06e6a13b7ee325b8951a8a04d0014939dc49b13c6ab79d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f055755224db92970aa09e26ab84f8f8c3a67c2c8cd442eb4e7764e3474d4613_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:719c8857fcfce93887b77a94974d418e3bf19befe0ed25c5974bfc7ed53814bd_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:90f04dac670c4d0c505cf8f96d020c9e3f4c0747b91dc2a2531db407ffdcfbd7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a921b1d40f1ebac4edf1d6bbe26fd7e39329776044e17d7f2409b20792acc271_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:db281fb5bc3ccd949d2156d7eafe5691ecc317c3e690f9987436d8b4317e6ec0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0a68822ea4fb06b74890aebdb694cbba827a5c1b9519b5a4d2086a867464fa2b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:38a4de43972a5ae5404ebc5862329c0b59ee5a6c72b5e3fa8be3171ad65ec713_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:dc970cb4ede420e1d131a6146d256269ca6fb34b633c17315e6b202723765bd7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f47d18b4634f6f675e50f165a805f33970a038843dd48fe8a02b3924fa70e8f9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:6731876f6a37e6e26e079b4d8901f7bdcdcb6f34f8f27c850ec813ca5b3a9543_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bfebb3f4a3a9476c2307fafdc5ec3fe7586c51dde9c5448fde7d34e37e2f45af_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c6b9b4bd2d7210a42dda555d8375807bec66a4f8693fdf256042b49b3f0130c6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:eab2bb53112191763cd944b3b13cf750ea9390b56d7d14d312183ffe56d0a394_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:3ca197c0d720c1314db2f36fdd4f1fd81f0b729829f27b39508f0a6e7ecf7bab_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:475e121c7d6f480d7d2545252a7b59510a66cfb609f586bb587595ccfa3b71d6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6cedc3acc4032d410aa6c0142de17e62461401a772a09c795371238dc00fe91b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ce34f62e6953d64b6566905934afc4a1f5911ec68483f5ceecb59d187e37a955_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:2037952b4938add2200b79534d571adffd95bb0c6ce04e7ea4a6c0ad85389771_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:698f43ebb93c00ee0a916be218a7819d0a402e32c12724afc51f2323c26d541b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c247cff3341da9969055ddef313806cda81c2dac492ce683d4abcd5ceb5a9bc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f12ba7fce7d3a13280d4bfe412b9b54ca22baa52b90be0fd7825ac719f1de068_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0d06e661c793f5524b749bff4124ebcc17b7acff1b57a672064c072dd7b0390d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:484c08c7c512dfb681137cbf0cdd45f42ed4181a690076f6dc6920724687655f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8a100494af630b1dd1ac3e0a7c75fba4853a1e7471a0b6eae2f7d6b7762beeee_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c9329187e9bde81fc4f0b4996c909fe4e9354e58fe353340600532153254e5b4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9143250b98cf0e2f2b3ec33bc25a856d0b2dd432d1994740e639bde2ed1deb29_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9a7f2845529ffd78d9193a8329bd1761b7723678b83e8d5362aaafa657c398eb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:c6ef91fb95bad775d172019ab1b5f9c275c2302f85f04c0504273be57eab1989_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e2becd018c34a7c29e770fa329cba4f1a371d4b089451365abb35acacedbcdfb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5279e457358edeae97e136d8067f05d60b4b806c92e687bbd11afecda4840eda_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5d76a917f9cea787b11ab23bed912261cad050e397769c94c1b70cac389c48b0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:88237cdb1714ed0759ff8c96466010145ff8cfd60a7dd3debec25e3a2b33200e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ff62706a4904af960c4989c87712d896b34265fcaf21ecc9500daecd03561b38_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:15ddf484307e3bc53f165873cf04ea008f4f5720effb19e3ca1aeabd9fae64e3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:28a6a3b04348c6191f58b9b0a700acc995d5fbcee3cdf1af5e34dfb0a15918fc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4933a9cb0be09725767981638b9139867cad6a26a228701ec034d45c3f7da4de_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4b571bca7d279192d7095a9d157cdf40f553543b6a39658919bc5920445d1177_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0f18441bd2e164906e7bad119d70b8f5b9b47c1596d58b6d812ee1e2f4b6c0e5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:77df277ba08b5a6efaf78b4ec5e59a7aca2569e00e7644d27e1d2653d80d150b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:afee031de2fff6cb0e07995b5f6c4ac83ab4cf3b83f23a3931a4d7e15a512c1e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:cc8b86ad3d080ab5dedb159dfca744ce669341a2491e5a0bab4f59e3dae9ed7e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4a76171907bffd3a94e149dfabb6170331e2fc0a30f3ea7b8eba1cbe68e1fa80_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:62f935bfe570ea83e376ea84589bffcf0b99d30eef620adc813f72501d982705_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:75a992b3a14138492b585b3500a6b6f565c912b193834fa562c990bee8115e90_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:9fa46e30f86fbaa943f136733680d0e8a668df1e04d1bcb71160b8bb795a2df0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:58b7b6502847bba5230e65e90a10350d8cdfd331f5656425dd2f310e3fc89cb5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:5989d793b9236bdd9dcc1df6d4687a6e0222590453a5e4e31be75d0414c28056_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7e5383d64b25edf87578b2cf05de47d46fdd2fb6f1f4db5146ead38c887f36a3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b5b9266258ab925a7dfd33b86043873af4c0799fc52befbc476f875dc44b810d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:100d472991b3969275774576b60f5ccffacabcf89eb52efbb744aa441cfcce99_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:9a6fe277560deb4c1c2f91a1d56678c5956bc9ba958b859eaacd371f8ca753f4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a2d2bb9ceaaf23ff8430662ff6b267cb36848b2cf311bddcdaae8e33e8736306_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f71926ca5053134743dc906e1c5bbf2fd148acf50e44916a936f3a8e98494a04_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2dbbc016c4e06676f796ec4cd51e68c11c96bcdc41de8dd37c82c3c5c0825cc4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:444b74ea4a7a8a664746757e4417aa7e0fb33fed32a4755d300e14a49afba481_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a330cd288cfbb99db498c3a7e7211eaddc4cc5e39b6343fc6589b958c6ac44ae_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cef4f16962b3d71927c90e2573873495563e3144b6e3e814acf5a220f1b27193_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4d6edfa2e5e9d6964a5b9483989f491cb5019ebe9af55116591b321b499bd12d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:62e2bae1dd93787bebcb5f1b58499693f4c6fd620edb3254b776494d2b5a55a8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a514202264b03a6c80a02e3cfafb7c6a86482449613b5ec0052d1040587fd088_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ae40b5055051c07b225c15723da95953a6a7d2dc6dfec8d0469d6f857c8424d2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3882b19d141998fdfd1197856ec7826be00034d72633396be628002953fc94a7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:39282efac8310ed389b4acc4ff3aabd6367800953c1e8fecbf17926306d1f419_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8df02a6889e22a9763b5c0e7b6934824f682f4683f2085f82dda54de427ba28d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:fd15b8944403c78ee3c0fcbe08aa5ecfcb7b10c14fe5f1a20ba4873295879c8a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:011ac49df806c01b3f64fab0b3d79355b2685c8fc0316653f34359b451ef2ba5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5929d673c5a6a568c88e13586278da184ebda4c9c5a9a4a1f9154ad0e66340ad_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d113138d214fab52ec3422cd3affe8d3694a1ec30b85778acfa8b114ebffdddb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d91c11d262c19c1f020e9b53da07db82b6d68533f4e697ecff6c722781b4a4ba_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:5865f0a925e725309c27dc1d71d0dc999cb01b4fbde764ba8def1524f978c0f1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:bdbbbd728c482c0c5b5e87af470856aff0c8264d3f490c8ae9d987f21d5bac60_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c1230c3643979aff1e615e1de9bcbc758c31f7508b9a3b25fd2eb323eb6b2490_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c7649d6adc16287d38318b6a50107dc1d3aee2e842a19e09822fb86fac31df15_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:70687b2657e8f1cbbff110582b55f3104d0c7f47a44ca1185a7f67e421d76a17_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bda8d910934ae595f8a53675c74094693de8e0a929fc7c52458b2a9f7cd0b4a6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dff9eb529ea868114b0f46c60f4014b429ce115b0ce949e6855fe29d9270354a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e56bb2c28d7ddd2dbac95451cc16d547718b651532ec69c85e8f0fcf5785d002_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1670745d88d0d92a262ab445f81956e894ae5e9b23d490fab96860957c028771_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5cf3f4d1346c07a4e065dad2df083934591b45c714f503b5b617d470e87f1db7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7adc722fdef132557c191e026fdac56278584f6e49f3902179fc443d87a4165d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ff467f13cb09556eb490743f878422fa2493b8bca683b8759d7926e8af97dace_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4030ffce9d00de08b95d660595f0f67b2b83756ced6c6439da14d36b0b923729_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4baea4cfb5bc4a7974f90c3bfbb25e23865b659fd078ec45b4c36ec0d11b78f3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:829d8937eb34548f09b89de6dd5a236ae58d6f74501f44c929538c281a8be920_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a7fc85a92b1d5f7f79d8a8a63e6d9bb4dfc66383ff175fbd956deb1de3127fdb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:78adc3f034871d6d77793932d11b1e5f4b2ff3e1cff0385b44811210a3c84dc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b836e8f7b31ba9c107a08e3be1cc27e73afa4045210d7fccc817c6058671aa67_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:cb550213a7e8671953d5b880c0b651a566be475a3ca0f5b442a2fa9b0bfeeb1d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f727aa55c29332a39fb4e74013b9cc96ea5b32c9cfbb7cbcd79c7031d1a6f44f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4b1f00007dc39d345013c99c38163e0adc112e5eb81fdf41e1acaa1e0064d7f0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6ae9a652c5693c55ceb3ed91fbac054d887142b0f55882c776e42ba20d1dbdcb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7ae4ffe7112d35231314490c8d02c6f0947b54c240ace11a87c07dad44d5be4c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:934380eb6ae83360d1e11f709c58d18c2e69e04b3246a02846f26f9879ca1edc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5580313395048ffe3d874dec574f7f1f1f21cb84831945de53a80856b4e945df_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9bc152718354bb245a765da17d12d0477cbd15d7eda5a86b8c5b1330287fec4c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c00d2c84a5f8c5f1c674d43eddacbbac05782b81ab98cff83b606c35b46d18a5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d74ebc7fd5b30afecc3d9f61ee6c74b2c0f8519514c5614ddfbe9bbc68227509_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:84ca4259de3e923248f7d50c3adcea713871d3d2da66f172c25dd391d22a3bb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c6381254579086af7ec69a4e610680fe0e532a26f7ce202c72d047b89e0db642_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e0eefc7f55d25990d314c2ceb50afe70f7746e467ab7a409fa3d1b44708d9ffd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fed1fbc1295974647bcbad55e52b199c2d3d4307a3e53e4f8b1db135df9fd8f8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4bbddb6ff2f7429b2f5730d4a3f529b80784f8e42a0acc025e78713d703a2efd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:53a0ebb5fda619248605abeda530cf37fdb7ce99e7b7314cd5bcef2d8d8b7004_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5e37b117f72cf1001bea772e1302186d8f86c0980534b7f359179a5e6926c448_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6891d22800cc10bd8d773d471bc71c4db64460efab4b30202d42da1daf61a3fd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0d1bc6ef87ea978c23ca7189fdf17ad0f54a5f7709a75a25d82e7b84ffadf984_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:107f2fcd3f606044c570a980c176047870b304f3212df747995f6eb8a45749bb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6b6e5e25d50219a95d914df16c1c4e761d0bb45a9efd054572e54054f27a6f0a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:dd60fb26e79143000563578f9d72e3bb7cdde4b73dfdfc148b27942197d3be51_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:053d5fdef0973f6017991487843da7a64f8a346025cf46a7c575d6a4bab71d74_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:26318acd09b8263236b4d266c735aad015e3a4b61daafedf266ef1115968f536_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3ed5dce28d62c36a87ff35dead5806fd124a187e48051a0d2b550b209c9f6302_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e06c4933f2806bfab0f36ccdc159675e5fe2a6a084f98065787d304d5df3b7f8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:055b352bfb76de2eba0b9f0d1a6bca199c6e913e8e95879e991c5fd22095c677_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:16e31b5411f5f1924cbcf851f1b0463302a34c31c5c515220923f7a2050c18e8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5909f73afae46cf2ad00a9a6f1c38d38acc3ab00a0b97ca419110492d7bcab7d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dbfe981d5b05078eb1158624dfe2f0651cad81b92aafbc671cb6470b49bbb89f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3b166e5b5529c407c2f8e372414d043fc617965696c5a869fcadfde2d14d716d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d3f6483b465851cbb520810069a18136af80ccdf79fc1ea80ddb4687ce685aca_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d7d33c165c3d0cc0e4924e8c8d34bfbd1d72e2aea301e53e4b37b712e94c06e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:de5e8cdb75cc79630290f83ff179057d25bfc11d37816c57b6f66563eb3a2732_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:24abe1e6ee078487af8ee8bdd5dbc267c18882078a7987fbd63728dc2b65bb75_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:552d01e66c6b2fe59104b8a9f3e1e58fdcd7b4d4cd63db42883ceb119ec0ef25_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c00c3c5e7e106cd6527cec39e5c3fba990d1986bfdcb691b866db80d59e5f82_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bed1aeb4f58c045644650615230eaee03336daf78d9342022786c12f29da670d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3b213ee7154fd814e8a904c3a161bc16ca7419163e8132ccabab76821c33b310_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:721efd9cae7cd4b43c6bd498064a6c427fa32d0ba848f8b0bf7670afd662bb18_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8f5f0f56604ecf94768262496ba1e29073e87ec16aa8f434674b308bbd00678b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d78b1c13b0ef255bce1e19973bcbef04d40c517301959a7f23d23613a95c1db0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:650f0e2357f8d302f10ee0a628868f985c5a8c8a4e6af9e6793a9051b33205b9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d5a3ff1bae3686aff1781b5f5f9e1a7966962b88a1e84ab4eb62751aa835bb78_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:db30f78340370f9da03fdee73445b72160c35d83f44f708d3a62c9dc8e88bd46_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e88ead481c18a7b6de8ba7f609a1782e45e1ce85f2a158f259bbe68a9db261b5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:0bdbde169ecd68d82366f3d04f947f73715797fae5c3c4561e7bda5b5080dc3f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:1d45937273065c5cdeea502fa388172651fef5a607db33ea72c49f2a50b29b94_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a562490081e5dfc0fea7306931e2dab3fbfdf76cd83768b7a43ea556aebfe4f9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:dea6dd04d50bc97f9e61330140f61a7370e31e474c26b3526e18b0ae8ad56c41_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6ff785742b50af7f2a15c1dd6f38eb69e9a1a20cb4bd635aacc57a5557dd1b4d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:d0e6151117374aa602349bd1028175b94eea6f8386832df622d56715cbcb675d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e8fea02d42c9a9b8e9ad7642d9f08d705eb6e4b3e3681cbf6281c7b8b3244ca2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ecac534bb32ddc645101f6565521b08fde95cbf0eb2b9c6b896c83ba23e8b6bd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:55e0877d1949d009d71821f6779aa9ee90484fcccb820d53bf53b90f7d412636_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:775af20537e6f4c84985145f44ad1ae2d5530ae06859c2549d1d85a2e4ac54ff_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:a1b02b9608eadb4388dc13fb5ae55fc6ad64788f93186872c133a0ff1f5ab487_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b5d732e8d36668226255dbfeb389994104d83ef2be461079b66557bb20d799f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2e983c69ea6e29aca4f36596a0c697c2935dd1deb08a4d3546aaccb4e3d78ae1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4ae2494b702a6c7f68a65ea730f6df3253ffe78f2d178b0714fb6ec04cba5cc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b1133f78075f3364ab85142cf6c8457820e2e1f31a5b0750585ee1adc1285ba6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d41fc7e76000bc1b4016bf10e86fec44f551b127e17997fa4bb13420219fb3f1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:25acdc169b3860a10f46dea8b842626acc639aec950ca7a9339e96a2bf1ed7e1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:453bea2d5f94523a88f37acac9edd0a8d921bf79409a260386fa458cb18d13b7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a70ced1330a4e7a0a7b81bf6b19b3346ad5bb6e26398c7f0577994d48712b2ad_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c2a6ad45ab46c0238429cd0ab59bf169ff368bf68750a011f481208e56fa0268_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:33afbf29add637cae8478b8e0ef6b3b465e4ee53b000467ec34fb1f3a04615af_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8056eca30416b0b93270f6c92d0fdbe4f1cfbbd6258e27a746cc379a86b6b8cd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a06dfb4e75cc6b0edd836cd59035095135503f35a7cbc710ed7b0e447fe256f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a820784083ee32f544efc474c7ded798916d1f077ddb9c3f4461de48747f4c73_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0ab4e11886c642fbcf7560f780abf9046b73dcfd7dc9cb0f086d9e62f87fb271_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1283ae9261afb1293b597a8da40611cdc1980b1e403de5d16669c5b7d2527dc7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:89ec13946e699f6589c3d235cb515b92ff48d1d5fae8e7892279b64d41b74511_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d08403f8114128e063826ee0cb3324bba9f027d7b2feeb6f7c826c9c4925579f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:2aa0baab0fca2bf6877260b871b3079ad96c37034e6f3d0a45cea4118cca230a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7f886a3942b81b3318e288602c88de802278bb77c5d11ba758f1d86f2f028abf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:940d02c46f06fa92818dffd1842010b652856e09cebdec33e0f0e1a1e9b1b5a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:cac82b041210a06cefe512e89c5755e972f6e125c69a0dae87e454e259a3c08c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:12466469754c88d41872c1a061c1eb4349cf565b5fb32db651f3639aff2df67c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:af5fca0ab8a1f5374caea5b38486cc97c2be9d884a55542faeaced44a4a7320b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ad60c87d6e05b51b5351d2490538c757547b43a679256052b600e3fe8e80a594_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:e8372026bbc873c38ffc2c7df35183727596993dde5663ec27a2c2fe401e04f1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:736b406850af746470b1bd5dbc61fc4b166133e9cb50aa528dc1210b2002d469_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a73525cbcab817d0472f544883106a359b9079eeb1d8628d8b0185e450662361_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:84664067a273cdadce55bb8531916e8d8edc7936bcc57bc2dd1ecf57adb08c06_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9a006a111625f85305fbf3dfcd9a62592357a6a282a1c8ea1edbc48b2ef7db05_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:adb84daa38497eef3d89a9b42fbb22fc04e94f708db4f1f02de21dbf099ef788_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:f81616fe8dcd6b63df308c58bc1b696f9b3c488ebdfe00d7985026b10d083de9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:07efac034de568e79f6ecf97f924fd5ce7104e9259d90747cc0fd3e0a7bf4116_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0bc9b2b997bdf9bd285382823ebb9806502664976c2dd7e7b0d111df7717e77d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:165fc1e58447c7bc9febc3ebc74f90096c6e48986789d4e66ff6443f1d30d024_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f516ff3ac172cc08e88f25a0531a3784ed212897dbe0b05e04dece7d62eb977a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0d455e21bddb7ecd4c5b8f077ea96f046ba3183d17e3755ae95f8cd112a81179_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3d291642757ab1bc56aa6bf8b31b383a1867b06fda7ec093daf361e3bb082624_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:91c0c9cf474e9dd3b7dfab43e3e651afcf950c183a51321a586d5e98e3b8dc82_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:ffcd35b620a75ac1d121b826b37ff71f5006684d9222c440785f06fdafef5531_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:56c2e0f91eb13a89c48ee5ebeaecfaf87dcef3f85bf7f7fab37e3cc6c9b2dd10_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:84e22659ec76ea69dd31d0c6bdb39b752d4e525e7425d3ad282c3ba5c16c19c9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a3669bd8567383f9e15755e7640b5af4e796ce1d6bec3b6f1139645b656f425d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:ac7eed19416dd31a76ce8139a4c1cc16f2201b1dbb1c884dbd20fc5a965b82a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:44020a87c575f01d876bcd559d0b37bcba2f5bb4337a4f0f40d65196a407910c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:7272870ff2a94fd3c026f3c3a4e985a2b2eb5c47dedebc00f2cc25a496ec3e90_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d5e64fad675db5b1a7fe03720a35eef4ef6497e49e928b7cb0a38ddd6fa9187a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f4d0e3f2751dad9fab70a9080102f7c0e82a784e516f993e1e84a8561c33204f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:174b142475167275c428eec2892e91ba557a1783a128749b9516911a366ef54e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:52fac1bee10c7847bcf6f7dc9f027764a183d462e46678b5b9aaac9611cfcec0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:874a6c39ad36a55efafc0b690d17aa4eba8df8f30831a5315a198e692e405592_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:af2f5f615c4e9da63b09f2b9f52ef632dc76793f51730ee67a96d5e99118d552_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0867d20104c147d58a3e119c8eccd725d2b5311bc563cb4030c18714e085c80c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:12bf752f4f8f0929752fee39067bab20d3af32f9d767e0eeed2cee9dc9cdf774_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3f0993acf410b536a4c2be24d23afedeaa6d4b02a8055100cddc37443a619cf3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d745b47be21fc6b98e8b1830c34e951271362105d32704cac1b1a796abddecc4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6c539e26ca346ca83a4c024a374f3874e858602b71794a1709b8a08356744b46_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:94e6571b95628469dd361c3ae5bf4bb88bdcf68636c0a7a6f007a19e32216514_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:978722d03bd0e1eb78e35c188516d960ed81c8b47a66e77ec7ea465634e44536_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f270599d2857493437426bb7ba58ecdeb0933b244b0b5e81d70be8f06c734c4c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:07f5c5ba5313539cdea53ec438fcc97c698df8284bba4ddfc6c7af4403873362_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b93c3b58e03d6fbfd8d73f6f0966ef5d616c0da0776f516ec826e4f5e0d4bf1f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f5aa864ac9d9a3e5c0a412e9bf6e22756f6232713e14fe4194f61b1a1c1ad52c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fa3603fc128be2cead70ffb3b0b0b5c9520f7826bd46863a86b1853e62a998f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:382e4343f73dba48761c24841e45aabdf84a7f4de996be6515d8ee7c3e728c78_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:840f25f86e1850623e2929597e072219c2119b08acee3b81e8c7aed1b92fcb64_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:8f9eddba528ca5e8cc40717ae9f30253c955be657f8475a1c4da66c257bd1729_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ac7a2fce2be014fdc4208e98abe50329d0af9b7f7af98fd27e611751a413b4e6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5ad568a42fb0d0f2b78702929b75ab8fbb41937a853b4344ca990776f48ff85c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:821c5edd5f5ea9fddd168482dc437c6eec19231d95854abfbf1bcb150cfe618a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8932f2fc5e81fd7165d50432ba8994896c9ac8b323d5cc798872c1770133eceb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:df49ea17391c34a0eadacecb37c7e00552af8aca3ebb648f28f3f805fb79495a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:58e02752411f5bc061c8dd98bc7dfeb17780ef24ba8c65e590e4d6c5213c267f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d1c95fad91fbfc41da5d6871fb0a3c07d20652b5fce3f010505afe0d24c1977a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d6bfcd46424e1719490ce37bff728ea278eaf589e052a90b3fb30a9110aaa298_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ef555584c97654b76391f8e4d31bf0200fa82222b3197ef928f306c8d70f4881_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:520b43e0497fde1deef41e5f9e51448fde032769f433980802097e1e4216fb6e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:de2a25058c3aaa6f98e80870aca51d8bfd16354eb2da93e7498fc804825babb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:fba545c7b9accb5be03b9bf1931c086a8da8592e3ddc9b5a9ad6d798229314b9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:12645a5f47e54e3bf3f0b0863c44b938be5c42b22f695faf62c8d918cddb03ac_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:529d46e40fd5f6de98cb72dd8704068e3b9baf4d3bdf91feb9c19139bd74c652_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:701028c843123a3e4250731e216eceb647411ce685517383b9a62b5af21c10b0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1b7392f3cadb8ca07f10d5681fa33f6dfe61f895e4a8a1874bdd5aab3543f67d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:693c125a5f2f67364d8bdc1a5e7abe959dd46898e7f46d5b3756746cf598e135_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:93f4a34af9c198e4baa449f7ce0e1e0936358afc725eafc3b8118df3d92d2b44_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:0e4dde634359042b67bcc5224afeef951459167cb8f36cb6f262719308f8ae42_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:344860750b6a6e567bb1475f68d18b19d6f79438b767c351c850d082648aa5b1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:efe1a0fb3394a117206bb1837b63a0ee828ab5b5d30dd7c94aa88afa04c94c2c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:afb18f280c123c44f1349b80bcab24c86d8933795a0577deb13bb651019d6a92_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c865ec93173fecc00d843737009627ba137b7cabcf8337ea7837eb9bd993a601_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d172695ad3dcae4be122b50a27f14c6cb0e71357868ebdd13336cb7315122fd8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d4a1f393e7762a2c7ff12fd634077f5bc5bdd224d7791eb7929d26cd16047dee_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:01050a4179625f00151e478a0571e64120ac6221fdbf32c969a18ae9872c9574_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7639b8403341003825286c0fd45ab34d815585e8f4b5b4d1a424ccfc0292e017_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bd76fd61510b4714518ec5191e315f83feb1f47402e32602b061a0fc09641c9e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e53bc4c7a3fa7103778bd3f7bdc4b6be4b5e6a8450e38eee246caa75d9f8f44d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:62414e285f1e4de212e28bd90e5eeb60730324d54a317434565bad8891435168_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:77dc7d2bcb0cb6289f6d8c3c3f4ad3c01b9e24b4f6969ac666a888ecc8a29981_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:7cbc05eb0a0d3210e378d08d879933d905565224d9a6fc00e3bd1a9ad6782557_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d195bea4ac0b3ee073418a3674535525622d9b492bcd1fb0448b8ae52ba262b1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1440138d54ba0f09184f96cb79557548c3c9f19089bc813f433de28654cd74ef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:203e3cf52680caad6f8fec2ca1c7c87d45205ebcb9e816fb188e74a5bc7496ef_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4ef6d0725b69e2867c44e7d7ac57c820b759a45c491997210fc38b346d7f033d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b1ae4f6e3577edd7fc9f6595168857af7fd9c08aadbca1642c2f9248205b8c42_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:2e494676f33f47eb13ce2e3675c8e7a3871d5d1b73a59b71623caba05364196b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c8183043eac4cff3a7c17a9de76a4c9df725db694f411b19dd64923d1de68551_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:c7944fe378873f5d5268ff872c52ca08908af41b7efa03a7032363c11af633da_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:fc53a478ba64c0557ef8de93faf1320baab34d4bca5f50bc8f74d4a8d3a86890_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a5e04dd92dd9bca8344f741151a5756e28fdd197e2aae26c13caf2867ee6ff76_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c16e427a9ffa0ef24fd07e6a21ff78a63313d5274eb3b1180f7c29cd1a9d11b7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:31630cb5049add8b683fc6f3de6cc20ffc530b72d45daedb84cfe62bec754591_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:89a876583624410a9d79c1cf83d94a9a7c0dfbd3ad70228ea985e45b2ccee9f7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:dd8a443d71a973e30574016ce343c19edc1872c63ed46b5f7023d304b9c4edcd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:63a52e5f035913f64e82ae6a617273abae9ee0729316d26ed5d4182ca0f50d11_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:754310c0f797038ef14c3ef9ecd934b6ffaac6ca60b755894212854289b9f405_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:49c4861778e7bc4f5738ff0f5cd5c542e9fe75c33057a4a0806b03ac75d76ca7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ce8e1af1e3f7d331be7a366560b517e1fc27f83f1382ca6a69a1d9893f260fda_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3478a4d3a1acaba3cfb3f1040320798b9d0b419a66b07267965d4ab974a3b440_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5db06d085c31aafb3f02c2c373b2de6d93c5fde72dae55d6de90f44b49b5770e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:634d04ee67f3a521e7b3cde560084491908f32aef4a89a1bb7d3aa0ae119927b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7683407dca1a355e731e277631b3d8522a3f84f1de664829c3b15db39b1f1ca2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4ef1395e47e1898bc84155ed4b4e3e4c72d08e4e7f2d19d9530d889fe0ef6b26_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:63631119f3411bf77ea1f622d77ef96434d80815531b046efe5b297dd5bbfffa_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7ee73740b3264500f062e3863e42fbd98dc3895f17294450fc90d992d2108d49_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:db28768861f567200cc79639eb01ce8e18fe5cb8a768cc01d3e23bda55431c75_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:09ebbcea16169b9ac863167c0e7f953717e92f75fc4c4e2bffa0eacf84519907_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3118a7eeb28d8388a06731c7bcdb5eba4a942b9c91a84e595ec0fb49a55bcb11_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3bacdd4e5501902865eb31e884646418bfb5fae90593e96b06ac0b7c3cc1cedf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:852556f6eb96442354f0695d6630e2798e19e31a5ada2ef01e3ca2571a4a40c0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:59ae16e7b7d2bc20f34b8bd1dcd7cf8d8d7c201b0f78e3165b11a592d1b08597_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8b68cda23f470048944c164b84fe27a5fb6a43fe739537383444c28cae451035_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:23c8ed7995abda7f87fe4031843205f3a99a0c57508c6218291762a60907f5f2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cca7e231ac39da3a210859c6280ded3a4687620493e3a3e0164a403271537b6f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:054a0d12730620c46ee6209bc9932909f653d0b7f796682a0f798ab3ac3b3641_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3281b909de7dfc5bf3c746e3e8ab05fec49fc8aa83dc8156e616a59c41ee923c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:d5efd9212ed22c89067691796443fab0b28bfc31cea94bbe636a4759f2e88521_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e0a34a88a67409e2b1cb243874cadd3de1c9c56a54ac225dc860cd89a635bd97_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:275f90da2f77f60d0a77e00936734ffcb5099fc8b5662e03de49d807a7632f6d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:833072794acb03eaf053f30b6bcfeef95cf1836ad5149fd97f34f3546a2e9f6e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:893dd8fc24cb10db16620d8feae352929b0dbb797f02fd80f025fdc7c78bf53d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c9ba070e466a5123790067569bcb909e291f3b2264af0aa152372fff9e64f82d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:6f50d9406911e5fbe310c94dc60829891609934e64983339b5f66432a20864c2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:8b4ce896da4126dfda544da09d04f010c0e9b25bdab6557adbab8d095905d535_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:997a24c33d3ae9914f3694b3a8cd8af50137ea48296c322b56dca53b4dcd1fcb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f80cee2f47779e24e07ee475d09fc697a4446a07f9eebb0813a7119eb0bda36d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:7aa46141209fdb1090d90f00d1a7753f31b9224e080b8c669883901846b32ca4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a0dfec857ddadf777961a71d8dd545cc798b921e083c8b5156ca7423f8ad8a2f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a5c047afb2066ca8740286ad2af8e1271ef78c2e5df73ed2365f586d6a101b33_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dcda877c69d0398e4744f1b7a2ed81986ccdfdb6f4da7fba75f29fead8b10f34_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1ff4a8a6440dd4d97adc3273253da14e081083c978edb5fcd05dea33d4cc888a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:2aaba77958b12e834f6418338a21b839a95c21ac5568a53b5f792553db772e6c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e5753a6fa47d5a753be2eb3b7a46cee0bc156b0e52bf75e4f192c0ddb3fdef47_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:ed802f61197fbcc0f1a8a916612ab33363e0e1866ae70d03df92469a2c356ea6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:120c1ccd64bca8bfff4b46d14f78038594a28f6d58c585b1215afd76c23c7ad5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:52dcfdc6c5f219f414fa0775b70e34118b319897b0772931e0861623db7bde86_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6b259bed5dc046510b7c3305f6abf86e4543a9ec5091505f92f573536e9f049f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:bc0dd85538edc7a80adc0fc9fc4e02051e7b09480250b5328a6b70251875b943_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3f9151da4d025555f4c0183a0ce07a2d0084beeafdc9f3f1e87a603053ef9089_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:919fe76dee99d772b668b57645779a63e1c3b7f7f40fe79175c27ae6d7e261db_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e19a080b5fe10b67fe48c28014879abbc87cf5077c32c003fddd171d06bb370f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f7708a1c1e0d4083c7f0b9e8d8704b91a4c823dc9435d5d3e986372f305e1fe4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:27bd19fa0c1eb00c55120e22b21eaab50f0eb75a84910e9d8a2fd3b5fd1c7dc2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:52c4215a49207586cb3f33bd1d35aeda857d31d34c80cbfffba02ba8c448c8a6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:62e5cb5ba2d92bc29a2087c9de9fed7978d4c5ffe07b0afb479eac93519c6df5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:68aa837b6a3bd95232abd62ecae3b040f2a7a72ced626c784c4062c2f28a6e3d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:9872321279ec2d108191f1f7e1764551e9c7099de51f595627db068a66fc4f8d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a06cb8024ab06fbdee295afe99cd294f6e05c36dd490545600967b8ff12e3391_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:1d3a2d2ae27d869506d3f027ebb43f0ca64451cbb635c4c412c85129025728c3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:c20a4f14ad0eecc3f88eda36bd65f1f390c6977a7ad5ed69e87969556b9d8cc7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:64247ff135642a32fb59a62cdcaae5f28085ef0578916b4ab2c90d31e67848f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:e0cf29f62ec486451053c661388f9a3a12ba42b84899b687fb3486666a42536b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:efc289b0278fc84c571d7adf9e9ee1f8b149c5d832cbf416803435e89ee0a531_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:47ac82d0289751c8c7e41da07173dd61836e606101a20b598c00da1cd1fc9077_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:953b8ff978f6523f4578a469d23dba6536d49a141b4e3729b059feb6d79a858b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ee224daca08de920de240b684ebc23a4da50d60130d9e205e88c904c8c755343_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f267111aa2951d22dd6a41c7362afc22454e365325b7a016d213505b7dad74f8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0ed3d751161fa47b7ed4bd2ec2c5bfff8ac5ffae0df22dd9a741cc64bbe2939d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:48bbecc83208a8895cee2c2e8ec677f59a688e02705a677cde4e9a8a52398d1b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:89ac959e411430e4910919132f95452d1142a45fc5c67088f15cf5bad8982165_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:db55fb30b025bb573317f113897a7bfa0dc729aa684dcdb0ac3066356b339bc9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:285f19a6dcffb48d4e6f6d3bfb44722f1828bfb2099a8736f2fc08cdd1481175_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:521f2693c3073993771af37d65723ced3ac83c7438d6ff35425ca5f663101676_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d1883837f227ea4b98d2442b46e5c07a9eeae549e13cd778f7c9e78494b53911_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f1f601e3a4951748fbf030083febf57aad02568058889b0122c8872e2d68d70b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:34298ddfd123342b87d28c047cb4a8c1b25b07352bfed57aefffdd92a7058b6f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4a56a0984384548771e1c8fa5a4a8efe93f472cdf2b64b01d6049b2f9187a684_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6765cf3c0f8d395307ae57019cda7e2aeee976ec060eea8a47703db0b18532df_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:8a8377100458d05864c6521e4b7550df73b5c3d9cade518067d5741fa9d02292_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:09ad41d3ddb9aba6d649812d1e48433f5778b1cd9d5e0e1466b34e6516b864e1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:7b3a100ca1bce2bced0306ec9d4b90a4dfe8596c5bdf51799aa3a7a1ef36fef3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:ace3b3b02c33261287a32253dd1c027769743797317ac4259c9102e0b3db6603_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d289ef93e6e179405cae0db5309865f76cefababf168006abf09fc3a51a32bcc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:20052a45d551f7e988cc0c38baa38f146df4d9d741ac71f17498d8ddc44a1beb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:55409e5fb153973038a15985a332681f4e3e41126f84b6a355c47314c76bdf2e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c143caae15fb4249757018e05ac8dab9abb20f405977cb41468ce6a8049c4342_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c5d456d739d5791e51544a45309ca3b64f763cb49632bc638950fbfc041b4193_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3ab4203333e071978d85f0f44f7342811d898cc388326db60afacd2395f8340e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5a97ef5bfe0456bc1528f2a3df7736c506e11cb61de5c41a1daf22162150b345_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:94fd7b1b27954fb59c11a010f4b8ce0a3377b38bfed7ffb20873a2f7a499f8bf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a936c0970ab66789c10a64cf57ae76bcab0f2f16b6b50e713373066f73d535b5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:34fb12d4fbb5f9b29b1b58e19b1c1b0eb27121ef80edc50a59e431a4e94638c9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:bedcb032aa7325e5bbff014f251d5ad91fff9dcdaf84a95e61e4fc4198f22f79_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d10ffca12372666b239a9fcde83a4b0da6c3f37fede3e47272bbdf9ebd2f0d91_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d5284bc6a4ff57ceca1c00af4ed0c46fd341f1e2a28b4f13b210ed327a25ebd6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:2a7aeb3139633e2014d99631287cce239d73af61e541f218f45a009fc151d8d8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3afe2f3016ac55bd947c98d1e4b957969357aed54423ca2f35955eac8639116f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6d7572f71fc31d580d355bc6ebf8eaa54e4285c53c7e0e418a7495a0fb8d37a6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d2236c41a640de0aedb4eb2f1ef143793288329513ec0911bc37ba688857701f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:7688c4b2355532cddd9b9d314d105127c494990e7079407d2f43e578610971ad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:91ee195223233fdaa6d83ddbc8e1dc33bc7811e4f1e6ec9f5ddf325f560ec38d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:c866308d315beaa691b25dfed4be0cace44628e0799527e9ca11d14165437d98_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:dfe468dbed566f02ea0ed9b5ed5565f40a00d03a344d2a230b0a0a83c783493b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:08710b0caf6f4bc16e72a89f596f33c8c38ba7742d0f1ee552336f9acc7f222e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1491efe6870dae8caca1a78c9c96f8b4b2956db3bd5eaa6bde59ee996506bfb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:2a0f11f0a1063e3ca7b8b04693ebe979e9953736d37f3dc3a91fa5c9912d79d4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:813fdba989d7b5a4aad5e9ce5bf5285b0e65745375dbdef899786d571c001b77_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0db523e5a7a6420d94d5d302b90c798737eb78f99cde3b887d3c3866e195b9bf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:18b7e5875aaad6e0bb8b12fa303ad6295bf3968daeaed2104f0f4ec3122446df_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:80c4e60cb2ab82621ef12774841d39e6ece9e9671114afd0d19b188dd7746d81_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c20dd339ba44e18a505db8bf726e2db8b6a764f7bfcd9e0d63d627d69c2378fe_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:528f1228123298362d5787e862306cc2605f3eb31fdedfd0deea7f3cdffb77cc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:75b18dbc6fef40173ab0c85ff4f9c4111e29afa10593ef9141d589f88b418826_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:e8147c001326caf53531a8917f91991b5ca05f31d30adba78a03539a6568009c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:fb390f9eeb4853d9a20c9bf02ac10e099238e94084230bb532029be4c88b7ac6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3dc8fa50d17a5074f03d58eb00467e45e6d74f6c5293bc57ebb8c4feb4323eb9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:51941876bbb8070423c00e3699bb193343e963358dcae8cc6acda94395edc5fa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9087e6df82220f673440368a5e81c5a0f3eb5e36cccc61cb40fcb56d92cfcadb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e3740bfa7355589784350a9dafc10849d32f1273327387b3b3c6389ba1e26dba_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:05f5bc9410d9859f1bbc1def6e1c74fd47781faf1ef26633f61b5d8f09ce8d02_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5e14d01db3abe1412de6cbd8dbd7d3598d5ba7d2af2f5e55a7ca625aaf8a9155_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:db0bf5b79be48f69d411611bfa74a9b1cdfe875b453a81ec5ea72a962c27978e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ddbaa3a482cf17a156f6955ec155eace13126ae83217c36c03eb2b826e7c4ff0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:02ce1779315733c6039fbd9f711d6c75da89fcfd4d6ac8e485d7aba30882b3ff_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:d29e550f223f287e258aa15ac71ec87cbd24e9d6888f22d82aede80b7902765e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1d43b37d6ee7556d8afe22fb33c7c9ab7a1ff5b2b38d6e18f762ba759015f87a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4e627ea7097e36d07d109f50212809b6477070750c0bfff14f3fe9d1d7ca29f4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:63e60a076755fec73f95d2f5ee948a50d895b69cd327296ac0925e301f5b7e4d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9028745ca618eda612fa2960f0327f19fb689eb36762515bfd71bb2efab0a0a3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2dc50c3c453049a1e81e8cc4559147a4fd4a3a6a9c140865f82bf628f2a45b83_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:734c982a6159e5c4077a12b1a0f72ad992b70f965873ea591228172e6265263f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b2a21551ad4c66e622ccd865529356920dc4524bfa4595e08a99e0e95438823d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3133ccf5290a245274c030f53c63dfa74d6e04bffa684808fc1815a07ebfa13_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:6f399ee5f4634353047061fddcb9092dccead96c6884863253b913dab93c2e15_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9176cf7f1c5ccd82d82dc1a8ea47c2bd34e2ddb54d750cbacf7735a04ed6a221_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:dc6f5e144468283ba4d04ccc155f9e483d085dc2f1b78992e5fcfea42db77bcd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e5216672e4e265b01384ed2dcd722b4a166490d66e19aaec457aca55c7e3dbd6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:4ca8bbfe3586672e1de22cdce9466b37aa0e11c5e9d94ea8da271aa5cad3df47_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:57488300ca265dfcad9bcc1a2861062d8b82c2b80e8b21cc3ed766fd187402db_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:660006e5e6826b13ea6d73fce4fe672d1f67479c44ed65dee68119369eba3c75_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:91b8003dab0652f1a06de50435ca08d6f6366e6e8e7e10a9743542b577728b1d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0017d40e539a56e2ddbf4a97b0cd94825ad5dbc9cd79e1a7e058bb0b11afec29_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:7a71babc3307efe03b8bb3f3cc5f9159a4868c215df70d7a78ba37b91294649c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8403ecd148b8f0aa7f1156fc1676307753967ae68a69948af7c3987de8178959_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:a4e02776f7b5a66943bad040650f4dc9e865f05a0911f4f9aba975c4b30ef517_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5d3d3cbbc28f59a6aefb1e54986e084ce49b69867d100e9b7a8eba17b764304a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5fe1d81ec73517468488ed1a60331a78733ce2fed50f3930b4efbcdff5884326_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:94a7a56873cf0e075740a1db93972f2b2505e7bc082f2faf2d3a6badbb52b08e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d1e737deb52f4f124e34889df5ee2a787db0ee13ef86842f415d5c18ff70498d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:0c8b3d458f0968682b8604cad6ddf02b1135b99c4682090dc78d9b273084a0ab_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8f02a07e0928906a1c075fc3510f3750c679361bb9e0fc7504610eb2b230a092_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9b174760063eedf3197e5664994fdc21f85cbc3be8bd1329142fb9e88103b717_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:e97049e759fd58cb6a2c8dc5b78df8dab7139f8868b1461a3946cf187b824f55_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:17b700ef898288bc081220792a7a95f4f1852338d3d08dff19ea02cc9d957239_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:675083e881008c57ea9fe8e73db8034a66a3f439c6fc1862db09503f311caef8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b94730e4b9e9de7c0a99431f90b42a5368aa0da03869eb8a71dfc92dce27ba7c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c5c12b41cdbcc18c98ec1632a0c9aec007a9672a742fcfe89a5b104160feb698_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2c51c07f11fa78b44eb528339da6291d1c660451a0c9774ad7bf8d8ea7744ee3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4d7e15ae24207bd06663f5c9d55564e220bef28ef150f62d2e9622f569490acf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5a51836c3306ed97366bc3c8f24a8f9e880628d1feb98854eb5dd10800bfae83_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8231352f700a733b13de64913738e0de1b89be5046736077f7300c21fb778aa2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:121025c1dfa4bb1138150adc737d7cf12e69ce21f10690ad8d740c1c1f2dde4b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c02ec1e4b586a812cddae6ea43cf42a6b9742d062fc12c18c2414bc48b5b96e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4c94c8afa17ce2348d6198c2914e9257ac9510455c521f6539ab17877b6fd974_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:70c7beb1cdbcba3eb4fb83fafaf740145b81d510ef56d5ac59ea4bbbfbfebc00_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:83efb138b8bd5084f7dbeb8a59fe1ecc2680a20d5853b7a15f47e1f87929fd9e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:bd63fc568a9ceddc67809e2271de8ef4d57ac8af283861a601547a6b9da2dda2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d0d429e4a3a0a9f015725dd965d4317e67c72b3fd846ef4b04c20ada4d067eef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ecc47300fa59bdd3970f0baf030a75e1fe5862d2470756cf32c389b1eb89152a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:53bfb1dd8b4f99a0252bfdad2c65960877a4e722f5ae88591eb87d6800d1d98c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:64fcb6ccdaa30c4e06cc91a40273c6be01958ca2c048bd39d8a87e8c09fa7d55_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:bd7e96fa5e3db517c91323142b8258555f04d93dc0f164b6e83249dc0cd1b416_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e5d77db3010b3e1d31e14a0bafb1a5e5ca62dc03b7b0bd2097b198f6be6ee442_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:0488437dcc9ca866c5b96278686ea20b5732f8e8038af90889fadcf90f1082fc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d1bd0363eb8c21c0123522b814b140a7595a459c7c286220b4b6fb0b9886a115_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e45c7964c5a89fbb1a8c6da3a905e2caacbbf8c433b0d56d1b260bba151b3e93_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f52e1ea0175eb2af0a63311dc0b8acc1771c53a7668108d7bb7abf2b814e37e5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0043c8e63c3bcf98e33fda7e5f532143b4c8fdbce690606bf469e932d8552062_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:465c03f230a374b6885874b775473275fe8866f61856fb71a8e2bfc37b712ea2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:c730b4b9a52549bb6204deba37e28ee3946758bc86f27c1b886188ba0f164fc7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f50ed1d01f799f00ce20f210b95774f2dffe7137757ecf86544c71a9f621f402_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:56015af081c97939fa71d978d511ecc0e93ea6ea89640ae846645121531a4a86_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:82a97e06294f2bbad05dd72f91d692449eb4094ce1edda7d651e2f1833018faf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8faf68e17b482f07fd1a4ae8ef292fd44fe9de5369d5129c3945acb56b5c2f0c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ae7b169bcaae3569a946c84d88d0ca7b42b530b475c4afc4096d5db36aff9c52_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:02335c6538b4fb15d9d4e2a831b9810db42f8b8fdd75cc6237534356cd1b68e4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:84a9daad04b0ef97a77e258c1b490c9a9c1ca502079513184e43145467eb1169_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:85c84e6100ea0c4d783b44a085cdda8be9b580b073ab7b191a70ad3c14641f9c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eef5b8e84cce56cf085ed8f8a2ca544505242606d44691b6d0beced7c942bf9c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:148d9d31314b0ca3dd2667aadf51d9a65cc88cd872d21d29e4c85fe25cbf6410_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:87bd671167583b8f46388c7e5853509fc9c20439c1b5f57544117fc9e1b1b5b1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:dacaed2c85c23db8c8bf2b754b958ac8990a0b0e917e4885b39ed62d08061fb6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ec4ca8db357714672338a773cdfac91101641ac1ea56905a5dba39d13e8c96e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:1e01dcb349b9e3afa77e9c217b2f20dd7c9c98f7b00be3852166c7d676dc1c58_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7a453727eb7aad288301bdce304da23202950098592114e1c56e893828b7cb2a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7e9f67b6e1c87741c5d56a3e95af004dcfb6d6c9cb4267b0ad4dd1aec7e9cb1a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d9f12bee214359955f20c9b4c0218febc8868cd47405b362dcc6ab05dfa573d4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:36d864188a182dab0197f06376c993fd661689e516dfec4c25f9064eef6db0a2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:38481cddbac83c19b28845b99fec4f4d16d46aca014ab18653c5e7fd42d7dc9e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6c5798afafe96f9c1de300cd8b709030655d1c92d03394b069b3f4100a0a4334_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dc248c02585e41245eb8e16fea646a6f1013f5257f5152dab0fd4634073fe15d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:142deb80cb8918201dfc20e0e86c5a70e704eb589681db3e019d0eed0a8bbf1b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ff7c22adb1ce27c0944f94a4994940aa6af3c4db60cf184d0865753e0c18ddcf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:09664db13d4f9022495031effd53a137ebbddc0e61fec151a26e565a02a5bf40_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:9b480de86de7566594ff61c147bcf0a6e8d5f2ac52ca37a2ecc32909e02850c3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:177b77bf798f3ae19e2b67467ec324e2352c47a2fa4f803c852cb7d5514a2b80_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5587380364defb07d81f5bb93851d7d726780e03f561cc5c4010d6cc4e237079_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:503c53ef4cda2a77d57eb611638334ecfbbe08f384e01084a0f2004aceccfd5b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:ccdfd936b1e904b115efeef06cfb3c1b13ec6fdf123cf87c9ad477ab47ea4d04_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:1f7ad22165ad761cdd5fbb7f037ad342f7b9a6f017b80ebc9775edd9bf7388d4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3ddfa7f1a01b1dbf4d2e999da0d536b8f3600e0143dde47fed1f6f2caf15a7bb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9aa910f86e4c953069c3e45f3c2db9702a8cafe753fdbed42e4c23f4837660ea_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a2751c4e48572281043cc6468aa40d2b3a8a1eef5897cef386876fc08de5d791_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:00fa00533e4616bc63471ba4e127f163a2ce06bd8546dc3fcaf2465c6c511ef1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:65d4474ec56e4cae8542f01d54006ee1ccf15c8a467dd7f784f1df806507296a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b1410e826283f79823ba6cdb76d666aed69449a847936c6c634593f31c9795b1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f3e84cda9ee1fae57794b0c60a7b32373d8a95546116ddb326751e9df0d1706d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:059c0bb97591ea1d95bc42274c6748438e32ef113039c603cbf8171ba3dcd1a8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8ff741a30a8c2059c8702290104db1f897853515bea3d054f5456a0faacd3e33_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a523a7ac9b9119290e3f27ee0b0c7a5d3cc1d8f35ed4e7aadcd6968dba6c593c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:db230edf37a3285f5566a6f82b660ff3394caa80c95276bc3992a3f45a18a59e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0dfe21d1f2ae4ad05af6aa896c0bd09417c03d2fa2e37a1cd3c7afe9d9f506b1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ae88b0138b8b945b1ad071a5ac660e6479f3e2c1ec261d80a4d7d862e94df269_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cece82ea1f03a889d37a2e4e1d81eca34a73857630b9874d05264c12ccfde18e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:e518e75c0ec848497d5dbbbea1505cd3fa96387be78d326f44094d341d1aeb69_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:4b9f7900c251da09ceb0c5e36e87322030e6fffb41da15b022e52f26967214a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:6bcd28e8610dada7b5ec2b6e14aecd9daf0542ac8528b8a1c9bec9b5c22e6791_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b4e19a3b757309f5ba13e3762e2449003ab93a1d3a950df031d0c5f88b338461_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f3745f0a10aa35a13620960671ed4e2bace1c01f0440c1cf222aec37ebfcdd6e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:10a4a0d9d6cd4779461dc27ea5660513c80c4231267cd5d5cde84626a52d8d88_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:394f1ad167455a316ded12601110de58f0666917302eee8a2933932513aabd70_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a0dda1cfb8ce56f6632c7dfc15f2d7c5251a666f7ff34fd78f45a064ed9fe8d4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d04c463caf59ab32c381bf6c88b9a55ad9a4934dab8cf66b1c80f3743edf28e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:674045072f2c791146899dca69772cbd83d8ea11305e024f697b0ecb2ecbd9e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:80d008d72e748f6d1578f0583dcabb703ac8154853cffdfa6c332bf2db662da2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b6d9ea5fd88f25c46dfaa17deec8dec67f3241a4e52ffb5b598ef77af4437da9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e18f121c2a8578ab7a54b48347a671e8a1e315e85f894ef67b96161a490aca44_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1415356cad67eea021d0adef8b7f8ac8524035a4acc3ae7080f26f8f3f7cc959_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:2f7be9eb683b2d5c65aa64a28e11bae43475f5a828e8768d468bc24fa0bd4ec9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c0f27acad2634255d689355942e8c0d87f624c269eca0f11b1fe20b56b22294a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:dcad2bdd0764804f9dfad2a4f33eb2fc105ff8e4cc1d2ab31c58ef2903f7cea1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:02dae90a28e2afa83ab4b358378b616bad7c257b8f7d6cfa2830092b7d46fd18_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3e0b68fb323e91570216f90ae2c79cb4bd35149dd62c496c39ee8fb615b62888_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a6517f52e257eefc0602db5e43fd946de57db13299d5077b1bdf872754253cb7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d6c465af092548962fe617a677d3398c6164c398602d7575ec09533d9654f254_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3a9586b7d44c57c683256faa5d9655285105844c74f728e4558c6295f73a3aad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5dbdf857d018b118ca8bae8eb52b2e117348804dae51da324225ac9d9a0bb141_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:7dd0655af57c7f8d2aed0f88a4b02ff21d849bf9c8cce7fbf02aca7d322cdc12_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:abab20e995be8b61590ad7dfb8de0bbb7c7459ab5413987562332de2c9924924_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:6f1fb02560c0dc83cb7ebbfba67370896f2d3b21835311fe5af23a06f4a45142_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7a90eb33844a25785c95b0e7332991a373e0b70560f979e8e9d1554f9d021545_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:92ac319d44a3a3d8e68f29488cd75e71b42dbc98b5898f662131f8576178152b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b8c7d5e513d5205014f53f22fddd4ab5c54e62e62e5813459ea68afd789518d0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:788b2252987b1992fc9c5d855198aa50a67048cc4d0a1e28240953e5c1d9528b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7a2a0066a38f2e52be47a1fec5c9a1ec458550d7ee6ca1232579b3fc98b7e9e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:939c609d5422bb4be66f482815c70b170d51ad2ea9bb0675a969bdaeff35e730_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a260d94b14808490a417d828423550eddd7b865035b631e9fcbb108d8eec6873_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:9f38e40a381edde4d367a6baf50d6159bab76aa34f7f932929a118960eb1b16c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:bec3f4da4ad493e8e34e5e1245338929dc916772222817e094fc0cb7c6370b88_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0816f94cceb27f34725d9c3f041003d61b9730a3c602b48b70782cf5b3887818_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:3d106f2995d5dd270eec34df31ac33f4a09dac0bd79bcd2031e9bdc35f20878a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:2c50f45d634218d512ed37008e62bf2718cc4275a9d944c845eb29bb19d0e700_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:429368ffc93f60dcb14116dd4a448f7688fabeb9a499b4b7c9c77018f4a31c3c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:48105c86a370a0ffd2c536e5ba75ea80fa94b09f2cfdf645a9fbbb62bdd1654c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8b9490cd4a69fece37aac8ced57235afc04a3389e16234c3a3f1d9a4f8a6d34b_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:021a57a7ea58117b5942b474f8899924fe7ff170b234aaa301f86ff465726ce7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:37283f08df56189fd19f7052523f5eda5a5eba0096c32fc3926eda3bc9398a8c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:459032d57026d4dbb2af370f796c28a69e2e30389a84cdab0e43de4435d980a2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:82ebaab991c00d42430890eed6322e9d060c3b4581ad563383a7d13172de4c08_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:244a4dfcd32e2a6bed90fd5e452b63822af9eb60375b9ac45c1864c2fccaf765_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4eda87164b71e7c6fd8b5a39ea77bb1bbf138f43d5732c08e314369b18e2509b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d2d6b9b7d7cb72703bda76e6814e5714b101faa03b14f55507b82dddce6fa09a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:f5f2d566546e640f59746e3616b98dab55eacdd33ea04b7cff887da6cafbe380_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:21cd6ff9f8ff53d747746f2d772344a8a9be9bd4582d641a0d6814da81e42dc7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c16a9db40d92bd605eb9843f2fb30f793e9f807e924a98f58bdfe9e8ff5598fe_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f7eaa545a5719eea518c0d48a5010a9e729ca7657f95712b86bd091c6906ed9d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fbad6ec51decaf69511274952af912054493d07f8de4aeb044b0728e015e331b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4b6ce9a91e0408d0869e2d64ccfba93b8b0587c8c4514c024093e47d520b7b13_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5bab5f51374c260e261af4d094d6d834011bb00d20269e5f87c670ab2e5fc50f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:b046acdbaee02a88bc76e80217864aa8a933b4c624abf504bf40b3b5700a3ddf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:da7ec98aeffdf151279fbfd2d45163722323094e790ab1e5b14e3a75bebf7ba2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1320fee14f620ff211195e536a81bf80c41140d10d8493dca37f484b4803e1a2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:69849de1ca4d23c9faf12777ff7f26deb7eaf3026725512e29e7cfbfcb5e30dd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7ae48499c990a9bb0ccfd436de6e4586ba27e9fd4036b4efe76299aafc4520e0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:bdb7981f8aadb7c27bdc448ce4baed28ddd8d08ae1a83af66255bc70d3b87d63_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:06477b1ed6e12b1088fa198f1158cedd852d51773f75622a652220d147aad66d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:73cd8858eb6e706064aa3fb5b397696ad2a8d264ed9380ceeb8d8d89afa96914_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:95a5dd3ee93857d9e65d57257e2864774e0f1aa15d14c62765dd110807a7e983_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bf017210bb8bfbefa027c830656e83b3db86e940e5ef1f62e67fdc84545cd118_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:04441c2a5c244d0a76052a2e071d994d81415da2cbf49cdd74d3b64fae89fea4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:50caa5c63088b2cd98d85bf793eed760beae31c73d8cccc60f3c82f7e4a436f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5d302fd1e0d562fd3074aea7fda53b46878dd5c27f53b4086f43e0b60c69cd92_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c1ec441285a07891350ef5b92dfe8cdef23f963d39ee86b7c2eaa0f29deced63_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:29924ddf95c884e61e24bc38d457d4bb997c5a03789459ef7565f2350c778e44_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:865ec06e1488b9c81e370e48824dcd003c617f45198943118f99889c9a23ae5b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9c28ccab17d26b72d9ae5d65f7a1ea11bbbd2cd39076f517e6655b9a35a277b9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f2a4bddcbf9cd3c04f90623faceceb3f3633ebea89954ddd26dadad9b6f9cc1a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:0f34558006e45eb8ad74dfad87ee15c34e2d5bce5f192fb00290ba8f6b2e06a6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:a0104045a7c163322387f621af644a79ba8b3e2d44bfa4094db15fad792e7825_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:b83a1577d6d15ea51ba7417aadaf190944d02a36e1067ff9973b9b0e59f207b2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:bfeca6b1d120f47ef42ace529f8663c90e420a3d1067891268e0fbbcd0c8fd3b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:09fb74bc16d6152ee950f1e2e01a72244e43c030205e6878577ae8a288f229dd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:933bdee9a720806a6c7537ed79ad75e25ae64144eb7e738942c36b2a72427c51_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a882578ad9240c994b4f21955809f6d332965cde3686fd2da1c4bc1bd89181f5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:eb823609e74431800e5bd7fd2399e11d17ea8cf0a16a578b70f1447aadbfe8d6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1a4a79d38290e993721e5a239acdc973fd395188d4b47ef664716249561f9b9a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1ab570c571e5291796e3eccbc336775207aced63674920c7416c67fdcdda5ef1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:46f5577da7e69caa3c941ead5de0ce8e373a77348df4c9dda922319a47533af0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:dfb1568b260cebf47b31b5bc5b956dd573ef5e10f5c04bc7951d4aefba1e1c29_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6405c266dbbd8b035f0fdec36d4663fdc2e3981899fec3828e7bcac0094f981c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a0ce68bd8e54f1975c89b6739bc6d94e9ad8214df431d1c41907866dab1cd9f6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:bdac9d54f25066cf36bac0fe90d1df7d89fb91d49ac68c09db1cf14862c91b43_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d8254c11772cacaf25e2a1b24b41a7694b530246cb980ce80caa5298acc71c31_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1b5aa2a8fa69661df2b4cef49e2a8e25e20ecba84ca80d5c671d8cdc73e7e31d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:54c656c9b7ff7f7d9412253dcb0c4484233f4cbe77512b63e69ba1532a4a41d5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a2d16879e07bae5f6eddbb5615c313001ffc4b74e91849ee9c2496bbb5996616_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e37862fed49b426c4344fa755c3442dfe134922b3b5a3c80c4bf4abaea7e6563_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:04e4334b0ce10eb5402543501944e72b9230c79f470f5976f8e5bcd5a18cd28e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:34a11ddd5af5a8d2331804ab76c6319587bcab73bbafc10b6f710260e5ace5ec_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:86ff72407e38fffd121bee52ed9e1229213f5db18cf1324a08296597aaf494b4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:edd7568d61e33652709d4bca937a801a4eb6a0f134ec7866eae3da1f19a01400_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:44623a58b3a052f8cf871befe578ff1419b5a36c9f61849bdf58a15148c3f65b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:78ba410665c68a41a5adbd8422a349de2274be894328ce523364f1ec2a71be01_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:823e1e9e7e7743538180596210828b19b6e3c8f435a7c792be5b945be76d9956_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:eee0084caae19613373c30ac9d2f25de2c202dc83cb6b3077baeab3b2ca89c26_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:17d193d080ae253f4e43ab259c28fd84f5f738967fe2ad4b6528fd42dedb86e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:36ed0be4ed17c503bb07435b198cbd5e255660bb1e72ce49db7ccbcb3ce92a23_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7c1aa77f92efcbd6fdea6120c75e2cb19985aaa2cc48e2d4d3d4ecb87df0d277_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:d6dac5da24656ce0a1494234b06783b5e4ef052c0d283e66f881c21d1766c51a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:380b5a968a30fa54a963bacfc37767a01f6067b6290fd2d877d6b1943a7738a1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:6d1570e8f771ef561c5ddca5410cb86dbc94943cb23b6f96fb2dbe5b9a2f1823_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:7a9f65149b802b3c2ac4d2a96bf53c1dd6eedf8c5fe921783962197bbce94207_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:a99a994a160375e89550347eed1631bb0d12bb4dccf7ed49119935520b744235_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:22b6a40bf066153e072a2d22e48032b91a7f70e2de0d38b2bc5665b72f5635ca_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:499dba655c620472ffee2c73f5f6c53599dcaa8755af1ddf60388702041c6cfa_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:9f82e685ce4849aacbc315249403939d8e9fa55ca297ec0d829d445a3133ed9b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b11b0fd3272461cb95d4f3c79c5c1138770085b461fb8c64c5f19f3f2276abf5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:06ef27c670aa46891c208f0a1ce5be98a92a321e81865484c17db725d6c48f6f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:50187fe1e5905226e869fe96d050d1fa6c91c0ca9f360456030514a0f3efa2a6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:828613cff0791cce90feb1abaf17c31f8a89e409f605d23ca79904feaafa8cc6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:889a2f9b69467f174deb05d9f57eccfd85e8f6e2ce2620a3e3b5c15019a108c3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:381cea76282031f4a018997a2ddcaf6222576807356d45ab3357b52a30f6bb3c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:604bace7f2173c964ecf1b54fe70fc08abbb7a39fcefd21af752c7a12f6f5a31_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7acae5b318d8162c7da445ecc28ed374eb1db0a92e3e6136f1a3d6a82bd75495_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:df00671b04cef1d122484a876880dbf4cc250c63730537fef7e1651b58f9a9dd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7246c15cef44f3945840162c1dab72daf8c0c4999345aa6ba148dd34597f4ea1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c7fa305a0d4a592411905c2f44a8218e25caa39e293ba68e1c84458683c93979_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ccf25a1cbb0c79753f4049cc37fafb77d0f8dbdd896e4cad7e9674877dc84589_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e1ff850187bfcc5e53338ee32678873692eb81a7bc72c5d3a928722571d312df_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:bda6a57c2ad84239536aec6a20a9c37fbfc7aa13c994647427936bf0b3b3361c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:49da4e953f3ab4d734c88b4371082bd9c6fbefd00875d8c3f0f8e58f060b6a25_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95c4abf5e354b5a324515cf6e69195ad3576383386665683d4bb8f349e558416_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bbc0c1a5769338492d873bdb15757525f69e250f5a4320d36f249fc35d57d356_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bf5e48b3778e040c4ebb1a8b0bd2aca2e7814720fa400115ceed9e1745f3e2fa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:2b26daa64e5d4151cb1cb91cf459afa93b2bdabd2b9d5d28585bec72484c0e63_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c2d77eab011a8025098e1254c384f83af4f7e0d3ba9e6d2772eda689e644b036_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cdf9f5f665881fa0c5a2f3c98e4c99673dbe8a92cdcbbe6b80e9dce09f59a8dc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ef4521604c721bd0ae8a4b822ac9584d3c7c8a80c5ecfe263da6ff9500d95ba5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:29a5ed8364575efa8d539b05c002e8b82cc57350d4c015303b4fc46b06903eda_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3751262aca1a347b013648e64294520615e447cb875b1e7c04535c9c5e843ccf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:5bdc6dd4698facc8189308328f6fc62ad7f4a3a5bf8c8a5775fe6e966eb44eeb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:e4aa456e8c865f66105e9f1828b455bf09d80960759209703df345a559b36608_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:74cc690a06a3f7ede74550b2416957a6318136ec7b703de33588122e7222eac0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ad7055ad351c0c24582721dcbf7f422b6a31290104530458e456bddd1a637938_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:54ff1a36ba796e5b88ae421a3836220f5774f0694cd49da8aff5f8c1efaac958_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ff8879335cb7031227028d3bbd5ae3c882c721871a28a42216fdf94885cc48f0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:4bffd0baad38d0ea6f54efb82701a6530eae707565fee41e2e65682a990267b8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:6381f7fc63ba688a5514eeef31d629e8e6cf01d6910f29f7dd38cc48a49f392b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:6792be8aa7640d171ee8102e5315ee2cb5e51af62f7f9ebdfbb0b54e89e35cbf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:e168e04989169bf67e16af77f602c8d762b1ef424f4abc92ad8ef8a135d6fe69_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b9e9f7cb5894890829532f10dda00d008bc5745b999b76daa26b5667e00e0b87_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:f8ab11c42ded9679807701a6c9564ff67b13ba875e28cdbb7663d9382f8e194c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:203f1d7c4feca08547dfa923507640370e669f83029fcd373e4e93461cce9421_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:8b16e6a9162b06a6565a48f4b05f3a1681f9f6349278d4f44d93ebe60d96c566_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:ef131d257bfc318cd0071ea2867d209fd8088da69e92fd3d07bce2b86d4eb2f4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fd5a0222754643780d37e10af8b077bf257b5b4be2abfd2393f0423a4fd4b291_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1f910938470138dfb6656b608393e46eb5c59d76edcca34b8bbc7148f2479061_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:71ce3309765f3dea75ed45541065b35f0aeb697d59b013294775e84b780f361a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:313d893f24ad6f2f8c7881f418b9a5e9c499674052a97434372d1d079411ffc2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:93bef2950591dfbc736a80f6a92659b6868991040450c5cc415d32e225177512_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:9487390a62cbea3de31fcfa46d05ff56a9d088426101b056254d0a3dddd6631c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:d4cd54fcdc26243209c918dbb1dc54e940965cd12cb6d05259c0ed45e3755516_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:2f9449039570a38ef4191b3717a9597219919ffaff87b645f06c4daec74a3cbc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:5d72d27d9247c2a9ae05a1e496eea2c264df19be8a566147cf5cdf378d82ac4b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:2b1553659b6cb1a4fc9e75dca05c4117d98894a5ec55a650fb60a2062cf1b79b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:35d963f072ba8d1d78380c48815bd2d06dff7f1917e493ca64a37d319988e6a6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:42870b8a98ae271ad0f0b23ad541bc37a9585e93dc6822f149a0bcf53c78036d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d797ecf477151c6821be3fb5e18dfa8f8df04233fa9f7da7b554da9eb38f0058_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:27d55172feba74eb9712fdb42300721acfa72e5d3739feac7c4353f8a36b4b38_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:5bba9f8444a0daf6194a6eda5d1b027781717446435ae4249a558a31fe17e06e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a8840079bf9bf05cf2f9c4a7f38bb45b09baee82128d12df604007278fbdb198_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:effc3a9f6c7bb400163dbda690d84d9ef4d40736105a2594209efa8c0c5dc80b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:3b6acf7cf4c49d979d30049d80bd265e7e8f17331648008bb4f9033822ed0a41_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5b377378d275c0a152365c6dcfa6e5f51a30de20210991ad8a4b5c45654cf022_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:855e978f66e69d149f00f5cdea64c68b677a1f2e9e1c28f3f67846bd5497ea9a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9bbfc2d46e0e771ef7bf390e121f26b0dede58ac0ab6cc04e7592469a78ae5c8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:101533b9ac484f5e8c3f1d95b742f3596fdf42d6a706aeca5712648ca50e8ce2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:2918100b369a980a69fdd9d0bc0fc7c898bcdde23f8ac8c9a8a22066f2b1d87d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4f2d8d750ce5932589e4c3b10579f00da60407a89be1976f3b54184c997650ab_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e7b4095c367aa9811dba1e43cda61f60b54b9536d9900990e7e6eac745ec7ac9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1bb758a596fc11988a09a696981630bd00a73dca7c4ed52799f722ef87db6a91_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:50aa9b6ba005c3f004568e82cc73eb56ba6342720626f9a35eca618fd1ac9cc7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:982fa1221449a4e78c06e6a13b7ee325b8951a8a04d0014939dc49b13c6ab79d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f055755224db92970aa09e26ab84f8f8c3a67c2c8cd442eb4e7764e3474d4613_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:719c8857fcfce93887b77a94974d418e3bf19befe0ed25c5974bfc7ed53814bd_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:90f04dac670c4d0c505cf8f96d020c9e3f4c0747b91dc2a2531db407ffdcfbd7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a921b1d40f1ebac4edf1d6bbe26fd7e39329776044e17d7f2409b20792acc271_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:db281fb5bc3ccd949d2156d7eafe5691ecc317c3e690f9987436d8b4317e6ec0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0a68822ea4fb06b74890aebdb694cbba827a5c1b9519b5a4d2086a867464fa2b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:38a4de43972a5ae5404ebc5862329c0b59ee5a6c72b5e3fa8be3171ad65ec713_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:dc970cb4ede420e1d131a6146d256269ca6fb34b633c17315e6b202723765bd7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f47d18b4634f6f675e50f165a805f33970a038843dd48fe8a02b3924fa70e8f9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:6731876f6a37e6e26e079b4d8901f7bdcdcb6f34f8f27c850ec813ca5b3a9543_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bfebb3f4a3a9476c2307fafdc5ec3fe7586c51dde9c5448fde7d34e37e2f45af_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c6b9b4bd2d7210a42dda555d8375807bec66a4f8693fdf256042b49b3f0130c6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:eab2bb53112191763cd944b3b13cf750ea9390b56d7d14d312183ffe56d0a394_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:3ca197c0d720c1314db2f36fdd4f1fd81f0b729829f27b39508f0a6e7ecf7bab_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:475e121c7d6f480d7d2545252a7b59510a66cfb609f586bb587595ccfa3b71d6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6cedc3acc4032d410aa6c0142de17e62461401a772a09c795371238dc00fe91b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ce34f62e6953d64b6566905934afc4a1f5911ec68483f5ceecb59d187e37a955_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:2037952b4938add2200b79534d571adffd95bb0c6ce04e7ea4a6c0ad85389771_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:698f43ebb93c00ee0a916be218a7819d0a402e32c12724afc51f2323c26d541b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c247cff3341da9969055ddef313806cda81c2dac492ce683d4abcd5ceb5a9bc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f12ba7fce7d3a13280d4bfe412b9b54ca22baa52b90be0fd7825ac719f1de068_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0d06e661c793f5524b749bff4124ebcc17b7acff1b57a672064c072dd7b0390d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:484c08c7c512dfb681137cbf0cdd45f42ed4181a690076f6dc6920724687655f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8a100494af630b1dd1ac3e0a7c75fba4853a1e7471a0b6eae2f7d6b7762beeee_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c9329187e9bde81fc4f0b4996c909fe4e9354e58fe353340600532153254e5b4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9143250b98cf0e2f2b3ec33bc25a856d0b2dd432d1994740e639bde2ed1deb29_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9a7f2845529ffd78d9193a8329bd1761b7723678b83e8d5362aaafa657c398eb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:c6ef91fb95bad775d172019ab1b5f9c275c2302f85f04c0504273be57eab1989_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e2becd018c34a7c29e770fa329cba4f1a371d4b089451365abb35acacedbcdfb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5279e457358edeae97e136d8067f05d60b4b806c92e687bbd11afecda4840eda_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5d76a917f9cea787b11ab23bed912261cad050e397769c94c1b70cac389c48b0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:88237cdb1714ed0759ff8c96466010145ff8cfd60a7dd3debec25e3a2b33200e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ff62706a4904af960c4989c87712d896b34265fcaf21ecc9500daecd03561b38_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:15ddf484307e3bc53f165873cf04ea008f4f5720effb19e3ca1aeabd9fae64e3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:28a6a3b04348c6191f58b9b0a700acc995d5fbcee3cdf1af5e34dfb0a15918fc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4933a9cb0be09725767981638b9139867cad6a26a228701ec034d45c3f7da4de_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4b571bca7d279192d7095a9d157cdf40f553543b6a39658919bc5920445d1177_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0f18441bd2e164906e7bad119d70b8f5b9b47c1596d58b6d812ee1e2f4b6c0e5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:77df277ba08b5a6efaf78b4ec5e59a7aca2569e00e7644d27e1d2653d80d150b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:afee031de2fff6cb0e07995b5f6c4ac83ab4cf3b83f23a3931a4d7e15a512c1e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:cc8b86ad3d080ab5dedb159dfca744ce669341a2491e5a0bab4f59e3dae9ed7e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4a76171907bffd3a94e149dfabb6170331e2fc0a30f3ea7b8eba1cbe68e1fa80_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:62f935bfe570ea83e376ea84589bffcf0b99d30eef620adc813f72501d982705_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:75a992b3a14138492b585b3500a6b6f565c912b193834fa562c990bee8115e90_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:9fa46e30f86fbaa943f136733680d0e8a668df1e04d1bcb71160b8bb795a2df0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:58b7b6502847bba5230e65e90a10350d8cdfd331f5656425dd2f310e3fc89cb5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:5989d793b9236bdd9dcc1df6d4687a6e0222590453a5e4e31be75d0414c28056_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7e5383d64b25edf87578b2cf05de47d46fdd2fb6f1f4db5146ead38c887f36a3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b5b9266258ab925a7dfd33b86043873af4c0799fc52befbc476f875dc44b810d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:100d472991b3969275774576b60f5ccffacabcf89eb52efbb744aa441cfcce99_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:9a6fe277560deb4c1c2f91a1d56678c5956bc9ba958b859eaacd371f8ca753f4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a2d2bb9ceaaf23ff8430662ff6b267cb36848b2cf311bddcdaae8e33e8736306_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f71926ca5053134743dc906e1c5bbf2fd148acf50e44916a936f3a8e98494a04_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2dbbc016c4e06676f796ec4cd51e68c11c96bcdc41de8dd37c82c3c5c0825cc4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:444b74ea4a7a8a664746757e4417aa7e0fb33fed32a4755d300e14a49afba481_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a330cd288cfbb99db498c3a7e7211eaddc4cc5e39b6343fc6589b958c6ac44ae_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cef4f16962b3d71927c90e2573873495563e3144b6e3e814acf5a220f1b27193_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4d6edfa2e5e9d6964a5b9483989f491cb5019ebe9af55116591b321b499bd12d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:62e2bae1dd93787bebcb5f1b58499693f4c6fd620edb3254b776494d2b5a55a8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a514202264b03a6c80a02e3cfafb7c6a86482449613b5ec0052d1040587fd088_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ae40b5055051c07b225c15723da95953a6a7d2dc6dfec8d0469d6f857c8424d2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3882b19d141998fdfd1197856ec7826be00034d72633396be628002953fc94a7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:39282efac8310ed389b4acc4ff3aabd6367800953c1e8fecbf17926306d1f419_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8df02a6889e22a9763b5c0e7b6934824f682f4683f2085f82dda54de427ba28d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:fd15b8944403c78ee3c0fcbe08aa5ecfcb7b10c14fe5f1a20ba4873295879c8a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:011ac49df806c01b3f64fab0b3d79355b2685c8fc0316653f34359b451ef2ba5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5929d673c5a6a568c88e13586278da184ebda4c9c5a9a4a1f9154ad0e66340ad_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d113138d214fab52ec3422cd3affe8d3694a1ec30b85778acfa8b114ebffdddb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d91c11d262c19c1f020e9b53da07db82b6d68533f4e697ecff6c722781b4a4ba_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:5865f0a925e725309c27dc1d71d0dc999cb01b4fbde764ba8def1524f978c0f1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:bdbbbd728c482c0c5b5e87af470856aff0c8264d3f490c8ae9d987f21d5bac60_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c1230c3643979aff1e615e1de9bcbc758c31f7508b9a3b25fd2eb323eb6b2490_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c7649d6adc16287d38318b6a50107dc1d3aee2e842a19e09822fb86fac31df15_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:70687b2657e8f1cbbff110582b55f3104d0c7f47a44ca1185a7f67e421d76a17_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bda8d910934ae595f8a53675c74094693de8e0a929fc7c52458b2a9f7cd0b4a6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dff9eb529ea868114b0f46c60f4014b429ce115b0ce949e6855fe29d9270354a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e56bb2c28d7ddd2dbac95451cc16d547718b651532ec69c85e8f0fcf5785d002_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1670745d88d0d92a262ab445f81956e894ae5e9b23d490fab96860957c028771_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5cf3f4d1346c07a4e065dad2df083934591b45c714f503b5b617d470e87f1db7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7adc722fdef132557c191e026fdac56278584f6e49f3902179fc443d87a4165d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ff467f13cb09556eb490743f878422fa2493b8bca683b8759d7926e8af97dace_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4030ffce9d00de08b95d660595f0f67b2b83756ced6c6439da14d36b0b923729_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4baea4cfb5bc4a7974f90c3bfbb25e23865b659fd078ec45b4c36ec0d11b78f3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:829d8937eb34548f09b89de6dd5a236ae58d6f74501f44c929538c281a8be920_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a7fc85a92b1d5f7f79d8a8a63e6d9bb4dfc66383ff175fbd956deb1de3127fdb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:78adc3f034871d6d77793932d11b1e5f4b2ff3e1cff0385b44811210a3c84dc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b836e8f7b31ba9c107a08e3be1cc27e73afa4045210d7fccc817c6058671aa67_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:cb550213a7e8671953d5b880c0b651a566be475a3ca0f5b442a2fa9b0bfeeb1d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f727aa55c29332a39fb4e74013b9cc96ea5b32c9cfbb7cbcd79c7031d1a6f44f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4b1f00007dc39d345013c99c38163e0adc112e5eb81fdf41e1acaa1e0064d7f0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6ae9a652c5693c55ceb3ed91fbac054d887142b0f55882c776e42ba20d1dbdcb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7ae4ffe7112d35231314490c8d02c6f0947b54c240ace11a87c07dad44d5be4c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:934380eb6ae83360d1e11f709c58d18c2e69e04b3246a02846f26f9879ca1edc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5580313395048ffe3d874dec574f7f1f1f21cb84831945de53a80856b4e945df_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9bc152718354bb245a765da17d12d0477cbd15d7eda5a86b8c5b1330287fec4c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c00d2c84a5f8c5f1c674d43eddacbbac05782b81ab98cff83b606c35b46d18a5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d74ebc7fd5b30afecc3d9f61ee6c74b2c0f8519514c5614ddfbe9bbc68227509_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:84ca4259de3e923248f7d50c3adcea713871d3d2da66f172c25dd391d22a3bb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c6381254579086af7ec69a4e610680fe0e532a26f7ce202c72d047b89e0db642_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e0eefc7f55d25990d314c2ceb50afe70f7746e467ab7a409fa3d1b44708d9ffd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fed1fbc1295974647bcbad55e52b199c2d3d4307a3e53e4f8b1db135df9fd8f8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4bbddb6ff2f7429b2f5730d4a3f529b80784f8e42a0acc025e78713d703a2efd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:53a0ebb5fda619248605abeda530cf37fdb7ce99e7b7314cd5bcef2d8d8b7004_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5e37b117f72cf1001bea772e1302186d8f86c0980534b7f359179a5e6926c448_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6891d22800cc10bd8d773d471bc71c4db64460efab4b30202d42da1daf61a3fd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0d1bc6ef87ea978c23ca7189fdf17ad0f54a5f7709a75a25d82e7b84ffadf984_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:107f2fcd3f606044c570a980c176047870b304f3212df747995f6eb8a45749bb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6b6e5e25d50219a95d914df16c1c4e761d0bb45a9efd054572e54054f27a6f0a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:dd60fb26e79143000563578f9d72e3bb7cdde4b73dfdfc148b27942197d3be51_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:053d5fdef0973f6017991487843da7a64f8a346025cf46a7c575d6a4bab71d74_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:26318acd09b8263236b4d266c735aad015e3a4b61daafedf266ef1115968f536_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3ed5dce28d62c36a87ff35dead5806fd124a187e48051a0d2b550b209c9f6302_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e06c4933f2806bfab0f36ccdc159675e5fe2a6a084f98065787d304d5df3b7f8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:055b352bfb76de2eba0b9f0d1a6bca199c6e913e8e95879e991c5fd22095c677_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:16e31b5411f5f1924cbcf851f1b0463302a34c31c5c515220923f7a2050c18e8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5909f73afae46cf2ad00a9a6f1c38d38acc3ab00a0b97ca419110492d7bcab7d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dbfe981d5b05078eb1158624dfe2f0651cad81b92aafbc671cb6470b49bbb89f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3b166e5b5529c407c2f8e372414d043fc617965696c5a869fcadfde2d14d716d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d3f6483b465851cbb520810069a18136af80ccdf79fc1ea80ddb4687ce685aca_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d7d33c165c3d0cc0e4924e8c8d34bfbd1d72e2aea301e53e4b37b712e94c06e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:de5e8cdb75cc79630290f83ff179057d25bfc11d37816c57b6f66563eb3a2732_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:24abe1e6ee078487af8ee8bdd5dbc267c18882078a7987fbd63728dc2b65bb75_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:552d01e66c6b2fe59104b8a9f3e1e58fdcd7b4d4cd63db42883ceb119ec0ef25_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c00c3c5e7e106cd6527cec39e5c3fba990d1986bfdcb691b866db80d59e5f82_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bed1aeb4f58c045644650615230eaee03336daf78d9342022786c12f29da670d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3b213ee7154fd814e8a904c3a161bc16ca7419163e8132ccabab76821c33b310_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:721efd9cae7cd4b43c6bd498064a6c427fa32d0ba848f8b0bf7670afd662bb18_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8f5f0f56604ecf94768262496ba1e29073e87ec16aa8f434674b308bbd00678b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d78b1c13b0ef255bce1e19973bcbef04d40c517301959a7f23d23613a95c1db0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:650f0e2357f8d302f10ee0a628868f985c5a8c8a4e6af9e6793a9051b33205b9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d5a3ff1bae3686aff1781b5f5f9e1a7966962b88a1e84ab4eb62751aa835bb78_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:db30f78340370f9da03fdee73445b72160c35d83f44f708d3a62c9dc8e88bd46_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e88ead481c18a7b6de8ba7f609a1782e45e1ce85f2a158f259bbe68a9db261b5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:0bdbde169ecd68d82366f3d04f947f73715797fae5c3c4561e7bda5b5080dc3f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:1d45937273065c5cdeea502fa388172651fef5a607db33ea72c49f2a50b29b94_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a562490081e5dfc0fea7306931e2dab3fbfdf76cd83768b7a43ea556aebfe4f9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:dea6dd04d50bc97f9e61330140f61a7370e31e474c26b3526e18b0ae8ad56c41_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6ff785742b50af7f2a15c1dd6f38eb69e9a1a20cb4bd635aacc57a5557dd1b4d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:d0e6151117374aa602349bd1028175b94eea6f8386832df622d56715cbcb675d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e8fea02d42c9a9b8e9ad7642d9f08d705eb6e4b3e3681cbf6281c7b8b3244ca2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ecac534bb32ddc645101f6565521b08fde95cbf0eb2b9c6b896c83ba23e8b6bd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:55e0877d1949d009d71821f6779aa9ee90484fcccb820d53bf53b90f7d412636_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:775af20537e6f4c84985145f44ad1ae2d5530ae06859c2549d1d85a2e4ac54ff_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:a1b02b9608eadb4388dc13fb5ae55fc6ad64788f93186872c133a0ff1f5ab487_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b5d732e8d36668226255dbfeb389994104d83ef2be461079b66557bb20d799f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2e983c69ea6e29aca4f36596a0c697c2935dd1deb08a4d3546aaccb4e3d78ae1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4ae2494b702a6c7f68a65ea730f6df3253ffe78f2d178b0714fb6ec04cba5cc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b1133f78075f3364ab85142cf6c8457820e2e1f31a5b0750585ee1adc1285ba6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d41fc7e76000bc1b4016bf10e86fec44f551b127e17997fa4bb13420219fb3f1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:25acdc169b3860a10f46dea8b842626acc639aec950ca7a9339e96a2bf1ed7e1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:453bea2d5f94523a88f37acac9edd0a8d921bf79409a260386fa458cb18d13b7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a70ced1330a4e7a0a7b81bf6b19b3346ad5bb6e26398c7f0577994d48712b2ad_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c2a6ad45ab46c0238429cd0ab59bf169ff368bf68750a011f481208e56fa0268_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:33afbf29add637cae8478b8e0ef6b3b465e4ee53b000467ec34fb1f3a04615af_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8056eca30416b0b93270f6c92d0fdbe4f1cfbbd6258e27a746cc379a86b6b8cd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a06dfb4e75cc6b0edd836cd59035095135503f35a7cbc710ed7b0e447fe256f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a820784083ee32f544efc474c7ded798916d1f077ddb9c3f4461de48747f4c73_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0ab4e11886c642fbcf7560f780abf9046b73dcfd7dc9cb0f086d9e62f87fb271_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1283ae9261afb1293b597a8da40611cdc1980b1e403de5d16669c5b7d2527dc7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:89ec13946e699f6589c3d235cb515b92ff48d1d5fae8e7892279b64d41b74511_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d08403f8114128e063826ee0cb3324bba9f027d7b2feeb6f7c826c9c4925579f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:2aa0baab0fca2bf6877260b871b3079ad96c37034e6f3d0a45cea4118cca230a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7f886a3942b81b3318e288602c88de802278bb77c5d11ba758f1d86f2f028abf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:940d02c46f06fa92818dffd1842010b652856e09cebdec33e0f0e1a1e9b1b5a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:cac82b041210a06cefe512e89c5755e972f6e125c69a0dae87e454e259a3c08c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:12466469754c88d41872c1a061c1eb4349cf565b5fb32db651f3639aff2df67c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:af5fca0ab8a1f5374caea5b38486cc97c2be9d884a55542faeaced44a4a7320b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ad60c87d6e05b51b5351d2490538c757547b43a679256052b600e3fe8e80a594_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:e8372026bbc873c38ffc2c7df35183727596993dde5663ec27a2c2fe401e04f1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:736b406850af746470b1bd5dbc61fc4b166133e9cb50aa528dc1210b2002d469_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a73525cbcab817d0472f544883106a359b9079eeb1d8628d8b0185e450662361_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:84664067a273cdadce55bb8531916e8d8edc7936bcc57bc2dd1ecf57adb08c06_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9a006a111625f85305fbf3dfcd9a62592357a6a282a1c8ea1edbc48b2ef7db05_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:adb84daa38497eef3d89a9b42fbb22fc04e94f708db4f1f02de21dbf099ef788_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:f81616fe8dcd6b63df308c58bc1b696f9b3c488ebdfe00d7985026b10d083de9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:07efac034de568e79f6ecf97f924fd5ce7104e9259d90747cc0fd3e0a7bf4116_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0bc9b2b997bdf9bd285382823ebb9806502664976c2dd7e7b0d111df7717e77d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:165fc1e58447c7bc9febc3ebc74f90096c6e48986789d4e66ff6443f1d30d024_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f516ff3ac172cc08e88f25a0531a3784ed212897dbe0b05e04dece7d62eb977a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0d455e21bddb7ecd4c5b8f077ea96f046ba3183d17e3755ae95f8cd112a81179_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3d291642757ab1bc56aa6bf8b31b383a1867b06fda7ec093daf361e3bb082624_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:91c0c9cf474e9dd3b7dfab43e3e651afcf950c183a51321a586d5e98e3b8dc82_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:ffcd35b620a75ac1d121b826b37ff71f5006684d9222c440785f06fdafef5531_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:56c2e0f91eb13a89c48ee5ebeaecfaf87dcef3f85bf7f7fab37e3cc6c9b2dd10_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:84e22659ec76ea69dd31d0c6bdb39b752d4e525e7425d3ad282c3ba5c16c19c9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a3669bd8567383f9e15755e7640b5af4e796ce1d6bec3b6f1139645b656f425d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:ac7eed19416dd31a76ce8139a4c1cc16f2201b1dbb1c884dbd20fc5a965b82a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:44020a87c575f01d876bcd559d0b37bcba2f5bb4337a4f0f40d65196a407910c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:7272870ff2a94fd3c026f3c3a4e985a2b2eb5c47dedebc00f2cc25a496ec3e90_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d5e64fad675db5b1a7fe03720a35eef4ef6497e49e928b7cb0a38ddd6fa9187a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f4d0e3f2751dad9fab70a9080102f7c0e82a784e516f993e1e84a8561c33204f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:174b142475167275c428eec2892e91ba557a1783a128749b9516911a366ef54e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:52fac1bee10c7847bcf6f7dc9f027764a183d462e46678b5b9aaac9611cfcec0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:874a6c39ad36a55efafc0b690d17aa4eba8df8f30831a5315a198e692e405592_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:af2f5f615c4e9da63b09f2b9f52ef632dc76793f51730ee67a96d5e99118d552_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0867d20104c147d58a3e119c8eccd725d2b5311bc563cb4030c18714e085c80c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:12bf752f4f8f0929752fee39067bab20d3af32f9d767e0eeed2cee9dc9cdf774_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3f0993acf410b536a4c2be24d23afedeaa6d4b02a8055100cddc37443a619cf3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d745b47be21fc6b98e8b1830c34e951271362105d32704cac1b1a796abddecc4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6c539e26ca346ca83a4c024a374f3874e858602b71794a1709b8a08356744b46_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:94e6571b95628469dd361c3ae5bf4bb88bdcf68636c0a7a6f007a19e32216514_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:978722d03bd0e1eb78e35c188516d960ed81c8b47a66e77ec7ea465634e44536_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f270599d2857493437426bb7ba58ecdeb0933b244b0b5e81d70be8f06c734c4c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:07f5c5ba5313539cdea53ec438fcc97c698df8284bba4ddfc6c7af4403873362_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b93c3b58e03d6fbfd8d73f6f0966ef5d616c0da0776f516ec826e4f5e0d4bf1f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f5aa864ac9d9a3e5c0a412e9bf6e22756f6232713e14fe4194f61b1a1c1ad52c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fa3603fc128be2cead70ffb3b0b0b5c9520f7826bd46863a86b1853e62a998f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:382e4343f73dba48761c24841e45aabdf84a7f4de996be6515d8ee7c3e728c78_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:840f25f86e1850623e2929597e072219c2119b08acee3b81e8c7aed1b92fcb64_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:8f9eddba528ca5e8cc40717ae9f30253c955be657f8475a1c4da66c257bd1729_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ac7a2fce2be014fdc4208e98abe50329d0af9b7f7af98fd27e611751a413b4e6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5ad568a42fb0d0f2b78702929b75ab8fbb41937a853b4344ca990776f48ff85c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:821c5edd5f5ea9fddd168482dc437c6eec19231d95854abfbf1bcb150cfe618a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8932f2fc5e81fd7165d50432ba8994896c9ac8b323d5cc798872c1770133eceb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:df49ea17391c34a0eadacecb37c7e00552af8aca3ebb648f28f3f805fb79495a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:58e02752411f5bc061c8dd98bc7dfeb17780ef24ba8c65e590e4d6c5213c267f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d1c95fad91fbfc41da5d6871fb0a3c07d20652b5fce3f010505afe0d24c1977a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d6bfcd46424e1719490ce37bff728ea278eaf589e052a90b3fb30a9110aaa298_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ef555584c97654b76391f8e4d31bf0200fa82222b3197ef928f306c8d70f4881_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:520b43e0497fde1deef41e5f9e51448fde032769f433980802097e1e4216fb6e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:de2a25058c3aaa6f98e80870aca51d8bfd16354eb2da93e7498fc804825babb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:fba545c7b9accb5be03b9bf1931c086a8da8592e3ddc9b5a9ad6d798229314b9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:12645a5f47e54e3bf3f0b0863c44b938be5c42b22f695faf62c8d918cddb03ac_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:529d46e40fd5f6de98cb72dd8704068e3b9baf4d3bdf91feb9c19139bd74c652_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:701028c843123a3e4250731e216eceb647411ce685517383b9a62b5af21c10b0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1b7392f3cadb8ca07f10d5681fa33f6dfe61f895e4a8a1874bdd5aab3543f67d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:693c125a5f2f67364d8bdc1a5e7abe959dd46898e7f46d5b3756746cf598e135_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:93f4a34af9c198e4baa449f7ce0e1e0936358afc725eafc3b8118df3d92d2b44_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:0e4dde634359042b67bcc5224afeef951459167cb8f36cb6f262719308f8ae42_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:344860750b6a6e567bb1475f68d18b19d6f79438b767c351c850d082648aa5b1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:efe1a0fb3394a117206bb1837b63a0ee828ab5b5d30dd7c94aa88afa04c94c2c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:afb18f280c123c44f1349b80bcab24c86d8933795a0577deb13bb651019d6a92_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c865ec93173fecc00d843737009627ba137b7cabcf8337ea7837eb9bd993a601_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d172695ad3dcae4be122b50a27f14c6cb0e71357868ebdd13336cb7315122fd8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d4a1f393e7762a2c7ff12fd634077f5bc5bdd224d7791eb7929d26cd16047dee_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:01050a4179625f00151e478a0571e64120ac6221fdbf32c969a18ae9872c9574_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7639b8403341003825286c0fd45ab34d815585e8f4b5b4d1a424ccfc0292e017_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bd76fd61510b4714518ec5191e315f83feb1f47402e32602b061a0fc09641c9e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e53bc4c7a3fa7103778bd3f7bdc4b6be4b5e6a8450e38eee246caa75d9f8f44d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:62414e285f1e4de212e28bd90e5eeb60730324d54a317434565bad8891435168_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:77dc7d2bcb0cb6289f6d8c3c3f4ad3c01b9e24b4f6969ac666a888ecc8a29981_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:7cbc05eb0a0d3210e378d08d879933d905565224d9a6fc00e3bd1a9ad6782557_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d195bea4ac0b3ee073418a3674535525622d9b492bcd1fb0448b8ae52ba262b1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1440138d54ba0f09184f96cb79557548c3c9f19089bc813f433de28654cd74ef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:203e3cf52680caad6f8fec2ca1c7c87d45205ebcb9e816fb188e74a5bc7496ef_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4ef6d0725b69e2867c44e7d7ac57c820b759a45c491997210fc38b346d7f033d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b1ae4f6e3577edd7fc9f6595168857af7fd9c08aadbca1642c2f9248205b8c42_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:2e494676f33f47eb13ce2e3675c8e7a3871d5d1b73a59b71623caba05364196b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c8183043eac4cff3a7c17a9de76a4c9df725db694f411b19dd64923d1de68551_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:c7944fe378873f5d5268ff872c52ca08908af41b7efa03a7032363c11af633da_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:fc53a478ba64c0557ef8de93faf1320baab34d4bca5f50bc8f74d4a8d3a86890_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a5e04dd92dd9bca8344f741151a5756e28fdd197e2aae26c13caf2867ee6ff76_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c16e427a9ffa0ef24fd07e6a21ff78a63313d5274eb3b1180f7c29cd1a9d11b7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:31630cb5049add8b683fc6f3de6cc20ffc530b72d45daedb84cfe62bec754591_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:89a876583624410a9d79c1cf83d94a9a7c0dfbd3ad70228ea985e45b2ccee9f7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:dd8a443d71a973e30574016ce343c19edc1872c63ed46b5f7023d304b9c4edcd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:63a52e5f035913f64e82ae6a617273abae9ee0729316d26ed5d4182ca0f50d11_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:754310c0f797038ef14c3ef9ecd934b6ffaac6ca60b755894212854289b9f405_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:49c4861778e7bc4f5738ff0f5cd5c542e9fe75c33057a4a0806b03ac75d76ca7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ce8e1af1e3f7d331be7a366560b517e1fc27f83f1382ca6a69a1d9893f260fda_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3478a4d3a1acaba3cfb3f1040320798b9d0b419a66b07267965d4ab974a3b440_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5db06d085c31aafb3f02c2c373b2de6d93c5fde72dae55d6de90f44b49b5770e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:634d04ee67f3a521e7b3cde560084491908f32aef4a89a1bb7d3aa0ae119927b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7683407dca1a355e731e277631b3d8522a3f84f1de664829c3b15db39b1f1ca2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4ef1395e47e1898bc84155ed4b4e3e4c72d08e4e7f2d19d9530d889fe0ef6b26_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:63631119f3411bf77ea1f622d77ef96434d80815531b046efe5b297dd5bbfffa_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7ee73740b3264500f062e3863e42fbd98dc3895f17294450fc90d992d2108d49_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:db28768861f567200cc79639eb01ce8e18fe5cb8a768cc01d3e23bda55431c75_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:09ebbcea16169b9ac863167c0e7f953717e92f75fc4c4e2bffa0eacf84519907_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3118a7eeb28d8388a06731c7bcdb5eba4a942b9c91a84e595ec0fb49a55bcb11_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3bacdd4e5501902865eb31e884646418bfb5fae90593e96b06ac0b7c3cc1cedf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:852556f6eb96442354f0695d6630e2798e19e31a5ada2ef01e3ca2571a4a40c0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:59ae16e7b7d2bc20f34b8bd1dcd7cf8d8d7c201b0f78e3165b11a592d1b08597_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8b68cda23f470048944c164b84fe27a5fb6a43fe739537383444c28cae451035_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:23c8ed7995abda7f87fe4031843205f3a99a0c57508c6218291762a60907f5f2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cca7e231ac39da3a210859c6280ded3a4687620493e3a3e0164a403271537b6f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:054a0d12730620c46ee6209bc9932909f653d0b7f796682a0f798ab3ac3b3641_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3281b909de7dfc5bf3c746e3e8ab05fec49fc8aa83dc8156e616a59c41ee923c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:d5efd9212ed22c89067691796443fab0b28bfc31cea94bbe636a4759f2e88521_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e0a34a88a67409e2b1cb243874cadd3de1c9c56a54ac225dc860cd89a635bd97_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:275f90da2f77f60d0a77e00936734ffcb5099fc8b5662e03de49d807a7632f6d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:833072794acb03eaf053f30b6bcfeef95cf1836ad5149fd97f34f3546a2e9f6e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:893dd8fc24cb10db16620d8feae352929b0dbb797f02fd80f025fdc7c78bf53d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c9ba070e466a5123790067569bcb909e291f3b2264af0aa152372fff9e64f82d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:6f50d9406911e5fbe310c94dc60829891609934e64983339b5f66432a20864c2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:8b4ce896da4126dfda544da09d04f010c0e9b25bdab6557adbab8d095905d535_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:997a24c33d3ae9914f3694b3a8cd8af50137ea48296c322b56dca53b4dcd1fcb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f80cee2f47779e24e07ee475d09fc697a4446a07f9eebb0813a7119eb0bda36d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:7aa46141209fdb1090d90f00d1a7753f31b9224e080b8c669883901846b32ca4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a0dfec857ddadf777961a71d8dd545cc798b921e083c8b5156ca7423f8ad8a2f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a5c047afb2066ca8740286ad2af8e1271ef78c2e5df73ed2365f586d6a101b33_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dcda877c69d0398e4744f1b7a2ed81986ccdfdb6f4da7fba75f29fead8b10f34_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1ff4a8a6440dd4d97adc3273253da14e081083c978edb5fcd05dea33d4cc888a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:2aaba77958b12e834f6418338a21b839a95c21ac5568a53b5f792553db772e6c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e5753a6fa47d5a753be2eb3b7a46cee0bc156b0e52bf75e4f192c0ddb3fdef47_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:ed802f61197fbcc0f1a8a916612ab33363e0e1866ae70d03df92469a2c356ea6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:120c1ccd64bca8bfff4b46d14f78038594a28f6d58c585b1215afd76c23c7ad5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:52dcfdc6c5f219f414fa0775b70e34118b319897b0772931e0861623db7bde86_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6b259bed5dc046510b7c3305f6abf86e4543a9ec5091505f92f573536e9f049f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:bc0dd85538edc7a80adc0fc9fc4e02051e7b09480250b5328a6b70251875b943_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3f9151da4d025555f4c0183a0ce07a2d0084beeafdc9f3f1e87a603053ef9089_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:919fe76dee99d772b668b57645779a63e1c3b7f7f40fe79175c27ae6d7e261db_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e19a080b5fe10b67fe48c28014879abbc87cf5077c32c003fddd171d06bb370f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f7708a1c1e0d4083c7f0b9e8d8704b91a4c823dc9435d5d3e986372f305e1fe4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:27bd19fa0c1eb00c55120e22b21eaab50f0eb75a84910e9d8a2fd3b5fd1c7dc2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:52c4215a49207586cb3f33bd1d35aeda857d31d34c80cbfffba02ba8c448c8a6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:62e5cb5ba2d92bc29a2087c9de9fed7978d4c5ffe07b0afb479eac93519c6df5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:68aa837b6a3bd95232abd62ecae3b040f2a7a72ced626c784c4062c2f28a6e3d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:9872321279ec2d108191f1f7e1764551e9c7099de51f595627db068a66fc4f8d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a06cb8024ab06fbdee295afe99cd294f6e05c36dd490545600967b8ff12e3391_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:1d3a2d2ae27d869506d3f027ebb43f0ca64451cbb635c4c412c85129025728c3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:c20a4f14ad0eecc3f88eda36bd65f1f390c6977a7ad5ed69e87969556b9d8cc7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:64247ff135642a32fb59a62cdcaae5f28085ef0578916b4ab2c90d31e67848f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:e0cf29f62ec486451053c661388f9a3a12ba42b84899b687fb3486666a42536b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:efc289b0278fc84c571d7adf9e9ee1f8b149c5d832cbf416803435e89ee0a531_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:47ac82d0289751c8c7e41da07173dd61836e606101a20b598c00da1cd1fc9077_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:953b8ff978f6523f4578a469d23dba6536d49a141b4e3729b059feb6d79a858b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ee224daca08de920de240b684ebc23a4da50d60130d9e205e88c904c8c755343_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f267111aa2951d22dd6a41c7362afc22454e365325b7a016d213505b7dad74f8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0ed3d751161fa47b7ed4bd2ec2c5bfff8ac5ffae0df22dd9a741cc64bbe2939d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:48bbecc83208a8895cee2c2e8ec677f59a688e02705a677cde4e9a8a52398d1b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:89ac959e411430e4910919132f95452d1142a45fc5c67088f15cf5bad8982165_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:db55fb30b025bb573317f113897a7bfa0dc729aa684dcdb0ac3066356b339bc9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:285f19a6dcffb48d4e6f6d3bfb44722f1828bfb2099a8736f2fc08cdd1481175_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:521f2693c3073993771af37d65723ced3ac83c7438d6ff35425ca5f663101676_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d1883837f227ea4b98d2442b46e5c07a9eeae549e13cd778f7c9e78494b53911_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f1f601e3a4951748fbf030083febf57aad02568058889b0122c8872e2d68d70b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:34298ddfd123342b87d28c047cb4a8c1b25b07352bfed57aefffdd92a7058b6f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4a56a0984384548771e1c8fa5a4a8efe93f472cdf2b64b01d6049b2f9187a684_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6765cf3c0f8d395307ae57019cda7e2aeee976ec060eea8a47703db0b18532df_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:8a8377100458d05864c6521e4b7550df73b5c3d9cade518067d5741fa9d02292_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:09ad41d3ddb9aba6d649812d1e48433f5778b1cd9d5e0e1466b34e6516b864e1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:7b3a100ca1bce2bced0306ec9d4b90a4dfe8596c5bdf51799aa3a7a1ef36fef3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:ace3b3b02c33261287a32253dd1c027769743797317ac4259c9102e0b3db6603_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d289ef93e6e179405cae0db5309865f76cefababf168006abf09fc3a51a32bcc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:20052a45d551f7e988cc0c38baa38f146df4d9d741ac71f17498d8ddc44a1beb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:55409e5fb153973038a15985a332681f4e3e41126f84b6a355c47314c76bdf2e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c143caae15fb4249757018e05ac8dab9abb20f405977cb41468ce6a8049c4342_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c5d456d739d5791e51544a45309ca3b64f763cb49632bc638950fbfc041b4193_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3ab4203333e071978d85f0f44f7342811d898cc388326db60afacd2395f8340e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5a97ef5bfe0456bc1528f2a3df7736c506e11cb61de5c41a1daf22162150b345_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:94fd7b1b27954fb59c11a010f4b8ce0a3377b38bfed7ffb20873a2f7a499f8bf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a936c0970ab66789c10a64cf57ae76bcab0f2f16b6b50e713373066f73d535b5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:34fb12d4fbb5f9b29b1b58e19b1c1b0eb27121ef80edc50a59e431a4e94638c9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:bedcb032aa7325e5bbff014f251d5ad91fff9dcdaf84a95e61e4fc4198f22f79_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d10ffca12372666b239a9fcde83a4b0da6c3f37fede3e47272bbdf9ebd2f0d91_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d5284bc6a4ff57ceca1c00af4ed0c46fd341f1e2a28b4f13b210ed327a25ebd6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:2a7aeb3139633e2014d99631287cce239d73af61e541f218f45a009fc151d8d8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3afe2f3016ac55bd947c98d1e4b957969357aed54423ca2f35955eac8639116f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6d7572f71fc31d580d355bc6ebf8eaa54e4285c53c7e0e418a7495a0fb8d37a6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d2236c41a640de0aedb4eb2f1ef143793288329513ec0911bc37ba688857701f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:7688c4b2355532cddd9b9d314d105127c494990e7079407d2f43e578610971ad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:91ee195223233fdaa6d83ddbc8e1dc33bc7811e4f1e6ec9f5ddf325f560ec38d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:c866308d315beaa691b25dfed4be0cace44628e0799527e9ca11d14165437d98_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:dfe468dbed566f02ea0ed9b5ed5565f40a00d03a344d2a230b0a0a83c783493b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:08710b0caf6f4bc16e72a89f596f33c8c38ba7742d0f1ee552336f9acc7f222e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1491efe6870dae8caca1a78c9c96f8b4b2956db3bd5eaa6bde59ee996506bfb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:2a0f11f0a1063e3ca7b8b04693ebe979e9953736d37f3dc3a91fa5c9912d79d4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:813fdba989d7b5a4aad5e9ce5bf5285b0e65745375dbdef899786d571c001b77_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0db523e5a7a6420d94d5d302b90c798737eb78f99cde3b887d3c3866e195b9bf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:18b7e5875aaad6e0bb8b12fa303ad6295bf3968daeaed2104f0f4ec3122446df_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:80c4e60cb2ab82621ef12774841d39e6ece9e9671114afd0d19b188dd7746d81_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c20dd339ba44e18a505db8bf726e2db8b6a764f7bfcd9e0d63d627d69c2378fe_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:528f1228123298362d5787e862306cc2605f3eb31fdedfd0deea7f3cdffb77cc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:75b18dbc6fef40173ab0c85ff4f9c4111e29afa10593ef9141d589f88b418826_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:e8147c001326caf53531a8917f91991b5ca05f31d30adba78a03539a6568009c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:fb390f9eeb4853d9a20c9bf02ac10e099238e94084230bb532029be4c88b7ac6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3dc8fa50d17a5074f03d58eb00467e45e6d74f6c5293bc57ebb8c4feb4323eb9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:51941876bbb8070423c00e3699bb193343e963358dcae8cc6acda94395edc5fa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9087e6df82220f673440368a5e81c5a0f3eb5e36cccc61cb40fcb56d92cfcadb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e3740bfa7355589784350a9dafc10849d32f1273327387b3b3c6389ba1e26dba_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:05f5bc9410d9859f1bbc1def6e1c74fd47781faf1ef26633f61b5d8f09ce8d02_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5e14d01db3abe1412de6cbd8dbd7d3598d5ba7d2af2f5e55a7ca625aaf8a9155_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:db0bf5b79be48f69d411611bfa74a9b1cdfe875b453a81ec5ea72a962c27978e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ddbaa3a482cf17a156f6955ec155eace13126ae83217c36c03eb2b826e7c4ff0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:02ce1779315733c6039fbd9f711d6c75da89fcfd4d6ac8e485d7aba30882b3ff_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:d29e550f223f287e258aa15ac71ec87cbd24e9d6888f22d82aede80b7902765e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1d43b37d6ee7556d8afe22fb33c7c9ab7a1ff5b2b38d6e18f762ba759015f87a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4e627ea7097e36d07d109f50212809b6477070750c0bfff14f3fe9d1d7ca29f4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:63e60a076755fec73f95d2f5ee948a50d895b69cd327296ac0925e301f5b7e4d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9028745ca618eda612fa2960f0327f19fb689eb36762515bfd71bb2efab0a0a3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2dc50c3c453049a1e81e8cc4559147a4fd4a3a6a9c140865f82bf628f2a45b83_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:734c982a6159e5c4077a12b1a0f72ad992b70f965873ea591228172e6265263f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b2a21551ad4c66e622ccd865529356920dc4524bfa4595e08a99e0e95438823d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3133ccf5290a245274c030f53c63dfa74d6e04bffa684808fc1815a07ebfa13_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:6f399ee5f4634353047061fddcb9092dccead96c6884863253b913dab93c2e15_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9176cf7f1c5ccd82d82dc1a8ea47c2bd34e2ddb54d750cbacf7735a04ed6a221_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:dc6f5e144468283ba4d04ccc155f9e483d085dc2f1b78992e5fcfea42db77bcd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e5216672e4e265b01384ed2dcd722b4a166490d66e19aaec457aca55c7e3dbd6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:4ca8bbfe3586672e1de22cdce9466b37aa0e11c5e9d94ea8da271aa5cad3df47_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:57488300ca265dfcad9bcc1a2861062d8b82c2b80e8b21cc3ed766fd187402db_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:660006e5e6826b13ea6d73fce4fe672d1f67479c44ed65dee68119369eba3c75_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:91b8003dab0652f1a06de50435ca08d6f6366e6e8e7e10a9743542b577728b1d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0017d40e539a56e2ddbf4a97b0cd94825ad5dbc9cd79e1a7e058bb0b11afec29_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:7a71babc3307efe03b8bb3f3cc5f9159a4868c215df70d7a78ba37b91294649c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8403ecd148b8f0aa7f1156fc1676307753967ae68a69948af7c3987de8178959_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:a4e02776f7b5a66943bad040650f4dc9e865f05a0911f4f9aba975c4b30ef517_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5d3d3cbbc28f59a6aefb1e54986e084ce49b69867d100e9b7a8eba17b764304a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5fe1d81ec73517468488ed1a60331a78733ce2fed50f3930b4efbcdff5884326_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:94a7a56873cf0e075740a1db93972f2b2505e7bc082f2faf2d3a6badbb52b08e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d1e737deb52f4f124e34889df5ee2a787db0ee13ef86842f415d5c18ff70498d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:0c8b3d458f0968682b8604cad6ddf02b1135b99c4682090dc78d9b273084a0ab_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8f02a07e0928906a1c075fc3510f3750c679361bb9e0fc7504610eb2b230a092_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9b174760063eedf3197e5664994fdc21f85cbc3be8bd1329142fb9e88103b717_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:e97049e759fd58cb6a2c8dc5b78df8dab7139f8868b1461a3946cf187b824f55_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:17b700ef898288bc081220792a7a95f4f1852338d3d08dff19ea02cc9d957239_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:675083e881008c57ea9fe8e73db8034a66a3f439c6fc1862db09503f311caef8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b94730e4b9e9de7c0a99431f90b42a5368aa0da03869eb8a71dfc92dce27ba7c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c5c12b41cdbcc18c98ec1632a0c9aec007a9672a742fcfe89a5b104160feb698_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2c51c07f11fa78b44eb528339da6291d1c660451a0c9774ad7bf8d8ea7744ee3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4d7e15ae24207bd06663f5c9d55564e220bef28ef150f62d2e9622f569490acf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5a51836c3306ed97366bc3c8f24a8f9e880628d1feb98854eb5dd10800bfae83_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8231352f700a733b13de64913738e0de1b89be5046736077f7300c21fb778aa2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:121025c1dfa4bb1138150adc737d7cf12e69ce21f10690ad8d740c1c1f2dde4b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c02ec1e4b586a812cddae6ea43cf42a6b9742d062fc12c18c2414bc48b5b96e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4c94c8afa17ce2348d6198c2914e9257ac9510455c521f6539ab17877b6fd974_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:70c7beb1cdbcba3eb4fb83fafaf740145b81d510ef56d5ac59ea4bbbfbfebc00_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:83efb138b8bd5084f7dbeb8a59fe1ecc2680a20d5853b7a15f47e1f87929fd9e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:bd63fc568a9ceddc67809e2271de8ef4d57ac8af283861a601547a6b9da2dda2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d0d429e4a3a0a9f015725dd965d4317e67c72b3fd846ef4b04c20ada4d067eef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ecc47300fa59bdd3970f0baf030a75e1fe5862d2470756cf32c389b1eb89152a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:53bfb1dd8b4f99a0252bfdad2c65960877a4e722f5ae88591eb87d6800d1d98c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:64fcb6ccdaa30c4e06cc91a40273c6be01958ca2c048bd39d8a87e8c09fa7d55_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:bd7e96fa5e3db517c91323142b8258555f04d93dc0f164b6e83249dc0cd1b416_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e5d77db3010b3e1d31e14a0bafb1a5e5ca62dc03b7b0bd2097b198f6be6ee442_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:0488437dcc9ca866c5b96278686ea20b5732f8e8038af90889fadcf90f1082fc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d1bd0363eb8c21c0123522b814b140a7595a459c7c286220b4b6fb0b9886a115_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e45c7964c5a89fbb1a8c6da3a905e2caacbbf8c433b0d56d1b260bba151b3e93_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f52e1ea0175eb2af0a63311dc0b8acc1771c53a7668108d7bb7abf2b814e37e5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0043c8e63c3bcf98e33fda7e5f532143b4c8fdbce690606bf469e932d8552062_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:465c03f230a374b6885874b775473275fe8866f61856fb71a8e2bfc37b712ea2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:c730b4b9a52549bb6204deba37e28ee3946758bc86f27c1b886188ba0f164fc7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f50ed1d01f799f00ce20f210b95774f2dffe7137757ecf86544c71a9f621f402_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:56015af081c97939fa71d978d511ecc0e93ea6ea89640ae846645121531a4a86_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:82a97e06294f2bbad05dd72f91d692449eb4094ce1edda7d651e2f1833018faf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8faf68e17b482f07fd1a4ae8ef292fd44fe9de5369d5129c3945acb56b5c2f0c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ae7b169bcaae3569a946c84d88d0ca7b42b530b475c4afc4096d5db36aff9c52_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:02335c6538b4fb15d9d4e2a831b9810db42f8b8fdd75cc6237534356cd1b68e4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:84a9daad04b0ef97a77e258c1b490c9a9c1ca502079513184e43145467eb1169_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:85c84e6100ea0c4d783b44a085cdda8be9b580b073ab7b191a70ad3c14641f9c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eef5b8e84cce56cf085ed8f8a2ca544505242606d44691b6d0beced7c942bf9c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:148d9d31314b0ca3dd2667aadf51d9a65cc88cd872d21d29e4c85fe25cbf6410_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:87bd671167583b8f46388c7e5853509fc9c20439c1b5f57544117fc9e1b1b5b1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:dacaed2c85c23db8c8bf2b754b958ac8990a0b0e917e4885b39ed62d08061fb6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ec4ca8db357714672338a773cdfac91101641ac1ea56905a5dba39d13e8c96e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:1e01dcb349b9e3afa77e9c217b2f20dd7c9c98f7b00be3852166c7d676dc1c58_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7a453727eb7aad288301bdce304da23202950098592114e1c56e893828b7cb2a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7e9f67b6e1c87741c5d56a3e95af004dcfb6d6c9cb4267b0ad4dd1aec7e9cb1a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d9f12bee214359955f20c9b4c0218febc8868cd47405b362dcc6ab05dfa573d4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:36d864188a182dab0197f06376c993fd661689e516dfec4c25f9064eef6db0a2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:38481cddbac83c19b28845b99fec4f4d16d46aca014ab18653c5e7fd42d7dc9e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6c5798afafe96f9c1de300cd8b709030655d1c92d03394b069b3f4100a0a4334_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dc248c02585e41245eb8e16fea646a6f1013f5257f5152dab0fd4634073fe15d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:142deb80cb8918201dfc20e0e86c5a70e704eb589681db3e019d0eed0a8bbf1b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ff7c22adb1ce27c0944f94a4994940aa6af3c4db60cf184d0865753e0c18ddcf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:09664db13d4f9022495031effd53a137ebbddc0e61fec151a26e565a02a5bf40_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:9b480de86de7566594ff61c147bcf0a6e8d5f2ac52ca37a2ecc32909e02850c3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:177b77bf798f3ae19e2b67467ec324e2352c47a2fa4f803c852cb7d5514a2b80_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5587380364defb07d81f5bb93851d7d726780e03f561cc5c4010d6cc4e237079_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:503c53ef4cda2a77d57eb611638334ecfbbe08f384e01084a0f2004aceccfd5b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:ccdfd936b1e904b115efeef06cfb3c1b13ec6fdf123cf87c9ad477ab47ea4d04_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:1f7ad22165ad761cdd5fbb7f037ad342f7b9a6f017b80ebc9775edd9bf7388d4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3ddfa7f1a01b1dbf4d2e999da0d536b8f3600e0143dde47fed1f6f2caf15a7bb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9aa910f86e4c953069c3e45f3c2db9702a8cafe753fdbed42e4c23f4837660ea_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a2751c4e48572281043cc6468aa40d2b3a8a1eef5897cef386876fc08de5d791_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:00fa00533e4616bc63471ba4e127f163a2ce06bd8546dc3fcaf2465c6c511ef1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:65d4474ec56e4cae8542f01d54006ee1ccf15c8a467dd7f784f1df806507296a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b1410e826283f79823ba6cdb76d666aed69449a847936c6c634593f31c9795b1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f3e84cda9ee1fae57794b0c60a7b32373d8a95546116ddb326751e9df0d1706d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:059c0bb97591ea1d95bc42274c6748438e32ef113039c603cbf8171ba3dcd1a8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8ff741a30a8c2059c8702290104db1f897853515bea3d054f5456a0faacd3e33_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a523a7ac9b9119290e3f27ee0b0c7a5d3cc1d8f35ed4e7aadcd6968dba6c593c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:db230edf37a3285f5566a6f82b660ff3394caa80c95276bc3992a3f45a18a59e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0dfe21d1f2ae4ad05af6aa896c0bd09417c03d2fa2e37a1cd3c7afe9d9f506b1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ae88b0138b8b945b1ad071a5ac660e6479f3e2c1ec261d80a4d7d862e94df269_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cece82ea1f03a889d37a2e4e1d81eca34a73857630b9874d05264c12ccfde18e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:e518e75c0ec848497d5dbbbea1505cd3fa96387be78d326f44094d341d1aeb69_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:4b9f7900c251da09ceb0c5e36e87322030e6fffb41da15b022e52f26967214a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:6bcd28e8610dada7b5ec2b6e14aecd9daf0542ac8528b8a1c9bec9b5c22e6791_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b4e19a3b757309f5ba13e3762e2449003ab93a1d3a950df031d0c5f88b338461_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f3745f0a10aa35a13620960671ed4e2bace1c01f0440c1cf222aec37ebfcdd6e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:10a4a0d9d6cd4779461dc27ea5660513c80c4231267cd5d5cde84626a52d8d88_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:394f1ad167455a316ded12601110de58f0666917302eee8a2933932513aabd70_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a0dda1cfb8ce56f6632c7dfc15f2d7c5251a666f7ff34fd78f45a064ed9fe8d4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d04c463caf59ab32c381bf6c88b9a55ad9a4934dab8cf66b1c80f3743edf28e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:674045072f2c791146899dca69772cbd83d8ea11305e024f697b0ecb2ecbd9e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:80d008d72e748f6d1578f0583dcabb703ac8154853cffdfa6c332bf2db662da2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b6d9ea5fd88f25c46dfaa17deec8dec67f3241a4e52ffb5b598ef77af4437da9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e18f121c2a8578ab7a54b48347a671e8a1e315e85f894ef67b96161a490aca44_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1415356cad67eea021d0adef8b7f8ac8524035a4acc3ae7080f26f8f3f7cc959_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:2f7be9eb683b2d5c65aa64a28e11bae43475f5a828e8768d468bc24fa0bd4ec9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c0f27acad2634255d689355942e8c0d87f624c269eca0f11b1fe20b56b22294a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:dcad2bdd0764804f9dfad2a4f33eb2fc105ff8e4cc1d2ab31c58ef2903f7cea1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:02dae90a28e2afa83ab4b358378b616bad7c257b8f7d6cfa2830092b7d46fd18_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3e0b68fb323e91570216f90ae2c79cb4bd35149dd62c496c39ee8fb615b62888_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a6517f52e257eefc0602db5e43fd946de57db13299d5077b1bdf872754253cb7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d6c465af092548962fe617a677d3398c6164c398602d7575ec09533d9654f254_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3a9586b7d44c57c683256faa5d9655285105844c74f728e4558c6295f73a3aad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5dbdf857d018b118ca8bae8eb52b2e117348804dae51da324225ac9d9a0bb141_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:7dd0655af57c7f8d2aed0f88a4b02ff21d849bf9c8cce7fbf02aca7d322cdc12_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:abab20e995be8b61590ad7dfb8de0bbb7c7459ab5413987562332de2c9924924_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:6f1fb02560c0dc83cb7ebbfba67370896f2d3b21835311fe5af23a06f4a45142_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7a90eb33844a25785c95b0e7332991a373e0b70560f979e8e9d1554f9d021545_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:92ac319d44a3a3d8e68f29488cd75e71b42dbc98b5898f662131f8576178152b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b8c7d5e513d5205014f53f22fddd4ab5c54e62e62e5813459ea68afd789518d0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:788b2252987b1992fc9c5d855198aa50a67048cc4d0a1e28240953e5c1d9528b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7a2a0066a38f2e52be47a1fec5c9a1ec458550d7ee6ca1232579b3fc98b7e9e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:939c609d5422bb4be66f482815c70b170d51ad2ea9bb0675a969bdaeff35e730_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a260d94b14808490a417d828423550eddd7b865035b631e9fcbb108d8eec6873_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:9f38e40a381edde4d367a6baf50d6159bab76aa34f7f932929a118960eb1b16c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:bec3f4da4ad493e8e34e5e1245338929dc916772222817e094fc0cb7c6370b88_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0816f94cceb27f34725d9c3f041003d61b9730a3c602b48b70782cf5b3887818_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:3d106f2995d5dd270eec34df31ac33f4a09dac0bd79bcd2031e9bdc35f20878a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:2c50f45d634218d512ed37008e62bf2718cc4275a9d944c845eb29bb19d0e700_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:429368ffc93f60dcb14116dd4a448f7688fabeb9a499b4b7c9c77018f4a31c3c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:48105c86a370a0ffd2c536e5ba75ea80fa94b09f2cfdf645a9fbbb62bdd1654c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8b9490cd4a69fece37aac8ced57235afc04a3389e16234c3a3f1d9a4f8a6d34b_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "qs: qs: Denial of Service via improper input validation in array parsing"
},
{
"cve": "CVE-2025-55198",
"cwe": {
"id": "CWE-908",
"name": "Use of Uninitialized Resource"
},
"discovery_date": "2025-08-14T00:00:50.788448+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:021a57a7ea58117b5942b474f8899924fe7ff170b234aaa301f86ff465726ce7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:37283f08df56189fd19f7052523f5eda5a5eba0096c32fc3926eda3bc9398a8c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:459032d57026d4dbb2af370f796c28a69e2e30389a84cdab0e43de4435d980a2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:82ebaab991c00d42430890eed6322e9d060c3b4581ad563383a7d13172de4c08_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:244a4dfcd32e2a6bed90fd5e452b63822af9eb60375b9ac45c1864c2fccaf765_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4eda87164b71e7c6fd8b5a39ea77bb1bbf138f43d5732c08e314369b18e2509b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d2d6b9b7d7cb72703bda76e6814e5714b101faa03b14f55507b82dddce6fa09a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:f5f2d566546e640f59746e3616b98dab55eacdd33ea04b7cff887da6cafbe380_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:21cd6ff9f8ff53d747746f2d772344a8a9be9bd4582d641a0d6814da81e42dc7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c16a9db40d92bd605eb9843f2fb30f793e9f807e924a98f58bdfe9e8ff5598fe_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f7eaa545a5719eea518c0d48a5010a9e729ca7657f95712b86bd091c6906ed9d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fbad6ec51decaf69511274952af912054493d07f8de4aeb044b0728e015e331b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4b6ce9a91e0408d0869e2d64ccfba93b8b0587c8c4514c024093e47d520b7b13_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5bab5f51374c260e261af4d094d6d834011bb00d20269e5f87c670ab2e5fc50f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:b046acdbaee02a88bc76e80217864aa8a933b4c624abf504bf40b3b5700a3ddf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:da7ec98aeffdf151279fbfd2d45163722323094e790ab1e5b14e3a75bebf7ba2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1320fee14f620ff211195e536a81bf80c41140d10d8493dca37f484b4803e1a2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:69849de1ca4d23c9faf12777ff7f26deb7eaf3026725512e29e7cfbfcb5e30dd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7ae48499c990a9bb0ccfd436de6e4586ba27e9fd4036b4efe76299aafc4520e0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:bdb7981f8aadb7c27bdc448ce4baed28ddd8d08ae1a83af66255bc70d3b87d63_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:06477b1ed6e12b1088fa198f1158cedd852d51773f75622a652220d147aad66d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:73cd8858eb6e706064aa3fb5b397696ad2a8d264ed9380ceeb8d8d89afa96914_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:95a5dd3ee93857d9e65d57257e2864774e0f1aa15d14c62765dd110807a7e983_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bf017210bb8bfbefa027c830656e83b3db86e940e5ef1f62e67fdc84545cd118_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:04441c2a5c244d0a76052a2e071d994d81415da2cbf49cdd74d3b64fae89fea4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:50caa5c63088b2cd98d85bf793eed760beae31c73d8cccc60f3c82f7e4a436f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5d302fd1e0d562fd3074aea7fda53b46878dd5c27f53b4086f43e0b60c69cd92_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c1ec441285a07891350ef5b92dfe8cdef23f963d39ee86b7c2eaa0f29deced63_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:29924ddf95c884e61e24bc38d457d4bb997c5a03789459ef7565f2350c778e44_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:865ec06e1488b9c81e370e48824dcd003c617f45198943118f99889c9a23ae5b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9c28ccab17d26b72d9ae5d65f7a1ea11bbbd2cd39076f517e6655b9a35a277b9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f2a4bddcbf9cd3c04f90623faceceb3f3633ebea89954ddd26dadad9b6f9cc1a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:0f34558006e45eb8ad74dfad87ee15c34e2d5bce5f192fb00290ba8f6b2e06a6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:a0104045a7c163322387f621af644a79ba8b3e2d44bfa4094db15fad792e7825_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:b83a1577d6d15ea51ba7417aadaf190944d02a36e1067ff9973b9b0e59f207b2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:bfeca6b1d120f47ef42ace529f8663c90e420a3d1067891268e0fbbcd0c8fd3b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:09fb74bc16d6152ee950f1e2e01a72244e43c030205e6878577ae8a288f229dd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:933bdee9a720806a6c7537ed79ad75e25ae64144eb7e738942c36b2a72427c51_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a882578ad9240c994b4f21955809f6d332965cde3686fd2da1c4bc1bd89181f5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:eb823609e74431800e5bd7fd2399e11d17ea8cf0a16a578b70f1447aadbfe8d6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1a4a79d38290e993721e5a239acdc973fd395188d4b47ef664716249561f9b9a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1ab570c571e5291796e3eccbc336775207aced63674920c7416c67fdcdda5ef1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:46f5577da7e69caa3c941ead5de0ce8e373a77348df4c9dda922319a47533af0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:dfb1568b260cebf47b31b5bc5b956dd573ef5e10f5c04bc7951d4aefba1e1c29_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6405c266dbbd8b035f0fdec36d4663fdc2e3981899fec3828e7bcac0094f981c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a0ce68bd8e54f1975c89b6739bc6d94e9ad8214df431d1c41907866dab1cd9f6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:bdac9d54f25066cf36bac0fe90d1df7d89fb91d49ac68c09db1cf14862c91b43_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d8254c11772cacaf25e2a1b24b41a7694b530246cb980ce80caa5298acc71c31_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1b5aa2a8fa69661df2b4cef49e2a8e25e20ecba84ca80d5c671d8cdc73e7e31d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:54c656c9b7ff7f7d9412253dcb0c4484233f4cbe77512b63e69ba1532a4a41d5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a2d16879e07bae5f6eddbb5615c313001ffc4b74e91849ee9c2496bbb5996616_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e37862fed49b426c4344fa755c3442dfe134922b3b5a3c80c4bf4abaea7e6563_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:04e4334b0ce10eb5402543501944e72b9230c79f470f5976f8e5bcd5a18cd28e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:34a11ddd5af5a8d2331804ab76c6319587bcab73bbafc10b6f710260e5ace5ec_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:86ff72407e38fffd121bee52ed9e1229213f5db18cf1324a08296597aaf494b4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:edd7568d61e33652709d4bca937a801a4eb6a0f134ec7866eae3da1f19a01400_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:44623a58b3a052f8cf871befe578ff1419b5a36c9f61849bdf58a15148c3f65b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:78ba410665c68a41a5adbd8422a349de2274be894328ce523364f1ec2a71be01_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:823e1e9e7e7743538180596210828b19b6e3c8f435a7c792be5b945be76d9956_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:eee0084caae19613373c30ac9d2f25de2c202dc83cb6b3077baeab3b2ca89c26_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:17d193d080ae253f4e43ab259c28fd84f5f738967fe2ad4b6528fd42dedb86e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:36ed0be4ed17c503bb07435b198cbd5e255660bb1e72ce49db7ccbcb3ce92a23_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7c1aa77f92efcbd6fdea6120c75e2cb19985aaa2cc48e2d4d3d4ecb87df0d277_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:d6dac5da24656ce0a1494234b06783b5e4ef052c0d283e66f881c21d1766c51a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:380b5a968a30fa54a963bacfc37767a01f6067b6290fd2d877d6b1943a7738a1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:6d1570e8f771ef561c5ddca5410cb86dbc94943cb23b6f96fb2dbe5b9a2f1823_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:7a9f65149b802b3c2ac4d2a96bf53c1dd6eedf8c5fe921783962197bbce94207_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:a99a994a160375e89550347eed1631bb0d12bb4dccf7ed49119935520b744235_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:22b6a40bf066153e072a2d22e48032b91a7f70e2de0d38b2bc5665b72f5635ca_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:499dba655c620472ffee2c73f5f6c53599dcaa8755af1ddf60388702041c6cfa_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:9f82e685ce4849aacbc315249403939d8e9fa55ca297ec0d829d445a3133ed9b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b11b0fd3272461cb95d4f3c79c5c1138770085b461fb8c64c5f19f3f2276abf5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:06ef27c670aa46891c208f0a1ce5be98a92a321e81865484c17db725d6c48f6f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:50187fe1e5905226e869fe96d050d1fa6c91c0ca9f360456030514a0f3efa2a6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:828613cff0791cce90feb1abaf17c31f8a89e409f605d23ca79904feaafa8cc6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:889a2f9b69467f174deb05d9f57eccfd85e8f6e2ce2620a3e3b5c15019a108c3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:381cea76282031f4a018997a2ddcaf6222576807356d45ab3357b52a30f6bb3c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:604bace7f2173c964ecf1b54fe70fc08abbb7a39fcefd21af752c7a12f6f5a31_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7acae5b318d8162c7da445ecc28ed374eb1db0a92e3e6136f1a3d6a82bd75495_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:df00671b04cef1d122484a876880dbf4cc250c63730537fef7e1651b58f9a9dd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7246c15cef44f3945840162c1dab72daf8c0c4999345aa6ba148dd34597f4ea1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c7fa305a0d4a592411905c2f44a8218e25caa39e293ba68e1c84458683c93979_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ccf25a1cbb0c79753f4049cc37fafb77d0f8dbdd896e4cad7e9674877dc84589_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e1ff850187bfcc5e53338ee32678873692eb81a7bc72c5d3a928722571d312df_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:bda6a57c2ad84239536aec6a20a9c37fbfc7aa13c994647427936bf0b3b3361c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:49da4e953f3ab4d734c88b4371082bd9c6fbefd00875d8c3f0f8e58f060b6a25_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95c4abf5e354b5a324515cf6e69195ad3576383386665683d4bb8f349e558416_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bbc0c1a5769338492d873bdb15757525f69e250f5a4320d36f249fc35d57d356_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bf5e48b3778e040c4ebb1a8b0bd2aca2e7814720fa400115ceed9e1745f3e2fa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:2b26daa64e5d4151cb1cb91cf459afa93b2bdabd2b9d5d28585bec72484c0e63_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c2d77eab011a8025098e1254c384f83af4f7e0d3ba9e6d2772eda689e644b036_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cdf9f5f665881fa0c5a2f3c98e4c99673dbe8a92cdcbbe6b80e9dce09f59a8dc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ef4521604c721bd0ae8a4b822ac9584d3c7c8a80c5ecfe263da6ff9500d95ba5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:29a5ed8364575efa8d539b05c002e8b82cc57350d4c015303b4fc46b06903eda_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3751262aca1a347b013648e64294520615e447cb875b1e7c04535c9c5e843ccf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:5bdc6dd4698facc8189308328f6fc62ad7f4a3a5bf8c8a5775fe6e966eb44eeb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:e4aa456e8c865f66105e9f1828b455bf09d80960759209703df345a559b36608_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:74cc690a06a3f7ede74550b2416957a6318136ec7b703de33588122e7222eac0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ad7055ad351c0c24582721dcbf7f422b6a31290104530458e456bddd1a637938_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:54ff1a36ba796e5b88ae421a3836220f5774f0694cd49da8aff5f8c1efaac958_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ff8879335cb7031227028d3bbd5ae3c882c721871a28a42216fdf94885cc48f0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:4bffd0baad38d0ea6f54efb82701a6530eae707565fee41e2e65682a990267b8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:6381f7fc63ba688a5514eeef31d629e8e6cf01d6910f29f7dd38cc48a49f392b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:6792be8aa7640d171ee8102e5315ee2cb5e51af62f7f9ebdfbb0b54e89e35cbf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:e168e04989169bf67e16af77f602c8d762b1ef424f4abc92ad8ef8a135d6fe69_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b9e9f7cb5894890829532f10dda00d008bc5745b999b76daa26b5667e00e0b87_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:f8ab11c42ded9679807701a6c9564ff67b13ba875e28cdbb7663d9382f8e194c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:203f1d7c4feca08547dfa923507640370e669f83029fcd373e4e93461cce9421_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:8b16e6a9162b06a6565a48f4b05f3a1681f9f6349278d4f44d93ebe60d96c566_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:ef131d257bfc318cd0071ea2867d209fd8088da69e92fd3d07bce2b86d4eb2f4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fd5a0222754643780d37e10af8b077bf257b5b4be2abfd2393f0423a4fd4b291_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1f910938470138dfb6656b608393e46eb5c59d76edcca34b8bbc7148f2479061_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:71ce3309765f3dea75ed45541065b35f0aeb697d59b013294775e84b780f361a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:313d893f24ad6f2f8c7881f418b9a5e9c499674052a97434372d1d079411ffc2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:93bef2950591dfbc736a80f6a92659b6868991040450c5cc415d32e225177512_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:9487390a62cbea3de31fcfa46d05ff56a9d088426101b056254d0a3dddd6631c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:d4cd54fcdc26243209c918dbb1dc54e940965cd12cb6d05259c0ed45e3755516_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:2f9449039570a38ef4191b3717a9597219919ffaff87b645f06c4daec74a3cbc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:5d72d27d9247c2a9ae05a1e496eea2c264df19be8a566147cf5cdf378d82ac4b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:2b1553659b6cb1a4fc9e75dca05c4117d98894a5ec55a650fb60a2062cf1b79b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:35d963f072ba8d1d78380c48815bd2d06dff7f1917e493ca64a37d319988e6a6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:42870b8a98ae271ad0f0b23ad541bc37a9585e93dc6822f149a0bcf53c78036d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d797ecf477151c6821be3fb5e18dfa8f8df04233fa9f7da7b554da9eb38f0058_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:27d55172feba74eb9712fdb42300721acfa72e5d3739feac7c4353f8a36b4b38_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:5bba9f8444a0daf6194a6eda5d1b027781717446435ae4249a558a31fe17e06e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a8840079bf9bf05cf2f9c4a7f38bb45b09baee82128d12df604007278fbdb198_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:effc3a9f6c7bb400163dbda690d84d9ef4d40736105a2594209efa8c0c5dc80b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:3b6acf7cf4c49d979d30049d80bd265e7e8f17331648008bb4f9033822ed0a41_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5b377378d275c0a152365c6dcfa6e5f51a30de20210991ad8a4b5c45654cf022_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:855e978f66e69d149f00f5cdea64c68b677a1f2e9e1c28f3f67846bd5497ea9a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9bbfc2d46e0e771ef7bf390e121f26b0dede58ac0ab6cc04e7592469a78ae5c8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:101533b9ac484f5e8c3f1d95b742f3596fdf42d6a706aeca5712648ca50e8ce2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:2918100b369a980a69fdd9d0bc0fc7c898bcdde23f8ac8c9a8a22066f2b1d87d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4f2d8d750ce5932589e4c3b10579f00da60407a89be1976f3b54184c997650ab_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e7b4095c367aa9811dba1e43cda61f60b54b9536d9900990e7e6eac745ec7ac9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1bb758a596fc11988a09a696981630bd00a73dca7c4ed52799f722ef87db6a91_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:50aa9b6ba005c3f004568e82cc73eb56ba6342720626f9a35eca618fd1ac9cc7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:982fa1221449a4e78c06e6a13b7ee325b8951a8a04d0014939dc49b13c6ab79d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f055755224db92970aa09e26ab84f8f8c3a67c2c8cd442eb4e7764e3474d4613_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:719c8857fcfce93887b77a94974d418e3bf19befe0ed25c5974bfc7ed53814bd_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:90f04dac670c4d0c505cf8f96d020c9e3f4c0747b91dc2a2531db407ffdcfbd7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a921b1d40f1ebac4edf1d6bbe26fd7e39329776044e17d7f2409b20792acc271_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:db281fb5bc3ccd949d2156d7eafe5691ecc317c3e690f9987436d8b4317e6ec0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0a68822ea4fb06b74890aebdb694cbba827a5c1b9519b5a4d2086a867464fa2b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:38a4de43972a5ae5404ebc5862329c0b59ee5a6c72b5e3fa8be3171ad65ec713_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:dc970cb4ede420e1d131a6146d256269ca6fb34b633c17315e6b202723765bd7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f47d18b4634f6f675e50f165a805f33970a038843dd48fe8a02b3924fa70e8f9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:6731876f6a37e6e26e079b4d8901f7bdcdcb6f34f8f27c850ec813ca5b3a9543_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bfebb3f4a3a9476c2307fafdc5ec3fe7586c51dde9c5448fde7d34e37e2f45af_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c6b9b4bd2d7210a42dda555d8375807bec66a4f8693fdf256042b49b3f0130c6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:eab2bb53112191763cd944b3b13cf750ea9390b56d7d14d312183ffe56d0a394_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:3ca197c0d720c1314db2f36fdd4f1fd81f0b729829f27b39508f0a6e7ecf7bab_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:475e121c7d6f480d7d2545252a7b59510a66cfb609f586bb587595ccfa3b71d6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6cedc3acc4032d410aa6c0142de17e62461401a772a09c795371238dc00fe91b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ce34f62e6953d64b6566905934afc4a1f5911ec68483f5ceecb59d187e37a955_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:2037952b4938add2200b79534d571adffd95bb0c6ce04e7ea4a6c0ad85389771_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:698f43ebb93c00ee0a916be218a7819d0a402e32c12724afc51f2323c26d541b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c247cff3341da9969055ddef313806cda81c2dac492ce683d4abcd5ceb5a9bc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f12ba7fce7d3a13280d4bfe412b9b54ca22baa52b90be0fd7825ac719f1de068_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0d06e661c793f5524b749bff4124ebcc17b7acff1b57a672064c072dd7b0390d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:484c08c7c512dfb681137cbf0cdd45f42ed4181a690076f6dc6920724687655f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8a100494af630b1dd1ac3e0a7c75fba4853a1e7471a0b6eae2f7d6b7762beeee_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c9329187e9bde81fc4f0b4996c909fe4e9354e58fe353340600532153254e5b4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9143250b98cf0e2f2b3ec33bc25a856d0b2dd432d1994740e639bde2ed1deb29_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9a7f2845529ffd78d9193a8329bd1761b7723678b83e8d5362aaafa657c398eb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:c6ef91fb95bad775d172019ab1b5f9c275c2302f85f04c0504273be57eab1989_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e2becd018c34a7c29e770fa329cba4f1a371d4b089451365abb35acacedbcdfb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5279e457358edeae97e136d8067f05d60b4b806c92e687bbd11afecda4840eda_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5d76a917f9cea787b11ab23bed912261cad050e397769c94c1b70cac389c48b0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:88237cdb1714ed0759ff8c96466010145ff8cfd60a7dd3debec25e3a2b33200e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ff62706a4904af960c4989c87712d896b34265fcaf21ecc9500daecd03561b38_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:15ddf484307e3bc53f165873cf04ea008f4f5720effb19e3ca1aeabd9fae64e3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:28a6a3b04348c6191f58b9b0a700acc995d5fbcee3cdf1af5e34dfb0a15918fc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4933a9cb0be09725767981638b9139867cad6a26a228701ec034d45c3f7da4de_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4b571bca7d279192d7095a9d157cdf40f553543b6a39658919bc5920445d1177_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0f18441bd2e164906e7bad119d70b8f5b9b47c1596d58b6d812ee1e2f4b6c0e5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:77df277ba08b5a6efaf78b4ec5e59a7aca2569e00e7644d27e1d2653d80d150b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:afee031de2fff6cb0e07995b5f6c4ac83ab4cf3b83f23a3931a4d7e15a512c1e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:cc8b86ad3d080ab5dedb159dfca744ce669341a2491e5a0bab4f59e3dae9ed7e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4a76171907bffd3a94e149dfabb6170331e2fc0a30f3ea7b8eba1cbe68e1fa80_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:62f935bfe570ea83e376ea84589bffcf0b99d30eef620adc813f72501d982705_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:75a992b3a14138492b585b3500a6b6f565c912b193834fa562c990bee8115e90_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:9fa46e30f86fbaa943f136733680d0e8a668df1e04d1bcb71160b8bb795a2df0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:58b7b6502847bba5230e65e90a10350d8cdfd331f5656425dd2f310e3fc89cb5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:5989d793b9236bdd9dcc1df6d4687a6e0222590453a5e4e31be75d0414c28056_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7e5383d64b25edf87578b2cf05de47d46fdd2fb6f1f4db5146ead38c887f36a3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b5b9266258ab925a7dfd33b86043873af4c0799fc52befbc476f875dc44b810d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:100d472991b3969275774576b60f5ccffacabcf89eb52efbb744aa441cfcce99_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:9a6fe277560deb4c1c2f91a1d56678c5956bc9ba958b859eaacd371f8ca753f4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a2d2bb9ceaaf23ff8430662ff6b267cb36848b2cf311bddcdaae8e33e8736306_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f71926ca5053134743dc906e1c5bbf2fd148acf50e44916a936f3a8e98494a04_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2dbbc016c4e06676f796ec4cd51e68c11c96bcdc41de8dd37c82c3c5c0825cc4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:444b74ea4a7a8a664746757e4417aa7e0fb33fed32a4755d300e14a49afba481_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a330cd288cfbb99db498c3a7e7211eaddc4cc5e39b6343fc6589b958c6ac44ae_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cef4f16962b3d71927c90e2573873495563e3144b6e3e814acf5a220f1b27193_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4d6edfa2e5e9d6964a5b9483989f491cb5019ebe9af55116591b321b499bd12d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:62e2bae1dd93787bebcb5f1b58499693f4c6fd620edb3254b776494d2b5a55a8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a514202264b03a6c80a02e3cfafb7c6a86482449613b5ec0052d1040587fd088_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ae40b5055051c07b225c15723da95953a6a7d2dc6dfec8d0469d6f857c8424d2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3882b19d141998fdfd1197856ec7826be00034d72633396be628002953fc94a7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:39282efac8310ed389b4acc4ff3aabd6367800953c1e8fecbf17926306d1f419_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8df02a6889e22a9763b5c0e7b6934824f682f4683f2085f82dda54de427ba28d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:fd15b8944403c78ee3c0fcbe08aa5ecfcb7b10c14fe5f1a20ba4873295879c8a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:011ac49df806c01b3f64fab0b3d79355b2685c8fc0316653f34359b451ef2ba5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5929d673c5a6a568c88e13586278da184ebda4c9c5a9a4a1f9154ad0e66340ad_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d113138d214fab52ec3422cd3affe8d3694a1ec30b85778acfa8b114ebffdddb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d91c11d262c19c1f020e9b53da07db82b6d68533f4e697ecff6c722781b4a4ba_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:5865f0a925e725309c27dc1d71d0dc999cb01b4fbde764ba8def1524f978c0f1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:bdbbbd728c482c0c5b5e87af470856aff0c8264d3f490c8ae9d987f21d5bac60_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c1230c3643979aff1e615e1de9bcbc758c31f7508b9a3b25fd2eb323eb6b2490_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c7649d6adc16287d38318b6a50107dc1d3aee2e842a19e09822fb86fac31df15_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:70687b2657e8f1cbbff110582b55f3104d0c7f47a44ca1185a7f67e421d76a17_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bda8d910934ae595f8a53675c74094693de8e0a929fc7c52458b2a9f7cd0b4a6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dff9eb529ea868114b0f46c60f4014b429ce115b0ce949e6855fe29d9270354a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e56bb2c28d7ddd2dbac95451cc16d547718b651532ec69c85e8f0fcf5785d002_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1670745d88d0d92a262ab445f81956e894ae5e9b23d490fab96860957c028771_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5cf3f4d1346c07a4e065dad2df083934591b45c714f503b5b617d470e87f1db7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7adc722fdef132557c191e026fdac56278584f6e49f3902179fc443d87a4165d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ff467f13cb09556eb490743f878422fa2493b8bca683b8759d7926e8af97dace_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4030ffce9d00de08b95d660595f0f67b2b83756ced6c6439da14d36b0b923729_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4baea4cfb5bc4a7974f90c3bfbb25e23865b659fd078ec45b4c36ec0d11b78f3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:829d8937eb34548f09b89de6dd5a236ae58d6f74501f44c929538c281a8be920_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a7fc85a92b1d5f7f79d8a8a63e6d9bb4dfc66383ff175fbd956deb1de3127fdb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:78adc3f034871d6d77793932d11b1e5f4b2ff3e1cff0385b44811210a3c84dc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b836e8f7b31ba9c107a08e3be1cc27e73afa4045210d7fccc817c6058671aa67_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:cb550213a7e8671953d5b880c0b651a566be475a3ca0f5b442a2fa9b0bfeeb1d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f727aa55c29332a39fb4e74013b9cc96ea5b32c9cfbb7cbcd79c7031d1a6f44f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4b1f00007dc39d345013c99c38163e0adc112e5eb81fdf41e1acaa1e0064d7f0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6ae9a652c5693c55ceb3ed91fbac054d887142b0f55882c776e42ba20d1dbdcb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7ae4ffe7112d35231314490c8d02c6f0947b54c240ace11a87c07dad44d5be4c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:934380eb6ae83360d1e11f709c58d18c2e69e04b3246a02846f26f9879ca1edc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5580313395048ffe3d874dec574f7f1f1f21cb84831945de53a80856b4e945df_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9bc152718354bb245a765da17d12d0477cbd15d7eda5a86b8c5b1330287fec4c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c00d2c84a5f8c5f1c674d43eddacbbac05782b81ab98cff83b606c35b46d18a5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d74ebc7fd5b30afecc3d9f61ee6c74b2c0f8519514c5614ddfbe9bbc68227509_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:84ca4259de3e923248f7d50c3adcea713871d3d2da66f172c25dd391d22a3bb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c6381254579086af7ec69a4e610680fe0e532a26f7ce202c72d047b89e0db642_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e0eefc7f55d25990d314c2ceb50afe70f7746e467ab7a409fa3d1b44708d9ffd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fed1fbc1295974647bcbad55e52b199c2d3d4307a3e53e4f8b1db135df9fd8f8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4bbddb6ff2f7429b2f5730d4a3f529b80784f8e42a0acc025e78713d703a2efd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:53a0ebb5fda619248605abeda530cf37fdb7ce99e7b7314cd5bcef2d8d8b7004_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5e37b117f72cf1001bea772e1302186d8f86c0980534b7f359179a5e6926c448_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6891d22800cc10bd8d773d471bc71c4db64460efab4b30202d42da1daf61a3fd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0d1bc6ef87ea978c23ca7189fdf17ad0f54a5f7709a75a25d82e7b84ffadf984_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:107f2fcd3f606044c570a980c176047870b304f3212df747995f6eb8a45749bb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6b6e5e25d50219a95d914df16c1c4e761d0bb45a9efd054572e54054f27a6f0a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:dd60fb26e79143000563578f9d72e3bb7cdde4b73dfdfc148b27942197d3be51_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:053d5fdef0973f6017991487843da7a64f8a346025cf46a7c575d6a4bab71d74_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:26318acd09b8263236b4d266c735aad015e3a4b61daafedf266ef1115968f536_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3ed5dce28d62c36a87ff35dead5806fd124a187e48051a0d2b550b209c9f6302_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e06c4933f2806bfab0f36ccdc159675e5fe2a6a084f98065787d304d5df3b7f8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:055b352bfb76de2eba0b9f0d1a6bca199c6e913e8e95879e991c5fd22095c677_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:16e31b5411f5f1924cbcf851f1b0463302a34c31c5c515220923f7a2050c18e8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5909f73afae46cf2ad00a9a6f1c38d38acc3ab00a0b97ca419110492d7bcab7d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dbfe981d5b05078eb1158624dfe2f0651cad81b92aafbc671cb6470b49bbb89f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3b166e5b5529c407c2f8e372414d043fc617965696c5a869fcadfde2d14d716d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d3f6483b465851cbb520810069a18136af80ccdf79fc1ea80ddb4687ce685aca_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d7d33c165c3d0cc0e4924e8c8d34bfbd1d72e2aea301e53e4b37b712e94c06e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:de5e8cdb75cc79630290f83ff179057d25bfc11d37816c57b6f66563eb3a2732_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:24abe1e6ee078487af8ee8bdd5dbc267c18882078a7987fbd63728dc2b65bb75_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:552d01e66c6b2fe59104b8a9f3e1e58fdcd7b4d4cd63db42883ceb119ec0ef25_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c00c3c5e7e106cd6527cec39e5c3fba990d1986bfdcb691b866db80d59e5f82_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bed1aeb4f58c045644650615230eaee03336daf78d9342022786c12f29da670d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3b213ee7154fd814e8a904c3a161bc16ca7419163e8132ccabab76821c33b310_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:721efd9cae7cd4b43c6bd498064a6c427fa32d0ba848f8b0bf7670afd662bb18_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8f5f0f56604ecf94768262496ba1e29073e87ec16aa8f434674b308bbd00678b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d78b1c13b0ef255bce1e19973bcbef04d40c517301959a7f23d23613a95c1db0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:650f0e2357f8d302f10ee0a628868f985c5a8c8a4e6af9e6793a9051b33205b9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d5a3ff1bae3686aff1781b5f5f9e1a7966962b88a1e84ab4eb62751aa835bb78_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:db30f78340370f9da03fdee73445b72160c35d83f44f708d3a62c9dc8e88bd46_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e88ead481c18a7b6de8ba7f609a1782e45e1ce85f2a158f259bbe68a9db261b5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:0bdbde169ecd68d82366f3d04f947f73715797fae5c3c4561e7bda5b5080dc3f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:1d45937273065c5cdeea502fa388172651fef5a607db33ea72c49f2a50b29b94_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a562490081e5dfc0fea7306931e2dab3fbfdf76cd83768b7a43ea556aebfe4f9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:dea6dd04d50bc97f9e61330140f61a7370e31e474c26b3526e18b0ae8ad56c41_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6ff785742b50af7f2a15c1dd6f38eb69e9a1a20cb4bd635aacc57a5557dd1b4d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:d0e6151117374aa602349bd1028175b94eea6f8386832df622d56715cbcb675d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e8fea02d42c9a9b8e9ad7642d9f08d705eb6e4b3e3681cbf6281c7b8b3244ca2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ecac534bb32ddc645101f6565521b08fde95cbf0eb2b9c6b896c83ba23e8b6bd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:55e0877d1949d009d71821f6779aa9ee90484fcccb820d53bf53b90f7d412636_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:775af20537e6f4c84985145f44ad1ae2d5530ae06859c2549d1d85a2e4ac54ff_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:a1b02b9608eadb4388dc13fb5ae55fc6ad64788f93186872c133a0ff1f5ab487_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b5d732e8d36668226255dbfeb389994104d83ef2be461079b66557bb20d799f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2e983c69ea6e29aca4f36596a0c697c2935dd1deb08a4d3546aaccb4e3d78ae1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4ae2494b702a6c7f68a65ea730f6df3253ffe78f2d178b0714fb6ec04cba5cc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b1133f78075f3364ab85142cf6c8457820e2e1f31a5b0750585ee1adc1285ba6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d41fc7e76000bc1b4016bf10e86fec44f551b127e17997fa4bb13420219fb3f1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:25acdc169b3860a10f46dea8b842626acc639aec950ca7a9339e96a2bf1ed7e1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:453bea2d5f94523a88f37acac9edd0a8d921bf79409a260386fa458cb18d13b7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a70ced1330a4e7a0a7b81bf6b19b3346ad5bb6e26398c7f0577994d48712b2ad_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c2a6ad45ab46c0238429cd0ab59bf169ff368bf68750a011f481208e56fa0268_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0ab4e11886c642fbcf7560f780abf9046b73dcfd7dc9cb0f086d9e62f87fb271_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1283ae9261afb1293b597a8da40611cdc1980b1e403de5d16669c5b7d2527dc7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:89ec13946e699f6589c3d235cb515b92ff48d1d5fae8e7892279b64d41b74511_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d08403f8114128e063826ee0cb3324bba9f027d7b2feeb6f7c826c9c4925579f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:2aa0baab0fca2bf6877260b871b3079ad96c37034e6f3d0a45cea4118cca230a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7f886a3942b81b3318e288602c88de802278bb77c5d11ba758f1d86f2f028abf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:940d02c46f06fa92818dffd1842010b652856e09cebdec33e0f0e1a1e9b1b5a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:cac82b041210a06cefe512e89c5755e972f6e125c69a0dae87e454e259a3c08c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:12466469754c88d41872c1a061c1eb4349cf565b5fb32db651f3639aff2df67c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:af5fca0ab8a1f5374caea5b38486cc97c2be9d884a55542faeaced44a4a7320b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ad60c87d6e05b51b5351d2490538c757547b43a679256052b600e3fe8e80a594_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:e8372026bbc873c38ffc2c7df35183727596993dde5663ec27a2c2fe401e04f1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:736b406850af746470b1bd5dbc61fc4b166133e9cb50aa528dc1210b2002d469_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a73525cbcab817d0472f544883106a359b9079eeb1d8628d8b0185e450662361_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:84664067a273cdadce55bb8531916e8d8edc7936bcc57bc2dd1ecf57adb08c06_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9a006a111625f85305fbf3dfcd9a62592357a6a282a1c8ea1edbc48b2ef7db05_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:adb84daa38497eef3d89a9b42fbb22fc04e94f708db4f1f02de21dbf099ef788_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:f81616fe8dcd6b63df308c58bc1b696f9b3c488ebdfe00d7985026b10d083de9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:07efac034de568e79f6ecf97f924fd5ce7104e9259d90747cc0fd3e0a7bf4116_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0bc9b2b997bdf9bd285382823ebb9806502664976c2dd7e7b0d111df7717e77d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:165fc1e58447c7bc9febc3ebc74f90096c6e48986789d4e66ff6443f1d30d024_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f516ff3ac172cc08e88f25a0531a3784ed212897dbe0b05e04dece7d62eb977a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0d455e21bddb7ecd4c5b8f077ea96f046ba3183d17e3755ae95f8cd112a81179_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3d291642757ab1bc56aa6bf8b31b383a1867b06fda7ec093daf361e3bb082624_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:91c0c9cf474e9dd3b7dfab43e3e651afcf950c183a51321a586d5e98e3b8dc82_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:ffcd35b620a75ac1d121b826b37ff71f5006684d9222c440785f06fdafef5531_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:56c2e0f91eb13a89c48ee5ebeaecfaf87dcef3f85bf7f7fab37e3cc6c9b2dd10_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:84e22659ec76ea69dd31d0c6bdb39b752d4e525e7425d3ad282c3ba5c16c19c9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a3669bd8567383f9e15755e7640b5af4e796ce1d6bec3b6f1139645b656f425d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:ac7eed19416dd31a76ce8139a4c1cc16f2201b1dbb1c884dbd20fc5a965b82a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:44020a87c575f01d876bcd559d0b37bcba2f5bb4337a4f0f40d65196a407910c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:7272870ff2a94fd3c026f3c3a4e985a2b2eb5c47dedebc00f2cc25a496ec3e90_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d5e64fad675db5b1a7fe03720a35eef4ef6497e49e928b7cb0a38ddd6fa9187a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f4d0e3f2751dad9fab70a9080102f7c0e82a784e516f993e1e84a8561c33204f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:174b142475167275c428eec2892e91ba557a1783a128749b9516911a366ef54e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:52fac1bee10c7847bcf6f7dc9f027764a183d462e46678b5b9aaac9611cfcec0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:874a6c39ad36a55efafc0b690d17aa4eba8df8f30831a5315a198e692e405592_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:af2f5f615c4e9da63b09f2b9f52ef632dc76793f51730ee67a96d5e99118d552_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0867d20104c147d58a3e119c8eccd725d2b5311bc563cb4030c18714e085c80c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:12bf752f4f8f0929752fee39067bab20d3af32f9d767e0eeed2cee9dc9cdf774_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3f0993acf410b536a4c2be24d23afedeaa6d4b02a8055100cddc37443a619cf3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d745b47be21fc6b98e8b1830c34e951271362105d32704cac1b1a796abddecc4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6c539e26ca346ca83a4c024a374f3874e858602b71794a1709b8a08356744b46_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:94e6571b95628469dd361c3ae5bf4bb88bdcf68636c0a7a6f007a19e32216514_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:978722d03bd0e1eb78e35c188516d960ed81c8b47a66e77ec7ea465634e44536_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f270599d2857493437426bb7ba58ecdeb0933b244b0b5e81d70be8f06c734c4c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:07f5c5ba5313539cdea53ec438fcc97c698df8284bba4ddfc6c7af4403873362_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b93c3b58e03d6fbfd8d73f6f0966ef5d616c0da0776f516ec826e4f5e0d4bf1f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f5aa864ac9d9a3e5c0a412e9bf6e22756f6232713e14fe4194f61b1a1c1ad52c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fa3603fc128be2cead70ffb3b0b0b5c9520f7826bd46863a86b1853e62a998f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:382e4343f73dba48761c24841e45aabdf84a7f4de996be6515d8ee7c3e728c78_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:840f25f86e1850623e2929597e072219c2119b08acee3b81e8c7aed1b92fcb64_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:8f9eddba528ca5e8cc40717ae9f30253c955be657f8475a1c4da66c257bd1729_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ac7a2fce2be014fdc4208e98abe50329d0af9b7f7af98fd27e611751a413b4e6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5ad568a42fb0d0f2b78702929b75ab8fbb41937a853b4344ca990776f48ff85c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:821c5edd5f5ea9fddd168482dc437c6eec19231d95854abfbf1bcb150cfe618a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8932f2fc5e81fd7165d50432ba8994896c9ac8b323d5cc798872c1770133eceb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:df49ea17391c34a0eadacecb37c7e00552af8aca3ebb648f28f3f805fb79495a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:58e02752411f5bc061c8dd98bc7dfeb17780ef24ba8c65e590e4d6c5213c267f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d1c95fad91fbfc41da5d6871fb0a3c07d20652b5fce3f010505afe0d24c1977a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d6bfcd46424e1719490ce37bff728ea278eaf589e052a90b3fb30a9110aaa298_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ef555584c97654b76391f8e4d31bf0200fa82222b3197ef928f306c8d70f4881_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:520b43e0497fde1deef41e5f9e51448fde032769f433980802097e1e4216fb6e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:de2a25058c3aaa6f98e80870aca51d8bfd16354eb2da93e7498fc804825babb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:fba545c7b9accb5be03b9bf1931c086a8da8592e3ddc9b5a9ad6d798229314b9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:12645a5f47e54e3bf3f0b0863c44b938be5c42b22f695faf62c8d918cddb03ac_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:529d46e40fd5f6de98cb72dd8704068e3b9baf4d3bdf91feb9c19139bd74c652_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:701028c843123a3e4250731e216eceb647411ce685517383b9a62b5af21c10b0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1b7392f3cadb8ca07f10d5681fa33f6dfe61f895e4a8a1874bdd5aab3543f67d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:693c125a5f2f67364d8bdc1a5e7abe959dd46898e7f46d5b3756746cf598e135_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:93f4a34af9c198e4baa449f7ce0e1e0936358afc725eafc3b8118df3d92d2b44_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:0e4dde634359042b67bcc5224afeef951459167cb8f36cb6f262719308f8ae42_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:344860750b6a6e567bb1475f68d18b19d6f79438b767c351c850d082648aa5b1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:efe1a0fb3394a117206bb1837b63a0ee828ab5b5d30dd7c94aa88afa04c94c2c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:afb18f280c123c44f1349b80bcab24c86d8933795a0577deb13bb651019d6a92_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c865ec93173fecc00d843737009627ba137b7cabcf8337ea7837eb9bd993a601_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d172695ad3dcae4be122b50a27f14c6cb0e71357868ebdd13336cb7315122fd8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d4a1f393e7762a2c7ff12fd634077f5bc5bdd224d7791eb7929d26cd16047dee_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:01050a4179625f00151e478a0571e64120ac6221fdbf32c969a18ae9872c9574_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7639b8403341003825286c0fd45ab34d815585e8f4b5b4d1a424ccfc0292e017_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bd76fd61510b4714518ec5191e315f83feb1f47402e32602b061a0fc09641c9e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e53bc4c7a3fa7103778bd3f7bdc4b6be4b5e6a8450e38eee246caa75d9f8f44d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:62414e285f1e4de212e28bd90e5eeb60730324d54a317434565bad8891435168_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:77dc7d2bcb0cb6289f6d8c3c3f4ad3c01b9e24b4f6969ac666a888ecc8a29981_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:7cbc05eb0a0d3210e378d08d879933d905565224d9a6fc00e3bd1a9ad6782557_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d195bea4ac0b3ee073418a3674535525622d9b492bcd1fb0448b8ae52ba262b1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1440138d54ba0f09184f96cb79557548c3c9f19089bc813f433de28654cd74ef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:203e3cf52680caad6f8fec2ca1c7c87d45205ebcb9e816fb188e74a5bc7496ef_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4ef6d0725b69e2867c44e7d7ac57c820b759a45c491997210fc38b346d7f033d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b1ae4f6e3577edd7fc9f6595168857af7fd9c08aadbca1642c2f9248205b8c42_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:2e494676f33f47eb13ce2e3675c8e7a3871d5d1b73a59b71623caba05364196b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c8183043eac4cff3a7c17a9de76a4c9df725db694f411b19dd64923d1de68551_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:c7944fe378873f5d5268ff872c52ca08908af41b7efa03a7032363c11af633da_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:fc53a478ba64c0557ef8de93faf1320baab34d4bca5f50bc8f74d4a8d3a86890_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a5e04dd92dd9bca8344f741151a5756e28fdd197e2aae26c13caf2867ee6ff76_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c16e427a9ffa0ef24fd07e6a21ff78a63313d5274eb3b1180f7c29cd1a9d11b7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:31630cb5049add8b683fc6f3de6cc20ffc530b72d45daedb84cfe62bec754591_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:89a876583624410a9d79c1cf83d94a9a7c0dfbd3ad70228ea985e45b2ccee9f7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:dd8a443d71a973e30574016ce343c19edc1872c63ed46b5f7023d304b9c4edcd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:63a52e5f035913f64e82ae6a617273abae9ee0729316d26ed5d4182ca0f50d11_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:754310c0f797038ef14c3ef9ecd934b6ffaac6ca60b755894212854289b9f405_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:49c4861778e7bc4f5738ff0f5cd5c542e9fe75c33057a4a0806b03ac75d76ca7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ce8e1af1e3f7d331be7a366560b517e1fc27f83f1382ca6a69a1d9893f260fda_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3478a4d3a1acaba3cfb3f1040320798b9d0b419a66b07267965d4ab974a3b440_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5db06d085c31aafb3f02c2c373b2de6d93c5fde72dae55d6de90f44b49b5770e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:634d04ee67f3a521e7b3cde560084491908f32aef4a89a1bb7d3aa0ae119927b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7683407dca1a355e731e277631b3d8522a3f84f1de664829c3b15db39b1f1ca2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4ef1395e47e1898bc84155ed4b4e3e4c72d08e4e7f2d19d9530d889fe0ef6b26_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:63631119f3411bf77ea1f622d77ef96434d80815531b046efe5b297dd5bbfffa_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7ee73740b3264500f062e3863e42fbd98dc3895f17294450fc90d992d2108d49_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:db28768861f567200cc79639eb01ce8e18fe5cb8a768cc01d3e23bda55431c75_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:09ebbcea16169b9ac863167c0e7f953717e92f75fc4c4e2bffa0eacf84519907_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3118a7eeb28d8388a06731c7bcdb5eba4a942b9c91a84e595ec0fb49a55bcb11_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3bacdd4e5501902865eb31e884646418bfb5fae90593e96b06ac0b7c3cc1cedf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:852556f6eb96442354f0695d6630e2798e19e31a5ada2ef01e3ca2571a4a40c0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:59ae16e7b7d2bc20f34b8bd1dcd7cf8d8d7c201b0f78e3165b11a592d1b08597_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8b68cda23f470048944c164b84fe27a5fb6a43fe739537383444c28cae451035_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:23c8ed7995abda7f87fe4031843205f3a99a0c57508c6218291762a60907f5f2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cca7e231ac39da3a210859c6280ded3a4687620493e3a3e0164a403271537b6f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:054a0d12730620c46ee6209bc9932909f653d0b7f796682a0f798ab3ac3b3641_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3281b909de7dfc5bf3c746e3e8ab05fec49fc8aa83dc8156e616a59c41ee923c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:d5efd9212ed22c89067691796443fab0b28bfc31cea94bbe636a4759f2e88521_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e0a34a88a67409e2b1cb243874cadd3de1c9c56a54ac225dc860cd89a635bd97_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:275f90da2f77f60d0a77e00936734ffcb5099fc8b5662e03de49d807a7632f6d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:833072794acb03eaf053f30b6bcfeef95cf1836ad5149fd97f34f3546a2e9f6e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:893dd8fc24cb10db16620d8feae352929b0dbb797f02fd80f025fdc7c78bf53d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c9ba070e466a5123790067569bcb909e291f3b2264af0aa152372fff9e64f82d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:6f50d9406911e5fbe310c94dc60829891609934e64983339b5f66432a20864c2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:8b4ce896da4126dfda544da09d04f010c0e9b25bdab6557adbab8d095905d535_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:997a24c33d3ae9914f3694b3a8cd8af50137ea48296c322b56dca53b4dcd1fcb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f80cee2f47779e24e07ee475d09fc697a4446a07f9eebb0813a7119eb0bda36d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:7aa46141209fdb1090d90f00d1a7753f31b9224e080b8c669883901846b32ca4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a0dfec857ddadf777961a71d8dd545cc798b921e083c8b5156ca7423f8ad8a2f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a5c047afb2066ca8740286ad2af8e1271ef78c2e5df73ed2365f586d6a101b33_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dcda877c69d0398e4744f1b7a2ed81986ccdfdb6f4da7fba75f29fead8b10f34_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1ff4a8a6440dd4d97adc3273253da14e081083c978edb5fcd05dea33d4cc888a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:2aaba77958b12e834f6418338a21b839a95c21ac5568a53b5f792553db772e6c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e5753a6fa47d5a753be2eb3b7a46cee0bc156b0e52bf75e4f192c0ddb3fdef47_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:ed802f61197fbcc0f1a8a916612ab33363e0e1866ae70d03df92469a2c356ea6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:120c1ccd64bca8bfff4b46d14f78038594a28f6d58c585b1215afd76c23c7ad5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:52dcfdc6c5f219f414fa0775b70e34118b319897b0772931e0861623db7bde86_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6b259bed5dc046510b7c3305f6abf86e4543a9ec5091505f92f573536e9f049f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:bc0dd85538edc7a80adc0fc9fc4e02051e7b09480250b5328a6b70251875b943_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3f9151da4d025555f4c0183a0ce07a2d0084beeafdc9f3f1e87a603053ef9089_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:919fe76dee99d772b668b57645779a63e1c3b7f7f40fe79175c27ae6d7e261db_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e19a080b5fe10b67fe48c28014879abbc87cf5077c32c003fddd171d06bb370f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f7708a1c1e0d4083c7f0b9e8d8704b91a4c823dc9435d5d3e986372f305e1fe4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:27bd19fa0c1eb00c55120e22b21eaab50f0eb75a84910e9d8a2fd3b5fd1c7dc2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:52c4215a49207586cb3f33bd1d35aeda857d31d34c80cbfffba02ba8c448c8a6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:62e5cb5ba2d92bc29a2087c9de9fed7978d4c5ffe07b0afb479eac93519c6df5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:68aa837b6a3bd95232abd62ecae3b040f2a7a72ced626c784c4062c2f28a6e3d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:9872321279ec2d108191f1f7e1764551e9c7099de51f595627db068a66fc4f8d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a06cb8024ab06fbdee295afe99cd294f6e05c36dd490545600967b8ff12e3391_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:1d3a2d2ae27d869506d3f027ebb43f0ca64451cbb635c4c412c85129025728c3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:c20a4f14ad0eecc3f88eda36bd65f1f390c6977a7ad5ed69e87969556b9d8cc7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:64247ff135642a32fb59a62cdcaae5f28085ef0578916b4ab2c90d31e67848f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:e0cf29f62ec486451053c661388f9a3a12ba42b84899b687fb3486666a42536b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:efc289b0278fc84c571d7adf9e9ee1f8b149c5d832cbf416803435e89ee0a531_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:47ac82d0289751c8c7e41da07173dd61836e606101a20b598c00da1cd1fc9077_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:953b8ff978f6523f4578a469d23dba6536d49a141b4e3729b059feb6d79a858b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ee224daca08de920de240b684ebc23a4da50d60130d9e205e88c904c8c755343_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f267111aa2951d22dd6a41c7362afc22454e365325b7a016d213505b7dad74f8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0ed3d751161fa47b7ed4bd2ec2c5bfff8ac5ffae0df22dd9a741cc64bbe2939d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:48bbecc83208a8895cee2c2e8ec677f59a688e02705a677cde4e9a8a52398d1b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:89ac959e411430e4910919132f95452d1142a45fc5c67088f15cf5bad8982165_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:db55fb30b025bb573317f113897a7bfa0dc729aa684dcdb0ac3066356b339bc9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:285f19a6dcffb48d4e6f6d3bfb44722f1828bfb2099a8736f2fc08cdd1481175_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:521f2693c3073993771af37d65723ced3ac83c7438d6ff35425ca5f663101676_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d1883837f227ea4b98d2442b46e5c07a9eeae549e13cd778f7c9e78494b53911_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f1f601e3a4951748fbf030083febf57aad02568058889b0122c8872e2d68d70b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:34298ddfd123342b87d28c047cb4a8c1b25b07352bfed57aefffdd92a7058b6f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4a56a0984384548771e1c8fa5a4a8efe93f472cdf2b64b01d6049b2f9187a684_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6765cf3c0f8d395307ae57019cda7e2aeee976ec060eea8a47703db0b18532df_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:8a8377100458d05864c6521e4b7550df73b5c3d9cade518067d5741fa9d02292_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:09ad41d3ddb9aba6d649812d1e48433f5778b1cd9d5e0e1466b34e6516b864e1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:7b3a100ca1bce2bced0306ec9d4b90a4dfe8596c5bdf51799aa3a7a1ef36fef3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:ace3b3b02c33261287a32253dd1c027769743797317ac4259c9102e0b3db6603_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d289ef93e6e179405cae0db5309865f76cefababf168006abf09fc3a51a32bcc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:20052a45d551f7e988cc0c38baa38f146df4d9d741ac71f17498d8ddc44a1beb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:55409e5fb153973038a15985a332681f4e3e41126f84b6a355c47314c76bdf2e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c143caae15fb4249757018e05ac8dab9abb20f405977cb41468ce6a8049c4342_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c5d456d739d5791e51544a45309ca3b64f763cb49632bc638950fbfc041b4193_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3ab4203333e071978d85f0f44f7342811d898cc388326db60afacd2395f8340e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5a97ef5bfe0456bc1528f2a3df7736c506e11cb61de5c41a1daf22162150b345_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:94fd7b1b27954fb59c11a010f4b8ce0a3377b38bfed7ffb20873a2f7a499f8bf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a936c0970ab66789c10a64cf57ae76bcab0f2f16b6b50e713373066f73d535b5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:34fb12d4fbb5f9b29b1b58e19b1c1b0eb27121ef80edc50a59e431a4e94638c9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:bedcb032aa7325e5bbff014f251d5ad91fff9dcdaf84a95e61e4fc4198f22f79_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d10ffca12372666b239a9fcde83a4b0da6c3f37fede3e47272bbdf9ebd2f0d91_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d5284bc6a4ff57ceca1c00af4ed0c46fd341f1e2a28b4f13b210ed327a25ebd6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:2a7aeb3139633e2014d99631287cce239d73af61e541f218f45a009fc151d8d8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3afe2f3016ac55bd947c98d1e4b957969357aed54423ca2f35955eac8639116f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6d7572f71fc31d580d355bc6ebf8eaa54e4285c53c7e0e418a7495a0fb8d37a6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d2236c41a640de0aedb4eb2f1ef143793288329513ec0911bc37ba688857701f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:7688c4b2355532cddd9b9d314d105127c494990e7079407d2f43e578610971ad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:91ee195223233fdaa6d83ddbc8e1dc33bc7811e4f1e6ec9f5ddf325f560ec38d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:c866308d315beaa691b25dfed4be0cace44628e0799527e9ca11d14165437d98_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:dfe468dbed566f02ea0ed9b5ed5565f40a00d03a344d2a230b0a0a83c783493b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:08710b0caf6f4bc16e72a89f596f33c8c38ba7742d0f1ee552336f9acc7f222e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1491efe6870dae8caca1a78c9c96f8b4b2956db3bd5eaa6bde59ee996506bfb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:2a0f11f0a1063e3ca7b8b04693ebe979e9953736d37f3dc3a91fa5c9912d79d4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:813fdba989d7b5a4aad5e9ce5bf5285b0e65745375dbdef899786d571c001b77_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0db523e5a7a6420d94d5d302b90c798737eb78f99cde3b887d3c3866e195b9bf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:18b7e5875aaad6e0bb8b12fa303ad6295bf3968daeaed2104f0f4ec3122446df_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:80c4e60cb2ab82621ef12774841d39e6ece9e9671114afd0d19b188dd7746d81_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c20dd339ba44e18a505db8bf726e2db8b6a764f7bfcd9e0d63d627d69c2378fe_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:528f1228123298362d5787e862306cc2605f3eb31fdedfd0deea7f3cdffb77cc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:75b18dbc6fef40173ab0c85ff4f9c4111e29afa10593ef9141d589f88b418826_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:e8147c001326caf53531a8917f91991b5ca05f31d30adba78a03539a6568009c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:fb390f9eeb4853d9a20c9bf02ac10e099238e94084230bb532029be4c88b7ac6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3dc8fa50d17a5074f03d58eb00467e45e6d74f6c5293bc57ebb8c4feb4323eb9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:51941876bbb8070423c00e3699bb193343e963358dcae8cc6acda94395edc5fa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9087e6df82220f673440368a5e81c5a0f3eb5e36cccc61cb40fcb56d92cfcadb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e3740bfa7355589784350a9dafc10849d32f1273327387b3b3c6389ba1e26dba_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:05f5bc9410d9859f1bbc1def6e1c74fd47781faf1ef26633f61b5d8f09ce8d02_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5e14d01db3abe1412de6cbd8dbd7d3598d5ba7d2af2f5e55a7ca625aaf8a9155_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:db0bf5b79be48f69d411611bfa74a9b1cdfe875b453a81ec5ea72a962c27978e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ddbaa3a482cf17a156f6955ec155eace13126ae83217c36c03eb2b826e7c4ff0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:02ce1779315733c6039fbd9f711d6c75da89fcfd4d6ac8e485d7aba30882b3ff_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:d29e550f223f287e258aa15ac71ec87cbd24e9d6888f22d82aede80b7902765e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1d43b37d6ee7556d8afe22fb33c7c9ab7a1ff5b2b38d6e18f762ba759015f87a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4e627ea7097e36d07d109f50212809b6477070750c0bfff14f3fe9d1d7ca29f4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:63e60a076755fec73f95d2f5ee948a50d895b69cd327296ac0925e301f5b7e4d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9028745ca618eda612fa2960f0327f19fb689eb36762515bfd71bb2efab0a0a3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2dc50c3c453049a1e81e8cc4559147a4fd4a3a6a9c140865f82bf628f2a45b83_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:734c982a6159e5c4077a12b1a0f72ad992b70f965873ea591228172e6265263f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b2a21551ad4c66e622ccd865529356920dc4524bfa4595e08a99e0e95438823d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3133ccf5290a245274c030f53c63dfa74d6e04bffa684808fc1815a07ebfa13_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:6f399ee5f4634353047061fddcb9092dccead96c6884863253b913dab93c2e15_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9176cf7f1c5ccd82d82dc1a8ea47c2bd34e2ddb54d750cbacf7735a04ed6a221_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:dc6f5e144468283ba4d04ccc155f9e483d085dc2f1b78992e5fcfea42db77bcd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e5216672e4e265b01384ed2dcd722b4a166490d66e19aaec457aca55c7e3dbd6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:4ca8bbfe3586672e1de22cdce9466b37aa0e11c5e9d94ea8da271aa5cad3df47_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:57488300ca265dfcad9bcc1a2861062d8b82c2b80e8b21cc3ed766fd187402db_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:660006e5e6826b13ea6d73fce4fe672d1f67479c44ed65dee68119369eba3c75_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:91b8003dab0652f1a06de50435ca08d6f6366e6e8e7e10a9743542b577728b1d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0017d40e539a56e2ddbf4a97b0cd94825ad5dbc9cd79e1a7e058bb0b11afec29_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:7a71babc3307efe03b8bb3f3cc5f9159a4868c215df70d7a78ba37b91294649c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8403ecd148b8f0aa7f1156fc1676307753967ae68a69948af7c3987de8178959_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:a4e02776f7b5a66943bad040650f4dc9e865f05a0911f4f9aba975c4b30ef517_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5d3d3cbbc28f59a6aefb1e54986e084ce49b69867d100e9b7a8eba17b764304a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5fe1d81ec73517468488ed1a60331a78733ce2fed50f3930b4efbcdff5884326_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:94a7a56873cf0e075740a1db93972f2b2505e7bc082f2faf2d3a6badbb52b08e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d1e737deb52f4f124e34889df5ee2a787db0ee13ef86842f415d5c18ff70498d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:0c8b3d458f0968682b8604cad6ddf02b1135b99c4682090dc78d9b273084a0ab_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8f02a07e0928906a1c075fc3510f3750c679361bb9e0fc7504610eb2b230a092_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9b174760063eedf3197e5664994fdc21f85cbc3be8bd1329142fb9e88103b717_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:e97049e759fd58cb6a2c8dc5b78df8dab7139f8868b1461a3946cf187b824f55_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:17b700ef898288bc081220792a7a95f4f1852338d3d08dff19ea02cc9d957239_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:675083e881008c57ea9fe8e73db8034a66a3f439c6fc1862db09503f311caef8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b94730e4b9e9de7c0a99431f90b42a5368aa0da03869eb8a71dfc92dce27ba7c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c5c12b41cdbcc18c98ec1632a0c9aec007a9672a742fcfe89a5b104160feb698_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2c51c07f11fa78b44eb528339da6291d1c660451a0c9774ad7bf8d8ea7744ee3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4d7e15ae24207bd06663f5c9d55564e220bef28ef150f62d2e9622f569490acf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5a51836c3306ed97366bc3c8f24a8f9e880628d1feb98854eb5dd10800bfae83_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8231352f700a733b13de64913738e0de1b89be5046736077f7300c21fb778aa2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:121025c1dfa4bb1138150adc737d7cf12e69ce21f10690ad8d740c1c1f2dde4b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c02ec1e4b586a812cddae6ea43cf42a6b9742d062fc12c18c2414bc48b5b96e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4c94c8afa17ce2348d6198c2914e9257ac9510455c521f6539ab17877b6fd974_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:70c7beb1cdbcba3eb4fb83fafaf740145b81d510ef56d5ac59ea4bbbfbfebc00_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:83efb138b8bd5084f7dbeb8a59fe1ecc2680a20d5853b7a15f47e1f87929fd9e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:bd63fc568a9ceddc67809e2271de8ef4d57ac8af283861a601547a6b9da2dda2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d0d429e4a3a0a9f015725dd965d4317e67c72b3fd846ef4b04c20ada4d067eef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ecc47300fa59bdd3970f0baf030a75e1fe5862d2470756cf32c389b1eb89152a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:53bfb1dd8b4f99a0252bfdad2c65960877a4e722f5ae88591eb87d6800d1d98c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:64fcb6ccdaa30c4e06cc91a40273c6be01958ca2c048bd39d8a87e8c09fa7d55_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:bd7e96fa5e3db517c91323142b8258555f04d93dc0f164b6e83249dc0cd1b416_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e5d77db3010b3e1d31e14a0bafb1a5e5ca62dc03b7b0bd2097b198f6be6ee442_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:0488437dcc9ca866c5b96278686ea20b5732f8e8038af90889fadcf90f1082fc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d1bd0363eb8c21c0123522b814b140a7595a459c7c286220b4b6fb0b9886a115_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e45c7964c5a89fbb1a8c6da3a905e2caacbbf8c433b0d56d1b260bba151b3e93_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f52e1ea0175eb2af0a63311dc0b8acc1771c53a7668108d7bb7abf2b814e37e5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0043c8e63c3bcf98e33fda7e5f532143b4c8fdbce690606bf469e932d8552062_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:465c03f230a374b6885874b775473275fe8866f61856fb71a8e2bfc37b712ea2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:c730b4b9a52549bb6204deba37e28ee3946758bc86f27c1b886188ba0f164fc7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f50ed1d01f799f00ce20f210b95774f2dffe7137757ecf86544c71a9f621f402_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:56015af081c97939fa71d978d511ecc0e93ea6ea89640ae846645121531a4a86_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:82a97e06294f2bbad05dd72f91d692449eb4094ce1edda7d651e2f1833018faf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8faf68e17b482f07fd1a4ae8ef292fd44fe9de5369d5129c3945acb56b5c2f0c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ae7b169bcaae3569a946c84d88d0ca7b42b530b475c4afc4096d5db36aff9c52_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:02335c6538b4fb15d9d4e2a831b9810db42f8b8fdd75cc6237534356cd1b68e4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:84a9daad04b0ef97a77e258c1b490c9a9c1ca502079513184e43145467eb1169_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:85c84e6100ea0c4d783b44a085cdda8be9b580b073ab7b191a70ad3c14641f9c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eef5b8e84cce56cf085ed8f8a2ca544505242606d44691b6d0beced7c942bf9c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:148d9d31314b0ca3dd2667aadf51d9a65cc88cd872d21d29e4c85fe25cbf6410_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:87bd671167583b8f46388c7e5853509fc9c20439c1b5f57544117fc9e1b1b5b1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:dacaed2c85c23db8c8bf2b754b958ac8990a0b0e917e4885b39ed62d08061fb6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ec4ca8db357714672338a773cdfac91101641ac1ea56905a5dba39d13e8c96e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:1e01dcb349b9e3afa77e9c217b2f20dd7c9c98f7b00be3852166c7d676dc1c58_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7a453727eb7aad288301bdce304da23202950098592114e1c56e893828b7cb2a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7e9f67b6e1c87741c5d56a3e95af004dcfb6d6c9cb4267b0ad4dd1aec7e9cb1a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d9f12bee214359955f20c9b4c0218febc8868cd47405b362dcc6ab05dfa573d4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:36d864188a182dab0197f06376c993fd661689e516dfec4c25f9064eef6db0a2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:38481cddbac83c19b28845b99fec4f4d16d46aca014ab18653c5e7fd42d7dc9e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6c5798afafe96f9c1de300cd8b709030655d1c92d03394b069b3f4100a0a4334_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dc248c02585e41245eb8e16fea646a6f1013f5257f5152dab0fd4634073fe15d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:142deb80cb8918201dfc20e0e86c5a70e704eb589681db3e019d0eed0a8bbf1b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ff7c22adb1ce27c0944f94a4994940aa6af3c4db60cf184d0865753e0c18ddcf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:09664db13d4f9022495031effd53a137ebbddc0e61fec151a26e565a02a5bf40_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:9b480de86de7566594ff61c147bcf0a6e8d5f2ac52ca37a2ecc32909e02850c3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:177b77bf798f3ae19e2b67467ec324e2352c47a2fa4f803c852cb7d5514a2b80_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5587380364defb07d81f5bb93851d7d726780e03f561cc5c4010d6cc4e237079_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:503c53ef4cda2a77d57eb611638334ecfbbe08f384e01084a0f2004aceccfd5b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:ccdfd936b1e904b115efeef06cfb3c1b13ec6fdf123cf87c9ad477ab47ea4d04_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:1f7ad22165ad761cdd5fbb7f037ad342f7b9a6f017b80ebc9775edd9bf7388d4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3ddfa7f1a01b1dbf4d2e999da0d536b8f3600e0143dde47fed1f6f2caf15a7bb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9aa910f86e4c953069c3e45f3c2db9702a8cafe753fdbed42e4c23f4837660ea_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a2751c4e48572281043cc6468aa40d2b3a8a1eef5897cef386876fc08de5d791_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:00fa00533e4616bc63471ba4e127f163a2ce06bd8546dc3fcaf2465c6c511ef1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:65d4474ec56e4cae8542f01d54006ee1ccf15c8a467dd7f784f1df806507296a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b1410e826283f79823ba6cdb76d666aed69449a847936c6c634593f31c9795b1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f3e84cda9ee1fae57794b0c60a7b32373d8a95546116ddb326751e9df0d1706d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:059c0bb97591ea1d95bc42274c6748438e32ef113039c603cbf8171ba3dcd1a8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8ff741a30a8c2059c8702290104db1f897853515bea3d054f5456a0faacd3e33_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a523a7ac9b9119290e3f27ee0b0c7a5d3cc1d8f35ed4e7aadcd6968dba6c593c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:db230edf37a3285f5566a6f82b660ff3394caa80c95276bc3992a3f45a18a59e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0dfe21d1f2ae4ad05af6aa896c0bd09417c03d2fa2e37a1cd3c7afe9d9f506b1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ae88b0138b8b945b1ad071a5ac660e6479f3e2c1ec261d80a4d7d862e94df269_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cece82ea1f03a889d37a2e4e1d81eca34a73857630b9874d05264c12ccfde18e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:e518e75c0ec848497d5dbbbea1505cd3fa96387be78d326f44094d341d1aeb69_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:4b9f7900c251da09ceb0c5e36e87322030e6fffb41da15b022e52f26967214a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:6bcd28e8610dada7b5ec2b6e14aecd9daf0542ac8528b8a1c9bec9b5c22e6791_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b4e19a3b757309f5ba13e3762e2449003ab93a1d3a950df031d0c5f88b338461_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f3745f0a10aa35a13620960671ed4e2bace1c01f0440c1cf222aec37ebfcdd6e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:10a4a0d9d6cd4779461dc27ea5660513c80c4231267cd5d5cde84626a52d8d88_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:394f1ad167455a316ded12601110de58f0666917302eee8a2933932513aabd70_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a0dda1cfb8ce56f6632c7dfc15f2d7c5251a666f7ff34fd78f45a064ed9fe8d4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d04c463caf59ab32c381bf6c88b9a55ad9a4934dab8cf66b1c80f3743edf28e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:674045072f2c791146899dca69772cbd83d8ea11305e024f697b0ecb2ecbd9e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:80d008d72e748f6d1578f0583dcabb703ac8154853cffdfa6c332bf2db662da2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b6d9ea5fd88f25c46dfaa17deec8dec67f3241a4e52ffb5b598ef77af4437da9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e18f121c2a8578ab7a54b48347a671e8a1e315e85f894ef67b96161a490aca44_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1415356cad67eea021d0adef8b7f8ac8524035a4acc3ae7080f26f8f3f7cc959_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:2f7be9eb683b2d5c65aa64a28e11bae43475f5a828e8768d468bc24fa0bd4ec9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c0f27acad2634255d689355942e8c0d87f624c269eca0f11b1fe20b56b22294a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:dcad2bdd0764804f9dfad2a4f33eb2fc105ff8e4cc1d2ab31c58ef2903f7cea1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:02dae90a28e2afa83ab4b358378b616bad7c257b8f7d6cfa2830092b7d46fd18_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3e0b68fb323e91570216f90ae2c79cb4bd35149dd62c496c39ee8fb615b62888_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a6517f52e257eefc0602db5e43fd946de57db13299d5077b1bdf872754253cb7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d6c465af092548962fe617a677d3398c6164c398602d7575ec09533d9654f254_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3a9586b7d44c57c683256faa5d9655285105844c74f728e4558c6295f73a3aad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5dbdf857d018b118ca8bae8eb52b2e117348804dae51da324225ac9d9a0bb141_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:7dd0655af57c7f8d2aed0f88a4b02ff21d849bf9c8cce7fbf02aca7d322cdc12_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:abab20e995be8b61590ad7dfb8de0bbb7c7459ab5413987562332de2c9924924_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:6f1fb02560c0dc83cb7ebbfba67370896f2d3b21835311fe5af23a06f4a45142_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7a90eb33844a25785c95b0e7332991a373e0b70560f979e8e9d1554f9d021545_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:92ac319d44a3a3d8e68f29488cd75e71b42dbc98b5898f662131f8576178152b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b8c7d5e513d5205014f53f22fddd4ab5c54e62e62e5813459ea68afd789518d0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:788b2252987b1992fc9c5d855198aa50a67048cc4d0a1e28240953e5c1d9528b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7a2a0066a38f2e52be47a1fec5c9a1ec458550d7ee6ca1232579b3fc98b7e9e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:939c609d5422bb4be66f482815c70b170d51ad2ea9bb0675a969bdaeff35e730_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a260d94b14808490a417d828423550eddd7b865035b631e9fcbb108d8eec6873_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:9f38e40a381edde4d367a6baf50d6159bab76aa34f7f932929a118960eb1b16c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:bec3f4da4ad493e8e34e5e1245338929dc916772222817e094fc0cb7c6370b88_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0816f94cceb27f34725d9c3f041003d61b9730a3c602b48b70782cf5b3887818_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:3d106f2995d5dd270eec34df31ac33f4a09dac0bd79bcd2031e9bdc35f20878a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:2c50f45d634218d512ed37008e62bf2718cc4275a9d944c845eb29bb19d0e700_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:429368ffc93f60dcb14116dd4a448f7688fabeb9a499b4b7c9c77018f4a31c3c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:48105c86a370a0ffd2c536e5ba75ea80fa94b09f2cfdf645a9fbbb62bdd1654c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8b9490cd4a69fece37aac8ced57235afc04a3389e16234c3a3f1d9a4f8a6d34b_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2388451"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in helm.sh/helm/v3. Improper validation of type errors during parsing of Chart.yaml and index.yaml files can trigger a panic. A remote attacker, requiring user interaction, can trigger this panic via a malformed chart file. This can lead to an application level denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "helm.sh/helm/v3: Helm YAML Parsing Panic 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 OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:33afbf29add637cae8478b8e0ef6b3b465e4ee53b000467ec34fb1f3a04615af_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8056eca30416b0b93270f6c92d0fdbe4f1cfbbd6258e27a746cc379a86b6b8cd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a06dfb4e75cc6b0edd836cd59035095135503f35a7cbc710ed7b0e447fe256f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a820784083ee32f544efc474c7ded798916d1f077ddb9c3f4461de48747f4c73_s390x"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:021a57a7ea58117b5942b474f8899924fe7ff170b234aaa301f86ff465726ce7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:37283f08df56189fd19f7052523f5eda5a5eba0096c32fc3926eda3bc9398a8c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:459032d57026d4dbb2af370f796c28a69e2e30389a84cdab0e43de4435d980a2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:82ebaab991c00d42430890eed6322e9d060c3b4581ad563383a7d13172de4c08_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:244a4dfcd32e2a6bed90fd5e452b63822af9eb60375b9ac45c1864c2fccaf765_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4eda87164b71e7c6fd8b5a39ea77bb1bbf138f43d5732c08e314369b18e2509b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d2d6b9b7d7cb72703bda76e6814e5714b101faa03b14f55507b82dddce6fa09a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:f5f2d566546e640f59746e3616b98dab55eacdd33ea04b7cff887da6cafbe380_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:21cd6ff9f8ff53d747746f2d772344a8a9be9bd4582d641a0d6814da81e42dc7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c16a9db40d92bd605eb9843f2fb30f793e9f807e924a98f58bdfe9e8ff5598fe_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f7eaa545a5719eea518c0d48a5010a9e729ca7657f95712b86bd091c6906ed9d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fbad6ec51decaf69511274952af912054493d07f8de4aeb044b0728e015e331b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4b6ce9a91e0408d0869e2d64ccfba93b8b0587c8c4514c024093e47d520b7b13_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5bab5f51374c260e261af4d094d6d834011bb00d20269e5f87c670ab2e5fc50f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:b046acdbaee02a88bc76e80217864aa8a933b4c624abf504bf40b3b5700a3ddf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:da7ec98aeffdf151279fbfd2d45163722323094e790ab1e5b14e3a75bebf7ba2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1320fee14f620ff211195e536a81bf80c41140d10d8493dca37f484b4803e1a2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:69849de1ca4d23c9faf12777ff7f26deb7eaf3026725512e29e7cfbfcb5e30dd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7ae48499c990a9bb0ccfd436de6e4586ba27e9fd4036b4efe76299aafc4520e0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:bdb7981f8aadb7c27bdc448ce4baed28ddd8d08ae1a83af66255bc70d3b87d63_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:06477b1ed6e12b1088fa198f1158cedd852d51773f75622a652220d147aad66d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:73cd8858eb6e706064aa3fb5b397696ad2a8d264ed9380ceeb8d8d89afa96914_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:95a5dd3ee93857d9e65d57257e2864774e0f1aa15d14c62765dd110807a7e983_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bf017210bb8bfbefa027c830656e83b3db86e940e5ef1f62e67fdc84545cd118_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:04441c2a5c244d0a76052a2e071d994d81415da2cbf49cdd74d3b64fae89fea4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:50caa5c63088b2cd98d85bf793eed760beae31c73d8cccc60f3c82f7e4a436f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5d302fd1e0d562fd3074aea7fda53b46878dd5c27f53b4086f43e0b60c69cd92_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c1ec441285a07891350ef5b92dfe8cdef23f963d39ee86b7c2eaa0f29deced63_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:29924ddf95c884e61e24bc38d457d4bb997c5a03789459ef7565f2350c778e44_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:865ec06e1488b9c81e370e48824dcd003c617f45198943118f99889c9a23ae5b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9c28ccab17d26b72d9ae5d65f7a1ea11bbbd2cd39076f517e6655b9a35a277b9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f2a4bddcbf9cd3c04f90623faceceb3f3633ebea89954ddd26dadad9b6f9cc1a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:0f34558006e45eb8ad74dfad87ee15c34e2d5bce5f192fb00290ba8f6b2e06a6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:a0104045a7c163322387f621af644a79ba8b3e2d44bfa4094db15fad792e7825_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:b83a1577d6d15ea51ba7417aadaf190944d02a36e1067ff9973b9b0e59f207b2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:bfeca6b1d120f47ef42ace529f8663c90e420a3d1067891268e0fbbcd0c8fd3b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:09fb74bc16d6152ee950f1e2e01a72244e43c030205e6878577ae8a288f229dd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:933bdee9a720806a6c7537ed79ad75e25ae64144eb7e738942c36b2a72427c51_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a882578ad9240c994b4f21955809f6d332965cde3686fd2da1c4bc1bd89181f5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:eb823609e74431800e5bd7fd2399e11d17ea8cf0a16a578b70f1447aadbfe8d6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1a4a79d38290e993721e5a239acdc973fd395188d4b47ef664716249561f9b9a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1ab570c571e5291796e3eccbc336775207aced63674920c7416c67fdcdda5ef1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:46f5577da7e69caa3c941ead5de0ce8e373a77348df4c9dda922319a47533af0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:dfb1568b260cebf47b31b5bc5b956dd573ef5e10f5c04bc7951d4aefba1e1c29_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6405c266dbbd8b035f0fdec36d4663fdc2e3981899fec3828e7bcac0094f981c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a0ce68bd8e54f1975c89b6739bc6d94e9ad8214df431d1c41907866dab1cd9f6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:bdac9d54f25066cf36bac0fe90d1df7d89fb91d49ac68c09db1cf14862c91b43_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d8254c11772cacaf25e2a1b24b41a7694b530246cb980ce80caa5298acc71c31_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1b5aa2a8fa69661df2b4cef49e2a8e25e20ecba84ca80d5c671d8cdc73e7e31d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:54c656c9b7ff7f7d9412253dcb0c4484233f4cbe77512b63e69ba1532a4a41d5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a2d16879e07bae5f6eddbb5615c313001ffc4b74e91849ee9c2496bbb5996616_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e37862fed49b426c4344fa755c3442dfe134922b3b5a3c80c4bf4abaea7e6563_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:04e4334b0ce10eb5402543501944e72b9230c79f470f5976f8e5bcd5a18cd28e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:34a11ddd5af5a8d2331804ab76c6319587bcab73bbafc10b6f710260e5ace5ec_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:86ff72407e38fffd121bee52ed9e1229213f5db18cf1324a08296597aaf494b4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:edd7568d61e33652709d4bca937a801a4eb6a0f134ec7866eae3da1f19a01400_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:44623a58b3a052f8cf871befe578ff1419b5a36c9f61849bdf58a15148c3f65b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:78ba410665c68a41a5adbd8422a349de2274be894328ce523364f1ec2a71be01_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:823e1e9e7e7743538180596210828b19b6e3c8f435a7c792be5b945be76d9956_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:eee0084caae19613373c30ac9d2f25de2c202dc83cb6b3077baeab3b2ca89c26_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:17d193d080ae253f4e43ab259c28fd84f5f738967fe2ad4b6528fd42dedb86e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:36ed0be4ed17c503bb07435b198cbd5e255660bb1e72ce49db7ccbcb3ce92a23_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7c1aa77f92efcbd6fdea6120c75e2cb19985aaa2cc48e2d4d3d4ecb87df0d277_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:d6dac5da24656ce0a1494234b06783b5e4ef052c0d283e66f881c21d1766c51a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:380b5a968a30fa54a963bacfc37767a01f6067b6290fd2d877d6b1943a7738a1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:6d1570e8f771ef561c5ddca5410cb86dbc94943cb23b6f96fb2dbe5b9a2f1823_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:7a9f65149b802b3c2ac4d2a96bf53c1dd6eedf8c5fe921783962197bbce94207_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:a99a994a160375e89550347eed1631bb0d12bb4dccf7ed49119935520b744235_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:22b6a40bf066153e072a2d22e48032b91a7f70e2de0d38b2bc5665b72f5635ca_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:499dba655c620472ffee2c73f5f6c53599dcaa8755af1ddf60388702041c6cfa_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:9f82e685ce4849aacbc315249403939d8e9fa55ca297ec0d829d445a3133ed9b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b11b0fd3272461cb95d4f3c79c5c1138770085b461fb8c64c5f19f3f2276abf5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:06ef27c670aa46891c208f0a1ce5be98a92a321e81865484c17db725d6c48f6f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:50187fe1e5905226e869fe96d050d1fa6c91c0ca9f360456030514a0f3efa2a6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:828613cff0791cce90feb1abaf17c31f8a89e409f605d23ca79904feaafa8cc6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:889a2f9b69467f174deb05d9f57eccfd85e8f6e2ce2620a3e3b5c15019a108c3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:381cea76282031f4a018997a2ddcaf6222576807356d45ab3357b52a30f6bb3c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:604bace7f2173c964ecf1b54fe70fc08abbb7a39fcefd21af752c7a12f6f5a31_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7acae5b318d8162c7da445ecc28ed374eb1db0a92e3e6136f1a3d6a82bd75495_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:df00671b04cef1d122484a876880dbf4cc250c63730537fef7e1651b58f9a9dd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7246c15cef44f3945840162c1dab72daf8c0c4999345aa6ba148dd34597f4ea1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c7fa305a0d4a592411905c2f44a8218e25caa39e293ba68e1c84458683c93979_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ccf25a1cbb0c79753f4049cc37fafb77d0f8dbdd896e4cad7e9674877dc84589_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e1ff850187bfcc5e53338ee32678873692eb81a7bc72c5d3a928722571d312df_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:bda6a57c2ad84239536aec6a20a9c37fbfc7aa13c994647427936bf0b3b3361c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:49da4e953f3ab4d734c88b4371082bd9c6fbefd00875d8c3f0f8e58f060b6a25_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95c4abf5e354b5a324515cf6e69195ad3576383386665683d4bb8f349e558416_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bbc0c1a5769338492d873bdb15757525f69e250f5a4320d36f249fc35d57d356_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bf5e48b3778e040c4ebb1a8b0bd2aca2e7814720fa400115ceed9e1745f3e2fa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:2b26daa64e5d4151cb1cb91cf459afa93b2bdabd2b9d5d28585bec72484c0e63_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c2d77eab011a8025098e1254c384f83af4f7e0d3ba9e6d2772eda689e644b036_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cdf9f5f665881fa0c5a2f3c98e4c99673dbe8a92cdcbbe6b80e9dce09f59a8dc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ef4521604c721bd0ae8a4b822ac9584d3c7c8a80c5ecfe263da6ff9500d95ba5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:29a5ed8364575efa8d539b05c002e8b82cc57350d4c015303b4fc46b06903eda_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3751262aca1a347b013648e64294520615e447cb875b1e7c04535c9c5e843ccf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:5bdc6dd4698facc8189308328f6fc62ad7f4a3a5bf8c8a5775fe6e966eb44eeb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:e4aa456e8c865f66105e9f1828b455bf09d80960759209703df345a559b36608_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:74cc690a06a3f7ede74550b2416957a6318136ec7b703de33588122e7222eac0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ad7055ad351c0c24582721dcbf7f422b6a31290104530458e456bddd1a637938_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:54ff1a36ba796e5b88ae421a3836220f5774f0694cd49da8aff5f8c1efaac958_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ff8879335cb7031227028d3bbd5ae3c882c721871a28a42216fdf94885cc48f0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:4bffd0baad38d0ea6f54efb82701a6530eae707565fee41e2e65682a990267b8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:6381f7fc63ba688a5514eeef31d629e8e6cf01d6910f29f7dd38cc48a49f392b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:6792be8aa7640d171ee8102e5315ee2cb5e51af62f7f9ebdfbb0b54e89e35cbf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:e168e04989169bf67e16af77f602c8d762b1ef424f4abc92ad8ef8a135d6fe69_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b9e9f7cb5894890829532f10dda00d008bc5745b999b76daa26b5667e00e0b87_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:f8ab11c42ded9679807701a6c9564ff67b13ba875e28cdbb7663d9382f8e194c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:203f1d7c4feca08547dfa923507640370e669f83029fcd373e4e93461cce9421_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:8b16e6a9162b06a6565a48f4b05f3a1681f9f6349278d4f44d93ebe60d96c566_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:ef131d257bfc318cd0071ea2867d209fd8088da69e92fd3d07bce2b86d4eb2f4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fd5a0222754643780d37e10af8b077bf257b5b4be2abfd2393f0423a4fd4b291_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1f910938470138dfb6656b608393e46eb5c59d76edcca34b8bbc7148f2479061_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:71ce3309765f3dea75ed45541065b35f0aeb697d59b013294775e84b780f361a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:313d893f24ad6f2f8c7881f418b9a5e9c499674052a97434372d1d079411ffc2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:93bef2950591dfbc736a80f6a92659b6868991040450c5cc415d32e225177512_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:9487390a62cbea3de31fcfa46d05ff56a9d088426101b056254d0a3dddd6631c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:d4cd54fcdc26243209c918dbb1dc54e940965cd12cb6d05259c0ed45e3755516_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:2f9449039570a38ef4191b3717a9597219919ffaff87b645f06c4daec74a3cbc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:5d72d27d9247c2a9ae05a1e496eea2c264df19be8a566147cf5cdf378d82ac4b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:2b1553659b6cb1a4fc9e75dca05c4117d98894a5ec55a650fb60a2062cf1b79b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:35d963f072ba8d1d78380c48815bd2d06dff7f1917e493ca64a37d319988e6a6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:42870b8a98ae271ad0f0b23ad541bc37a9585e93dc6822f149a0bcf53c78036d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d797ecf477151c6821be3fb5e18dfa8f8df04233fa9f7da7b554da9eb38f0058_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:27d55172feba74eb9712fdb42300721acfa72e5d3739feac7c4353f8a36b4b38_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:5bba9f8444a0daf6194a6eda5d1b027781717446435ae4249a558a31fe17e06e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a8840079bf9bf05cf2f9c4a7f38bb45b09baee82128d12df604007278fbdb198_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:effc3a9f6c7bb400163dbda690d84d9ef4d40736105a2594209efa8c0c5dc80b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:3b6acf7cf4c49d979d30049d80bd265e7e8f17331648008bb4f9033822ed0a41_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5b377378d275c0a152365c6dcfa6e5f51a30de20210991ad8a4b5c45654cf022_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:855e978f66e69d149f00f5cdea64c68b677a1f2e9e1c28f3f67846bd5497ea9a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9bbfc2d46e0e771ef7bf390e121f26b0dede58ac0ab6cc04e7592469a78ae5c8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:101533b9ac484f5e8c3f1d95b742f3596fdf42d6a706aeca5712648ca50e8ce2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:2918100b369a980a69fdd9d0bc0fc7c898bcdde23f8ac8c9a8a22066f2b1d87d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4f2d8d750ce5932589e4c3b10579f00da60407a89be1976f3b54184c997650ab_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e7b4095c367aa9811dba1e43cda61f60b54b9536d9900990e7e6eac745ec7ac9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1bb758a596fc11988a09a696981630bd00a73dca7c4ed52799f722ef87db6a91_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:50aa9b6ba005c3f004568e82cc73eb56ba6342720626f9a35eca618fd1ac9cc7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:982fa1221449a4e78c06e6a13b7ee325b8951a8a04d0014939dc49b13c6ab79d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f055755224db92970aa09e26ab84f8f8c3a67c2c8cd442eb4e7764e3474d4613_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:719c8857fcfce93887b77a94974d418e3bf19befe0ed25c5974bfc7ed53814bd_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:90f04dac670c4d0c505cf8f96d020c9e3f4c0747b91dc2a2531db407ffdcfbd7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a921b1d40f1ebac4edf1d6bbe26fd7e39329776044e17d7f2409b20792acc271_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:db281fb5bc3ccd949d2156d7eafe5691ecc317c3e690f9987436d8b4317e6ec0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0a68822ea4fb06b74890aebdb694cbba827a5c1b9519b5a4d2086a867464fa2b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:38a4de43972a5ae5404ebc5862329c0b59ee5a6c72b5e3fa8be3171ad65ec713_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:dc970cb4ede420e1d131a6146d256269ca6fb34b633c17315e6b202723765bd7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f47d18b4634f6f675e50f165a805f33970a038843dd48fe8a02b3924fa70e8f9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:6731876f6a37e6e26e079b4d8901f7bdcdcb6f34f8f27c850ec813ca5b3a9543_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bfebb3f4a3a9476c2307fafdc5ec3fe7586c51dde9c5448fde7d34e37e2f45af_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c6b9b4bd2d7210a42dda555d8375807bec66a4f8693fdf256042b49b3f0130c6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:eab2bb53112191763cd944b3b13cf750ea9390b56d7d14d312183ffe56d0a394_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:3ca197c0d720c1314db2f36fdd4f1fd81f0b729829f27b39508f0a6e7ecf7bab_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:475e121c7d6f480d7d2545252a7b59510a66cfb609f586bb587595ccfa3b71d6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6cedc3acc4032d410aa6c0142de17e62461401a772a09c795371238dc00fe91b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ce34f62e6953d64b6566905934afc4a1f5911ec68483f5ceecb59d187e37a955_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:2037952b4938add2200b79534d571adffd95bb0c6ce04e7ea4a6c0ad85389771_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:698f43ebb93c00ee0a916be218a7819d0a402e32c12724afc51f2323c26d541b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c247cff3341da9969055ddef313806cda81c2dac492ce683d4abcd5ceb5a9bc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f12ba7fce7d3a13280d4bfe412b9b54ca22baa52b90be0fd7825ac719f1de068_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0d06e661c793f5524b749bff4124ebcc17b7acff1b57a672064c072dd7b0390d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:484c08c7c512dfb681137cbf0cdd45f42ed4181a690076f6dc6920724687655f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8a100494af630b1dd1ac3e0a7c75fba4853a1e7471a0b6eae2f7d6b7762beeee_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c9329187e9bde81fc4f0b4996c909fe4e9354e58fe353340600532153254e5b4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9143250b98cf0e2f2b3ec33bc25a856d0b2dd432d1994740e639bde2ed1deb29_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9a7f2845529ffd78d9193a8329bd1761b7723678b83e8d5362aaafa657c398eb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:c6ef91fb95bad775d172019ab1b5f9c275c2302f85f04c0504273be57eab1989_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e2becd018c34a7c29e770fa329cba4f1a371d4b089451365abb35acacedbcdfb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5279e457358edeae97e136d8067f05d60b4b806c92e687bbd11afecda4840eda_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5d76a917f9cea787b11ab23bed912261cad050e397769c94c1b70cac389c48b0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:88237cdb1714ed0759ff8c96466010145ff8cfd60a7dd3debec25e3a2b33200e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ff62706a4904af960c4989c87712d896b34265fcaf21ecc9500daecd03561b38_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:15ddf484307e3bc53f165873cf04ea008f4f5720effb19e3ca1aeabd9fae64e3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:28a6a3b04348c6191f58b9b0a700acc995d5fbcee3cdf1af5e34dfb0a15918fc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4933a9cb0be09725767981638b9139867cad6a26a228701ec034d45c3f7da4de_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4b571bca7d279192d7095a9d157cdf40f553543b6a39658919bc5920445d1177_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0f18441bd2e164906e7bad119d70b8f5b9b47c1596d58b6d812ee1e2f4b6c0e5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:77df277ba08b5a6efaf78b4ec5e59a7aca2569e00e7644d27e1d2653d80d150b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:afee031de2fff6cb0e07995b5f6c4ac83ab4cf3b83f23a3931a4d7e15a512c1e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:cc8b86ad3d080ab5dedb159dfca744ce669341a2491e5a0bab4f59e3dae9ed7e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4a76171907bffd3a94e149dfabb6170331e2fc0a30f3ea7b8eba1cbe68e1fa80_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:62f935bfe570ea83e376ea84589bffcf0b99d30eef620adc813f72501d982705_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:75a992b3a14138492b585b3500a6b6f565c912b193834fa562c990bee8115e90_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:9fa46e30f86fbaa943f136733680d0e8a668df1e04d1bcb71160b8bb795a2df0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:58b7b6502847bba5230e65e90a10350d8cdfd331f5656425dd2f310e3fc89cb5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:5989d793b9236bdd9dcc1df6d4687a6e0222590453a5e4e31be75d0414c28056_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7e5383d64b25edf87578b2cf05de47d46fdd2fb6f1f4db5146ead38c887f36a3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b5b9266258ab925a7dfd33b86043873af4c0799fc52befbc476f875dc44b810d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:100d472991b3969275774576b60f5ccffacabcf89eb52efbb744aa441cfcce99_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:9a6fe277560deb4c1c2f91a1d56678c5956bc9ba958b859eaacd371f8ca753f4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a2d2bb9ceaaf23ff8430662ff6b267cb36848b2cf311bddcdaae8e33e8736306_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f71926ca5053134743dc906e1c5bbf2fd148acf50e44916a936f3a8e98494a04_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2dbbc016c4e06676f796ec4cd51e68c11c96bcdc41de8dd37c82c3c5c0825cc4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:444b74ea4a7a8a664746757e4417aa7e0fb33fed32a4755d300e14a49afba481_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a330cd288cfbb99db498c3a7e7211eaddc4cc5e39b6343fc6589b958c6ac44ae_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cef4f16962b3d71927c90e2573873495563e3144b6e3e814acf5a220f1b27193_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4d6edfa2e5e9d6964a5b9483989f491cb5019ebe9af55116591b321b499bd12d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:62e2bae1dd93787bebcb5f1b58499693f4c6fd620edb3254b776494d2b5a55a8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a514202264b03a6c80a02e3cfafb7c6a86482449613b5ec0052d1040587fd088_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ae40b5055051c07b225c15723da95953a6a7d2dc6dfec8d0469d6f857c8424d2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3882b19d141998fdfd1197856ec7826be00034d72633396be628002953fc94a7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:39282efac8310ed389b4acc4ff3aabd6367800953c1e8fecbf17926306d1f419_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8df02a6889e22a9763b5c0e7b6934824f682f4683f2085f82dda54de427ba28d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:fd15b8944403c78ee3c0fcbe08aa5ecfcb7b10c14fe5f1a20ba4873295879c8a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:011ac49df806c01b3f64fab0b3d79355b2685c8fc0316653f34359b451ef2ba5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5929d673c5a6a568c88e13586278da184ebda4c9c5a9a4a1f9154ad0e66340ad_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d113138d214fab52ec3422cd3affe8d3694a1ec30b85778acfa8b114ebffdddb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d91c11d262c19c1f020e9b53da07db82b6d68533f4e697ecff6c722781b4a4ba_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:5865f0a925e725309c27dc1d71d0dc999cb01b4fbde764ba8def1524f978c0f1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:bdbbbd728c482c0c5b5e87af470856aff0c8264d3f490c8ae9d987f21d5bac60_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c1230c3643979aff1e615e1de9bcbc758c31f7508b9a3b25fd2eb323eb6b2490_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c7649d6adc16287d38318b6a50107dc1d3aee2e842a19e09822fb86fac31df15_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:70687b2657e8f1cbbff110582b55f3104d0c7f47a44ca1185a7f67e421d76a17_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bda8d910934ae595f8a53675c74094693de8e0a929fc7c52458b2a9f7cd0b4a6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dff9eb529ea868114b0f46c60f4014b429ce115b0ce949e6855fe29d9270354a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e56bb2c28d7ddd2dbac95451cc16d547718b651532ec69c85e8f0fcf5785d002_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1670745d88d0d92a262ab445f81956e894ae5e9b23d490fab96860957c028771_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5cf3f4d1346c07a4e065dad2df083934591b45c714f503b5b617d470e87f1db7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7adc722fdef132557c191e026fdac56278584f6e49f3902179fc443d87a4165d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ff467f13cb09556eb490743f878422fa2493b8bca683b8759d7926e8af97dace_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4030ffce9d00de08b95d660595f0f67b2b83756ced6c6439da14d36b0b923729_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4baea4cfb5bc4a7974f90c3bfbb25e23865b659fd078ec45b4c36ec0d11b78f3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:829d8937eb34548f09b89de6dd5a236ae58d6f74501f44c929538c281a8be920_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a7fc85a92b1d5f7f79d8a8a63e6d9bb4dfc66383ff175fbd956deb1de3127fdb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:78adc3f034871d6d77793932d11b1e5f4b2ff3e1cff0385b44811210a3c84dc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b836e8f7b31ba9c107a08e3be1cc27e73afa4045210d7fccc817c6058671aa67_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:cb550213a7e8671953d5b880c0b651a566be475a3ca0f5b442a2fa9b0bfeeb1d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f727aa55c29332a39fb4e74013b9cc96ea5b32c9cfbb7cbcd79c7031d1a6f44f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4b1f00007dc39d345013c99c38163e0adc112e5eb81fdf41e1acaa1e0064d7f0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6ae9a652c5693c55ceb3ed91fbac054d887142b0f55882c776e42ba20d1dbdcb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7ae4ffe7112d35231314490c8d02c6f0947b54c240ace11a87c07dad44d5be4c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:934380eb6ae83360d1e11f709c58d18c2e69e04b3246a02846f26f9879ca1edc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5580313395048ffe3d874dec574f7f1f1f21cb84831945de53a80856b4e945df_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9bc152718354bb245a765da17d12d0477cbd15d7eda5a86b8c5b1330287fec4c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c00d2c84a5f8c5f1c674d43eddacbbac05782b81ab98cff83b606c35b46d18a5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d74ebc7fd5b30afecc3d9f61ee6c74b2c0f8519514c5614ddfbe9bbc68227509_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:84ca4259de3e923248f7d50c3adcea713871d3d2da66f172c25dd391d22a3bb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c6381254579086af7ec69a4e610680fe0e532a26f7ce202c72d047b89e0db642_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e0eefc7f55d25990d314c2ceb50afe70f7746e467ab7a409fa3d1b44708d9ffd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fed1fbc1295974647bcbad55e52b199c2d3d4307a3e53e4f8b1db135df9fd8f8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4bbddb6ff2f7429b2f5730d4a3f529b80784f8e42a0acc025e78713d703a2efd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:53a0ebb5fda619248605abeda530cf37fdb7ce99e7b7314cd5bcef2d8d8b7004_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5e37b117f72cf1001bea772e1302186d8f86c0980534b7f359179a5e6926c448_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6891d22800cc10bd8d773d471bc71c4db64460efab4b30202d42da1daf61a3fd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0d1bc6ef87ea978c23ca7189fdf17ad0f54a5f7709a75a25d82e7b84ffadf984_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:107f2fcd3f606044c570a980c176047870b304f3212df747995f6eb8a45749bb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6b6e5e25d50219a95d914df16c1c4e761d0bb45a9efd054572e54054f27a6f0a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:dd60fb26e79143000563578f9d72e3bb7cdde4b73dfdfc148b27942197d3be51_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:053d5fdef0973f6017991487843da7a64f8a346025cf46a7c575d6a4bab71d74_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:26318acd09b8263236b4d266c735aad015e3a4b61daafedf266ef1115968f536_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3ed5dce28d62c36a87ff35dead5806fd124a187e48051a0d2b550b209c9f6302_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e06c4933f2806bfab0f36ccdc159675e5fe2a6a084f98065787d304d5df3b7f8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:055b352bfb76de2eba0b9f0d1a6bca199c6e913e8e95879e991c5fd22095c677_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:16e31b5411f5f1924cbcf851f1b0463302a34c31c5c515220923f7a2050c18e8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5909f73afae46cf2ad00a9a6f1c38d38acc3ab00a0b97ca419110492d7bcab7d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dbfe981d5b05078eb1158624dfe2f0651cad81b92aafbc671cb6470b49bbb89f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3b166e5b5529c407c2f8e372414d043fc617965696c5a869fcadfde2d14d716d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d3f6483b465851cbb520810069a18136af80ccdf79fc1ea80ddb4687ce685aca_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d7d33c165c3d0cc0e4924e8c8d34bfbd1d72e2aea301e53e4b37b712e94c06e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:de5e8cdb75cc79630290f83ff179057d25bfc11d37816c57b6f66563eb3a2732_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:24abe1e6ee078487af8ee8bdd5dbc267c18882078a7987fbd63728dc2b65bb75_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:552d01e66c6b2fe59104b8a9f3e1e58fdcd7b4d4cd63db42883ceb119ec0ef25_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c00c3c5e7e106cd6527cec39e5c3fba990d1986bfdcb691b866db80d59e5f82_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bed1aeb4f58c045644650615230eaee03336daf78d9342022786c12f29da670d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3b213ee7154fd814e8a904c3a161bc16ca7419163e8132ccabab76821c33b310_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:721efd9cae7cd4b43c6bd498064a6c427fa32d0ba848f8b0bf7670afd662bb18_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8f5f0f56604ecf94768262496ba1e29073e87ec16aa8f434674b308bbd00678b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d78b1c13b0ef255bce1e19973bcbef04d40c517301959a7f23d23613a95c1db0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:650f0e2357f8d302f10ee0a628868f985c5a8c8a4e6af9e6793a9051b33205b9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d5a3ff1bae3686aff1781b5f5f9e1a7966962b88a1e84ab4eb62751aa835bb78_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:db30f78340370f9da03fdee73445b72160c35d83f44f708d3a62c9dc8e88bd46_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e88ead481c18a7b6de8ba7f609a1782e45e1ce85f2a158f259bbe68a9db261b5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:0bdbde169ecd68d82366f3d04f947f73715797fae5c3c4561e7bda5b5080dc3f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:1d45937273065c5cdeea502fa388172651fef5a607db33ea72c49f2a50b29b94_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a562490081e5dfc0fea7306931e2dab3fbfdf76cd83768b7a43ea556aebfe4f9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:dea6dd04d50bc97f9e61330140f61a7370e31e474c26b3526e18b0ae8ad56c41_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6ff785742b50af7f2a15c1dd6f38eb69e9a1a20cb4bd635aacc57a5557dd1b4d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:d0e6151117374aa602349bd1028175b94eea6f8386832df622d56715cbcb675d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e8fea02d42c9a9b8e9ad7642d9f08d705eb6e4b3e3681cbf6281c7b8b3244ca2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ecac534bb32ddc645101f6565521b08fde95cbf0eb2b9c6b896c83ba23e8b6bd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:55e0877d1949d009d71821f6779aa9ee90484fcccb820d53bf53b90f7d412636_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:775af20537e6f4c84985145f44ad1ae2d5530ae06859c2549d1d85a2e4ac54ff_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:a1b02b9608eadb4388dc13fb5ae55fc6ad64788f93186872c133a0ff1f5ab487_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b5d732e8d36668226255dbfeb389994104d83ef2be461079b66557bb20d799f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2e983c69ea6e29aca4f36596a0c697c2935dd1deb08a4d3546aaccb4e3d78ae1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4ae2494b702a6c7f68a65ea730f6df3253ffe78f2d178b0714fb6ec04cba5cc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b1133f78075f3364ab85142cf6c8457820e2e1f31a5b0750585ee1adc1285ba6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d41fc7e76000bc1b4016bf10e86fec44f551b127e17997fa4bb13420219fb3f1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:25acdc169b3860a10f46dea8b842626acc639aec950ca7a9339e96a2bf1ed7e1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:453bea2d5f94523a88f37acac9edd0a8d921bf79409a260386fa458cb18d13b7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a70ced1330a4e7a0a7b81bf6b19b3346ad5bb6e26398c7f0577994d48712b2ad_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c2a6ad45ab46c0238429cd0ab59bf169ff368bf68750a011f481208e56fa0268_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0ab4e11886c642fbcf7560f780abf9046b73dcfd7dc9cb0f086d9e62f87fb271_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1283ae9261afb1293b597a8da40611cdc1980b1e403de5d16669c5b7d2527dc7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:89ec13946e699f6589c3d235cb515b92ff48d1d5fae8e7892279b64d41b74511_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d08403f8114128e063826ee0cb3324bba9f027d7b2feeb6f7c826c9c4925579f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:2aa0baab0fca2bf6877260b871b3079ad96c37034e6f3d0a45cea4118cca230a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7f886a3942b81b3318e288602c88de802278bb77c5d11ba758f1d86f2f028abf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:940d02c46f06fa92818dffd1842010b652856e09cebdec33e0f0e1a1e9b1b5a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:cac82b041210a06cefe512e89c5755e972f6e125c69a0dae87e454e259a3c08c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:12466469754c88d41872c1a061c1eb4349cf565b5fb32db651f3639aff2df67c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:af5fca0ab8a1f5374caea5b38486cc97c2be9d884a55542faeaced44a4a7320b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ad60c87d6e05b51b5351d2490538c757547b43a679256052b600e3fe8e80a594_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:e8372026bbc873c38ffc2c7df35183727596993dde5663ec27a2c2fe401e04f1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:736b406850af746470b1bd5dbc61fc4b166133e9cb50aa528dc1210b2002d469_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a73525cbcab817d0472f544883106a359b9079eeb1d8628d8b0185e450662361_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:84664067a273cdadce55bb8531916e8d8edc7936bcc57bc2dd1ecf57adb08c06_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9a006a111625f85305fbf3dfcd9a62592357a6a282a1c8ea1edbc48b2ef7db05_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:adb84daa38497eef3d89a9b42fbb22fc04e94f708db4f1f02de21dbf099ef788_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:f81616fe8dcd6b63df308c58bc1b696f9b3c488ebdfe00d7985026b10d083de9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:07efac034de568e79f6ecf97f924fd5ce7104e9259d90747cc0fd3e0a7bf4116_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0bc9b2b997bdf9bd285382823ebb9806502664976c2dd7e7b0d111df7717e77d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:165fc1e58447c7bc9febc3ebc74f90096c6e48986789d4e66ff6443f1d30d024_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f516ff3ac172cc08e88f25a0531a3784ed212897dbe0b05e04dece7d62eb977a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0d455e21bddb7ecd4c5b8f077ea96f046ba3183d17e3755ae95f8cd112a81179_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3d291642757ab1bc56aa6bf8b31b383a1867b06fda7ec093daf361e3bb082624_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:91c0c9cf474e9dd3b7dfab43e3e651afcf950c183a51321a586d5e98e3b8dc82_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:ffcd35b620a75ac1d121b826b37ff71f5006684d9222c440785f06fdafef5531_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:56c2e0f91eb13a89c48ee5ebeaecfaf87dcef3f85bf7f7fab37e3cc6c9b2dd10_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:84e22659ec76ea69dd31d0c6bdb39b752d4e525e7425d3ad282c3ba5c16c19c9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a3669bd8567383f9e15755e7640b5af4e796ce1d6bec3b6f1139645b656f425d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:ac7eed19416dd31a76ce8139a4c1cc16f2201b1dbb1c884dbd20fc5a965b82a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:44020a87c575f01d876bcd559d0b37bcba2f5bb4337a4f0f40d65196a407910c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:7272870ff2a94fd3c026f3c3a4e985a2b2eb5c47dedebc00f2cc25a496ec3e90_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d5e64fad675db5b1a7fe03720a35eef4ef6497e49e928b7cb0a38ddd6fa9187a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f4d0e3f2751dad9fab70a9080102f7c0e82a784e516f993e1e84a8561c33204f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:174b142475167275c428eec2892e91ba557a1783a128749b9516911a366ef54e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:52fac1bee10c7847bcf6f7dc9f027764a183d462e46678b5b9aaac9611cfcec0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:874a6c39ad36a55efafc0b690d17aa4eba8df8f30831a5315a198e692e405592_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:af2f5f615c4e9da63b09f2b9f52ef632dc76793f51730ee67a96d5e99118d552_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0867d20104c147d58a3e119c8eccd725d2b5311bc563cb4030c18714e085c80c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:12bf752f4f8f0929752fee39067bab20d3af32f9d767e0eeed2cee9dc9cdf774_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3f0993acf410b536a4c2be24d23afedeaa6d4b02a8055100cddc37443a619cf3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d745b47be21fc6b98e8b1830c34e951271362105d32704cac1b1a796abddecc4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6c539e26ca346ca83a4c024a374f3874e858602b71794a1709b8a08356744b46_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:94e6571b95628469dd361c3ae5bf4bb88bdcf68636c0a7a6f007a19e32216514_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:978722d03bd0e1eb78e35c188516d960ed81c8b47a66e77ec7ea465634e44536_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f270599d2857493437426bb7ba58ecdeb0933b244b0b5e81d70be8f06c734c4c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:07f5c5ba5313539cdea53ec438fcc97c698df8284bba4ddfc6c7af4403873362_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b93c3b58e03d6fbfd8d73f6f0966ef5d616c0da0776f516ec826e4f5e0d4bf1f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f5aa864ac9d9a3e5c0a412e9bf6e22756f6232713e14fe4194f61b1a1c1ad52c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fa3603fc128be2cead70ffb3b0b0b5c9520f7826bd46863a86b1853e62a998f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:382e4343f73dba48761c24841e45aabdf84a7f4de996be6515d8ee7c3e728c78_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:840f25f86e1850623e2929597e072219c2119b08acee3b81e8c7aed1b92fcb64_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:8f9eddba528ca5e8cc40717ae9f30253c955be657f8475a1c4da66c257bd1729_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ac7a2fce2be014fdc4208e98abe50329d0af9b7f7af98fd27e611751a413b4e6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5ad568a42fb0d0f2b78702929b75ab8fbb41937a853b4344ca990776f48ff85c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:821c5edd5f5ea9fddd168482dc437c6eec19231d95854abfbf1bcb150cfe618a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8932f2fc5e81fd7165d50432ba8994896c9ac8b323d5cc798872c1770133eceb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:df49ea17391c34a0eadacecb37c7e00552af8aca3ebb648f28f3f805fb79495a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:58e02752411f5bc061c8dd98bc7dfeb17780ef24ba8c65e590e4d6c5213c267f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d1c95fad91fbfc41da5d6871fb0a3c07d20652b5fce3f010505afe0d24c1977a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d6bfcd46424e1719490ce37bff728ea278eaf589e052a90b3fb30a9110aaa298_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ef555584c97654b76391f8e4d31bf0200fa82222b3197ef928f306c8d70f4881_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:520b43e0497fde1deef41e5f9e51448fde032769f433980802097e1e4216fb6e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:de2a25058c3aaa6f98e80870aca51d8bfd16354eb2da93e7498fc804825babb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:fba545c7b9accb5be03b9bf1931c086a8da8592e3ddc9b5a9ad6d798229314b9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:12645a5f47e54e3bf3f0b0863c44b938be5c42b22f695faf62c8d918cddb03ac_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:529d46e40fd5f6de98cb72dd8704068e3b9baf4d3bdf91feb9c19139bd74c652_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:701028c843123a3e4250731e216eceb647411ce685517383b9a62b5af21c10b0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1b7392f3cadb8ca07f10d5681fa33f6dfe61f895e4a8a1874bdd5aab3543f67d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:693c125a5f2f67364d8bdc1a5e7abe959dd46898e7f46d5b3756746cf598e135_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:93f4a34af9c198e4baa449f7ce0e1e0936358afc725eafc3b8118df3d92d2b44_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:0e4dde634359042b67bcc5224afeef951459167cb8f36cb6f262719308f8ae42_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:344860750b6a6e567bb1475f68d18b19d6f79438b767c351c850d082648aa5b1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:efe1a0fb3394a117206bb1837b63a0ee828ab5b5d30dd7c94aa88afa04c94c2c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:afb18f280c123c44f1349b80bcab24c86d8933795a0577deb13bb651019d6a92_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c865ec93173fecc00d843737009627ba137b7cabcf8337ea7837eb9bd993a601_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d172695ad3dcae4be122b50a27f14c6cb0e71357868ebdd13336cb7315122fd8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d4a1f393e7762a2c7ff12fd634077f5bc5bdd224d7791eb7929d26cd16047dee_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:01050a4179625f00151e478a0571e64120ac6221fdbf32c969a18ae9872c9574_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7639b8403341003825286c0fd45ab34d815585e8f4b5b4d1a424ccfc0292e017_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bd76fd61510b4714518ec5191e315f83feb1f47402e32602b061a0fc09641c9e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e53bc4c7a3fa7103778bd3f7bdc4b6be4b5e6a8450e38eee246caa75d9f8f44d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:62414e285f1e4de212e28bd90e5eeb60730324d54a317434565bad8891435168_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:77dc7d2bcb0cb6289f6d8c3c3f4ad3c01b9e24b4f6969ac666a888ecc8a29981_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:7cbc05eb0a0d3210e378d08d879933d905565224d9a6fc00e3bd1a9ad6782557_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d195bea4ac0b3ee073418a3674535525622d9b492bcd1fb0448b8ae52ba262b1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1440138d54ba0f09184f96cb79557548c3c9f19089bc813f433de28654cd74ef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:203e3cf52680caad6f8fec2ca1c7c87d45205ebcb9e816fb188e74a5bc7496ef_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4ef6d0725b69e2867c44e7d7ac57c820b759a45c491997210fc38b346d7f033d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b1ae4f6e3577edd7fc9f6595168857af7fd9c08aadbca1642c2f9248205b8c42_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:2e494676f33f47eb13ce2e3675c8e7a3871d5d1b73a59b71623caba05364196b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c8183043eac4cff3a7c17a9de76a4c9df725db694f411b19dd64923d1de68551_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:c7944fe378873f5d5268ff872c52ca08908af41b7efa03a7032363c11af633da_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:fc53a478ba64c0557ef8de93faf1320baab34d4bca5f50bc8f74d4a8d3a86890_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a5e04dd92dd9bca8344f741151a5756e28fdd197e2aae26c13caf2867ee6ff76_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c16e427a9ffa0ef24fd07e6a21ff78a63313d5274eb3b1180f7c29cd1a9d11b7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:31630cb5049add8b683fc6f3de6cc20ffc530b72d45daedb84cfe62bec754591_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:89a876583624410a9d79c1cf83d94a9a7c0dfbd3ad70228ea985e45b2ccee9f7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:dd8a443d71a973e30574016ce343c19edc1872c63ed46b5f7023d304b9c4edcd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:63a52e5f035913f64e82ae6a617273abae9ee0729316d26ed5d4182ca0f50d11_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:754310c0f797038ef14c3ef9ecd934b6ffaac6ca60b755894212854289b9f405_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:49c4861778e7bc4f5738ff0f5cd5c542e9fe75c33057a4a0806b03ac75d76ca7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ce8e1af1e3f7d331be7a366560b517e1fc27f83f1382ca6a69a1d9893f260fda_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3478a4d3a1acaba3cfb3f1040320798b9d0b419a66b07267965d4ab974a3b440_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5db06d085c31aafb3f02c2c373b2de6d93c5fde72dae55d6de90f44b49b5770e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:634d04ee67f3a521e7b3cde560084491908f32aef4a89a1bb7d3aa0ae119927b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7683407dca1a355e731e277631b3d8522a3f84f1de664829c3b15db39b1f1ca2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4ef1395e47e1898bc84155ed4b4e3e4c72d08e4e7f2d19d9530d889fe0ef6b26_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:63631119f3411bf77ea1f622d77ef96434d80815531b046efe5b297dd5bbfffa_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7ee73740b3264500f062e3863e42fbd98dc3895f17294450fc90d992d2108d49_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:db28768861f567200cc79639eb01ce8e18fe5cb8a768cc01d3e23bda55431c75_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:09ebbcea16169b9ac863167c0e7f953717e92f75fc4c4e2bffa0eacf84519907_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3118a7eeb28d8388a06731c7bcdb5eba4a942b9c91a84e595ec0fb49a55bcb11_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3bacdd4e5501902865eb31e884646418bfb5fae90593e96b06ac0b7c3cc1cedf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:852556f6eb96442354f0695d6630e2798e19e31a5ada2ef01e3ca2571a4a40c0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:59ae16e7b7d2bc20f34b8bd1dcd7cf8d8d7c201b0f78e3165b11a592d1b08597_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8b68cda23f470048944c164b84fe27a5fb6a43fe739537383444c28cae451035_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:23c8ed7995abda7f87fe4031843205f3a99a0c57508c6218291762a60907f5f2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cca7e231ac39da3a210859c6280ded3a4687620493e3a3e0164a403271537b6f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:054a0d12730620c46ee6209bc9932909f653d0b7f796682a0f798ab3ac3b3641_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3281b909de7dfc5bf3c746e3e8ab05fec49fc8aa83dc8156e616a59c41ee923c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:d5efd9212ed22c89067691796443fab0b28bfc31cea94bbe636a4759f2e88521_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e0a34a88a67409e2b1cb243874cadd3de1c9c56a54ac225dc860cd89a635bd97_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:275f90da2f77f60d0a77e00936734ffcb5099fc8b5662e03de49d807a7632f6d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:833072794acb03eaf053f30b6bcfeef95cf1836ad5149fd97f34f3546a2e9f6e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:893dd8fc24cb10db16620d8feae352929b0dbb797f02fd80f025fdc7c78bf53d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c9ba070e466a5123790067569bcb909e291f3b2264af0aa152372fff9e64f82d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:6f50d9406911e5fbe310c94dc60829891609934e64983339b5f66432a20864c2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:8b4ce896da4126dfda544da09d04f010c0e9b25bdab6557adbab8d095905d535_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:997a24c33d3ae9914f3694b3a8cd8af50137ea48296c322b56dca53b4dcd1fcb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f80cee2f47779e24e07ee475d09fc697a4446a07f9eebb0813a7119eb0bda36d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:7aa46141209fdb1090d90f00d1a7753f31b9224e080b8c669883901846b32ca4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a0dfec857ddadf777961a71d8dd545cc798b921e083c8b5156ca7423f8ad8a2f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a5c047afb2066ca8740286ad2af8e1271ef78c2e5df73ed2365f586d6a101b33_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dcda877c69d0398e4744f1b7a2ed81986ccdfdb6f4da7fba75f29fead8b10f34_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1ff4a8a6440dd4d97adc3273253da14e081083c978edb5fcd05dea33d4cc888a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:2aaba77958b12e834f6418338a21b839a95c21ac5568a53b5f792553db772e6c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e5753a6fa47d5a753be2eb3b7a46cee0bc156b0e52bf75e4f192c0ddb3fdef47_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:ed802f61197fbcc0f1a8a916612ab33363e0e1866ae70d03df92469a2c356ea6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:120c1ccd64bca8bfff4b46d14f78038594a28f6d58c585b1215afd76c23c7ad5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:52dcfdc6c5f219f414fa0775b70e34118b319897b0772931e0861623db7bde86_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6b259bed5dc046510b7c3305f6abf86e4543a9ec5091505f92f573536e9f049f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:bc0dd85538edc7a80adc0fc9fc4e02051e7b09480250b5328a6b70251875b943_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3f9151da4d025555f4c0183a0ce07a2d0084beeafdc9f3f1e87a603053ef9089_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:919fe76dee99d772b668b57645779a63e1c3b7f7f40fe79175c27ae6d7e261db_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e19a080b5fe10b67fe48c28014879abbc87cf5077c32c003fddd171d06bb370f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f7708a1c1e0d4083c7f0b9e8d8704b91a4c823dc9435d5d3e986372f305e1fe4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:27bd19fa0c1eb00c55120e22b21eaab50f0eb75a84910e9d8a2fd3b5fd1c7dc2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:52c4215a49207586cb3f33bd1d35aeda857d31d34c80cbfffba02ba8c448c8a6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:62e5cb5ba2d92bc29a2087c9de9fed7978d4c5ffe07b0afb479eac93519c6df5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:68aa837b6a3bd95232abd62ecae3b040f2a7a72ced626c784c4062c2f28a6e3d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:9872321279ec2d108191f1f7e1764551e9c7099de51f595627db068a66fc4f8d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a06cb8024ab06fbdee295afe99cd294f6e05c36dd490545600967b8ff12e3391_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:1d3a2d2ae27d869506d3f027ebb43f0ca64451cbb635c4c412c85129025728c3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:c20a4f14ad0eecc3f88eda36bd65f1f390c6977a7ad5ed69e87969556b9d8cc7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:64247ff135642a32fb59a62cdcaae5f28085ef0578916b4ab2c90d31e67848f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:e0cf29f62ec486451053c661388f9a3a12ba42b84899b687fb3486666a42536b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:efc289b0278fc84c571d7adf9e9ee1f8b149c5d832cbf416803435e89ee0a531_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:47ac82d0289751c8c7e41da07173dd61836e606101a20b598c00da1cd1fc9077_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:953b8ff978f6523f4578a469d23dba6536d49a141b4e3729b059feb6d79a858b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ee224daca08de920de240b684ebc23a4da50d60130d9e205e88c904c8c755343_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f267111aa2951d22dd6a41c7362afc22454e365325b7a016d213505b7dad74f8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0ed3d751161fa47b7ed4bd2ec2c5bfff8ac5ffae0df22dd9a741cc64bbe2939d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:48bbecc83208a8895cee2c2e8ec677f59a688e02705a677cde4e9a8a52398d1b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:89ac959e411430e4910919132f95452d1142a45fc5c67088f15cf5bad8982165_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:db55fb30b025bb573317f113897a7bfa0dc729aa684dcdb0ac3066356b339bc9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:285f19a6dcffb48d4e6f6d3bfb44722f1828bfb2099a8736f2fc08cdd1481175_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:521f2693c3073993771af37d65723ced3ac83c7438d6ff35425ca5f663101676_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d1883837f227ea4b98d2442b46e5c07a9eeae549e13cd778f7c9e78494b53911_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f1f601e3a4951748fbf030083febf57aad02568058889b0122c8872e2d68d70b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:34298ddfd123342b87d28c047cb4a8c1b25b07352bfed57aefffdd92a7058b6f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4a56a0984384548771e1c8fa5a4a8efe93f472cdf2b64b01d6049b2f9187a684_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6765cf3c0f8d395307ae57019cda7e2aeee976ec060eea8a47703db0b18532df_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:8a8377100458d05864c6521e4b7550df73b5c3d9cade518067d5741fa9d02292_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:09ad41d3ddb9aba6d649812d1e48433f5778b1cd9d5e0e1466b34e6516b864e1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:7b3a100ca1bce2bced0306ec9d4b90a4dfe8596c5bdf51799aa3a7a1ef36fef3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:ace3b3b02c33261287a32253dd1c027769743797317ac4259c9102e0b3db6603_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d289ef93e6e179405cae0db5309865f76cefababf168006abf09fc3a51a32bcc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:20052a45d551f7e988cc0c38baa38f146df4d9d741ac71f17498d8ddc44a1beb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:55409e5fb153973038a15985a332681f4e3e41126f84b6a355c47314c76bdf2e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c143caae15fb4249757018e05ac8dab9abb20f405977cb41468ce6a8049c4342_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c5d456d739d5791e51544a45309ca3b64f763cb49632bc638950fbfc041b4193_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3ab4203333e071978d85f0f44f7342811d898cc388326db60afacd2395f8340e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5a97ef5bfe0456bc1528f2a3df7736c506e11cb61de5c41a1daf22162150b345_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:94fd7b1b27954fb59c11a010f4b8ce0a3377b38bfed7ffb20873a2f7a499f8bf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a936c0970ab66789c10a64cf57ae76bcab0f2f16b6b50e713373066f73d535b5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:34fb12d4fbb5f9b29b1b58e19b1c1b0eb27121ef80edc50a59e431a4e94638c9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:bedcb032aa7325e5bbff014f251d5ad91fff9dcdaf84a95e61e4fc4198f22f79_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d10ffca12372666b239a9fcde83a4b0da6c3f37fede3e47272bbdf9ebd2f0d91_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d5284bc6a4ff57ceca1c00af4ed0c46fd341f1e2a28b4f13b210ed327a25ebd6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:2a7aeb3139633e2014d99631287cce239d73af61e541f218f45a009fc151d8d8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3afe2f3016ac55bd947c98d1e4b957969357aed54423ca2f35955eac8639116f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6d7572f71fc31d580d355bc6ebf8eaa54e4285c53c7e0e418a7495a0fb8d37a6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d2236c41a640de0aedb4eb2f1ef143793288329513ec0911bc37ba688857701f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:7688c4b2355532cddd9b9d314d105127c494990e7079407d2f43e578610971ad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:91ee195223233fdaa6d83ddbc8e1dc33bc7811e4f1e6ec9f5ddf325f560ec38d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:c866308d315beaa691b25dfed4be0cace44628e0799527e9ca11d14165437d98_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:dfe468dbed566f02ea0ed9b5ed5565f40a00d03a344d2a230b0a0a83c783493b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:08710b0caf6f4bc16e72a89f596f33c8c38ba7742d0f1ee552336f9acc7f222e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1491efe6870dae8caca1a78c9c96f8b4b2956db3bd5eaa6bde59ee996506bfb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:2a0f11f0a1063e3ca7b8b04693ebe979e9953736d37f3dc3a91fa5c9912d79d4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:813fdba989d7b5a4aad5e9ce5bf5285b0e65745375dbdef899786d571c001b77_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0db523e5a7a6420d94d5d302b90c798737eb78f99cde3b887d3c3866e195b9bf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:18b7e5875aaad6e0bb8b12fa303ad6295bf3968daeaed2104f0f4ec3122446df_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:80c4e60cb2ab82621ef12774841d39e6ece9e9671114afd0d19b188dd7746d81_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c20dd339ba44e18a505db8bf726e2db8b6a764f7bfcd9e0d63d627d69c2378fe_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:528f1228123298362d5787e862306cc2605f3eb31fdedfd0deea7f3cdffb77cc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:75b18dbc6fef40173ab0c85ff4f9c4111e29afa10593ef9141d589f88b418826_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:e8147c001326caf53531a8917f91991b5ca05f31d30adba78a03539a6568009c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:fb390f9eeb4853d9a20c9bf02ac10e099238e94084230bb532029be4c88b7ac6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3dc8fa50d17a5074f03d58eb00467e45e6d74f6c5293bc57ebb8c4feb4323eb9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:51941876bbb8070423c00e3699bb193343e963358dcae8cc6acda94395edc5fa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9087e6df82220f673440368a5e81c5a0f3eb5e36cccc61cb40fcb56d92cfcadb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e3740bfa7355589784350a9dafc10849d32f1273327387b3b3c6389ba1e26dba_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:05f5bc9410d9859f1bbc1def6e1c74fd47781faf1ef26633f61b5d8f09ce8d02_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5e14d01db3abe1412de6cbd8dbd7d3598d5ba7d2af2f5e55a7ca625aaf8a9155_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:db0bf5b79be48f69d411611bfa74a9b1cdfe875b453a81ec5ea72a962c27978e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ddbaa3a482cf17a156f6955ec155eace13126ae83217c36c03eb2b826e7c4ff0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:02ce1779315733c6039fbd9f711d6c75da89fcfd4d6ac8e485d7aba30882b3ff_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:d29e550f223f287e258aa15ac71ec87cbd24e9d6888f22d82aede80b7902765e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1d43b37d6ee7556d8afe22fb33c7c9ab7a1ff5b2b38d6e18f762ba759015f87a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4e627ea7097e36d07d109f50212809b6477070750c0bfff14f3fe9d1d7ca29f4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:63e60a076755fec73f95d2f5ee948a50d895b69cd327296ac0925e301f5b7e4d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9028745ca618eda612fa2960f0327f19fb689eb36762515bfd71bb2efab0a0a3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2dc50c3c453049a1e81e8cc4559147a4fd4a3a6a9c140865f82bf628f2a45b83_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:734c982a6159e5c4077a12b1a0f72ad992b70f965873ea591228172e6265263f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b2a21551ad4c66e622ccd865529356920dc4524bfa4595e08a99e0e95438823d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3133ccf5290a245274c030f53c63dfa74d6e04bffa684808fc1815a07ebfa13_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:6f399ee5f4634353047061fddcb9092dccead96c6884863253b913dab93c2e15_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9176cf7f1c5ccd82d82dc1a8ea47c2bd34e2ddb54d750cbacf7735a04ed6a221_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:dc6f5e144468283ba4d04ccc155f9e483d085dc2f1b78992e5fcfea42db77bcd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e5216672e4e265b01384ed2dcd722b4a166490d66e19aaec457aca55c7e3dbd6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:4ca8bbfe3586672e1de22cdce9466b37aa0e11c5e9d94ea8da271aa5cad3df47_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:57488300ca265dfcad9bcc1a2861062d8b82c2b80e8b21cc3ed766fd187402db_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:660006e5e6826b13ea6d73fce4fe672d1f67479c44ed65dee68119369eba3c75_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:91b8003dab0652f1a06de50435ca08d6f6366e6e8e7e10a9743542b577728b1d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0017d40e539a56e2ddbf4a97b0cd94825ad5dbc9cd79e1a7e058bb0b11afec29_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:7a71babc3307efe03b8bb3f3cc5f9159a4868c215df70d7a78ba37b91294649c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8403ecd148b8f0aa7f1156fc1676307753967ae68a69948af7c3987de8178959_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:a4e02776f7b5a66943bad040650f4dc9e865f05a0911f4f9aba975c4b30ef517_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5d3d3cbbc28f59a6aefb1e54986e084ce49b69867d100e9b7a8eba17b764304a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5fe1d81ec73517468488ed1a60331a78733ce2fed50f3930b4efbcdff5884326_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:94a7a56873cf0e075740a1db93972f2b2505e7bc082f2faf2d3a6badbb52b08e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d1e737deb52f4f124e34889df5ee2a787db0ee13ef86842f415d5c18ff70498d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:0c8b3d458f0968682b8604cad6ddf02b1135b99c4682090dc78d9b273084a0ab_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8f02a07e0928906a1c075fc3510f3750c679361bb9e0fc7504610eb2b230a092_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9b174760063eedf3197e5664994fdc21f85cbc3be8bd1329142fb9e88103b717_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:e97049e759fd58cb6a2c8dc5b78df8dab7139f8868b1461a3946cf187b824f55_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:17b700ef898288bc081220792a7a95f4f1852338d3d08dff19ea02cc9d957239_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:675083e881008c57ea9fe8e73db8034a66a3f439c6fc1862db09503f311caef8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b94730e4b9e9de7c0a99431f90b42a5368aa0da03869eb8a71dfc92dce27ba7c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c5c12b41cdbcc18c98ec1632a0c9aec007a9672a742fcfe89a5b104160feb698_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2c51c07f11fa78b44eb528339da6291d1c660451a0c9774ad7bf8d8ea7744ee3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4d7e15ae24207bd06663f5c9d55564e220bef28ef150f62d2e9622f569490acf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5a51836c3306ed97366bc3c8f24a8f9e880628d1feb98854eb5dd10800bfae83_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8231352f700a733b13de64913738e0de1b89be5046736077f7300c21fb778aa2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:121025c1dfa4bb1138150adc737d7cf12e69ce21f10690ad8d740c1c1f2dde4b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c02ec1e4b586a812cddae6ea43cf42a6b9742d062fc12c18c2414bc48b5b96e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4c94c8afa17ce2348d6198c2914e9257ac9510455c521f6539ab17877b6fd974_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:70c7beb1cdbcba3eb4fb83fafaf740145b81d510ef56d5ac59ea4bbbfbfebc00_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:83efb138b8bd5084f7dbeb8a59fe1ecc2680a20d5853b7a15f47e1f87929fd9e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:bd63fc568a9ceddc67809e2271de8ef4d57ac8af283861a601547a6b9da2dda2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d0d429e4a3a0a9f015725dd965d4317e67c72b3fd846ef4b04c20ada4d067eef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ecc47300fa59bdd3970f0baf030a75e1fe5862d2470756cf32c389b1eb89152a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:53bfb1dd8b4f99a0252bfdad2c65960877a4e722f5ae88591eb87d6800d1d98c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:64fcb6ccdaa30c4e06cc91a40273c6be01958ca2c048bd39d8a87e8c09fa7d55_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:bd7e96fa5e3db517c91323142b8258555f04d93dc0f164b6e83249dc0cd1b416_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e5d77db3010b3e1d31e14a0bafb1a5e5ca62dc03b7b0bd2097b198f6be6ee442_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:0488437dcc9ca866c5b96278686ea20b5732f8e8038af90889fadcf90f1082fc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d1bd0363eb8c21c0123522b814b140a7595a459c7c286220b4b6fb0b9886a115_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e45c7964c5a89fbb1a8c6da3a905e2caacbbf8c433b0d56d1b260bba151b3e93_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f52e1ea0175eb2af0a63311dc0b8acc1771c53a7668108d7bb7abf2b814e37e5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0043c8e63c3bcf98e33fda7e5f532143b4c8fdbce690606bf469e932d8552062_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:465c03f230a374b6885874b775473275fe8866f61856fb71a8e2bfc37b712ea2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:c730b4b9a52549bb6204deba37e28ee3946758bc86f27c1b886188ba0f164fc7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f50ed1d01f799f00ce20f210b95774f2dffe7137757ecf86544c71a9f621f402_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:56015af081c97939fa71d978d511ecc0e93ea6ea89640ae846645121531a4a86_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:82a97e06294f2bbad05dd72f91d692449eb4094ce1edda7d651e2f1833018faf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8faf68e17b482f07fd1a4ae8ef292fd44fe9de5369d5129c3945acb56b5c2f0c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ae7b169bcaae3569a946c84d88d0ca7b42b530b475c4afc4096d5db36aff9c52_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:02335c6538b4fb15d9d4e2a831b9810db42f8b8fdd75cc6237534356cd1b68e4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:84a9daad04b0ef97a77e258c1b490c9a9c1ca502079513184e43145467eb1169_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:85c84e6100ea0c4d783b44a085cdda8be9b580b073ab7b191a70ad3c14641f9c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eef5b8e84cce56cf085ed8f8a2ca544505242606d44691b6d0beced7c942bf9c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:148d9d31314b0ca3dd2667aadf51d9a65cc88cd872d21d29e4c85fe25cbf6410_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:87bd671167583b8f46388c7e5853509fc9c20439c1b5f57544117fc9e1b1b5b1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:dacaed2c85c23db8c8bf2b754b958ac8990a0b0e917e4885b39ed62d08061fb6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ec4ca8db357714672338a773cdfac91101641ac1ea56905a5dba39d13e8c96e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:1e01dcb349b9e3afa77e9c217b2f20dd7c9c98f7b00be3852166c7d676dc1c58_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7a453727eb7aad288301bdce304da23202950098592114e1c56e893828b7cb2a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7e9f67b6e1c87741c5d56a3e95af004dcfb6d6c9cb4267b0ad4dd1aec7e9cb1a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d9f12bee214359955f20c9b4c0218febc8868cd47405b362dcc6ab05dfa573d4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:36d864188a182dab0197f06376c993fd661689e516dfec4c25f9064eef6db0a2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:38481cddbac83c19b28845b99fec4f4d16d46aca014ab18653c5e7fd42d7dc9e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6c5798afafe96f9c1de300cd8b709030655d1c92d03394b069b3f4100a0a4334_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dc248c02585e41245eb8e16fea646a6f1013f5257f5152dab0fd4634073fe15d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:142deb80cb8918201dfc20e0e86c5a70e704eb589681db3e019d0eed0a8bbf1b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ff7c22adb1ce27c0944f94a4994940aa6af3c4db60cf184d0865753e0c18ddcf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:09664db13d4f9022495031effd53a137ebbddc0e61fec151a26e565a02a5bf40_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:9b480de86de7566594ff61c147bcf0a6e8d5f2ac52ca37a2ecc32909e02850c3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:177b77bf798f3ae19e2b67467ec324e2352c47a2fa4f803c852cb7d5514a2b80_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5587380364defb07d81f5bb93851d7d726780e03f561cc5c4010d6cc4e237079_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:503c53ef4cda2a77d57eb611638334ecfbbe08f384e01084a0f2004aceccfd5b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:ccdfd936b1e904b115efeef06cfb3c1b13ec6fdf123cf87c9ad477ab47ea4d04_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:1f7ad22165ad761cdd5fbb7f037ad342f7b9a6f017b80ebc9775edd9bf7388d4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3ddfa7f1a01b1dbf4d2e999da0d536b8f3600e0143dde47fed1f6f2caf15a7bb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9aa910f86e4c953069c3e45f3c2db9702a8cafe753fdbed42e4c23f4837660ea_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a2751c4e48572281043cc6468aa40d2b3a8a1eef5897cef386876fc08de5d791_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:00fa00533e4616bc63471ba4e127f163a2ce06bd8546dc3fcaf2465c6c511ef1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:65d4474ec56e4cae8542f01d54006ee1ccf15c8a467dd7f784f1df806507296a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b1410e826283f79823ba6cdb76d666aed69449a847936c6c634593f31c9795b1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f3e84cda9ee1fae57794b0c60a7b32373d8a95546116ddb326751e9df0d1706d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:059c0bb97591ea1d95bc42274c6748438e32ef113039c603cbf8171ba3dcd1a8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8ff741a30a8c2059c8702290104db1f897853515bea3d054f5456a0faacd3e33_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a523a7ac9b9119290e3f27ee0b0c7a5d3cc1d8f35ed4e7aadcd6968dba6c593c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:db230edf37a3285f5566a6f82b660ff3394caa80c95276bc3992a3f45a18a59e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0dfe21d1f2ae4ad05af6aa896c0bd09417c03d2fa2e37a1cd3c7afe9d9f506b1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ae88b0138b8b945b1ad071a5ac660e6479f3e2c1ec261d80a4d7d862e94df269_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cece82ea1f03a889d37a2e4e1d81eca34a73857630b9874d05264c12ccfde18e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:e518e75c0ec848497d5dbbbea1505cd3fa96387be78d326f44094d341d1aeb69_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:4b9f7900c251da09ceb0c5e36e87322030e6fffb41da15b022e52f26967214a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:6bcd28e8610dada7b5ec2b6e14aecd9daf0542ac8528b8a1c9bec9b5c22e6791_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b4e19a3b757309f5ba13e3762e2449003ab93a1d3a950df031d0c5f88b338461_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f3745f0a10aa35a13620960671ed4e2bace1c01f0440c1cf222aec37ebfcdd6e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:10a4a0d9d6cd4779461dc27ea5660513c80c4231267cd5d5cde84626a52d8d88_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:394f1ad167455a316ded12601110de58f0666917302eee8a2933932513aabd70_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a0dda1cfb8ce56f6632c7dfc15f2d7c5251a666f7ff34fd78f45a064ed9fe8d4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d04c463caf59ab32c381bf6c88b9a55ad9a4934dab8cf66b1c80f3743edf28e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:674045072f2c791146899dca69772cbd83d8ea11305e024f697b0ecb2ecbd9e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:80d008d72e748f6d1578f0583dcabb703ac8154853cffdfa6c332bf2db662da2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b6d9ea5fd88f25c46dfaa17deec8dec67f3241a4e52ffb5b598ef77af4437da9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e18f121c2a8578ab7a54b48347a671e8a1e315e85f894ef67b96161a490aca44_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1415356cad67eea021d0adef8b7f8ac8524035a4acc3ae7080f26f8f3f7cc959_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:2f7be9eb683b2d5c65aa64a28e11bae43475f5a828e8768d468bc24fa0bd4ec9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c0f27acad2634255d689355942e8c0d87f624c269eca0f11b1fe20b56b22294a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:dcad2bdd0764804f9dfad2a4f33eb2fc105ff8e4cc1d2ab31c58ef2903f7cea1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:02dae90a28e2afa83ab4b358378b616bad7c257b8f7d6cfa2830092b7d46fd18_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3e0b68fb323e91570216f90ae2c79cb4bd35149dd62c496c39ee8fb615b62888_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a6517f52e257eefc0602db5e43fd946de57db13299d5077b1bdf872754253cb7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d6c465af092548962fe617a677d3398c6164c398602d7575ec09533d9654f254_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3a9586b7d44c57c683256faa5d9655285105844c74f728e4558c6295f73a3aad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5dbdf857d018b118ca8bae8eb52b2e117348804dae51da324225ac9d9a0bb141_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:7dd0655af57c7f8d2aed0f88a4b02ff21d849bf9c8cce7fbf02aca7d322cdc12_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:abab20e995be8b61590ad7dfb8de0bbb7c7459ab5413987562332de2c9924924_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:6f1fb02560c0dc83cb7ebbfba67370896f2d3b21835311fe5af23a06f4a45142_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7a90eb33844a25785c95b0e7332991a373e0b70560f979e8e9d1554f9d021545_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:92ac319d44a3a3d8e68f29488cd75e71b42dbc98b5898f662131f8576178152b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b8c7d5e513d5205014f53f22fddd4ab5c54e62e62e5813459ea68afd789518d0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:788b2252987b1992fc9c5d855198aa50a67048cc4d0a1e28240953e5c1d9528b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7a2a0066a38f2e52be47a1fec5c9a1ec458550d7ee6ca1232579b3fc98b7e9e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:939c609d5422bb4be66f482815c70b170d51ad2ea9bb0675a969bdaeff35e730_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a260d94b14808490a417d828423550eddd7b865035b631e9fcbb108d8eec6873_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:9f38e40a381edde4d367a6baf50d6159bab76aa34f7f932929a118960eb1b16c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:bec3f4da4ad493e8e34e5e1245338929dc916772222817e094fc0cb7c6370b88_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0816f94cceb27f34725d9c3f041003d61b9730a3c602b48b70782cf5b3887818_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:3d106f2995d5dd270eec34df31ac33f4a09dac0bd79bcd2031e9bdc35f20878a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:2c50f45d634218d512ed37008e62bf2718cc4275a9d944c845eb29bb19d0e700_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:429368ffc93f60dcb14116dd4a448f7688fabeb9a499b4b7c9c77018f4a31c3c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:48105c86a370a0ffd2c536e5ba75ea80fa94b09f2cfdf645a9fbbb62bdd1654c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8b9490cd4a69fece37aac8ced57235afc04a3389e16234c3a3f1d9a4f8a6d34b_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-55198"
},
{
"category": "external",
"summary": "RHBZ#2388451",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2388451"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-55198",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55198"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-55198",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-55198"
},
{
"category": "external",
"summary": "https://github.com/helm/helm/commit/ec5f59e2db56533d042a124f5bae54dd87b558e6",
"url": "https://github.com/helm/helm/commit/ec5f59e2db56533d042a124f5bae54dd87b558e6"
},
{
"category": "external",
"summary": "https://github.com/helm/helm/security/advisories/GHSA-f9f8-9pmf-xv68",
"url": "https://github.com/helm/helm/security/advisories/GHSA-f9f8-9pmf-xv68"
}
],
"release_date": "2025-08-13T23:23:56.780000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-10T09:39:14+00:00",
"details": "For OpenShift Container Platform 4.21 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.21/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:7ca8870aa5e505f969aa26161594a3f99b65baf7d29bab8adaca0cade51b0bb6\n\n (For s390x architecture)\n The image digest is sha256:b33dc753fbb59cc939496922a7f65b3eaf145214f5635c9824790a5bc7a0b5a2\n\n (For ppc64le architecture)\n The image digest is sha256:46bd467d5cee3e80019ef25c8af7460dfee7e5ae376dd640b76251666eafc98a\n\n (For aarch64 architecture)\n The image digest is sha256:6d018f320d0ba0496fe3410470c2ea3c58e9d77a95fe0f64f3120bc1115f9bf1\n\nAll OpenShift Container Platform 4.21 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.21/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:33afbf29add637cae8478b8e0ef6b3b465e4ee53b000467ec34fb1f3a04615af_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8056eca30416b0b93270f6c92d0fdbe4f1cfbbd6258e27a746cc379a86b6b8cd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a06dfb4e75cc6b0edd836cd59035095135503f35a7cbc710ed7b0e447fe256f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a820784083ee32f544efc474c7ded798916d1f077ddb9c3f4461de48747f4c73_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2129"
},
{
"category": "workaround",
"details": "To mitigate this flaw, ensure YAML files are formatted as Helm expects prior to processing them with Helm.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:021a57a7ea58117b5942b474f8899924fe7ff170b234aaa301f86ff465726ce7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:37283f08df56189fd19f7052523f5eda5a5eba0096c32fc3926eda3bc9398a8c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:459032d57026d4dbb2af370f796c28a69e2e30389a84cdab0e43de4435d980a2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:82ebaab991c00d42430890eed6322e9d060c3b4581ad563383a7d13172de4c08_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:244a4dfcd32e2a6bed90fd5e452b63822af9eb60375b9ac45c1864c2fccaf765_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4eda87164b71e7c6fd8b5a39ea77bb1bbf138f43d5732c08e314369b18e2509b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d2d6b9b7d7cb72703bda76e6814e5714b101faa03b14f55507b82dddce6fa09a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:f5f2d566546e640f59746e3616b98dab55eacdd33ea04b7cff887da6cafbe380_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:21cd6ff9f8ff53d747746f2d772344a8a9be9bd4582d641a0d6814da81e42dc7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c16a9db40d92bd605eb9843f2fb30f793e9f807e924a98f58bdfe9e8ff5598fe_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f7eaa545a5719eea518c0d48a5010a9e729ca7657f95712b86bd091c6906ed9d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fbad6ec51decaf69511274952af912054493d07f8de4aeb044b0728e015e331b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4b6ce9a91e0408d0869e2d64ccfba93b8b0587c8c4514c024093e47d520b7b13_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5bab5f51374c260e261af4d094d6d834011bb00d20269e5f87c670ab2e5fc50f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:b046acdbaee02a88bc76e80217864aa8a933b4c624abf504bf40b3b5700a3ddf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:da7ec98aeffdf151279fbfd2d45163722323094e790ab1e5b14e3a75bebf7ba2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1320fee14f620ff211195e536a81bf80c41140d10d8493dca37f484b4803e1a2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:69849de1ca4d23c9faf12777ff7f26deb7eaf3026725512e29e7cfbfcb5e30dd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7ae48499c990a9bb0ccfd436de6e4586ba27e9fd4036b4efe76299aafc4520e0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:bdb7981f8aadb7c27bdc448ce4baed28ddd8d08ae1a83af66255bc70d3b87d63_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:06477b1ed6e12b1088fa198f1158cedd852d51773f75622a652220d147aad66d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:73cd8858eb6e706064aa3fb5b397696ad2a8d264ed9380ceeb8d8d89afa96914_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:95a5dd3ee93857d9e65d57257e2864774e0f1aa15d14c62765dd110807a7e983_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bf017210bb8bfbefa027c830656e83b3db86e940e5ef1f62e67fdc84545cd118_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:04441c2a5c244d0a76052a2e071d994d81415da2cbf49cdd74d3b64fae89fea4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:50caa5c63088b2cd98d85bf793eed760beae31c73d8cccc60f3c82f7e4a436f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5d302fd1e0d562fd3074aea7fda53b46878dd5c27f53b4086f43e0b60c69cd92_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c1ec441285a07891350ef5b92dfe8cdef23f963d39ee86b7c2eaa0f29deced63_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:29924ddf95c884e61e24bc38d457d4bb997c5a03789459ef7565f2350c778e44_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:865ec06e1488b9c81e370e48824dcd003c617f45198943118f99889c9a23ae5b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9c28ccab17d26b72d9ae5d65f7a1ea11bbbd2cd39076f517e6655b9a35a277b9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f2a4bddcbf9cd3c04f90623faceceb3f3633ebea89954ddd26dadad9b6f9cc1a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:0f34558006e45eb8ad74dfad87ee15c34e2d5bce5f192fb00290ba8f6b2e06a6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:a0104045a7c163322387f621af644a79ba8b3e2d44bfa4094db15fad792e7825_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:b83a1577d6d15ea51ba7417aadaf190944d02a36e1067ff9973b9b0e59f207b2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:bfeca6b1d120f47ef42ace529f8663c90e420a3d1067891268e0fbbcd0c8fd3b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:09fb74bc16d6152ee950f1e2e01a72244e43c030205e6878577ae8a288f229dd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:933bdee9a720806a6c7537ed79ad75e25ae64144eb7e738942c36b2a72427c51_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a882578ad9240c994b4f21955809f6d332965cde3686fd2da1c4bc1bd89181f5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:eb823609e74431800e5bd7fd2399e11d17ea8cf0a16a578b70f1447aadbfe8d6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1a4a79d38290e993721e5a239acdc973fd395188d4b47ef664716249561f9b9a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1ab570c571e5291796e3eccbc336775207aced63674920c7416c67fdcdda5ef1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:46f5577da7e69caa3c941ead5de0ce8e373a77348df4c9dda922319a47533af0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:dfb1568b260cebf47b31b5bc5b956dd573ef5e10f5c04bc7951d4aefba1e1c29_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6405c266dbbd8b035f0fdec36d4663fdc2e3981899fec3828e7bcac0094f981c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a0ce68bd8e54f1975c89b6739bc6d94e9ad8214df431d1c41907866dab1cd9f6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:bdac9d54f25066cf36bac0fe90d1df7d89fb91d49ac68c09db1cf14862c91b43_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d8254c11772cacaf25e2a1b24b41a7694b530246cb980ce80caa5298acc71c31_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1b5aa2a8fa69661df2b4cef49e2a8e25e20ecba84ca80d5c671d8cdc73e7e31d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:54c656c9b7ff7f7d9412253dcb0c4484233f4cbe77512b63e69ba1532a4a41d5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a2d16879e07bae5f6eddbb5615c313001ffc4b74e91849ee9c2496bbb5996616_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e37862fed49b426c4344fa755c3442dfe134922b3b5a3c80c4bf4abaea7e6563_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:04e4334b0ce10eb5402543501944e72b9230c79f470f5976f8e5bcd5a18cd28e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:34a11ddd5af5a8d2331804ab76c6319587bcab73bbafc10b6f710260e5ace5ec_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:86ff72407e38fffd121bee52ed9e1229213f5db18cf1324a08296597aaf494b4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:edd7568d61e33652709d4bca937a801a4eb6a0f134ec7866eae3da1f19a01400_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:44623a58b3a052f8cf871befe578ff1419b5a36c9f61849bdf58a15148c3f65b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:78ba410665c68a41a5adbd8422a349de2274be894328ce523364f1ec2a71be01_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:823e1e9e7e7743538180596210828b19b6e3c8f435a7c792be5b945be76d9956_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:eee0084caae19613373c30ac9d2f25de2c202dc83cb6b3077baeab3b2ca89c26_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:17d193d080ae253f4e43ab259c28fd84f5f738967fe2ad4b6528fd42dedb86e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:36ed0be4ed17c503bb07435b198cbd5e255660bb1e72ce49db7ccbcb3ce92a23_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7c1aa77f92efcbd6fdea6120c75e2cb19985aaa2cc48e2d4d3d4ecb87df0d277_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:d6dac5da24656ce0a1494234b06783b5e4ef052c0d283e66f881c21d1766c51a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:380b5a968a30fa54a963bacfc37767a01f6067b6290fd2d877d6b1943a7738a1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:6d1570e8f771ef561c5ddca5410cb86dbc94943cb23b6f96fb2dbe5b9a2f1823_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:7a9f65149b802b3c2ac4d2a96bf53c1dd6eedf8c5fe921783962197bbce94207_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:a99a994a160375e89550347eed1631bb0d12bb4dccf7ed49119935520b744235_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:22b6a40bf066153e072a2d22e48032b91a7f70e2de0d38b2bc5665b72f5635ca_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:499dba655c620472ffee2c73f5f6c53599dcaa8755af1ddf60388702041c6cfa_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:9f82e685ce4849aacbc315249403939d8e9fa55ca297ec0d829d445a3133ed9b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b11b0fd3272461cb95d4f3c79c5c1138770085b461fb8c64c5f19f3f2276abf5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:06ef27c670aa46891c208f0a1ce5be98a92a321e81865484c17db725d6c48f6f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:50187fe1e5905226e869fe96d050d1fa6c91c0ca9f360456030514a0f3efa2a6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:828613cff0791cce90feb1abaf17c31f8a89e409f605d23ca79904feaafa8cc6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:889a2f9b69467f174deb05d9f57eccfd85e8f6e2ce2620a3e3b5c15019a108c3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:381cea76282031f4a018997a2ddcaf6222576807356d45ab3357b52a30f6bb3c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:604bace7f2173c964ecf1b54fe70fc08abbb7a39fcefd21af752c7a12f6f5a31_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7acae5b318d8162c7da445ecc28ed374eb1db0a92e3e6136f1a3d6a82bd75495_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:df00671b04cef1d122484a876880dbf4cc250c63730537fef7e1651b58f9a9dd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7246c15cef44f3945840162c1dab72daf8c0c4999345aa6ba148dd34597f4ea1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c7fa305a0d4a592411905c2f44a8218e25caa39e293ba68e1c84458683c93979_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ccf25a1cbb0c79753f4049cc37fafb77d0f8dbdd896e4cad7e9674877dc84589_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e1ff850187bfcc5e53338ee32678873692eb81a7bc72c5d3a928722571d312df_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:bda6a57c2ad84239536aec6a20a9c37fbfc7aa13c994647427936bf0b3b3361c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:49da4e953f3ab4d734c88b4371082bd9c6fbefd00875d8c3f0f8e58f060b6a25_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95c4abf5e354b5a324515cf6e69195ad3576383386665683d4bb8f349e558416_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bbc0c1a5769338492d873bdb15757525f69e250f5a4320d36f249fc35d57d356_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bf5e48b3778e040c4ebb1a8b0bd2aca2e7814720fa400115ceed9e1745f3e2fa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:2b26daa64e5d4151cb1cb91cf459afa93b2bdabd2b9d5d28585bec72484c0e63_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c2d77eab011a8025098e1254c384f83af4f7e0d3ba9e6d2772eda689e644b036_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cdf9f5f665881fa0c5a2f3c98e4c99673dbe8a92cdcbbe6b80e9dce09f59a8dc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ef4521604c721bd0ae8a4b822ac9584d3c7c8a80c5ecfe263da6ff9500d95ba5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:29a5ed8364575efa8d539b05c002e8b82cc57350d4c015303b4fc46b06903eda_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3751262aca1a347b013648e64294520615e447cb875b1e7c04535c9c5e843ccf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:5bdc6dd4698facc8189308328f6fc62ad7f4a3a5bf8c8a5775fe6e966eb44eeb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:e4aa456e8c865f66105e9f1828b455bf09d80960759209703df345a559b36608_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:74cc690a06a3f7ede74550b2416957a6318136ec7b703de33588122e7222eac0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ad7055ad351c0c24582721dcbf7f422b6a31290104530458e456bddd1a637938_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:54ff1a36ba796e5b88ae421a3836220f5774f0694cd49da8aff5f8c1efaac958_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ff8879335cb7031227028d3bbd5ae3c882c721871a28a42216fdf94885cc48f0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:4bffd0baad38d0ea6f54efb82701a6530eae707565fee41e2e65682a990267b8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:6381f7fc63ba688a5514eeef31d629e8e6cf01d6910f29f7dd38cc48a49f392b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:6792be8aa7640d171ee8102e5315ee2cb5e51af62f7f9ebdfbb0b54e89e35cbf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:e168e04989169bf67e16af77f602c8d762b1ef424f4abc92ad8ef8a135d6fe69_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b9e9f7cb5894890829532f10dda00d008bc5745b999b76daa26b5667e00e0b87_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:f8ab11c42ded9679807701a6c9564ff67b13ba875e28cdbb7663d9382f8e194c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:203f1d7c4feca08547dfa923507640370e669f83029fcd373e4e93461cce9421_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:8b16e6a9162b06a6565a48f4b05f3a1681f9f6349278d4f44d93ebe60d96c566_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:ef131d257bfc318cd0071ea2867d209fd8088da69e92fd3d07bce2b86d4eb2f4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fd5a0222754643780d37e10af8b077bf257b5b4be2abfd2393f0423a4fd4b291_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1f910938470138dfb6656b608393e46eb5c59d76edcca34b8bbc7148f2479061_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:71ce3309765f3dea75ed45541065b35f0aeb697d59b013294775e84b780f361a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:313d893f24ad6f2f8c7881f418b9a5e9c499674052a97434372d1d079411ffc2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:93bef2950591dfbc736a80f6a92659b6868991040450c5cc415d32e225177512_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:9487390a62cbea3de31fcfa46d05ff56a9d088426101b056254d0a3dddd6631c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:d4cd54fcdc26243209c918dbb1dc54e940965cd12cb6d05259c0ed45e3755516_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:2f9449039570a38ef4191b3717a9597219919ffaff87b645f06c4daec74a3cbc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:5d72d27d9247c2a9ae05a1e496eea2c264df19be8a566147cf5cdf378d82ac4b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:2b1553659b6cb1a4fc9e75dca05c4117d98894a5ec55a650fb60a2062cf1b79b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:35d963f072ba8d1d78380c48815bd2d06dff7f1917e493ca64a37d319988e6a6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:42870b8a98ae271ad0f0b23ad541bc37a9585e93dc6822f149a0bcf53c78036d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d797ecf477151c6821be3fb5e18dfa8f8df04233fa9f7da7b554da9eb38f0058_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:27d55172feba74eb9712fdb42300721acfa72e5d3739feac7c4353f8a36b4b38_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:5bba9f8444a0daf6194a6eda5d1b027781717446435ae4249a558a31fe17e06e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a8840079bf9bf05cf2f9c4a7f38bb45b09baee82128d12df604007278fbdb198_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:effc3a9f6c7bb400163dbda690d84d9ef4d40736105a2594209efa8c0c5dc80b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:3b6acf7cf4c49d979d30049d80bd265e7e8f17331648008bb4f9033822ed0a41_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5b377378d275c0a152365c6dcfa6e5f51a30de20210991ad8a4b5c45654cf022_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:855e978f66e69d149f00f5cdea64c68b677a1f2e9e1c28f3f67846bd5497ea9a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9bbfc2d46e0e771ef7bf390e121f26b0dede58ac0ab6cc04e7592469a78ae5c8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:101533b9ac484f5e8c3f1d95b742f3596fdf42d6a706aeca5712648ca50e8ce2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:2918100b369a980a69fdd9d0bc0fc7c898bcdde23f8ac8c9a8a22066f2b1d87d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4f2d8d750ce5932589e4c3b10579f00da60407a89be1976f3b54184c997650ab_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e7b4095c367aa9811dba1e43cda61f60b54b9536d9900990e7e6eac745ec7ac9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1bb758a596fc11988a09a696981630bd00a73dca7c4ed52799f722ef87db6a91_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:50aa9b6ba005c3f004568e82cc73eb56ba6342720626f9a35eca618fd1ac9cc7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:982fa1221449a4e78c06e6a13b7ee325b8951a8a04d0014939dc49b13c6ab79d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f055755224db92970aa09e26ab84f8f8c3a67c2c8cd442eb4e7764e3474d4613_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:719c8857fcfce93887b77a94974d418e3bf19befe0ed25c5974bfc7ed53814bd_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:90f04dac670c4d0c505cf8f96d020c9e3f4c0747b91dc2a2531db407ffdcfbd7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a921b1d40f1ebac4edf1d6bbe26fd7e39329776044e17d7f2409b20792acc271_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:db281fb5bc3ccd949d2156d7eafe5691ecc317c3e690f9987436d8b4317e6ec0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0a68822ea4fb06b74890aebdb694cbba827a5c1b9519b5a4d2086a867464fa2b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:38a4de43972a5ae5404ebc5862329c0b59ee5a6c72b5e3fa8be3171ad65ec713_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:dc970cb4ede420e1d131a6146d256269ca6fb34b633c17315e6b202723765bd7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f47d18b4634f6f675e50f165a805f33970a038843dd48fe8a02b3924fa70e8f9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:6731876f6a37e6e26e079b4d8901f7bdcdcb6f34f8f27c850ec813ca5b3a9543_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bfebb3f4a3a9476c2307fafdc5ec3fe7586c51dde9c5448fde7d34e37e2f45af_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c6b9b4bd2d7210a42dda555d8375807bec66a4f8693fdf256042b49b3f0130c6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:eab2bb53112191763cd944b3b13cf750ea9390b56d7d14d312183ffe56d0a394_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:3ca197c0d720c1314db2f36fdd4f1fd81f0b729829f27b39508f0a6e7ecf7bab_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:475e121c7d6f480d7d2545252a7b59510a66cfb609f586bb587595ccfa3b71d6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6cedc3acc4032d410aa6c0142de17e62461401a772a09c795371238dc00fe91b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ce34f62e6953d64b6566905934afc4a1f5911ec68483f5ceecb59d187e37a955_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:2037952b4938add2200b79534d571adffd95bb0c6ce04e7ea4a6c0ad85389771_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:698f43ebb93c00ee0a916be218a7819d0a402e32c12724afc51f2323c26d541b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c247cff3341da9969055ddef313806cda81c2dac492ce683d4abcd5ceb5a9bc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f12ba7fce7d3a13280d4bfe412b9b54ca22baa52b90be0fd7825ac719f1de068_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0d06e661c793f5524b749bff4124ebcc17b7acff1b57a672064c072dd7b0390d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:484c08c7c512dfb681137cbf0cdd45f42ed4181a690076f6dc6920724687655f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8a100494af630b1dd1ac3e0a7c75fba4853a1e7471a0b6eae2f7d6b7762beeee_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c9329187e9bde81fc4f0b4996c909fe4e9354e58fe353340600532153254e5b4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9143250b98cf0e2f2b3ec33bc25a856d0b2dd432d1994740e639bde2ed1deb29_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9a7f2845529ffd78d9193a8329bd1761b7723678b83e8d5362aaafa657c398eb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:c6ef91fb95bad775d172019ab1b5f9c275c2302f85f04c0504273be57eab1989_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e2becd018c34a7c29e770fa329cba4f1a371d4b089451365abb35acacedbcdfb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5279e457358edeae97e136d8067f05d60b4b806c92e687bbd11afecda4840eda_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5d76a917f9cea787b11ab23bed912261cad050e397769c94c1b70cac389c48b0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:88237cdb1714ed0759ff8c96466010145ff8cfd60a7dd3debec25e3a2b33200e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ff62706a4904af960c4989c87712d896b34265fcaf21ecc9500daecd03561b38_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:15ddf484307e3bc53f165873cf04ea008f4f5720effb19e3ca1aeabd9fae64e3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:28a6a3b04348c6191f58b9b0a700acc995d5fbcee3cdf1af5e34dfb0a15918fc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4933a9cb0be09725767981638b9139867cad6a26a228701ec034d45c3f7da4de_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4b571bca7d279192d7095a9d157cdf40f553543b6a39658919bc5920445d1177_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0f18441bd2e164906e7bad119d70b8f5b9b47c1596d58b6d812ee1e2f4b6c0e5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:77df277ba08b5a6efaf78b4ec5e59a7aca2569e00e7644d27e1d2653d80d150b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:afee031de2fff6cb0e07995b5f6c4ac83ab4cf3b83f23a3931a4d7e15a512c1e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:cc8b86ad3d080ab5dedb159dfca744ce669341a2491e5a0bab4f59e3dae9ed7e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4a76171907bffd3a94e149dfabb6170331e2fc0a30f3ea7b8eba1cbe68e1fa80_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:62f935bfe570ea83e376ea84589bffcf0b99d30eef620adc813f72501d982705_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:75a992b3a14138492b585b3500a6b6f565c912b193834fa562c990bee8115e90_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:9fa46e30f86fbaa943f136733680d0e8a668df1e04d1bcb71160b8bb795a2df0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:58b7b6502847bba5230e65e90a10350d8cdfd331f5656425dd2f310e3fc89cb5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:5989d793b9236bdd9dcc1df6d4687a6e0222590453a5e4e31be75d0414c28056_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7e5383d64b25edf87578b2cf05de47d46fdd2fb6f1f4db5146ead38c887f36a3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b5b9266258ab925a7dfd33b86043873af4c0799fc52befbc476f875dc44b810d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:100d472991b3969275774576b60f5ccffacabcf89eb52efbb744aa441cfcce99_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:9a6fe277560deb4c1c2f91a1d56678c5956bc9ba958b859eaacd371f8ca753f4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a2d2bb9ceaaf23ff8430662ff6b267cb36848b2cf311bddcdaae8e33e8736306_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f71926ca5053134743dc906e1c5bbf2fd148acf50e44916a936f3a8e98494a04_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2dbbc016c4e06676f796ec4cd51e68c11c96bcdc41de8dd37c82c3c5c0825cc4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:444b74ea4a7a8a664746757e4417aa7e0fb33fed32a4755d300e14a49afba481_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a330cd288cfbb99db498c3a7e7211eaddc4cc5e39b6343fc6589b958c6ac44ae_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cef4f16962b3d71927c90e2573873495563e3144b6e3e814acf5a220f1b27193_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4d6edfa2e5e9d6964a5b9483989f491cb5019ebe9af55116591b321b499bd12d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:62e2bae1dd93787bebcb5f1b58499693f4c6fd620edb3254b776494d2b5a55a8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a514202264b03a6c80a02e3cfafb7c6a86482449613b5ec0052d1040587fd088_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ae40b5055051c07b225c15723da95953a6a7d2dc6dfec8d0469d6f857c8424d2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3882b19d141998fdfd1197856ec7826be00034d72633396be628002953fc94a7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:39282efac8310ed389b4acc4ff3aabd6367800953c1e8fecbf17926306d1f419_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8df02a6889e22a9763b5c0e7b6934824f682f4683f2085f82dda54de427ba28d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:fd15b8944403c78ee3c0fcbe08aa5ecfcb7b10c14fe5f1a20ba4873295879c8a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:011ac49df806c01b3f64fab0b3d79355b2685c8fc0316653f34359b451ef2ba5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5929d673c5a6a568c88e13586278da184ebda4c9c5a9a4a1f9154ad0e66340ad_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d113138d214fab52ec3422cd3affe8d3694a1ec30b85778acfa8b114ebffdddb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d91c11d262c19c1f020e9b53da07db82b6d68533f4e697ecff6c722781b4a4ba_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:5865f0a925e725309c27dc1d71d0dc999cb01b4fbde764ba8def1524f978c0f1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:bdbbbd728c482c0c5b5e87af470856aff0c8264d3f490c8ae9d987f21d5bac60_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c1230c3643979aff1e615e1de9bcbc758c31f7508b9a3b25fd2eb323eb6b2490_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c7649d6adc16287d38318b6a50107dc1d3aee2e842a19e09822fb86fac31df15_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:70687b2657e8f1cbbff110582b55f3104d0c7f47a44ca1185a7f67e421d76a17_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bda8d910934ae595f8a53675c74094693de8e0a929fc7c52458b2a9f7cd0b4a6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dff9eb529ea868114b0f46c60f4014b429ce115b0ce949e6855fe29d9270354a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e56bb2c28d7ddd2dbac95451cc16d547718b651532ec69c85e8f0fcf5785d002_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1670745d88d0d92a262ab445f81956e894ae5e9b23d490fab96860957c028771_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5cf3f4d1346c07a4e065dad2df083934591b45c714f503b5b617d470e87f1db7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7adc722fdef132557c191e026fdac56278584f6e49f3902179fc443d87a4165d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ff467f13cb09556eb490743f878422fa2493b8bca683b8759d7926e8af97dace_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4030ffce9d00de08b95d660595f0f67b2b83756ced6c6439da14d36b0b923729_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4baea4cfb5bc4a7974f90c3bfbb25e23865b659fd078ec45b4c36ec0d11b78f3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:829d8937eb34548f09b89de6dd5a236ae58d6f74501f44c929538c281a8be920_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a7fc85a92b1d5f7f79d8a8a63e6d9bb4dfc66383ff175fbd956deb1de3127fdb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:78adc3f034871d6d77793932d11b1e5f4b2ff3e1cff0385b44811210a3c84dc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b836e8f7b31ba9c107a08e3be1cc27e73afa4045210d7fccc817c6058671aa67_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:cb550213a7e8671953d5b880c0b651a566be475a3ca0f5b442a2fa9b0bfeeb1d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f727aa55c29332a39fb4e74013b9cc96ea5b32c9cfbb7cbcd79c7031d1a6f44f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4b1f00007dc39d345013c99c38163e0adc112e5eb81fdf41e1acaa1e0064d7f0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6ae9a652c5693c55ceb3ed91fbac054d887142b0f55882c776e42ba20d1dbdcb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7ae4ffe7112d35231314490c8d02c6f0947b54c240ace11a87c07dad44d5be4c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:934380eb6ae83360d1e11f709c58d18c2e69e04b3246a02846f26f9879ca1edc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5580313395048ffe3d874dec574f7f1f1f21cb84831945de53a80856b4e945df_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9bc152718354bb245a765da17d12d0477cbd15d7eda5a86b8c5b1330287fec4c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c00d2c84a5f8c5f1c674d43eddacbbac05782b81ab98cff83b606c35b46d18a5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d74ebc7fd5b30afecc3d9f61ee6c74b2c0f8519514c5614ddfbe9bbc68227509_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:84ca4259de3e923248f7d50c3adcea713871d3d2da66f172c25dd391d22a3bb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c6381254579086af7ec69a4e610680fe0e532a26f7ce202c72d047b89e0db642_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e0eefc7f55d25990d314c2ceb50afe70f7746e467ab7a409fa3d1b44708d9ffd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fed1fbc1295974647bcbad55e52b199c2d3d4307a3e53e4f8b1db135df9fd8f8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4bbddb6ff2f7429b2f5730d4a3f529b80784f8e42a0acc025e78713d703a2efd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:53a0ebb5fda619248605abeda530cf37fdb7ce99e7b7314cd5bcef2d8d8b7004_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5e37b117f72cf1001bea772e1302186d8f86c0980534b7f359179a5e6926c448_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6891d22800cc10bd8d773d471bc71c4db64460efab4b30202d42da1daf61a3fd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0d1bc6ef87ea978c23ca7189fdf17ad0f54a5f7709a75a25d82e7b84ffadf984_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:107f2fcd3f606044c570a980c176047870b304f3212df747995f6eb8a45749bb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6b6e5e25d50219a95d914df16c1c4e761d0bb45a9efd054572e54054f27a6f0a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:dd60fb26e79143000563578f9d72e3bb7cdde4b73dfdfc148b27942197d3be51_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:053d5fdef0973f6017991487843da7a64f8a346025cf46a7c575d6a4bab71d74_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:26318acd09b8263236b4d266c735aad015e3a4b61daafedf266ef1115968f536_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3ed5dce28d62c36a87ff35dead5806fd124a187e48051a0d2b550b209c9f6302_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e06c4933f2806bfab0f36ccdc159675e5fe2a6a084f98065787d304d5df3b7f8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:055b352bfb76de2eba0b9f0d1a6bca199c6e913e8e95879e991c5fd22095c677_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:16e31b5411f5f1924cbcf851f1b0463302a34c31c5c515220923f7a2050c18e8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5909f73afae46cf2ad00a9a6f1c38d38acc3ab00a0b97ca419110492d7bcab7d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dbfe981d5b05078eb1158624dfe2f0651cad81b92aafbc671cb6470b49bbb89f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3b166e5b5529c407c2f8e372414d043fc617965696c5a869fcadfde2d14d716d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d3f6483b465851cbb520810069a18136af80ccdf79fc1ea80ddb4687ce685aca_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d7d33c165c3d0cc0e4924e8c8d34bfbd1d72e2aea301e53e4b37b712e94c06e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:de5e8cdb75cc79630290f83ff179057d25bfc11d37816c57b6f66563eb3a2732_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:24abe1e6ee078487af8ee8bdd5dbc267c18882078a7987fbd63728dc2b65bb75_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:552d01e66c6b2fe59104b8a9f3e1e58fdcd7b4d4cd63db42883ceb119ec0ef25_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c00c3c5e7e106cd6527cec39e5c3fba990d1986bfdcb691b866db80d59e5f82_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bed1aeb4f58c045644650615230eaee03336daf78d9342022786c12f29da670d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3b213ee7154fd814e8a904c3a161bc16ca7419163e8132ccabab76821c33b310_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:721efd9cae7cd4b43c6bd498064a6c427fa32d0ba848f8b0bf7670afd662bb18_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8f5f0f56604ecf94768262496ba1e29073e87ec16aa8f434674b308bbd00678b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d78b1c13b0ef255bce1e19973bcbef04d40c517301959a7f23d23613a95c1db0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:650f0e2357f8d302f10ee0a628868f985c5a8c8a4e6af9e6793a9051b33205b9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d5a3ff1bae3686aff1781b5f5f9e1a7966962b88a1e84ab4eb62751aa835bb78_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:db30f78340370f9da03fdee73445b72160c35d83f44f708d3a62c9dc8e88bd46_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e88ead481c18a7b6de8ba7f609a1782e45e1ce85f2a158f259bbe68a9db261b5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:0bdbde169ecd68d82366f3d04f947f73715797fae5c3c4561e7bda5b5080dc3f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:1d45937273065c5cdeea502fa388172651fef5a607db33ea72c49f2a50b29b94_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a562490081e5dfc0fea7306931e2dab3fbfdf76cd83768b7a43ea556aebfe4f9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:dea6dd04d50bc97f9e61330140f61a7370e31e474c26b3526e18b0ae8ad56c41_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6ff785742b50af7f2a15c1dd6f38eb69e9a1a20cb4bd635aacc57a5557dd1b4d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:d0e6151117374aa602349bd1028175b94eea6f8386832df622d56715cbcb675d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e8fea02d42c9a9b8e9ad7642d9f08d705eb6e4b3e3681cbf6281c7b8b3244ca2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ecac534bb32ddc645101f6565521b08fde95cbf0eb2b9c6b896c83ba23e8b6bd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:55e0877d1949d009d71821f6779aa9ee90484fcccb820d53bf53b90f7d412636_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:775af20537e6f4c84985145f44ad1ae2d5530ae06859c2549d1d85a2e4ac54ff_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:a1b02b9608eadb4388dc13fb5ae55fc6ad64788f93186872c133a0ff1f5ab487_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b5d732e8d36668226255dbfeb389994104d83ef2be461079b66557bb20d799f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2e983c69ea6e29aca4f36596a0c697c2935dd1deb08a4d3546aaccb4e3d78ae1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4ae2494b702a6c7f68a65ea730f6df3253ffe78f2d178b0714fb6ec04cba5cc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b1133f78075f3364ab85142cf6c8457820e2e1f31a5b0750585ee1adc1285ba6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d41fc7e76000bc1b4016bf10e86fec44f551b127e17997fa4bb13420219fb3f1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:25acdc169b3860a10f46dea8b842626acc639aec950ca7a9339e96a2bf1ed7e1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:453bea2d5f94523a88f37acac9edd0a8d921bf79409a260386fa458cb18d13b7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a70ced1330a4e7a0a7b81bf6b19b3346ad5bb6e26398c7f0577994d48712b2ad_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c2a6ad45ab46c0238429cd0ab59bf169ff368bf68750a011f481208e56fa0268_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:33afbf29add637cae8478b8e0ef6b3b465e4ee53b000467ec34fb1f3a04615af_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8056eca30416b0b93270f6c92d0fdbe4f1cfbbd6258e27a746cc379a86b6b8cd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a06dfb4e75cc6b0edd836cd59035095135503f35a7cbc710ed7b0e447fe256f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a820784083ee32f544efc474c7ded798916d1f077ddb9c3f4461de48747f4c73_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0ab4e11886c642fbcf7560f780abf9046b73dcfd7dc9cb0f086d9e62f87fb271_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1283ae9261afb1293b597a8da40611cdc1980b1e403de5d16669c5b7d2527dc7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:89ec13946e699f6589c3d235cb515b92ff48d1d5fae8e7892279b64d41b74511_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d08403f8114128e063826ee0cb3324bba9f027d7b2feeb6f7c826c9c4925579f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:2aa0baab0fca2bf6877260b871b3079ad96c37034e6f3d0a45cea4118cca230a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7f886a3942b81b3318e288602c88de802278bb77c5d11ba758f1d86f2f028abf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:940d02c46f06fa92818dffd1842010b652856e09cebdec33e0f0e1a1e9b1b5a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:cac82b041210a06cefe512e89c5755e972f6e125c69a0dae87e454e259a3c08c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:12466469754c88d41872c1a061c1eb4349cf565b5fb32db651f3639aff2df67c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:af5fca0ab8a1f5374caea5b38486cc97c2be9d884a55542faeaced44a4a7320b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ad60c87d6e05b51b5351d2490538c757547b43a679256052b600e3fe8e80a594_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:e8372026bbc873c38ffc2c7df35183727596993dde5663ec27a2c2fe401e04f1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:736b406850af746470b1bd5dbc61fc4b166133e9cb50aa528dc1210b2002d469_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a73525cbcab817d0472f544883106a359b9079eeb1d8628d8b0185e450662361_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:84664067a273cdadce55bb8531916e8d8edc7936bcc57bc2dd1ecf57adb08c06_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9a006a111625f85305fbf3dfcd9a62592357a6a282a1c8ea1edbc48b2ef7db05_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:adb84daa38497eef3d89a9b42fbb22fc04e94f708db4f1f02de21dbf099ef788_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:f81616fe8dcd6b63df308c58bc1b696f9b3c488ebdfe00d7985026b10d083de9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:07efac034de568e79f6ecf97f924fd5ce7104e9259d90747cc0fd3e0a7bf4116_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0bc9b2b997bdf9bd285382823ebb9806502664976c2dd7e7b0d111df7717e77d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:165fc1e58447c7bc9febc3ebc74f90096c6e48986789d4e66ff6443f1d30d024_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f516ff3ac172cc08e88f25a0531a3784ed212897dbe0b05e04dece7d62eb977a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0d455e21bddb7ecd4c5b8f077ea96f046ba3183d17e3755ae95f8cd112a81179_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3d291642757ab1bc56aa6bf8b31b383a1867b06fda7ec093daf361e3bb082624_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:91c0c9cf474e9dd3b7dfab43e3e651afcf950c183a51321a586d5e98e3b8dc82_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:ffcd35b620a75ac1d121b826b37ff71f5006684d9222c440785f06fdafef5531_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:56c2e0f91eb13a89c48ee5ebeaecfaf87dcef3f85bf7f7fab37e3cc6c9b2dd10_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:84e22659ec76ea69dd31d0c6bdb39b752d4e525e7425d3ad282c3ba5c16c19c9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a3669bd8567383f9e15755e7640b5af4e796ce1d6bec3b6f1139645b656f425d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:ac7eed19416dd31a76ce8139a4c1cc16f2201b1dbb1c884dbd20fc5a965b82a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:44020a87c575f01d876bcd559d0b37bcba2f5bb4337a4f0f40d65196a407910c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:7272870ff2a94fd3c026f3c3a4e985a2b2eb5c47dedebc00f2cc25a496ec3e90_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d5e64fad675db5b1a7fe03720a35eef4ef6497e49e928b7cb0a38ddd6fa9187a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f4d0e3f2751dad9fab70a9080102f7c0e82a784e516f993e1e84a8561c33204f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:174b142475167275c428eec2892e91ba557a1783a128749b9516911a366ef54e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:52fac1bee10c7847bcf6f7dc9f027764a183d462e46678b5b9aaac9611cfcec0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:874a6c39ad36a55efafc0b690d17aa4eba8df8f30831a5315a198e692e405592_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:af2f5f615c4e9da63b09f2b9f52ef632dc76793f51730ee67a96d5e99118d552_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0867d20104c147d58a3e119c8eccd725d2b5311bc563cb4030c18714e085c80c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:12bf752f4f8f0929752fee39067bab20d3af32f9d767e0eeed2cee9dc9cdf774_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3f0993acf410b536a4c2be24d23afedeaa6d4b02a8055100cddc37443a619cf3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d745b47be21fc6b98e8b1830c34e951271362105d32704cac1b1a796abddecc4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6c539e26ca346ca83a4c024a374f3874e858602b71794a1709b8a08356744b46_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:94e6571b95628469dd361c3ae5bf4bb88bdcf68636c0a7a6f007a19e32216514_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:978722d03bd0e1eb78e35c188516d960ed81c8b47a66e77ec7ea465634e44536_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f270599d2857493437426bb7ba58ecdeb0933b244b0b5e81d70be8f06c734c4c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:07f5c5ba5313539cdea53ec438fcc97c698df8284bba4ddfc6c7af4403873362_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b93c3b58e03d6fbfd8d73f6f0966ef5d616c0da0776f516ec826e4f5e0d4bf1f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f5aa864ac9d9a3e5c0a412e9bf6e22756f6232713e14fe4194f61b1a1c1ad52c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fa3603fc128be2cead70ffb3b0b0b5c9520f7826bd46863a86b1853e62a998f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:382e4343f73dba48761c24841e45aabdf84a7f4de996be6515d8ee7c3e728c78_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:840f25f86e1850623e2929597e072219c2119b08acee3b81e8c7aed1b92fcb64_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:8f9eddba528ca5e8cc40717ae9f30253c955be657f8475a1c4da66c257bd1729_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ac7a2fce2be014fdc4208e98abe50329d0af9b7f7af98fd27e611751a413b4e6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5ad568a42fb0d0f2b78702929b75ab8fbb41937a853b4344ca990776f48ff85c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:821c5edd5f5ea9fddd168482dc437c6eec19231d95854abfbf1bcb150cfe618a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8932f2fc5e81fd7165d50432ba8994896c9ac8b323d5cc798872c1770133eceb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:df49ea17391c34a0eadacecb37c7e00552af8aca3ebb648f28f3f805fb79495a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:58e02752411f5bc061c8dd98bc7dfeb17780ef24ba8c65e590e4d6c5213c267f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d1c95fad91fbfc41da5d6871fb0a3c07d20652b5fce3f010505afe0d24c1977a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d6bfcd46424e1719490ce37bff728ea278eaf589e052a90b3fb30a9110aaa298_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ef555584c97654b76391f8e4d31bf0200fa82222b3197ef928f306c8d70f4881_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:520b43e0497fde1deef41e5f9e51448fde032769f433980802097e1e4216fb6e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:de2a25058c3aaa6f98e80870aca51d8bfd16354eb2da93e7498fc804825babb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:fba545c7b9accb5be03b9bf1931c086a8da8592e3ddc9b5a9ad6d798229314b9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:12645a5f47e54e3bf3f0b0863c44b938be5c42b22f695faf62c8d918cddb03ac_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:529d46e40fd5f6de98cb72dd8704068e3b9baf4d3bdf91feb9c19139bd74c652_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:701028c843123a3e4250731e216eceb647411ce685517383b9a62b5af21c10b0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1b7392f3cadb8ca07f10d5681fa33f6dfe61f895e4a8a1874bdd5aab3543f67d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:693c125a5f2f67364d8bdc1a5e7abe959dd46898e7f46d5b3756746cf598e135_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:93f4a34af9c198e4baa449f7ce0e1e0936358afc725eafc3b8118df3d92d2b44_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:0e4dde634359042b67bcc5224afeef951459167cb8f36cb6f262719308f8ae42_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:344860750b6a6e567bb1475f68d18b19d6f79438b767c351c850d082648aa5b1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:efe1a0fb3394a117206bb1837b63a0ee828ab5b5d30dd7c94aa88afa04c94c2c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:afb18f280c123c44f1349b80bcab24c86d8933795a0577deb13bb651019d6a92_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c865ec93173fecc00d843737009627ba137b7cabcf8337ea7837eb9bd993a601_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d172695ad3dcae4be122b50a27f14c6cb0e71357868ebdd13336cb7315122fd8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d4a1f393e7762a2c7ff12fd634077f5bc5bdd224d7791eb7929d26cd16047dee_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:01050a4179625f00151e478a0571e64120ac6221fdbf32c969a18ae9872c9574_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7639b8403341003825286c0fd45ab34d815585e8f4b5b4d1a424ccfc0292e017_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bd76fd61510b4714518ec5191e315f83feb1f47402e32602b061a0fc09641c9e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e53bc4c7a3fa7103778bd3f7bdc4b6be4b5e6a8450e38eee246caa75d9f8f44d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:62414e285f1e4de212e28bd90e5eeb60730324d54a317434565bad8891435168_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:77dc7d2bcb0cb6289f6d8c3c3f4ad3c01b9e24b4f6969ac666a888ecc8a29981_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:7cbc05eb0a0d3210e378d08d879933d905565224d9a6fc00e3bd1a9ad6782557_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d195bea4ac0b3ee073418a3674535525622d9b492bcd1fb0448b8ae52ba262b1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1440138d54ba0f09184f96cb79557548c3c9f19089bc813f433de28654cd74ef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:203e3cf52680caad6f8fec2ca1c7c87d45205ebcb9e816fb188e74a5bc7496ef_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4ef6d0725b69e2867c44e7d7ac57c820b759a45c491997210fc38b346d7f033d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b1ae4f6e3577edd7fc9f6595168857af7fd9c08aadbca1642c2f9248205b8c42_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:2e494676f33f47eb13ce2e3675c8e7a3871d5d1b73a59b71623caba05364196b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c8183043eac4cff3a7c17a9de76a4c9df725db694f411b19dd64923d1de68551_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:c7944fe378873f5d5268ff872c52ca08908af41b7efa03a7032363c11af633da_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:fc53a478ba64c0557ef8de93faf1320baab34d4bca5f50bc8f74d4a8d3a86890_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a5e04dd92dd9bca8344f741151a5756e28fdd197e2aae26c13caf2867ee6ff76_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c16e427a9ffa0ef24fd07e6a21ff78a63313d5274eb3b1180f7c29cd1a9d11b7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:31630cb5049add8b683fc6f3de6cc20ffc530b72d45daedb84cfe62bec754591_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:89a876583624410a9d79c1cf83d94a9a7c0dfbd3ad70228ea985e45b2ccee9f7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:dd8a443d71a973e30574016ce343c19edc1872c63ed46b5f7023d304b9c4edcd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:63a52e5f035913f64e82ae6a617273abae9ee0729316d26ed5d4182ca0f50d11_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:754310c0f797038ef14c3ef9ecd934b6ffaac6ca60b755894212854289b9f405_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:49c4861778e7bc4f5738ff0f5cd5c542e9fe75c33057a4a0806b03ac75d76ca7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ce8e1af1e3f7d331be7a366560b517e1fc27f83f1382ca6a69a1d9893f260fda_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3478a4d3a1acaba3cfb3f1040320798b9d0b419a66b07267965d4ab974a3b440_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5db06d085c31aafb3f02c2c373b2de6d93c5fde72dae55d6de90f44b49b5770e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:634d04ee67f3a521e7b3cde560084491908f32aef4a89a1bb7d3aa0ae119927b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7683407dca1a355e731e277631b3d8522a3f84f1de664829c3b15db39b1f1ca2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4ef1395e47e1898bc84155ed4b4e3e4c72d08e4e7f2d19d9530d889fe0ef6b26_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:63631119f3411bf77ea1f622d77ef96434d80815531b046efe5b297dd5bbfffa_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7ee73740b3264500f062e3863e42fbd98dc3895f17294450fc90d992d2108d49_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:db28768861f567200cc79639eb01ce8e18fe5cb8a768cc01d3e23bda55431c75_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:09ebbcea16169b9ac863167c0e7f953717e92f75fc4c4e2bffa0eacf84519907_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3118a7eeb28d8388a06731c7bcdb5eba4a942b9c91a84e595ec0fb49a55bcb11_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3bacdd4e5501902865eb31e884646418bfb5fae90593e96b06ac0b7c3cc1cedf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:852556f6eb96442354f0695d6630e2798e19e31a5ada2ef01e3ca2571a4a40c0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:59ae16e7b7d2bc20f34b8bd1dcd7cf8d8d7c201b0f78e3165b11a592d1b08597_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8b68cda23f470048944c164b84fe27a5fb6a43fe739537383444c28cae451035_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:23c8ed7995abda7f87fe4031843205f3a99a0c57508c6218291762a60907f5f2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cca7e231ac39da3a210859c6280ded3a4687620493e3a3e0164a403271537b6f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:054a0d12730620c46ee6209bc9932909f653d0b7f796682a0f798ab3ac3b3641_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3281b909de7dfc5bf3c746e3e8ab05fec49fc8aa83dc8156e616a59c41ee923c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:d5efd9212ed22c89067691796443fab0b28bfc31cea94bbe636a4759f2e88521_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e0a34a88a67409e2b1cb243874cadd3de1c9c56a54ac225dc860cd89a635bd97_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:275f90da2f77f60d0a77e00936734ffcb5099fc8b5662e03de49d807a7632f6d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:833072794acb03eaf053f30b6bcfeef95cf1836ad5149fd97f34f3546a2e9f6e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:893dd8fc24cb10db16620d8feae352929b0dbb797f02fd80f025fdc7c78bf53d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c9ba070e466a5123790067569bcb909e291f3b2264af0aa152372fff9e64f82d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:6f50d9406911e5fbe310c94dc60829891609934e64983339b5f66432a20864c2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:8b4ce896da4126dfda544da09d04f010c0e9b25bdab6557adbab8d095905d535_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:997a24c33d3ae9914f3694b3a8cd8af50137ea48296c322b56dca53b4dcd1fcb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f80cee2f47779e24e07ee475d09fc697a4446a07f9eebb0813a7119eb0bda36d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:7aa46141209fdb1090d90f00d1a7753f31b9224e080b8c669883901846b32ca4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a0dfec857ddadf777961a71d8dd545cc798b921e083c8b5156ca7423f8ad8a2f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a5c047afb2066ca8740286ad2af8e1271ef78c2e5df73ed2365f586d6a101b33_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dcda877c69d0398e4744f1b7a2ed81986ccdfdb6f4da7fba75f29fead8b10f34_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1ff4a8a6440dd4d97adc3273253da14e081083c978edb5fcd05dea33d4cc888a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:2aaba77958b12e834f6418338a21b839a95c21ac5568a53b5f792553db772e6c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e5753a6fa47d5a753be2eb3b7a46cee0bc156b0e52bf75e4f192c0ddb3fdef47_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:ed802f61197fbcc0f1a8a916612ab33363e0e1866ae70d03df92469a2c356ea6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:120c1ccd64bca8bfff4b46d14f78038594a28f6d58c585b1215afd76c23c7ad5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:52dcfdc6c5f219f414fa0775b70e34118b319897b0772931e0861623db7bde86_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6b259bed5dc046510b7c3305f6abf86e4543a9ec5091505f92f573536e9f049f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:bc0dd85538edc7a80adc0fc9fc4e02051e7b09480250b5328a6b70251875b943_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3f9151da4d025555f4c0183a0ce07a2d0084beeafdc9f3f1e87a603053ef9089_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:919fe76dee99d772b668b57645779a63e1c3b7f7f40fe79175c27ae6d7e261db_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e19a080b5fe10b67fe48c28014879abbc87cf5077c32c003fddd171d06bb370f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f7708a1c1e0d4083c7f0b9e8d8704b91a4c823dc9435d5d3e986372f305e1fe4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:27bd19fa0c1eb00c55120e22b21eaab50f0eb75a84910e9d8a2fd3b5fd1c7dc2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:52c4215a49207586cb3f33bd1d35aeda857d31d34c80cbfffba02ba8c448c8a6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:62e5cb5ba2d92bc29a2087c9de9fed7978d4c5ffe07b0afb479eac93519c6df5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:68aa837b6a3bd95232abd62ecae3b040f2a7a72ced626c784c4062c2f28a6e3d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:9872321279ec2d108191f1f7e1764551e9c7099de51f595627db068a66fc4f8d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a06cb8024ab06fbdee295afe99cd294f6e05c36dd490545600967b8ff12e3391_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:1d3a2d2ae27d869506d3f027ebb43f0ca64451cbb635c4c412c85129025728c3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:c20a4f14ad0eecc3f88eda36bd65f1f390c6977a7ad5ed69e87969556b9d8cc7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:64247ff135642a32fb59a62cdcaae5f28085ef0578916b4ab2c90d31e67848f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:e0cf29f62ec486451053c661388f9a3a12ba42b84899b687fb3486666a42536b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:efc289b0278fc84c571d7adf9e9ee1f8b149c5d832cbf416803435e89ee0a531_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:47ac82d0289751c8c7e41da07173dd61836e606101a20b598c00da1cd1fc9077_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:953b8ff978f6523f4578a469d23dba6536d49a141b4e3729b059feb6d79a858b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ee224daca08de920de240b684ebc23a4da50d60130d9e205e88c904c8c755343_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f267111aa2951d22dd6a41c7362afc22454e365325b7a016d213505b7dad74f8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0ed3d751161fa47b7ed4bd2ec2c5bfff8ac5ffae0df22dd9a741cc64bbe2939d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:48bbecc83208a8895cee2c2e8ec677f59a688e02705a677cde4e9a8a52398d1b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:89ac959e411430e4910919132f95452d1142a45fc5c67088f15cf5bad8982165_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:db55fb30b025bb573317f113897a7bfa0dc729aa684dcdb0ac3066356b339bc9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:285f19a6dcffb48d4e6f6d3bfb44722f1828bfb2099a8736f2fc08cdd1481175_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:521f2693c3073993771af37d65723ced3ac83c7438d6ff35425ca5f663101676_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d1883837f227ea4b98d2442b46e5c07a9eeae549e13cd778f7c9e78494b53911_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f1f601e3a4951748fbf030083febf57aad02568058889b0122c8872e2d68d70b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:34298ddfd123342b87d28c047cb4a8c1b25b07352bfed57aefffdd92a7058b6f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4a56a0984384548771e1c8fa5a4a8efe93f472cdf2b64b01d6049b2f9187a684_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6765cf3c0f8d395307ae57019cda7e2aeee976ec060eea8a47703db0b18532df_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:8a8377100458d05864c6521e4b7550df73b5c3d9cade518067d5741fa9d02292_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:09ad41d3ddb9aba6d649812d1e48433f5778b1cd9d5e0e1466b34e6516b864e1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:7b3a100ca1bce2bced0306ec9d4b90a4dfe8596c5bdf51799aa3a7a1ef36fef3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:ace3b3b02c33261287a32253dd1c027769743797317ac4259c9102e0b3db6603_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d289ef93e6e179405cae0db5309865f76cefababf168006abf09fc3a51a32bcc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:20052a45d551f7e988cc0c38baa38f146df4d9d741ac71f17498d8ddc44a1beb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:55409e5fb153973038a15985a332681f4e3e41126f84b6a355c47314c76bdf2e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c143caae15fb4249757018e05ac8dab9abb20f405977cb41468ce6a8049c4342_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c5d456d739d5791e51544a45309ca3b64f763cb49632bc638950fbfc041b4193_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3ab4203333e071978d85f0f44f7342811d898cc388326db60afacd2395f8340e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5a97ef5bfe0456bc1528f2a3df7736c506e11cb61de5c41a1daf22162150b345_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:94fd7b1b27954fb59c11a010f4b8ce0a3377b38bfed7ffb20873a2f7a499f8bf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a936c0970ab66789c10a64cf57ae76bcab0f2f16b6b50e713373066f73d535b5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:34fb12d4fbb5f9b29b1b58e19b1c1b0eb27121ef80edc50a59e431a4e94638c9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:bedcb032aa7325e5bbff014f251d5ad91fff9dcdaf84a95e61e4fc4198f22f79_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d10ffca12372666b239a9fcde83a4b0da6c3f37fede3e47272bbdf9ebd2f0d91_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d5284bc6a4ff57ceca1c00af4ed0c46fd341f1e2a28b4f13b210ed327a25ebd6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:2a7aeb3139633e2014d99631287cce239d73af61e541f218f45a009fc151d8d8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3afe2f3016ac55bd947c98d1e4b957969357aed54423ca2f35955eac8639116f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6d7572f71fc31d580d355bc6ebf8eaa54e4285c53c7e0e418a7495a0fb8d37a6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d2236c41a640de0aedb4eb2f1ef143793288329513ec0911bc37ba688857701f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:7688c4b2355532cddd9b9d314d105127c494990e7079407d2f43e578610971ad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:91ee195223233fdaa6d83ddbc8e1dc33bc7811e4f1e6ec9f5ddf325f560ec38d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:c866308d315beaa691b25dfed4be0cace44628e0799527e9ca11d14165437d98_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:dfe468dbed566f02ea0ed9b5ed5565f40a00d03a344d2a230b0a0a83c783493b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:08710b0caf6f4bc16e72a89f596f33c8c38ba7742d0f1ee552336f9acc7f222e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1491efe6870dae8caca1a78c9c96f8b4b2956db3bd5eaa6bde59ee996506bfb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:2a0f11f0a1063e3ca7b8b04693ebe979e9953736d37f3dc3a91fa5c9912d79d4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:813fdba989d7b5a4aad5e9ce5bf5285b0e65745375dbdef899786d571c001b77_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0db523e5a7a6420d94d5d302b90c798737eb78f99cde3b887d3c3866e195b9bf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:18b7e5875aaad6e0bb8b12fa303ad6295bf3968daeaed2104f0f4ec3122446df_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:80c4e60cb2ab82621ef12774841d39e6ece9e9671114afd0d19b188dd7746d81_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c20dd339ba44e18a505db8bf726e2db8b6a764f7bfcd9e0d63d627d69c2378fe_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:528f1228123298362d5787e862306cc2605f3eb31fdedfd0deea7f3cdffb77cc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:75b18dbc6fef40173ab0c85ff4f9c4111e29afa10593ef9141d589f88b418826_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:e8147c001326caf53531a8917f91991b5ca05f31d30adba78a03539a6568009c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:fb390f9eeb4853d9a20c9bf02ac10e099238e94084230bb532029be4c88b7ac6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3dc8fa50d17a5074f03d58eb00467e45e6d74f6c5293bc57ebb8c4feb4323eb9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:51941876bbb8070423c00e3699bb193343e963358dcae8cc6acda94395edc5fa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9087e6df82220f673440368a5e81c5a0f3eb5e36cccc61cb40fcb56d92cfcadb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e3740bfa7355589784350a9dafc10849d32f1273327387b3b3c6389ba1e26dba_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:05f5bc9410d9859f1bbc1def6e1c74fd47781faf1ef26633f61b5d8f09ce8d02_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5e14d01db3abe1412de6cbd8dbd7d3598d5ba7d2af2f5e55a7ca625aaf8a9155_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:db0bf5b79be48f69d411611bfa74a9b1cdfe875b453a81ec5ea72a962c27978e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ddbaa3a482cf17a156f6955ec155eace13126ae83217c36c03eb2b826e7c4ff0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:02ce1779315733c6039fbd9f711d6c75da89fcfd4d6ac8e485d7aba30882b3ff_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:d29e550f223f287e258aa15ac71ec87cbd24e9d6888f22d82aede80b7902765e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1d43b37d6ee7556d8afe22fb33c7c9ab7a1ff5b2b38d6e18f762ba759015f87a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4e627ea7097e36d07d109f50212809b6477070750c0bfff14f3fe9d1d7ca29f4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:63e60a076755fec73f95d2f5ee948a50d895b69cd327296ac0925e301f5b7e4d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9028745ca618eda612fa2960f0327f19fb689eb36762515bfd71bb2efab0a0a3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2dc50c3c453049a1e81e8cc4559147a4fd4a3a6a9c140865f82bf628f2a45b83_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:734c982a6159e5c4077a12b1a0f72ad992b70f965873ea591228172e6265263f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b2a21551ad4c66e622ccd865529356920dc4524bfa4595e08a99e0e95438823d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3133ccf5290a245274c030f53c63dfa74d6e04bffa684808fc1815a07ebfa13_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:6f399ee5f4634353047061fddcb9092dccead96c6884863253b913dab93c2e15_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9176cf7f1c5ccd82d82dc1a8ea47c2bd34e2ddb54d750cbacf7735a04ed6a221_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:dc6f5e144468283ba4d04ccc155f9e483d085dc2f1b78992e5fcfea42db77bcd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e5216672e4e265b01384ed2dcd722b4a166490d66e19aaec457aca55c7e3dbd6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:4ca8bbfe3586672e1de22cdce9466b37aa0e11c5e9d94ea8da271aa5cad3df47_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:57488300ca265dfcad9bcc1a2861062d8b82c2b80e8b21cc3ed766fd187402db_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:660006e5e6826b13ea6d73fce4fe672d1f67479c44ed65dee68119369eba3c75_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:91b8003dab0652f1a06de50435ca08d6f6366e6e8e7e10a9743542b577728b1d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0017d40e539a56e2ddbf4a97b0cd94825ad5dbc9cd79e1a7e058bb0b11afec29_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:7a71babc3307efe03b8bb3f3cc5f9159a4868c215df70d7a78ba37b91294649c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8403ecd148b8f0aa7f1156fc1676307753967ae68a69948af7c3987de8178959_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:a4e02776f7b5a66943bad040650f4dc9e865f05a0911f4f9aba975c4b30ef517_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5d3d3cbbc28f59a6aefb1e54986e084ce49b69867d100e9b7a8eba17b764304a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5fe1d81ec73517468488ed1a60331a78733ce2fed50f3930b4efbcdff5884326_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:94a7a56873cf0e075740a1db93972f2b2505e7bc082f2faf2d3a6badbb52b08e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d1e737deb52f4f124e34889df5ee2a787db0ee13ef86842f415d5c18ff70498d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:0c8b3d458f0968682b8604cad6ddf02b1135b99c4682090dc78d9b273084a0ab_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8f02a07e0928906a1c075fc3510f3750c679361bb9e0fc7504610eb2b230a092_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9b174760063eedf3197e5664994fdc21f85cbc3be8bd1329142fb9e88103b717_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:e97049e759fd58cb6a2c8dc5b78df8dab7139f8868b1461a3946cf187b824f55_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:17b700ef898288bc081220792a7a95f4f1852338d3d08dff19ea02cc9d957239_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:675083e881008c57ea9fe8e73db8034a66a3f439c6fc1862db09503f311caef8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b94730e4b9e9de7c0a99431f90b42a5368aa0da03869eb8a71dfc92dce27ba7c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c5c12b41cdbcc18c98ec1632a0c9aec007a9672a742fcfe89a5b104160feb698_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2c51c07f11fa78b44eb528339da6291d1c660451a0c9774ad7bf8d8ea7744ee3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4d7e15ae24207bd06663f5c9d55564e220bef28ef150f62d2e9622f569490acf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5a51836c3306ed97366bc3c8f24a8f9e880628d1feb98854eb5dd10800bfae83_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8231352f700a733b13de64913738e0de1b89be5046736077f7300c21fb778aa2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:121025c1dfa4bb1138150adc737d7cf12e69ce21f10690ad8d740c1c1f2dde4b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c02ec1e4b586a812cddae6ea43cf42a6b9742d062fc12c18c2414bc48b5b96e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4c94c8afa17ce2348d6198c2914e9257ac9510455c521f6539ab17877b6fd974_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:70c7beb1cdbcba3eb4fb83fafaf740145b81d510ef56d5ac59ea4bbbfbfebc00_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:83efb138b8bd5084f7dbeb8a59fe1ecc2680a20d5853b7a15f47e1f87929fd9e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:bd63fc568a9ceddc67809e2271de8ef4d57ac8af283861a601547a6b9da2dda2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d0d429e4a3a0a9f015725dd965d4317e67c72b3fd846ef4b04c20ada4d067eef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ecc47300fa59bdd3970f0baf030a75e1fe5862d2470756cf32c389b1eb89152a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:53bfb1dd8b4f99a0252bfdad2c65960877a4e722f5ae88591eb87d6800d1d98c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:64fcb6ccdaa30c4e06cc91a40273c6be01958ca2c048bd39d8a87e8c09fa7d55_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:bd7e96fa5e3db517c91323142b8258555f04d93dc0f164b6e83249dc0cd1b416_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e5d77db3010b3e1d31e14a0bafb1a5e5ca62dc03b7b0bd2097b198f6be6ee442_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:0488437dcc9ca866c5b96278686ea20b5732f8e8038af90889fadcf90f1082fc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d1bd0363eb8c21c0123522b814b140a7595a459c7c286220b4b6fb0b9886a115_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e45c7964c5a89fbb1a8c6da3a905e2caacbbf8c433b0d56d1b260bba151b3e93_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f52e1ea0175eb2af0a63311dc0b8acc1771c53a7668108d7bb7abf2b814e37e5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0043c8e63c3bcf98e33fda7e5f532143b4c8fdbce690606bf469e932d8552062_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:465c03f230a374b6885874b775473275fe8866f61856fb71a8e2bfc37b712ea2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:c730b4b9a52549bb6204deba37e28ee3946758bc86f27c1b886188ba0f164fc7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f50ed1d01f799f00ce20f210b95774f2dffe7137757ecf86544c71a9f621f402_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:56015af081c97939fa71d978d511ecc0e93ea6ea89640ae846645121531a4a86_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:82a97e06294f2bbad05dd72f91d692449eb4094ce1edda7d651e2f1833018faf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8faf68e17b482f07fd1a4ae8ef292fd44fe9de5369d5129c3945acb56b5c2f0c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ae7b169bcaae3569a946c84d88d0ca7b42b530b475c4afc4096d5db36aff9c52_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:02335c6538b4fb15d9d4e2a831b9810db42f8b8fdd75cc6237534356cd1b68e4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:84a9daad04b0ef97a77e258c1b490c9a9c1ca502079513184e43145467eb1169_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:85c84e6100ea0c4d783b44a085cdda8be9b580b073ab7b191a70ad3c14641f9c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eef5b8e84cce56cf085ed8f8a2ca544505242606d44691b6d0beced7c942bf9c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:148d9d31314b0ca3dd2667aadf51d9a65cc88cd872d21d29e4c85fe25cbf6410_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:87bd671167583b8f46388c7e5853509fc9c20439c1b5f57544117fc9e1b1b5b1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:dacaed2c85c23db8c8bf2b754b958ac8990a0b0e917e4885b39ed62d08061fb6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ec4ca8db357714672338a773cdfac91101641ac1ea56905a5dba39d13e8c96e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:1e01dcb349b9e3afa77e9c217b2f20dd7c9c98f7b00be3852166c7d676dc1c58_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7a453727eb7aad288301bdce304da23202950098592114e1c56e893828b7cb2a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7e9f67b6e1c87741c5d56a3e95af004dcfb6d6c9cb4267b0ad4dd1aec7e9cb1a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d9f12bee214359955f20c9b4c0218febc8868cd47405b362dcc6ab05dfa573d4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:36d864188a182dab0197f06376c993fd661689e516dfec4c25f9064eef6db0a2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:38481cddbac83c19b28845b99fec4f4d16d46aca014ab18653c5e7fd42d7dc9e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6c5798afafe96f9c1de300cd8b709030655d1c92d03394b069b3f4100a0a4334_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dc248c02585e41245eb8e16fea646a6f1013f5257f5152dab0fd4634073fe15d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:142deb80cb8918201dfc20e0e86c5a70e704eb589681db3e019d0eed0a8bbf1b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ff7c22adb1ce27c0944f94a4994940aa6af3c4db60cf184d0865753e0c18ddcf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:09664db13d4f9022495031effd53a137ebbddc0e61fec151a26e565a02a5bf40_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:9b480de86de7566594ff61c147bcf0a6e8d5f2ac52ca37a2ecc32909e02850c3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:177b77bf798f3ae19e2b67467ec324e2352c47a2fa4f803c852cb7d5514a2b80_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5587380364defb07d81f5bb93851d7d726780e03f561cc5c4010d6cc4e237079_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:503c53ef4cda2a77d57eb611638334ecfbbe08f384e01084a0f2004aceccfd5b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:ccdfd936b1e904b115efeef06cfb3c1b13ec6fdf123cf87c9ad477ab47ea4d04_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:1f7ad22165ad761cdd5fbb7f037ad342f7b9a6f017b80ebc9775edd9bf7388d4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3ddfa7f1a01b1dbf4d2e999da0d536b8f3600e0143dde47fed1f6f2caf15a7bb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9aa910f86e4c953069c3e45f3c2db9702a8cafe753fdbed42e4c23f4837660ea_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a2751c4e48572281043cc6468aa40d2b3a8a1eef5897cef386876fc08de5d791_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:00fa00533e4616bc63471ba4e127f163a2ce06bd8546dc3fcaf2465c6c511ef1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:65d4474ec56e4cae8542f01d54006ee1ccf15c8a467dd7f784f1df806507296a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b1410e826283f79823ba6cdb76d666aed69449a847936c6c634593f31c9795b1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f3e84cda9ee1fae57794b0c60a7b32373d8a95546116ddb326751e9df0d1706d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:059c0bb97591ea1d95bc42274c6748438e32ef113039c603cbf8171ba3dcd1a8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8ff741a30a8c2059c8702290104db1f897853515bea3d054f5456a0faacd3e33_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a523a7ac9b9119290e3f27ee0b0c7a5d3cc1d8f35ed4e7aadcd6968dba6c593c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:db230edf37a3285f5566a6f82b660ff3394caa80c95276bc3992a3f45a18a59e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0dfe21d1f2ae4ad05af6aa896c0bd09417c03d2fa2e37a1cd3c7afe9d9f506b1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ae88b0138b8b945b1ad071a5ac660e6479f3e2c1ec261d80a4d7d862e94df269_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cece82ea1f03a889d37a2e4e1d81eca34a73857630b9874d05264c12ccfde18e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:e518e75c0ec848497d5dbbbea1505cd3fa96387be78d326f44094d341d1aeb69_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:4b9f7900c251da09ceb0c5e36e87322030e6fffb41da15b022e52f26967214a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:6bcd28e8610dada7b5ec2b6e14aecd9daf0542ac8528b8a1c9bec9b5c22e6791_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b4e19a3b757309f5ba13e3762e2449003ab93a1d3a950df031d0c5f88b338461_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f3745f0a10aa35a13620960671ed4e2bace1c01f0440c1cf222aec37ebfcdd6e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:10a4a0d9d6cd4779461dc27ea5660513c80c4231267cd5d5cde84626a52d8d88_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:394f1ad167455a316ded12601110de58f0666917302eee8a2933932513aabd70_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a0dda1cfb8ce56f6632c7dfc15f2d7c5251a666f7ff34fd78f45a064ed9fe8d4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d04c463caf59ab32c381bf6c88b9a55ad9a4934dab8cf66b1c80f3743edf28e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:674045072f2c791146899dca69772cbd83d8ea11305e024f697b0ecb2ecbd9e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:80d008d72e748f6d1578f0583dcabb703ac8154853cffdfa6c332bf2db662da2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b6d9ea5fd88f25c46dfaa17deec8dec67f3241a4e52ffb5b598ef77af4437da9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e18f121c2a8578ab7a54b48347a671e8a1e315e85f894ef67b96161a490aca44_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1415356cad67eea021d0adef8b7f8ac8524035a4acc3ae7080f26f8f3f7cc959_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:2f7be9eb683b2d5c65aa64a28e11bae43475f5a828e8768d468bc24fa0bd4ec9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c0f27acad2634255d689355942e8c0d87f624c269eca0f11b1fe20b56b22294a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:dcad2bdd0764804f9dfad2a4f33eb2fc105ff8e4cc1d2ab31c58ef2903f7cea1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:02dae90a28e2afa83ab4b358378b616bad7c257b8f7d6cfa2830092b7d46fd18_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3e0b68fb323e91570216f90ae2c79cb4bd35149dd62c496c39ee8fb615b62888_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a6517f52e257eefc0602db5e43fd946de57db13299d5077b1bdf872754253cb7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d6c465af092548962fe617a677d3398c6164c398602d7575ec09533d9654f254_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3a9586b7d44c57c683256faa5d9655285105844c74f728e4558c6295f73a3aad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5dbdf857d018b118ca8bae8eb52b2e117348804dae51da324225ac9d9a0bb141_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:7dd0655af57c7f8d2aed0f88a4b02ff21d849bf9c8cce7fbf02aca7d322cdc12_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:abab20e995be8b61590ad7dfb8de0bbb7c7459ab5413987562332de2c9924924_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:6f1fb02560c0dc83cb7ebbfba67370896f2d3b21835311fe5af23a06f4a45142_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7a90eb33844a25785c95b0e7332991a373e0b70560f979e8e9d1554f9d021545_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:92ac319d44a3a3d8e68f29488cd75e71b42dbc98b5898f662131f8576178152b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b8c7d5e513d5205014f53f22fddd4ab5c54e62e62e5813459ea68afd789518d0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:788b2252987b1992fc9c5d855198aa50a67048cc4d0a1e28240953e5c1d9528b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7a2a0066a38f2e52be47a1fec5c9a1ec458550d7ee6ca1232579b3fc98b7e9e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:939c609d5422bb4be66f482815c70b170d51ad2ea9bb0675a969bdaeff35e730_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a260d94b14808490a417d828423550eddd7b865035b631e9fcbb108d8eec6873_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:9f38e40a381edde4d367a6baf50d6159bab76aa34f7f932929a118960eb1b16c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:bec3f4da4ad493e8e34e5e1245338929dc916772222817e094fc0cb7c6370b88_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0816f94cceb27f34725d9c3f041003d61b9730a3c602b48b70782cf5b3887818_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:3d106f2995d5dd270eec34df31ac33f4a09dac0bd79bcd2031e9bdc35f20878a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:2c50f45d634218d512ed37008e62bf2718cc4275a9d944c845eb29bb19d0e700_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:429368ffc93f60dcb14116dd4a448f7688fabeb9a499b4b7c9c77018f4a31c3c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:48105c86a370a0ffd2c536e5ba75ea80fa94b09f2cfdf645a9fbbb62bdd1654c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8b9490cd4a69fece37aac8ced57235afc04a3389e16234c3a3f1d9a4f8a6d34b_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:021a57a7ea58117b5942b474f8899924fe7ff170b234aaa301f86ff465726ce7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:37283f08df56189fd19f7052523f5eda5a5eba0096c32fc3926eda3bc9398a8c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:459032d57026d4dbb2af370f796c28a69e2e30389a84cdab0e43de4435d980a2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:82ebaab991c00d42430890eed6322e9d060c3b4581ad563383a7d13172de4c08_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:244a4dfcd32e2a6bed90fd5e452b63822af9eb60375b9ac45c1864c2fccaf765_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4eda87164b71e7c6fd8b5a39ea77bb1bbf138f43d5732c08e314369b18e2509b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d2d6b9b7d7cb72703bda76e6814e5714b101faa03b14f55507b82dddce6fa09a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:f5f2d566546e640f59746e3616b98dab55eacdd33ea04b7cff887da6cafbe380_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:21cd6ff9f8ff53d747746f2d772344a8a9be9bd4582d641a0d6814da81e42dc7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c16a9db40d92bd605eb9843f2fb30f793e9f807e924a98f58bdfe9e8ff5598fe_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f7eaa545a5719eea518c0d48a5010a9e729ca7657f95712b86bd091c6906ed9d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fbad6ec51decaf69511274952af912054493d07f8de4aeb044b0728e015e331b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4b6ce9a91e0408d0869e2d64ccfba93b8b0587c8c4514c024093e47d520b7b13_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5bab5f51374c260e261af4d094d6d834011bb00d20269e5f87c670ab2e5fc50f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:b046acdbaee02a88bc76e80217864aa8a933b4c624abf504bf40b3b5700a3ddf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:da7ec98aeffdf151279fbfd2d45163722323094e790ab1e5b14e3a75bebf7ba2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1320fee14f620ff211195e536a81bf80c41140d10d8493dca37f484b4803e1a2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:69849de1ca4d23c9faf12777ff7f26deb7eaf3026725512e29e7cfbfcb5e30dd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7ae48499c990a9bb0ccfd436de6e4586ba27e9fd4036b4efe76299aafc4520e0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:bdb7981f8aadb7c27bdc448ce4baed28ddd8d08ae1a83af66255bc70d3b87d63_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:06477b1ed6e12b1088fa198f1158cedd852d51773f75622a652220d147aad66d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:73cd8858eb6e706064aa3fb5b397696ad2a8d264ed9380ceeb8d8d89afa96914_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:95a5dd3ee93857d9e65d57257e2864774e0f1aa15d14c62765dd110807a7e983_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bf017210bb8bfbefa027c830656e83b3db86e940e5ef1f62e67fdc84545cd118_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:04441c2a5c244d0a76052a2e071d994d81415da2cbf49cdd74d3b64fae89fea4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:50caa5c63088b2cd98d85bf793eed760beae31c73d8cccc60f3c82f7e4a436f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5d302fd1e0d562fd3074aea7fda53b46878dd5c27f53b4086f43e0b60c69cd92_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c1ec441285a07891350ef5b92dfe8cdef23f963d39ee86b7c2eaa0f29deced63_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:29924ddf95c884e61e24bc38d457d4bb997c5a03789459ef7565f2350c778e44_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:865ec06e1488b9c81e370e48824dcd003c617f45198943118f99889c9a23ae5b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9c28ccab17d26b72d9ae5d65f7a1ea11bbbd2cd39076f517e6655b9a35a277b9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f2a4bddcbf9cd3c04f90623faceceb3f3633ebea89954ddd26dadad9b6f9cc1a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:0f34558006e45eb8ad74dfad87ee15c34e2d5bce5f192fb00290ba8f6b2e06a6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:a0104045a7c163322387f621af644a79ba8b3e2d44bfa4094db15fad792e7825_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:b83a1577d6d15ea51ba7417aadaf190944d02a36e1067ff9973b9b0e59f207b2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:bfeca6b1d120f47ef42ace529f8663c90e420a3d1067891268e0fbbcd0c8fd3b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:09fb74bc16d6152ee950f1e2e01a72244e43c030205e6878577ae8a288f229dd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:933bdee9a720806a6c7537ed79ad75e25ae64144eb7e738942c36b2a72427c51_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a882578ad9240c994b4f21955809f6d332965cde3686fd2da1c4bc1bd89181f5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:eb823609e74431800e5bd7fd2399e11d17ea8cf0a16a578b70f1447aadbfe8d6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1a4a79d38290e993721e5a239acdc973fd395188d4b47ef664716249561f9b9a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1ab570c571e5291796e3eccbc336775207aced63674920c7416c67fdcdda5ef1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:46f5577da7e69caa3c941ead5de0ce8e373a77348df4c9dda922319a47533af0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:dfb1568b260cebf47b31b5bc5b956dd573ef5e10f5c04bc7951d4aefba1e1c29_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6405c266dbbd8b035f0fdec36d4663fdc2e3981899fec3828e7bcac0094f981c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a0ce68bd8e54f1975c89b6739bc6d94e9ad8214df431d1c41907866dab1cd9f6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:bdac9d54f25066cf36bac0fe90d1df7d89fb91d49ac68c09db1cf14862c91b43_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d8254c11772cacaf25e2a1b24b41a7694b530246cb980ce80caa5298acc71c31_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1b5aa2a8fa69661df2b4cef49e2a8e25e20ecba84ca80d5c671d8cdc73e7e31d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:54c656c9b7ff7f7d9412253dcb0c4484233f4cbe77512b63e69ba1532a4a41d5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a2d16879e07bae5f6eddbb5615c313001ffc4b74e91849ee9c2496bbb5996616_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e37862fed49b426c4344fa755c3442dfe134922b3b5a3c80c4bf4abaea7e6563_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:04e4334b0ce10eb5402543501944e72b9230c79f470f5976f8e5bcd5a18cd28e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:34a11ddd5af5a8d2331804ab76c6319587bcab73bbafc10b6f710260e5ace5ec_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:86ff72407e38fffd121bee52ed9e1229213f5db18cf1324a08296597aaf494b4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:edd7568d61e33652709d4bca937a801a4eb6a0f134ec7866eae3da1f19a01400_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:44623a58b3a052f8cf871befe578ff1419b5a36c9f61849bdf58a15148c3f65b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:78ba410665c68a41a5adbd8422a349de2274be894328ce523364f1ec2a71be01_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:823e1e9e7e7743538180596210828b19b6e3c8f435a7c792be5b945be76d9956_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:eee0084caae19613373c30ac9d2f25de2c202dc83cb6b3077baeab3b2ca89c26_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:17d193d080ae253f4e43ab259c28fd84f5f738967fe2ad4b6528fd42dedb86e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:36ed0be4ed17c503bb07435b198cbd5e255660bb1e72ce49db7ccbcb3ce92a23_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7c1aa77f92efcbd6fdea6120c75e2cb19985aaa2cc48e2d4d3d4ecb87df0d277_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:d6dac5da24656ce0a1494234b06783b5e4ef052c0d283e66f881c21d1766c51a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:380b5a968a30fa54a963bacfc37767a01f6067b6290fd2d877d6b1943a7738a1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:6d1570e8f771ef561c5ddca5410cb86dbc94943cb23b6f96fb2dbe5b9a2f1823_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:7a9f65149b802b3c2ac4d2a96bf53c1dd6eedf8c5fe921783962197bbce94207_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:a99a994a160375e89550347eed1631bb0d12bb4dccf7ed49119935520b744235_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:22b6a40bf066153e072a2d22e48032b91a7f70e2de0d38b2bc5665b72f5635ca_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:499dba655c620472ffee2c73f5f6c53599dcaa8755af1ddf60388702041c6cfa_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:9f82e685ce4849aacbc315249403939d8e9fa55ca297ec0d829d445a3133ed9b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b11b0fd3272461cb95d4f3c79c5c1138770085b461fb8c64c5f19f3f2276abf5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:06ef27c670aa46891c208f0a1ce5be98a92a321e81865484c17db725d6c48f6f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:50187fe1e5905226e869fe96d050d1fa6c91c0ca9f360456030514a0f3efa2a6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:828613cff0791cce90feb1abaf17c31f8a89e409f605d23ca79904feaafa8cc6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:889a2f9b69467f174deb05d9f57eccfd85e8f6e2ce2620a3e3b5c15019a108c3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:381cea76282031f4a018997a2ddcaf6222576807356d45ab3357b52a30f6bb3c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:604bace7f2173c964ecf1b54fe70fc08abbb7a39fcefd21af752c7a12f6f5a31_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7acae5b318d8162c7da445ecc28ed374eb1db0a92e3e6136f1a3d6a82bd75495_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:df00671b04cef1d122484a876880dbf4cc250c63730537fef7e1651b58f9a9dd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7246c15cef44f3945840162c1dab72daf8c0c4999345aa6ba148dd34597f4ea1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c7fa305a0d4a592411905c2f44a8218e25caa39e293ba68e1c84458683c93979_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ccf25a1cbb0c79753f4049cc37fafb77d0f8dbdd896e4cad7e9674877dc84589_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e1ff850187bfcc5e53338ee32678873692eb81a7bc72c5d3a928722571d312df_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:bda6a57c2ad84239536aec6a20a9c37fbfc7aa13c994647427936bf0b3b3361c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:49da4e953f3ab4d734c88b4371082bd9c6fbefd00875d8c3f0f8e58f060b6a25_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95c4abf5e354b5a324515cf6e69195ad3576383386665683d4bb8f349e558416_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bbc0c1a5769338492d873bdb15757525f69e250f5a4320d36f249fc35d57d356_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bf5e48b3778e040c4ebb1a8b0bd2aca2e7814720fa400115ceed9e1745f3e2fa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:2b26daa64e5d4151cb1cb91cf459afa93b2bdabd2b9d5d28585bec72484c0e63_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c2d77eab011a8025098e1254c384f83af4f7e0d3ba9e6d2772eda689e644b036_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cdf9f5f665881fa0c5a2f3c98e4c99673dbe8a92cdcbbe6b80e9dce09f59a8dc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ef4521604c721bd0ae8a4b822ac9584d3c7c8a80c5ecfe263da6ff9500d95ba5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:29a5ed8364575efa8d539b05c002e8b82cc57350d4c015303b4fc46b06903eda_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3751262aca1a347b013648e64294520615e447cb875b1e7c04535c9c5e843ccf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:5bdc6dd4698facc8189308328f6fc62ad7f4a3a5bf8c8a5775fe6e966eb44eeb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:e4aa456e8c865f66105e9f1828b455bf09d80960759209703df345a559b36608_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:74cc690a06a3f7ede74550b2416957a6318136ec7b703de33588122e7222eac0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ad7055ad351c0c24582721dcbf7f422b6a31290104530458e456bddd1a637938_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:54ff1a36ba796e5b88ae421a3836220f5774f0694cd49da8aff5f8c1efaac958_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ff8879335cb7031227028d3bbd5ae3c882c721871a28a42216fdf94885cc48f0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:4bffd0baad38d0ea6f54efb82701a6530eae707565fee41e2e65682a990267b8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:6381f7fc63ba688a5514eeef31d629e8e6cf01d6910f29f7dd38cc48a49f392b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:6792be8aa7640d171ee8102e5315ee2cb5e51af62f7f9ebdfbb0b54e89e35cbf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:e168e04989169bf67e16af77f602c8d762b1ef424f4abc92ad8ef8a135d6fe69_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b9e9f7cb5894890829532f10dda00d008bc5745b999b76daa26b5667e00e0b87_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:f8ab11c42ded9679807701a6c9564ff67b13ba875e28cdbb7663d9382f8e194c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:203f1d7c4feca08547dfa923507640370e669f83029fcd373e4e93461cce9421_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:8b16e6a9162b06a6565a48f4b05f3a1681f9f6349278d4f44d93ebe60d96c566_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:ef131d257bfc318cd0071ea2867d209fd8088da69e92fd3d07bce2b86d4eb2f4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fd5a0222754643780d37e10af8b077bf257b5b4be2abfd2393f0423a4fd4b291_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1f910938470138dfb6656b608393e46eb5c59d76edcca34b8bbc7148f2479061_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:71ce3309765f3dea75ed45541065b35f0aeb697d59b013294775e84b780f361a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:313d893f24ad6f2f8c7881f418b9a5e9c499674052a97434372d1d079411ffc2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:93bef2950591dfbc736a80f6a92659b6868991040450c5cc415d32e225177512_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:9487390a62cbea3de31fcfa46d05ff56a9d088426101b056254d0a3dddd6631c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:d4cd54fcdc26243209c918dbb1dc54e940965cd12cb6d05259c0ed45e3755516_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:2f9449039570a38ef4191b3717a9597219919ffaff87b645f06c4daec74a3cbc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:5d72d27d9247c2a9ae05a1e496eea2c264df19be8a566147cf5cdf378d82ac4b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:2b1553659b6cb1a4fc9e75dca05c4117d98894a5ec55a650fb60a2062cf1b79b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:35d963f072ba8d1d78380c48815bd2d06dff7f1917e493ca64a37d319988e6a6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:42870b8a98ae271ad0f0b23ad541bc37a9585e93dc6822f149a0bcf53c78036d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d797ecf477151c6821be3fb5e18dfa8f8df04233fa9f7da7b554da9eb38f0058_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:27d55172feba74eb9712fdb42300721acfa72e5d3739feac7c4353f8a36b4b38_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:5bba9f8444a0daf6194a6eda5d1b027781717446435ae4249a558a31fe17e06e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a8840079bf9bf05cf2f9c4a7f38bb45b09baee82128d12df604007278fbdb198_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:effc3a9f6c7bb400163dbda690d84d9ef4d40736105a2594209efa8c0c5dc80b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:3b6acf7cf4c49d979d30049d80bd265e7e8f17331648008bb4f9033822ed0a41_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5b377378d275c0a152365c6dcfa6e5f51a30de20210991ad8a4b5c45654cf022_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:855e978f66e69d149f00f5cdea64c68b677a1f2e9e1c28f3f67846bd5497ea9a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9bbfc2d46e0e771ef7bf390e121f26b0dede58ac0ab6cc04e7592469a78ae5c8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:101533b9ac484f5e8c3f1d95b742f3596fdf42d6a706aeca5712648ca50e8ce2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:2918100b369a980a69fdd9d0bc0fc7c898bcdde23f8ac8c9a8a22066f2b1d87d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4f2d8d750ce5932589e4c3b10579f00da60407a89be1976f3b54184c997650ab_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e7b4095c367aa9811dba1e43cda61f60b54b9536d9900990e7e6eac745ec7ac9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1bb758a596fc11988a09a696981630bd00a73dca7c4ed52799f722ef87db6a91_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:50aa9b6ba005c3f004568e82cc73eb56ba6342720626f9a35eca618fd1ac9cc7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:982fa1221449a4e78c06e6a13b7ee325b8951a8a04d0014939dc49b13c6ab79d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f055755224db92970aa09e26ab84f8f8c3a67c2c8cd442eb4e7764e3474d4613_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:719c8857fcfce93887b77a94974d418e3bf19befe0ed25c5974bfc7ed53814bd_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:90f04dac670c4d0c505cf8f96d020c9e3f4c0747b91dc2a2531db407ffdcfbd7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a921b1d40f1ebac4edf1d6bbe26fd7e39329776044e17d7f2409b20792acc271_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:db281fb5bc3ccd949d2156d7eafe5691ecc317c3e690f9987436d8b4317e6ec0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0a68822ea4fb06b74890aebdb694cbba827a5c1b9519b5a4d2086a867464fa2b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:38a4de43972a5ae5404ebc5862329c0b59ee5a6c72b5e3fa8be3171ad65ec713_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:dc970cb4ede420e1d131a6146d256269ca6fb34b633c17315e6b202723765bd7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f47d18b4634f6f675e50f165a805f33970a038843dd48fe8a02b3924fa70e8f9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:6731876f6a37e6e26e079b4d8901f7bdcdcb6f34f8f27c850ec813ca5b3a9543_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bfebb3f4a3a9476c2307fafdc5ec3fe7586c51dde9c5448fde7d34e37e2f45af_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c6b9b4bd2d7210a42dda555d8375807bec66a4f8693fdf256042b49b3f0130c6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:eab2bb53112191763cd944b3b13cf750ea9390b56d7d14d312183ffe56d0a394_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:3ca197c0d720c1314db2f36fdd4f1fd81f0b729829f27b39508f0a6e7ecf7bab_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:475e121c7d6f480d7d2545252a7b59510a66cfb609f586bb587595ccfa3b71d6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6cedc3acc4032d410aa6c0142de17e62461401a772a09c795371238dc00fe91b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ce34f62e6953d64b6566905934afc4a1f5911ec68483f5ceecb59d187e37a955_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:2037952b4938add2200b79534d571adffd95bb0c6ce04e7ea4a6c0ad85389771_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:698f43ebb93c00ee0a916be218a7819d0a402e32c12724afc51f2323c26d541b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c247cff3341da9969055ddef313806cda81c2dac492ce683d4abcd5ceb5a9bc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f12ba7fce7d3a13280d4bfe412b9b54ca22baa52b90be0fd7825ac719f1de068_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0d06e661c793f5524b749bff4124ebcc17b7acff1b57a672064c072dd7b0390d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:484c08c7c512dfb681137cbf0cdd45f42ed4181a690076f6dc6920724687655f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8a100494af630b1dd1ac3e0a7c75fba4853a1e7471a0b6eae2f7d6b7762beeee_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c9329187e9bde81fc4f0b4996c909fe4e9354e58fe353340600532153254e5b4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9143250b98cf0e2f2b3ec33bc25a856d0b2dd432d1994740e639bde2ed1deb29_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9a7f2845529ffd78d9193a8329bd1761b7723678b83e8d5362aaafa657c398eb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:c6ef91fb95bad775d172019ab1b5f9c275c2302f85f04c0504273be57eab1989_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e2becd018c34a7c29e770fa329cba4f1a371d4b089451365abb35acacedbcdfb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5279e457358edeae97e136d8067f05d60b4b806c92e687bbd11afecda4840eda_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5d76a917f9cea787b11ab23bed912261cad050e397769c94c1b70cac389c48b0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:88237cdb1714ed0759ff8c96466010145ff8cfd60a7dd3debec25e3a2b33200e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ff62706a4904af960c4989c87712d896b34265fcaf21ecc9500daecd03561b38_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:15ddf484307e3bc53f165873cf04ea008f4f5720effb19e3ca1aeabd9fae64e3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:28a6a3b04348c6191f58b9b0a700acc995d5fbcee3cdf1af5e34dfb0a15918fc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4933a9cb0be09725767981638b9139867cad6a26a228701ec034d45c3f7da4de_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4b571bca7d279192d7095a9d157cdf40f553543b6a39658919bc5920445d1177_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0f18441bd2e164906e7bad119d70b8f5b9b47c1596d58b6d812ee1e2f4b6c0e5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:77df277ba08b5a6efaf78b4ec5e59a7aca2569e00e7644d27e1d2653d80d150b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:afee031de2fff6cb0e07995b5f6c4ac83ab4cf3b83f23a3931a4d7e15a512c1e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:cc8b86ad3d080ab5dedb159dfca744ce669341a2491e5a0bab4f59e3dae9ed7e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4a76171907bffd3a94e149dfabb6170331e2fc0a30f3ea7b8eba1cbe68e1fa80_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:62f935bfe570ea83e376ea84589bffcf0b99d30eef620adc813f72501d982705_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:75a992b3a14138492b585b3500a6b6f565c912b193834fa562c990bee8115e90_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:9fa46e30f86fbaa943f136733680d0e8a668df1e04d1bcb71160b8bb795a2df0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:58b7b6502847bba5230e65e90a10350d8cdfd331f5656425dd2f310e3fc89cb5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:5989d793b9236bdd9dcc1df6d4687a6e0222590453a5e4e31be75d0414c28056_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7e5383d64b25edf87578b2cf05de47d46fdd2fb6f1f4db5146ead38c887f36a3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b5b9266258ab925a7dfd33b86043873af4c0799fc52befbc476f875dc44b810d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:100d472991b3969275774576b60f5ccffacabcf89eb52efbb744aa441cfcce99_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:9a6fe277560deb4c1c2f91a1d56678c5956bc9ba958b859eaacd371f8ca753f4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a2d2bb9ceaaf23ff8430662ff6b267cb36848b2cf311bddcdaae8e33e8736306_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f71926ca5053134743dc906e1c5bbf2fd148acf50e44916a936f3a8e98494a04_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2dbbc016c4e06676f796ec4cd51e68c11c96bcdc41de8dd37c82c3c5c0825cc4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:444b74ea4a7a8a664746757e4417aa7e0fb33fed32a4755d300e14a49afba481_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a330cd288cfbb99db498c3a7e7211eaddc4cc5e39b6343fc6589b958c6ac44ae_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cef4f16962b3d71927c90e2573873495563e3144b6e3e814acf5a220f1b27193_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4d6edfa2e5e9d6964a5b9483989f491cb5019ebe9af55116591b321b499bd12d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:62e2bae1dd93787bebcb5f1b58499693f4c6fd620edb3254b776494d2b5a55a8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a514202264b03a6c80a02e3cfafb7c6a86482449613b5ec0052d1040587fd088_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ae40b5055051c07b225c15723da95953a6a7d2dc6dfec8d0469d6f857c8424d2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3882b19d141998fdfd1197856ec7826be00034d72633396be628002953fc94a7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:39282efac8310ed389b4acc4ff3aabd6367800953c1e8fecbf17926306d1f419_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8df02a6889e22a9763b5c0e7b6934824f682f4683f2085f82dda54de427ba28d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:fd15b8944403c78ee3c0fcbe08aa5ecfcb7b10c14fe5f1a20ba4873295879c8a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:011ac49df806c01b3f64fab0b3d79355b2685c8fc0316653f34359b451ef2ba5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5929d673c5a6a568c88e13586278da184ebda4c9c5a9a4a1f9154ad0e66340ad_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d113138d214fab52ec3422cd3affe8d3694a1ec30b85778acfa8b114ebffdddb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d91c11d262c19c1f020e9b53da07db82b6d68533f4e697ecff6c722781b4a4ba_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:5865f0a925e725309c27dc1d71d0dc999cb01b4fbde764ba8def1524f978c0f1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:bdbbbd728c482c0c5b5e87af470856aff0c8264d3f490c8ae9d987f21d5bac60_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c1230c3643979aff1e615e1de9bcbc758c31f7508b9a3b25fd2eb323eb6b2490_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c7649d6adc16287d38318b6a50107dc1d3aee2e842a19e09822fb86fac31df15_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:70687b2657e8f1cbbff110582b55f3104d0c7f47a44ca1185a7f67e421d76a17_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bda8d910934ae595f8a53675c74094693de8e0a929fc7c52458b2a9f7cd0b4a6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dff9eb529ea868114b0f46c60f4014b429ce115b0ce949e6855fe29d9270354a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e56bb2c28d7ddd2dbac95451cc16d547718b651532ec69c85e8f0fcf5785d002_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1670745d88d0d92a262ab445f81956e894ae5e9b23d490fab96860957c028771_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5cf3f4d1346c07a4e065dad2df083934591b45c714f503b5b617d470e87f1db7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7adc722fdef132557c191e026fdac56278584f6e49f3902179fc443d87a4165d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ff467f13cb09556eb490743f878422fa2493b8bca683b8759d7926e8af97dace_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4030ffce9d00de08b95d660595f0f67b2b83756ced6c6439da14d36b0b923729_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4baea4cfb5bc4a7974f90c3bfbb25e23865b659fd078ec45b4c36ec0d11b78f3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:829d8937eb34548f09b89de6dd5a236ae58d6f74501f44c929538c281a8be920_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a7fc85a92b1d5f7f79d8a8a63e6d9bb4dfc66383ff175fbd956deb1de3127fdb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:78adc3f034871d6d77793932d11b1e5f4b2ff3e1cff0385b44811210a3c84dc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b836e8f7b31ba9c107a08e3be1cc27e73afa4045210d7fccc817c6058671aa67_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:cb550213a7e8671953d5b880c0b651a566be475a3ca0f5b442a2fa9b0bfeeb1d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f727aa55c29332a39fb4e74013b9cc96ea5b32c9cfbb7cbcd79c7031d1a6f44f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4b1f00007dc39d345013c99c38163e0adc112e5eb81fdf41e1acaa1e0064d7f0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6ae9a652c5693c55ceb3ed91fbac054d887142b0f55882c776e42ba20d1dbdcb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7ae4ffe7112d35231314490c8d02c6f0947b54c240ace11a87c07dad44d5be4c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:934380eb6ae83360d1e11f709c58d18c2e69e04b3246a02846f26f9879ca1edc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5580313395048ffe3d874dec574f7f1f1f21cb84831945de53a80856b4e945df_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9bc152718354bb245a765da17d12d0477cbd15d7eda5a86b8c5b1330287fec4c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c00d2c84a5f8c5f1c674d43eddacbbac05782b81ab98cff83b606c35b46d18a5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d74ebc7fd5b30afecc3d9f61ee6c74b2c0f8519514c5614ddfbe9bbc68227509_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:84ca4259de3e923248f7d50c3adcea713871d3d2da66f172c25dd391d22a3bb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c6381254579086af7ec69a4e610680fe0e532a26f7ce202c72d047b89e0db642_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e0eefc7f55d25990d314c2ceb50afe70f7746e467ab7a409fa3d1b44708d9ffd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fed1fbc1295974647bcbad55e52b199c2d3d4307a3e53e4f8b1db135df9fd8f8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4bbddb6ff2f7429b2f5730d4a3f529b80784f8e42a0acc025e78713d703a2efd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:53a0ebb5fda619248605abeda530cf37fdb7ce99e7b7314cd5bcef2d8d8b7004_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5e37b117f72cf1001bea772e1302186d8f86c0980534b7f359179a5e6926c448_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6891d22800cc10bd8d773d471bc71c4db64460efab4b30202d42da1daf61a3fd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0d1bc6ef87ea978c23ca7189fdf17ad0f54a5f7709a75a25d82e7b84ffadf984_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:107f2fcd3f606044c570a980c176047870b304f3212df747995f6eb8a45749bb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6b6e5e25d50219a95d914df16c1c4e761d0bb45a9efd054572e54054f27a6f0a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:dd60fb26e79143000563578f9d72e3bb7cdde4b73dfdfc148b27942197d3be51_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:053d5fdef0973f6017991487843da7a64f8a346025cf46a7c575d6a4bab71d74_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:26318acd09b8263236b4d266c735aad015e3a4b61daafedf266ef1115968f536_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3ed5dce28d62c36a87ff35dead5806fd124a187e48051a0d2b550b209c9f6302_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e06c4933f2806bfab0f36ccdc159675e5fe2a6a084f98065787d304d5df3b7f8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:055b352bfb76de2eba0b9f0d1a6bca199c6e913e8e95879e991c5fd22095c677_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:16e31b5411f5f1924cbcf851f1b0463302a34c31c5c515220923f7a2050c18e8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5909f73afae46cf2ad00a9a6f1c38d38acc3ab00a0b97ca419110492d7bcab7d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dbfe981d5b05078eb1158624dfe2f0651cad81b92aafbc671cb6470b49bbb89f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3b166e5b5529c407c2f8e372414d043fc617965696c5a869fcadfde2d14d716d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d3f6483b465851cbb520810069a18136af80ccdf79fc1ea80ddb4687ce685aca_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d7d33c165c3d0cc0e4924e8c8d34bfbd1d72e2aea301e53e4b37b712e94c06e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:de5e8cdb75cc79630290f83ff179057d25bfc11d37816c57b6f66563eb3a2732_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:24abe1e6ee078487af8ee8bdd5dbc267c18882078a7987fbd63728dc2b65bb75_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:552d01e66c6b2fe59104b8a9f3e1e58fdcd7b4d4cd63db42883ceb119ec0ef25_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c00c3c5e7e106cd6527cec39e5c3fba990d1986bfdcb691b866db80d59e5f82_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bed1aeb4f58c045644650615230eaee03336daf78d9342022786c12f29da670d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3b213ee7154fd814e8a904c3a161bc16ca7419163e8132ccabab76821c33b310_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:721efd9cae7cd4b43c6bd498064a6c427fa32d0ba848f8b0bf7670afd662bb18_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8f5f0f56604ecf94768262496ba1e29073e87ec16aa8f434674b308bbd00678b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d78b1c13b0ef255bce1e19973bcbef04d40c517301959a7f23d23613a95c1db0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:650f0e2357f8d302f10ee0a628868f985c5a8c8a4e6af9e6793a9051b33205b9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d5a3ff1bae3686aff1781b5f5f9e1a7966962b88a1e84ab4eb62751aa835bb78_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:db30f78340370f9da03fdee73445b72160c35d83f44f708d3a62c9dc8e88bd46_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e88ead481c18a7b6de8ba7f609a1782e45e1ce85f2a158f259bbe68a9db261b5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:0bdbde169ecd68d82366f3d04f947f73715797fae5c3c4561e7bda5b5080dc3f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:1d45937273065c5cdeea502fa388172651fef5a607db33ea72c49f2a50b29b94_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a562490081e5dfc0fea7306931e2dab3fbfdf76cd83768b7a43ea556aebfe4f9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:dea6dd04d50bc97f9e61330140f61a7370e31e474c26b3526e18b0ae8ad56c41_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6ff785742b50af7f2a15c1dd6f38eb69e9a1a20cb4bd635aacc57a5557dd1b4d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:d0e6151117374aa602349bd1028175b94eea6f8386832df622d56715cbcb675d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e8fea02d42c9a9b8e9ad7642d9f08d705eb6e4b3e3681cbf6281c7b8b3244ca2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ecac534bb32ddc645101f6565521b08fde95cbf0eb2b9c6b896c83ba23e8b6bd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:55e0877d1949d009d71821f6779aa9ee90484fcccb820d53bf53b90f7d412636_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:775af20537e6f4c84985145f44ad1ae2d5530ae06859c2549d1d85a2e4ac54ff_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:a1b02b9608eadb4388dc13fb5ae55fc6ad64788f93186872c133a0ff1f5ab487_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b5d732e8d36668226255dbfeb389994104d83ef2be461079b66557bb20d799f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2e983c69ea6e29aca4f36596a0c697c2935dd1deb08a4d3546aaccb4e3d78ae1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4ae2494b702a6c7f68a65ea730f6df3253ffe78f2d178b0714fb6ec04cba5cc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b1133f78075f3364ab85142cf6c8457820e2e1f31a5b0750585ee1adc1285ba6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d41fc7e76000bc1b4016bf10e86fec44f551b127e17997fa4bb13420219fb3f1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:25acdc169b3860a10f46dea8b842626acc639aec950ca7a9339e96a2bf1ed7e1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:453bea2d5f94523a88f37acac9edd0a8d921bf79409a260386fa458cb18d13b7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a70ced1330a4e7a0a7b81bf6b19b3346ad5bb6e26398c7f0577994d48712b2ad_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c2a6ad45ab46c0238429cd0ab59bf169ff368bf68750a011f481208e56fa0268_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:33afbf29add637cae8478b8e0ef6b3b465e4ee53b000467ec34fb1f3a04615af_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8056eca30416b0b93270f6c92d0fdbe4f1cfbbd6258e27a746cc379a86b6b8cd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a06dfb4e75cc6b0edd836cd59035095135503f35a7cbc710ed7b0e447fe256f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a820784083ee32f544efc474c7ded798916d1f077ddb9c3f4461de48747f4c73_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0ab4e11886c642fbcf7560f780abf9046b73dcfd7dc9cb0f086d9e62f87fb271_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1283ae9261afb1293b597a8da40611cdc1980b1e403de5d16669c5b7d2527dc7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:89ec13946e699f6589c3d235cb515b92ff48d1d5fae8e7892279b64d41b74511_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d08403f8114128e063826ee0cb3324bba9f027d7b2feeb6f7c826c9c4925579f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:2aa0baab0fca2bf6877260b871b3079ad96c37034e6f3d0a45cea4118cca230a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7f886a3942b81b3318e288602c88de802278bb77c5d11ba758f1d86f2f028abf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:940d02c46f06fa92818dffd1842010b652856e09cebdec33e0f0e1a1e9b1b5a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:cac82b041210a06cefe512e89c5755e972f6e125c69a0dae87e454e259a3c08c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:12466469754c88d41872c1a061c1eb4349cf565b5fb32db651f3639aff2df67c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:af5fca0ab8a1f5374caea5b38486cc97c2be9d884a55542faeaced44a4a7320b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ad60c87d6e05b51b5351d2490538c757547b43a679256052b600e3fe8e80a594_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:e8372026bbc873c38ffc2c7df35183727596993dde5663ec27a2c2fe401e04f1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:736b406850af746470b1bd5dbc61fc4b166133e9cb50aa528dc1210b2002d469_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a73525cbcab817d0472f544883106a359b9079eeb1d8628d8b0185e450662361_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:84664067a273cdadce55bb8531916e8d8edc7936bcc57bc2dd1ecf57adb08c06_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9a006a111625f85305fbf3dfcd9a62592357a6a282a1c8ea1edbc48b2ef7db05_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:adb84daa38497eef3d89a9b42fbb22fc04e94f708db4f1f02de21dbf099ef788_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:f81616fe8dcd6b63df308c58bc1b696f9b3c488ebdfe00d7985026b10d083de9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:07efac034de568e79f6ecf97f924fd5ce7104e9259d90747cc0fd3e0a7bf4116_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0bc9b2b997bdf9bd285382823ebb9806502664976c2dd7e7b0d111df7717e77d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:165fc1e58447c7bc9febc3ebc74f90096c6e48986789d4e66ff6443f1d30d024_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f516ff3ac172cc08e88f25a0531a3784ed212897dbe0b05e04dece7d62eb977a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0d455e21bddb7ecd4c5b8f077ea96f046ba3183d17e3755ae95f8cd112a81179_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3d291642757ab1bc56aa6bf8b31b383a1867b06fda7ec093daf361e3bb082624_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:91c0c9cf474e9dd3b7dfab43e3e651afcf950c183a51321a586d5e98e3b8dc82_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:ffcd35b620a75ac1d121b826b37ff71f5006684d9222c440785f06fdafef5531_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:56c2e0f91eb13a89c48ee5ebeaecfaf87dcef3f85bf7f7fab37e3cc6c9b2dd10_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:84e22659ec76ea69dd31d0c6bdb39b752d4e525e7425d3ad282c3ba5c16c19c9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a3669bd8567383f9e15755e7640b5af4e796ce1d6bec3b6f1139645b656f425d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:ac7eed19416dd31a76ce8139a4c1cc16f2201b1dbb1c884dbd20fc5a965b82a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:44020a87c575f01d876bcd559d0b37bcba2f5bb4337a4f0f40d65196a407910c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:7272870ff2a94fd3c026f3c3a4e985a2b2eb5c47dedebc00f2cc25a496ec3e90_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d5e64fad675db5b1a7fe03720a35eef4ef6497e49e928b7cb0a38ddd6fa9187a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f4d0e3f2751dad9fab70a9080102f7c0e82a784e516f993e1e84a8561c33204f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:174b142475167275c428eec2892e91ba557a1783a128749b9516911a366ef54e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:52fac1bee10c7847bcf6f7dc9f027764a183d462e46678b5b9aaac9611cfcec0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:874a6c39ad36a55efafc0b690d17aa4eba8df8f30831a5315a198e692e405592_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:af2f5f615c4e9da63b09f2b9f52ef632dc76793f51730ee67a96d5e99118d552_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0867d20104c147d58a3e119c8eccd725d2b5311bc563cb4030c18714e085c80c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:12bf752f4f8f0929752fee39067bab20d3af32f9d767e0eeed2cee9dc9cdf774_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3f0993acf410b536a4c2be24d23afedeaa6d4b02a8055100cddc37443a619cf3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d745b47be21fc6b98e8b1830c34e951271362105d32704cac1b1a796abddecc4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6c539e26ca346ca83a4c024a374f3874e858602b71794a1709b8a08356744b46_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:94e6571b95628469dd361c3ae5bf4bb88bdcf68636c0a7a6f007a19e32216514_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:978722d03bd0e1eb78e35c188516d960ed81c8b47a66e77ec7ea465634e44536_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f270599d2857493437426bb7ba58ecdeb0933b244b0b5e81d70be8f06c734c4c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:07f5c5ba5313539cdea53ec438fcc97c698df8284bba4ddfc6c7af4403873362_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b93c3b58e03d6fbfd8d73f6f0966ef5d616c0da0776f516ec826e4f5e0d4bf1f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f5aa864ac9d9a3e5c0a412e9bf6e22756f6232713e14fe4194f61b1a1c1ad52c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fa3603fc128be2cead70ffb3b0b0b5c9520f7826bd46863a86b1853e62a998f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:382e4343f73dba48761c24841e45aabdf84a7f4de996be6515d8ee7c3e728c78_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:840f25f86e1850623e2929597e072219c2119b08acee3b81e8c7aed1b92fcb64_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:8f9eddba528ca5e8cc40717ae9f30253c955be657f8475a1c4da66c257bd1729_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ac7a2fce2be014fdc4208e98abe50329d0af9b7f7af98fd27e611751a413b4e6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5ad568a42fb0d0f2b78702929b75ab8fbb41937a853b4344ca990776f48ff85c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:821c5edd5f5ea9fddd168482dc437c6eec19231d95854abfbf1bcb150cfe618a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8932f2fc5e81fd7165d50432ba8994896c9ac8b323d5cc798872c1770133eceb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:df49ea17391c34a0eadacecb37c7e00552af8aca3ebb648f28f3f805fb79495a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:58e02752411f5bc061c8dd98bc7dfeb17780ef24ba8c65e590e4d6c5213c267f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d1c95fad91fbfc41da5d6871fb0a3c07d20652b5fce3f010505afe0d24c1977a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d6bfcd46424e1719490ce37bff728ea278eaf589e052a90b3fb30a9110aaa298_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ef555584c97654b76391f8e4d31bf0200fa82222b3197ef928f306c8d70f4881_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:520b43e0497fde1deef41e5f9e51448fde032769f433980802097e1e4216fb6e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:de2a25058c3aaa6f98e80870aca51d8bfd16354eb2da93e7498fc804825babb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:fba545c7b9accb5be03b9bf1931c086a8da8592e3ddc9b5a9ad6d798229314b9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:12645a5f47e54e3bf3f0b0863c44b938be5c42b22f695faf62c8d918cddb03ac_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:529d46e40fd5f6de98cb72dd8704068e3b9baf4d3bdf91feb9c19139bd74c652_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:701028c843123a3e4250731e216eceb647411ce685517383b9a62b5af21c10b0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1b7392f3cadb8ca07f10d5681fa33f6dfe61f895e4a8a1874bdd5aab3543f67d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:693c125a5f2f67364d8bdc1a5e7abe959dd46898e7f46d5b3756746cf598e135_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:93f4a34af9c198e4baa449f7ce0e1e0936358afc725eafc3b8118df3d92d2b44_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:0e4dde634359042b67bcc5224afeef951459167cb8f36cb6f262719308f8ae42_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:344860750b6a6e567bb1475f68d18b19d6f79438b767c351c850d082648aa5b1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:efe1a0fb3394a117206bb1837b63a0ee828ab5b5d30dd7c94aa88afa04c94c2c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:afb18f280c123c44f1349b80bcab24c86d8933795a0577deb13bb651019d6a92_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c865ec93173fecc00d843737009627ba137b7cabcf8337ea7837eb9bd993a601_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d172695ad3dcae4be122b50a27f14c6cb0e71357868ebdd13336cb7315122fd8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d4a1f393e7762a2c7ff12fd634077f5bc5bdd224d7791eb7929d26cd16047dee_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:01050a4179625f00151e478a0571e64120ac6221fdbf32c969a18ae9872c9574_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7639b8403341003825286c0fd45ab34d815585e8f4b5b4d1a424ccfc0292e017_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bd76fd61510b4714518ec5191e315f83feb1f47402e32602b061a0fc09641c9e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e53bc4c7a3fa7103778bd3f7bdc4b6be4b5e6a8450e38eee246caa75d9f8f44d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:62414e285f1e4de212e28bd90e5eeb60730324d54a317434565bad8891435168_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:77dc7d2bcb0cb6289f6d8c3c3f4ad3c01b9e24b4f6969ac666a888ecc8a29981_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:7cbc05eb0a0d3210e378d08d879933d905565224d9a6fc00e3bd1a9ad6782557_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d195bea4ac0b3ee073418a3674535525622d9b492bcd1fb0448b8ae52ba262b1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1440138d54ba0f09184f96cb79557548c3c9f19089bc813f433de28654cd74ef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:203e3cf52680caad6f8fec2ca1c7c87d45205ebcb9e816fb188e74a5bc7496ef_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4ef6d0725b69e2867c44e7d7ac57c820b759a45c491997210fc38b346d7f033d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b1ae4f6e3577edd7fc9f6595168857af7fd9c08aadbca1642c2f9248205b8c42_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:2e494676f33f47eb13ce2e3675c8e7a3871d5d1b73a59b71623caba05364196b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c8183043eac4cff3a7c17a9de76a4c9df725db694f411b19dd64923d1de68551_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:c7944fe378873f5d5268ff872c52ca08908af41b7efa03a7032363c11af633da_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:fc53a478ba64c0557ef8de93faf1320baab34d4bca5f50bc8f74d4a8d3a86890_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a5e04dd92dd9bca8344f741151a5756e28fdd197e2aae26c13caf2867ee6ff76_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c16e427a9ffa0ef24fd07e6a21ff78a63313d5274eb3b1180f7c29cd1a9d11b7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:31630cb5049add8b683fc6f3de6cc20ffc530b72d45daedb84cfe62bec754591_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:89a876583624410a9d79c1cf83d94a9a7c0dfbd3ad70228ea985e45b2ccee9f7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:dd8a443d71a973e30574016ce343c19edc1872c63ed46b5f7023d304b9c4edcd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:63a52e5f035913f64e82ae6a617273abae9ee0729316d26ed5d4182ca0f50d11_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:754310c0f797038ef14c3ef9ecd934b6ffaac6ca60b755894212854289b9f405_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:49c4861778e7bc4f5738ff0f5cd5c542e9fe75c33057a4a0806b03ac75d76ca7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ce8e1af1e3f7d331be7a366560b517e1fc27f83f1382ca6a69a1d9893f260fda_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3478a4d3a1acaba3cfb3f1040320798b9d0b419a66b07267965d4ab974a3b440_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5db06d085c31aafb3f02c2c373b2de6d93c5fde72dae55d6de90f44b49b5770e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:634d04ee67f3a521e7b3cde560084491908f32aef4a89a1bb7d3aa0ae119927b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7683407dca1a355e731e277631b3d8522a3f84f1de664829c3b15db39b1f1ca2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4ef1395e47e1898bc84155ed4b4e3e4c72d08e4e7f2d19d9530d889fe0ef6b26_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:63631119f3411bf77ea1f622d77ef96434d80815531b046efe5b297dd5bbfffa_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7ee73740b3264500f062e3863e42fbd98dc3895f17294450fc90d992d2108d49_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:db28768861f567200cc79639eb01ce8e18fe5cb8a768cc01d3e23bda55431c75_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:09ebbcea16169b9ac863167c0e7f953717e92f75fc4c4e2bffa0eacf84519907_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3118a7eeb28d8388a06731c7bcdb5eba4a942b9c91a84e595ec0fb49a55bcb11_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3bacdd4e5501902865eb31e884646418bfb5fae90593e96b06ac0b7c3cc1cedf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:852556f6eb96442354f0695d6630e2798e19e31a5ada2ef01e3ca2571a4a40c0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:59ae16e7b7d2bc20f34b8bd1dcd7cf8d8d7c201b0f78e3165b11a592d1b08597_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8b68cda23f470048944c164b84fe27a5fb6a43fe739537383444c28cae451035_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:23c8ed7995abda7f87fe4031843205f3a99a0c57508c6218291762a60907f5f2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cca7e231ac39da3a210859c6280ded3a4687620493e3a3e0164a403271537b6f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:054a0d12730620c46ee6209bc9932909f653d0b7f796682a0f798ab3ac3b3641_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3281b909de7dfc5bf3c746e3e8ab05fec49fc8aa83dc8156e616a59c41ee923c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:d5efd9212ed22c89067691796443fab0b28bfc31cea94bbe636a4759f2e88521_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e0a34a88a67409e2b1cb243874cadd3de1c9c56a54ac225dc860cd89a635bd97_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:275f90da2f77f60d0a77e00936734ffcb5099fc8b5662e03de49d807a7632f6d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:833072794acb03eaf053f30b6bcfeef95cf1836ad5149fd97f34f3546a2e9f6e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:893dd8fc24cb10db16620d8feae352929b0dbb797f02fd80f025fdc7c78bf53d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c9ba070e466a5123790067569bcb909e291f3b2264af0aa152372fff9e64f82d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:6f50d9406911e5fbe310c94dc60829891609934e64983339b5f66432a20864c2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:8b4ce896da4126dfda544da09d04f010c0e9b25bdab6557adbab8d095905d535_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:997a24c33d3ae9914f3694b3a8cd8af50137ea48296c322b56dca53b4dcd1fcb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f80cee2f47779e24e07ee475d09fc697a4446a07f9eebb0813a7119eb0bda36d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:7aa46141209fdb1090d90f00d1a7753f31b9224e080b8c669883901846b32ca4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a0dfec857ddadf777961a71d8dd545cc798b921e083c8b5156ca7423f8ad8a2f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a5c047afb2066ca8740286ad2af8e1271ef78c2e5df73ed2365f586d6a101b33_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dcda877c69d0398e4744f1b7a2ed81986ccdfdb6f4da7fba75f29fead8b10f34_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1ff4a8a6440dd4d97adc3273253da14e081083c978edb5fcd05dea33d4cc888a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:2aaba77958b12e834f6418338a21b839a95c21ac5568a53b5f792553db772e6c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e5753a6fa47d5a753be2eb3b7a46cee0bc156b0e52bf75e4f192c0ddb3fdef47_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:ed802f61197fbcc0f1a8a916612ab33363e0e1866ae70d03df92469a2c356ea6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:120c1ccd64bca8bfff4b46d14f78038594a28f6d58c585b1215afd76c23c7ad5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:52dcfdc6c5f219f414fa0775b70e34118b319897b0772931e0861623db7bde86_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6b259bed5dc046510b7c3305f6abf86e4543a9ec5091505f92f573536e9f049f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:bc0dd85538edc7a80adc0fc9fc4e02051e7b09480250b5328a6b70251875b943_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3f9151da4d025555f4c0183a0ce07a2d0084beeafdc9f3f1e87a603053ef9089_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:919fe76dee99d772b668b57645779a63e1c3b7f7f40fe79175c27ae6d7e261db_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e19a080b5fe10b67fe48c28014879abbc87cf5077c32c003fddd171d06bb370f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f7708a1c1e0d4083c7f0b9e8d8704b91a4c823dc9435d5d3e986372f305e1fe4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:27bd19fa0c1eb00c55120e22b21eaab50f0eb75a84910e9d8a2fd3b5fd1c7dc2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:52c4215a49207586cb3f33bd1d35aeda857d31d34c80cbfffba02ba8c448c8a6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:62e5cb5ba2d92bc29a2087c9de9fed7978d4c5ffe07b0afb479eac93519c6df5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:68aa837b6a3bd95232abd62ecae3b040f2a7a72ced626c784c4062c2f28a6e3d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:9872321279ec2d108191f1f7e1764551e9c7099de51f595627db068a66fc4f8d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a06cb8024ab06fbdee295afe99cd294f6e05c36dd490545600967b8ff12e3391_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:1d3a2d2ae27d869506d3f027ebb43f0ca64451cbb635c4c412c85129025728c3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:c20a4f14ad0eecc3f88eda36bd65f1f390c6977a7ad5ed69e87969556b9d8cc7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:64247ff135642a32fb59a62cdcaae5f28085ef0578916b4ab2c90d31e67848f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:e0cf29f62ec486451053c661388f9a3a12ba42b84899b687fb3486666a42536b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:efc289b0278fc84c571d7adf9e9ee1f8b149c5d832cbf416803435e89ee0a531_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:47ac82d0289751c8c7e41da07173dd61836e606101a20b598c00da1cd1fc9077_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:953b8ff978f6523f4578a469d23dba6536d49a141b4e3729b059feb6d79a858b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ee224daca08de920de240b684ebc23a4da50d60130d9e205e88c904c8c755343_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f267111aa2951d22dd6a41c7362afc22454e365325b7a016d213505b7dad74f8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0ed3d751161fa47b7ed4bd2ec2c5bfff8ac5ffae0df22dd9a741cc64bbe2939d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:48bbecc83208a8895cee2c2e8ec677f59a688e02705a677cde4e9a8a52398d1b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:89ac959e411430e4910919132f95452d1142a45fc5c67088f15cf5bad8982165_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:db55fb30b025bb573317f113897a7bfa0dc729aa684dcdb0ac3066356b339bc9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:285f19a6dcffb48d4e6f6d3bfb44722f1828bfb2099a8736f2fc08cdd1481175_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:521f2693c3073993771af37d65723ced3ac83c7438d6ff35425ca5f663101676_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d1883837f227ea4b98d2442b46e5c07a9eeae549e13cd778f7c9e78494b53911_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f1f601e3a4951748fbf030083febf57aad02568058889b0122c8872e2d68d70b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:34298ddfd123342b87d28c047cb4a8c1b25b07352bfed57aefffdd92a7058b6f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4a56a0984384548771e1c8fa5a4a8efe93f472cdf2b64b01d6049b2f9187a684_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6765cf3c0f8d395307ae57019cda7e2aeee976ec060eea8a47703db0b18532df_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:8a8377100458d05864c6521e4b7550df73b5c3d9cade518067d5741fa9d02292_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:09ad41d3ddb9aba6d649812d1e48433f5778b1cd9d5e0e1466b34e6516b864e1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:7b3a100ca1bce2bced0306ec9d4b90a4dfe8596c5bdf51799aa3a7a1ef36fef3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:ace3b3b02c33261287a32253dd1c027769743797317ac4259c9102e0b3db6603_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d289ef93e6e179405cae0db5309865f76cefababf168006abf09fc3a51a32bcc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:20052a45d551f7e988cc0c38baa38f146df4d9d741ac71f17498d8ddc44a1beb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:55409e5fb153973038a15985a332681f4e3e41126f84b6a355c47314c76bdf2e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c143caae15fb4249757018e05ac8dab9abb20f405977cb41468ce6a8049c4342_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c5d456d739d5791e51544a45309ca3b64f763cb49632bc638950fbfc041b4193_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3ab4203333e071978d85f0f44f7342811d898cc388326db60afacd2395f8340e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5a97ef5bfe0456bc1528f2a3df7736c506e11cb61de5c41a1daf22162150b345_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:94fd7b1b27954fb59c11a010f4b8ce0a3377b38bfed7ffb20873a2f7a499f8bf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a936c0970ab66789c10a64cf57ae76bcab0f2f16b6b50e713373066f73d535b5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:34fb12d4fbb5f9b29b1b58e19b1c1b0eb27121ef80edc50a59e431a4e94638c9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:bedcb032aa7325e5bbff014f251d5ad91fff9dcdaf84a95e61e4fc4198f22f79_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d10ffca12372666b239a9fcde83a4b0da6c3f37fede3e47272bbdf9ebd2f0d91_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d5284bc6a4ff57ceca1c00af4ed0c46fd341f1e2a28b4f13b210ed327a25ebd6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:2a7aeb3139633e2014d99631287cce239d73af61e541f218f45a009fc151d8d8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3afe2f3016ac55bd947c98d1e4b957969357aed54423ca2f35955eac8639116f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6d7572f71fc31d580d355bc6ebf8eaa54e4285c53c7e0e418a7495a0fb8d37a6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d2236c41a640de0aedb4eb2f1ef143793288329513ec0911bc37ba688857701f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:7688c4b2355532cddd9b9d314d105127c494990e7079407d2f43e578610971ad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:91ee195223233fdaa6d83ddbc8e1dc33bc7811e4f1e6ec9f5ddf325f560ec38d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:c866308d315beaa691b25dfed4be0cace44628e0799527e9ca11d14165437d98_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:dfe468dbed566f02ea0ed9b5ed5565f40a00d03a344d2a230b0a0a83c783493b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:08710b0caf6f4bc16e72a89f596f33c8c38ba7742d0f1ee552336f9acc7f222e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1491efe6870dae8caca1a78c9c96f8b4b2956db3bd5eaa6bde59ee996506bfb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:2a0f11f0a1063e3ca7b8b04693ebe979e9953736d37f3dc3a91fa5c9912d79d4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:813fdba989d7b5a4aad5e9ce5bf5285b0e65745375dbdef899786d571c001b77_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0db523e5a7a6420d94d5d302b90c798737eb78f99cde3b887d3c3866e195b9bf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:18b7e5875aaad6e0bb8b12fa303ad6295bf3968daeaed2104f0f4ec3122446df_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:80c4e60cb2ab82621ef12774841d39e6ece9e9671114afd0d19b188dd7746d81_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c20dd339ba44e18a505db8bf726e2db8b6a764f7bfcd9e0d63d627d69c2378fe_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:528f1228123298362d5787e862306cc2605f3eb31fdedfd0deea7f3cdffb77cc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:75b18dbc6fef40173ab0c85ff4f9c4111e29afa10593ef9141d589f88b418826_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:e8147c001326caf53531a8917f91991b5ca05f31d30adba78a03539a6568009c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:fb390f9eeb4853d9a20c9bf02ac10e099238e94084230bb532029be4c88b7ac6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3dc8fa50d17a5074f03d58eb00467e45e6d74f6c5293bc57ebb8c4feb4323eb9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:51941876bbb8070423c00e3699bb193343e963358dcae8cc6acda94395edc5fa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9087e6df82220f673440368a5e81c5a0f3eb5e36cccc61cb40fcb56d92cfcadb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e3740bfa7355589784350a9dafc10849d32f1273327387b3b3c6389ba1e26dba_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:05f5bc9410d9859f1bbc1def6e1c74fd47781faf1ef26633f61b5d8f09ce8d02_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5e14d01db3abe1412de6cbd8dbd7d3598d5ba7d2af2f5e55a7ca625aaf8a9155_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:db0bf5b79be48f69d411611bfa74a9b1cdfe875b453a81ec5ea72a962c27978e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ddbaa3a482cf17a156f6955ec155eace13126ae83217c36c03eb2b826e7c4ff0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:02ce1779315733c6039fbd9f711d6c75da89fcfd4d6ac8e485d7aba30882b3ff_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:d29e550f223f287e258aa15ac71ec87cbd24e9d6888f22d82aede80b7902765e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1d43b37d6ee7556d8afe22fb33c7c9ab7a1ff5b2b38d6e18f762ba759015f87a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4e627ea7097e36d07d109f50212809b6477070750c0bfff14f3fe9d1d7ca29f4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:63e60a076755fec73f95d2f5ee948a50d895b69cd327296ac0925e301f5b7e4d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9028745ca618eda612fa2960f0327f19fb689eb36762515bfd71bb2efab0a0a3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2dc50c3c453049a1e81e8cc4559147a4fd4a3a6a9c140865f82bf628f2a45b83_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:734c982a6159e5c4077a12b1a0f72ad992b70f965873ea591228172e6265263f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b2a21551ad4c66e622ccd865529356920dc4524bfa4595e08a99e0e95438823d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3133ccf5290a245274c030f53c63dfa74d6e04bffa684808fc1815a07ebfa13_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:6f399ee5f4634353047061fddcb9092dccead96c6884863253b913dab93c2e15_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9176cf7f1c5ccd82d82dc1a8ea47c2bd34e2ddb54d750cbacf7735a04ed6a221_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:dc6f5e144468283ba4d04ccc155f9e483d085dc2f1b78992e5fcfea42db77bcd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e5216672e4e265b01384ed2dcd722b4a166490d66e19aaec457aca55c7e3dbd6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:4ca8bbfe3586672e1de22cdce9466b37aa0e11c5e9d94ea8da271aa5cad3df47_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:57488300ca265dfcad9bcc1a2861062d8b82c2b80e8b21cc3ed766fd187402db_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:660006e5e6826b13ea6d73fce4fe672d1f67479c44ed65dee68119369eba3c75_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:91b8003dab0652f1a06de50435ca08d6f6366e6e8e7e10a9743542b577728b1d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0017d40e539a56e2ddbf4a97b0cd94825ad5dbc9cd79e1a7e058bb0b11afec29_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:7a71babc3307efe03b8bb3f3cc5f9159a4868c215df70d7a78ba37b91294649c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8403ecd148b8f0aa7f1156fc1676307753967ae68a69948af7c3987de8178959_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:a4e02776f7b5a66943bad040650f4dc9e865f05a0911f4f9aba975c4b30ef517_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5d3d3cbbc28f59a6aefb1e54986e084ce49b69867d100e9b7a8eba17b764304a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5fe1d81ec73517468488ed1a60331a78733ce2fed50f3930b4efbcdff5884326_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:94a7a56873cf0e075740a1db93972f2b2505e7bc082f2faf2d3a6badbb52b08e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d1e737deb52f4f124e34889df5ee2a787db0ee13ef86842f415d5c18ff70498d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:0c8b3d458f0968682b8604cad6ddf02b1135b99c4682090dc78d9b273084a0ab_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8f02a07e0928906a1c075fc3510f3750c679361bb9e0fc7504610eb2b230a092_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9b174760063eedf3197e5664994fdc21f85cbc3be8bd1329142fb9e88103b717_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:e97049e759fd58cb6a2c8dc5b78df8dab7139f8868b1461a3946cf187b824f55_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:17b700ef898288bc081220792a7a95f4f1852338d3d08dff19ea02cc9d957239_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:675083e881008c57ea9fe8e73db8034a66a3f439c6fc1862db09503f311caef8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b94730e4b9e9de7c0a99431f90b42a5368aa0da03869eb8a71dfc92dce27ba7c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c5c12b41cdbcc18c98ec1632a0c9aec007a9672a742fcfe89a5b104160feb698_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2c51c07f11fa78b44eb528339da6291d1c660451a0c9774ad7bf8d8ea7744ee3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4d7e15ae24207bd06663f5c9d55564e220bef28ef150f62d2e9622f569490acf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5a51836c3306ed97366bc3c8f24a8f9e880628d1feb98854eb5dd10800bfae83_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8231352f700a733b13de64913738e0de1b89be5046736077f7300c21fb778aa2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:121025c1dfa4bb1138150adc737d7cf12e69ce21f10690ad8d740c1c1f2dde4b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c02ec1e4b586a812cddae6ea43cf42a6b9742d062fc12c18c2414bc48b5b96e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4c94c8afa17ce2348d6198c2914e9257ac9510455c521f6539ab17877b6fd974_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:70c7beb1cdbcba3eb4fb83fafaf740145b81d510ef56d5ac59ea4bbbfbfebc00_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:83efb138b8bd5084f7dbeb8a59fe1ecc2680a20d5853b7a15f47e1f87929fd9e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:bd63fc568a9ceddc67809e2271de8ef4d57ac8af283861a601547a6b9da2dda2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d0d429e4a3a0a9f015725dd965d4317e67c72b3fd846ef4b04c20ada4d067eef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ecc47300fa59bdd3970f0baf030a75e1fe5862d2470756cf32c389b1eb89152a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:53bfb1dd8b4f99a0252bfdad2c65960877a4e722f5ae88591eb87d6800d1d98c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:64fcb6ccdaa30c4e06cc91a40273c6be01958ca2c048bd39d8a87e8c09fa7d55_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:bd7e96fa5e3db517c91323142b8258555f04d93dc0f164b6e83249dc0cd1b416_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e5d77db3010b3e1d31e14a0bafb1a5e5ca62dc03b7b0bd2097b198f6be6ee442_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:0488437dcc9ca866c5b96278686ea20b5732f8e8038af90889fadcf90f1082fc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d1bd0363eb8c21c0123522b814b140a7595a459c7c286220b4b6fb0b9886a115_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e45c7964c5a89fbb1a8c6da3a905e2caacbbf8c433b0d56d1b260bba151b3e93_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f52e1ea0175eb2af0a63311dc0b8acc1771c53a7668108d7bb7abf2b814e37e5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0043c8e63c3bcf98e33fda7e5f532143b4c8fdbce690606bf469e932d8552062_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:465c03f230a374b6885874b775473275fe8866f61856fb71a8e2bfc37b712ea2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:c730b4b9a52549bb6204deba37e28ee3946758bc86f27c1b886188ba0f164fc7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f50ed1d01f799f00ce20f210b95774f2dffe7137757ecf86544c71a9f621f402_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:56015af081c97939fa71d978d511ecc0e93ea6ea89640ae846645121531a4a86_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:82a97e06294f2bbad05dd72f91d692449eb4094ce1edda7d651e2f1833018faf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8faf68e17b482f07fd1a4ae8ef292fd44fe9de5369d5129c3945acb56b5c2f0c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ae7b169bcaae3569a946c84d88d0ca7b42b530b475c4afc4096d5db36aff9c52_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:02335c6538b4fb15d9d4e2a831b9810db42f8b8fdd75cc6237534356cd1b68e4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:84a9daad04b0ef97a77e258c1b490c9a9c1ca502079513184e43145467eb1169_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:85c84e6100ea0c4d783b44a085cdda8be9b580b073ab7b191a70ad3c14641f9c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eef5b8e84cce56cf085ed8f8a2ca544505242606d44691b6d0beced7c942bf9c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:148d9d31314b0ca3dd2667aadf51d9a65cc88cd872d21d29e4c85fe25cbf6410_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:87bd671167583b8f46388c7e5853509fc9c20439c1b5f57544117fc9e1b1b5b1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:dacaed2c85c23db8c8bf2b754b958ac8990a0b0e917e4885b39ed62d08061fb6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ec4ca8db357714672338a773cdfac91101641ac1ea56905a5dba39d13e8c96e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:1e01dcb349b9e3afa77e9c217b2f20dd7c9c98f7b00be3852166c7d676dc1c58_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7a453727eb7aad288301bdce304da23202950098592114e1c56e893828b7cb2a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7e9f67b6e1c87741c5d56a3e95af004dcfb6d6c9cb4267b0ad4dd1aec7e9cb1a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d9f12bee214359955f20c9b4c0218febc8868cd47405b362dcc6ab05dfa573d4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:36d864188a182dab0197f06376c993fd661689e516dfec4c25f9064eef6db0a2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:38481cddbac83c19b28845b99fec4f4d16d46aca014ab18653c5e7fd42d7dc9e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6c5798afafe96f9c1de300cd8b709030655d1c92d03394b069b3f4100a0a4334_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dc248c02585e41245eb8e16fea646a6f1013f5257f5152dab0fd4634073fe15d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:142deb80cb8918201dfc20e0e86c5a70e704eb589681db3e019d0eed0a8bbf1b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ff7c22adb1ce27c0944f94a4994940aa6af3c4db60cf184d0865753e0c18ddcf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:09664db13d4f9022495031effd53a137ebbddc0e61fec151a26e565a02a5bf40_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:9b480de86de7566594ff61c147bcf0a6e8d5f2ac52ca37a2ecc32909e02850c3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:177b77bf798f3ae19e2b67467ec324e2352c47a2fa4f803c852cb7d5514a2b80_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5587380364defb07d81f5bb93851d7d726780e03f561cc5c4010d6cc4e237079_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:503c53ef4cda2a77d57eb611638334ecfbbe08f384e01084a0f2004aceccfd5b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:ccdfd936b1e904b115efeef06cfb3c1b13ec6fdf123cf87c9ad477ab47ea4d04_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:1f7ad22165ad761cdd5fbb7f037ad342f7b9a6f017b80ebc9775edd9bf7388d4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3ddfa7f1a01b1dbf4d2e999da0d536b8f3600e0143dde47fed1f6f2caf15a7bb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9aa910f86e4c953069c3e45f3c2db9702a8cafe753fdbed42e4c23f4837660ea_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a2751c4e48572281043cc6468aa40d2b3a8a1eef5897cef386876fc08de5d791_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:00fa00533e4616bc63471ba4e127f163a2ce06bd8546dc3fcaf2465c6c511ef1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:65d4474ec56e4cae8542f01d54006ee1ccf15c8a467dd7f784f1df806507296a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b1410e826283f79823ba6cdb76d666aed69449a847936c6c634593f31c9795b1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f3e84cda9ee1fae57794b0c60a7b32373d8a95546116ddb326751e9df0d1706d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:059c0bb97591ea1d95bc42274c6748438e32ef113039c603cbf8171ba3dcd1a8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8ff741a30a8c2059c8702290104db1f897853515bea3d054f5456a0faacd3e33_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a523a7ac9b9119290e3f27ee0b0c7a5d3cc1d8f35ed4e7aadcd6968dba6c593c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:db230edf37a3285f5566a6f82b660ff3394caa80c95276bc3992a3f45a18a59e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0dfe21d1f2ae4ad05af6aa896c0bd09417c03d2fa2e37a1cd3c7afe9d9f506b1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ae88b0138b8b945b1ad071a5ac660e6479f3e2c1ec261d80a4d7d862e94df269_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cece82ea1f03a889d37a2e4e1d81eca34a73857630b9874d05264c12ccfde18e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:e518e75c0ec848497d5dbbbea1505cd3fa96387be78d326f44094d341d1aeb69_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:4b9f7900c251da09ceb0c5e36e87322030e6fffb41da15b022e52f26967214a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:6bcd28e8610dada7b5ec2b6e14aecd9daf0542ac8528b8a1c9bec9b5c22e6791_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b4e19a3b757309f5ba13e3762e2449003ab93a1d3a950df031d0c5f88b338461_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f3745f0a10aa35a13620960671ed4e2bace1c01f0440c1cf222aec37ebfcdd6e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:10a4a0d9d6cd4779461dc27ea5660513c80c4231267cd5d5cde84626a52d8d88_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:394f1ad167455a316ded12601110de58f0666917302eee8a2933932513aabd70_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a0dda1cfb8ce56f6632c7dfc15f2d7c5251a666f7ff34fd78f45a064ed9fe8d4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d04c463caf59ab32c381bf6c88b9a55ad9a4934dab8cf66b1c80f3743edf28e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:674045072f2c791146899dca69772cbd83d8ea11305e024f697b0ecb2ecbd9e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:80d008d72e748f6d1578f0583dcabb703ac8154853cffdfa6c332bf2db662da2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b6d9ea5fd88f25c46dfaa17deec8dec67f3241a4e52ffb5b598ef77af4437da9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e18f121c2a8578ab7a54b48347a671e8a1e315e85f894ef67b96161a490aca44_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1415356cad67eea021d0adef8b7f8ac8524035a4acc3ae7080f26f8f3f7cc959_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:2f7be9eb683b2d5c65aa64a28e11bae43475f5a828e8768d468bc24fa0bd4ec9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c0f27acad2634255d689355942e8c0d87f624c269eca0f11b1fe20b56b22294a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:dcad2bdd0764804f9dfad2a4f33eb2fc105ff8e4cc1d2ab31c58ef2903f7cea1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:02dae90a28e2afa83ab4b358378b616bad7c257b8f7d6cfa2830092b7d46fd18_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3e0b68fb323e91570216f90ae2c79cb4bd35149dd62c496c39ee8fb615b62888_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a6517f52e257eefc0602db5e43fd946de57db13299d5077b1bdf872754253cb7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d6c465af092548962fe617a677d3398c6164c398602d7575ec09533d9654f254_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3a9586b7d44c57c683256faa5d9655285105844c74f728e4558c6295f73a3aad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5dbdf857d018b118ca8bae8eb52b2e117348804dae51da324225ac9d9a0bb141_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:7dd0655af57c7f8d2aed0f88a4b02ff21d849bf9c8cce7fbf02aca7d322cdc12_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:abab20e995be8b61590ad7dfb8de0bbb7c7459ab5413987562332de2c9924924_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:6f1fb02560c0dc83cb7ebbfba67370896f2d3b21835311fe5af23a06f4a45142_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7a90eb33844a25785c95b0e7332991a373e0b70560f979e8e9d1554f9d021545_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:92ac319d44a3a3d8e68f29488cd75e71b42dbc98b5898f662131f8576178152b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b8c7d5e513d5205014f53f22fddd4ab5c54e62e62e5813459ea68afd789518d0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:788b2252987b1992fc9c5d855198aa50a67048cc4d0a1e28240953e5c1d9528b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7a2a0066a38f2e52be47a1fec5c9a1ec458550d7ee6ca1232579b3fc98b7e9e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:939c609d5422bb4be66f482815c70b170d51ad2ea9bb0675a969bdaeff35e730_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a260d94b14808490a417d828423550eddd7b865035b631e9fcbb108d8eec6873_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:9f38e40a381edde4d367a6baf50d6159bab76aa34f7f932929a118960eb1b16c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:bec3f4da4ad493e8e34e5e1245338929dc916772222817e094fc0cb7c6370b88_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0816f94cceb27f34725d9c3f041003d61b9730a3c602b48b70782cf5b3887818_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:3d106f2995d5dd270eec34df31ac33f4a09dac0bd79bcd2031e9bdc35f20878a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:2c50f45d634218d512ed37008e62bf2718cc4275a9d944c845eb29bb19d0e700_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:429368ffc93f60dcb14116dd4a448f7688fabeb9a499b4b7c9c77018f4a31c3c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:48105c86a370a0ffd2c536e5ba75ea80fa94b09f2cfdf645a9fbbb62bdd1654c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8b9490cd4a69fece37aac8ced57235afc04a3389e16234c3a3f1d9a4f8a6d34b_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "helm.sh/helm/v3: Helm YAML Parsing Panic Vulnerability"
},
{
"cve": "CVE-2025-55199",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-08-14T00:00:43.927450+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:021a57a7ea58117b5942b474f8899924fe7ff170b234aaa301f86ff465726ce7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:37283f08df56189fd19f7052523f5eda5a5eba0096c32fc3926eda3bc9398a8c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:459032d57026d4dbb2af370f796c28a69e2e30389a84cdab0e43de4435d980a2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:82ebaab991c00d42430890eed6322e9d060c3b4581ad563383a7d13172de4c08_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:244a4dfcd32e2a6bed90fd5e452b63822af9eb60375b9ac45c1864c2fccaf765_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4eda87164b71e7c6fd8b5a39ea77bb1bbf138f43d5732c08e314369b18e2509b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d2d6b9b7d7cb72703bda76e6814e5714b101faa03b14f55507b82dddce6fa09a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:f5f2d566546e640f59746e3616b98dab55eacdd33ea04b7cff887da6cafbe380_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:21cd6ff9f8ff53d747746f2d772344a8a9be9bd4582d641a0d6814da81e42dc7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c16a9db40d92bd605eb9843f2fb30f793e9f807e924a98f58bdfe9e8ff5598fe_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f7eaa545a5719eea518c0d48a5010a9e729ca7657f95712b86bd091c6906ed9d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fbad6ec51decaf69511274952af912054493d07f8de4aeb044b0728e015e331b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4b6ce9a91e0408d0869e2d64ccfba93b8b0587c8c4514c024093e47d520b7b13_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5bab5f51374c260e261af4d094d6d834011bb00d20269e5f87c670ab2e5fc50f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:b046acdbaee02a88bc76e80217864aa8a933b4c624abf504bf40b3b5700a3ddf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:da7ec98aeffdf151279fbfd2d45163722323094e790ab1e5b14e3a75bebf7ba2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1320fee14f620ff211195e536a81bf80c41140d10d8493dca37f484b4803e1a2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:69849de1ca4d23c9faf12777ff7f26deb7eaf3026725512e29e7cfbfcb5e30dd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7ae48499c990a9bb0ccfd436de6e4586ba27e9fd4036b4efe76299aafc4520e0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:bdb7981f8aadb7c27bdc448ce4baed28ddd8d08ae1a83af66255bc70d3b87d63_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:06477b1ed6e12b1088fa198f1158cedd852d51773f75622a652220d147aad66d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:73cd8858eb6e706064aa3fb5b397696ad2a8d264ed9380ceeb8d8d89afa96914_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:95a5dd3ee93857d9e65d57257e2864774e0f1aa15d14c62765dd110807a7e983_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bf017210bb8bfbefa027c830656e83b3db86e940e5ef1f62e67fdc84545cd118_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:04441c2a5c244d0a76052a2e071d994d81415da2cbf49cdd74d3b64fae89fea4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:50caa5c63088b2cd98d85bf793eed760beae31c73d8cccc60f3c82f7e4a436f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5d302fd1e0d562fd3074aea7fda53b46878dd5c27f53b4086f43e0b60c69cd92_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c1ec441285a07891350ef5b92dfe8cdef23f963d39ee86b7c2eaa0f29deced63_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:29924ddf95c884e61e24bc38d457d4bb997c5a03789459ef7565f2350c778e44_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:865ec06e1488b9c81e370e48824dcd003c617f45198943118f99889c9a23ae5b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9c28ccab17d26b72d9ae5d65f7a1ea11bbbd2cd39076f517e6655b9a35a277b9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f2a4bddcbf9cd3c04f90623faceceb3f3633ebea89954ddd26dadad9b6f9cc1a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:0f34558006e45eb8ad74dfad87ee15c34e2d5bce5f192fb00290ba8f6b2e06a6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:a0104045a7c163322387f621af644a79ba8b3e2d44bfa4094db15fad792e7825_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:b83a1577d6d15ea51ba7417aadaf190944d02a36e1067ff9973b9b0e59f207b2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:bfeca6b1d120f47ef42ace529f8663c90e420a3d1067891268e0fbbcd0c8fd3b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:09fb74bc16d6152ee950f1e2e01a72244e43c030205e6878577ae8a288f229dd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:933bdee9a720806a6c7537ed79ad75e25ae64144eb7e738942c36b2a72427c51_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a882578ad9240c994b4f21955809f6d332965cde3686fd2da1c4bc1bd89181f5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:eb823609e74431800e5bd7fd2399e11d17ea8cf0a16a578b70f1447aadbfe8d6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1a4a79d38290e993721e5a239acdc973fd395188d4b47ef664716249561f9b9a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1ab570c571e5291796e3eccbc336775207aced63674920c7416c67fdcdda5ef1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:46f5577da7e69caa3c941ead5de0ce8e373a77348df4c9dda922319a47533af0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:dfb1568b260cebf47b31b5bc5b956dd573ef5e10f5c04bc7951d4aefba1e1c29_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6405c266dbbd8b035f0fdec36d4663fdc2e3981899fec3828e7bcac0094f981c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a0ce68bd8e54f1975c89b6739bc6d94e9ad8214df431d1c41907866dab1cd9f6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:bdac9d54f25066cf36bac0fe90d1df7d89fb91d49ac68c09db1cf14862c91b43_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d8254c11772cacaf25e2a1b24b41a7694b530246cb980ce80caa5298acc71c31_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1b5aa2a8fa69661df2b4cef49e2a8e25e20ecba84ca80d5c671d8cdc73e7e31d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:54c656c9b7ff7f7d9412253dcb0c4484233f4cbe77512b63e69ba1532a4a41d5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a2d16879e07bae5f6eddbb5615c313001ffc4b74e91849ee9c2496bbb5996616_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e37862fed49b426c4344fa755c3442dfe134922b3b5a3c80c4bf4abaea7e6563_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:04e4334b0ce10eb5402543501944e72b9230c79f470f5976f8e5bcd5a18cd28e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:34a11ddd5af5a8d2331804ab76c6319587bcab73bbafc10b6f710260e5ace5ec_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:86ff72407e38fffd121bee52ed9e1229213f5db18cf1324a08296597aaf494b4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:edd7568d61e33652709d4bca937a801a4eb6a0f134ec7866eae3da1f19a01400_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:44623a58b3a052f8cf871befe578ff1419b5a36c9f61849bdf58a15148c3f65b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:78ba410665c68a41a5adbd8422a349de2274be894328ce523364f1ec2a71be01_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:823e1e9e7e7743538180596210828b19b6e3c8f435a7c792be5b945be76d9956_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:eee0084caae19613373c30ac9d2f25de2c202dc83cb6b3077baeab3b2ca89c26_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:17d193d080ae253f4e43ab259c28fd84f5f738967fe2ad4b6528fd42dedb86e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:36ed0be4ed17c503bb07435b198cbd5e255660bb1e72ce49db7ccbcb3ce92a23_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7c1aa77f92efcbd6fdea6120c75e2cb19985aaa2cc48e2d4d3d4ecb87df0d277_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:d6dac5da24656ce0a1494234b06783b5e4ef052c0d283e66f881c21d1766c51a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:380b5a968a30fa54a963bacfc37767a01f6067b6290fd2d877d6b1943a7738a1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:6d1570e8f771ef561c5ddca5410cb86dbc94943cb23b6f96fb2dbe5b9a2f1823_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:7a9f65149b802b3c2ac4d2a96bf53c1dd6eedf8c5fe921783962197bbce94207_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:a99a994a160375e89550347eed1631bb0d12bb4dccf7ed49119935520b744235_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:22b6a40bf066153e072a2d22e48032b91a7f70e2de0d38b2bc5665b72f5635ca_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:499dba655c620472ffee2c73f5f6c53599dcaa8755af1ddf60388702041c6cfa_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:9f82e685ce4849aacbc315249403939d8e9fa55ca297ec0d829d445a3133ed9b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b11b0fd3272461cb95d4f3c79c5c1138770085b461fb8c64c5f19f3f2276abf5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:06ef27c670aa46891c208f0a1ce5be98a92a321e81865484c17db725d6c48f6f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:50187fe1e5905226e869fe96d050d1fa6c91c0ca9f360456030514a0f3efa2a6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:828613cff0791cce90feb1abaf17c31f8a89e409f605d23ca79904feaafa8cc6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:889a2f9b69467f174deb05d9f57eccfd85e8f6e2ce2620a3e3b5c15019a108c3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:381cea76282031f4a018997a2ddcaf6222576807356d45ab3357b52a30f6bb3c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:604bace7f2173c964ecf1b54fe70fc08abbb7a39fcefd21af752c7a12f6f5a31_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7acae5b318d8162c7da445ecc28ed374eb1db0a92e3e6136f1a3d6a82bd75495_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:df00671b04cef1d122484a876880dbf4cc250c63730537fef7e1651b58f9a9dd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7246c15cef44f3945840162c1dab72daf8c0c4999345aa6ba148dd34597f4ea1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c7fa305a0d4a592411905c2f44a8218e25caa39e293ba68e1c84458683c93979_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ccf25a1cbb0c79753f4049cc37fafb77d0f8dbdd896e4cad7e9674877dc84589_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e1ff850187bfcc5e53338ee32678873692eb81a7bc72c5d3a928722571d312df_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:bda6a57c2ad84239536aec6a20a9c37fbfc7aa13c994647427936bf0b3b3361c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:49da4e953f3ab4d734c88b4371082bd9c6fbefd00875d8c3f0f8e58f060b6a25_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95c4abf5e354b5a324515cf6e69195ad3576383386665683d4bb8f349e558416_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bbc0c1a5769338492d873bdb15757525f69e250f5a4320d36f249fc35d57d356_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bf5e48b3778e040c4ebb1a8b0bd2aca2e7814720fa400115ceed9e1745f3e2fa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:2b26daa64e5d4151cb1cb91cf459afa93b2bdabd2b9d5d28585bec72484c0e63_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c2d77eab011a8025098e1254c384f83af4f7e0d3ba9e6d2772eda689e644b036_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cdf9f5f665881fa0c5a2f3c98e4c99673dbe8a92cdcbbe6b80e9dce09f59a8dc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ef4521604c721bd0ae8a4b822ac9584d3c7c8a80c5ecfe263da6ff9500d95ba5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:29a5ed8364575efa8d539b05c002e8b82cc57350d4c015303b4fc46b06903eda_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3751262aca1a347b013648e64294520615e447cb875b1e7c04535c9c5e843ccf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:5bdc6dd4698facc8189308328f6fc62ad7f4a3a5bf8c8a5775fe6e966eb44eeb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:e4aa456e8c865f66105e9f1828b455bf09d80960759209703df345a559b36608_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:74cc690a06a3f7ede74550b2416957a6318136ec7b703de33588122e7222eac0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ad7055ad351c0c24582721dcbf7f422b6a31290104530458e456bddd1a637938_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:54ff1a36ba796e5b88ae421a3836220f5774f0694cd49da8aff5f8c1efaac958_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ff8879335cb7031227028d3bbd5ae3c882c721871a28a42216fdf94885cc48f0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:4bffd0baad38d0ea6f54efb82701a6530eae707565fee41e2e65682a990267b8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:6381f7fc63ba688a5514eeef31d629e8e6cf01d6910f29f7dd38cc48a49f392b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:6792be8aa7640d171ee8102e5315ee2cb5e51af62f7f9ebdfbb0b54e89e35cbf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:e168e04989169bf67e16af77f602c8d762b1ef424f4abc92ad8ef8a135d6fe69_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b9e9f7cb5894890829532f10dda00d008bc5745b999b76daa26b5667e00e0b87_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:f8ab11c42ded9679807701a6c9564ff67b13ba875e28cdbb7663d9382f8e194c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:203f1d7c4feca08547dfa923507640370e669f83029fcd373e4e93461cce9421_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:8b16e6a9162b06a6565a48f4b05f3a1681f9f6349278d4f44d93ebe60d96c566_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:ef131d257bfc318cd0071ea2867d209fd8088da69e92fd3d07bce2b86d4eb2f4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fd5a0222754643780d37e10af8b077bf257b5b4be2abfd2393f0423a4fd4b291_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1f910938470138dfb6656b608393e46eb5c59d76edcca34b8bbc7148f2479061_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:71ce3309765f3dea75ed45541065b35f0aeb697d59b013294775e84b780f361a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:313d893f24ad6f2f8c7881f418b9a5e9c499674052a97434372d1d079411ffc2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:93bef2950591dfbc736a80f6a92659b6868991040450c5cc415d32e225177512_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:9487390a62cbea3de31fcfa46d05ff56a9d088426101b056254d0a3dddd6631c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:d4cd54fcdc26243209c918dbb1dc54e940965cd12cb6d05259c0ed45e3755516_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:2f9449039570a38ef4191b3717a9597219919ffaff87b645f06c4daec74a3cbc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:5d72d27d9247c2a9ae05a1e496eea2c264df19be8a566147cf5cdf378d82ac4b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:2b1553659b6cb1a4fc9e75dca05c4117d98894a5ec55a650fb60a2062cf1b79b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:35d963f072ba8d1d78380c48815bd2d06dff7f1917e493ca64a37d319988e6a6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:42870b8a98ae271ad0f0b23ad541bc37a9585e93dc6822f149a0bcf53c78036d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d797ecf477151c6821be3fb5e18dfa8f8df04233fa9f7da7b554da9eb38f0058_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:27d55172feba74eb9712fdb42300721acfa72e5d3739feac7c4353f8a36b4b38_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:5bba9f8444a0daf6194a6eda5d1b027781717446435ae4249a558a31fe17e06e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a8840079bf9bf05cf2f9c4a7f38bb45b09baee82128d12df604007278fbdb198_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:effc3a9f6c7bb400163dbda690d84d9ef4d40736105a2594209efa8c0c5dc80b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:3b6acf7cf4c49d979d30049d80bd265e7e8f17331648008bb4f9033822ed0a41_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5b377378d275c0a152365c6dcfa6e5f51a30de20210991ad8a4b5c45654cf022_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:855e978f66e69d149f00f5cdea64c68b677a1f2e9e1c28f3f67846bd5497ea9a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9bbfc2d46e0e771ef7bf390e121f26b0dede58ac0ab6cc04e7592469a78ae5c8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:101533b9ac484f5e8c3f1d95b742f3596fdf42d6a706aeca5712648ca50e8ce2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:2918100b369a980a69fdd9d0bc0fc7c898bcdde23f8ac8c9a8a22066f2b1d87d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4f2d8d750ce5932589e4c3b10579f00da60407a89be1976f3b54184c997650ab_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e7b4095c367aa9811dba1e43cda61f60b54b9536d9900990e7e6eac745ec7ac9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1bb758a596fc11988a09a696981630bd00a73dca7c4ed52799f722ef87db6a91_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:50aa9b6ba005c3f004568e82cc73eb56ba6342720626f9a35eca618fd1ac9cc7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:982fa1221449a4e78c06e6a13b7ee325b8951a8a04d0014939dc49b13c6ab79d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f055755224db92970aa09e26ab84f8f8c3a67c2c8cd442eb4e7764e3474d4613_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:719c8857fcfce93887b77a94974d418e3bf19befe0ed25c5974bfc7ed53814bd_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:90f04dac670c4d0c505cf8f96d020c9e3f4c0747b91dc2a2531db407ffdcfbd7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a921b1d40f1ebac4edf1d6bbe26fd7e39329776044e17d7f2409b20792acc271_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:db281fb5bc3ccd949d2156d7eafe5691ecc317c3e690f9987436d8b4317e6ec0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0a68822ea4fb06b74890aebdb694cbba827a5c1b9519b5a4d2086a867464fa2b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:38a4de43972a5ae5404ebc5862329c0b59ee5a6c72b5e3fa8be3171ad65ec713_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:dc970cb4ede420e1d131a6146d256269ca6fb34b633c17315e6b202723765bd7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f47d18b4634f6f675e50f165a805f33970a038843dd48fe8a02b3924fa70e8f9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:6731876f6a37e6e26e079b4d8901f7bdcdcb6f34f8f27c850ec813ca5b3a9543_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bfebb3f4a3a9476c2307fafdc5ec3fe7586c51dde9c5448fde7d34e37e2f45af_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c6b9b4bd2d7210a42dda555d8375807bec66a4f8693fdf256042b49b3f0130c6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:eab2bb53112191763cd944b3b13cf750ea9390b56d7d14d312183ffe56d0a394_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:3ca197c0d720c1314db2f36fdd4f1fd81f0b729829f27b39508f0a6e7ecf7bab_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:475e121c7d6f480d7d2545252a7b59510a66cfb609f586bb587595ccfa3b71d6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6cedc3acc4032d410aa6c0142de17e62461401a772a09c795371238dc00fe91b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ce34f62e6953d64b6566905934afc4a1f5911ec68483f5ceecb59d187e37a955_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:2037952b4938add2200b79534d571adffd95bb0c6ce04e7ea4a6c0ad85389771_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:698f43ebb93c00ee0a916be218a7819d0a402e32c12724afc51f2323c26d541b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c247cff3341da9969055ddef313806cda81c2dac492ce683d4abcd5ceb5a9bc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f12ba7fce7d3a13280d4bfe412b9b54ca22baa52b90be0fd7825ac719f1de068_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0d06e661c793f5524b749bff4124ebcc17b7acff1b57a672064c072dd7b0390d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:484c08c7c512dfb681137cbf0cdd45f42ed4181a690076f6dc6920724687655f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8a100494af630b1dd1ac3e0a7c75fba4853a1e7471a0b6eae2f7d6b7762beeee_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c9329187e9bde81fc4f0b4996c909fe4e9354e58fe353340600532153254e5b4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9143250b98cf0e2f2b3ec33bc25a856d0b2dd432d1994740e639bde2ed1deb29_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9a7f2845529ffd78d9193a8329bd1761b7723678b83e8d5362aaafa657c398eb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:c6ef91fb95bad775d172019ab1b5f9c275c2302f85f04c0504273be57eab1989_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e2becd018c34a7c29e770fa329cba4f1a371d4b089451365abb35acacedbcdfb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5279e457358edeae97e136d8067f05d60b4b806c92e687bbd11afecda4840eda_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5d76a917f9cea787b11ab23bed912261cad050e397769c94c1b70cac389c48b0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:88237cdb1714ed0759ff8c96466010145ff8cfd60a7dd3debec25e3a2b33200e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ff62706a4904af960c4989c87712d896b34265fcaf21ecc9500daecd03561b38_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:15ddf484307e3bc53f165873cf04ea008f4f5720effb19e3ca1aeabd9fae64e3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:28a6a3b04348c6191f58b9b0a700acc995d5fbcee3cdf1af5e34dfb0a15918fc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4933a9cb0be09725767981638b9139867cad6a26a228701ec034d45c3f7da4de_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4b571bca7d279192d7095a9d157cdf40f553543b6a39658919bc5920445d1177_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0f18441bd2e164906e7bad119d70b8f5b9b47c1596d58b6d812ee1e2f4b6c0e5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:77df277ba08b5a6efaf78b4ec5e59a7aca2569e00e7644d27e1d2653d80d150b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:afee031de2fff6cb0e07995b5f6c4ac83ab4cf3b83f23a3931a4d7e15a512c1e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:cc8b86ad3d080ab5dedb159dfca744ce669341a2491e5a0bab4f59e3dae9ed7e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4a76171907bffd3a94e149dfabb6170331e2fc0a30f3ea7b8eba1cbe68e1fa80_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:62f935bfe570ea83e376ea84589bffcf0b99d30eef620adc813f72501d982705_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:75a992b3a14138492b585b3500a6b6f565c912b193834fa562c990bee8115e90_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:9fa46e30f86fbaa943f136733680d0e8a668df1e04d1bcb71160b8bb795a2df0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:58b7b6502847bba5230e65e90a10350d8cdfd331f5656425dd2f310e3fc89cb5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:5989d793b9236bdd9dcc1df6d4687a6e0222590453a5e4e31be75d0414c28056_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7e5383d64b25edf87578b2cf05de47d46fdd2fb6f1f4db5146ead38c887f36a3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b5b9266258ab925a7dfd33b86043873af4c0799fc52befbc476f875dc44b810d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:100d472991b3969275774576b60f5ccffacabcf89eb52efbb744aa441cfcce99_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:9a6fe277560deb4c1c2f91a1d56678c5956bc9ba958b859eaacd371f8ca753f4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a2d2bb9ceaaf23ff8430662ff6b267cb36848b2cf311bddcdaae8e33e8736306_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f71926ca5053134743dc906e1c5bbf2fd148acf50e44916a936f3a8e98494a04_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2dbbc016c4e06676f796ec4cd51e68c11c96bcdc41de8dd37c82c3c5c0825cc4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:444b74ea4a7a8a664746757e4417aa7e0fb33fed32a4755d300e14a49afba481_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a330cd288cfbb99db498c3a7e7211eaddc4cc5e39b6343fc6589b958c6ac44ae_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cef4f16962b3d71927c90e2573873495563e3144b6e3e814acf5a220f1b27193_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4d6edfa2e5e9d6964a5b9483989f491cb5019ebe9af55116591b321b499bd12d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:62e2bae1dd93787bebcb5f1b58499693f4c6fd620edb3254b776494d2b5a55a8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a514202264b03a6c80a02e3cfafb7c6a86482449613b5ec0052d1040587fd088_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ae40b5055051c07b225c15723da95953a6a7d2dc6dfec8d0469d6f857c8424d2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3882b19d141998fdfd1197856ec7826be00034d72633396be628002953fc94a7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:39282efac8310ed389b4acc4ff3aabd6367800953c1e8fecbf17926306d1f419_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8df02a6889e22a9763b5c0e7b6934824f682f4683f2085f82dda54de427ba28d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:fd15b8944403c78ee3c0fcbe08aa5ecfcb7b10c14fe5f1a20ba4873295879c8a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:011ac49df806c01b3f64fab0b3d79355b2685c8fc0316653f34359b451ef2ba5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5929d673c5a6a568c88e13586278da184ebda4c9c5a9a4a1f9154ad0e66340ad_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d113138d214fab52ec3422cd3affe8d3694a1ec30b85778acfa8b114ebffdddb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d91c11d262c19c1f020e9b53da07db82b6d68533f4e697ecff6c722781b4a4ba_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:5865f0a925e725309c27dc1d71d0dc999cb01b4fbde764ba8def1524f978c0f1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:bdbbbd728c482c0c5b5e87af470856aff0c8264d3f490c8ae9d987f21d5bac60_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c1230c3643979aff1e615e1de9bcbc758c31f7508b9a3b25fd2eb323eb6b2490_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c7649d6adc16287d38318b6a50107dc1d3aee2e842a19e09822fb86fac31df15_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:70687b2657e8f1cbbff110582b55f3104d0c7f47a44ca1185a7f67e421d76a17_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bda8d910934ae595f8a53675c74094693de8e0a929fc7c52458b2a9f7cd0b4a6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dff9eb529ea868114b0f46c60f4014b429ce115b0ce949e6855fe29d9270354a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e56bb2c28d7ddd2dbac95451cc16d547718b651532ec69c85e8f0fcf5785d002_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1670745d88d0d92a262ab445f81956e894ae5e9b23d490fab96860957c028771_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5cf3f4d1346c07a4e065dad2df083934591b45c714f503b5b617d470e87f1db7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7adc722fdef132557c191e026fdac56278584f6e49f3902179fc443d87a4165d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ff467f13cb09556eb490743f878422fa2493b8bca683b8759d7926e8af97dace_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4030ffce9d00de08b95d660595f0f67b2b83756ced6c6439da14d36b0b923729_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4baea4cfb5bc4a7974f90c3bfbb25e23865b659fd078ec45b4c36ec0d11b78f3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:829d8937eb34548f09b89de6dd5a236ae58d6f74501f44c929538c281a8be920_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a7fc85a92b1d5f7f79d8a8a63e6d9bb4dfc66383ff175fbd956deb1de3127fdb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:78adc3f034871d6d77793932d11b1e5f4b2ff3e1cff0385b44811210a3c84dc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b836e8f7b31ba9c107a08e3be1cc27e73afa4045210d7fccc817c6058671aa67_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:cb550213a7e8671953d5b880c0b651a566be475a3ca0f5b442a2fa9b0bfeeb1d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f727aa55c29332a39fb4e74013b9cc96ea5b32c9cfbb7cbcd79c7031d1a6f44f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4b1f00007dc39d345013c99c38163e0adc112e5eb81fdf41e1acaa1e0064d7f0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6ae9a652c5693c55ceb3ed91fbac054d887142b0f55882c776e42ba20d1dbdcb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7ae4ffe7112d35231314490c8d02c6f0947b54c240ace11a87c07dad44d5be4c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:934380eb6ae83360d1e11f709c58d18c2e69e04b3246a02846f26f9879ca1edc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5580313395048ffe3d874dec574f7f1f1f21cb84831945de53a80856b4e945df_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9bc152718354bb245a765da17d12d0477cbd15d7eda5a86b8c5b1330287fec4c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c00d2c84a5f8c5f1c674d43eddacbbac05782b81ab98cff83b606c35b46d18a5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d74ebc7fd5b30afecc3d9f61ee6c74b2c0f8519514c5614ddfbe9bbc68227509_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:84ca4259de3e923248f7d50c3adcea713871d3d2da66f172c25dd391d22a3bb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c6381254579086af7ec69a4e610680fe0e532a26f7ce202c72d047b89e0db642_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e0eefc7f55d25990d314c2ceb50afe70f7746e467ab7a409fa3d1b44708d9ffd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fed1fbc1295974647bcbad55e52b199c2d3d4307a3e53e4f8b1db135df9fd8f8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4bbddb6ff2f7429b2f5730d4a3f529b80784f8e42a0acc025e78713d703a2efd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:53a0ebb5fda619248605abeda530cf37fdb7ce99e7b7314cd5bcef2d8d8b7004_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5e37b117f72cf1001bea772e1302186d8f86c0980534b7f359179a5e6926c448_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6891d22800cc10bd8d773d471bc71c4db64460efab4b30202d42da1daf61a3fd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0d1bc6ef87ea978c23ca7189fdf17ad0f54a5f7709a75a25d82e7b84ffadf984_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:107f2fcd3f606044c570a980c176047870b304f3212df747995f6eb8a45749bb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6b6e5e25d50219a95d914df16c1c4e761d0bb45a9efd054572e54054f27a6f0a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:dd60fb26e79143000563578f9d72e3bb7cdde4b73dfdfc148b27942197d3be51_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:053d5fdef0973f6017991487843da7a64f8a346025cf46a7c575d6a4bab71d74_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:26318acd09b8263236b4d266c735aad015e3a4b61daafedf266ef1115968f536_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3ed5dce28d62c36a87ff35dead5806fd124a187e48051a0d2b550b209c9f6302_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e06c4933f2806bfab0f36ccdc159675e5fe2a6a084f98065787d304d5df3b7f8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:055b352bfb76de2eba0b9f0d1a6bca199c6e913e8e95879e991c5fd22095c677_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:16e31b5411f5f1924cbcf851f1b0463302a34c31c5c515220923f7a2050c18e8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5909f73afae46cf2ad00a9a6f1c38d38acc3ab00a0b97ca419110492d7bcab7d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dbfe981d5b05078eb1158624dfe2f0651cad81b92aafbc671cb6470b49bbb89f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3b166e5b5529c407c2f8e372414d043fc617965696c5a869fcadfde2d14d716d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d3f6483b465851cbb520810069a18136af80ccdf79fc1ea80ddb4687ce685aca_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d7d33c165c3d0cc0e4924e8c8d34bfbd1d72e2aea301e53e4b37b712e94c06e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:de5e8cdb75cc79630290f83ff179057d25bfc11d37816c57b6f66563eb3a2732_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:24abe1e6ee078487af8ee8bdd5dbc267c18882078a7987fbd63728dc2b65bb75_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:552d01e66c6b2fe59104b8a9f3e1e58fdcd7b4d4cd63db42883ceb119ec0ef25_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c00c3c5e7e106cd6527cec39e5c3fba990d1986bfdcb691b866db80d59e5f82_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bed1aeb4f58c045644650615230eaee03336daf78d9342022786c12f29da670d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3b213ee7154fd814e8a904c3a161bc16ca7419163e8132ccabab76821c33b310_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:721efd9cae7cd4b43c6bd498064a6c427fa32d0ba848f8b0bf7670afd662bb18_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8f5f0f56604ecf94768262496ba1e29073e87ec16aa8f434674b308bbd00678b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d78b1c13b0ef255bce1e19973bcbef04d40c517301959a7f23d23613a95c1db0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:650f0e2357f8d302f10ee0a628868f985c5a8c8a4e6af9e6793a9051b33205b9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d5a3ff1bae3686aff1781b5f5f9e1a7966962b88a1e84ab4eb62751aa835bb78_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:db30f78340370f9da03fdee73445b72160c35d83f44f708d3a62c9dc8e88bd46_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e88ead481c18a7b6de8ba7f609a1782e45e1ce85f2a158f259bbe68a9db261b5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:0bdbde169ecd68d82366f3d04f947f73715797fae5c3c4561e7bda5b5080dc3f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:1d45937273065c5cdeea502fa388172651fef5a607db33ea72c49f2a50b29b94_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a562490081e5dfc0fea7306931e2dab3fbfdf76cd83768b7a43ea556aebfe4f9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:dea6dd04d50bc97f9e61330140f61a7370e31e474c26b3526e18b0ae8ad56c41_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6ff785742b50af7f2a15c1dd6f38eb69e9a1a20cb4bd635aacc57a5557dd1b4d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:d0e6151117374aa602349bd1028175b94eea6f8386832df622d56715cbcb675d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e8fea02d42c9a9b8e9ad7642d9f08d705eb6e4b3e3681cbf6281c7b8b3244ca2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ecac534bb32ddc645101f6565521b08fde95cbf0eb2b9c6b896c83ba23e8b6bd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:55e0877d1949d009d71821f6779aa9ee90484fcccb820d53bf53b90f7d412636_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:775af20537e6f4c84985145f44ad1ae2d5530ae06859c2549d1d85a2e4ac54ff_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:a1b02b9608eadb4388dc13fb5ae55fc6ad64788f93186872c133a0ff1f5ab487_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b5d732e8d36668226255dbfeb389994104d83ef2be461079b66557bb20d799f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2e983c69ea6e29aca4f36596a0c697c2935dd1deb08a4d3546aaccb4e3d78ae1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4ae2494b702a6c7f68a65ea730f6df3253ffe78f2d178b0714fb6ec04cba5cc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b1133f78075f3364ab85142cf6c8457820e2e1f31a5b0750585ee1adc1285ba6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d41fc7e76000bc1b4016bf10e86fec44f551b127e17997fa4bb13420219fb3f1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:25acdc169b3860a10f46dea8b842626acc639aec950ca7a9339e96a2bf1ed7e1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:453bea2d5f94523a88f37acac9edd0a8d921bf79409a260386fa458cb18d13b7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a70ced1330a4e7a0a7b81bf6b19b3346ad5bb6e26398c7f0577994d48712b2ad_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c2a6ad45ab46c0238429cd0ab59bf169ff368bf68750a011f481208e56fa0268_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0ab4e11886c642fbcf7560f780abf9046b73dcfd7dc9cb0f086d9e62f87fb271_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1283ae9261afb1293b597a8da40611cdc1980b1e403de5d16669c5b7d2527dc7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:89ec13946e699f6589c3d235cb515b92ff48d1d5fae8e7892279b64d41b74511_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d08403f8114128e063826ee0cb3324bba9f027d7b2feeb6f7c826c9c4925579f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:2aa0baab0fca2bf6877260b871b3079ad96c37034e6f3d0a45cea4118cca230a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7f886a3942b81b3318e288602c88de802278bb77c5d11ba758f1d86f2f028abf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:940d02c46f06fa92818dffd1842010b652856e09cebdec33e0f0e1a1e9b1b5a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:cac82b041210a06cefe512e89c5755e972f6e125c69a0dae87e454e259a3c08c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:12466469754c88d41872c1a061c1eb4349cf565b5fb32db651f3639aff2df67c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:af5fca0ab8a1f5374caea5b38486cc97c2be9d884a55542faeaced44a4a7320b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ad60c87d6e05b51b5351d2490538c757547b43a679256052b600e3fe8e80a594_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:e8372026bbc873c38ffc2c7df35183727596993dde5663ec27a2c2fe401e04f1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:736b406850af746470b1bd5dbc61fc4b166133e9cb50aa528dc1210b2002d469_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a73525cbcab817d0472f544883106a359b9079eeb1d8628d8b0185e450662361_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:84664067a273cdadce55bb8531916e8d8edc7936bcc57bc2dd1ecf57adb08c06_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9a006a111625f85305fbf3dfcd9a62592357a6a282a1c8ea1edbc48b2ef7db05_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:adb84daa38497eef3d89a9b42fbb22fc04e94f708db4f1f02de21dbf099ef788_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:f81616fe8dcd6b63df308c58bc1b696f9b3c488ebdfe00d7985026b10d083de9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:07efac034de568e79f6ecf97f924fd5ce7104e9259d90747cc0fd3e0a7bf4116_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0bc9b2b997bdf9bd285382823ebb9806502664976c2dd7e7b0d111df7717e77d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:165fc1e58447c7bc9febc3ebc74f90096c6e48986789d4e66ff6443f1d30d024_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f516ff3ac172cc08e88f25a0531a3784ed212897dbe0b05e04dece7d62eb977a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0d455e21bddb7ecd4c5b8f077ea96f046ba3183d17e3755ae95f8cd112a81179_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3d291642757ab1bc56aa6bf8b31b383a1867b06fda7ec093daf361e3bb082624_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:91c0c9cf474e9dd3b7dfab43e3e651afcf950c183a51321a586d5e98e3b8dc82_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:ffcd35b620a75ac1d121b826b37ff71f5006684d9222c440785f06fdafef5531_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:56c2e0f91eb13a89c48ee5ebeaecfaf87dcef3f85bf7f7fab37e3cc6c9b2dd10_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:84e22659ec76ea69dd31d0c6bdb39b752d4e525e7425d3ad282c3ba5c16c19c9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a3669bd8567383f9e15755e7640b5af4e796ce1d6bec3b6f1139645b656f425d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:ac7eed19416dd31a76ce8139a4c1cc16f2201b1dbb1c884dbd20fc5a965b82a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:44020a87c575f01d876bcd559d0b37bcba2f5bb4337a4f0f40d65196a407910c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:7272870ff2a94fd3c026f3c3a4e985a2b2eb5c47dedebc00f2cc25a496ec3e90_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d5e64fad675db5b1a7fe03720a35eef4ef6497e49e928b7cb0a38ddd6fa9187a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f4d0e3f2751dad9fab70a9080102f7c0e82a784e516f993e1e84a8561c33204f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:174b142475167275c428eec2892e91ba557a1783a128749b9516911a366ef54e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:52fac1bee10c7847bcf6f7dc9f027764a183d462e46678b5b9aaac9611cfcec0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:874a6c39ad36a55efafc0b690d17aa4eba8df8f30831a5315a198e692e405592_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:af2f5f615c4e9da63b09f2b9f52ef632dc76793f51730ee67a96d5e99118d552_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0867d20104c147d58a3e119c8eccd725d2b5311bc563cb4030c18714e085c80c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:12bf752f4f8f0929752fee39067bab20d3af32f9d767e0eeed2cee9dc9cdf774_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3f0993acf410b536a4c2be24d23afedeaa6d4b02a8055100cddc37443a619cf3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d745b47be21fc6b98e8b1830c34e951271362105d32704cac1b1a796abddecc4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6c539e26ca346ca83a4c024a374f3874e858602b71794a1709b8a08356744b46_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:94e6571b95628469dd361c3ae5bf4bb88bdcf68636c0a7a6f007a19e32216514_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:978722d03bd0e1eb78e35c188516d960ed81c8b47a66e77ec7ea465634e44536_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f270599d2857493437426bb7ba58ecdeb0933b244b0b5e81d70be8f06c734c4c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:07f5c5ba5313539cdea53ec438fcc97c698df8284bba4ddfc6c7af4403873362_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b93c3b58e03d6fbfd8d73f6f0966ef5d616c0da0776f516ec826e4f5e0d4bf1f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f5aa864ac9d9a3e5c0a412e9bf6e22756f6232713e14fe4194f61b1a1c1ad52c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fa3603fc128be2cead70ffb3b0b0b5c9520f7826bd46863a86b1853e62a998f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:382e4343f73dba48761c24841e45aabdf84a7f4de996be6515d8ee7c3e728c78_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:840f25f86e1850623e2929597e072219c2119b08acee3b81e8c7aed1b92fcb64_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:8f9eddba528ca5e8cc40717ae9f30253c955be657f8475a1c4da66c257bd1729_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ac7a2fce2be014fdc4208e98abe50329d0af9b7f7af98fd27e611751a413b4e6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5ad568a42fb0d0f2b78702929b75ab8fbb41937a853b4344ca990776f48ff85c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:821c5edd5f5ea9fddd168482dc437c6eec19231d95854abfbf1bcb150cfe618a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8932f2fc5e81fd7165d50432ba8994896c9ac8b323d5cc798872c1770133eceb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:df49ea17391c34a0eadacecb37c7e00552af8aca3ebb648f28f3f805fb79495a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:58e02752411f5bc061c8dd98bc7dfeb17780ef24ba8c65e590e4d6c5213c267f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d1c95fad91fbfc41da5d6871fb0a3c07d20652b5fce3f010505afe0d24c1977a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d6bfcd46424e1719490ce37bff728ea278eaf589e052a90b3fb30a9110aaa298_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ef555584c97654b76391f8e4d31bf0200fa82222b3197ef928f306c8d70f4881_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:520b43e0497fde1deef41e5f9e51448fde032769f433980802097e1e4216fb6e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:de2a25058c3aaa6f98e80870aca51d8bfd16354eb2da93e7498fc804825babb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:fba545c7b9accb5be03b9bf1931c086a8da8592e3ddc9b5a9ad6d798229314b9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:12645a5f47e54e3bf3f0b0863c44b938be5c42b22f695faf62c8d918cddb03ac_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:529d46e40fd5f6de98cb72dd8704068e3b9baf4d3bdf91feb9c19139bd74c652_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:701028c843123a3e4250731e216eceb647411ce685517383b9a62b5af21c10b0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1b7392f3cadb8ca07f10d5681fa33f6dfe61f895e4a8a1874bdd5aab3543f67d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:693c125a5f2f67364d8bdc1a5e7abe959dd46898e7f46d5b3756746cf598e135_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:93f4a34af9c198e4baa449f7ce0e1e0936358afc725eafc3b8118df3d92d2b44_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:0e4dde634359042b67bcc5224afeef951459167cb8f36cb6f262719308f8ae42_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:344860750b6a6e567bb1475f68d18b19d6f79438b767c351c850d082648aa5b1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:efe1a0fb3394a117206bb1837b63a0ee828ab5b5d30dd7c94aa88afa04c94c2c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:afb18f280c123c44f1349b80bcab24c86d8933795a0577deb13bb651019d6a92_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c865ec93173fecc00d843737009627ba137b7cabcf8337ea7837eb9bd993a601_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d172695ad3dcae4be122b50a27f14c6cb0e71357868ebdd13336cb7315122fd8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d4a1f393e7762a2c7ff12fd634077f5bc5bdd224d7791eb7929d26cd16047dee_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:01050a4179625f00151e478a0571e64120ac6221fdbf32c969a18ae9872c9574_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7639b8403341003825286c0fd45ab34d815585e8f4b5b4d1a424ccfc0292e017_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bd76fd61510b4714518ec5191e315f83feb1f47402e32602b061a0fc09641c9e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e53bc4c7a3fa7103778bd3f7bdc4b6be4b5e6a8450e38eee246caa75d9f8f44d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:62414e285f1e4de212e28bd90e5eeb60730324d54a317434565bad8891435168_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:77dc7d2bcb0cb6289f6d8c3c3f4ad3c01b9e24b4f6969ac666a888ecc8a29981_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:7cbc05eb0a0d3210e378d08d879933d905565224d9a6fc00e3bd1a9ad6782557_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d195bea4ac0b3ee073418a3674535525622d9b492bcd1fb0448b8ae52ba262b1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1440138d54ba0f09184f96cb79557548c3c9f19089bc813f433de28654cd74ef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:203e3cf52680caad6f8fec2ca1c7c87d45205ebcb9e816fb188e74a5bc7496ef_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4ef6d0725b69e2867c44e7d7ac57c820b759a45c491997210fc38b346d7f033d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b1ae4f6e3577edd7fc9f6595168857af7fd9c08aadbca1642c2f9248205b8c42_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:2e494676f33f47eb13ce2e3675c8e7a3871d5d1b73a59b71623caba05364196b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c8183043eac4cff3a7c17a9de76a4c9df725db694f411b19dd64923d1de68551_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:c7944fe378873f5d5268ff872c52ca08908af41b7efa03a7032363c11af633da_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:fc53a478ba64c0557ef8de93faf1320baab34d4bca5f50bc8f74d4a8d3a86890_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a5e04dd92dd9bca8344f741151a5756e28fdd197e2aae26c13caf2867ee6ff76_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c16e427a9ffa0ef24fd07e6a21ff78a63313d5274eb3b1180f7c29cd1a9d11b7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:31630cb5049add8b683fc6f3de6cc20ffc530b72d45daedb84cfe62bec754591_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:89a876583624410a9d79c1cf83d94a9a7c0dfbd3ad70228ea985e45b2ccee9f7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:dd8a443d71a973e30574016ce343c19edc1872c63ed46b5f7023d304b9c4edcd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:63a52e5f035913f64e82ae6a617273abae9ee0729316d26ed5d4182ca0f50d11_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:754310c0f797038ef14c3ef9ecd934b6ffaac6ca60b755894212854289b9f405_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:49c4861778e7bc4f5738ff0f5cd5c542e9fe75c33057a4a0806b03ac75d76ca7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ce8e1af1e3f7d331be7a366560b517e1fc27f83f1382ca6a69a1d9893f260fda_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3478a4d3a1acaba3cfb3f1040320798b9d0b419a66b07267965d4ab974a3b440_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5db06d085c31aafb3f02c2c373b2de6d93c5fde72dae55d6de90f44b49b5770e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:634d04ee67f3a521e7b3cde560084491908f32aef4a89a1bb7d3aa0ae119927b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7683407dca1a355e731e277631b3d8522a3f84f1de664829c3b15db39b1f1ca2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4ef1395e47e1898bc84155ed4b4e3e4c72d08e4e7f2d19d9530d889fe0ef6b26_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:63631119f3411bf77ea1f622d77ef96434d80815531b046efe5b297dd5bbfffa_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7ee73740b3264500f062e3863e42fbd98dc3895f17294450fc90d992d2108d49_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:db28768861f567200cc79639eb01ce8e18fe5cb8a768cc01d3e23bda55431c75_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:09ebbcea16169b9ac863167c0e7f953717e92f75fc4c4e2bffa0eacf84519907_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3118a7eeb28d8388a06731c7bcdb5eba4a942b9c91a84e595ec0fb49a55bcb11_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3bacdd4e5501902865eb31e884646418bfb5fae90593e96b06ac0b7c3cc1cedf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:852556f6eb96442354f0695d6630e2798e19e31a5ada2ef01e3ca2571a4a40c0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:59ae16e7b7d2bc20f34b8bd1dcd7cf8d8d7c201b0f78e3165b11a592d1b08597_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8b68cda23f470048944c164b84fe27a5fb6a43fe739537383444c28cae451035_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:23c8ed7995abda7f87fe4031843205f3a99a0c57508c6218291762a60907f5f2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cca7e231ac39da3a210859c6280ded3a4687620493e3a3e0164a403271537b6f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:054a0d12730620c46ee6209bc9932909f653d0b7f796682a0f798ab3ac3b3641_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3281b909de7dfc5bf3c746e3e8ab05fec49fc8aa83dc8156e616a59c41ee923c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:d5efd9212ed22c89067691796443fab0b28bfc31cea94bbe636a4759f2e88521_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e0a34a88a67409e2b1cb243874cadd3de1c9c56a54ac225dc860cd89a635bd97_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:275f90da2f77f60d0a77e00936734ffcb5099fc8b5662e03de49d807a7632f6d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:833072794acb03eaf053f30b6bcfeef95cf1836ad5149fd97f34f3546a2e9f6e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:893dd8fc24cb10db16620d8feae352929b0dbb797f02fd80f025fdc7c78bf53d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c9ba070e466a5123790067569bcb909e291f3b2264af0aa152372fff9e64f82d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:6f50d9406911e5fbe310c94dc60829891609934e64983339b5f66432a20864c2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:8b4ce896da4126dfda544da09d04f010c0e9b25bdab6557adbab8d095905d535_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:997a24c33d3ae9914f3694b3a8cd8af50137ea48296c322b56dca53b4dcd1fcb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f80cee2f47779e24e07ee475d09fc697a4446a07f9eebb0813a7119eb0bda36d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:7aa46141209fdb1090d90f00d1a7753f31b9224e080b8c669883901846b32ca4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a0dfec857ddadf777961a71d8dd545cc798b921e083c8b5156ca7423f8ad8a2f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a5c047afb2066ca8740286ad2af8e1271ef78c2e5df73ed2365f586d6a101b33_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dcda877c69d0398e4744f1b7a2ed81986ccdfdb6f4da7fba75f29fead8b10f34_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1ff4a8a6440dd4d97adc3273253da14e081083c978edb5fcd05dea33d4cc888a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:2aaba77958b12e834f6418338a21b839a95c21ac5568a53b5f792553db772e6c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e5753a6fa47d5a753be2eb3b7a46cee0bc156b0e52bf75e4f192c0ddb3fdef47_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:ed802f61197fbcc0f1a8a916612ab33363e0e1866ae70d03df92469a2c356ea6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:120c1ccd64bca8bfff4b46d14f78038594a28f6d58c585b1215afd76c23c7ad5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:52dcfdc6c5f219f414fa0775b70e34118b319897b0772931e0861623db7bde86_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6b259bed5dc046510b7c3305f6abf86e4543a9ec5091505f92f573536e9f049f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:bc0dd85538edc7a80adc0fc9fc4e02051e7b09480250b5328a6b70251875b943_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3f9151da4d025555f4c0183a0ce07a2d0084beeafdc9f3f1e87a603053ef9089_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:919fe76dee99d772b668b57645779a63e1c3b7f7f40fe79175c27ae6d7e261db_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e19a080b5fe10b67fe48c28014879abbc87cf5077c32c003fddd171d06bb370f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f7708a1c1e0d4083c7f0b9e8d8704b91a4c823dc9435d5d3e986372f305e1fe4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:27bd19fa0c1eb00c55120e22b21eaab50f0eb75a84910e9d8a2fd3b5fd1c7dc2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:52c4215a49207586cb3f33bd1d35aeda857d31d34c80cbfffba02ba8c448c8a6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:62e5cb5ba2d92bc29a2087c9de9fed7978d4c5ffe07b0afb479eac93519c6df5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:68aa837b6a3bd95232abd62ecae3b040f2a7a72ced626c784c4062c2f28a6e3d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:9872321279ec2d108191f1f7e1764551e9c7099de51f595627db068a66fc4f8d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a06cb8024ab06fbdee295afe99cd294f6e05c36dd490545600967b8ff12e3391_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:1d3a2d2ae27d869506d3f027ebb43f0ca64451cbb635c4c412c85129025728c3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:c20a4f14ad0eecc3f88eda36bd65f1f390c6977a7ad5ed69e87969556b9d8cc7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:64247ff135642a32fb59a62cdcaae5f28085ef0578916b4ab2c90d31e67848f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:e0cf29f62ec486451053c661388f9a3a12ba42b84899b687fb3486666a42536b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:efc289b0278fc84c571d7adf9e9ee1f8b149c5d832cbf416803435e89ee0a531_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:47ac82d0289751c8c7e41da07173dd61836e606101a20b598c00da1cd1fc9077_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:953b8ff978f6523f4578a469d23dba6536d49a141b4e3729b059feb6d79a858b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ee224daca08de920de240b684ebc23a4da50d60130d9e205e88c904c8c755343_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f267111aa2951d22dd6a41c7362afc22454e365325b7a016d213505b7dad74f8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0ed3d751161fa47b7ed4bd2ec2c5bfff8ac5ffae0df22dd9a741cc64bbe2939d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:48bbecc83208a8895cee2c2e8ec677f59a688e02705a677cde4e9a8a52398d1b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:89ac959e411430e4910919132f95452d1142a45fc5c67088f15cf5bad8982165_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:db55fb30b025bb573317f113897a7bfa0dc729aa684dcdb0ac3066356b339bc9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:285f19a6dcffb48d4e6f6d3bfb44722f1828bfb2099a8736f2fc08cdd1481175_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:521f2693c3073993771af37d65723ced3ac83c7438d6ff35425ca5f663101676_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d1883837f227ea4b98d2442b46e5c07a9eeae549e13cd778f7c9e78494b53911_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f1f601e3a4951748fbf030083febf57aad02568058889b0122c8872e2d68d70b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:34298ddfd123342b87d28c047cb4a8c1b25b07352bfed57aefffdd92a7058b6f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4a56a0984384548771e1c8fa5a4a8efe93f472cdf2b64b01d6049b2f9187a684_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6765cf3c0f8d395307ae57019cda7e2aeee976ec060eea8a47703db0b18532df_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:8a8377100458d05864c6521e4b7550df73b5c3d9cade518067d5741fa9d02292_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:09ad41d3ddb9aba6d649812d1e48433f5778b1cd9d5e0e1466b34e6516b864e1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:7b3a100ca1bce2bced0306ec9d4b90a4dfe8596c5bdf51799aa3a7a1ef36fef3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:ace3b3b02c33261287a32253dd1c027769743797317ac4259c9102e0b3db6603_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d289ef93e6e179405cae0db5309865f76cefababf168006abf09fc3a51a32bcc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:20052a45d551f7e988cc0c38baa38f146df4d9d741ac71f17498d8ddc44a1beb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:55409e5fb153973038a15985a332681f4e3e41126f84b6a355c47314c76bdf2e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c143caae15fb4249757018e05ac8dab9abb20f405977cb41468ce6a8049c4342_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c5d456d739d5791e51544a45309ca3b64f763cb49632bc638950fbfc041b4193_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3ab4203333e071978d85f0f44f7342811d898cc388326db60afacd2395f8340e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5a97ef5bfe0456bc1528f2a3df7736c506e11cb61de5c41a1daf22162150b345_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:94fd7b1b27954fb59c11a010f4b8ce0a3377b38bfed7ffb20873a2f7a499f8bf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a936c0970ab66789c10a64cf57ae76bcab0f2f16b6b50e713373066f73d535b5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:34fb12d4fbb5f9b29b1b58e19b1c1b0eb27121ef80edc50a59e431a4e94638c9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:bedcb032aa7325e5bbff014f251d5ad91fff9dcdaf84a95e61e4fc4198f22f79_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d10ffca12372666b239a9fcde83a4b0da6c3f37fede3e47272bbdf9ebd2f0d91_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d5284bc6a4ff57ceca1c00af4ed0c46fd341f1e2a28b4f13b210ed327a25ebd6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:2a7aeb3139633e2014d99631287cce239d73af61e541f218f45a009fc151d8d8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3afe2f3016ac55bd947c98d1e4b957969357aed54423ca2f35955eac8639116f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6d7572f71fc31d580d355bc6ebf8eaa54e4285c53c7e0e418a7495a0fb8d37a6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d2236c41a640de0aedb4eb2f1ef143793288329513ec0911bc37ba688857701f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:7688c4b2355532cddd9b9d314d105127c494990e7079407d2f43e578610971ad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:91ee195223233fdaa6d83ddbc8e1dc33bc7811e4f1e6ec9f5ddf325f560ec38d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:c866308d315beaa691b25dfed4be0cace44628e0799527e9ca11d14165437d98_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:dfe468dbed566f02ea0ed9b5ed5565f40a00d03a344d2a230b0a0a83c783493b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:08710b0caf6f4bc16e72a89f596f33c8c38ba7742d0f1ee552336f9acc7f222e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1491efe6870dae8caca1a78c9c96f8b4b2956db3bd5eaa6bde59ee996506bfb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:2a0f11f0a1063e3ca7b8b04693ebe979e9953736d37f3dc3a91fa5c9912d79d4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:813fdba989d7b5a4aad5e9ce5bf5285b0e65745375dbdef899786d571c001b77_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0db523e5a7a6420d94d5d302b90c798737eb78f99cde3b887d3c3866e195b9bf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:18b7e5875aaad6e0bb8b12fa303ad6295bf3968daeaed2104f0f4ec3122446df_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:80c4e60cb2ab82621ef12774841d39e6ece9e9671114afd0d19b188dd7746d81_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c20dd339ba44e18a505db8bf726e2db8b6a764f7bfcd9e0d63d627d69c2378fe_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:528f1228123298362d5787e862306cc2605f3eb31fdedfd0deea7f3cdffb77cc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:75b18dbc6fef40173ab0c85ff4f9c4111e29afa10593ef9141d589f88b418826_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:e8147c001326caf53531a8917f91991b5ca05f31d30adba78a03539a6568009c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:fb390f9eeb4853d9a20c9bf02ac10e099238e94084230bb532029be4c88b7ac6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3dc8fa50d17a5074f03d58eb00467e45e6d74f6c5293bc57ebb8c4feb4323eb9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:51941876bbb8070423c00e3699bb193343e963358dcae8cc6acda94395edc5fa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9087e6df82220f673440368a5e81c5a0f3eb5e36cccc61cb40fcb56d92cfcadb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e3740bfa7355589784350a9dafc10849d32f1273327387b3b3c6389ba1e26dba_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:05f5bc9410d9859f1bbc1def6e1c74fd47781faf1ef26633f61b5d8f09ce8d02_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5e14d01db3abe1412de6cbd8dbd7d3598d5ba7d2af2f5e55a7ca625aaf8a9155_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:db0bf5b79be48f69d411611bfa74a9b1cdfe875b453a81ec5ea72a962c27978e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ddbaa3a482cf17a156f6955ec155eace13126ae83217c36c03eb2b826e7c4ff0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:02ce1779315733c6039fbd9f711d6c75da89fcfd4d6ac8e485d7aba30882b3ff_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:d29e550f223f287e258aa15ac71ec87cbd24e9d6888f22d82aede80b7902765e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1d43b37d6ee7556d8afe22fb33c7c9ab7a1ff5b2b38d6e18f762ba759015f87a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4e627ea7097e36d07d109f50212809b6477070750c0bfff14f3fe9d1d7ca29f4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:63e60a076755fec73f95d2f5ee948a50d895b69cd327296ac0925e301f5b7e4d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9028745ca618eda612fa2960f0327f19fb689eb36762515bfd71bb2efab0a0a3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2dc50c3c453049a1e81e8cc4559147a4fd4a3a6a9c140865f82bf628f2a45b83_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:734c982a6159e5c4077a12b1a0f72ad992b70f965873ea591228172e6265263f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b2a21551ad4c66e622ccd865529356920dc4524bfa4595e08a99e0e95438823d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3133ccf5290a245274c030f53c63dfa74d6e04bffa684808fc1815a07ebfa13_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:6f399ee5f4634353047061fddcb9092dccead96c6884863253b913dab93c2e15_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9176cf7f1c5ccd82d82dc1a8ea47c2bd34e2ddb54d750cbacf7735a04ed6a221_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:dc6f5e144468283ba4d04ccc155f9e483d085dc2f1b78992e5fcfea42db77bcd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e5216672e4e265b01384ed2dcd722b4a166490d66e19aaec457aca55c7e3dbd6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:4ca8bbfe3586672e1de22cdce9466b37aa0e11c5e9d94ea8da271aa5cad3df47_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:57488300ca265dfcad9bcc1a2861062d8b82c2b80e8b21cc3ed766fd187402db_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:660006e5e6826b13ea6d73fce4fe672d1f67479c44ed65dee68119369eba3c75_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:91b8003dab0652f1a06de50435ca08d6f6366e6e8e7e10a9743542b577728b1d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0017d40e539a56e2ddbf4a97b0cd94825ad5dbc9cd79e1a7e058bb0b11afec29_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:7a71babc3307efe03b8bb3f3cc5f9159a4868c215df70d7a78ba37b91294649c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8403ecd148b8f0aa7f1156fc1676307753967ae68a69948af7c3987de8178959_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:a4e02776f7b5a66943bad040650f4dc9e865f05a0911f4f9aba975c4b30ef517_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5d3d3cbbc28f59a6aefb1e54986e084ce49b69867d100e9b7a8eba17b764304a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5fe1d81ec73517468488ed1a60331a78733ce2fed50f3930b4efbcdff5884326_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:94a7a56873cf0e075740a1db93972f2b2505e7bc082f2faf2d3a6badbb52b08e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d1e737deb52f4f124e34889df5ee2a787db0ee13ef86842f415d5c18ff70498d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:0c8b3d458f0968682b8604cad6ddf02b1135b99c4682090dc78d9b273084a0ab_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8f02a07e0928906a1c075fc3510f3750c679361bb9e0fc7504610eb2b230a092_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9b174760063eedf3197e5664994fdc21f85cbc3be8bd1329142fb9e88103b717_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:e97049e759fd58cb6a2c8dc5b78df8dab7139f8868b1461a3946cf187b824f55_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:17b700ef898288bc081220792a7a95f4f1852338d3d08dff19ea02cc9d957239_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:675083e881008c57ea9fe8e73db8034a66a3f439c6fc1862db09503f311caef8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b94730e4b9e9de7c0a99431f90b42a5368aa0da03869eb8a71dfc92dce27ba7c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c5c12b41cdbcc18c98ec1632a0c9aec007a9672a742fcfe89a5b104160feb698_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2c51c07f11fa78b44eb528339da6291d1c660451a0c9774ad7bf8d8ea7744ee3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4d7e15ae24207bd06663f5c9d55564e220bef28ef150f62d2e9622f569490acf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5a51836c3306ed97366bc3c8f24a8f9e880628d1feb98854eb5dd10800bfae83_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8231352f700a733b13de64913738e0de1b89be5046736077f7300c21fb778aa2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:121025c1dfa4bb1138150adc737d7cf12e69ce21f10690ad8d740c1c1f2dde4b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c02ec1e4b586a812cddae6ea43cf42a6b9742d062fc12c18c2414bc48b5b96e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4c94c8afa17ce2348d6198c2914e9257ac9510455c521f6539ab17877b6fd974_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:70c7beb1cdbcba3eb4fb83fafaf740145b81d510ef56d5ac59ea4bbbfbfebc00_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:83efb138b8bd5084f7dbeb8a59fe1ecc2680a20d5853b7a15f47e1f87929fd9e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:bd63fc568a9ceddc67809e2271de8ef4d57ac8af283861a601547a6b9da2dda2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d0d429e4a3a0a9f015725dd965d4317e67c72b3fd846ef4b04c20ada4d067eef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ecc47300fa59bdd3970f0baf030a75e1fe5862d2470756cf32c389b1eb89152a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:53bfb1dd8b4f99a0252bfdad2c65960877a4e722f5ae88591eb87d6800d1d98c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:64fcb6ccdaa30c4e06cc91a40273c6be01958ca2c048bd39d8a87e8c09fa7d55_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:bd7e96fa5e3db517c91323142b8258555f04d93dc0f164b6e83249dc0cd1b416_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e5d77db3010b3e1d31e14a0bafb1a5e5ca62dc03b7b0bd2097b198f6be6ee442_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:0488437dcc9ca866c5b96278686ea20b5732f8e8038af90889fadcf90f1082fc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d1bd0363eb8c21c0123522b814b140a7595a459c7c286220b4b6fb0b9886a115_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e45c7964c5a89fbb1a8c6da3a905e2caacbbf8c433b0d56d1b260bba151b3e93_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f52e1ea0175eb2af0a63311dc0b8acc1771c53a7668108d7bb7abf2b814e37e5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0043c8e63c3bcf98e33fda7e5f532143b4c8fdbce690606bf469e932d8552062_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:465c03f230a374b6885874b775473275fe8866f61856fb71a8e2bfc37b712ea2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:c730b4b9a52549bb6204deba37e28ee3946758bc86f27c1b886188ba0f164fc7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f50ed1d01f799f00ce20f210b95774f2dffe7137757ecf86544c71a9f621f402_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:56015af081c97939fa71d978d511ecc0e93ea6ea89640ae846645121531a4a86_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:82a97e06294f2bbad05dd72f91d692449eb4094ce1edda7d651e2f1833018faf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8faf68e17b482f07fd1a4ae8ef292fd44fe9de5369d5129c3945acb56b5c2f0c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ae7b169bcaae3569a946c84d88d0ca7b42b530b475c4afc4096d5db36aff9c52_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:02335c6538b4fb15d9d4e2a831b9810db42f8b8fdd75cc6237534356cd1b68e4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:84a9daad04b0ef97a77e258c1b490c9a9c1ca502079513184e43145467eb1169_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:85c84e6100ea0c4d783b44a085cdda8be9b580b073ab7b191a70ad3c14641f9c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eef5b8e84cce56cf085ed8f8a2ca544505242606d44691b6d0beced7c942bf9c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:148d9d31314b0ca3dd2667aadf51d9a65cc88cd872d21d29e4c85fe25cbf6410_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:87bd671167583b8f46388c7e5853509fc9c20439c1b5f57544117fc9e1b1b5b1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:dacaed2c85c23db8c8bf2b754b958ac8990a0b0e917e4885b39ed62d08061fb6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ec4ca8db357714672338a773cdfac91101641ac1ea56905a5dba39d13e8c96e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:1e01dcb349b9e3afa77e9c217b2f20dd7c9c98f7b00be3852166c7d676dc1c58_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7a453727eb7aad288301bdce304da23202950098592114e1c56e893828b7cb2a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7e9f67b6e1c87741c5d56a3e95af004dcfb6d6c9cb4267b0ad4dd1aec7e9cb1a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d9f12bee214359955f20c9b4c0218febc8868cd47405b362dcc6ab05dfa573d4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:36d864188a182dab0197f06376c993fd661689e516dfec4c25f9064eef6db0a2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:38481cddbac83c19b28845b99fec4f4d16d46aca014ab18653c5e7fd42d7dc9e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6c5798afafe96f9c1de300cd8b709030655d1c92d03394b069b3f4100a0a4334_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dc248c02585e41245eb8e16fea646a6f1013f5257f5152dab0fd4634073fe15d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:142deb80cb8918201dfc20e0e86c5a70e704eb589681db3e019d0eed0a8bbf1b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ff7c22adb1ce27c0944f94a4994940aa6af3c4db60cf184d0865753e0c18ddcf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:09664db13d4f9022495031effd53a137ebbddc0e61fec151a26e565a02a5bf40_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:9b480de86de7566594ff61c147bcf0a6e8d5f2ac52ca37a2ecc32909e02850c3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:177b77bf798f3ae19e2b67467ec324e2352c47a2fa4f803c852cb7d5514a2b80_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5587380364defb07d81f5bb93851d7d726780e03f561cc5c4010d6cc4e237079_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:503c53ef4cda2a77d57eb611638334ecfbbe08f384e01084a0f2004aceccfd5b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:ccdfd936b1e904b115efeef06cfb3c1b13ec6fdf123cf87c9ad477ab47ea4d04_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:1f7ad22165ad761cdd5fbb7f037ad342f7b9a6f017b80ebc9775edd9bf7388d4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3ddfa7f1a01b1dbf4d2e999da0d536b8f3600e0143dde47fed1f6f2caf15a7bb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9aa910f86e4c953069c3e45f3c2db9702a8cafe753fdbed42e4c23f4837660ea_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a2751c4e48572281043cc6468aa40d2b3a8a1eef5897cef386876fc08de5d791_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:00fa00533e4616bc63471ba4e127f163a2ce06bd8546dc3fcaf2465c6c511ef1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:65d4474ec56e4cae8542f01d54006ee1ccf15c8a467dd7f784f1df806507296a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b1410e826283f79823ba6cdb76d666aed69449a847936c6c634593f31c9795b1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f3e84cda9ee1fae57794b0c60a7b32373d8a95546116ddb326751e9df0d1706d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:059c0bb97591ea1d95bc42274c6748438e32ef113039c603cbf8171ba3dcd1a8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8ff741a30a8c2059c8702290104db1f897853515bea3d054f5456a0faacd3e33_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a523a7ac9b9119290e3f27ee0b0c7a5d3cc1d8f35ed4e7aadcd6968dba6c593c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:db230edf37a3285f5566a6f82b660ff3394caa80c95276bc3992a3f45a18a59e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0dfe21d1f2ae4ad05af6aa896c0bd09417c03d2fa2e37a1cd3c7afe9d9f506b1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ae88b0138b8b945b1ad071a5ac660e6479f3e2c1ec261d80a4d7d862e94df269_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cece82ea1f03a889d37a2e4e1d81eca34a73857630b9874d05264c12ccfde18e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:e518e75c0ec848497d5dbbbea1505cd3fa96387be78d326f44094d341d1aeb69_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:4b9f7900c251da09ceb0c5e36e87322030e6fffb41da15b022e52f26967214a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:6bcd28e8610dada7b5ec2b6e14aecd9daf0542ac8528b8a1c9bec9b5c22e6791_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b4e19a3b757309f5ba13e3762e2449003ab93a1d3a950df031d0c5f88b338461_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f3745f0a10aa35a13620960671ed4e2bace1c01f0440c1cf222aec37ebfcdd6e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:10a4a0d9d6cd4779461dc27ea5660513c80c4231267cd5d5cde84626a52d8d88_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:394f1ad167455a316ded12601110de58f0666917302eee8a2933932513aabd70_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a0dda1cfb8ce56f6632c7dfc15f2d7c5251a666f7ff34fd78f45a064ed9fe8d4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d04c463caf59ab32c381bf6c88b9a55ad9a4934dab8cf66b1c80f3743edf28e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:674045072f2c791146899dca69772cbd83d8ea11305e024f697b0ecb2ecbd9e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:80d008d72e748f6d1578f0583dcabb703ac8154853cffdfa6c332bf2db662da2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b6d9ea5fd88f25c46dfaa17deec8dec67f3241a4e52ffb5b598ef77af4437da9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e18f121c2a8578ab7a54b48347a671e8a1e315e85f894ef67b96161a490aca44_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1415356cad67eea021d0adef8b7f8ac8524035a4acc3ae7080f26f8f3f7cc959_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:2f7be9eb683b2d5c65aa64a28e11bae43475f5a828e8768d468bc24fa0bd4ec9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c0f27acad2634255d689355942e8c0d87f624c269eca0f11b1fe20b56b22294a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:dcad2bdd0764804f9dfad2a4f33eb2fc105ff8e4cc1d2ab31c58ef2903f7cea1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:02dae90a28e2afa83ab4b358378b616bad7c257b8f7d6cfa2830092b7d46fd18_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3e0b68fb323e91570216f90ae2c79cb4bd35149dd62c496c39ee8fb615b62888_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a6517f52e257eefc0602db5e43fd946de57db13299d5077b1bdf872754253cb7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d6c465af092548962fe617a677d3398c6164c398602d7575ec09533d9654f254_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3a9586b7d44c57c683256faa5d9655285105844c74f728e4558c6295f73a3aad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5dbdf857d018b118ca8bae8eb52b2e117348804dae51da324225ac9d9a0bb141_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:7dd0655af57c7f8d2aed0f88a4b02ff21d849bf9c8cce7fbf02aca7d322cdc12_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:abab20e995be8b61590ad7dfb8de0bbb7c7459ab5413987562332de2c9924924_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:6f1fb02560c0dc83cb7ebbfba67370896f2d3b21835311fe5af23a06f4a45142_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7a90eb33844a25785c95b0e7332991a373e0b70560f979e8e9d1554f9d021545_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:92ac319d44a3a3d8e68f29488cd75e71b42dbc98b5898f662131f8576178152b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b8c7d5e513d5205014f53f22fddd4ab5c54e62e62e5813459ea68afd789518d0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:788b2252987b1992fc9c5d855198aa50a67048cc4d0a1e28240953e5c1d9528b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7a2a0066a38f2e52be47a1fec5c9a1ec458550d7ee6ca1232579b3fc98b7e9e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:939c609d5422bb4be66f482815c70b170d51ad2ea9bb0675a969bdaeff35e730_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a260d94b14808490a417d828423550eddd7b865035b631e9fcbb108d8eec6873_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:9f38e40a381edde4d367a6baf50d6159bab76aa34f7f932929a118960eb1b16c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:bec3f4da4ad493e8e34e5e1245338929dc916772222817e094fc0cb7c6370b88_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0816f94cceb27f34725d9c3f041003d61b9730a3c602b48b70782cf5b3887818_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:3d106f2995d5dd270eec34df31ac33f4a09dac0bd79bcd2031e9bdc35f20878a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:2c50f45d634218d512ed37008e62bf2718cc4275a9d944c845eb29bb19d0e700_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:429368ffc93f60dcb14116dd4a448f7688fabeb9a499b4b7c9c77018f4a31c3c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:48105c86a370a0ffd2c536e5ba75ea80fa94b09f2cfdf645a9fbbb62bdd1654c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8b9490cd4a69fece37aac8ced57235afc04a3389e16234c3a3f1d9a4f8a6d34b_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2388449"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in helm.sh/helm/v3. A maliciously crafted JSON Schema file can trigger excessive memory consumption during Helm Chart validation, leading to an out-of-memory (OOM) termination. A remote attacker, requiring user interaction to provide the crafted file, can trigger this condition. This issue results in an application level denial of service affecting the Helm process.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "helm.sh/helm/v3: Helm Chart JSON Schema 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 Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:33afbf29add637cae8478b8e0ef6b3b465e4ee53b000467ec34fb1f3a04615af_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8056eca30416b0b93270f6c92d0fdbe4f1cfbbd6258e27a746cc379a86b6b8cd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a06dfb4e75cc6b0edd836cd59035095135503f35a7cbc710ed7b0e447fe256f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a820784083ee32f544efc474c7ded798916d1f077ddb9c3f4461de48747f4c73_s390x"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:021a57a7ea58117b5942b474f8899924fe7ff170b234aaa301f86ff465726ce7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:37283f08df56189fd19f7052523f5eda5a5eba0096c32fc3926eda3bc9398a8c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:459032d57026d4dbb2af370f796c28a69e2e30389a84cdab0e43de4435d980a2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:82ebaab991c00d42430890eed6322e9d060c3b4581ad563383a7d13172de4c08_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:244a4dfcd32e2a6bed90fd5e452b63822af9eb60375b9ac45c1864c2fccaf765_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4eda87164b71e7c6fd8b5a39ea77bb1bbf138f43d5732c08e314369b18e2509b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d2d6b9b7d7cb72703bda76e6814e5714b101faa03b14f55507b82dddce6fa09a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:f5f2d566546e640f59746e3616b98dab55eacdd33ea04b7cff887da6cafbe380_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:21cd6ff9f8ff53d747746f2d772344a8a9be9bd4582d641a0d6814da81e42dc7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c16a9db40d92bd605eb9843f2fb30f793e9f807e924a98f58bdfe9e8ff5598fe_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f7eaa545a5719eea518c0d48a5010a9e729ca7657f95712b86bd091c6906ed9d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fbad6ec51decaf69511274952af912054493d07f8de4aeb044b0728e015e331b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4b6ce9a91e0408d0869e2d64ccfba93b8b0587c8c4514c024093e47d520b7b13_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5bab5f51374c260e261af4d094d6d834011bb00d20269e5f87c670ab2e5fc50f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:b046acdbaee02a88bc76e80217864aa8a933b4c624abf504bf40b3b5700a3ddf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:da7ec98aeffdf151279fbfd2d45163722323094e790ab1e5b14e3a75bebf7ba2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1320fee14f620ff211195e536a81bf80c41140d10d8493dca37f484b4803e1a2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:69849de1ca4d23c9faf12777ff7f26deb7eaf3026725512e29e7cfbfcb5e30dd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7ae48499c990a9bb0ccfd436de6e4586ba27e9fd4036b4efe76299aafc4520e0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:bdb7981f8aadb7c27bdc448ce4baed28ddd8d08ae1a83af66255bc70d3b87d63_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:06477b1ed6e12b1088fa198f1158cedd852d51773f75622a652220d147aad66d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:73cd8858eb6e706064aa3fb5b397696ad2a8d264ed9380ceeb8d8d89afa96914_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:95a5dd3ee93857d9e65d57257e2864774e0f1aa15d14c62765dd110807a7e983_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bf017210bb8bfbefa027c830656e83b3db86e940e5ef1f62e67fdc84545cd118_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:04441c2a5c244d0a76052a2e071d994d81415da2cbf49cdd74d3b64fae89fea4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:50caa5c63088b2cd98d85bf793eed760beae31c73d8cccc60f3c82f7e4a436f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5d302fd1e0d562fd3074aea7fda53b46878dd5c27f53b4086f43e0b60c69cd92_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c1ec441285a07891350ef5b92dfe8cdef23f963d39ee86b7c2eaa0f29deced63_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:29924ddf95c884e61e24bc38d457d4bb997c5a03789459ef7565f2350c778e44_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:865ec06e1488b9c81e370e48824dcd003c617f45198943118f99889c9a23ae5b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9c28ccab17d26b72d9ae5d65f7a1ea11bbbd2cd39076f517e6655b9a35a277b9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f2a4bddcbf9cd3c04f90623faceceb3f3633ebea89954ddd26dadad9b6f9cc1a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:0f34558006e45eb8ad74dfad87ee15c34e2d5bce5f192fb00290ba8f6b2e06a6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:a0104045a7c163322387f621af644a79ba8b3e2d44bfa4094db15fad792e7825_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:b83a1577d6d15ea51ba7417aadaf190944d02a36e1067ff9973b9b0e59f207b2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:bfeca6b1d120f47ef42ace529f8663c90e420a3d1067891268e0fbbcd0c8fd3b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:09fb74bc16d6152ee950f1e2e01a72244e43c030205e6878577ae8a288f229dd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:933bdee9a720806a6c7537ed79ad75e25ae64144eb7e738942c36b2a72427c51_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a882578ad9240c994b4f21955809f6d332965cde3686fd2da1c4bc1bd89181f5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:eb823609e74431800e5bd7fd2399e11d17ea8cf0a16a578b70f1447aadbfe8d6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1a4a79d38290e993721e5a239acdc973fd395188d4b47ef664716249561f9b9a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1ab570c571e5291796e3eccbc336775207aced63674920c7416c67fdcdda5ef1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:46f5577da7e69caa3c941ead5de0ce8e373a77348df4c9dda922319a47533af0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:dfb1568b260cebf47b31b5bc5b956dd573ef5e10f5c04bc7951d4aefba1e1c29_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6405c266dbbd8b035f0fdec36d4663fdc2e3981899fec3828e7bcac0094f981c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a0ce68bd8e54f1975c89b6739bc6d94e9ad8214df431d1c41907866dab1cd9f6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:bdac9d54f25066cf36bac0fe90d1df7d89fb91d49ac68c09db1cf14862c91b43_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d8254c11772cacaf25e2a1b24b41a7694b530246cb980ce80caa5298acc71c31_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1b5aa2a8fa69661df2b4cef49e2a8e25e20ecba84ca80d5c671d8cdc73e7e31d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:54c656c9b7ff7f7d9412253dcb0c4484233f4cbe77512b63e69ba1532a4a41d5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a2d16879e07bae5f6eddbb5615c313001ffc4b74e91849ee9c2496bbb5996616_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e37862fed49b426c4344fa755c3442dfe134922b3b5a3c80c4bf4abaea7e6563_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:04e4334b0ce10eb5402543501944e72b9230c79f470f5976f8e5bcd5a18cd28e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:34a11ddd5af5a8d2331804ab76c6319587bcab73bbafc10b6f710260e5ace5ec_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:86ff72407e38fffd121bee52ed9e1229213f5db18cf1324a08296597aaf494b4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:edd7568d61e33652709d4bca937a801a4eb6a0f134ec7866eae3da1f19a01400_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:44623a58b3a052f8cf871befe578ff1419b5a36c9f61849bdf58a15148c3f65b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:78ba410665c68a41a5adbd8422a349de2274be894328ce523364f1ec2a71be01_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:823e1e9e7e7743538180596210828b19b6e3c8f435a7c792be5b945be76d9956_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:eee0084caae19613373c30ac9d2f25de2c202dc83cb6b3077baeab3b2ca89c26_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:17d193d080ae253f4e43ab259c28fd84f5f738967fe2ad4b6528fd42dedb86e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:36ed0be4ed17c503bb07435b198cbd5e255660bb1e72ce49db7ccbcb3ce92a23_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7c1aa77f92efcbd6fdea6120c75e2cb19985aaa2cc48e2d4d3d4ecb87df0d277_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:d6dac5da24656ce0a1494234b06783b5e4ef052c0d283e66f881c21d1766c51a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:380b5a968a30fa54a963bacfc37767a01f6067b6290fd2d877d6b1943a7738a1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:6d1570e8f771ef561c5ddca5410cb86dbc94943cb23b6f96fb2dbe5b9a2f1823_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:7a9f65149b802b3c2ac4d2a96bf53c1dd6eedf8c5fe921783962197bbce94207_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:a99a994a160375e89550347eed1631bb0d12bb4dccf7ed49119935520b744235_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:22b6a40bf066153e072a2d22e48032b91a7f70e2de0d38b2bc5665b72f5635ca_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:499dba655c620472ffee2c73f5f6c53599dcaa8755af1ddf60388702041c6cfa_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:9f82e685ce4849aacbc315249403939d8e9fa55ca297ec0d829d445a3133ed9b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b11b0fd3272461cb95d4f3c79c5c1138770085b461fb8c64c5f19f3f2276abf5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:06ef27c670aa46891c208f0a1ce5be98a92a321e81865484c17db725d6c48f6f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:50187fe1e5905226e869fe96d050d1fa6c91c0ca9f360456030514a0f3efa2a6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:828613cff0791cce90feb1abaf17c31f8a89e409f605d23ca79904feaafa8cc6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:889a2f9b69467f174deb05d9f57eccfd85e8f6e2ce2620a3e3b5c15019a108c3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:381cea76282031f4a018997a2ddcaf6222576807356d45ab3357b52a30f6bb3c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:604bace7f2173c964ecf1b54fe70fc08abbb7a39fcefd21af752c7a12f6f5a31_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7acae5b318d8162c7da445ecc28ed374eb1db0a92e3e6136f1a3d6a82bd75495_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:df00671b04cef1d122484a876880dbf4cc250c63730537fef7e1651b58f9a9dd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7246c15cef44f3945840162c1dab72daf8c0c4999345aa6ba148dd34597f4ea1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c7fa305a0d4a592411905c2f44a8218e25caa39e293ba68e1c84458683c93979_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ccf25a1cbb0c79753f4049cc37fafb77d0f8dbdd896e4cad7e9674877dc84589_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e1ff850187bfcc5e53338ee32678873692eb81a7bc72c5d3a928722571d312df_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:bda6a57c2ad84239536aec6a20a9c37fbfc7aa13c994647427936bf0b3b3361c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:49da4e953f3ab4d734c88b4371082bd9c6fbefd00875d8c3f0f8e58f060b6a25_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95c4abf5e354b5a324515cf6e69195ad3576383386665683d4bb8f349e558416_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bbc0c1a5769338492d873bdb15757525f69e250f5a4320d36f249fc35d57d356_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bf5e48b3778e040c4ebb1a8b0bd2aca2e7814720fa400115ceed9e1745f3e2fa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:2b26daa64e5d4151cb1cb91cf459afa93b2bdabd2b9d5d28585bec72484c0e63_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c2d77eab011a8025098e1254c384f83af4f7e0d3ba9e6d2772eda689e644b036_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cdf9f5f665881fa0c5a2f3c98e4c99673dbe8a92cdcbbe6b80e9dce09f59a8dc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ef4521604c721bd0ae8a4b822ac9584d3c7c8a80c5ecfe263da6ff9500d95ba5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:29a5ed8364575efa8d539b05c002e8b82cc57350d4c015303b4fc46b06903eda_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3751262aca1a347b013648e64294520615e447cb875b1e7c04535c9c5e843ccf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:5bdc6dd4698facc8189308328f6fc62ad7f4a3a5bf8c8a5775fe6e966eb44eeb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:e4aa456e8c865f66105e9f1828b455bf09d80960759209703df345a559b36608_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:74cc690a06a3f7ede74550b2416957a6318136ec7b703de33588122e7222eac0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ad7055ad351c0c24582721dcbf7f422b6a31290104530458e456bddd1a637938_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:54ff1a36ba796e5b88ae421a3836220f5774f0694cd49da8aff5f8c1efaac958_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ff8879335cb7031227028d3bbd5ae3c882c721871a28a42216fdf94885cc48f0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:4bffd0baad38d0ea6f54efb82701a6530eae707565fee41e2e65682a990267b8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:6381f7fc63ba688a5514eeef31d629e8e6cf01d6910f29f7dd38cc48a49f392b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:6792be8aa7640d171ee8102e5315ee2cb5e51af62f7f9ebdfbb0b54e89e35cbf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:e168e04989169bf67e16af77f602c8d762b1ef424f4abc92ad8ef8a135d6fe69_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b9e9f7cb5894890829532f10dda00d008bc5745b999b76daa26b5667e00e0b87_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:f8ab11c42ded9679807701a6c9564ff67b13ba875e28cdbb7663d9382f8e194c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:203f1d7c4feca08547dfa923507640370e669f83029fcd373e4e93461cce9421_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:8b16e6a9162b06a6565a48f4b05f3a1681f9f6349278d4f44d93ebe60d96c566_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:ef131d257bfc318cd0071ea2867d209fd8088da69e92fd3d07bce2b86d4eb2f4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fd5a0222754643780d37e10af8b077bf257b5b4be2abfd2393f0423a4fd4b291_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1f910938470138dfb6656b608393e46eb5c59d76edcca34b8bbc7148f2479061_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:71ce3309765f3dea75ed45541065b35f0aeb697d59b013294775e84b780f361a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:313d893f24ad6f2f8c7881f418b9a5e9c499674052a97434372d1d079411ffc2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:93bef2950591dfbc736a80f6a92659b6868991040450c5cc415d32e225177512_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:9487390a62cbea3de31fcfa46d05ff56a9d088426101b056254d0a3dddd6631c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:d4cd54fcdc26243209c918dbb1dc54e940965cd12cb6d05259c0ed45e3755516_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:2f9449039570a38ef4191b3717a9597219919ffaff87b645f06c4daec74a3cbc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:5d72d27d9247c2a9ae05a1e496eea2c264df19be8a566147cf5cdf378d82ac4b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:2b1553659b6cb1a4fc9e75dca05c4117d98894a5ec55a650fb60a2062cf1b79b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:35d963f072ba8d1d78380c48815bd2d06dff7f1917e493ca64a37d319988e6a6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:42870b8a98ae271ad0f0b23ad541bc37a9585e93dc6822f149a0bcf53c78036d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d797ecf477151c6821be3fb5e18dfa8f8df04233fa9f7da7b554da9eb38f0058_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:27d55172feba74eb9712fdb42300721acfa72e5d3739feac7c4353f8a36b4b38_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:5bba9f8444a0daf6194a6eda5d1b027781717446435ae4249a558a31fe17e06e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a8840079bf9bf05cf2f9c4a7f38bb45b09baee82128d12df604007278fbdb198_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:effc3a9f6c7bb400163dbda690d84d9ef4d40736105a2594209efa8c0c5dc80b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:3b6acf7cf4c49d979d30049d80bd265e7e8f17331648008bb4f9033822ed0a41_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5b377378d275c0a152365c6dcfa6e5f51a30de20210991ad8a4b5c45654cf022_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:855e978f66e69d149f00f5cdea64c68b677a1f2e9e1c28f3f67846bd5497ea9a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9bbfc2d46e0e771ef7bf390e121f26b0dede58ac0ab6cc04e7592469a78ae5c8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:101533b9ac484f5e8c3f1d95b742f3596fdf42d6a706aeca5712648ca50e8ce2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:2918100b369a980a69fdd9d0bc0fc7c898bcdde23f8ac8c9a8a22066f2b1d87d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4f2d8d750ce5932589e4c3b10579f00da60407a89be1976f3b54184c997650ab_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e7b4095c367aa9811dba1e43cda61f60b54b9536d9900990e7e6eac745ec7ac9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1bb758a596fc11988a09a696981630bd00a73dca7c4ed52799f722ef87db6a91_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:50aa9b6ba005c3f004568e82cc73eb56ba6342720626f9a35eca618fd1ac9cc7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:982fa1221449a4e78c06e6a13b7ee325b8951a8a04d0014939dc49b13c6ab79d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f055755224db92970aa09e26ab84f8f8c3a67c2c8cd442eb4e7764e3474d4613_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:719c8857fcfce93887b77a94974d418e3bf19befe0ed25c5974bfc7ed53814bd_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:90f04dac670c4d0c505cf8f96d020c9e3f4c0747b91dc2a2531db407ffdcfbd7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a921b1d40f1ebac4edf1d6bbe26fd7e39329776044e17d7f2409b20792acc271_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:db281fb5bc3ccd949d2156d7eafe5691ecc317c3e690f9987436d8b4317e6ec0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0a68822ea4fb06b74890aebdb694cbba827a5c1b9519b5a4d2086a867464fa2b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:38a4de43972a5ae5404ebc5862329c0b59ee5a6c72b5e3fa8be3171ad65ec713_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:dc970cb4ede420e1d131a6146d256269ca6fb34b633c17315e6b202723765bd7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f47d18b4634f6f675e50f165a805f33970a038843dd48fe8a02b3924fa70e8f9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:6731876f6a37e6e26e079b4d8901f7bdcdcb6f34f8f27c850ec813ca5b3a9543_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bfebb3f4a3a9476c2307fafdc5ec3fe7586c51dde9c5448fde7d34e37e2f45af_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c6b9b4bd2d7210a42dda555d8375807bec66a4f8693fdf256042b49b3f0130c6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:eab2bb53112191763cd944b3b13cf750ea9390b56d7d14d312183ffe56d0a394_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:3ca197c0d720c1314db2f36fdd4f1fd81f0b729829f27b39508f0a6e7ecf7bab_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:475e121c7d6f480d7d2545252a7b59510a66cfb609f586bb587595ccfa3b71d6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6cedc3acc4032d410aa6c0142de17e62461401a772a09c795371238dc00fe91b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ce34f62e6953d64b6566905934afc4a1f5911ec68483f5ceecb59d187e37a955_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:2037952b4938add2200b79534d571adffd95bb0c6ce04e7ea4a6c0ad85389771_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:698f43ebb93c00ee0a916be218a7819d0a402e32c12724afc51f2323c26d541b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c247cff3341da9969055ddef313806cda81c2dac492ce683d4abcd5ceb5a9bc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f12ba7fce7d3a13280d4bfe412b9b54ca22baa52b90be0fd7825ac719f1de068_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0d06e661c793f5524b749bff4124ebcc17b7acff1b57a672064c072dd7b0390d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:484c08c7c512dfb681137cbf0cdd45f42ed4181a690076f6dc6920724687655f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8a100494af630b1dd1ac3e0a7c75fba4853a1e7471a0b6eae2f7d6b7762beeee_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c9329187e9bde81fc4f0b4996c909fe4e9354e58fe353340600532153254e5b4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9143250b98cf0e2f2b3ec33bc25a856d0b2dd432d1994740e639bde2ed1deb29_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9a7f2845529ffd78d9193a8329bd1761b7723678b83e8d5362aaafa657c398eb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:c6ef91fb95bad775d172019ab1b5f9c275c2302f85f04c0504273be57eab1989_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e2becd018c34a7c29e770fa329cba4f1a371d4b089451365abb35acacedbcdfb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5279e457358edeae97e136d8067f05d60b4b806c92e687bbd11afecda4840eda_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5d76a917f9cea787b11ab23bed912261cad050e397769c94c1b70cac389c48b0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:88237cdb1714ed0759ff8c96466010145ff8cfd60a7dd3debec25e3a2b33200e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ff62706a4904af960c4989c87712d896b34265fcaf21ecc9500daecd03561b38_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:15ddf484307e3bc53f165873cf04ea008f4f5720effb19e3ca1aeabd9fae64e3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:28a6a3b04348c6191f58b9b0a700acc995d5fbcee3cdf1af5e34dfb0a15918fc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4933a9cb0be09725767981638b9139867cad6a26a228701ec034d45c3f7da4de_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4b571bca7d279192d7095a9d157cdf40f553543b6a39658919bc5920445d1177_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0f18441bd2e164906e7bad119d70b8f5b9b47c1596d58b6d812ee1e2f4b6c0e5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:77df277ba08b5a6efaf78b4ec5e59a7aca2569e00e7644d27e1d2653d80d150b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:afee031de2fff6cb0e07995b5f6c4ac83ab4cf3b83f23a3931a4d7e15a512c1e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:cc8b86ad3d080ab5dedb159dfca744ce669341a2491e5a0bab4f59e3dae9ed7e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4a76171907bffd3a94e149dfabb6170331e2fc0a30f3ea7b8eba1cbe68e1fa80_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:62f935bfe570ea83e376ea84589bffcf0b99d30eef620adc813f72501d982705_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:75a992b3a14138492b585b3500a6b6f565c912b193834fa562c990bee8115e90_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:9fa46e30f86fbaa943f136733680d0e8a668df1e04d1bcb71160b8bb795a2df0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:58b7b6502847bba5230e65e90a10350d8cdfd331f5656425dd2f310e3fc89cb5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:5989d793b9236bdd9dcc1df6d4687a6e0222590453a5e4e31be75d0414c28056_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7e5383d64b25edf87578b2cf05de47d46fdd2fb6f1f4db5146ead38c887f36a3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b5b9266258ab925a7dfd33b86043873af4c0799fc52befbc476f875dc44b810d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:100d472991b3969275774576b60f5ccffacabcf89eb52efbb744aa441cfcce99_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:9a6fe277560deb4c1c2f91a1d56678c5956bc9ba958b859eaacd371f8ca753f4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a2d2bb9ceaaf23ff8430662ff6b267cb36848b2cf311bddcdaae8e33e8736306_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f71926ca5053134743dc906e1c5bbf2fd148acf50e44916a936f3a8e98494a04_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2dbbc016c4e06676f796ec4cd51e68c11c96bcdc41de8dd37c82c3c5c0825cc4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:444b74ea4a7a8a664746757e4417aa7e0fb33fed32a4755d300e14a49afba481_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a330cd288cfbb99db498c3a7e7211eaddc4cc5e39b6343fc6589b958c6ac44ae_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cef4f16962b3d71927c90e2573873495563e3144b6e3e814acf5a220f1b27193_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4d6edfa2e5e9d6964a5b9483989f491cb5019ebe9af55116591b321b499bd12d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:62e2bae1dd93787bebcb5f1b58499693f4c6fd620edb3254b776494d2b5a55a8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a514202264b03a6c80a02e3cfafb7c6a86482449613b5ec0052d1040587fd088_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ae40b5055051c07b225c15723da95953a6a7d2dc6dfec8d0469d6f857c8424d2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3882b19d141998fdfd1197856ec7826be00034d72633396be628002953fc94a7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:39282efac8310ed389b4acc4ff3aabd6367800953c1e8fecbf17926306d1f419_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8df02a6889e22a9763b5c0e7b6934824f682f4683f2085f82dda54de427ba28d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:fd15b8944403c78ee3c0fcbe08aa5ecfcb7b10c14fe5f1a20ba4873295879c8a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:011ac49df806c01b3f64fab0b3d79355b2685c8fc0316653f34359b451ef2ba5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5929d673c5a6a568c88e13586278da184ebda4c9c5a9a4a1f9154ad0e66340ad_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d113138d214fab52ec3422cd3affe8d3694a1ec30b85778acfa8b114ebffdddb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d91c11d262c19c1f020e9b53da07db82b6d68533f4e697ecff6c722781b4a4ba_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:5865f0a925e725309c27dc1d71d0dc999cb01b4fbde764ba8def1524f978c0f1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:bdbbbd728c482c0c5b5e87af470856aff0c8264d3f490c8ae9d987f21d5bac60_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c1230c3643979aff1e615e1de9bcbc758c31f7508b9a3b25fd2eb323eb6b2490_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c7649d6adc16287d38318b6a50107dc1d3aee2e842a19e09822fb86fac31df15_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:70687b2657e8f1cbbff110582b55f3104d0c7f47a44ca1185a7f67e421d76a17_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bda8d910934ae595f8a53675c74094693de8e0a929fc7c52458b2a9f7cd0b4a6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dff9eb529ea868114b0f46c60f4014b429ce115b0ce949e6855fe29d9270354a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e56bb2c28d7ddd2dbac95451cc16d547718b651532ec69c85e8f0fcf5785d002_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1670745d88d0d92a262ab445f81956e894ae5e9b23d490fab96860957c028771_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5cf3f4d1346c07a4e065dad2df083934591b45c714f503b5b617d470e87f1db7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7adc722fdef132557c191e026fdac56278584f6e49f3902179fc443d87a4165d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ff467f13cb09556eb490743f878422fa2493b8bca683b8759d7926e8af97dace_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4030ffce9d00de08b95d660595f0f67b2b83756ced6c6439da14d36b0b923729_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4baea4cfb5bc4a7974f90c3bfbb25e23865b659fd078ec45b4c36ec0d11b78f3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:829d8937eb34548f09b89de6dd5a236ae58d6f74501f44c929538c281a8be920_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a7fc85a92b1d5f7f79d8a8a63e6d9bb4dfc66383ff175fbd956deb1de3127fdb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:78adc3f034871d6d77793932d11b1e5f4b2ff3e1cff0385b44811210a3c84dc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b836e8f7b31ba9c107a08e3be1cc27e73afa4045210d7fccc817c6058671aa67_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:cb550213a7e8671953d5b880c0b651a566be475a3ca0f5b442a2fa9b0bfeeb1d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f727aa55c29332a39fb4e74013b9cc96ea5b32c9cfbb7cbcd79c7031d1a6f44f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4b1f00007dc39d345013c99c38163e0adc112e5eb81fdf41e1acaa1e0064d7f0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6ae9a652c5693c55ceb3ed91fbac054d887142b0f55882c776e42ba20d1dbdcb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7ae4ffe7112d35231314490c8d02c6f0947b54c240ace11a87c07dad44d5be4c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:934380eb6ae83360d1e11f709c58d18c2e69e04b3246a02846f26f9879ca1edc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5580313395048ffe3d874dec574f7f1f1f21cb84831945de53a80856b4e945df_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9bc152718354bb245a765da17d12d0477cbd15d7eda5a86b8c5b1330287fec4c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c00d2c84a5f8c5f1c674d43eddacbbac05782b81ab98cff83b606c35b46d18a5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d74ebc7fd5b30afecc3d9f61ee6c74b2c0f8519514c5614ddfbe9bbc68227509_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:84ca4259de3e923248f7d50c3adcea713871d3d2da66f172c25dd391d22a3bb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c6381254579086af7ec69a4e610680fe0e532a26f7ce202c72d047b89e0db642_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e0eefc7f55d25990d314c2ceb50afe70f7746e467ab7a409fa3d1b44708d9ffd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fed1fbc1295974647bcbad55e52b199c2d3d4307a3e53e4f8b1db135df9fd8f8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4bbddb6ff2f7429b2f5730d4a3f529b80784f8e42a0acc025e78713d703a2efd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:53a0ebb5fda619248605abeda530cf37fdb7ce99e7b7314cd5bcef2d8d8b7004_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5e37b117f72cf1001bea772e1302186d8f86c0980534b7f359179a5e6926c448_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6891d22800cc10bd8d773d471bc71c4db64460efab4b30202d42da1daf61a3fd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0d1bc6ef87ea978c23ca7189fdf17ad0f54a5f7709a75a25d82e7b84ffadf984_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:107f2fcd3f606044c570a980c176047870b304f3212df747995f6eb8a45749bb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6b6e5e25d50219a95d914df16c1c4e761d0bb45a9efd054572e54054f27a6f0a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:dd60fb26e79143000563578f9d72e3bb7cdde4b73dfdfc148b27942197d3be51_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:053d5fdef0973f6017991487843da7a64f8a346025cf46a7c575d6a4bab71d74_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:26318acd09b8263236b4d266c735aad015e3a4b61daafedf266ef1115968f536_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3ed5dce28d62c36a87ff35dead5806fd124a187e48051a0d2b550b209c9f6302_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e06c4933f2806bfab0f36ccdc159675e5fe2a6a084f98065787d304d5df3b7f8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:055b352bfb76de2eba0b9f0d1a6bca199c6e913e8e95879e991c5fd22095c677_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:16e31b5411f5f1924cbcf851f1b0463302a34c31c5c515220923f7a2050c18e8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5909f73afae46cf2ad00a9a6f1c38d38acc3ab00a0b97ca419110492d7bcab7d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dbfe981d5b05078eb1158624dfe2f0651cad81b92aafbc671cb6470b49bbb89f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3b166e5b5529c407c2f8e372414d043fc617965696c5a869fcadfde2d14d716d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d3f6483b465851cbb520810069a18136af80ccdf79fc1ea80ddb4687ce685aca_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d7d33c165c3d0cc0e4924e8c8d34bfbd1d72e2aea301e53e4b37b712e94c06e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:de5e8cdb75cc79630290f83ff179057d25bfc11d37816c57b6f66563eb3a2732_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:24abe1e6ee078487af8ee8bdd5dbc267c18882078a7987fbd63728dc2b65bb75_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:552d01e66c6b2fe59104b8a9f3e1e58fdcd7b4d4cd63db42883ceb119ec0ef25_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c00c3c5e7e106cd6527cec39e5c3fba990d1986bfdcb691b866db80d59e5f82_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bed1aeb4f58c045644650615230eaee03336daf78d9342022786c12f29da670d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3b213ee7154fd814e8a904c3a161bc16ca7419163e8132ccabab76821c33b310_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:721efd9cae7cd4b43c6bd498064a6c427fa32d0ba848f8b0bf7670afd662bb18_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8f5f0f56604ecf94768262496ba1e29073e87ec16aa8f434674b308bbd00678b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d78b1c13b0ef255bce1e19973bcbef04d40c517301959a7f23d23613a95c1db0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:650f0e2357f8d302f10ee0a628868f985c5a8c8a4e6af9e6793a9051b33205b9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d5a3ff1bae3686aff1781b5f5f9e1a7966962b88a1e84ab4eb62751aa835bb78_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:db30f78340370f9da03fdee73445b72160c35d83f44f708d3a62c9dc8e88bd46_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e88ead481c18a7b6de8ba7f609a1782e45e1ce85f2a158f259bbe68a9db261b5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:0bdbde169ecd68d82366f3d04f947f73715797fae5c3c4561e7bda5b5080dc3f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:1d45937273065c5cdeea502fa388172651fef5a607db33ea72c49f2a50b29b94_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a562490081e5dfc0fea7306931e2dab3fbfdf76cd83768b7a43ea556aebfe4f9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:dea6dd04d50bc97f9e61330140f61a7370e31e474c26b3526e18b0ae8ad56c41_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6ff785742b50af7f2a15c1dd6f38eb69e9a1a20cb4bd635aacc57a5557dd1b4d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:d0e6151117374aa602349bd1028175b94eea6f8386832df622d56715cbcb675d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e8fea02d42c9a9b8e9ad7642d9f08d705eb6e4b3e3681cbf6281c7b8b3244ca2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ecac534bb32ddc645101f6565521b08fde95cbf0eb2b9c6b896c83ba23e8b6bd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:55e0877d1949d009d71821f6779aa9ee90484fcccb820d53bf53b90f7d412636_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:775af20537e6f4c84985145f44ad1ae2d5530ae06859c2549d1d85a2e4ac54ff_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:a1b02b9608eadb4388dc13fb5ae55fc6ad64788f93186872c133a0ff1f5ab487_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b5d732e8d36668226255dbfeb389994104d83ef2be461079b66557bb20d799f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2e983c69ea6e29aca4f36596a0c697c2935dd1deb08a4d3546aaccb4e3d78ae1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4ae2494b702a6c7f68a65ea730f6df3253ffe78f2d178b0714fb6ec04cba5cc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b1133f78075f3364ab85142cf6c8457820e2e1f31a5b0750585ee1adc1285ba6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d41fc7e76000bc1b4016bf10e86fec44f551b127e17997fa4bb13420219fb3f1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:25acdc169b3860a10f46dea8b842626acc639aec950ca7a9339e96a2bf1ed7e1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:453bea2d5f94523a88f37acac9edd0a8d921bf79409a260386fa458cb18d13b7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a70ced1330a4e7a0a7b81bf6b19b3346ad5bb6e26398c7f0577994d48712b2ad_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c2a6ad45ab46c0238429cd0ab59bf169ff368bf68750a011f481208e56fa0268_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0ab4e11886c642fbcf7560f780abf9046b73dcfd7dc9cb0f086d9e62f87fb271_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1283ae9261afb1293b597a8da40611cdc1980b1e403de5d16669c5b7d2527dc7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:89ec13946e699f6589c3d235cb515b92ff48d1d5fae8e7892279b64d41b74511_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d08403f8114128e063826ee0cb3324bba9f027d7b2feeb6f7c826c9c4925579f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:2aa0baab0fca2bf6877260b871b3079ad96c37034e6f3d0a45cea4118cca230a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7f886a3942b81b3318e288602c88de802278bb77c5d11ba758f1d86f2f028abf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:940d02c46f06fa92818dffd1842010b652856e09cebdec33e0f0e1a1e9b1b5a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:cac82b041210a06cefe512e89c5755e972f6e125c69a0dae87e454e259a3c08c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:12466469754c88d41872c1a061c1eb4349cf565b5fb32db651f3639aff2df67c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:af5fca0ab8a1f5374caea5b38486cc97c2be9d884a55542faeaced44a4a7320b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ad60c87d6e05b51b5351d2490538c757547b43a679256052b600e3fe8e80a594_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:e8372026bbc873c38ffc2c7df35183727596993dde5663ec27a2c2fe401e04f1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:736b406850af746470b1bd5dbc61fc4b166133e9cb50aa528dc1210b2002d469_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a73525cbcab817d0472f544883106a359b9079eeb1d8628d8b0185e450662361_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:84664067a273cdadce55bb8531916e8d8edc7936bcc57bc2dd1ecf57adb08c06_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9a006a111625f85305fbf3dfcd9a62592357a6a282a1c8ea1edbc48b2ef7db05_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:adb84daa38497eef3d89a9b42fbb22fc04e94f708db4f1f02de21dbf099ef788_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:f81616fe8dcd6b63df308c58bc1b696f9b3c488ebdfe00d7985026b10d083de9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:07efac034de568e79f6ecf97f924fd5ce7104e9259d90747cc0fd3e0a7bf4116_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0bc9b2b997bdf9bd285382823ebb9806502664976c2dd7e7b0d111df7717e77d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:165fc1e58447c7bc9febc3ebc74f90096c6e48986789d4e66ff6443f1d30d024_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f516ff3ac172cc08e88f25a0531a3784ed212897dbe0b05e04dece7d62eb977a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0d455e21bddb7ecd4c5b8f077ea96f046ba3183d17e3755ae95f8cd112a81179_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3d291642757ab1bc56aa6bf8b31b383a1867b06fda7ec093daf361e3bb082624_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:91c0c9cf474e9dd3b7dfab43e3e651afcf950c183a51321a586d5e98e3b8dc82_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:ffcd35b620a75ac1d121b826b37ff71f5006684d9222c440785f06fdafef5531_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:56c2e0f91eb13a89c48ee5ebeaecfaf87dcef3f85bf7f7fab37e3cc6c9b2dd10_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:84e22659ec76ea69dd31d0c6bdb39b752d4e525e7425d3ad282c3ba5c16c19c9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a3669bd8567383f9e15755e7640b5af4e796ce1d6bec3b6f1139645b656f425d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:ac7eed19416dd31a76ce8139a4c1cc16f2201b1dbb1c884dbd20fc5a965b82a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:44020a87c575f01d876bcd559d0b37bcba2f5bb4337a4f0f40d65196a407910c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:7272870ff2a94fd3c026f3c3a4e985a2b2eb5c47dedebc00f2cc25a496ec3e90_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d5e64fad675db5b1a7fe03720a35eef4ef6497e49e928b7cb0a38ddd6fa9187a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f4d0e3f2751dad9fab70a9080102f7c0e82a784e516f993e1e84a8561c33204f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:174b142475167275c428eec2892e91ba557a1783a128749b9516911a366ef54e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:52fac1bee10c7847bcf6f7dc9f027764a183d462e46678b5b9aaac9611cfcec0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:874a6c39ad36a55efafc0b690d17aa4eba8df8f30831a5315a198e692e405592_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:af2f5f615c4e9da63b09f2b9f52ef632dc76793f51730ee67a96d5e99118d552_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0867d20104c147d58a3e119c8eccd725d2b5311bc563cb4030c18714e085c80c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:12bf752f4f8f0929752fee39067bab20d3af32f9d767e0eeed2cee9dc9cdf774_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3f0993acf410b536a4c2be24d23afedeaa6d4b02a8055100cddc37443a619cf3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d745b47be21fc6b98e8b1830c34e951271362105d32704cac1b1a796abddecc4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6c539e26ca346ca83a4c024a374f3874e858602b71794a1709b8a08356744b46_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:94e6571b95628469dd361c3ae5bf4bb88bdcf68636c0a7a6f007a19e32216514_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:978722d03bd0e1eb78e35c188516d960ed81c8b47a66e77ec7ea465634e44536_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f270599d2857493437426bb7ba58ecdeb0933b244b0b5e81d70be8f06c734c4c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:07f5c5ba5313539cdea53ec438fcc97c698df8284bba4ddfc6c7af4403873362_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b93c3b58e03d6fbfd8d73f6f0966ef5d616c0da0776f516ec826e4f5e0d4bf1f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f5aa864ac9d9a3e5c0a412e9bf6e22756f6232713e14fe4194f61b1a1c1ad52c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fa3603fc128be2cead70ffb3b0b0b5c9520f7826bd46863a86b1853e62a998f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:382e4343f73dba48761c24841e45aabdf84a7f4de996be6515d8ee7c3e728c78_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:840f25f86e1850623e2929597e072219c2119b08acee3b81e8c7aed1b92fcb64_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:8f9eddba528ca5e8cc40717ae9f30253c955be657f8475a1c4da66c257bd1729_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ac7a2fce2be014fdc4208e98abe50329d0af9b7f7af98fd27e611751a413b4e6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5ad568a42fb0d0f2b78702929b75ab8fbb41937a853b4344ca990776f48ff85c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:821c5edd5f5ea9fddd168482dc437c6eec19231d95854abfbf1bcb150cfe618a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8932f2fc5e81fd7165d50432ba8994896c9ac8b323d5cc798872c1770133eceb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:df49ea17391c34a0eadacecb37c7e00552af8aca3ebb648f28f3f805fb79495a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:58e02752411f5bc061c8dd98bc7dfeb17780ef24ba8c65e590e4d6c5213c267f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d1c95fad91fbfc41da5d6871fb0a3c07d20652b5fce3f010505afe0d24c1977a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d6bfcd46424e1719490ce37bff728ea278eaf589e052a90b3fb30a9110aaa298_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ef555584c97654b76391f8e4d31bf0200fa82222b3197ef928f306c8d70f4881_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:520b43e0497fde1deef41e5f9e51448fde032769f433980802097e1e4216fb6e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:de2a25058c3aaa6f98e80870aca51d8bfd16354eb2da93e7498fc804825babb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:fba545c7b9accb5be03b9bf1931c086a8da8592e3ddc9b5a9ad6d798229314b9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:12645a5f47e54e3bf3f0b0863c44b938be5c42b22f695faf62c8d918cddb03ac_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:529d46e40fd5f6de98cb72dd8704068e3b9baf4d3bdf91feb9c19139bd74c652_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:701028c843123a3e4250731e216eceb647411ce685517383b9a62b5af21c10b0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1b7392f3cadb8ca07f10d5681fa33f6dfe61f895e4a8a1874bdd5aab3543f67d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:693c125a5f2f67364d8bdc1a5e7abe959dd46898e7f46d5b3756746cf598e135_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:93f4a34af9c198e4baa449f7ce0e1e0936358afc725eafc3b8118df3d92d2b44_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:0e4dde634359042b67bcc5224afeef951459167cb8f36cb6f262719308f8ae42_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:344860750b6a6e567bb1475f68d18b19d6f79438b767c351c850d082648aa5b1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:efe1a0fb3394a117206bb1837b63a0ee828ab5b5d30dd7c94aa88afa04c94c2c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:afb18f280c123c44f1349b80bcab24c86d8933795a0577deb13bb651019d6a92_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c865ec93173fecc00d843737009627ba137b7cabcf8337ea7837eb9bd993a601_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d172695ad3dcae4be122b50a27f14c6cb0e71357868ebdd13336cb7315122fd8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d4a1f393e7762a2c7ff12fd634077f5bc5bdd224d7791eb7929d26cd16047dee_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:01050a4179625f00151e478a0571e64120ac6221fdbf32c969a18ae9872c9574_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7639b8403341003825286c0fd45ab34d815585e8f4b5b4d1a424ccfc0292e017_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bd76fd61510b4714518ec5191e315f83feb1f47402e32602b061a0fc09641c9e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e53bc4c7a3fa7103778bd3f7bdc4b6be4b5e6a8450e38eee246caa75d9f8f44d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:62414e285f1e4de212e28bd90e5eeb60730324d54a317434565bad8891435168_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:77dc7d2bcb0cb6289f6d8c3c3f4ad3c01b9e24b4f6969ac666a888ecc8a29981_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:7cbc05eb0a0d3210e378d08d879933d905565224d9a6fc00e3bd1a9ad6782557_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d195bea4ac0b3ee073418a3674535525622d9b492bcd1fb0448b8ae52ba262b1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1440138d54ba0f09184f96cb79557548c3c9f19089bc813f433de28654cd74ef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:203e3cf52680caad6f8fec2ca1c7c87d45205ebcb9e816fb188e74a5bc7496ef_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4ef6d0725b69e2867c44e7d7ac57c820b759a45c491997210fc38b346d7f033d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b1ae4f6e3577edd7fc9f6595168857af7fd9c08aadbca1642c2f9248205b8c42_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:2e494676f33f47eb13ce2e3675c8e7a3871d5d1b73a59b71623caba05364196b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c8183043eac4cff3a7c17a9de76a4c9df725db694f411b19dd64923d1de68551_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:c7944fe378873f5d5268ff872c52ca08908af41b7efa03a7032363c11af633da_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:fc53a478ba64c0557ef8de93faf1320baab34d4bca5f50bc8f74d4a8d3a86890_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a5e04dd92dd9bca8344f741151a5756e28fdd197e2aae26c13caf2867ee6ff76_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c16e427a9ffa0ef24fd07e6a21ff78a63313d5274eb3b1180f7c29cd1a9d11b7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:31630cb5049add8b683fc6f3de6cc20ffc530b72d45daedb84cfe62bec754591_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:89a876583624410a9d79c1cf83d94a9a7c0dfbd3ad70228ea985e45b2ccee9f7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:dd8a443d71a973e30574016ce343c19edc1872c63ed46b5f7023d304b9c4edcd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:63a52e5f035913f64e82ae6a617273abae9ee0729316d26ed5d4182ca0f50d11_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:754310c0f797038ef14c3ef9ecd934b6ffaac6ca60b755894212854289b9f405_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:49c4861778e7bc4f5738ff0f5cd5c542e9fe75c33057a4a0806b03ac75d76ca7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ce8e1af1e3f7d331be7a366560b517e1fc27f83f1382ca6a69a1d9893f260fda_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3478a4d3a1acaba3cfb3f1040320798b9d0b419a66b07267965d4ab974a3b440_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5db06d085c31aafb3f02c2c373b2de6d93c5fde72dae55d6de90f44b49b5770e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:634d04ee67f3a521e7b3cde560084491908f32aef4a89a1bb7d3aa0ae119927b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7683407dca1a355e731e277631b3d8522a3f84f1de664829c3b15db39b1f1ca2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4ef1395e47e1898bc84155ed4b4e3e4c72d08e4e7f2d19d9530d889fe0ef6b26_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:63631119f3411bf77ea1f622d77ef96434d80815531b046efe5b297dd5bbfffa_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7ee73740b3264500f062e3863e42fbd98dc3895f17294450fc90d992d2108d49_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:db28768861f567200cc79639eb01ce8e18fe5cb8a768cc01d3e23bda55431c75_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:09ebbcea16169b9ac863167c0e7f953717e92f75fc4c4e2bffa0eacf84519907_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3118a7eeb28d8388a06731c7bcdb5eba4a942b9c91a84e595ec0fb49a55bcb11_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3bacdd4e5501902865eb31e884646418bfb5fae90593e96b06ac0b7c3cc1cedf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:852556f6eb96442354f0695d6630e2798e19e31a5ada2ef01e3ca2571a4a40c0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:59ae16e7b7d2bc20f34b8bd1dcd7cf8d8d7c201b0f78e3165b11a592d1b08597_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8b68cda23f470048944c164b84fe27a5fb6a43fe739537383444c28cae451035_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:23c8ed7995abda7f87fe4031843205f3a99a0c57508c6218291762a60907f5f2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cca7e231ac39da3a210859c6280ded3a4687620493e3a3e0164a403271537b6f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:054a0d12730620c46ee6209bc9932909f653d0b7f796682a0f798ab3ac3b3641_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3281b909de7dfc5bf3c746e3e8ab05fec49fc8aa83dc8156e616a59c41ee923c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:d5efd9212ed22c89067691796443fab0b28bfc31cea94bbe636a4759f2e88521_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e0a34a88a67409e2b1cb243874cadd3de1c9c56a54ac225dc860cd89a635bd97_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:275f90da2f77f60d0a77e00936734ffcb5099fc8b5662e03de49d807a7632f6d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:833072794acb03eaf053f30b6bcfeef95cf1836ad5149fd97f34f3546a2e9f6e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:893dd8fc24cb10db16620d8feae352929b0dbb797f02fd80f025fdc7c78bf53d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c9ba070e466a5123790067569bcb909e291f3b2264af0aa152372fff9e64f82d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:6f50d9406911e5fbe310c94dc60829891609934e64983339b5f66432a20864c2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:8b4ce896da4126dfda544da09d04f010c0e9b25bdab6557adbab8d095905d535_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:997a24c33d3ae9914f3694b3a8cd8af50137ea48296c322b56dca53b4dcd1fcb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f80cee2f47779e24e07ee475d09fc697a4446a07f9eebb0813a7119eb0bda36d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:7aa46141209fdb1090d90f00d1a7753f31b9224e080b8c669883901846b32ca4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a0dfec857ddadf777961a71d8dd545cc798b921e083c8b5156ca7423f8ad8a2f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a5c047afb2066ca8740286ad2af8e1271ef78c2e5df73ed2365f586d6a101b33_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dcda877c69d0398e4744f1b7a2ed81986ccdfdb6f4da7fba75f29fead8b10f34_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1ff4a8a6440dd4d97adc3273253da14e081083c978edb5fcd05dea33d4cc888a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:2aaba77958b12e834f6418338a21b839a95c21ac5568a53b5f792553db772e6c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e5753a6fa47d5a753be2eb3b7a46cee0bc156b0e52bf75e4f192c0ddb3fdef47_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:ed802f61197fbcc0f1a8a916612ab33363e0e1866ae70d03df92469a2c356ea6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:120c1ccd64bca8bfff4b46d14f78038594a28f6d58c585b1215afd76c23c7ad5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:52dcfdc6c5f219f414fa0775b70e34118b319897b0772931e0861623db7bde86_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6b259bed5dc046510b7c3305f6abf86e4543a9ec5091505f92f573536e9f049f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:bc0dd85538edc7a80adc0fc9fc4e02051e7b09480250b5328a6b70251875b943_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3f9151da4d025555f4c0183a0ce07a2d0084beeafdc9f3f1e87a603053ef9089_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:919fe76dee99d772b668b57645779a63e1c3b7f7f40fe79175c27ae6d7e261db_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e19a080b5fe10b67fe48c28014879abbc87cf5077c32c003fddd171d06bb370f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f7708a1c1e0d4083c7f0b9e8d8704b91a4c823dc9435d5d3e986372f305e1fe4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:27bd19fa0c1eb00c55120e22b21eaab50f0eb75a84910e9d8a2fd3b5fd1c7dc2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:52c4215a49207586cb3f33bd1d35aeda857d31d34c80cbfffba02ba8c448c8a6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:62e5cb5ba2d92bc29a2087c9de9fed7978d4c5ffe07b0afb479eac93519c6df5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:68aa837b6a3bd95232abd62ecae3b040f2a7a72ced626c784c4062c2f28a6e3d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:9872321279ec2d108191f1f7e1764551e9c7099de51f595627db068a66fc4f8d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a06cb8024ab06fbdee295afe99cd294f6e05c36dd490545600967b8ff12e3391_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:1d3a2d2ae27d869506d3f027ebb43f0ca64451cbb635c4c412c85129025728c3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:c20a4f14ad0eecc3f88eda36bd65f1f390c6977a7ad5ed69e87969556b9d8cc7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:64247ff135642a32fb59a62cdcaae5f28085ef0578916b4ab2c90d31e67848f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:e0cf29f62ec486451053c661388f9a3a12ba42b84899b687fb3486666a42536b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:efc289b0278fc84c571d7adf9e9ee1f8b149c5d832cbf416803435e89ee0a531_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:47ac82d0289751c8c7e41da07173dd61836e606101a20b598c00da1cd1fc9077_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:953b8ff978f6523f4578a469d23dba6536d49a141b4e3729b059feb6d79a858b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ee224daca08de920de240b684ebc23a4da50d60130d9e205e88c904c8c755343_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f267111aa2951d22dd6a41c7362afc22454e365325b7a016d213505b7dad74f8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0ed3d751161fa47b7ed4bd2ec2c5bfff8ac5ffae0df22dd9a741cc64bbe2939d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:48bbecc83208a8895cee2c2e8ec677f59a688e02705a677cde4e9a8a52398d1b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:89ac959e411430e4910919132f95452d1142a45fc5c67088f15cf5bad8982165_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:db55fb30b025bb573317f113897a7bfa0dc729aa684dcdb0ac3066356b339bc9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:285f19a6dcffb48d4e6f6d3bfb44722f1828bfb2099a8736f2fc08cdd1481175_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:521f2693c3073993771af37d65723ced3ac83c7438d6ff35425ca5f663101676_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d1883837f227ea4b98d2442b46e5c07a9eeae549e13cd778f7c9e78494b53911_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f1f601e3a4951748fbf030083febf57aad02568058889b0122c8872e2d68d70b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:34298ddfd123342b87d28c047cb4a8c1b25b07352bfed57aefffdd92a7058b6f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4a56a0984384548771e1c8fa5a4a8efe93f472cdf2b64b01d6049b2f9187a684_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6765cf3c0f8d395307ae57019cda7e2aeee976ec060eea8a47703db0b18532df_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:8a8377100458d05864c6521e4b7550df73b5c3d9cade518067d5741fa9d02292_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:09ad41d3ddb9aba6d649812d1e48433f5778b1cd9d5e0e1466b34e6516b864e1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:7b3a100ca1bce2bced0306ec9d4b90a4dfe8596c5bdf51799aa3a7a1ef36fef3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:ace3b3b02c33261287a32253dd1c027769743797317ac4259c9102e0b3db6603_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d289ef93e6e179405cae0db5309865f76cefababf168006abf09fc3a51a32bcc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:20052a45d551f7e988cc0c38baa38f146df4d9d741ac71f17498d8ddc44a1beb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:55409e5fb153973038a15985a332681f4e3e41126f84b6a355c47314c76bdf2e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c143caae15fb4249757018e05ac8dab9abb20f405977cb41468ce6a8049c4342_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c5d456d739d5791e51544a45309ca3b64f763cb49632bc638950fbfc041b4193_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3ab4203333e071978d85f0f44f7342811d898cc388326db60afacd2395f8340e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5a97ef5bfe0456bc1528f2a3df7736c506e11cb61de5c41a1daf22162150b345_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:94fd7b1b27954fb59c11a010f4b8ce0a3377b38bfed7ffb20873a2f7a499f8bf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a936c0970ab66789c10a64cf57ae76bcab0f2f16b6b50e713373066f73d535b5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:34fb12d4fbb5f9b29b1b58e19b1c1b0eb27121ef80edc50a59e431a4e94638c9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:bedcb032aa7325e5bbff014f251d5ad91fff9dcdaf84a95e61e4fc4198f22f79_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d10ffca12372666b239a9fcde83a4b0da6c3f37fede3e47272bbdf9ebd2f0d91_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d5284bc6a4ff57ceca1c00af4ed0c46fd341f1e2a28b4f13b210ed327a25ebd6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:2a7aeb3139633e2014d99631287cce239d73af61e541f218f45a009fc151d8d8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3afe2f3016ac55bd947c98d1e4b957969357aed54423ca2f35955eac8639116f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6d7572f71fc31d580d355bc6ebf8eaa54e4285c53c7e0e418a7495a0fb8d37a6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d2236c41a640de0aedb4eb2f1ef143793288329513ec0911bc37ba688857701f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:7688c4b2355532cddd9b9d314d105127c494990e7079407d2f43e578610971ad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:91ee195223233fdaa6d83ddbc8e1dc33bc7811e4f1e6ec9f5ddf325f560ec38d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:c866308d315beaa691b25dfed4be0cace44628e0799527e9ca11d14165437d98_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:dfe468dbed566f02ea0ed9b5ed5565f40a00d03a344d2a230b0a0a83c783493b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:08710b0caf6f4bc16e72a89f596f33c8c38ba7742d0f1ee552336f9acc7f222e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1491efe6870dae8caca1a78c9c96f8b4b2956db3bd5eaa6bde59ee996506bfb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:2a0f11f0a1063e3ca7b8b04693ebe979e9953736d37f3dc3a91fa5c9912d79d4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:813fdba989d7b5a4aad5e9ce5bf5285b0e65745375dbdef899786d571c001b77_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0db523e5a7a6420d94d5d302b90c798737eb78f99cde3b887d3c3866e195b9bf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:18b7e5875aaad6e0bb8b12fa303ad6295bf3968daeaed2104f0f4ec3122446df_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:80c4e60cb2ab82621ef12774841d39e6ece9e9671114afd0d19b188dd7746d81_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c20dd339ba44e18a505db8bf726e2db8b6a764f7bfcd9e0d63d627d69c2378fe_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:528f1228123298362d5787e862306cc2605f3eb31fdedfd0deea7f3cdffb77cc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:75b18dbc6fef40173ab0c85ff4f9c4111e29afa10593ef9141d589f88b418826_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:e8147c001326caf53531a8917f91991b5ca05f31d30adba78a03539a6568009c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:fb390f9eeb4853d9a20c9bf02ac10e099238e94084230bb532029be4c88b7ac6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3dc8fa50d17a5074f03d58eb00467e45e6d74f6c5293bc57ebb8c4feb4323eb9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:51941876bbb8070423c00e3699bb193343e963358dcae8cc6acda94395edc5fa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9087e6df82220f673440368a5e81c5a0f3eb5e36cccc61cb40fcb56d92cfcadb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e3740bfa7355589784350a9dafc10849d32f1273327387b3b3c6389ba1e26dba_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:05f5bc9410d9859f1bbc1def6e1c74fd47781faf1ef26633f61b5d8f09ce8d02_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5e14d01db3abe1412de6cbd8dbd7d3598d5ba7d2af2f5e55a7ca625aaf8a9155_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:db0bf5b79be48f69d411611bfa74a9b1cdfe875b453a81ec5ea72a962c27978e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ddbaa3a482cf17a156f6955ec155eace13126ae83217c36c03eb2b826e7c4ff0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:02ce1779315733c6039fbd9f711d6c75da89fcfd4d6ac8e485d7aba30882b3ff_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:d29e550f223f287e258aa15ac71ec87cbd24e9d6888f22d82aede80b7902765e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1d43b37d6ee7556d8afe22fb33c7c9ab7a1ff5b2b38d6e18f762ba759015f87a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4e627ea7097e36d07d109f50212809b6477070750c0bfff14f3fe9d1d7ca29f4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:63e60a076755fec73f95d2f5ee948a50d895b69cd327296ac0925e301f5b7e4d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9028745ca618eda612fa2960f0327f19fb689eb36762515bfd71bb2efab0a0a3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2dc50c3c453049a1e81e8cc4559147a4fd4a3a6a9c140865f82bf628f2a45b83_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:734c982a6159e5c4077a12b1a0f72ad992b70f965873ea591228172e6265263f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b2a21551ad4c66e622ccd865529356920dc4524bfa4595e08a99e0e95438823d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3133ccf5290a245274c030f53c63dfa74d6e04bffa684808fc1815a07ebfa13_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:6f399ee5f4634353047061fddcb9092dccead96c6884863253b913dab93c2e15_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9176cf7f1c5ccd82d82dc1a8ea47c2bd34e2ddb54d750cbacf7735a04ed6a221_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:dc6f5e144468283ba4d04ccc155f9e483d085dc2f1b78992e5fcfea42db77bcd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e5216672e4e265b01384ed2dcd722b4a166490d66e19aaec457aca55c7e3dbd6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:4ca8bbfe3586672e1de22cdce9466b37aa0e11c5e9d94ea8da271aa5cad3df47_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:57488300ca265dfcad9bcc1a2861062d8b82c2b80e8b21cc3ed766fd187402db_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:660006e5e6826b13ea6d73fce4fe672d1f67479c44ed65dee68119369eba3c75_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:91b8003dab0652f1a06de50435ca08d6f6366e6e8e7e10a9743542b577728b1d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0017d40e539a56e2ddbf4a97b0cd94825ad5dbc9cd79e1a7e058bb0b11afec29_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:7a71babc3307efe03b8bb3f3cc5f9159a4868c215df70d7a78ba37b91294649c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8403ecd148b8f0aa7f1156fc1676307753967ae68a69948af7c3987de8178959_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:a4e02776f7b5a66943bad040650f4dc9e865f05a0911f4f9aba975c4b30ef517_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5d3d3cbbc28f59a6aefb1e54986e084ce49b69867d100e9b7a8eba17b764304a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5fe1d81ec73517468488ed1a60331a78733ce2fed50f3930b4efbcdff5884326_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:94a7a56873cf0e075740a1db93972f2b2505e7bc082f2faf2d3a6badbb52b08e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d1e737deb52f4f124e34889df5ee2a787db0ee13ef86842f415d5c18ff70498d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:0c8b3d458f0968682b8604cad6ddf02b1135b99c4682090dc78d9b273084a0ab_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8f02a07e0928906a1c075fc3510f3750c679361bb9e0fc7504610eb2b230a092_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9b174760063eedf3197e5664994fdc21f85cbc3be8bd1329142fb9e88103b717_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:e97049e759fd58cb6a2c8dc5b78df8dab7139f8868b1461a3946cf187b824f55_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:17b700ef898288bc081220792a7a95f4f1852338d3d08dff19ea02cc9d957239_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:675083e881008c57ea9fe8e73db8034a66a3f439c6fc1862db09503f311caef8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b94730e4b9e9de7c0a99431f90b42a5368aa0da03869eb8a71dfc92dce27ba7c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c5c12b41cdbcc18c98ec1632a0c9aec007a9672a742fcfe89a5b104160feb698_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2c51c07f11fa78b44eb528339da6291d1c660451a0c9774ad7bf8d8ea7744ee3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4d7e15ae24207bd06663f5c9d55564e220bef28ef150f62d2e9622f569490acf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5a51836c3306ed97366bc3c8f24a8f9e880628d1feb98854eb5dd10800bfae83_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8231352f700a733b13de64913738e0de1b89be5046736077f7300c21fb778aa2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:121025c1dfa4bb1138150adc737d7cf12e69ce21f10690ad8d740c1c1f2dde4b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c02ec1e4b586a812cddae6ea43cf42a6b9742d062fc12c18c2414bc48b5b96e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4c94c8afa17ce2348d6198c2914e9257ac9510455c521f6539ab17877b6fd974_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:70c7beb1cdbcba3eb4fb83fafaf740145b81d510ef56d5ac59ea4bbbfbfebc00_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:83efb138b8bd5084f7dbeb8a59fe1ecc2680a20d5853b7a15f47e1f87929fd9e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:bd63fc568a9ceddc67809e2271de8ef4d57ac8af283861a601547a6b9da2dda2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d0d429e4a3a0a9f015725dd965d4317e67c72b3fd846ef4b04c20ada4d067eef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ecc47300fa59bdd3970f0baf030a75e1fe5862d2470756cf32c389b1eb89152a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:53bfb1dd8b4f99a0252bfdad2c65960877a4e722f5ae88591eb87d6800d1d98c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:64fcb6ccdaa30c4e06cc91a40273c6be01958ca2c048bd39d8a87e8c09fa7d55_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:bd7e96fa5e3db517c91323142b8258555f04d93dc0f164b6e83249dc0cd1b416_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e5d77db3010b3e1d31e14a0bafb1a5e5ca62dc03b7b0bd2097b198f6be6ee442_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:0488437dcc9ca866c5b96278686ea20b5732f8e8038af90889fadcf90f1082fc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d1bd0363eb8c21c0123522b814b140a7595a459c7c286220b4b6fb0b9886a115_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e45c7964c5a89fbb1a8c6da3a905e2caacbbf8c433b0d56d1b260bba151b3e93_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f52e1ea0175eb2af0a63311dc0b8acc1771c53a7668108d7bb7abf2b814e37e5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0043c8e63c3bcf98e33fda7e5f532143b4c8fdbce690606bf469e932d8552062_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:465c03f230a374b6885874b775473275fe8866f61856fb71a8e2bfc37b712ea2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:c730b4b9a52549bb6204deba37e28ee3946758bc86f27c1b886188ba0f164fc7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f50ed1d01f799f00ce20f210b95774f2dffe7137757ecf86544c71a9f621f402_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:56015af081c97939fa71d978d511ecc0e93ea6ea89640ae846645121531a4a86_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:82a97e06294f2bbad05dd72f91d692449eb4094ce1edda7d651e2f1833018faf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8faf68e17b482f07fd1a4ae8ef292fd44fe9de5369d5129c3945acb56b5c2f0c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ae7b169bcaae3569a946c84d88d0ca7b42b530b475c4afc4096d5db36aff9c52_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:02335c6538b4fb15d9d4e2a831b9810db42f8b8fdd75cc6237534356cd1b68e4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:84a9daad04b0ef97a77e258c1b490c9a9c1ca502079513184e43145467eb1169_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:85c84e6100ea0c4d783b44a085cdda8be9b580b073ab7b191a70ad3c14641f9c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eef5b8e84cce56cf085ed8f8a2ca544505242606d44691b6d0beced7c942bf9c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:148d9d31314b0ca3dd2667aadf51d9a65cc88cd872d21d29e4c85fe25cbf6410_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:87bd671167583b8f46388c7e5853509fc9c20439c1b5f57544117fc9e1b1b5b1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:dacaed2c85c23db8c8bf2b754b958ac8990a0b0e917e4885b39ed62d08061fb6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ec4ca8db357714672338a773cdfac91101641ac1ea56905a5dba39d13e8c96e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:1e01dcb349b9e3afa77e9c217b2f20dd7c9c98f7b00be3852166c7d676dc1c58_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7a453727eb7aad288301bdce304da23202950098592114e1c56e893828b7cb2a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7e9f67b6e1c87741c5d56a3e95af004dcfb6d6c9cb4267b0ad4dd1aec7e9cb1a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d9f12bee214359955f20c9b4c0218febc8868cd47405b362dcc6ab05dfa573d4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:36d864188a182dab0197f06376c993fd661689e516dfec4c25f9064eef6db0a2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:38481cddbac83c19b28845b99fec4f4d16d46aca014ab18653c5e7fd42d7dc9e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6c5798afafe96f9c1de300cd8b709030655d1c92d03394b069b3f4100a0a4334_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dc248c02585e41245eb8e16fea646a6f1013f5257f5152dab0fd4634073fe15d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:142deb80cb8918201dfc20e0e86c5a70e704eb589681db3e019d0eed0a8bbf1b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ff7c22adb1ce27c0944f94a4994940aa6af3c4db60cf184d0865753e0c18ddcf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:09664db13d4f9022495031effd53a137ebbddc0e61fec151a26e565a02a5bf40_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:9b480de86de7566594ff61c147bcf0a6e8d5f2ac52ca37a2ecc32909e02850c3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:177b77bf798f3ae19e2b67467ec324e2352c47a2fa4f803c852cb7d5514a2b80_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5587380364defb07d81f5bb93851d7d726780e03f561cc5c4010d6cc4e237079_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:503c53ef4cda2a77d57eb611638334ecfbbe08f384e01084a0f2004aceccfd5b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:ccdfd936b1e904b115efeef06cfb3c1b13ec6fdf123cf87c9ad477ab47ea4d04_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:1f7ad22165ad761cdd5fbb7f037ad342f7b9a6f017b80ebc9775edd9bf7388d4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3ddfa7f1a01b1dbf4d2e999da0d536b8f3600e0143dde47fed1f6f2caf15a7bb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9aa910f86e4c953069c3e45f3c2db9702a8cafe753fdbed42e4c23f4837660ea_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a2751c4e48572281043cc6468aa40d2b3a8a1eef5897cef386876fc08de5d791_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:00fa00533e4616bc63471ba4e127f163a2ce06bd8546dc3fcaf2465c6c511ef1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:65d4474ec56e4cae8542f01d54006ee1ccf15c8a467dd7f784f1df806507296a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b1410e826283f79823ba6cdb76d666aed69449a847936c6c634593f31c9795b1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f3e84cda9ee1fae57794b0c60a7b32373d8a95546116ddb326751e9df0d1706d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:059c0bb97591ea1d95bc42274c6748438e32ef113039c603cbf8171ba3dcd1a8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8ff741a30a8c2059c8702290104db1f897853515bea3d054f5456a0faacd3e33_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a523a7ac9b9119290e3f27ee0b0c7a5d3cc1d8f35ed4e7aadcd6968dba6c593c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:db230edf37a3285f5566a6f82b660ff3394caa80c95276bc3992a3f45a18a59e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0dfe21d1f2ae4ad05af6aa896c0bd09417c03d2fa2e37a1cd3c7afe9d9f506b1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ae88b0138b8b945b1ad071a5ac660e6479f3e2c1ec261d80a4d7d862e94df269_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cece82ea1f03a889d37a2e4e1d81eca34a73857630b9874d05264c12ccfde18e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:e518e75c0ec848497d5dbbbea1505cd3fa96387be78d326f44094d341d1aeb69_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:4b9f7900c251da09ceb0c5e36e87322030e6fffb41da15b022e52f26967214a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:6bcd28e8610dada7b5ec2b6e14aecd9daf0542ac8528b8a1c9bec9b5c22e6791_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b4e19a3b757309f5ba13e3762e2449003ab93a1d3a950df031d0c5f88b338461_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f3745f0a10aa35a13620960671ed4e2bace1c01f0440c1cf222aec37ebfcdd6e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:10a4a0d9d6cd4779461dc27ea5660513c80c4231267cd5d5cde84626a52d8d88_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:394f1ad167455a316ded12601110de58f0666917302eee8a2933932513aabd70_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a0dda1cfb8ce56f6632c7dfc15f2d7c5251a666f7ff34fd78f45a064ed9fe8d4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d04c463caf59ab32c381bf6c88b9a55ad9a4934dab8cf66b1c80f3743edf28e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:674045072f2c791146899dca69772cbd83d8ea11305e024f697b0ecb2ecbd9e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:80d008d72e748f6d1578f0583dcabb703ac8154853cffdfa6c332bf2db662da2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b6d9ea5fd88f25c46dfaa17deec8dec67f3241a4e52ffb5b598ef77af4437da9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e18f121c2a8578ab7a54b48347a671e8a1e315e85f894ef67b96161a490aca44_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1415356cad67eea021d0adef8b7f8ac8524035a4acc3ae7080f26f8f3f7cc959_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:2f7be9eb683b2d5c65aa64a28e11bae43475f5a828e8768d468bc24fa0bd4ec9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c0f27acad2634255d689355942e8c0d87f624c269eca0f11b1fe20b56b22294a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:dcad2bdd0764804f9dfad2a4f33eb2fc105ff8e4cc1d2ab31c58ef2903f7cea1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:02dae90a28e2afa83ab4b358378b616bad7c257b8f7d6cfa2830092b7d46fd18_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3e0b68fb323e91570216f90ae2c79cb4bd35149dd62c496c39ee8fb615b62888_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a6517f52e257eefc0602db5e43fd946de57db13299d5077b1bdf872754253cb7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d6c465af092548962fe617a677d3398c6164c398602d7575ec09533d9654f254_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3a9586b7d44c57c683256faa5d9655285105844c74f728e4558c6295f73a3aad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5dbdf857d018b118ca8bae8eb52b2e117348804dae51da324225ac9d9a0bb141_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:7dd0655af57c7f8d2aed0f88a4b02ff21d849bf9c8cce7fbf02aca7d322cdc12_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:abab20e995be8b61590ad7dfb8de0bbb7c7459ab5413987562332de2c9924924_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:6f1fb02560c0dc83cb7ebbfba67370896f2d3b21835311fe5af23a06f4a45142_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7a90eb33844a25785c95b0e7332991a373e0b70560f979e8e9d1554f9d021545_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:92ac319d44a3a3d8e68f29488cd75e71b42dbc98b5898f662131f8576178152b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b8c7d5e513d5205014f53f22fddd4ab5c54e62e62e5813459ea68afd789518d0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:788b2252987b1992fc9c5d855198aa50a67048cc4d0a1e28240953e5c1d9528b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7a2a0066a38f2e52be47a1fec5c9a1ec458550d7ee6ca1232579b3fc98b7e9e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:939c609d5422bb4be66f482815c70b170d51ad2ea9bb0675a969bdaeff35e730_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a260d94b14808490a417d828423550eddd7b865035b631e9fcbb108d8eec6873_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:9f38e40a381edde4d367a6baf50d6159bab76aa34f7f932929a118960eb1b16c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:bec3f4da4ad493e8e34e5e1245338929dc916772222817e094fc0cb7c6370b88_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0816f94cceb27f34725d9c3f041003d61b9730a3c602b48b70782cf5b3887818_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:3d106f2995d5dd270eec34df31ac33f4a09dac0bd79bcd2031e9bdc35f20878a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:2c50f45d634218d512ed37008e62bf2718cc4275a9d944c845eb29bb19d0e700_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:429368ffc93f60dcb14116dd4a448f7688fabeb9a499b4b7c9c77018f4a31c3c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:48105c86a370a0ffd2c536e5ba75ea80fa94b09f2cfdf645a9fbbb62bdd1654c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8b9490cd4a69fece37aac8ced57235afc04a3389e16234c3a3f1d9a4f8a6d34b_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-55199"
},
{
"category": "external",
"summary": "RHBZ#2388449",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2388449"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-55199",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55199"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-55199",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-55199"
},
{
"category": "external",
"summary": "https://github.com/helm/helm/commit/b78692c18f0fb38fe5ba4571a674de067a4c53a5",
"url": "https://github.com/helm/helm/commit/b78692c18f0fb38fe5ba4571a674de067a4c53a5"
},
{
"category": "external",
"summary": "https://github.com/helm/helm/security/advisories/GHSA-9h84-qmv7-982p",
"url": "https://github.com/helm/helm/security/advisories/GHSA-9h84-qmv7-982p"
}
],
"release_date": "2025-08-13T23:23:43.304000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-10T09:39:14+00:00",
"details": "For OpenShift Container Platform 4.21 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.21/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:7ca8870aa5e505f969aa26161594a3f99b65baf7d29bab8adaca0cade51b0bb6\n\n (For s390x architecture)\n The image digest is sha256:b33dc753fbb59cc939496922a7f65b3eaf145214f5635c9824790a5bc7a0b5a2\n\n (For ppc64le architecture)\n The image digest is sha256:46bd467d5cee3e80019ef25c8af7460dfee7e5ae376dd640b76251666eafc98a\n\n (For aarch64 architecture)\n The image digest is sha256:6d018f320d0ba0496fe3410470c2ea3c58e9d77a95fe0f64f3120bc1115f9bf1\n\nAll OpenShift Container Platform 4.21 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.21/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:33afbf29add637cae8478b8e0ef6b3b465e4ee53b000467ec34fb1f3a04615af_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8056eca30416b0b93270f6c92d0fdbe4f1cfbbd6258e27a746cc379a86b6b8cd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a06dfb4e75cc6b0edd836cd59035095135503f35a7cbc710ed7b0e447fe256f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a820784083ee32f544efc474c7ded798916d1f077ddb9c3f4461de48747f4c73_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2129"
},
{
"category": "workaround",
"details": "To mitigate this flaw, ensure all Helm charts do not have any reference of $ref pointing to /dev/zero.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:021a57a7ea58117b5942b474f8899924fe7ff170b234aaa301f86ff465726ce7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:37283f08df56189fd19f7052523f5eda5a5eba0096c32fc3926eda3bc9398a8c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:459032d57026d4dbb2af370f796c28a69e2e30389a84cdab0e43de4435d980a2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:82ebaab991c00d42430890eed6322e9d060c3b4581ad563383a7d13172de4c08_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:244a4dfcd32e2a6bed90fd5e452b63822af9eb60375b9ac45c1864c2fccaf765_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4eda87164b71e7c6fd8b5a39ea77bb1bbf138f43d5732c08e314369b18e2509b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d2d6b9b7d7cb72703bda76e6814e5714b101faa03b14f55507b82dddce6fa09a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:f5f2d566546e640f59746e3616b98dab55eacdd33ea04b7cff887da6cafbe380_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:21cd6ff9f8ff53d747746f2d772344a8a9be9bd4582d641a0d6814da81e42dc7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c16a9db40d92bd605eb9843f2fb30f793e9f807e924a98f58bdfe9e8ff5598fe_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f7eaa545a5719eea518c0d48a5010a9e729ca7657f95712b86bd091c6906ed9d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fbad6ec51decaf69511274952af912054493d07f8de4aeb044b0728e015e331b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4b6ce9a91e0408d0869e2d64ccfba93b8b0587c8c4514c024093e47d520b7b13_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5bab5f51374c260e261af4d094d6d834011bb00d20269e5f87c670ab2e5fc50f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:b046acdbaee02a88bc76e80217864aa8a933b4c624abf504bf40b3b5700a3ddf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:da7ec98aeffdf151279fbfd2d45163722323094e790ab1e5b14e3a75bebf7ba2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1320fee14f620ff211195e536a81bf80c41140d10d8493dca37f484b4803e1a2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:69849de1ca4d23c9faf12777ff7f26deb7eaf3026725512e29e7cfbfcb5e30dd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7ae48499c990a9bb0ccfd436de6e4586ba27e9fd4036b4efe76299aafc4520e0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:bdb7981f8aadb7c27bdc448ce4baed28ddd8d08ae1a83af66255bc70d3b87d63_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:06477b1ed6e12b1088fa198f1158cedd852d51773f75622a652220d147aad66d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:73cd8858eb6e706064aa3fb5b397696ad2a8d264ed9380ceeb8d8d89afa96914_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:95a5dd3ee93857d9e65d57257e2864774e0f1aa15d14c62765dd110807a7e983_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bf017210bb8bfbefa027c830656e83b3db86e940e5ef1f62e67fdc84545cd118_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:04441c2a5c244d0a76052a2e071d994d81415da2cbf49cdd74d3b64fae89fea4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:50caa5c63088b2cd98d85bf793eed760beae31c73d8cccc60f3c82f7e4a436f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5d302fd1e0d562fd3074aea7fda53b46878dd5c27f53b4086f43e0b60c69cd92_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c1ec441285a07891350ef5b92dfe8cdef23f963d39ee86b7c2eaa0f29deced63_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:29924ddf95c884e61e24bc38d457d4bb997c5a03789459ef7565f2350c778e44_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:865ec06e1488b9c81e370e48824dcd003c617f45198943118f99889c9a23ae5b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9c28ccab17d26b72d9ae5d65f7a1ea11bbbd2cd39076f517e6655b9a35a277b9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f2a4bddcbf9cd3c04f90623faceceb3f3633ebea89954ddd26dadad9b6f9cc1a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:0f34558006e45eb8ad74dfad87ee15c34e2d5bce5f192fb00290ba8f6b2e06a6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:a0104045a7c163322387f621af644a79ba8b3e2d44bfa4094db15fad792e7825_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:b83a1577d6d15ea51ba7417aadaf190944d02a36e1067ff9973b9b0e59f207b2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:bfeca6b1d120f47ef42ace529f8663c90e420a3d1067891268e0fbbcd0c8fd3b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:09fb74bc16d6152ee950f1e2e01a72244e43c030205e6878577ae8a288f229dd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:933bdee9a720806a6c7537ed79ad75e25ae64144eb7e738942c36b2a72427c51_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a882578ad9240c994b4f21955809f6d332965cde3686fd2da1c4bc1bd89181f5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:eb823609e74431800e5bd7fd2399e11d17ea8cf0a16a578b70f1447aadbfe8d6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1a4a79d38290e993721e5a239acdc973fd395188d4b47ef664716249561f9b9a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1ab570c571e5291796e3eccbc336775207aced63674920c7416c67fdcdda5ef1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:46f5577da7e69caa3c941ead5de0ce8e373a77348df4c9dda922319a47533af0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:dfb1568b260cebf47b31b5bc5b956dd573ef5e10f5c04bc7951d4aefba1e1c29_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6405c266dbbd8b035f0fdec36d4663fdc2e3981899fec3828e7bcac0094f981c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a0ce68bd8e54f1975c89b6739bc6d94e9ad8214df431d1c41907866dab1cd9f6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:bdac9d54f25066cf36bac0fe90d1df7d89fb91d49ac68c09db1cf14862c91b43_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d8254c11772cacaf25e2a1b24b41a7694b530246cb980ce80caa5298acc71c31_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1b5aa2a8fa69661df2b4cef49e2a8e25e20ecba84ca80d5c671d8cdc73e7e31d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:54c656c9b7ff7f7d9412253dcb0c4484233f4cbe77512b63e69ba1532a4a41d5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a2d16879e07bae5f6eddbb5615c313001ffc4b74e91849ee9c2496bbb5996616_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e37862fed49b426c4344fa755c3442dfe134922b3b5a3c80c4bf4abaea7e6563_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:04e4334b0ce10eb5402543501944e72b9230c79f470f5976f8e5bcd5a18cd28e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:34a11ddd5af5a8d2331804ab76c6319587bcab73bbafc10b6f710260e5ace5ec_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:86ff72407e38fffd121bee52ed9e1229213f5db18cf1324a08296597aaf494b4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:edd7568d61e33652709d4bca937a801a4eb6a0f134ec7866eae3da1f19a01400_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:44623a58b3a052f8cf871befe578ff1419b5a36c9f61849bdf58a15148c3f65b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:78ba410665c68a41a5adbd8422a349de2274be894328ce523364f1ec2a71be01_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:823e1e9e7e7743538180596210828b19b6e3c8f435a7c792be5b945be76d9956_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:eee0084caae19613373c30ac9d2f25de2c202dc83cb6b3077baeab3b2ca89c26_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:17d193d080ae253f4e43ab259c28fd84f5f738967fe2ad4b6528fd42dedb86e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:36ed0be4ed17c503bb07435b198cbd5e255660bb1e72ce49db7ccbcb3ce92a23_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7c1aa77f92efcbd6fdea6120c75e2cb19985aaa2cc48e2d4d3d4ecb87df0d277_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:d6dac5da24656ce0a1494234b06783b5e4ef052c0d283e66f881c21d1766c51a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:380b5a968a30fa54a963bacfc37767a01f6067b6290fd2d877d6b1943a7738a1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:6d1570e8f771ef561c5ddca5410cb86dbc94943cb23b6f96fb2dbe5b9a2f1823_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:7a9f65149b802b3c2ac4d2a96bf53c1dd6eedf8c5fe921783962197bbce94207_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:a99a994a160375e89550347eed1631bb0d12bb4dccf7ed49119935520b744235_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:22b6a40bf066153e072a2d22e48032b91a7f70e2de0d38b2bc5665b72f5635ca_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:499dba655c620472ffee2c73f5f6c53599dcaa8755af1ddf60388702041c6cfa_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:9f82e685ce4849aacbc315249403939d8e9fa55ca297ec0d829d445a3133ed9b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b11b0fd3272461cb95d4f3c79c5c1138770085b461fb8c64c5f19f3f2276abf5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:06ef27c670aa46891c208f0a1ce5be98a92a321e81865484c17db725d6c48f6f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:50187fe1e5905226e869fe96d050d1fa6c91c0ca9f360456030514a0f3efa2a6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:828613cff0791cce90feb1abaf17c31f8a89e409f605d23ca79904feaafa8cc6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:889a2f9b69467f174deb05d9f57eccfd85e8f6e2ce2620a3e3b5c15019a108c3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:381cea76282031f4a018997a2ddcaf6222576807356d45ab3357b52a30f6bb3c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:604bace7f2173c964ecf1b54fe70fc08abbb7a39fcefd21af752c7a12f6f5a31_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7acae5b318d8162c7da445ecc28ed374eb1db0a92e3e6136f1a3d6a82bd75495_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:df00671b04cef1d122484a876880dbf4cc250c63730537fef7e1651b58f9a9dd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7246c15cef44f3945840162c1dab72daf8c0c4999345aa6ba148dd34597f4ea1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c7fa305a0d4a592411905c2f44a8218e25caa39e293ba68e1c84458683c93979_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ccf25a1cbb0c79753f4049cc37fafb77d0f8dbdd896e4cad7e9674877dc84589_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e1ff850187bfcc5e53338ee32678873692eb81a7bc72c5d3a928722571d312df_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:bda6a57c2ad84239536aec6a20a9c37fbfc7aa13c994647427936bf0b3b3361c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:49da4e953f3ab4d734c88b4371082bd9c6fbefd00875d8c3f0f8e58f060b6a25_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95c4abf5e354b5a324515cf6e69195ad3576383386665683d4bb8f349e558416_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bbc0c1a5769338492d873bdb15757525f69e250f5a4320d36f249fc35d57d356_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bf5e48b3778e040c4ebb1a8b0bd2aca2e7814720fa400115ceed9e1745f3e2fa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:2b26daa64e5d4151cb1cb91cf459afa93b2bdabd2b9d5d28585bec72484c0e63_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c2d77eab011a8025098e1254c384f83af4f7e0d3ba9e6d2772eda689e644b036_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cdf9f5f665881fa0c5a2f3c98e4c99673dbe8a92cdcbbe6b80e9dce09f59a8dc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ef4521604c721bd0ae8a4b822ac9584d3c7c8a80c5ecfe263da6ff9500d95ba5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:29a5ed8364575efa8d539b05c002e8b82cc57350d4c015303b4fc46b06903eda_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3751262aca1a347b013648e64294520615e447cb875b1e7c04535c9c5e843ccf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:5bdc6dd4698facc8189308328f6fc62ad7f4a3a5bf8c8a5775fe6e966eb44eeb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:e4aa456e8c865f66105e9f1828b455bf09d80960759209703df345a559b36608_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:74cc690a06a3f7ede74550b2416957a6318136ec7b703de33588122e7222eac0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ad7055ad351c0c24582721dcbf7f422b6a31290104530458e456bddd1a637938_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:54ff1a36ba796e5b88ae421a3836220f5774f0694cd49da8aff5f8c1efaac958_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ff8879335cb7031227028d3bbd5ae3c882c721871a28a42216fdf94885cc48f0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:4bffd0baad38d0ea6f54efb82701a6530eae707565fee41e2e65682a990267b8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:6381f7fc63ba688a5514eeef31d629e8e6cf01d6910f29f7dd38cc48a49f392b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:6792be8aa7640d171ee8102e5315ee2cb5e51af62f7f9ebdfbb0b54e89e35cbf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:e168e04989169bf67e16af77f602c8d762b1ef424f4abc92ad8ef8a135d6fe69_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b9e9f7cb5894890829532f10dda00d008bc5745b999b76daa26b5667e00e0b87_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:f8ab11c42ded9679807701a6c9564ff67b13ba875e28cdbb7663d9382f8e194c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:203f1d7c4feca08547dfa923507640370e669f83029fcd373e4e93461cce9421_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:8b16e6a9162b06a6565a48f4b05f3a1681f9f6349278d4f44d93ebe60d96c566_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:ef131d257bfc318cd0071ea2867d209fd8088da69e92fd3d07bce2b86d4eb2f4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fd5a0222754643780d37e10af8b077bf257b5b4be2abfd2393f0423a4fd4b291_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1f910938470138dfb6656b608393e46eb5c59d76edcca34b8bbc7148f2479061_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:71ce3309765f3dea75ed45541065b35f0aeb697d59b013294775e84b780f361a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:313d893f24ad6f2f8c7881f418b9a5e9c499674052a97434372d1d079411ffc2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:93bef2950591dfbc736a80f6a92659b6868991040450c5cc415d32e225177512_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:9487390a62cbea3de31fcfa46d05ff56a9d088426101b056254d0a3dddd6631c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:d4cd54fcdc26243209c918dbb1dc54e940965cd12cb6d05259c0ed45e3755516_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:2f9449039570a38ef4191b3717a9597219919ffaff87b645f06c4daec74a3cbc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:5d72d27d9247c2a9ae05a1e496eea2c264df19be8a566147cf5cdf378d82ac4b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:2b1553659b6cb1a4fc9e75dca05c4117d98894a5ec55a650fb60a2062cf1b79b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:35d963f072ba8d1d78380c48815bd2d06dff7f1917e493ca64a37d319988e6a6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:42870b8a98ae271ad0f0b23ad541bc37a9585e93dc6822f149a0bcf53c78036d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d797ecf477151c6821be3fb5e18dfa8f8df04233fa9f7da7b554da9eb38f0058_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:27d55172feba74eb9712fdb42300721acfa72e5d3739feac7c4353f8a36b4b38_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:5bba9f8444a0daf6194a6eda5d1b027781717446435ae4249a558a31fe17e06e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a8840079bf9bf05cf2f9c4a7f38bb45b09baee82128d12df604007278fbdb198_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:effc3a9f6c7bb400163dbda690d84d9ef4d40736105a2594209efa8c0c5dc80b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:3b6acf7cf4c49d979d30049d80bd265e7e8f17331648008bb4f9033822ed0a41_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5b377378d275c0a152365c6dcfa6e5f51a30de20210991ad8a4b5c45654cf022_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:855e978f66e69d149f00f5cdea64c68b677a1f2e9e1c28f3f67846bd5497ea9a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9bbfc2d46e0e771ef7bf390e121f26b0dede58ac0ab6cc04e7592469a78ae5c8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:101533b9ac484f5e8c3f1d95b742f3596fdf42d6a706aeca5712648ca50e8ce2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:2918100b369a980a69fdd9d0bc0fc7c898bcdde23f8ac8c9a8a22066f2b1d87d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4f2d8d750ce5932589e4c3b10579f00da60407a89be1976f3b54184c997650ab_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e7b4095c367aa9811dba1e43cda61f60b54b9536d9900990e7e6eac745ec7ac9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1bb758a596fc11988a09a696981630bd00a73dca7c4ed52799f722ef87db6a91_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:50aa9b6ba005c3f004568e82cc73eb56ba6342720626f9a35eca618fd1ac9cc7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:982fa1221449a4e78c06e6a13b7ee325b8951a8a04d0014939dc49b13c6ab79d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f055755224db92970aa09e26ab84f8f8c3a67c2c8cd442eb4e7764e3474d4613_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:719c8857fcfce93887b77a94974d418e3bf19befe0ed25c5974bfc7ed53814bd_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:90f04dac670c4d0c505cf8f96d020c9e3f4c0747b91dc2a2531db407ffdcfbd7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a921b1d40f1ebac4edf1d6bbe26fd7e39329776044e17d7f2409b20792acc271_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:db281fb5bc3ccd949d2156d7eafe5691ecc317c3e690f9987436d8b4317e6ec0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0a68822ea4fb06b74890aebdb694cbba827a5c1b9519b5a4d2086a867464fa2b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:38a4de43972a5ae5404ebc5862329c0b59ee5a6c72b5e3fa8be3171ad65ec713_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:dc970cb4ede420e1d131a6146d256269ca6fb34b633c17315e6b202723765bd7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f47d18b4634f6f675e50f165a805f33970a038843dd48fe8a02b3924fa70e8f9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:6731876f6a37e6e26e079b4d8901f7bdcdcb6f34f8f27c850ec813ca5b3a9543_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bfebb3f4a3a9476c2307fafdc5ec3fe7586c51dde9c5448fde7d34e37e2f45af_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c6b9b4bd2d7210a42dda555d8375807bec66a4f8693fdf256042b49b3f0130c6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:eab2bb53112191763cd944b3b13cf750ea9390b56d7d14d312183ffe56d0a394_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:3ca197c0d720c1314db2f36fdd4f1fd81f0b729829f27b39508f0a6e7ecf7bab_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:475e121c7d6f480d7d2545252a7b59510a66cfb609f586bb587595ccfa3b71d6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6cedc3acc4032d410aa6c0142de17e62461401a772a09c795371238dc00fe91b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ce34f62e6953d64b6566905934afc4a1f5911ec68483f5ceecb59d187e37a955_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:2037952b4938add2200b79534d571adffd95bb0c6ce04e7ea4a6c0ad85389771_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:698f43ebb93c00ee0a916be218a7819d0a402e32c12724afc51f2323c26d541b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c247cff3341da9969055ddef313806cda81c2dac492ce683d4abcd5ceb5a9bc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f12ba7fce7d3a13280d4bfe412b9b54ca22baa52b90be0fd7825ac719f1de068_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0d06e661c793f5524b749bff4124ebcc17b7acff1b57a672064c072dd7b0390d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:484c08c7c512dfb681137cbf0cdd45f42ed4181a690076f6dc6920724687655f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8a100494af630b1dd1ac3e0a7c75fba4853a1e7471a0b6eae2f7d6b7762beeee_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c9329187e9bde81fc4f0b4996c909fe4e9354e58fe353340600532153254e5b4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9143250b98cf0e2f2b3ec33bc25a856d0b2dd432d1994740e639bde2ed1deb29_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9a7f2845529ffd78d9193a8329bd1761b7723678b83e8d5362aaafa657c398eb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:c6ef91fb95bad775d172019ab1b5f9c275c2302f85f04c0504273be57eab1989_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e2becd018c34a7c29e770fa329cba4f1a371d4b089451365abb35acacedbcdfb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5279e457358edeae97e136d8067f05d60b4b806c92e687bbd11afecda4840eda_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5d76a917f9cea787b11ab23bed912261cad050e397769c94c1b70cac389c48b0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:88237cdb1714ed0759ff8c96466010145ff8cfd60a7dd3debec25e3a2b33200e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ff62706a4904af960c4989c87712d896b34265fcaf21ecc9500daecd03561b38_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:15ddf484307e3bc53f165873cf04ea008f4f5720effb19e3ca1aeabd9fae64e3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:28a6a3b04348c6191f58b9b0a700acc995d5fbcee3cdf1af5e34dfb0a15918fc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4933a9cb0be09725767981638b9139867cad6a26a228701ec034d45c3f7da4de_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4b571bca7d279192d7095a9d157cdf40f553543b6a39658919bc5920445d1177_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0f18441bd2e164906e7bad119d70b8f5b9b47c1596d58b6d812ee1e2f4b6c0e5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:77df277ba08b5a6efaf78b4ec5e59a7aca2569e00e7644d27e1d2653d80d150b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:afee031de2fff6cb0e07995b5f6c4ac83ab4cf3b83f23a3931a4d7e15a512c1e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:cc8b86ad3d080ab5dedb159dfca744ce669341a2491e5a0bab4f59e3dae9ed7e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4a76171907bffd3a94e149dfabb6170331e2fc0a30f3ea7b8eba1cbe68e1fa80_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:62f935bfe570ea83e376ea84589bffcf0b99d30eef620adc813f72501d982705_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:75a992b3a14138492b585b3500a6b6f565c912b193834fa562c990bee8115e90_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:9fa46e30f86fbaa943f136733680d0e8a668df1e04d1bcb71160b8bb795a2df0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:58b7b6502847bba5230e65e90a10350d8cdfd331f5656425dd2f310e3fc89cb5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:5989d793b9236bdd9dcc1df6d4687a6e0222590453a5e4e31be75d0414c28056_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7e5383d64b25edf87578b2cf05de47d46fdd2fb6f1f4db5146ead38c887f36a3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b5b9266258ab925a7dfd33b86043873af4c0799fc52befbc476f875dc44b810d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:100d472991b3969275774576b60f5ccffacabcf89eb52efbb744aa441cfcce99_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:9a6fe277560deb4c1c2f91a1d56678c5956bc9ba958b859eaacd371f8ca753f4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a2d2bb9ceaaf23ff8430662ff6b267cb36848b2cf311bddcdaae8e33e8736306_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f71926ca5053134743dc906e1c5bbf2fd148acf50e44916a936f3a8e98494a04_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2dbbc016c4e06676f796ec4cd51e68c11c96bcdc41de8dd37c82c3c5c0825cc4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:444b74ea4a7a8a664746757e4417aa7e0fb33fed32a4755d300e14a49afba481_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a330cd288cfbb99db498c3a7e7211eaddc4cc5e39b6343fc6589b958c6ac44ae_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cef4f16962b3d71927c90e2573873495563e3144b6e3e814acf5a220f1b27193_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4d6edfa2e5e9d6964a5b9483989f491cb5019ebe9af55116591b321b499bd12d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:62e2bae1dd93787bebcb5f1b58499693f4c6fd620edb3254b776494d2b5a55a8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a514202264b03a6c80a02e3cfafb7c6a86482449613b5ec0052d1040587fd088_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ae40b5055051c07b225c15723da95953a6a7d2dc6dfec8d0469d6f857c8424d2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3882b19d141998fdfd1197856ec7826be00034d72633396be628002953fc94a7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:39282efac8310ed389b4acc4ff3aabd6367800953c1e8fecbf17926306d1f419_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8df02a6889e22a9763b5c0e7b6934824f682f4683f2085f82dda54de427ba28d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:fd15b8944403c78ee3c0fcbe08aa5ecfcb7b10c14fe5f1a20ba4873295879c8a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:011ac49df806c01b3f64fab0b3d79355b2685c8fc0316653f34359b451ef2ba5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5929d673c5a6a568c88e13586278da184ebda4c9c5a9a4a1f9154ad0e66340ad_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d113138d214fab52ec3422cd3affe8d3694a1ec30b85778acfa8b114ebffdddb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d91c11d262c19c1f020e9b53da07db82b6d68533f4e697ecff6c722781b4a4ba_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:5865f0a925e725309c27dc1d71d0dc999cb01b4fbde764ba8def1524f978c0f1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:bdbbbd728c482c0c5b5e87af470856aff0c8264d3f490c8ae9d987f21d5bac60_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c1230c3643979aff1e615e1de9bcbc758c31f7508b9a3b25fd2eb323eb6b2490_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c7649d6adc16287d38318b6a50107dc1d3aee2e842a19e09822fb86fac31df15_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:70687b2657e8f1cbbff110582b55f3104d0c7f47a44ca1185a7f67e421d76a17_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bda8d910934ae595f8a53675c74094693de8e0a929fc7c52458b2a9f7cd0b4a6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dff9eb529ea868114b0f46c60f4014b429ce115b0ce949e6855fe29d9270354a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e56bb2c28d7ddd2dbac95451cc16d547718b651532ec69c85e8f0fcf5785d002_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1670745d88d0d92a262ab445f81956e894ae5e9b23d490fab96860957c028771_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5cf3f4d1346c07a4e065dad2df083934591b45c714f503b5b617d470e87f1db7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7adc722fdef132557c191e026fdac56278584f6e49f3902179fc443d87a4165d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ff467f13cb09556eb490743f878422fa2493b8bca683b8759d7926e8af97dace_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4030ffce9d00de08b95d660595f0f67b2b83756ced6c6439da14d36b0b923729_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4baea4cfb5bc4a7974f90c3bfbb25e23865b659fd078ec45b4c36ec0d11b78f3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:829d8937eb34548f09b89de6dd5a236ae58d6f74501f44c929538c281a8be920_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a7fc85a92b1d5f7f79d8a8a63e6d9bb4dfc66383ff175fbd956deb1de3127fdb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:78adc3f034871d6d77793932d11b1e5f4b2ff3e1cff0385b44811210a3c84dc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b836e8f7b31ba9c107a08e3be1cc27e73afa4045210d7fccc817c6058671aa67_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:cb550213a7e8671953d5b880c0b651a566be475a3ca0f5b442a2fa9b0bfeeb1d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f727aa55c29332a39fb4e74013b9cc96ea5b32c9cfbb7cbcd79c7031d1a6f44f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4b1f00007dc39d345013c99c38163e0adc112e5eb81fdf41e1acaa1e0064d7f0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6ae9a652c5693c55ceb3ed91fbac054d887142b0f55882c776e42ba20d1dbdcb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7ae4ffe7112d35231314490c8d02c6f0947b54c240ace11a87c07dad44d5be4c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:934380eb6ae83360d1e11f709c58d18c2e69e04b3246a02846f26f9879ca1edc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5580313395048ffe3d874dec574f7f1f1f21cb84831945de53a80856b4e945df_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9bc152718354bb245a765da17d12d0477cbd15d7eda5a86b8c5b1330287fec4c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c00d2c84a5f8c5f1c674d43eddacbbac05782b81ab98cff83b606c35b46d18a5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d74ebc7fd5b30afecc3d9f61ee6c74b2c0f8519514c5614ddfbe9bbc68227509_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:84ca4259de3e923248f7d50c3adcea713871d3d2da66f172c25dd391d22a3bb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c6381254579086af7ec69a4e610680fe0e532a26f7ce202c72d047b89e0db642_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e0eefc7f55d25990d314c2ceb50afe70f7746e467ab7a409fa3d1b44708d9ffd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fed1fbc1295974647bcbad55e52b199c2d3d4307a3e53e4f8b1db135df9fd8f8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4bbddb6ff2f7429b2f5730d4a3f529b80784f8e42a0acc025e78713d703a2efd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:53a0ebb5fda619248605abeda530cf37fdb7ce99e7b7314cd5bcef2d8d8b7004_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5e37b117f72cf1001bea772e1302186d8f86c0980534b7f359179a5e6926c448_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6891d22800cc10bd8d773d471bc71c4db64460efab4b30202d42da1daf61a3fd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0d1bc6ef87ea978c23ca7189fdf17ad0f54a5f7709a75a25d82e7b84ffadf984_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:107f2fcd3f606044c570a980c176047870b304f3212df747995f6eb8a45749bb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6b6e5e25d50219a95d914df16c1c4e761d0bb45a9efd054572e54054f27a6f0a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:dd60fb26e79143000563578f9d72e3bb7cdde4b73dfdfc148b27942197d3be51_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:053d5fdef0973f6017991487843da7a64f8a346025cf46a7c575d6a4bab71d74_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:26318acd09b8263236b4d266c735aad015e3a4b61daafedf266ef1115968f536_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3ed5dce28d62c36a87ff35dead5806fd124a187e48051a0d2b550b209c9f6302_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e06c4933f2806bfab0f36ccdc159675e5fe2a6a084f98065787d304d5df3b7f8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:055b352bfb76de2eba0b9f0d1a6bca199c6e913e8e95879e991c5fd22095c677_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:16e31b5411f5f1924cbcf851f1b0463302a34c31c5c515220923f7a2050c18e8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5909f73afae46cf2ad00a9a6f1c38d38acc3ab00a0b97ca419110492d7bcab7d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dbfe981d5b05078eb1158624dfe2f0651cad81b92aafbc671cb6470b49bbb89f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3b166e5b5529c407c2f8e372414d043fc617965696c5a869fcadfde2d14d716d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d3f6483b465851cbb520810069a18136af80ccdf79fc1ea80ddb4687ce685aca_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d7d33c165c3d0cc0e4924e8c8d34bfbd1d72e2aea301e53e4b37b712e94c06e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:de5e8cdb75cc79630290f83ff179057d25bfc11d37816c57b6f66563eb3a2732_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:24abe1e6ee078487af8ee8bdd5dbc267c18882078a7987fbd63728dc2b65bb75_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:552d01e66c6b2fe59104b8a9f3e1e58fdcd7b4d4cd63db42883ceb119ec0ef25_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c00c3c5e7e106cd6527cec39e5c3fba990d1986bfdcb691b866db80d59e5f82_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bed1aeb4f58c045644650615230eaee03336daf78d9342022786c12f29da670d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3b213ee7154fd814e8a904c3a161bc16ca7419163e8132ccabab76821c33b310_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:721efd9cae7cd4b43c6bd498064a6c427fa32d0ba848f8b0bf7670afd662bb18_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8f5f0f56604ecf94768262496ba1e29073e87ec16aa8f434674b308bbd00678b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d78b1c13b0ef255bce1e19973bcbef04d40c517301959a7f23d23613a95c1db0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:650f0e2357f8d302f10ee0a628868f985c5a8c8a4e6af9e6793a9051b33205b9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d5a3ff1bae3686aff1781b5f5f9e1a7966962b88a1e84ab4eb62751aa835bb78_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:db30f78340370f9da03fdee73445b72160c35d83f44f708d3a62c9dc8e88bd46_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e88ead481c18a7b6de8ba7f609a1782e45e1ce85f2a158f259bbe68a9db261b5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:0bdbde169ecd68d82366f3d04f947f73715797fae5c3c4561e7bda5b5080dc3f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:1d45937273065c5cdeea502fa388172651fef5a607db33ea72c49f2a50b29b94_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a562490081e5dfc0fea7306931e2dab3fbfdf76cd83768b7a43ea556aebfe4f9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:dea6dd04d50bc97f9e61330140f61a7370e31e474c26b3526e18b0ae8ad56c41_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6ff785742b50af7f2a15c1dd6f38eb69e9a1a20cb4bd635aacc57a5557dd1b4d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:d0e6151117374aa602349bd1028175b94eea6f8386832df622d56715cbcb675d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e8fea02d42c9a9b8e9ad7642d9f08d705eb6e4b3e3681cbf6281c7b8b3244ca2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ecac534bb32ddc645101f6565521b08fde95cbf0eb2b9c6b896c83ba23e8b6bd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:55e0877d1949d009d71821f6779aa9ee90484fcccb820d53bf53b90f7d412636_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:775af20537e6f4c84985145f44ad1ae2d5530ae06859c2549d1d85a2e4ac54ff_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:a1b02b9608eadb4388dc13fb5ae55fc6ad64788f93186872c133a0ff1f5ab487_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b5d732e8d36668226255dbfeb389994104d83ef2be461079b66557bb20d799f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2e983c69ea6e29aca4f36596a0c697c2935dd1deb08a4d3546aaccb4e3d78ae1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4ae2494b702a6c7f68a65ea730f6df3253ffe78f2d178b0714fb6ec04cba5cc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b1133f78075f3364ab85142cf6c8457820e2e1f31a5b0750585ee1adc1285ba6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d41fc7e76000bc1b4016bf10e86fec44f551b127e17997fa4bb13420219fb3f1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:25acdc169b3860a10f46dea8b842626acc639aec950ca7a9339e96a2bf1ed7e1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:453bea2d5f94523a88f37acac9edd0a8d921bf79409a260386fa458cb18d13b7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a70ced1330a4e7a0a7b81bf6b19b3346ad5bb6e26398c7f0577994d48712b2ad_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c2a6ad45ab46c0238429cd0ab59bf169ff368bf68750a011f481208e56fa0268_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:33afbf29add637cae8478b8e0ef6b3b465e4ee53b000467ec34fb1f3a04615af_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8056eca30416b0b93270f6c92d0fdbe4f1cfbbd6258e27a746cc379a86b6b8cd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a06dfb4e75cc6b0edd836cd59035095135503f35a7cbc710ed7b0e447fe256f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a820784083ee32f544efc474c7ded798916d1f077ddb9c3f4461de48747f4c73_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0ab4e11886c642fbcf7560f780abf9046b73dcfd7dc9cb0f086d9e62f87fb271_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1283ae9261afb1293b597a8da40611cdc1980b1e403de5d16669c5b7d2527dc7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:89ec13946e699f6589c3d235cb515b92ff48d1d5fae8e7892279b64d41b74511_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d08403f8114128e063826ee0cb3324bba9f027d7b2feeb6f7c826c9c4925579f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:2aa0baab0fca2bf6877260b871b3079ad96c37034e6f3d0a45cea4118cca230a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7f886a3942b81b3318e288602c88de802278bb77c5d11ba758f1d86f2f028abf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:940d02c46f06fa92818dffd1842010b652856e09cebdec33e0f0e1a1e9b1b5a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:cac82b041210a06cefe512e89c5755e972f6e125c69a0dae87e454e259a3c08c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:12466469754c88d41872c1a061c1eb4349cf565b5fb32db651f3639aff2df67c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:af5fca0ab8a1f5374caea5b38486cc97c2be9d884a55542faeaced44a4a7320b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ad60c87d6e05b51b5351d2490538c757547b43a679256052b600e3fe8e80a594_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:e8372026bbc873c38ffc2c7df35183727596993dde5663ec27a2c2fe401e04f1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:736b406850af746470b1bd5dbc61fc4b166133e9cb50aa528dc1210b2002d469_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a73525cbcab817d0472f544883106a359b9079eeb1d8628d8b0185e450662361_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:84664067a273cdadce55bb8531916e8d8edc7936bcc57bc2dd1ecf57adb08c06_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9a006a111625f85305fbf3dfcd9a62592357a6a282a1c8ea1edbc48b2ef7db05_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:adb84daa38497eef3d89a9b42fbb22fc04e94f708db4f1f02de21dbf099ef788_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:f81616fe8dcd6b63df308c58bc1b696f9b3c488ebdfe00d7985026b10d083de9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:07efac034de568e79f6ecf97f924fd5ce7104e9259d90747cc0fd3e0a7bf4116_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0bc9b2b997bdf9bd285382823ebb9806502664976c2dd7e7b0d111df7717e77d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:165fc1e58447c7bc9febc3ebc74f90096c6e48986789d4e66ff6443f1d30d024_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f516ff3ac172cc08e88f25a0531a3784ed212897dbe0b05e04dece7d62eb977a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0d455e21bddb7ecd4c5b8f077ea96f046ba3183d17e3755ae95f8cd112a81179_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3d291642757ab1bc56aa6bf8b31b383a1867b06fda7ec093daf361e3bb082624_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:91c0c9cf474e9dd3b7dfab43e3e651afcf950c183a51321a586d5e98e3b8dc82_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:ffcd35b620a75ac1d121b826b37ff71f5006684d9222c440785f06fdafef5531_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:56c2e0f91eb13a89c48ee5ebeaecfaf87dcef3f85bf7f7fab37e3cc6c9b2dd10_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:84e22659ec76ea69dd31d0c6bdb39b752d4e525e7425d3ad282c3ba5c16c19c9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a3669bd8567383f9e15755e7640b5af4e796ce1d6bec3b6f1139645b656f425d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:ac7eed19416dd31a76ce8139a4c1cc16f2201b1dbb1c884dbd20fc5a965b82a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:44020a87c575f01d876bcd559d0b37bcba2f5bb4337a4f0f40d65196a407910c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:7272870ff2a94fd3c026f3c3a4e985a2b2eb5c47dedebc00f2cc25a496ec3e90_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d5e64fad675db5b1a7fe03720a35eef4ef6497e49e928b7cb0a38ddd6fa9187a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f4d0e3f2751dad9fab70a9080102f7c0e82a784e516f993e1e84a8561c33204f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:174b142475167275c428eec2892e91ba557a1783a128749b9516911a366ef54e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:52fac1bee10c7847bcf6f7dc9f027764a183d462e46678b5b9aaac9611cfcec0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:874a6c39ad36a55efafc0b690d17aa4eba8df8f30831a5315a198e692e405592_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:af2f5f615c4e9da63b09f2b9f52ef632dc76793f51730ee67a96d5e99118d552_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0867d20104c147d58a3e119c8eccd725d2b5311bc563cb4030c18714e085c80c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:12bf752f4f8f0929752fee39067bab20d3af32f9d767e0eeed2cee9dc9cdf774_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3f0993acf410b536a4c2be24d23afedeaa6d4b02a8055100cddc37443a619cf3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d745b47be21fc6b98e8b1830c34e951271362105d32704cac1b1a796abddecc4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6c539e26ca346ca83a4c024a374f3874e858602b71794a1709b8a08356744b46_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:94e6571b95628469dd361c3ae5bf4bb88bdcf68636c0a7a6f007a19e32216514_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:978722d03bd0e1eb78e35c188516d960ed81c8b47a66e77ec7ea465634e44536_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f270599d2857493437426bb7ba58ecdeb0933b244b0b5e81d70be8f06c734c4c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:07f5c5ba5313539cdea53ec438fcc97c698df8284bba4ddfc6c7af4403873362_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b93c3b58e03d6fbfd8d73f6f0966ef5d616c0da0776f516ec826e4f5e0d4bf1f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f5aa864ac9d9a3e5c0a412e9bf6e22756f6232713e14fe4194f61b1a1c1ad52c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fa3603fc128be2cead70ffb3b0b0b5c9520f7826bd46863a86b1853e62a998f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:382e4343f73dba48761c24841e45aabdf84a7f4de996be6515d8ee7c3e728c78_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:840f25f86e1850623e2929597e072219c2119b08acee3b81e8c7aed1b92fcb64_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:8f9eddba528ca5e8cc40717ae9f30253c955be657f8475a1c4da66c257bd1729_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ac7a2fce2be014fdc4208e98abe50329d0af9b7f7af98fd27e611751a413b4e6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5ad568a42fb0d0f2b78702929b75ab8fbb41937a853b4344ca990776f48ff85c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:821c5edd5f5ea9fddd168482dc437c6eec19231d95854abfbf1bcb150cfe618a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8932f2fc5e81fd7165d50432ba8994896c9ac8b323d5cc798872c1770133eceb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:df49ea17391c34a0eadacecb37c7e00552af8aca3ebb648f28f3f805fb79495a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:58e02752411f5bc061c8dd98bc7dfeb17780ef24ba8c65e590e4d6c5213c267f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d1c95fad91fbfc41da5d6871fb0a3c07d20652b5fce3f010505afe0d24c1977a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d6bfcd46424e1719490ce37bff728ea278eaf589e052a90b3fb30a9110aaa298_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ef555584c97654b76391f8e4d31bf0200fa82222b3197ef928f306c8d70f4881_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:520b43e0497fde1deef41e5f9e51448fde032769f433980802097e1e4216fb6e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:de2a25058c3aaa6f98e80870aca51d8bfd16354eb2da93e7498fc804825babb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:fba545c7b9accb5be03b9bf1931c086a8da8592e3ddc9b5a9ad6d798229314b9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:12645a5f47e54e3bf3f0b0863c44b938be5c42b22f695faf62c8d918cddb03ac_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:529d46e40fd5f6de98cb72dd8704068e3b9baf4d3bdf91feb9c19139bd74c652_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:701028c843123a3e4250731e216eceb647411ce685517383b9a62b5af21c10b0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1b7392f3cadb8ca07f10d5681fa33f6dfe61f895e4a8a1874bdd5aab3543f67d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:693c125a5f2f67364d8bdc1a5e7abe959dd46898e7f46d5b3756746cf598e135_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:93f4a34af9c198e4baa449f7ce0e1e0936358afc725eafc3b8118df3d92d2b44_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:0e4dde634359042b67bcc5224afeef951459167cb8f36cb6f262719308f8ae42_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:344860750b6a6e567bb1475f68d18b19d6f79438b767c351c850d082648aa5b1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:efe1a0fb3394a117206bb1837b63a0ee828ab5b5d30dd7c94aa88afa04c94c2c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:afb18f280c123c44f1349b80bcab24c86d8933795a0577deb13bb651019d6a92_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c865ec93173fecc00d843737009627ba137b7cabcf8337ea7837eb9bd993a601_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d172695ad3dcae4be122b50a27f14c6cb0e71357868ebdd13336cb7315122fd8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d4a1f393e7762a2c7ff12fd634077f5bc5bdd224d7791eb7929d26cd16047dee_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:01050a4179625f00151e478a0571e64120ac6221fdbf32c969a18ae9872c9574_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7639b8403341003825286c0fd45ab34d815585e8f4b5b4d1a424ccfc0292e017_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bd76fd61510b4714518ec5191e315f83feb1f47402e32602b061a0fc09641c9e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e53bc4c7a3fa7103778bd3f7bdc4b6be4b5e6a8450e38eee246caa75d9f8f44d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:62414e285f1e4de212e28bd90e5eeb60730324d54a317434565bad8891435168_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:77dc7d2bcb0cb6289f6d8c3c3f4ad3c01b9e24b4f6969ac666a888ecc8a29981_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:7cbc05eb0a0d3210e378d08d879933d905565224d9a6fc00e3bd1a9ad6782557_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d195bea4ac0b3ee073418a3674535525622d9b492bcd1fb0448b8ae52ba262b1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1440138d54ba0f09184f96cb79557548c3c9f19089bc813f433de28654cd74ef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:203e3cf52680caad6f8fec2ca1c7c87d45205ebcb9e816fb188e74a5bc7496ef_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4ef6d0725b69e2867c44e7d7ac57c820b759a45c491997210fc38b346d7f033d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b1ae4f6e3577edd7fc9f6595168857af7fd9c08aadbca1642c2f9248205b8c42_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:2e494676f33f47eb13ce2e3675c8e7a3871d5d1b73a59b71623caba05364196b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c8183043eac4cff3a7c17a9de76a4c9df725db694f411b19dd64923d1de68551_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:c7944fe378873f5d5268ff872c52ca08908af41b7efa03a7032363c11af633da_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:fc53a478ba64c0557ef8de93faf1320baab34d4bca5f50bc8f74d4a8d3a86890_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a5e04dd92dd9bca8344f741151a5756e28fdd197e2aae26c13caf2867ee6ff76_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c16e427a9ffa0ef24fd07e6a21ff78a63313d5274eb3b1180f7c29cd1a9d11b7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:31630cb5049add8b683fc6f3de6cc20ffc530b72d45daedb84cfe62bec754591_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:89a876583624410a9d79c1cf83d94a9a7c0dfbd3ad70228ea985e45b2ccee9f7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:dd8a443d71a973e30574016ce343c19edc1872c63ed46b5f7023d304b9c4edcd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:63a52e5f035913f64e82ae6a617273abae9ee0729316d26ed5d4182ca0f50d11_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:754310c0f797038ef14c3ef9ecd934b6ffaac6ca60b755894212854289b9f405_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:49c4861778e7bc4f5738ff0f5cd5c542e9fe75c33057a4a0806b03ac75d76ca7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ce8e1af1e3f7d331be7a366560b517e1fc27f83f1382ca6a69a1d9893f260fda_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3478a4d3a1acaba3cfb3f1040320798b9d0b419a66b07267965d4ab974a3b440_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5db06d085c31aafb3f02c2c373b2de6d93c5fde72dae55d6de90f44b49b5770e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:634d04ee67f3a521e7b3cde560084491908f32aef4a89a1bb7d3aa0ae119927b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7683407dca1a355e731e277631b3d8522a3f84f1de664829c3b15db39b1f1ca2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4ef1395e47e1898bc84155ed4b4e3e4c72d08e4e7f2d19d9530d889fe0ef6b26_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:63631119f3411bf77ea1f622d77ef96434d80815531b046efe5b297dd5bbfffa_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7ee73740b3264500f062e3863e42fbd98dc3895f17294450fc90d992d2108d49_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:db28768861f567200cc79639eb01ce8e18fe5cb8a768cc01d3e23bda55431c75_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:09ebbcea16169b9ac863167c0e7f953717e92f75fc4c4e2bffa0eacf84519907_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3118a7eeb28d8388a06731c7bcdb5eba4a942b9c91a84e595ec0fb49a55bcb11_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3bacdd4e5501902865eb31e884646418bfb5fae90593e96b06ac0b7c3cc1cedf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:852556f6eb96442354f0695d6630e2798e19e31a5ada2ef01e3ca2571a4a40c0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:59ae16e7b7d2bc20f34b8bd1dcd7cf8d8d7c201b0f78e3165b11a592d1b08597_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8b68cda23f470048944c164b84fe27a5fb6a43fe739537383444c28cae451035_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:23c8ed7995abda7f87fe4031843205f3a99a0c57508c6218291762a60907f5f2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cca7e231ac39da3a210859c6280ded3a4687620493e3a3e0164a403271537b6f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:054a0d12730620c46ee6209bc9932909f653d0b7f796682a0f798ab3ac3b3641_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3281b909de7dfc5bf3c746e3e8ab05fec49fc8aa83dc8156e616a59c41ee923c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:d5efd9212ed22c89067691796443fab0b28bfc31cea94bbe636a4759f2e88521_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e0a34a88a67409e2b1cb243874cadd3de1c9c56a54ac225dc860cd89a635bd97_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:275f90da2f77f60d0a77e00936734ffcb5099fc8b5662e03de49d807a7632f6d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:833072794acb03eaf053f30b6bcfeef95cf1836ad5149fd97f34f3546a2e9f6e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:893dd8fc24cb10db16620d8feae352929b0dbb797f02fd80f025fdc7c78bf53d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c9ba070e466a5123790067569bcb909e291f3b2264af0aa152372fff9e64f82d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:6f50d9406911e5fbe310c94dc60829891609934e64983339b5f66432a20864c2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:8b4ce896da4126dfda544da09d04f010c0e9b25bdab6557adbab8d095905d535_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:997a24c33d3ae9914f3694b3a8cd8af50137ea48296c322b56dca53b4dcd1fcb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f80cee2f47779e24e07ee475d09fc697a4446a07f9eebb0813a7119eb0bda36d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:7aa46141209fdb1090d90f00d1a7753f31b9224e080b8c669883901846b32ca4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a0dfec857ddadf777961a71d8dd545cc798b921e083c8b5156ca7423f8ad8a2f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a5c047afb2066ca8740286ad2af8e1271ef78c2e5df73ed2365f586d6a101b33_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dcda877c69d0398e4744f1b7a2ed81986ccdfdb6f4da7fba75f29fead8b10f34_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1ff4a8a6440dd4d97adc3273253da14e081083c978edb5fcd05dea33d4cc888a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:2aaba77958b12e834f6418338a21b839a95c21ac5568a53b5f792553db772e6c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e5753a6fa47d5a753be2eb3b7a46cee0bc156b0e52bf75e4f192c0ddb3fdef47_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:ed802f61197fbcc0f1a8a916612ab33363e0e1866ae70d03df92469a2c356ea6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:120c1ccd64bca8bfff4b46d14f78038594a28f6d58c585b1215afd76c23c7ad5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:52dcfdc6c5f219f414fa0775b70e34118b319897b0772931e0861623db7bde86_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6b259bed5dc046510b7c3305f6abf86e4543a9ec5091505f92f573536e9f049f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:bc0dd85538edc7a80adc0fc9fc4e02051e7b09480250b5328a6b70251875b943_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3f9151da4d025555f4c0183a0ce07a2d0084beeafdc9f3f1e87a603053ef9089_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:919fe76dee99d772b668b57645779a63e1c3b7f7f40fe79175c27ae6d7e261db_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e19a080b5fe10b67fe48c28014879abbc87cf5077c32c003fddd171d06bb370f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f7708a1c1e0d4083c7f0b9e8d8704b91a4c823dc9435d5d3e986372f305e1fe4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:27bd19fa0c1eb00c55120e22b21eaab50f0eb75a84910e9d8a2fd3b5fd1c7dc2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:52c4215a49207586cb3f33bd1d35aeda857d31d34c80cbfffba02ba8c448c8a6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:62e5cb5ba2d92bc29a2087c9de9fed7978d4c5ffe07b0afb479eac93519c6df5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:68aa837b6a3bd95232abd62ecae3b040f2a7a72ced626c784c4062c2f28a6e3d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:9872321279ec2d108191f1f7e1764551e9c7099de51f595627db068a66fc4f8d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a06cb8024ab06fbdee295afe99cd294f6e05c36dd490545600967b8ff12e3391_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:1d3a2d2ae27d869506d3f027ebb43f0ca64451cbb635c4c412c85129025728c3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:c20a4f14ad0eecc3f88eda36bd65f1f390c6977a7ad5ed69e87969556b9d8cc7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:64247ff135642a32fb59a62cdcaae5f28085ef0578916b4ab2c90d31e67848f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:e0cf29f62ec486451053c661388f9a3a12ba42b84899b687fb3486666a42536b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:efc289b0278fc84c571d7adf9e9ee1f8b149c5d832cbf416803435e89ee0a531_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:47ac82d0289751c8c7e41da07173dd61836e606101a20b598c00da1cd1fc9077_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:953b8ff978f6523f4578a469d23dba6536d49a141b4e3729b059feb6d79a858b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ee224daca08de920de240b684ebc23a4da50d60130d9e205e88c904c8c755343_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f267111aa2951d22dd6a41c7362afc22454e365325b7a016d213505b7dad74f8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0ed3d751161fa47b7ed4bd2ec2c5bfff8ac5ffae0df22dd9a741cc64bbe2939d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:48bbecc83208a8895cee2c2e8ec677f59a688e02705a677cde4e9a8a52398d1b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:89ac959e411430e4910919132f95452d1142a45fc5c67088f15cf5bad8982165_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:db55fb30b025bb573317f113897a7bfa0dc729aa684dcdb0ac3066356b339bc9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:285f19a6dcffb48d4e6f6d3bfb44722f1828bfb2099a8736f2fc08cdd1481175_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:521f2693c3073993771af37d65723ced3ac83c7438d6ff35425ca5f663101676_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d1883837f227ea4b98d2442b46e5c07a9eeae549e13cd778f7c9e78494b53911_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f1f601e3a4951748fbf030083febf57aad02568058889b0122c8872e2d68d70b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:34298ddfd123342b87d28c047cb4a8c1b25b07352bfed57aefffdd92a7058b6f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4a56a0984384548771e1c8fa5a4a8efe93f472cdf2b64b01d6049b2f9187a684_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6765cf3c0f8d395307ae57019cda7e2aeee976ec060eea8a47703db0b18532df_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:8a8377100458d05864c6521e4b7550df73b5c3d9cade518067d5741fa9d02292_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:09ad41d3ddb9aba6d649812d1e48433f5778b1cd9d5e0e1466b34e6516b864e1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:7b3a100ca1bce2bced0306ec9d4b90a4dfe8596c5bdf51799aa3a7a1ef36fef3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:ace3b3b02c33261287a32253dd1c027769743797317ac4259c9102e0b3db6603_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d289ef93e6e179405cae0db5309865f76cefababf168006abf09fc3a51a32bcc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:20052a45d551f7e988cc0c38baa38f146df4d9d741ac71f17498d8ddc44a1beb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:55409e5fb153973038a15985a332681f4e3e41126f84b6a355c47314c76bdf2e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c143caae15fb4249757018e05ac8dab9abb20f405977cb41468ce6a8049c4342_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c5d456d739d5791e51544a45309ca3b64f763cb49632bc638950fbfc041b4193_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3ab4203333e071978d85f0f44f7342811d898cc388326db60afacd2395f8340e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5a97ef5bfe0456bc1528f2a3df7736c506e11cb61de5c41a1daf22162150b345_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:94fd7b1b27954fb59c11a010f4b8ce0a3377b38bfed7ffb20873a2f7a499f8bf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a936c0970ab66789c10a64cf57ae76bcab0f2f16b6b50e713373066f73d535b5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:34fb12d4fbb5f9b29b1b58e19b1c1b0eb27121ef80edc50a59e431a4e94638c9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:bedcb032aa7325e5bbff014f251d5ad91fff9dcdaf84a95e61e4fc4198f22f79_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d10ffca12372666b239a9fcde83a4b0da6c3f37fede3e47272bbdf9ebd2f0d91_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d5284bc6a4ff57ceca1c00af4ed0c46fd341f1e2a28b4f13b210ed327a25ebd6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:2a7aeb3139633e2014d99631287cce239d73af61e541f218f45a009fc151d8d8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3afe2f3016ac55bd947c98d1e4b957969357aed54423ca2f35955eac8639116f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6d7572f71fc31d580d355bc6ebf8eaa54e4285c53c7e0e418a7495a0fb8d37a6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d2236c41a640de0aedb4eb2f1ef143793288329513ec0911bc37ba688857701f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:7688c4b2355532cddd9b9d314d105127c494990e7079407d2f43e578610971ad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:91ee195223233fdaa6d83ddbc8e1dc33bc7811e4f1e6ec9f5ddf325f560ec38d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:c866308d315beaa691b25dfed4be0cace44628e0799527e9ca11d14165437d98_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:dfe468dbed566f02ea0ed9b5ed5565f40a00d03a344d2a230b0a0a83c783493b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:08710b0caf6f4bc16e72a89f596f33c8c38ba7742d0f1ee552336f9acc7f222e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1491efe6870dae8caca1a78c9c96f8b4b2956db3bd5eaa6bde59ee996506bfb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:2a0f11f0a1063e3ca7b8b04693ebe979e9953736d37f3dc3a91fa5c9912d79d4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:813fdba989d7b5a4aad5e9ce5bf5285b0e65745375dbdef899786d571c001b77_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0db523e5a7a6420d94d5d302b90c798737eb78f99cde3b887d3c3866e195b9bf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:18b7e5875aaad6e0bb8b12fa303ad6295bf3968daeaed2104f0f4ec3122446df_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:80c4e60cb2ab82621ef12774841d39e6ece9e9671114afd0d19b188dd7746d81_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c20dd339ba44e18a505db8bf726e2db8b6a764f7bfcd9e0d63d627d69c2378fe_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:528f1228123298362d5787e862306cc2605f3eb31fdedfd0deea7f3cdffb77cc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:75b18dbc6fef40173ab0c85ff4f9c4111e29afa10593ef9141d589f88b418826_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:e8147c001326caf53531a8917f91991b5ca05f31d30adba78a03539a6568009c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:fb390f9eeb4853d9a20c9bf02ac10e099238e94084230bb532029be4c88b7ac6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3dc8fa50d17a5074f03d58eb00467e45e6d74f6c5293bc57ebb8c4feb4323eb9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:51941876bbb8070423c00e3699bb193343e963358dcae8cc6acda94395edc5fa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9087e6df82220f673440368a5e81c5a0f3eb5e36cccc61cb40fcb56d92cfcadb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e3740bfa7355589784350a9dafc10849d32f1273327387b3b3c6389ba1e26dba_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:05f5bc9410d9859f1bbc1def6e1c74fd47781faf1ef26633f61b5d8f09ce8d02_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5e14d01db3abe1412de6cbd8dbd7d3598d5ba7d2af2f5e55a7ca625aaf8a9155_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:db0bf5b79be48f69d411611bfa74a9b1cdfe875b453a81ec5ea72a962c27978e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ddbaa3a482cf17a156f6955ec155eace13126ae83217c36c03eb2b826e7c4ff0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:02ce1779315733c6039fbd9f711d6c75da89fcfd4d6ac8e485d7aba30882b3ff_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:d29e550f223f287e258aa15ac71ec87cbd24e9d6888f22d82aede80b7902765e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1d43b37d6ee7556d8afe22fb33c7c9ab7a1ff5b2b38d6e18f762ba759015f87a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4e627ea7097e36d07d109f50212809b6477070750c0bfff14f3fe9d1d7ca29f4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:63e60a076755fec73f95d2f5ee948a50d895b69cd327296ac0925e301f5b7e4d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9028745ca618eda612fa2960f0327f19fb689eb36762515bfd71bb2efab0a0a3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2dc50c3c453049a1e81e8cc4559147a4fd4a3a6a9c140865f82bf628f2a45b83_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:734c982a6159e5c4077a12b1a0f72ad992b70f965873ea591228172e6265263f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b2a21551ad4c66e622ccd865529356920dc4524bfa4595e08a99e0e95438823d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3133ccf5290a245274c030f53c63dfa74d6e04bffa684808fc1815a07ebfa13_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:6f399ee5f4634353047061fddcb9092dccead96c6884863253b913dab93c2e15_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9176cf7f1c5ccd82d82dc1a8ea47c2bd34e2ddb54d750cbacf7735a04ed6a221_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:dc6f5e144468283ba4d04ccc155f9e483d085dc2f1b78992e5fcfea42db77bcd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e5216672e4e265b01384ed2dcd722b4a166490d66e19aaec457aca55c7e3dbd6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:4ca8bbfe3586672e1de22cdce9466b37aa0e11c5e9d94ea8da271aa5cad3df47_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:57488300ca265dfcad9bcc1a2861062d8b82c2b80e8b21cc3ed766fd187402db_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:660006e5e6826b13ea6d73fce4fe672d1f67479c44ed65dee68119369eba3c75_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:91b8003dab0652f1a06de50435ca08d6f6366e6e8e7e10a9743542b577728b1d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0017d40e539a56e2ddbf4a97b0cd94825ad5dbc9cd79e1a7e058bb0b11afec29_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:7a71babc3307efe03b8bb3f3cc5f9159a4868c215df70d7a78ba37b91294649c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8403ecd148b8f0aa7f1156fc1676307753967ae68a69948af7c3987de8178959_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:a4e02776f7b5a66943bad040650f4dc9e865f05a0911f4f9aba975c4b30ef517_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5d3d3cbbc28f59a6aefb1e54986e084ce49b69867d100e9b7a8eba17b764304a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5fe1d81ec73517468488ed1a60331a78733ce2fed50f3930b4efbcdff5884326_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:94a7a56873cf0e075740a1db93972f2b2505e7bc082f2faf2d3a6badbb52b08e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d1e737deb52f4f124e34889df5ee2a787db0ee13ef86842f415d5c18ff70498d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:0c8b3d458f0968682b8604cad6ddf02b1135b99c4682090dc78d9b273084a0ab_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8f02a07e0928906a1c075fc3510f3750c679361bb9e0fc7504610eb2b230a092_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9b174760063eedf3197e5664994fdc21f85cbc3be8bd1329142fb9e88103b717_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:e97049e759fd58cb6a2c8dc5b78df8dab7139f8868b1461a3946cf187b824f55_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:17b700ef898288bc081220792a7a95f4f1852338d3d08dff19ea02cc9d957239_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:675083e881008c57ea9fe8e73db8034a66a3f439c6fc1862db09503f311caef8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b94730e4b9e9de7c0a99431f90b42a5368aa0da03869eb8a71dfc92dce27ba7c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c5c12b41cdbcc18c98ec1632a0c9aec007a9672a742fcfe89a5b104160feb698_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2c51c07f11fa78b44eb528339da6291d1c660451a0c9774ad7bf8d8ea7744ee3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4d7e15ae24207bd06663f5c9d55564e220bef28ef150f62d2e9622f569490acf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5a51836c3306ed97366bc3c8f24a8f9e880628d1feb98854eb5dd10800bfae83_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8231352f700a733b13de64913738e0de1b89be5046736077f7300c21fb778aa2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:121025c1dfa4bb1138150adc737d7cf12e69ce21f10690ad8d740c1c1f2dde4b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c02ec1e4b586a812cddae6ea43cf42a6b9742d062fc12c18c2414bc48b5b96e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4c94c8afa17ce2348d6198c2914e9257ac9510455c521f6539ab17877b6fd974_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:70c7beb1cdbcba3eb4fb83fafaf740145b81d510ef56d5ac59ea4bbbfbfebc00_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:83efb138b8bd5084f7dbeb8a59fe1ecc2680a20d5853b7a15f47e1f87929fd9e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:bd63fc568a9ceddc67809e2271de8ef4d57ac8af283861a601547a6b9da2dda2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d0d429e4a3a0a9f015725dd965d4317e67c72b3fd846ef4b04c20ada4d067eef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ecc47300fa59bdd3970f0baf030a75e1fe5862d2470756cf32c389b1eb89152a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:53bfb1dd8b4f99a0252bfdad2c65960877a4e722f5ae88591eb87d6800d1d98c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:64fcb6ccdaa30c4e06cc91a40273c6be01958ca2c048bd39d8a87e8c09fa7d55_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:bd7e96fa5e3db517c91323142b8258555f04d93dc0f164b6e83249dc0cd1b416_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e5d77db3010b3e1d31e14a0bafb1a5e5ca62dc03b7b0bd2097b198f6be6ee442_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:0488437dcc9ca866c5b96278686ea20b5732f8e8038af90889fadcf90f1082fc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d1bd0363eb8c21c0123522b814b140a7595a459c7c286220b4b6fb0b9886a115_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e45c7964c5a89fbb1a8c6da3a905e2caacbbf8c433b0d56d1b260bba151b3e93_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f52e1ea0175eb2af0a63311dc0b8acc1771c53a7668108d7bb7abf2b814e37e5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0043c8e63c3bcf98e33fda7e5f532143b4c8fdbce690606bf469e932d8552062_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:465c03f230a374b6885874b775473275fe8866f61856fb71a8e2bfc37b712ea2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:c730b4b9a52549bb6204deba37e28ee3946758bc86f27c1b886188ba0f164fc7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f50ed1d01f799f00ce20f210b95774f2dffe7137757ecf86544c71a9f621f402_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:56015af081c97939fa71d978d511ecc0e93ea6ea89640ae846645121531a4a86_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:82a97e06294f2bbad05dd72f91d692449eb4094ce1edda7d651e2f1833018faf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8faf68e17b482f07fd1a4ae8ef292fd44fe9de5369d5129c3945acb56b5c2f0c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ae7b169bcaae3569a946c84d88d0ca7b42b530b475c4afc4096d5db36aff9c52_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:02335c6538b4fb15d9d4e2a831b9810db42f8b8fdd75cc6237534356cd1b68e4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:84a9daad04b0ef97a77e258c1b490c9a9c1ca502079513184e43145467eb1169_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:85c84e6100ea0c4d783b44a085cdda8be9b580b073ab7b191a70ad3c14641f9c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eef5b8e84cce56cf085ed8f8a2ca544505242606d44691b6d0beced7c942bf9c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:148d9d31314b0ca3dd2667aadf51d9a65cc88cd872d21d29e4c85fe25cbf6410_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:87bd671167583b8f46388c7e5853509fc9c20439c1b5f57544117fc9e1b1b5b1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:dacaed2c85c23db8c8bf2b754b958ac8990a0b0e917e4885b39ed62d08061fb6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ec4ca8db357714672338a773cdfac91101641ac1ea56905a5dba39d13e8c96e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:1e01dcb349b9e3afa77e9c217b2f20dd7c9c98f7b00be3852166c7d676dc1c58_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7a453727eb7aad288301bdce304da23202950098592114e1c56e893828b7cb2a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7e9f67b6e1c87741c5d56a3e95af004dcfb6d6c9cb4267b0ad4dd1aec7e9cb1a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d9f12bee214359955f20c9b4c0218febc8868cd47405b362dcc6ab05dfa573d4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:36d864188a182dab0197f06376c993fd661689e516dfec4c25f9064eef6db0a2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:38481cddbac83c19b28845b99fec4f4d16d46aca014ab18653c5e7fd42d7dc9e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6c5798afafe96f9c1de300cd8b709030655d1c92d03394b069b3f4100a0a4334_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dc248c02585e41245eb8e16fea646a6f1013f5257f5152dab0fd4634073fe15d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:142deb80cb8918201dfc20e0e86c5a70e704eb589681db3e019d0eed0a8bbf1b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ff7c22adb1ce27c0944f94a4994940aa6af3c4db60cf184d0865753e0c18ddcf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:09664db13d4f9022495031effd53a137ebbddc0e61fec151a26e565a02a5bf40_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:9b480de86de7566594ff61c147bcf0a6e8d5f2ac52ca37a2ecc32909e02850c3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:177b77bf798f3ae19e2b67467ec324e2352c47a2fa4f803c852cb7d5514a2b80_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5587380364defb07d81f5bb93851d7d726780e03f561cc5c4010d6cc4e237079_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:503c53ef4cda2a77d57eb611638334ecfbbe08f384e01084a0f2004aceccfd5b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:ccdfd936b1e904b115efeef06cfb3c1b13ec6fdf123cf87c9ad477ab47ea4d04_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:1f7ad22165ad761cdd5fbb7f037ad342f7b9a6f017b80ebc9775edd9bf7388d4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3ddfa7f1a01b1dbf4d2e999da0d536b8f3600e0143dde47fed1f6f2caf15a7bb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9aa910f86e4c953069c3e45f3c2db9702a8cafe753fdbed42e4c23f4837660ea_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a2751c4e48572281043cc6468aa40d2b3a8a1eef5897cef386876fc08de5d791_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:00fa00533e4616bc63471ba4e127f163a2ce06bd8546dc3fcaf2465c6c511ef1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:65d4474ec56e4cae8542f01d54006ee1ccf15c8a467dd7f784f1df806507296a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b1410e826283f79823ba6cdb76d666aed69449a847936c6c634593f31c9795b1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f3e84cda9ee1fae57794b0c60a7b32373d8a95546116ddb326751e9df0d1706d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:059c0bb97591ea1d95bc42274c6748438e32ef113039c603cbf8171ba3dcd1a8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8ff741a30a8c2059c8702290104db1f897853515bea3d054f5456a0faacd3e33_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a523a7ac9b9119290e3f27ee0b0c7a5d3cc1d8f35ed4e7aadcd6968dba6c593c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:db230edf37a3285f5566a6f82b660ff3394caa80c95276bc3992a3f45a18a59e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0dfe21d1f2ae4ad05af6aa896c0bd09417c03d2fa2e37a1cd3c7afe9d9f506b1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ae88b0138b8b945b1ad071a5ac660e6479f3e2c1ec261d80a4d7d862e94df269_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cece82ea1f03a889d37a2e4e1d81eca34a73857630b9874d05264c12ccfde18e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:e518e75c0ec848497d5dbbbea1505cd3fa96387be78d326f44094d341d1aeb69_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:4b9f7900c251da09ceb0c5e36e87322030e6fffb41da15b022e52f26967214a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:6bcd28e8610dada7b5ec2b6e14aecd9daf0542ac8528b8a1c9bec9b5c22e6791_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b4e19a3b757309f5ba13e3762e2449003ab93a1d3a950df031d0c5f88b338461_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f3745f0a10aa35a13620960671ed4e2bace1c01f0440c1cf222aec37ebfcdd6e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:10a4a0d9d6cd4779461dc27ea5660513c80c4231267cd5d5cde84626a52d8d88_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:394f1ad167455a316ded12601110de58f0666917302eee8a2933932513aabd70_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a0dda1cfb8ce56f6632c7dfc15f2d7c5251a666f7ff34fd78f45a064ed9fe8d4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d04c463caf59ab32c381bf6c88b9a55ad9a4934dab8cf66b1c80f3743edf28e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:674045072f2c791146899dca69772cbd83d8ea11305e024f697b0ecb2ecbd9e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:80d008d72e748f6d1578f0583dcabb703ac8154853cffdfa6c332bf2db662da2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b6d9ea5fd88f25c46dfaa17deec8dec67f3241a4e52ffb5b598ef77af4437da9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e18f121c2a8578ab7a54b48347a671e8a1e315e85f894ef67b96161a490aca44_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1415356cad67eea021d0adef8b7f8ac8524035a4acc3ae7080f26f8f3f7cc959_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:2f7be9eb683b2d5c65aa64a28e11bae43475f5a828e8768d468bc24fa0bd4ec9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c0f27acad2634255d689355942e8c0d87f624c269eca0f11b1fe20b56b22294a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:dcad2bdd0764804f9dfad2a4f33eb2fc105ff8e4cc1d2ab31c58ef2903f7cea1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:02dae90a28e2afa83ab4b358378b616bad7c257b8f7d6cfa2830092b7d46fd18_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3e0b68fb323e91570216f90ae2c79cb4bd35149dd62c496c39ee8fb615b62888_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a6517f52e257eefc0602db5e43fd946de57db13299d5077b1bdf872754253cb7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d6c465af092548962fe617a677d3398c6164c398602d7575ec09533d9654f254_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3a9586b7d44c57c683256faa5d9655285105844c74f728e4558c6295f73a3aad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5dbdf857d018b118ca8bae8eb52b2e117348804dae51da324225ac9d9a0bb141_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:7dd0655af57c7f8d2aed0f88a4b02ff21d849bf9c8cce7fbf02aca7d322cdc12_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:abab20e995be8b61590ad7dfb8de0bbb7c7459ab5413987562332de2c9924924_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:6f1fb02560c0dc83cb7ebbfba67370896f2d3b21835311fe5af23a06f4a45142_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7a90eb33844a25785c95b0e7332991a373e0b70560f979e8e9d1554f9d021545_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:92ac319d44a3a3d8e68f29488cd75e71b42dbc98b5898f662131f8576178152b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b8c7d5e513d5205014f53f22fddd4ab5c54e62e62e5813459ea68afd789518d0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:788b2252987b1992fc9c5d855198aa50a67048cc4d0a1e28240953e5c1d9528b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7a2a0066a38f2e52be47a1fec5c9a1ec458550d7ee6ca1232579b3fc98b7e9e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:939c609d5422bb4be66f482815c70b170d51ad2ea9bb0675a969bdaeff35e730_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a260d94b14808490a417d828423550eddd7b865035b631e9fcbb108d8eec6873_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:9f38e40a381edde4d367a6baf50d6159bab76aa34f7f932929a118960eb1b16c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:bec3f4da4ad493e8e34e5e1245338929dc916772222817e094fc0cb7c6370b88_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0816f94cceb27f34725d9c3f041003d61b9730a3c602b48b70782cf5b3887818_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:3d106f2995d5dd270eec34df31ac33f4a09dac0bd79bcd2031e9bdc35f20878a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:2c50f45d634218d512ed37008e62bf2718cc4275a9d944c845eb29bb19d0e700_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:429368ffc93f60dcb14116dd4a448f7688fabeb9a499b4b7c9c77018f4a31c3c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:48105c86a370a0ffd2c536e5ba75ea80fa94b09f2cfdf645a9fbbb62bdd1654c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8b9490cd4a69fece37aac8ced57235afc04a3389e16234c3a3f1d9a4f8a6d34b_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:021a57a7ea58117b5942b474f8899924fe7ff170b234aaa301f86ff465726ce7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:37283f08df56189fd19f7052523f5eda5a5eba0096c32fc3926eda3bc9398a8c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:459032d57026d4dbb2af370f796c28a69e2e30389a84cdab0e43de4435d980a2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:82ebaab991c00d42430890eed6322e9d060c3b4581ad563383a7d13172de4c08_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:244a4dfcd32e2a6bed90fd5e452b63822af9eb60375b9ac45c1864c2fccaf765_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4eda87164b71e7c6fd8b5a39ea77bb1bbf138f43d5732c08e314369b18e2509b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d2d6b9b7d7cb72703bda76e6814e5714b101faa03b14f55507b82dddce6fa09a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:f5f2d566546e640f59746e3616b98dab55eacdd33ea04b7cff887da6cafbe380_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:21cd6ff9f8ff53d747746f2d772344a8a9be9bd4582d641a0d6814da81e42dc7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c16a9db40d92bd605eb9843f2fb30f793e9f807e924a98f58bdfe9e8ff5598fe_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f7eaa545a5719eea518c0d48a5010a9e729ca7657f95712b86bd091c6906ed9d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fbad6ec51decaf69511274952af912054493d07f8de4aeb044b0728e015e331b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4b6ce9a91e0408d0869e2d64ccfba93b8b0587c8c4514c024093e47d520b7b13_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5bab5f51374c260e261af4d094d6d834011bb00d20269e5f87c670ab2e5fc50f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:b046acdbaee02a88bc76e80217864aa8a933b4c624abf504bf40b3b5700a3ddf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:da7ec98aeffdf151279fbfd2d45163722323094e790ab1e5b14e3a75bebf7ba2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1320fee14f620ff211195e536a81bf80c41140d10d8493dca37f484b4803e1a2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:69849de1ca4d23c9faf12777ff7f26deb7eaf3026725512e29e7cfbfcb5e30dd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7ae48499c990a9bb0ccfd436de6e4586ba27e9fd4036b4efe76299aafc4520e0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:bdb7981f8aadb7c27bdc448ce4baed28ddd8d08ae1a83af66255bc70d3b87d63_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:06477b1ed6e12b1088fa198f1158cedd852d51773f75622a652220d147aad66d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:73cd8858eb6e706064aa3fb5b397696ad2a8d264ed9380ceeb8d8d89afa96914_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:95a5dd3ee93857d9e65d57257e2864774e0f1aa15d14c62765dd110807a7e983_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bf017210bb8bfbefa027c830656e83b3db86e940e5ef1f62e67fdc84545cd118_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:04441c2a5c244d0a76052a2e071d994d81415da2cbf49cdd74d3b64fae89fea4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:50caa5c63088b2cd98d85bf793eed760beae31c73d8cccc60f3c82f7e4a436f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5d302fd1e0d562fd3074aea7fda53b46878dd5c27f53b4086f43e0b60c69cd92_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c1ec441285a07891350ef5b92dfe8cdef23f963d39ee86b7c2eaa0f29deced63_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:29924ddf95c884e61e24bc38d457d4bb997c5a03789459ef7565f2350c778e44_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:865ec06e1488b9c81e370e48824dcd003c617f45198943118f99889c9a23ae5b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9c28ccab17d26b72d9ae5d65f7a1ea11bbbd2cd39076f517e6655b9a35a277b9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f2a4bddcbf9cd3c04f90623faceceb3f3633ebea89954ddd26dadad9b6f9cc1a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:0f34558006e45eb8ad74dfad87ee15c34e2d5bce5f192fb00290ba8f6b2e06a6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:a0104045a7c163322387f621af644a79ba8b3e2d44bfa4094db15fad792e7825_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:b83a1577d6d15ea51ba7417aadaf190944d02a36e1067ff9973b9b0e59f207b2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:bfeca6b1d120f47ef42ace529f8663c90e420a3d1067891268e0fbbcd0c8fd3b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:09fb74bc16d6152ee950f1e2e01a72244e43c030205e6878577ae8a288f229dd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:933bdee9a720806a6c7537ed79ad75e25ae64144eb7e738942c36b2a72427c51_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a882578ad9240c994b4f21955809f6d332965cde3686fd2da1c4bc1bd89181f5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:eb823609e74431800e5bd7fd2399e11d17ea8cf0a16a578b70f1447aadbfe8d6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1a4a79d38290e993721e5a239acdc973fd395188d4b47ef664716249561f9b9a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1ab570c571e5291796e3eccbc336775207aced63674920c7416c67fdcdda5ef1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:46f5577da7e69caa3c941ead5de0ce8e373a77348df4c9dda922319a47533af0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:dfb1568b260cebf47b31b5bc5b956dd573ef5e10f5c04bc7951d4aefba1e1c29_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6405c266dbbd8b035f0fdec36d4663fdc2e3981899fec3828e7bcac0094f981c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a0ce68bd8e54f1975c89b6739bc6d94e9ad8214df431d1c41907866dab1cd9f6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:bdac9d54f25066cf36bac0fe90d1df7d89fb91d49ac68c09db1cf14862c91b43_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d8254c11772cacaf25e2a1b24b41a7694b530246cb980ce80caa5298acc71c31_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1b5aa2a8fa69661df2b4cef49e2a8e25e20ecba84ca80d5c671d8cdc73e7e31d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:54c656c9b7ff7f7d9412253dcb0c4484233f4cbe77512b63e69ba1532a4a41d5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a2d16879e07bae5f6eddbb5615c313001ffc4b74e91849ee9c2496bbb5996616_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e37862fed49b426c4344fa755c3442dfe134922b3b5a3c80c4bf4abaea7e6563_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:04e4334b0ce10eb5402543501944e72b9230c79f470f5976f8e5bcd5a18cd28e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:34a11ddd5af5a8d2331804ab76c6319587bcab73bbafc10b6f710260e5ace5ec_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:86ff72407e38fffd121bee52ed9e1229213f5db18cf1324a08296597aaf494b4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:edd7568d61e33652709d4bca937a801a4eb6a0f134ec7866eae3da1f19a01400_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:44623a58b3a052f8cf871befe578ff1419b5a36c9f61849bdf58a15148c3f65b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:78ba410665c68a41a5adbd8422a349de2274be894328ce523364f1ec2a71be01_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:823e1e9e7e7743538180596210828b19b6e3c8f435a7c792be5b945be76d9956_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:eee0084caae19613373c30ac9d2f25de2c202dc83cb6b3077baeab3b2ca89c26_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:17d193d080ae253f4e43ab259c28fd84f5f738967fe2ad4b6528fd42dedb86e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:36ed0be4ed17c503bb07435b198cbd5e255660bb1e72ce49db7ccbcb3ce92a23_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7c1aa77f92efcbd6fdea6120c75e2cb19985aaa2cc48e2d4d3d4ecb87df0d277_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:d6dac5da24656ce0a1494234b06783b5e4ef052c0d283e66f881c21d1766c51a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:380b5a968a30fa54a963bacfc37767a01f6067b6290fd2d877d6b1943a7738a1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:6d1570e8f771ef561c5ddca5410cb86dbc94943cb23b6f96fb2dbe5b9a2f1823_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:7a9f65149b802b3c2ac4d2a96bf53c1dd6eedf8c5fe921783962197bbce94207_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:a99a994a160375e89550347eed1631bb0d12bb4dccf7ed49119935520b744235_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:22b6a40bf066153e072a2d22e48032b91a7f70e2de0d38b2bc5665b72f5635ca_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:499dba655c620472ffee2c73f5f6c53599dcaa8755af1ddf60388702041c6cfa_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:9f82e685ce4849aacbc315249403939d8e9fa55ca297ec0d829d445a3133ed9b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b11b0fd3272461cb95d4f3c79c5c1138770085b461fb8c64c5f19f3f2276abf5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:06ef27c670aa46891c208f0a1ce5be98a92a321e81865484c17db725d6c48f6f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:50187fe1e5905226e869fe96d050d1fa6c91c0ca9f360456030514a0f3efa2a6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:828613cff0791cce90feb1abaf17c31f8a89e409f605d23ca79904feaafa8cc6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:889a2f9b69467f174deb05d9f57eccfd85e8f6e2ce2620a3e3b5c15019a108c3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:381cea76282031f4a018997a2ddcaf6222576807356d45ab3357b52a30f6bb3c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:604bace7f2173c964ecf1b54fe70fc08abbb7a39fcefd21af752c7a12f6f5a31_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7acae5b318d8162c7da445ecc28ed374eb1db0a92e3e6136f1a3d6a82bd75495_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:df00671b04cef1d122484a876880dbf4cc250c63730537fef7e1651b58f9a9dd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7246c15cef44f3945840162c1dab72daf8c0c4999345aa6ba148dd34597f4ea1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c7fa305a0d4a592411905c2f44a8218e25caa39e293ba68e1c84458683c93979_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ccf25a1cbb0c79753f4049cc37fafb77d0f8dbdd896e4cad7e9674877dc84589_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e1ff850187bfcc5e53338ee32678873692eb81a7bc72c5d3a928722571d312df_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:bda6a57c2ad84239536aec6a20a9c37fbfc7aa13c994647427936bf0b3b3361c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:49da4e953f3ab4d734c88b4371082bd9c6fbefd00875d8c3f0f8e58f060b6a25_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95c4abf5e354b5a324515cf6e69195ad3576383386665683d4bb8f349e558416_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bbc0c1a5769338492d873bdb15757525f69e250f5a4320d36f249fc35d57d356_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bf5e48b3778e040c4ebb1a8b0bd2aca2e7814720fa400115ceed9e1745f3e2fa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:2b26daa64e5d4151cb1cb91cf459afa93b2bdabd2b9d5d28585bec72484c0e63_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c2d77eab011a8025098e1254c384f83af4f7e0d3ba9e6d2772eda689e644b036_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cdf9f5f665881fa0c5a2f3c98e4c99673dbe8a92cdcbbe6b80e9dce09f59a8dc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ef4521604c721bd0ae8a4b822ac9584d3c7c8a80c5ecfe263da6ff9500d95ba5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:29a5ed8364575efa8d539b05c002e8b82cc57350d4c015303b4fc46b06903eda_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3751262aca1a347b013648e64294520615e447cb875b1e7c04535c9c5e843ccf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:5bdc6dd4698facc8189308328f6fc62ad7f4a3a5bf8c8a5775fe6e966eb44eeb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:e4aa456e8c865f66105e9f1828b455bf09d80960759209703df345a559b36608_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:74cc690a06a3f7ede74550b2416957a6318136ec7b703de33588122e7222eac0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ad7055ad351c0c24582721dcbf7f422b6a31290104530458e456bddd1a637938_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:54ff1a36ba796e5b88ae421a3836220f5774f0694cd49da8aff5f8c1efaac958_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ff8879335cb7031227028d3bbd5ae3c882c721871a28a42216fdf94885cc48f0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:4bffd0baad38d0ea6f54efb82701a6530eae707565fee41e2e65682a990267b8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:6381f7fc63ba688a5514eeef31d629e8e6cf01d6910f29f7dd38cc48a49f392b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:6792be8aa7640d171ee8102e5315ee2cb5e51af62f7f9ebdfbb0b54e89e35cbf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:e168e04989169bf67e16af77f602c8d762b1ef424f4abc92ad8ef8a135d6fe69_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b9e9f7cb5894890829532f10dda00d008bc5745b999b76daa26b5667e00e0b87_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:f8ab11c42ded9679807701a6c9564ff67b13ba875e28cdbb7663d9382f8e194c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:203f1d7c4feca08547dfa923507640370e669f83029fcd373e4e93461cce9421_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:8b16e6a9162b06a6565a48f4b05f3a1681f9f6349278d4f44d93ebe60d96c566_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:ef131d257bfc318cd0071ea2867d209fd8088da69e92fd3d07bce2b86d4eb2f4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fd5a0222754643780d37e10af8b077bf257b5b4be2abfd2393f0423a4fd4b291_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1f910938470138dfb6656b608393e46eb5c59d76edcca34b8bbc7148f2479061_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:71ce3309765f3dea75ed45541065b35f0aeb697d59b013294775e84b780f361a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:313d893f24ad6f2f8c7881f418b9a5e9c499674052a97434372d1d079411ffc2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:93bef2950591dfbc736a80f6a92659b6868991040450c5cc415d32e225177512_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:9487390a62cbea3de31fcfa46d05ff56a9d088426101b056254d0a3dddd6631c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:d4cd54fcdc26243209c918dbb1dc54e940965cd12cb6d05259c0ed45e3755516_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:2f9449039570a38ef4191b3717a9597219919ffaff87b645f06c4daec74a3cbc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:5d72d27d9247c2a9ae05a1e496eea2c264df19be8a566147cf5cdf378d82ac4b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:2b1553659b6cb1a4fc9e75dca05c4117d98894a5ec55a650fb60a2062cf1b79b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:35d963f072ba8d1d78380c48815bd2d06dff7f1917e493ca64a37d319988e6a6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:42870b8a98ae271ad0f0b23ad541bc37a9585e93dc6822f149a0bcf53c78036d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d797ecf477151c6821be3fb5e18dfa8f8df04233fa9f7da7b554da9eb38f0058_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:27d55172feba74eb9712fdb42300721acfa72e5d3739feac7c4353f8a36b4b38_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:5bba9f8444a0daf6194a6eda5d1b027781717446435ae4249a558a31fe17e06e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a8840079bf9bf05cf2f9c4a7f38bb45b09baee82128d12df604007278fbdb198_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:effc3a9f6c7bb400163dbda690d84d9ef4d40736105a2594209efa8c0c5dc80b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:3b6acf7cf4c49d979d30049d80bd265e7e8f17331648008bb4f9033822ed0a41_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5b377378d275c0a152365c6dcfa6e5f51a30de20210991ad8a4b5c45654cf022_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:855e978f66e69d149f00f5cdea64c68b677a1f2e9e1c28f3f67846bd5497ea9a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9bbfc2d46e0e771ef7bf390e121f26b0dede58ac0ab6cc04e7592469a78ae5c8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:101533b9ac484f5e8c3f1d95b742f3596fdf42d6a706aeca5712648ca50e8ce2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:2918100b369a980a69fdd9d0bc0fc7c898bcdde23f8ac8c9a8a22066f2b1d87d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4f2d8d750ce5932589e4c3b10579f00da60407a89be1976f3b54184c997650ab_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e7b4095c367aa9811dba1e43cda61f60b54b9536d9900990e7e6eac745ec7ac9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1bb758a596fc11988a09a696981630bd00a73dca7c4ed52799f722ef87db6a91_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:50aa9b6ba005c3f004568e82cc73eb56ba6342720626f9a35eca618fd1ac9cc7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:982fa1221449a4e78c06e6a13b7ee325b8951a8a04d0014939dc49b13c6ab79d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f055755224db92970aa09e26ab84f8f8c3a67c2c8cd442eb4e7764e3474d4613_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:719c8857fcfce93887b77a94974d418e3bf19befe0ed25c5974bfc7ed53814bd_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:90f04dac670c4d0c505cf8f96d020c9e3f4c0747b91dc2a2531db407ffdcfbd7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a921b1d40f1ebac4edf1d6bbe26fd7e39329776044e17d7f2409b20792acc271_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:db281fb5bc3ccd949d2156d7eafe5691ecc317c3e690f9987436d8b4317e6ec0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0a68822ea4fb06b74890aebdb694cbba827a5c1b9519b5a4d2086a867464fa2b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:38a4de43972a5ae5404ebc5862329c0b59ee5a6c72b5e3fa8be3171ad65ec713_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:dc970cb4ede420e1d131a6146d256269ca6fb34b633c17315e6b202723765bd7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f47d18b4634f6f675e50f165a805f33970a038843dd48fe8a02b3924fa70e8f9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:6731876f6a37e6e26e079b4d8901f7bdcdcb6f34f8f27c850ec813ca5b3a9543_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bfebb3f4a3a9476c2307fafdc5ec3fe7586c51dde9c5448fde7d34e37e2f45af_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c6b9b4bd2d7210a42dda555d8375807bec66a4f8693fdf256042b49b3f0130c6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:eab2bb53112191763cd944b3b13cf750ea9390b56d7d14d312183ffe56d0a394_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:3ca197c0d720c1314db2f36fdd4f1fd81f0b729829f27b39508f0a6e7ecf7bab_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:475e121c7d6f480d7d2545252a7b59510a66cfb609f586bb587595ccfa3b71d6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6cedc3acc4032d410aa6c0142de17e62461401a772a09c795371238dc00fe91b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ce34f62e6953d64b6566905934afc4a1f5911ec68483f5ceecb59d187e37a955_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:2037952b4938add2200b79534d571adffd95bb0c6ce04e7ea4a6c0ad85389771_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:698f43ebb93c00ee0a916be218a7819d0a402e32c12724afc51f2323c26d541b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c247cff3341da9969055ddef313806cda81c2dac492ce683d4abcd5ceb5a9bc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f12ba7fce7d3a13280d4bfe412b9b54ca22baa52b90be0fd7825ac719f1de068_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0d06e661c793f5524b749bff4124ebcc17b7acff1b57a672064c072dd7b0390d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:484c08c7c512dfb681137cbf0cdd45f42ed4181a690076f6dc6920724687655f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8a100494af630b1dd1ac3e0a7c75fba4853a1e7471a0b6eae2f7d6b7762beeee_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c9329187e9bde81fc4f0b4996c909fe4e9354e58fe353340600532153254e5b4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9143250b98cf0e2f2b3ec33bc25a856d0b2dd432d1994740e639bde2ed1deb29_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9a7f2845529ffd78d9193a8329bd1761b7723678b83e8d5362aaafa657c398eb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:c6ef91fb95bad775d172019ab1b5f9c275c2302f85f04c0504273be57eab1989_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e2becd018c34a7c29e770fa329cba4f1a371d4b089451365abb35acacedbcdfb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5279e457358edeae97e136d8067f05d60b4b806c92e687bbd11afecda4840eda_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5d76a917f9cea787b11ab23bed912261cad050e397769c94c1b70cac389c48b0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:88237cdb1714ed0759ff8c96466010145ff8cfd60a7dd3debec25e3a2b33200e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ff62706a4904af960c4989c87712d896b34265fcaf21ecc9500daecd03561b38_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:15ddf484307e3bc53f165873cf04ea008f4f5720effb19e3ca1aeabd9fae64e3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:28a6a3b04348c6191f58b9b0a700acc995d5fbcee3cdf1af5e34dfb0a15918fc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4933a9cb0be09725767981638b9139867cad6a26a228701ec034d45c3f7da4de_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4b571bca7d279192d7095a9d157cdf40f553543b6a39658919bc5920445d1177_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0f18441bd2e164906e7bad119d70b8f5b9b47c1596d58b6d812ee1e2f4b6c0e5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:77df277ba08b5a6efaf78b4ec5e59a7aca2569e00e7644d27e1d2653d80d150b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:afee031de2fff6cb0e07995b5f6c4ac83ab4cf3b83f23a3931a4d7e15a512c1e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:cc8b86ad3d080ab5dedb159dfca744ce669341a2491e5a0bab4f59e3dae9ed7e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4a76171907bffd3a94e149dfabb6170331e2fc0a30f3ea7b8eba1cbe68e1fa80_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:62f935bfe570ea83e376ea84589bffcf0b99d30eef620adc813f72501d982705_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:75a992b3a14138492b585b3500a6b6f565c912b193834fa562c990bee8115e90_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:9fa46e30f86fbaa943f136733680d0e8a668df1e04d1bcb71160b8bb795a2df0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:58b7b6502847bba5230e65e90a10350d8cdfd331f5656425dd2f310e3fc89cb5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:5989d793b9236bdd9dcc1df6d4687a6e0222590453a5e4e31be75d0414c28056_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7e5383d64b25edf87578b2cf05de47d46fdd2fb6f1f4db5146ead38c887f36a3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b5b9266258ab925a7dfd33b86043873af4c0799fc52befbc476f875dc44b810d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:100d472991b3969275774576b60f5ccffacabcf89eb52efbb744aa441cfcce99_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:9a6fe277560deb4c1c2f91a1d56678c5956bc9ba958b859eaacd371f8ca753f4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a2d2bb9ceaaf23ff8430662ff6b267cb36848b2cf311bddcdaae8e33e8736306_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f71926ca5053134743dc906e1c5bbf2fd148acf50e44916a936f3a8e98494a04_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2dbbc016c4e06676f796ec4cd51e68c11c96bcdc41de8dd37c82c3c5c0825cc4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:444b74ea4a7a8a664746757e4417aa7e0fb33fed32a4755d300e14a49afba481_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a330cd288cfbb99db498c3a7e7211eaddc4cc5e39b6343fc6589b958c6ac44ae_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cef4f16962b3d71927c90e2573873495563e3144b6e3e814acf5a220f1b27193_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4d6edfa2e5e9d6964a5b9483989f491cb5019ebe9af55116591b321b499bd12d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:62e2bae1dd93787bebcb5f1b58499693f4c6fd620edb3254b776494d2b5a55a8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a514202264b03a6c80a02e3cfafb7c6a86482449613b5ec0052d1040587fd088_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ae40b5055051c07b225c15723da95953a6a7d2dc6dfec8d0469d6f857c8424d2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3882b19d141998fdfd1197856ec7826be00034d72633396be628002953fc94a7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:39282efac8310ed389b4acc4ff3aabd6367800953c1e8fecbf17926306d1f419_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8df02a6889e22a9763b5c0e7b6934824f682f4683f2085f82dda54de427ba28d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:fd15b8944403c78ee3c0fcbe08aa5ecfcb7b10c14fe5f1a20ba4873295879c8a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:011ac49df806c01b3f64fab0b3d79355b2685c8fc0316653f34359b451ef2ba5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5929d673c5a6a568c88e13586278da184ebda4c9c5a9a4a1f9154ad0e66340ad_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d113138d214fab52ec3422cd3affe8d3694a1ec30b85778acfa8b114ebffdddb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d91c11d262c19c1f020e9b53da07db82b6d68533f4e697ecff6c722781b4a4ba_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:5865f0a925e725309c27dc1d71d0dc999cb01b4fbde764ba8def1524f978c0f1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:bdbbbd728c482c0c5b5e87af470856aff0c8264d3f490c8ae9d987f21d5bac60_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c1230c3643979aff1e615e1de9bcbc758c31f7508b9a3b25fd2eb323eb6b2490_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c7649d6adc16287d38318b6a50107dc1d3aee2e842a19e09822fb86fac31df15_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:70687b2657e8f1cbbff110582b55f3104d0c7f47a44ca1185a7f67e421d76a17_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bda8d910934ae595f8a53675c74094693de8e0a929fc7c52458b2a9f7cd0b4a6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dff9eb529ea868114b0f46c60f4014b429ce115b0ce949e6855fe29d9270354a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e56bb2c28d7ddd2dbac95451cc16d547718b651532ec69c85e8f0fcf5785d002_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1670745d88d0d92a262ab445f81956e894ae5e9b23d490fab96860957c028771_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5cf3f4d1346c07a4e065dad2df083934591b45c714f503b5b617d470e87f1db7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7adc722fdef132557c191e026fdac56278584f6e49f3902179fc443d87a4165d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ff467f13cb09556eb490743f878422fa2493b8bca683b8759d7926e8af97dace_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4030ffce9d00de08b95d660595f0f67b2b83756ced6c6439da14d36b0b923729_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4baea4cfb5bc4a7974f90c3bfbb25e23865b659fd078ec45b4c36ec0d11b78f3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:829d8937eb34548f09b89de6dd5a236ae58d6f74501f44c929538c281a8be920_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a7fc85a92b1d5f7f79d8a8a63e6d9bb4dfc66383ff175fbd956deb1de3127fdb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:78adc3f034871d6d77793932d11b1e5f4b2ff3e1cff0385b44811210a3c84dc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b836e8f7b31ba9c107a08e3be1cc27e73afa4045210d7fccc817c6058671aa67_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:cb550213a7e8671953d5b880c0b651a566be475a3ca0f5b442a2fa9b0bfeeb1d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f727aa55c29332a39fb4e74013b9cc96ea5b32c9cfbb7cbcd79c7031d1a6f44f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4b1f00007dc39d345013c99c38163e0adc112e5eb81fdf41e1acaa1e0064d7f0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6ae9a652c5693c55ceb3ed91fbac054d887142b0f55882c776e42ba20d1dbdcb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7ae4ffe7112d35231314490c8d02c6f0947b54c240ace11a87c07dad44d5be4c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:934380eb6ae83360d1e11f709c58d18c2e69e04b3246a02846f26f9879ca1edc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5580313395048ffe3d874dec574f7f1f1f21cb84831945de53a80856b4e945df_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9bc152718354bb245a765da17d12d0477cbd15d7eda5a86b8c5b1330287fec4c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c00d2c84a5f8c5f1c674d43eddacbbac05782b81ab98cff83b606c35b46d18a5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d74ebc7fd5b30afecc3d9f61ee6c74b2c0f8519514c5614ddfbe9bbc68227509_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:84ca4259de3e923248f7d50c3adcea713871d3d2da66f172c25dd391d22a3bb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c6381254579086af7ec69a4e610680fe0e532a26f7ce202c72d047b89e0db642_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e0eefc7f55d25990d314c2ceb50afe70f7746e467ab7a409fa3d1b44708d9ffd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fed1fbc1295974647bcbad55e52b199c2d3d4307a3e53e4f8b1db135df9fd8f8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4bbddb6ff2f7429b2f5730d4a3f529b80784f8e42a0acc025e78713d703a2efd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:53a0ebb5fda619248605abeda530cf37fdb7ce99e7b7314cd5bcef2d8d8b7004_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5e37b117f72cf1001bea772e1302186d8f86c0980534b7f359179a5e6926c448_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6891d22800cc10bd8d773d471bc71c4db64460efab4b30202d42da1daf61a3fd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0d1bc6ef87ea978c23ca7189fdf17ad0f54a5f7709a75a25d82e7b84ffadf984_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:107f2fcd3f606044c570a980c176047870b304f3212df747995f6eb8a45749bb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6b6e5e25d50219a95d914df16c1c4e761d0bb45a9efd054572e54054f27a6f0a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:dd60fb26e79143000563578f9d72e3bb7cdde4b73dfdfc148b27942197d3be51_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:053d5fdef0973f6017991487843da7a64f8a346025cf46a7c575d6a4bab71d74_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:26318acd09b8263236b4d266c735aad015e3a4b61daafedf266ef1115968f536_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3ed5dce28d62c36a87ff35dead5806fd124a187e48051a0d2b550b209c9f6302_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e06c4933f2806bfab0f36ccdc159675e5fe2a6a084f98065787d304d5df3b7f8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:055b352bfb76de2eba0b9f0d1a6bca199c6e913e8e95879e991c5fd22095c677_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:16e31b5411f5f1924cbcf851f1b0463302a34c31c5c515220923f7a2050c18e8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5909f73afae46cf2ad00a9a6f1c38d38acc3ab00a0b97ca419110492d7bcab7d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dbfe981d5b05078eb1158624dfe2f0651cad81b92aafbc671cb6470b49bbb89f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3b166e5b5529c407c2f8e372414d043fc617965696c5a869fcadfde2d14d716d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d3f6483b465851cbb520810069a18136af80ccdf79fc1ea80ddb4687ce685aca_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d7d33c165c3d0cc0e4924e8c8d34bfbd1d72e2aea301e53e4b37b712e94c06e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:de5e8cdb75cc79630290f83ff179057d25bfc11d37816c57b6f66563eb3a2732_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:24abe1e6ee078487af8ee8bdd5dbc267c18882078a7987fbd63728dc2b65bb75_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:552d01e66c6b2fe59104b8a9f3e1e58fdcd7b4d4cd63db42883ceb119ec0ef25_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c00c3c5e7e106cd6527cec39e5c3fba990d1986bfdcb691b866db80d59e5f82_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bed1aeb4f58c045644650615230eaee03336daf78d9342022786c12f29da670d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3b213ee7154fd814e8a904c3a161bc16ca7419163e8132ccabab76821c33b310_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:721efd9cae7cd4b43c6bd498064a6c427fa32d0ba848f8b0bf7670afd662bb18_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8f5f0f56604ecf94768262496ba1e29073e87ec16aa8f434674b308bbd00678b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d78b1c13b0ef255bce1e19973bcbef04d40c517301959a7f23d23613a95c1db0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:650f0e2357f8d302f10ee0a628868f985c5a8c8a4e6af9e6793a9051b33205b9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d5a3ff1bae3686aff1781b5f5f9e1a7966962b88a1e84ab4eb62751aa835bb78_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:db30f78340370f9da03fdee73445b72160c35d83f44f708d3a62c9dc8e88bd46_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e88ead481c18a7b6de8ba7f609a1782e45e1ce85f2a158f259bbe68a9db261b5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:0bdbde169ecd68d82366f3d04f947f73715797fae5c3c4561e7bda5b5080dc3f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:1d45937273065c5cdeea502fa388172651fef5a607db33ea72c49f2a50b29b94_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a562490081e5dfc0fea7306931e2dab3fbfdf76cd83768b7a43ea556aebfe4f9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:dea6dd04d50bc97f9e61330140f61a7370e31e474c26b3526e18b0ae8ad56c41_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6ff785742b50af7f2a15c1dd6f38eb69e9a1a20cb4bd635aacc57a5557dd1b4d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:d0e6151117374aa602349bd1028175b94eea6f8386832df622d56715cbcb675d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e8fea02d42c9a9b8e9ad7642d9f08d705eb6e4b3e3681cbf6281c7b8b3244ca2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ecac534bb32ddc645101f6565521b08fde95cbf0eb2b9c6b896c83ba23e8b6bd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:55e0877d1949d009d71821f6779aa9ee90484fcccb820d53bf53b90f7d412636_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:775af20537e6f4c84985145f44ad1ae2d5530ae06859c2549d1d85a2e4ac54ff_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:a1b02b9608eadb4388dc13fb5ae55fc6ad64788f93186872c133a0ff1f5ab487_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b5d732e8d36668226255dbfeb389994104d83ef2be461079b66557bb20d799f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2e983c69ea6e29aca4f36596a0c697c2935dd1deb08a4d3546aaccb4e3d78ae1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4ae2494b702a6c7f68a65ea730f6df3253ffe78f2d178b0714fb6ec04cba5cc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b1133f78075f3364ab85142cf6c8457820e2e1f31a5b0750585ee1adc1285ba6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d41fc7e76000bc1b4016bf10e86fec44f551b127e17997fa4bb13420219fb3f1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:25acdc169b3860a10f46dea8b842626acc639aec950ca7a9339e96a2bf1ed7e1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:453bea2d5f94523a88f37acac9edd0a8d921bf79409a260386fa458cb18d13b7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a70ced1330a4e7a0a7b81bf6b19b3346ad5bb6e26398c7f0577994d48712b2ad_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c2a6ad45ab46c0238429cd0ab59bf169ff368bf68750a011f481208e56fa0268_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:33afbf29add637cae8478b8e0ef6b3b465e4ee53b000467ec34fb1f3a04615af_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8056eca30416b0b93270f6c92d0fdbe4f1cfbbd6258e27a746cc379a86b6b8cd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a06dfb4e75cc6b0edd836cd59035095135503f35a7cbc710ed7b0e447fe256f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a820784083ee32f544efc474c7ded798916d1f077ddb9c3f4461de48747f4c73_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0ab4e11886c642fbcf7560f780abf9046b73dcfd7dc9cb0f086d9e62f87fb271_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1283ae9261afb1293b597a8da40611cdc1980b1e403de5d16669c5b7d2527dc7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:89ec13946e699f6589c3d235cb515b92ff48d1d5fae8e7892279b64d41b74511_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d08403f8114128e063826ee0cb3324bba9f027d7b2feeb6f7c826c9c4925579f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:2aa0baab0fca2bf6877260b871b3079ad96c37034e6f3d0a45cea4118cca230a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7f886a3942b81b3318e288602c88de802278bb77c5d11ba758f1d86f2f028abf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:940d02c46f06fa92818dffd1842010b652856e09cebdec33e0f0e1a1e9b1b5a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:cac82b041210a06cefe512e89c5755e972f6e125c69a0dae87e454e259a3c08c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:12466469754c88d41872c1a061c1eb4349cf565b5fb32db651f3639aff2df67c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:af5fca0ab8a1f5374caea5b38486cc97c2be9d884a55542faeaced44a4a7320b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ad60c87d6e05b51b5351d2490538c757547b43a679256052b600e3fe8e80a594_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:e8372026bbc873c38ffc2c7df35183727596993dde5663ec27a2c2fe401e04f1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:736b406850af746470b1bd5dbc61fc4b166133e9cb50aa528dc1210b2002d469_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a73525cbcab817d0472f544883106a359b9079eeb1d8628d8b0185e450662361_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:84664067a273cdadce55bb8531916e8d8edc7936bcc57bc2dd1ecf57adb08c06_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9a006a111625f85305fbf3dfcd9a62592357a6a282a1c8ea1edbc48b2ef7db05_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:adb84daa38497eef3d89a9b42fbb22fc04e94f708db4f1f02de21dbf099ef788_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:f81616fe8dcd6b63df308c58bc1b696f9b3c488ebdfe00d7985026b10d083de9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:07efac034de568e79f6ecf97f924fd5ce7104e9259d90747cc0fd3e0a7bf4116_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0bc9b2b997bdf9bd285382823ebb9806502664976c2dd7e7b0d111df7717e77d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:165fc1e58447c7bc9febc3ebc74f90096c6e48986789d4e66ff6443f1d30d024_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f516ff3ac172cc08e88f25a0531a3784ed212897dbe0b05e04dece7d62eb977a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0d455e21bddb7ecd4c5b8f077ea96f046ba3183d17e3755ae95f8cd112a81179_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3d291642757ab1bc56aa6bf8b31b383a1867b06fda7ec093daf361e3bb082624_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:91c0c9cf474e9dd3b7dfab43e3e651afcf950c183a51321a586d5e98e3b8dc82_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:ffcd35b620a75ac1d121b826b37ff71f5006684d9222c440785f06fdafef5531_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:56c2e0f91eb13a89c48ee5ebeaecfaf87dcef3f85bf7f7fab37e3cc6c9b2dd10_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:84e22659ec76ea69dd31d0c6bdb39b752d4e525e7425d3ad282c3ba5c16c19c9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a3669bd8567383f9e15755e7640b5af4e796ce1d6bec3b6f1139645b656f425d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:ac7eed19416dd31a76ce8139a4c1cc16f2201b1dbb1c884dbd20fc5a965b82a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:44020a87c575f01d876bcd559d0b37bcba2f5bb4337a4f0f40d65196a407910c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:7272870ff2a94fd3c026f3c3a4e985a2b2eb5c47dedebc00f2cc25a496ec3e90_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d5e64fad675db5b1a7fe03720a35eef4ef6497e49e928b7cb0a38ddd6fa9187a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f4d0e3f2751dad9fab70a9080102f7c0e82a784e516f993e1e84a8561c33204f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:174b142475167275c428eec2892e91ba557a1783a128749b9516911a366ef54e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:52fac1bee10c7847bcf6f7dc9f027764a183d462e46678b5b9aaac9611cfcec0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:874a6c39ad36a55efafc0b690d17aa4eba8df8f30831a5315a198e692e405592_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:af2f5f615c4e9da63b09f2b9f52ef632dc76793f51730ee67a96d5e99118d552_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0867d20104c147d58a3e119c8eccd725d2b5311bc563cb4030c18714e085c80c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:12bf752f4f8f0929752fee39067bab20d3af32f9d767e0eeed2cee9dc9cdf774_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3f0993acf410b536a4c2be24d23afedeaa6d4b02a8055100cddc37443a619cf3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d745b47be21fc6b98e8b1830c34e951271362105d32704cac1b1a796abddecc4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6c539e26ca346ca83a4c024a374f3874e858602b71794a1709b8a08356744b46_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:94e6571b95628469dd361c3ae5bf4bb88bdcf68636c0a7a6f007a19e32216514_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:978722d03bd0e1eb78e35c188516d960ed81c8b47a66e77ec7ea465634e44536_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f270599d2857493437426bb7ba58ecdeb0933b244b0b5e81d70be8f06c734c4c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:07f5c5ba5313539cdea53ec438fcc97c698df8284bba4ddfc6c7af4403873362_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b93c3b58e03d6fbfd8d73f6f0966ef5d616c0da0776f516ec826e4f5e0d4bf1f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f5aa864ac9d9a3e5c0a412e9bf6e22756f6232713e14fe4194f61b1a1c1ad52c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fa3603fc128be2cead70ffb3b0b0b5c9520f7826bd46863a86b1853e62a998f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:382e4343f73dba48761c24841e45aabdf84a7f4de996be6515d8ee7c3e728c78_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:840f25f86e1850623e2929597e072219c2119b08acee3b81e8c7aed1b92fcb64_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:8f9eddba528ca5e8cc40717ae9f30253c955be657f8475a1c4da66c257bd1729_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ac7a2fce2be014fdc4208e98abe50329d0af9b7f7af98fd27e611751a413b4e6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5ad568a42fb0d0f2b78702929b75ab8fbb41937a853b4344ca990776f48ff85c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:821c5edd5f5ea9fddd168482dc437c6eec19231d95854abfbf1bcb150cfe618a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8932f2fc5e81fd7165d50432ba8994896c9ac8b323d5cc798872c1770133eceb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:df49ea17391c34a0eadacecb37c7e00552af8aca3ebb648f28f3f805fb79495a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:58e02752411f5bc061c8dd98bc7dfeb17780ef24ba8c65e590e4d6c5213c267f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d1c95fad91fbfc41da5d6871fb0a3c07d20652b5fce3f010505afe0d24c1977a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d6bfcd46424e1719490ce37bff728ea278eaf589e052a90b3fb30a9110aaa298_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ef555584c97654b76391f8e4d31bf0200fa82222b3197ef928f306c8d70f4881_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:520b43e0497fde1deef41e5f9e51448fde032769f433980802097e1e4216fb6e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:de2a25058c3aaa6f98e80870aca51d8bfd16354eb2da93e7498fc804825babb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:fba545c7b9accb5be03b9bf1931c086a8da8592e3ddc9b5a9ad6d798229314b9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:12645a5f47e54e3bf3f0b0863c44b938be5c42b22f695faf62c8d918cddb03ac_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:529d46e40fd5f6de98cb72dd8704068e3b9baf4d3bdf91feb9c19139bd74c652_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:701028c843123a3e4250731e216eceb647411ce685517383b9a62b5af21c10b0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1b7392f3cadb8ca07f10d5681fa33f6dfe61f895e4a8a1874bdd5aab3543f67d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:693c125a5f2f67364d8bdc1a5e7abe959dd46898e7f46d5b3756746cf598e135_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:93f4a34af9c198e4baa449f7ce0e1e0936358afc725eafc3b8118df3d92d2b44_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:0e4dde634359042b67bcc5224afeef951459167cb8f36cb6f262719308f8ae42_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:344860750b6a6e567bb1475f68d18b19d6f79438b767c351c850d082648aa5b1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:efe1a0fb3394a117206bb1837b63a0ee828ab5b5d30dd7c94aa88afa04c94c2c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:afb18f280c123c44f1349b80bcab24c86d8933795a0577deb13bb651019d6a92_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c865ec93173fecc00d843737009627ba137b7cabcf8337ea7837eb9bd993a601_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d172695ad3dcae4be122b50a27f14c6cb0e71357868ebdd13336cb7315122fd8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d4a1f393e7762a2c7ff12fd634077f5bc5bdd224d7791eb7929d26cd16047dee_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:01050a4179625f00151e478a0571e64120ac6221fdbf32c969a18ae9872c9574_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7639b8403341003825286c0fd45ab34d815585e8f4b5b4d1a424ccfc0292e017_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bd76fd61510b4714518ec5191e315f83feb1f47402e32602b061a0fc09641c9e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e53bc4c7a3fa7103778bd3f7bdc4b6be4b5e6a8450e38eee246caa75d9f8f44d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:62414e285f1e4de212e28bd90e5eeb60730324d54a317434565bad8891435168_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:77dc7d2bcb0cb6289f6d8c3c3f4ad3c01b9e24b4f6969ac666a888ecc8a29981_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:7cbc05eb0a0d3210e378d08d879933d905565224d9a6fc00e3bd1a9ad6782557_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d195bea4ac0b3ee073418a3674535525622d9b492bcd1fb0448b8ae52ba262b1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1440138d54ba0f09184f96cb79557548c3c9f19089bc813f433de28654cd74ef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:203e3cf52680caad6f8fec2ca1c7c87d45205ebcb9e816fb188e74a5bc7496ef_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4ef6d0725b69e2867c44e7d7ac57c820b759a45c491997210fc38b346d7f033d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b1ae4f6e3577edd7fc9f6595168857af7fd9c08aadbca1642c2f9248205b8c42_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:2e494676f33f47eb13ce2e3675c8e7a3871d5d1b73a59b71623caba05364196b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c8183043eac4cff3a7c17a9de76a4c9df725db694f411b19dd64923d1de68551_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:c7944fe378873f5d5268ff872c52ca08908af41b7efa03a7032363c11af633da_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:fc53a478ba64c0557ef8de93faf1320baab34d4bca5f50bc8f74d4a8d3a86890_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a5e04dd92dd9bca8344f741151a5756e28fdd197e2aae26c13caf2867ee6ff76_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c16e427a9ffa0ef24fd07e6a21ff78a63313d5274eb3b1180f7c29cd1a9d11b7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:31630cb5049add8b683fc6f3de6cc20ffc530b72d45daedb84cfe62bec754591_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:89a876583624410a9d79c1cf83d94a9a7c0dfbd3ad70228ea985e45b2ccee9f7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:dd8a443d71a973e30574016ce343c19edc1872c63ed46b5f7023d304b9c4edcd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:63a52e5f035913f64e82ae6a617273abae9ee0729316d26ed5d4182ca0f50d11_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:754310c0f797038ef14c3ef9ecd934b6ffaac6ca60b755894212854289b9f405_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:49c4861778e7bc4f5738ff0f5cd5c542e9fe75c33057a4a0806b03ac75d76ca7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ce8e1af1e3f7d331be7a366560b517e1fc27f83f1382ca6a69a1d9893f260fda_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3478a4d3a1acaba3cfb3f1040320798b9d0b419a66b07267965d4ab974a3b440_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5db06d085c31aafb3f02c2c373b2de6d93c5fde72dae55d6de90f44b49b5770e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:634d04ee67f3a521e7b3cde560084491908f32aef4a89a1bb7d3aa0ae119927b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7683407dca1a355e731e277631b3d8522a3f84f1de664829c3b15db39b1f1ca2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4ef1395e47e1898bc84155ed4b4e3e4c72d08e4e7f2d19d9530d889fe0ef6b26_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:63631119f3411bf77ea1f622d77ef96434d80815531b046efe5b297dd5bbfffa_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7ee73740b3264500f062e3863e42fbd98dc3895f17294450fc90d992d2108d49_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:db28768861f567200cc79639eb01ce8e18fe5cb8a768cc01d3e23bda55431c75_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:09ebbcea16169b9ac863167c0e7f953717e92f75fc4c4e2bffa0eacf84519907_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3118a7eeb28d8388a06731c7bcdb5eba4a942b9c91a84e595ec0fb49a55bcb11_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3bacdd4e5501902865eb31e884646418bfb5fae90593e96b06ac0b7c3cc1cedf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:852556f6eb96442354f0695d6630e2798e19e31a5ada2ef01e3ca2571a4a40c0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:59ae16e7b7d2bc20f34b8bd1dcd7cf8d8d7c201b0f78e3165b11a592d1b08597_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8b68cda23f470048944c164b84fe27a5fb6a43fe739537383444c28cae451035_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:23c8ed7995abda7f87fe4031843205f3a99a0c57508c6218291762a60907f5f2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cca7e231ac39da3a210859c6280ded3a4687620493e3a3e0164a403271537b6f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:054a0d12730620c46ee6209bc9932909f653d0b7f796682a0f798ab3ac3b3641_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3281b909de7dfc5bf3c746e3e8ab05fec49fc8aa83dc8156e616a59c41ee923c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:d5efd9212ed22c89067691796443fab0b28bfc31cea94bbe636a4759f2e88521_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e0a34a88a67409e2b1cb243874cadd3de1c9c56a54ac225dc860cd89a635bd97_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:275f90da2f77f60d0a77e00936734ffcb5099fc8b5662e03de49d807a7632f6d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:833072794acb03eaf053f30b6bcfeef95cf1836ad5149fd97f34f3546a2e9f6e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:893dd8fc24cb10db16620d8feae352929b0dbb797f02fd80f025fdc7c78bf53d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c9ba070e466a5123790067569bcb909e291f3b2264af0aa152372fff9e64f82d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:6f50d9406911e5fbe310c94dc60829891609934e64983339b5f66432a20864c2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:8b4ce896da4126dfda544da09d04f010c0e9b25bdab6557adbab8d095905d535_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:997a24c33d3ae9914f3694b3a8cd8af50137ea48296c322b56dca53b4dcd1fcb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f80cee2f47779e24e07ee475d09fc697a4446a07f9eebb0813a7119eb0bda36d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:7aa46141209fdb1090d90f00d1a7753f31b9224e080b8c669883901846b32ca4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a0dfec857ddadf777961a71d8dd545cc798b921e083c8b5156ca7423f8ad8a2f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a5c047afb2066ca8740286ad2af8e1271ef78c2e5df73ed2365f586d6a101b33_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dcda877c69d0398e4744f1b7a2ed81986ccdfdb6f4da7fba75f29fead8b10f34_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1ff4a8a6440dd4d97adc3273253da14e081083c978edb5fcd05dea33d4cc888a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:2aaba77958b12e834f6418338a21b839a95c21ac5568a53b5f792553db772e6c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e5753a6fa47d5a753be2eb3b7a46cee0bc156b0e52bf75e4f192c0ddb3fdef47_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:ed802f61197fbcc0f1a8a916612ab33363e0e1866ae70d03df92469a2c356ea6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:120c1ccd64bca8bfff4b46d14f78038594a28f6d58c585b1215afd76c23c7ad5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:52dcfdc6c5f219f414fa0775b70e34118b319897b0772931e0861623db7bde86_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6b259bed5dc046510b7c3305f6abf86e4543a9ec5091505f92f573536e9f049f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:bc0dd85538edc7a80adc0fc9fc4e02051e7b09480250b5328a6b70251875b943_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3f9151da4d025555f4c0183a0ce07a2d0084beeafdc9f3f1e87a603053ef9089_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:919fe76dee99d772b668b57645779a63e1c3b7f7f40fe79175c27ae6d7e261db_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e19a080b5fe10b67fe48c28014879abbc87cf5077c32c003fddd171d06bb370f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f7708a1c1e0d4083c7f0b9e8d8704b91a4c823dc9435d5d3e986372f305e1fe4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:27bd19fa0c1eb00c55120e22b21eaab50f0eb75a84910e9d8a2fd3b5fd1c7dc2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:52c4215a49207586cb3f33bd1d35aeda857d31d34c80cbfffba02ba8c448c8a6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:62e5cb5ba2d92bc29a2087c9de9fed7978d4c5ffe07b0afb479eac93519c6df5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:68aa837b6a3bd95232abd62ecae3b040f2a7a72ced626c784c4062c2f28a6e3d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:9872321279ec2d108191f1f7e1764551e9c7099de51f595627db068a66fc4f8d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a06cb8024ab06fbdee295afe99cd294f6e05c36dd490545600967b8ff12e3391_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:1d3a2d2ae27d869506d3f027ebb43f0ca64451cbb635c4c412c85129025728c3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:c20a4f14ad0eecc3f88eda36bd65f1f390c6977a7ad5ed69e87969556b9d8cc7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:64247ff135642a32fb59a62cdcaae5f28085ef0578916b4ab2c90d31e67848f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:e0cf29f62ec486451053c661388f9a3a12ba42b84899b687fb3486666a42536b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:efc289b0278fc84c571d7adf9e9ee1f8b149c5d832cbf416803435e89ee0a531_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:47ac82d0289751c8c7e41da07173dd61836e606101a20b598c00da1cd1fc9077_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:953b8ff978f6523f4578a469d23dba6536d49a141b4e3729b059feb6d79a858b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ee224daca08de920de240b684ebc23a4da50d60130d9e205e88c904c8c755343_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f267111aa2951d22dd6a41c7362afc22454e365325b7a016d213505b7dad74f8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0ed3d751161fa47b7ed4bd2ec2c5bfff8ac5ffae0df22dd9a741cc64bbe2939d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:48bbecc83208a8895cee2c2e8ec677f59a688e02705a677cde4e9a8a52398d1b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:89ac959e411430e4910919132f95452d1142a45fc5c67088f15cf5bad8982165_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:db55fb30b025bb573317f113897a7bfa0dc729aa684dcdb0ac3066356b339bc9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:285f19a6dcffb48d4e6f6d3bfb44722f1828bfb2099a8736f2fc08cdd1481175_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:521f2693c3073993771af37d65723ced3ac83c7438d6ff35425ca5f663101676_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d1883837f227ea4b98d2442b46e5c07a9eeae549e13cd778f7c9e78494b53911_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f1f601e3a4951748fbf030083febf57aad02568058889b0122c8872e2d68d70b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:34298ddfd123342b87d28c047cb4a8c1b25b07352bfed57aefffdd92a7058b6f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4a56a0984384548771e1c8fa5a4a8efe93f472cdf2b64b01d6049b2f9187a684_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6765cf3c0f8d395307ae57019cda7e2aeee976ec060eea8a47703db0b18532df_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:8a8377100458d05864c6521e4b7550df73b5c3d9cade518067d5741fa9d02292_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:09ad41d3ddb9aba6d649812d1e48433f5778b1cd9d5e0e1466b34e6516b864e1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:7b3a100ca1bce2bced0306ec9d4b90a4dfe8596c5bdf51799aa3a7a1ef36fef3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:ace3b3b02c33261287a32253dd1c027769743797317ac4259c9102e0b3db6603_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d289ef93e6e179405cae0db5309865f76cefababf168006abf09fc3a51a32bcc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:20052a45d551f7e988cc0c38baa38f146df4d9d741ac71f17498d8ddc44a1beb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:55409e5fb153973038a15985a332681f4e3e41126f84b6a355c47314c76bdf2e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c143caae15fb4249757018e05ac8dab9abb20f405977cb41468ce6a8049c4342_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c5d456d739d5791e51544a45309ca3b64f763cb49632bc638950fbfc041b4193_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3ab4203333e071978d85f0f44f7342811d898cc388326db60afacd2395f8340e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5a97ef5bfe0456bc1528f2a3df7736c506e11cb61de5c41a1daf22162150b345_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:94fd7b1b27954fb59c11a010f4b8ce0a3377b38bfed7ffb20873a2f7a499f8bf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a936c0970ab66789c10a64cf57ae76bcab0f2f16b6b50e713373066f73d535b5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:34fb12d4fbb5f9b29b1b58e19b1c1b0eb27121ef80edc50a59e431a4e94638c9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:bedcb032aa7325e5bbff014f251d5ad91fff9dcdaf84a95e61e4fc4198f22f79_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d10ffca12372666b239a9fcde83a4b0da6c3f37fede3e47272bbdf9ebd2f0d91_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d5284bc6a4ff57ceca1c00af4ed0c46fd341f1e2a28b4f13b210ed327a25ebd6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:2a7aeb3139633e2014d99631287cce239d73af61e541f218f45a009fc151d8d8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3afe2f3016ac55bd947c98d1e4b957969357aed54423ca2f35955eac8639116f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6d7572f71fc31d580d355bc6ebf8eaa54e4285c53c7e0e418a7495a0fb8d37a6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d2236c41a640de0aedb4eb2f1ef143793288329513ec0911bc37ba688857701f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:7688c4b2355532cddd9b9d314d105127c494990e7079407d2f43e578610971ad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:91ee195223233fdaa6d83ddbc8e1dc33bc7811e4f1e6ec9f5ddf325f560ec38d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:c866308d315beaa691b25dfed4be0cace44628e0799527e9ca11d14165437d98_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:dfe468dbed566f02ea0ed9b5ed5565f40a00d03a344d2a230b0a0a83c783493b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:08710b0caf6f4bc16e72a89f596f33c8c38ba7742d0f1ee552336f9acc7f222e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1491efe6870dae8caca1a78c9c96f8b4b2956db3bd5eaa6bde59ee996506bfb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:2a0f11f0a1063e3ca7b8b04693ebe979e9953736d37f3dc3a91fa5c9912d79d4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:813fdba989d7b5a4aad5e9ce5bf5285b0e65745375dbdef899786d571c001b77_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0db523e5a7a6420d94d5d302b90c798737eb78f99cde3b887d3c3866e195b9bf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:18b7e5875aaad6e0bb8b12fa303ad6295bf3968daeaed2104f0f4ec3122446df_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:80c4e60cb2ab82621ef12774841d39e6ece9e9671114afd0d19b188dd7746d81_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c20dd339ba44e18a505db8bf726e2db8b6a764f7bfcd9e0d63d627d69c2378fe_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:528f1228123298362d5787e862306cc2605f3eb31fdedfd0deea7f3cdffb77cc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:75b18dbc6fef40173ab0c85ff4f9c4111e29afa10593ef9141d589f88b418826_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:e8147c001326caf53531a8917f91991b5ca05f31d30adba78a03539a6568009c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:fb390f9eeb4853d9a20c9bf02ac10e099238e94084230bb532029be4c88b7ac6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3dc8fa50d17a5074f03d58eb00467e45e6d74f6c5293bc57ebb8c4feb4323eb9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:51941876bbb8070423c00e3699bb193343e963358dcae8cc6acda94395edc5fa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9087e6df82220f673440368a5e81c5a0f3eb5e36cccc61cb40fcb56d92cfcadb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e3740bfa7355589784350a9dafc10849d32f1273327387b3b3c6389ba1e26dba_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:05f5bc9410d9859f1bbc1def6e1c74fd47781faf1ef26633f61b5d8f09ce8d02_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5e14d01db3abe1412de6cbd8dbd7d3598d5ba7d2af2f5e55a7ca625aaf8a9155_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:db0bf5b79be48f69d411611bfa74a9b1cdfe875b453a81ec5ea72a962c27978e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ddbaa3a482cf17a156f6955ec155eace13126ae83217c36c03eb2b826e7c4ff0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:02ce1779315733c6039fbd9f711d6c75da89fcfd4d6ac8e485d7aba30882b3ff_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:d29e550f223f287e258aa15ac71ec87cbd24e9d6888f22d82aede80b7902765e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1d43b37d6ee7556d8afe22fb33c7c9ab7a1ff5b2b38d6e18f762ba759015f87a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4e627ea7097e36d07d109f50212809b6477070750c0bfff14f3fe9d1d7ca29f4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:63e60a076755fec73f95d2f5ee948a50d895b69cd327296ac0925e301f5b7e4d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9028745ca618eda612fa2960f0327f19fb689eb36762515bfd71bb2efab0a0a3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2dc50c3c453049a1e81e8cc4559147a4fd4a3a6a9c140865f82bf628f2a45b83_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:734c982a6159e5c4077a12b1a0f72ad992b70f965873ea591228172e6265263f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b2a21551ad4c66e622ccd865529356920dc4524bfa4595e08a99e0e95438823d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3133ccf5290a245274c030f53c63dfa74d6e04bffa684808fc1815a07ebfa13_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:6f399ee5f4634353047061fddcb9092dccead96c6884863253b913dab93c2e15_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9176cf7f1c5ccd82d82dc1a8ea47c2bd34e2ddb54d750cbacf7735a04ed6a221_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:dc6f5e144468283ba4d04ccc155f9e483d085dc2f1b78992e5fcfea42db77bcd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e5216672e4e265b01384ed2dcd722b4a166490d66e19aaec457aca55c7e3dbd6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:4ca8bbfe3586672e1de22cdce9466b37aa0e11c5e9d94ea8da271aa5cad3df47_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:57488300ca265dfcad9bcc1a2861062d8b82c2b80e8b21cc3ed766fd187402db_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:660006e5e6826b13ea6d73fce4fe672d1f67479c44ed65dee68119369eba3c75_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:91b8003dab0652f1a06de50435ca08d6f6366e6e8e7e10a9743542b577728b1d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0017d40e539a56e2ddbf4a97b0cd94825ad5dbc9cd79e1a7e058bb0b11afec29_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:7a71babc3307efe03b8bb3f3cc5f9159a4868c215df70d7a78ba37b91294649c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8403ecd148b8f0aa7f1156fc1676307753967ae68a69948af7c3987de8178959_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:a4e02776f7b5a66943bad040650f4dc9e865f05a0911f4f9aba975c4b30ef517_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5d3d3cbbc28f59a6aefb1e54986e084ce49b69867d100e9b7a8eba17b764304a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5fe1d81ec73517468488ed1a60331a78733ce2fed50f3930b4efbcdff5884326_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:94a7a56873cf0e075740a1db93972f2b2505e7bc082f2faf2d3a6badbb52b08e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d1e737deb52f4f124e34889df5ee2a787db0ee13ef86842f415d5c18ff70498d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:0c8b3d458f0968682b8604cad6ddf02b1135b99c4682090dc78d9b273084a0ab_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8f02a07e0928906a1c075fc3510f3750c679361bb9e0fc7504610eb2b230a092_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9b174760063eedf3197e5664994fdc21f85cbc3be8bd1329142fb9e88103b717_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:e97049e759fd58cb6a2c8dc5b78df8dab7139f8868b1461a3946cf187b824f55_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:17b700ef898288bc081220792a7a95f4f1852338d3d08dff19ea02cc9d957239_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:675083e881008c57ea9fe8e73db8034a66a3f439c6fc1862db09503f311caef8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b94730e4b9e9de7c0a99431f90b42a5368aa0da03869eb8a71dfc92dce27ba7c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c5c12b41cdbcc18c98ec1632a0c9aec007a9672a742fcfe89a5b104160feb698_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2c51c07f11fa78b44eb528339da6291d1c660451a0c9774ad7bf8d8ea7744ee3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4d7e15ae24207bd06663f5c9d55564e220bef28ef150f62d2e9622f569490acf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5a51836c3306ed97366bc3c8f24a8f9e880628d1feb98854eb5dd10800bfae83_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8231352f700a733b13de64913738e0de1b89be5046736077f7300c21fb778aa2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:121025c1dfa4bb1138150adc737d7cf12e69ce21f10690ad8d740c1c1f2dde4b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c02ec1e4b586a812cddae6ea43cf42a6b9742d062fc12c18c2414bc48b5b96e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4c94c8afa17ce2348d6198c2914e9257ac9510455c521f6539ab17877b6fd974_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:70c7beb1cdbcba3eb4fb83fafaf740145b81d510ef56d5ac59ea4bbbfbfebc00_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:83efb138b8bd5084f7dbeb8a59fe1ecc2680a20d5853b7a15f47e1f87929fd9e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:bd63fc568a9ceddc67809e2271de8ef4d57ac8af283861a601547a6b9da2dda2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d0d429e4a3a0a9f015725dd965d4317e67c72b3fd846ef4b04c20ada4d067eef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ecc47300fa59bdd3970f0baf030a75e1fe5862d2470756cf32c389b1eb89152a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:53bfb1dd8b4f99a0252bfdad2c65960877a4e722f5ae88591eb87d6800d1d98c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:64fcb6ccdaa30c4e06cc91a40273c6be01958ca2c048bd39d8a87e8c09fa7d55_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:bd7e96fa5e3db517c91323142b8258555f04d93dc0f164b6e83249dc0cd1b416_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e5d77db3010b3e1d31e14a0bafb1a5e5ca62dc03b7b0bd2097b198f6be6ee442_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:0488437dcc9ca866c5b96278686ea20b5732f8e8038af90889fadcf90f1082fc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d1bd0363eb8c21c0123522b814b140a7595a459c7c286220b4b6fb0b9886a115_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e45c7964c5a89fbb1a8c6da3a905e2caacbbf8c433b0d56d1b260bba151b3e93_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f52e1ea0175eb2af0a63311dc0b8acc1771c53a7668108d7bb7abf2b814e37e5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0043c8e63c3bcf98e33fda7e5f532143b4c8fdbce690606bf469e932d8552062_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:465c03f230a374b6885874b775473275fe8866f61856fb71a8e2bfc37b712ea2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:c730b4b9a52549bb6204deba37e28ee3946758bc86f27c1b886188ba0f164fc7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f50ed1d01f799f00ce20f210b95774f2dffe7137757ecf86544c71a9f621f402_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:56015af081c97939fa71d978d511ecc0e93ea6ea89640ae846645121531a4a86_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:82a97e06294f2bbad05dd72f91d692449eb4094ce1edda7d651e2f1833018faf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8faf68e17b482f07fd1a4ae8ef292fd44fe9de5369d5129c3945acb56b5c2f0c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ae7b169bcaae3569a946c84d88d0ca7b42b530b475c4afc4096d5db36aff9c52_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:02335c6538b4fb15d9d4e2a831b9810db42f8b8fdd75cc6237534356cd1b68e4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:84a9daad04b0ef97a77e258c1b490c9a9c1ca502079513184e43145467eb1169_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:85c84e6100ea0c4d783b44a085cdda8be9b580b073ab7b191a70ad3c14641f9c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eef5b8e84cce56cf085ed8f8a2ca544505242606d44691b6d0beced7c942bf9c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:148d9d31314b0ca3dd2667aadf51d9a65cc88cd872d21d29e4c85fe25cbf6410_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:87bd671167583b8f46388c7e5853509fc9c20439c1b5f57544117fc9e1b1b5b1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:dacaed2c85c23db8c8bf2b754b958ac8990a0b0e917e4885b39ed62d08061fb6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ec4ca8db357714672338a773cdfac91101641ac1ea56905a5dba39d13e8c96e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:1e01dcb349b9e3afa77e9c217b2f20dd7c9c98f7b00be3852166c7d676dc1c58_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7a453727eb7aad288301bdce304da23202950098592114e1c56e893828b7cb2a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7e9f67b6e1c87741c5d56a3e95af004dcfb6d6c9cb4267b0ad4dd1aec7e9cb1a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d9f12bee214359955f20c9b4c0218febc8868cd47405b362dcc6ab05dfa573d4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:36d864188a182dab0197f06376c993fd661689e516dfec4c25f9064eef6db0a2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:38481cddbac83c19b28845b99fec4f4d16d46aca014ab18653c5e7fd42d7dc9e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6c5798afafe96f9c1de300cd8b709030655d1c92d03394b069b3f4100a0a4334_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dc248c02585e41245eb8e16fea646a6f1013f5257f5152dab0fd4634073fe15d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:142deb80cb8918201dfc20e0e86c5a70e704eb589681db3e019d0eed0a8bbf1b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ff7c22adb1ce27c0944f94a4994940aa6af3c4db60cf184d0865753e0c18ddcf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:09664db13d4f9022495031effd53a137ebbddc0e61fec151a26e565a02a5bf40_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:9b480de86de7566594ff61c147bcf0a6e8d5f2ac52ca37a2ecc32909e02850c3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:177b77bf798f3ae19e2b67467ec324e2352c47a2fa4f803c852cb7d5514a2b80_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5587380364defb07d81f5bb93851d7d726780e03f561cc5c4010d6cc4e237079_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:503c53ef4cda2a77d57eb611638334ecfbbe08f384e01084a0f2004aceccfd5b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:ccdfd936b1e904b115efeef06cfb3c1b13ec6fdf123cf87c9ad477ab47ea4d04_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:1f7ad22165ad761cdd5fbb7f037ad342f7b9a6f017b80ebc9775edd9bf7388d4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3ddfa7f1a01b1dbf4d2e999da0d536b8f3600e0143dde47fed1f6f2caf15a7bb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9aa910f86e4c953069c3e45f3c2db9702a8cafe753fdbed42e4c23f4837660ea_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a2751c4e48572281043cc6468aa40d2b3a8a1eef5897cef386876fc08de5d791_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:00fa00533e4616bc63471ba4e127f163a2ce06bd8546dc3fcaf2465c6c511ef1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:65d4474ec56e4cae8542f01d54006ee1ccf15c8a467dd7f784f1df806507296a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b1410e826283f79823ba6cdb76d666aed69449a847936c6c634593f31c9795b1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f3e84cda9ee1fae57794b0c60a7b32373d8a95546116ddb326751e9df0d1706d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:059c0bb97591ea1d95bc42274c6748438e32ef113039c603cbf8171ba3dcd1a8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8ff741a30a8c2059c8702290104db1f897853515bea3d054f5456a0faacd3e33_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a523a7ac9b9119290e3f27ee0b0c7a5d3cc1d8f35ed4e7aadcd6968dba6c593c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:db230edf37a3285f5566a6f82b660ff3394caa80c95276bc3992a3f45a18a59e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0dfe21d1f2ae4ad05af6aa896c0bd09417c03d2fa2e37a1cd3c7afe9d9f506b1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ae88b0138b8b945b1ad071a5ac660e6479f3e2c1ec261d80a4d7d862e94df269_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cece82ea1f03a889d37a2e4e1d81eca34a73857630b9874d05264c12ccfde18e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:e518e75c0ec848497d5dbbbea1505cd3fa96387be78d326f44094d341d1aeb69_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:4b9f7900c251da09ceb0c5e36e87322030e6fffb41da15b022e52f26967214a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:6bcd28e8610dada7b5ec2b6e14aecd9daf0542ac8528b8a1c9bec9b5c22e6791_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b4e19a3b757309f5ba13e3762e2449003ab93a1d3a950df031d0c5f88b338461_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f3745f0a10aa35a13620960671ed4e2bace1c01f0440c1cf222aec37ebfcdd6e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:10a4a0d9d6cd4779461dc27ea5660513c80c4231267cd5d5cde84626a52d8d88_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:394f1ad167455a316ded12601110de58f0666917302eee8a2933932513aabd70_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a0dda1cfb8ce56f6632c7dfc15f2d7c5251a666f7ff34fd78f45a064ed9fe8d4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d04c463caf59ab32c381bf6c88b9a55ad9a4934dab8cf66b1c80f3743edf28e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:674045072f2c791146899dca69772cbd83d8ea11305e024f697b0ecb2ecbd9e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:80d008d72e748f6d1578f0583dcabb703ac8154853cffdfa6c332bf2db662da2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b6d9ea5fd88f25c46dfaa17deec8dec67f3241a4e52ffb5b598ef77af4437da9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e18f121c2a8578ab7a54b48347a671e8a1e315e85f894ef67b96161a490aca44_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1415356cad67eea021d0adef8b7f8ac8524035a4acc3ae7080f26f8f3f7cc959_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:2f7be9eb683b2d5c65aa64a28e11bae43475f5a828e8768d468bc24fa0bd4ec9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c0f27acad2634255d689355942e8c0d87f624c269eca0f11b1fe20b56b22294a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:dcad2bdd0764804f9dfad2a4f33eb2fc105ff8e4cc1d2ab31c58ef2903f7cea1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:02dae90a28e2afa83ab4b358378b616bad7c257b8f7d6cfa2830092b7d46fd18_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3e0b68fb323e91570216f90ae2c79cb4bd35149dd62c496c39ee8fb615b62888_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a6517f52e257eefc0602db5e43fd946de57db13299d5077b1bdf872754253cb7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d6c465af092548962fe617a677d3398c6164c398602d7575ec09533d9654f254_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3a9586b7d44c57c683256faa5d9655285105844c74f728e4558c6295f73a3aad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5dbdf857d018b118ca8bae8eb52b2e117348804dae51da324225ac9d9a0bb141_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:7dd0655af57c7f8d2aed0f88a4b02ff21d849bf9c8cce7fbf02aca7d322cdc12_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:abab20e995be8b61590ad7dfb8de0bbb7c7459ab5413987562332de2c9924924_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:6f1fb02560c0dc83cb7ebbfba67370896f2d3b21835311fe5af23a06f4a45142_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7a90eb33844a25785c95b0e7332991a373e0b70560f979e8e9d1554f9d021545_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:92ac319d44a3a3d8e68f29488cd75e71b42dbc98b5898f662131f8576178152b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b8c7d5e513d5205014f53f22fddd4ab5c54e62e62e5813459ea68afd789518d0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:788b2252987b1992fc9c5d855198aa50a67048cc4d0a1e28240953e5c1d9528b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7a2a0066a38f2e52be47a1fec5c9a1ec458550d7ee6ca1232579b3fc98b7e9e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:939c609d5422bb4be66f482815c70b170d51ad2ea9bb0675a969bdaeff35e730_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a260d94b14808490a417d828423550eddd7b865035b631e9fcbb108d8eec6873_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:9f38e40a381edde4d367a6baf50d6159bab76aa34f7f932929a118960eb1b16c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:bec3f4da4ad493e8e34e5e1245338929dc916772222817e094fc0cb7c6370b88_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0816f94cceb27f34725d9c3f041003d61b9730a3c602b48b70782cf5b3887818_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:3d106f2995d5dd270eec34df31ac33f4a09dac0bd79bcd2031e9bdc35f20878a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:2c50f45d634218d512ed37008e62bf2718cc4275a9d944c845eb29bb19d0e700_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:429368ffc93f60dcb14116dd4a448f7688fabeb9a499b4b7c9c77018f4a31c3c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:48105c86a370a0ffd2c536e5ba75ea80fa94b09f2cfdf645a9fbbb62bdd1654c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8b9490cd4a69fece37aac8ced57235afc04a3389e16234c3a3f1d9a4f8a6d34b_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "helm.sh/helm/v3: Helm Chart JSON Schema Denial of Service"
},
{
"cve": "CVE-2025-58068",
"cwe": {
"id": "CWE-444",
"name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)"
},
"discovery_date": "2025-08-29T22:00:44.749956+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:021a57a7ea58117b5942b474f8899924fe7ff170b234aaa301f86ff465726ce7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:37283f08df56189fd19f7052523f5eda5a5eba0096c32fc3926eda3bc9398a8c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:459032d57026d4dbb2af370f796c28a69e2e30389a84cdab0e43de4435d980a2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:82ebaab991c00d42430890eed6322e9d060c3b4581ad563383a7d13172de4c08_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:244a4dfcd32e2a6bed90fd5e452b63822af9eb60375b9ac45c1864c2fccaf765_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4eda87164b71e7c6fd8b5a39ea77bb1bbf138f43d5732c08e314369b18e2509b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d2d6b9b7d7cb72703bda76e6814e5714b101faa03b14f55507b82dddce6fa09a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:f5f2d566546e640f59746e3616b98dab55eacdd33ea04b7cff887da6cafbe380_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:21cd6ff9f8ff53d747746f2d772344a8a9be9bd4582d641a0d6814da81e42dc7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c16a9db40d92bd605eb9843f2fb30f793e9f807e924a98f58bdfe9e8ff5598fe_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f7eaa545a5719eea518c0d48a5010a9e729ca7657f95712b86bd091c6906ed9d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fbad6ec51decaf69511274952af912054493d07f8de4aeb044b0728e015e331b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4b6ce9a91e0408d0869e2d64ccfba93b8b0587c8c4514c024093e47d520b7b13_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5bab5f51374c260e261af4d094d6d834011bb00d20269e5f87c670ab2e5fc50f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:b046acdbaee02a88bc76e80217864aa8a933b4c624abf504bf40b3b5700a3ddf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:da7ec98aeffdf151279fbfd2d45163722323094e790ab1e5b14e3a75bebf7ba2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1320fee14f620ff211195e536a81bf80c41140d10d8493dca37f484b4803e1a2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:69849de1ca4d23c9faf12777ff7f26deb7eaf3026725512e29e7cfbfcb5e30dd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7ae48499c990a9bb0ccfd436de6e4586ba27e9fd4036b4efe76299aafc4520e0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:bdb7981f8aadb7c27bdc448ce4baed28ddd8d08ae1a83af66255bc70d3b87d63_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:06477b1ed6e12b1088fa198f1158cedd852d51773f75622a652220d147aad66d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:73cd8858eb6e706064aa3fb5b397696ad2a8d264ed9380ceeb8d8d89afa96914_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:95a5dd3ee93857d9e65d57257e2864774e0f1aa15d14c62765dd110807a7e983_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bf017210bb8bfbefa027c830656e83b3db86e940e5ef1f62e67fdc84545cd118_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:04441c2a5c244d0a76052a2e071d994d81415da2cbf49cdd74d3b64fae89fea4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:50caa5c63088b2cd98d85bf793eed760beae31c73d8cccc60f3c82f7e4a436f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5d302fd1e0d562fd3074aea7fda53b46878dd5c27f53b4086f43e0b60c69cd92_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c1ec441285a07891350ef5b92dfe8cdef23f963d39ee86b7c2eaa0f29deced63_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:29924ddf95c884e61e24bc38d457d4bb997c5a03789459ef7565f2350c778e44_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:865ec06e1488b9c81e370e48824dcd003c617f45198943118f99889c9a23ae5b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9c28ccab17d26b72d9ae5d65f7a1ea11bbbd2cd39076f517e6655b9a35a277b9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f2a4bddcbf9cd3c04f90623faceceb3f3633ebea89954ddd26dadad9b6f9cc1a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:0f34558006e45eb8ad74dfad87ee15c34e2d5bce5f192fb00290ba8f6b2e06a6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:a0104045a7c163322387f621af644a79ba8b3e2d44bfa4094db15fad792e7825_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:b83a1577d6d15ea51ba7417aadaf190944d02a36e1067ff9973b9b0e59f207b2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:bfeca6b1d120f47ef42ace529f8663c90e420a3d1067891268e0fbbcd0c8fd3b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:09fb74bc16d6152ee950f1e2e01a72244e43c030205e6878577ae8a288f229dd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:933bdee9a720806a6c7537ed79ad75e25ae64144eb7e738942c36b2a72427c51_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a882578ad9240c994b4f21955809f6d332965cde3686fd2da1c4bc1bd89181f5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:eb823609e74431800e5bd7fd2399e11d17ea8cf0a16a578b70f1447aadbfe8d6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1a4a79d38290e993721e5a239acdc973fd395188d4b47ef664716249561f9b9a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1ab570c571e5291796e3eccbc336775207aced63674920c7416c67fdcdda5ef1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:46f5577da7e69caa3c941ead5de0ce8e373a77348df4c9dda922319a47533af0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:dfb1568b260cebf47b31b5bc5b956dd573ef5e10f5c04bc7951d4aefba1e1c29_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6405c266dbbd8b035f0fdec36d4663fdc2e3981899fec3828e7bcac0094f981c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a0ce68bd8e54f1975c89b6739bc6d94e9ad8214df431d1c41907866dab1cd9f6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:bdac9d54f25066cf36bac0fe90d1df7d89fb91d49ac68c09db1cf14862c91b43_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d8254c11772cacaf25e2a1b24b41a7694b530246cb980ce80caa5298acc71c31_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1b5aa2a8fa69661df2b4cef49e2a8e25e20ecba84ca80d5c671d8cdc73e7e31d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:54c656c9b7ff7f7d9412253dcb0c4484233f4cbe77512b63e69ba1532a4a41d5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a2d16879e07bae5f6eddbb5615c313001ffc4b74e91849ee9c2496bbb5996616_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e37862fed49b426c4344fa755c3442dfe134922b3b5a3c80c4bf4abaea7e6563_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:04e4334b0ce10eb5402543501944e72b9230c79f470f5976f8e5bcd5a18cd28e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:34a11ddd5af5a8d2331804ab76c6319587bcab73bbafc10b6f710260e5ace5ec_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:86ff72407e38fffd121bee52ed9e1229213f5db18cf1324a08296597aaf494b4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:edd7568d61e33652709d4bca937a801a4eb6a0f134ec7866eae3da1f19a01400_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:44623a58b3a052f8cf871befe578ff1419b5a36c9f61849bdf58a15148c3f65b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:78ba410665c68a41a5adbd8422a349de2274be894328ce523364f1ec2a71be01_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:823e1e9e7e7743538180596210828b19b6e3c8f435a7c792be5b945be76d9956_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:eee0084caae19613373c30ac9d2f25de2c202dc83cb6b3077baeab3b2ca89c26_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:17d193d080ae253f4e43ab259c28fd84f5f738967fe2ad4b6528fd42dedb86e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:36ed0be4ed17c503bb07435b198cbd5e255660bb1e72ce49db7ccbcb3ce92a23_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7c1aa77f92efcbd6fdea6120c75e2cb19985aaa2cc48e2d4d3d4ecb87df0d277_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:d6dac5da24656ce0a1494234b06783b5e4ef052c0d283e66f881c21d1766c51a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:380b5a968a30fa54a963bacfc37767a01f6067b6290fd2d877d6b1943a7738a1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:6d1570e8f771ef561c5ddca5410cb86dbc94943cb23b6f96fb2dbe5b9a2f1823_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:7a9f65149b802b3c2ac4d2a96bf53c1dd6eedf8c5fe921783962197bbce94207_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:a99a994a160375e89550347eed1631bb0d12bb4dccf7ed49119935520b744235_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:22b6a40bf066153e072a2d22e48032b91a7f70e2de0d38b2bc5665b72f5635ca_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:499dba655c620472ffee2c73f5f6c53599dcaa8755af1ddf60388702041c6cfa_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:9f82e685ce4849aacbc315249403939d8e9fa55ca297ec0d829d445a3133ed9b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b11b0fd3272461cb95d4f3c79c5c1138770085b461fb8c64c5f19f3f2276abf5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:06ef27c670aa46891c208f0a1ce5be98a92a321e81865484c17db725d6c48f6f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:50187fe1e5905226e869fe96d050d1fa6c91c0ca9f360456030514a0f3efa2a6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:828613cff0791cce90feb1abaf17c31f8a89e409f605d23ca79904feaafa8cc6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:889a2f9b69467f174deb05d9f57eccfd85e8f6e2ce2620a3e3b5c15019a108c3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:381cea76282031f4a018997a2ddcaf6222576807356d45ab3357b52a30f6bb3c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:604bace7f2173c964ecf1b54fe70fc08abbb7a39fcefd21af752c7a12f6f5a31_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7acae5b318d8162c7da445ecc28ed374eb1db0a92e3e6136f1a3d6a82bd75495_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:df00671b04cef1d122484a876880dbf4cc250c63730537fef7e1651b58f9a9dd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7246c15cef44f3945840162c1dab72daf8c0c4999345aa6ba148dd34597f4ea1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c7fa305a0d4a592411905c2f44a8218e25caa39e293ba68e1c84458683c93979_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ccf25a1cbb0c79753f4049cc37fafb77d0f8dbdd896e4cad7e9674877dc84589_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e1ff850187bfcc5e53338ee32678873692eb81a7bc72c5d3a928722571d312df_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:bda6a57c2ad84239536aec6a20a9c37fbfc7aa13c994647427936bf0b3b3361c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:49da4e953f3ab4d734c88b4371082bd9c6fbefd00875d8c3f0f8e58f060b6a25_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95c4abf5e354b5a324515cf6e69195ad3576383386665683d4bb8f349e558416_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bbc0c1a5769338492d873bdb15757525f69e250f5a4320d36f249fc35d57d356_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bf5e48b3778e040c4ebb1a8b0bd2aca2e7814720fa400115ceed9e1745f3e2fa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:2b26daa64e5d4151cb1cb91cf459afa93b2bdabd2b9d5d28585bec72484c0e63_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c2d77eab011a8025098e1254c384f83af4f7e0d3ba9e6d2772eda689e644b036_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cdf9f5f665881fa0c5a2f3c98e4c99673dbe8a92cdcbbe6b80e9dce09f59a8dc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ef4521604c721bd0ae8a4b822ac9584d3c7c8a80c5ecfe263da6ff9500d95ba5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:29a5ed8364575efa8d539b05c002e8b82cc57350d4c015303b4fc46b06903eda_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3751262aca1a347b013648e64294520615e447cb875b1e7c04535c9c5e843ccf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:5bdc6dd4698facc8189308328f6fc62ad7f4a3a5bf8c8a5775fe6e966eb44eeb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:e4aa456e8c865f66105e9f1828b455bf09d80960759209703df345a559b36608_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:74cc690a06a3f7ede74550b2416957a6318136ec7b703de33588122e7222eac0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ad7055ad351c0c24582721dcbf7f422b6a31290104530458e456bddd1a637938_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:54ff1a36ba796e5b88ae421a3836220f5774f0694cd49da8aff5f8c1efaac958_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ff8879335cb7031227028d3bbd5ae3c882c721871a28a42216fdf94885cc48f0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:4bffd0baad38d0ea6f54efb82701a6530eae707565fee41e2e65682a990267b8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:6381f7fc63ba688a5514eeef31d629e8e6cf01d6910f29f7dd38cc48a49f392b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:6792be8aa7640d171ee8102e5315ee2cb5e51af62f7f9ebdfbb0b54e89e35cbf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:e168e04989169bf67e16af77f602c8d762b1ef424f4abc92ad8ef8a135d6fe69_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b9e9f7cb5894890829532f10dda00d008bc5745b999b76daa26b5667e00e0b87_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:f8ab11c42ded9679807701a6c9564ff67b13ba875e28cdbb7663d9382f8e194c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:203f1d7c4feca08547dfa923507640370e669f83029fcd373e4e93461cce9421_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:8b16e6a9162b06a6565a48f4b05f3a1681f9f6349278d4f44d93ebe60d96c566_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:ef131d257bfc318cd0071ea2867d209fd8088da69e92fd3d07bce2b86d4eb2f4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fd5a0222754643780d37e10af8b077bf257b5b4be2abfd2393f0423a4fd4b291_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1f910938470138dfb6656b608393e46eb5c59d76edcca34b8bbc7148f2479061_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:71ce3309765f3dea75ed45541065b35f0aeb697d59b013294775e84b780f361a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:313d893f24ad6f2f8c7881f418b9a5e9c499674052a97434372d1d079411ffc2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:93bef2950591dfbc736a80f6a92659b6868991040450c5cc415d32e225177512_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:9487390a62cbea3de31fcfa46d05ff56a9d088426101b056254d0a3dddd6631c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:d4cd54fcdc26243209c918dbb1dc54e940965cd12cb6d05259c0ed45e3755516_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:2f9449039570a38ef4191b3717a9597219919ffaff87b645f06c4daec74a3cbc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:5d72d27d9247c2a9ae05a1e496eea2c264df19be8a566147cf5cdf378d82ac4b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:2b1553659b6cb1a4fc9e75dca05c4117d98894a5ec55a650fb60a2062cf1b79b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:35d963f072ba8d1d78380c48815bd2d06dff7f1917e493ca64a37d319988e6a6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:42870b8a98ae271ad0f0b23ad541bc37a9585e93dc6822f149a0bcf53c78036d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d797ecf477151c6821be3fb5e18dfa8f8df04233fa9f7da7b554da9eb38f0058_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:27d55172feba74eb9712fdb42300721acfa72e5d3739feac7c4353f8a36b4b38_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:5bba9f8444a0daf6194a6eda5d1b027781717446435ae4249a558a31fe17e06e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a8840079bf9bf05cf2f9c4a7f38bb45b09baee82128d12df604007278fbdb198_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:effc3a9f6c7bb400163dbda690d84d9ef4d40736105a2594209efa8c0c5dc80b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:3b6acf7cf4c49d979d30049d80bd265e7e8f17331648008bb4f9033822ed0a41_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5b377378d275c0a152365c6dcfa6e5f51a30de20210991ad8a4b5c45654cf022_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:855e978f66e69d149f00f5cdea64c68b677a1f2e9e1c28f3f67846bd5497ea9a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9bbfc2d46e0e771ef7bf390e121f26b0dede58ac0ab6cc04e7592469a78ae5c8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:101533b9ac484f5e8c3f1d95b742f3596fdf42d6a706aeca5712648ca50e8ce2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:2918100b369a980a69fdd9d0bc0fc7c898bcdde23f8ac8c9a8a22066f2b1d87d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4f2d8d750ce5932589e4c3b10579f00da60407a89be1976f3b54184c997650ab_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e7b4095c367aa9811dba1e43cda61f60b54b9536d9900990e7e6eac745ec7ac9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1bb758a596fc11988a09a696981630bd00a73dca7c4ed52799f722ef87db6a91_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:50aa9b6ba005c3f004568e82cc73eb56ba6342720626f9a35eca618fd1ac9cc7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:982fa1221449a4e78c06e6a13b7ee325b8951a8a04d0014939dc49b13c6ab79d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f055755224db92970aa09e26ab84f8f8c3a67c2c8cd442eb4e7764e3474d4613_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:719c8857fcfce93887b77a94974d418e3bf19befe0ed25c5974bfc7ed53814bd_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:90f04dac670c4d0c505cf8f96d020c9e3f4c0747b91dc2a2531db407ffdcfbd7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a921b1d40f1ebac4edf1d6bbe26fd7e39329776044e17d7f2409b20792acc271_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:db281fb5bc3ccd949d2156d7eafe5691ecc317c3e690f9987436d8b4317e6ec0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0a68822ea4fb06b74890aebdb694cbba827a5c1b9519b5a4d2086a867464fa2b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:38a4de43972a5ae5404ebc5862329c0b59ee5a6c72b5e3fa8be3171ad65ec713_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:dc970cb4ede420e1d131a6146d256269ca6fb34b633c17315e6b202723765bd7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f47d18b4634f6f675e50f165a805f33970a038843dd48fe8a02b3924fa70e8f9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:6731876f6a37e6e26e079b4d8901f7bdcdcb6f34f8f27c850ec813ca5b3a9543_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bfebb3f4a3a9476c2307fafdc5ec3fe7586c51dde9c5448fde7d34e37e2f45af_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c6b9b4bd2d7210a42dda555d8375807bec66a4f8693fdf256042b49b3f0130c6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:eab2bb53112191763cd944b3b13cf750ea9390b56d7d14d312183ffe56d0a394_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:3ca197c0d720c1314db2f36fdd4f1fd81f0b729829f27b39508f0a6e7ecf7bab_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:475e121c7d6f480d7d2545252a7b59510a66cfb609f586bb587595ccfa3b71d6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6cedc3acc4032d410aa6c0142de17e62461401a772a09c795371238dc00fe91b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ce34f62e6953d64b6566905934afc4a1f5911ec68483f5ceecb59d187e37a955_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:2037952b4938add2200b79534d571adffd95bb0c6ce04e7ea4a6c0ad85389771_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:698f43ebb93c00ee0a916be218a7819d0a402e32c12724afc51f2323c26d541b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c247cff3341da9969055ddef313806cda81c2dac492ce683d4abcd5ceb5a9bc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f12ba7fce7d3a13280d4bfe412b9b54ca22baa52b90be0fd7825ac719f1de068_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0d06e661c793f5524b749bff4124ebcc17b7acff1b57a672064c072dd7b0390d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:484c08c7c512dfb681137cbf0cdd45f42ed4181a690076f6dc6920724687655f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8a100494af630b1dd1ac3e0a7c75fba4853a1e7471a0b6eae2f7d6b7762beeee_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c9329187e9bde81fc4f0b4996c909fe4e9354e58fe353340600532153254e5b4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9143250b98cf0e2f2b3ec33bc25a856d0b2dd432d1994740e639bde2ed1deb29_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9a7f2845529ffd78d9193a8329bd1761b7723678b83e8d5362aaafa657c398eb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:c6ef91fb95bad775d172019ab1b5f9c275c2302f85f04c0504273be57eab1989_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e2becd018c34a7c29e770fa329cba4f1a371d4b089451365abb35acacedbcdfb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5279e457358edeae97e136d8067f05d60b4b806c92e687bbd11afecda4840eda_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5d76a917f9cea787b11ab23bed912261cad050e397769c94c1b70cac389c48b0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:88237cdb1714ed0759ff8c96466010145ff8cfd60a7dd3debec25e3a2b33200e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ff62706a4904af960c4989c87712d896b34265fcaf21ecc9500daecd03561b38_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:15ddf484307e3bc53f165873cf04ea008f4f5720effb19e3ca1aeabd9fae64e3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:28a6a3b04348c6191f58b9b0a700acc995d5fbcee3cdf1af5e34dfb0a15918fc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4933a9cb0be09725767981638b9139867cad6a26a228701ec034d45c3f7da4de_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4b571bca7d279192d7095a9d157cdf40f553543b6a39658919bc5920445d1177_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0f18441bd2e164906e7bad119d70b8f5b9b47c1596d58b6d812ee1e2f4b6c0e5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:77df277ba08b5a6efaf78b4ec5e59a7aca2569e00e7644d27e1d2653d80d150b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:afee031de2fff6cb0e07995b5f6c4ac83ab4cf3b83f23a3931a4d7e15a512c1e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:cc8b86ad3d080ab5dedb159dfca744ce669341a2491e5a0bab4f59e3dae9ed7e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4a76171907bffd3a94e149dfabb6170331e2fc0a30f3ea7b8eba1cbe68e1fa80_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:62f935bfe570ea83e376ea84589bffcf0b99d30eef620adc813f72501d982705_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:75a992b3a14138492b585b3500a6b6f565c912b193834fa562c990bee8115e90_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:9fa46e30f86fbaa943f136733680d0e8a668df1e04d1bcb71160b8bb795a2df0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:58b7b6502847bba5230e65e90a10350d8cdfd331f5656425dd2f310e3fc89cb5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:5989d793b9236bdd9dcc1df6d4687a6e0222590453a5e4e31be75d0414c28056_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7e5383d64b25edf87578b2cf05de47d46fdd2fb6f1f4db5146ead38c887f36a3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b5b9266258ab925a7dfd33b86043873af4c0799fc52befbc476f875dc44b810d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:100d472991b3969275774576b60f5ccffacabcf89eb52efbb744aa441cfcce99_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:9a6fe277560deb4c1c2f91a1d56678c5956bc9ba958b859eaacd371f8ca753f4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a2d2bb9ceaaf23ff8430662ff6b267cb36848b2cf311bddcdaae8e33e8736306_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f71926ca5053134743dc906e1c5bbf2fd148acf50e44916a936f3a8e98494a04_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2dbbc016c4e06676f796ec4cd51e68c11c96bcdc41de8dd37c82c3c5c0825cc4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:444b74ea4a7a8a664746757e4417aa7e0fb33fed32a4755d300e14a49afba481_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a330cd288cfbb99db498c3a7e7211eaddc4cc5e39b6343fc6589b958c6ac44ae_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cef4f16962b3d71927c90e2573873495563e3144b6e3e814acf5a220f1b27193_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4d6edfa2e5e9d6964a5b9483989f491cb5019ebe9af55116591b321b499bd12d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:62e2bae1dd93787bebcb5f1b58499693f4c6fd620edb3254b776494d2b5a55a8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a514202264b03a6c80a02e3cfafb7c6a86482449613b5ec0052d1040587fd088_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ae40b5055051c07b225c15723da95953a6a7d2dc6dfec8d0469d6f857c8424d2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3882b19d141998fdfd1197856ec7826be00034d72633396be628002953fc94a7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:39282efac8310ed389b4acc4ff3aabd6367800953c1e8fecbf17926306d1f419_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8df02a6889e22a9763b5c0e7b6934824f682f4683f2085f82dda54de427ba28d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:fd15b8944403c78ee3c0fcbe08aa5ecfcb7b10c14fe5f1a20ba4873295879c8a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:011ac49df806c01b3f64fab0b3d79355b2685c8fc0316653f34359b451ef2ba5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5929d673c5a6a568c88e13586278da184ebda4c9c5a9a4a1f9154ad0e66340ad_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d113138d214fab52ec3422cd3affe8d3694a1ec30b85778acfa8b114ebffdddb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d91c11d262c19c1f020e9b53da07db82b6d68533f4e697ecff6c722781b4a4ba_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:5865f0a925e725309c27dc1d71d0dc999cb01b4fbde764ba8def1524f978c0f1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:bdbbbd728c482c0c5b5e87af470856aff0c8264d3f490c8ae9d987f21d5bac60_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c1230c3643979aff1e615e1de9bcbc758c31f7508b9a3b25fd2eb323eb6b2490_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c7649d6adc16287d38318b6a50107dc1d3aee2e842a19e09822fb86fac31df15_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:70687b2657e8f1cbbff110582b55f3104d0c7f47a44ca1185a7f67e421d76a17_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bda8d910934ae595f8a53675c74094693de8e0a929fc7c52458b2a9f7cd0b4a6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dff9eb529ea868114b0f46c60f4014b429ce115b0ce949e6855fe29d9270354a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e56bb2c28d7ddd2dbac95451cc16d547718b651532ec69c85e8f0fcf5785d002_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1670745d88d0d92a262ab445f81956e894ae5e9b23d490fab96860957c028771_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5cf3f4d1346c07a4e065dad2df083934591b45c714f503b5b617d470e87f1db7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7adc722fdef132557c191e026fdac56278584f6e49f3902179fc443d87a4165d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ff467f13cb09556eb490743f878422fa2493b8bca683b8759d7926e8af97dace_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4030ffce9d00de08b95d660595f0f67b2b83756ced6c6439da14d36b0b923729_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4baea4cfb5bc4a7974f90c3bfbb25e23865b659fd078ec45b4c36ec0d11b78f3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:829d8937eb34548f09b89de6dd5a236ae58d6f74501f44c929538c281a8be920_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a7fc85a92b1d5f7f79d8a8a63e6d9bb4dfc66383ff175fbd956deb1de3127fdb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:78adc3f034871d6d77793932d11b1e5f4b2ff3e1cff0385b44811210a3c84dc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b836e8f7b31ba9c107a08e3be1cc27e73afa4045210d7fccc817c6058671aa67_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:cb550213a7e8671953d5b880c0b651a566be475a3ca0f5b442a2fa9b0bfeeb1d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f727aa55c29332a39fb4e74013b9cc96ea5b32c9cfbb7cbcd79c7031d1a6f44f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4b1f00007dc39d345013c99c38163e0adc112e5eb81fdf41e1acaa1e0064d7f0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6ae9a652c5693c55ceb3ed91fbac054d887142b0f55882c776e42ba20d1dbdcb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7ae4ffe7112d35231314490c8d02c6f0947b54c240ace11a87c07dad44d5be4c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:934380eb6ae83360d1e11f709c58d18c2e69e04b3246a02846f26f9879ca1edc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5580313395048ffe3d874dec574f7f1f1f21cb84831945de53a80856b4e945df_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9bc152718354bb245a765da17d12d0477cbd15d7eda5a86b8c5b1330287fec4c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c00d2c84a5f8c5f1c674d43eddacbbac05782b81ab98cff83b606c35b46d18a5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d74ebc7fd5b30afecc3d9f61ee6c74b2c0f8519514c5614ddfbe9bbc68227509_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:84ca4259de3e923248f7d50c3adcea713871d3d2da66f172c25dd391d22a3bb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c6381254579086af7ec69a4e610680fe0e532a26f7ce202c72d047b89e0db642_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e0eefc7f55d25990d314c2ceb50afe70f7746e467ab7a409fa3d1b44708d9ffd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fed1fbc1295974647bcbad55e52b199c2d3d4307a3e53e4f8b1db135df9fd8f8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4bbddb6ff2f7429b2f5730d4a3f529b80784f8e42a0acc025e78713d703a2efd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:53a0ebb5fda619248605abeda530cf37fdb7ce99e7b7314cd5bcef2d8d8b7004_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5e37b117f72cf1001bea772e1302186d8f86c0980534b7f359179a5e6926c448_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6891d22800cc10bd8d773d471bc71c4db64460efab4b30202d42da1daf61a3fd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0d1bc6ef87ea978c23ca7189fdf17ad0f54a5f7709a75a25d82e7b84ffadf984_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:107f2fcd3f606044c570a980c176047870b304f3212df747995f6eb8a45749bb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6b6e5e25d50219a95d914df16c1c4e761d0bb45a9efd054572e54054f27a6f0a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:dd60fb26e79143000563578f9d72e3bb7cdde4b73dfdfc148b27942197d3be51_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:053d5fdef0973f6017991487843da7a64f8a346025cf46a7c575d6a4bab71d74_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:26318acd09b8263236b4d266c735aad015e3a4b61daafedf266ef1115968f536_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3ed5dce28d62c36a87ff35dead5806fd124a187e48051a0d2b550b209c9f6302_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e06c4933f2806bfab0f36ccdc159675e5fe2a6a084f98065787d304d5df3b7f8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:055b352bfb76de2eba0b9f0d1a6bca199c6e913e8e95879e991c5fd22095c677_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:16e31b5411f5f1924cbcf851f1b0463302a34c31c5c515220923f7a2050c18e8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5909f73afae46cf2ad00a9a6f1c38d38acc3ab00a0b97ca419110492d7bcab7d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dbfe981d5b05078eb1158624dfe2f0651cad81b92aafbc671cb6470b49bbb89f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3b166e5b5529c407c2f8e372414d043fc617965696c5a869fcadfde2d14d716d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d3f6483b465851cbb520810069a18136af80ccdf79fc1ea80ddb4687ce685aca_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d7d33c165c3d0cc0e4924e8c8d34bfbd1d72e2aea301e53e4b37b712e94c06e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:de5e8cdb75cc79630290f83ff179057d25bfc11d37816c57b6f66563eb3a2732_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:24abe1e6ee078487af8ee8bdd5dbc267c18882078a7987fbd63728dc2b65bb75_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:552d01e66c6b2fe59104b8a9f3e1e58fdcd7b4d4cd63db42883ceb119ec0ef25_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c00c3c5e7e106cd6527cec39e5c3fba990d1986bfdcb691b866db80d59e5f82_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bed1aeb4f58c045644650615230eaee03336daf78d9342022786c12f29da670d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3b213ee7154fd814e8a904c3a161bc16ca7419163e8132ccabab76821c33b310_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:721efd9cae7cd4b43c6bd498064a6c427fa32d0ba848f8b0bf7670afd662bb18_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8f5f0f56604ecf94768262496ba1e29073e87ec16aa8f434674b308bbd00678b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d78b1c13b0ef255bce1e19973bcbef04d40c517301959a7f23d23613a95c1db0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:650f0e2357f8d302f10ee0a628868f985c5a8c8a4e6af9e6793a9051b33205b9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d5a3ff1bae3686aff1781b5f5f9e1a7966962b88a1e84ab4eb62751aa835bb78_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:db30f78340370f9da03fdee73445b72160c35d83f44f708d3a62c9dc8e88bd46_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e88ead481c18a7b6de8ba7f609a1782e45e1ce85f2a158f259bbe68a9db261b5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:0bdbde169ecd68d82366f3d04f947f73715797fae5c3c4561e7bda5b5080dc3f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:1d45937273065c5cdeea502fa388172651fef5a607db33ea72c49f2a50b29b94_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a562490081e5dfc0fea7306931e2dab3fbfdf76cd83768b7a43ea556aebfe4f9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:dea6dd04d50bc97f9e61330140f61a7370e31e474c26b3526e18b0ae8ad56c41_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6ff785742b50af7f2a15c1dd6f38eb69e9a1a20cb4bd635aacc57a5557dd1b4d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:d0e6151117374aa602349bd1028175b94eea6f8386832df622d56715cbcb675d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e8fea02d42c9a9b8e9ad7642d9f08d705eb6e4b3e3681cbf6281c7b8b3244ca2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ecac534bb32ddc645101f6565521b08fde95cbf0eb2b9c6b896c83ba23e8b6bd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:55e0877d1949d009d71821f6779aa9ee90484fcccb820d53bf53b90f7d412636_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:775af20537e6f4c84985145f44ad1ae2d5530ae06859c2549d1d85a2e4ac54ff_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:a1b02b9608eadb4388dc13fb5ae55fc6ad64788f93186872c133a0ff1f5ab487_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b5d732e8d36668226255dbfeb389994104d83ef2be461079b66557bb20d799f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2e983c69ea6e29aca4f36596a0c697c2935dd1deb08a4d3546aaccb4e3d78ae1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4ae2494b702a6c7f68a65ea730f6df3253ffe78f2d178b0714fb6ec04cba5cc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b1133f78075f3364ab85142cf6c8457820e2e1f31a5b0750585ee1adc1285ba6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d41fc7e76000bc1b4016bf10e86fec44f551b127e17997fa4bb13420219fb3f1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:25acdc169b3860a10f46dea8b842626acc639aec950ca7a9339e96a2bf1ed7e1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:453bea2d5f94523a88f37acac9edd0a8d921bf79409a260386fa458cb18d13b7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a70ced1330a4e7a0a7b81bf6b19b3346ad5bb6e26398c7f0577994d48712b2ad_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c2a6ad45ab46c0238429cd0ab59bf169ff368bf68750a011f481208e56fa0268_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:33afbf29add637cae8478b8e0ef6b3b465e4ee53b000467ec34fb1f3a04615af_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8056eca30416b0b93270f6c92d0fdbe4f1cfbbd6258e27a746cc379a86b6b8cd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a06dfb4e75cc6b0edd836cd59035095135503f35a7cbc710ed7b0e447fe256f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a820784083ee32f544efc474c7ded798916d1f077ddb9c3f4461de48747f4c73_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0ab4e11886c642fbcf7560f780abf9046b73dcfd7dc9cb0f086d9e62f87fb271_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1283ae9261afb1293b597a8da40611cdc1980b1e403de5d16669c5b7d2527dc7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:89ec13946e699f6589c3d235cb515b92ff48d1d5fae8e7892279b64d41b74511_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d08403f8114128e063826ee0cb3324bba9f027d7b2feeb6f7c826c9c4925579f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:2aa0baab0fca2bf6877260b871b3079ad96c37034e6f3d0a45cea4118cca230a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7f886a3942b81b3318e288602c88de802278bb77c5d11ba758f1d86f2f028abf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:940d02c46f06fa92818dffd1842010b652856e09cebdec33e0f0e1a1e9b1b5a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:cac82b041210a06cefe512e89c5755e972f6e125c69a0dae87e454e259a3c08c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:12466469754c88d41872c1a061c1eb4349cf565b5fb32db651f3639aff2df67c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:af5fca0ab8a1f5374caea5b38486cc97c2be9d884a55542faeaced44a4a7320b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ad60c87d6e05b51b5351d2490538c757547b43a679256052b600e3fe8e80a594_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:e8372026bbc873c38ffc2c7df35183727596993dde5663ec27a2c2fe401e04f1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:736b406850af746470b1bd5dbc61fc4b166133e9cb50aa528dc1210b2002d469_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a73525cbcab817d0472f544883106a359b9079eeb1d8628d8b0185e450662361_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:84664067a273cdadce55bb8531916e8d8edc7936bcc57bc2dd1ecf57adb08c06_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9a006a111625f85305fbf3dfcd9a62592357a6a282a1c8ea1edbc48b2ef7db05_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:adb84daa38497eef3d89a9b42fbb22fc04e94f708db4f1f02de21dbf099ef788_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:f81616fe8dcd6b63df308c58bc1b696f9b3c488ebdfe00d7985026b10d083de9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:07efac034de568e79f6ecf97f924fd5ce7104e9259d90747cc0fd3e0a7bf4116_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0bc9b2b997bdf9bd285382823ebb9806502664976c2dd7e7b0d111df7717e77d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:165fc1e58447c7bc9febc3ebc74f90096c6e48986789d4e66ff6443f1d30d024_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f516ff3ac172cc08e88f25a0531a3784ed212897dbe0b05e04dece7d62eb977a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0d455e21bddb7ecd4c5b8f077ea96f046ba3183d17e3755ae95f8cd112a81179_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3d291642757ab1bc56aa6bf8b31b383a1867b06fda7ec093daf361e3bb082624_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:91c0c9cf474e9dd3b7dfab43e3e651afcf950c183a51321a586d5e98e3b8dc82_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:ffcd35b620a75ac1d121b826b37ff71f5006684d9222c440785f06fdafef5531_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:56c2e0f91eb13a89c48ee5ebeaecfaf87dcef3f85bf7f7fab37e3cc6c9b2dd10_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:84e22659ec76ea69dd31d0c6bdb39b752d4e525e7425d3ad282c3ba5c16c19c9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a3669bd8567383f9e15755e7640b5af4e796ce1d6bec3b6f1139645b656f425d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:ac7eed19416dd31a76ce8139a4c1cc16f2201b1dbb1c884dbd20fc5a965b82a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:44020a87c575f01d876bcd559d0b37bcba2f5bb4337a4f0f40d65196a407910c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:7272870ff2a94fd3c026f3c3a4e985a2b2eb5c47dedebc00f2cc25a496ec3e90_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d5e64fad675db5b1a7fe03720a35eef4ef6497e49e928b7cb0a38ddd6fa9187a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f4d0e3f2751dad9fab70a9080102f7c0e82a784e516f993e1e84a8561c33204f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:174b142475167275c428eec2892e91ba557a1783a128749b9516911a366ef54e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:52fac1bee10c7847bcf6f7dc9f027764a183d462e46678b5b9aaac9611cfcec0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:874a6c39ad36a55efafc0b690d17aa4eba8df8f30831a5315a198e692e405592_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:af2f5f615c4e9da63b09f2b9f52ef632dc76793f51730ee67a96d5e99118d552_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0867d20104c147d58a3e119c8eccd725d2b5311bc563cb4030c18714e085c80c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:12bf752f4f8f0929752fee39067bab20d3af32f9d767e0eeed2cee9dc9cdf774_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3f0993acf410b536a4c2be24d23afedeaa6d4b02a8055100cddc37443a619cf3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d745b47be21fc6b98e8b1830c34e951271362105d32704cac1b1a796abddecc4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6c539e26ca346ca83a4c024a374f3874e858602b71794a1709b8a08356744b46_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:94e6571b95628469dd361c3ae5bf4bb88bdcf68636c0a7a6f007a19e32216514_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:978722d03bd0e1eb78e35c188516d960ed81c8b47a66e77ec7ea465634e44536_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f270599d2857493437426bb7ba58ecdeb0933b244b0b5e81d70be8f06c734c4c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:07f5c5ba5313539cdea53ec438fcc97c698df8284bba4ddfc6c7af4403873362_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b93c3b58e03d6fbfd8d73f6f0966ef5d616c0da0776f516ec826e4f5e0d4bf1f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f5aa864ac9d9a3e5c0a412e9bf6e22756f6232713e14fe4194f61b1a1c1ad52c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fa3603fc128be2cead70ffb3b0b0b5c9520f7826bd46863a86b1853e62a998f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:382e4343f73dba48761c24841e45aabdf84a7f4de996be6515d8ee7c3e728c78_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:840f25f86e1850623e2929597e072219c2119b08acee3b81e8c7aed1b92fcb64_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:8f9eddba528ca5e8cc40717ae9f30253c955be657f8475a1c4da66c257bd1729_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ac7a2fce2be014fdc4208e98abe50329d0af9b7f7af98fd27e611751a413b4e6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5ad568a42fb0d0f2b78702929b75ab8fbb41937a853b4344ca990776f48ff85c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:821c5edd5f5ea9fddd168482dc437c6eec19231d95854abfbf1bcb150cfe618a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8932f2fc5e81fd7165d50432ba8994896c9ac8b323d5cc798872c1770133eceb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:df49ea17391c34a0eadacecb37c7e00552af8aca3ebb648f28f3f805fb79495a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:58e02752411f5bc061c8dd98bc7dfeb17780ef24ba8c65e590e4d6c5213c267f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d1c95fad91fbfc41da5d6871fb0a3c07d20652b5fce3f010505afe0d24c1977a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d6bfcd46424e1719490ce37bff728ea278eaf589e052a90b3fb30a9110aaa298_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ef555584c97654b76391f8e4d31bf0200fa82222b3197ef928f306c8d70f4881_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:520b43e0497fde1deef41e5f9e51448fde032769f433980802097e1e4216fb6e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:de2a25058c3aaa6f98e80870aca51d8bfd16354eb2da93e7498fc804825babb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:fba545c7b9accb5be03b9bf1931c086a8da8592e3ddc9b5a9ad6d798229314b9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:12645a5f47e54e3bf3f0b0863c44b938be5c42b22f695faf62c8d918cddb03ac_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:529d46e40fd5f6de98cb72dd8704068e3b9baf4d3bdf91feb9c19139bd74c652_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:701028c843123a3e4250731e216eceb647411ce685517383b9a62b5af21c10b0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1b7392f3cadb8ca07f10d5681fa33f6dfe61f895e4a8a1874bdd5aab3543f67d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:693c125a5f2f67364d8bdc1a5e7abe959dd46898e7f46d5b3756746cf598e135_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:93f4a34af9c198e4baa449f7ce0e1e0936358afc725eafc3b8118df3d92d2b44_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:0e4dde634359042b67bcc5224afeef951459167cb8f36cb6f262719308f8ae42_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:344860750b6a6e567bb1475f68d18b19d6f79438b767c351c850d082648aa5b1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:efe1a0fb3394a117206bb1837b63a0ee828ab5b5d30dd7c94aa88afa04c94c2c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:afb18f280c123c44f1349b80bcab24c86d8933795a0577deb13bb651019d6a92_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c865ec93173fecc00d843737009627ba137b7cabcf8337ea7837eb9bd993a601_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d172695ad3dcae4be122b50a27f14c6cb0e71357868ebdd13336cb7315122fd8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d4a1f393e7762a2c7ff12fd634077f5bc5bdd224d7791eb7929d26cd16047dee_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:01050a4179625f00151e478a0571e64120ac6221fdbf32c969a18ae9872c9574_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7639b8403341003825286c0fd45ab34d815585e8f4b5b4d1a424ccfc0292e017_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bd76fd61510b4714518ec5191e315f83feb1f47402e32602b061a0fc09641c9e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e53bc4c7a3fa7103778bd3f7bdc4b6be4b5e6a8450e38eee246caa75d9f8f44d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:62414e285f1e4de212e28bd90e5eeb60730324d54a317434565bad8891435168_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:77dc7d2bcb0cb6289f6d8c3c3f4ad3c01b9e24b4f6969ac666a888ecc8a29981_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:7cbc05eb0a0d3210e378d08d879933d905565224d9a6fc00e3bd1a9ad6782557_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d195bea4ac0b3ee073418a3674535525622d9b492bcd1fb0448b8ae52ba262b1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1440138d54ba0f09184f96cb79557548c3c9f19089bc813f433de28654cd74ef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:203e3cf52680caad6f8fec2ca1c7c87d45205ebcb9e816fb188e74a5bc7496ef_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4ef6d0725b69e2867c44e7d7ac57c820b759a45c491997210fc38b346d7f033d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b1ae4f6e3577edd7fc9f6595168857af7fd9c08aadbca1642c2f9248205b8c42_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:2e494676f33f47eb13ce2e3675c8e7a3871d5d1b73a59b71623caba05364196b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c8183043eac4cff3a7c17a9de76a4c9df725db694f411b19dd64923d1de68551_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:c7944fe378873f5d5268ff872c52ca08908af41b7efa03a7032363c11af633da_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:fc53a478ba64c0557ef8de93faf1320baab34d4bca5f50bc8f74d4a8d3a86890_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a5e04dd92dd9bca8344f741151a5756e28fdd197e2aae26c13caf2867ee6ff76_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c16e427a9ffa0ef24fd07e6a21ff78a63313d5274eb3b1180f7c29cd1a9d11b7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:31630cb5049add8b683fc6f3de6cc20ffc530b72d45daedb84cfe62bec754591_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:89a876583624410a9d79c1cf83d94a9a7c0dfbd3ad70228ea985e45b2ccee9f7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:dd8a443d71a973e30574016ce343c19edc1872c63ed46b5f7023d304b9c4edcd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:63a52e5f035913f64e82ae6a617273abae9ee0729316d26ed5d4182ca0f50d11_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:754310c0f797038ef14c3ef9ecd934b6ffaac6ca60b755894212854289b9f405_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:49c4861778e7bc4f5738ff0f5cd5c542e9fe75c33057a4a0806b03ac75d76ca7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ce8e1af1e3f7d331be7a366560b517e1fc27f83f1382ca6a69a1d9893f260fda_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3478a4d3a1acaba3cfb3f1040320798b9d0b419a66b07267965d4ab974a3b440_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5db06d085c31aafb3f02c2c373b2de6d93c5fde72dae55d6de90f44b49b5770e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:634d04ee67f3a521e7b3cde560084491908f32aef4a89a1bb7d3aa0ae119927b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7683407dca1a355e731e277631b3d8522a3f84f1de664829c3b15db39b1f1ca2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4ef1395e47e1898bc84155ed4b4e3e4c72d08e4e7f2d19d9530d889fe0ef6b26_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:63631119f3411bf77ea1f622d77ef96434d80815531b046efe5b297dd5bbfffa_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7ee73740b3264500f062e3863e42fbd98dc3895f17294450fc90d992d2108d49_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:db28768861f567200cc79639eb01ce8e18fe5cb8a768cc01d3e23bda55431c75_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:09ebbcea16169b9ac863167c0e7f953717e92f75fc4c4e2bffa0eacf84519907_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3118a7eeb28d8388a06731c7bcdb5eba4a942b9c91a84e595ec0fb49a55bcb11_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3bacdd4e5501902865eb31e884646418bfb5fae90593e96b06ac0b7c3cc1cedf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:852556f6eb96442354f0695d6630e2798e19e31a5ada2ef01e3ca2571a4a40c0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:59ae16e7b7d2bc20f34b8bd1dcd7cf8d8d7c201b0f78e3165b11a592d1b08597_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8b68cda23f470048944c164b84fe27a5fb6a43fe739537383444c28cae451035_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:23c8ed7995abda7f87fe4031843205f3a99a0c57508c6218291762a60907f5f2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cca7e231ac39da3a210859c6280ded3a4687620493e3a3e0164a403271537b6f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:d5efd9212ed22c89067691796443fab0b28bfc31cea94bbe636a4759f2e88521_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e0a34a88a67409e2b1cb243874cadd3de1c9c56a54ac225dc860cd89a635bd97_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:275f90da2f77f60d0a77e00936734ffcb5099fc8b5662e03de49d807a7632f6d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:833072794acb03eaf053f30b6bcfeef95cf1836ad5149fd97f34f3546a2e9f6e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:893dd8fc24cb10db16620d8feae352929b0dbb797f02fd80f025fdc7c78bf53d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c9ba070e466a5123790067569bcb909e291f3b2264af0aa152372fff9e64f82d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:6f50d9406911e5fbe310c94dc60829891609934e64983339b5f66432a20864c2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:8b4ce896da4126dfda544da09d04f010c0e9b25bdab6557adbab8d095905d535_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:997a24c33d3ae9914f3694b3a8cd8af50137ea48296c322b56dca53b4dcd1fcb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f80cee2f47779e24e07ee475d09fc697a4446a07f9eebb0813a7119eb0bda36d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:7aa46141209fdb1090d90f00d1a7753f31b9224e080b8c669883901846b32ca4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a0dfec857ddadf777961a71d8dd545cc798b921e083c8b5156ca7423f8ad8a2f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a5c047afb2066ca8740286ad2af8e1271ef78c2e5df73ed2365f586d6a101b33_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dcda877c69d0398e4744f1b7a2ed81986ccdfdb6f4da7fba75f29fead8b10f34_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1ff4a8a6440dd4d97adc3273253da14e081083c978edb5fcd05dea33d4cc888a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:2aaba77958b12e834f6418338a21b839a95c21ac5568a53b5f792553db772e6c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e5753a6fa47d5a753be2eb3b7a46cee0bc156b0e52bf75e4f192c0ddb3fdef47_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:ed802f61197fbcc0f1a8a916612ab33363e0e1866ae70d03df92469a2c356ea6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:120c1ccd64bca8bfff4b46d14f78038594a28f6d58c585b1215afd76c23c7ad5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:52dcfdc6c5f219f414fa0775b70e34118b319897b0772931e0861623db7bde86_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6b259bed5dc046510b7c3305f6abf86e4543a9ec5091505f92f573536e9f049f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:bc0dd85538edc7a80adc0fc9fc4e02051e7b09480250b5328a6b70251875b943_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3f9151da4d025555f4c0183a0ce07a2d0084beeafdc9f3f1e87a603053ef9089_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:919fe76dee99d772b668b57645779a63e1c3b7f7f40fe79175c27ae6d7e261db_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e19a080b5fe10b67fe48c28014879abbc87cf5077c32c003fddd171d06bb370f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f7708a1c1e0d4083c7f0b9e8d8704b91a4c823dc9435d5d3e986372f305e1fe4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:27bd19fa0c1eb00c55120e22b21eaab50f0eb75a84910e9d8a2fd3b5fd1c7dc2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:52c4215a49207586cb3f33bd1d35aeda857d31d34c80cbfffba02ba8c448c8a6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:62e5cb5ba2d92bc29a2087c9de9fed7978d4c5ffe07b0afb479eac93519c6df5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:68aa837b6a3bd95232abd62ecae3b040f2a7a72ced626c784c4062c2f28a6e3d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:9872321279ec2d108191f1f7e1764551e9c7099de51f595627db068a66fc4f8d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a06cb8024ab06fbdee295afe99cd294f6e05c36dd490545600967b8ff12e3391_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:1d3a2d2ae27d869506d3f027ebb43f0ca64451cbb635c4c412c85129025728c3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:c20a4f14ad0eecc3f88eda36bd65f1f390c6977a7ad5ed69e87969556b9d8cc7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:64247ff135642a32fb59a62cdcaae5f28085ef0578916b4ab2c90d31e67848f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:e0cf29f62ec486451053c661388f9a3a12ba42b84899b687fb3486666a42536b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:efc289b0278fc84c571d7adf9e9ee1f8b149c5d832cbf416803435e89ee0a531_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:47ac82d0289751c8c7e41da07173dd61836e606101a20b598c00da1cd1fc9077_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:953b8ff978f6523f4578a469d23dba6536d49a141b4e3729b059feb6d79a858b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ee224daca08de920de240b684ebc23a4da50d60130d9e205e88c904c8c755343_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f267111aa2951d22dd6a41c7362afc22454e365325b7a016d213505b7dad74f8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0ed3d751161fa47b7ed4bd2ec2c5bfff8ac5ffae0df22dd9a741cc64bbe2939d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:48bbecc83208a8895cee2c2e8ec677f59a688e02705a677cde4e9a8a52398d1b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:89ac959e411430e4910919132f95452d1142a45fc5c67088f15cf5bad8982165_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:db55fb30b025bb573317f113897a7bfa0dc729aa684dcdb0ac3066356b339bc9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:285f19a6dcffb48d4e6f6d3bfb44722f1828bfb2099a8736f2fc08cdd1481175_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:521f2693c3073993771af37d65723ced3ac83c7438d6ff35425ca5f663101676_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d1883837f227ea4b98d2442b46e5c07a9eeae549e13cd778f7c9e78494b53911_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f1f601e3a4951748fbf030083febf57aad02568058889b0122c8872e2d68d70b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:34298ddfd123342b87d28c047cb4a8c1b25b07352bfed57aefffdd92a7058b6f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4a56a0984384548771e1c8fa5a4a8efe93f472cdf2b64b01d6049b2f9187a684_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6765cf3c0f8d395307ae57019cda7e2aeee976ec060eea8a47703db0b18532df_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:8a8377100458d05864c6521e4b7550df73b5c3d9cade518067d5741fa9d02292_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:09ad41d3ddb9aba6d649812d1e48433f5778b1cd9d5e0e1466b34e6516b864e1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:7b3a100ca1bce2bced0306ec9d4b90a4dfe8596c5bdf51799aa3a7a1ef36fef3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:ace3b3b02c33261287a32253dd1c027769743797317ac4259c9102e0b3db6603_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d289ef93e6e179405cae0db5309865f76cefababf168006abf09fc3a51a32bcc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:20052a45d551f7e988cc0c38baa38f146df4d9d741ac71f17498d8ddc44a1beb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:55409e5fb153973038a15985a332681f4e3e41126f84b6a355c47314c76bdf2e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c143caae15fb4249757018e05ac8dab9abb20f405977cb41468ce6a8049c4342_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c5d456d739d5791e51544a45309ca3b64f763cb49632bc638950fbfc041b4193_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3ab4203333e071978d85f0f44f7342811d898cc388326db60afacd2395f8340e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5a97ef5bfe0456bc1528f2a3df7736c506e11cb61de5c41a1daf22162150b345_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:94fd7b1b27954fb59c11a010f4b8ce0a3377b38bfed7ffb20873a2f7a499f8bf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a936c0970ab66789c10a64cf57ae76bcab0f2f16b6b50e713373066f73d535b5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:34fb12d4fbb5f9b29b1b58e19b1c1b0eb27121ef80edc50a59e431a4e94638c9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:bedcb032aa7325e5bbff014f251d5ad91fff9dcdaf84a95e61e4fc4198f22f79_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d10ffca12372666b239a9fcde83a4b0da6c3f37fede3e47272bbdf9ebd2f0d91_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d5284bc6a4ff57ceca1c00af4ed0c46fd341f1e2a28b4f13b210ed327a25ebd6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:2a7aeb3139633e2014d99631287cce239d73af61e541f218f45a009fc151d8d8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3afe2f3016ac55bd947c98d1e4b957969357aed54423ca2f35955eac8639116f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6d7572f71fc31d580d355bc6ebf8eaa54e4285c53c7e0e418a7495a0fb8d37a6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d2236c41a640de0aedb4eb2f1ef143793288329513ec0911bc37ba688857701f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:7688c4b2355532cddd9b9d314d105127c494990e7079407d2f43e578610971ad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:91ee195223233fdaa6d83ddbc8e1dc33bc7811e4f1e6ec9f5ddf325f560ec38d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:c866308d315beaa691b25dfed4be0cace44628e0799527e9ca11d14165437d98_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:dfe468dbed566f02ea0ed9b5ed5565f40a00d03a344d2a230b0a0a83c783493b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:08710b0caf6f4bc16e72a89f596f33c8c38ba7742d0f1ee552336f9acc7f222e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1491efe6870dae8caca1a78c9c96f8b4b2956db3bd5eaa6bde59ee996506bfb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:2a0f11f0a1063e3ca7b8b04693ebe979e9953736d37f3dc3a91fa5c9912d79d4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:813fdba989d7b5a4aad5e9ce5bf5285b0e65745375dbdef899786d571c001b77_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0db523e5a7a6420d94d5d302b90c798737eb78f99cde3b887d3c3866e195b9bf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:18b7e5875aaad6e0bb8b12fa303ad6295bf3968daeaed2104f0f4ec3122446df_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:80c4e60cb2ab82621ef12774841d39e6ece9e9671114afd0d19b188dd7746d81_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c20dd339ba44e18a505db8bf726e2db8b6a764f7bfcd9e0d63d627d69c2378fe_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:528f1228123298362d5787e862306cc2605f3eb31fdedfd0deea7f3cdffb77cc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:75b18dbc6fef40173ab0c85ff4f9c4111e29afa10593ef9141d589f88b418826_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:e8147c001326caf53531a8917f91991b5ca05f31d30adba78a03539a6568009c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:fb390f9eeb4853d9a20c9bf02ac10e099238e94084230bb532029be4c88b7ac6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3dc8fa50d17a5074f03d58eb00467e45e6d74f6c5293bc57ebb8c4feb4323eb9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:51941876bbb8070423c00e3699bb193343e963358dcae8cc6acda94395edc5fa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9087e6df82220f673440368a5e81c5a0f3eb5e36cccc61cb40fcb56d92cfcadb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e3740bfa7355589784350a9dafc10849d32f1273327387b3b3c6389ba1e26dba_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:05f5bc9410d9859f1bbc1def6e1c74fd47781faf1ef26633f61b5d8f09ce8d02_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5e14d01db3abe1412de6cbd8dbd7d3598d5ba7d2af2f5e55a7ca625aaf8a9155_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:db0bf5b79be48f69d411611bfa74a9b1cdfe875b453a81ec5ea72a962c27978e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ddbaa3a482cf17a156f6955ec155eace13126ae83217c36c03eb2b826e7c4ff0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:02ce1779315733c6039fbd9f711d6c75da89fcfd4d6ac8e485d7aba30882b3ff_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:d29e550f223f287e258aa15ac71ec87cbd24e9d6888f22d82aede80b7902765e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1d43b37d6ee7556d8afe22fb33c7c9ab7a1ff5b2b38d6e18f762ba759015f87a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4e627ea7097e36d07d109f50212809b6477070750c0bfff14f3fe9d1d7ca29f4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:63e60a076755fec73f95d2f5ee948a50d895b69cd327296ac0925e301f5b7e4d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9028745ca618eda612fa2960f0327f19fb689eb36762515bfd71bb2efab0a0a3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2dc50c3c453049a1e81e8cc4559147a4fd4a3a6a9c140865f82bf628f2a45b83_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:734c982a6159e5c4077a12b1a0f72ad992b70f965873ea591228172e6265263f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b2a21551ad4c66e622ccd865529356920dc4524bfa4595e08a99e0e95438823d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3133ccf5290a245274c030f53c63dfa74d6e04bffa684808fc1815a07ebfa13_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:6f399ee5f4634353047061fddcb9092dccead96c6884863253b913dab93c2e15_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9176cf7f1c5ccd82d82dc1a8ea47c2bd34e2ddb54d750cbacf7735a04ed6a221_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:dc6f5e144468283ba4d04ccc155f9e483d085dc2f1b78992e5fcfea42db77bcd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e5216672e4e265b01384ed2dcd722b4a166490d66e19aaec457aca55c7e3dbd6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:4ca8bbfe3586672e1de22cdce9466b37aa0e11c5e9d94ea8da271aa5cad3df47_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:57488300ca265dfcad9bcc1a2861062d8b82c2b80e8b21cc3ed766fd187402db_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:660006e5e6826b13ea6d73fce4fe672d1f67479c44ed65dee68119369eba3c75_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:91b8003dab0652f1a06de50435ca08d6f6366e6e8e7e10a9743542b577728b1d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0017d40e539a56e2ddbf4a97b0cd94825ad5dbc9cd79e1a7e058bb0b11afec29_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:7a71babc3307efe03b8bb3f3cc5f9159a4868c215df70d7a78ba37b91294649c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8403ecd148b8f0aa7f1156fc1676307753967ae68a69948af7c3987de8178959_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:a4e02776f7b5a66943bad040650f4dc9e865f05a0911f4f9aba975c4b30ef517_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5d3d3cbbc28f59a6aefb1e54986e084ce49b69867d100e9b7a8eba17b764304a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5fe1d81ec73517468488ed1a60331a78733ce2fed50f3930b4efbcdff5884326_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:94a7a56873cf0e075740a1db93972f2b2505e7bc082f2faf2d3a6badbb52b08e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d1e737deb52f4f124e34889df5ee2a787db0ee13ef86842f415d5c18ff70498d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:0c8b3d458f0968682b8604cad6ddf02b1135b99c4682090dc78d9b273084a0ab_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8f02a07e0928906a1c075fc3510f3750c679361bb9e0fc7504610eb2b230a092_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9b174760063eedf3197e5664994fdc21f85cbc3be8bd1329142fb9e88103b717_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:e97049e759fd58cb6a2c8dc5b78df8dab7139f8868b1461a3946cf187b824f55_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:17b700ef898288bc081220792a7a95f4f1852338d3d08dff19ea02cc9d957239_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:675083e881008c57ea9fe8e73db8034a66a3f439c6fc1862db09503f311caef8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b94730e4b9e9de7c0a99431f90b42a5368aa0da03869eb8a71dfc92dce27ba7c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c5c12b41cdbcc18c98ec1632a0c9aec007a9672a742fcfe89a5b104160feb698_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2c51c07f11fa78b44eb528339da6291d1c660451a0c9774ad7bf8d8ea7744ee3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4d7e15ae24207bd06663f5c9d55564e220bef28ef150f62d2e9622f569490acf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5a51836c3306ed97366bc3c8f24a8f9e880628d1feb98854eb5dd10800bfae83_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8231352f700a733b13de64913738e0de1b89be5046736077f7300c21fb778aa2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:121025c1dfa4bb1138150adc737d7cf12e69ce21f10690ad8d740c1c1f2dde4b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c02ec1e4b586a812cddae6ea43cf42a6b9742d062fc12c18c2414bc48b5b96e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4c94c8afa17ce2348d6198c2914e9257ac9510455c521f6539ab17877b6fd974_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:70c7beb1cdbcba3eb4fb83fafaf740145b81d510ef56d5ac59ea4bbbfbfebc00_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:83efb138b8bd5084f7dbeb8a59fe1ecc2680a20d5853b7a15f47e1f87929fd9e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:bd63fc568a9ceddc67809e2271de8ef4d57ac8af283861a601547a6b9da2dda2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d0d429e4a3a0a9f015725dd965d4317e67c72b3fd846ef4b04c20ada4d067eef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ecc47300fa59bdd3970f0baf030a75e1fe5862d2470756cf32c389b1eb89152a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:53bfb1dd8b4f99a0252bfdad2c65960877a4e722f5ae88591eb87d6800d1d98c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:64fcb6ccdaa30c4e06cc91a40273c6be01958ca2c048bd39d8a87e8c09fa7d55_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:bd7e96fa5e3db517c91323142b8258555f04d93dc0f164b6e83249dc0cd1b416_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e5d77db3010b3e1d31e14a0bafb1a5e5ca62dc03b7b0bd2097b198f6be6ee442_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:0488437dcc9ca866c5b96278686ea20b5732f8e8038af90889fadcf90f1082fc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d1bd0363eb8c21c0123522b814b140a7595a459c7c286220b4b6fb0b9886a115_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e45c7964c5a89fbb1a8c6da3a905e2caacbbf8c433b0d56d1b260bba151b3e93_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f52e1ea0175eb2af0a63311dc0b8acc1771c53a7668108d7bb7abf2b814e37e5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0043c8e63c3bcf98e33fda7e5f532143b4c8fdbce690606bf469e932d8552062_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:465c03f230a374b6885874b775473275fe8866f61856fb71a8e2bfc37b712ea2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:c730b4b9a52549bb6204deba37e28ee3946758bc86f27c1b886188ba0f164fc7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f50ed1d01f799f00ce20f210b95774f2dffe7137757ecf86544c71a9f621f402_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:56015af081c97939fa71d978d511ecc0e93ea6ea89640ae846645121531a4a86_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:82a97e06294f2bbad05dd72f91d692449eb4094ce1edda7d651e2f1833018faf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8faf68e17b482f07fd1a4ae8ef292fd44fe9de5369d5129c3945acb56b5c2f0c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ae7b169bcaae3569a946c84d88d0ca7b42b530b475c4afc4096d5db36aff9c52_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:02335c6538b4fb15d9d4e2a831b9810db42f8b8fdd75cc6237534356cd1b68e4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:84a9daad04b0ef97a77e258c1b490c9a9c1ca502079513184e43145467eb1169_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:85c84e6100ea0c4d783b44a085cdda8be9b580b073ab7b191a70ad3c14641f9c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eef5b8e84cce56cf085ed8f8a2ca544505242606d44691b6d0beced7c942bf9c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:148d9d31314b0ca3dd2667aadf51d9a65cc88cd872d21d29e4c85fe25cbf6410_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:87bd671167583b8f46388c7e5853509fc9c20439c1b5f57544117fc9e1b1b5b1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:dacaed2c85c23db8c8bf2b754b958ac8990a0b0e917e4885b39ed62d08061fb6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ec4ca8db357714672338a773cdfac91101641ac1ea56905a5dba39d13e8c96e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:1e01dcb349b9e3afa77e9c217b2f20dd7c9c98f7b00be3852166c7d676dc1c58_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7a453727eb7aad288301bdce304da23202950098592114e1c56e893828b7cb2a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7e9f67b6e1c87741c5d56a3e95af004dcfb6d6c9cb4267b0ad4dd1aec7e9cb1a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d9f12bee214359955f20c9b4c0218febc8868cd47405b362dcc6ab05dfa573d4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:36d864188a182dab0197f06376c993fd661689e516dfec4c25f9064eef6db0a2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:38481cddbac83c19b28845b99fec4f4d16d46aca014ab18653c5e7fd42d7dc9e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6c5798afafe96f9c1de300cd8b709030655d1c92d03394b069b3f4100a0a4334_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dc248c02585e41245eb8e16fea646a6f1013f5257f5152dab0fd4634073fe15d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:142deb80cb8918201dfc20e0e86c5a70e704eb589681db3e019d0eed0a8bbf1b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ff7c22adb1ce27c0944f94a4994940aa6af3c4db60cf184d0865753e0c18ddcf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:09664db13d4f9022495031effd53a137ebbddc0e61fec151a26e565a02a5bf40_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:9b480de86de7566594ff61c147bcf0a6e8d5f2ac52ca37a2ecc32909e02850c3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:177b77bf798f3ae19e2b67467ec324e2352c47a2fa4f803c852cb7d5514a2b80_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5587380364defb07d81f5bb93851d7d726780e03f561cc5c4010d6cc4e237079_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:503c53ef4cda2a77d57eb611638334ecfbbe08f384e01084a0f2004aceccfd5b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:ccdfd936b1e904b115efeef06cfb3c1b13ec6fdf123cf87c9ad477ab47ea4d04_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:1f7ad22165ad761cdd5fbb7f037ad342f7b9a6f017b80ebc9775edd9bf7388d4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3ddfa7f1a01b1dbf4d2e999da0d536b8f3600e0143dde47fed1f6f2caf15a7bb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9aa910f86e4c953069c3e45f3c2db9702a8cafe753fdbed42e4c23f4837660ea_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a2751c4e48572281043cc6468aa40d2b3a8a1eef5897cef386876fc08de5d791_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:00fa00533e4616bc63471ba4e127f163a2ce06bd8546dc3fcaf2465c6c511ef1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:65d4474ec56e4cae8542f01d54006ee1ccf15c8a467dd7f784f1df806507296a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b1410e826283f79823ba6cdb76d666aed69449a847936c6c634593f31c9795b1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f3e84cda9ee1fae57794b0c60a7b32373d8a95546116ddb326751e9df0d1706d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:059c0bb97591ea1d95bc42274c6748438e32ef113039c603cbf8171ba3dcd1a8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8ff741a30a8c2059c8702290104db1f897853515bea3d054f5456a0faacd3e33_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a523a7ac9b9119290e3f27ee0b0c7a5d3cc1d8f35ed4e7aadcd6968dba6c593c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:db230edf37a3285f5566a6f82b660ff3394caa80c95276bc3992a3f45a18a59e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0dfe21d1f2ae4ad05af6aa896c0bd09417c03d2fa2e37a1cd3c7afe9d9f506b1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ae88b0138b8b945b1ad071a5ac660e6479f3e2c1ec261d80a4d7d862e94df269_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cece82ea1f03a889d37a2e4e1d81eca34a73857630b9874d05264c12ccfde18e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:e518e75c0ec848497d5dbbbea1505cd3fa96387be78d326f44094d341d1aeb69_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:4b9f7900c251da09ceb0c5e36e87322030e6fffb41da15b022e52f26967214a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:6bcd28e8610dada7b5ec2b6e14aecd9daf0542ac8528b8a1c9bec9b5c22e6791_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b4e19a3b757309f5ba13e3762e2449003ab93a1d3a950df031d0c5f88b338461_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f3745f0a10aa35a13620960671ed4e2bace1c01f0440c1cf222aec37ebfcdd6e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:10a4a0d9d6cd4779461dc27ea5660513c80c4231267cd5d5cde84626a52d8d88_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:394f1ad167455a316ded12601110de58f0666917302eee8a2933932513aabd70_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a0dda1cfb8ce56f6632c7dfc15f2d7c5251a666f7ff34fd78f45a064ed9fe8d4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d04c463caf59ab32c381bf6c88b9a55ad9a4934dab8cf66b1c80f3743edf28e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:674045072f2c791146899dca69772cbd83d8ea11305e024f697b0ecb2ecbd9e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:80d008d72e748f6d1578f0583dcabb703ac8154853cffdfa6c332bf2db662da2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b6d9ea5fd88f25c46dfaa17deec8dec67f3241a4e52ffb5b598ef77af4437da9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e18f121c2a8578ab7a54b48347a671e8a1e315e85f894ef67b96161a490aca44_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1415356cad67eea021d0adef8b7f8ac8524035a4acc3ae7080f26f8f3f7cc959_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:2f7be9eb683b2d5c65aa64a28e11bae43475f5a828e8768d468bc24fa0bd4ec9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c0f27acad2634255d689355942e8c0d87f624c269eca0f11b1fe20b56b22294a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:dcad2bdd0764804f9dfad2a4f33eb2fc105ff8e4cc1d2ab31c58ef2903f7cea1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:02dae90a28e2afa83ab4b358378b616bad7c257b8f7d6cfa2830092b7d46fd18_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3e0b68fb323e91570216f90ae2c79cb4bd35149dd62c496c39ee8fb615b62888_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a6517f52e257eefc0602db5e43fd946de57db13299d5077b1bdf872754253cb7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d6c465af092548962fe617a677d3398c6164c398602d7575ec09533d9654f254_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3a9586b7d44c57c683256faa5d9655285105844c74f728e4558c6295f73a3aad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5dbdf857d018b118ca8bae8eb52b2e117348804dae51da324225ac9d9a0bb141_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:7dd0655af57c7f8d2aed0f88a4b02ff21d849bf9c8cce7fbf02aca7d322cdc12_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:abab20e995be8b61590ad7dfb8de0bbb7c7459ab5413987562332de2c9924924_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:6f1fb02560c0dc83cb7ebbfba67370896f2d3b21835311fe5af23a06f4a45142_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7a90eb33844a25785c95b0e7332991a373e0b70560f979e8e9d1554f9d021545_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:92ac319d44a3a3d8e68f29488cd75e71b42dbc98b5898f662131f8576178152b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b8c7d5e513d5205014f53f22fddd4ab5c54e62e62e5813459ea68afd789518d0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:788b2252987b1992fc9c5d855198aa50a67048cc4d0a1e28240953e5c1d9528b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7a2a0066a38f2e52be47a1fec5c9a1ec458550d7ee6ca1232579b3fc98b7e9e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:939c609d5422bb4be66f482815c70b170d51ad2ea9bb0675a969bdaeff35e730_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a260d94b14808490a417d828423550eddd7b865035b631e9fcbb108d8eec6873_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:9f38e40a381edde4d367a6baf50d6159bab76aa34f7f932929a118960eb1b16c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:bec3f4da4ad493e8e34e5e1245338929dc916772222817e094fc0cb7c6370b88_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0816f94cceb27f34725d9c3f041003d61b9730a3c602b48b70782cf5b3887818_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:3d106f2995d5dd270eec34df31ac33f4a09dac0bd79bcd2031e9bdc35f20878a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:2c50f45d634218d512ed37008e62bf2718cc4275a9d944c845eb29bb19d0e700_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:429368ffc93f60dcb14116dd4a448f7688fabeb9a499b4b7c9c77018f4a31c3c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:48105c86a370a0ffd2c536e5ba75ea80fa94b09f2cfdf645a9fbbb62bdd1654c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8b9490cd4a69fece37aac8ced57235afc04a3389e16234c3a3f1d9a4f8a6d34b_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2391958"
}
],
"notes": [
{
"category": "description",
"text": "A request smuggling flaw was found in the Eventlet PyPI library. The Eventlet WSGI parser is vulnerable to HTTP Request Smuggling due to improper handling of HTTP trailer sections. This vulnerability allows attackers to bypass front-end security controls, launch targeted attacks against active site users, and poison web caches.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-eventlet: Eventlet HTTP request smuggling",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:054a0d12730620c46ee6209bc9932909f653d0b7f796682a0f798ab3ac3b3641_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3281b909de7dfc5bf3c746e3e8ab05fec49fc8aa83dc8156e616a59c41ee923c_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:021a57a7ea58117b5942b474f8899924fe7ff170b234aaa301f86ff465726ce7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:37283f08df56189fd19f7052523f5eda5a5eba0096c32fc3926eda3bc9398a8c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:459032d57026d4dbb2af370f796c28a69e2e30389a84cdab0e43de4435d980a2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:82ebaab991c00d42430890eed6322e9d060c3b4581ad563383a7d13172de4c08_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:244a4dfcd32e2a6bed90fd5e452b63822af9eb60375b9ac45c1864c2fccaf765_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4eda87164b71e7c6fd8b5a39ea77bb1bbf138f43d5732c08e314369b18e2509b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d2d6b9b7d7cb72703bda76e6814e5714b101faa03b14f55507b82dddce6fa09a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:f5f2d566546e640f59746e3616b98dab55eacdd33ea04b7cff887da6cafbe380_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:21cd6ff9f8ff53d747746f2d772344a8a9be9bd4582d641a0d6814da81e42dc7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c16a9db40d92bd605eb9843f2fb30f793e9f807e924a98f58bdfe9e8ff5598fe_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f7eaa545a5719eea518c0d48a5010a9e729ca7657f95712b86bd091c6906ed9d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fbad6ec51decaf69511274952af912054493d07f8de4aeb044b0728e015e331b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4b6ce9a91e0408d0869e2d64ccfba93b8b0587c8c4514c024093e47d520b7b13_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5bab5f51374c260e261af4d094d6d834011bb00d20269e5f87c670ab2e5fc50f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:b046acdbaee02a88bc76e80217864aa8a933b4c624abf504bf40b3b5700a3ddf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:da7ec98aeffdf151279fbfd2d45163722323094e790ab1e5b14e3a75bebf7ba2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1320fee14f620ff211195e536a81bf80c41140d10d8493dca37f484b4803e1a2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:69849de1ca4d23c9faf12777ff7f26deb7eaf3026725512e29e7cfbfcb5e30dd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7ae48499c990a9bb0ccfd436de6e4586ba27e9fd4036b4efe76299aafc4520e0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:bdb7981f8aadb7c27bdc448ce4baed28ddd8d08ae1a83af66255bc70d3b87d63_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:06477b1ed6e12b1088fa198f1158cedd852d51773f75622a652220d147aad66d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:73cd8858eb6e706064aa3fb5b397696ad2a8d264ed9380ceeb8d8d89afa96914_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:95a5dd3ee93857d9e65d57257e2864774e0f1aa15d14c62765dd110807a7e983_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bf017210bb8bfbefa027c830656e83b3db86e940e5ef1f62e67fdc84545cd118_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:04441c2a5c244d0a76052a2e071d994d81415da2cbf49cdd74d3b64fae89fea4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:50caa5c63088b2cd98d85bf793eed760beae31c73d8cccc60f3c82f7e4a436f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5d302fd1e0d562fd3074aea7fda53b46878dd5c27f53b4086f43e0b60c69cd92_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c1ec441285a07891350ef5b92dfe8cdef23f963d39ee86b7c2eaa0f29deced63_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:29924ddf95c884e61e24bc38d457d4bb997c5a03789459ef7565f2350c778e44_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:865ec06e1488b9c81e370e48824dcd003c617f45198943118f99889c9a23ae5b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9c28ccab17d26b72d9ae5d65f7a1ea11bbbd2cd39076f517e6655b9a35a277b9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f2a4bddcbf9cd3c04f90623faceceb3f3633ebea89954ddd26dadad9b6f9cc1a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:0f34558006e45eb8ad74dfad87ee15c34e2d5bce5f192fb00290ba8f6b2e06a6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:a0104045a7c163322387f621af644a79ba8b3e2d44bfa4094db15fad792e7825_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:b83a1577d6d15ea51ba7417aadaf190944d02a36e1067ff9973b9b0e59f207b2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:bfeca6b1d120f47ef42ace529f8663c90e420a3d1067891268e0fbbcd0c8fd3b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:09fb74bc16d6152ee950f1e2e01a72244e43c030205e6878577ae8a288f229dd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:933bdee9a720806a6c7537ed79ad75e25ae64144eb7e738942c36b2a72427c51_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a882578ad9240c994b4f21955809f6d332965cde3686fd2da1c4bc1bd89181f5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:eb823609e74431800e5bd7fd2399e11d17ea8cf0a16a578b70f1447aadbfe8d6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1a4a79d38290e993721e5a239acdc973fd395188d4b47ef664716249561f9b9a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1ab570c571e5291796e3eccbc336775207aced63674920c7416c67fdcdda5ef1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:46f5577da7e69caa3c941ead5de0ce8e373a77348df4c9dda922319a47533af0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:dfb1568b260cebf47b31b5bc5b956dd573ef5e10f5c04bc7951d4aefba1e1c29_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6405c266dbbd8b035f0fdec36d4663fdc2e3981899fec3828e7bcac0094f981c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a0ce68bd8e54f1975c89b6739bc6d94e9ad8214df431d1c41907866dab1cd9f6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:bdac9d54f25066cf36bac0fe90d1df7d89fb91d49ac68c09db1cf14862c91b43_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d8254c11772cacaf25e2a1b24b41a7694b530246cb980ce80caa5298acc71c31_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1b5aa2a8fa69661df2b4cef49e2a8e25e20ecba84ca80d5c671d8cdc73e7e31d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:54c656c9b7ff7f7d9412253dcb0c4484233f4cbe77512b63e69ba1532a4a41d5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a2d16879e07bae5f6eddbb5615c313001ffc4b74e91849ee9c2496bbb5996616_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e37862fed49b426c4344fa755c3442dfe134922b3b5a3c80c4bf4abaea7e6563_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:04e4334b0ce10eb5402543501944e72b9230c79f470f5976f8e5bcd5a18cd28e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:34a11ddd5af5a8d2331804ab76c6319587bcab73bbafc10b6f710260e5ace5ec_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:86ff72407e38fffd121bee52ed9e1229213f5db18cf1324a08296597aaf494b4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:edd7568d61e33652709d4bca937a801a4eb6a0f134ec7866eae3da1f19a01400_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:44623a58b3a052f8cf871befe578ff1419b5a36c9f61849bdf58a15148c3f65b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:78ba410665c68a41a5adbd8422a349de2274be894328ce523364f1ec2a71be01_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:823e1e9e7e7743538180596210828b19b6e3c8f435a7c792be5b945be76d9956_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:eee0084caae19613373c30ac9d2f25de2c202dc83cb6b3077baeab3b2ca89c26_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:17d193d080ae253f4e43ab259c28fd84f5f738967fe2ad4b6528fd42dedb86e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:36ed0be4ed17c503bb07435b198cbd5e255660bb1e72ce49db7ccbcb3ce92a23_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7c1aa77f92efcbd6fdea6120c75e2cb19985aaa2cc48e2d4d3d4ecb87df0d277_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:d6dac5da24656ce0a1494234b06783b5e4ef052c0d283e66f881c21d1766c51a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:380b5a968a30fa54a963bacfc37767a01f6067b6290fd2d877d6b1943a7738a1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:6d1570e8f771ef561c5ddca5410cb86dbc94943cb23b6f96fb2dbe5b9a2f1823_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:7a9f65149b802b3c2ac4d2a96bf53c1dd6eedf8c5fe921783962197bbce94207_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:a99a994a160375e89550347eed1631bb0d12bb4dccf7ed49119935520b744235_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:22b6a40bf066153e072a2d22e48032b91a7f70e2de0d38b2bc5665b72f5635ca_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:499dba655c620472ffee2c73f5f6c53599dcaa8755af1ddf60388702041c6cfa_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:9f82e685ce4849aacbc315249403939d8e9fa55ca297ec0d829d445a3133ed9b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b11b0fd3272461cb95d4f3c79c5c1138770085b461fb8c64c5f19f3f2276abf5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:06ef27c670aa46891c208f0a1ce5be98a92a321e81865484c17db725d6c48f6f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:50187fe1e5905226e869fe96d050d1fa6c91c0ca9f360456030514a0f3efa2a6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:828613cff0791cce90feb1abaf17c31f8a89e409f605d23ca79904feaafa8cc6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:889a2f9b69467f174deb05d9f57eccfd85e8f6e2ce2620a3e3b5c15019a108c3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:381cea76282031f4a018997a2ddcaf6222576807356d45ab3357b52a30f6bb3c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:604bace7f2173c964ecf1b54fe70fc08abbb7a39fcefd21af752c7a12f6f5a31_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7acae5b318d8162c7da445ecc28ed374eb1db0a92e3e6136f1a3d6a82bd75495_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:df00671b04cef1d122484a876880dbf4cc250c63730537fef7e1651b58f9a9dd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7246c15cef44f3945840162c1dab72daf8c0c4999345aa6ba148dd34597f4ea1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c7fa305a0d4a592411905c2f44a8218e25caa39e293ba68e1c84458683c93979_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ccf25a1cbb0c79753f4049cc37fafb77d0f8dbdd896e4cad7e9674877dc84589_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e1ff850187bfcc5e53338ee32678873692eb81a7bc72c5d3a928722571d312df_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:bda6a57c2ad84239536aec6a20a9c37fbfc7aa13c994647427936bf0b3b3361c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:49da4e953f3ab4d734c88b4371082bd9c6fbefd00875d8c3f0f8e58f060b6a25_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95c4abf5e354b5a324515cf6e69195ad3576383386665683d4bb8f349e558416_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bbc0c1a5769338492d873bdb15757525f69e250f5a4320d36f249fc35d57d356_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bf5e48b3778e040c4ebb1a8b0bd2aca2e7814720fa400115ceed9e1745f3e2fa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:2b26daa64e5d4151cb1cb91cf459afa93b2bdabd2b9d5d28585bec72484c0e63_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c2d77eab011a8025098e1254c384f83af4f7e0d3ba9e6d2772eda689e644b036_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cdf9f5f665881fa0c5a2f3c98e4c99673dbe8a92cdcbbe6b80e9dce09f59a8dc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ef4521604c721bd0ae8a4b822ac9584d3c7c8a80c5ecfe263da6ff9500d95ba5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:29a5ed8364575efa8d539b05c002e8b82cc57350d4c015303b4fc46b06903eda_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3751262aca1a347b013648e64294520615e447cb875b1e7c04535c9c5e843ccf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:5bdc6dd4698facc8189308328f6fc62ad7f4a3a5bf8c8a5775fe6e966eb44eeb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:e4aa456e8c865f66105e9f1828b455bf09d80960759209703df345a559b36608_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:74cc690a06a3f7ede74550b2416957a6318136ec7b703de33588122e7222eac0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ad7055ad351c0c24582721dcbf7f422b6a31290104530458e456bddd1a637938_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:54ff1a36ba796e5b88ae421a3836220f5774f0694cd49da8aff5f8c1efaac958_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ff8879335cb7031227028d3bbd5ae3c882c721871a28a42216fdf94885cc48f0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:4bffd0baad38d0ea6f54efb82701a6530eae707565fee41e2e65682a990267b8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:6381f7fc63ba688a5514eeef31d629e8e6cf01d6910f29f7dd38cc48a49f392b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:6792be8aa7640d171ee8102e5315ee2cb5e51af62f7f9ebdfbb0b54e89e35cbf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:e168e04989169bf67e16af77f602c8d762b1ef424f4abc92ad8ef8a135d6fe69_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b9e9f7cb5894890829532f10dda00d008bc5745b999b76daa26b5667e00e0b87_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:f8ab11c42ded9679807701a6c9564ff67b13ba875e28cdbb7663d9382f8e194c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:203f1d7c4feca08547dfa923507640370e669f83029fcd373e4e93461cce9421_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:8b16e6a9162b06a6565a48f4b05f3a1681f9f6349278d4f44d93ebe60d96c566_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:ef131d257bfc318cd0071ea2867d209fd8088da69e92fd3d07bce2b86d4eb2f4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fd5a0222754643780d37e10af8b077bf257b5b4be2abfd2393f0423a4fd4b291_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1f910938470138dfb6656b608393e46eb5c59d76edcca34b8bbc7148f2479061_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:71ce3309765f3dea75ed45541065b35f0aeb697d59b013294775e84b780f361a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:313d893f24ad6f2f8c7881f418b9a5e9c499674052a97434372d1d079411ffc2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:93bef2950591dfbc736a80f6a92659b6868991040450c5cc415d32e225177512_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:9487390a62cbea3de31fcfa46d05ff56a9d088426101b056254d0a3dddd6631c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:d4cd54fcdc26243209c918dbb1dc54e940965cd12cb6d05259c0ed45e3755516_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:2f9449039570a38ef4191b3717a9597219919ffaff87b645f06c4daec74a3cbc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:5d72d27d9247c2a9ae05a1e496eea2c264df19be8a566147cf5cdf378d82ac4b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:2b1553659b6cb1a4fc9e75dca05c4117d98894a5ec55a650fb60a2062cf1b79b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:35d963f072ba8d1d78380c48815bd2d06dff7f1917e493ca64a37d319988e6a6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:42870b8a98ae271ad0f0b23ad541bc37a9585e93dc6822f149a0bcf53c78036d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d797ecf477151c6821be3fb5e18dfa8f8df04233fa9f7da7b554da9eb38f0058_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:27d55172feba74eb9712fdb42300721acfa72e5d3739feac7c4353f8a36b4b38_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:5bba9f8444a0daf6194a6eda5d1b027781717446435ae4249a558a31fe17e06e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a8840079bf9bf05cf2f9c4a7f38bb45b09baee82128d12df604007278fbdb198_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:effc3a9f6c7bb400163dbda690d84d9ef4d40736105a2594209efa8c0c5dc80b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:3b6acf7cf4c49d979d30049d80bd265e7e8f17331648008bb4f9033822ed0a41_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5b377378d275c0a152365c6dcfa6e5f51a30de20210991ad8a4b5c45654cf022_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:855e978f66e69d149f00f5cdea64c68b677a1f2e9e1c28f3f67846bd5497ea9a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9bbfc2d46e0e771ef7bf390e121f26b0dede58ac0ab6cc04e7592469a78ae5c8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:101533b9ac484f5e8c3f1d95b742f3596fdf42d6a706aeca5712648ca50e8ce2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:2918100b369a980a69fdd9d0bc0fc7c898bcdde23f8ac8c9a8a22066f2b1d87d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4f2d8d750ce5932589e4c3b10579f00da60407a89be1976f3b54184c997650ab_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e7b4095c367aa9811dba1e43cda61f60b54b9536d9900990e7e6eac745ec7ac9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1bb758a596fc11988a09a696981630bd00a73dca7c4ed52799f722ef87db6a91_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:50aa9b6ba005c3f004568e82cc73eb56ba6342720626f9a35eca618fd1ac9cc7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:982fa1221449a4e78c06e6a13b7ee325b8951a8a04d0014939dc49b13c6ab79d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f055755224db92970aa09e26ab84f8f8c3a67c2c8cd442eb4e7764e3474d4613_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:719c8857fcfce93887b77a94974d418e3bf19befe0ed25c5974bfc7ed53814bd_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:90f04dac670c4d0c505cf8f96d020c9e3f4c0747b91dc2a2531db407ffdcfbd7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a921b1d40f1ebac4edf1d6bbe26fd7e39329776044e17d7f2409b20792acc271_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:db281fb5bc3ccd949d2156d7eafe5691ecc317c3e690f9987436d8b4317e6ec0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0a68822ea4fb06b74890aebdb694cbba827a5c1b9519b5a4d2086a867464fa2b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:38a4de43972a5ae5404ebc5862329c0b59ee5a6c72b5e3fa8be3171ad65ec713_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:dc970cb4ede420e1d131a6146d256269ca6fb34b633c17315e6b202723765bd7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f47d18b4634f6f675e50f165a805f33970a038843dd48fe8a02b3924fa70e8f9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:6731876f6a37e6e26e079b4d8901f7bdcdcb6f34f8f27c850ec813ca5b3a9543_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bfebb3f4a3a9476c2307fafdc5ec3fe7586c51dde9c5448fde7d34e37e2f45af_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c6b9b4bd2d7210a42dda555d8375807bec66a4f8693fdf256042b49b3f0130c6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:eab2bb53112191763cd944b3b13cf750ea9390b56d7d14d312183ffe56d0a394_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:3ca197c0d720c1314db2f36fdd4f1fd81f0b729829f27b39508f0a6e7ecf7bab_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:475e121c7d6f480d7d2545252a7b59510a66cfb609f586bb587595ccfa3b71d6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6cedc3acc4032d410aa6c0142de17e62461401a772a09c795371238dc00fe91b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ce34f62e6953d64b6566905934afc4a1f5911ec68483f5ceecb59d187e37a955_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:2037952b4938add2200b79534d571adffd95bb0c6ce04e7ea4a6c0ad85389771_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:698f43ebb93c00ee0a916be218a7819d0a402e32c12724afc51f2323c26d541b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c247cff3341da9969055ddef313806cda81c2dac492ce683d4abcd5ceb5a9bc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f12ba7fce7d3a13280d4bfe412b9b54ca22baa52b90be0fd7825ac719f1de068_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0d06e661c793f5524b749bff4124ebcc17b7acff1b57a672064c072dd7b0390d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:484c08c7c512dfb681137cbf0cdd45f42ed4181a690076f6dc6920724687655f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8a100494af630b1dd1ac3e0a7c75fba4853a1e7471a0b6eae2f7d6b7762beeee_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c9329187e9bde81fc4f0b4996c909fe4e9354e58fe353340600532153254e5b4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9143250b98cf0e2f2b3ec33bc25a856d0b2dd432d1994740e639bde2ed1deb29_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9a7f2845529ffd78d9193a8329bd1761b7723678b83e8d5362aaafa657c398eb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:c6ef91fb95bad775d172019ab1b5f9c275c2302f85f04c0504273be57eab1989_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e2becd018c34a7c29e770fa329cba4f1a371d4b089451365abb35acacedbcdfb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5279e457358edeae97e136d8067f05d60b4b806c92e687bbd11afecda4840eda_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5d76a917f9cea787b11ab23bed912261cad050e397769c94c1b70cac389c48b0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:88237cdb1714ed0759ff8c96466010145ff8cfd60a7dd3debec25e3a2b33200e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ff62706a4904af960c4989c87712d896b34265fcaf21ecc9500daecd03561b38_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:15ddf484307e3bc53f165873cf04ea008f4f5720effb19e3ca1aeabd9fae64e3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:28a6a3b04348c6191f58b9b0a700acc995d5fbcee3cdf1af5e34dfb0a15918fc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4933a9cb0be09725767981638b9139867cad6a26a228701ec034d45c3f7da4de_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4b571bca7d279192d7095a9d157cdf40f553543b6a39658919bc5920445d1177_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0f18441bd2e164906e7bad119d70b8f5b9b47c1596d58b6d812ee1e2f4b6c0e5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:77df277ba08b5a6efaf78b4ec5e59a7aca2569e00e7644d27e1d2653d80d150b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:afee031de2fff6cb0e07995b5f6c4ac83ab4cf3b83f23a3931a4d7e15a512c1e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:cc8b86ad3d080ab5dedb159dfca744ce669341a2491e5a0bab4f59e3dae9ed7e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4a76171907bffd3a94e149dfabb6170331e2fc0a30f3ea7b8eba1cbe68e1fa80_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:62f935bfe570ea83e376ea84589bffcf0b99d30eef620adc813f72501d982705_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:75a992b3a14138492b585b3500a6b6f565c912b193834fa562c990bee8115e90_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:9fa46e30f86fbaa943f136733680d0e8a668df1e04d1bcb71160b8bb795a2df0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:58b7b6502847bba5230e65e90a10350d8cdfd331f5656425dd2f310e3fc89cb5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:5989d793b9236bdd9dcc1df6d4687a6e0222590453a5e4e31be75d0414c28056_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7e5383d64b25edf87578b2cf05de47d46fdd2fb6f1f4db5146ead38c887f36a3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b5b9266258ab925a7dfd33b86043873af4c0799fc52befbc476f875dc44b810d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:100d472991b3969275774576b60f5ccffacabcf89eb52efbb744aa441cfcce99_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:9a6fe277560deb4c1c2f91a1d56678c5956bc9ba958b859eaacd371f8ca753f4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a2d2bb9ceaaf23ff8430662ff6b267cb36848b2cf311bddcdaae8e33e8736306_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f71926ca5053134743dc906e1c5bbf2fd148acf50e44916a936f3a8e98494a04_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2dbbc016c4e06676f796ec4cd51e68c11c96bcdc41de8dd37c82c3c5c0825cc4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:444b74ea4a7a8a664746757e4417aa7e0fb33fed32a4755d300e14a49afba481_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a330cd288cfbb99db498c3a7e7211eaddc4cc5e39b6343fc6589b958c6ac44ae_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cef4f16962b3d71927c90e2573873495563e3144b6e3e814acf5a220f1b27193_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4d6edfa2e5e9d6964a5b9483989f491cb5019ebe9af55116591b321b499bd12d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:62e2bae1dd93787bebcb5f1b58499693f4c6fd620edb3254b776494d2b5a55a8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a514202264b03a6c80a02e3cfafb7c6a86482449613b5ec0052d1040587fd088_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ae40b5055051c07b225c15723da95953a6a7d2dc6dfec8d0469d6f857c8424d2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3882b19d141998fdfd1197856ec7826be00034d72633396be628002953fc94a7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:39282efac8310ed389b4acc4ff3aabd6367800953c1e8fecbf17926306d1f419_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8df02a6889e22a9763b5c0e7b6934824f682f4683f2085f82dda54de427ba28d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:fd15b8944403c78ee3c0fcbe08aa5ecfcb7b10c14fe5f1a20ba4873295879c8a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:011ac49df806c01b3f64fab0b3d79355b2685c8fc0316653f34359b451ef2ba5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5929d673c5a6a568c88e13586278da184ebda4c9c5a9a4a1f9154ad0e66340ad_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d113138d214fab52ec3422cd3affe8d3694a1ec30b85778acfa8b114ebffdddb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d91c11d262c19c1f020e9b53da07db82b6d68533f4e697ecff6c722781b4a4ba_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:5865f0a925e725309c27dc1d71d0dc999cb01b4fbde764ba8def1524f978c0f1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:bdbbbd728c482c0c5b5e87af470856aff0c8264d3f490c8ae9d987f21d5bac60_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c1230c3643979aff1e615e1de9bcbc758c31f7508b9a3b25fd2eb323eb6b2490_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c7649d6adc16287d38318b6a50107dc1d3aee2e842a19e09822fb86fac31df15_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:70687b2657e8f1cbbff110582b55f3104d0c7f47a44ca1185a7f67e421d76a17_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bda8d910934ae595f8a53675c74094693de8e0a929fc7c52458b2a9f7cd0b4a6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dff9eb529ea868114b0f46c60f4014b429ce115b0ce949e6855fe29d9270354a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e56bb2c28d7ddd2dbac95451cc16d547718b651532ec69c85e8f0fcf5785d002_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1670745d88d0d92a262ab445f81956e894ae5e9b23d490fab96860957c028771_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5cf3f4d1346c07a4e065dad2df083934591b45c714f503b5b617d470e87f1db7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7adc722fdef132557c191e026fdac56278584f6e49f3902179fc443d87a4165d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ff467f13cb09556eb490743f878422fa2493b8bca683b8759d7926e8af97dace_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4030ffce9d00de08b95d660595f0f67b2b83756ced6c6439da14d36b0b923729_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4baea4cfb5bc4a7974f90c3bfbb25e23865b659fd078ec45b4c36ec0d11b78f3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:829d8937eb34548f09b89de6dd5a236ae58d6f74501f44c929538c281a8be920_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a7fc85a92b1d5f7f79d8a8a63e6d9bb4dfc66383ff175fbd956deb1de3127fdb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:78adc3f034871d6d77793932d11b1e5f4b2ff3e1cff0385b44811210a3c84dc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b836e8f7b31ba9c107a08e3be1cc27e73afa4045210d7fccc817c6058671aa67_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:cb550213a7e8671953d5b880c0b651a566be475a3ca0f5b442a2fa9b0bfeeb1d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f727aa55c29332a39fb4e74013b9cc96ea5b32c9cfbb7cbcd79c7031d1a6f44f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4b1f00007dc39d345013c99c38163e0adc112e5eb81fdf41e1acaa1e0064d7f0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6ae9a652c5693c55ceb3ed91fbac054d887142b0f55882c776e42ba20d1dbdcb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7ae4ffe7112d35231314490c8d02c6f0947b54c240ace11a87c07dad44d5be4c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:934380eb6ae83360d1e11f709c58d18c2e69e04b3246a02846f26f9879ca1edc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5580313395048ffe3d874dec574f7f1f1f21cb84831945de53a80856b4e945df_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9bc152718354bb245a765da17d12d0477cbd15d7eda5a86b8c5b1330287fec4c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c00d2c84a5f8c5f1c674d43eddacbbac05782b81ab98cff83b606c35b46d18a5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d74ebc7fd5b30afecc3d9f61ee6c74b2c0f8519514c5614ddfbe9bbc68227509_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:84ca4259de3e923248f7d50c3adcea713871d3d2da66f172c25dd391d22a3bb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c6381254579086af7ec69a4e610680fe0e532a26f7ce202c72d047b89e0db642_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e0eefc7f55d25990d314c2ceb50afe70f7746e467ab7a409fa3d1b44708d9ffd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fed1fbc1295974647bcbad55e52b199c2d3d4307a3e53e4f8b1db135df9fd8f8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4bbddb6ff2f7429b2f5730d4a3f529b80784f8e42a0acc025e78713d703a2efd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:53a0ebb5fda619248605abeda530cf37fdb7ce99e7b7314cd5bcef2d8d8b7004_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5e37b117f72cf1001bea772e1302186d8f86c0980534b7f359179a5e6926c448_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6891d22800cc10bd8d773d471bc71c4db64460efab4b30202d42da1daf61a3fd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0d1bc6ef87ea978c23ca7189fdf17ad0f54a5f7709a75a25d82e7b84ffadf984_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:107f2fcd3f606044c570a980c176047870b304f3212df747995f6eb8a45749bb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6b6e5e25d50219a95d914df16c1c4e761d0bb45a9efd054572e54054f27a6f0a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:dd60fb26e79143000563578f9d72e3bb7cdde4b73dfdfc148b27942197d3be51_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:053d5fdef0973f6017991487843da7a64f8a346025cf46a7c575d6a4bab71d74_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:26318acd09b8263236b4d266c735aad015e3a4b61daafedf266ef1115968f536_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3ed5dce28d62c36a87ff35dead5806fd124a187e48051a0d2b550b209c9f6302_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e06c4933f2806bfab0f36ccdc159675e5fe2a6a084f98065787d304d5df3b7f8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:055b352bfb76de2eba0b9f0d1a6bca199c6e913e8e95879e991c5fd22095c677_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:16e31b5411f5f1924cbcf851f1b0463302a34c31c5c515220923f7a2050c18e8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5909f73afae46cf2ad00a9a6f1c38d38acc3ab00a0b97ca419110492d7bcab7d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dbfe981d5b05078eb1158624dfe2f0651cad81b92aafbc671cb6470b49bbb89f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3b166e5b5529c407c2f8e372414d043fc617965696c5a869fcadfde2d14d716d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d3f6483b465851cbb520810069a18136af80ccdf79fc1ea80ddb4687ce685aca_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d7d33c165c3d0cc0e4924e8c8d34bfbd1d72e2aea301e53e4b37b712e94c06e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:de5e8cdb75cc79630290f83ff179057d25bfc11d37816c57b6f66563eb3a2732_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:24abe1e6ee078487af8ee8bdd5dbc267c18882078a7987fbd63728dc2b65bb75_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:552d01e66c6b2fe59104b8a9f3e1e58fdcd7b4d4cd63db42883ceb119ec0ef25_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c00c3c5e7e106cd6527cec39e5c3fba990d1986bfdcb691b866db80d59e5f82_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bed1aeb4f58c045644650615230eaee03336daf78d9342022786c12f29da670d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3b213ee7154fd814e8a904c3a161bc16ca7419163e8132ccabab76821c33b310_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:721efd9cae7cd4b43c6bd498064a6c427fa32d0ba848f8b0bf7670afd662bb18_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8f5f0f56604ecf94768262496ba1e29073e87ec16aa8f434674b308bbd00678b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d78b1c13b0ef255bce1e19973bcbef04d40c517301959a7f23d23613a95c1db0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:650f0e2357f8d302f10ee0a628868f985c5a8c8a4e6af9e6793a9051b33205b9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d5a3ff1bae3686aff1781b5f5f9e1a7966962b88a1e84ab4eb62751aa835bb78_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:db30f78340370f9da03fdee73445b72160c35d83f44f708d3a62c9dc8e88bd46_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e88ead481c18a7b6de8ba7f609a1782e45e1ce85f2a158f259bbe68a9db261b5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:0bdbde169ecd68d82366f3d04f947f73715797fae5c3c4561e7bda5b5080dc3f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:1d45937273065c5cdeea502fa388172651fef5a607db33ea72c49f2a50b29b94_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a562490081e5dfc0fea7306931e2dab3fbfdf76cd83768b7a43ea556aebfe4f9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:dea6dd04d50bc97f9e61330140f61a7370e31e474c26b3526e18b0ae8ad56c41_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6ff785742b50af7f2a15c1dd6f38eb69e9a1a20cb4bd635aacc57a5557dd1b4d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:d0e6151117374aa602349bd1028175b94eea6f8386832df622d56715cbcb675d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e8fea02d42c9a9b8e9ad7642d9f08d705eb6e4b3e3681cbf6281c7b8b3244ca2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ecac534bb32ddc645101f6565521b08fde95cbf0eb2b9c6b896c83ba23e8b6bd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:55e0877d1949d009d71821f6779aa9ee90484fcccb820d53bf53b90f7d412636_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:775af20537e6f4c84985145f44ad1ae2d5530ae06859c2549d1d85a2e4ac54ff_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:a1b02b9608eadb4388dc13fb5ae55fc6ad64788f93186872c133a0ff1f5ab487_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b5d732e8d36668226255dbfeb389994104d83ef2be461079b66557bb20d799f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2e983c69ea6e29aca4f36596a0c697c2935dd1deb08a4d3546aaccb4e3d78ae1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4ae2494b702a6c7f68a65ea730f6df3253ffe78f2d178b0714fb6ec04cba5cc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b1133f78075f3364ab85142cf6c8457820e2e1f31a5b0750585ee1adc1285ba6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d41fc7e76000bc1b4016bf10e86fec44f551b127e17997fa4bb13420219fb3f1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:25acdc169b3860a10f46dea8b842626acc639aec950ca7a9339e96a2bf1ed7e1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:453bea2d5f94523a88f37acac9edd0a8d921bf79409a260386fa458cb18d13b7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a70ced1330a4e7a0a7b81bf6b19b3346ad5bb6e26398c7f0577994d48712b2ad_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c2a6ad45ab46c0238429cd0ab59bf169ff368bf68750a011f481208e56fa0268_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:33afbf29add637cae8478b8e0ef6b3b465e4ee53b000467ec34fb1f3a04615af_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8056eca30416b0b93270f6c92d0fdbe4f1cfbbd6258e27a746cc379a86b6b8cd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a06dfb4e75cc6b0edd836cd59035095135503f35a7cbc710ed7b0e447fe256f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a820784083ee32f544efc474c7ded798916d1f077ddb9c3f4461de48747f4c73_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0ab4e11886c642fbcf7560f780abf9046b73dcfd7dc9cb0f086d9e62f87fb271_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1283ae9261afb1293b597a8da40611cdc1980b1e403de5d16669c5b7d2527dc7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:89ec13946e699f6589c3d235cb515b92ff48d1d5fae8e7892279b64d41b74511_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d08403f8114128e063826ee0cb3324bba9f027d7b2feeb6f7c826c9c4925579f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:2aa0baab0fca2bf6877260b871b3079ad96c37034e6f3d0a45cea4118cca230a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7f886a3942b81b3318e288602c88de802278bb77c5d11ba758f1d86f2f028abf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:940d02c46f06fa92818dffd1842010b652856e09cebdec33e0f0e1a1e9b1b5a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:cac82b041210a06cefe512e89c5755e972f6e125c69a0dae87e454e259a3c08c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:12466469754c88d41872c1a061c1eb4349cf565b5fb32db651f3639aff2df67c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:af5fca0ab8a1f5374caea5b38486cc97c2be9d884a55542faeaced44a4a7320b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ad60c87d6e05b51b5351d2490538c757547b43a679256052b600e3fe8e80a594_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:e8372026bbc873c38ffc2c7df35183727596993dde5663ec27a2c2fe401e04f1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:736b406850af746470b1bd5dbc61fc4b166133e9cb50aa528dc1210b2002d469_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a73525cbcab817d0472f544883106a359b9079eeb1d8628d8b0185e450662361_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:84664067a273cdadce55bb8531916e8d8edc7936bcc57bc2dd1ecf57adb08c06_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9a006a111625f85305fbf3dfcd9a62592357a6a282a1c8ea1edbc48b2ef7db05_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:adb84daa38497eef3d89a9b42fbb22fc04e94f708db4f1f02de21dbf099ef788_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:f81616fe8dcd6b63df308c58bc1b696f9b3c488ebdfe00d7985026b10d083de9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:07efac034de568e79f6ecf97f924fd5ce7104e9259d90747cc0fd3e0a7bf4116_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0bc9b2b997bdf9bd285382823ebb9806502664976c2dd7e7b0d111df7717e77d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:165fc1e58447c7bc9febc3ebc74f90096c6e48986789d4e66ff6443f1d30d024_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f516ff3ac172cc08e88f25a0531a3784ed212897dbe0b05e04dece7d62eb977a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0d455e21bddb7ecd4c5b8f077ea96f046ba3183d17e3755ae95f8cd112a81179_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3d291642757ab1bc56aa6bf8b31b383a1867b06fda7ec093daf361e3bb082624_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:91c0c9cf474e9dd3b7dfab43e3e651afcf950c183a51321a586d5e98e3b8dc82_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:ffcd35b620a75ac1d121b826b37ff71f5006684d9222c440785f06fdafef5531_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:56c2e0f91eb13a89c48ee5ebeaecfaf87dcef3f85bf7f7fab37e3cc6c9b2dd10_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:84e22659ec76ea69dd31d0c6bdb39b752d4e525e7425d3ad282c3ba5c16c19c9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a3669bd8567383f9e15755e7640b5af4e796ce1d6bec3b6f1139645b656f425d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:ac7eed19416dd31a76ce8139a4c1cc16f2201b1dbb1c884dbd20fc5a965b82a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:44020a87c575f01d876bcd559d0b37bcba2f5bb4337a4f0f40d65196a407910c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:7272870ff2a94fd3c026f3c3a4e985a2b2eb5c47dedebc00f2cc25a496ec3e90_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d5e64fad675db5b1a7fe03720a35eef4ef6497e49e928b7cb0a38ddd6fa9187a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f4d0e3f2751dad9fab70a9080102f7c0e82a784e516f993e1e84a8561c33204f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:174b142475167275c428eec2892e91ba557a1783a128749b9516911a366ef54e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:52fac1bee10c7847bcf6f7dc9f027764a183d462e46678b5b9aaac9611cfcec0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:874a6c39ad36a55efafc0b690d17aa4eba8df8f30831a5315a198e692e405592_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:af2f5f615c4e9da63b09f2b9f52ef632dc76793f51730ee67a96d5e99118d552_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0867d20104c147d58a3e119c8eccd725d2b5311bc563cb4030c18714e085c80c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:12bf752f4f8f0929752fee39067bab20d3af32f9d767e0eeed2cee9dc9cdf774_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3f0993acf410b536a4c2be24d23afedeaa6d4b02a8055100cddc37443a619cf3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d745b47be21fc6b98e8b1830c34e951271362105d32704cac1b1a796abddecc4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6c539e26ca346ca83a4c024a374f3874e858602b71794a1709b8a08356744b46_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:94e6571b95628469dd361c3ae5bf4bb88bdcf68636c0a7a6f007a19e32216514_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:978722d03bd0e1eb78e35c188516d960ed81c8b47a66e77ec7ea465634e44536_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f270599d2857493437426bb7ba58ecdeb0933b244b0b5e81d70be8f06c734c4c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:07f5c5ba5313539cdea53ec438fcc97c698df8284bba4ddfc6c7af4403873362_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b93c3b58e03d6fbfd8d73f6f0966ef5d616c0da0776f516ec826e4f5e0d4bf1f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f5aa864ac9d9a3e5c0a412e9bf6e22756f6232713e14fe4194f61b1a1c1ad52c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fa3603fc128be2cead70ffb3b0b0b5c9520f7826bd46863a86b1853e62a998f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:382e4343f73dba48761c24841e45aabdf84a7f4de996be6515d8ee7c3e728c78_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:840f25f86e1850623e2929597e072219c2119b08acee3b81e8c7aed1b92fcb64_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:8f9eddba528ca5e8cc40717ae9f30253c955be657f8475a1c4da66c257bd1729_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ac7a2fce2be014fdc4208e98abe50329d0af9b7f7af98fd27e611751a413b4e6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5ad568a42fb0d0f2b78702929b75ab8fbb41937a853b4344ca990776f48ff85c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:821c5edd5f5ea9fddd168482dc437c6eec19231d95854abfbf1bcb150cfe618a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8932f2fc5e81fd7165d50432ba8994896c9ac8b323d5cc798872c1770133eceb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:df49ea17391c34a0eadacecb37c7e00552af8aca3ebb648f28f3f805fb79495a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:58e02752411f5bc061c8dd98bc7dfeb17780ef24ba8c65e590e4d6c5213c267f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d1c95fad91fbfc41da5d6871fb0a3c07d20652b5fce3f010505afe0d24c1977a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d6bfcd46424e1719490ce37bff728ea278eaf589e052a90b3fb30a9110aaa298_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ef555584c97654b76391f8e4d31bf0200fa82222b3197ef928f306c8d70f4881_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:520b43e0497fde1deef41e5f9e51448fde032769f433980802097e1e4216fb6e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:de2a25058c3aaa6f98e80870aca51d8bfd16354eb2da93e7498fc804825babb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:fba545c7b9accb5be03b9bf1931c086a8da8592e3ddc9b5a9ad6d798229314b9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:12645a5f47e54e3bf3f0b0863c44b938be5c42b22f695faf62c8d918cddb03ac_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:529d46e40fd5f6de98cb72dd8704068e3b9baf4d3bdf91feb9c19139bd74c652_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:701028c843123a3e4250731e216eceb647411ce685517383b9a62b5af21c10b0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1b7392f3cadb8ca07f10d5681fa33f6dfe61f895e4a8a1874bdd5aab3543f67d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:693c125a5f2f67364d8bdc1a5e7abe959dd46898e7f46d5b3756746cf598e135_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:93f4a34af9c198e4baa449f7ce0e1e0936358afc725eafc3b8118df3d92d2b44_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:0e4dde634359042b67bcc5224afeef951459167cb8f36cb6f262719308f8ae42_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:344860750b6a6e567bb1475f68d18b19d6f79438b767c351c850d082648aa5b1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:efe1a0fb3394a117206bb1837b63a0ee828ab5b5d30dd7c94aa88afa04c94c2c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:afb18f280c123c44f1349b80bcab24c86d8933795a0577deb13bb651019d6a92_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c865ec93173fecc00d843737009627ba137b7cabcf8337ea7837eb9bd993a601_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d172695ad3dcae4be122b50a27f14c6cb0e71357868ebdd13336cb7315122fd8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d4a1f393e7762a2c7ff12fd634077f5bc5bdd224d7791eb7929d26cd16047dee_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:01050a4179625f00151e478a0571e64120ac6221fdbf32c969a18ae9872c9574_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7639b8403341003825286c0fd45ab34d815585e8f4b5b4d1a424ccfc0292e017_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bd76fd61510b4714518ec5191e315f83feb1f47402e32602b061a0fc09641c9e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e53bc4c7a3fa7103778bd3f7bdc4b6be4b5e6a8450e38eee246caa75d9f8f44d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:62414e285f1e4de212e28bd90e5eeb60730324d54a317434565bad8891435168_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:77dc7d2bcb0cb6289f6d8c3c3f4ad3c01b9e24b4f6969ac666a888ecc8a29981_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:7cbc05eb0a0d3210e378d08d879933d905565224d9a6fc00e3bd1a9ad6782557_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d195bea4ac0b3ee073418a3674535525622d9b492bcd1fb0448b8ae52ba262b1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1440138d54ba0f09184f96cb79557548c3c9f19089bc813f433de28654cd74ef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:203e3cf52680caad6f8fec2ca1c7c87d45205ebcb9e816fb188e74a5bc7496ef_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4ef6d0725b69e2867c44e7d7ac57c820b759a45c491997210fc38b346d7f033d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b1ae4f6e3577edd7fc9f6595168857af7fd9c08aadbca1642c2f9248205b8c42_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:2e494676f33f47eb13ce2e3675c8e7a3871d5d1b73a59b71623caba05364196b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c8183043eac4cff3a7c17a9de76a4c9df725db694f411b19dd64923d1de68551_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:c7944fe378873f5d5268ff872c52ca08908af41b7efa03a7032363c11af633da_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:fc53a478ba64c0557ef8de93faf1320baab34d4bca5f50bc8f74d4a8d3a86890_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a5e04dd92dd9bca8344f741151a5756e28fdd197e2aae26c13caf2867ee6ff76_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c16e427a9ffa0ef24fd07e6a21ff78a63313d5274eb3b1180f7c29cd1a9d11b7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:31630cb5049add8b683fc6f3de6cc20ffc530b72d45daedb84cfe62bec754591_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:89a876583624410a9d79c1cf83d94a9a7c0dfbd3ad70228ea985e45b2ccee9f7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:dd8a443d71a973e30574016ce343c19edc1872c63ed46b5f7023d304b9c4edcd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:63a52e5f035913f64e82ae6a617273abae9ee0729316d26ed5d4182ca0f50d11_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:754310c0f797038ef14c3ef9ecd934b6ffaac6ca60b755894212854289b9f405_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:49c4861778e7bc4f5738ff0f5cd5c542e9fe75c33057a4a0806b03ac75d76ca7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ce8e1af1e3f7d331be7a366560b517e1fc27f83f1382ca6a69a1d9893f260fda_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3478a4d3a1acaba3cfb3f1040320798b9d0b419a66b07267965d4ab974a3b440_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5db06d085c31aafb3f02c2c373b2de6d93c5fde72dae55d6de90f44b49b5770e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:634d04ee67f3a521e7b3cde560084491908f32aef4a89a1bb7d3aa0ae119927b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7683407dca1a355e731e277631b3d8522a3f84f1de664829c3b15db39b1f1ca2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4ef1395e47e1898bc84155ed4b4e3e4c72d08e4e7f2d19d9530d889fe0ef6b26_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:63631119f3411bf77ea1f622d77ef96434d80815531b046efe5b297dd5bbfffa_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7ee73740b3264500f062e3863e42fbd98dc3895f17294450fc90d992d2108d49_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:db28768861f567200cc79639eb01ce8e18fe5cb8a768cc01d3e23bda55431c75_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:09ebbcea16169b9ac863167c0e7f953717e92f75fc4c4e2bffa0eacf84519907_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3118a7eeb28d8388a06731c7bcdb5eba4a942b9c91a84e595ec0fb49a55bcb11_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3bacdd4e5501902865eb31e884646418bfb5fae90593e96b06ac0b7c3cc1cedf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:852556f6eb96442354f0695d6630e2798e19e31a5ada2ef01e3ca2571a4a40c0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:59ae16e7b7d2bc20f34b8bd1dcd7cf8d8d7c201b0f78e3165b11a592d1b08597_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8b68cda23f470048944c164b84fe27a5fb6a43fe739537383444c28cae451035_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:23c8ed7995abda7f87fe4031843205f3a99a0c57508c6218291762a60907f5f2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cca7e231ac39da3a210859c6280ded3a4687620493e3a3e0164a403271537b6f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:d5efd9212ed22c89067691796443fab0b28bfc31cea94bbe636a4759f2e88521_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e0a34a88a67409e2b1cb243874cadd3de1c9c56a54ac225dc860cd89a635bd97_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:275f90da2f77f60d0a77e00936734ffcb5099fc8b5662e03de49d807a7632f6d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:833072794acb03eaf053f30b6bcfeef95cf1836ad5149fd97f34f3546a2e9f6e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:893dd8fc24cb10db16620d8feae352929b0dbb797f02fd80f025fdc7c78bf53d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c9ba070e466a5123790067569bcb909e291f3b2264af0aa152372fff9e64f82d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:6f50d9406911e5fbe310c94dc60829891609934e64983339b5f66432a20864c2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:8b4ce896da4126dfda544da09d04f010c0e9b25bdab6557adbab8d095905d535_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:997a24c33d3ae9914f3694b3a8cd8af50137ea48296c322b56dca53b4dcd1fcb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f80cee2f47779e24e07ee475d09fc697a4446a07f9eebb0813a7119eb0bda36d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:7aa46141209fdb1090d90f00d1a7753f31b9224e080b8c669883901846b32ca4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a0dfec857ddadf777961a71d8dd545cc798b921e083c8b5156ca7423f8ad8a2f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a5c047afb2066ca8740286ad2af8e1271ef78c2e5df73ed2365f586d6a101b33_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dcda877c69d0398e4744f1b7a2ed81986ccdfdb6f4da7fba75f29fead8b10f34_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1ff4a8a6440dd4d97adc3273253da14e081083c978edb5fcd05dea33d4cc888a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:2aaba77958b12e834f6418338a21b839a95c21ac5568a53b5f792553db772e6c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e5753a6fa47d5a753be2eb3b7a46cee0bc156b0e52bf75e4f192c0ddb3fdef47_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:ed802f61197fbcc0f1a8a916612ab33363e0e1866ae70d03df92469a2c356ea6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:120c1ccd64bca8bfff4b46d14f78038594a28f6d58c585b1215afd76c23c7ad5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:52dcfdc6c5f219f414fa0775b70e34118b319897b0772931e0861623db7bde86_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6b259bed5dc046510b7c3305f6abf86e4543a9ec5091505f92f573536e9f049f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:bc0dd85538edc7a80adc0fc9fc4e02051e7b09480250b5328a6b70251875b943_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3f9151da4d025555f4c0183a0ce07a2d0084beeafdc9f3f1e87a603053ef9089_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:919fe76dee99d772b668b57645779a63e1c3b7f7f40fe79175c27ae6d7e261db_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e19a080b5fe10b67fe48c28014879abbc87cf5077c32c003fddd171d06bb370f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f7708a1c1e0d4083c7f0b9e8d8704b91a4c823dc9435d5d3e986372f305e1fe4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:27bd19fa0c1eb00c55120e22b21eaab50f0eb75a84910e9d8a2fd3b5fd1c7dc2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:52c4215a49207586cb3f33bd1d35aeda857d31d34c80cbfffba02ba8c448c8a6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:62e5cb5ba2d92bc29a2087c9de9fed7978d4c5ffe07b0afb479eac93519c6df5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:68aa837b6a3bd95232abd62ecae3b040f2a7a72ced626c784c4062c2f28a6e3d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:9872321279ec2d108191f1f7e1764551e9c7099de51f595627db068a66fc4f8d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a06cb8024ab06fbdee295afe99cd294f6e05c36dd490545600967b8ff12e3391_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:1d3a2d2ae27d869506d3f027ebb43f0ca64451cbb635c4c412c85129025728c3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:c20a4f14ad0eecc3f88eda36bd65f1f390c6977a7ad5ed69e87969556b9d8cc7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:64247ff135642a32fb59a62cdcaae5f28085ef0578916b4ab2c90d31e67848f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:e0cf29f62ec486451053c661388f9a3a12ba42b84899b687fb3486666a42536b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:efc289b0278fc84c571d7adf9e9ee1f8b149c5d832cbf416803435e89ee0a531_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:47ac82d0289751c8c7e41da07173dd61836e606101a20b598c00da1cd1fc9077_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:953b8ff978f6523f4578a469d23dba6536d49a141b4e3729b059feb6d79a858b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ee224daca08de920de240b684ebc23a4da50d60130d9e205e88c904c8c755343_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f267111aa2951d22dd6a41c7362afc22454e365325b7a016d213505b7dad74f8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0ed3d751161fa47b7ed4bd2ec2c5bfff8ac5ffae0df22dd9a741cc64bbe2939d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:48bbecc83208a8895cee2c2e8ec677f59a688e02705a677cde4e9a8a52398d1b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:89ac959e411430e4910919132f95452d1142a45fc5c67088f15cf5bad8982165_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:db55fb30b025bb573317f113897a7bfa0dc729aa684dcdb0ac3066356b339bc9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:285f19a6dcffb48d4e6f6d3bfb44722f1828bfb2099a8736f2fc08cdd1481175_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:521f2693c3073993771af37d65723ced3ac83c7438d6ff35425ca5f663101676_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d1883837f227ea4b98d2442b46e5c07a9eeae549e13cd778f7c9e78494b53911_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f1f601e3a4951748fbf030083febf57aad02568058889b0122c8872e2d68d70b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:34298ddfd123342b87d28c047cb4a8c1b25b07352bfed57aefffdd92a7058b6f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4a56a0984384548771e1c8fa5a4a8efe93f472cdf2b64b01d6049b2f9187a684_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6765cf3c0f8d395307ae57019cda7e2aeee976ec060eea8a47703db0b18532df_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:8a8377100458d05864c6521e4b7550df73b5c3d9cade518067d5741fa9d02292_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:09ad41d3ddb9aba6d649812d1e48433f5778b1cd9d5e0e1466b34e6516b864e1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:7b3a100ca1bce2bced0306ec9d4b90a4dfe8596c5bdf51799aa3a7a1ef36fef3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:ace3b3b02c33261287a32253dd1c027769743797317ac4259c9102e0b3db6603_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d289ef93e6e179405cae0db5309865f76cefababf168006abf09fc3a51a32bcc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:20052a45d551f7e988cc0c38baa38f146df4d9d741ac71f17498d8ddc44a1beb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:55409e5fb153973038a15985a332681f4e3e41126f84b6a355c47314c76bdf2e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c143caae15fb4249757018e05ac8dab9abb20f405977cb41468ce6a8049c4342_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c5d456d739d5791e51544a45309ca3b64f763cb49632bc638950fbfc041b4193_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3ab4203333e071978d85f0f44f7342811d898cc388326db60afacd2395f8340e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5a97ef5bfe0456bc1528f2a3df7736c506e11cb61de5c41a1daf22162150b345_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:94fd7b1b27954fb59c11a010f4b8ce0a3377b38bfed7ffb20873a2f7a499f8bf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a936c0970ab66789c10a64cf57ae76bcab0f2f16b6b50e713373066f73d535b5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:34fb12d4fbb5f9b29b1b58e19b1c1b0eb27121ef80edc50a59e431a4e94638c9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:bedcb032aa7325e5bbff014f251d5ad91fff9dcdaf84a95e61e4fc4198f22f79_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d10ffca12372666b239a9fcde83a4b0da6c3f37fede3e47272bbdf9ebd2f0d91_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d5284bc6a4ff57ceca1c00af4ed0c46fd341f1e2a28b4f13b210ed327a25ebd6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:2a7aeb3139633e2014d99631287cce239d73af61e541f218f45a009fc151d8d8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3afe2f3016ac55bd947c98d1e4b957969357aed54423ca2f35955eac8639116f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6d7572f71fc31d580d355bc6ebf8eaa54e4285c53c7e0e418a7495a0fb8d37a6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d2236c41a640de0aedb4eb2f1ef143793288329513ec0911bc37ba688857701f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:7688c4b2355532cddd9b9d314d105127c494990e7079407d2f43e578610971ad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:91ee195223233fdaa6d83ddbc8e1dc33bc7811e4f1e6ec9f5ddf325f560ec38d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:c866308d315beaa691b25dfed4be0cace44628e0799527e9ca11d14165437d98_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:dfe468dbed566f02ea0ed9b5ed5565f40a00d03a344d2a230b0a0a83c783493b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:08710b0caf6f4bc16e72a89f596f33c8c38ba7742d0f1ee552336f9acc7f222e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1491efe6870dae8caca1a78c9c96f8b4b2956db3bd5eaa6bde59ee996506bfb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:2a0f11f0a1063e3ca7b8b04693ebe979e9953736d37f3dc3a91fa5c9912d79d4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:813fdba989d7b5a4aad5e9ce5bf5285b0e65745375dbdef899786d571c001b77_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0db523e5a7a6420d94d5d302b90c798737eb78f99cde3b887d3c3866e195b9bf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:18b7e5875aaad6e0bb8b12fa303ad6295bf3968daeaed2104f0f4ec3122446df_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:80c4e60cb2ab82621ef12774841d39e6ece9e9671114afd0d19b188dd7746d81_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c20dd339ba44e18a505db8bf726e2db8b6a764f7bfcd9e0d63d627d69c2378fe_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:528f1228123298362d5787e862306cc2605f3eb31fdedfd0deea7f3cdffb77cc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:75b18dbc6fef40173ab0c85ff4f9c4111e29afa10593ef9141d589f88b418826_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:e8147c001326caf53531a8917f91991b5ca05f31d30adba78a03539a6568009c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:fb390f9eeb4853d9a20c9bf02ac10e099238e94084230bb532029be4c88b7ac6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3dc8fa50d17a5074f03d58eb00467e45e6d74f6c5293bc57ebb8c4feb4323eb9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:51941876bbb8070423c00e3699bb193343e963358dcae8cc6acda94395edc5fa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9087e6df82220f673440368a5e81c5a0f3eb5e36cccc61cb40fcb56d92cfcadb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e3740bfa7355589784350a9dafc10849d32f1273327387b3b3c6389ba1e26dba_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:05f5bc9410d9859f1bbc1def6e1c74fd47781faf1ef26633f61b5d8f09ce8d02_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5e14d01db3abe1412de6cbd8dbd7d3598d5ba7d2af2f5e55a7ca625aaf8a9155_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:db0bf5b79be48f69d411611bfa74a9b1cdfe875b453a81ec5ea72a962c27978e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ddbaa3a482cf17a156f6955ec155eace13126ae83217c36c03eb2b826e7c4ff0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:02ce1779315733c6039fbd9f711d6c75da89fcfd4d6ac8e485d7aba30882b3ff_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:d29e550f223f287e258aa15ac71ec87cbd24e9d6888f22d82aede80b7902765e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1d43b37d6ee7556d8afe22fb33c7c9ab7a1ff5b2b38d6e18f762ba759015f87a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4e627ea7097e36d07d109f50212809b6477070750c0bfff14f3fe9d1d7ca29f4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:63e60a076755fec73f95d2f5ee948a50d895b69cd327296ac0925e301f5b7e4d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9028745ca618eda612fa2960f0327f19fb689eb36762515bfd71bb2efab0a0a3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2dc50c3c453049a1e81e8cc4559147a4fd4a3a6a9c140865f82bf628f2a45b83_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:734c982a6159e5c4077a12b1a0f72ad992b70f965873ea591228172e6265263f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b2a21551ad4c66e622ccd865529356920dc4524bfa4595e08a99e0e95438823d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3133ccf5290a245274c030f53c63dfa74d6e04bffa684808fc1815a07ebfa13_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:6f399ee5f4634353047061fddcb9092dccead96c6884863253b913dab93c2e15_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9176cf7f1c5ccd82d82dc1a8ea47c2bd34e2ddb54d750cbacf7735a04ed6a221_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:dc6f5e144468283ba4d04ccc155f9e483d085dc2f1b78992e5fcfea42db77bcd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e5216672e4e265b01384ed2dcd722b4a166490d66e19aaec457aca55c7e3dbd6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:4ca8bbfe3586672e1de22cdce9466b37aa0e11c5e9d94ea8da271aa5cad3df47_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:57488300ca265dfcad9bcc1a2861062d8b82c2b80e8b21cc3ed766fd187402db_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:660006e5e6826b13ea6d73fce4fe672d1f67479c44ed65dee68119369eba3c75_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:91b8003dab0652f1a06de50435ca08d6f6366e6e8e7e10a9743542b577728b1d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0017d40e539a56e2ddbf4a97b0cd94825ad5dbc9cd79e1a7e058bb0b11afec29_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:7a71babc3307efe03b8bb3f3cc5f9159a4868c215df70d7a78ba37b91294649c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8403ecd148b8f0aa7f1156fc1676307753967ae68a69948af7c3987de8178959_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:a4e02776f7b5a66943bad040650f4dc9e865f05a0911f4f9aba975c4b30ef517_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5d3d3cbbc28f59a6aefb1e54986e084ce49b69867d100e9b7a8eba17b764304a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5fe1d81ec73517468488ed1a60331a78733ce2fed50f3930b4efbcdff5884326_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:94a7a56873cf0e075740a1db93972f2b2505e7bc082f2faf2d3a6badbb52b08e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d1e737deb52f4f124e34889df5ee2a787db0ee13ef86842f415d5c18ff70498d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:0c8b3d458f0968682b8604cad6ddf02b1135b99c4682090dc78d9b273084a0ab_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8f02a07e0928906a1c075fc3510f3750c679361bb9e0fc7504610eb2b230a092_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9b174760063eedf3197e5664994fdc21f85cbc3be8bd1329142fb9e88103b717_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:e97049e759fd58cb6a2c8dc5b78df8dab7139f8868b1461a3946cf187b824f55_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:17b700ef898288bc081220792a7a95f4f1852338d3d08dff19ea02cc9d957239_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:675083e881008c57ea9fe8e73db8034a66a3f439c6fc1862db09503f311caef8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b94730e4b9e9de7c0a99431f90b42a5368aa0da03869eb8a71dfc92dce27ba7c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c5c12b41cdbcc18c98ec1632a0c9aec007a9672a742fcfe89a5b104160feb698_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2c51c07f11fa78b44eb528339da6291d1c660451a0c9774ad7bf8d8ea7744ee3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4d7e15ae24207bd06663f5c9d55564e220bef28ef150f62d2e9622f569490acf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5a51836c3306ed97366bc3c8f24a8f9e880628d1feb98854eb5dd10800bfae83_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8231352f700a733b13de64913738e0de1b89be5046736077f7300c21fb778aa2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:121025c1dfa4bb1138150adc737d7cf12e69ce21f10690ad8d740c1c1f2dde4b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c02ec1e4b586a812cddae6ea43cf42a6b9742d062fc12c18c2414bc48b5b96e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4c94c8afa17ce2348d6198c2914e9257ac9510455c521f6539ab17877b6fd974_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:70c7beb1cdbcba3eb4fb83fafaf740145b81d510ef56d5ac59ea4bbbfbfebc00_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:83efb138b8bd5084f7dbeb8a59fe1ecc2680a20d5853b7a15f47e1f87929fd9e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:bd63fc568a9ceddc67809e2271de8ef4d57ac8af283861a601547a6b9da2dda2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d0d429e4a3a0a9f015725dd965d4317e67c72b3fd846ef4b04c20ada4d067eef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ecc47300fa59bdd3970f0baf030a75e1fe5862d2470756cf32c389b1eb89152a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:53bfb1dd8b4f99a0252bfdad2c65960877a4e722f5ae88591eb87d6800d1d98c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:64fcb6ccdaa30c4e06cc91a40273c6be01958ca2c048bd39d8a87e8c09fa7d55_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:bd7e96fa5e3db517c91323142b8258555f04d93dc0f164b6e83249dc0cd1b416_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e5d77db3010b3e1d31e14a0bafb1a5e5ca62dc03b7b0bd2097b198f6be6ee442_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:0488437dcc9ca866c5b96278686ea20b5732f8e8038af90889fadcf90f1082fc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d1bd0363eb8c21c0123522b814b140a7595a459c7c286220b4b6fb0b9886a115_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e45c7964c5a89fbb1a8c6da3a905e2caacbbf8c433b0d56d1b260bba151b3e93_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f52e1ea0175eb2af0a63311dc0b8acc1771c53a7668108d7bb7abf2b814e37e5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0043c8e63c3bcf98e33fda7e5f532143b4c8fdbce690606bf469e932d8552062_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:465c03f230a374b6885874b775473275fe8866f61856fb71a8e2bfc37b712ea2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:c730b4b9a52549bb6204deba37e28ee3946758bc86f27c1b886188ba0f164fc7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f50ed1d01f799f00ce20f210b95774f2dffe7137757ecf86544c71a9f621f402_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:56015af081c97939fa71d978d511ecc0e93ea6ea89640ae846645121531a4a86_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:82a97e06294f2bbad05dd72f91d692449eb4094ce1edda7d651e2f1833018faf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8faf68e17b482f07fd1a4ae8ef292fd44fe9de5369d5129c3945acb56b5c2f0c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ae7b169bcaae3569a946c84d88d0ca7b42b530b475c4afc4096d5db36aff9c52_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:02335c6538b4fb15d9d4e2a831b9810db42f8b8fdd75cc6237534356cd1b68e4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:84a9daad04b0ef97a77e258c1b490c9a9c1ca502079513184e43145467eb1169_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:85c84e6100ea0c4d783b44a085cdda8be9b580b073ab7b191a70ad3c14641f9c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eef5b8e84cce56cf085ed8f8a2ca544505242606d44691b6d0beced7c942bf9c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:148d9d31314b0ca3dd2667aadf51d9a65cc88cd872d21d29e4c85fe25cbf6410_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:87bd671167583b8f46388c7e5853509fc9c20439c1b5f57544117fc9e1b1b5b1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:dacaed2c85c23db8c8bf2b754b958ac8990a0b0e917e4885b39ed62d08061fb6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ec4ca8db357714672338a773cdfac91101641ac1ea56905a5dba39d13e8c96e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:1e01dcb349b9e3afa77e9c217b2f20dd7c9c98f7b00be3852166c7d676dc1c58_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7a453727eb7aad288301bdce304da23202950098592114e1c56e893828b7cb2a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7e9f67b6e1c87741c5d56a3e95af004dcfb6d6c9cb4267b0ad4dd1aec7e9cb1a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d9f12bee214359955f20c9b4c0218febc8868cd47405b362dcc6ab05dfa573d4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:36d864188a182dab0197f06376c993fd661689e516dfec4c25f9064eef6db0a2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:38481cddbac83c19b28845b99fec4f4d16d46aca014ab18653c5e7fd42d7dc9e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6c5798afafe96f9c1de300cd8b709030655d1c92d03394b069b3f4100a0a4334_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dc248c02585e41245eb8e16fea646a6f1013f5257f5152dab0fd4634073fe15d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:142deb80cb8918201dfc20e0e86c5a70e704eb589681db3e019d0eed0a8bbf1b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ff7c22adb1ce27c0944f94a4994940aa6af3c4db60cf184d0865753e0c18ddcf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:09664db13d4f9022495031effd53a137ebbddc0e61fec151a26e565a02a5bf40_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:9b480de86de7566594ff61c147bcf0a6e8d5f2ac52ca37a2ecc32909e02850c3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:177b77bf798f3ae19e2b67467ec324e2352c47a2fa4f803c852cb7d5514a2b80_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5587380364defb07d81f5bb93851d7d726780e03f561cc5c4010d6cc4e237079_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:503c53ef4cda2a77d57eb611638334ecfbbe08f384e01084a0f2004aceccfd5b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:ccdfd936b1e904b115efeef06cfb3c1b13ec6fdf123cf87c9ad477ab47ea4d04_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:1f7ad22165ad761cdd5fbb7f037ad342f7b9a6f017b80ebc9775edd9bf7388d4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3ddfa7f1a01b1dbf4d2e999da0d536b8f3600e0143dde47fed1f6f2caf15a7bb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9aa910f86e4c953069c3e45f3c2db9702a8cafe753fdbed42e4c23f4837660ea_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a2751c4e48572281043cc6468aa40d2b3a8a1eef5897cef386876fc08de5d791_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:00fa00533e4616bc63471ba4e127f163a2ce06bd8546dc3fcaf2465c6c511ef1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:65d4474ec56e4cae8542f01d54006ee1ccf15c8a467dd7f784f1df806507296a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b1410e826283f79823ba6cdb76d666aed69449a847936c6c634593f31c9795b1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f3e84cda9ee1fae57794b0c60a7b32373d8a95546116ddb326751e9df0d1706d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:059c0bb97591ea1d95bc42274c6748438e32ef113039c603cbf8171ba3dcd1a8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8ff741a30a8c2059c8702290104db1f897853515bea3d054f5456a0faacd3e33_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a523a7ac9b9119290e3f27ee0b0c7a5d3cc1d8f35ed4e7aadcd6968dba6c593c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:db230edf37a3285f5566a6f82b660ff3394caa80c95276bc3992a3f45a18a59e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0dfe21d1f2ae4ad05af6aa896c0bd09417c03d2fa2e37a1cd3c7afe9d9f506b1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ae88b0138b8b945b1ad071a5ac660e6479f3e2c1ec261d80a4d7d862e94df269_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cece82ea1f03a889d37a2e4e1d81eca34a73857630b9874d05264c12ccfde18e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:e518e75c0ec848497d5dbbbea1505cd3fa96387be78d326f44094d341d1aeb69_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:4b9f7900c251da09ceb0c5e36e87322030e6fffb41da15b022e52f26967214a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:6bcd28e8610dada7b5ec2b6e14aecd9daf0542ac8528b8a1c9bec9b5c22e6791_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b4e19a3b757309f5ba13e3762e2449003ab93a1d3a950df031d0c5f88b338461_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f3745f0a10aa35a13620960671ed4e2bace1c01f0440c1cf222aec37ebfcdd6e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:10a4a0d9d6cd4779461dc27ea5660513c80c4231267cd5d5cde84626a52d8d88_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:394f1ad167455a316ded12601110de58f0666917302eee8a2933932513aabd70_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a0dda1cfb8ce56f6632c7dfc15f2d7c5251a666f7ff34fd78f45a064ed9fe8d4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d04c463caf59ab32c381bf6c88b9a55ad9a4934dab8cf66b1c80f3743edf28e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:674045072f2c791146899dca69772cbd83d8ea11305e024f697b0ecb2ecbd9e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:80d008d72e748f6d1578f0583dcabb703ac8154853cffdfa6c332bf2db662da2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b6d9ea5fd88f25c46dfaa17deec8dec67f3241a4e52ffb5b598ef77af4437da9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e18f121c2a8578ab7a54b48347a671e8a1e315e85f894ef67b96161a490aca44_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1415356cad67eea021d0adef8b7f8ac8524035a4acc3ae7080f26f8f3f7cc959_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:2f7be9eb683b2d5c65aa64a28e11bae43475f5a828e8768d468bc24fa0bd4ec9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c0f27acad2634255d689355942e8c0d87f624c269eca0f11b1fe20b56b22294a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:dcad2bdd0764804f9dfad2a4f33eb2fc105ff8e4cc1d2ab31c58ef2903f7cea1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:02dae90a28e2afa83ab4b358378b616bad7c257b8f7d6cfa2830092b7d46fd18_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3e0b68fb323e91570216f90ae2c79cb4bd35149dd62c496c39ee8fb615b62888_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a6517f52e257eefc0602db5e43fd946de57db13299d5077b1bdf872754253cb7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d6c465af092548962fe617a677d3398c6164c398602d7575ec09533d9654f254_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3a9586b7d44c57c683256faa5d9655285105844c74f728e4558c6295f73a3aad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5dbdf857d018b118ca8bae8eb52b2e117348804dae51da324225ac9d9a0bb141_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:7dd0655af57c7f8d2aed0f88a4b02ff21d849bf9c8cce7fbf02aca7d322cdc12_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:abab20e995be8b61590ad7dfb8de0bbb7c7459ab5413987562332de2c9924924_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:6f1fb02560c0dc83cb7ebbfba67370896f2d3b21835311fe5af23a06f4a45142_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7a90eb33844a25785c95b0e7332991a373e0b70560f979e8e9d1554f9d021545_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:92ac319d44a3a3d8e68f29488cd75e71b42dbc98b5898f662131f8576178152b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b8c7d5e513d5205014f53f22fddd4ab5c54e62e62e5813459ea68afd789518d0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:788b2252987b1992fc9c5d855198aa50a67048cc4d0a1e28240953e5c1d9528b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7a2a0066a38f2e52be47a1fec5c9a1ec458550d7ee6ca1232579b3fc98b7e9e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:939c609d5422bb4be66f482815c70b170d51ad2ea9bb0675a969bdaeff35e730_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a260d94b14808490a417d828423550eddd7b865035b631e9fcbb108d8eec6873_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:9f38e40a381edde4d367a6baf50d6159bab76aa34f7f932929a118960eb1b16c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:bec3f4da4ad493e8e34e5e1245338929dc916772222817e094fc0cb7c6370b88_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0816f94cceb27f34725d9c3f041003d61b9730a3c602b48b70782cf5b3887818_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:3d106f2995d5dd270eec34df31ac33f4a09dac0bd79bcd2031e9bdc35f20878a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:2c50f45d634218d512ed37008e62bf2718cc4275a9d944c845eb29bb19d0e700_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:429368ffc93f60dcb14116dd4a448f7688fabeb9a499b4b7c9c77018f4a31c3c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:48105c86a370a0ffd2c536e5ba75ea80fa94b09f2cfdf645a9fbbb62bdd1654c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8b9490cd4a69fece37aac8ced57235afc04a3389e16234c3a3f1d9a4f8a6d34b_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58068"
},
{
"category": "external",
"summary": "RHBZ#2391958",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2391958"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58068",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58068"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58068",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58068"
},
{
"category": "external",
"summary": "https://github.com/eventlet/eventlet/commit/0bfebd1117d392559e25b4bfbfcc941754de88fb",
"url": "https://github.com/eventlet/eventlet/commit/0bfebd1117d392559e25b4bfbfcc941754de88fb"
},
{
"category": "external",
"summary": "https://github.com/eventlet/eventlet/pull/1062",
"url": "https://github.com/eventlet/eventlet/pull/1062"
},
{
"category": "external",
"summary": "https://github.com/eventlet/eventlet/security/advisories/GHSA-hw6f-rjfj-j7j7",
"url": "https://github.com/eventlet/eventlet/security/advisories/GHSA-hw6f-rjfj-j7j7"
}
],
"release_date": "2025-08-29T21:12:24.534000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-10T09:39:14+00:00",
"details": "For OpenShift Container Platform 4.21 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.21/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:7ca8870aa5e505f969aa26161594a3f99b65baf7d29bab8adaca0cade51b0bb6\n\n (For s390x architecture)\n The image digest is sha256:b33dc753fbb59cc939496922a7f65b3eaf145214f5635c9824790a5bc7a0b5a2\n\n (For ppc64le architecture)\n The image digest is sha256:46bd467d5cee3e80019ef25c8af7460dfee7e5ae376dd640b76251666eafc98a\n\n (For aarch64 architecture)\n The image digest is sha256:6d018f320d0ba0496fe3410470c2ea3c58e9d77a95fe0f64f3120bc1115f9bf1\n\nAll OpenShift Container Platform 4.21 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.21/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:054a0d12730620c46ee6209bc9932909f653d0b7f796682a0f798ab3ac3b3641_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3281b909de7dfc5bf3c746e3e8ab05fec49fc8aa83dc8156e616a59c41ee923c_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2129"
},
{
"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.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:021a57a7ea58117b5942b474f8899924fe7ff170b234aaa301f86ff465726ce7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:37283f08df56189fd19f7052523f5eda5a5eba0096c32fc3926eda3bc9398a8c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:459032d57026d4dbb2af370f796c28a69e2e30389a84cdab0e43de4435d980a2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:82ebaab991c00d42430890eed6322e9d060c3b4581ad563383a7d13172de4c08_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:244a4dfcd32e2a6bed90fd5e452b63822af9eb60375b9ac45c1864c2fccaf765_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4eda87164b71e7c6fd8b5a39ea77bb1bbf138f43d5732c08e314369b18e2509b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d2d6b9b7d7cb72703bda76e6814e5714b101faa03b14f55507b82dddce6fa09a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:f5f2d566546e640f59746e3616b98dab55eacdd33ea04b7cff887da6cafbe380_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:21cd6ff9f8ff53d747746f2d772344a8a9be9bd4582d641a0d6814da81e42dc7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c16a9db40d92bd605eb9843f2fb30f793e9f807e924a98f58bdfe9e8ff5598fe_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f7eaa545a5719eea518c0d48a5010a9e729ca7657f95712b86bd091c6906ed9d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fbad6ec51decaf69511274952af912054493d07f8de4aeb044b0728e015e331b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4b6ce9a91e0408d0869e2d64ccfba93b8b0587c8c4514c024093e47d520b7b13_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5bab5f51374c260e261af4d094d6d834011bb00d20269e5f87c670ab2e5fc50f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:b046acdbaee02a88bc76e80217864aa8a933b4c624abf504bf40b3b5700a3ddf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:da7ec98aeffdf151279fbfd2d45163722323094e790ab1e5b14e3a75bebf7ba2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1320fee14f620ff211195e536a81bf80c41140d10d8493dca37f484b4803e1a2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:69849de1ca4d23c9faf12777ff7f26deb7eaf3026725512e29e7cfbfcb5e30dd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7ae48499c990a9bb0ccfd436de6e4586ba27e9fd4036b4efe76299aafc4520e0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:bdb7981f8aadb7c27bdc448ce4baed28ddd8d08ae1a83af66255bc70d3b87d63_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:06477b1ed6e12b1088fa198f1158cedd852d51773f75622a652220d147aad66d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:73cd8858eb6e706064aa3fb5b397696ad2a8d264ed9380ceeb8d8d89afa96914_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:95a5dd3ee93857d9e65d57257e2864774e0f1aa15d14c62765dd110807a7e983_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bf017210bb8bfbefa027c830656e83b3db86e940e5ef1f62e67fdc84545cd118_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:04441c2a5c244d0a76052a2e071d994d81415da2cbf49cdd74d3b64fae89fea4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:50caa5c63088b2cd98d85bf793eed760beae31c73d8cccc60f3c82f7e4a436f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5d302fd1e0d562fd3074aea7fda53b46878dd5c27f53b4086f43e0b60c69cd92_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c1ec441285a07891350ef5b92dfe8cdef23f963d39ee86b7c2eaa0f29deced63_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:29924ddf95c884e61e24bc38d457d4bb997c5a03789459ef7565f2350c778e44_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:865ec06e1488b9c81e370e48824dcd003c617f45198943118f99889c9a23ae5b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9c28ccab17d26b72d9ae5d65f7a1ea11bbbd2cd39076f517e6655b9a35a277b9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f2a4bddcbf9cd3c04f90623faceceb3f3633ebea89954ddd26dadad9b6f9cc1a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:0f34558006e45eb8ad74dfad87ee15c34e2d5bce5f192fb00290ba8f6b2e06a6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:a0104045a7c163322387f621af644a79ba8b3e2d44bfa4094db15fad792e7825_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:b83a1577d6d15ea51ba7417aadaf190944d02a36e1067ff9973b9b0e59f207b2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:bfeca6b1d120f47ef42ace529f8663c90e420a3d1067891268e0fbbcd0c8fd3b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:09fb74bc16d6152ee950f1e2e01a72244e43c030205e6878577ae8a288f229dd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:933bdee9a720806a6c7537ed79ad75e25ae64144eb7e738942c36b2a72427c51_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a882578ad9240c994b4f21955809f6d332965cde3686fd2da1c4bc1bd89181f5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:eb823609e74431800e5bd7fd2399e11d17ea8cf0a16a578b70f1447aadbfe8d6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1a4a79d38290e993721e5a239acdc973fd395188d4b47ef664716249561f9b9a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1ab570c571e5291796e3eccbc336775207aced63674920c7416c67fdcdda5ef1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:46f5577da7e69caa3c941ead5de0ce8e373a77348df4c9dda922319a47533af0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:dfb1568b260cebf47b31b5bc5b956dd573ef5e10f5c04bc7951d4aefba1e1c29_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6405c266dbbd8b035f0fdec36d4663fdc2e3981899fec3828e7bcac0094f981c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a0ce68bd8e54f1975c89b6739bc6d94e9ad8214df431d1c41907866dab1cd9f6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:bdac9d54f25066cf36bac0fe90d1df7d89fb91d49ac68c09db1cf14862c91b43_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d8254c11772cacaf25e2a1b24b41a7694b530246cb980ce80caa5298acc71c31_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1b5aa2a8fa69661df2b4cef49e2a8e25e20ecba84ca80d5c671d8cdc73e7e31d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:54c656c9b7ff7f7d9412253dcb0c4484233f4cbe77512b63e69ba1532a4a41d5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a2d16879e07bae5f6eddbb5615c313001ffc4b74e91849ee9c2496bbb5996616_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e37862fed49b426c4344fa755c3442dfe134922b3b5a3c80c4bf4abaea7e6563_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:04e4334b0ce10eb5402543501944e72b9230c79f470f5976f8e5bcd5a18cd28e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:34a11ddd5af5a8d2331804ab76c6319587bcab73bbafc10b6f710260e5ace5ec_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:86ff72407e38fffd121bee52ed9e1229213f5db18cf1324a08296597aaf494b4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:edd7568d61e33652709d4bca937a801a4eb6a0f134ec7866eae3da1f19a01400_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:44623a58b3a052f8cf871befe578ff1419b5a36c9f61849bdf58a15148c3f65b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:78ba410665c68a41a5adbd8422a349de2274be894328ce523364f1ec2a71be01_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:823e1e9e7e7743538180596210828b19b6e3c8f435a7c792be5b945be76d9956_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:eee0084caae19613373c30ac9d2f25de2c202dc83cb6b3077baeab3b2ca89c26_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:17d193d080ae253f4e43ab259c28fd84f5f738967fe2ad4b6528fd42dedb86e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:36ed0be4ed17c503bb07435b198cbd5e255660bb1e72ce49db7ccbcb3ce92a23_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7c1aa77f92efcbd6fdea6120c75e2cb19985aaa2cc48e2d4d3d4ecb87df0d277_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:d6dac5da24656ce0a1494234b06783b5e4ef052c0d283e66f881c21d1766c51a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:380b5a968a30fa54a963bacfc37767a01f6067b6290fd2d877d6b1943a7738a1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:6d1570e8f771ef561c5ddca5410cb86dbc94943cb23b6f96fb2dbe5b9a2f1823_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:7a9f65149b802b3c2ac4d2a96bf53c1dd6eedf8c5fe921783962197bbce94207_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:a99a994a160375e89550347eed1631bb0d12bb4dccf7ed49119935520b744235_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:22b6a40bf066153e072a2d22e48032b91a7f70e2de0d38b2bc5665b72f5635ca_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:499dba655c620472ffee2c73f5f6c53599dcaa8755af1ddf60388702041c6cfa_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:9f82e685ce4849aacbc315249403939d8e9fa55ca297ec0d829d445a3133ed9b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b11b0fd3272461cb95d4f3c79c5c1138770085b461fb8c64c5f19f3f2276abf5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:06ef27c670aa46891c208f0a1ce5be98a92a321e81865484c17db725d6c48f6f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:50187fe1e5905226e869fe96d050d1fa6c91c0ca9f360456030514a0f3efa2a6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:828613cff0791cce90feb1abaf17c31f8a89e409f605d23ca79904feaafa8cc6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:889a2f9b69467f174deb05d9f57eccfd85e8f6e2ce2620a3e3b5c15019a108c3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:381cea76282031f4a018997a2ddcaf6222576807356d45ab3357b52a30f6bb3c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:604bace7f2173c964ecf1b54fe70fc08abbb7a39fcefd21af752c7a12f6f5a31_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7acae5b318d8162c7da445ecc28ed374eb1db0a92e3e6136f1a3d6a82bd75495_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:df00671b04cef1d122484a876880dbf4cc250c63730537fef7e1651b58f9a9dd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7246c15cef44f3945840162c1dab72daf8c0c4999345aa6ba148dd34597f4ea1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c7fa305a0d4a592411905c2f44a8218e25caa39e293ba68e1c84458683c93979_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ccf25a1cbb0c79753f4049cc37fafb77d0f8dbdd896e4cad7e9674877dc84589_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e1ff850187bfcc5e53338ee32678873692eb81a7bc72c5d3a928722571d312df_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:bda6a57c2ad84239536aec6a20a9c37fbfc7aa13c994647427936bf0b3b3361c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:49da4e953f3ab4d734c88b4371082bd9c6fbefd00875d8c3f0f8e58f060b6a25_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95c4abf5e354b5a324515cf6e69195ad3576383386665683d4bb8f349e558416_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bbc0c1a5769338492d873bdb15757525f69e250f5a4320d36f249fc35d57d356_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bf5e48b3778e040c4ebb1a8b0bd2aca2e7814720fa400115ceed9e1745f3e2fa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:2b26daa64e5d4151cb1cb91cf459afa93b2bdabd2b9d5d28585bec72484c0e63_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c2d77eab011a8025098e1254c384f83af4f7e0d3ba9e6d2772eda689e644b036_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cdf9f5f665881fa0c5a2f3c98e4c99673dbe8a92cdcbbe6b80e9dce09f59a8dc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ef4521604c721bd0ae8a4b822ac9584d3c7c8a80c5ecfe263da6ff9500d95ba5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:29a5ed8364575efa8d539b05c002e8b82cc57350d4c015303b4fc46b06903eda_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3751262aca1a347b013648e64294520615e447cb875b1e7c04535c9c5e843ccf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:5bdc6dd4698facc8189308328f6fc62ad7f4a3a5bf8c8a5775fe6e966eb44eeb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:e4aa456e8c865f66105e9f1828b455bf09d80960759209703df345a559b36608_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:74cc690a06a3f7ede74550b2416957a6318136ec7b703de33588122e7222eac0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ad7055ad351c0c24582721dcbf7f422b6a31290104530458e456bddd1a637938_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:54ff1a36ba796e5b88ae421a3836220f5774f0694cd49da8aff5f8c1efaac958_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ff8879335cb7031227028d3bbd5ae3c882c721871a28a42216fdf94885cc48f0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:4bffd0baad38d0ea6f54efb82701a6530eae707565fee41e2e65682a990267b8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:6381f7fc63ba688a5514eeef31d629e8e6cf01d6910f29f7dd38cc48a49f392b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:6792be8aa7640d171ee8102e5315ee2cb5e51af62f7f9ebdfbb0b54e89e35cbf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:e168e04989169bf67e16af77f602c8d762b1ef424f4abc92ad8ef8a135d6fe69_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b9e9f7cb5894890829532f10dda00d008bc5745b999b76daa26b5667e00e0b87_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:f8ab11c42ded9679807701a6c9564ff67b13ba875e28cdbb7663d9382f8e194c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:203f1d7c4feca08547dfa923507640370e669f83029fcd373e4e93461cce9421_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:8b16e6a9162b06a6565a48f4b05f3a1681f9f6349278d4f44d93ebe60d96c566_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:ef131d257bfc318cd0071ea2867d209fd8088da69e92fd3d07bce2b86d4eb2f4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fd5a0222754643780d37e10af8b077bf257b5b4be2abfd2393f0423a4fd4b291_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1f910938470138dfb6656b608393e46eb5c59d76edcca34b8bbc7148f2479061_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:71ce3309765f3dea75ed45541065b35f0aeb697d59b013294775e84b780f361a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:313d893f24ad6f2f8c7881f418b9a5e9c499674052a97434372d1d079411ffc2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:93bef2950591dfbc736a80f6a92659b6868991040450c5cc415d32e225177512_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:9487390a62cbea3de31fcfa46d05ff56a9d088426101b056254d0a3dddd6631c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:d4cd54fcdc26243209c918dbb1dc54e940965cd12cb6d05259c0ed45e3755516_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:2f9449039570a38ef4191b3717a9597219919ffaff87b645f06c4daec74a3cbc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:5d72d27d9247c2a9ae05a1e496eea2c264df19be8a566147cf5cdf378d82ac4b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:2b1553659b6cb1a4fc9e75dca05c4117d98894a5ec55a650fb60a2062cf1b79b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:35d963f072ba8d1d78380c48815bd2d06dff7f1917e493ca64a37d319988e6a6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:42870b8a98ae271ad0f0b23ad541bc37a9585e93dc6822f149a0bcf53c78036d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d797ecf477151c6821be3fb5e18dfa8f8df04233fa9f7da7b554da9eb38f0058_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:27d55172feba74eb9712fdb42300721acfa72e5d3739feac7c4353f8a36b4b38_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:5bba9f8444a0daf6194a6eda5d1b027781717446435ae4249a558a31fe17e06e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a8840079bf9bf05cf2f9c4a7f38bb45b09baee82128d12df604007278fbdb198_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:effc3a9f6c7bb400163dbda690d84d9ef4d40736105a2594209efa8c0c5dc80b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:3b6acf7cf4c49d979d30049d80bd265e7e8f17331648008bb4f9033822ed0a41_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5b377378d275c0a152365c6dcfa6e5f51a30de20210991ad8a4b5c45654cf022_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:855e978f66e69d149f00f5cdea64c68b677a1f2e9e1c28f3f67846bd5497ea9a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9bbfc2d46e0e771ef7bf390e121f26b0dede58ac0ab6cc04e7592469a78ae5c8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:101533b9ac484f5e8c3f1d95b742f3596fdf42d6a706aeca5712648ca50e8ce2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:2918100b369a980a69fdd9d0bc0fc7c898bcdde23f8ac8c9a8a22066f2b1d87d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4f2d8d750ce5932589e4c3b10579f00da60407a89be1976f3b54184c997650ab_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e7b4095c367aa9811dba1e43cda61f60b54b9536d9900990e7e6eac745ec7ac9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1bb758a596fc11988a09a696981630bd00a73dca7c4ed52799f722ef87db6a91_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:50aa9b6ba005c3f004568e82cc73eb56ba6342720626f9a35eca618fd1ac9cc7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:982fa1221449a4e78c06e6a13b7ee325b8951a8a04d0014939dc49b13c6ab79d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f055755224db92970aa09e26ab84f8f8c3a67c2c8cd442eb4e7764e3474d4613_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:719c8857fcfce93887b77a94974d418e3bf19befe0ed25c5974bfc7ed53814bd_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:90f04dac670c4d0c505cf8f96d020c9e3f4c0747b91dc2a2531db407ffdcfbd7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a921b1d40f1ebac4edf1d6bbe26fd7e39329776044e17d7f2409b20792acc271_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:db281fb5bc3ccd949d2156d7eafe5691ecc317c3e690f9987436d8b4317e6ec0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0a68822ea4fb06b74890aebdb694cbba827a5c1b9519b5a4d2086a867464fa2b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:38a4de43972a5ae5404ebc5862329c0b59ee5a6c72b5e3fa8be3171ad65ec713_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:dc970cb4ede420e1d131a6146d256269ca6fb34b633c17315e6b202723765bd7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f47d18b4634f6f675e50f165a805f33970a038843dd48fe8a02b3924fa70e8f9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:6731876f6a37e6e26e079b4d8901f7bdcdcb6f34f8f27c850ec813ca5b3a9543_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bfebb3f4a3a9476c2307fafdc5ec3fe7586c51dde9c5448fde7d34e37e2f45af_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c6b9b4bd2d7210a42dda555d8375807bec66a4f8693fdf256042b49b3f0130c6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:eab2bb53112191763cd944b3b13cf750ea9390b56d7d14d312183ffe56d0a394_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:3ca197c0d720c1314db2f36fdd4f1fd81f0b729829f27b39508f0a6e7ecf7bab_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:475e121c7d6f480d7d2545252a7b59510a66cfb609f586bb587595ccfa3b71d6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6cedc3acc4032d410aa6c0142de17e62461401a772a09c795371238dc00fe91b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ce34f62e6953d64b6566905934afc4a1f5911ec68483f5ceecb59d187e37a955_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:2037952b4938add2200b79534d571adffd95bb0c6ce04e7ea4a6c0ad85389771_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:698f43ebb93c00ee0a916be218a7819d0a402e32c12724afc51f2323c26d541b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c247cff3341da9969055ddef313806cda81c2dac492ce683d4abcd5ceb5a9bc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f12ba7fce7d3a13280d4bfe412b9b54ca22baa52b90be0fd7825ac719f1de068_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0d06e661c793f5524b749bff4124ebcc17b7acff1b57a672064c072dd7b0390d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:484c08c7c512dfb681137cbf0cdd45f42ed4181a690076f6dc6920724687655f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8a100494af630b1dd1ac3e0a7c75fba4853a1e7471a0b6eae2f7d6b7762beeee_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c9329187e9bde81fc4f0b4996c909fe4e9354e58fe353340600532153254e5b4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9143250b98cf0e2f2b3ec33bc25a856d0b2dd432d1994740e639bde2ed1deb29_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9a7f2845529ffd78d9193a8329bd1761b7723678b83e8d5362aaafa657c398eb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:c6ef91fb95bad775d172019ab1b5f9c275c2302f85f04c0504273be57eab1989_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e2becd018c34a7c29e770fa329cba4f1a371d4b089451365abb35acacedbcdfb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5279e457358edeae97e136d8067f05d60b4b806c92e687bbd11afecda4840eda_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5d76a917f9cea787b11ab23bed912261cad050e397769c94c1b70cac389c48b0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:88237cdb1714ed0759ff8c96466010145ff8cfd60a7dd3debec25e3a2b33200e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ff62706a4904af960c4989c87712d896b34265fcaf21ecc9500daecd03561b38_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:15ddf484307e3bc53f165873cf04ea008f4f5720effb19e3ca1aeabd9fae64e3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:28a6a3b04348c6191f58b9b0a700acc995d5fbcee3cdf1af5e34dfb0a15918fc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4933a9cb0be09725767981638b9139867cad6a26a228701ec034d45c3f7da4de_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4b571bca7d279192d7095a9d157cdf40f553543b6a39658919bc5920445d1177_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0f18441bd2e164906e7bad119d70b8f5b9b47c1596d58b6d812ee1e2f4b6c0e5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:77df277ba08b5a6efaf78b4ec5e59a7aca2569e00e7644d27e1d2653d80d150b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:afee031de2fff6cb0e07995b5f6c4ac83ab4cf3b83f23a3931a4d7e15a512c1e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:cc8b86ad3d080ab5dedb159dfca744ce669341a2491e5a0bab4f59e3dae9ed7e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4a76171907bffd3a94e149dfabb6170331e2fc0a30f3ea7b8eba1cbe68e1fa80_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:62f935bfe570ea83e376ea84589bffcf0b99d30eef620adc813f72501d982705_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:75a992b3a14138492b585b3500a6b6f565c912b193834fa562c990bee8115e90_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:9fa46e30f86fbaa943f136733680d0e8a668df1e04d1bcb71160b8bb795a2df0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:58b7b6502847bba5230e65e90a10350d8cdfd331f5656425dd2f310e3fc89cb5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:5989d793b9236bdd9dcc1df6d4687a6e0222590453a5e4e31be75d0414c28056_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7e5383d64b25edf87578b2cf05de47d46fdd2fb6f1f4db5146ead38c887f36a3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b5b9266258ab925a7dfd33b86043873af4c0799fc52befbc476f875dc44b810d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:100d472991b3969275774576b60f5ccffacabcf89eb52efbb744aa441cfcce99_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:9a6fe277560deb4c1c2f91a1d56678c5956bc9ba958b859eaacd371f8ca753f4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a2d2bb9ceaaf23ff8430662ff6b267cb36848b2cf311bddcdaae8e33e8736306_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f71926ca5053134743dc906e1c5bbf2fd148acf50e44916a936f3a8e98494a04_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2dbbc016c4e06676f796ec4cd51e68c11c96bcdc41de8dd37c82c3c5c0825cc4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:444b74ea4a7a8a664746757e4417aa7e0fb33fed32a4755d300e14a49afba481_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a330cd288cfbb99db498c3a7e7211eaddc4cc5e39b6343fc6589b958c6ac44ae_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cef4f16962b3d71927c90e2573873495563e3144b6e3e814acf5a220f1b27193_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4d6edfa2e5e9d6964a5b9483989f491cb5019ebe9af55116591b321b499bd12d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:62e2bae1dd93787bebcb5f1b58499693f4c6fd620edb3254b776494d2b5a55a8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a514202264b03a6c80a02e3cfafb7c6a86482449613b5ec0052d1040587fd088_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ae40b5055051c07b225c15723da95953a6a7d2dc6dfec8d0469d6f857c8424d2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3882b19d141998fdfd1197856ec7826be00034d72633396be628002953fc94a7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:39282efac8310ed389b4acc4ff3aabd6367800953c1e8fecbf17926306d1f419_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8df02a6889e22a9763b5c0e7b6934824f682f4683f2085f82dda54de427ba28d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:fd15b8944403c78ee3c0fcbe08aa5ecfcb7b10c14fe5f1a20ba4873295879c8a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:011ac49df806c01b3f64fab0b3d79355b2685c8fc0316653f34359b451ef2ba5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5929d673c5a6a568c88e13586278da184ebda4c9c5a9a4a1f9154ad0e66340ad_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d113138d214fab52ec3422cd3affe8d3694a1ec30b85778acfa8b114ebffdddb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d91c11d262c19c1f020e9b53da07db82b6d68533f4e697ecff6c722781b4a4ba_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:5865f0a925e725309c27dc1d71d0dc999cb01b4fbde764ba8def1524f978c0f1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:bdbbbd728c482c0c5b5e87af470856aff0c8264d3f490c8ae9d987f21d5bac60_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c1230c3643979aff1e615e1de9bcbc758c31f7508b9a3b25fd2eb323eb6b2490_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c7649d6adc16287d38318b6a50107dc1d3aee2e842a19e09822fb86fac31df15_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:70687b2657e8f1cbbff110582b55f3104d0c7f47a44ca1185a7f67e421d76a17_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bda8d910934ae595f8a53675c74094693de8e0a929fc7c52458b2a9f7cd0b4a6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dff9eb529ea868114b0f46c60f4014b429ce115b0ce949e6855fe29d9270354a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e56bb2c28d7ddd2dbac95451cc16d547718b651532ec69c85e8f0fcf5785d002_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1670745d88d0d92a262ab445f81956e894ae5e9b23d490fab96860957c028771_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5cf3f4d1346c07a4e065dad2df083934591b45c714f503b5b617d470e87f1db7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7adc722fdef132557c191e026fdac56278584f6e49f3902179fc443d87a4165d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ff467f13cb09556eb490743f878422fa2493b8bca683b8759d7926e8af97dace_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4030ffce9d00de08b95d660595f0f67b2b83756ced6c6439da14d36b0b923729_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4baea4cfb5bc4a7974f90c3bfbb25e23865b659fd078ec45b4c36ec0d11b78f3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:829d8937eb34548f09b89de6dd5a236ae58d6f74501f44c929538c281a8be920_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a7fc85a92b1d5f7f79d8a8a63e6d9bb4dfc66383ff175fbd956deb1de3127fdb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:78adc3f034871d6d77793932d11b1e5f4b2ff3e1cff0385b44811210a3c84dc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b836e8f7b31ba9c107a08e3be1cc27e73afa4045210d7fccc817c6058671aa67_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:cb550213a7e8671953d5b880c0b651a566be475a3ca0f5b442a2fa9b0bfeeb1d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f727aa55c29332a39fb4e74013b9cc96ea5b32c9cfbb7cbcd79c7031d1a6f44f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4b1f00007dc39d345013c99c38163e0adc112e5eb81fdf41e1acaa1e0064d7f0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6ae9a652c5693c55ceb3ed91fbac054d887142b0f55882c776e42ba20d1dbdcb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7ae4ffe7112d35231314490c8d02c6f0947b54c240ace11a87c07dad44d5be4c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:934380eb6ae83360d1e11f709c58d18c2e69e04b3246a02846f26f9879ca1edc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5580313395048ffe3d874dec574f7f1f1f21cb84831945de53a80856b4e945df_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9bc152718354bb245a765da17d12d0477cbd15d7eda5a86b8c5b1330287fec4c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c00d2c84a5f8c5f1c674d43eddacbbac05782b81ab98cff83b606c35b46d18a5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d74ebc7fd5b30afecc3d9f61ee6c74b2c0f8519514c5614ddfbe9bbc68227509_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:84ca4259de3e923248f7d50c3adcea713871d3d2da66f172c25dd391d22a3bb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c6381254579086af7ec69a4e610680fe0e532a26f7ce202c72d047b89e0db642_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e0eefc7f55d25990d314c2ceb50afe70f7746e467ab7a409fa3d1b44708d9ffd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fed1fbc1295974647bcbad55e52b199c2d3d4307a3e53e4f8b1db135df9fd8f8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4bbddb6ff2f7429b2f5730d4a3f529b80784f8e42a0acc025e78713d703a2efd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:53a0ebb5fda619248605abeda530cf37fdb7ce99e7b7314cd5bcef2d8d8b7004_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5e37b117f72cf1001bea772e1302186d8f86c0980534b7f359179a5e6926c448_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6891d22800cc10bd8d773d471bc71c4db64460efab4b30202d42da1daf61a3fd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0d1bc6ef87ea978c23ca7189fdf17ad0f54a5f7709a75a25d82e7b84ffadf984_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:107f2fcd3f606044c570a980c176047870b304f3212df747995f6eb8a45749bb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6b6e5e25d50219a95d914df16c1c4e761d0bb45a9efd054572e54054f27a6f0a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:dd60fb26e79143000563578f9d72e3bb7cdde4b73dfdfc148b27942197d3be51_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:053d5fdef0973f6017991487843da7a64f8a346025cf46a7c575d6a4bab71d74_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:26318acd09b8263236b4d266c735aad015e3a4b61daafedf266ef1115968f536_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3ed5dce28d62c36a87ff35dead5806fd124a187e48051a0d2b550b209c9f6302_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e06c4933f2806bfab0f36ccdc159675e5fe2a6a084f98065787d304d5df3b7f8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:055b352bfb76de2eba0b9f0d1a6bca199c6e913e8e95879e991c5fd22095c677_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:16e31b5411f5f1924cbcf851f1b0463302a34c31c5c515220923f7a2050c18e8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5909f73afae46cf2ad00a9a6f1c38d38acc3ab00a0b97ca419110492d7bcab7d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dbfe981d5b05078eb1158624dfe2f0651cad81b92aafbc671cb6470b49bbb89f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3b166e5b5529c407c2f8e372414d043fc617965696c5a869fcadfde2d14d716d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d3f6483b465851cbb520810069a18136af80ccdf79fc1ea80ddb4687ce685aca_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d7d33c165c3d0cc0e4924e8c8d34bfbd1d72e2aea301e53e4b37b712e94c06e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:de5e8cdb75cc79630290f83ff179057d25bfc11d37816c57b6f66563eb3a2732_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:24abe1e6ee078487af8ee8bdd5dbc267c18882078a7987fbd63728dc2b65bb75_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:552d01e66c6b2fe59104b8a9f3e1e58fdcd7b4d4cd63db42883ceb119ec0ef25_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c00c3c5e7e106cd6527cec39e5c3fba990d1986bfdcb691b866db80d59e5f82_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bed1aeb4f58c045644650615230eaee03336daf78d9342022786c12f29da670d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3b213ee7154fd814e8a904c3a161bc16ca7419163e8132ccabab76821c33b310_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:721efd9cae7cd4b43c6bd498064a6c427fa32d0ba848f8b0bf7670afd662bb18_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8f5f0f56604ecf94768262496ba1e29073e87ec16aa8f434674b308bbd00678b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d78b1c13b0ef255bce1e19973bcbef04d40c517301959a7f23d23613a95c1db0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:650f0e2357f8d302f10ee0a628868f985c5a8c8a4e6af9e6793a9051b33205b9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d5a3ff1bae3686aff1781b5f5f9e1a7966962b88a1e84ab4eb62751aa835bb78_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:db30f78340370f9da03fdee73445b72160c35d83f44f708d3a62c9dc8e88bd46_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e88ead481c18a7b6de8ba7f609a1782e45e1ce85f2a158f259bbe68a9db261b5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:0bdbde169ecd68d82366f3d04f947f73715797fae5c3c4561e7bda5b5080dc3f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:1d45937273065c5cdeea502fa388172651fef5a607db33ea72c49f2a50b29b94_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a562490081e5dfc0fea7306931e2dab3fbfdf76cd83768b7a43ea556aebfe4f9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:dea6dd04d50bc97f9e61330140f61a7370e31e474c26b3526e18b0ae8ad56c41_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6ff785742b50af7f2a15c1dd6f38eb69e9a1a20cb4bd635aacc57a5557dd1b4d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:d0e6151117374aa602349bd1028175b94eea6f8386832df622d56715cbcb675d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e8fea02d42c9a9b8e9ad7642d9f08d705eb6e4b3e3681cbf6281c7b8b3244ca2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ecac534bb32ddc645101f6565521b08fde95cbf0eb2b9c6b896c83ba23e8b6bd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:55e0877d1949d009d71821f6779aa9ee90484fcccb820d53bf53b90f7d412636_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:775af20537e6f4c84985145f44ad1ae2d5530ae06859c2549d1d85a2e4ac54ff_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:a1b02b9608eadb4388dc13fb5ae55fc6ad64788f93186872c133a0ff1f5ab487_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b5d732e8d36668226255dbfeb389994104d83ef2be461079b66557bb20d799f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2e983c69ea6e29aca4f36596a0c697c2935dd1deb08a4d3546aaccb4e3d78ae1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4ae2494b702a6c7f68a65ea730f6df3253ffe78f2d178b0714fb6ec04cba5cc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b1133f78075f3364ab85142cf6c8457820e2e1f31a5b0750585ee1adc1285ba6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d41fc7e76000bc1b4016bf10e86fec44f551b127e17997fa4bb13420219fb3f1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:25acdc169b3860a10f46dea8b842626acc639aec950ca7a9339e96a2bf1ed7e1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:453bea2d5f94523a88f37acac9edd0a8d921bf79409a260386fa458cb18d13b7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a70ced1330a4e7a0a7b81bf6b19b3346ad5bb6e26398c7f0577994d48712b2ad_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c2a6ad45ab46c0238429cd0ab59bf169ff368bf68750a011f481208e56fa0268_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:33afbf29add637cae8478b8e0ef6b3b465e4ee53b000467ec34fb1f3a04615af_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8056eca30416b0b93270f6c92d0fdbe4f1cfbbd6258e27a746cc379a86b6b8cd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a06dfb4e75cc6b0edd836cd59035095135503f35a7cbc710ed7b0e447fe256f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a820784083ee32f544efc474c7ded798916d1f077ddb9c3f4461de48747f4c73_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0ab4e11886c642fbcf7560f780abf9046b73dcfd7dc9cb0f086d9e62f87fb271_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1283ae9261afb1293b597a8da40611cdc1980b1e403de5d16669c5b7d2527dc7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:89ec13946e699f6589c3d235cb515b92ff48d1d5fae8e7892279b64d41b74511_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d08403f8114128e063826ee0cb3324bba9f027d7b2feeb6f7c826c9c4925579f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:2aa0baab0fca2bf6877260b871b3079ad96c37034e6f3d0a45cea4118cca230a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7f886a3942b81b3318e288602c88de802278bb77c5d11ba758f1d86f2f028abf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:940d02c46f06fa92818dffd1842010b652856e09cebdec33e0f0e1a1e9b1b5a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:cac82b041210a06cefe512e89c5755e972f6e125c69a0dae87e454e259a3c08c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:12466469754c88d41872c1a061c1eb4349cf565b5fb32db651f3639aff2df67c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:af5fca0ab8a1f5374caea5b38486cc97c2be9d884a55542faeaced44a4a7320b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ad60c87d6e05b51b5351d2490538c757547b43a679256052b600e3fe8e80a594_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:e8372026bbc873c38ffc2c7df35183727596993dde5663ec27a2c2fe401e04f1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:736b406850af746470b1bd5dbc61fc4b166133e9cb50aa528dc1210b2002d469_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a73525cbcab817d0472f544883106a359b9079eeb1d8628d8b0185e450662361_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:84664067a273cdadce55bb8531916e8d8edc7936bcc57bc2dd1ecf57adb08c06_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9a006a111625f85305fbf3dfcd9a62592357a6a282a1c8ea1edbc48b2ef7db05_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:adb84daa38497eef3d89a9b42fbb22fc04e94f708db4f1f02de21dbf099ef788_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:f81616fe8dcd6b63df308c58bc1b696f9b3c488ebdfe00d7985026b10d083de9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:07efac034de568e79f6ecf97f924fd5ce7104e9259d90747cc0fd3e0a7bf4116_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0bc9b2b997bdf9bd285382823ebb9806502664976c2dd7e7b0d111df7717e77d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:165fc1e58447c7bc9febc3ebc74f90096c6e48986789d4e66ff6443f1d30d024_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f516ff3ac172cc08e88f25a0531a3784ed212897dbe0b05e04dece7d62eb977a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0d455e21bddb7ecd4c5b8f077ea96f046ba3183d17e3755ae95f8cd112a81179_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3d291642757ab1bc56aa6bf8b31b383a1867b06fda7ec093daf361e3bb082624_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:91c0c9cf474e9dd3b7dfab43e3e651afcf950c183a51321a586d5e98e3b8dc82_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:ffcd35b620a75ac1d121b826b37ff71f5006684d9222c440785f06fdafef5531_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:56c2e0f91eb13a89c48ee5ebeaecfaf87dcef3f85bf7f7fab37e3cc6c9b2dd10_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:84e22659ec76ea69dd31d0c6bdb39b752d4e525e7425d3ad282c3ba5c16c19c9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a3669bd8567383f9e15755e7640b5af4e796ce1d6bec3b6f1139645b656f425d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:ac7eed19416dd31a76ce8139a4c1cc16f2201b1dbb1c884dbd20fc5a965b82a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:44020a87c575f01d876bcd559d0b37bcba2f5bb4337a4f0f40d65196a407910c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:7272870ff2a94fd3c026f3c3a4e985a2b2eb5c47dedebc00f2cc25a496ec3e90_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d5e64fad675db5b1a7fe03720a35eef4ef6497e49e928b7cb0a38ddd6fa9187a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f4d0e3f2751dad9fab70a9080102f7c0e82a784e516f993e1e84a8561c33204f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:174b142475167275c428eec2892e91ba557a1783a128749b9516911a366ef54e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:52fac1bee10c7847bcf6f7dc9f027764a183d462e46678b5b9aaac9611cfcec0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:874a6c39ad36a55efafc0b690d17aa4eba8df8f30831a5315a198e692e405592_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:af2f5f615c4e9da63b09f2b9f52ef632dc76793f51730ee67a96d5e99118d552_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0867d20104c147d58a3e119c8eccd725d2b5311bc563cb4030c18714e085c80c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:12bf752f4f8f0929752fee39067bab20d3af32f9d767e0eeed2cee9dc9cdf774_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3f0993acf410b536a4c2be24d23afedeaa6d4b02a8055100cddc37443a619cf3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d745b47be21fc6b98e8b1830c34e951271362105d32704cac1b1a796abddecc4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6c539e26ca346ca83a4c024a374f3874e858602b71794a1709b8a08356744b46_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:94e6571b95628469dd361c3ae5bf4bb88bdcf68636c0a7a6f007a19e32216514_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:978722d03bd0e1eb78e35c188516d960ed81c8b47a66e77ec7ea465634e44536_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f270599d2857493437426bb7ba58ecdeb0933b244b0b5e81d70be8f06c734c4c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:07f5c5ba5313539cdea53ec438fcc97c698df8284bba4ddfc6c7af4403873362_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b93c3b58e03d6fbfd8d73f6f0966ef5d616c0da0776f516ec826e4f5e0d4bf1f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f5aa864ac9d9a3e5c0a412e9bf6e22756f6232713e14fe4194f61b1a1c1ad52c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fa3603fc128be2cead70ffb3b0b0b5c9520f7826bd46863a86b1853e62a998f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:382e4343f73dba48761c24841e45aabdf84a7f4de996be6515d8ee7c3e728c78_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:840f25f86e1850623e2929597e072219c2119b08acee3b81e8c7aed1b92fcb64_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:8f9eddba528ca5e8cc40717ae9f30253c955be657f8475a1c4da66c257bd1729_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ac7a2fce2be014fdc4208e98abe50329d0af9b7f7af98fd27e611751a413b4e6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5ad568a42fb0d0f2b78702929b75ab8fbb41937a853b4344ca990776f48ff85c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:821c5edd5f5ea9fddd168482dc437c6eec19231d95854abfbf1bcb150cfe618a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8932f2fc5e81fd7165d50432ba8994896c9ac8b323d5cc798872c1770133eceb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:df49ea17391c34a0eadacecb37c7e00552af8aca3ebb648f28f3f805fb79495a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:58e02752411f5bc061c8dd98bc7dfeb17780ef24ba8c65e590e4d6c5213c267f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d1c95fad91fbfc41da5d6871fb0a3c07d20652b5fce3f010505afe0d24c1977a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d6bfcd46424e1719490ce37bff728ea278eaf589e052a90b3fb30a9110aaa298_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ef555584c97654b76391f8e4d31bf0200fa82222b3197ef928f306c8d70f4881_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:520b43e0497fde1deef41e5f9e51448fde032769f433980802097e1e4216fb6e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:de2a25058c3aaa6f98e80870aca51d8bfd16354eb2da93e7498fc804825babb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:fba545c7b9accb5be03b9bf1931c086a8da8592e3ddc9b5a9ad6d798229314b9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:12645a5f47e54e3bf3f0b0863c44b938be5c42b22f695faf62c8d918cddb03ac_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:529d46e40fd5f6de98cb72dd8704068e3b9baf4d3bdf91feb9c19139bd74c652_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:701028c843123a3e4250731e216eceb647411ce685517383b9a62b5af21c10b0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1b7392f3cadb8ca07f10d5681fa33f6dfe61f895e4a8a1874bdd5aab3543f67d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:693c125a5f2f67364d8bdc1a5e7abe959dd46898e7f46d5b3756746cf598e135_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:93f4a34af9c198e4baa449f7ce0e1e0936358afc725eafc3b8118df3d92d2b44_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:0e4dde634359042b67bcc5224afeef951459167cb8f36cb6f262719308f8ae42_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:344860750b6a6e567bb1475f68d18b19d6f79438b767c351c850d082648aa5b1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:efe1a0fb3394a117206bb1837b63a0ee828ab5b5d30dd7c94aa88afa04c94c2c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:afb18f280c123c44f1349b80bcab24c86d8933795a0577deb13bb651019d6a92_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c865ec93173fecc00d843737009627ba137b7cabcf8337ea7837eb9bd993a601_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d172695ad3dcae4be122b50a27f14c6cb0e71357868ebdd13336cb7315122fd8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d4a1f393e7762a2c7ff12fd634077f5bc5bdd224d7791eb7929d26cd16047dee_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:01050a4179625f00151e478a0571e64120ac6221fdbf32c969a18ae9872c9574_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7639b8403341003825286c0fd45ab34d815585e8f4b5b4d1a424ccfc0292e017_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bd76fd61510b4714518ec5191e315f83feb1f47402e32602b061a0fc09641c9e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e53bc4c7a3fa7103778bd3f7bdc4b6be4b5e6a8450e38eee246caa75d9f8f44d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:62414e285f1e4de212e28bd90e5eeb60730324d54a317434565bad8891435168_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:77dc7d2bcb0cb6289f6d8c3c3f4ad3c01b9e24b4f6969ac666a888ecc8a29981_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:7cbc05eb0a0d3210e378d08d879933d905565224d9a6fc00e3bd1a9ad6782557_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d195bea4ac0b3ee073418a3674535525622d9b492bcd1fb0448b8ae52ba262b1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1440138d54ba0f09184f96cb79557548c3c9f19089bc813f433de28654cd74ef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:203e3cf52680caad6f8fec2ca1c7c87d45205ebcb9e816fb188e74a5bc7496ef_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4ef6d0725b69e2867c44e7d7ac57c820b759a45c491997210fc38b346d7f033d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b1ae4f6e3577edd7fc9f6595168857af7fd9c08aadbca1642c2f9248205b8c42_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:2e494676f33f47eb13ce2e3675c8e7a3871d5d1b73a59b71623caba05364196b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c8183043eac4cff3a7c17a9de76a4c9df725db694f411b19dd64923d1de68551_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:c7944fe378873f5d5268ff872c52ca08908af41b7efa03a7032363c11af633da_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:fc53a478ba64c0557ef8de93faf1320baab34d4bca5f50bc8f74d4a8d3a86890_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a5e04dd92dd9bca8344f741151a5756e28fdd197e2aae26c13caf2867ee6ff76_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c16e427a9ffa0ef24fd07e6a21ff78a63313d5274eb3b1180f7c29cd1a9d11b7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:31630cb5049add8b683fc6f3de6cc20ffc530b72d45daedb84cfe62bec754591_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:89a876583624410a9d79c1cf83d94a9a7c0dfbd3ad70228ea985e45b2ccee9f7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:dd8a443d71a973e30574016ce343c19edc1872c63ed46b5f7023d304b9c4edcd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:63a52e5f035913f64e82ae6a617273abae9ee0729316d26ed5d4182ca0f50d11_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:754310c0f797038ef14c3ef9ecd934b6ffaac6ca60b755894212854289b9f405_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:49c4861778e7bc4f5738ff0f5cd5c542e9fe75c33057a4a0806b03ac75d76ca7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ce8e1af1e3f7d331be7a366560b517e1fc27f83f1382ca6a69a1d9893f260fda_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3478a4d3a1acaba3cfb3f1040320798b9d0b419a66b07267965d4ab974a3b440_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5db06d085c31aafb3f02c2c373b2de6d93c5fde72dae55d6de90f44b49b5770e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:634d04ee67f3a521e7b3cde560084491908f32aef4a89a1bb7d3aa0ae119927b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7683407dca1a355e731e277631b3d8522a3f84f1de664829c3b15db39b1f1ca2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4ef1395e47e1898bc84155ed4b4e3e4c72d08e4e7f2d19d9530d889fe0ef6b26_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:63631119f3411bf77ea1f622d77ef96434d80815531b046efe5b297dd5bbfffa_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7ee73740b3264500f062e3863e42fbd98dc3895f17294450fc90d992d2108d49_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:db28768861f567200cc79639eb01ce8e18fe5cb8a768cc01d3e23bda55431c75_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:09ebbcea16169b9ac863167c0e7f953717e92f75fc4c4e2bffa0eacf84519907_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3118a7eeb28d8388a06731c7bcdb5eba4a942b9c91a84e595ec0fb49a55bcb11_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3bacdd4e5501902865eb31e884646418bfb5fae90593e96b06ac0b7c3cc1cedf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:852556f6eb96442354f0695d6630e2798e19e31a5ada2ef01e3ca2571a4a40c0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:59ae16e7b7d2bc20f34b8bd1dcd7cf8d8d7c201b0f78e3165b11a592d1b08597_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8b68cda23f470048944c164b84fe27a5fb6a43fe739537383444c28cae451035_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:23c8ed7995abda7f87fe4031843205f3a99a0c57508c6218291762a60907f5f2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cca7e231ac39da3a210859c6280ded3a4687620493e3a3e0164a403271537b6f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:054a0d12730620c46ee6209bc9932909f653d0b7f796682a0f798ab3ac3b3641_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3281b909de7dfc5bf3c746e3e8ab05fec49fc8aa83dc8156e616a59c41ee923c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:d5efd9212ed22c89067691796443fab0b28bfc31cea94bbe636a4759f2e88521_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e0a34a88a67409e2b1cb243874cadd3de1c9c56a54ac225dc860cd89a635bd97_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:275f90da2f77f60d0a77e00936734ffcb5099fc8b5662e03de49d807a7632f6d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:833072794acb03eaf053f30b6bcfeef95cf1836ad5149fd97f34f3546a2e9f6e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:893dd8fc24cb10db16620d8feae352929b0dbb797f02fd80f025fdc7c78bf53d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c9ba070e466a5123790067569bcb909e291f3b2264af0aa152372fff9e64f82d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:6f50d9406911e5fbe310c94dc60829891609934e64983339b5f66432a20864c2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:8b4ce896da4126dfda544da09d04f010c0e9b25bdab6557adbab8d095905d535_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:997a24c33d3ae9914f3694b3a8cd8af50137ea48296c322b56dca53b4dcd1fcb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f80cee2f47779e24e07ee475d09fc697a4446a07f9eebb0813a7119eb0bda36d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:7aa46141209fdb1090d90f00d1a7753f31b9224e080b8c669883901846b32ca4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a0dfec857ddadf777961a71d8dd545cc798b921e083c8b5156ca7423f8ad8a2f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a5c047afb2066ca8740286ad2af8e1271ef78c2e5df73ed2365f586d6a101b33_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dcda877c69d0398e4744f1b7a2ed81986ccdfdb6f4da7fba75f29fead8b10f34_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1ff4a8a6440dd4d97adc3273253da14e081083c978edb5fcd05dea33d4cc888a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:2aaba77958b12e834f6418338a21b839a95c21ac5568a53b5f792553db772e6c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e5753a6fa47d5a753be2eb3b7a46cee0bc156b0e52bf75e4f192c0ddb3fdef47_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:ed802f61197fbcc0f1a8a916612ab33363e0e1866ae70d03df92469a2c356ea6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:120c1ccd64bca8bfff4b46d14f78038594a28f6d58c585b1215afd76c23c7ad5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:52dcfdc6c5f219f414fa0775b70e34118b319897b0772931e0861623db7bde86_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6b259bed5dc046510b7c3305f6abf86e4543a9ec5091505f92f573536e9f049f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:bc0dd85538edc7a80adc0fc9fc4e02051e7b09480250b5328a6b70251875b943_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3f9151da4d025555f4c0183a0ce07a2d0084beeafdc9f3f1e87a603053ef9089_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:919fe76dee99d772b668b57645779a63e1c3b7f7f40fe79175c27ae6d7e261db_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e19a080b5fe10b67fe48c28014879abbc87cf5077c32c003fddd171d06bb370f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f7708a1c1e0d4083c7f0b9e8d8704b91a4c823dc9435d5d3e986372f305e1fe4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:27bd19fa0c1eb00c55120e22b21eaab50f0eb75a84910e9d8a2fd3b5fd1c7dc2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:52c4215a49207586cb3f33bd1d35aeda857d31d34c80cbfffba02ba8c448c8a6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:62e5cb5ba2d92bc29a2087c9de9fed7978d4c5ffe07b0afb479eac93519c6df5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:68aa837b6a3bd95232abd62ecae3b040f2a7a72ced626c784c4062c2f28a6e3d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:9872321279ec2d108191f1f7e1764551e9c7099de51f595627db068a66fc4f8d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a06cb8024ab06fbdee295afe99cd294f6e05c36dd490545600967b8ff12e3391_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:1d3a2d2ae27d869506d3f027ebb43f0ca64451cbb635c4c412c85129025728c3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:c20a4f14ad0eecc3f88eda36bd65f1f390c6977a7ad5ed69e87969556b9d8cc7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:64247ff135642a32fb59a62cdcaae5f28085ef0578916b4ab2c90d31e67848f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:e0cf29f62ec486451053c661388f9a3a12ba42b84899b687fb3486666a42536b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:efc289b0278fc84c571d7adf9e9ee1f8b149c5d832cbf416803435e89ee0a531_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:47ac82d0289751c8c7e41da07173dd61836e606101a20b598c00da1cd1fc9077_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:953b8ff978f6523f4578a469d23dba6536d49a141b4e3729b059feb6d79a858b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ee224daca08de920de240b684ebc23a4da50d60130d9e205e88c904c8c755343_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f267111aa2951d22dd6a41c7362afc22454e365325b7a016d213505b7dad74f8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0ed3d751161fa47b7ed4bd2ec2c5bfff8ac5ffae0df22dd9a741cc64bbe2939d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:48bbecc83208a8895cee2c2e8ec677f59a688e02705a677cde4e9a8a52398d1b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:89ac959e411430e4910919132f95452d1142a45fc5c67088f15cf5bad8982165_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:db55fb30b025bb573317f113897a7bfa0dc729aa684dcdb0ac3066356b339bc9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:285f19a6dcffb48d4e6f6d3bfb44722f1828bfb2099a8736f2fc08cdd1481175_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:521f2693c3073993771af37d65723ced3ac83c7438d6ff35425ca5f663101676_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d1883837f227ea4b98d2442b46e5c07a9eeae549e13cd778f7c9e78494b53911_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f1f601e3a4951748fbf030083febf57aad02568058889b0122c8872e2d68d70b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:34298ddfd123342b87d28c047cb4a8c1b25b07352bfed57aefffdd92a7058b6f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4a56a0984384548771e1c8fa5a4a8efe93f472cdf2b64b01d6049b2f9187a684_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6765cf3c0f8d395307ae57019cda7e2aeee976ec060eea8a47703db0b18532df_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:8a8377100458d05864c6521e4b7550df73b5c3d9cade518067d5741fa9d02292_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:09ad41d3ddb9aba6d649812d1e48433f5778b1cd9d5e0e1466b34e6516b864e1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:7b3a100ca1bce2bced0306ec9d4b90a4dfe8596c5bdf51799aa3a7a1ef36fef3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:ace3b3b02c33261287a32253dd1c027769743797317ac4259c9102e0b3db6603_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d289ef93e6e179405cae0db5309865f76cefababf168006abf09fc3a51a32bcc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:20052a45d551f7e988cc0c38baa38f146df4d9d741ac71f17498d8ddc44a1beb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:55409e5fb153973038a15985a332681f4e3e41126f84b6a355c47314c76bdf2e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c143caae15fb4249757018e05ac8dab9abb20f405977cb41468ce6a8049c4342_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c5d456d739d5791e51544a45309ca3b64f763cb49632bc638950fbfc041b4193_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3ab4203333e071978d85f0f44f7342811d898cc388326db60afacd2395f8340e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5a97ef5bfe0456bc1528f2a3df7736c506e11cb61de5c41a1daf22162150b345_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:94fd7b1b27954fb59c11a010f4b8ce0a3377b38bfed7ffb20873a2f7a499f8bf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a936c0970ab66789c10a64cf57ae76bcab0f2f16b6b50e713373066f73d535b5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:34fb12d4fbb5f9b29b1b58e19b1c1b0eb27121ef80edc50a59e431a4e94638c9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:bedcb032aa7325e5bbff014f251d5ad91fff9dcdaf84a95e61e4fc4198f22f79_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d10ffca12372666b239a9fcde83a4b0da6c3f37fede3e47272bbdf9ebd2f0d91_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d5284bc6a4ff57ceca1c00af4ed0c46fd341f1e2a28b4f13b210ed327a25ebd6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:2a7aeb3139633e2014d99631287cce239d73af61e541f218f45a009fc151d8d8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3afe2f3016ac55bd947c98d1e4b957969357aed54423ca2f35955eac8639116f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6d7572f71fc31d580d355bc6ebf8eaa54e4285c53c7e0e418a7495a0fb8d37a6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d2236c41a640de0aedb4eb2f1ef143793288329513ec0911bc37ba688857701f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:7688c4b2355532cddd9b9d314d105127c494990e7079407d2f43e578610971ad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:91ee195223233fdaa6d83ddbc8e1dc33bc7811e4f1e6ec9f5ddf325f560ec38d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:c866308d315beaa691b25dfed4be0cace44628e0799527e9ca11d14165437d98_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:dfe468dbed566f02ea0ed9b5ed5565f40a00d03a344d2a230b0a0a83c783493b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:08710b0caf6f4bc16e72a89f596f33c8c38ba7742d0f1ee552336f9acc7f222e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1491efe6870dae8caca1a78c9c96f8b4b2956db3bd5eaa6bde59ee996506bfb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:2a0f11f0a1063e3ca7b8b04693ebe979e9953736d37f3dc3a91fa5c9912d79d4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:813fdba989d7b5a4aad5e9ce5bf5285b0e65745375dbdef899786d571c001b77_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0db523e5a7a6420d94d5d302b90c798737eb78f99cde3b887d3c3866e195b9bf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:18b7e5875aaad6e0bb8b12fa303ad6295bf3968daeaed2104f0f4ec3122446df_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:80c4e60cb2ab82621ef12774841d39e6ece9e9671114afd0d19b188dd7746d81_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c20dd339ba44e18a505db8bf726e2db8b6a764f7bfcd9e0d63d627d69c2378fe_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:528f1228123298362d5787e862306cc2605f3eb31fdedfd0deea7f3cdffb77cc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:75b18dbc6fef40173ab0c85ff4f9c4111e29afa10593ef9141d589f88b418826_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:e8147c001326caf53531a8917f91991b5ca05f31d30adba78a03539a6568009c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:fb390f9eeb4853d9a20c9bf02ac10e099238e94084230bb532029be4c88b7ac6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3dc8fa50d17a5074f03d58eb00467e45e6d74f6c5293bc57ebb8c4feb4323eb9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:51941876bbb8070423c00e3699bb193343e963358dcae8cc6acda94395edc5fa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9087e6df82220f673440368a5e81c5a0f3eb5e36cccc61cb40fcb56d92cfcadb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e3740bfa7355589784350a9dafc10849d32f1273327387b3b3c6389ba1e26dba_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:05f5bc9410d9859f1bbc1def6e1c74fd47781faf1ef26633f61b5d8f09ce8d02_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5e14d01db3abe1412de6cbd8dbd7d3598d5ba7d2af2f5e55a7ca625aaf8a9155_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:db0bf5b79be48f69d411611bfa74a9b1cdfe875b453a81ec5ea72a962c27978e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ddbaa3a482cf17a156f6955ec155eace13126ae83217c36c03eb2b826e7c4ff0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:02ce1779315733c6039fbd9f711d6c75da89fcfd4d6ac8e485d7aba30882b3ff_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:d29e550f223f287e258aa15ac71ec87cbd24e9d6888f22d82aede80b7902765e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1d43b37d6ee7556d8afe22fb33c7c9ab7a1ff5b2b38d6e18f762ba759015f87a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4e627ea7097e36d07d109f50212809b6477070750c0bfff14f3fe9d1d7ca29f4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:63e60a076755fec73f95d2f5ee948a50d895b69cd327296ac0925e301f5b7e4d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9028745ca618eda612fa2960f0327f19fb689eb36762515bfd71bb2efab0a0a3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2dc50c3c453049a1e81e8cc4559147a4fd4a3a6a9c140865f82bf628f2a45b83_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:734c982a6159e5c4077a12b1a0f72ad992b70f965873ea591228172e6265263f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b2a21551ad4c66e622ccd865529356920dc4524bfa4595e08a99e0e95438823d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3133ccf5290a245274c030f53c63dfa74d6e04bffa684808fc1815a07ebfa13_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:6f399ee5f4634353047061fddcb9092dccead96c6884863253b913dab93c2e15_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9176cf7f1c5ccd82d82dc1a8ea47c2bd34e2ddb54d750cbacf7735a04ed6a221_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:dc6f5e144468283ba4d04ccc155f9e483d085dc2f1b78992e5fcfea42db77bcd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e5216672e4e265b01384ed2dcd722b4a166490d66e19aaec457aca55c7e3dbd6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:4ca8bbfe3586672e1de22cdce9466b37aa0e11c5e9d94ea8da271aa5cad3df47_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:57488300ca265dfcad9bcc1a2861062d8b82c2b80e8b21cc3ed766fd187402db_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:660006e5e6826b13ea6d73fce4fe672d1f67479c44ed65dee68119369eba3c75_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:91b8003dab0652f1a06de50435ca08d6f6366e6e8e7e10a9743542b577728b1d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0017d40e539a56e2ddbf4a97b0cd94825ad5dbc9cd79e1a7e058bb0b11afec29_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:7a71babc3307efe03b8bb3f3cc5f9159a4868c215df70d7a78ba37b91294649c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8403ecd148b8f0aa7f1156fc1676307753967ae68a69948af7c3987de8178959_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:a4e02776f7b5a66943bad040650f4dc9e865f05a0911f4f9aba975c4b30ef517_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5d3d3cbbc28f59a6aefb1e54986e084ce49b69867d100e9b7a8eba17b764304a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5fe1d81ec73517468488ed1a60331a78733ce2fed50f3930b4efbcdff5884326_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:94a7a56873cf0e075740a1db93972f2b2505e7bc082f2faf2d3a6badbb52b08e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d1e737deb52f4f124e34889df5ee2a787db0ee13ef86842f415d5c18ff70498d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:0c8b3d458f0968682b8604cad6ddf02b1135b99c4682090dc78d9b273084a0ab_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8f02a07e0928906a1c075fc3510f3750c679361bb9e0fc7504610eb2b230a092_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9b174760063eedf3197e5664994fdc21f85cbc3be8bd1329142fb9e88103b717_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:e97049e759fd58cb6a2c8dc5b78df8dab7139f8868b1461a3946cf187b824f55_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:17b700ef898288bc081220792a7a95f4f1852338d3d08dff19ea02cc9d957239_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:675083e881008c57ea9fe8e73db8034a66a3f439c6fc1862db09503f311caef8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b94730e4b9e9de7c0a99431f90b42a5368aa0da03869eb8a71dfc92dce27ba7c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c5c12b41cdbcc18c98ec1632a0c9aec007a9672a742fcfe89a5b104160feb698_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2c51c07f11fa78b44eb528339da6291d1c660451a0c9774ad7bf8d8ea7744ee3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4d7e15ae24207bd06663f5c9d55564e220bef28ef150f62d2e9622f569490acf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5a51836c3306ed97366bc3c8f24a8f9e880628d1feb98854eb5dd10800bfae83_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8231352f700a733b13de64913738e0de1b89be5046736077f7300c21fb778aa2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:121025c1dfa4bb1138150adc737d7cf12e69ce21f10690ad8d740c1c1f2dde4b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c02ec1e4b586a812cddae6ea43cf42a6b9742d062fc12c18c2414bc48b5b96e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4c94c8afa17ce2348d6198c2914e9257ac9510455c521f6539ab17877b6fd974_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:70c7beb1cdbcba3eb4fb83fafaf740145b81d510ef56d5ac59ea4bbbfbfebc00_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:83efb138b8bd5084f7dbeb8a59fe1ecc2680a20d5853b7a15f47e1f87929fd9e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:bd63fc568a9ceddc67809e2271de8ef4d57ac8af283861a601547a6b9da2dda2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d0d429e4a3a0a9f015725dd965d4317e67c72b3fd846ef4b04c20ada4d067eef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ecc47300fa59bdd3970f0baf030a75e1fe5862d2470756cf32c389b1eb89152a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:53bfb1dd8b4f99a0252bfdad2c65960877a4e722f5ae88591eb87d6800d1d98c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:64fcb6ccdaa30c4e06cc91a40273c6be01958ca2c048bd39d8a87e8c09fa7d55_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:bd7e96fa5e3db517c91323142b8258555f04d93dc0f164b6e83249dc0cd1b416_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e5d77db3010b3e1d31e14a0bafb1a5e5ca62dc03b7b0bd2097b198f6be6ee442_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:0488437dcc9ca866c5b96278686ea20b5732f8e8038af90889fadcf90f1082fc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d1bd0363eb8c21c0123522b814b140a7595a459c7c286220b4b6fb0b9886a115_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e45c7964c5a89fbb1a8c6da3a905e2caacbbf8c433b0d56d1b260bba151b3e93_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f52e1ea0175eb2af0a63311dc0b8acc1771c53a7668108d7bb7abf2b814e37e5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0043c8e63c3bcf98e33fda7e5f532143b4c8fdbce690606bf469e932d8552062_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:465c03f230a374b6885874b775473275fe8866f61856fb71a8e2bfc37b712ea2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:c730b4b9a52549bb6204deba37e28ee3946758bc86f27c1b886188ba0f164fc7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f50ed1d01f799f00ce20f210b95774f2dffe7137757ecf86544c71a9f621f402_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:56015af081c97939fa71d978d511ecc0e93ea6ea89640ae846645121531a4a86_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:82a97e06294f2bbad05dd72f91d692449eb4094ce1edda7d651e2f1833018faf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8faf68e17b482f07fd1a4ae8ef292fd44fe9de5369d5129c3945acb56b5c2f0c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ae7b169bcaae3569a946c84d88d0ca7b42b530b475c4afc4096d5db36aff9c52_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:02335c6538b4fb15d9d4e2a831b9810db42f8b8fdd75cc6237534356cd1b68e4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:84a9daad04b0ef97a77e258c1b490c9a9c1ca502079513184e43145467eb1169_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:85c84e6100ea0c4d783b44a085cdda8be9b580b073ab7b191a70ad3c14641f9c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eef5b8e84cce56cf085ed8f8a2ca544505242606d44691b6d0beced7c942bf9c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:148d9d31314b0ca3dd2667aadf51d9a65cc88cd872d21d29e4c85fe25cbf6410_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:87bd671167583b8f46388c7e5853509fc9c20439c1b5f57544117fc9e1b1b5b1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:dacaed2c85c23db8c8bf2b754b958ac8990a0b0e917e4885b39ed62d08061fb6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ec4ca8db357714672338a773cdfac91101641ac1ea56905a5dba39d13e8c96e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:1e01dcb349b9e3afa77e9c217b2f20dd7c9c98f7b00be3852166c7d676dc1c58_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7a453727eb7aad288301bdce304da23202950098592114e1c56e893828b7cb2a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7e9f67b6e1c87741c5d56a3e95af004dcfb6d6c9cb4267b0ad4dd1aec7e9cb1a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d9f12bee214359955f20c9b4c0218febc8868cd47405b362dcc6ab05dfa573d4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:36d864188a182dab0197f06376c993fd661689e516dfec4c25f9064eef6db0a2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:38481cddbac83c19b28845b99fec4f4d16d46aca014ab18653c5e7fd42d7dc9e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6c5798afafe96f9c1de300cd8b709030655d1c92d03394b069b3f4100a0a4334_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dc248c02585e41245eb8e16fea646a6f1013f5257f5152dab0fd4634073fe15d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:142deb80cb8918201dfc20e0e86c5a70e704eb589681db3e019d0eed0a8bbf1b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ff7c22adb1ce27c0944f94a4994940aa6af3c4db60cf184d0865753e0c18ddcf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:09664db13d4f9022495031effd53a137ebbddc0e61fec151a26e565a02a5bf40_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:9b480de86de7566594ff61c147bcf0a6e8d5f2ac52ca37a2ecc32909e02850c3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:177b77bf798f3ae19e2b67467ec324e2352c47a2fa4f803c852cb7d5514a2b80_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5587380364defb07d81f5bb93851d7d726780e03f561cc5c4010d6cc4e237079_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:503c53ef4cda2a77d57eb611638334ecfbbe08f384e01084a0f2004aceccfd5b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:ccdfd936b1e904b115efeef06cfb3c1b13ec6fdf123cf87c9ad477ab47ea4d04_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:1f7ad22165ad761cdd5fbb7f037ad342f7b9a6f017b80ebc9775edd9bf7388d4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3ddfa7f1a01b1dbf4d2e999da0d536b8f3600e0143dde47fed1f6f2caf15a7bb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9aa910f86e4c953069c3e45f3c2db9702a8cafe753fdbed42e4c23f4837660ea_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a2751c4e48572281043cc6468aa40d2b3a8a1eef5897cef386876fc08de5d791_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:00fa00533e4616bc63471ba4e127f163a2ce06bd8546dc3fcaf2465c6c511ef1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:65d4474ec56e4cae8542f01d54006ee1ccf15c8a467dd7f784f1df806507296a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b1410e826283f79823ba6cdb76d666aed69449a847936c6c634593f31c9795b1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f3e84cda9ee1fae57794b0c60a7b32373d8a95546116ddb326751e9df0d1706d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:059c0bb97591ea1d95bc42274c6748438e32ef113039c603cbf8171ba3dcd1a8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8ff741a30a8c2059c8702290104db1f897853515bea3d054f5456a0faacd3e33_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a523a7ac9b9119290e3f27ee0b0c7a5d3cc1d8f35ed4e7aadcd6968dba6c593c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:db230edf37a3285f5566a6f82b660ff3394caa80c95276bc3992a3f45a18a59e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0dfe21d1f2ae4ad05af6aa896c0bd09417c03d2fa2e37a1cd3c7afe9d9f506b1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ae88b0138b8b945b1ad071a5ac660e6479f3e2c1ec261d80a4d7d862e94df269_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cece82ea1f03a889d37a2e4e1d81eca34a73857630b9874d05264c12ccfde18e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:e518e75c0ec848497d5dbbbea1505cd3fa96387be78d326f44094d341d1aeb69_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:4b9f7900c251da09ceb0c5e36e87322030e6fffb41da15b022e52f26967214a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:6bcd28e8610dada7b5ec2b6e14aecd9daf0542ac8528b8a1c9bec9b5c22e6791_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b4e19a3b757309f5ba13e3762e2449003ab93a1d3a950df031d0c5f88b338461_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f3745f0a10aa35a13620960671ed4e2bace1c01f0440c1cf222aec37ebfcdd6e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:10a4a0d9d6cd4779461dc27ea5660513c80c4231267cd5d5cde84626a52d8d88_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:394f1ad167455a316ded12601110de58f0666917302eee8a2933932513aabd70_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a0dda1cfb8ce56f6632c7dfc15f2d7c5251a666f7ff34fd78f45a064ed9fe8d4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d04c463caf59ab32c381bf6c88b9a55ad9a4934dab8cf66b1c80f3743edf28e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:674045072f2c791146899dca69772cbd83d8ea11305e024f697b0ecb2ecbd9e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:80d008d72e748f6d1578f0583dcabb703ac8154853cffdfa6c332bf2db662da2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b6d9ea5fd88f25c46dfaa17deec8dec67f3241a4e52ffb5b598ef77af4437da9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e18f121c2a8578ab7a54b48347a671e8a1e315e85f894ef67b96161a490aca44_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1415356cad67eea021d0adef8b7f8ac8524035a4acc3ae7080f26f8f3f7cc959_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:2f7be9eb683b2d5c65aa64a28e11bae43475f5a828e8768d468bc24fa0bd4ec9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c0f27acad2634255d689355942e8c0d87f624c269eca0f11b1fe20b56b22294a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:dcad2bdd0764804f9dfad2a4f33eb2fc105ff8e4cc1d2ab31c58ef2903f7cea1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:02dae90a28e2afa83ab4b358378b616bad7c257b8f7d6cfa2830092b7d46fd18_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3e0b68fb323e91570216f90ae2c79cb4bd35149dd62c496c39ee8fb615b62888_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a6517f52e257eefc0602db5e43fd946de57db13299d5077b1bdf872754253cb7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d6c465af092548962fe617a677d3398c6164c398602d7575ec09533d9654f254_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3a9586b7d44c57c683256faa5d9655285105844c74f728e4558c6295f73a3aad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5dbdf857d018b118ca8bae8eb52b2e117348804dae51da324225ac9d9a0bb141_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:7dd0655af57c7f8d2aed0f88a4b02ff21d849bf9c8cce7fbf02aca7d322cdc12_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:abab20e995be8b61590ad7dfb8de0bbb7c7459ab5413987562332de2c9924924_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:6f1fb02560c0dc83cb7ebbfba67370896f2d3b21835311fe5af23a06f4a45142_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7a90eb33844a25785c95b0e7332991a373e0b70560f979e8e9d1554f9d021545_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:92ac319d44a3a3d8e68f29488cd75e71b42dbc98b5898f662131f8576178152b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b8c7d5e513d5205014f53f22fddd4ab5c54e62e62e5813459ea68afd789518d0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:788b2252987b1992fc9c5d855198aa50a67048cc4d0a1e28240953e5c1d9528b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7a2a0066a38f2e52be47a1fec5c9a1ec458550d7ee6ca1232579b3fc98b7e9e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:939c609d5422bb4be66f482815c70b170d51ad2ea9bb0675a969bdaeff35e730_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a260d94b14808490a417d828423550eddd7b865035b631e9fcbb108d8eec6873_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:9f38e40a381edde4d367a6baf50d6159bab76aa34f7f932929a118960eb1b16c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:bec3f4da4ad493e8e34e5e1245338929dc916772222817e094fc0cb7c6370b88_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0816f94cceb27f34725d9c3f041003d61b9730a3c602b48b70782cf5b3887818_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:3d106f2995d5dd270eec34df31ac33f4a09dac0bd79bcd2031e9bdc35f20878a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:2c50f45d634218d512ed37008e62bf2718cc4275a9d944c845eb29bb19d0e700_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:429368ffc93f60dcb14116dd4a448f7688fabeb9a499b4b7c9c77018f4a31c3c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:48105c86a370a0ffd2c536e5ba75ea80fa94b09f2cfdf645a9fbbb62bdd1654c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8b9490cd4a69fece37aac8ced57235afc04a3389e16234c3a3f1d9a4f8a6d34b_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:021a57a7ea58117b5942b474f8899924fe7ff170b234aaa301f86ff465726ce7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:37283f08df56189fd19f7052523f5eda5a5eba0096c32fc3926eda3bc9398a8c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:459032d57026d4dbb2af370f796c28a69e2e30389a84cdab0e43de4435d980a2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:82ebaab991c00d42430890eed6322e9d060c3b4581ad563383a7d13172de4c08_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:244a4dfcd32e2a6bed90fd5e452b63822af9eb60375b9ac45c1864c2fccaf765_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4eda87164b71e7c6fd8b5a39ea77bb1bbf138f43d5732c08e314369b18e2509b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d2d6b9b7d7cb72703bda76e6814e5714b101faa03b14f55507b82dddce6fa09a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:f5f2d566546e640f59746e3616b98dab55eacdd33ea04b7cff887da6cafbe380_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:21cd6ff9f8ff53d747746f2d772344a8a9be9bd4582d641a0d6814da81e42dc7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c16a9db40d92bd605eb9843f2fb30f793e9f807e924a98f58bdfe9e8ff5598fe_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f7eaa545a5719eea518c0d48a5010a9e729ca7657f95712b86bd091c6906ed9d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fbad6ec51decaf69511274952af912054493d07f8de4aeb044b0728e015e331b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4b6ce9a91e0408d0869e2d64ccfba93b8b0587c8c4514c024093e47d520b7b13_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5bab5f51374c260e261af4d094d6d834011bb00d20269e5f87c670ab2e5fc50f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:b046acdbaee02a88bc76e80217864aa8a933b4c624abf504bf40b3b5700a3ddf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:da7ec98aeffdf151279fbfd2d45163722323094e790ab1e5b14e3a75bebf7ba2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1320fee14f620ff211195e536a81bf80c41140d10d8493dca37f484b4803e1a2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:69849de1ca4d23c9faf12777ff7f26deb7eaf3026725512e29e7cfbfcb5e30dd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7ae48499c990a9bb0ccfd436de6e4586ba27e9fd4036b4efe76299aafc4520e0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:bdb7981f8aadb7c27bdc448ce4baed28ddd8d08ae1a83af66255bc70d3b87d63_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:06477b1ed6e12b1088fa198f1158cedd852d51773f75622a652220d147aad66d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:73cd8858eb6e706064aa3fb5b397696ad2a8d264ed9380ceeb8d8d89afa96914_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:95a5dd3ee93857d9e65d57257e2864774e0f1aa15d14c62765dd110807a7e983_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bf017210bb8bfbefa027c830656e83b3db86e940e5ef1f62e67fdc84545cd118_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:04441c2a5c244d0a76052a2e071d994d81415da2cbf49cdd74d3b64fae89fea4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:50caa5c63088b2cd98d85bf793eed760beae31c73d8cccc60f3c82f7e4a436f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5d302fd1e0d562fd3074aea7fda53b46878dd5c27f53b4086f43e0b60c69cd92_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c1ec441285a07891350ef5b92dfe8cdef23f963d39ee86b7c2eaa0f29deced63_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:29924ddf95c884e61e24bc38d457d4bb997c5a03789459ef7565f2350c778e44_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:865ec06e1488b9c81e370e48824dcd003c617f45198943118f99889c9a23ae5b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9c28ccab17d26b72d9ae5d65f7a1ea11bbbd2cd39076f517e6655b9a35a277b9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f2a4bddcbf9cd3c04f90623faceceb3f3633ebea89954ddd26dadad9b6f9cc1a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:0f34558006e45eb8ad74dfad87ee15c34e2d5bce5f192fb00290ba8f6b2e06a6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:a0104045a7c163322387f621af644a79ba8b3e2d44bfa4094db15fad792e7825_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:b83a1577d6d15ea51ba7417aadaf190944d02a36e1067ff9973b9b0e59f207b2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:bfeca6b1d120f47ef42ace529f8663c90e420a3d1067891268e0fbbcd0c8fd3b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:09fb74bc16d6152ee950f1e2e01a72244e43c030205e6878577ae8a288f229dd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:933bdee9a720806a6c7537ed79ad75e25ae64144eb7e738942c36b2a72427c51_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a882578ad9240c994b4f21955809f6d332965cde3686fd2da1c4bc1bd89181f5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:eb823609e74431800e5bd7fd2399e11d17ea8cf0a16a578b70f1447aadbfe8d6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1a4a79d38290e993721e5a239acdc973fd395188d4b47ef664716249561f9b9a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1ab570c571e5291796e3eccbc336775207aced63674920c7416c67fdcdda5ef1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:46f5577da7e69caa3c941ead5de0ce8e373a77348df4c9dda922319a47533af0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:dfb1568b260cebf47b31b5bc5b956dd573ef5e10f5c04bc7951d4aefba1e1c29_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6405c266dbbd8b035f0fdec36d4663fdc2e3981899fec3828e7bcac0094f981c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a0ce68bd8e54f1975c89b6739bc6d94e9ad8214df431d1c41907866dab1cd9f6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:bdac9d54f25066cf36bac0fe90d1df7d89fb91d49ac68c09db1cf14862c91b43_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d8254c11772cacaf25e2a1b24b41a7694b530246cb980ce80caa5298acc71c31_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1b5aa2a8fa69661df2b4cef49e2a8e25e20ecba84ca80d5c671d8cdc73e7e31d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:54c656c9b7ff7f7d9412253dcb0c4484233f4cbe77512b63e69ba1532a4a41d5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a2d16879e07bae5f6eddbb5615c313001ffc4b74e91849ee9c2496bbb5996616_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e37862fed49b426c4344fa755c3442dfe134922b3b5a3c80c4bf4abaea7e6563_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:04e4334b0ce10eb5402543501944e72b9230c79f470f5976f8e5bcd5a18cd28e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:34a11ddd5af5a8d2331804ab76c6319587bcab73bbafc10b6f710260e5ace5ec_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:86ff72407e38fffd121bee52ed9e1229213f5db18cf1324a08296597aaf494b4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:edd7568d61e33652709d4bca937a801a4eb6a0f134ec7866eae3da1f19a01400_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:44623a58b3a052f8cf871befe578ff1419b5a36c9f61849bdf58a15148c3f65b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:78ba410665c68a41a5adbd8422a349de2274be894328ce523364f1ec2a71be01_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:823e1e9e7e7743538180596210828b19b6e3c8f435a7c792be5b945be76d9956_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:eee0084caae19613373c30ac9d2f25de2c202dc83cb6b3077baeab3b2ca89c26_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:17d193d080ae253f4e43ab259c28fd84f5f738967fe2ad4b6528fd42dedb86e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:36ed0be4ed17c503bb07435b198cbd5e255660bb1e72ce49db7ccbcb3ce92a23_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7c1aa77f92efcbd6fdea6120c75e2cb19985aaa2cc48e2d4d3d4ecb87df0d277_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:d6dac5da24656ce0a1494234b06783b5e4ef052c0d283e66f881c21d1766c51a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:380b5a968a30fa54a963bacfc37767a01f6067b6290fd2d877d6b1943a7738a1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:6d1570e8f771ef561c5ddca5410cb86dbc94943cb23b6f96fb2dbe5b9a2f1823_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:7a9f65149b802b3c2ac4d2a96bf53c1dd6eedf8c5fe921783962197bbce94207_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:a99a994a160375e89550347eed1631bb0d12bb4dccf7ed49119935520b744235_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:22b6a40bf066153e072a2d22e48032b91a7f70e2de0d38b2bc5665b72f5635ca_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:499dba655c620472ffee2c73f5f6c53599dcaa8755af1ddf60388702041c6cfa_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:9f82e685ce4849aacbc315249403939d8e9fa55ca297ec0d829d445a3133ed9b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b11b0fd3272461cb95d4f3c79c5c1138770085b461fb8c64c5f19f3f2276abf5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:06ef27c670aa46891c208f0a1ce5be98a92a321e81865484c17db725d6c48f6f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:50187fe1e5905226e869fe96d050d1fa6c91c0ca9f360456030514a0f3efa2a6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:828613cff0791cce90feb1abaf17c31f8a89e409f605d23ca79904feaafa8cc6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:889a2f9b69467f174deb05d9f57eccfd85e8f6e2ce2620a3e3b5c15019a108c3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:381cea76282031f4a018997a2ddcaf6222576807356d45ab3357b52a30f6bb3c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:604bace7f2173c964ecf1b54fe70fc08abbb7a39fcefd21af752c7a12f6f5a31_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7acae5b318d8162c7da445ecc28ed374eb1db0a92e3e6136f1a3d6a82bd75495_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:df00671b04cef1d122484a876880dbf4cc250c63730537fef7e1651b58f9a9dd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7246c15cef44f3945840162c1dab72daf8c0c4999345aa6ba148dd34597f4ea1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c7fa305a0d4a592411905c2f44a8218e25caa39e293ba68e1c84458683c93979_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ccf25a1cbb0c79753f4049cc37fafb77d0f8dbdd896e4cad7e9674877dc84589_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e1ff850187bfcc5e53338ee32678873692eb81a7bc72c5d3a928722571d312df_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:bda6a57c2ad84239536aec6a20a9c37fbfc7aa13c994647427936bf0b3b3361c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:49da4e953f3ab4d734c88b4371082bd9c6fbefd00875d8c3f0f8e58f060b6a25_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95c4abf5e354b5a324515cf6e69195ad3576383386665683d4bb8f349e558416_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bbc0c1a5769338492d873bdb15757525f69e250f5a4320d36f249fc35d57d356_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bf5e48b3778e040c4ebb1a8b0bd2aca2e7814720fa400115ceed9e1745f3e2fa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:2b26daa64e5d4151cb1cb91cf459afa93b2bdabd2b9d5d28585bec72484c0e63_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c2d77eab011a8025098e1254c384f83af4f7e0d3ba9e6d2772eda689e644b036_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cdf9f5f665881fa0c5a2f3c98e4c99673dbe8a92cdcbbe6b80e9dce09f59a8dc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ef4521604c721bd0ae8a4b822ac9584d3c7c8a80c5ecfe263da6ff9500d95ba5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:29a5ed8364575efa8d539b05c002e8b82cc57350d4c015303b4fc46b06903eda_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3751262aca1a347b013648e64294520615e447cb875b1e7c04535c9c5e843ccf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:5bdc6dd4698facc8189308328f6fc62ad7f4a3a5bf8c8a5775fe6e966eb44eeb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:e4aa456e8c865f66105e9f1828b455bf09d80960759209703df345a559b36608_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:74cc690a06a3f7ede74550b2416957a6318136ec7b703de33588122e7222eac0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ad7055ad351c0c24582721dcbf7f422b6a31290104530458e456bddd1a637938_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:54ff1a36ba796e5b88ae421a3836220f5774f0694cd49da8aff5f8c1efaac958_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ff8879335cb7031227028d3bbd5ae3c882c721871a28a42216fdf94885cc48f0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:4bffd0baad38d0ea6f54efb82701a6530eae707565fee41e2e65682a990267b8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:6381f7fc63ba688a5514eeef31d629e8e6cf01d6910f29f7dd38cc48a49f392b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:6792be8aa7640d171ee8102e5315ee2cb5e51af62f7f9ebdfbb0b54e89e35cbf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:e168e04989169bf67e16af77f602c8d762b1ef424f4abc92ad8ef8a135d6fe69_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b9e9f7cb5894890829532f10dda00d008bc5745b999b76daa26b5667e00e0b87_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:f8ab11c42ded9679807701a6c9564ff67b13ba875e28cdbb7663d9382f8e194c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:203f1d7c4feca08547dfa923507640370e669f83029fcd373e4e93461cce9421_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:8b16e6a9162b06a6565a48f4b05f3a1681f9f6349278d4f44d93ebe60d96c566_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:ef131d257bfc318cd0071ea2867d209fd8088da69e92fd3d07bce2b86d4eb2f4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fd5a0222754643780d37e10af8b077bf257b5b4be2abfd2393f0423a4fd4b291_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1f910938470138dfb6656b608393e46eb5c59d76edcca34b8bbc7148f2479061_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:71ce3309765f3dea75ed45541065b35f0aeb697d59b013294775e84b780f361a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:313d893f24ad6f2f8c7881f418b9a5e9c499674052a97434372d1d079411ffc2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:93bef2950591dfbc736a80f6a92659b6868991040450c5cc415d32e225177512_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:9487390a62cbea3de31fcfa46d05ff56a9d088426101b056254d0a3dddd6631c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:d4cd54fcdc26243209c918dbb1dc54e940965cd12cb6d05259c0ed45e3755516_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:2f9449039570a38ef4191b3717a9597219919ffaff87b645f06c4daec74a3cbc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:5d72d27d9247c2a9ae05a1e496eea2c264df19be8a566147cf5cdf378d82ac4b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:2b1553659b6cb1a4fc9e75dca05c4117d98894a5ec55a650fb60a2062cf1b79b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:35d963f072ba8d1d78380c48815bd2d06dff7f1917e493ca64a37d319988e6a6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:42870b8a98ae271ad0f0b23ad541bc37a9585e93dc6822f149a0bcf53c78036d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d797ecf477151c6821be3fb5e18dfa8f8df04233fa9f7da7b554da9eb38f0058_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:27d55172feba74eb9712fdb42300721acfa72e5d3739feac7c4353f8a36b4b38_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:5bba9f8444a0daf6194a6eda5d1b027781717446435ae4249a558a31fe17e06e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a8840079bf9bf05cf2f9c4a7f38bb45b09baee82128d12df604007278fbdb198_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:effc3a9f6c7bb400163dbda690d84d9ef4d40736105a2594209efa8c0c5dc80b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:3b6acf7cf4c49d979d30049d80bd265e7e8f17331648008bb4f9033822ed0a41_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5b377378d275c0a152365c6dcfa6e5f51a30de20210991ad8a4b5c45654cf022_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:855e978f66e69d149f00f5cdea64c68b677a1f2e9e1c28f3f67846bd5497ea9a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9bbfc2d46e0e771ef7bf390e121f26b0dede58ac0ab6cc04e7592469a78ae5c8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:101533b9ac484f5e8c3f1d95b742f3596fdf42d6a706aeca5712648ca50e8ce2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:2918100b369a980a69fdd9d0bc0fc7c898bcdde23f8ac8c9a8a22066f2b1d87d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4f2d8d750ce5932589e4c3b10579f00da60407a89be1976f3b54184c997650ab_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e7b4095c367aa9811dba1e43cda61f60b54b9536d9900990e7e6eac745ec7ac9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1bb758a596fc11988a09a696981630bd00a73dca7c4ed52799f722ef87db6a91_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:50aa9b6ba005c3f004568e82cc73eb56ba6342720626f9a35eca618fd1ac9cc7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:982fa1221449a4e78c06e6a13b7ee325b8951a8a04d0014939dc49b13c6ab79d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f055755224db92970aa09e26ab84f8f8c3a67c2c8cd442eb4e7764e3474d4613_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:719c8857fcfce93887b77a94974d418e3bf19befe0ed25c5974bfc7ed53814bd_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:90f04dac670c4d0c505cf8f96d020c9e3f4c0747b91dc2a2531db407ffdcfbd7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a921b1d40f1ebac4edf1d6bbe26fd7e39329776044e17d7f2409b20792acc271_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:db281fb5bc3ccd949d2156d7eafe5691ecc317c3e690f9987436d8b4317e6ec0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0a68822ea4fb06b74890aebdb694cbba827a5c1b9519b5a4d2086a867464fa2b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:38a4de43972a5ae5404ebc5862329c0b59ee5a6c72b5e3fa8be3171ad65ec713_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:dc970cb4ede420e1d131a6146d256269ca6fb34b633c17315e6b202723765bd7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f47d18b4634f6f675e50f165a805f33970a038843dd48fe8a02b3924fa70e8f9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:6731876f6a37e6e26e079b4d8901f7bdcdcb6f34f8f27c850ec813ca5b3a9543_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bfebb3f4a3a9476c2307fafdc5ec3fe7586c51dde9c5448fde7d34e37e2f45af_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c6b9b4bd2d7210a42dda555d8375807bec66a4f8693fdf256042b49b3f0130c6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:eab2bb53112191763cd944b3b13cf750ea9390b56d7d14d312183ffe56d0a394_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:3ca197c0d720c1314db2f36fdd4f1fd81f0b729829f27b39508f0a6e7ecf7bab_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:475e121c7d6f480d7d2545252a7b59510a66cfb609f586bb587595ccfa3b71d6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6cedc3acc4032d410aa6c0142de17e62461401a772a09c795371238dc00fe91b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ce34f62e6953d64b6566905934afc4a1f5911ec68483f5ceecb59d187e37a955_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:2037952b4938add2200b79534d571adffd95bb0c6ce04e7ea4a6c0ad85389771_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:698f43ebb93c00ee0a916be218a7819d0a402e32c12724afc51f2323c26d541b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c247cff3341da9969055ddef313806cda81c2dac492ce683d4abcd5ceb5a9bc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f12ba7fce7d3a13280d4bfe412b9b54ca22baa52b90be0fd7825ac719f1de068_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0d06e661c793f5524b749bff4124ebcc17b7acff1b57a672064c072dd7b0390d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:484c08c7c512dfb681137cbf0cdd45f42ed4181a690076f6dc6920724687655f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8a100494af630b1dd1ac3e0a7c75fba4853a1e7471a0b6eae2f7d6b7762beeee_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c9329187e9bde81fc4f0b4996c909fe4e9354e58fe353340600532153254e5b4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9143250b98cf0e2f2b3ec33bc25a856d0b2dd432d1994740e639bde2ed1deb29_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9a7f2845529ffd78d9193a8329bd1761b7723678b83e8d5362aaafa657c398eb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:c6ef91fb95bad775d172019ab1b5f9c275c2302f85f04c0504273be57eab1989_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e2becd018c34a7c29e770fa329cba4f1a371d4b089451365abb35acacedbcdfb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5279e457358edeae97e136d8067f05d60b4b806c92e687bbd11afecda4840eda_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5d76a917f9cea787b11ab23bed912261cad050e397769c94c1b70cac389c48b0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:88237cdb1714ed0759ff8c96466010145ff8cfd60a7dd3debec25e3a2b33200e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ff62706a4904af960c4989c87712d896b34265fcaf21ecc9500daecd03561b38_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:15ddf484307e3bc53f165873cf04ea008f4f5720effb19e3ca1aeabd9fae64e3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:28a6a3b04348c6191f58b9b0a700acc995d5fbcee3cdf1af5e34dfb0a15918fc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4933a9cb0be09725767981638b9139867cad6a26a228701ec034d45c3f7da4de_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4b571bca7d279192d7095a9d157cdf40f553543b6a39658919bc5920445d1177_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0f18441bd2e164906e7bad119d70b8f5b9b47c1596d58b6d812ee1e2f4b6c0e5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:77df277ba08b5a6efaf78b4ec5e59a7aca2569e00e7644d27e1d2653d80d150b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:afee031de2fff6cb0e07995b5f6c4ac83ab4cf3b83f23a3931a4d7e15a512c1e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:cc8b86ad3d080ab5dedb159dfca744ce669341a2491e5a0bab4f59e3dae9ed7e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4a76171907bffd3a94e149dfabb6170331e2fc0a30f3ea7b8eba1cbe68e1fa80_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:62f935bfe570ea83e376ea84589bffcf0b99d30eef620adc813f72501d982705_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:75a992b3a14138492b585b3500a6b6f565c912b193834fa562c990bee8115e90_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:9fa46e30f86fbaa943f136733680d0e8a668df1e04d1bcb71160b8bb795a2df0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:58b7b6502847bba5230e65e90a10350d8cdfd331f5656425dd2f310e3fc89cb5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:5989d793b9236bdd9dcc1df6d4687a6e0222590453a5e4e31be75d0414c28056_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7e5383d64b25edf87578b2cf05de47d46fdd2fb6f1f4db5146ead38c887f36a3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b5b9266258ab925a7dfd33b86043873af4c0799fc52befbc476f875dc44b810d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:100d472991b3969275774576b60f5ccffacabcf89eb52efbb744aa441cfcce99_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:9a6fe277560deb4c1c2f91a1d56678c5956bc9ba958b859eaacd371f8ca753f4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a2d2bb9ceaaf23ff8430662ff6b267cb36848b2cf311bddcdaae8e33e8736306_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f71926ca5053134743dc906e1c5bbf2fd148acf50e44916a936f3a8e98494a04_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2dbbc016c4e06676f796ec4cd51e68c11c96bcdc41de8dd37c82c3c5c0825cc4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:444b74ea4a7a8a664746757e4417aa7e0fb33fed32a4755d300e14a49afba481_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a330cd288cfbb99db498c3a7e7211eaddc4cc5e39b6343fc6589b958c6ac44ae_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cef4f16962b3d71927c90e2573873495563e3144b6e3e814acf5a220f1b27193_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4d6edfa2e5e9d6964a5b9483989f491cb5019ebe9af55116591b321b499bd12d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:62e2bae1dd93787bebcb5f1b58499693f4c6fd620edb3254b776494d2b5a55a8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a514202264b03a6c80a02e3cfafb7c6a86482449613b5ec0052d1040587fd088_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ae40b5055051c07b225c15723da95953a6a7d2dc6dfec8d0469d6f857c8424d2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3882b19d141998fdfd1197856ec7826be00034d72633396be628002953fc94a7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:39282efac8310ed389b4acc4ff3aabd6367800953c1e8fecbf17926306d1f419_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8df02a6889e22a9763b5c0e7b6934824f682f4683f2085f82dda54de427ba28d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:fd15b8944403c78ee3c0fcbe08aa5ecfcb7b10c14fe5f1a20ba4873295879c8a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:011ac49df806c01b3f64fab0b3d79355b2685c8fc0316653f34359b451ef2ba5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5929d673c5a6a568c88e13586278da184ebda4c9c5a9a4a1f9154ad0e66340ad_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d113138d214fab52ec3422cd3affe8d3694a1ec30b85778acfa8b114ebffdddb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d91c11d262c19c1f020e9b53da07db82b6d68533f4e697ecff6c722781b4a4ba_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:5865f0a925e725309c27dc1d71d0dc999cb01b4fbde764ba8def1524f978c0f1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:bdbbbd728c482c0c5b5e87af470856aff0c8264d3f490c8ae9d987f21d5bac60_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c1230c3643979aff1e615e1de9bcbc758c31f7508b9a3b25fd2eb323eb6b2490_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c7649d6adc16287d38318b6a50107dc1d3aee2e842a19e09822fb86fac31df15_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:70687b2657e8f1cbbff110582b55f3104d0c7f47a44ca1185a7f67e421d76a17_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bda8d910934ae595f8a53675c74094693de8e0a929fc7c52458b2a9f7cd0b4a6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dff9eb529ea868114b0f46c60f4014b429ce115b0ce949e6855fe29d9270354a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e56bb2c28d7ddd2dbac95451cc16d547718b651532ec69c85e8f0fcf5785d002_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1670745d88d0d92a262ab445f81956e894ae5e9b23d490fab96860957c028771_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5cf3f4d1346c07a4e065dad2df083934591b45c714f503b5b617d470e87f1db7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7adc722fdef132557c191e026fdac56278584f6e49f3902179fc443d87a4165d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ff467f13cb09556eb490743f878422fa2493b8bca683b8759d7926e8af97dace_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4030ffce9d00de08b95d660595f0f67b2b83756ced6c6439da14d36b0b923729_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4baea4cfb5bc4a7974f90c3bfbb25e23865b659fd078ec45b4c36ec0d11b78f3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:829d8937eb34548f09b89de6dd5a236ae58d6f74501f44c929538c281a8be920_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a7fc85a92b1d5f7f79d8a8a63e6d9bb4dfc66383ff175fbd956deb1de3127fdb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:78adc3f034871d6d77793932d11b1e5f4b2ff3e1cff0385b44811210a3c84dc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b836e8f7b31ba9c107a08e3be1cc27e73afa4045210d7fccc817c6058671aa67_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:cb550213a7e8671953d5b880c0b651a566be475a3ca0f5b442a2fa9b0bfeeb1d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f727aa55c29332a39fb4e74013b9cc96ea5b32c9cfbb7cbcd79c7031d1a6f44f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4b1f00007dc39d345013c99c38163e0adc112e5eb81fdf41e1acaa1e0064d7f0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6ae9a652c5693c55ceb3ed91fbac054d887142b0f55882c776e42ba20d1dbdcb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7ae4ffe7112d35231314490c8d02c6f0947b54c240ace11a87c07dad44d5be4c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:934380eb6ae83360d1e11f709c58d18c2e69e04b3246a02846f26f9879ca1edc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5580313395048ffe3d874dec574f7f1f1f21cb84831945de53a80856b4e945df_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9bc152718354bb245a765da17d12d0477cbd15d7eda5a86b8c5b1330287fec4c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c00d2c84a5f8c5f1c674d43eddacbbac05782b81ab98cff83b606c35b46d18a5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d74ebc7fd5b30afecc3d9f61ee6c74b2c0f8519514c5614ddfbe9bbc68227509_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:84ca4259de3e923248f7d50c3adcea713871d3d2da66f172c25dd391d22a3bb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c6381254579086af7ec69a4e610680fe0e532a26f7ce202c72d047b89e0db642_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e0eefc7f55d25990d314c2ceb50afe70f7746e467ab7a409fa3d1b44708d9ffd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fed1fbc1295974647bcbad55e52b199c2d3d4307a3e53e4f8b1db135df9fd8f8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4bbddb6ff2f7429b2f5730d4a3f529b80784f8e42a0acc025e78713d703a2efd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:53a0ebb5fda619248605abeda530cf37fdb7ce99e7b7314cd5bcef2d8d8b7004_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5e37b117f72cf1001bea772e1302186d8f86c0980534b7f359179a5e6926c448_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6891d22800cc10bd8d773d471bc71c4db64460efab4b30202d42da1daf61a3fd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0d1bc6ef87ea978c23ca7189fdf17ad0f54a5f7709a75a25d82e7b84ffadf984_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:107f2fcd3f606044c570a980c176047870b304f3212df747995f6eb8a45749bb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6b6e5e25d50219a95d914df16c1c4e761d0bb45a9efd054572e54054f27a6f0a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:dd60fb26e79143000563578f9d72e3bb7cdde4b73dfdfc148b27942197d3be51_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:053d5fdef0973f6017991487843da7a64f8a346025cf46a7c575d6a4bab71d74_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:26318acd09b8263236b4d266c735aad015e3a4b61daafedf266ef1115968f536_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3ed5dce28d62c36a87ff35dead5806fd124a187e48051a0d2b550b209c9f6302_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e06c4933f2806bfab0f36ccdc159675e5fe2a6a084f98065787d304d5df3b7f8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:055b352bfb76de2eba0b9f0d1a6bca199c6e913e8e95879e991c5fd22095c677_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:16e31b5411f5f1924cbcf851f1b0463302a34c31c5c515220923f7a2050c18e8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5909f73afae46cf2ad00a9a6f1c38d38acc3ab00a0b97ca419110492d7bcab7d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dbfe981d5b05078eb1158624dfe2f0651cad81b92aafbc671cb6470b49bbb89f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3b166e5b5529c407c2f8e372414d043fc617965696c5a869fcadfde2d14d716d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d3f6483b465851cbb520810069a18136af80ccdf79fc1ea80ddb4687ce685aca_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d7d33c165c3d0cc0e4924e8c8d34bfbd1d72e2aea301e53e4b37b712e94c06e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:de5e8cdb75cc79630290f83ff179057d25bfc11d37816c57b6f66563eb3a2732_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:24abe1e6ee078487af8ee8bdd5dbc267c18882078a7987fbd63728dc2b65bb75_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:552d01e66c6b2fe59104b8a9f3e1e58fdcd7b4d4cd63db42883ceb119ec0ef25_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c00c3c5e7e106cd6527cec39e5c3fba990d1986bfdcb691b866db80d59e5f82_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bed1aeb4f58c045644650615230eaee03336daf78d9342022786c12f29da670d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3b213ee7154fd814e8a904c3a161bc16ca7419163e8132ccabab76821c33b310_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:721efd9cae7cd4b43c6bd498064a6c427fa32d0ba848f8b0bf7670afd662bb18_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8f5f0f56604ecf94768262496ba1e29073e87ec16aa8f434674b308bbd00678b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d78b1c13b0ef255bce1e19973bcbef04d40c517301959a7f23d23613a95c1db0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:650f0e2357f8d302f10ee0a628868f985c5a8c8a4e6af9e6793a9051b33205b9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d5a3ff1bae3686aff1781b5f5f9e1a7966962b88a1e84ab4eb62751aa835bb78_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:db30f78340370f9da03fdee73445b72160c35d83f44f708d3a62c9dc8e88bd46_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e88ead481c18a7b6de8ba7f609a1782e45e1ce85f2a158f259bbe68a9db261b5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:0bdbde169ecd68d82366f3d04f947f73715797fae5c3c4561e7bda5b5080dc3f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:1d45937273065c5cdeea502fa388172651fef5a607db33ea72c49f2a50b29b94_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a562490081e5dfc0fea7306931e2dab3fbfdf76cd83768b7a43ea556aebfe4f9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:dea6dd04d50bc97f9e61330140f61a7370e31e474c26b3526e18b0ae8ad56c41_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6ff785742b50af7f2a15c1dd6f38eb69e9a1a20cb4bd635aacc57a5557dd1b4d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:d0e6151117374aa602349bd1028175b94eea6f8386832df622d56715cbcb675d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e8fea02d42c9a9b8e9ad7642d9f08d705eb6e4b3e3681cbf6281c7b8b3244ca2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ecac534bb32ddc645101f6565521b08fde95cbf0eb2b9c6b896c83ba23e8b6bd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:55e0877d1949d009d71821f6779aa9ee90484fcccb820d53bf53b90f7d412636_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:775af20537e6f4c84985145f44ad1ae2d5530ae06859c2549d1d85a2e4ac54ff_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:a1b02b9608eadb4388dc13fb5ae55fc6ad64788f93186872c133a0ff1f5ab487_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b5d732e8d36668226255dbfeb389994104d83ef2be461079b66557bb20d799f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2e983c69ea6e29aca4f36596a0c697c2935dd1deb08a4d3546aaccb4e3d78ae1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4ae2494b702a6c7f68a65ea730f6df3253ffe78f2d178b0714fb6ec04cba5cc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b1133f78075f3364ab85142cf6c8457820e2e1f31a5b0750585ee1adc1285ba6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d41fc7e76000bc1b4016bf10e86fec44f551b127e17997fa4bb13420219fb3f1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:25acdc169b3860a10f46dea8b842626acc639aec950ca7a9339e96a2bf1ed7e1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:453bea2d5f94523a88f37acac9edd0a8d921bf79409a260386fa458cb18d13b7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a70ced1330a4e7a0a7b81bf6b19b3346ad5bb6e26398c7f0577994d48712b2ad_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c2a6ad45ab46c0238429cd0ab59bf169ff368bf68750a011f481208e56fa0268_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:33afbf29add637cae8478b8e0ef6b3b465e4ee53b000467ec34fb1f3a04615af_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8056eca30416b0b93270f6c92d0fdbe4f1cfbbd6258e27a746cc379a86b6b8cd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a06dfb4e75cc6b0edd836cd59035095135503f35a7cbc710ed7b0e447fe256f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a820784083ee32f544efc474c7ded798916d1f077ddb9c3f4461de48747f4c73_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0ab4e11886c642fbcf7560f780abf9046b73dcfd7dc9cb0f086d9e62f87fb271_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1283ae9261afb1293b597a8da40611cdc1980b1e403de5d16669c5b7d2527dc7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:89ec13946e699f6589c3d235cb515b92ff48d1d5fae8e7892279b64d41b74511_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d08403f8114128e063826ee0cb3324bba9f027d7b2feeb6f7c826c9c4925579f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:2aa0baab0fca2bf6877260b871b3079ad96c37034e6f3d0a45cea4118cca230a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7f886a3942b81b3318e288602c88de802278bb77c5d11ba758f1d86f2f028abf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:940d02c46f06fa92818dffd1842010b652856e09cebdec33e0f0e1a1e9b1b5a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:cac82b041210a06cefe512e89c5755e972f6e125c69a0dae87e454e259a3c08c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:12466469754c88d41872c1a061c1eb4349cf565b5fb32db651f3639aff2df67c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:af5fca0ab8a1f5374caea5b38486cc97c2be9d884a55542faeaced44a4a7320b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ad60c87d6e05b51b5351d2490538c757547b43a679256052b600e3fe8e80a594_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:e8372026bbc873c38ffc2c7df35183727596993dde5663ec27a2c2fe401e04f1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:736b406850af746470b1bd5dbc61fc4b166133e9cb50aa528dc1210b2002d469_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a73525cbcab817d0472f544883106a359b9079eeb1d8628d8b0185e450662361_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:84664067a273cdadce55bb8531916e8d8edc7936bcc57bc2dd1ecf57adb08c06_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9a006a111625f85305fbf3dfcd9a62592357a6a282a1c8ea1edbc48b2ef7db05_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:adb84daa38497eef3d89a9b42fbb22fc04e94f708db4f1f02de21dbf099ef788_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:f81616fe8dcd6b63df308c58bc1b696f9b3c488ebdfe00d7985026b10d083de9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:07efac034de568e79f6ecf97f924fd5ce7104e9259d90747cc0fd3e0a7bf4116_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0bc9b2b997bdf9bd285382823ebb9806502664976c2dd7e7b0d111df7717e77d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:165fc1e58447c7bc9febc3ebc74f90096c6e48986789d4e66ff6443f1d30d024_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f516ff3ac172cc08e88f25a0531a3784ed212897dbe0b05e04dece7d62eb977a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0d455e21bddb7ecd4c5b8f077ea96f046ba3183d17e3755ae95f8cd112a81179_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3d291642757ab1bc56aa6bf8b31b383a1867b06fda7ec093daf361e3bb082624_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:91c0c9cf474e9dd3b7dfab43e3e651afcf950c183a51321a586d5e98e3b8dc82_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:ffcd35b620a75ac1d121b826b37ff71f5006684d9222c440785f06fdafef5531_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:56c2e0f91eb13a89c48ee5ebeaecfaf87dcef3f85bf7f7fab37e3cc6c9b2dd10_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:84e22659ec76ea69dd31d0c6bdb39b752d4e525e7425d3ad282c3ba5c16c19c9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a3669bd8567383f9e15755e7640b5af4e796ce1d6bec3b6f1139645b656f425d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:ac7eed19416dd31a76ce8139a4c1cc16f2201b1dbb1c884dbd20fc5a965b82a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:44020a87c575f01d876bcd559d0b37bcba2f5bb4337a4f0f40d65196a407910c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:7272870ff2a94fd3c026f3c3a4e985a2b2eb5c47dedebc00f2cc25a496ec3e90_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d5e64fad675db5b1a7fe03720a35eef4ef6497e49e928b7cb0a38ddd6fa9187a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f4d0e3f2751dad9fab70a9080102f7c0e82a784e516f993e1e84a8561c33204f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:174b142475167275c428eec2892e91ba557a1783a128749b9516911a366ef54e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:52fac1bee10c7847bcf6f7dc9f027764a183d462e46678b5b9aaac9611cfcec0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:874a6c39ad36a55efafc0b690d17aa4eba8df8f30831a5315a198e692e405592_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:af2f5f615c4e9da63b09f2b9f52ef632dc76793f51730ee67a96d5e99118d552_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0867d20104c147d58a3e119c8eccd725d2b5311bc563cb4030c18714e085c80c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:12bf752f4f8f0929752fee39067bab20d3af32f9d767e0eeed2cee9dc9cdf774_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3f0993acf410b536a4c2be24d23afedeaa6d4b02a8055100cddc37443a619cf3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d745b47be21fc6b98e8b1830c34e951271362105d32704cac1b1a796abddecc4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6c539e26ca346ca83a4c024a374f3874e858602b71794a1709b8a08356744b46_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:94e6571b95628469dd361c3ae5bf4bb88bdcf68636c0a7a6f007a19e32216514_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:978722d03bd0e1eb78e35c188516d960ed81c8b47a66e77ec7ea465634e44536_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f270599d2857493437426bb7ba58ecdeb0933b244b0b5e81d70be8f06c734c4c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:07f5c5ba5313539cdea53ec438fcc97c698df8284bba4ddfc6c7af4403873362_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b93c3b58e03d6fbfd8d73f6f0966ef5d616c0da0776f516ec826e4f5e0d4bf1f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f5aa864ac9d9a3e5c0a412e9bf6e22756f6232713e14fe4194f61b1a1c1ad52c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fa3603fc128be2cead70ffb3b0b0b5c9520f7826bd46863a86b1853e62a998f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:382e4343f73dba48761c24841e45aabdf84a7f4de996be6515d8ee7c3e728c78_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:840f25f86e1850623e2929597e072219c2119b08acee3b81e8c7aed1b92fcb64_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:8f9eddba528ca5e8cc40717ae9f30253c955be657f8475a1c4da66c257bd1729_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ac7a2fce2be014fdc4208e98abe50329d0af9b7f7af98fd27e611751a413b4e6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5ad568a42fb0d0f2b78702929b75ab8fbb41937a853b4344ca990776f48ff85c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:821c5edd5f5ea9fddd168482dc437c6eec19231d95854abfbf1bcb150cfe618a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8932f2fc5e81fd7165d50432ba8994896c9ac8b323d5cc798872c1770133eceb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:df49ea17391c34a0eadacecb37c7e00552af8aca3ebb648f28f3f805fb79495a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:58e02752411f5bc061c8dd98bc7dfeb17780ef24ba8c65e590e4d6c5213c267f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d1c95fad91fbfc41da5d6871fb0a3c07d20652b5fce3f010505afe0d24c1977a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d6bfcd46424e1719490ce37bff728ea278eaf589e052a90b3fb30a9110aaa298_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ef555584c97654b76391f8e4d31bf0200fa82222b3197ef928f306c8d70f4881_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:520b43e0497fde1deef41e5f9e51448fde032769f433980802097e1e4216fb6e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:de2a25058c3aaa6f98e80870aca51d8bfd16354eb2da93e7498fc804825babb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:fba545c7b9accb5be03b9bf1931c086a8da8592e3ddc9b5a9ad6d798229314b9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:12645a5f47e54e3bf3f0b0863c44b938be5c42b22f695faf62c8d918cddb03ac_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:529d46e40fd5f6de98cb72dd8704068e3b9baf4d3bdf91feb9c19139bd74c652_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:701028c843123a3e4250731e216eceb647411ce685517383b9a62b5af21c10b0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1b7392f3cadb8ca07f10d5681fa33f6dfe61f895e4a8a1874bdd5aab3543f67d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:693c125a5f2f67364d8bdc1a5e7abe959dd46898e7f46d5b3756746cf598e135_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:93f4a34af9c198e4baa449f7ce0e1e0936358afc725eafc3b8118df3d92d2b44_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:0e4dde634359042b67bcc5224afeef951459167cb8f36cb6f262719308f8ae42_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:344860750b6a6e567bb1475f68d18b19d6f79438b767c351c850d082648aa5b1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:efe1a0fb3394a117206bb1837b63a0ee828ab5b5d30dd7c94aa88afa04c94c2c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:afb18f280c123c44f1349b80bcab24c86d8933795a0577deb13bb651019d6a92_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c865ec93173fecc00d843737009627ba137b7cabcf8337ea7837eb9bd993a601_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d172695ad3dcae4be122b50a27f14c6cb0e71357868ebdd13336cb7315122fd8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d4a1f393e7762a2c7ff12fd634077f5bc5bdd224d7791eb7929d26cd16047dee_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:01050a4179625f00151e478a0571e64120ac6221fdbf32c969a18ae9872c9574_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7639b8403341003825286c0fd45ab34d815585e8f4b5b4d1a424ccfc0292e017_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bd76fd61510b4714518ec5191e315f83feb1f47402e32602b061a0fc09641c9e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e53bc4c7a3fa7103778bd3f7bdc4b6be4b5e6a8450e38eee246caa75d9f8f44d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:62414e285f1e4de212e28bd90e5eeb60730324d54a317434565bad8891435168_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:77dc7d2bcb0cb6289f6d8c3c3f4ad3c01b9e24b4f6969ac666a888ecc8a29981_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:7cbc05eb0a0d3210e378d08d879933d905565224d9a6fc00e3bd1a9ad6782557_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d195bea4ac0b3ee073418a3674535525622d9b492bcd1fb0448b8ae52ba262b1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1440138d54ba0f09184f96cb79557548c3c9f19089bc813f433de28654cd74ef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:203e3cf52680caad6f8fec2ca1c7c87d45205ebcb9e816fb188e74a5bc7496ef_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4ef6d0725b69e2867c44e7d7ac57c820b759a45c491997210fc38b346d7f033d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b1ae4f6e3577edd7fc9f6595168857af7fd9c08aadbca1642c2f9248205b8c42_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:2e494676f33f47eb13ce2e3675c8e7a3871d5d1b73a59b71623caba05364196b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c8183043eac4cff3a7c17a9de76a4c9df725db694f411b19dd64923d1de68551_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:c7944fe378873f5d5268ff872c52ca08908af41b7efa03a7032363c11af633da_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:fc53a478ba64c0557ef8de93faf1320baab34d4bca5f50bc8f74d4a8d3a86890_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a5e04dd92dd9bca8344f741151a5756e28fdd197e2aae26c13caf2867ee6ff76_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c16e427a9ffa0ef24fd07e6a21ff78a63313d5274eb3b1180f7c29cd1a9d11b7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:31630cb5049add8b683fc6f3de6cc20ffc530b72d45daedb84cfe62bec754591_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:89a876583624410a9d79c1cf83d94a9a7c0dfbd3ad70228ea985e45b2ccee9f7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:dd8a443d71a973e30574016ce343c19edc1872c63ed46b5f7023d304b9c4edcd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:63a52e5f035913f64e82ae6a617273abae9ee0729316d26ed5d4182ca0f50d11_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:754310c0f797038ef14c3ef9ecd934b6ffaac6ca60b755894212854289b9f405_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:49c4861778e7bc4f5738ff0f5cd5c542e9fe75c33057a4a0806b03ac75d76ca7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ce8e1af1e3f7d331be7a366560b517e1fc27f83f1382ca6a69a1d9893f260fda_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3478a4d3a1acaba3cfb3f1040320798b9d0b419a66b07267965d4ab974a3b440_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5db06d085c31aafb3f02c2c373b2de6d93c5fde72dae55d6de90f44b49b5770e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:634d04ee67f3a521e7b3cde560084491908f32aef4a89a1bb7d3aa0ae119927b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7683407dca1a355e731e277631b3d8522a3f84f1de664829c3b15db39b1f1ca2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4ef1395e47e1898bc84155ed4b4e3e4c72d08e4e7f2d19d9530d889fe0ef6b26_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:63631119f3411bf77ea1f622d77ef96434d80815531b046efe5b297dd5bbfffa_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7ee73740b3264500f062e3863e42fbd98dc3895f17294450fc90d992d2108d49_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:db28768861f567200cc79639eb01ce8e18fe5cb8a768cc01d3e23bda55431c75_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:09ebbcea16169b9ac863167c0e7f953717e92f75fc4c4e2bffa0eacf84519907_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3118a7eeb28d8388a06731c7bcdb5eba4a942b9c91a84e595ec0fb49a55bcb11_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3bacdd4e5501902865eb31e884646418bfb5fae90593e96b06ac0b7c3cc1cedf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:852556f6eb96442354f0695d6630e2798e19e31a5ada2ef01e3ca2571a4a40c0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:59ae16e7b7d2bc20f34b8bd1dcd7cf8d8d7c201b0f78e3165b11a592d1b08597_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8b68cda23f470048944c164b84fe27a5fb6a43fe739537383444c28cae451035_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:23c8ed7995abda7f87fe4031843205f3a99a0c57508c6218291762a60907f5f2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cca7e231ac39da3a210859c6280ded3a4687620493e3a3e0164a403271537b6f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:054a0d12730620c46ee6209bc9932909f653d0b7f796682a0f798ab3ac3b3641_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3281b909de7dfc5bf3c746e3e8ab05fec49fc8aa83dc8156e616a59c41ee923c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:d5efd9212ed22c89067691796443fab0b28bfc31cea94bbe636a4759f2e88521_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e0a34a88a67409e2b1cb243874cadd3de1c9c56a54ac225dc860cd89a635bd97_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:275f90da2f77f60d0a77e00936734ffcb5099fc8b5662e03de49d807a7632f6d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:833072794acb03eaf053f30b6bcfeef95cf1836ad5149fd97f34f3546a2e9f6e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:893dd8fc24cb10db16620d8feae352929b0dbb797f02fd80f025fdc7c78bf53d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c9ba070e466a5123790067569bcb909e291f3b2264af0aa152372fff9e64f82d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:6f50d9406911e5fbe310c94dc60829891609934e64983339b5f66432a20864c2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:8b4ce896da4126dfda544da09d04f010c0e9b25bdab6557adbab8d095905d535_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:997a24c33d3ae9914f3694b3a8cd8af50137ea48296c322b56dca53b4dcd1fcb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f80cee2f47779e24e07ee475d09fc697a4446a07f9eebb0813a7119eb0bda36d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:7aa46141209fdb1090d90f00d1a7753f31b9224e080b8c669883901846b32ca4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a0dfec857ddadf777961a71d8dd545cc798b921e083c8b5156ca7423f8ad8a2f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a5c047afb2066ca8740286ad2af8e1271ef78c2e5df73ed2365f586d6a101b33_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dcda877c69d0398e4744f1b7a2ed81986ccdfdb6f4da7fba75f29fead8b10f34_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1ff4a8a6440dd4d97adc3273253da14e081083c978edb5fcd05dea33d4cc888a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:2aaba77958b12e834f6418338a21b839a95c21ac5568a53b5f792553db772e6c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e5753a6fa47d5a753be2eb3b7a46cee0bc156b0e52bf75e4f192c0ddb3fdef47_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:ed802f61197fbcc0f1a8a916612ab33363e0e1866ae70d03df92469a2c356ea6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:120c1ccd64bca8bfff4b46d14f78038594a28f6d58c585b1215afd76c23c7ad5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:52dcfdc6c5f219f414fa0775b70e34118b319897b0772931e0861623db7bde86_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6b259bed5dc046510b7c3305f6abf86e4543a9ec5091505f92f573536e9f049f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:bc0dd85538edc7a80adc0fc9fc4e02051e7b09480250b5328a6b70251875b943_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3f9151da4d025555f4c0183a0ce07a2d0084beeafdc9f3f1e87a603053ef9089_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:919fe76dee99d772b668b57645779a63e1c3b7f7f40fe79175c27ae6d7e261db_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e19a080b5fe10b67fe48c28014879abbc87cf5077c32c003fddd171d06bb370f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f7708a1c1e0d4083c7f0b9e8d8704b91a4c823dc9435d5d3e986372f305e1fe4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:27bd19fa0c1eb00c55120e22b21eaab50f0eb75a84910e9d8a2fd3b5fd1c7dc2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:52c4215a49207586cb3f33bd1d35aeda857d31d34c80cbfffba02ba8c448c8a6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:62e5cb5ba2d92bc29a2087c9de9fed7978d4c5ffe07b0afb479eac93519c6df5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:68aa837b6a3bd95232abd62ecae3b040f2a7a72ced626c784c4062c2f28a6e3d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:9872321279ec2d108191f1f7e1764551e9c7099de51f595627db068a66fc4f8d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a06cb8024ab06fbdee295afe99cd294f6e05c36dd490545600967b8ff12e3391_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:1d3a2d2ae27d869506d3f027ebb43f0ca64451cbb635c4c412c85129025728c3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:c20a4f14ad0eecc3f88eda36bd65f1f390c6977a7ad5ed69e87969556b9d8cc7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:64247ff135642a32fb59a62cdcaae5f28085ef0578916b4ab2c90d31e67848f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:e0cf29f62ec486451053c661388f9a3a12ba42b84899b687fb3486666a42536b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:efc289b0278fc84c571d7adf9e9ee1f8b149c5d832cbf416803435e89ee0a531_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:47ac82d0289751c8c7e41da07173dd61836e606101a20b598c00da1cd1fc9077_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:953b8ff978f6523f4578a469d23dba6536d49a141b4e3729b059feb6d79a858b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ee224daca08de920de240b684ebc23a4da50d60130d9e205e88c904c8c755343_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f267111aa2951d22dd6a41c7362afc22454e365325b7a016d213505b7dad74f8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0ed3d751161fa47b7ed4bd2ec2c5bfff8ac5ffae0df22dd9a741cc64bbe2939d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:48bbecc83208a8895cee2c2e8ec677f59a688e02705a677cde4e9a8a52398d1b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:89ac959e411430e4910919132f95452d1142a45fc5c67088f15cf5bad8982165_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:db55fb30b025bb573317f113897a7bfa0dc729aa684dcdb0ac3066356b339bc9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:285f19a6dcffb48d4e6f6d3bfb44722f1828bfb2099a8736f2fc08cdd1481175_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:521f2693c3073993771af37d65723ced3ac83c7438d6ff35425ca5f663101676_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d1883837f227ea4b98d2442b46e5c07a9eeae549e13cd778f7c9e78494b53911_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f1f601e3a4951748fbf030083febf57aad02568058889b0122c8872e2d68d70b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:34298ddfd123342b87d28c047cb4a8c1b25b07352bfed57aefffdd92a7058b6f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4a56a0984384548771e1c8fa5a4a8efe93f472cdf2b64b01d6049b2f9187a684_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6765cf3c0f8d395307ae57019cda7e2aeee976ec060eea8a47703db0b18532df_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:8a8377100458d05864c6521e4b7550df73b5c3d9cade518067d5741fa9d02292_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:09ad41d3ddb9aba6d649812d1e48433f5778b1cd9d5e0e1466b34e6516b864e1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:7b3a100ca1bce2bced0306ec9d4b90a4dfe8596c5bdf51799aa3a7a1ef36fef3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:ace3b3b02c33261287a32253dd1c027769743797317ac4259c9102e0b3db6603_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d289ef93e6e179405cae0db5309865f76cefababf168006abf09fc3a51a32bcc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:20052a45d551f7e988cc0c38baa38f146df4d9d741ac71f17498d8ddc44a1beb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:55409e5fb153973038a15985a332681f4e3e41126f84b6a355c47314c76bdf2e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c143caae15fb4249757018e05ac8dab9abb20f405977cb41468ce6a8049c4342_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c5d456d739d5791e51544a45309ca3b64f763cb49632bc638950fbfc041b4193_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3ab4203333e071978d85f0f44f7342811d898cc388326db60afacd2395f8340e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5a97ef5bfe0456bc1528f2a3df7736c506e11cb61de5c41a1daf22162150b345_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:94fd7b1b27954fb59c11a010f4b8ce0a3377b38bfed7ffb20873a2f7a499f8bf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a936c0970ab66789c10a64cf57ae76bcab0f2f16b6b50e713373066f73d535b5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:34fb12d4fbb5f9b29b1b58e19b1c1b0eb27121ef80edc50a59e431a4e94638c9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:bedcb032aa7325e5bbff014f251d5ad91fff9dcdaf84a95e61e4fc4198f22f79_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d10ffca12372666b239a9fcde83a4b0da6c3f37fede3e47272bbdf9ebd2f0d91_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d5284bc6a4ff57ceca1c00af4ed0c46fd341f1e2a28b4f13b210ed327a25ebd6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:2a7aeb3139633e2014d99631287cce239d73af61e541f218f45a009fc151d8d8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3afe2f3016ac55bd947c98d1e4b957969357aed54423ca2f35955eac8639116f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6d7572f71fc31d580d355bc6ebf8eaa54e4285c53c7e0e418a7495a0fb8d37a6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d2236c41a640de0aedb4eb2f1ef143793288329513ec0911bc37ba688857701f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:7688c4b2355532cddd9b9d314d105127c494990e7079407d2f43e578610971ad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:91ee195223233fdaa6d83ddbc8e1dc33bc7811e4f1e6ec9f5ddf325f560ec38d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:c866308d315beaa691b25dfed4be0cace44628e0799527e9ca11d14165437d98_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:dfe468dbed566f02ea0ed9b5ed5565f40a00d03a344d2a230b0a0a83c783493b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:08710b0caf6f4bc16e72a89f596f33c8c38ba7742d0f1ee552336f9acc7f222e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1491efe6870dae8caca1a78c9c96f8b4b2956db3bd5eaa6bde59ee996506bfb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:2a0f11f0a1063e3ca7b8b04693ebe979e9953736d37f3dc3a91fa5c9912d79d4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:813fdba989d7b5a4aad5e9ce5bf5285b0e65745375dbdef899786d571c001b77_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0db523e5a7a6420d94d5d302b90c798737eb78f99cde3b887d3c3866e195b9bf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:18b7e5875aaad6e0bb8b12fa303ad6295bf3968daeaed2104f0f4ec3122446df_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:80c4e60cb2ab82621ef12774841d39e6ece9e9671114afd0d19b188dd7746d81_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c20dd339ba44e18a505db8bf726e2db8b6a764f7bfcd9e0d63d627d69c2378fe_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:528f1228123298362d5787e862306cc2605f3eb31fdedfd0deea7f3cdffb77cc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:75b18dbc6fef40173ab0c85ff4f9c4111e29afa10593ef9141d589f88b418826_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:e8147c001326caf53531a8917f91991b5ca05f31d30adba78a03539a6568009c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:fb390f9eeb4853d9a20c9bf02ac10e099238e94084230bb532029be4c88b7ac6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3dc8fa50d17a5074f03d58eb00467e45e6d74f6c5293bc57ebb8c4feb4323eb9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:51941876bbb8070423c00e3699bb193343e963358dcae8cc6acda94395edc5fa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9087e6df82220f673440368a5e81c5a0f3eb5e36cccc61cb40fcb56d92cfcadb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e3740bfa7355589784350a9dafc10849d32f1273327387b3b3c6389ba1e26dba_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:05f5bc9410d9859f1bbc1def6e1c74fd47781faf1ef26633f61b5d8f09ce8d02_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5e14d01db3abe1412de6cbd8dbd7d3598d5ba7d2af2f5e55a7ca625aaf8a9155_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:db0bf5b79be48f69d411611bfa74a9b1cdfe875b453a81ec5ea72a962c27978e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ddbaa3a482cf17a156f6955ec155eace13126ae83217c36c03eb2b826e7c4ff0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:02ce1779315733c6039fbd9f711d6c75da89fcfd4d6ac8e485d7aba30882b3ff_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:d29e550f223f287e258aa15ac71ec87cbd24e9d6888f22d82aede80b7902765e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1d43b37d6ee7556d8afe22fb33c7c9ab7a1ff5b2b38d6e18f762ba759015f87a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4e627ea7097e36d07d109f50212809b6477070750c0bfff14f3fe9d1d7ca29f4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:63e60a076755fec73f95d2f5ee948a50d895b69cd327296ac0925e301f5b7e4d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9028745ca618eda612fa2960f0327f19fb689eb36762515bfd71bb2efab0a0a3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2dc50c3c453049a1e81e8cc4559147a4fd4a3a6a9c140865f82bf628f2a45b83_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:734c982a6159e5c4077a12b1a0f72ad992b70f965873ea591228172e6265263f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b2a21551ad4c66e622ccd865529356920dc4524bfa4595e08a99e0e95438823d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3133ccf5290a245274c030f53c63dfa74d6e04bffa684808fc1815a07ebfa13_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:6f399ee5f4634353047061fddcb9092dccead96c6884863253b913dab93c2e15_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9176cf7f1c5ccd82d82dc1a8ea47c2bd34e2ddb54d750cbacf7735a04ed6a221_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:dc6f5e144468283ba4d04ccc155f9e483d085dc2f1b78992e5fcfea42db77bcd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e5216672e4e265b01384ed2dcd722b4a166490d66e19aaec457aca55c7e3dbd6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:4ca8bbfe3586672e1de22cdce9466b37aa0e11c5e9d94ea8da271aa5cad3df47_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:57488300ca265dfcad9bcc1a2861062d8b82c2b80e8b21cc3ed766fd187402db_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:660006e5e6826b13ea6d73fce4fe672d1f67479c44ed65dee68119369eba3c75_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:91b8003dab0652f1a06de50435ca08d6f6366e6e8e7e10a9743542b577728b1d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0017d40e539a56e2ddbf4a97b0cd94825ad5dbc9cd79e1a7e058bb0b11afec29_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:7a71babc3307efe03b8bb3f3cc5f9159a4868c215df70d7a78ba37b91294649c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8403ecd148b8f0aa7f1156fc1676307753967ae68a69948af7c3987de8178959_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:a4e02776f7b5a66943bad040650f4dc9e865f05a0911f4f9aba975c4b30ef517_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5d3d3cbbc28f59a6aefb1e54986e084ce49b69867d100e9b7a8eba17b764304a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5fe1d81ec73517468488ed1a60331a78733ce2fed50f3930b4efbcdff5884326_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:94a7a56873cf0e075740a1db93972f2b2505e7bc082f2faf2d3a6badbb52b08e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d1e737deb52f4f124e34889df5ee2a787db0ee13ef86842f415d5c18ff70498d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:0c8b3d458f0968682b8604cad6ddf02b1135b99c4682090dc78d9b273084a0ab_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8f02a07e0928906a1c075fc3510f3750c679361bb9e0fc7504610eb2b230a092_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9b174760063eedf3197e5664994fdc21f85cbc3be8bd1329142fb9e88103b717_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:e97049e759fd58cb6a2c8dc5b78df8dab7139f8868b1461a3946cf187b824f55_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:17b700ef898288bc081220792a7a95f4f1852338d3d08dff19ea02cc9d957239_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:675083e881008c57ea9fe8e73db8034a66a3f439c6fc1862db09503f311caef8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b94730e4b9e9de7c0a99431f90b42a5368aa0da03869eb8a71dfc92dce27ba7c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c5c12b41cdbcc18c98ec1632a0c9aec007a9672a742fcfe89a5b104160feb698_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2c51c07f11fa78b44eb528339da6291d1c660451a0c9774ad7bf8d8ea7744ee3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4d7e15ae24207bd06663f5c9d55564e220bef28ef150f62d2e9622f569490acf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5a51836c3306ed97366bc3c8f24a8f9e880628d1feb98854eb5dd10800bfae83_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8231352f700a733b13de64913738e0de1b89be5046736077f7300c21fb778aa2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:121025c1dfa4bb1138150adc737d7cf12e69ce21f10690ad8d740c1c1f2dde4b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c02ec1e4b586a812cddae6ea43cf42a6b9742d062fc12c18c2414bc48b5b96e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4c94c8afa17ce2348d6198c2914e9257ac9510455c521f6539ab17877b6fd974_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:70c7beb1cdbcba3eb4fb83fafaf740145b81d510ef56d5ac59ea4bbbfbfebc00_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:83efb138b8bd5084f7dbeb8a59fe1ecc2680a20d5853b7a15f47e1f87929fd9e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:bd63fc568a9ceddc67809e2271de8ef4d57ac8af283861a601547a6b9da2dda2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d0d429e4a3a0a9f015725dd965d4317e67c72b3fd846ef4b04c20ada4d067eef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ecc47300fa59bdd3970f0baf030a75e1fe5862d2470756cf32c389b1eb89152a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:53bfb1dd8b4f99a0252bfdad2c65960877a4e722f5ae88591eb87d6800d1d98c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:64fcb6ccdaa30c4e06cc91a40273c6be01958ca2c048bd39d8a87e8c09fa7d55_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:bd7e96fa5e3db517c91323142b8258555f04d93dc0f164b6e83249dc0cd1b416_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e5d77db3010b3e1d31e14a0bafb1a5e5ca62dc03b7b0bd2097b198f6be6ee442_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:0488437dcc9ca866c5b96278686ea20b5732f8e8038af90889fadcf90f1082fc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d1bd0363eb8c21c0123522b814b140a7595a459c7c286220b4b6fb0b9886a115_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e45c7964c5a89fbb1a8c6da3a905e2caacbbf8c433b0d56d1b260bba151b3e93_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f52e1ea0175eb2af0a63311dc0b8acc1771c53a7668108d7bb7abf2b814e37e5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0043c8e63c3bcf98e33fda7e5f532143b4c8fdbce690606bf469e932d8552062_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:465c03f230a374b6885874b775473275fe8866f61856fb71a8e2bfc37b712ea2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:c730b4b9a52549bb6204deba37e28ee3946758bc86f27c1b886188ba0f164fc7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f50ed1d01f799f00ce20f210b95774f2dffe7137757ecf86544c71a9f621f402_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:56015af081c97939fa71d978d511ecc0e93ea6ea89640ae846645121531a4a86_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:82a97e06294f2bbad05dd72f91d692449eb4094ce1edda7d651e2f1833018faf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8faf68e17b482f07fd1a4ae8ef292fd44fe9de5369d5129c3945acb56b5c2f0c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ae7b169bcaae3569a946c84d88d0ca7b42b530b475c4afc4096d5db36aff9c52_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:02335c6538b4fb15d9d4e2a831b9810db42f8b8fdd75cc6237534356cd1b68e4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:84a9daad04b0ef97a77e258c1b490c9a9c1ca502079513184e43145467eb1169_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:85c84e6100ea0c4d783b44a085cdda8be9b580b073ab7b191a70ad3c14641f9c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eef5b8e84cce56cf085ed8f8a2ca544505242606d44691b6d0beced7c942bf9c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:148d9d31314b0ca3dd2667aadf51d9a65cc88cd872d21d29e4c85fe25cbf6410_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:87bd671167583b8f46388c7e5853509fc9c20439c1b5f57544117fc9e1b1b5b1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:dacaed2c85c23db8c8bf2b754b958ac8990a0b0e917e4885b39ed62d08061fb6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ec4ca8db357714672338a773cdfac91101641ac1ea56905a5dba39d13e8c96e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:1e01dcb349b9e3afa77e9c217b2f20dd7c9c98f7b00be3852166c7d676dc1c58_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7a453727eb7aad288301bdce304da23202950098592114e1c56e893828b7cb2a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7e9f67b6e1c87741c5d56a3e95af004dcfb6d6c9cb4267b0ad4dd1aec7e9cb1a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d9f12bee214359955f20c9b4c0218febc8868cd47405b362dcc6ab05dfa573d4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:36d864188a182dab0197f06376c993fd661689e516dfec4c25f9064eef6db0a2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:38481cddbac83c19b28845b99fec4f4d16d46aca014ab18653c5e7fd42d7dc9e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6c5798afafe96f9c1de300cd8b709030655d1c92d03394b069b3f4100a0a4334_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dc248c02585e41245eb8e16fea646a6f1013f5257f5152dab0fd4634073fe15d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:142deb80cb8918201dfc20e0e86c5a70e704eb589681db3e019d0eed0a8bbf1b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ff7c22adb1ce27c0944f94a4994940aa6af3c4db60cf184d0865753e0c18ddcf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:09664db13d4f9022495031effd53a137ebbddc0e61fec151a26e565a02a5bf40_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:9b480de86de7566594ff61c147bcf0a6e8d5f2ac52ca37a2ecc32909e02850c3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:177b77bf798f3ae19e2b67467ec324e2352c47a2fa4f803c852cb7d5514a2b80_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5587380364defb07d81f5bb93851d7d726780e03f561cc5c4010d6cc4e237079_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:503c53ef4cda2a77d57eb611638334ecfbbe08f384e01084a0f2004aceccfd5b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:ccdfd936b1e904b115efeef06cfb3c1b13ec6fdf123cf87c9ad477ab47ea4d04_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:1f7ad22165ad761cdd5fbb7f037ad342f7b9a6f017b80ebc9775edd9bf7388d4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3ddfa7f1a01b1dbf4d2e999da0d536b8f3600e0143dde47fed1f6f2caf15a7bb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9aa910f86e4c953069c3e45f3c2db9702a8cafe753fdbed42e4c23f4837660ea_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a2751c4e48572281043cc6468aa40d2b3a8a1eef5897cef386876fc08de5d791_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:00fa00533e4616bc63471ba4e127f163a2ce06bd8546dc3fcaf2465c6c511ef1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:65d4474ec56e4cae8542f01d54006ee1ccf15c8a467dd7f784f1df806507296a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b1410e826283f79823ba6cdb76d666aed69449a847936c6c634593f31c9795b1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f3e84cda9ee1fae57794b0c60a7b32373d8a95546116ddb326751e9df0d1706d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:059c0bb97591ea1d95bc42274c6748438e32ef113039c603cbf8171ba3dcd1a8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8ff741a30a8c2059c8702290104db1f897853515bea3d054f5456a0faacd3e33_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a523a7ac9b9119290e3f27ee0b0c7a5d3cc1d8f35ed4e7aadcd6968dba6c593c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:db230edf37a3285f5566a6f82b660ff3394caa80c95276bc3992a3f45a18a59e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0dfe21d1f2ae4ad05af6aa896c0bd09417c03d2fa2e37a1cd3c7afe9d9f506b1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ae88b0138b8b945b1ad071a5ac660e6479f3e2c1ec261d80a4d7d862e94df269_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cece82ea1f03a889d37a2e4e1d81eca34a73857630b9874d05264c12ccfde18e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:e518e75c0ec848497d5dbbbea1505cd3fa96387be78d326f44094d341d1aeb69_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:4b9f7900c251da09ceb0c5e36e87322030e6fffb41da15b022e52f26967214a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:6bcd28e8610dada7b5ec2b6e14aecd9daf0542ac8528b8a1c9bec9b5c22e6791_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b4e19a3b757309f5ba13e3762e2449003ab93a1d3a950df031d0c5f88b338461_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f3745f0a10aa35a13620960671ed4e2bace1c01f0440c1cf222aec37ebfcdd6e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:10a4a0d9d6cd4779461dc27ea5660513c80c4231267cd5d5cde84626a52d8d88_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:394f1ad167455a316ded12601110de58f0666917302eee8a2933932513aabd70_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a0dda1cfb8ce56f6632c7dfc15f2d7c5251a666f7ff34fd78f45a064ed9fe8d4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d04c463caf59ab32c381bf6c88b9a55ad9a4934dab8cf66b1c80f3743edf28e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:674045072f2c791146899dca69772cbd83d8ea11305e024f697b0ecb2ecbd9e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:80d008d72e748f6d1578f0583dcabb703ac8154853cffdfa6c332bf2db662da2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b6d9ea5fd88f25c46dfaa17deec8dec67f3241a4e52ffb5b598ef77af4437da9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e18f121c2a8578ab7a54b48347a671e8a1e315e85f894ef67b96161a490aca44_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1415356cad67eea021d0adef8b7f8ac8524035a4acc3ae7080f26f8f3f7cc959_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:2f7be9eb683b2d5c65aa64a28e11bae43475f5a828e8768d468bc24fa0bd4ec9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c0f27acad2634255d689355942e8c0d87f624c269eca0f11b1fe20b56b22294a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:dcad2bdd0764804f9dfad2a4f33eb2fc105ff8e4cc1d2ab31c58ef2903f7cea1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:02dae90a28e2afa83ab4b358378b616bad7c257b8f7d6cfa2830092b7d46fd18_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3e0b68fb323e91570216f90ae2c79cb4bd35149dd62c496c39ee8fb615b62888_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a6517f52e257eefc0602db5e43fd946de57db13299d5077b1bdf872754253cb7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d6c465af092548962fe617a677d3398c6164c398602d7575ec09533d9654f254_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3a9586b7d44c57c683256faa5d9655285105844c74f728e4558c6295f73a3aad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5dbdf857d018b118ca8bae8eb52b2e117348804dae51da324225ac9d9a0bb141_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:7dd0655af57c7f8d2aed0f88a4b02ff21d849bf9c8cce7fbf02aca7d322cdc12_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:abab20e995be8b61590ad7dfb8de0bbb7c7459ab5413987562332de2c9924924_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:6f1fb02560c0dc83cb7ebbfba67370896f2d3b21835311fe5af23a06f4a45142_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7a90eb33844a25785c95b0e7332991a373e0b70560f979e8e9d1554f9d021545_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:92ac319d44a3a3d8e68f29488cd75e71b42dbc98b5898f662131f8576178152b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b8c7d5e513d5205014f53f22fddd4ab5c54e62e62e5813459ea68afd789518d0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:788b2252987b1992fc9c5d855198aa50a67048cc4d0a1e28240953e5c1d9528b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7a2a0066a38f2e52be47a1fec5c9a1ec458550d7ee6ca1232579b3fc98b7e9e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:939c609d5422bb4be66f482815c70b170d51ad2ea9bb0675a969bdaeff35e730_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a260d94b14808490a417d828423550eddd7b865035b631e9fcbb108d8eec6873_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:9f38e40a381edde4d367a6baf50d6159bab76aa34f7f932929a118960eb1b16c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:bec3f4da4ad493e8e34e5e1245338929dc916772222817e094fc0cb7c6370b88_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0816f94cceb27f34725d9c3f041003d61b9730a3c602b48b70782cf5b3887818_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:3d106f2995d5dd270eec34df31ac33f4a09dac0bd79bcd2031e9bdc35f20878a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:2c50f45d634218d512ed37008e62bf2718cc4275a9d944c845eb29bb19d0e700_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:429368ffc93f60dcb14116dd4a448f7688fabeb9a499b4b7c9c77018f4a31c3c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:48105c86a370a0ffd2c536e5ba75ea80fa94b09f2cfdf645a9fbbb62bdd1654c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8b9490cd4a69fece37aac8ced57235afc04a3389e16234c3a3f1d9a4f8a6d34b_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python-eventlet: Eventlet HTTP request smuggling"
},
{
"cve": "CVE-2025-58183",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-10-29T23:01:50.573951+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:021a57a7ea58117b5942b474f8899924fe7ff170b234aaa301f86ff465726ce7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:37283f08df56189fd19f7052523f5eda5a5eba0096c32fc3926eda3bc9398a8c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:459032d57026d4dbb2af370f796c28a69e2e30389a84cdab0e43de4435d980a2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:82ebaab991c00d42430890eed6322e9d060c3b4581ad563383a7d13172de4c08_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:244a4dfcd32e2a6bed90fd5e452b63822af9eb60375b9ac45c1864c2fccaf765_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4eda87164b71e7c6fd8b5a39ea77bb1bbf138f43d5732c08e314369b18e2509b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d2d6b9b7d7cb72703bda76e6814e5714b101faa03b14f55507b82dddce6fa09a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:f5f2d566546e640f59746e3616b98dab55eacdd33ea04b7cff887da6cafbe380_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:21cd6ff9f8ff53d747746f2d772344a8a9be9bd4582d641a0d6814da81e42dc7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c16a9db40d92bd605eb9843f2fb30f793e9f807e924a98f58bdfe9e8ff5598fe_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f7eaa545a5719eea518c0d48a5010a9e729ca7657f95712b86bd091c6906ed9d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fbad6ec51decaf69511274952af912054493d07f8de4aeb044b0728e015e331b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4b6ce9a91e0408d0869e2d64ccfba93b8b0587c8c4514c024093e47d520b7b13_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5bab5f51374c260e261af4d094d6d834011bb00d20269e5f87c670ab2e5fc50f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:b046acdbaee02a88bc76e80217864aa8a933b4c624abf504bf40b3b5700a3ddf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:da7ec98aeffdf151279fbfd2d45163722323094e790ab1e5b14e3a75bebf7ba2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1320fee14f620ff211195e536a81bf80c41140d10d8493dca37f484b4803e1a2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:69849de1ca4d23c9faf12777ff7f26deb7eaf3026725512e29e7cfbfcb5e30dd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7ae48499c990a9bb0ccfd436de6e4586ba27e9fd4036b4efe76299aafc4520e0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:bdb7981f8aadb7c27bdc448ce4baed28ddd8d08ae1a83af66255bc70d3b87d63_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:06477b1ed6e12b1088fa198f1158cedd852d51773f75622a652220d147aad66d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:73cd8858eb6e706064aa3fb5b397696ad2a8d264ed9380ceeb8d8d89afa96914_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:95a5dd3ee93857d9e65d57257e2864774e0f1aa15d14c62765dd110807a7e983_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bf017210bb8bfbefa027c830656e83b3db86e940e5ef1f62e67fdc84545cd118_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:04441c2a5c244d0a76052a2e071d994d81415da2cbf49cdd74d3b64fae89fea4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:50caa5c63088b2cd98d85bf793eed760beae31c73d8cccc60f3c82f7e4a436f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5d302fd1e0d562fd3074aea7fda53b46878dd5c27f53b4086f43e0b60c69cd92_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c1ec441285a07891350ef5b92dfe8cdef23f963d39ee86b7c2eaa0f29deced63_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:29924ddf95c884e61e24bc38d457d4bb997c5a03789459ef7565f2350c778e44_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:865ec06e1488b9c81e370e48824dcd003c617f45198943118f99889c9a23ae5b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9c28ccab17d26b72d9ae5d65f7a1ea11bbbd2cd39076f517e6655b9a35a277b9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f2a4bddcbf9cd3c04f90623faceceb3f3633ebea89954ddd26dadad9b6f9cc1a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:0f34558006e45eb8ad74dfad87ee15c34e2d5bce5f192fb00290ba8f6b2e06a6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:a0104045a7c163322387f621af644a79ba8b3e2d44bfa4094db15fad792e7825_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:b83a1577d6d15ea51ba7417aadaf190944d02a36e1067ff9973b9b0e59f207b2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:bfeca6b1d120f47ef42ace529f8663c90e420a3d1067891268e0fbbcd0c8fd3b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:09fb74bc16d6152ee950f1e2e01a72244e43c030205e6878577ae8a288f229dd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:933bdee9a720806a6c7537ed79ad75e25ae64144eb7e738942c36b2a72427c51_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a882578ad9240c994b4f21955809f6d332965cde3686fd2da1c4bc1bd89181f5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:eb823609e74431800e5bd7fd2399e11d17ea8cf0a16a578b70f1447aadbfe8d6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1a4a79d38290e993721e5a239acdc973fd395188d4b47ef664716249561f9b9a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1ab570c571e5291796e3eccbc336775207aced63674920c7416c67fdcdda5ef1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:46f5577da7e69caa3c941ead5de0ce8e373a77348df4c9dda922319a47533af0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:dfb1568b260cebf47b31b5bc5b956dd573ef5e10f5c04bc7951d4aefba1e1c29_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6405c266dbbd8b035f0fdec36d4663fdc2e3981899fec3828e7bcac0094f981c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a0ce68bd8e54f1975c89b6739bc6d94e9ad8214df431d1c41907866dab1cd9f6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:bdac9d54f25066cf36bac0fe90d1df7d89fb91d49ac68c09db1cf14862c91b43_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d8254c11772cacaf25e2a1b24b41a7694b530246cb980ce80caa5298acc71c31_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1b5aa2a8fa69661df2b4cef49e2a8e25e20ecba84ca80d5c671d8cdc73e7e31d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:54c656c9b7ff7f7d9412253dcb0c4484233f4cbe77512b63e69ba1532a4a41d5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a2d16879e07bae5f6eddbb5615c313001ffc4b74e91849ee9c2496bbb5996616_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e37862fed49b426c4344fa755c3442dfe134922b3b5a3c80c4bf4abaea7e6563_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:04e4334b0ce10eb5402543501944e72b9230c79f470f5976f8e5bcd5a18cd28e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:34a11ddd5af5a8d2331804ab76c6319587bcab73bbafc10b6f710260e5ace5ec_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:86ff72407e38fffd121bee52ed9e1229213f5db18cf1324a08296597aaf494b4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:edd7568d61e33652709d4bca937a801a4eb6a0f134ec7866eae3da1f19a01400_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:44623a58b3a052f8cf871befe578ff1419b5a36c9f61849bdf58a15148c3f65b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:78ba410665c68a41a5adbd8422a349de2274be894328ce523364f1ec2a71be01_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:823e1e9e7e7743538180596210828b19b6e3c8f435a7c792be5b945be76d9956_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:eee0084caae19613373c30ac9d2f25de2c202dc83cb6b3077baeab3b2ca89c26_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:17d193d080ae253f4e43ab259c28fd84f5f738967fe2ad4b6528fd42dedb86e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:36ed0be4ed17c503bb07435b198cbd5e255660bb1e72ce49db7ccbcb3ce92a23_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7c1aa77f92efcbd6fdea6120c75e2cb19985aaa2cc48e2d4d3d4ecb87df0d277_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:d6dac5da24656ce0a1494234b06783b5e4ef052c0d283e66f881c21d1766c51a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:380b5a968a30fa54a963bacfc37767a01f6067b6290fd2d877d6b1943a7738a1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:6d1570e8f771ef561c5ddca5410cb86dbc94943cb23b6f96fb2dbe5b9a2f1823_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:7a9f65149b802b3c2ac4d2a96bf53c1dd6eedf8c5fe921783962197bbce94207_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:a99a994a160375e89550347eed1631bb0d12bb4dccf7ed49119935520b744235_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:22b6a40bf066153e072a2d22e48032b91a7f70e2de0d38b2bc5665b72f5635ca_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:499dba655c620472ffee2c73f5f6c53599dcaa8755af1ddf60388702041c6cfa_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:9f82e685ce4849aacbc315249403939d8e9fa55ca297ec0d829d445a3133ed9b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b11b0fd3272461cb95d4f3c79c5c1138770085b461fb8c64c5f19f3f2276abf5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:06ef27c670aa46891c208f0a1ce5be98a92a321e81865484c17db725d6c48f6f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:50187fe1e5905226e869fe96d050d1fa6c91c0ca9f360456030514a0f3efa2a6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:828613cff0791cce90feb1abaf17c31f8a89e409f605d23ca79904feaafa8cc6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:889a2f9b69467f174deb05d9f57eccfd85e8f6e2ce2620a3e3b5c15019a108c3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:381cea76282031f4a018997a2ddcaf6222576807356d45ab3357b52a30f6bb3c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:604bace7f2173c964ecf1b54fe70fc08abbb7a39fcefd21af752c7a12f6f5a31_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7acae5b318d8162c7da445ecc28ed374eb1db0a92e3e6136f1a3d6a82bd75495_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:df00671b04cef1d122484a876880dbf4cc250c63730537fef7e1651b58f9a9dd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7246c15cef44f3945840162c1dab72daf8c0c4999345aa6ba148dd34597f4ea1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c7fa305a0d4a592411905c2f44a8218e25caa39e293ba68e1c84458683c93979_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ccf25a1cbb0c79753f4049cc37fafb77d0f8dbdd896e4cad7e9674877dc84589_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e1ff850187bfcc5e53338ee32678873692eb81a7bc72c5d3a928722571d312df_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:bda6a57c2ad84239536aec6a20a9c37fbfc7aa13c994647427936bf0b3b3361c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:49da4e953f3ab4d734c88b4371082bd9c6fbefd00875d8c3f0f8e58f060b6a25_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95c4abf5e354b5a324515cf6e69195ad3576383386665683d4bb8f349e558416_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bbc0c1a5769338492d873bdb15757525f69e250f5a4320d36f249fc35d57d356_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bf5e48b3778e040c4ebb1a8b0bd2aca2e7814720fa400115ceed9e1745f3e2fa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:2b26daa64e5d4151cb1cb91cf459afa93b2bdabd2b9d5d28585bec72484c0e63_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c2d77eab011a8025098e1254c384f83af4f7e0d3ba9e6d2772eda689e644b036_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cdf9f5f665881fa0c5a2f3c98e4c99673dbe8a92cdcbbe6b80e9dce09f59a8dc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ef4521604c721bd0ae8a4b822ac9584d3c7c8a80c5ecfe263da6ff9500d95ba5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:29a5ed8364575efa8d539b05c002e8b82cc57350d4c015303b4fc46b06903eda_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3751262aca1a347b013648e64294520615e447cb875b1e7c04535c9c5e843ccf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:5bdc6dd4698facc8189308328f6fc62ad7f4a3a5bf8c8a5775fe6e966eb44eeb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:e4aa456e8c865f66105e9f1828b455bf09d80960759209703df345a559b36608_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:74cc690a06a3f7ede74550b2416957a6318136ec7b703de33588122e7222eac0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ad7055ad351c0c24582721dcbf7f422b6a31290104530458e456bddd1a637938_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:54ff1a36ba796e5b88ae421a3836220f5774f0694cd49da8aff5f8c1efaac958_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ff8879335cb7031227028d3bbd5ae3c882c721871a28a42216fdf94885cc48f0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:4bffd0baad38d0ea6f54efb82701a6530eae707565fee41e2e65682a990267b8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:6381f7fc63ba688a5514eeef31d629e8e6cf01d6910f29f7dd38cc48a49f392b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:6792be8aa7640d171ee8102e5315ee2cb5e51af62f7f9ebdfbb0b54e89e35cbf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:e168e04989169bf67e16af77f602c8d762b1ef424f4abc92ad8ef8a135d6fe69_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b9e9f7cb5894890829532f10dda00d008bc5745b999b76daa26b5667e00e0b87_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:f8ab11c42ded9679807701a6c9564ff67b13ba875e28cdbb7663d9382f8e194c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:203f1d7c4feca08547dfa923507640370e669f83029fcd373e4e93461cce9421_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:8b16e6a9162b06a6565a48f4b05f3a1681f9f6349278d4f44d93ebe60d96c566_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:ef131d257bfc318cd0071ea2867d209fd8088da69e92fd3d07bce2b86d4eb2f4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fd5a0222754643780d37e10af8b077bf257b5b4be2abfd2393f0423a4fd4b291_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1f910938470138dfb6656b608393e46eb5c59d76edcca34b8bbc7148f2479061_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:71ce3309765f3dea75ed45541065b35f0aeb697d59b013294775e84b780f361a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:313d893f24ad6f2f8c7881f418b9a5e9c499674052a97434372d1d079411ffc2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:93bef2950591dfbc736a80f6a92659b6868991040450c5cc415d32e225177512_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:9487390a62cbea3de31fcfa46d05ff56a9d088426101b056254d0a3dddd6631c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:d4cd54fcdc26243209c918dbb1dc54e940965cd12cb6d05259c0ed45e3755516_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:2f9449039570a38ef4191b3717a9597219919ffaff87b645f06c4daec74a3cbc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:5d72d27d9247c2a9ae05a1e496eea2c264df19be8a566147cf5cdf378d82ac4b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:2b1553659b6cb1a4fc9e75dca05c4117d98894a5ec55a650fb60a2062cf1b79b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:35d963f072ba8d1d78380c48815bd2d06dff7f1917e493ca64a37d319988e6a6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:42870b8a98ae271ad0f0b23ad541bc37a9585e93dc6822f149a0bcf53c78036d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d797ecf477151c6821be3fb5e18dfa8f8df04233fa9f7da7b554da9eb38f0058_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:27d55172feba74eb9712fdb42300721acfa72e5d3739feac7c4353f8a36b4b38_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:5bba9f8444a0daf6194a6eda5d1b027781717446435ae4249a558a31fe17e06e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a8840079bf9bf05cf2f9c4a7f38bb45b09baee82128d12df604007278fbdb198_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:effc3a9f6c7bb400163dbda690d84d9ef4d40736105a2594209efa8c0c5dc80b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:3b6acf7cf4c49d979d30049d80bd265e7e8f17331648008bb4f9033822ed0a41_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5b377378d275c0a152365c6dcfa6e5f51a30de20210991ad8a4b5c45654cf022_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:855e978f66e69d149f00f5cdea64c68b677a1f2e9e1c28f3f67846bd5497ea9a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9bbfc2d46e0e771ef7bf390e121f26b0dede58ac0ab6cc04e7592469a78ae5c8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:101533b9ac484f5e8c3f1d95b742f3596fdf42d6a706aeca5712648ca50e8ce2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:2918100b369a980a69fdd9d0bc0fc7c898bcdde23f8ac8c9a8a22066f2b1d87d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4f2d8d750ce5932589e4c3b10579f00da60407a89be1976f3b54184c997650ab_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e7b4095c367aa9811dba1e43cda61f60b54b9536d9900990e7e6eac745ec7ac9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1bb758a596fc11988a09a696981630bd00a73dca7c4ed52799f722ef87db6a91_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:50aa9b6ba005c3f004568e82cc73eb56ba6342720626f9a35eca618fd1ac9cc7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:982fa1221449a4e78c06e6a13b7ee325b8951a8a04d0014939dc49b13c6ab79d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f055755224db92970aa09e26ab84f8f8c3a67c2c8cd442eb4e7764e3474d4613_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:719c8857fcfce93887b77a94974d418e3bf19befe0ed25c5974bfc7ed53814bd_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:90f04dac670c4d0c505cf8f96d020c9e3f4c0747b91dc2a2531db407ffdcfbd7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a921b1d40f1ebac4edf1d6bbe26fd7e39329776044e17d7f2409b20792acc271_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:db281fb5bc3ccd949d2156d7eafe5691ecc317c3e690f9987436d8b4317e6ec0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0a68822ea4fb06b74890aebdb694cbba827a5c1b9519b5a4d2086a867464fa2b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:38a4de43972a5ae5404ebc5862329c0b59ee5a6c72b5e3fa8be3171ad65ec713_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:dc970cb4ede420e1d131a6146d256269ca6fb34b633c17315e6b202723765bd7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f47d18b4634f6f675e50f165a805f33970a038843dd48fe8a02b3924fa70e8f9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:6731876f6a37e6e26e079b4d8901f7bdcdcb6f34f8f27c850ec813ca5b3a9543_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bfebb3f4a3a9476c2307fafdc5ec3fe7586c51dde9c5448fde7d34e37e2f45af_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c6b9b4bd2d7210a42dda555d8375807bec66a4f8693fdf256042b49b3f0130c6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:eab2bb53112191763cd944b3b13cf750ea9390b56d7d14d312183ffe56d0a394_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:3ca197c0d720c1314db2f36fdd4f1fd81f0b729829f27b39508f0a6e7ecf7bab_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:475e121c7d6f480d7d2545252a7b59510a66cfb609f586bb587595ccfa3b71d6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6cedc3acc4032d410aa6c0142de17e62461401a772a09c795371238dc00fe91b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ce34f62e6953d64b6566905934afc4a1f5911ec68483f5ceecb59d187e37a955_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:2037952b4938add2200b79534d571adffd95bb0c6ce04e7ea4a6c0ad85389771_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:698f43ebb93c00ee0a916be218a7819d0a402e32c12724afc51f2323c26d541b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c247cff3341da9969055ddef313806cda81c2dac492ce683d4abcd5ceb5a9bc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f12ba7fce7d3a13280d4bfe412b9b54ca22baa52b90be0fd7825ac719f1de068_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0d06e661c793f5524b749bff4124ebcc17b7acff1b57a672064c072dd7b0390d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:484c08c7c512dfb681137cbf0cdd45f42ed4181a690076f6dc6920724687655f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8a100494af630b1dd1ac3e0a7c75fba4853a1e7471a0b6eae2f7d6b7762beeee_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c9329187e9bde81fc4f0b4996c909fe4e9354e58fe353340600532153254e5b4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9143250b98cf0e2f2b3ec33bc25a856d0b2dd432d1994740e639bde2ed1deb29_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9a7f2845529ffd78d9193a8329bd1761b7723678b83e8d5362aaafa657c398eb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:c6ef91fb95bad775d172019ab1b5f9c275c2302f85f04c0504273be57eab1989_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e2becd018c34a7c29e770fa329cba4f1a371d4b089451365abb35acacedbcdfb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5279e457358edeae97e136d8067f05d60b4b806c92e687bbd11afecda4840eda_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5d76a917f9cea787b11ab23bed912261cad050e397769c94c1b70cac389c48b0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:88237cdb1714ed0759ff8c96466010145ff8cfd60a7dd3debec25e3a2b33200e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ff62706a4904af960c4989c87712d896b34265fcaf21ecc9500daecd03561b38_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:15ddf484307e3bc53f165873cf04ea008f4f5720effb19e3ca1aeabd9fae64e3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:28a6a3b04348c6191f58b9b0a700acc995d5fbcee3cdf1af5e34dfb0a15918fc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4933a9cb0be09725767981638b9139867cad6a26a228701ec034d45c3f7da4de_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4b571bca7d279192d7095a9d157cdf40f553543b6a39658919bc5920445d1177_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0f18441bd2e164906e7bad119d70b8f5b9b47c1596d58b6d812ee1e2f4b6c0e5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:77df277ba08b5a6efaf78b4ec5e59a7aca2569e00e7644d27e1d2653d80d150b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:afee031de2fff6cb0e07995b5f6c4ac83ab4cf3b83f23a3931a4d7e15a512c1e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:cc8b86ad3d080ab5dedb159dfca744ce669341a2491e5a0bab4f59e3dae9ed7e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4a76171907bffd3a94e149dfabb6170331e2fc0a30f3ea7b8eba1cbe68e1fa80_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:62f935bfe570ea83e376ea84589bffcf0b99d30eef620adc813f72501d982705_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:75a992b3a14138492b585b3500a6b6f565c912b193834fa562c990bee8115e90_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:9fa46e30f86fbaa943f136733680d0e8a668df1e04d1bcb71160b8bb795a2df0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:58b7b6502847bba5230e65e90a10350d8cdfd331f5656425dd2f310e3fc89cb5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:5989d793b9236bdd9dcc1df6d4687a6e0222590453a5e4e31be75d0414c28056_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7e5383d64b25edf87578b2cf05de47d46fdd2fb6f1f4db5146ead38c887f36a3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b5b9266258ab925a7dfd33b86043873af4c0799fc52befbc476f875dc44b810d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:100d472991b3969275774576b60f5ccffacabcf89eb52efbb744aa441cfcce99_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:9a6fe277560deb4c1c2f91a1d56678c5956bc9ba958b859eaacd371f8ca753f4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a2d2bb9ceaaf23ff8430662ff6b267cb36848b2cf311bddcdaae8e33e8736306_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f71926ca5053134743dc906e1c5bbf2fd148acf50e44916a936f3a8e98494a04_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2dbbc016c4e06676f796ec4cd51e68c11c96bcdc41de8dd37c82c3c5c0825cc4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:444b74ea4a7a8a664746757e4417aa7e0fb33fed32a4755d300e14a49afba481_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a330cd288cfbb99db498c3a7e7211eaddc4cc5e39b6343fc6589b958c6ac44ae_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cef4f16962b3d71927c90e2573873495563e3144b6e3e814acf5a220f1b27193_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4d6edfa2e5e9d6964a5b9483989f491cb5019ebe9af55116591b321b499bd12d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:62e2bae1dd93787bebcb5f1b58499693f4c6fd620edb3254b776494d2b5a55a8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a514202264b03a6c80a02e3cfafb7c6a86482449613b5ec0052d1040587fd088_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ae40b5055051c07b225c15723da95953a6a7d2dc6dfec8d0469d6f857c8424d2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3882b19d141998fdfd1197856ec7826be00034d72633396be628002953fc94a7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:39282efac8310ed389b4acc4ff3aabd6367800953c1e8fecbf17926306d1f419_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8df02a6889e22a9763b5c0e7b6934824f682f4683f2085f82dda54de427ba28d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:fd15b8944403c78ee3c0fcbe08aa5ecfcb7b10c14fe5f1a20ba4873295879c8a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:011ac49df806c01b3f64fab0b3d79355b2685c8fc0316653f34359b451ef2ba5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5929d673c5a6a568c88e13586278da184ebda4c9c5a9a4a1f9154ad0e66340ad_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d113138d214fab52ec3422cd3affe8d3694a1ec30b85778acfa8b114ebffdddb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d91c11d262c19c1f020e9b53da07db82b6d68533f4e697ecff6c722781b4a4ba_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:5865f0a925e725309c27dc1d71d0dc999cb01b4fbde764ba8def1524f978c0f1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:bdbbbd728c482c0c5b5e87af470856aff0c8264d3f490c8ae9d987f21d5bac60_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c1230c3643979aff1e615e1de9bcbc758c31f7508b9a3b25fd2eb323eb6b2490_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c7649d6adc16287d38318b6a50107dc1d3aee2e842a19e09822fb86fac31df15_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:70687b2657e8f1cbbff110582b55f3104d0c7f47a44ca1185a7f67e421d76a17_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bda8d910934ae595f8a53675c74094693de8e0a929fc7c52458b2a9f7cd0b4a6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dff9eb529ea868114b0f46c60f4014b429ce115b0ce949e6855fe29d9270354a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e56bb2c28d7ddd2dbac95451cc16d547718b651532ec69c85e8f0fcf5785d002_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1670745d88d0d92a262ab445f81956e894ae5e9b23d490fab96860957c028771_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5cf3f4d1346c07a4e065dad2df083934591b45c714f503b5b617d470e87f1db7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7adc722fdef132557c191e026fdac56278584f6e49f3902179fc443d87a4165d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ff467f13cb09556eb490743f878422fa2493b8bca683b8759d7926e8af97dace_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4030ffce9d00de08b95d660595f0f67b2b83756ced6c6439da14d36b0b923729_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4baea4cfb5bc4a7974f90c3bfbb25e23865b659fd078ec45b4c36ec0d11b78f3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:829d8937eb34548f09b89de6dd5a236ae58d6f74501f44c929538c281a8be920_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a7fc85a92b1d5f7f79d8a8a63e6d9bb4dfc66383ff175fbd956deb1de3127fdb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:78adc3f034871d6d77793932d11b1e5f4b2ff3e1cff0385b44811210a3c84dc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b836e8f7b31ba9c107a08e3be1cc27e73afa4045210d7fccc817c6058671aa67_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:cb550213a7e8671953d5b880c0b651a566be475a3ca0f5b442a2fa9b0bfeeb1d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f727aa55c29332a39fb4e74013b9cc96ea5b32c9cfbb7cbcd79c7031d1a6f44f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4b1f00007dc39d345013c99c38163e0adc112e5eb81fdf41e1acaa1e0064d7f0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6ae9a652c5693c55ceb3ed91fbac054d887142b0f55882c776e42ba20d1dbdcb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7ae4ffe7112d35231314490c8d02c6f0947b54c240ace11a87c07dad44d5be4c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:934380eb6ae83360d1e11f709c58d18c2e69e04b3246a02846f26f9879ca1edc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5580313395048ffe3d874dec574f7f1f1f21cb84831945de53a80856b4e945df_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9bc152718354bb245a765da17d12d0477cbd15d7eda5a86b8c5b1330287fec4c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c00d2c84a5f8c5f1c674d43eddacbbac05782b81ab98cff83b606c35b46d18a5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d74ebc7fd5b30afecc3d9f61ee6c74b2c0f8519514c5614ddfbe9bbc68227509_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:84ca4259de3e923248f7d50c3adcea713871d3d2da66f172c25dd391d22a3bb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c6381254579086af7ec69a4e610680fe0e532a26f7ce202c72d047b89e0db642_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e0eefc7f55d25990d314c2ceb50afe70f7746e467ab7a409fa3d1b44708d9ffd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fed1fbc1295974647bcbad55e52b199c2d3d4307a3e53e4f8b1db135df9fd8f8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4bbddb6ff2f7429b2f5730d4a3f529b80784f8e42a0acc025e78713d703a2efd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:53a0ebb5fda619248605abeda530cf37fdb7ce99e7b7314cd5bcef2d8d8b7004_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5e37b117f72cf1001bea772e1302186d8f86c0980534b7f359179a5e6926c448_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6891d22800cc10bd8d773d471bc71c4db64460efab4b30202d42da1daf61a3fd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0d1bc6ef87ea978c23ca7189fdf17ad0f54a5f7709a75a25d82e7b84ffadf984_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:107f2fcd3f606044c570a980c176047870b304f3212df747995f6eb8a45749bb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6b6e5e25d50219a95d914df16c1c4e761d0bb45a9efd054572e54054f27a6f0a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:dd60fb26e79143000563578f9d72e3bb7cdde4b73dfdfc148b27942197d3be51_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:053d5fdef0973f6017991487843da7a64f8a346025cf46a7c575d6a4bab71d74_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:26318acd09b8263236b4d266c735aad015e3a4b61daafedf266ef1115968f536_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3ed5dce28d62c36a87ff35dead5806fd124a187e48051a0d2b550b209c9f6302_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e06c4933f2806bfab0f36ccdc159675e5fe2a6a084f98065787d304d5df3b7f8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:055b352bfb76de2eba0b9f0d1a6bca199c6e913e8e95879e991c5fd22095c677_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:16e31b5411f5f1924cbcf851f1b0463302a34c31c5c515220923f7a2050c18e8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5909f73afae46cf2ad00a9a6f1c38d38acc3ab00a0b97ca419110492d7bcab7d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dbfe981d5b05078eb1158624dfe2f0651cad81b92aafbc671cb6470b49bbb89f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3b166e5b5529c407c2f8e372414d043fc617965696c5a869fcadfde2d14d716d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d3f6483b465851cbb520810069a18136af80ccdf79fc1ea80ddb4687ce685aca_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d7d33c165c3d0cc0e4924e8c8d34bfbd1d72e2aea301e53e4b37b712e94c06e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:de5e8cdb75cc79630290f83ff179057d25bfc11d37816c57b6f66563eb3a2732_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:24abe1e6ee078487af8ee8bdd5dbc267c18882078a7987fbd63728dc2b65bb75_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:552d01e66c6b2fe59104b8a9f3e1e58fdcd7b4d4cd63db42883ceb119ec0ef25_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c00c3c5e7e106cd6527cec39e5c3fba990d1986bfdcb691b866db80d59e5f82_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bed1aeb4f58c045644650615230eaee03336daf78d9342022786c12f29da670d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3b213ee7154fd814e8a904c3a161bc16ca7419163e8132ccabab76821c33b310_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:721efd9cae7cd4b43c6bd498064a6c427fa32d0ba848f8b0bf7670afd662bb18_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8f5f0f56604ecf94768262496ba1e29073e87ec16aa8f434674b308bbd00678b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d78b1c13b0ef255bce1e19973bcbef04d40c517301959a7f23d23613a95c1db0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:650f0e2357f8d302f10ee0a628868f985c5a8c8a4e6af9e6793a9051b33205b9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d5a3ff1bae3686aff1781b5f5f9e1a7966962b88a1e84ab4eb62751aa835bb78_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:db30f78340370f9da03fdee73445b72160c35d83f44f708d3a62c9dc8e88bd46_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e88ead481c18a7b6de8ba7f609a1782e45e1ce85f2a158f259bbe68a9db261b5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:0bdbde169ecd68d82366f3d04f947f73715797fae5c3c4561e7bda5b5080dc3f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:1d45937273065c5cdeea502fa388172651fef5a607db33ea72c49f2a50b29b94_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a562490081e5dfc0fea7306931e2dab3fbfdf76cd83768b7a43ea556aebfe4f9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:dea6dd04d50bc97f9e61330140f61a7370e31e474c26b3526e18b0ae8ad56c41_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6ff785742b50af7f2a15c1dd6f38eb69e9a1a20cb4bd635aacc57a5557dd1b4d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:d0e6151117374aa602349bd1028175b94eea6f8386832df622d56715cbcb675d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e8fea02d42c9a9b8e9ad7642d9f08d705eb6e4b3e3681cbf6281c7b8b3244ca2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ecac534bb32ddc645101f6565521b08fde95cbf0eb2b9c6b896c83ba23e8b6bd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:55e0877d1949d009d71821f6779aa9ee90484fcccb820d53bf53b90f7d412636_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:775af20537e6f4c84985145f44ad1ae2d5530ae06859c2549d1d85a2e4ac54ff_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:a1b02b9608eadb4388dc13fb5ae55fc6ad64788f93186872c133a0ff1f5ab487_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b5d732e8d36668226255dbfeb389994104d83ef2be461079b66557bb20d799f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2e983c69ea6e29aca4f36596a0c697c2935dd1deb08a4d3546aaccb4e3d78ae1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4ae2494b702a6c7f68a65ea730f6df3253ffe78f2d178b0714fb6ec04cba5cc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b1133f78075f3364ab85142cf6c8457820e2e1f31a5b0750585ee1adc1285ba6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d41fc7e76000bc1b4016bf10e86fec44f551b127e17997fa4bb13420219fb3f1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:25acdc169b3860a10f46dea8b842626acc639aec950ca7a9339e96a2bf1ed7e1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:453bea2d5f94523a88f37acac9edd0a8d921bf79409a260386fa458cb18d13b7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a70ced1330a4e7a0a7b81bf6b19b3346ad5bb6e26398c7f0577994d48712b2ad_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c2a6ad45ab46c0238429cd0ab59bf169ff368bf68750a011f481208e56fa0268_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:33afbf29add637cae8478b8e0ef6b3b465e4ee53b000467ec34fb1f3a04615af_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8056eca30416b0b93270f6c92d0fdbe4f1cfbbd6258e27a746cc379a86b6b8cd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a06dfb4e75cc6b0edd836cd59035095135503f35a7cbc710ed7b0e447fe256f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a820784083ee32f544efc474c7ded798916d1f077ddb9c3f4461de48747f4c73_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0ab4e11886c642fbcf7560f780abf9046b73dcfd7dc9cb0f086d9e62f87fb271_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1283ae9261afb1293b597a8da40611cdc1980b1e403de5d16669c5b7d2527dc7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:89ec13946e699f6589c3d235cb515b92ff48d1d5fae8e7892279b64d41b74511_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d08403f8114128e063826ee0cb3324bba9f027d7b2feeb6f7c826c9c4925579f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:2aa0baab0fca2bf6877260b871b3079ad96c37034e6f3d0a45cea4118cca230a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7f886a3942b81b3318e288602c88de802278bb77c5d11ba758f1d86f2f028abf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:940d02c46f06fa92818dffd1842010b652856e09cebdec33e0f0e1a1e9b1b5a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:cac82b041210a06cefe512e89c5755e972f6e125c69a0dae87e454e259a3c08c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:12466469754c88d41872c1a061c1eb4349cf565b5fb32db651f3639aff2df67c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:af5fca0ab8a1f5374caea5b38486cc97c2be9d884a55542faeaced44a4a7320b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ad60c87d6e05b51b5351d2490538c757547b43a679256052b600e3fe8e80a594_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:e8372026bbc873c38ffc2c7df35183727596993dde5663ec27a2c2fe401e04f1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:736b406850af746470b1bd5dbc61fc4b166133e9cb50aa528dc1210b2002d469_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a73525cbcab817d0472f544883106a359b9079eeb1d8628d8b0185e450662361_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:84664067a273cdadce55bb8531916e8d8edc7936bcc57bc2dd1ecf57adb08c06_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9a006a111625f85305fbf3dfcd9a62592357a6a282a1c8ea1edbc48b2ef7db05_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:adb84daa38497eef3d89a9b42fbb22fc04e94f708db4f1f02de21dbf099ef788_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:f81616fe8dcd6b63df308c58bc1b696f9b3c488ebdfe00d7985026b10d083de9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:07efac034de568e79f6ecf97f924fd5ce7104e9259d90747cc0fd3e0a7bf4116_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0bc9b2b997bdf9bd285382823ebb9806502664976c2dd7e7b0d111df7717e77d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:165fc1e58447c7bc9febc3ebc74f90096c6e48986789d4e66ff6443f1d30d024_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f516ff3ac172cc08e88f25a0531a3784ed212897dbe0b05e04dece7d62eb977a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0d455e21bddb7ecd4c5b8f077ea96f046ba3183d17e3755ae95f8cd112a81179_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3d291642757ab1bc56aa6bf8b31b383a1867b06fda7ec093daf361e3bb082624_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:91c0c9cf474e9dd3b7dfab43e3e651afcf950c183a51321a586d5e98e3b8dc82_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:ffcd35b620a75ac1d121b826b37ff71f5006684d9222c440785f06fdafef5531_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:56c2e0f91eb13a89c48ee5ebeaecfaf87dcef3f85bf7f7fab37e3cc6c9b2dd10_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:84e22659ec76ea69dd31d0c6bdb39b752d4e525e7425d3ad282c3ba5c16c19c9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a3669bd8567383f9e15755e7640b5af4e796ce1d6bec3b6f1139645b656f425d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:ac7eed19416dd31a76ce8139a4c1cc16f2201b1dbb1c884dbd20fc5a965b82a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:44020a87c575f01d876bcd559d0b37bcba2f5bb4337a4f0f40d65196a407910c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:7272870ff2a94fd3c026f3c3a4e985a2b2eb5c47dedebc00f2cc25a496ec3e90_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d5e64fad675db5b1a7fe03720a35eef4ef6497e49e928b7cb0a38ddd6fa9187a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f4d0e3f2751dad9fab70a9080102f7c0e82a784e516f993e1e84a8561c33204f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:174b142475167275c428eec2892e91ba557a1783a128749b9516911a366ef54e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:52fac1bee10c7847bcf6f7dc9f027764a183d462e46678b5b9aaac9611cfcec0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:874a6c39ad36a55efafc0b690d17aa4eba8df8f30831a5315a198e692e405592_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:af2f5f615c4e9da63b09f2b9f52ef632dc76793f51730ee67a96d5e99118d552_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0867d20104c147d58a3e119c8eccd725d2b5311bc563cb4030c18714e085c80c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:12bf752f4f8f0929752fee39067bab20d3af32f9d767e0eeed2cee9dc9cdf774_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3f0993acf410b536a4c2be24d23afedeaa6d4b02a8055100cddc37443a619cf3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d745b47be21fc6b98e8b1830c34e951271362105d32704cac1b1a796abddecc4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6c539e26ca346ca83a4c024a374f3874e858602b71794a1709b8a08356744b46_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:94e6571b95628469dd361c3ae5bf4bb88bdcf68636c0a7a6f007a19e32216514_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:978722d03bd0e1eb78e35c188516d960ed81c8b47a66e77ec7ea465634e44536_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f270599d2857493437426bb7ba58ecdeb0933b244b0b5e81d70be8f06c734c4c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:07f5c5ba5313539cdea53ec438fcc97c698df8284bba4ddfc6c7af4403873362_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b93c3b58e03d6fbfd8d73f6f0966ef5d616c0da0776f516ec826e4f5e0d4bf1f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f5aa864ac9d9a3e5c0a412e9bf6e22756f6232713e14fe4194f61b1a1c1ad52c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fa3603fc128be2cead70ffb3b0b0b5c9520f7826bd46863a86b1853e62a998f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:382e4343f73dba48761c24841e45aabdf84a7f4de996be6515d8ee7c3e728c78_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:840f25f86e1850623e2929597e072219c2119b08acee3b81e8c7aed1b92fcb64_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:8f9eddba528ca5e8cc40717ae9f30253c955be657f8475a1c4da66c257bd1729_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ac7a2fce2be014fdc4208e98abe50329d0af9b7f7af98fd27e611751a413b4e6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5ad568a42fb0d0f2b78702929b75ab8fbb41937a853b4344ca990776f48ff85c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:821c5edd5f5ea9fddd168482dc437c6eec19231d95854abfbf1bcb150cfe618a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8932f2fc5e81fd7165d50432ba8994896c9ac8b323d5cc798872c1770133eceb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:df49ea17391c34a0eadacecb37c7e00552af8aca3ebb648f28f3f805fb79495a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:58e02752411f5bc061c8dd98bc7dfeb17780ef24ba8c65e590e4d6c5213c267f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d1c95fad91fbfc41da5d6871fb0a3c07d20652b5fce3f010505afe0d24c1977a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d6bfcd46424e1719490ce37bff728ea278eaf589e052a90b3fb30a9110aaa298_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ef555584c97654b76391f8e4d31bf0200fa82222b3197ef928f306c8d70f4881_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:520b43e0497fde1deef41e5f9e51448fde032769f433980802097e1e4216fb6e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:de2a25058c3aaa6f98e80870aca51d8bfd16354eb2da93e7498fc804825babb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:fba545c7b9accb5be03b9bf1931c086a8da8592e3ddc9b5a9ad6d798229314b9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:12645a5f47e54e3bf3f0b0863c44b938be5c42b22f695faf62c8d918cddb03ac_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:529d46e40fd5f6de98cb72dd8704068e3b9baf4d3bdf91feb9c19139bd74c652_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:701028c843123a3e4250731e216eceb647411ce685517383b9a62b5af21c10b0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1b7392f3cadb8ca07f10d5681fa33f6dfe61f895e4a8a1874bdd5aab3543f67d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:693c125a5f2f67364d8bdc1a5e7abe959dd46898e7f46d5b3756746cf598e135_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:93f4a34af9c198e4baa449f7ce0e1e0936358afc725eafc3b8118df3d92d2b44_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:0e4dde634359042b67bcc5224afeef951459167cb8f36cb6f262719308f8ae42_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:344860750b6a6e567bb1475f68d18b19d6f79438b767c351c850d082648aa5b1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:efe1a0fb3394a117206bb1837b63a0ee828ab5b5d30dd7c94aa88afa04c94c2c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:afb18f280c123c44f1349b80bcab24c86d8933795a0577deb13bb651019d6a92_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c865ec93173fecc00d843737009627ba137b7cabcf8337ea7837eb9bd993a601_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d172695ad3dcae4be122b50a27f14c6cb0e71357868ebdd13336cb7315122fd8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d4a1f393e7762a2c7ff12fd634077f5bc5bdd224d7791eb7929d26cd16047dee_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:01050a4179625f00151e478a0571e64120ac6221fdbf32c969a18ae9872c9574_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7639b8403341003825286c0fd45ab34d815585e8f4b5b4d1a424ccfc0292e017_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bd76fd61510b4714518ec5191e315f83feb1f47402e32602b061a0fc09641c9e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e53bc4c7a3fa7103778bd3f7bdc4b6be4b5e6a8450e38eee246caa75d9f8f44d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:62414e285f1e4de212e28bd90e5eeb60730324d54a317434565bad8891435168_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:77dc7d2bcb0cb6289f6d8c3c3f4ad3c01b9e24b4f6969ac666a888ecc8a29981_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:7cbc05eb0a0d3210e378d08d879933d905565224d9a6fc00e3bd1a9ad6782557_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d195bea4ac0b3ee073418a3674535525622d9b492bcd1fb0448b8ae52ba262b1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1440138d54ba0f09184f96cb79557548c3c9f19089bc813f433de28654cd74ef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:203e3cf52680caad6f8fec2ca1c7c87d45205ebcb9e816fb188e74a5bc7496ef_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4ef6d0725b69e2867c44e7d7ac57c820b759a45c491997210fc38b346d7f033d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b1ae4f6e3577edd7fc9f6595168857af7fd9c08aadbca1642c2f9248205b8c42_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:2e494676f33f47eb13ce2e3675c8e7a3871d5d1b73a59b71623caba05364196b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c8183043eac4cff3a7c17a9de76a4c9df725db694f411b19dd64923d1de68551_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:c7944fe378873f5d5268ff872c52ca08908af41b7efa03a7032363c11af633da_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:fc53a478ba64c0557ef8de93faf1320baab34d4bca5f50bc8f74d4a8d3a86890_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a5e04dd92dd9bca8344f741151a5756e28fdd197e2aae26c13caf2867ee6ff76_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c16e427a9ffa0ef24fd07e6a21ff78a63313d5274eb3b1180f7c29cd1a9d11b7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:31630cb5049add8b683fc6f3de6cc20ffc530b72d45daedb84cfe62bec754591_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:89a876583624410a9d79c1cf83d94a9a7c0dfbd3ad70228ea985e45b2ccee9f7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:dd8a443d71a973e30574016ce343c19edc1872c63ed46b5f7023d304b9c4edcd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:63a52e5f035913f64e82ae6a617273abae9ee0729316d26ed5d4182ca0f50d11_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:754310c0f797038ef14c3ef9ecd934b6ffaac6ca60b755894212854289b9f405_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:49c4861778e7bc4f5738ff0f5cd5c542e9fe75c33057a4a0806b03ac75d76ca7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ce8e1af1e3f7d331be7a366560b517e1fc27f83f1382ca6a69a1d9893f260fda_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3478a4d3a1acaba3cfb3f1040320798b9d0b419a66b07267965d4ab974a3b440_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5db06d085c31aafb3f02c2c373b2de6d93c5fde72dae55d6de90f44b49b5770e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:634d04ee67f3a521e7b3cde560084491908f32aef4a89a1bb7d3aa0ae119927b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7683407dca1a355e731e277631b3d8522a3f84f1de664829c3b15db39b1f1ca2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4ef1395e47e1898bc84155ed4b4e3e4c72d08e4e7f2d19d9530d889fe0ef6b26_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:63631119f3411bf77ea1f622d77ef96434d80815531b046efe5b297dd5bbfffa_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7ee73740b3264500f062e3863e42fbd98dc3895f17294450fc90d992d2108d49_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:db28768861f567200cc79639eb01ce8e18fe5cb8a768cc01d3e23bda55431c75_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:09ebbcea16169b9ac863167c0e7f953717e92f75fc4c4e2bffa0eacf84519907_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3118a7eeb28d8388a06731c7bcdb5eba4a942b9c91a84e595ec0fb49a55bcb11_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3bacdd4e5501902865eb31e884646418bfb5fae90593e96b06ac0b7c3cc1cedf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:852556f6eb96442354f0695d6630e2798e19e31a5ada2ef01e3ca2571a4a40c0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:59ae16e7b7d2bc20f34b8bd1dcd7cf8d8d7c201b0f78e3165b11a592d1b08597_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8b68cda23f470048944c164b84fe27a5fb6a43fe739537383444c28cae451035_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:23c8ed7995abda7f87fe4031843205f3a99a0c57508c6218291762a60907f5f2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cca7e231ac39da3a210859c6280ded3a4687620493e3a3e0164a403271537b6f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:054a0d12730620c46ee6209bc9932909f653d0b7f796682a0f798ab3ac3b3641_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3281b909de7dfc5bf3c746e3e8ab05fec49fc8aa83dc8156e616a59c41ee923c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:d5efd9212ed22c89067691796443fab0b28bfc31cea94bbe636a4759f2e88521_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e0a34a88a67409e2b1cb243874cadd3de1c9c56a54ac225dc860cd89a635bd97_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:275f90da2f77f60d0a77e00936734ffcb5099fc8b5662e03de49d807a7632f6d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:833072794acb03eaf053f30b6bcfeef95cf1836ad5149fd97f34f3546a2e9f6e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:893dd8fc24cb10db16620d8feae352929b0dbb797f02fd80f025fdc7c78bf53d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c9ba070e466a5123790067569bcb909e291f3b2264af0aa152372fff9e64f82d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:6f50d9406911e5fbe310c94dc60829891609934e64983339b5f66432a20864c2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:8b4ce896da4126dfda544da09d04f010c0e9b25bdab6557adbab8d095905d535_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:997a24c33d3ae9914f3694b3a8cd8af50137ea48296c322b56dca53b4dcd1fcb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f80cee2f47779e24e07ee475d09fc697a4446a07f9eebb0813a7119eb0bda36d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:7aa46141209fdb1090d90f00d1a7753f31b9224e080b8c669883901846b32ca4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a0dfec857ddadf777961a71d8dd545cc798b921e083c8b5156ca7423f8ad8a2f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a5c047afb2066ca8740286ad2af8e1271ef78c2e5df73ed2365f586d6a101b33_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dcda877c69d0398e4744f1b7a2ed81986ccdfdb6f4da7fba75f29fead8b10f34_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1ff4a8a6440dd4d97adc3273253da14e081083c978edb5fcd05dea33d4cc888a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:2aaba77958b12e834f6418338a21b839a95c21ac5568a53b5f792553db772e6c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e5753a6fa47d5a753be2eb3b7a46cee0bc156b0e52bf75e4f192c0ddb3fdef47_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:ed802f61197fbcc0f1a8a916612ab33363e0e1866ae70d03df92469a2c356ea6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:120c1ccd64bca8bfff4b46d14f78038594a28f6d58c585b1215afd76c23c7ad5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:52dcfdc6c5f219f414fa0775b70e34118b319897b0772931e0861623db7bde86_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6b259bed5dc046510b7c3305f6abf86e4543a9ec5091505f92f573536e9f049f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:bc0dd85538edc7a80adc0fc9fc4e02051e7b09480250b5328a6b70251875b943_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3f9151da4d025555f4c0183a0ce07a2d0084beeafdc9f3f1e87a603053ef9089_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:919fe76dee99d772b668b57645779a63e1c3b7f7f40fe79175c27ae6d7e261db_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e19a080b5fe10b67fe48c28014879abbc87cf5077c32c003fddd171d06bb370f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f7708a1c1e0d4083c7f0b9e8d8704b91a4c823dc9435d5d3e986372f305e1fe4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:27bd19fa0c1eb00c55120e22b21eaab50f0eb75a84910e9d8a2fd3b5fd1c7dc2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:52c4215a49207586cb3f33bd1d35aeda857d31d34c80cbfffba02ba8c448c8a6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:62e5cb5ba2d92bc29a2087c9de9fed7978d4c5ffe07b0afb479eac93519c6df5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:68aa837b6a3bd95232abd62ecae3b040f2a7a72ced626c784c4062c2f28a6e3d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:9872321279ec2d108191f1f7e1764551e9c7099de51f595627db068a66fc4f8d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a06cb8024ab06fbdee295afe99cd294f6e05c36dd490545600967b8ff12e3391_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:1d3a2d2ae27d869506d3f027ebb43f0ca64451cbb635c4c412c85129025728c3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:c20a4f14ad0eecc3f88eda36bd65f1f390c6977a7ad5ed69e87969556b9d8cc7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:64247ff135642a32fb59a62cdcaae5f28085ef0578916b4ab2c90d31e67848f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:e0cf29f62ec486451053c661388f9a3a12ba42b84899b687fb3486666a42536b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:efc289b0278fc84c571d7adf9e9ee1f8b149c5d832cbf416803435e89ee0a531_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:47ac82d0289751c8c7e41da07173dd61836e606101a20b598c00da1cd1fc9077_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:953b8ff978f6523f4578a469d23dba6536d49a141b4e3729b059feb6d79a858b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ee224daca08de920de240b684ebc23a4da50d60130d9e205e88c904c8c755343_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f267111aa2951d22dd6a41c7362afc22454e365325b7a016d213505b7dad74f8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0ed3d751161fa47b7ed4bd2ec2c5bfff8ac5ffae0df22dd9a741cc64bbe2939d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:48bbecc83208a8895cee2c2e8ec677f59a688e02705a677cde4e9a8a52398d1b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:89ac959e411430e4910919132f95452d1142a45fc5c67088f15cf5bad8982165_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:db55fb30b025bb573317f113897a7bfa0dc729aa684dcdb0ac3066356b339bc9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:34298ddfd123342b87d28c047cb4a8c1b25b07352bfed57aefffdd92a7058b6f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4a56a0984384548771e1c8fa5a4a8efe93f472cdf2b64b01d6049b2f9187a684_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6765cf3c0f8d395307ae57019cda7e2aeee976ec060eea8a47703db0b18532df_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:8a8377100458d05864c6521e4b7550df73b5c3d9cade518067d5741fa9d02292_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:09ad41d3ddb9aba6d649812d1e48433f5778b1cd9d5e0e1466b34e6516b864e1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:7b3a100ca1bce2bced0306ec9d4b90a4dfe8596c5bdf51799aa3a7a1ef36fef3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:ace3b3b02c33261287a32253dd1c027769743797317ac4259c9102e0b3db6603_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d289ef93e6e179405cae0db5309865f76cefababf168006abf09fc3a51a32bcc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:20052a45d551f7e988cc0c38baa38f146df4d9d741ac71f17498d8ddc44a1beb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:55409e5fb153973038a15985a332681f4e3e41126f84b6a355c47314c76bdf2e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c143caae15fb4249757018e05ac8dab9abb20f405977cb41468ce6a8049c4342_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c5d456d739d5791e51544a45309ca3b64f763cb49632bc638950fbfc041b4193_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3ab4203333e071978d85f0f44f7342811d898cc388326db60afacd2395f8340e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5a97ef5bfe0456bc1528f2a3df7736c506e11cb61de5c41a1daf22162150b345_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:94fd7b1b27954fb59c11a010f4b8ce0a3377b38bfed7ffb20873a2f7a499f8bf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a936c0970ab66789c10a64cf57ae76bcab0f2f16b6b50e713373066f73d535b5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:34fb12d4fbb5f9b29b1b58e19b1c1b0eb27121ef80edc50a59e431a4e94638c9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:bedcb032aa7325e5bbff014f251d5ad91fff9dcdaf84a95e61e4fc4198f22f79_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d10ffca12372666b239a9fcde83a4b0da6c3f37fede3e47272bbdf9ebd2f0d91_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d5284bc6a4ff57ceca1c00af4ed0c46fd341f1e2a28b4f13b210ed327a25ebd6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:2a7aeb3139633e2014d99631287cce239d73af61e541f218f45a009fc151d8d8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3afe2f3016ac55bd947c98d1e4b957969357aed54423ca2f35955eac8639116f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6d7572f71fc31d580d355bc6ebf8eaa54e4285c53c7e0e418a7495a0fb8d37a6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d2236c41a640de0aedb4eb2f1ef143793288329513ec0911bc37ba688857701f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:7688c4b2355532cddd9b9d314d105127c494990e7079407d2f43e578610971ad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:91ee195223233fdaa6d83ddbc8e1dc33bc7811e4f1e6ec9f5ddf325f560ec38d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:c866308d315beaa691b25dfed4be0cace44628e0799527e9ca11d14165437d98_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:dfe468dbed566f02ea0ed9b5ed5565f40a00d03a344d2a230b0a0a83c783493b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:08710b0caf6f4bc16e72a89f596f33c8c38ba7742d0f1ee552336f9acc7f222e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1491efe6870dae8caca1a78c9c96f8b4b2956db3bd5eaa6bde59ee996506bfb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:2a0f11f0a1063e3ca7b8b04693ebe979e9953736d37f3dc3a91fa5c9912d79d4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:813fdba989d7b5a4aad5e9ce5bf5285b0e65745375dbdef899786d571c001b77_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0db523e5a7a6420d94d5d302b90c798737eb78f99cde3b887d3c3866e195b9bf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:18b7e5875aaad6e0bb8b12fa303ad6295bf3968daeaed2104f0f4ec3122446df_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:80c4e60cb2ab82621ef12774841d39e6ece9e9671114afd0d19b188dd7746d81_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c20dd339ba44e18a505db8bf726e2db8b6a764f7bfcd9e0d63d627d69c2378fe_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:528f1228123298362d5787e862306cc2605f3eb31fdedfd0deea7f3cdffb77cc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:75b18dbc6fef40173ab0c85ff4f9c4111e29afa10593ef9141d589f88b418826_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:e8147c001326caf53531a8917f91991b5ca05f31d30adba78a03539a6568009c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:fb390f9eeb4853d9a20c9bf02ac10e099238e94084230bb532029be4c88b7ac6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3dc8fa50d17a5074f03d58eb00467e45e6d74f6c5293bc57ebb8c4feb4323eb9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:51941876bbb8070423c00e3699bb193343e963358dcae8cc6acda94395edc5fa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9087e6df82220f673440368a5e81c5a0f3eb5e36cccc61cb40fcb56d92cfcadb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e3740bfa7355589784350a9dafc10849d32f1273327387b3b3c6389ba1e26dba_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:05f5bc9410d9859f1bbc1def6e1c74fd47781faf1ef26633f61b5d8f09ce8d02_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5e14d01db3abe1412de6cbd8dbd7d3598d5ba7d2af2f5e55a7ca625aaf8a9155_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:db0bf5b79be48f69d411611bfa74a9b1cdfe875b453a81ec5ea72a962c27978e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ddbaa3a482cf17a156f6955ec155eace13126ae83217c36c03eb2b826e7c4ff0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:02ce1779315733c6039fbd9f711d6c75da89fcfd4d6ac8e485d7aba30882b3ff_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:d29e550f223f287e258aa15ac71ec87cbd24e9d6888f22d82aede80b7902765e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1d43b37d6ee7556d8afe22fb33c7c9ab7a1ff5b2b38d6e18f762ba759015f87a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4e627ea7097e36d07d109f50212809b6477070750c0bfff14f3fe9d1d7ca29f4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:63e60a076755fec73f95d2f5ee948a50d895b69cd327296ac0925e301f5b7e4d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9028745ca618eda612fa2960f0327f19fb689eb36762515bfd71bb2efab0a0a3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2dc50c3c453049a1e81e8cc4559147a4fd4a3a6a9c140865f82bf628f2a45b83_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:734c982a6159e5c4077a12b1a0f72ad992b70f965873ea591228172e6265263f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b2a21551ad4c66e622ccd865529356920dc4524bfa4595e08a99e0e95438823d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3133ccf5290a245274c030f53c63dfa74d6e04bffa684808fc1815a07ebfa13_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:6f399ee5f4634353047061fddcb9092dccead96c6884863253b913dab93c2e15_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9176cf7f1c5ccd82d82dc1a8ea47c2bd34e2ddb54d750cbacf7735a04ed6a221_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:dc6f5e144468283ba4d04ccc155f9e483d085dc2f1b78992e5fcfea42db77bcd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e5216672e4e265b01384ed2dcd722b4a166490d66e19aaec457aca55c7e3dbd6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:4ca8bbfe3586672e1de22cdce9466b37aa0e11c5e9d94ea8da271aa5cad3df47_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:57488300ca265dfcad9bcc1a2861062d8b82c2b80e8b21cc3ed766fd187402db_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:660006e5e6826b13ea6d73fce4fe672d1f67479c44ed65dee68119369eba3c75_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:91b8003dab0652f1a06de50435ca08d6f6366e6e8e7e10a9743542b577728b1d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0017d40e539a56e2ddbf4a97b0cd94825ad5dbc9cd79e1a7e058bb0b11afec29_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:7a71babc3307efe03b8bb3f3cc5f9159a4868c215df70d7a78ba37b91294649c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8403ecd148b8f0aa7f1156fc1676307753967ae68a69948af7c3987de8178959_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:a4e02776f7b5a66943bad040650f4dc9e865f05a0911f4f9aba975c4b30ef517_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5d3d3cbbc28f59a6aefb1e54986e084ce49b69867d100e9b7a8eba17b764304a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5fe1d81ec73517468488ed1a60331a78733ce2fed50f3930b4efbcdff5884326_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:94a7a56873cf0e075740a1db93972f2b2505e7bc082f2faf2d3a6badbb52b08e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d1e737deb52f4f124e34889df5ee2a787db0ee13ef86842f415d5c18ff70498d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:0c8b3d458f0968682b8604cad6ddf02b1135b99c4682090dc78d9b273084a0ab_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8f02a07e0928906a1c075fc3510f3750c679361bb9e0fc7504610eb2b230a092_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9b174760063eedf3197e5664994fdc21f85cbc3be8bd1329142fb9e88103b717_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:e97049e759fd58cb6a2c8dc5b78df8dab7139f8868b1461a3946cf187b824f55_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:17b700ef898288bc081220792a7a95f4f1852338d3d08dff19ea02cc9d957239_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:675083e881008c57ea9fe8e73db8034a66a3f439c6fc1862db09503f311caef8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b94730e4b9e9de7c0a99431f90b42a5368aa0da03869eb8a71dfc92dce27ba7c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c5c12b41cdbcc18c98ec1632a0c9aec007a9672a742fcfe89a5b104160feb698_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2c51c07f11fa78b44eb528339da6291d1c660451a0c9774ad7bf8d8ea7744ee3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4d7e15ae24207bd06663f5c9d55564e220bef28ef150f62d2e9622f569490acf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5a51836c3306ed97366bc3c8f24a8f9e880628d1feb98854eb5dd10800bfae83_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8231352f700a733b13de64913738e0de1b89be5046736077f7300c21fb778aa2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:121025c1dfa4bb1138150adc737d7cf12e69ce21f10690ad8d740c1c1f2dde4b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c02ec1e4b586a812cddae6ea43cf42a6b9742d062fc12c18c2414bc48b5b96e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4c94c8afa17ce2348d6198c2914e9257ac9510455c521f6539ab17877b6fd974_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:70c7beb1cdbcba3eb4fb83fafaf740145b81d510ef56d5ac59ea4bbbfbfebc00_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:83efb138b8bd5084f7dbeb8a59fe1ecc2680a20d5853b7a15f47e1f87929fd9e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:bd63fc568a9ceddc67809e2271de8ef4d57ac8af283861a601547a6b9da2dda2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d0d429e4a3a0a9f015725dd965d4317e67c72b3fd846ef4b04c20ada4d067eef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ecc47300fa59bdd3970f0baf030a75e1fe5862d2470756cf32c389b1eb89152a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:53bfb1dd8b4f99a0252bfdad2c65960877a4e722f5ae88591eb87d6800d1d98c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:64fcb6ccdaa30c4e06cc91a40273c6be01958ca2c048bd39d8a87e8c09fa7d55_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:bd7e96fa5e3db517c91323142b8258555f04d93dc0f164b6e83249dc0cd1b416_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e5d77db3010b3e1d31e14a0bafb1a5e5ca62dc03b7b0bd2097b198f6be6ee442_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:0488437dcc9ca866c5b96278686ea20b5732f8e8038af90889fadcf90f1082fc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d1bd0363eb8c21c0123522b814b140a7595a459c7c286220b4b6fb0b9886a115_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e45c7964c5a89fbb1a8c6da3a905e2caacbbf8c433b0d56d1b260bba151b3e93_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f52e1ea0175eb2af0a63311dc0b8acc1771c53a7668108d7bb7abf2b814e37e5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0043c8e63c3bcf98e33fda7e5f532143b4c8fdbce690606bf469e932d8552062_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:465c03f230a374b6885874b775473275fe8866f61856fb71a8e2bfc37b712ea2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:c730b4b9a52549bb6204deba37e28ee3946758bc86f27c1b886188ba0f164fc7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f50ed1d01f799f00ce20f210b95774f2dffe7137757ecf86544c71a9f621f402_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:56015af081c97939fa71d978d511ecc0e93ea6ea89640ae846645121531a4a86_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:82a97e06294f2bbad05dd72f91d692449eb4094ce1edda7d651e2f1833018faf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8faf68e17b482f07fd1a4ae8ef292fd44fe9de5369d5129c3945acb56b5c2f0c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ae7b169bcaae3569a946c84d88d0ca7b42b530b475c4afc4096d5db36aff9c52_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:02335c6538b4fb15d9d4e2a831b9810db42f8b8fdd75cc6237534356cd1b68e4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:84a9daad04b0ef97a77e258c1b490c9a9c1ca502079513184e43145467eb1169_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:85c84e6100ea0c4d783b44a085cdda8be9b580b073ab7b191a70ad3c14641f9c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eef5b8e84cce56cf085ed8f8a2ca544505242606d44691b6d0beced7c942bf9c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:148d9d31314b0ca3dd2667aadf51d9a65cc88cd872d21d29e4c85fe25cbf6410_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:87bd671167583b8f46388c7e5853509fc9c20439c1b5f57544117fc9e1b1b5b1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:dacaed2c85c23db8c8bf2b754b958ac8990a0b0e917e4885b39ed62d08061fb6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ec4ca8db357714672338a773cdfac91101641ac1ea56905a5dba39d13e8c96e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:1e01dcb349b9e3afa77e9c217b2f20dd7c9c98f7b00be3852166c7d676dc1c58_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7a453727eb7aad288301bdce304da23202950098592114e1c56e893828b7cb2a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7e9f67b6e1c87741c5d56a3e95af004dcfb6d6c9cb4267b0ad4dd1aec7e9cb1a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d9f12bee214359955f20c9b4c0218febc8868cd47405b362dcc6ab05dfa573d4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:36d864188a182dab0197f06376c993fd661689e516dfec4c25f9064eef6db0a2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:38481cddbac83c19b28845b99fec4f4d16d46aca014ab18653c5e7fd42d7dc9e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6c5798afafe96f9c1de300cd8b709030655d1c92d03394b069b3f4100a0a4334_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dc248c02585e41245eb8e16fea646a6f1013f5257f5152dab0fd4634073fe15d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:142deb80cb8918201dfc20e0e86c5a70e704eb589681db3e019d0eed0a8bbf1b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ff7c22adb1ce27c0944f94a4994940aa6af3c4db60cf184d0865753e0c18ddcf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:09664db13d4f9022495031effd53a137ebbddc0e61fec151a26e565a02a5bf40_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:9b480de86de7566594ff61c147bcf0a6e8d5f2ac52ca37a2ecc32909e02850c3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:177b77bf798f3ae19e2b67467ec324e2352c47a2fa4f803c852cb7d5514a2b80_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5587380364defb07d81f5bb93851d7d726780e03f561cc5c4010d6cc4e237079_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:503c53ef4cda2a77d57eb611638334ecfbbe08f384e01084a0f2004aceccfd5b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:ccdfd936b1e904b115efeef06cfb3c1b13ec6fdf123cf87c9ad477ab47ea4d04_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:1f7ad22165ad761cdd5fbb7f037ad342f7b9a6f017b80ebc9775edd9bf7388d4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3ddfa7f1a01b1dbf4d2e999da0d536b8f3600e0143dde47fed1f6f2caf15a7bb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9aa910f86e4c953069c3e45f3c2db9702a8cafe753fdbed42e4c23f4837660ea_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a2751c4e48572281043cc6468aa40d2b3a8a1eef5897cef386876fc08de5d791_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:00fa00533e4616bc63471ba4e127f163a2ce06bd8546dc3fcaf2465c6c511ef1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:65d4474ec56e4cae8542f01d54006ee1ccf15c8a467dd7f784f1df806507296a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b1410e826283f79823ba6cdb76d666aed69449a847936c6c634593f31c9795b1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f3e84cda9ee1fae57794b0c60a7b32373d8a95546116ddb326751e9df0d1706d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:059c0bb97591ea1d95bc42274c6748438e32ef113039c603cbf8171ba3dcd1a8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8ff741a30a8c2059c8702290104db1f897853515bea3d054f5456a0faacd3e33_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a523a7ac9b9119290e3f27ee0b0c7a5d3cc1d8f35ed4e7aadcd6968dba6c593c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:db230edf37a3285f5566a6f82b660ff3394caa80c95276bc3992a3f45a18a59e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0dfe21d1f2ae4ad05af6aa896c0bd09417c03d2fa2e37a1cd3c7afe9d9f506b1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ae88b0138b8b945b1ad071a5ac660e6479f3e2c1ec261d80a4d7d862e94df269_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cece82ea1f03a889d37a2e4e1d81eca34a73857630b9874d05264c12ccfde18e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:e518e75c0ec848497d5dbbbea1505cd3fa96387be78d326f44094d341d1aeb69_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:4b9f7900c251da09ceb0c5e36e87322030e6fffb41da15b022e52f26967214a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:6bcd28e8610dada7b5ec2b6e14aecd9daf0542ac8528b8a1c9bec9b5c22e6791_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b4e19a3b757309f5ba13e3762e2449003ab93a1d3a950df031d0c5f88b338461_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f3745f0a10aa35a13620960671ed4e2bace1c01f0440c1cf222aec37ebfcdd6e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:10a4a0d9d6cd4779461dc27ea5660513c80c4231267cd5d5cde84626a52d8d88_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:394f1ad167455a316ded12601110de58f0666917302eee8a2933932513aabd70_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a0dda1cfb8ce56f6632c7dfc15f2d7c5251a666f7ff34fd78f45a064ed9fe8d4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d04c463caf59ab32c381bf6c88b9a55ad9a4934dab8cf66b1c80f3743edf28e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:674045072f2c791146899dca69772cbd83d8ea11305e024f697b0ecb2ecbd9e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:80d008d72e748f6d1578f0583dcabb703ac8154853cffdfa6c332bf2db662da2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b6d9ea5fd88f25c46dfaa17deec8dec67f3241a4e52ffb5b598ef77af4437da9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e18f121c2a8578ab7a54b48347a671e8a1e315e85f894ef67b96161a490aca44_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1415356cad67eea021d0adef8b7f8ac8524035a4acc3ae7080f26f8f3f7cc959_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:2f7be9eb683b2d5c65aa64a28e11bae43475f5a828e8768d468bc24fa0bd4ec9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c0f27acad2634255d689355942e8c0d87f624c269eca0f11b1fe20b56b22294a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:dcad2bdd0764804f9dfad2a4f33eb2fc105ff8e4cc1d2ab31c58ef2903f7cea1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:02dae90a28e2afa83ab4b358378b616bad7c257b8f7d6cfa2830092b7d46fd18_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3e0b68fb323e91570216f90ae2c79cb4bd35149dd62c496c39ee8fb615b62888_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a6517f52e257eefc0602db5e43fd946de57db13299d5077b1bdf872754253cb7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d6c465af092548962fe617a677d3398c6164c398602d7575ec09533d9654f254_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3a9586b7d44c57c683256faa5d9655285105844c74f728e4558c6295f73a3aad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5dbdf857d018b118ca8bae8eb52b2e117348804dae51da324225ac9d9a0bb141_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:7dd0655af57c7f8d2aed0f88a4b02ff21d849bf9c8cce7fbf02aca7d322cdc12_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:abab20e995be8b61590ad7dfb8de0bbb7c7459ab5413987562332de2c9924924_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:6f1fb02560c0dc83cb7ebbfba67370896f2d3b21835311fe5af23a06f4a45142_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7a90eb33844a25785c95b0e7332991a373e0b70560f979e8e9d1554f9d021545_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:92ac319d44a3a3d8e68f29488cd75e71b42dbc98b5898f662131f8576178152b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b8c7d5e513d5205014f53f22fddd4ab5c54e62e62e5813459ea68afd789518d0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:788b2252987b1992fc9c5d855198aa50a67048cc4d0a1e28240953e5c1d9528b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7a2a0066a38f2e52be47a1fec5c9a1ec458550d7ee6ca1232579b3fc98b7e9e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:939c609d5422bb4be66f482815c70b170d51ad2ea9bb0675a969bdaeff35e730_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a260d94b14808490a417d828423550eddd7b865035b631e9fcbb108d8eec6873_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:9f38e40a381edde4d367a6baf50d6159bab76aa34f7f932929a118960eb1b16c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:bec3f4da4ad493e8e34e5e1245338929dc916772222817e094fc0cb7c6370b88_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0816f94cceb27f34725d9c3f041003d61b9730a3c602b48b70782cf5b3887818_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:3d106f2995d5dd270eec34df31ac33f4a09dac0bd79bcd2031e9bdc35f20878a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:2c50f45d634218d512ed37008e62bf2718cc4275a9d944c845eb29bb19d0e700_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:429368ffc93f60dcb14116dd4a448f7688fabeb9a499b4b7c9c77018f4a31c3c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:48105c86a370a0ffd2c536e5ba75ea80fa94b09f2cfdf645a9fbbb62bdd1654c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8b9490cd4a69fece37aac8ced57235afc04a3389e16234c3a3f1d9a4f8a6d34b_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2407258"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a specially crafted GNU tar pax 1.0 archive with the application using the archive/tar package. Additionally, this issue can cause the Go application to allocate a large amount of memory, eventually leading to an out-of-memory condition and resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:285f19a6dcffb48d4e6f6d3bfb44722f1828bfb2099a8736f2fc08cdd1481175_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:521f2693c3073993771af37d65723ced3ac83c7438d6ff35425ca5f663101676_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d1883837f227ea4b98d2442b46e5c07a9eeae549e13cd778f7c9e78494b53911_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f1f601e3a4951748fbf030083febf57aad02568058889b0122c8872e2d68d70b_s390x"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:021a57a7ea58117b5942b474f8899924fe7ff170b234aaa301f86ff465726ce7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:37283f08df56189fd19f7052523f5eda5a5eba0096c32fc3926eda3bc9398a8c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:459032d57026d4dbb2af370f796c28a69e2e30389a84cdab0e43de4435d980a2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:82ebaab991c00d42430890eed6322e9d060c3b4581ad563383a7d13172de4c08_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:244a4dfcd32e2a6bed90fd5e452b63822af9eb60375b9ac45c1864c2fccaf765_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4eda87164b71e7c6fd8b5a39ea77bb1bbf138f43d5732c08e314369b18e2509b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d2d6b9b7d7cb72703bda76e6814e5714b101faa03b14f55507b82dddce6fa09a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:f5f2d566546e640f59746e3616b98dab55eacdd33ea04b7cff887da6cafbe380_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:21cd6ff9f8ff53d747746f2d772344a8a9be9bd4582d641a0d6814da81e42dc7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c16a9db40d92bd605eb9843f2fb30f793e9f807e924a98f58bdfe9e8ff5598fe_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f7eaa545a5719eea518c0d48a5010a9e729ca7657f95712b86bd091c6906ed9d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fbad6ec51decaf69511274952af912054493d07f8de4aeb044b0728e015e331b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4b6ce9a91e0408d0869e2d64ccfba93b8b0587c8c4514c024093e47d520b7b13_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5bab5f51374c260e261af4d094d6d834011bb00d20269e5f87c670ab2e5fc50f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:b046acdbaee02a88bc76e80217864aa8a933b4c624abf504bf40b3b5700a3ddf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:da7ec98aeffdf151279fbfd2d45163722323094e790ab1e5b14e3a75bebf7ba2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1320fee14f620ff211195e536a81bf80c41140d10d8493dca37f484b4803e1a2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:69849de1ca4d23c9faf12777ff7f26deb7eaf3026725512e29e7cfbfcb5e30dd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7ae48499c990a9bb0ccfd436de6e4586ba27e9fd4036b4efe76299aafc4520e0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:bdb7981f8aadb7c27bdc448ce4baed28ddd8d08ae1a83af66255bc70d3b87d63_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:06477b1ed6e12b1088fa198f1158cedd852d51773f75622a652220d147aad66d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:73cd8858eb6e706064aa3fb5b397696ad2a8d264ed9380ceeb8d8d89afa96914_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:95a5dd3ee93857d9e65d57257e2864774e0f1aa15d14c62765dd110807a7e983_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bf017210bb8bfbefa027c830656e83b3db86e940e5ef1f62e67fdc84545cd118_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:04441c2a5c244d0a76052a2e071d994d81415da2cbf49cdd74d3b64fae89fea4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:50caa5c63088b2cd98d85bf793eed760beae31c73d8cccc60f3c82f7e4a436f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5d302fd1e0d562fd3074aea7fda53b46878dd5c27f53b4086f43e0b60c69cd92_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c1ec441285a07891350ef5b92dfe8cdef23f963d39ee86b7c2eaa0f29deced63_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:29924ddf95c884e61e24bc38d457d4bb997c5a03789459ef7565f2350c778e44_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:865ec06e1488b9c81e370e48824dcd003c617f45198943118f99889c9a23ae5b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9c28ccab17d26b72d9ae5d65f7a1ea11bbbd2cd39076f517e6655b9a35a277b9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f2a4bddcbf9cd3c04f90623faceceb3f3633ebea89954ddd26dadad9b6f9cc1a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:0f34558006e45eb8ad74dfad87ee15c34e2d5bce5f192fb00290ba8f6b2e06a6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:a0104045a7c163322387f621af644a79ba8b3e2d44bfa4094db15fad792e7825_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:b83a1577d6d15ea51ba7417aadaf190944d02a36e1067ff9973b9b0e59f207b2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:bfeca6b1d120f47ef42ace529f8663c90e420a3d1067891268e0fbbcd0c8fd3b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:09fb74bc16d6152ee950f1e2e01a72244e43c030205e6878577ae8a288f229dd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:933bdee9a720806a6c7537ed79ad75e25ae64144eb7e738942c36b2a72427c51_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a882578ad9240c994b4f21955809f6d332965cde3686fd2da1c4bc1bd89181f5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:eb823609e74431800e5bd7fd2399e11d17ea8cf0a16a578b70f1447aadbfe8d6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1a4a79d38290e993721e5a239acdc973fd395188d4b47ef664716249561f9b9a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1ab570c571e5291796e3eccbc336775207aced63674920c7416c67fdcdda5ef1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:46f5577da7e69caa3c941ead5de0ce8e373a77348df4c9dda922319a47533af0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:dfb1568b260cebf47b31b5bc5b956dd573ef5e10f5c04bc7951d4aefba1e1c29_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6405c266dbbd8b035f0fdec36d4663fdc2e3981899fec3828e7bcac0094f981c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a0ce68bd8e54f1975c89b6739bc6d94e9ad8214df431d1c41907866dab1cd9f6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:bdac9d54f25066cf36bac0fe90d1df7d89fb91d49ac68c09db1cf14862c91b43_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d8254c11772cacaf25e2a1b24b41a7694b530246cb980ce80caa5298acc71c31_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1b5aa2a8fa69661df2b4cef49e2a8e25e20ecba84ca80d5c671d8cdc73e7e31d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:54c656c9b7ff7f7d9412253dcb0c4484233f4cbe77512b63e69ba1532a4a41d5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a2d16879e07bae5f6eddbb5615c313001ffc4b74e91849ee9c2496bbb5996616_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e37862fed49b426c4344fa755c3442dfe134922b3b5a3c80c4bf4abaea7e6563_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:04e4334b0ce10eb5402543501944e72b9230c79f470f5976f8e5bcd5a18cd28e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:34a11ddd5af5a8d2331804ab76c6319587bcab73bbafc10b6f710260e5ace5ec_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:86ff72407e38fffd121bee52ed9e1229213f5db18cf1324a08296597aaf494b4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:edd7568d61e33652709d4bca937a801a4eb6a0f134ec7866eae3da1f19a01400_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:44623a58b3a052f8cf871befe578ff1419b5a36c9f61849bdf58a15148c3f65b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:78ba410665c68a41a5adbd8422a349de2274be894328ce523364f1ec2a71be01_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:823e1e9e7e7743538180596210828b19b6e3c8f435a7c792be5b945be76d9956_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:eee0084caae19613373c30ac9d2f25de2c202dc83cb6b3077baeab3b2ca89c26_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:17d193d080ae253f4e43ab259c28fd84f5f738967fe2ad4b6528fd42dedb86e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:36ed0be4ed17c503bb07435b198cbd5e255660bb1e72ce49db7ccbcb3ce92a23_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7c1aa77f92efcbd6fdea6120c75e2cb19985aaa2cc48e2d4d3d4ecb87df0d277_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:d6dac5da24656ce0a1494234b06783b5e4ef052c0d283e66f881c21d1766c51a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:380b5a968a30fa54a963bacfc37767a01f6067b6290fd2d877d6b1943a7738a1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:6d1570e8f771ef561c5ddca5410cb86dbc94943cb23b6f96fb2dbe5b9a2f1823_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:7a9f65149b802b3c2ac4d2a96bf53c1dd6eedf8c5fe921783962197bbce94207_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:a99a994a160375e89550347eed1631bb0d12bb4dccf7ed49119935520b744235_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:22b6a40bf066153e072a2d22e48032b91a7f70e2de0d38b2bc5665b72f5635ca_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:499dba655c620472ffee2c73f5f6c53599dcaa8755af1ddf60388702041c6cfa_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:9f82e685ce4849aacbc315249403939d8e9fa55ca297ec0d829d445a3133ed9b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b11b0fd3272461cb95d4f3c79c5c1138770085b461fb8c64c5f19f3f2276abf5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:06ef27c670aa46891c208f0a1ce5be98a92a321e81865484c17db725d6c48f6f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:50187fe1e5905226e869fe96d050d1fa6c91c0ca9f360456030514a0f3efa2a6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:828613cff0791cce90feb1abaf17c31f8a89e409f605d23ca79904feaafa8cc6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:889a2f9b69467f174deb05d9f57eccfd85e8f6e2ce2620a3e3b5c15019a108c3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:381cea76282031f4a018997a2ddcaf6222576807356d45ab3357b52a30f6bb3c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:604bace7f2173c964ecf1b54fe70fc08abbb7a39fcefd21af752c7a12f6f5a31_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7acae5b318d8162c7da445ecc28ed374eb1db0a92e3e6136f1a3d6a82bd75495_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:df00671b04cef1d122484a876880dbf4cc250c63730537fef7e1651b58f9a9dd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7246c15cef44f3945840162c1dab72daf8c0c4999345aa6ba148dd34597f4ea1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c7fa305a0d4a592411905c2f44a8218e25caa39e293ba68e1c84458683c93979_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ccf25a1cbb0c79753f4049cc37fafb77d0f8dbdd896e4cad7e9674877dc84589_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e1ff850187bfcc5e53338ee32678873692eb81a7bc72c5d3a928722571d312df_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:bda6a57c2ad84239536aec6a20a9c37fbfc7aa13c994647427936bf0b3b3361c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:49da4e953f3ab4d734c88b4371082bd9c6fbefd00875d8c3f0f8e58f060b6a25_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95c4abf5e354b5a324515cf6e69195ad3576383386665683d4bb8f349e558416_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bbc0c1a5769338492d873bdb15757525f69e250f5a4320d36f249fc35d57d356_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bf5e48b3778e040c4ebb1a8b0bd2aca2e7814720fa400115ceed9e1745f3e2fa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:2b26daa64e5d4151cb1cb91cf459afa93b2bdabd2b9d5d28585bec72484c0e63_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c2d77eab011a8025098e1254c384f83af4f7e0d3ba9e6d2772eda689e644b036_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cdf9f5f665881fa0c5a2f3c98e4c99673dbe8a92cdcbbe6b80e9dce09f59a8dc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ef4521604c721bd0ae8a4b822ac9584d3c7c8a80c5ecfe263da6ff9500d95ba5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:29a5ed8364575efa8d539b05c002e8b82cc57350d4c015303b4fc46b06903eda_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3751262aca1a347b013648e64294520615e447cb875b1e7c04535c9c5e843ccf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:5bdc6dd4698facc8189308328f6fc62ad7f4a3a5bf8c8a5775fe6e966eb44eeb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:e4aa456e8c865f66105e9f1828b455bf09d80960759209703df345a559b36608_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:74cc690a06a3f7ede74550b2416957a6318136ec7b703de33588122e7222eac0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ad7055ad351c0c24582721dcbf7f422b6a31290104530458e456bddd1a637938_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:54ff1a36ba796e5b88ae421a3836220f5774f0694cd49da8aff5f8c1efaac958_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ff8879335cb7031227028d3bbd5ae3c882c721871a28a42216fdf94885cc48f0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:4bffd0baad38d0ea6f54efb82701a6530eae707565fee41e2e65682a990267b8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:6381f7fc63ba688a5514eeef31d629e8e6cf01d6910f29f7dd38cc48a49f392b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:6792be8aa7640d171ee8102e5315ee2cb5e51af62f7f9ebdfbb0b54e89e35cbf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:e168e04989169bf67e16af77f602c8d762b1ef424f4abc92ad8ef8a135d6fe69_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b9e9f7cb5894890829532f10dda00d008bc5745b999b76daa26b5667e00e0b87_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:f8ab11c42ded9679807701a6c9564ff67b13ba875e28cdbb7663d9382f8e194c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:203f1d7c4feca08547dfa923507640370e669f83029fcd373e4e93461cce9421_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:8b16e6a9162b06a6565a48f4b05f3a1681f9f6349278d4f44d93ebe60d96c566_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:ef131d257bfc318cd0071ea2867d209fd8088da69e92fd3d07bce2b86d4eb2f4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fd5a0222754643780d37e10af8b077bf257b5b4be2abfd2393f0423a4fd4b291_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1f910938470138dfb6656b608393e46eb5c59d76edcca34b8bbc7148f2479061_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:71ce3309765f3dea75ed45541065b35f0aeb697d59b013294775e84b780f361a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:313d893f24ad6f2f8c7881f418b9a5e9c499674052a97434372d1d079411ffc2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:93bef2950591dfbc736a80f6a92659b6868991040450c5cc415d32e225177512_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:9487390a62cbea3de31fcfa46d05ff56a9d088426101b056254d0a3dddd6631c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:d4cd54fcdc26243209c918dbb1dc54e940965cd12cb6d05259c0ed45e3755516_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:2f9449039570a38ef4191b3717a9597219919ffaff87b645f06c4daec74a3cbc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:5d72d27d9247c2a9ae05a1e496eea2c264df19be8a566147cf5cdf378d82ac4b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:2b1553659b6cb1a4fc9e75dca05c4117d98894a5ec55a650fb60a2062cf1b79b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:35d963f072ba8d1d78380c48815bd2d06dff7f1917e493ca64a37d319988e6a6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:42870b8a98ae271ad0f0b23ad541bc37a9585e93dc6822f149a0bcf53c78036d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d797ecf477151c6821be3fb5e18dfa8f8df04233fa9f7da7b554da9eb38f0058_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:27d55172feba74eb9712fdb42300721acfa72e5d3739feac7c4353f8a36b4b38_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:5bba9f8444a0daf6194a6eda5d1b027781717446435ae4249a558a31fe17e06e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a8840079bf9bf05cf2f9c4a7f38bb45b09baee82128d12df604007278fbdb198_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:effc3a9f6c7bb400163dbda690d84d9ef4d40736105a2594209efa8c0c5dc80b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:3b6acf7cf4c49d979d30049d80bd265e7e8f17331648008bb4f9033822ed0a41_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5b377378d275c0a152365c6dcfa6e5f51a30de20210991ad8a4b5c45654cf022_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:855e978f66e69d149f00f5cdea64c68b677a1f2e9e1c28f3f67846bd5497ea9a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9bbfc2d46e0e771ef7bf390e121f26b0dede58ac0ab6cc04e7592469a78ae5c8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:101533b9ac484f5e8c3f1d95b742f3596fdf42d6a706aeca5712648ca50e8ce2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:2918100b369a980a69fdd9d0bc0fc7c898bcdde23f8ac8c9a8a22066f2b1d87d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4f2d8d750ce5932589e4c3b10579f00da60407a89be1976f3b54184c997650ab_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e7b4095c367aa9811dba1e43cda61f60b54b9536d9900990e7e6eac745ec7ac9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1bb758a596fc11988a09a696981630bd00a73dca7c4ed52799f722ef87db6a91_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:50aa9b6ba005c3f004568e82cc73eb56ba6342720626f9a35eca618fd1ac9cc7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:982fa1221449a4e78c06e6a13b7ee325b8951a8a04d0014939dc49b13c6ab79d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f055755224db92970aa09e26ab84f8f8c3a67c2c8cd442eb4e7764e3474d4613_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:719c8857fcfce93887b77a94974d418e3bf19befe0ed25c5974bfc7ed53814bd_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:90f04dac670c4d0c505cf8f96d020c9e3f4c0747b91dc2a2531db407ffdcfbd7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a921b1d40f1ebac4edf1d6bbe26fd7e39329776044e17d7f2409b20792acc271_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:db281fb5bc3ccd949d2156d7eafe5691ecc317c3e690f9987436d8b4317e6ec0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0a68822ea4fb06b74890aebdb694cbba827a5c1b9519b5a4d2086a867464fa2b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:38a4de43972a5ae5404ebc5862329c0b59ee5a6c72b5e3fa8be3171ad65ec713_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:dc970cb4ede420e1d131a6146d256269ca6fb34b633c17315e6b202723765bd7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f47d18b4634f6f675e50f165a805f33970a038843dd48fe8a02b3924fa70e8f9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:6731876f6a37e6e26e079b4d8901f7bdcdcb6f34f8f27c850ec813ca5b3a9543_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bfebb3f4a3a9476c2307fafdc5ec3fe7586c51dde9c5448fde7d34e37e2f45af_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c6b9b4bd2d7210a42dda555d8375807bec66a4f8693fdf256042b49b3f0130c6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:eab2bb53112191763cd944b3b13cf750ea9390b56d7d14d312183ffe56d0a394_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:3ca197c0d720c1314db2f36fdd4f1fd81f0b729829f27b39508f0a6e7ecf7bab_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:475e121c7d6f480d7d2545252a7b59510a66cfb609f586bb587595ccfa3b71d6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6cedc3acc4032d410aa6c0142de17e62461401a772a09c795371238dc00fe91b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ce34f62e6953d64b6566905934afc4a1f5911ec68483f5ceecb59d187e37a955_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:2037952b4938add2200b79534d571adffd95bb0c6ce04e7ea4a6c0ad85389771_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:698f43ebb93c00ee0a916be218a7819d0a402e32c12724afc51f2323c26d541b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c247cff3341da9969055ddef313806cda81c2dac492ce683d4abcd5ceb5a9bc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f12ba7fce7d3a13280d4bfe412b9b54ca22baa52b90be0fd7825ac719f1de068_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0d06e661c793f5524b749bff4124ebcc17b7acff1b57a672064c072dd7b0390d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:484c08c7c512dfb681137cbf0cdd45f42ed4181a690076f6dc6920724687655f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8a100494af630b1dd1ac3e0a7c75fba4853a1e7471a0b6eae2f7d6b7762beeee_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c9329187e9bde81fc4f0b4996c909fe4e9354e58fe353340600532153254e5b4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9143250b98cf0e2f2b3ec33bc25a856d0b2dd432d1994740e639bde2ed1deb29_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9a7f2845529ffd78d9193a8329bd1761b7723678b83e8d5362aaafa657c398eb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:c6ef91fb95bad775d172019ab1b5f9c275c2302f85f04c0504273be57eab1989_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e2becd018c34a7c29e770fa329cba4f1a371d4b089451365abb35acacedbcdfb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5279e457358edeae97e136d8067f05d60b4b806c92e687bbd11afecda4840eda_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5d76a917f9cea787b11ab23bed912261cad050e397769c94c1b70cac389c48b0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:88237cdb1714ed0759ff8c96466010145ff8cfd60a7dd3debec25e3a2b33200e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ff62706a4904af960c4989c87712d896b34265fcaf21ecc9500daecd03561b38_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:15ddf484307e3bc53f165873cf04ea008f4f5720effb19e3ca1aeabd9fae64e3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:28a6a3b04348c6191f58b9b0a700acc995d5fbcee3cdf1af5e34dfb0a15918fc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4933a9cb0be09725767981638b9139867cad6a26a228701ec034d45c3f7da4de_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4b571bca7d279192d7095a9d157cdf40f553543b6a39658919bc5920445d1177_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0f18441bd2e164906e7bad119d70b8f5b9b47c1596d58b6d812ee1e2f4b6c0e5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:77df277ba08b5a6efaf78b4ec5e59a7aca2569e00e7644d27e1d2653d80d150b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:afee031de2fff6cb0e07995b5f6c4ac83ab4cf3b83f23a3931a4d7e15a512c1e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:cc8b86ad3d080ab5dedb159dfca744ce669341a2491e5a0bab4f59e3dae9ed7e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4a76171907bffd3a94e149dfabb6170331e2fc0a30f3ea7b8eba1cbe68e1fa80_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:62f935bfe570ea83e376ea84589bffcf0b99d30eef620adc813f72501d982705_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:75a992b3a14138492b585b3500a6b6f565c912b193834fa562c990bee8115e90_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:9fa46e30f86fbaa943f136733680d0e8a668df1e04d1bcb71160b8bb795a2df0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:58b7b6502847bba5230e65e90a10350d8cdfd331f5656425dd2f310e3fc89cb5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:5989d793b9236bdd9dcc1df6d4687a6e0222590453a5e4e31be75d0414c28056_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7e5383d64b25edf87578b2cf05de47d46fdd2fb6f1f4db5146ead38c887f36a3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b5b9266258ab925a7dfd33b86043873af4c0799fc52befbc476f875dc44b810d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:100d472991b3969275774576b60f5ccffacabcf89eb52efbb744aa441cfcce99_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:9a6fe277560deb4c1c2f91a1d56678c5956bc9ba958b859eaacd371f8ca753f4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a2d2bb9ceaaf23ff8430662ff6b267cb36848b2cf311bddcdaae8e33e8736306_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f71926ca5053134743dc906e1c5bbf2fd148acf50e44916a936f3a8e98494a04_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2dbbc016c4e06676f796ec4cd51e68c11c96bcdc41de8dd37c82c3c5c0825cc4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:444b74ea4a7a8a664746757e4417aa7e0fb33fed32a4755d300e14a49afba481_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a330cd288cfbb99db498c3a7e7211eaddc4cc5e39b6343fc6589b958c6ac44ae_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cef4f16962b3d71927c90e2573873495563e3144b6e3e814acf5a220f1b27193_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4d6edfa2e5e9d6964a5b9483989f491cb5019ebe9af55116591b321b499bd12d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:62e2bae1dd93787bebcb5f1b58499693f4c6fd620edb3254b776494d2b5a55a8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a514202264b03a6c80a02e3cfafb7c6a86482449613b5ec0052d1040587fd088_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ae40b5055051c07b225c15723da95953a6a7d2dc6dfec8d0469d6f857c8424d2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3882b19d141998fdfd1197856ec7826be00034d72633396be628002953fc94a7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:39282efac8310ed389b4acc4ff3aabd6367800953c1e8fecbf17926306d1f419_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8df02a6889e22a9763b5c0e7b6934824f682f4683f2085f82dda54de427ba28d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:fd15b8944403c78ee3c0fcbe08aa5ecfcb7b10c14fe5f1a20ba4873295879c8a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:011ac49df806c01b3f64fab0b3d79355b2685c8fc0316653f34359b451ef2ba5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5929d673c5a6a568c88e13586278da184ebda4c9c5a9a4a1f9154ad0e66340ad_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d113138d214fab52ec3422cd3affe8d3694a1ec30b85778acfa8b114ebffdddb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d91c11d262c19c1f020e9b53da07db82b6d68533f4e697ecff6c722781b4a4ba_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:5865f0a925e725309c27dc1d71d0dc999cb01b4fbde764ba8def1524f978c0f1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:bdbbbd728c482c0c5b5e87af470856aff0c8264d3f490c8ae9d987f21d5bac60_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c1230c3643979aff1e615e1de9bcbc758c31f7508b9a3b25fd2eb323eb6b2490_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c7649d6adc16287d38318b6a50107dc1d3aee2e842a19e09822fb86fac31df15_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:70687b2657e8f1cbbff110582b55f3104d0c7f47a44ca1185a7f67e421d76a17_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bda8d910934ae595f8a53675c74094693de8e0a929fc7c52458b2a9f7cd0b4a6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dff9eb529ea868114b0f46c60f4014b429ce115b0ce949e6855fe29d9270354a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e56bb2c28d7ddd2dbac95451cc16d547718b651532ec69c85e8f0fcf5785d002_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1670745d88d0d92a262ab445f81956e894ae5e9b23d490fab96860957c028771_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5cf3f4d1346c07a4e065dad2df083934591b45c714f503b5b617d470e87f1db7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7adc722fdef132557c191e026fdac56278584f6e49f3902179fc443d87a4165d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ff467f13cb09556eb490743f878422fa2493b8bca683b8759d7926e8af97dace_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4030ffce9d00de08b95d660595f0f67b2b83756ced6c6439da14d36b0b923729_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4baea4cfb5bc4a7974f90c3bfbb25e23865b659fd078ec45b4c36ec0d11b78f3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:829d8937eb34548f09b89de6dd5a236ae58d6f74501f44c929538c281a8be920_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a7fc85a92b1d5f7f79d8a8a63e6d9bb4dfc66383ff175fbd956deb1de3127fdb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:78adc3f034871d6d77793932d11b1e5f4b2ff3e1cff0385b44811210a3c84dc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b836e8f7b31ba9c107a08e3be1cc27e73afa4045210d7fccc817c6058671aa67_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:cb550213a7e8671953d5b880c0b651a566be475a3ca0f5b442a2fa9b0bfeeb1d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f727aa55c29332a39fb4e74013b9cc96ea5b32c9cfbb7cbcd79c7031d1a6f44f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4b1f00007dc39d345013c99c38163e0adc112e5eb81fdf41e1acaa1e0064d7f0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6ae9a652c5693c55ceb3ed91fbac054d887142b0f55882c776e42ba20d1dbdcb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7ae4ffe7112d35231314490c8d02c6f0947b54c240ace11a87c07dad44d5be4c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:934380eb6ae83360d1e11f709c58d18c2e69e04b3246a02846f26f9879ca1edc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5580313395048ffe3d874dec574f7f1f1f21cb84831945de53a80856b4e945df_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9bc152718354bb245a765da17d12d0477cbd15d7eda5a86b8c5b1330287fec4c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c00d2c84a5f8c5f1c674d43eddacbbac05782b81ab98cff83b606c35b46d18a5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d74ebc7fd5b30afecc3d9f61ee6c74b2c0f8519514c5614ddfbe9bbc68227509_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:84ca4259de3e923248f7d50c3adcea713871d3d2da66f172c25dd391d22a3bb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c6381254579086af7ec69a4e610680fe0e532a26f7ce202c72d047b89e0db642_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e0eefc7f55d25990d314c2ceb50afe70f7746e467ab7a409fa3d1b44708d9ffd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fed1fbc1295974647bcbad55e52b199c2d3d4307a3e53e4f8b1db135df9fd8f8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4bbddb6ff2f7429b2f5730d4a3f529b80784f8e42a0acc025e78713d703a2efd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:53a0ebb5fda619248605abeda530cf37fdb7ce99e7b7314cd5bcef2d8d8b7004_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5e37b117f72cf1001bea772e1302186d8f86c0980534b7f359179a5e6926c448_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6891d22800cc10bd8d773d471bc71c4db64460efab4b30202d42da1daf61a3fd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0d1bc6ef87ea978c23ca7189fdf17ad0f54a5f7709a75a25d82e7b84ffadf984_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:107f2fcd3f606044c570a980c176047870b304f3212df747995f6eb8a45749bb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6b6e5e25d50219a95d914df16c1c4e761d0bb45a9efd054572e54054f27a6f0a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:dd60fb26e79143000563578f9d72e3bb7cdde4b73dfdfc148b27942197d3be51_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:053d5fdef0973f6017991487843da7a64f8a346025cf46a7c575d6a4bab71d74_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:26318acd09b8263236b4d266c735aad015e3a4b61daafedf266ef1115968f536_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3ed5dce28d62c36a87ff35dead5806fd124a187e48051a0d2b550b209c9f6302_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e06c4933f2806bfab0f36ccdc159675e5fe2a6a084f98065787d304d5df3b7f8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:055b352bfb76de2eba0b9f0d1a6bca199c6e913e8e95879e991c5fd22095c677_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:16e31b5411f5f1924cbcf851f1b0463302a34c31c5c515220923f7a2050c18e8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5909f73afae46cf2ad00a9a6f1c38d38acc3ab00a0b97ca419110492d7bcab7d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dbfe981d5b05078eb1158624dfe2f0651cad81b92aafbc671cb6470b49bbb89f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3b166e5b5529c407c2f8e372414d043fc617965696c5a869fcadfde2d14d716d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d3f6483b465851cbb520810069a18136af80ccdf79fc1ea80ddb4687ce685aca_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d7d33c165c3d0cc0e4924e8c8d34bfbd1d72e2aea301e53e4b37b712e94c06e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:de5e8cdb75cc79630290f83ff179057d25bfc11d37816c57b6f66563eb3a2732_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:24abe1e6ee078487af8ee8bdd5dbc267c18882078a7987fbd63728dc2b65bb75_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:552d01e66c6b2fe59104b8a9f3e1e58fdcd7b4d4cd63db42883ceb119ec0ef25_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c00c3c5e7e106cd6527cec39e5c3fba990d1986bfdcb691b866db80d59e5f82_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bed1aeb4f58c045644650615230eaee03336daf78d9342022786c12f29da670d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3b213ee7154fd814e8a904c3a161bc16ca7419163e8132ccabab76821c33b310_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:721efd9cae7cd4b43c6bd498064a6c427fa32d0ba848f8b0bf7670afd662bb18_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8f5f0f56604ecf94768262496ba1e29073e87ec16aa8f434674b308bbd00678b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d78b1c13b0ef255bce1e19973bcbef04d40c517301959a7f23d23613a95c1db0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:650f0e2357f8d302f10ee0a628868f985c5a8c8a4e6af9e6793a9051b33205b9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d5a3ff1bae3686aff1781b5f5f9e1a7966962b88a1e84ab4eb62751aa835bb78_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:db30f78340370f9da03fdee73445b72160c35d83f44f708d3a62c9dc8e88bd46_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e88ead481c18a7b6de8ba7f609a1782e45e1ce85f2a158f259bbe68a9db261b5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:0bdbde169ecd68d82366f3d04f947f73715797fae5c3c4561e7bda5b5080dc3f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:1d45937273065c5cdeea502fa388172651fef5a607db33ea72c49f2a50b29b94_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a562490081e5dfc0fea7306931e2dab3fbfdf76cd83768b7a43ea556aebfe4f9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:dea6dd04d50bc97f9e61330140f61a7370e31e474c26b3526e18b0ae8ad56c41_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6ff785742b50af7f2a15c1dd6f38eb69e9a1a20cb4bd635aacc57a5557dd1b4d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:d0e6151117374aa602349bd1028175b94eea6f8386832df622d56715cbcb675d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e8fea02d42c9a9b8e9ad7642d9f08d705eb6e4b3e3681cbf6281c7b8b3244ca2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ecac534bb32ddc645101f6565521b08fde95cbf0eb2b9c6b896c83ba23e8b6bd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:55e0877d1949d009d71821f6779aa9ee90484fcccb820d53bf53b90f7d412636_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:775af20537e6f4c84985145f44ad1ae2d5530ae06859c2549d1d85a2e4ac54ff_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:a1b02b9608eadb4388dc13fb5ae55fc6ad64788f93186872c133a0ff1f5ab487_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b5d732e8d36668226255dbfeb389994104d83ef2be461079b66557bb20d799f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2e983c69ea6e29aca4f36596a0c697c2935dd1deb08a4d3546aaccb4e3d78ae1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4ae2494b702a6c7f68a65ea730f6df3253ffe78f2d178b0714fb6ec04cba5cc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b1133f78075f3364ab85142cf6c8457820e2e1f31a5b0750585ee1adc1285ba6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d41fc7e76000bc1b4016bf10e86fec44f551b127e17997fa4bb13420219fb3f1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:25acdc169b3860a10f46dea8b842626acc639aec950ca7a9339e96a2bf1ed7e1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:453bea2d5f94523a88f37acac9edd0a8d921bf79409a260386fa458cb18d13b7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a70ced1330a4e7a0a7b81bf6b19b3346ad5bb6e26398c7f0577994d48712b2ad_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c2a6ad45ab46c0238429cd0ab59bf169ff368bf68750a011f481208e56fa0268_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:33afbf29add637cae8478b8e0ef6b3b465e4ee53b000467ec34fb1f3a04615af_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8056eca30416b0b93270f6c92d0fdbe4f1cfbbd6258e27a746cc379a86b6b8cd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a06dfb4e75cc6b0edd836cd59035095135503f35a7cbc710ed7b0e447fe256f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a820784083ee32f544efc474c7ded798916d1f077ddb9c3f4461de48747f4c73_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0ab4e11886c642fbcf7560f780abf9046b73dcfd7dc9cb0f086d9e62f87fb271_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1283ae9261afb1293b597a8da40611cdc1980b1e403de5d16669c5b7d2527dc7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:89ec13946e699f6589c3d235cb515b92ff48d1d5fae8e7892279b64d41b74511_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d08403f8114128e063826ee0cb3324bba9f027d7b2feeb6f7c826c9c4925579f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:2aa0baab0fca2bf6877260b871b3079ad96c37034e6f3d0a45cea4118cca230a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7f886a3942b81b3318e288602c88de802278bb77c5d11ba758f1d86f2f028abf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:940d02c46f06fa92818dffd1842010b652856e09cebdec33e0f0e1a1e9b1b5a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:cac82b041210a06cefe512e89c5755e972f6e125c69a0dae87e454e259a3c08c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:12466469754c88d41872c1a061c1eb4349cf565b5fb32db651f3639aff2df67c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:af5fca0ab8a1f5374caea5b38486cc97c2be9d884a55542faeaced44a4a7320b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ad60c87d6e05b51b5351d2490538c757547b43a679256052b600e3fe8e80a594_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:e8372026bbc873c38ffc2c7df35183727596993dde5663ec27a2c2fe401e04f1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:736b406850af746470b1bd5dbc61fc4b166133e9cb50aa528dc1210b2002d469_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a73525cbcab817d0472f544883106a359b9079eeb1d8628d8b0185e450662361_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:84664067a273cdadce55bb8531916e8d8edc7936bcc57bc2dd1ecf57adb08c06_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9a006a111625f85305fbf3dfcd9a62592357a6a282a1c8ea1edbc48b2ef7db05_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:adb84daa38497eef3d89a9b42fbb22fc04e94f708db4f1f02de21dbf099ef788_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:f81616fe8dcd6b63df308c58bc1b696f9b3c488ebdfe00d7985026b10d083de9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:07efac034de568e79f6ecf97f924fd5ce7104e9259d90747cc0fd3e0a7bf4116_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0bc9b2b997bdf9bd285382823ebb9806502664976c2dd7e7b0d111df7717e77d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:165fc1e58447c7bc9febc3ebc74f90096c6e48986789d4e66ff6443f1d30d024_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f516ff3ac172cc08e88f25a0531a3784ed212897dbe0b05e04dece7d62eb977a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0d455e21bddb7ecd4c5b8f077ea96f046ba3183d17e3755ae95f8cd112a81179_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3d291642757ab1bc56aa6bf8b31b383a1867b06fda7ec093daf361e3bb082624_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:91c0c9cf474e9dd3b7dfab43e3e651afcf950c183a51321a586d5e98e3b8dc82_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:ffcd35b620a75ac1d121b826b37ff71f5006684d9222c440785f06fdafef5531_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:56c2e0f91eb13a89c48ee5ebeaecfaf87dcef3f85bf7f7fab37e3cc6c9b2dd10_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:84e22659ec76ea69dd31d0c6bdb39b752d4e525e7425d3ad282c3ba5c16c19c9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a3669bd8567383f9e15755e7640b5af4e796ce1d6bec3b6f1139645b656f425d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:ac7eed19416dd31a76ce8139a4c1cc16f2201b1dbb1c884dbd20fc5a965b82a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:44020a87c575f01d876bcd559d0b37bcba2f5bb4337a4f0f40d65196a407910c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:7272870ff2a94fd3c026f3c3a4e985a2b2eb5c47dedebc00f2cc25a496ec3e90_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d5e64fad675db5b1a7fe03720a35eef4ef6497e49e928b7cb0a38ddd6fa9187a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f4d0e3f2751dad9fab70a9080102f7c0e82a784e516f993e1e84a8561c33204f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:174b142475167275c428eec2892e91ba557a1783a128749b9516911a366ef54e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:52fac1bee10c7847bcf6f7dc9f027764a183d462e46678b5b9aaac9611cfcec0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:874a6c39ad36a55efafc0b690d17aa4eba8df8f30831a5315a198e692e405592_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:af2f5f615c4e9da63b09f2b9f52ef632dc76793f51730ee67a96d5e99118d552_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0867d20104c147d58a3e119c8eccd725d2b5311bc563cb4030c18714e085c80c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:12bf752f4f8f0929752fee39067bab20d3af32f9d767e0eeed2cee9dc9cdf774_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3f0993acf410b536a4c2be24d23afedeaa6d4b02a8055100cddc37443a619cf3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d745b47be21fc6b98e8b1830c34e951271362105d32704cac1b1a796abddecc4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6c539e26ca346ca83a4c024a374f3874e858602b71794a1709b8a08356744b46_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:94e6571b95628469dd361c3ae5bf4bb88bdcf68636c0a7a6f007a19e32216514_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:978722d03bd0e1eb78e35c188516d960ed81c8b47a66e77ec7ea465634e44536_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f270599d2857493437426bb7ba58ecdeb0933b244b0b5e81d70be8f06c734c4c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:07f5c5ba5313539cdea53ec438fcc97c698df8284bba4ddfc6c7af4403873362_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b93c3b58e03d6fbfd8d73f6f0966ef5d616c0da0776f516ec826e4f5e0d4bf1f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f5aa864ac9d9a3e5c0a412e9bf6e22756f6232713e14fe4194f61b1a1c1ad52c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fa3603fc128be2cead70ffb3b0b0b5c9520f7826bd46863a86b1853e62a998f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:382e4343f73dba48761c24841e45aabdf84a7f4de996be6515d8ee7c3e728c78_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:840f25f86e1850623e2929597e072219c2119b08acee3b81e8c7aed1b92fcb64_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:8f9eddba528ca5e8cc40717ae9f30253c955be657f8475a1c4da66c257bd1729_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ac7a2fce2be014fdc4208e98abe50329d0af9b7f7af98fd27e611751a413b4e6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5ad568a42fb0d0f2b78702929b75ab8fbb41937a853b4344ca990776f48ff85c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:821c5edd5f5ea9fddd168482dc437c6eec19231d95854abfbf1bcb150cfe618a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8932f2fc5e81fd7165d50432ba8994896c9ac8b323d5cc798872c1770133eceb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:df49ea17391c34a0eadacecb37c7e00552af8aca3ebb648f28f3f805fb79495a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:58e02752411f5bc061c8dd98bc7dfeb17780ef24ba8c65e590e4d6c5213c267f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d1c95fad91fbfc41da5d6871fb0a3c07d20652b5fce3f010505afe0d24c1977a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d6bfcd46424e1719490ce37bff728ea278eaf589e052a90b3fb30a9110aaa298_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ef555584c97654b76391f8e4d31bf0200fa82222b3197ef928f306c8d70f4881_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:520b43e0497fde1deef41e5f9e51448fde032769f433980802097e1e4216fb6e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:de2a25058c3aaa6f98e80870aca51d8bfd16354eb2da93e7498fc804825babb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:fba545c7b9accb5be03b9bf1931c086a8da8592e3ddc9b5a9ad6d798229314b9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:12645a5f47e54e3bf3f0b0863c44b938be5c42b22f695faf62c8d918cddb03ac_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:529d46e40fd5f6de98cb72dd8704068e3b9baf4d3bdf91feb9c19139bd74c652_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:701028c843123a3e4250731e216eceb647411ce685517383b9a62b5af21c10b0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1b7392f3cadb8ca07f10d5681fa33f6dfe61f895e4a8a1874bdd5aab3543f67d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:693c125a5f2f67364d8bdc1a5e7abe959dd46898e7f46d5b3756746cf598e135_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:93f4a34af9c198e4baa449f7ce0e1e0936358afc725eafc3b8118df3d92d2b44_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:0e4dde634359042b67bcc5224afeef951459167cb8f36cb6f262719308f8ae42_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:344860750b6a6e567bb1475f68d18b19d6f79438b767c351c850d082648aa5b1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:efe1a0fb3394a117206bb1837b63a0ee828ab5b5d30dd7c94aa88afa04c94c2c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:afb18f280c123c44f1349b80bcab24c86d8933795a0577deb13bb651019d6a92_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c865ec93173fecc00d843737009627ba137b7cabcf8337ea7837eb9bd993a601_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d172695ad3dcae4be122b50a27f14c6cb0e71357868ebdd13336cb7315122fd8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d4a1f393e7762a2c7ff12fd634077f5bc5bdd224d7791eb7929d26cd16047dee_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:01050a4179625f00151e478a0571e64120ac6221fdbf32c969a18ae9872c9574_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7639b8403341003825286c0fd45ab34d815585e8f4b5b4d1a424ccfc0292e017_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bd76fd61510b4714518ec5191e315f83feb1f47402e32602b061a0fc09641c9e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e53bc4c7a3fa7103778bd3f7bdc4b6be4b5e6a8450e38eee246caa75d9f8f44d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:62414e285f1e4de212e28bd90e5eeb60730324d54a317434565bad8891435168_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:77dc7d2bcb0cb6289f6d8c3c3f4ad3c01b9e24b4f6969ac666a888ecc8a29981_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:7cbc05eb0a0d3210e378d08d879933d905565224d9a6fc00e3bd1a9ad6782557_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d195bea4ac0b3ee073418a3674535525622d9b492bcd1fb0448b8ae52ba262b1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1440138d54ba0f09184f96cb79557548c3c9f19089bc813f433de28654cd74ef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:203e3cf52680caad6f8fec2ca1c7c87d45205ebcb9e816fb188e74a5bc7496ef_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4ef6d0725b69e2867c44e7d7ac57c820b759a45c491997210fc38b346d7f033d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b1ae4f6e3577edd7fc9f6595168857af7fd9c08aadbca1642c2f9248205b8c42_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:2e494676f33f47eb13ce2e3675c8e7a3871d5d1b73a59b71623caba05364196b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c8183043eac4cff3a7c17a9de76a4c9df725db694f411b19dd64923d1de68551_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:c7944fe378873f5d5268ff872c52ca08908af41b7efa03a7032363c11af633da_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:fc53a478ba64c0557ef8de93faf1320baab34d4bca5f50bc8f74d4a8d3a86890_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a5e04dd92dd9bca8344f741151a5756e28fdd197e2aae26c13caf2867ee6ff76_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c16e427a9ffa0ef24fd07e6a21ff78a63313d5274eb3b1180f7c29cd1a9d11b7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:31630cb5049add8b683fc6f3de6cc20ffc530b72d45daedb84cfe62bec754591_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:89a876583624410a9d79c1cf83d94a9a7c0dfbd3ad70228ea985e45b2ccee9f7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:dd8a443d71a973e30574016ce343c19edc1872c63ed46b5f7023d304b9c4edcd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:63a52e5f035913f64e82ae6a617273abae9ee0729316d26ed5d4182ca0f50d11_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:754310c0f797038ef14c3ef9ecd934b6ffaac6ca60b755894212854289b9f405_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:49c4861778e7bc4f5738ff0f5cd5c542e9fe75c33057a4a0806b03ac75d76ca7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ce8e1af1e3f7d331be7a366560b517e1fc27f83f1382ca6a69a1d9893f260fda_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3478a4d3a1acaba3cfb3f1040320798b9d0b419a66b07267965d4ab974a3b440_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5db06d085c31aafb3f02c2c373b2de6d93c5fde72dae55d6de90f44b49b5770e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:634d04ee67f3a521e7b3cde560084491908f32aef4a89a1bb7d3aa0ae119927b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7683407dca1a355e731e277631b3d8522a3f84f1de664829c3b15db39b1f1ca2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4ef1395e47e1898bc84155ed4b4e3e4c72d08e4e7f2d19d9530d889fe0ef6b26_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:63631119f3411bf77ea1f622d77ef96434d80815531b046efe5b297dd5bbfffa_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7ee73740b3264500f062e3863e42fbd98dc3895f17294450fc90d992d2108d49_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:db28768861f567200cc79639eb01ce8e18fe5cb8a768cc01d3e23bda55431c75_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:09ebbcea16169b9ac863167c0e7f953717e92f75fc4c4e2bffa0eacf84519907_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3118a7eeb28d8388a06731c7bcdb5eba4a942b9c91a84e595ec0fb49a55bcb11_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3bacdd4e5501902865eb31e884646418bfb5fae90593e96b06ac0b7c3cc1cedf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:852556f6eb96442354f0695d6630e2798e19e31a5ada2ef01e3ca2571a4a40c0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:59ae16e7b7d2bc20f34b8bd1dcd7cf8d8d7c201b0f78e3165b11a592d1b08597_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8b68cda23f470048944c164b84fe27a5fb6a43fe739537383444c28cae451035_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:23c8ed7995abda7f87fe4031843205f3a99a0c57508c6218291762a60907f5f2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cca7e231ac39da3a210859c6280ded3a4687620493e3a3e0164a403271537b6f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:054a0d12730620c46ee6209bc9932909f653d0b7f796682a0f798ab3ac3b3641_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3281b909de7dfc5bf3c746e3e8ab05fec49fc8aa83dc8156e616a59c41ee923c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:d5efd9212ed22c89067691796443fab0b28bfc31cea94bbe636a4759f2e88521_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e0a34a88a67409e2b1cb243874cadd3de1c9c56a54ac225dc860cd89a635bd97_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:275f90da2f77f60d0a77e00936734ffcb5099fc8b5662e03de49d807a7632f6d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:833072794acb03eaf053f30b6bcfeef95cf1836ad5149fd97f34f3546a2e9f6e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:893dd8fc24cb10db16620d8feae352929b0dbb797f02fd80f025fdc7c78bf53d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c9ba070e466a5123790067569bcb909e291f3b2264af0aa152372fff9e64f82d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:6f50d9406911e5fbe310c94dc60829891609934e64983339b5f66432a20864c2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:8b4ce896da4126dfda544da09d04f010c0e9b25bdab6557adbab8d095905d535_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:997a24c33d3ae9914f3694b3a8cd8af50137ea48296c322b56dca53b4dcd1fcb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f80cee2f47779e24e07ee475d09fc697a4446a07f9eebb0813a7119eb0bda36d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:7aa46141209fdb1090d90f00d1a7753f31b9224e080b8c669883901846b32ca4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a0dfec857ddadf777961a71d8dd545cc798b921e083c8b5156ca7423f8ad8a2f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a5c047afb2066ca8740286ad2af8e1271ef78c2e5df73ed2365f586d6a101b33_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dcda877c69d0398e4744f1b7a2ed81986ccdfdb6f4da7fba75f29fead8b10f34_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1ff4a8a6440dd4d97adc3273253da14e081083c978edb5fcd05dea33d4cc888a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:2aaba77958b12e834f6418338a21b839a95c21ac5568a53b5f792553db772e6c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e5753a6fa47d5a753be2eb3b7a46cee0bc156b0e52bf75e4f192c0ddb3fdef47_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:ed802f61197fbcc0f1a8a916612ab33363e0e1866ae70d03df92469a2c356ea6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:120c1ccd64bca8bfff4b46d14f78038594a28f6d58c585b1215afd76c23c7ad5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:52dcfdc6c5f219f414fa0775b70e34118b319897b0772931e0861623db7bde86_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6b259bed5dc046510b7c3305f6abf86e4543a9ec5091505f92f573536e9f049f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:bc0dd85538edc7a80adc0fc9fc4e02051e7b09480250b5328a6b70251875b943_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3f9151da4d025555f4c0183a0ce07a2d0084beeafdc9f3f1e87a603053ef9089_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:919fe76dee99d772b668b57645779a63e1c3b7f7f40fe79175c27ae6d7e261db_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e19a080b5fe10b67fe48c28014879abbc87cf5077c32c003fddd171d06bb370f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f7708a1c1e0d4083c7f0b9e8d8704b91a4c823dc9435d5d3e986372f305e1fe4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:27bd19fa0c1eb00c55120e22b21eaab50f0eb75a84910e9d8a2fd3b5fd1c7dc2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:52c4215a49207586cb3f33bd1d35aeda857d31d34c80cbfffba02ba8c448c8a6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:62e5cb5ba2d92bc29a2087c9de9fed7978d4c5ffe07b0afb479eac93519c6df5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:68aa837b6a3bd95232abd62ecae3b040f2a7a72ced626c784c4062c2f28a6e3d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:9872321279ec2d108191f1f7e1764551e9c7099de51f595627db068a66fc4f8d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a06cb8024ab06fbdee295afe99cd294f6e05c36dd490545600967b8ff12e3391_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:1d3a2d2ae27d869506d3f027ebb43f0ca64451cbb635c4c412c85129025728c3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:c20a4f14ad0eecc3f88eda36bd65f1f390c6977a7ad5ed69e87969556b9d8cc7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:64247ff135642a32fb59a62cdcaae5f28085ef0578916b4ab2c90d31e67848f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:e0cf29f62ec486451053c661388f9a3a12ba42b84899b687fb3486666a42536b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:efc289b0278fc84c571d7adf9e9ee1f8b149c5d832cbf416803435e89ee0a531_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:47ac82d0289751c8c7e41da07173dd61836e606101a20b598c00da1cd1fc9077_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:953b8ff978f6523f4578a469d23dba6536d49a141b4e3729b059feb6d79a858b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ee224daca08de920de240b684ebc23a4da50d60130d9e205e88c904c8c755343_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f267111aa2951d22dd6a41c7362afc22454e365325b7a016d213505b7dad74f8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0ed3d751161fa47b7ed4bd2ec2c5bfff8ac5ffae0df22dd9a741cc64bbe2939d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:48bbecc83208a8895cee2c2e8ec677f59a688e02705a677cde4e9a8a52398d1b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:89ac959e411430e4910919132f95452d1142a45fc5c67088f15cf5bad8982165_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:db55fb30b025bb573317f113897a7bfa0dc729aa684dcdb0ac3066356b339bc9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:34298ddfd123342b87d28c047cb4a8c1b25b07352bfed57aefffdd92a7058b6f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4a56a0984384548771e1c8fa5a4a8efe93f472cdf2b64b01d6049b2f9187a684_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6765cf3c0f8d395307ae57019cda7e2aeee976ec060eea8a47703db0b18532df_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:8a8377100458d05864c6521e4b7550df73b5c3d9cade518067d5741fa9d02292_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:09ad41d3ddb9aba6d649812d1e48433f5778b1cd9d5e0e1466b34e6516b864e1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:7b3a100ca1bce2bced0306ec9d4b90a4dfe8596c5bdf51799aa3a7a1ef36fef3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:ace3b3b02c33261287a32253dd1c027769743797317ac4259c9102e0b3db6603_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d289ef93e6e179405cae0db5309865f76cefababf168006abf09fc3a51a32bcc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:20052a45d551f7e988cc0c38baa38f146df4d9d741ac71f17498d8ddc44a1beb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:55409e5fb153973038a15985a332681f4e3e41126f84b6a355c47314c76bdf2e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c143caae15fb4249757018e05ac8dab9abb20f405977cb41468ce6a8049c4342_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c5d456d739d5791e51544a45309ca3b64f763cb49632bc638950fbfc041b4193_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3ab4203333e071978d85f0f44f7342811d898cc388326db60afacd2395f8340e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5a97ef5bfe0456bc1528f2a3df7736c506e11cb61de5c41a1daf22162150b345_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:94fd7b1b27954fb59c11a010f4b8ce0a3377b38bfed7ffb20873a2f7a499f8bf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a936c0970ab66789c10a64cf57ae76bcab0f2f16b6b50e713373066f73d535b5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:34fb12d4fbb5f9b29b1b58e19b1c1b0eb27121ef80edc50a59e431a4e94638c9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:bedcb032aa7325e5bbff014f251d5ad91fff9dcdaf84a95e61e4fc4198f22f79_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d10ffca12372666b239a9fcde83a4b0da6c3f37fede3e47272bbdf9ebd2f0d91_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d5284bc6a4ff57ceca1c00af4ed0c46fd341f1e2a28b4f13b210ed327a25ebd6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:2a7aeb3139633e2014d99631287cce239d73af61e541f218f45a009fc151d8d8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3afe2f3016ac55bd947c98d1e4b957969357aed54423ca2f35955eac8639116f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6d7572f71fc31d580d355bc6ebf8eaa54e4285c53c7e0e418a7495a0fb8d37a6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d2236c41a640de0aedb4eb2f1ef143793288329513ec0911bc37ba688857701f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:7688c4b2355532cddd9b9d314d105127c494990e7079407d2f43e578610971ad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:91ee195223233fdaa6d83ddbc8e1dc33bc7811e4f1e6ec9f5ddf325f560ec38d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:c866308d315beaa691b25dfed4be0cace44628e0799527e9ca11d14165437d98_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:dfe468dbed566f02ea0ed9b5ed5565f40a00d03a344d2a230b0a0a83c783493b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:08710b0caf6f4bc16e72a89f596f33c8c38ba7742d0f1ee552336f9acc7f222e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1491efe6870dae8caca1a78c9c96f8b4b2956db3bd5eaa6bde59ee996506bfb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:2a0f11f0a1063e3ca7b8b04693ebe979e9953736d37f3dc3a91fa5c9912d79d4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:813fdba989d7b5a4aad5e9ce5bf5285b0e65745375dbdef899786d571c001b77_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0db523e5a7a6420d94d5d302b90c798737eb78f99cde3b887d3c3866e195b9bf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:18b7e5875aaad6e0bb8b12fa303ad6295bf3968daeaed2104f0f4ec3122446df_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:80c4e60cb2ab82621ef12774841d39e6ece9e9671114afd0d19b188dd7746d81_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c20dd339ba44e18a505db8bf726e2db8b6a764f7bfcd9e0d63d627d69c2378fe_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:528f1228123298362d5787e862306cc2605f3eb31fdedfd0deea7f3cdffb77cc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:75b18dbc6fef40173ab0c85ff4f9c4111e29afa10593ef9141d589f88b418826_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:e8147c001326caf53531a8917f91991b5ca05f31d30adba78a03539a6568009c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:fb390f9eeb4853d9a20c9bf02ac10e099238e94084230bb532029be4c88b7ac6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3dc8fa50d17a5074f03d58eb00467e45e6d74f6c5293bc57ebb8c4feb4323eb9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:51941876bbb8070423c00e3699bb193343e963358dcae8cc6acda94395edc5fa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9087e6df82220f673440368a5e81c5a0f3eb5e36cccc61cb40fcb56d92cfcadb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e3740bfa7355589784350a9dafc10849d32f1273327387b3b3c6389ba1e26dba_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:05f5bc9410d9859f1bbc1def6e1c74fd47781faf1ef26633f61b5d8f09ce8d02_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5e14d01db3abe1412de6cbd8dbd7d3598d5ba7d2af2f5e55a7ca625aaf8a9155_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:db0bf5b79be48f69d411611bfa74a9b1cdfe875b453a81ec5ea72a962c27978e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ddbaa3a482cf17a156f6955ec155eace13126ae83217c36c03eb2b826e7c4ff0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:02ce1779315733c6039fbd9f711d6c75da89fcfd4d6ac8e485d7aba30882b3ff_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:d29e550f223f287e258aa15ac71ec87cbd24e9d6888f22d82aede80b7902765e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1d43b37d6ee7556d8afe22fb33c7c9ab7a1ff5b2b38d6e18f762ba759015f87a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4e627ea7097e36d07d109f50212809b6477070750c0bfff14f3fe9d1d7ca29f4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:63e60a076755fec73f95d2f5ee948a50d895b69cd327296ac0925e301f5b7e4d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9028745ca618eda612fa2960f0327f19fb689eb36762515bfd71bb2efab0a0a3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2dc50c3c453049a1e81e8cc4559147a4fd4a3a6a9c140865f82bf628f2a45b83_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:734c982a6159e5c4077a12b1a0f72ad992b70f965873ea591228172e6265263f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b2a21551ad4c66e622ccd865529356920dc4524bfa4595e08a99e0e95438823d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3133ccf5290a245274c030f53c63dfa74d6e04bffa684808fc1815a07ebfa13_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:6f399ee5f4634353047061fddcb9092dccead96c6884863253b913dab93c2e15_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9176cf7f1c5ccd82d82dc1a8ea47c2bd34e2ddb54d750cbacf7735a04ed6a221_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:dc6f5e144468283ba4d04ccc155f9e483d085dc2f1b78992e5fcfea42db77bcd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e5216672e4e265b01384ed2dcd722b4a166490d66e19aaec457aca55c7e3dbd6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:4ca8bbfe3586672e1de22cdce9466b37aa0e11c5e9d94ea8da271aa5cad3df47_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:57488300ca265dfcad9bcc1a2861062d8b82c2b80e8b21cc3ed766fd187402db_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:660006e5e6826b13ea6d73fce4fe672d1f67479c44ed65dee68119369eba3c75_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:91b8003dab0652f1a06de50435ca08d6f6366e6e8e7e10a9743542b577728b1d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0017d40e539a56e2ddbf4a97b0cd94825ad5dbc9cd79e1a7e058bb0b11afec29_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:7a71babc3307efe03b8bb3f3cc5f9159a4868c215df70d7a78ba37b91294649c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8403ecd148b8f0aa7f1156fc1676307753967ae68a69948af7c3987de8178959_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:a4e02776f7b5a66943bad040650f4dc9e865f05a0911f4f9aba975c4b30ef517_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5d3d3cbbc28f59a6aefb1e54986e084ce49b69867d100e9b7a8eba17b764304a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5fe1d81ec73517468488ed1a60331a78733ce2fed50f3930b4efbcdff5884326_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:94a7a56873cf0e075740a1db93972f2b2505e7bc082f2faf2d3a6badbb52b08e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d1e737deb52f4f124e34889df5ee2a787db0ee13ef86842f415d5c18ff70498d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:0c8b3d458f0968682b8604cad6ddf02b1135b99c4682090dc78d9b273084a0ab_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8f02a07e0928906a1c075fc3510f3750c679361bb9e0fc7504610eb2b230a092_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9b174760063eedf3197e5664994fdc21f85cbc3be8bd1329142fb9e88103b717_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:e97049e759fd58cb6a2c8dc5b78df8dab7139f8868b1461a3946cf187b824f55_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:17b700ef898288bc081220792a7a95f4f1852338d3d08dff19ea02cc9d957239_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:675083e881008c57ea9fe8e73db8034a66a3f439c6fc1862db09503f311caef8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b94730e4b9e9de7c0a99431f90b42a5368aa0da03869eb8a71dfc92dce27ba7c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c5c12b41cdbcc18c98ec1632a0c9aec007a9672a742fcfe89a5b104160feb698_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2c51c07f11fa78b44eb528339da6291d1c660451a0c9774ad7bf8d8ea7744ee3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4d7e15ae24207bd06663f5c9d55564e220bef28ef150f62d2e9622f569490acf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5a51836c3306ed97366bc3c8f24a8f9e880628d1feb98854eb5dd10800bfae83_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8231352f700a733b13de64913738e0de1b89be5046736077f7300c21fb778aa2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:121025c1dfa4bb1138150adc737d7cf12e69ce21f10690ad8d740c1c1f2dde4b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c02ec1e4b586a812cddae6ea43cf42a6b9742d062fc12c18c2414bc48b5b96e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4c94c8afa17ce2348d6198c2914e9257ac9510455c521f6539ab17877b6fd974_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:70c7beb1cdbcba3eb4fb83fafaf740145b81d510ef56d5ac59ea4bbbfbfebc00_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:83efb138b8bd5084f7dbeb8a59fe1ecc2680a20d5853b7a15f47e1f87929fd9e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:bd63fc568a9ceddc67809e2271de8ef4d57ac8af283861a601547a6b9da2dda2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d0d429e4a3a0a9f015725dd965d4317e67c72b3fd846ef4b04c20ada4d067eef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ecc47300fa59bdd3970f0baf030a75e1fe5862d2470756cf32c389b1eb89152a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:53bfb1dd8b4f99a0252bfdad2c65960877a4e722f5ae88591eb87d6800d1d98c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:64fcb6ccdaa30c4e06cc91a40273c6be01958ca2c048bd39d8a87e8c09fa7d55_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:bd7e96fa5e3db517c91323142b8258555f04d93dc0f164b6e83249dc0cd1b416_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e5d77db3010b3e1d31e14a0bafb1a5e5ca62dc03b7b0bd2097b198f6be6ee442_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:0488437dcc9ca866c5b96278686ea20b5732f8e8038af90889fadcf90f1082fc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d1bd0363eb8c21c0123522b814b140a7595a459c7c286220b4b6fb0b9886a115_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e45c7964c5a89fbb1a8c6da3a905e2caacbbf8c433b0d56d1b260bba151b3e93_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f52e1ea0175eb2af0a63311dc0b8acc1771c53a7668108d7bb7abf2b814e37e5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0043c8e63c3bcf98e33fda7e5f532143b4c8fdbce690606bf469e932d8552062_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:465c03f230a374b6885874b775473275fe8866f61856fb71a8e2bfc37b712ea2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:c730b4b9a52549bb6204deba37e28ee3946758bc86f27c1b886188ba0f164fc7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f50ed1d01f799f00ce20f210b95774f2dffe7137757ecf86544c71a9f621f402_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:56015af081c97939fa71d978d511ecc0e93ea6ea89640ae846645121531a4a86_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:82a97e06294f2bbad05dd72f91d692449eb4094ce1edda7d651e2f1833018faf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8faf68e17b482f07fd1a4ae8ef292fd44fe9de5369d5129c3945acb56b5c2f0c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ae7b169bcaae3569a946c84d88d0ca7b42b530b475c4afc4096d5db36aff9c52_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:02335c6538b4fb15d9d4e2a831b9810db42f8b8fdd75cc6237534356cd1b68e4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:84a9daad04b0ef97a77e258c1b490c9a9c1ca502079513184e43145467eb1169_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:85c84e6100ea0c4d783b44a085cdda8be9b580b073ab7b191a70ad3c14641f9c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eef5b8e84cce56cf085ed8f8a2ca544505242606d44691b6d0beced7c942bf9c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:148d9d31314b0ca3dd2667aadf51d9a65cc88cd872d21d29e4c85fe25cbf6410_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:87bd671167583b8f46388c7e5853509fc9c20439c1b5f57544117fc9e1b1b5b1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:dacaed2c85c23db8c8bf2b754b958ac8990a0b0e917e4885b39ed62d08061fb6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ec4ca8db357714672338a773cdfac91101641ac1ea56905a5dba39d13e8c96e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:1e01dcb349b9e3afa77e9c217b2f20dd7c9c98f7b00be3852166c7d676dc1c58_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7a453727eb7aad288301bdce304da23202950098592114e1c56e893828b7cb2a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7e9f67b6e1c87741c5d56a3e95af004dcfb6d6c9cb4267b0ad4dd1aec7e9cb1a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d9f12bee214359955f20c9b4c0218febc8868cd47405b362dcc6ab05dfa573d4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:36d864188a182dab0197f06376c993fd661689e516dfec4c25f9064eef6db0a2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:38481cddbac83c19b28845b99fec4f4d16d46aca014ab18653c5e7fd42d7dc9e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6c5798afafe96f9c1de300cd8b709030655d1c92d03394b069b3f4100a0a4334_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dc248c02585e41245eb8e16fea646a6f1013f5257f5152dab0fd4634073fe15d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:142deb80cb8918201dfc20e0e86c5a70e704eb589681db3e019d0eed0a8bbf1b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ff7c22adb1ce27c0944f94a4994940aa6af3c4db60cf184d0865753e0c18ddcf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:09664db13d4f9022495031effd53a137ebbddc0e61fec151a26e565a02a5bf40_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:9b480de86de7566594ff61c147bcf0a6e8d5f2ac52ca37a2ecc32909e02850c3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:177b77bf798f3ae19e2b67467ec324e2352c47a2fa4f803c852cb7d5514a2b80_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5587380364defb07d81f5bb93851d7d726780e03f561cc5c4010d6cc4e237079_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:503c53ef4cda2a77d57eb611638334ecfbbe08f384e01084a0f2004aceccfd5b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:ccdfd936b1e904b115efeef06cfb3c1b13ec6fdf123cf87c9ad477ab47ea4d04_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:1f7ad22165ad761cdd5fbb7f037ad342f7b9a6f017b80ebc9775edd9bf7388d4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3ddfa7f1a01b1dbf4d2e999da0d536b8f3600e0143dde47fed1f6f2caf15a7bb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9aa910f86e4c953069c3e45f3c2db9702a8cafe753fdbed42e4c23f4837660ea_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a2751c4e48572281043cc6468aa40d2b3a8a1eef5897cef386876fc08de5d791_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:00fa00533e4616bc63471ba4e127f163a2ce06bd8546dc3fcaf2465c6c511ef1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:65d4474ec56e4cae8542f01d54006ee1ccf15c8a467dd7f784f1df806507296a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b1410e826283f79823ba6cdb76d666aed69449a847936c6c634593f31c9795b1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f3e84cda9ee1fae57794b0c60a7b32373d8a95546116ddb326751e9df0d1706d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:059c0bb97591ea1d95bc42274c6748438e32ef113039c603cbf8171ba3dcd1a8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8ff741a30a8c2059c8702290104db1f897853515bea3d054f5456a0faacd3e33_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a523a7ac9b9119290e3f27ee0b0c7a5d3cc1d8f35ed4e7aadcd6968dba6c593c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:db230edf37a3285f5566a6f82b660ff3394caa80c95276bc3992a3f45a18a59e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0dfe21d1f2ae4ad05af6aa896c0bd09417c03d2fa2e37a1cd3c7afe9d9f506b1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ae88b0138b8b945b1ad071a5ac660e6479f3e2c1ec261d80a4d7d862e94df269_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cece82ea1f03a889d37a2e4e1d81eca34a73857630b9874d05264c12ccfde18e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:e518e75c0ec848497d5dbbbea1505cd3fa96387be78d326f44094d341d1aeb69_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:4b9f7900c251da09ceb0c5e36e87322030e6fffb41da15b022e52f26967214a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:6bcd28e8610dada7b5ec2b6e14aecd9daf0542ac8528b8a1c9bec9b5c22e6791_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b4e19a3b757309f5ba13e3762e2449003ab93a1d3a950df031d0c5f88b338461_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f3745f0a10aa35a13620960671ed4e2bace1c01f0440c1cf222aec37ebfcdd6e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:10a4a0d9d6cd4779461dc27ea5660513c80c4231267cd5d5cde84626a52d8d88_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:394f1ad167455a316ded12601110de58f0666917302eee8a2933932513aabd70_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a0dda1cfb8ce56f6632c7dfc15f2d7c5251a666f7ff34fd78f45a064ed9fe8d4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d04c463caf59ab32c381bf6c88b9a55ad9a4934dab8cf66b1c80f3743edf28e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:674045072f2c791146899dca69772cbd83d8ea11305e024f697b0ecb2ecbd9e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:80d008d72e748f6d1578f0583dcabb703ac8154853cffdfa6c332bf2db662da2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b6d9ea5fd88f25c46dfaa17deec8dec67f3241a4e52ffb5b598ef77af4437da9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e18f121c2a8578ab7a54b48347a671e8a1e315e85f894ef67b96161a490aca44_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1415356cad67eea021d0adef8b7f8ac8524035a4acc3ae7080f26f8f3f7cc959_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:2f7be9eb683b2d5c65aa64a28e11bae43475f5a828e8768d468bc24fa0bd4ec9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c0f27acad2634255d689355942e8c0d87f624c269eca0f11b1fe20b56b22294a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:dcad2bdd0764804f9dfad2a4f33eb2fc105ff8e4cc1d2ab31c58ef2903f7cea1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:02dae90a28e2afa83ab4b358378b616bad7c257b8f7d6cfa2830092b7d46fd18_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3e0b68fb323e91570216f90ae2c79cb4bd35149dd62c496c39ee8fb615b62888_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a6517f52e257eefc0602db5e43fd946de57db13299d5077b1bdf872754253cb7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d6c465af092548962fe617a677d3398c6164c398602d7575ec09533d9654f254_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3a9586b7d44c57c683256faa5d9655285105844c74f728e4558c6295f73a3aad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5dbdf857d018b118ca8bae8eb52b2e117348804dae51da324225ac9d9a0bb141_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:7dd0655af57c7f8d2aed0f88a4b02ff21d849bf9c8cce7fbf02aca7d322cdc12_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:abab20e995be8b61590ad7dfb8de0bbb7c7459ab5413987562332de2c9924924_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:6f1fb02560c0dc83cb7ebbfba67370896f2d3b21835311fe5af23a06f4a45142_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7a90eb33844a25785c95b0e7332991a373e0b70560f979e8e9d1554f9d021545_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:92ac319d44a3a3d8e68f29488cd75e71b42dbc98b5898f662131f8576178152b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b8c7d5e513d5205014f53f22fddd4ab5c54e62e62e5813459ea68afd789518d0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:788b2252987b1992fc9c5d855198aa50a67048cc4d0a1e28240953e5c1d9528b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7a2a0066a38f2e52be47a1fec5c9a1ec458550d7ee6ca1232579b3fc98b7e9e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:939c609d5422bb4be66f482815c70b170d51ad2ea9bb0675a969bdaeff35e730_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a260d94b14808490a417d828423550eddd7b865035b631e9fcbb108d8eec6873_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:9f38e40a381edde4d367a6baf50d6159bab76aa34f7f932929a118960eb1b16c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:bec3f4da4ad493e8e34e5e1245338929dc916772222817e094fc0cb7c6370b88_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0816f94cceb27f34725d9c3f041003d61b9730a3c602b48b70782cf5b3887818_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:3d106f2995d5dd270eec34df31ac33f4a09dac0bd79bcd2031e9bdc35f20878a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:2c50f45d634218d512ed37008e62bf2718cc4275a9d944c845eb29bb19d0e700_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:429368ffc93f60dcb14116dd4a448f7688fabeb9a499b4b7c9c77018f4a31c3c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:48105c86a370a0ffd2c536e5ba75ea80fa94b09f2cfdf645a9fbbb62bdd1654c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8b9490cd4a69fece37aac8ced57235afc04a3389e16234c3a3f1d9a4f8a6d34b_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "RHBZ#2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://go.dev/cl/709861",
"url": "https://go.dev/cl/709861"
},
{
"category": "external",
"summary": "https://go.dev/issue/75677",
"url": "https://go.dev/issue/75677"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI",
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4014",
"url": "https://pkg.go.dev/vuln/GO-2025-4014"
}
],
"release_date": "2025-10-29T22:10:14.376000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-10T09:39:14+00:00",
"details": "For OpenShift Container Platform 4.21 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.21/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:7ca8870aa5e505f969aa26161594a3f99b65baf7d29bab8adaca0cade51b0bb6\n\n (For s390x architecture)\n The image digest is sha256:b33dc753fbb59cc939496922a7f65b3eaf145214f5635c9824790a5bc7a0b5a2\n\n (For ppc64le architecture)\n The image digest is sha256:46bd467d5cee3e80019ef25c8af7460dfee7e5ae376dd640b76251666eafc98a\n\n (For aarch64 architecture)\n The image digest is sha256:6d018f320d0ba0496fe3410470c2ea3c58e9d77a95fe0f64f3120bc1115f9bf1\n\nAll OpenShift Container Platform 4.21 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.21/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:285f19a6dcffb48d4e6f6d3bfb44722f1828bfb2099a8736f2fc08cdd1481175_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:521f2693c3073993771af37d65723ced3ac83c7438d6ff35425ca5f663101676_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d1883837f227ea4b98d2442b46e5c07a9eeae549e13cd778f7c9e78494b53911_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f1f601e3a4951748fbf030083febf57aad02568058889b0122c8872e2d68d70b_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2129"
},
{
"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.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:021a57a7ea58117b5942b474f8899924fe7ff170b234aaa301f86ff465726ce7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:37283f08df56189fd19f7052523f5eda5a5eba0096c32fc3926eda3bc9398a8c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:459032d57026d4dbb2af370f796c28a69e2e30389a84cdab0e43de4435d980a2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:82ebaab991c00d42430890eed6322e9d060c3b4581ad563383a7d13172de4c08_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:244a4dfcd32e2a6bed90fd5e452b63822af9eb60375b9ac45c1864c2fccaf765_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4eda87164b71e7c6fd8b5a39ea77bb1bbf138f43d5732c08e314369b18e2509b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d2d6b9b7d7cb72703bda76e6814e5714b101faa03b14f55507b82dddce6fa09a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:f5f2d566546e640f59746e3616b98dab55eacdd33ea04b7cff887da6cafbe380_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:21cd6ff9f8ff53d747746f2d772344a8a9be9bd4582d641a0d6814da81e42dc7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c16a9db40d92bd605eb9843f2fb30f793e9f807e924a98f58bdfe9e8ff5598fe_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f7eaa545a5719eea518c0d48a5010a9e729ca7657f95712b86bd091c6906ed9d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fbad6ec51decaf69511274952af912054493d07f8de4aeb044b0728e015e331b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4b6ce9a91e0408d0869e2d64ccfba93b8b0587c8c4514c024093e47d520b7b13_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5bab5f51374c260e261af4d094d6d834011bb00d20269e5f87c670ab2e5fc50f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:b046acdbaee02a88bc76e80217864aa8a933b4c624abf504bf40b3b5700a3ddf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:da7ec98aeffdf151279fbfd2d45163722323094e790ab1e5b14e3a75bebf7ba2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1320fee14f620ff211195e536a81bf80c41140d10d8493dca37f484b4803e1a2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:69849de1ca4d23c9faf12777ff7f26deb7eaf3026725512e29e7cfbfcb5e30dd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7ae48499c990a9bb0ccfd436de6e4586ba27e9fd4036b4efe76299aafc4520e0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:bdb7981f8aadb7c27bdc448ce4baed28ddd8d08ae1a83af66255bc70d3b87d63_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:06477b1ed6e12b1088fa198f1158cedd852d51773f75622a652220d147aad66d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:73cd8858eb6e706064aa3fb5b397696ad2a8d264ed9380ceeb8d8d89afa96914_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:95a5dd3ee93857d9e65d57257e2864774e0f1aa15d14c62765dd110807a7e983_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bf017210bb8bfbefa027c830656e83b3db86e940e5ef1f62e67fdc84545cd118_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:04441c2a5c244d0a76052a2e071d994d81415da2cbf49cdd74d3b64fae89fea4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:50caa5c63088b2cd98d85bf793eed760beae31c73d8cccc60f3c82f7e4a436f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5d302fd1e0d562fd3074aea7fda53b46878dd5c27f53b4086f43e0b60c69cd92_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c1ec441285a07891350ef5b92dfe8cdef23f963d39ee86b7c2eaa0f29deced63_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:29924ddf95c884e61e24bc38d457d4bb997c5a03789459ef7565f2350c778e44_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:865ec06e1488b9c81e370e48824dcd003c617f45198943118f99889c9a23ae5b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9c28ccab17d26b72d9ae5d65f7a1ea11bbbd2cd39076f517e6655b9a35a277b9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f2a4bddcbf9cd3c04f90623faceceb3f3633ebea89954ddd26dadad9b6f9cc1a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:0f34558006e45eb8ad74dfad87ee15c34e2d5bce5f192fb00290ba8f6b2e06a6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:a0104045a7c163322387f621af644a79ba8b3e2d44bfa4094db15fad792e7825_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:b83a1577d6d15ea51ba7417aadaf190944d02a36e1067ff9973b9b0e59f207b2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:bfeca6b1d120f47ef42ace529f8663c90e420a3d1067891268e0fbbcd0c8fd3b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:09fb74bc16d6152ee950f1e2e01a72244e43c030205e6878577ae8a288f229dd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:933bdee9a720806a6c7537ed79ad75e25ae64144eb7e738942c36b2a72427c51_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a882578ad9240c994b4f21955809f6d332965cde3686fd2da1c4bc1bd89181f5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:eb823609e74431800e5bd7fd2399e11d17ea8cf0a16a578b70f1447aadbfe8d6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1a4a79d38290e993721e5a239acdc973fd395188d4b47ef664716249561f9b9a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1ab570c571e5291796e3eccbc336775207aced63674920c7416c67fdcdda5ef1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:46f5577da7e69caa3c941ead5de0ce8e373a77348df4c9dda922319a47533af0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:dfb1568b260cebf47b31b5bc5b956dd573ef5e10f5c04bc7951d4aefba1e1c29_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6405c266dbbd8b035f0fdec36d4663fdc2e3981899fec3828e7bcac0094f981c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a0ce68bd8e54f1975c89b6739bc6d94e9ad8214df431d1c41907866dab1cd9f6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:bdac9d54f25066cf36bac0fe90d1df7d89fb91d49ac68c09db1cf14862c91b43_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d8254c11772cacaf25e2a1b24b41a7694b530246cb980ce80caa5298acc71c31_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1b5aa2a8fa69661df2b4cef49e2a8e25e20ecba84ca80d5c671d8cdc73e7e31d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:54c656c9b7ff7f7d9412253dcb0c4484233f4cbe77512b63e69ba1532a4a41d5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a2d16879e07bae5f6eddbb5615c313001ffc4b74e91849ee9c2496bbb5996616_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e37862fed49b426c4344fa755c3442dfe134922b3b5a3c80c4bf4abaea7e6563_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:04e4334b0ce10eb5402543501944e72b9230c79f470f5976f8e5bcd5a18cd28e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:34a11ddd5af5a8d2331804ab76c6319587bcab73bbafc10b6f710260e5ace5ec_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:86ff72407e38fffd121bee52ed9e1229213f5db18cf1324a08296597aaf494b4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:edd7568d61e33652709d4bca937a801a4eb6a0f134ec7866eae3da1f19a01400_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:44623a58b3a052f8cf871befe578ff1419b5a36c9f61849bdf58a15148c3f65b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:78ba410665c68a41a5adbd8422a349de2274be894328ce523364f1ec2a71be01_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:823e1e9e7e7743538180596210828b19b6e3c8f435a7c792be5b945be76d9956_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:eee0084caae19613373c30ac9d2f25de2c202dc83cb6b3077baeab3b2ca89c26_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:17d193d080ae253f4e43ab259c28fd84f5f738967fe2ad4b6528fd42dedb86e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:36ed0be4ed17c503bb07435b198cbd5e255660bb1e72ce49db7ccbcb3ce92a23_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7c1aa77f92efcbd6fdea6120c75e2cb19985aaa2cc48e2d4d3d4ecb87df0d277_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:d6dac5da24656ce0a1494234b06783b5e4ef052c0d283e66f881c21d1766c51a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:380b5a968a30fa54a963bacfc37767a01f6067b6290fd2d877d6b1943a7738a1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:6d1570e8f771ef561c5ddca5410cb86dbc94943cb23b6f96fb2dbe5b9a2f1823_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:7a9f65149b802b3c2ac4d2a96bf53c1dd6eedf8c5fe921783962197bbce94207_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:a99a994a160375e89550347eed1631bb0d12bb4dccf7ed49119935520b744235_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:22b6a40bf066153e072a2d22e48032b91a7f70e2de0d38b2bc5665b72f5635ca_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:499dba655c620472ffee2c73f5f6c53599dcaa8755af1ddf60388702041c6cfa_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:9f82e685ce4849aacbc315249403939d8e9fa55ca297ec0d829d445a3133ed9b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b11b0fd3272461cb95d4f3c79c5c1138770085b461fb8c64c5f19f3f2276abf5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:06ef27c670aa46891c208f0a1ce5be98a92a321e81865484c17db725d6c48f6f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:50187fe1e5905226e869fe96d050d1fa6c91c0ca9f360456030514a0f3efa2a6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:828613cff0791cce90feb1abaf17c31f8a89e409f605d23ca79904feaafa8cc6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:889a2f9b69467f174deb05d9f57eccfd85e8f6e2ce2620a3e3b5c15019a108c3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:381cea76282031f4a018997a2ddcaf6222576807356d45ab3357b52a30f6bb3c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:604bace7f2173c964ecf1b54fe70fc08abbb7a39fcefd21af752c7a12f6f5a31_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7acae5b318d8162c7da445ecc28ed374eb1db0a92e3e6136f1a3d6a82bd75495_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:df00671b04cef1d122484a876880dbf4cc250c63730537fef7e1651b58f9a9dd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7246c15cef44f3945840162c1dab72daf8c0c4999345aa6ba148dd34597f4ea1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c7fa305a0d4a592411905c2f44a8218e25caa39e293ba68e1c84458683c93979_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ccf25a1cbb0c79753f4049cc37fafb77d0f8dbdd896e4cad7e9674877dc84589_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e1ff850187bfcc5e53338ee32678873692eb81a7bc72c5d3a928722571d312df_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:bda6a57c2ad84239536aec6a20a9c37fbfc7aa13c994647427936bf0b3b3361c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:49da4e953f3ab4d734c88b4371082bd9c6fbefd00875d8c3f0f8e58f060b6a25_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95c4abf5e354b5a324515cf6e69195ad3576383386665683d4bb8f349e558416_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bbc0c1a5769338492d873bdb15757525f69e250f5a4320d36f249fc35d57d356_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bf5e48b3778e040c4ebb1a8b0bd2aca2e7814720fa400115ceed9e1745f3e2fa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:2b26daa64e5d4151cb1cb91cf459afa93b2bdabd2b9d5d28585bec72484c0e63_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c2d77eab011a8025098e1254c384f83af4f7e0d3ba9e6d2772eda689e644b036_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cdf9f5f665881fa0c5a2f3c98e4c99673dbe8a92cdcbbe6b80e9dce09f59a8dc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ef4521604c721bd0ae8a4b822ac9584d3c7c8a80c5ecfe263da6ff9500d95ba5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:29a5ed8364575efa8d539b05c002e8b82cc57350d4c015303b4fc46b06903eda_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3751262aca1a347b013648e64294520615e447cb875b1e7c04535c9c5e843ccf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:5bdc6dd4698facc8189308328f6fc62ad7f4a3a5bf8c8a5775fe6e966eb44eeb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:e4aa456e8c865f66105e9f1828b455bf09d80960759209703df345a559b36608_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:74cc690a06a3f7ede74550b2416957a6318136ec7b703de33588122e7222eac0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ad7055ad351c0c24582721dcbf7f422b6a31290104530458e456bddd1a637938_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:54ff1a36ba796e5b88ae421a3836220f5774f0694cd49da8aff5f8c1efaac958_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ff8879335cb7031227028d3bbd5ae3c882c721871a28a42216fdf94885cc48f0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:4bffd0baad38d0ea6f54efb82701a6530eae707565fee41e2e65682a990267b8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:6381f7fc63ba688a5514eeef31d629e8e6cf01d6910f29f7dd38cc48a49f392b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:6792be8aa7640d171ee8102e5315ee2cb5e51af62f7f9ebdfbb0b54e89e35cbf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:e168e04989169bf67e16af77f602c8d762b1ef424f4abc92ad8ef8a135d6fe69_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b9e9f7cb5894890829532f10dda00d008bc5745b999b76daa26b5667e00e0b87_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:f8ab11c42ded9679807701a6c9564ff67b13ba875e28cdbb7663d9382f8e194c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:203f1d7c4feca08547dfa923507640370e669f83029fcd373e4e93461cce9421_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:8b16e6a9162b06a6565a48f4b05f3a1681f9f6349278d4f44d93ebe60d96c566_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:ef131d257bfc318cd0071ea2867d209fd8088da69e92fd3d07bce2b86d4eb2f4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fd5a0222754643780d37e10af8b077bf257b5b4be2abfd2393f0423a4fd4b291_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1f910938470138dfb6656b608393e46eb5c59d76edcca34b8bbc7148f2479061_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:71ce3309765f3dea75ed45541065b35f0aeb697d59b013294775e84b780f361a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:313d893f24ad6f2f8c7881f418b9a5e9c499674052a97434372d1d079411ffc2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:93bef2950591dfbc736a80f6a92659b6868991040450c5cc415d32e225177512_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:9487390a62cbea3de31fcfa46d05ff56a9d088426101b056254d0a3dddd6631c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:d4cd54fcdc26243209c918dbb1dc54e940965cd12cb6d05259c0ed45e3755516_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:2f9449039570a38ef4191b3717a9597219919ffaff87b645f06c4daec74a3cbc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:5d72d27d9247c2a9ae05a1e496eea2c264df19be8a566147cf5cdf378d82ac4b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:2b1553659b6cb1a4fc9e75dca05c4117d98894a5ec55a650fb60a2062cf1b79b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:35d963f072ba8d1d78380c48815bd2d06dff7f1917e493ca64a37d319988e6a6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:42870b8a98ae271ad0f0b23ad541bc37a9585e93dc6822f149a0bcf53c78036d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d797ecf477151c6821be3fb5e18dfa8f8df04233fa9f7da7b554da9eb38f0058_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:27d55172feba74eb9712fdb42300721acfa72e5d3739feac7c4353f8a36b4b38_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:5bba9f8444a0daf6194a6eda5d1b027781717446435ae4249a558a31fe17e06e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a8840079bf9bf05cf2f9c4a7f38bb45b09baee82128d12df604007278fbdb198_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:effc3a9f6c7bb400163dbda690d84d9ef4d40736105a2594209efa8c0c5dc80b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:3b6acf7cf4c49d979d30049d80bd265e7e8f17331648008bb4f9033822ed0a41_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5b377378d275c0a152365c6dcfa6e5f51a30de20210991ad8a4b5c45654cf022_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:855e978f66e69d149f00f5cdea64c68b677a1f2e9e1c28f3f67846bd5497ea9a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9bbfc2d46e0e771ef7bf390e121f26b0dede58ac0ab6cc04e7592469a78ae5c8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:101533b9ac484f5e8c3f1d95b742f3596fdf42d6a706aeca5712648ca50e8ce2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:2918100b369a980a69fdd9d0bc0fc7c898bcdde23f8ac8c9a8a22066f2b1d87d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4f2d8d750ce5932589e4c3b10579f00da60407a89be1976f3b54184c997650ab_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e7b4095c367aa9811dba1e43cda61f60b54b9536d9900990e7e6eac745ec7ac9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1bb758a596fc11988a09a696981630bd00a73dca7c4ed52799f722ef87db6a91_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:50aa9b6ba005c3f004568e82cc73eb56ba6342720626f9a35eca618fd1ac9cc7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:982fa1221449a4e78c06e6a13b7ee325b8951a8a04d0014939dc49b13c6ab79d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f055755224db92970aa09e26ab84f8f8c3a67c2c8cd442eb4e7764e3474d4613_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:719c8857fcfce93887b77a94974d418e3bf19befe0ed25c5974bfc7ed53814bd_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:90f04dac670c4d0c505cf8f96d020c9e3f4c0747b91dc2a2531db407ffdcfbd7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a921b1d40f1ebac4edf1d6bbe26fd7e39329776044e17d7f2409b20792acc271_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:db281fb5bc3ccd949d2156d7eafe5691ecc317c3e690f9987436d8b4317e6ec0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0a68822ea4fb06b74890aebdb694cbba827a5c1b9519b5a4d2086a867464fa2b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:38a4de43972a5ae5404ebc5862329c0b59ee5a6c72b5e3fa8be3171ad65ec713_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:dc970cb4ede420e1d131a6146d256269ca6fb34b633c17315e6b202723765bd7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f47d18b4634f6f675e50f165a805f33970a038843dd48fe8a02b3924fa70e8f9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:6731876f6a37e6e26e079b4d8901f7bdcdcb6f34f8f27c850ec813ca5b3a9543_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bfebb3f4a3a9476c2307fafdc5ec3fe7586c51dde9c5448fde7d34e37e2f45af_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c6b9b4bd2d7210a42dda555d8375807bec66a4f8693fdf256042b49b3f0130c6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:eab2bb53112191763cd944b3b13cf750ea9390b56d7d14d312183ffe56d0a394_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:3ca197c0d720c1314db2f36fdd4f1fd81f0b729829f27b39508f0a6e7ecf7bab_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:475e121c7d6f480d7d2545252a7b59510a66cfb609f586bb587595ccfa3b71d6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6cedc3acc4032d410aa6c0142de17e62461401a772a09c795371238dc00fe91b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ce34f62e6953d64b6566905934afc4a1f5911ec68483f5ceecb59d187e37a955_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:2037952b4938add2200b79534d571adffd95bb0c6ce04e7ea4a6c0ad85389771_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:698f43ebb93c00ee0a916be218a7819d0a402e32c12724afc51f2323c26d541b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c247cff3341da9969055ddef313806cda81c2dac492ce683d4abcd5ceb5a9bc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f12ba7fce7d3a13280d4bfe412b9b54ca22baa52b90be0fd7825ac719f1de068_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0d06e661c793f5524b749bff4124ebcc17b7acff1b57a672064c072dd7b0390d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:484c08c7c512dfb681137cbf0cdd45f42ed4181a690076f6dc6920724687655f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8a100494af630b1dd1ac3e0a7c75fba4853a1e7471a0b6eae2f7d6b7762beeee_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c9329187e9bde81fc4f0b4996c909fe4e9354e58fe353340600532153254e5b4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9143250b98cf0e2f2b3ec33bc25a856d0b2dd432d1994740e639bde2ed1deb29_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9a7f2845529ffd78d9193a8329bd1761b7723678b83e8d5362aaafa657c398eb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:c6ef91fb95bad775d172019ab1b5f9c275c2302f85f04c0504273be57eab1989_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e2becd018c34a7c29e770fa329cba4f1a371d4b089451365abb35acacedbcdfb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5279e457358edeae97e136d8067f05d60b4b806c92e687bbd11afecda4840eda_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5d76a917f9cea787b11ab23bed912261cad050e397769c94c1b70cac389c48b0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:88237cdb1714ed0759ff8c96466010145ff8cfd60a7dd3debec25e3a2b33200e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ff62706a4904af960c4989c87712d896b34265fcaf21ecc9500daecd03561b38_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:15ddf484307e3bc53f165873cf04ea008f4f5720effb19e3ca1aeabd9fae64e3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:28a6a3b04348c6191f58b9b0a700acc995d5fbcee3cdf1af5e34dfb0a15918fc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4933a9cb0be09725767981638b9139867cad6a26a228701ec034d45c3f7da4de_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4b571bca7d279192d7095a9d157cdf40f553543b6a39658919bc5920445d1177_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0f18441bd2e164906e7bad119d70b8f5b9b47c1596d58b6d812ee1e2f4b6c0e5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:77df277ba08b5a6efaf78b4ec5e59a7aca2569e00e7644d27e1d2653d80d150b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:afee031de2fff6cb0e07995b5f6c4ac83ab4cf3b83f23a3931a4d7e15a512c1e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:cc8b86ad3d080ab5dedb159dfca744ce669341a2491e5a0bab4f59e3dae9ed7e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4a76171907bffd3a94e149dfabb6170331e2fc0a30f3ea7b8eba1cbe68e1fa80_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:62f935bfe570ea83e376ea84589bffcf0b99d30eef620adc813f72501d982705_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:75a992b3a14138492b585b3500a6b6f565c912b193834fa562c990bee8115e90_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:9fa46e30f86fbaa943f136733680d0e8a668df1e04d1bcb71160b8bb795a2df0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:58b7b6502847bba5230e65e90a10350d8cdfd331f5656425dd2f310e3fc89cb5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:5989d793b9236bdd9dcc1df6d4687a6e0222590453a5e4e31be75d0414c28056_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7e5383d64b25edf87578b2cf05de47d46fdd2fb6f1f4db5146ead38c887f36a3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b5b9266258ab925a7dfd33b86043873af4c0799fc52befbc476f875dc44b810d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:100d472991b3969275774576b60f5ccffacabcf89eb52efbb744aa441cfcce99_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:9a6fe277560deb4c1c2f91a1d56678c5956bc9ba958b859eaacd371f8ca753f4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a2d2bb9ceaaf23ff8430662ff6b267cb36848b2cf311bddcdaae8e33e8736306_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f71926ca5053134743dc906e1c5bbf2fd148acf50e44916a936f3a8e98494a04_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2dbbc016c4e06676f796ec4cd51e68c11c96bcdc41de8dd37c82c3c5c0825cc4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:444b74ea4a7a8a664746757e4417aa7e0fb33fed32a4755d300e14a49afba481_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a330cd288cfbb99db498c3a7e7211eaddc4cc5e39b6343fc6589b958c6ac44ae_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cef4f16962b3d71927c90e2573873495563e3144b6e3e814acf5a220f1b27193_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4d6edfa2e5e9d6964a5b9483989f491cb5019ebe9af55116591b321b499bd12d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:62e2bae1dd93787bebcb5f1b58499693f4c6fd620edb3254b776494d2b5a55a8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a514202264b03a6c80a02e3cfafb7c6a86482449613b5ec0052d1040587fd088_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ae40b5055051c07b225c15723da95953a6a7d2dc6dfec8d0469d6f857c8424d2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3882b19d141998fdfd1197856ec7826be00034d72633396be628002953fc94a7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:39282efac8310ed389b4acc4ff3aabd6367800953c1e8fecbf17926306d1f419_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8df02a6889e22a9763b5c0e7b6934824f682f4683f2085f82dda54de427ba28d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:fd15b8944403c78ee3c0fcbe08aa5ecfcb7b10c14fe5f1a20ba4873295879c8a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:011ac49df806c01b3f64fab0b3d79355b2685c8fc0316653f34359b451ef2ba5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5929d673c5a6a568c88e13586278da184ebda4c9c5a9a4a1f9154ad0e66340ad_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d113138d214fab52ec3422cd3affe8d3694a1ec30b85778acfa8b114ebffdddb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d91c11d262c19c1f020e9b53da07db82b6d68533f4e697ecff6c722781b4a4ba_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:5865f0a925e725309c27dc1d71d0dc999cb01b4fbde764ba8def1524f978c0f1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:bdbbbd728c482c0c5b5e87af470856aff0c8264d3f490c8ae9d987f21d5bac60_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c1230c3643979aff1e615e1de9bcbc758c31f7508b9a3b25fd2eb323eb6b2490_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c7649d6adc16287d38318b6a50107dc1d3aee2e842a19e09822fb86fac31df15_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:70687b2657e8f1cbbff110582b55f3104d0c7f47a44ca1185a7f67e421d76a17_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bda8d910934ae595f8a53675c74094693de8e0a929fc7c52458b2a9f7cd0b4a6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dff9eb529ea868114b0f46c60f4014b429ce115b0ce949e6855fe29d9270354a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e56bb2c28d7ddd2dbac95451cc16d547718b651532ec69c85e8f0fcf5785d002_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1670745d88d0d92a262ab445f81956e894ae5e9b23d490fab96860957c028771_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5cf3f4d1346c07a4e065dad2df083934591b45c714f503b5b617d470e87f1db7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7adc722fdef132557c191e026fdac56278584f6e49f3902179fc443d87a4165d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ff467f13cb09556eb490743f878422fa2493b8bca683b8759d7926e8af97dace_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4030ffce9d00de08b95d660595f0f67b2b83756ced6c6439da14d36b0b923729_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4baea4cfb5bc4a7974f90c3bfbb25e23865b659fd078ec45b4c36ec0d11b78f3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:829d8937eb34548f09b89de6dd5a236ae58d6f74501f44c929538c281a8be920_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a7fc85a92b1d5f7f79d8a8a63e6d9bb4dfc66383ff175fbd956deb1de3127fdb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:78adc3f034871d6d77793932d11b1e5f4b2ff3e1cff0385b44811210a3c84dc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b836e8f7b31ba9c107a08e3be1cc27e73afa4045210d7fccc817c6058671aa67_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:cb550213a7e8671953d5b880c0b651a566be475a3ca0f5b442a2fa9b0bfeeb1d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f727aa55c29332a39fb4e74013b9cc96ea5b32c9cfbb7cbcd79c7031d1a6f44f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4b1f00007dc39d345013c99c38163e0adc112e5eb81fdf41e1acaa1e0064d7f0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6ae9a652c5693c55ceb3ed91fbac054d887142b0f55882c776e42ba20d1dbdcb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7ae4ffe7112d35231314490c8d02c6f0947b54c240ace11a87c07dad44d5be4c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:934380eb6ae83360d1e11f709c58d18c2e69e04b3246a02846f26f9879ca1edc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5580313395048ffe3d874dec574f7f1f1f21cb84831945de53a80856b4e945df_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9bc152718354bb245a765da17d12d0477cbd15d7eda5a86b8c5b1330287fec4c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c00d2c84a5f8c5f1c674d43eddacbbac05782b81ab98cff83b606c35b46d18a5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d74ebc7fd5b30afecc3d9f61ee6c74b2c0f8519514c5614ddfbe9bbc68227509_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:84ca4259de3e923248f7d50c3adcea713871d3d2da66f172c25dd391d22a3bb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c6381254579086af7ec69a4e610680fe0e532a26f7ce202c72d047b89e0db642_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e0eefc7f55d25990d314c2ceb50afe70f7746e467ab7a409fa3d1b44708d9ffd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fed1fbc1295974647bcbad55e52b199c2d3d4307a3e53e4f8b1db135df9fd8f8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4bbddb6ff2f7429b2f5730d4a3f529b80784f8e42a0acc025e78713d703a2efd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:53a0ebb5fda619248605abeda530cf37fdb7ce99e7b7314cd5bcef2d8d8b7004_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5e37b117f72cf1001bea772e1302186d8f86c0980534b7f359179a5e6926c448_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6891d22800cc10bd8d773d471bc71c4db64460efab4b30202d42da1daf61a3fd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0d1bc6ef87ea978c23ca7189fdf17ad0f54a5f7709a75a25d82e7b84ffadf984_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:107f2fcd3f606044c570a980c176047870b304f3212df747995f6eb8a45749bb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6b6e5e25d50219a95d914df16c1c4e761d0bb45a9efd054572e54054f27a6f0a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:dd60fb26e79143000563578f9d72e3bb7cdde4b73dfdfc148b27942197d3be51_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:053d5fdef0973f6017991487843da7a64f8a346025cf46a7c575d6a4bab71d74_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:26318acd09b8263236b4d266c735aad015e3a4b61daafedf266ef1115968f536_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3ed5dce28d62c36a87ff35dead5806fd124a187e48051a0d2b550b209c9f6302_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e06c4933f2806bfab0f36ccdc159675e5fe2a6a084f98065787d304d5df3b7f8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:055b352bfb76de2eba0b9f0d1a6bca199c6e913e8e95879e991c5fd22095c677_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:16e31b5411f5f1924cbcf851f1b0463302a34c31c5c515220923f7a2050c18e8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5909f73afae46cf2ad00a9a6f1c38d38acc3ab00a0b97ca419110492d7bcab7d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dbfe981d5b05078eb1158624dfe2f0651cad81b92aafbc671cb6470b49bbb89f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3b166e5b5529c407c2f8e372414d043fc617965696c5a869fcadfde2d14d716d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d3f6483b465851cbb520810069a18136af80ccdf79fc1ea80ddb4687ce685aca_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d7d33c165c3d0cc0e4924e8c8d34bfbd1d72e2aea301e53e4b37b712e94c06e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:de5e8cdb75cc79630290f83ff179057d25bfc11d37816c57b6f66563eb3a2732_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:24abe1e6ee078487af8ee8bdd5dbc267c18882078a7987fbd63728dc2b65bb75_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:552d01e66c6b2fe59104b8a9f3e1e58fdcd7b4d4cd63db42883ceb119ec0ef25_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c00c3c5e7e106cd6527cec39e5c3fba990d1986bfdcb691b866db80d59e5f82_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bed1aeb4f58c045644650615230eaee03336daf78d9342022786c12f29da670d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3b213ee7154fd814e8a904c3a161bc16ca7419163e8132ccabab76821c33b310_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:721efd9cae7cd4b43c6bd498064a6c427fa32d0ba848f8b0bf7670afd662bb18_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8f5f0f56604ecf94768262496ba1e29073e87ec16aa8f434674b308bbd00678b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d78b1c13b0ef255bce1e19973bcbef04d40c517301959a7f23d23613a95c1db0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:650f0e2357f8d302f10ee0a628868f985c5a8c8a4e6af9e6793a9051b33205b9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d5a3ff1bae3686aff1781b5f5f9e1a7966962b88a1e84ab4eb62751aa835bb78_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:db30f78340370f9da03fdee73445b72160c35d83f44f708d3a62c9dc8e88bd46_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e88ead481c18a7b6de8ba7f609a1782e45e1ce85f2a158f259bbe68a9db261b5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:0bdbde169ecd68d82366f3d04f947f73715797fae5c3c4561e7bda5b5080dc3f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:1d45937273065c5cdeea502fa388172651fef5a607db33ea72c49f2a50b29b94_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a562490081e5dfc0fea7306931e2dab3fbfdf76cd83768b7a43ea556aebfe4f9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:dea6dd04d50bc97f9e61330140f61a7370e31e474c26b3526e18b0ae8ad56c41_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6ff785742b50af7f2a15c1dd6f38eb69e9a1a20cb4bd635aacc57a5557dd1b4d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:d0e6151117374aa602349bd1028175b94eea6f8386832df622d56715cbcb675d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e8fea02d42c9a9b8e9ad7642d9f08d705eb6e4b3e3681cbf6281c7b8b3244ca2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ecac534bb32ddc645101f6565521b08fde95cbf0eb2b9c6b896c83ba23e8b6bd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:55e0877d1949d009d71821f6779aa9ee90484fcccb820d53bf53b90f7d412636_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:775af20537e6f4c84985145f44ad1ae2d5530ae06859c2549d1d85a2e4ac54ff_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:a1b02b9608eadb4388dc13fb5ae55fc6ad64788f93186872c133a0ff1f5ab487_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b5d732e8d36668226255dbfeb389994104d83ef2be461079b66557bb20d799f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2e983c69ea6e29aca4f36596a0c697c2935dd1deb08a4d3546aaccb4e3d78ae1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4ae2494b702a6c7f68a65ea730f6df3253ffe78f2d178b0714fb6ec04cba5cc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b1133f78075f3364ab85142cf6c8457820e2e1f31a5b0750585ee1adc1285ba6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d41fc7e76000bc1b4016bf10e86fec44f551b127e17997fa4bb13420219fb3f1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:25acdc169b3860a10f46dea8b842626acc639aec950ca7a9339e96a2bf1ed7e1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:453bea2d5f94523a88f37acac9edd0a8d921bf79409a260386fa458cb18d13b7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a70ced1330a4e7a0a7b81bf6b19b3346ad5bb6e26398c7f0577994d48712b2ad_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c2a6ad45ab46c0238429cd0ab59bf169ff368bf68750a011f481208e56fa0268_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:33afbf29add637cae8478b8e0ef6b3b465e4ee53b000467ec34fb1f3a04615af_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8056eca30416b0b93270f6c92d0fdbe4f1cfbbd6258e27a746cc379a86b6b8cd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a06dfb4e75cc6b0edd836cd59035095135503f35a7cbc710ed7b0e447fe256f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a820784083ee32f544efc474c7ded798916d1f077ddb9c3f4461de48747f4c73_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0ab4e11886c642fbcf7560f780abf9046b73dcfd7dc9cb0f086d9e62f87fb271_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1283ae9261afb1293b597a8da40611cdc1980b1e403de5d16669c5b7d2527dc7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:89ec13946e699f6589c3d235cb515b92ff48d1d5fae8e7892279b64d41b74511_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d08403f8114128e063826ee0cb3324bba9f027d7b2feeb6f7c826c9c4925579f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:2aa0baab0fca2bf6877260b871b3079ad96c37034e6f3d0a45cea4118cca230a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7f886a3942b81b3318e288602c88de802278bb77c5d11ba758f1d86f2f028abf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:940d02c46f06fa92818dffd1842010b652856e09cebdec33e0f0e1a1e9b1b5a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:cac82b041210a06cefe512e89c5755e972f6e125c69a0dae87e454e259a3c08c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:12466469754c88d41872c1a061c1eb4349cf565b5fb32db651f3639aff2df67c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:af5fca0ab8a1f5374caea5b38486cc97c2be9d884a55542faeaced44a4a7320b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ad60c87d6e05b51b5351d2490538c757547b43a679256052b600e3fe8e80a594_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:e8372026bbc873c38ffc2c7df35183727596993dde5663ec27a2c2fe401e04f1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:736b406850af746470b1bd5dbc61fc4b166133e9cb50aa528dc1210b2002d469_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a73525cbcab817d0472f544883106a359b9079eeb1d8628d8b0185e450662361_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:84664067a273cdadce55bb8531916e8d8edc7936bcc57bc2dd1ecf57adb08c06_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9a006a111625f85305fbf3dfcd9a62592357a6a282a1c8ea1edbc48b2ef7db05_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:adb84daa38497eef3d89a9b42fbb22fc04e94f708db4f1f02de21dbf099ef788_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:f81616fe8dcd6b63df308c58bc1b696f9b3c488ebdfe00d7985026b10d083de9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:07efac034de568e79f6ecf97f924fd5ce7104e9259d90747cc0fd3e0a7bf4116_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0bc9b2b997bdf9bd285382823ebb9806502664976c2dd7e7b0d111df7717e77d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:165fc1e58447c7bc9febc3ebc74f90096c6e48986789d4e66ff6443f1d30d024_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f516ff3ac172cc08e88f25a0531a3784ed212897dbe0b05e04dece7d62eb977a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0d455e21bddb7ecd4c5b8f077ea96f046ba3183d17e3755ae95f8cd112a81179_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3d291642757ab1bc56aa6bf8b31b383a1867b06fda7ec093daf361e3bb082624_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:91c0c9cf474e9dd3b7dfab43e3e651afcf950c183a51321a586d5e98e3b8dc82_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:ffcd35b620a75ac1d121b826b37ff71f5006684d9222c440785f06fdafef5531_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:56c2e0f91eb13a89c48ee5ebeaecfaf87dcef3f85bf7f7fab37e3cc6c9b2dd10_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:84e22659ec76ea69dd31d0c6bdb39b752d4e525e7425d3ad282c3ba5c16c19c9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a3669bd8567383f9e15755e7640b5af4e796ce1d6bec3b6f1139645b656f425d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:ac7eed19416dd31a76ce8139a4c1cc16f2201b1dbb1c884dbd20fc5a965b82a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:44020a87c575f01d876bcd559d0b37bcba2f5bb4337a4f0f40d65196a407910c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:7272870ff2a94fd3c026f3c3a4e985a2b2eb5c47dedebc00f2cc25a496ec3e90_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d5e64fad675db5b1a7fe03720a35eef4ef6497e49e928b7cb0a38ddd6fa9187a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f4d0e3f2751dad9fab70a9080102f7c0e82a784e516f993e1e84a8561c33204f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:174b142475167275c428eec2892e91ba557a1783a128749b9516911a366ef54e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:52fac1bee10c7847bcf6f7dc9f027764a183d462e46678b5b9aaac9611cfcec0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:874a6c39ad36a55efafc0b690d17aa4eba8df8f30831a5315a198e692e405592_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:af2f5f615c4e9da63b09f2b9f52ef632dc76793f51730ee67a96d5e99118d552_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0867d20104c147d58a3e119c8eccd725d2b5311bc563cb4030c18714e085c80c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:12bf752f4f8f0929752fee39067bab20d3af32f9d767e0eeed2cee9dc9cdf774_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3f0993acf410b536a4c2be24d23afedeaa6d4b02a8055100cddc37443a619cf3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d745b47be21fc6b98e8b1830c34e951271362105d32704cac1b1a796abddecc4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6c539e26ca346ca83a4c024a374f3874e858602b71794a1709b8a08356744b46_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:94e6571b95628469dd361c3ae5bf4bb88bdcf68636c0a7a6f007a19e32216514_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:978722d03bd0e1eb78e35c188516d960ed81c8b47a66e77ec7ea465634e44536_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f270599d2857493437426bb7ba58ecdeb0933b244b0b5e81d70be8f06c734c4c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:07f5c5ba5313539cdea53ec438fcc97c698df8284bba4ddfc6c7af4403873362_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b93c3b58e03d6fbfd8d73f6f0966ef5d616c0da0776f516ec826e4f5e0d4bf1f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f5aa864ac9d9a3e5c0a412e9bf6e22756f6232713e14fe4194f61b1a1c1ad52c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fa3603fc128be2cead70ffb3b0b0b5c9520f7826bd46863a86b1853e62a998f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:382e4343f73dba48761c24841e45aabdf84a7f4de996be6515d8ee7c3e728c78_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:840f25f86e1850623e2929597e072219c2119b08acee3b81e8c7aed1b92fcb64_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:8f9eddba528ca5e8cc40717ae9f30253c955be657f8475a1c4da66c257bd1729_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ac7a2fce2be014fdc4208e98abe50329d0af9b7f7af98fd27e611751a413b4e6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5ad568a42fb0d0f2b78702929b75ab8fbb41937a853b4344ca990776f48ff85c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:821c5edd5f5ea9fddd168482dc437c6eec19231d95854abfbf1bcb150cfe618a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8932f2fc5e81fd7165d50432ba8994896c9ac8b323d5cc798872c1770133eceb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:df49ea17391c34a0eadacecb37c7e00552af8aca3ebb648f28f3f805fb79495a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:58e02752411f5bc061c8dd98bc7dfeb17780ef24ba8c65e590e4d6c5213c267f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d1c95fad91fbfc41da5d6871fb0a3c07d20652b5fce3f010505afe0d24c1977a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d6bfcd46424e1719490ce37bff728ea278eaf589e052a90b3fb30a9110aaa298_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ef555584c97654b76391f8e4d31bf0200fa82222b3197ef928f306c8d70f4881_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:520b43e0497fde1deef41e5f9e51448fde032769f433980802097e1e4216fb6e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:de2a25058c3aaa6f98e80870aca51d8bfd16354eb2da93e7498fc804825babb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:fba545c7b9accb5be03b9bf1931c086a8da8592e3ddc9b5a9ad6d798229314b9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:12645a5f47e54e3bf3f0b0863c44b938be5c42b22f695faf62c8d918cddb03ac_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:529d46e40fd5f6de98cb72dd8704068e3b9baf4d3bdf91feb9c19139bd74c652_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:701028c843123a3e4250731e216eceb647411ce685517383b9a62b5af21c10b0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1b7392f3cadb8ca07f10d5681fa33f6dfe61f895e4a8a1874bdd5aab3543f67d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:693c125a5f2f67364d8bdc1a5e7abe959dd46898e7f46d5b3756746cf598e135_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:93f4a34af9c198e4baa449f7ce0e1e0936358afc725eafc3b8118df3d92d2b44_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:0e4dde634359042b67bcc5224afeef951459167cb8f36cb6f262719308f8ae42_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:344860750b6a6e567bb1475f68d18b19d6f79438b767c351c850d082648aa5b1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:efe1a0fb3394a117206bb1837b63a0ee828ab5b5d30dd7c94aa88afa04c94c2c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:afb18f280c123c44f1349b80bcab24c86d8933795a0577deb13bb651019d6a92_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c865ec93173fecc00d843737009627ba137b7cabcf8337ea7837eb9bd993a601_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d172695ad3dcae4be122b50a27f14c6cb0e71357868ebdd13336cb7315122fd8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d4a1f393e7762a2c7ff12fd634077f5bc5bdd224d7791eb7929d26cd16047dee_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:01050a4179625f00151e478a0571e64120ac6221fdbf32c969a18ae9872c9574_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7639b8403341003825286c0fd45ab34d815585e8f4b5b4d1a424ccfc0292e017_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bd76fd61510b4714518ec5191e315f83feb1f47402e32602b061a0fc09641c9e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e53bc4c7a3fa7103778bd3f7bdc4b6be4b5e6a8450e38eee246caa75d9f8f44d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:62414e285f1e4de212e28bd90e5eeb60730324d54a317434565bad8891435168_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:77dc7d2bcb0cb6289f6d8c3c3f4ad3c01b9e24b4f6969ac666a888ecc8a29981_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:7cbc05eb0a0d3210e378d08d879933d905565224d9a6fc00e3bd1a9ad6782557_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d195bea4ac0b3ee073418a3674535525622d9b492bcd1fb0448b8ae52ba262b1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1440138d54ba0f09184f96cb79557548c3c9f19089bc813f433de28654cd74ef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:203e3cf52680caad6f8fec2ca1c7c87d45205ebcb9e816fb188e74a5bc7496ef_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4ef6d0725b69e2867c44e7d7ac57c820b759a45c491997210fc38b346d7f033d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b1ae4f6e3577edd7fc9f6595168857af7fd9c08aadbca1642c2f9248205b8c42_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:2e494676f33f47eb13ce2e3675c8e7a3871d5d1b73a59b71623caba05364196b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c8183043eac4cff3a7c17a9de76a4c9df725db694f411b19dd64923d1de68551_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:c7944fe378873f5d5268ff872c52ca08908af41b7efa03a7032363c11af633da_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:fc53a478ba64c0557ef8de93faf1320baab34d4bca5f50bc8f74d4a8d3a86890_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a5e04dd92dd9bca8344f741151a5756e28fdd197e2aae26c13caf2867ee6ff76_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c16e427a9ffa0ef24fd07e6a21ff78a63313d5274eb3b1180f7c29cd1a9d11b7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:31630cb5049add8b683fc6f3de6cc20ffc530b72d45daedb84cfe62bec754591_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:89a876583624410a9d79c1cf83d94a9a7c0dfbd3ad70228ea985e45b2ccee9f7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:dd8a443d71a973e30574016ce343c19edc1872c63ed46b5f7023d304b9c4edcd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:63a52e5f035913f64e82ae6a617273abae9ee0729316d26ed5d4182ca0f50d11_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:754310c0f797038ef14c3ef9ecd934b6ffaac6ca60b755894212854289b9f405_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:49c4861778e7bc4f5738ff0f5cd5c542e9fe75c33057a4a0806b03ac75d76ca7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ce8e1af1e3f7d331be7a366560b517e1fc27f83f1382ca6a69a1d9893f260fda_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3478a4d3a1acaba3cfb3f1040320798b9d0b419a66b07267965d4ab974a3b440_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5db06d085c31aafb3f02c2c373b2de6d93c5fde72dae55d6de90f44b49b5770e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:634d04ee67f3a521e7b3cde560084491908f32aef4a89a1bb7d3aa0ae119927b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7683407dca1a355e731e277631b3d8522a3f84f1de664829c3b15db39b1f1ca2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4ef1395e47e1898bc84155ed4b4e3e4c72d08e4e7f2d19d9530d889fe0ef6b26_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:63631119f3411bf77ea1f622d77ef96434d80815531b046efe5b297dd5bbfffa_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7ee73740b3264500f062e3863e42fbd98dc3895f17294450fc90d992d2108d49_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:db28768861f567200cc79639eb01ce8e18fe5cb8a768cc01d3e23bda55431c75_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:09ebbcea16169b9ac863167c0e7f953717e92f75fc4c4e2bffa0eacf84519907_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3118a7eeb28d8388a06731c7bcdb5eba4a942b9c91a84e595ec0fb49a55bcb11_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3bacdd4e5501902865eb31e884646418bfb5fae90593e96b06ac0b7c3cc1cedf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:852556f6eb96442354f0695d6630e2798e19e31a5ada2ef01e3ca2571a4a40c0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:59ae16e7b7d2bc20f34b8bd1dcd7cf8d8d7c201b0f78e3165b11a592d1b08597_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8b68cda23f470048944c164b84fe27a5fb6a43fe739537383444c28cae451035_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:23c8ed7995abda7f87fe4031843205f3a99a0c57508c6218291762a60907f5f2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cca7e231ac39da3a210859c6280ded3a4687620493e3a3e0164a403271537b6f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:054a0d12730620c46ee6209bc9932909f653d0b7f796682a0f798ab3ac3b3641_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3281b909de7dfc5bf3c746e3e8ab05fec49fc8aa83dc8156e616a59c41ee923c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:d5efd9212ed22c89067691796443fab0b28bfc31cea94bbe636a4759f2e88521_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e0a34a88a67409e2b1cb243874cadd3de1c9c56a54ac225dc860cd89a635bd97_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:275f90da2f77f60d0a77e00936734ffcb5099fc8b5662e03de49d807a7632f6d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:833072794acb03eaf053f30b6bcfeef95cf1836ad5149fd97f34f3546a2e9f6e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:893dd8fc24cb10db16620d8feae352929b0dbb797f02fd80f025fdc7c78bf53d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c9ba070e466a5123790067569bcb909e291f3b2264af0aa152372fff9e64f82d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:6f50d9406911e5fbe310c94dc60829891609934e64983339b5f66432a20864c2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:8b4ce896da4126dfda544da09d04f010c0e9b25bdab6557adbab8d095905d535_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:997a24c33d3ae9914f3694b3a8cd8af50137ea48296c322b56dca53b4dcd1fcb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f80cee2f47779e24e07ee475d09fc697a4446a07f9eebb0813a7119eb0bda36d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:7aa46141209fdb1090d90f00d1a7753f31b9224e080b8c669883901846b32ca4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a0dfec857ddadf777961a71d8dd545cc798b921e083c8b5156ca7423f8ad8a2f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a5c047afb2066ca8740286ad2af8e1271ef78c2e5df73ed2365f586d6a101b33_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dcda877c69d0398e4744f1b7a2ed81986ccdfdb6f4da7fba75f29fead8b10f34_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1ff4a8a6440dd4d97adc3273253da14e081083c978edb5fcd05dea33d4cc888a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:2aaba77958b12e834f6418338a21b839a95c21ac5568a53b5f792553db772e6c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e5753a6fa47d5a753be2eb3b7a46cee0bc156b0e52bf75e4f192c0ddb3fdef47_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:ed802f61197fbcc0f1a8a916612ab33363e0e1866ae70d03df92469a2c356ea6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:120c1ccd64bca8bfff4b46d14f78038594a28f6d58c585b1215afd76c23c7ad5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:52dcfdc6c5f219f414fa0775b70e34118b319897b0772931e0861623db7bde86_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6b259bed5dc046510b7c3305f6abf86e4543a9ec5091505f92f573536e9f049f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:bc0dd85538edc7a80adc0fc9fc4e02051e7b09480250b5328a6b70251875b943_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3f9151da4d025555f4c0183a0ce07a2d0084beeafdc9f3f1e87a603053ef9089_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:919fe76dee99d772b668b57645779a63e1c3b7f7f40fe79175c27ae6d7e261db_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e19a080b5fe10b67fe48c28014879abbc87cf5077c32c003fddd171d06bb370f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f7708a1c1e0d4083c7f0b9e8d8704b91a4c823dc9435d5d3e986372f305e1fe4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:27bd19fa0c1eb00c55120e22b21eaab50f0eb75a84910e9d8a2fd3b5fd1c7dc2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:52c4215a49207586cb3f33bd1d35aeda857d31d34c80cbfffba02ba8c448c8a6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:62e5cb5ba2d92bc29a2087c9de9fed7978d4c5ffe07b0afb479eac93519c6df5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:68aa837b6a3bd95232abd62ecae3b040f2a7a72ced626c784c4062c2f28a6e3d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:9872321279ec2d108191f1f7e1764551e9c7099de51f595627db068a66fc4f8d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a06cb8024ab06fbdee295afe99cd294f6e05c36dd490545600967b8ff12e3391_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:1d3a2d2ae27d869506d3f027ebb43f0ca64451cbb635c4c412c85129025728c3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:c20a4f14ad0eecc3f88eda36bd65f1f390c6977a7ad5ed69e87969556b9d8cc7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:64247ff135642a32fb59a62cdcaae5f28085ef0578916b4ab2c90d31e67848f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:e0cf29f62ec486451053c661388f9a3a12ba42b84899b687fb3486666a42536b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:efc289b0278fc84c571d7adf9e9ee1f8b149c5d832cbf416803435e89ee0a531_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:47ac82d0289751c8c7e41da07173dd61836e606101a20b598c00da1cd1fc9077_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:953b8ff978f6523f4578a469d23dba6536d49a141b4e3729b059feb6d79a858b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ee224daca08de920de240b684ebc23a4da50d60130d9e205e88c904c8c755343_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f267111aa2951d22dd6a41c7362afc22454e365325b7a016d213505b7dad74f8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0ed3d751161fa47b7ed4bd2ec2c5bfff8ac5ffae0df22dd9a741cc64bbe2939d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:48bbecc83208a8895cee2c2e8ec677f59a688e02705a677cde4e9a8a52398d1b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:89ac959e411430e4910919132f95452d1142a45fc5c67088f15cf5bad8982165_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:db55fb30b025bb573317f113897a7bfa0dc729aa684dcdb0ac3066356b339bc9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:285f19a6dcffb48d4e6f6d3bfb44722f1828bfb2099a8736f2fc08cdd1481175_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:521f2693c3073993771af37d65723ced3ac83c7438d6ff35425ca5f663101676_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d1883837f227ea4b98d2442b46e5c07a9eeae549e13cd778f7c9e78494b53911_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f1f601e3a4951748fbf030083febf57aad02568058889b0122c8872e2d68d70b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:34298ddfd123342b87d28c047cb4a8c1b25b07352bfed57aefffdd92a7058b6f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4a56a0984384548771e1c8fa5a4a8efe93f472cdf2b64b01d6049b2f9187a684_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6765cf3c0f8d395307ae57019cda7e2aeee976ec060eea8a47703db0b18532df_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:8a8377100458d05864c6521e4b7550df73b5c3d9cade518067d5741fa9d02292_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:09ad41d3ddb9aba6d649812d1e48433f5778b1cd9d5e0e1466b34e6516b864e1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:7b3a100ca1bce2bced0306ec9d4b90a4dfe8596c5bdf51799aa3a7a1ef36fef3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:ace3b3b02c33261287a32253dd1c027769743797317ac4259c9102e0b3db6603_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d289ef93e6e179405cae0db5309865f76cefababf168006abf09fc3a51a32bcc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:20052a45d551f7e988cc0c38baa38f146df4d9d741ac71f17498d8ddc44a1beb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:55409e5fb153973038a15985a332681f4e3e41126f84b6a355c47314c76bdf2e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c143caae15fb4249757018e05ac8dab9abb20f405977cb41468ce6a8049c4342_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c5d456d739d5791e51544a45309ca3b64f763cb49632bc638950fbfc041b4193_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3ab4203333e071978d85f0f44f7342811d898cc388326db60afacd2395f8340e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5a97ef5bfe0456bc1528f2a3df7736c506e11cb61de5c41a1daf22162150b345_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:94fd7b1b27954fb59c11a010f4b8ce0a3377b38bfed7ffb20873a2f7a499f8bf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a936c0970ab66789c10a64cf57ae76bcab0f2f16b6b50e713373066f73d535b5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:34fb12d4fbb5f9b29b1b58e19b1c1b0eb27121ef80edc50a59e431a4e94638c9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:bedcb032aa7325e5bbff014f251d5ad91fff9dcdaf84a95e61e4fc4198f22f79_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d10ffca12372666b239a9fcde83a4b0da6c3f37fede3e47272bbdf9ebd2f0d91_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d5284bc6a4ff57ceca1c00af4ed0c46fd341f1e2a28b4f13b210ed327a25ebd6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:2a7aeb3139633e2014d99631287cce239d73af61e541f218f45a009fc151d8d8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3afe2f3016ac55bd947c98d1e4b957969357aed54423ca2f35955eac8639116f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6d7572f71fc31d580d355bc6ebf8eaa54e4285c53c7e0e418a7495a0fb8d37a6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d2236c41a640de0aedb4eb2f1ef143793288329513ec0911bc37ba688857701f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:7688c4b2355532cddd9b9d314d105127c494990e7079407d2f43e578610971ad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:91ee195223233fdaa6d83ddbc8e1dc33bc7811e4f1e6ec9f5ddf325f560ec38d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:c866308d315beaa691b25dfed4be0cace44628e0799527e9ca11d14165437d98_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:dfe468dbed566f02ea0ed9b5ed5565f40a00d03a344d2a230b0a0a83c783493b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:08710b0caf6f4bc16e72a89f596f33c8c38ba7742d0f1ee552336f9acc7f222e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1491efe6870dae8caca1a78c9c96f8b4b2956db3bd5eaa6bde59ee996506bfb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:2a0f11f0a1063e3ca7b8b04693ebe979e9953736d37f3dc3a91fa5c9912d79d4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:813fdba989d7b5a4aad5e9ce5bf5285b0e65745375dbdef899786d571c001b77_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0db523e5a7a6420d94d5d302b90c798737eb78f99cde3b887d3c3866e195b9bf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:18b7e5875aaad6e0bb8b12fa303ad6295bf3968daeaed2104f0f4ec3122446df_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:80c4e60cb2ab82621ef12774841d39e6ece9e9671114afd0d19b188dd7746d81_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c20dd339ba44e18a505db8bf726e2db8b6a764f7bfcd9e0d63d627d69c2378fe_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:528f1228123298362d5787e862306cc2605f3eb31fdedfd0deea7f3cdffb77cc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:75b18dbc6fef40173ab0c85ff4f9c4111e29afa10593ef9141d589f88b418826_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:e8147c001326caf53531a8917f91991b5ca05f31d30adba78a03539a6568009c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:fb390f9eeb4853d9a20c9bf02ac10e099238e94084230bb532029be4c88b7ac6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3dc8fa50d17a5074f03d58eb00467e45e6d74f6c5293bc57ebb8c4feb4323eb9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:51941876bbb8070423c00e3699bb193343e963358dcae8cc6acda94395edc5fa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9087e6df82220f673440368a5e81c5a0f3eb5e36cccc61cb40fcb56d92cfcadb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e3740bfa7355589784350a9dafc10849d32f1273327387b3b3c6389ba1e26dba_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:05f5bc9410d9859f1bbc1def6e1c74fd47781faf1ef26633f61b5d8f09ce8d02_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5e14d01db3abe1412de6cbd8dbd7d3598d5ba7d2af2f5e55a7ca625aaf8a9155_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:db0bf5b79be48f69d411611bfa74a9b1cdfe875b453a81ec5ea72a962c27978e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ddbaa3a482cf17a156f6955ec155eace13126ae83217c36c03eb2b826e7c4ff0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:02ce1779315733c6039fbd9f711d6c75da89fcfd4d6ac8e485d7aba30882b3ff_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:d29e550f223f287e258aa15ac71ec87cbd24e9d6888f22d82aede80b7902765e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1d43b37d6ee7556d8afe22fb33c7c9ab7a1ff5b2b38d6e18f762ba759015f87a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4e627ea7097e36d07d109f50212809b6477070750c0bfff14f3fe9d1d7ca29f4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:63e60a076755fec73f95d2f5ee948a50d895b69cd327296ac0925e301f5b7e4d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9028745ca618eda612fa2960f0327f19fb689eb36762515bfd71bb2efab0a0a3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2dc50c3c453049a1e81e8cc4559147a4fd4a3a6a9c140865f82bf628f2a45b83_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:734c982a6159e5c4077a12b1a0f72ad992b70f965873ea591228172e6265263f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b2a21551ad4c66e622ccd865529356920dc4524bfa4595e08a99e0e95438823d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3133ccf5290a245274c030f53c63dfa74d6e04bffa684808fc1815a07ebfa13_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:6f399ee5f4634353047061fddcb9092dccead96c6884863253b913dab93c2e15_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9176cf7f1c5ccd82d82dc1a8ea47c2bd34e2ddb54d750cbacf7735a04ed6a221_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:dc6f5e144468283ba4d04ccc155f9e483d085dc2f1b78992e5fcfea42db77bcd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e5216672e4e265b01384ed2dcd722b4a166490d66e19aaec457aca55c7e3dbd6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:4ca8bbfe3586672e1de22cdce9466b37aa0e11c5e9d94ea8da271aa5cad3df47_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:57488300ca265dfcad9bcc1a2861062d8b82c2b80e8b21cc3ed766fd187402db_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:660006e5e6826b13ea6d73fce4fe672d1f67479c44ed65dee68119369eba3c75_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:91b8003dab0652f1a06de50435ca08d6f6366e6e8e7e10a9743542b577728b1d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0017d40e539a56e2ddbf4a97b0cd94825ad5dbc9cd79e1a7e058bb0b11afec29_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:7a71babc3307efe03b8bb3f3cc5f9159a4868c215df70d7a78ba37b91294649c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8403ecd148b8f0aa7f1156fc1676307753967ae68a69948af7c3987de8178959_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:a4e02776f7b5a66943bad040650f4dc9e865f05a0911f4f9aba975c4b30ef517_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5d3d3cbbc28f59a6aefb1e54986e084ce49b69867d100e9b7a8eba17b764304a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5fe1d81ec73517468488ed1a60331a78733ce2fed50f3930b4efbcdff5884326_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:94a7a56873cf0e075740a1db93972f2b2505e7bc082f2faf2d3a6badbb52b08e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d1e737deb52f4f124e34889df5ee2a787db0ee13ef86842f415d5c18ff70498d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:0c8b3d458f0968682b8604cad6ddf02b1135b99c4682090dc78d9b273084a0ab_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8f02a07e0928906a1c075fc3510f3750c679361bb9e0fc7504610eb2b230a092_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9b174760063eedf3197e5664994fdc21f85cbc3be8bd1329142fb9e88103b717_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:e97049e759fd58cb6a2c8dc5b78df8dab7139f8868b1461a3946cf187b824f55_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:17b700ef898288bc081220792a7a95f4f1852338d3d08dff19ea02cc9d957239_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:675083e881008c57ea9fe8e73db8034a66a3f439c6fc1862db09503f311caef8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b94730e4b9e9de7c0a99431f90b42a5368aa0da03869eb8a71dfc92dce27ba7c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c5c12b41cdbcc18c98ec1632a0c9aec007a9672a742fcfe89a5b104160feb698_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2c51c07f11fa78b44eb528339da6291d1c660451a0c9774ad7bf8d8ea7744ee3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4d7e15ae24207bd06663f5c9d55564e220bef28ef150f62d2e9622f569490acf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5a51836c3306ed97366bc3c8f24a8f9e880628d1feb98854eb5dd10800bfae83_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8231352f700a733b13de64913738e0de1b89be5046736077f7300c21fb778aa2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:121025c1dfa4bb1138150adc737d7cf12e69ce21f10690ad8d740c1c1f2dde4b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c02ec1e4b586a812cddae6ea43cf42a6b9742d062fc12c18c2414bc48b5b96e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4c94c8afa17ce2348d6198c2914e9257ac9510455c521f6539ab17877b6fd974_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:70c7beb1cdbcba3eb4fb83fafaf740145b81d510ef56d5ac59ea4bbbfbfebc00_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:83efb138b8bd5084f7dbeb8a59fe1ecc2680a20d5853b7a15f47e1f87929fd9e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:bd63fc568a9ceddc67809e2271de8ef4d57ac8af283861a601547a6b9da2dda2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d0d429e4a3a0a9f015725dd965d4317e67c72b3fd846ef4b04c20ada4d067eef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ecc47300fa59bdd3970f0baf030a75e1fe5862d2470756cf32c389b1eb89152a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:53bfb1dd8b4f99a0252bfdad2c65960877a4e722f5ae88591eb87d6800d1d98c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:64fcb6ccdaa30c4e06cc91a40273c6be01958ca2c048bd39d8a87e8c09fa7d55_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:bd7e96fa5e3db517c91323142b8258555f04d93dc0f164b6e83249dc0cd1b416_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e5d77db3010b3e1d31e14a0bafb1a5e5ca62dc03b7b0bd2097b198f6be6ee442_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:0488437dcc9ca866c5b96278686ea20b5732f8e8038af90889fadcf90f1082fc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d1bd0363eb8c21c0123522b814b140a7595a459c7c286220b4b6fb0b9886a115_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e45c7964c5a89fbb1a8c6da3a905e2caacbbf8c433b0d56d1b260bba151b3e93_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f52e1ea0175eb2af0a63311dc0b8acc1771c53a7668108d7bb7abf2b814e37e5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0043c8e63c3bcf98e33fda7e5f532143b4c8fdbce690606bf469e932d8552062_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:465c03f230a374b6885874b775473275fe8866f61856fb71a8e2bfc37b712ea2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:c730b4b9a52549bb6204deba37e28ee3946758bc86f27c1b886188ba0f164fc7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f50ed1d01f799f00ce20f210b95774f2dffe7137757ecf86544c71a9f621f402_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:56015af081c97939fa71d978d511ecc0e93ea6ea89640ae846645121531a4a86_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:82a97e06294f2bbad05dd72f91d692449eb4094ce1edda7d651e2f1833018faf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8faf68e17b482f07fd1a4ae8ef292fd44fe9de5369d5129c3945acb56b5c2f0c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ae7b169bcaae3569a946c84d88d0ca7b42b530b475c4afc4096d5db36aff9c52_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:02335c6538b4fb15d9d4e2a831b9810db42f8b8fdd75cc6237534356cd1b68e4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:84a9daad04b0ef97a77e258c1b490c9a9c1ca502079513184e43145467eb1169_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:85c84e6100ea0c4d783b44a085cdda8be9b580b073ab7b191a70ad3c14641f9c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eef5b8e84cce56cf085ed8f8a2ca544505242606d44691b6d0beced7c942bf9c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:148d9d31314b0ca3dd2667aadf51d9a65cc88cd872d21d29e4c85fe25cbf6410_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:87bd671167583b8f46388c7e5853509fc9c20439c1b5f57544117fc9e1b1b5b1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:dacaed2c85c23db8c8bf2b754b958ac8990a0b0e917e4885b39ed62d08061fb6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ec4ca8db357714672338a773cdfac91101641ac1ea56905a5dba39d13e8c96e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:1e01dcb349b9e3afa77e9c217b2f20dd7c9c98f7b00be3852166c7d676dc1c58_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7a453727eb7aad288301bdce304da23202950098592114e1c56e893828b7cb2a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7e9f67b6e1c87741c5d56a3e95af004dcfb6d6c9cb4267b0ad4dd1aec7e9cb1a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d9f12bee214359955f20c9b4c0218febc8868cd47405b362dcc6ab05dfa573d4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:36d864188a182dab0197f06376c993fd661689e516dfec4c25f9064eef6db0a2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:38481cddbac83c19b28845b99fec4f4d16d46aca014ab18653c5e7fd42d7dc9e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6c5798afafe96f9c1de300cd8b709030655d1c92d03394b069b3f4100a0a4334_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dc248c02585e41245eb8e16fea646a6f1013f5257f5152dab0fd4634073fe15d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:142deb80cb8918201dfc20e0e86c5a70e704eb589681db3e019d0eed0a8bbf1b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ff7c22adb1ce27c0944f94a4994940aa6af3c4db60cf184d0865753e0c18ddcf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:09664db13d4f9022495031effd53a137ebbddc0e61fec151a26e565a02a5bf40_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:9b480de86de7566594ff61c147bcf0a6e8d5f2ac52ca37a2ecc32909e02850c3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:177b77bf798f3ae19e2b67467ec324e2352c47a2fa4f803c852cb7d5514a2b80_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5587380364defb07d81f5bb93851d7d726780e03f561cc5c4010d6cc4e237079_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:503c53ef4cda2a77d57eb611638334ecfbbe08f384e01084a0f2004aceccfd5b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:ccdfd936b1e904b115efeef06cfb3c1b13ec6fdf123cf87c9ad477ab47ea4d04_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:1f7ad22165ad761cdd5fbb7f037ad342f7b9a6f017b80ebc9775edd9bf7388d4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3ddfa7f1a01b1dbf4d2e999da0d536b8f3600e0143dde47fed1f6f2caf15a7bb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9aa910f86e4c953069c3e45f3c2db9702a8cafe753fdbed42e4c23f4837660ea_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a2751c4e48572281043cc6468aa40d2b3a8a1eef5897cef386876fc08de5d791_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:00fa00533e4616bc63471ba4e127f163a2ce06bd8546dc3fcaf2465c6c511ef1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:65d4474ec56e4cae8542f01d54006ee1ccf15c8a467dd7f784f1df806507296a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b1410e826283f79823ba6cdb76d666aed69449a847936c6c634593f31c9795b1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f3e84cda9ee1fae57794b0c60a7b32373d8a95546116ddb326751e9df0d1706d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:059c0bb97591ea1d95bc42274c6748438e32ef113039c603cbf8171ba3dcd1a8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8ff741a30a8c2059c8702290104db1f897853515bea3d054f5456a0faacd3e33_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a523a7ac9b9119290e3f27ee0b0c7a5d3cc1d8f35ed4e7aadcd6968dba6c593c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:db230edf37a3285f5566a6f82b660ff3394caa80c95276bc3992a3f45a18a59e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0dfe21d1f2ae4ad05af6aa896c0bd09417c03d2fa2e37a1cd3c7afe9d9f506b1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ae88b0138b8b945b1ad071a5ac660e6479f3e2c1ec261d80a4d7d862e94df269_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cece82ea1f03a889d37a2e4e1d81eca34a73857630b9874d05264c12ccfde18e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:e518e75c0ec848497d5dbbbea1505cd3fa96387be78d326f44094d341d1aeb69_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:4b9f7900c251da09ceb0c5e36e87322030e6fffb41da15b022e52f26967214a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:6bcd28e8610dada7b5ec2b6e14aecd9daf0542ac8528b8a1c9bec9b5c22e6791_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b4e19a3b757309f5ba13e3762e2449003ab93a1d3a950df031d0c5f88b338461_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f3745f0a10aa35a13620960671ed4e2bace1c01f0440c1cf222aec37ebfcdd6e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:10a4a0d9d6cd4779461dc27ea5660513c80c4231267cd5d5cde84626a52d8d88_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:394f1ad167455a316ded12601110de58f0666917302eee8a2933932513aabd70_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a0dda1cfb8ce56f6632c7dfc15f2d7c5251a666f7ff34fd78f45a064ed9fe8d4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d04c463caf59ab32c381bf6c88b9a55ad9a4934dab8cf66b1c80f3743edf28e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:674045072f2c791146899dca69772cbd83d8ea11305e024f697b0ecb2ecbd9e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:80d008d72e748f6d1578f0583dcabb703ac8154853cffdfa6c332bf2db662da2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b6d9ea5fd88f25c46dfaa17deec8dec67f3241a4e52ffb5b598ef77af4437da9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e18f121c2a8578ab7a54b48347a671e8a1e315e85f894ef67b96161a490aca44_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1415356cad67eea021d0adef8b7f8ac8524035a4acc3ae7080f26f8f3f7cc959_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:2f7be9eb683b2d5c65aa64a28e11bae43475f5a828e8768d468bc24fa0bd4ec9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c0f27acad2634255d689355942e8c0d87f624c269eca0f11b1fe20b56b22294a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:dcad2bdd0764804f9dfad2a4f33eb2fc105ff8e4cc1d2ab31c58ef2903f7cea1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:02dae90a28e2afa83ab4b358378b616bad7c257b8f7d6cfa2830092b7d46fd18_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3e0b68fb323e91570216f90ae2c79cb4bd35149dd62c496c39ee8fb615b62888_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a6517f52e257eefc0602db5e43fd946de57db13299d5077b1bdf872754253cb7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d6c465af092548962fe617a677d3398c6164c398602d7575ec09533d9654f254_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3a9586b7d44c57c683256faa5d9655285105844c74f728e4558c6295f73a3aad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5dbdf857d018b118ca8bae8eb52b2e117348804dae51da324225ac9d9a0bb141_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:7dd0655af57c7f8d2aed0f88a4b02ff21d849bf9c8cce7fbf02aca7d322cdc12_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:abab20e995be8b61590ad7dfb8de0bbb7c7459ab5413987562332de2c9924924_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:6f1fb02560c0dc83cb7ebbfba67370896f2d3b21835311fe5af23a06f4a45142_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7a90eb33844a25785c95b0e7332991a373e0b70560f979e8e9d1554f9d021545_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:92ac319d44a3a3d8e68f29488cd75e71b42dbc98b5898f662131f8576178152b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b8c7d5e513d5205014f53f22fddd4ab5c54e62e62e5813459ea68afd789518d0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:788b2252987b1992fc9c5d855198aa50a67048cc4d0a1e28240953e5c1d9528b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7a2a0066a38f2e52be47a1fec5c9a1ec458550d7ee6ca1232579b3fc98b7e9e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:939c609d5422bb4be66f482815c70b170d51ad2ea9bb0675a969bdaeff35e730_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a260d94b14808490a417d828423550eddd7b865035b631e9fcbb108d8eec6873_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:9f38e40a381edde4d367a6baf50d6159bab76aa34f7f932929a118960eb1b16c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:bec3f4da4ad493e8e34e5e1245338929dc916772222817e094fc0cb7c6370b88_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0816f94cceb27f34725d9c3f041003d61b9730a3c602b48b70782cf5b3887818_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:3d106f2995d5dd270eec34df31ac33f4a09dac0bd79bcd2031e9bdc35f20878a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:2c50f45d634218d512ed37008e62bf2718cc4275a9d944c845eb29bb19d0e700_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:429368ffc93f60dcb14116dd4a448f7688fabeb9a499b4b7c9c77018f4a31c3c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:48105c86a370a0ffd2c536e5ba75ea80fa94b09f2cfdf645a9fbbb62bdd1654c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8b9490cd4a69fece37aac8ced57235afc04a3389e16234c3a3f1d9a4f8a6d34b_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:021a57a7ea58117b5942b474f8899924fe7ff170b234aaa301f86ff465726ce7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:37283f08df56189fd19f7052523f5eda5a5eba0096c32fc3926eda3bc9398a8c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:459032d57026d4dbb2af370f796c28a69e2e30389a84cdab0e43de4435d980a2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:82ebaab991c00d42430890eed6322e9d060c3b4581ad563383a7d13172de4c08_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:244a4dfcd32e2a6bed90fd5e452b63822af9eb60375b9ac45c1864c2fccaf765_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4eda87164b71e7c6fd8b5a39ea77bb1bbf138f43d5732c08e314369b18e2509b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d2d6b9b7d7cb72703bda76e6814e5714b101faa03b14f55507b82dddce6fa09a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:f5f2d566546e640f59746e3616b98dab55eacdd33ea04b7cff887da6cafbe380_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:21cd6ff9f8ff53d747746f2d772344a8a9be9bd4582d641a0d6814da81e42dc7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c16a9db40d92bd605eb9843f2fb30f793e9f807e924a98f58bdfe9e8ff5598fe_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f7eaa545a5719eea518c0d48a5010a9e729ca7657f95712b86bd091c6906ed9d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fbad6ec51decaf69511274952af912054493d07f8de4aeb044b0728e015e331b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4b6ce9a91e0408d0869e2d64ccfba93b8b0587c8c4514c024093e47d520b7b13_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5bab5f51374c260e261af4d094d6d834011bb00d20269e5f87c670ab2e5fc50f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:b046acdbaee02a88bc76e80217864aa8a933b4c624abf504bf40b3b5700a3ddf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:da7ec98aeffdf151279fbfd2d45163722323094e790ab1e5b14e3a75bebf7ba2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1320fee14f620ff211195e536a81bf80c41140d10d8493dca37f484b4803e1a2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:69849de1ca4d23c9faf12777ff7f26deb7eaf3026725512e29e7cfbfcb5e30dd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7ae48499c990a9bb0ccfd436de6e4586ba27e9fd4036b4efe76299aafc4520e0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:bdb7981f8aadb7c27bdc448ce4baed28ddd8d08ae1a83af66255bc70d3b87d63_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:06477b1ed6e12b1088fa198f1158cedd852d51773f75622a652220d147aad66d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:73cd8858eb6e706064aa3fb5b397696ad2a8d264ed9380ceeb8d8d89afa96914_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:95a5dd3ee93857d9e65d57257e2864774e0f1aa15d14c62765dd110807a7e983_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bf017210bb8bfbefa027c830656e83b3db86e940e5ef1f62e67fdc84545cd118_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:04441c2a5c244d0a76052a2e071d994d81415da2cbf49cdd74d3b64fae89fea4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:50caa5c63088b2cd98d85bf793eed760beae31c73d8cccc60f3c82f7e4a436f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5d302fd1e0d562fd3074aea7fda53b46878dd5c27f53b4086f43e0b60c69cd92_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c1ec441285a07891350ef5b92dfe8cdef23f963d39ee86b7c2eaa0f29deced63_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:29924ddf95c884e61e24bc38d457d4bb997c5a03789459ef7565f2350c778e44_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:865ec06e1488b9c81e370e48824dcd003c617f45198943118f99889c9a23ae5b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9c28ccab17d26b72d9ae5d65f7a1ea11bbbd2cd39076f517e6655b9a35a277b9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f2a4bddcbf9cd3c04f90623faceceb3f3633ebea89954ddd26dadad9b6f9cc1a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:0f34558006e45eb8ad74dfad87ee15c34e2d5bce5f192fb00290ba8f6b2e06a6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:a0104045a7c163322387f621af644a79ba8b3e2d44bfa4094db15fad792e7825_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:b83a1577d6d15ea51ba7417aadaf190944d02a36e1067ff9973b9b0e59f207b2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:bfeca6b1d120f47ef42ace529f8663c90e420a3d1067891268e0fbbcd0c8fd3b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:09fb74bc16d6152ee950f1e2e01a72244e43c030205e6878577ae8a288f229dd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:933bdee9a720806a6c7537ed79ad75e25ae64144eb7e738942c36b2a72427c51_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a882578ad9240c994b4f21955809f6d332965cde3686fd2da1c4bc1bd89181f5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:eb823609e74431800e5bd7fd2399e11d17ea8cf0a16a578b70f1447aadbfe8d6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1a4a79d38290e993721e5a239acdc973fd395188d4b47ef664716249561f9b9a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1ab570c571e5291796e3eccbc336775207aced63674920c7416c67fdcdda5ef1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:46f5577da7e69caa3c941ead5de0ce8e373a77348df4c9dda922319a47533af0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:dfb1568b260cebf47b31b5bc5b956dd573ef5e10f5c04bc7951d4aefba1e1c29_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6405c266dbbd8b035f0fdec36d4663fdc2e3981899fec3828e7bcac0094f981c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a0ce68bd8e54f1975c89b6739bc6d94e9ad8214df431d1c41907866dab1cd9f6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:bdac9d54f25066cf36bac0fe90d1df7d89fb91d49ac68c09db1cf14862c91b43_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d8254c11772cacaf25e2a1b24b41a7694b530246cb980ce80caa5298acc71c31_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1b5aa2a8fa69661df2b4cef49e2a8e25e20ecba84ca80d5c671d8cdc73e7e31d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:54c656c9b7ff7f7d9412253dcb0c4484233f4cbe77512b63e69ba1532a4a41d5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a2d16879e07bae5f6eddbb5615c313001ffc4b74e91849ee9c2496bbb5996616_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e37862fed49b426c4344fa755c3442dfe134922b3b5a3c80c4bf4abaea7e6563_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:04e4334b0ce10eb5402543501944e72b9230c79f470f5976f8e5bcd5a18cd28e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:34a11ddd5af5a8d2331804ab76c6319587bcab73bbafc10b6f710260e5ace5ec_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:86ff72407e38fffd121bee52ed9e1229213f5db18cf1324a08296597aaf494b4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:edd7568d61e33652709d4bca937a801a4eb6a0f134ec7866eae3da1f19a01400_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:44623a58b3a052f8cf871befe578ff1419b5a36c9f61849bdf58a15148c3f65b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:78ba410665c68a41a5adbd8422a349de2274be894328ce523364f1ec2a71be01_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:823e1e9e7e7743538180596210828b19b6e3c8f435a7c792be5b945be76d9956_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:eee0084caae19613373c30ac9d2f25de2c202dc83cb6b3077baeab3b2ca89c26_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:17d193d080ae253f4e43ab259c28fd84f5f738967fe2ad4b6528fd42dedb86e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:36ed0be4ed17c503bb07435b198cbd5e255660bb1e72ce49db7ccbcb3ce92a23_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7c1aa77f92efcbd6fdea6120c75e2cb19985aaa2cc48e2d4d3d4ecb87df0d277_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:d6dac5da24656ce0a1494234b06783b5e4ef052c0d283e66f881c21d1766c51a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:380b5a968a30fa54a963bacfc37767a01f6067b6290fd2d877d6b1943a7738a1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:6d1570e8f771ef561c5ddca5410cb86dbc94943cb23b6f96fb2dbe5b9a2f1823_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:7a9f65149b802b3c2ac4d2a96bf53c1dd6eedf8c5fe921783962197bbce94207_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:a99a994a160375e89550347eed1631bb0d12bb4dccf7ed49119935520b744235_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:22b6a40bf066153e072a2d22e48032b91a7f70e2de0d38b2bc5665b72f5635ca_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:499dba655c620472ffee2c73f5f6c53599dcaa8755af1ddf60388702041c6cfa_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:9f82e685ce4849aacbc315249403939d8e9fa55ca297ec0d829d445a3133ed9b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b11b0fd3272461cb95d4f3c79c5c1138770085b461fb8c64c5f19f3f2276abf5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:06ef27c670aa46891c208f0a1ce5be98a92a321e81865484c17db725d6c48f6f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:50187fe1e5905226e869fe96d050d1fa6c91c0ca9f360456030514a0f3efa2a6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:828613cff0791cce90feb1abaf17c31f8a89e409f605d23ca79904feaafa8cc6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:889a2f9b69467f174deb05d9f57eccfd85e8f6e2ce2620a3e3b5c15019a108c3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:381cea76282031f4a018997a2ddcaf6222576807356d45ab3357b52a30f6bb3c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:604bace7f2173c964ecf1b54fe70fc08abbb7a39fcefd21af752c7a12f6f5a31_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7acae5b318d8162c7da445ecc28ed374eb1db0a92e3e6136f1a3d6a82bd75495_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:df00671b04cef1d122484a876880dbf4cc250c63730537fef7e1651b58f9a9dd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7246c15cef44f3945840162c1dab72daf8c0c4999345aa6ba148dd34597f4ea1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c7fa305a0d4a592411905c2f44a8218e25caa39e293ba68e1c84458683c93979_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ccf25a1cbb0c79753f4049cc37fafb77d0f8dbdd896e4cad7e9674877dc84589_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e1ff850187bfcc5e53338ee32678873692eb81a7bc72c5d3a928722571d312df_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:bda6a57c2ad84239536aec6a20a9c37fbfc7aa13c994647427936bf0b3b3361c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:49da4e953f3ab4d734c88b4371082bd9c6fbefd00875d8c3f0f8e58f060b6a25_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95c4abf5e354b5a324515cf6e69195ad3576383386665683d4bb8f349e558416_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bbc0c1a5769338492d873bdb15757525f69e250f5a4320d36f249fc35d57d356_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bf5e48b3778e040c4ebb1a8b0bd2aca2e7814720fa400115ceed9e1745f3e2fa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:2b26daa64e5d4151cb1cb91cf459afa93b2bdabd2b9d5d28585bec72484c0e63_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c2d77eab011a8025098e1254c384f83af4f7e0d3ba9e6d2772eda689e644b036_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cdf9f5f665881fa0c5a2f3c98e4c99673dbe8a92cdcbbe6b80e9dce09f59a8dc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ef4521604c721bd0ae8a4b822ac9584d3c7c8a80c5ecfe263da6ff9500d95ba5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:29a5ed8364575efa8d539b05c002e8b82cc57350d4c015303b4fc46b06903eda_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3751262aca1a347b013648e64294520615e447cb875b1e7c04535c9c5e843ccf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:5bdc6dd4698facc8189308328f6fc62ad7f4a3a5bf8c8a5775fe6e966eb44eeb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:e4aa456e8c865f66105e9f1828b455bf09d80960759209703df345a559b36608_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:74cc690a06a3f7ede74550b2416957a6318136ec7b703de33588122e7222eac0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ad7055ad351c0c24582721dcbf7f422b6a31290104530458e456bddd1a637938_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:54ff1a36ba796e5b88ae421a3836220f5774f0694cd49da8aff5f8c1efaac958_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ff8879335cb7031227028d3bbd5ae3c882c721871a28a42216fdf94885cc48f0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:4bffd0baad38d0ea6f54efb82701a6530eae707565fee41e2e65682a990267b8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:6381f7fc63ba688a5514eeef31d629e8e6cf01d6910f29f7dd38cc48a49f392b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:6792be8aa7640d171ee8102e5315ee2cb5e51af62f7f9ebdfbb0b54e89e35cbf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:e168e04989169bf67e16af77f602c8d762b1ef424f4abc92ad8ef8a135d6fe69_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b9e9f7cb5894890829532f10dda00d008bc5745b999b76daa26b5667e00e0b87_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:f8ab11c42ded9679807701a6c9564ff67b13ba875e28cdbb7663d9382f8e194c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:203f1d7c4feca08547dfa923507640370e669f83029fcd373e4e93461cce9421_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:8b16e6a9162b06a6565a48f4b05f3a1681f9f6349278d4f44d93ebe60d96c566_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:ef131d257bfc318cd0071ea2867d209fd8088da69e92fd3d07bce2b86d4eb2f4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fd5a0222754643780d37e10af8b077bf257b5b4be2abfd2393f0423a4fd4b291_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1f910938470138dfb6656b608393e46eb5c59d76edcca34b8bbc7148f2479061_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:71ce3309765f3dea75ed45541065b35f0aeb697d59b013294775e84b780f361a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:313d893f24ad6f2f8c7881f418b9a5e9c499674052a97434372d1d079411ffc2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:93bef2950591dfbc736a80f6a92659b6868991040450c5cc415d32e225177512_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:9487390a62cbea3de31fcfa46d05ff56a9d088426101b056254d0a3dddd6631c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:d4cd54fcdc26243209c918dbb1dc54e940965cd12cb6d05259c0ed45e3755516_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:2f9449039570a38ef4191b3717a9597219919ffaff87b645f06c4daec74a3cbc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:5d72d27d9247c2a9ae05a1e496eea2c264df19be8a566147cf5cdf378d82ac4b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:2b1553659b6cb1a4fc9e75dca05c4117d98894a5ec55a650fb60a2062cf1b79b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:35d963f072ba8d1d78380c48815bd2d06dff7f1917e493ca64a37d319988e6a6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:42870b8a98ae271ad0f0b23ad541bc37a9585e93dc6822f149a0bcf53c78036d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d797ecf477151c6821be3fb5e18dfa8f8df04233fa9f7da7b554da9eb38f0058_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:27d55172feba74eb9712fdb42300721acfa72e5d3739feac7c4353f8a36b4b38_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:5bba9f8444a0daf6194a6eda5d1b027781717446435ae4249a558a31fe17e06e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a8840079bf9bf05cf2f9c4a7f38bb45b09baee82128d12df604007278fbdb198_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:effc3a9f6c7bb400163dbda690d84d9ef4d40736105a2594209efa8c0c5dc80b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:3b6acf7cf4c49d979d30049d80bd265e7e8f17331648008bb4f9033822ed0a41_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5b377378d275c0a152365c6dcfa6e5f51a30de20210991ad8a4b5c45654cf022_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:855e978f66e69d149f00f5cdea64c68b677a1f2e9e1c28f3f67846bd5497ea9a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9bbfc2d46e0e771ef7bf390e121f26b0dede58ac0ab6cc04e7592469a78ae5c8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:101533b9ac484f5e8c3f1d95b742f3596fdf42d6a706aeca5712648ca50e8ce2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:2918100b369a980a69fdd9d0bc0fc7c898bcdde23f8ac8c9a8a22066f2b1d87d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4f2d8d750ce5932589e4c3b10579f00da60407a89be1976f3b54184c997650ab_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e7b4095c367aa9811dba1e43cda61f60b54b9536d9900990e7e6eac745ec7ac9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1bb758a596fc11988a09a696981630bd00a73dca7c4ed52799f722ef87db6a91_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:50aa9b6ba005c3f004568e82cc73eb56ba6342720626f9a35eca618fd1ac9cc7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:982fa1221449a4e78c06e6a13b7ee325b8951a8a04d0014939dc49b13c6ab79d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f055755224db92970aa09e26ab84f8f8c3a67c2c8cd442eb4e7764e3474d4613_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:719c8857fcfce93887b77a94974d418e3bf19befe0ed25c5974bfc7ed53814bd_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:90f04dac670c4d0c505cf8f96d020c9e3f4c0747b91dc2a2531db407ffdcfbd7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a921b1d40f1ebac4edf1d6bbe26fd7e39329776044e17d7f2409b20792acc271_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:db281fb5bc3ccd949d2156d7eafe5691ecc317c3e690f9987436d8b4317e6ec0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0a68822ea4fb06b74890aebdb694cbba827a5c1b9519b5a4d2086a867464fa2b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:38a4de43972a5ae5404ebc5862329c0b59ee5a6c72b5e3fa8be3171ad65ec713_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:dc970cb4ede420e1d131a6146d256269ca6fb34b633c17315e6b202723765bd7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f47d18b4634f6f675e50f165a805f33970a038843dd48fe8a02b3924fa70e8f9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:6731876f6a37e6e26e079b4d8901f7bdcdcb6f34f8f27c850ec813ca5b3a9543_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bfebb3f4a3a9476c2307fafdc5ec3fe7586c51dde9c5448fde7d34e37e2f45af_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c6b9b4bd2d7210a42dda555d8375807bec66a4f8693fdf256042b49b3f0130c6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:eab2bb53112191763cd944b3b13cf750ea9390b56d7d14d312183ffe56d0a394_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:3ca197c0d720c1314db2f36fdd4f1fd81f0b729829f27b39508f0a6e7ecf7bab_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:475e121c7d6f480d7d2545252a7b59510a66cfb609f586bb587595ccfa3b71d6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6cedc3acc4032d410aa6c0142de17e62461401a772a09c795371238dc00fe91b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ce34f62e6953d64b6566905934afc4a1f5911ec68483f5ceecb59d187e37a955_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:2037952b4938add2200b79534d571adffd95bb0c6ce04e7ea4a6c0ad85389771_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:698f43ebb93c00ee0a916be218a7819d0a402e32c12724afc51f2323c26d541b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c247cff3341da9969055ddef313806cda81c2dac492ce683d4abcd5ceb5a9bc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f12ba7fce7d3a13280d4bfe412b9b54ca22baa52b90be0fd7825ac719f1de068_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0d06e661c793f5524b749bff4124ebcc17b7acff1b57a672064c072dd7b0390d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:484c08c7c512dfb681137cbf0cdd45f42ed4181a690076f6dc6920724687655f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8a100494af630b1dd1ac3e0a7c75fba4853a1e7471a0b6eae2f7d6b7762beeee_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c9329187e9bde81fc4f0b4996c909fe4e9354e58fe353340600532153254e5b4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9143250b98cf0e2f2b3ec33bc25a856d0b2dd432d1994740e639bde2ed1deb29_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9a7f2845529ffd78d9193a8329bd1761b7723678b83e8d5362aaafa657c398eb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:c6ef91fb95bad775d172019ab1b5f9c275c2302f85f04c0504273be57eab1989_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e2becd018c34a7c29e770fa329cba4f1a371d4b089451365abb35acacedbcdfb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5279e457358edeae97e136d8067f05d60b4b806c92e687bbd11afecda4840eda_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5d76a917f9cea787b11ab23bed912261cad050e397769c94c1b70cac389c48b0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:88237cdb1714ed0759ff8c96466010145ff8cfd60a7dd3debec25e3a2b33200e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ff62706a4904af960c4989c87712d896b34265fcaf21ecc9500daecd03561b38_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:15ddf484307e3bc53f165873cf04ea008f4f5720effb19e3ca1aeabd9fae64e3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:28a6a3b04348c6191f58b9b0a700acc995d5fbcee3cdf1af5e34dfb0a15918fc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4933a9cb0be09725767981638b9139867cad6a26a228701ec034d45c3f7da4de_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4b571bca7d279192d7095a9d157cdf40f553543b6a39658919bc5920445d1177_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0f18441bd2e164906e7bad119d70b8f5b9b47c1596d58b6d812ee1e2f4b6c0e5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:77df277ba08b5a6efaf78b4ec5e59a7aca2569e00e7644d27e1d2653d80d150b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:afee031de2fff6cb0e07995b5f6c4ac83ab4cf3b83f23a3931a4d7e15a512c1e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:cc8b86ad3d080ab5dedb159dfca744ce669341a2491e5a0bab4f59e3dae9ed7e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4a76171907bffd3a94e149dfabb6170331e2fc0a30f3ea7b8eba1cbe68e1fa80_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:62f935bfe570ea83e376ea84589bffcf0b99d30eef620adc813f72501d982705_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:75a992b3a14138492b585b3500a6b6f565c912b193834fa562c990bee8115e90_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:9fa46e30f86fbaa943f136733680d0e8a668df1e04d1bcb71160b8bb795a2df0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:58b7b6502847bba5230e65e90a10350d8cdfd331f5656425dd2f310e3fc89cb5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:5989d793b9236bdd9dcc1df6d4687a6e0222590453a5e4e31be75d0414c28056_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7e5383d64b25edf87578b2cf05de47d46fdd2fb6f1f4db5146ead38c887f36a3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b5b9266258ab925a7dfd33b86043873af4c0799fc52befbc476f875dc44b810d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:100d472991b3969275774576b60f5ccffacabcf89eb52efbb744aa441cfcce99_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:9a6fe277560deb4c1c2f91a1d56678c5956bc9ba958b859eaacd371f8ca753f4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a2d2bb9ceaaf23ff8430662ff6b267cb36848b2cf311bddcdaae8e33e8736306_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f71926ca5053134743dc906e1c5bbf2fd148acf50e44916a936f3a8e98494a04_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2dbbc016c4e06676f796ec4cd51e68c11c96bcdc41de8dd37c82c3c5c0825cc4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:444b74ea4a7a8a664746757e4417aa7e0fb33fed32a4755d300e14a49afba481_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a330cd288cfbb99db498c3a7e7211eaddc4cc5e39b6343fc6589b958c6ac44ae_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cef4f16962b3d71927c90e2573873495563e3144b6e3e814acf5a220f1b27193_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4d6edfa2e5e9d6964a5b9483989f491cb5019ebe9af55116591b321b499bd12d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:62e2bae1dd93787bebcb5f1b58499693f4c6fd620edb3254b776494d2b5a55a8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a514202264b03a6c80a02e3cfafb7c6a86482449613b5ec0052d1040587fd088_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ae40b5055051c07b225c15723da95953a6a7d2dc6dfec8d0469d6f857c8424d2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3882b19d141998fdfd1197856ec7826be00034d72633396be628002953fc94a7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:39282efac8310ed389b4acc4ff3aabd6367800953c1e8fecbf17926306d1f419_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8df02a6889e22a9763b5c0e7b6934824f682f4683f2085f82dda54de427ba28d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:fd15b8944403c78ee3c0fcbe08aa5ecfcb7b10c14fe5f1a20ba4873295879c8a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:011ac49df806c01b3f64fab0b3d79355b2685c8fc0316653f34359b451ef2ba5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5929d673c5a6a568c88e13586278da184ebda4c9c5a9a4a1f9154ad0e66340ad_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d113138d214fab52ec3422cd3affe8d3694a1ec30b85778acfa8b114ebffdddb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d91c11d262c19c1f020e9b53da07db82b6d68533f4e697ecff6c722781b4a4ba_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:5865f0a925e725309c27dc1d71d0dc999cb01b4fbde764ba8def1524f978c0f1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:bdbbbd728c482c0c5b5e87af470856aff0c8264d3f490c8ae9d987f21d5bac60_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c1230c3643979aff1e615e1de9bcbc758c31f7508b9a3b25fd2eb323eb6b2490_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c7649d6adc16287d38318b6a50107dc1d3aee2e842a19e09822fb86fac31df15_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:70687b2657e8f1cbbff110582b55f3104d0c7f47a44ca1185a7f67e421d76a17_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bda8d910934ae595f8a53675c74094693de8e0a929fc7c52458b2a9f7cd0b4a6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dff9eb529ea868114b0f46c60f4014b429ce115b0ce949e6855fe29d9270354a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e56bb2c28d7ddd2dbac95451cc16d547718b651532ec69c85e8f0fcf5785d002_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1670745d88d0d92a262ab445f81956e894ae5e9b23d490fab96860957c028771_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5cf3f4d1346c07a4e065dad2df083934591b45c714f503b5b617d470e87f1db7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7adc722fdef132557c191e026fdac56278584f6e49f3902179fc443d87a4165d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ff467f13cb09556eb490743f878422fa2493b8bca683b8759d7926e8af97dace_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4030ffce9d00de08b95d660595f0f67b2b83756ced6c6439da14d36b0b923729_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4baea4cfb5bc4a7974f90c3bfbb25e23865b659fd078ec45b4c36ec0d11b78f3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:829d8937eb34548f09b89de6dd5a236ae58d6f74501f44c929538c281a8be920_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a7fc85a92b1d5f7f79d8a8a63e6d9bb4dfc66383ff175fbd956deb1de3127fdb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:78adc3f034871d6d77793932d11b1e5f4b2ff3e1cff0385b44811210a3c84dc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b836e8f7b31ba9c107a08e3be1cc27e73afa4045210d7fccc817c6058671aa67_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:cb550213a7e8671953d5b880c0b651a566be475a3ca0f5b442a2fa9b0bfeeb1d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f727aa55c29332a39fb4e74013b9cc96ea5b32c9cfbb7cbcd79c7031d1a6f44f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4b1f00007dc39d345013c99c38163e0adc112e5eb81fdf41e1acaa1e0064d7f0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6ae9a652c5693c55ceb3ed91fbac054d887142b0f55882c776e42ba20d1dbdcb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7ae4ffe7112d35231314490c8d02c6f0947b54c240ace11a87c07dad44d5be4c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:934380eb6ae83360d1e11f709c58d18c2e69e04b3246a02846f26f9879ca1edc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5580313395048ffe3d874dec574f7f1f1f21cb84831945de53a80856b4e945df_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9bc152718354bb245a765da17d12d0477cbd15d7eda5a86b8c5b1330287fec4c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c00d2c84a5f8c5f1c674d43eddacbbac05782b81ab98cff83b606c35b46d18a5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d74ebc7fd5b30afecc3d9f61ee6c74b2c0f8519514c5614ddfbe9bbc68227509_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:84ca4259de3e923248f7d50c3adcea713871d3d2da66f172c25dd391d22a3bb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c6381254579086af7ec69a4e610680fe0e532a26f7ce202c72d047b89e0db642_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e0eefc7f55d25990d314c2ceb50afe70f7746e467ab7a409fa3d1b44708d9ffd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fed1fbc1295974647bcbad55e52b199c2d3d4307a3e53e4f8b1db135df9fd8f8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4bbddb6ff2f7429b2f5730d4a3f529b80784f8e42a0acc025e78713d703a2efd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:53a0ebb5fda619248605abeda530cf37fdb7ce99e7b7314cd5bcef2d8d8b7004_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5e37b117f72cf1001bea772e1302186d8f86c0980534b7f359179a5e6926c448_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6891d22800cc10bd8d773d471bc71c4db64460efab4b30202d42da1daf61a3fd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0d1bc6ef87ea978c23ca7189fdf17ad0f54a5f7709a75a25d82e7b84ffadf984_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:107f2fcd3f606044c570a980c176047870b304f3212df747995f6eb8a45749bb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6b6e5e25d50219a95d914df16c1c4e761d0bb45a9efd054572e54054f27a6f0a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:dd60fb26e79143000563578f9d72e3bb7cdde4b73dfdfc148b27942197d3be51_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:053d5fdef0973f6017991487843da7a64f8a346025cf46a7c575d6a4bab71d74_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:26318acd09b8263236b4d266c735aad015e3a4b61daafedf266ef1115968f536_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3ed5dce28d62c36a87ff35dead5806fd124a187e48051a0d2b550b209c9f6302_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e06c4933f2806bfab0f36ccdc159675e5fe2a6a084f98065787d304d5df3b7f8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:055b352bfb76de2eba0b9f0d1a6bca199c6e913e8e95879e991c5fd22095c677_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:16e31b5411f5f1924cbcf851f1b0463302a34c31c5c515220923f7a2050c18e8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5909f73afae46cf2ad00a9a6f1c38d38acc3ab00a0b97ca419110492d7bcab7d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dbfe981d5b05078eb1158624dfe2f0651cad81b92aafbc671cb6470b49bbb89f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3b166e5b5529c407c2f8e372414d043fc617965696c5a869fcadfde2d14d716d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d3f6483b465851cbb520810069a18136af80ccdf79fc1ea80ddb4687ce685aca_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d7d33c165c3d0cc0e4924e8c8d34bfbd1d72e2aea301e53e4b37b712e94c06e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:de5e8cdb75cc79630290f83ff179057d25bfc11d37816c57b6f66563eb3a2732_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:24abe1e6ee078487af8ee8bdd5dbc267c18882078a7987fbd63728dc2b65bb75_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:552d01e66c6b2fe59104b8a9f3e1e58fdcd7b4d4cd63db42883ceb119ec0ef25_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c00c3c5e7e106cd6527cec39e5c3fba990d1986bfdcb691b866db80d59e5f82_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bed1aeb4f58c045644650615230eaee03336daf78d9342022786c12f29da670d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3b213ee7154fd814e8a904c3a161bc16ca7419163e8132ccabab76821c33b310_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:721efd9cae7cd4b43c6bd498064a6c427fa32d0ba848f8b0bf7670afd662bb18_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8f5f0f56604ecf94768262496ba1e29073e87ec16aa8f434674b308bbd00678b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d78b1c13b0ef255bce1e19973bcbef04d40c517301959a7f23d23613a95c1db0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:650f0e2357f8d302f10ee0a628868f985c5a8c8a4e6af9e6793a9051b33205b9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d5a3ff1bae3686aff1781b5f5f9e1a7966962b88a1e84ab4eb62751aa835bb78_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:db30f78340370f9da03fdee73445b72160c35d83f44f708d3a62c9dc8e88bd46_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e88ead481c18a7b6de8ba7f609a1782e45e1ce85f2a158f259bbe68a9db261b5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:0bdbde169ecd68d82366f3d04f947f73715797fae5c3c4561e7bda5b5080dc3f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:1d45937273065c5cdeea502fa388172651fef5a607db33ea72c49f2a50b29b94_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a562490081e5dfc0fea7306931e2dab3fbfdf76cd83768b7a43ea556aebfe4f9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:dea6dd04d50bc97f9e61330140f61a7370e31e474c26b3526e18b0ae8ad56c41_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6ff785742b50af7f2a15c1dd6f38eb69e9a1a20cb4bd635aacc57a5557dd1b4d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:d0e6151117374aa602349bd1028175b94eea6f8386832df622d56715cbcb675d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e8fea02d42c9a9b8e9ad7642d9f08d705eb6e4b3e3681cbf6281c7b8b3244ca2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ecac534bb32ddc645101f6565521b08fde95cbf0eb2b9c6b896c83ba23e8b6bd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:55e0877d1949d009d71821f6779aa9ee90484fcccb820d53bf53b90f7d412636_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:775af20537e6f4c84985145f44ad1ae2d5530ae06859c2549d1d85a2e4ac54ff_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:a1b02b9608eadb4388dc13fb5ae55fc6ad64788f93186872c133a0ff1f5ab487_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b5d732e8d36668226255dbfeb389994104d83ef2be461079b66557bb20d799f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2e983c69ea6e29aca4f36596a0c697c2935dd1deb08a4d3546aaccb4e3d78ae1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4ae2494b702a6c7f68a65ea730f6df3253ffe78f2d178b0714fb6ec04cba5cc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b1133f78075f3364ab85142cf6c8457820e2e1f31a5b0750585ee1adc1285ba6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d41fc7e76000bc1b4016bf10e86fec44f551b127e17997fa4bb13420219fb3f1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:25acdc169b3860a10f46dea8b842626acc639aec950ca7a9339e96a2bf1ed7e1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:453bea2d5f94523a88f37acac9edd0a8d921bf79409a260386fa458cb18d13b7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a70ced1330a4e7a0a7b81bf6b19b3346ad5bb6e26398c7f0577994d48712b2ad_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c2a6ad45ab46c0238429cd0ab59bf169ff368bf68750a011f481208e56fa0268_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:33afbf29add637cae8478b8e0ef6b3b465e4ee53b000467ec34fb1f3a04615af_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8056eca30416b0b93270f6c92d0fdbe4f1cfbbd6258e27a746cc379a86b6b8cd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a06dfb4e75cc6b0edd836cd59035095135503f35a7cbc710ed7b0e447fe256f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a820784083ee32f544efc474c7ded798916d1f077ddb9c3f4461de48747f4c73_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0ab4e11886c642fbcf7560f780abf9046b73dcfd7dc9cb0f086d9e62f87fb271_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1283ae9261afb1293b597a8da40611cdc1980b1e403de5d16669c5b7d2527dc7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:89ec13946e699f6589c3d235cb515b92ff48d1d5fae8e7892279b64d41b74511_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d08403f8114128e063826ee0cb3324bba9f027d7b2feeb6f7c826c9c4925579f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:2aa0baab0fca2bf6877260b871b3079ad96c37034e6f3d0a45cea4118cca230a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7f886a3942b81b3318e288602c88de802278bb77c5d11ba758f1d86f2f028abf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:940d02c46f06fa92818dffd1842010b652856e09cebdec33e0f0e1a1e9b1b5a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:cac82b041210a06cefe512e89c5755e972f6e125c69a0dae87e454e259a3c08c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:12466469754c88d41872c1a061c1eb4349cf565b5fb32db651f3639aff2df67c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:af5fca0ab8a1f5374caea5b38486cc97c2be9d884a55542faeaced44a4a7320b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ad60c87d6e05b51b5351d2490538c757547b43a679256052b600e3fe8e80a594_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:e8372026bbc873c38ffc2c7df35183727596993dde5663ec27a2c2fe401e04f1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:736b406850af746470b1bd5dbc61fc4b166133e9cb50aa528dc1210b2002d469_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a73525cbcab817d0472f544883106a359b9079eeb1d8628d8b0185e450662361_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:84664067a273cdadce55bb8531916e8d8edc7936bcc57bc2dd1ecf57adb08c06_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9a006a111625f85305fbf3dfcd9a62592357a6a282a1c8ea1edbc48b2ef7db05_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:adb84daa38497eef3d89a9b42fbb22fc04e94f708db4f1f02de21dbf099ef788_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:f81616fe8dcd6b63df308c58bc1b696f9b3c488ebdfe00d7985026b10d083de9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:07efac034de568e79f6ecf97f924fd5ce7104e9259d90747cc0fd3e0a7bf4116_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0bc9b2b997bdf9bd285382823ebb9806502664976c2dd7e7b0d111df7717e77d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:165fc1e58447c7bc9febc3ebc74f90096c6e48986789d4e66ff6443f1d30d024_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f516ff3ac172cc08e88f25a0531a3784ed212897dbe0b05e04dece7d62eb977a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0d455e21bddb7ecd4c5b8f077ea96f046ba3183d17e3755ae95f8cd112a81179_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3d291642757ab1bc56aa6bf8b31b383a1867b06fda7ec093daf361e3bb082624_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:91c0c9cf474e9dd3b7dfab43e3e651afcf950c183a51321a586d5e98e3b8dc82_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:ffcd35b620a75ac1d121b826b37ff71f5006684d9222c440785f06fdafef5531_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:56c2e0f91eb13a89c48ee5ebeaecfaf87dcef3f85bf7f7fab37e3cc6c9b2dd10_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:84e22659ec76ea69dd31d0c6bdb39b752d4e525e7425d3ad282c3ba5c16c19c9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a3669bd8567383f9e15755e7640b5af4e796ce1d6bec3b6f1139645b656f425d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:ac7eed19416dd31a76ce8139a4c1cc16f2201b1dbb1c884dbd20fc5a965b82a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:44020a87c575f01d876bcd559d0b37bcba2f5bb4337a4f0f40d65196a407910c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:7272870ff2a94fd3c026f3c3a4e985a2b2eb5c47dedebc00f2cc25a496ec3e90_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d5e64fad675db5b1a7fe03720a35eef4ef6497e49e928b7cb0a38ddd6fa9187a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f4d0e3f2751dad9fab70a9080102f7c0e82a784e516f993e1e84a8561c33204f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:174b142475167275c428eec2892e91ba557a1783a128749b9516911a366ef54e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:52fac1bee10c7847bcf6f7dc9f027764a183d462e46678b5b9aaac9611cfcec0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:874a6c39ad36a55efafc0b690d17aa4eba8df8f30831a5315a198e692e405592_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:af2f5f615c4e9da63b09f2b9f52ef632dc76793f51730ee67a96d5e99118d552_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0867d20104c147d58a3e119c8eccd725d2b5311bc563cb4030c18714e085c80c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:12bf752f4f8f0929752fee39067bab20d3af32f9d767e0eeed2cee9dc9cdf774_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3f0993acf410b536a4c2be24d23afedeaa6d4b02a8055100cddc37443a619cf3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d745b47be21fc6b98e8b1830c34e951271362105d32704cac1b1a796abddecc4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6c539e26ca346ca83a4c024a374f3874e858602b71794a1709b8a08356744b46_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:94e6571b95628469dd361c3ae5bf4bb88bdcf68636c0a7a6f007a19e32216514_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:978722d03bd0e1eb78e35c188516d960ed81c8b47a66e77ec7ea465634e44536_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f270599d2857493437426bb7ba58ecdeb0933b244b0b5e81d70be8f06c734c4c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:07f5c5ba5313539cdea53ec438fcc97c698df8284bba4ddfc6c7af4403873362_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b93c3b58e03d6fbfd8d73f6f0966ef5d616c0da0776f516ec826e4f5e0d4bf1f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f5aa864ac9d9a3e5c0a412e9bf6e22756f6232713e14fe4194f61b1a1c1ad52c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fa3603fc128be2cead70ffb3b0b0b5c9520f7826bd46863a86b1853e62a998f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:382e4343f73dba48761c24841e45aabdf84a7f4de996be6515d8ee7c3e728c78_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:840f25f86e1850623e2929597e072219c2119b08acee3b81e8c7aed1b92fcb64_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:8f9eddba528ca5e8cc40717ae9f30253c955be657f8475a1c4da66c257bd1729_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ac7a2fce2be014fdc4208e98abe50329d0af9b7f7af98fd27e611751a413b4e6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5ad568a42fb0d0f2b78702929b75ab8fbb41937a853b4344ca990776f48ff85c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:821c5edd5f5ea9fddd168482dc437c6eec19231d95854abfbf1bcb150cfe618a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8932f2fc5e81fd7165d50432ba8994896c9ac8b323d5cc798872c1770133eceb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:df49ea17391c34a0eadacecb37c7e00552af8aca3ebb648f28f3f805fb79495a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:58e02752411f5bc061c8dd98bc7dfeb17780ef24ba8c65e590e4d6c5213c267f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d1c95fad91fbfc41da5d6871fb0a3c07d20652b5fce3f010505afe0d24c1977a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d6bfcd46424e1719490ce37bff728ea278eaf589e052a90b3fb30a9110aaa298_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ef555584c97654b76391f8e4d31bf0200fa82222b3197ef928f306c8d70f4881_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:520b43e0497fde1deef41e5f9e51448fde032769f433980802097e1e4216fb6e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:de2a25058c3aaa6f98e80870aca51d8bfd16354eb2da93e7498fc804825babb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:fba545c7b9accb5be03b9bf1931c086a8da8592e3ddc9b5a9ad6d798229314b9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:12645a5f47e54e3bf3f0b0863c44b938be5c42b22f695faf62c8d918cddb03ac_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:529d46e40fd5f6de98cb72dd8704068e3b9baf4d3bdf91feb9c19139bd74c652_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:701028c843123a3e4250731e216eceb647411ce685517383b9a62b5af21c10b0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1b7392f3cadb8ca07f10d5681fa33f6dfe61f895e4a8a1874bdd5aab3543f67d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:693c125a5f2f67364d8bdc1a5e7abe959dd46898e7f46d5b3756746cf598e135_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:93f4a34af9c198e4baa449f7ce0e1e0936358afc725eafc3b8118df3d92d2b44_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:0e4dde634359042b67bcc5224afeef951459167cb8f36cb6f262719308f8ae42_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:344860750b6a6e567bb1475f68d18b19d6f79438b767c351c850d082648aa5b1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:efe1a0fb3394a117206bb1837b63a0ee828ab5b5d30dd7c94aa88afa04c94c2c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:afb18f280c123c44f1349b80bcab24c86d8933795a0577deb13bb651019d6a92_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c865ec93173fecc00d843737009627ba137b7cabcf8337ea7837eb9bd993a601_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d172695ad3dcae4be122b50a27f14c6cb0e71357868ebdd13336cb7315122fd8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d4a1f393e7762a2c7ff12fd634077f5bc5bdd224d7791eb7929d26cd16047dee_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:01050a4179625f00151e478a0571e64120ac6221fdbf32c969a18ae9872c9574_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7639b8403341003825286c0fd45ab34d815585e8f4b5b4d1a424ccfc0292e017_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bd76fd61510b4714518ec5191e315f83feb1f47402e32602b061a0fc09641c9e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e53bc4c7a3fa7103778bd3f7bdc4b6be4b5e6a8450e38eee246caa75d9f8f44d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:62414e285f1e4de212e28bd90e5eeb60730324d54a317434565bad8891435168_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:77dc7d2bcb0cb6289f6d8c3c3f4ad3c01b9e24b4f6969ac666a888ecc8a29981_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:7cbc05eb0a0d3210e378d08d879933d905565224d9a6fc00e3bd1a9ad6782557_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d195bea4ac0b3ee073418a3674535525622d9b492bcd1fb0448b8ae52ba262b1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1440138d54ba0f09184f96cb79557548c3c9f19089bc813f433de28654cd74ef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:203e3cf52680caad6f8fec2ca1c7c87d45205ebcb9e816fb188e74a5bc7496ef_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4ef6d0725b69e2867c44e7d7ac57c820b759a45c491997210fc38b346d7f033d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b1ae4f6e3577edd7fc9f6595168857af7fd9c08aadbca1642c2f9248205b8c42_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:2e494676f33f47eb13ce2e3675c8e7a3871d5d1b73a59b71623caba05364196b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c8183043eac4cff3a7c17a9de76a4c9df725db694f411b19dd64923d1de68551_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:c7944fe378873f5d5268ff872c52ca08908af41b7efa03a7032363c11af633da_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:fc53a478ba64c0557ef8de93faf1320baab34d4bca5f50bc8f74d4a8d3a86890_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a5e04dd92dd9bca8344f741151a5756e28fdd197e2aae26c13caf2867ee6ff76_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c16e427a9ffa0ef24fd07e6a21ff78a63313d5274eb3b1180f7c29cd1a9d11b7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:31630cb5049add8b683fc6f3de6cc20ffc530b72d45daedb84cfe62bec754591_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:89a876583624410a9d79c1cf83d94a9a7c0dfbd3ad70228ea985e45b2ccee9f7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:dd8a443d71a973e30574016ce343c19edc1872c63ed46b5f7023d304b9c4edcd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:63a52e5f035913f64e82ae6a617273abae9ee0729316d26ed5d4182ca0f50d11_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:754310c0f797038ef14c3ef9ecd934b6ffaac6ca60b755894212854289b9f405_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:49c4861778e7bc4f5738ff0f5cd5c542e9fe75c33057a4a0806b03ac75d76ca7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ce8e1af1e3f7d331be7a366560b517e1fc27f83f1382ca6a69a1d9893f260fda_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3478a4d3a1acaba3cfb3f1040320798b9d0b419a66b07267965d4ab974a3b440_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5db06d085c31aafb3f02c2c373b2de6d93c5fde72dae55d6de90f44b49b5770e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:634d04ee67f3a521e7b3cde560084491908f32aef4a89a1bb7d3aa0ae119927b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7683407dca1a355e731e277631b3d8522a3f84f1de664829c3b15db39b1f1ca2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4ef1395e47e1898bc84155ed4b4e3e4c72d08e4e7f2d19d9530d889fe0ef6b26_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:63631119f3411bf77ea1f622d77ef96434d80815531b046efe5b297dd5bbfffa_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7ee73740b3264500f062e3863e42fbd98dc3895f17294450fc90d992d2108d49_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:db28768861f567200cc79639eb01ce8e18fe5cb8a768cc01d3e23bda55431c75_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:09ebbcea16169b9ac863167c0e7f953717e92f75fc4c4e2bffa0eacf84519907_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3118a7eeb28d8388a06731c7bcdb5eba4a942b9c91a84e595ec0fb49a55bcb11_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3bacdd4e5501902865eb31e884646418bfb5fae90593e96b06ac0b7c3cc1cedf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:852556f6eb96442354f0695d6630e2798e19e31a5ada2ef01e3ca2571a4a40c0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:59ae16e7b7d2bc20f34b8bd1dcd7cf8d8d7c201b0f78e3165b11a592d1b08597_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8b68cda23f470048944c164b84fe27a5fb6a43fe739537383444c28cae451035_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:23c8ed7995abda7f87fe4031843205f3a99a0c57508c6218291762a60907f5f2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cca7e231ac39da3a210859c6280ded3a4687620493e3a3e0164a403271537b6f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:054a0d12730620c46ee6209bc9932909f653d0b7f796682a0f798ab3ac3b3641_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3281b909de7dfc5bf3c746e3e8ab05fec49fc8aa83dc8156e616a59c41ee923c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:d5efd9212ed22c89067691796443fab0b28bfc31cea94bbe636a4759f2e88521_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e0a34a88a67409e2b1cb243874cadd3de1c9c56a54ac225dc860cd89a635bd97_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:275f90da2f77f60d0a77e00936734ffcb5099fc8b5662e03de49d807a7632f6d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:833072794acb03eaf053f30b6bcfeef95cf1836ad5149fd97f34f3546a2e9f6e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:893dd8fc24cb10db16620d8feae352929b0dbb797f02fd80f025fdc7c78bf53d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c9ba070e466a5123790067569bcb909e291f3b2264af0aa152372fff9e64f82d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:6f50d9406911e5fbe310c94dc60829891609934e64983339b5f66432a20864c2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:8b4ce896da4126dfda544da09d04f010c0e9b25bdab6557adbab8d095905d535_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:997a24c33d3ae9914f3694b3a8cd8af50137ea48296c322b56dca53b4dcd1fcb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f80cee2f47779e24e07ee475d09fc697a4446a07f9eebb0813a7119eb0bda36d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:7aa46141209fdb1090d90f00d1a7753f31b9224e080b8c669883901846b32ca4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a0dfec857ddadf777961a71d8dd545cc798b921e083c8b5156ca7423f8ad8a2f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a5c047afb2066ca8740286ad2af8e1271ef78c2e5df73ed2365f586d6a101b33_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dcda877c69d0398e4744f1b7a2ed81986ccdfdb6f4da7fba75f29fead8b10f34_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1ff4a8a6440dd4d97adc3273253da14e081083c978edb5fcd05dea33d4cc888a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:2aaba77958b12e834f6418338a21b839a95c21ac5568a53b5f792553db772e6c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e5753a6fa47d5a753be2eb3b7a46cee0bc156b0e52bf75e4f192c0ddb3fdef47_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:ed802f61197fbcc0f1a8a916612ab33363e0e1866ae70d03df92469a2c356ea6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:120c1ccd64bca8bfff4b46d14f78038594a28f6d58c585b1215afd76c23c7ad5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:52dcfdc6c5f219f414fa0775b70e34118b319897b0772931e0861623db7bde86_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6b259bed5dc046510b7c3305f6abf86e4543a9ec5091505f92f573536e9f049f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:bc0dd85538edc7a80adc0fc9fc4e02051e7b09480250b5328a6b70251875b943_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3f9151da4d025555f4c0183a0ce07a2d0084beeafdc9f3f1e87a603053ef9089_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:919fe76dee99d772b668b57645779a63e1c3b7f7f40fe79175c27ae6d7e261db_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e19a080b5fe10b67fe48c28014879abbc87cf5077c32c003fddd171d06bb370f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f7708a1c1e0d4083c7f0b9e8d8704b91a4c823dc9435d5d3e986372f305e1fe4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:27bd19fa0c1eb00c55120e22b21eaab50f0eb75a84910e9d8a2fd3b5fd1c7dc2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:52c4215a49207586cb3f33bd1d35aeda857d31d34c80cbfffba02ba8c448c8a6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:62e5cb5ba2d92bc29a2087c9de9fed7978d4c5ffe07b0afb479eac93519c6df5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:68aa837b6a3bd95232abd62ecae3b040f2a7a72ced626c784c4062c2f28a6e3d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:9872321279ec2d108191f1f7e1764551e9c7099de51f595627db068a66fc4f8d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a06cb8024ab06fbdee295afe99cd294f6e05c36dd490545600967b8ff12e3391_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:1d3a2d2ae27d869506d3f027ebb43f0ca64451cbb635c4c412c85129025728c3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:c20a4f14ad0eecc3f88eda36bd65f1f390c6977a7ad5ed69e87969556b9d8cc7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:64247ff135642a32fb59a62cdcaae5f28085ef0578916b4ab2c90d31e67848f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:e0cf29f62ec486451053c661388f9a3a12ba42b84899b687fb3486666a42536b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:efc289b0278fc84c571d7adf9e9ee1f8b149c5d832cbf416803435e89ee0a531_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:47ac82d0289751c8c7e41da07173dd61836e606101a20b598c00da1cd1fc9077_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:953b8ff978f6523f4578a469d23dba6536d49a141b4e3729b059feb6d79a858b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ee224daca08de920de240b684ebc23a4da50d60130d9e205e88c904c8c755343_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f267111aa2951d22dd6a41c7362afc22454e365325b7a016d213505b7dad74f8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0ed3d751161fa47b7ed4bd2ec2c5bfff8ac5ffae0df22dd9a741cc64bbe2939d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:48bbecc83208a8895cee2c2e8ec677f59a688e02705a677cde4e9a8a52398d1b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:89ac959e411430e4910919132f95452d1142a45fc5c67088f15cf5bad8982165_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:db55fb30b025bb573317f113897a7bfa0dc729aa684dcdb0ac3066356b339bc9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:285f19a6dcffb48d4e6f6d3bfb44722f1828bfb2099a8736f2fc08cdd1481175_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:521f2693c3073993771af37d65723ced3ac83c7438d6ff35425ca5f663101676_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d1883837f227ea4b98d2442b46e5c07a9eeae549e13cd778f7c9e78494b53911_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f1f601e3a4951748fbf030083febf57aad02568058889b0122c8872e2d68d70b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:34298ddfd123342b87d28c047cb4a8c1b25b07352bfed57aefffdd92a7058b6f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4a56a0984384548771e1c8fa5a4a8efe93f472cdf2b64b01d6049b2f9187a684_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6765cf3c0f8d395307ae57019cda7e2aeee976ec060eea8a47703db0b18532df_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:8a8377100458d05864c6521e4b7550df73b5c3d9cade518067d5741fa9d02292_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:09ad41d3ddb9aba6d649812d1e48433f5778b1cd9d5e0e1466b34e6516b864e1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:7b3a100ca1bce2bced0306ec9d4b90a4dfe8596c5bdf51799aa3a7a1ef36fef3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:ace3b3b02c33261287a32253dd1c027769743797317ac4259c9102e0b3db6603_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d289ef93e6e179405cae0db5309865f76cefababf168006abf09fc3a51a32bcc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:20052a45d551f7e988cc0c38baa38f146df4d9d741ac71f17498d8ddc44a1beb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:55409e5fb153973038a15985a332681f4e3e41126f84b6a355c47314c76bdf2e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c143caae15fb4249757018e05ac8dab9abb20f405977cb41468ce6a8049c4342_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c5d456d739d5791e51544a45309ca3b64f763cb49632bc638950fbfc041b4193_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3ab4203333e071978d85f0f44f7342811d898cc388326db60afacd2395f8340e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5a97ef5bfe0456bc1528f2a3df7736c506e11cb61de5c41a1daf22162150b345_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:94fd7b1b27954fb59c11a010f4b8ce0a3377b38bfed7ffb20873a2f7a499f8bf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a936c0970ab66789c10a64cf57ae76bcab0f2f16b6b50e713373066f73d535b5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:34fb12d4fbb5f9b29b1b58e19b1c1b0eb27121ef80edc50a59e431a4e94638c9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:bedcb032aa7325e5bbff014f251d5ad91fff9dcdaf84a95e61e4fc4198f22f79_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d10ffca12372666b239a9fcde83a4b0da6c3f37fede3e47272bbdf9ebd2f0d91_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d5284bc6a4ff57ceca1c00af4ed0c46fd341f1e2a28b4f13b210ed327a25ebd6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:2a7aeb3139633e2014d99631287cce239d73af61e541f218f45a009fc151d8d8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3afe2f3016ac55bd947c98d1e4b957969357aed54423ca2f35955eac8639116f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6d7572f71fc31d580d355bc6ebf8eaa54e4285c53c7e0e418a7495a0fb8d37a6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d2236c41a640de0aedb4eb2f1ef143793288329513ec0911bc37ba688857701f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:7688c4b2355532cddd9b9d314d105127c494990e7079407d2f43e578610971ad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:91ee195223233fdaa6d83ddbc8e1dc33bc7811e4f1e6ec9f5ddf325f560ec38d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:c866308d315beaa691b25dfed4be0cace44628e0799527e9ca11d14165437d98_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:dfe468dbed566f02ea0ed9b5ed5565f40a00d03a344d2a230b0a0a83c783493b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:08710b0caf6f4bc16e72a89f596f33c8c38ba7742d0f1ee552336f9acc7f222e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1491efe6870dae8caca1a78c9c96f8b4b2956db3bd5eaa6bde59ee996506bfb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:2a0f11f0a1063e3ca7b8b04693ebe979e9953736d37f3dc3a91fa5c9912d79d4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:813fdba989d7b5a4aad5e9ce5bf5285b0e65745375dbdef899786d571c001b77_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0db523e5a7a6420d94d5d302b90c798737eb78f99cde3b887d3c3866e195b9bf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:18b7e5875aaad6e0bb8b12fa303ad6295bf3968daeaed2104f0f4ec3122446df_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:80c4e60cb2ab82621ef12774841d39e6ece9e9671114afd0d19b188dd7746d81_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c20dd339ba44e18a505db8bf726e2db8b6a764f7bfcd9e0d63d627d69c2378fe_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:528f1228123298362d5787e862306cc2605f3eb31fdedfd0deea7f3cdffb77cc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:75b18dbc6fef40173ab0c85ff4f9c4111e29afa10593ef9141d589f88b418826_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:e8147c001326caf53531a8917f91991b5ca05f31d30adba78a03539a6568009c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:fb390f9eeb4853d9a20c9bf02ac10e099238e94084230bb532029be4c88b7ac6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3dc8fa50d17a5074f03d58eb00467e45e6d74f6c5293bc57ebb8c4feb4323eb9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:51941876bbb8070423c00e3699bb193343e963358dcae8cc6acda94395edc5fa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9087e6df82220f673440368a5e81c5a0f3eb5e36cccc61cb40fcb56d92cfcadb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e3740bfa7355589784350a9dafc10849d32f1273327387b3b3c6389ba1e26dba_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:05f5bc9410d9859f1bbc1def6e1c74fd47781faf1ef26633f61b5d8f09ce8d02_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5e14d01db3abe1412de6cbd8dbd7d3598d5ba7d2af2f5e55a7ca625aaf8a9155_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:db0bf5b79be48f69d411611bfa74a9b1cdfe875b453a81ec5ea72a962c27978e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ddbaa3a482cf17a156f6955ec155eace13126ae83217c36c03eb2b826e7c4ff0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:02ce1779315733c6039fbd9f711d6c75da89fcfd4d6ac8e485d7aba30882b3ff_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:d29e550f223f287e258aa15ac71ec87cbd24e9d6888f22d82aede80b7902765e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1d43b37d6ee7556d8afe22fb33c7c9ab7a1ff5b2b38d6e18f762ba759015f87a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4e627ea7097e36d07d109f50212809b6477070750c0bfff14f3fe9d1d7ca29f4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:63e60a076755fec73f95d2f5ee948a50d895b69cd327296ac0925e301f5b7e4d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9028745ca618eda612fa2960f0327f19fb689eb36762515bfd71bb2efab0a0a3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2dc50c3c453049a1e81e8cc4559147a4fd4a3a6a9c140865f82bf628f2a45b83_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:734c982a6159e5c4077a12b1a0f72ad992b70f965873ea591228172e6265263f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b2a21551ad4c66e622ccd865529356920dc4524bfa4595e08a99e0e95438823d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3133ccf5290a245274c030f53c63dfa74d6e04bffa684808fc1815a07ebfa13_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:6f399ee5f4634353047061fddcb9092dccead96c6884863253b913dab93c2e15_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9176cf7f1c5ccd82d82dc1a8ea47c2bd34e2ddb54d750cbacf7735a04ed6a221_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:dc6f5e144468283ba4d04ccc155f9e483d085dc2f1b78992e5fcfea42db77bcd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e5216672e4e265b01384ed2dcd722b4a166490d66e19aaec457aca55c7e3dbd6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:4ca8bbfe3586672e1de22cdce9466b37aa0e11c5e9d94ea8da271aa5cad3df47_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:57488300ca265dfcad9bcc1a2861062d8b82c2b80e8b21cc3ed766fd187402db_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:660006e5e6826b13ea6d73fce4fe672d1f67479c44ed65dee68119369eba3c75_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:91b8003dab0652f1a06de50435ca08d6f6366e6e8e7e10a9743542b577728b1d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0017d40e539a56e2ddbf4a97b0cd94825ad5dbc9cd79e1a7e058bb0b11afec29_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:7a71babc3307efe03b8bb3f3cc5f9159a4868c215df70d7a78ba37b91294649c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8403ecd148b8f0aa7f1156fc1676307753967ae68a69948af7c3987de8178959_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:a4e02776f7b5a66943bad040650f4dc9e865f05a0911f4f9aba975c4b30ef517_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5d3d3cbbc28f59a6aefb1e54986e084ce49b69867d100e9b7a8eba17b764304a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5fe1d81ec73517468488ed1a60331a78733ce2fed50f3930b4efbcdff5884326_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:94a7a56873cf0e075740a1db93972f2b2505e7bc082f2faf2d3a6badbb52b08e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d1e737deb52f4f124e34889df5ee2a787db0ee13ef86842f415d5c18ff70498d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:0c8b3d458f0968682b8604cad6ddf02b1135b99c4682090dc78d9b273084a0ab_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8f02a07e0928906a1c075fc3510f3750c679361bb9e0fc7504610eb2b230a092_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9b174760063eedf3197e5664994fdc21f85cbc3be8bd1329142fb9e88103b717_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:e97049e759fd58cb6a2c8dc5b78df8dab7139f8868b1461a3946cf187b824f55_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:17b700ef898288bc081220792a7a95f4f1852338d3d08dff19ea02cc9d957239_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:675083e881008c57ea9fe8e73db8034a66a3f439c6fc1862db09503f311caef8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b94730e4b9e9de7c0a99431f90b42a5368aa0da03869eb8a71dfc92dce27ba7c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c5c12b41cdbcc18c98ec1632a0c9aec007a9672a742fcfe89a5b104160feb698_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2c51c07f11fa78b44eb528339da6291d1c660451a0c9774ad7bf8d8ea7744ee3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4d7e15ae24207bd06663f5c9d55564e220bef28ef150f62d2e9622f569490acf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5a51836c3306ed97366bc3c8f24a8f9e880628d1feb98854eb5dd10800bfae83_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8231352f700a733b13de64913738e0de1b89be5046736077f7300c21fb778aa2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:121025c1dfa4bb1138150adc737d7cf12e69ce21f10690ad8d740c1c1f2dde4b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c02ec1e4b586a812cddae6ea43cf42a6b9742d062fc12c18c2414bc48b5b96e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4c94c8afa17ce2348d6198c2914e9257ac9510455c521f6539ab17877b6fd974_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:70c7beb1cdbcba3eb4fb83fafaf740145b81d510ef56d5ac59ea4bbbfbfebc00_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:83efb138b8bd5084f7dbeb8a59fe1ecc2680a20d5853b7a15f47e1f87929fd9e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:bd63fc568a9ceddc67809e2271de8ef4d57ac8af283861a601547a6b9da2dda2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d0d429e4a3a0a9f015725dd965d4317e67c72b3fd846ef4b04c20ada4d067eef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ecc47300fa59bdd3970f0baf030a75e1fe5862d2470756cf32c389b1eb89152a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:53bfb1dd8b4f99a0252bfdad2c65960877a4e722f5ae88591eb87d6800d1d98c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:64fcb6ccdaa30c4e06cc91a40273c6be01958ca2c048bd39d8a87e8c09fa7d55_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:bd7e96fa5e3db517c91323142b8258555f04d93dc0f164b6e83249dc0cd1b416_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e5d77db3010b3e1d31e14a0bafb1a5e5ca62dc03b7b0bd2097b198f6be6ee442_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:0488437dcc9ca866c5b96278686ea20b5732f8e8038af90889fadcf90f1082fc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d1bd0363eb8c21c0123522b814b140a7595a459c7c286220b4b6fb0b9886a115_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e45c7964c5a89fbb1a8c6da3a905e2caacbbf8c433b0d56d1b260bba151b3e93_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f52e1ea0175eb2af0a63311dc0b8acc1771c53a7668108d7bb7abf2b814e37e5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0043c8e63c3bcf98e33fda7e5f532143b4c8fdbce690606bf469e932d8552062_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:465c03f230a374b6885874b775473275fe8866f61856fb71a8e2bfc37b712ea2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:c730b4b9a52549bb6204deba37e28ee3946758bc86f27c1b886188ba0f164fc7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f50ed1d01f799f00ce20f210b95774f2dffe7137757ecf86544c71a9f621f402_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:56015af081c97939fa71d978d511ecc0e93ea6ea89640ae846645121531a4a86_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:82a97e06294f2bbad05dd72f91d692449eb4094ce1edda7d651e2f1833018faf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8faf68e17b482f07fd1a4ae8ef292fd44fe9de5369d5129c3945acb56b5c2f0c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ae7b169bcaae3569a946c84d88d0ca7b42b530b475c4afc4096d5db36aff9c52_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:02335c6538b4fb15d9d4e2a831b9810db42f8b8fdd75cc6237534356cd1b68e4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:84a9daad04b0ef97a77e258c1b490c9a9c1ca502079513184e43145467eb1169_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:85c84e6100ea0c4d783b44a085cdda8be9b580b073ab7b191a70ad3c14641f9c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eef5b8e84cce56cf085ed8f8a2ca544505242606d44691b6d0beced7c942bf9c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:148d9d31314b0ca3dd2667aadf51d9a65cc88cd872d21d29e4c85fe25cbf6410_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:87bd671167583b8f46388c7e5853509fc9c20439c1b5f57544117fc9e1b1b5b1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:dacaed2c85c23db8c8bf2b754b958ac8990a0b0e917e4885b39ed62d08061fb6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ec4ca8db357714672338a773cdfac91101641ac1ea56905a5dba39d13e8c96e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:1e01dcb349b9e3afa77e9c217b2f20dd7c9c98f7b00be3852166c7d676dc1c58_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7a453727eb7aad288301bdce304da23202950098592114e1c56e893828b7cb2a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7e9f67b6e1c87741c5d56a3e95af004dcfb6d6c9cb4267b0ad4dd1aec7e9cb1a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d9f12bee214359955f20c9b4c0218febc8868cd47405b362dcc6ab05dfa573d4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:36d864188a182dab0197f06376c993fd661689e516dfec4c25f9064eef6db0a2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:38481cddbac83c19b28845b99fec4f4d16d46aca014ab18653c5e7fd42d7dc9e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6c5798afafe96f9c1de300cd8b709030655d1c92d03394b069b3f4100a0a4334_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dc248c02585e41245eb8e16fea646a6f1013f5257f5152dab0fd4634073fe15d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:142deb80cb8918201dfc20e0e86c5a70e704eb589681db3e019d0eed0a8bbf1b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ff7c22adb1ce27c0944f94a4994940aa6af3c4db60cf184d0865753e0c18ddcf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:09664db13d4f9022495031effd53a137ebbddc0e61fec151a26e565a02a5bf40_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:9b480de86de7566594ff61c147bcf0a6e8d5f2ac52ca37a2ecc32909e02850c3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:177b77bf798f3ae19e2b67467ec324e2352c47a2fa4f803c852cb7d5514a2b80_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5587380364defb07d81f5bb93851d7d726780e03f561cc5c4010d6cc4e237079_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:503c53ef4cda2a77d57eb611638334ecfbbe08f384e01084a0f2004aceccfd5b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:ccdfd936b1e904b115efeef06cfb3c1b13ec6fdf123cf87c9ad477ab47ea4d04_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:1f7ad22165ad761cdd5fbb7f037ad342f7b9a6f017b80ebc9775edd9bf7388d4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3ddfa7f1a01b1dbf4d2e999da0d536b8f3600e0143dde47fed1f6f2caf15a7bb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9aa910f86e4c953069c3e45f3c2db9702a8cafe753fdbed42e4c23f4837660ea_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a2751c4e48572281043cc6468aa40d2b3a8a1eef5897cef386876fc08de5d791_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:00fa00533e4616bc63471ba4e127f163a2ce06bd8546dc3fcaf2465c6c511ef1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:65d4474ec56e4cae8542f01d54006ee1ccf15c8a467dd7f784f1df806507296a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b1410e826283f79823ba6cdb76d666aed69449a847936c6c634593f31c9795b1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f3e84cda9ee1fae57794b0c60a7b32373d8a95546116ddb326751e9df0d1706d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:059c0bb97591ea1d95bc42274c6748438e32ef113039c603cbf8171ba3dcd1a8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8ff741a30a8c2059c8702290104db1f897853515bea3d054f5456a0faacd3e33_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a523a7ac9b9119290e3f27ee0b0c7a5d3cc1d8f35ed4e7aadcd6968dba6c593c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:db230edf37a3285f5566a6f82b660ff3394caa80c95276bc3992a3f45a18a59e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0dfe21d1f2ae4ad05af6aa896c0bd09417c03d2fa2e37a1cd3c7afe9d9f506b1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ae88b0138b8b945b1ad071a5ac660e6479f3e2c1ec261d80a4d7d862e94df269_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cece82ea1f03a889d37a2e4e1d81eca34a73857630b9874d05264c12ccfde18e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:e518e75c0ec848497d5dbbbea1505cd3fa96387be78d326f44094d341d1aeb69_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:4b9f7900c251da09ceb0c5e36e87322030e6fffb41da15b022e52f26967214a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:6bcd28e8610dada7b5ec2b6e14aecd9daf0542ac8528b8a1c9bec9b5c22e6791_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b4e19a3b757309f5ba13e3762e2449003ab93a1d3a950df031d0c5f88b338461_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f3745f0a10aa35a13620960671ed4e2bace1c01f0440c1cf222aec37ebfcdd6e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:10a4a0d9d6cd4779461dc27ea5660513c80c4231267cd5d5cde84626a52d8d88_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:394f1ad167455a316ded12601110de58f0666917302eee8a2933932513aabd70_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a0dda1cfb8ce56f6632c7dfc15f2d7c5251a666f7ff34fd78f45a064ed9fe8d4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d04c463caf59ab32c381bf6c88b9a55ad9a4934dab8cf66b1c80f3743edf28e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:674045072f2c791146899dca69772cbd83d8ea11305e024f697b0ecb2ecbd9e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:80d008d72e748f6d1578f0583dcabb703ac8154853cffdfa6c332bf2db662da2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b6d9ea5fd88f25c46dfaa17deec8dec67f3241a4e52ffb5b598ef77af4437da9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e18f121c2a8578ab7a54b48347a671e8a1e315e85f894ef67b96161a490aca44_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1415356cad67eea021d0adef8b7f8ac8524035a4acc3ae7080f26f8f3f7cc959_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:2f7be9eb683b2d5c65aa64a28e11bae43475f5a828e8768d468bc24fa0bd4ec9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c0f27acad2634255d689355942e8c0d87f624c269eca0f11b1fe20b56b22294a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:dcad2bdd0764804f9dfad2a4f33eb2fc105ff8e4cc1d2ab31c58ef2903f7cea1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:02dae90a28e2afa83ab4b358378b616bad7c257b8f7d6cfa2830092b7d46fd18_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3e0b68fb323e91570216f90ae2c79cb4bd35149dd62c496c39ee8fb615b62888_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a6517f52e257eefc0602db5e43fd946de57db13299d5077b1bdf872754253cb7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d6c465af092548962fe617a677d3398c6164c398602d7575ec09533d9654f254_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3a9586b7d44c57c683256faa5d9655285105844c74f728e4558c6295f73a3aad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5dbdf857d018b118ca8bae8eb52b2e117348804dae51da324225ac9d9a0bb141_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:7dd0655af57c7f8d2aed0f88a4b02ff21d849bf9c8cce7fbf02aca7d322cdc12_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:abab20e995be8b61590ad7dfb8de0bbb7c7459ab5413987562332de2c9924924_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:6f1fb02560c0dc83cb7ebbfba67370896f2d3b21835311fe5af23a06f4a45142_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7a90eb33844a25785c95b0e7332991a373e0b70560f979e8e9d1554f9d021545_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:92ac319d44a3a3d8e68f29488cd75e71b42dbc98b5898f662131f8576178152b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b8c7d5e513d5205014f53f22fddd4ab5c54e62e62e5813459ea68afd789518d0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:788b2252987b1992fc9c5d855198aa50a67048cc4d0a1e28240953e5c1d9528b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7a2a0066a38f2e52be47a1fec5c9a1ec458550d7ee6ca1232579b3fc98b7e9e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:939c609d5422bb4be66f482815c70b170d51ad2ea9bb0675a969bdaeff35e730_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a260d94b14808490a417d828423550eddd7b865035b631e9fcbb108d8eec6873_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:9f38e40a381edde4d367a6baf50d6159bab76aa34f7f932929a118960eb1b16c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:bec3f4da4ad493e8e34e5e1245338929dc916772222817e094fc0cb7c6370b88_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0816f94cceb27f34725d9c3f041003d61b9730a3c602b48b70782cf5b3887818_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:3d106f2995d5dd270eec34df31ac33f4a09dac0bd79bcd2031e9bdc35f20878a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:2c50f45d634218d512ed37008e62bf2718cc4275a9d944c845eb29bb19d0e700_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:429368ffc93f60dcb14116dd4a448f7688fabeb9a499b4b7c9c77018f4a31c3c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:48105c86a370a0ffd2c536e5ba75ea80fa94b09f2cfdf645a9fbbb62bdd1654c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8b9490cd4a69fece37aac8ced57235afc04a3389e16234c3a3f1d9a4f8a6d34b_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map"
},
{
"cve": "CVE-2025-65637",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2025-12-04T19:00:54.313916+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:021a57a7ea58117b5942b474f8899924fe7ff170b234aaa301f86ff465726ce7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:37283f08df56189fd19f7052523f5eda5a5eba0096c32fc3926eda3bc9398a8c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:459032d57026d4dbb2af370f796c28a69e2e30389a84cdab0e43de4435d980a2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:82ebaab991c00d42430890eed6322e9d060c3b4581ad563383a7d13172de4c08_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:244a4dfcd32e2a6bed90fd5e452b63822af9eb60375b9ac45c1864c2fccaf765_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4eda87164b71e7c6fd8b5a39ea77bb1bbf138f43d5732c08e314369b18e2509b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d2d6b9b7d7cb72703bda76e6814e5714b101faa03b14f55507b82dddce6fa09a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:f5f2d566546e640f59746e3616b98dab55eacdd33ea04b7cff887da6cafbe380_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:21cd6ff9f8ff53d747746f2d772344a8a9be9bd4582d641a0d6814da81e42dc7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c16a9db40d92bd605eb9843f2fb30f793e9f807e924a98f58bdfe9e8ff5598fe_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f7eaa545a5719eea518c0d48a5010a9e729ca7657f95712b86bd091c6906ed9d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fbad6ec51decaf69511274952af912054493d07f8de4aeb044b0728e015e331b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4b6ce9a91e0408d0869e2d64ccfba93b8b0587c8c4514c024093e47d520b7b13_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5bab5f51374c260e261af4d094d6d834011bb00d20269e5f87c670ab2e5fc50f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:b046acdbaee02a88bc76e80217864aa8a933b4c624abf504bf40b3b5700a3ddf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:da7ec98aeffdf151279fbfd2d45163722323094e790ab1e5b14e3a75bebf7ba2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1320fee14f620ff211195e536a81bf80c41140d10d8493dca37f484b4803e1a2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:69849de1ca4d23c9faf12777ff7f26deb7eaf3026725512e29e7cfbfcb5e30dd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7ae48499c990a9bb0ccfd436de6e4586ba27e9fd4036b4efe76299aafc4520e0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:bdb7981f8aadb7c27bdc448ce4baed28ddd8d08ae1a83af66255bc70d3b87d63_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:06477b1ed6e12b1088fa198f1158cedd852d51773f75622a652220d147aad66d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:73cd8858eb6e706064aa3fb5b397696ad2a8d264ed9380ceeb8d8d89afa96914_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:95a5dd3ee93857d9e65d57257e2864774e0f1aa15d14c62765dd110807a7e983_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bf017210bb8bfbefa027c830656e83b3db86e940e5ef1f62e67fdc84545cd118_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:04441c2a5c244d0a76052a2e071d994d81415da2cbf49cdd74d3b64fae89fea4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:50caa5c63088b2cd98d85bf793eed760beae31c73d8cccc60f3c82f7e4a436f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5d302fd1e0d562fd3074aea7fda53b46878dd5c27f53b4086f43e0b60c69cd92_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c1ec441285a07891350ef5b92dfe8cdef23f963d39ee86b7c2eaa0f29deced63_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:29924ddf95c884e61e24bc38d457d4bb997c5a03789459ef7565f2350c778e44_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:865ec06e1488b9c81e370e48824dcd003c617f45198943118f99889c9a23ae5b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9c28ccab17d26b72d9ae5d65f7a1ea11bbbd2cd39076f517e6655b9a35a277b9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f2a4bddcbf9cd3c04f90623faceceb3f3633ebea89954ddd26dadad9b6f9cc1a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:0f34558006e45eb8ad74dfad87ee15c34e2d5bce5f192fb00290ba8f6b2e06a6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:a0104045a7c163322387f621af644a79ba8b3e2d44bfa4094db15fad792e7825_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:b83a1577d6d15ea51ba7417aadaf190944d02a36e1067ff9973b9b0e59f207b2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:bfeca6b1d120f47ef42ace529f8663c90e420a3d1067891268e0fbbcd0c8fd3b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:09fb74bc16d6152ee950f1e2e01a72244e43c030205e6878577ae8a288f229dd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:933bdee9a720806a6c7537ed79ad75e25ae64144eb7e738942c36b2a72427c51_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a882578ad9240c994b4f21955809f6d332965cde3686fd2da1c4bc1bd89181f5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:eb823609e74431800e5bd7fd2399e11d17ea8cf0a16a578b70f1447aadbfe8d6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1a4a79d38290e993721e5a239acdc973fd395188d4b47ef664716249561f9b9a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1ab570c571e5291796e3eccbc336775207aced63674920c7416c67fdcdda5ef1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:46f5577da7e69caa3c941ead5de0ce8e373a77348df4c9dda922319a47533af0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:dfb1568b260cebf47b31b5bc5b956dd573ef5e10f5c04bc7951d4aefba1e1c29_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6405c266dbbd8b035f0fdec36d4663fdc2e3981899fec3828e7bcac0094f981c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a0ce68bd8e54f1975c89b6739bc6d94e9ad8214df431d1c41907866dab1cd9f6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:bdac9d54f25066cf36bac0fe90d1df7d89fb91d49ac68c09db1cf14862c91b43_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d8254c11772cacaf25e2a1b24b41a7694b530246cb980ce80caa5298acc71c31_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1b5aa2a8fa69661df2b4cef49e2a8e25e20ecba84ca80d5c671d8cdc73e7e31d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:54c656c9b7ff7f7d9412253dcb0c4484233f4cbe77512b63e69ba1532a4a41d5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a2d16879e07bae5f6eddbb5615c313001ffc4b74e91849ee9c2496bbb5996616_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e37862fed49b426c4344fa755c3442dfe134922b3b5a3c80c4bf4abaea7e6563_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:04e4334b0ce10eb5402543501944e72b9230c79f470f5976f8e5bcd5a18cd28e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:34a11ddd5af5a8d2331804ab76c6319587bcab73bbafc10b6f710260e5ace5ec_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:86ff72407e38fffd121bee52ed9e1229213f5db18cf1324a08296597aaf494b4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:edd7568d61e33652709d4bca937a801a4eb6a0f134ec7866eae3da1f19a01400_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:44623a58b3a052f8cf871befe578ff1419b5a36c9f61849bdf58a15148c3f65b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:78ba410665c68a41a5adbd8422a349de2274be894328ce523364f1ec2a71be01_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:823e1e9e7e7743538180596210828b19b6e3c8f435a7c792be5b945be76d9956_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:eee0084caae19613373c30ac9d2f25de2c202dc83cb6b3077baeab3b2ca89c26_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:17d193d080ae253f4e43ab259c28fd84f5f738967fe2ad4b6528fd42dedb86e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:36ed0be4ed17c503bb07435b198cbd5e255660bb1e72ce49db7ccbcb3ce92a23_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7c1aa77f92efcbd6fdea6120c75e2cb19985aaa2cc48e2d4d3d4ecb87df0d277_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:d6dac5da24656ce0a1494234b06783b5e4ef052c0d283e66f881c21d1766c51a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:380b5a968a30fa54a963bacfc37767a01f6067b6290fd2d877d6b1943a7738a1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:6d1570e8f771ef561c5ddca5410cb86dbc94943cb23b6f96fb2dbe5b9a2f1823_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:7a9f65149b802b3c2ac4d2a96bf53c1dd6eedf8c5fe921783962197bbce94207_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:a99a994a160375e89550347eed1631bb0d12bb4dccf7ed49119935520b744235_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:22b6a40bf066153e072a2d22e48032b91a7f70e2de0d38b2bc5665b72f5635ca_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:499dba655c620472ffee2c73f5f6c53599dcaa8755af1ddf60388702041c6cfa_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:9f82e685ce4849aacbc315249403939d8e9fa55ca297ec0d829d445a3133ed9b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b11b0fd3272461cb95d4f3c79c5c1138770085b461fb8c64c5f19f3f2276abf5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:06ef27c670aa46891c208f0a1ce5be98a92a321e81865484c17db725d6c48f6f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:50187fe1e5905226e869fe96d050d1fa6c91c0ca9f360456030514a0f3efa2a6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:828613cff0791cce90feb1abaf17c31f8a89e409f605d23ca79904feaafa8cc6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:889a2f9b69467f174deb05d9f57eccfd85e8f6e2ce2620a3e3b5c15019a108c3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:381cea76282031f4a018997a2ddcaf6222576807356d45ab3357b52a30f6bb3c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:604bace7f2173c964ecf1b54fe70fc08abbb7a39fcefd21af752c7a12f6f5a31_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7acae5b318d8162c7da445ecc28ed374eb1db0a92e3e6136f1a3d6a82bd75495_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:df00671b04cef1d122484a876880dbf4cc250c63730537fef7e1651b58f9a9dd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7246c15cef44f3945840162c1dab72daf8c0c4999345aa6ba148dd34597f4ea1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c7fa305a0d4a592411905c2f44a8218e25caa39e293ba68e1c84458683c93979_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ccf25a1cbb0c79753f4049cc37fafb77d0f8dbdd896e4cad7e9674877dc84589_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e1ff850187bfcc5e53338ee32678873692eb81a7bc72c5d3a928722571d312df_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:bda6a57c2ad84239536aec6a20a9c37fbfc7aa13c994647427936bf0b3b3361c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:2b26daa64e5d4151cb1cb91cf459afa93b2bdabd2b9d5d28585bec72484c0e63_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c2d77eab011a8025098e1254c384f83af4f7e0d3ba9e6d2772eda689e644b036_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cdf9f5f665881fa0c5a2f3c98e4c99673dbe8a92cdcbbe6b80e9dce09f59a8dc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ef4521604c721bd0ae8a4b822ac9584d3c7c8a80c5ecfe263da6ff9500d95ba5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:29a5ed8364575efa8d539b05c002e8b82cc57350d4c015303b4fc46b06903eda_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3751262aca1a347b013648e64294520615e447cb875b1e7c04535c9c5e843ccf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:5bdc6dd4698facc8189308328f6fc62ad7f4a3a5bf8c8a5775fe6e966eb44eeb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:e4aa456e8c865f66105e9f1828b455bf09d80960759209703df345a559b36608_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:74cc690a06a3f7ede74550b2416957a6318136ec7b703de33588122e7222eac0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ad7055ad351c0c24582721dcbf7f422b6a31290104530458e456bddd1a637938_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:54ff1a36ba796e5b88ae421a3836220f5774f0694cd49da8aff5f8c1efaac958_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ff8879335cb7031227028d3bbd5ae3c882c721871a28a42216fdf94885cc48f0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:4bffd0baad38d0ea6f54efb82701a6530eae707565fee41e2e65682a990267b8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:6381f7fc63ba688a5514eeef31d629e8e6cf01d6910f29f7dd38cc48a49f392b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:6792be8aa7640d171ee8102e5315ee2cb5e51af62f7f9ebdfbb0b54e89e35cbf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:e168e04989169bf67e16af77f602c8d762b1ef424f4abc92ad8ef8a135d6fe69_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b9e9f7cb5894890829532f10dda00d008bc5745b999b76daa26b5667e00e0b87_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:f8ab11c42ded9679807701a6c9564ff67b13ba875e28cdbb7663d9382f8e194c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:203f1d7c4feca08547dfa923507640370e669f83029fcd373e4e93461cce9421_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:8b16e6a9162b06a6565a48f4b05f3a1681f9f6349278d4f44d93ebe60d96c566_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:ef131d257bfc318cd0071ea2867d209fd8088da69e92fd3d07bce2b86d4eb2f4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fd5a0222754643780d37e10af8b077bf257b5b4be2abfd2393f0423a4fd4b291_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1f910938470138dfb6656b608393e46eb5c59d76edcca34b8bbc7148f2479061_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:71ce3309765f3dea75ed45541065b35f0aeb697d59b013294775e84b780f361a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:313d893f24ad6f2f8c7881f418b9a5e9c499674052a97434372d1d079411ffc2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:93bef2950591dfbc736a80f6a92659b6868991040450c5cc415d32e225177512_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:9487390a62cbea3de31fcfa46d05ff56a9d088426101b056254d0a3dddd6631c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:d4cd54fcdc26243209c918dbb1dc54e940965cd12cb6d05259c0ed45e3755516_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:2f9449039570a38ef4191b3717a9597219919ffaff87b645f06c4daec74a3cbc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:5d72d27d9247c2a9ae05a1e496eea2c264df19be8a566147cf5cdf378d82ac4b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:2b1553659b6cb1a4fc9e75dca05c4117d98894a5ec55a650fb60a2062cf1b79b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:35d963f072ba8d1d78380c48815bd2d06dff7f1917e493ca64a37d319988e6a6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:42870b8a98ae271ad0f0b23ad541bc37a9585e93dc6822f149a0bcf53c78036d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d797ecf477151c6821be3fb5e18dfa8f8df04233fa9f7da7b554da9eb38f0058_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:27d55172feba74eb9712fdb42300721acfa72e5d3739feac7c4353f8a36b4b38_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:5bba9f8444a0daf6194a6eda5d1b027781717446435ae4249a558a31fe17e06e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a8840079bf9bf05cf2f9c4a7f38bb45b09baee82128d12df604007278fbdb198_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:effc3a9f6c7bb400163dbda690d84d9ef4d40736105a2594209efa8c0c5dc80b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:3b6acf7cf4c49d979d30049d80bd265e7e8f17331648008bb4f9033822ed0a41_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5b377378d275c0a152365c6dcfa6e5f51a30de20210991ad8a4b5c45654cf022_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:855e978f66e69d149f00f5cdea64c68b677a1f2e9e1c28f3f67846bd5497ea9a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9bbfc2d46e0e771ef7bf390e121f26b0dede58ac0ab6cc04e7592469a78ae5c8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:101533b9ac484f5e8c3f1d95b742f3596fdf42d6a706aeca5712648ca50e8ce2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:2918100b369a980a69fdd9d0bc0fc7c898bcdde23f8ac8c9a8a22066f2b1d87d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4f2d8d750ce5932589e4c3b10579f00da60407a89be1976f3b54184c997650ab_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e7b4095c367aa9811dba1e43cda61f60b54b9536d9900990e7e6eac745ec7ac9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1bb758a596fc11988a09a696981630bd00a73dca7c4ed52799f722ef87db6a91_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:50aa9b6ba005c3f004568e82cc73eb56ba6342720626f9a35eca618fd1ac9cc7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:982fa1221449a4e78c06e6a13b7ee325b8951a8a04d0014939dc49b13c6ab79d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f055755224db92970aa09e26ab84f8f8c3a67c2c8cd442eb4e7764e3474d4613_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:719c8857fcfce93887b77a94974d418e3bf19befe0ed25c5974bfc7ed53814bd_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:90f04dac670c4d0c505cf8f96d020c9e3f4c0747b91dc2a2531db407ffdcfbd7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a921b1d40f1ebac4edf1d6bbe26fd7e39329776044e17d7f2409b20792acc271_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:db281fb5bc3ccd949d2156d7eafe5691ecc317c3e690f9987436d8b4317e6ec0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0a68822ea4fb06b74890aebdb694cbba827a5c1b9519b5a4d2086a867464fa2b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:38a4de43972a5ae5404ebc5862329c0b59ee5a6c72b5e3fa8be3171ad65ec713_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:dc970cb4ede420e1d131a6146d256269ca6fb34b633c17315e6b202723765bd7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f47d18b4634f6f675e50f165a805f33970a038843dd48fe8a02b3924fa70e8f9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:6731876f6a37e6e26e079b4d8901f7bdcdcb6f34f8f27c850ec813ca5b3a9543_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bfebb3f4a3a9476c2307fafdc5ec3fe7586c51dde9c5448fde7d34e37e2f45af_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c6b9b4bd2d7210a42dda555d8375807bec66a4f8693fdf256042b49b3f0130c6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:eab2bb53112191763cd944b3b13cf750ea9390b56d7d14d312183ffe56d0a394_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:3ca197c0d720c1314db2f36fdd4f1fd81f0b729829f27b39508f0a6e7ecf7bab_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:475e121c7d6f480d7d2545252a7b59510a66cfb609f586bb587595ccfa3b71d6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6cedc3acc4032d410aa6c0142de17e62461401a772a09c795371238dc00fe91b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ce34f62e6953d64b6566905934afc4a1f5911ec68483f5ceecb59d187e37a955_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:2037952b4938add2200b79534d571adffd95bb0c6ce04e7ea4a6c0ad85389771_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:698f43ebb93c00ee0a916be218a7819d0a402e32c12724afc51f2323c26d541b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c247cff3341da9969055ddef313806cda81c2dac492ce683d4abcd5ceb5a9bc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f12ba7fce7d3a13280d4bfe412b9b54ca22baa52b90be0fd7825ac719f1de068_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0d06e661c793f5524b749bff4124ebcc17b7acff1b57a672064c072dd7b0390d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:484c08c7c512dfb681137cbf0cdd45f42ed4181a690076f6dc6920724687655f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8a100494af630b1dd1ac3e0a7c75fba4853a1e7471a0b6eae2f7d6b7762beeee_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c9329187e9bde81fc4f0b4996c909fe4e9354e58fe353340600532153254e5b4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9143250b98cf0e2f2b3ec33bc25a856d0b2dd432d1994740e639bde2ed1deb29_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9a7f2845529ffd78d9193a8329bd1761b7723678b83e8d5362aaafa657c398eb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:c6ef91fb95bad775d172019ab1b5f9c275c2302f85f04c0504273be57eab1989_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e2becd018c34a7c29e770fa329cba4f1a371d4b089451365abb35acacedbcdfb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5279e457358edeae97e136d8067f05d60b4b806c92e687bbd11afecda4840eda_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5d76a917f9cea787b11ab23bed912261cad050e397769c94c1b70cac389c48b0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:88237cdb1714ed0759ff8c96466010145ff8cfd60a7dd3debec25e3a2b33200e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ff62706a4904af960c4989c87712d896b34265fcaf21ecc9500daecd03561b38_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:15ddf484307e3bc53f165873cf04ea008f4f5720effb19e3ca1aeabd9fae64e3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:28a6a3b04348c6191f58b9b0a700acc995d5fbcee3cdf1af5e34dfb0a15918fc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4933a9cb0be09725767981638b9139867cad6a26a228701ec034d45c3f7da4de_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4b571bca7d279192d7095a9d157cdf40f553543b6a39658919bc5920445d1177_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0f18441bd2e164906e7bad119d70b8f5b9b47c1596d58b6d812ee1e2f4b6c0e5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:77df277ba08b5a6efaf78b4ec5e59a7aca2569e00e7644d27e1d2653d80d150b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:afee031de2fff6cb0e07995b5f6c4ac83ab4cf3b83f23a3931a4d7e15a512c1e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:cc8b86ad3d080ab5dedb159dfca744ce669341a2491e5a0bab4f59e3dae9ed7e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4a76171907bffd3a94e149dfabb6170331e2fc0a30f3ea7b8eba1cbe68e1fa80_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:62f935bfe570ea83e376ea84589bffcf0b99d30eef620adc813f72501d982705_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:75a992b3a14138492b585b3500a6b6f565c912b193834fa562c990bee8115e90_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:9fa46e30f86fbaa943f136733680d0e8a668df1e04d1bcb71160b8bb795a2df0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:58b7b6502847bba5230e65e90a10350d8cdfd331f5656425dd2f310e3fc89cb5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:5989d793b9236bdd9dcc1df6d4687a6e0222590453a5e4e31be75d0414c28056_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7e5383d64b25edf87578b2cf05de47d46fdd2fb6f1f4db5146ead38c887f36a3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b5b9266258ab925a7dfd33b86043873af4c0799fc52befbc476f875dc44b810d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:100d472991b3969275774576b60f5ccffacabcf89eb52efbb744aa441cfcce99_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:9a6fe277560deb4c1c2f91a1d56678c5956bc9ba958b859eaacd371f8ca753f4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a2d2bb9ceaaf23ff8430662ff6b267cb36848b2cf311bddcdaae8e33e8736306_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f71926ca5053134743dc906e1c5bbf2fd148acf50e44916a936f3a8e98494a04_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2dbbc016c4e06676f796ec4cd51e68c11c96bcdc41de8dd37c82c3c5c0825cc4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:444b74ea4a7a8a664746757e4417aa7e0fb33fed32a4755d300e14a49afba481_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a330cd288cfbb99db498c3a7e7211eaddc4cc5e39b6343fc6589b958c6ac44ae_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cef4f16962b3d71927c90e2573873495563e3144b6e3e814acf5a220f1b27193_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4d6edfa2e5e9d6964a5b9483989f491cb5019ebe9af55116591b321b499bd12d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:62e2bae1dd93787bebcb5f1b58499693f4c6fd620edb3254b776494d2b5a55a8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a514202264b03a6c80a02e3cfafb7c6a86482449613b5ec0052d1040587fd088_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ae40b5055051c07b225c15723da95953a6a7d2dc6dfec8d0469d6f857c8424d2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3882b19d141998fdfd1197856ec7826be00034d72633396be628002953fc94a7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:39282efac8310ed389b4acc4ff3aabd6367800953c1e8fecbf17926306d1f419_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8df02a6889e22a9763b5c0e7b6934824f682f4683f2085f82dda54de427ba28d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:fd15b8944403c78ee3c0fcbe08aa5ecfcb7b10c14fe5f1a20ba4873295879c8a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:011ac49df806c01b3f64fab0b3d79355b2685c8fc0316653f34359b451ef2ba5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5929d673c5a6a568c88e13586278da184ebda4c9c5a9a4a1f9154ad0e66340ad_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d113138d214fab52ec3422cd3affe8d3694a1ec30b85778acfa8b114ebffdddb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d91c11d262c19c1f020e9b53da07db82b6d68533f4e697ecff6c722781b4a4ba_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:5865f0a925e725309c27dc1d71d0dc999cb01b4fbde764ba8def1524f978c0f1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:bdbbbd728c482c0c5b5e87af470856aff0c8264d3f490c8ae9d987f21d5bac60_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c1230c3643979aff1e615e1de9bcbc758c31f7508b9a3b25fd2eb323eb6b2490_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c7649d6adc16287d38318b6a50107dc1d3aee2e842a19e09822fb86fac31df15_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:70687b2657e8f1cbbff110582b55f3104d0c7f47a44ca1185a7f67e421d76a17_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bda8d910934ae595f8a53675c74094693de8e0a929fc7c52458b2a9f7cd0b4a6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dff9eb529ea868114b0f46c60f4014b429ce115b0ce949e6855fe29d9270354a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e56bb2c28d7ddd2dbac95451cc16d547718b651532ec69c85e8f0fcf5785d002_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1670745d88d0d92a262ab445f81956e894ae5e9b23d490fab96860957c028771_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5cf3f4d1346c07a4e065dad2df083934591b45c714f503b5b617d470e87f1db7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7adc722fdef132557c191e026fdac56278584f6e49f3902179fc443d87a4165d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ff467f13cb09556eb490743f878422fa2493b8bca683b8759d7926e8af97dace_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4030ffce9d00de08b95d660595f0f67b2b83756ced6c6439da14d36b0b923729_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4baea4cfb5bc4a7974f90c3bfbb25e23865b659fd078ec45b4c36ec0d11b78f3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:829d8937eb34548f09b89de6dd5a236ae58d6f74501f44c929538c281a8be920_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a7fc85a92b1d5f7f79d8a8a63e6d9bb4dfc66383ff175fbd956deb1de3127fdb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:78adc3f034871d6d77793932d11b1e5f4b2ff3e1cff0385b44811210a3c84dc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b836e8f7b31ba9c107a08e3be1cc27e73afa4045210d7fccc817c6058671aa67_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:cb550213a7e8671953d5b880c0b651a566be475a3ca0f5b442a2fa9b0bfeeb1d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f727aa55c29332a39fb4e74013b9cc96ea5b32c9cfbb7cbcd79c7031d1a6f44f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4b1f00007dc39d345013c99c38163e0adc112e5eb81fdf41e1acaa1e0064d7f0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6ae9a652c5693c55ceb3ed91fbac054d887142b0f55882c776e42ba20d1dbdcb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7ae4ffe7112d35231314490c8d02c6f0947b54c240ace11a87c07dad44d5be4c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:934380eb6ae83360d1e11f709c58d18c2e69e04b3246a02846f26f9879ca1edc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5580313395048ffe3d874dec574f7f1f1f21cb84831945de53a80856b4e945df_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9bc152718354bb245a765da17d12d0477cbd15d7eda5a86b8c5b1330287fec4c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c00d2c84a5f8c5f1c674d43eddacbbac05782b81ab98cff83b606c35b46d18a5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d74ebc7fd5b30afecc3d9f61ee6c74b2c0f8519514c5614ddfbe9bbc68227509_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:84ca4259de3e923248f7d50c3adcea713871d3d2da66f172c25dd391d22a3bb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c6381254579086af7ec69a4e610680fe0e532a26f7ce202c72d047b89e0db642_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e0eefc7f55d25990d314c2ceb50afe70f7746e467ab7a409fa3d1b44708d9ffd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fed1fbc1295974647bcbad55e52b199c2d3d4307a3e53e4f8b1db135df9fd8f8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4bbddb6ff2f7429b2f5730d4a3f529b80784f8e42a0acc025e78713d703a2efd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:53a0ebb5fda619248605abeda530cf37fdb7ce99e7b7314cd5bcef2d8d8b7004_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5e37b117f72cf1001bea772e1302186d8f86c0980534b7f359179a5e6926c448_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6891d22800cc10bd8d773d471bc71c4db64460efab4b30202d42da1daf61a3fd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0d1bc6ef87ea978c23ca7189fdf17ad0f54a5f7709a75a25d82e7b84ffadf984_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:107f2fcd3f606044c570a980c176047870b304f3212df747995f6eb8a45749bb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6b6e5e25d50219a95d914df16c1c4e761d0bb45a9efd054572e54054f27a6f0a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:dd60fb26e79143000563578f9d72e3bb7cdde4b73dfdfc148b27942197d3be51_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:053d5fdef0973f6017991487843da7a64f8a346025cf46a7c575d6a4bab71d74_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:26318acd09b8263236b4d266c735aad015e3a4b61daafedf266ef1115968f536_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3ed5dce28d62c36a87ff35dead5806fd124a187e48051a0d2b550b209c9f6302_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e06c4933f2806bfab0f36ccdc159675e5fe2a6a084f98065787d304d5df3b7f8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:055b352bfb76de2eba0b9f0d1a6bca199c6e913e8e95879e991c5fd22095c677_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:16e31b5411f5f1924cbcf851f1b0463302a34c31c5c515220923f7a2050c18e8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5909f73afae46cf2ad00a9a6f1c38d38acc3ab00a0b97ca419110492d7bcab7d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dbfe981d5b05078eb1158624dfe2f0651cad81b92aafbc671cb6470b49bbb89f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3b166e5b5529c407c2f8e372414d043fc617965696c5a869fcadfde2d14d716d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d3f6483b465851cbb520810069a18136af80ccdf79fc1ea80ddb4687ce685aca_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d7d33c165c3d0cc0e4924e8c8d34bfbd1d72e2aea301e53e4b37b712e94c06e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:de5e8cdb75cc79630290f83ff179057d25bfc11d37816c57b6f66563eb3a2732_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:24abe1e6ee078487af8ee8bdd5dbc267c18882078a7987fbd63728dc2b65bb75_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:552d01e66c6b2fe59104b8a9f3e1e58fdcd7b4d4cd63db42883ceb119ec0ef25_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c00c3c5e7e106cd6527cec39e5c3fba990d1986bfdcb691b866db80d59e5f82_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bed1aeb4f58c045644650615230eaee03336daf78d9342022786c12f29da670d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3b213ee7154fd814e8a904c3a161bc16ca7419163e8132ccabab76821c33b310_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:721efd9cae7cd4b43c6bd498064a6c427fa32d0ba848f8b0bf7670afd662bb18_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8f5f0f56604ecf94768262496ba1e29073e87ec16aa8f434674b308bbd00678b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d78b1c13b0ef255bce1e19973bcbef04d40c517301959a7f23d23613a95c1db0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:650f0e2357f8d302f10ee0a628868f985c5a8c8a4e6af9e6793a9051b33205b9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d5a3ff1bae3686aff1781b5f5f9e1a7966962b88a1e84ab4eb62751aa835bb78_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:db30f78340370f9da03fdee73445b72160c35d83f44f708d3a62c9dc8e88bd46_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e88ead481c18a7b6de8ba7f609a1782e45e1ce85f2a158f259bbe68a9db261b5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:0bdbde169ecd68d82366f3d04f947f73715797fae5c3c4561e7bda5b5080dc3f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:1d45937273065c5cdeea502fa388172651fef5a607db33ea72c49f2a50b29b94_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a562490081e5dfc0fea7306931e2dab3fbfdf76cd83768b7a43ea556aebfe4f9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:dea6dd04d50bc97f9e61330140f61a7370e31e474c26b3526e18b0ae8ad56c41_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6ff785742b50af7f2a15c1dd6f38eb69e9a1a20cb4bd635aacc57a5557dd1b4d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:d0e6151117374aa602349bd1028175b94eea6f8386832df622d56715cbcb675d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e8fea02d42c9a9b8e9ad7642d9f08d705eb6e4b3e3681cbf6281c7b8b3244ca2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ecac534bb32ddc645101f6565521b08fde95cbf0eb2b9c6b896c83ba23e8b6bd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:55e0877d1949d009d71821f6779aa9ee90484fcccb820d53bf53b90f7d412636_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:775af20537e6f4c84985145f44ad1ae2d5530ae06859c2549d1d85a2e4ac54ff_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:a1b02b9608eadb4388dc13fb5ae55fc6ad64788f93186872c133a0ff1f5ab487_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b5d732e8d36668226255dbfeb389994104d83ef2be461079b66557bb20d799f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2e983c69ea6e29aca4f36596a0c697c2935dd1deb08a4d3546aaccb4e3d78ae1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4ae2494b702a6c7f68a65ea730f6df3253ffe78f2d178b0714fb6ec04cba5cc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b1133f78075f3364ab85142cf6c8457820e2e1f31a5b0750585ee1adc1285ba6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d41fc7e76000bc1b4016bf10e86fec44f551b127e17997fa4bb13420219fb3f1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:25acdc169b3860a10f46dea8b842626acc639aec950ca7a9339e96a2bf1ed7e1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:453bea2d5f94523a88f37acac9edd0a8d921bf79409a260386fa458cb18d13b7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a70ced1330a4e7a0a7b81bf6b19b3346ad5bb6e26398c7f0577994d48712b2ad_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c2a6ad45ab46c0238429cd0ab59bf169ff368bf68750a011f481208e56fa0268_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:33afbf29add637cae8478b8e0ef6b3b465e4ee53b000467ec34fb1f3a04615af_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8056eca30416b0b93270f6c92d0fdbe4f1cfbbd6258e27a746cc379a86b6b8cd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a06dfb4e75cc6b0edd836cd59035095135503f35a7cbc710ed7b0e447fe256f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a820784083ee32f544efc474c7ded798916d1f077ddb9c3f4461de48747f4c73_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0ab4e11886c642fbcf7560f780abf9046b73dcfd7dc9cb0f086d9e62f87fb271_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1283ae9261afb1293b597a8da40611cdc1980b1e403de5d16669c5b7d2527dc7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:89ec13946e699f6589c3d235cb515b92ff48d1d5fae8e7892279b64d41b74511_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d08403f8114128e063826ee0cb3324bba9f027d7b2feeb6f7c826c9c4925579f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:2aa0baab0fca2bf6877260b871b3079ad96c37034e6f3d0a45cea4118cca230a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7f886a3942b81b3318e288602c88de802278bb77c5d11ba758f1d86f2f028abf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:940d02c46f06fa92818dffd1842010b652856e09cebdec33e0f0e1a1e9b1b5a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:cac82b041210a06cefe512e89c5755e972f6e125c69a0dae87e454e259a3c08c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:12466469754c88d41872c1a061c1eb4349cf565b5fb32db651f3639aff2df67c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:af5fca0ab8a1f5374caea5b38486cc97c2be9d884a55542faeaced44a4a7320b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ad60c87d6e05b51b5351d2490538c757547b43a679256052b600e3fe8e80a594_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:e8372026bbc873c38ffc2c7df35183727596993dde5663ec27a2c2fe401e04f1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:736b406850af746470b1bd5dbc61fc4b166133e9cb50aa528dc1210b2002d469_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a73525cbcab817d0472f544883106a359b9079eeb1d8628d8b0185e450662361_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:84664067a273cdadce55bb8531916e8d8edc7936bcc57bc2dd1ecf57adb08c06_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9a006a111625f85305fbf3dfcd9a62592357a6a282a1c8ea1edbc48b2ef7db05_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:adb84daa38497eef3d89a9b42fbb22fc04e94f708db4f1f02de21dbf099ef788_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:f81616fe8dcd6b63df308c58bc1b696f9b3c488ebdfe00d7985026b10d083de9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:07efac034de568e79f6ecf97f924fd5ce7104e9259d90747cc0fd3e0a7bf4116_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0bc9b2b997bdf9bd285382823ebb9806502664976c2dd7e7b0d111df7717e77d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:165fc1e58447c7bc9febc3ebc74f90096c6e48986789d4e66ff6443f1d30d024_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f516ff3ac172cc08e88f25a0531a3784ed212897dbe0b05e04dece7d62eb977a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0d455e21bddb7ecd4c5b8f077ea96f046ba3183d17e3755ae95f8cd112a81179_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3d291642757ab1bc56aa6bf8b31b383a1867b06fda7ec093daf361e3bb082624_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:91c0c9cf474e9dd3b7dfab43e3e651afcf950c183a51321a586d5e98e3b8dc82_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:ffcd35b620a75ac1d121b826b37ff71f5006684d9222c440785f06fdafef5531_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:56c2e0f91eb13a89c48ee5ebeaecfaf87dcef3f85bf7f7fab37e3cc6c9b2dd10_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:84e22659ec76ea69dd31d0c6bdb39b752d4e525e7425d3ad282c3ba5c16c19c9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a3669bd8567383f9e15755e7640b5af4e796ce1d6bec3b6f1139645b656f425d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:ac7eed19416dd31a76ce8139a4c1cc16f2201b1dbb1c884dbd20fc5a965b82a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:44020a87c575f01d876bcd559d0b37bcba2f5bb4337a4f0f40d65196a407910c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:7272870ff2a94fd3c026f3c3a4e985a2b2eb5c47dedebc00f2cc25a496ec3e90_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d5e64fad675db5b1a7fe03720a35eef4ef6497e49e928b7cb0a38ddd6fa9187a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f4d0e3f2751dad9fab70a9080102f7c0e82a784e516f993e1e84a8561c33204f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:174b142475167275c428eec2892e91ba557a1783a128749b9516911a366ef54e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:52fac1bee10c7847bcf6f7dc9f027764a183d462e46678b5b9aaac9611cfcec0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:874a6c39ad36a55efafc0b690d17aa4eba8df8f30831a5315a198e692e405592_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:af2f5f615c4e9da63b09f2b9f52ef632dc76793f51730ee67a96d5e99118d552_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0867d20104c147d58a3e119c8eccd725d2b5311bc563cb4030c18714e085c80c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:12bf752f4f8f0929752fee39067bab20d3af32f9d767e0eeed2cee9dc9cdf774_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3f0993acf410b536a4c2be24d23afedeaa6d4b02a8055100cddc37443a619cf3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d745b47be21fc6b98e8b1830c34e951271362105d32704cac1b1a796abddecc4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6c539e26ca346ca83a4c024a374f3874e858602b71794a1709b8a08356744b46_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:94e6571b95628469dd361c3ae5bf4bb88bdcf68636c0a7a6f007a19e32216514_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:978722d03bd0e1eb78e35c188516d960ed81c8b47a66e77ec7ea465634e44536_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f270599d2857493437426bb7ba58ecdeb0933b244b0b5e81d70be8f06c734c4c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:07f5c5ba5313539cdea53ec438fcc97c698df8284bba4ddfc6c7af4403873362_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b93c3b58e03d6fbfd8d73f6f0966ef5d616c0da0776f516ec826e4f5e0d4bf1f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f5aa864ac9d9a3e5c0a412e9bf6e22756f6232713e14fe4194f61b1a1c1ad52c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fa3603fc128be2cead70ffb3b0b0b5c9520f7826bd46863a86b1853e62a998f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:382e4343f73dba48761c24841e45aabdf84a7f4de996be6515d8ee7c3e728c78_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:840f25f86e1850623e2929597e072219c2119b08acee3b81e8c7aed1b92fcb64_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:8f9eddba528ca5e8cc40717ae9f30253c955be657f8475a1c4da66c257bd1729_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ac7a2fce2be014fdc4208e98abe50329d0af9b7f7af98fd27e611751a413b4e6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5ad568a42fb0d0f2b78702929b75ab8fbb41937a853b4344ca990776f48ff85c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:821c5edd5f5ea9fddd168482dc437c6eec19231d95854abfbf1bcb150cfe618a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8932f2fc5e81fd7165d50432ba8994896c9ac8b323d5cc798872c1770133eceb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:df49ea17391c34a0eadacecb37c7e00552af8aca3ebb648f28f3f805fb79495a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:58e02752411f5bc061c8dd98bc7dfeb17780ef24ba8c65e590e4d6c5213c267f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d1c95fad91fbfc41da5d6871fb0a3c07d20652b5fce3f010505afe0d24c1977a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d6bfcd46424e1719490ce37bff728ea278eaf589e052a90b3fb30a9110aaa298_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ef555584c97654b76391f8e4d31bf0200fa82222b3197ef928f306c8d70f4881_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:520b43e0497fde1deef41e5f9e51448fde032769f433980802097e1e4216fb6e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:de2a25058c3aaa6f98e80870aca51d8bfd16354eb2da93e7498fc804825babb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:fba545c7b9accb5be03b9bf1931c086a8da8592e3ddc9b5a9ad6d798229314b9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:12645a5f47e54e3bf3f0b0863c44b938be5c42b22f695faf62c8d918cddb03ac_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:529d46e40fd5f6de98cb72dd8704068e3b9baf4d3bdf91feb9c19139bd74c652_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:701028c843123a3e4250731e216eceb647411ce685517383b9a62b5af21c10b0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1b7392f3cadb8ca07f10d5681fa33f6dfe61f895e4a8a1874bdd5aab3543f67d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:693c125a5f2f67364d8bdc1a5e7abe959dd46898e7f46d5b3756746cf598e135_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:93f4a34af9c198e4baa449f7ce0e1e0936358afc725eafc3b8118df3d92d2b44_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:0e4dde634359042b67bcc5224afeef951459167cb8f36cb6f262719308f8ae42_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:344860750b6a6e567bb1475f68d18b19d6f79438b767c351c850d082648aa5b1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:efe1a0fb3394a117206bb1837b63a0ee828ab5b5d30dd7c94aa88afa04c94c2c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:afb18f280c123c44f1349b80bcab24c86d8933795a0577deb13bb651019d6a92_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c865ec93173fecc00d843737009627ba137b7cabcf8337ea7837eb9bd993a601_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d172695ad3dcae4be122b50a27f14c6cb0e71357868ebdd13336cb7315122fd8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d4a1f393e7762a2c7ff12fd634077f5bc5bdd224d7791eb7929d26cd16047dee_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:01050a4179625f00151e478a0571e64120ac6221fdbf32c969a18ae9872c9574_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7639b8403341003825286c0fd45ab34d815585e8f4b5b4d1a424ccfc0292e017_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bd76fd61510b4714518ec5191e315f83feb1f47402e32602b061a0fc09641c9e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e53bc4c7a3fa7103778bd3f7bdc4b6be4b5e6a8450e38eee246caa75d9f8f44d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:62414e285f1e4de212e28bd90e5eeb60730324d54a317434565bad8891435168_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:77dc7d2bcb0cb6289f6d8c3c3f4ad3c01b9e24b4f6969ac666a888ecc8a29981_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:7cbc05eb0a0d3210e378d08d879933d905565224d9a6fc00e3bd1a9ad6782557_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d195bea4ac0b3ee073418a3674535525622d9b492bcd1fb0448b8ae52ba262b1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1440138d54ba0f09184f96cb79557548c3c9f19089bc813f433de28654cd74ef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:203e3cf52680caad6f8fec2ca1c7c87d45205ebcb9e816fb188e74a5bc7496ef_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4ef6d0725b69e2867c44e7d7ac57c820b759a45c491997210fc38b346d7f033d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b1ae4f6e3577edd7fc9f6595168857af7fd9c08aadbca1642c2f9248205b8c42_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:2e494676f33f47eb13ce2e3675c8e7a3871d5d1b73a59b71623caba05364196b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c8183043eac4cff3a7c17a9de76a4c9df725db694f411b19dd64923d1de68551_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:c7944fe378873f5d5268ff872c52ca08908af41b7efa03a7032363c11af633da_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:fc53a478ba64c0557ef8de93faf1320baab34d4bca5f50bc8f74d4a8d3a86890_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a5e04dd92dd9bca8344f741151a5756e28fdd197e2aae26c13caf2867ee6ff76_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c16e427a9ffa0ef24fd07e6a21ff78a63313d5274eb3b1180f7c29cd1a9d11b7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:31630cb5049add8b683fc6f3de6cc20ffc530b72d45daedb84cfe62bec754591_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:89a876583624410a9d79c1cf83d94a9a7c0dfbd3ad70228ea985e45b2ccee9f7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:dd8a443d71a973e30574016ce343c19edc1872c63ed46b5f7023d304b9c4edcd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:63a52e5f035913f64e82ae6a617273abae9ee0729316d26ed5d4182ca0f50d11_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:754310c0f797038ef14c3ef9ecd934b6ffaac6ca60b755894212854289b9f405_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:49c4861778e7bc4f5738ff0f5cd5c542e9fe75c33057a4a0806b03ac75d76ca7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ce8e1af1e3f7d331be7a366560b517e1fc27f83f1382ca6a69a1d9893f260fda_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3478a4d3a1acaba3cfb3f1040320798b9d0b419a66b07267965d4ab974a3b440_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5db06d085c31aafb3f02c2c373b2de6d93c5fde72dae55d6de90f44b49b5770e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:634d04ee67f3a521e7b3cde560084491908f32aef4a89a1bb7d3aa0ae119927b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7683407dca1a355e731e277631b3d8522a3f84f1de664829c3b15db39b1f1ca2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4ef1395e47e1898bc84155ed4b4e3e4c72d08e4e7f2d19d9530d889fe0ef6b26_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:63631119f3411bf77ea1f622d77ef96434d80815531b046efe5b297dd5bbfffa_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7ee73740b3264500f062e3863e42fbd98dc3895f17294450fc90d992d2108d49_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:db28768861f567200cc79639eb01ce8e18fe5cb8a768cc01d3e23bda55431c75_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:09ebbcea16169b9ac863167c0e7f953717e92f75fc4c4e2bffa0eacf84519907_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3118a7eeb28d8388a06731c7bcdb5eba4a942b9c91a84e595ec0fb49a55bcb11_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3bacdd4e5501902865eb31e884646418bfb5fae90593e96b06ac0b7c3cc1cedf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:852556f6eb96442354f0695d6630e2798e19e31a5ada2ef01e3ca2571a4a40c0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:59ae16e7b7d2bc20f34b8bd1dcd7cf8d8d7c201b0f78e3165b11a592d1b08597_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8b68cda23f470048944c164b84fe27a5fb6a43fe739537383444c28cae451035_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:23c8ed7995abda7f87fe4031843205f3a99a0c57508c6218291762a60907f5f2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cca7e231ac39da3a210859c6280ded3a4687620493e3a3e0164a403271537b6f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:054a0d12730620c46ee6209bc9932909f653d0b7f796682a0f798ab3ac3b3641_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3281b909de7dfc5bf3c746e3e8ab05fec49fc8aa83dc8156e616a59c41ee923c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:d5efd9212ed22c89067691796443fab0b28bfc31cea94bbe636a4759f2e88521_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e0a34a88a67409e2b1cb243874cadd3de1c9c56a54ac225dc860cd89a635bd97_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:275f90da2f77f60d0a77e00936734ffcb5099fc8b5662e03de49d807a7632f6d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:833072794acb03eaf053f30b6bcfeef95cf1836ad5149fd97f34f3546a2e9f6e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:893dd8fc24cb10db16620d8feae352929b0dbb797f02fd80f025fdc7c78bf53d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c9ba070e466a5123790067569bcb909e291f3b2264af0aa152372fff9e64f82d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:6f50d9406911e5fbe310c94dc60829891609934e64983339b5f66432a20864c2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:8b4ce896da4126dfda544da09d04f010c0e9b25bdab6557adbab8d095905d535_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:997a24c33d3ae9914f3694b3a8cd8af50137ea48296c322b56dca53b4dcd1fcb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f80cee2f47779e24e07ee475d09fc697a4446a07f9eebb0813a7119eb0bda36d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:7aa46141209fdb1090d90f00d1a7753f31b9224e080b8c669883901846b32ca4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a0dfec857ddadf777961a71d8dd545cc798b921e083c8b5156ca7423f8ad8a2f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a5c047afb2066ca8740286ad2af8e1271ef78c2e5df73ed2365f586d6a101b33_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dcda877c69d0398e4744f1b7a2ed81986ccdfdb6f4da7fba75f29fead8b10f34_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1ff4a8a6440dd4d97adc3273253da14e081083c978edb5fcd05dea33d4cc888a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:2aaba77958b12e834f6418338a21b839a95c21ac5568a53b5f792553db772e6c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e5753a6fa47d5a753be2eb3b7a46cee0bc156b0e52bf75e4f192c0ddb3fdef47_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:ed802f61197fbcc0f1a8a916612ab33363e0e1866ae70d03df92469a2c356ea6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:120c1ccd64bca8bfff4b46d14f78038594a28f6d58c585b1215afd76c23c7ad5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:52dcfdc6c5f219f414fa0775b70e34118b319897b0772931e0861623db7bde86_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6b259bed5dc046510b7c3305f6abf86e4543a9ec5091505f92f573536e9f049f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:bc0dd85538edc7a80adc0fc9fc4e02051e7b09480250b5328a6b70251875b943_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3f9151da4d025555f4c0183a0ce07a2d0084beeafdc9f3f1e87a603053ef9089_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:919fe76dee99d772b668b57645779a63e1c3b7f7f40fe79175c27ae6d7e261db_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e19a080b5fe10b67fe48c28014879abbc87cf5077c32c003fddd171d06bb370f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f7708a1c1e0d4083c7f0b9e8d8704b91a4c823dc9435d5d3e986372f305e1fe4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:27bd19fa0c1eb00c55120e22b21eaab50f0eb75a84910e9d8a2fd3b5fd1c7dc2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:52c4215a49207586cb3f33bd1d35aeda857d31d34c80cbfffba02ba8c448c8a6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:62e5cb5ba2d92bc29a2087c9de9fed7978d4c5ffe07b0afb479eac93519c6df5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:68aa837b6a3bd95232abd62ecae3b040f2a7a72ced626c784c4062c2f28a6e3d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:9872321279ec2d108191f1f7e1764551e9c7099de51f595627db068a66fc4f8d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a06cb8024ab06fbdee295afe99cd294f6e05c36dd490545600967b8ff12e3391_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:1d3a2d2ae27d869506d3f027ebb43f0ca64451cbb635c4c412c85129025728c3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:c20a4f14ad0eecc3f88eda36bd65f1f390c6977a7ad5ed69e87969556b9d8cc7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:64247ff135642a32fb59a62cdcaae5f28085ef0578916b4ab2c90d31e67848f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:e0cf29f62ec486451053c661388f9a3a12ba42b84899b687fb3486666a42536b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:efc289b0278fc84c571d7adf9e9ee1f8b149c5d832cbf416803435e89ee0a531_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:47ac82d0289751c8c7e41da07173dd61836e606101a20b598c00da1cd1fc9077_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:953b8ff978f6523f4578a469d23dba6536d49a141b4e3729b059feb6d79a858b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ee224daca08de920de240b684ebc23a4da50d60130d9e205e88c904c8c755343_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f267111aa2951d22dd6a41c7362afc22454e365325b7a016d213505b7dad74f8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0ed3d751161fa47b7ed4bd2ec2c5bfff8ac5ffae0df22dd9a741cc64bbe2939d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:48bbecc83208a8895cee2c2e8ec677f59a688e02705a677cde4e9a8a52398d1b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:89ac959e411430e4910919132f95452d1142a45fc5c67088f15cf5bad8982165_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:db55fb30b025bb573317f113897a7bfa0dc729aa684dcdb0ac3066356b339bc9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:285f19a6dcffb48d4e6f6d3bfb44722f1828bfb2099a8736f2fc08cdd1481175_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:521f2693c3073993771af37d65723ced3ac83c7438d6ff35425ca5f663101676_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d1883837f227ea4b98d2442b46e5c07a9eeae549e13cd778f7c9e78494b53911_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f1f601e3a4951748fbf030083febf57aad02568058889b0122c8872e2d68d70b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:34298ddfd123342b87d28c047cb4a8c1b25b07352bfed57aefffdd92a7058b6f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4a56a0984384548771e1c8fa5a4a8efe93f472cdf2b64b01d6049b2f9187a684_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6765cf3c0f8d395307ae57019cda7e2aeee976ec060eea8a47703db0b18532df_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:8a8377100458d05864c6521e4b7550df73b5c3d9cade518067d5741fa9d02292_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:09ad41d3ddb9aba6d649812d1e48433f5778b1cd9d5e0e1466b34e6516b864e1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:7b3a100ca1bce2bced0306ec9d4b90a4dfe8596c5bdf51799aa3a7a1ef36fef3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:ace3b3b02c33261287a32253dd1c027769743797317ac4259c9102e0b3db6603_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d289ef93e6e179405cae0db5309865f76cefababf168006abf09fc3a51a32bcc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:20052a45d551f7e988cc0c38baa38f146df4d9d741ac71f17498d8ddc44a1beb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:55409e5fb153973038a15985a332681f4e3e41126f84b6a355c47314c76bdf2e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c143caae15fb4249757018e05ac8dab9abb20f405977cb41468ce6a8049c4342_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c5d456d739d5791e51544a45309ca3b64f763cb49632bc638950fbfc041b4193_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3ab4203333e071978d85f0f44f7342811d898cc388326db60afacd2395f8340e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5a97ef5bfe0456bc1528f2a3df7736c506e11cb61de5c41a1daf22162150b345_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:94fd7b1b27954fb59c11a010f4b8ce0a3377b38bfed7ffb20873a2f7a499f8bf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a936c0970ab66789c10a64cf57ae76bcab0f2f16b6b50e713373066f73d535b5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:34fb12d4fbb5f9b29b1b58e19b1c1b0eb27121ef80edc50a59e431a4e94638c9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:bedcb032aa7325e5bbff014f251d5ad91fff9dcdaf84a95e61e4fc4198f22f79_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d10ffca12372666b239a9fcde83a4b0da6c3f37fede3e47272bbdf9ebd2f0d91_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d5284bc6a4ff57ceca1c00af4ed0c46fd341f1e2a28b4f13b210ed327a25ebd6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:2a7aeb3139633e2014d99631287cce239d73af61e541f218f45a009fc151d8d8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3afe2f3016ac55bd947c98d1e4b957969357aed54423ca2f35955eac8639116f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6d7572f71fc31d580d355bc6ebf8eaa54e4285c53c7e0e418a7495a0fb8d37a6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d2236c41a640de0aedb4eb2f1ef143793288329513ec0911bc37ba688857701f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:7688c4b2355532cddd9b9d314d105127c494990e7079407d2f43e578610971ad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:91ee195223233fdaa6d83ddbc8e1dc33bc7811e4f1e6ec9f5ddf325f560ec38d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:c866308d315beaa691b25dfed4be0cace44628e0799527e9ca11d14165437d98_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:dfe468dbed566f02ea0ed9b5ed5565f40a00d03a344d2a230b0a0a83c783493b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:08710b0caf6f4bc16e72a89f596f33c8c38ba7742d0f1ee552336f9acc7f222e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1491efe6870dae8caca1a78c9c96f8b4b2956db3bd5eaa6bde59ee996506bfb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:2a0f11f0a1063e3ca7b8b04693ebe979e9953736d37f3dc3a91fa5c9912d79d4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:813fdba989d7b5a4aad5e9ce5bf5285b0e65745375dbdef899786d571c001b77_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0db523e5a7a6420d94d5d302b90c798737eb78f99cde3b887d3c3866e195b9bf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:18b7e5875aaad6e0bb8b12fa303ad6295bf3968daeaed2104f0f4ec3122446df_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:80c4e60cb2ab82621ef12774841d39e6ece9e9671114afd0d19b188dd7746d81_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c20dd339ba44e18a505db8bf726e2db8b6a764f7bfcd9e0d63d627d69c2378fe_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:528f1228123298362d5787e862306cc2605f3eb31fdedfd0deea7f3cdffb77cc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:75b18dbc6fef40173ab0c85ff4f9c4111e29afa10593ef9141d589f88b418826_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:e8147c001326caf53531a8917f91991b5ca05f31d30adba78a03539a6568009c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:fb390f9eeb4853d9a20c9bf02ac10e099238e94084230bb532029be4c88b7ac6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3dc8fa50d17a5074f03d58eb00467e45e6d74f6c5293bc57ebb8c4feb4323eb9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:51941876bbb8070423c00e3699bb193343e963358dcae8cc6acda94395edc5fa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9087e6df82220f673440368a5e81c5a0f3eb5e36cccc61cb40fcb56d92cfcadb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e3740bfa7355589784350a9dafc10849d32f1273327387b3b3c6389ba1e26dba_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:05f5bc9410d9859f1bbc1def6e1c74fd47781faf1ef26633f61b5d8f09ce8d02_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5e14d01db3abe1412de6cbd8dbd7d3598d5ba7d2af2f5e55a7ca625aaf8a9155_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:db0bf5b79be48f69d411611bfa74a9b1cdfe875b453a81ec5ea72a962c27978e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ddbaa3a482cf17a156f6955ec155eace13126ae83217c36c03eb2b826e7c4ff0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:02ce1779315733c6039fbd9f711d6c75da89fcfd4d6ac8e485d7aba30882b3ff_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:d29e550f223f287e258aa15ac71ec87cbd24e9d6888f22d82aede80b7902765e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1d43b37d6ee7556d8afe22fb33c7c9ab7a1ff5b2b38d6e18f762ba759015f87a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4e627ea7097e36d07d109f50212809b6477070750c0bfff14f3fe9d1d7ca29f4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:63e60a076755fec73f95d2f5ee948a50d895b69cd327296ac0925e301f5b7e4d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9028745ca618eda612fa2960f0327f19fb689eb36762515bfd71bb2efab0a0a3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2dc50c3c453049a1e81e8cc4559147a4fd4a3a6a9c140865f82bf628f2a45b83_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:734c982a6159e5c4077a12b1a0f72ad992b70f965873ea591228172e6265263f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b2a21551ad4c66e622ccd865529356920dc4524bfa4595e08a99e0e95438823d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3133ccf5290a245274c030f53c63dfa74d6e04bffa684808fc1815a07ebfa13_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:6f399ee5f4634353047061fddcb9092dccead96c6884863253b913dab93c2e15_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9176cf7f1c5ccd82d82dc1a8ea47c2bd34e2ddb54d750cbacf7735a04ed6a221_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:dc6f5e144468283ba4d04ccc155f9e483d085dc2f1b78992e5fcfea42db77bcd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e5216672e4e265b01384ed2dcd722b4a166490d66e19aaec457aca55c7e3dbd6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:4ca8bbfe3586672e1de22cdce9466b37aa0e11c5e9d94ea8da271aa5cad3df47_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:57488300ca265dfcad9bcc1a2861062d8b82c2b80e8b21cc3ed766fd187402db_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:660006e5e6826b13ea6d73fce4fe672d1f67479c44ed65dee68119369eba3c75_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:91b8003dab0652f1a06de50435ca08d6f6366e6e8e7e10a9743542b577728b1d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0017d40e539a56e2ddbf4a97b0cd94825ad5dbc9cd79e1a7e058bb0b11afec29_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:7a71babc3307efe03b8bb3f3cc5f9159a4868c215df70d7a78ba37b91294649c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8403ecd148b8f0aa7f1156fc1676307753967ae68a69948af7c3987de8178959_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:a4e02776f7b5a66943bad040650f4dc9e865f05a0911f4f9aba975c4b30ef517_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5d3d3cbbc28f59a6aefb1e54986e084ce49b69867d100e9b7a8eba17b764304a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5fe1d81ec73517468488ed1a60331a78733ce2fed50f3930b4efbcdff5884326_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:94a7a56873cf0e075740a1db93972f2b2505e7bc082f2faf2d3a6badbb52b08e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d1e737deb52f4f124e34889df5ee2a787db0ee13ef86842f415d5c18ff70498d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:0c8b3d458f0968682b8604cad6ddf02b1135b99c4682090dc78d9b273084a0ab_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8f02a07e0928906a1c075fc3510f3750c679361bb9e0fc7504610eb2b230a092_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9b174760063eedf3197e5664994fdc21f85cbc3be8bd1329142fb9e88103b717_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:e97049e759fd58cb6a2c8dc5b78df8dab7139f8868b1461a3946cf187b824f55_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:17b700ef898288bc081220792a7a95f4f1852338d3d08dff19ea02cc9d957239_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:675083e881008c57ea9fe8e73db8034a66a3f439c6fc1862db09503f311caef8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b94730e4b9e9de7c0a99431f90b42a5368aa0da03869eb8a71dfc92dce27ba7c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c5c12b41cdbcc18c98ec1632a0c9aec007a9672a742fcfe89a5b104160feb698_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2c51c07f11fa78b44eb528339da6291d1c660451a0c9774ad7bf8d8ea7744ee3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4d7e15ae24207bd06663f5c9d55564e220bef28ef150f62d2e9622f569490acf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5a51836c3306ed97366bc3c8f24a8f9e880628d1feb98854eb5dd10800bfae83_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8231352f700a733b13de64913738e0de1b89be5046736077f7300c21fb778aa2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:121025c1dfa4bb1138150adc737d7cf12e69ce21f10690ad8d740c1c1f2dde4b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c02ec1e4b586a812cddae6ea43cf42a6b9742d062fc12c18c2414bc48b5b96e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4c94c8afa17ce2348d6198c2914e9257ac9510455c521f6539ab17877b6fd974_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:70c7beb1cdbcba3eb4fb83fafaf740145b81d510ef56d5ac59ea4bbbfbfebc00_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:83efb138b8bd5084f7dbeb8a59fe1ecc2680a20d5853b7a15f47e1f87929fd9e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:bd63fc568a9ceddc67809e2271de8ef4d57ac8af283861a601547a6b9da2dda2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d0d429e4a3a0a9f015725dd965d4317e67c72b3fd846ef4b04c20ada4d067eef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ecc47300fa59bdd3970f0baf030a75e1fe5862d2470756cf32c389b1eb89152a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:53bfb1dd8b4f99a0252bfdad2c65960877a4e722f5ae88591eb87d6800d1d98c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:64fcb6ccdaa30c4e06cc91a40273c6be01958ca2c048bd39d8a87e8c09fa7d55_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:bd7e96fa5e3db517c91323142b8258555f04d93dc0f164b6e83249dc0cd1b416_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e5d77db3010b3e1d31e14a0bafb1a5e5ca62dc03b7b0bd2097b198f6be6ee442_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:0488437dcc9ca866c5b96278686ea20b5732f8e8038af90889fadcf90f1082fc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d1bd0363eb8c21c0123522b814b140a7595a459c7c286220b4b6fb0b9886a115_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e45c7964c5a89fbb1a8c6da3a905e2caacbbf8c433b0d56d1b260bba151b3e93_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f52e1ea0175eb2af0a63311dc0b8acc1771c53a7668108d7bb7abf2b814e37e5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0043c8e63c3bcf98e33fda7e5f532143b4c8fdbce690606bf469e932d8552062_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:465c03f230a374b6885874b775473275fe8866f61856fb71a8e2bfc37b712ea2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:c730b4b9a52549bb6204deba37e28ee3946758bc86f27c1b886188ba0f164fc7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f50ed1d01f799f00ce20f210b95774f2dffe7137757ecf86544c71a9f621f402_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:56015af081c97939fa71d978d511ecc0e93ea6ea89640ae846645121531a4a86_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:82a97e06294f2bbad05dd72f91d692449eb4094ce1edda7d651e2f1833018faf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8faf68e17b482f07fd1a4ae8ef292fd44fe9de5369d5129c3945acb56b5c2f0c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ae7b169bcaae3569a946c84d88d0ca7b42b530b475c4afc4096d5db36aff9c52_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:02335c6538b4fb15d9d4e2a831b9810db42f8b8fdd75cc6237534356cd1b68e4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:84a9daad04b0ef97a77e258c1b490c9a9c1ca502079513184e43145467eb1169_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:85c84e6100ea0c4d783b44a085cdda8be9b580b073ab7b191a70ad3c14641f9c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eef5b8e84cce56cf085ed8f8a2ca544505242606d44691b6d0beced7c942bf9c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:148d9d31314b0ca3dd2667aadf51d9a65cc88cd872d21d29e4c85fe25cbf6410_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:87bd671167583b8f46388c7e5853509fc9c20439c1b5f57544117fc9e1b1b5b1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:dacaed2c85c23db8c8bf2b754b958ac8990a0b0e917e4885b39ed62d08061fb6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ec4ca8db357714672338a773cdfac91101641ac1ea56905a5dba39d13e8c96e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:1e01dcb349b9e3afa77e9c217b2f20dd7c9c98f7b00be3852166c7d676dc1c58_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7a453727eb7aad288301bdce304da23202950098592114e1c56e893828b7cb2a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7e9f67b6e1c87741c5d56a3e95af004dcfb6d6c9cb4267b0ad4dd1aec7e9cb1a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d9f12bee214359955f20c9b4c0218febc8868cd47405b362dcc6ab05dfa573d4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:36d864188a182dab0197f06376c993fd661689e516dfec4c25f9064eef6db0a2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:38481cddbac83c19b28845b99fec4f4d16d46aca014ab18653c5e7fd42d7dc9e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6c5798afafe96f9c1de300cd8b709030655d1c92d03394b069b3f4100a0a4334_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dc248c02585e41245eb8e16fea646a6f1013f5257f5152dab0fd4634073fe15d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:142deb80cb8918201dfc20e0e86c5a70e704eb589681db3e019d0eed0a8bbf1b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ff7c22adb1ce27c0944f94a4994940aa6af3c4db60cf184d0865753e0c18ddcf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:09664db13d4f9022495031effd53a137ebbddc0e61fec151a26e565a02a5bf40_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:9b480de86de7566594ff61c147bcf0a6e8d5f2ac52ca37a2ecc32909e02850c3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:177b77bf798f3ae19e2b67467ec324e2352c47a2fa4f803c852cb7d5514a2b80_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5587380364defb07d81f5bb93851d7d726780e03f561cc5c4010d6cc4e237079_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:503c53ef4cda2a77d57eb611638334ecfbbe08f384e01084a0f2004aceccfd5b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:ccdfd936b1e904b115efeef06cfb3c1b13ec6fdf123cf87c9ad477ab47ea4d04_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:1f7ad22165ad761cdd5fbb7f037ad342f7b9a6f017b80ebc9775edd9bf7388d4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3ddfa7f1a01b1dbf4d2e999da0d536b8f3600e0143dde47fed1f6f2caf15a7bb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9aa910f86e4c953069c3e45f3c2db9702a8cafe753fdbed42e4c23f4837660ea_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a2751c4e48572281043cc6468aa40d2b3a8a1eef5897cef386876fc08de5d791_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:00fa00533e4616bc63471ba4e127f163a2ce06bd8546dc3fcaf2465c6c511ef1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:65d4474ec56e4cae8542f01d54006ee1ccf15c8a467dd7f784f1df806507296a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b1410e826283f79823ba6cdb76d666aed69449a847936c6c634593f31c9795b1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f3e84cda9ee1fae57794b0c60a7b32373d8a95546116ddb326751e9df0d1706d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:059c0bb97591ea1d95bc42274c6748438e32ef113039c603cbf8171ba3dcd1a8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8ff741a30a8c2059c8702290104db1f897853515bea3d054f5456a0faacd3e33_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a523a7ac9b9119290e3f27ee0b0c7a5d3cc1d8f35ed4e7aadcd6968dba6c593c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:db230edf37a3285f5566a6f82b660ff3394caa80c95276bc3992a3f45a18a59e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0dfe21d1f2ae4ad05af6aa896c0bd09417c03d2fa2e37a1cd3c7afe9d9f506b1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ae88b0138b8b945b1ad071a5ac660e6479f3e2c1ec261d80a4d7d862e94df269_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cece82ea1f03a889d37a2e4e1d81eca34a73857630b9874d05264c12ccfde18e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:e518e75c0ec848497d5dbbbea1505cd3fa96387be78d326f44094d341d1aeb69_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:4b9f7900c251da09ceb0c5e36e87322030e6fffb41da15b022e52f26967214a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:6bcd28e8610dada7b5ec2b6e14aecd9daf0542ac8528b8a1c9bec9b5c22e6791_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b4e19a3b757309f5ba13e3762e2449003ab93a1d3a950df031d0c5f88b338461_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f3745f0a10aa35a13620960671ed4e2bace1c01f0440c1cf222aec37ebfcdd6e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:10a4a0d9d6cd4779461dc27ea5660513c80c4231267cd5d5cde84626a52d8d88_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:394f1ad167455a316ded12601110de58f0666917302eee8a2933932513aabd70_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a0dda1cfb8ce56f6632c7dfc15f2d7c5251a666f7ff34fd78f45a064ed9fe8d4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d04c463caf59ab32c381bf6c88b9a55ad9a4934dab8cf66b1c80f3743edf28e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:674045072f2c791146899dca69772cbd83d8ea11305e024f697b0ecb2ecbd9e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:80d008d72e748f6d1578f0583dcabb703ac8154853cffdfa6c332bf2db662da2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b6d9ea5fd88f25c46dfaa17deec8dec67f3241a4e52ffb5b598ef77af4437da9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e18f121c2a8578ab7a54b48347a671e8a1e315e85f894ef67b96161a490aca44_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1415356cad67eea021d0adef8b7f8ac8524035a4acc3ae7080f26f8f3f7cc959_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:2f7be9eb683b2d5c65aa64a28e11bae43475f5a828e8768d468bc24fa0bd4ec9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c0f27acad2634255d689355942e8c0d87f624c269eca0f11b1fe20b56b22294a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:dcad2bdd0764804f9dfad2a4f33eb2fc105ff8e4cc1d2ab31c58ef2903f7cea1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:02dae90a28e2afa83ab4b358378b616bad7c257b8f7d6cfa2830092b7d46fd18_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3e0b68fb323e91570216f90ae2c79cb4bd35149dd62c496c39ee8fb615b62888_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a6517f52e257eefc0602db5e43fd946de57db13299d5077b1bdf872754253cb7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d6c465af092548962fe617a677d3398c6164c398602d7575ec09533d9654f254_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3a9586b7d44c57c683256faa5d9655285105844c74f728e4558c6295f73a3aad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5dbdf857d018b118ca8bae8eb52b2e117348804dae51da324225ac9d9a0bb141_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:7dd0655af57c7f8d2aed0f88a4b02ff21d849bf9c8cce7fbf02aca7d322cdc12_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:abab20e995be8b61590ad7dfb8de0bbb7c7459ab5413987562332de2c9924924_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:6f1fb02560c0dc83cb7ebbfba67370896f2d3b21835311fe5af23a06f4a45142_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7a90eb33844a25785c95b0e7332991a373e0b70560f979e8e9d1554f9d021545_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:92ac319d44a3a3d8e68f29488cd75e71b42dbc98b5898f662131f8576178152b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b8c7d5e513d5205014f53f22fddd4ab5c54e62e62e5813459ea68afd789518d0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:788b2252987b1992fc9c5d855198aa50a67048cc4d0a1e28240953e5c1d9528b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7a2a0066a38f2e52be47a1fec5c9a1ec458550d7ee6ca1232579b3fc98b7e9e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:939c609d5422bb4be66f482815c70b170d51ad2ea9bb0675a969bdaeff35e730_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a260d94b14808490a417d828423550eddd7b865035b631e9fcbb108d8eec6873_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:9f38e40a381edde4d367a6baf50d6159bab76aa34f7f932929a118960eb1b16c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:bec3f4da4ad493e8e34e5e1245338929dc916772222817e094fc0cb7c6370b88_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0816f94cceb27f34725d9c3f041003d61b9730a3c602b48b70782cf5b3887818_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:3d106f2995d5dd270eec34df31ac33f4a09dac0bd79bcd2031e9bdc35f20878a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:2c50f45d634218d512ed37008e62bf2718cc4275a9d944c845eb29bb19d0e700_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:429368ffc93f60dcb14116dd4a448f7688fabeb9a499b4b7c9c77018f4a31c3c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:48105c86a370a0ffd2c536e5ba75ea80fa94b09f2cfdf645a9fbbb62bdd1654c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8b9490cd4a69fece37aac8ced57235afc04a3389e16234c3a3f1d9a4f8a6d34b_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418900"
}
],
"notes": [
{
"category": "description",
"text": "A denial-of-service vulnerability in github.com/sirupsen/logrus occurs when Entry.Writer() processes a single-line payload larger than 64KB with no newline characters. Due to a limitation in Go\u2019s internal bufio.Scanner, the read operation fails with a \u201ctoken too long\u201d error, causing the underlying writer pipe to close. In affected versions, this leaves the Writer interface unusable and can disrupt logging functionality, potentially degrading application availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/sirupsen/logrus: github.com/sirupsen/logrus: Denial-of-Service due to large single-line payload",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is categorized as Moderate because its impact is limited to the logging subsystem and requires a specific, non-default usage pattern to trigger\u2014namely, sending a single unbounded line exceeding 64KB through Entry.Writer(). Most Logrus deployments do not expose this interface directly to attacker-controlled input, which raises the attack complexity and reduces realistic exploitability. Additionally, the flaw does not affect confidentiality or integrity, nor does it allow code execution or privilege escalation. The failure results in a controlled degradation of availability (logging becoming non-functional), rather than a broader application outage or systemic compromise. These constrained conditions and limited real-world impact justify treating the issue as moderate rather than important.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:49da4e953f3ab4d734c88b4371082bd9c6fbefd00875d8c3f0f8e58f060b6a25_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95c4abf5e354b5a324515cf6e69195ad3576383386665683d4bb8f349e558416_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bbc0c1a5769338492d873bdb15757525f69e250f5a4320d36f249fc35d57d356_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bf5e48b3778e040c4ebb1a8b0bd2aca2e7814720fa400115ceed9e1745f3e2fa_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:021a57a7ea58117b5942b474f8899924fe7ff170b234aaa301f86ff465726ce7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:37283f08df56189fd19f7052523f5eda5a5eba0096c32fc3926eda3bc9398a8c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:459032d57026d4dbb2af370f796c28a69e2e30389a84cdab0e43de4435d980a2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:82ebaab991c00d42430890eed6322e9d060c3b4581ad563383a7d13172de4c08_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:244a4dfcd32e2a6bed90fd5e452b63822af9eb60375b9ac45c1864c2fccaf765_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4eda87164b71e7c6fd8b5a39ea77bb1bbf138f43d5732c08e314369b18e2509b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d2d6b9b7d7cb72703bda76e6814e5714b101faa03b14f55507b82dddce6fa09a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:f5f2d566546e640f59746e3616b98dab55eacdd33ea04b7cff887da6cafbe380_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:21cd6ff9f8ff53d747746f2d772344a8a9be9bd4582d641a0d6814da81e42dc7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c16a9db40d92bd605eb9843f2fb30f793e9f807e924a98f58bdfe9e8ff5598fe_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f7eaa545a5719eea518c0d48a5010a9e729ca7657f95712b86bd091c6906ed9d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fbad6ec51decaf69511274952af912054493d07f8de4aeb044b0728e015e331b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4b6ce9a91e0408d0869e2d64ccfba93b8b0587c8c4514c024093e47d520b7b13_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5bab5f51374c260e261af4d094d6d834011bb00d20269e5f87c670ab2e5fc50f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:b046acdbaee02a88bc76e80217864aa8a933b4c624abf504bf40b3b5700a3ddf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:da7ec98aeffdf151279fbfd2d45163722323094e790ab1e5b14e3a75bebf7ba2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1320fee14f620ff211195e536a81bf80c41140d10d8493dca37f484b4803e1a2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:69849de1ca4d23c9faf12777ff7f26deb7eaf3026725512e29e7cfbfcb5e30dd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7ae48499c990a9bb0ccfd436de6e4586ba27e9fd4036b4efe76299aafc4520e0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:bdb7981f8aadb7c27bdc448ce4baed28ddd8d08ae1a83af66255bc70d3b87d63_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:06477b1ed6e12b1088fa198f1158cedd852d51773f75622a652220d147aad66d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:73cd8858eb6e706064aa3fb5b397696ad2a8d264ed9380ceeb8d8d89afa96914_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:95a5dd3ee93857d9e65d57257e2864774e0f1aa15d14c62765dd110807a7e983_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bf017210bb8bfbefa027c830656e83b3db86e940e5ef1f62e67fdc84545cd118_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:04441c2a5c244d0a76052a2e071d994d81415da2cbf49cdd74d3b64fae89fea4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:50caa5c63088b2cd98d85bf793eed760beae31c73d8cccc60f3c82f7e4a436f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5d302fd1e0d562fd3074aea7fda53b46878dd5c27f53b4086f43e0b60c69cd92_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c1ec441285a07891350ef5b92dfe8cdef23f963d39ee86b7c2eaa0f29deced63_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:29924ddf95c884e61e24bc38d457d4bb997c5a03789459ef7565f2350c778e44_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:865ec06e1488b9c81e370e48824dcd003c617f45198943118f99889c9a23ae5b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9c28ccab17d26b72d9ae5d65f7a1ea11bbbd2cd39076f517e6655b9a35a277b9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f2a4bddcbf9cd3c04f90623faceceb3f3633ebea89954ddd26dadad9b6f9cc1a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:0f34558006e45eb8ad74dfad87ee15c34e2d5bce5f192fb00290ba8f6b2e06a6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:a0104045a7c163322387f621af644a79ba8b3e2d44bfa4094db15fad792e7825_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:b83a1577d6d15ea51ba7417aadaf190944d02a36e1067ff9973b9b0e59f207b2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:bfeca6b1d120f47ef42ace529f8663c90e420a3d1067891268e0fbbcd0c8fd3b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:09fb74bc16d6152ee950f1e2e01a72244e43c030205e6878577ae8a288f229dd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:933bdee9a720806a6c7537ed79ad75e25ae64144eb7e738942c36b2a72427c51_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a882578ad9240c994b4f21955809f6d332965cde3686fd2da1c4bc1bd89181f5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:eb823609e74431800e5bd7fd2399e11d17ea8cf0a16a578b70f1447aadbfe8d6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1a4a79d38290e993721e5a239acdc973fd395188d4b47ef664716249561f9b9a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1ab570c571e5291796e3eccbc336775207aced63674920c7416c67fdcdda5ef1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:46f5577da7e69caa3c941ead5de0ce8e373a77348df4c9dda922319a47533af0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:dfb1568b260cebf47b31b5bc5b956dd573ef5e10f5c04bc7951d4aefba1e1c29_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6405c266dbbd8b035f0fdec36d4663fdc2e3981899fec3828e7bcac0094f981c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a0ce68bd8e54f1975c89b6739bc6d94e9ad8214df431d1c41907866dab1cd9f6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:bdac9d54f25066cf36bac0fe90d1df7d89fb91d49ac68c09db1cf14862c91b43_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d8254c11772cacaf25e2a1b24b41a7694b530246cb980ce80caa5298acc71c31_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1b5aa2a8fa69661df2b4cef49e2a8e25e20ecba84ca80d5c671d8cdc73e7e31d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:54c656c9b7ff7f7d9412253dcb0c4484233f4cbe77512b63e69ba1532a4a41d5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a2d16879e07bae5f6eddbb5615c313001ffc4b74e91849ee9c2496bbb5996616_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e37862fed49b426c4344fa755c3442dfe134922b3b5a3c80c4bf4abaea7e6563_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:04e4334b0ce10eb5402543501944e72b9230c79f470f5976f8e5bcd5a18cd28e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:34a11ddd5af5a8d2331804ab76c6319587bcab73bbafc10b6f710260e5ace5ec_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:86ff72407e38fffd121bee52ed9e1229213f5db18cf1324a08296597aaf494b4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:edd7568d61e33652709d4bca937a801a4eb6a0f134ec7866eae3da1f19a01400_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:44623a58b3a052f8cf871befe578ff1419b5a36c9f61849bdf58a15148c3f65b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:78ba410665c68a41a5adbd8422a349de2274be894328ce523364f1ec2a71be01_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:823e1e9e7e7743538180596210828b19b6e3c8f435a7c792be5b945be76d9956_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:eee0084caae19613373c30ac9d2f25de2c202dc83cb6b3077baeab3b2ca89c26_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:17d193d080ae253f4e43ab259c28fd84f5f738967fe2ad4b6528fd42dedb86e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:36ed0be4ed17c503bb07435b198cbd5e255660bb1e72ce49db7ccbcb3ce92a23_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7c1aa77f92efcbd6fdea6120c75e2cb19985aaa2cc48e2d4d3d4ecb87df0d277_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:d6dac5da24656ce0a1494234b06783b5e4ef052c0d283e66f881c21d1766c51a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:380b5a968a30fa54a963bacfc37767a01f6067b6290fd2d877d6b1943a7738a1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:6d1570e8f771ef561c5ddca5410cb86dbc94943cb23b6f96fb2dbe5b9a2f1823_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:7a9f65149b802b3c2ac4d2a96bf53c1dd6eedf8c5fe921783962197bbce94207_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:a99a994a160375e89550347eed1631bb0d12bb4dccf7ed49119935520b744235_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:22b6a40bf066153e072a2d22e48032b91a7f70e2de0d38b2bc5665b72f5635ca_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:499dba655c620472ffee2c73f5f6c53599dcaa8755af1ddf60388702041c6cfa_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:9f82e685ce4849aacbc315249403939d8e9fa55ca297ec0d829d445a3133ed9b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b11b0fd3272461cb95d4f3c79c5c1138770085b461fb8c64c5f19f3f2276abf5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:06ef27c670aa46891c208f0a1ce5be98a92a321e81865484c17db725d6c48f6f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:50187fe1e5905226e869fe96d050d1fa6c91c0ca9f360456030514a0f3efa2a6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:828613cff0791cce90feb1abaf17c31f8a89e409f605d23ca79904feaafa8cc6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:889a2f9b69467f174deb05d9f57eccfd85e8f6e2ce2620a3e3b5c15019a108c3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:381cea76282031f4a018997a2ddcaf6222576807356d45ab3357b52a30f6bb3c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:604bace7f2173c964ecf1b54fe70fc08abbb7a39fcefd21af752c7a12f6f5a31_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7acae5b318d8162c7da445ecc28ed374eb1db0a92e3e6136f1a3d6a82bd75495_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:df00671b04cef1d122484a876880dbf4cc250c63730537fef7e1651b58f9a9dd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7246c15cef44f3945840162c1dab72daf8c0c4999345aa6ba148dd34597f4ea1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c7fa305a0d4a592411905c2f44a8218e25caa39e293ba68e1c84458683c93979_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ccf25a1cbb0c79753f4049cc37fafb77d0f8dbdd896e4cad7e9674877dc84589_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e1ff850187bfcc5e53338ee32678873692eb81a7bc72c5d3a928722571d312df_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:bda6a57c2ad84239536aec6a20a9c37fbfc7aa13c994647427936bf0b3b3361c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:2b26daa64e5d4151cb1cb91cf459afa93b2bdabd2b9d5d28585bec72484c0e63_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c2d77eab011a8025098e1254c384f83af4f7e0d3ba9e6d2772eda689e644b036_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cdf9f5f665881fa0c5a2f3c98e4c99673dbe8a92cdcbbe6b80e9dce09f59a8dc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ef4521604c721bd0ae8a4b822ac9584d3c7c8a80c5ecfe263da6ff9500d95ba5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:29a5ed8364575efa8d539b05c002e8b82cc57350d4c015303b4fc46b06903eda_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3751262aca1a347b013648e64294520615e447cb875b1e7c04535c9c5e843ccf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:5bdc6dd4698facc8189308328f6fc62ad7f4a3a5bf8c8a5775fe6e966eb44eeb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:e4aa456e8c865f66105e9f1828b455bf09d80960759209703df345a559b36608_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:74cc690a06a3f7ede74550b2416957a6318136ec7b703de33588122e7222eac0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ad7055ad351c0c24582721dcbf7f422b6a31290104530458e456bddd1a637938_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:54ff1a36ba796e5b88ae421a3836220f5774f0694cd49da8aff5f8c1efaac958_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ff8879335cb7031227028d3bbd5ae3c882c721871a28a42216fdf94885cc48f0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:4bffd0baad38d0ea6f54efb82701a6530eae707565fee41e2e65682a990267b8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:6381f7fc63ba688a5514eeef31d629e8e6cf01d6910f29f7dd38cc48a49f392b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:6792be8aa7640d171ee8102e5315ee2cb5e51af62f7f9ebdfbb0b54e89e35cbf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:e168e04989169bf67e16af77f602c8d762b1ef424f4abc92ad8ef8a135d6fe69_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b9e9f7cb5894890829532f10dda00d008bc5745b999b76daa26b5667e00e0b87_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:f8ab11c42ded9679807701a6c9564ff67b13ba875e28cdbb7663d9382f8e194c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:203f1d7c4feca08547dfa923507640370e669f83029fcd373e4e93461cce9421_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:8b16e6a9162b06a6565a48f4b05f3a1681f9f6349278d4f44d93ebe60d96c566_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:ef131d257bfc318cd0071ea2867d209fd8088da69e92fd3d07bce2b86d4eb2f4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fd5a0222754643780d37e10af8b077bf257b5b4be2abfd2393f0423a4fd4b291_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1f910938470138dfb6656b608393e46eb5c59d76edcca34b8bbc7148f2479061_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:71ce3309765f3dea75ed45541065b35f0aeb697d59b013294775e84b780f361a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:313d893f24ad6f2f8c7881f418b9a5e9c499674052a97434372d1d079411ffc2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:93bef2950591dfbc736a80f6a92659b6868991040450c5cc415d32e225177512_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:9487390a62cbea3de31fcfa46d05ff56a9d088426101b056254d0a3dddd6631c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:d4cd54fcdc26243209c918dbb1dc54e940965cd12cb6d05259c0ed45e3755516_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:2f9449039570a38ef4191b3717a9597219919ffaff87b645f06c4daec74a3cbc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:5d72d27d9247c2a9ae05a1e496eea2c264df19be8a566147cf5cdf378d82ac4b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:2b1553659b6cb1a4fc9e75dca05c4117d98894a5ec55a650fb60a2062cf1b79b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:35d963f072ba8d1d78380c48815bd2d06dff7f1917e493ca64a37d319988e6a6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:42870b8a98ae271ad0f0b23ad541bc37a9585e93dc6822f149a0bcf53c78036d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d797ecf477151c6821be3fb5e18dfa8f8df04233fa9f7da7b554da9eb38f0058_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:27d55172feba74eb9712fdb42300721acfa72e5d3739feac7c4353f8a36b4b38_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:5bba9f8444a0daf6194a6eda5d1b027781717446435ae4249a558a31fe17e06e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a8840079bf9bf05cf2f9c4a7f38bb45b09baee82128d12df604007278fbdb198_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:effc3a9f6c7bb400163dbda690d84d9ef4d40736105a2594209efa8c0c5dc80b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:3b6acf7cf4c49d979d30049d80bd265e7e8f17331648008bb4f9033822ed0a41_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5b377378d275c0a152365c6dcfa6e5f51a30de20210991ad8a4b5c45654cf022_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:855e978f66e69d149f00f5cdea64c68b677a1f2e9e1c28f3f67846bd5497ea9a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9bbfc2d46e0e771ef7bf390e121f26b0dede58ac0ab6cc04e7592469a78ae5c8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:101533b9ac484f5e8c3f1d95b742f3596fdf42d6a706aeca5712648ca50e8ce2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:2918100b369a980a69fdd9d0bc0fc7c898bcdde23f8ac8c9a8a22066f2b1d87d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4f2d8d750ce5932589e4c3b10579f00da60407a89be1976f3b54184c997650ab_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e7b4095c367aa9811dba1e43cda61f60b54b9536d9900990e7e6eac745ec7ac9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1bb758a596fc11988a09a696981630bd00a73dca7c4ed52799f722ef87db6a91_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:50aa9b6ba005c3f004568e82cc73eb56ba6342720626f9a35eca618fd1ac9cc7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:982fa1221449a4e78c06e6a13b7ee325b8951a8a04d0014939dc49b13c6ab79d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f055755224db92970aa09e26ab84f8f8c3a67c2c8cd442eb4e7764e3474d4613_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:719c8857fcfce93887b77a94974d418e3bf19befe0ed25c5974bfc7ed53814bd_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:90f04dac670c4d0c505cf8f96d020c9e3f4c0747b91dc2a2531db407ffdcfbd7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a921b1d40f1ebac4edf1d6bbe26fd7e39329776044e17d7f2409b20792acc271_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:db281fb5bc3ccd949d2156d7eafe5691ecc317c3e690f9987436d8b4317e6ec0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0a68822ea4fb06b74890aebdb694cbba827a5c1b9519b5a4d2086a867464fa2b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:38a4de43972a5ae5404ebc5862329c0b59ee5a6c72b5e3fa8be3171ad65ec713_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:dc970cb4ede420e1d131a6146d256269ca6fb34b633c17315e6b202723765bd7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f47d18b4634f6f675e50f165a805f33970a038843dd48fe8a02b3924fa70e8f9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:6731876f6a37e6e26e079b4d8901f7bdcdcb6f34f8f27c850ec813ca5b3a9543_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bfebb3f4a3a9476c2307fafdc5ec3fe7586c51dde9c5448fde7d34e37e2f45af_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c6b9b4bd2d7210a42dda555d8375807bec66a4f8693fdf256042b49b3f0130c6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:eab2bb53112191763cd944b3b13cf750ea9390b56d7d14d312183ffe56d0a394_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:3ca197c0d720c1314db2f36fdd4f1fd81f0b729829f27b39508f0a6e7ecf7bab_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:475e121c7d6f480d7d2545252a7b59510a66cfb609f586bb587595ccfa3b71d6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6cedc3acc4032d410aa6c0142de17e62461401a772a09c795371238dc00fe91b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ce34f62e6953d64b6566905934afc4a1f5911ec68483f5ceecb59d187e37a955_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:2037952b4938add2200b79534d571adffd95bb0c6ce04e7ea4a6c0ad85389771_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:698f43ebb93c00ee0a916be218a7819d0a402e32c12724afc51f2323c26d541b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c247cff3341da9969055ddef313806cda81c2dac492ce683d4abcd5ceb5a9bc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f12ba7fce7d3a13280d4bfe412b9b54ca22baa52b90be0fd7825ac719f1de068_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0d06e661c793f5524b749bff4124ebcc17b7acff1b57a672064c072dd7b0390d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:484c08c7c512dfb681137cbf0cdd45f42ed4181a690076f6dc6920724687655f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8a100494af630b1dd1ac3e0a7c75fba4853a1e7471a0b6eae2f7d6b7762beeee_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c9329187e9bde81fc4f0b4996c909fe4e9354e58fe353340600532153254e5b4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9143250b98cf0e2f2b3ec33bc25a856d0b2dd432d1994740e639bde2ed1deb29_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9a7f2845529ffd78d9193a8329bd1761b7723678b83e8d5362aaafa657c398eb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:c6ef91fb95bad775d172019ab1b5f9c275c2302f85f04c0504273be57eab1989_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e2becd018c34a7c29e770fa329cba4f1a371d4b089451365abb35acacedbcdfb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5279e457358edeae97e136d8067f05d60b4b806c92e687bbd11afecda4840eda_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5d76a917f9cea787b11ab23bed912261cad050e397769c94c1b70cac389c48b0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:88237cdb1714ed0759ff8c96466010145ff8cfd60a7dd3debec25e3a2b33200e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ff62706a4904af960c4989c87712d896b34265fcaf21ecc9500daecd03561b38_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:15ddf484307e3bc53f165873cf04ea008f4f5720effb19e3ca1aeabd9fae64e3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:28a6a3b04348c6191f58b9b0a700acc995d5fbcee3cdf1af5e34dfb0a15918fc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4933a9cb0be09725767981638b9139867cad6a26a228701ec034d45c3f7da4de_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4b571bca7d279192d7095a9d157cdf40f553543b6a39658919bc5920445d1177_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0f18441bd2e164906e7bad119d70b8f5b9b47c1596d58b6d812ee1e2f4b6c0e5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:77df277ba08b5a6efaf78b4ec5e59a7aca2569e00e7644d27e1d2653d80d150b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:afee031de2fff6cb0e07995b5f6c4ac83ab4cf3b83f23a3931a4d7e15a512c1e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:cc8b86ad3d080ab5dedb159dfca744ce669341a2491e5a0bab4f59e3dae9ed7e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4a76171907bffd3a94e149dfabb6170331e2fc0a30f3ea7b8eba1cbe68e1fa80_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:62f935bfe570ea83e376ea84589bffcf0b99d30eef620adc813f72501d982705_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:75a992b3a14138492b585b3500a6b6f565c912b193834fa562c990bee8115e90_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:9fa46e30f86fbaa943f136733680d0e8a668df1e04d1bcb71160b8bb795a2df0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:58b7b6502847bba5230e65e90a10350d8cdfd331f5656425dd2f310e3fc89cb5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:5989d793b9236bdd9dcc1df6d4687a6e0222590453a5e4e31be75d0414c28056_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7e5383d64b25edf87578b2cf05de47d46fdd2fb6f1f4db5146ead38c887f36a3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b5b9266258ab925a7dfd33b86043873af4c0799fc52befbc476f875dc44b810d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:100d472991b3969275774576b60f5ccffacabcf89eb52efbb744aa441cfcce99_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:9a6fe277560deb4c1c2f91a1d56678c5956bc9ba958b859eaacd371f8ca753f4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a2d2bb9ceaaf23ff8430662ff6b267cb36848b2cf311bddcdaae8e33e8736306_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f71926ca5053134743dc906e1c5bbf2fd148acf50e44916a936f3a8e98494a04_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2dbbc016c4e06676f796ec4cd51e68c11c96bcdc41de8dd37c82c3c5c0825cc4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:444b74ea4a7a8a664746757e4417aa7e0fb33fed32a4755d300e14a49afba481_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a330cd288cfbb99db498c3a7e7211eaddc4cc5e39b6343fc6589b958c6ac44ae_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cef4f16962b3d71927c90e2573873495563e3144b6e3e814acf5a220f1b27193_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4d6edfa2e5e9d6964a5b9483989f491cb5019ebe9af55116591b321b499bd12d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:62e2bae1dd93787bebcb5f1b58499693f4c6fd620edb3254b776494d2b5a55a8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a514202264b03a6c80a02e3cfafb7c6a86482449613b5ec0052d1040587fd088_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ae40b5055051c07b225c15723da95953a6a7d2dc6dfec8d0469d6f857c8424d2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3882b19d141998fdfd1197856ec7826be00034d72633396be628002953fc94a7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:39282efac8310ed389b4acc4ff3aabd6367800953c1e8fecbf17926306d1f419_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8df02a6889e22a9763b5c0e7b6934824f682f4683f2085f82dda54de427ba28d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:fd15b8944403c78ee3c0fcbe08aa5ecfcb7b10c14fe5f1a20ba4873295879c8a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:011ac49df806c01b3f64fab0b3d79355b2685c8fc0316653f34359b451ef2ba5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5929d673c5a6a568c88e13586278da184ebda4c9c5a9a4a1f9154ad0e66340ad_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d113138d214fab52ec3422cd3affe8d3694a1ec30b85778acfa8b114ebffdddb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d91c11d262c19c1f020e9b53da07db82b6d68533f4e697ecff6c722781b4a4ba_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:5865f0a925e725309c27dc1d71d0dc999cb01b4fbde764ba8def1524f978c0f1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:bdbbbd728c482c0c5b5e87af470856aff0c8264d3f490c8ae9d987f21d5bac60_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c1230c3643979aff1e615e1de9bcbc758c31f7508b9a3b25fd2eb323eb6b2490_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c7649d6adc16287d38318b6a50107dc1d3aee2e842a19e09822fb86fac31df15_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:70687b2657e8f1cbbff110582b55f3104d0c7f47a44ca1185a7f67e421d76a17_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bda8d910934ae595f8a53675c74094693de8e0a929fc7c52458b2a9f7cd0b4a6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dff9eb529ea868114b0f46c60f4014b429ce115b0ce949e6855fe29d9270354a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e56bb2c28d7ddd2dbac95451cc16d547718b651532ec69c85e8f0fcf5785d002_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1670745d88d0d92a262ab445f81956e894ae5e9b23d490fab96860957c028771_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5cf3f4d1346c07a4e065dad2df083934591b45c714f503b5b617d470e87f1db7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7adc722fdef132557c191e026fdac56278584f6e49f3902179fc443d87a4165d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ff467f13cb09556eb490743f878422fa2493b8bca683b8759d7926e8af97dace_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4030ffce9d00de08b95d660595f0f67b2b83756ced6c6439da14d36b0b923729_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4baea4cfb5bc4a7974f90c3bfbb25e23865b659fd078ec45b4c36ec0d11b78f3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:829d8937eb34548f09b89de6dd5a236ae58d6f74501f44c929538c281a8be920_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a7fc85a92b1d5f7f79d8a8a63e6d9bb4dfc66383ff175fbd956deb1de3127fdb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:78adc3f034871d6d77793932d11b1e5f4b2ff3e1cff0385b44811210a3c84dc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b836e8f7b31ba9c107a08e3be1cc27e73afa4045210d7fccc817c6058671aa67_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:cb550213a7e8671953d5b880c0b651a566be475a3ca0f5b442a2fa9b0bfeeb1d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f727aa55c29332a39fb4e74013b9cc96ea5b32c9cfbb7cbcd79c7031d1a6f44f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4b1f00007dc39d345013c99c38163e0adc112e5eb81fdf41e1acaa1e0064d7f0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6ae9a652c5693c55ceb3ed91fbac054d887142b0f55882c776e42ba20d1dbdcb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7ae4ffe7112d35231314490c8d02c6f0947b54c240ace11a87c07dad44d5be4c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:934380eb6ae83360d1e11f709c58d18c2e69e04b3246a02846f26f9879ca1edc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5580313395048ffe3d874dec574f7f1f1f21cb84831945de53a80856b4e945df_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9bc152718354bb245a765da17d12d0477cbd15d7eda5a86b8c5b1330287fec4c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c00d2c84a5f8c5f1c674d43eddacbbac05782b81ab98cff83b606c35b46d18a5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d74ebc7fd5b30afecc3d9f61ee6c74b2c0f8519514c5614ddfbe9bbc68227509_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:84ca4259de3e923248f7d50c3adcea713871d3d2da66f172c25dd391d22a3bb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c6381254579086af7ec69a4e610680fe0e532a26f7ce202c72d047b89e0db642_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e0eefc7f55d25990d314c2ceb50afe70f7746e467ab7a409fa3d1b44708d9ffd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fed1fbc1295974647bcbad55e52b199c2d3d4307a3e53e4f8b1db135df9fd8f8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4bbddb6ff2f7429b2f5730d4a3f529b80784f8e42a0acc025e78713d703a2efd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:53a0ebb5fda619248605abeda530cf37fdb7ce99e7b7314cd5bcef2d8d8b7004_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5e37b117f72cf1001bea772e1302186d8f86c0980534b7f359179a5e6926c448_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6891d22800cc10bd8d773d471bc71c4db64460efab4b30202d42da1daf61a3fd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0d1bc6ef87ea978c23ca7189fdf17ad0f54a5f7709a75a25d82e7b84ffadf984_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:107f2fcd3f606044c570a980c176047870b304f3212df747995f6eb8a45749bb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6b6e5e25d50219a95d914df16c1c4e761d0bb45a9efd054572e54054f27a6f0a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:dd60fb26e79143000563578f9d72e3bb7cdde4b73dfdfc148b27942197d3be51_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:053d5fdef0973f6017991487843da7a64f8a346025cf46a7c575d6a4bab71d74_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:26318acd09b8263236b4d266c735aad015e3a4b61daafedf266ef1115968f536_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3ed5dce28d62c36a87ff35dead5806fd124a187e48051a0d2b550b209c9f6302_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e06c4933f2806bfab0f36ccdc159675e5fe2a6a084f98065787d304d5df3b7f8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:055b352bfb76de2eba0b9f0d1a6bca199c6e913e8e95879e991c5fd22095c677_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:16e31b5411f5f1924cbcf851f1b0463302a34c31c5c515220923f7a2050c18e8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5909f73afae46cf2ad00a9a6f1c38d38acc3ab00a0b97ca419110492d7bcab7d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dbfe981d5b05078eb1158624dfe2f0651cad81b92aafbc671cb6470b49bbb89f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3b166e5b5529c407c2f8e372414d043fc617965696c5a869fcadfde2d14d716d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d3f6483b465851cbb520810069a18136af80ccdf79fc1ea80ddb4687ce685aca_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d7d33c165c3d0cc0e4924e8c8d34bfbd1d72e2aea301e53e4b37b712e94c06e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:de5e8cdb75cc79630290f83ff179057d25bfc11d37816c57b6f66563eb3a2732_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:24abe1e6ee078487af8ee8bdd5dbc267c18882078a7987fbd63728dc2b65bb75_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:552d01e66c6b2fe59104b8a9f3e1e58fdcd7b4d4cd63db42883ceb119ec0ef25_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c00c3c5e7e106cd6527cec39e5c3fba990d1986bfdcb691b866db80d59e5f82_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bed1aeb4f58c045644650615230eaee03336daf78d9342022786c12f29da670d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3b213ee7154fd814e8a904c3a161bc16ca7419163e8132ccabab76821c33b310_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:721efd9cae7cd4b43c6bd498064a6c427fa32d0ba848f8b0bf7670afd662bb18_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8f5f0f56604ecf94768262496ba1e29073e87ec16aa8f434674b308bbd00678b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d78b1c13b0ef255bce1e19973bcbef04d40c517301959a7f23d23613a95c1db0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:650f0e2357f8d302f10ee0a628868f985c5a8c8a4e6af9e6793a9051b33205b9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d5a3ff1bae3686aff1781b5f5f9e1a7966962b88a1e84ab4eb62751aa835bb78_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:db30f78340370f9da03fdee73445b72160c35d83f44f708d3a62c9dc8e88bd46_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e88ead481c18a7b6de8ba7f609a1782e45e1ce85f2a158f259bbe68a9db261b5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:0bdbde169ecd68d82366f3d04f947f73715797fae5c3c4561e7bda5b5080dc3f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:1d45937273065c5cdeea502fa388172651fef5a607db33ea72c49f2a50b29b94_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a562490081e5dfc0fea7306931e2dab3fbfdf76cd83768b7a43ea556aebfe4f9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:dea6dd04d50bc97f9e61330140f61a7370e31e474c26b3526e18b0ae8ad56c41_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6ff785742b50af7f2a15c1dd6f38eb69e9a1a20cb4bd635aacc57a5557dd1b4d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:d0e6151117374aa602349bd1028175b94eea6f8386832df622d56715cbcb675d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e8fea02d42c9a9b8e9ad7642d9f08d705eb6e4b3e3681cbf6281c7b8b3244ca2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ecac534bb32ddc645101f6565521b08fde95cbf0eb2b9c6b896c83ba23e8b6bd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:55e0877d1949d009d71821f6779aa9ee90484fcccb820d53bf53b90f7d412636_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:775af20537e6f4c84985145f44ad1ae2d5530ae06859c2549d1d85a2e4ac54ff_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:a1b02b9608eadb4388dc13fb5ae55fc6ad64788f93186872c133a0ff1f5ab487_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b5d732e8d36668226255dbfeb389994104d83ef2be461079b66557bb20d799f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2e983c69ea6e29aca4f36596a0c697c2935dd1deb08a4d3546aaccb4e3d78ae1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4ae2494b702a6c7f68a65ea730f6df3253ffe78f2d178b0714fb6ec04cba5cc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b1133f78075f3364ab85142cf6c8457820e2e1f31a5b0750585ee1adc1285ba6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d41fc7e76000bc1b4016bf10e86fec44f551b127e17997fa4bb13420219fb3f1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:25acdc169b3860a10f46dea8b842626acc639aec950ca7a9339e96a2bf1ed7e1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:453bea2d5f94523a88f37acac9edd0a8d921bf79409a260386fa458cb18d13b7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a70ced1330a4e7a0a7b81bf6b19b3346ad5bb6e26398c7f0577994d48712b2ad_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c2a6ad45ab46c0238429cd0ab59bf169ff368bf68750a011f481208e56fa0268_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:33afbf29add637cae8478b8e0ef6b3b465e4ee53b000467ec34fb1f3a04615af_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8056eca30416b0b93270f6c92d0fdbe4f1cfbbd6258e27a746cc379a86b6b8cd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a06dfb4e75cc6b0edd836cd59035095135503f35a7cbc710ed7b0e447fe256f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a820784083ee32f544efc474c7ded798916d1f077ddb9c3f4461de48747f4c73_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0ab4e11886c642fbcf7560f780abf9046b73dcfd7dc9cb0f086d9e62f87fb271_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1283ae9261afb1293b597a8da40611cdc1980b1e403de5d16669c5b7d2527dc7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:89ec13946e699f6589c3d235cb515b92ff48d1d5fae8e7892279b64d41b74511_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d08403f8114128e063826ee0cb3324bba9f027d7b2feeb6f7c826c9c4925579f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:2aa0baab0fca2bf6877260b871b3079ad96c37034e6f3d0a45cea4118cca230a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7f886a3942b81b3318e288602c88de802278bb77c5d11ba758f1d86f2f028abf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:940d02c46f06fa92818dffd1842010b652856e09cebdec33e0f0e1a1e9b1b5a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:cac82b041210a06cefe512e89c5755e972f6e125c69a0dae87e454e259a3c08c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:12466469754c88d41872c1a061c1eb4349cf565b5fb32db651f3639aff2df67c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:af5fca0ab8a1f5374caea5b38486cc97c2be9d884a55542faeaced44a4a7320b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ad60c87d6e05b51b5351d2490538c757547b43a679256052b600e3fe8e80a594_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:e8372026bbc873c38ffc2c7df35183727596993dde5663ec27a2c2fe401e04f1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:736b406850af746470b1bd5dbc61fc4b166133e9cb50aa528dc1210b2002d469_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a73525cbcab817d0472f544883106a359b9079eeb1d8628d8b0185e450662361_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:84664067a273cdadce55bb8531916e8d8edc7936bcc57bc2dd1ecf57adb08c06_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9a006a111625f85305fbf3dfcd9a62592357a6a282a1c8ea1edbc48b2ef7db05_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:adb84daa38497eef3d89a9b42fbb22fc04e94f708db4f1f02de21dbf099ef788_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:f81616fe8dcd6b63df308c58bc1b696f9b3c488ebdfe00d7985026b10d083de9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:07efac034de568e79f6ecf97f924fd5ce7104e9259d90747cc0fd3e0a7bf4116_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0bc9b2b997bdf9bd285382823ebb9806502664976c2dd7e7b0d111df7717e77d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:165fc1e58447c7bc9febc3ebc74f90096c6e48986789d4e66ff6443f1d30d024_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f516ff3ac172cc08e88f25a0531a3784ed212897dbe0b05e04dece7d62eb977a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0d455e21bddb7ecd4c5b8f077ea96f046ba3183d17e3755ae95f8cd112a81179_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3d291642757ab1bc56aa6bf8b31b383a1867b06fda7ec093daf361e3bb082624_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:91c0c9cf474e9dd3b7dfab43e3e651afcf950c183a51321a586d5e98e3b8dc82_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:ffcd35b620a75ac1d121b826b37ff71f5006684d9222c440785f06fdafef5531_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:56c2e0f91eb13a89c48ee5ebeaecfaf87dcef3f85bf7f7fab37e3cc6c9b2dd10_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:84e22659ec76ea69dd31d0c6bdb39b752d4e525e7425d3ad282c3ba5c16c19c9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a3669bd8567383f9e15755e7640b5af4e796ce1d6bec3b6f1139645b656f425d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:ac7eed19416dd31a76ce8139a4c1cc16f2201b1dbb1c884dbd20fc5a965b82a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:44020a87c575f01d876bcd559d0b37bcba2f5bb4337a4f0f40d65196a407910c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:7272870ff2a94fd3c026f3c3a4e985a2b2eb5c47dedebc00f2cc25a496ec3e90_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d5e64fad675db5b1a7fe03720a35eef4ef6497e49e928b7cb0a38ddd6fa9187a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f4d0e3f2751dad9fab70a9080102f7c0e82a784e516f993e1e84a8561c33204f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:174b142475167275c428eec2892e91ba557a1783a128749b9516911a366ef54e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:52fac1bee10c7847bcf6f7dc9f027764a183d462e46678b5b9aaac9611cfcec0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:874a6c39ad36a55efafc0b690d17aa4eba8df8f30831a5315a198e692e405592_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:af2f5f615c4e9da63b09f2b9f52ef632dc76793f51730ee67a96d5e99118d552_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0867d20104c147d58a3e119c8eccd725d2b5311bc563cb4030c18714e085c80c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:12bf752f4f8f0929752fee39067bab20d3af32f9d767e0eeed2cee9dc9cdf774_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3f0993acf410b536a4c2be24d23afedeaa6d4b02a8055100cddc37443a619cf3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d745b47be21fc6b98e8b1830c34e951271362105d32704cac1b1a796abddecc4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6c539e26ca346ca83a4c024a374f3874e858602b71794a1709b8a08356744b46_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:94e6571b95628469dd361c3ae5bf4bb88bdcf68636c0a7a6f007a19e32216514_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:978722d03bd0e1eb78e35c188516d960ed81c8b47a66e77ec7ea465634e44536_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f270599d2857493437426bb7ba58ecdeb0933b244b0b5e81d70be8f06c734c4c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:07f5c5ba5313539cdea53ec438fcc97c698df8284bba4ddfc6c7af4403873362_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b93c3b58e03d6fbfd8d73f6f0966ef5d616c0da0776f516ec826e4f5e0d4bf1f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f5aa864ac9d9a3e5c0a412e9bf6e22756f6232713e14fe4194f61b1a1c1ad52c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fa3603fc128be2cead70ffb3b0b0b5c9520f7826bd46863a86b1853e62a998f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:382e4343f73dba48761c24841e45aabdf84a7f4de996be6515d8ee7c3e728c78_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:840f25f86e1850623e2929597e072219c2119b08acee3b81e8c7aed1b92fcb64_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:8f9eddba528ca5e8cc40717ae9f30253c955be657f8475a1c4da66c257bd1729_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ac7a2fce2be014fdc4208e98abe50329d0af9b7f7af98fd27e611751a413b4e6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5ad568a42fb0d0f2b78702929b75ab8fbb41937a853b4344ca990776f48ff85c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:821c5edd5f5ea9fddd168482dc437c6eec19231d95854abfbf1bcb150cfe618a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8932f2fc5e81fd7165d50432ba8994896c9ac8b323d5cc798872c1770133eceb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:df49ea17391c34a0eadacecb37c7e00552af8aca3ebb648f28f3f805fb79495a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:58e02752411f5bc061c8dd98bc7dfeb17780ef24ba8c65e590e4d6c5213c267f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d1c95fad91fbfc41da5d6871fb0a3c07d20652b5fce3f010505afe0d24c1977a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d6bfcd46424e1719490ce37bff728ea278eaf589e052a90b3fb30a9110aaa298_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ef555584c97654b76391f8e4d31bf0200fa82222b3197ef928f306c8d70f4881_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:520b43e0497fde1deef41e5f9e51448fde032769f433980802097e1e4216fb6e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:de2a25058c3aaa6f98e80870aca51d8bfd16354eb2da93e7498fc804825babb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:fba545c7b9accb5be03b9bf1931c086a8da8592e3ddc9b5a9ad6d798229314b9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:12645a5f47e54e3bf3f0b0863c44b938be5c42b22f695faf62c8d918cddb03ac_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:529d46e40fd5f6de98cb72dd8704068e3b9baf4d3bdf91feb9c19139bd74c652_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:701028c843123a3e4250731e216eceb647411ce685517383b9a62b5af21c10b0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1b7392f3cadb8ca07f10d5681fa33f6dfe61f895e4a8a1874bdd5aab3543f67d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:693c125a5f2f67364d8bdc1a5e7abe959dd46898e7f46d5b3756746cf598e135_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:93f4a34af9c198e4baa449f7ce0e1e0936358afc725eafc3b8118df3d92d2b44_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:0e4dde634359042b67bcc5224afeef951459167cb8f36cb6f262719308f8ae42_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:344860750b6a6e567bb1475f68d18b19d6f79438b767c351c850d082648aa5b1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:efe1a0fb3394a117206bb1837b63a0ee828ab5b5d30dd7c94aa88afa04c94c2c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:afb18f280c123c44f1349b80bcab24c86d8933795a0577deb13bb651019d6a92_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c865ec93173fecc00d843737009627ba137b7cabcf8337ea7837eb9bd993a601_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d172695ad3dcae4be122b50a27f14c6cb0e71357868ebdd13336cb7315122fd8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d4a1f393e7762a2c7ff12fd634077f5bc5bdd224d7791eb7929d26cd16047dee_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:01050a4179625f00151e478a0571e64120ac6221fdbf32c969a18ae9872c9574_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7639b8403341003825286c0fd45ab34d815585e8f4b5b4d1a424ccfc0292e017_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bd76fd61510b4714518ec5191e315f83feb1f47402e32602b061a0fc09641c9e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e53bc4c7a3fa7103778bd3f7bdc4b6be4b5e6a8450e38eee246caa75d9f8f44d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:62414e285f1e4de212e28bd90e5eeb60730324d54a317434565bad8891435168_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:77dc7d2bcb0cb6289f6d8c3c3f4ad3c01b9e24b4f6969ac666a888ecc8a29981_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:7cbc05eb0a0d3210e378d08d879933d905565224d9a6fc00e3bd1a9ad6782557_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d195bea4ac0b3ee073418a3674535525622d9b492bcd1fb0448b8ae52ba262b1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1440138d54ba0f09184f96cb79557548c3c9f19089bc813f433de28654cd74ef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:203e3cf52680caad6f8fec2ca1c7c87d45205ebcb9e816fb188e74a5bc7496ef_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4ef6d0725b69e2867c44e7d7ac57c820b759a45c491997210fc38b346d7f033d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b1ae4f6e3577edd7fc9f6595168857af7fd9c08aadbca1642c2f9248205b8c42_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:2e494676f33f47eb13ce2e3675c8e7a3871d5d1b73a59b71623caba05364196b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c8183043eac4cff3a7c17a9de76a4c9df725db694f411b19dd64923d1de68551_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:c7944fe378873f5d5268ff872c52ca08908af41b7efa03a7032363c11af633da_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:fc53a478ba64c0557ef8de93faf1320baab34d4bca5f50bc8f74d4a8d3a86890_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a5e04dd92dd9bca8344f741151a5756e28fdd197e2aae26c13caf2867ee6ff76_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c16e427a9ffa0ef24fd07e6a21ff78a63313d5274eb3b1180f7c29cd1a9d11b7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:31630cb5049add8b683fc6f3de6cc20ffc530b72d45daedb84cfe62bec754591_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:89a876583624410a9d79c1cf83d94a9a7c0dfbd3ad70228ea985e45b2ccee9f7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:dd8a443d71a973e30574016ce343c19edc1872c63ed46b5f7023d304b9c4edcd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:63a52e5f035913f64e82ae6a617273abae9ee0729316d26ed5d4182ca0f50d11_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:754310c0f797038ef14c3ef9ecd934b6ffaac6ca60b755894212854289b9f405_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:49c4861778e7bc4f5738ff0f5cd5c542e9fe75c33057a4a0806b03ac75d76ca7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ce8e1af1e3f7d331be7a366560b517e1fc27f83f1382ca6a69a1d9893f260fda_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3478a4d3a1acaba3cfb3f1040320798b9d0b419a66b07267965d4ab974a3b440_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5db06d085c31aafb3f02c2c373b2de6d93c5fde72dae55d6de90f44b49b5770e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:634d04ee67f3a521e7b3cde560084491908f32aef4a89a1bb7d3aa0ae119927b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7683407dca1a355e731e277631b3d8522a3f84f1de664829c3b15db39b1f1ca2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4ef1395e47e1898bc84155ed4b4e3e4c72d08e4e7f2d19d9530d889fe0ef6b26_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:63631119f3411bf77ea1f622d77ef96434d80815531b046efe5b297dd5bbfffa_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7ee73740b3264500f062e3863e42fbd98dc3895f17294450fc90d992d2108d49_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:db28768861f567200cc79639eb01ce8e18fe5cb8a768cc01d3e23bda55431c75_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:09ebbcea16169b9ac863167c0e7f953717e92f75fc4c4e2bffa0eacf84519907_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3118a7eeb28d8388a06731c7bcdb5eba4a942b9c91a84e595ec0fb49a55bcb11_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3bacdd4e5501902865eb31e884646418bfb5fae90593e96b06ac0b7c3cc1cedf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:852556f6eb96442354f0695d6630e2798e19e31a5ada2ef01e3ca2571a4a40c0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:59ae16e7b7d2bc20f34b8bd1dcd7cf8d8d7c201b0f78e3165b11a592d1b08597_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8b68cda23f470048944c164b84fe27a5fb6a43fe739537383444c28cae451035_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:23c8ed7995abda7f87fe4031843205f3a99a0c57508c6218291762a60907f5f2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cca7e231ac39da3a210859c6280ded3a4687620493e3a3e0164a403271537b6f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:054a0d12730620c46ee6209bc9932909f653d0b7f796682a0f798ab3ac3b3641_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3281b909de7dfc5bf3c746e3e8ab05fec49fc8aa83dc8156e616a59c41ee923c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:d5efd9212ed22c89067691796443fab0b28bfc31cea94bbe636a4759f2e88521_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e0a34a88a67409e2b1cb243874cadd3de1c9c56a54ac225dc860cd89a635bd97_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:275f90da2f77f60d0a77e00936734ffcb5099fc8b5662e03de49d807a7632f6d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:833072794acb03eaf053f30b6bcfeef95cf1836ad5149fd97f34f3546a2e9f6e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:893dd8fc24cb10db16620d8feae352929b0dbb797f02fd80f025fdc7c78bf53d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c9ba070e466a5123790067569bcb909e291f3b2264af0aa152372fff9e64f82d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:6f50d9406911e5fbe310c94dc60829891609934e64983339b5f66432a20864c2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:8b4ce896da4126dfda544da09d04f010c0e9b25bdab6557adbab8d095905d535_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:997a24c33d3ae9914f3694b3a8cd8af50137ea48296c322b56dca53b4dcd1fcb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f80cee2f47779e24e07ee475d09fc697a4446a07f9eebb0813a7119eb0bda36d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:7aa46141209fdb1090d90f00d1a7753f31b9224e080b8c669883901846b32ca4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a0dfec857ddadf777961a71d8dd545cc798b921e083c8b5156ca7423f8ad8a2f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a5c047afb2066ca8740286ad2af8e1271ef78c2e5df73ed2365f586d6a101b33_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dcda877c69d0398e4744f1b7a2ed81986ccdfdb6f4da7fba75f29fead8b10f34_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1ff4a8a6440dd4d97adc3273253da14e081083c978edb5fcd05dea33d4cc888a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:2aaba77958b12e834f6418338a21b839a95c21ac5568a53b5f792553db772e6c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e5753a6fa47d5a753be2eb3b7a46cee0bc156b0e52bf75e4f192c0ddb3fdef47_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:ed802f61197fbcc0f1a8a916612ab33363e0e1866ae70d03df92469a2c356ea6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:120c1ccd64bca8bfff4b46d14f78038594a28f6d58c585b1215afd76c23c7ad5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:52dcfdc6c5f219f414fa0775b70e34118b319897b0772931e0861623db7bde86_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6b259bed5dc046510b7c3305f6abf86e4543a9ec5091505f92f573536e9f049f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:bc0dd85538edc7a80adc0fc9fc4e02051e7b09480250b5328a6b70251875b943_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3f9151da4d025555f4c0183a0ce07a2d0084beeafdc9f3f1e87a603053ef9089_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:919fe76dee99d772b668b57645779a63e1c3b7f7f40fe79175c27ae6d7e261db_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e19a080b5fe10b67fe48c28014879abbc87cf5077c32c003fddd171d06bb370f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f7708a1c1e0d4083c7f0b9e8d8704b91a4c823dc9435d5d3e986372f305e1fe4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:27bd19fa0c1eb00c55120e22b21eaab50f0eb75a84910e9d8a2fd3b5fd1c7dc2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:52c4215a49207586cb3f33bd1d35aeda857d31d34c80cbfffba02ba8c448c8a6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:62e5cb5ba2d92bc29a2087c9de9fed7978d4c5ffe07b0afb479eac93519c6df5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:68aa837b6a3bd95232abd62ecae3b040f2a7a72ced626c784c4062c2f28a6e3d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:9872321279ec2d108191f1f7e1764551e9c7099de51f595627db068a66fc4f8d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a06cb8024ab06fbdee295afe99cd294f6e05c36dd490545600967b8ff12e3391_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:1d3a2d2ae27d869506d3f027ebb43f0ca64451cbb635c4c412c85129025728c3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:c20a4f14ad0eecc3f88eda36bd65f1f390c6977a7ad5ed69e87969556b9d8cc7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:64247ff135642a32fb59a62cdcaae5f28085ef0578916b4ab2c90d31e67848f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:e0cf29f62ec486451053c661388f9a3a12ba42b84899b687fb3486666a42536b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:efc289b0278fc84c571d7adf9e9ee1f8b149c5d832cbf416803435e89ee0a531_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:47ac82d0289751c8c7e41da07173dd61836e606101a20b598c00da1cd1fc9077_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:953b8ff978f6523f4578a469d23dba6536d49a141b4e3729b059feb6d79a858b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ee224daca08de920de240b684ebc23a4da50d60130d9e205e88c904c8c755343_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f267111aa2951d22dd6a41c7362afc22454e365325b7a016d213505b7dad74f8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0ed3d751161fa47b7ed4bd2ec2c5bfff8ac5ffae0df22dd9a741cc64bbe2939d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:48bbecc83208a8895cee2c2e8ec677f59a688e02705a677cde4e9a8a52398d1b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:89ac959e411430e4910919132f95452d1142a45fc5c67088f15cf5bad8982165_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:db55fb30b025bb573317f113897a7bfa0dc729aa684dcdb0ac3066356b339bc9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:285f19a6dcffb48d4e6f6d3bfb44722f1828bfb2099a8736f2fc08cdd1481175_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:521f2693c3073993771af37d65723ced3ac83c7438d6ff35425ca5f663101676_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d1883837f227ea4b98d2442b46e5c07a9eeae549e13cd778f7c9e78494b53911_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f1f601e3a4951748fbf030083febf57aad02568058889b0122c8872e2d68d70b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:34298ddfd123342b87d28c047cb4a8c1b25b07352bfed57aefffdd92a7058b6f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4a56a0984384548771e1c8fa5a4a8efe93f472cdf2b64b01d6049b2f9187a684_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6765cf3c0f8d395307ae57019cda7e2aeee976ec060eea8a47703db0b18532df_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:8a8377100458d05864c6521e4b7550df73b5c3d9cade518067d5741fa9d02292_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:09ad41d3ddb9aba6d649812d1e48433f5778b1cd9d5e0e1466b34e6516b864e1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:7b3a100ca1bce2bced0306ec9d4b90a4dfe8596c5bdf51799aa3a7a1ef36fef3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:ace3b3b02c33261287a32253dd1c027769743797317ac4259c9102e0b3db6603_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d289ef93e6e179405cae0db5309865f76cefababf168006abf09fc3a51a32bcc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:20052a45d551f7e988cc0c38baa38f146df4d9d741ac71f17498d8ddc44a1beb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:55409e5fb153973038a15985a332681f4e3e41126f84b6a355c47314c76bdf2e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c143caae15fb4249757018e05ac8dab9abb20f405977cb41468ce6a8049c4342_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c5d456d739d5791e51544a45309ca3b64f763cb49632bc638950fbfc041b4193_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3ab4203333e071978d85f0f44f7342811d898cc388326db60afacd2395f8340e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5a97ef5bfe0456bc1528f2a3df7736c506e11cb61de5c41a1daf22162150b345_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:94fd7b1b27954fb59c11a010f4b8ce0a3377b38bfed7ffb20873a2f7a499f8bf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a936c0970ab66789c10a64cf57ae76bcab0f2f16b6b50e713373066f73d535b5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:34fb12d4fbb5f9b29b1b58e19b1c1b0eb27121ef80edc50a59e431a4e94638c9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:bedcb032aa7325e5bbff014f251d5ad91fff9dcdaf84a95e61e4fc4198f22f79_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d10ffca12372666b239a9fcde83a4b0da6c3f37fede3e47272bbdf9ebd2f0d91_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d5284bc6a4ff57ceca1c00af4ed0c46fd341f1e2a28b4f13b210ed327a25ebd6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:2a7aeb3139633e2014d99631287cce239d73af61e541f218f45a009fc151d8d8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3afe2f3016ac55bd947c98d1e4b957969357aed54423ca2f35955eac8639116f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6d7572f71fc31d580d355bc6ebf8eaa54e4285c53c7e0e418a7495a0fb8d37a6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d2236c41a640de0aedb4eb2f1ef143793288329513ec0911bc37ba688857701f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:7688c4b2355532cddd9b9d314d105127c494990e7079407d2f43e578610971ad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:91ee195223233fdaa6d83ddbc8e1dc33bc7811e4f1e6ec9f5ddf325f560ec38d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:c866308d315beaa691b25dfed4be0cace44628e0799527e9ca11d14165437d98_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:dfe468dbed566f02ea0ed9b5ed5565f40a00d03a344d2a230b0a0a83c783493b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:08710b0caf6f4bc16e72a89f596f33c8c38ba7742d0f1ee552336f9acc7f222e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1491efe6870dae8caca1a78c9c96f8b4b2956db3bd5eaa6bde59ee996506bfb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:2a0f11f0a1063e3ca7b8b04693ebe979e9953736d37f3dc3a91fa5c9912d79d4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:813fdba989d7b5a4aad5e9ce5bf5285b0e65745375dbdef899786d571c001b77_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0db523e5a7a6420d94d5d302b90c798737eb78f99cde3b887d3c3866e195b9bf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:18b7e5875aaad6e0bb8b12fa303ad6295bf3968daeaed2104f0f4ec3122446df_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:80c4e60cb2ab82621ef12774841d39e6ece9e9671114afd0d19b188dd7746d81_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c20dd339ba44e18a505db8bf726e2db8b6a764f7bfcd9e0d63d627d69c2378fe_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:528f1228123298362d5787e862306cc2605f3eb31fdedfd0deea7f3cdffb77cc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:75b18dbc6fef40173ab0c85ff4f9c4111e29afa10593ef9141d589f88b418826_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:e8147c001326caf53531a8917f91991b5ca05f31d30adba78a03539a6568009c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:fb390f9eeb4853d9a20c9bf02ac10e099238e94084230bb532029be4c88b7ac6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3dc8fa50d17a5074f03d58eb00467e45e6d74f6c5293bc57ebb8c4feb4323eb9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:51941876bbb8070423c00e3699bb193343e963358dcae8cc6acda94395edc5fa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9087e6df82220f673440368a5e81c5a0f3eb5e36cccc61cb40fcb56d92cfcadb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e3740bfa7355589784350a9dafc10849d32f1273327387b3b3c6389ba1e26dba_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:05f5bc9410d9859f1bbc1def6e1c74fd47781faf1ef26633f61b5d8f09ce8d02_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5e14d01db3abe1412de6cbd8dbd7d3598d5ba7d2af2f5e55a7ca625aaf8a9155_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:db0bf5b79be48f69d411611bfa74a9b1cdfe875b453a81ec5ea72a962c27978e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ddbaa3a482cf17a156f6955ec155eace13126ae83217c36c03eb2b826e7c4ff0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:02ce1779315733c6039fbd9f711d6c75da89fcfd4d6ac8e485d7aba30882b3ff_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:d29e550f223f287e258aa15ac71ec87cbd24e9d6888f22d82aede80b7902765e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1d43b37d6ee7556d8afe22fb33c7c9ab7a1ff5b2b38d6e18f762ba759015f87a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4e627ea7097e36d07d109f50212809b6477070750c0bfff14f3fe9d1d7ca29f4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:63e60a076755fec73f95d2f5ee948a50d895b69cd327296ac0925e301f5b7e4d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9028745ca618eda612fa2960f0327f19fb689eb36762515bfd71bb2efab0a0a3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2dc50c3c453049a1e81e8cc4559147a4fd4a3a6a9c140865f82bf628f2a45b83_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:734c982a6159e5c4077a12b1a0f72ad992b70f965873ea591228172e6265263f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b2a21551ad4c66e622ccd865529356920dc4524bfa4595e08a99e0e95438823d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3133ccf5290a245274c030f53c63dfa74d6e04bffa684808fc1815a07ebfa13_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:6f399ee5f4634353047061fddcb9092dccead96c6884863253b913dab93c2e15_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9176cf7f1c5ccd82d82dc1a8ea47c2bd34e2ddb54d750cbacf7735a04ed6a221_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:dc6f5e144468283ba4d04ccc155f9e483d085dc2f1b78992e5fcfea42db77bcd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e5216672e4e265b01384ed2dcd722b4a166490d66e19aaec457aca55c7e3dbd6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:4ca8bbfe3586672e1de22cdce9466b37aa0e11c5e9d94ea8da271aa5cad3df47_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:57488300ca265dfcad9bcc1a2861062d8b82c2b80e8b21cc3ed766fd187402db_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:660006e5e6826b13ea6d73fce4fe672d1f67479c44ed65dee68119369eba3c75_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:91b8003dab0652f1a06de50435ca08d6f6366e6e8e7e10a9743542b577728b1d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0017d40e539a56e2ddbf4a97b0cd94825ad5dbc9cd79e1a7e058bb0b11afec29_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:7a71babc3307efe03b8bb3f3cc5f9159a4868c215df70d7a78ba37b91294649c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8403ecd148b8f0aa7f1156fc1676307753967ae68a69948af7c3987de8178959_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:a4e02776f7b5a66943bad040650f4dc9e865f05a0911f4f9aba975c4b30ef517_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5d3d3cbbc28f59a6aefb1e54986e084ce49b69867d100e9b7a8eba17b764304a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5fe1d81ec73517468488ed1a60331a78733ce2fed50f3930b4efbcdff5884326_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:94a7a56873cf0e075740a1db93972f2b2505e7bc082f2faf2d3a6badbb52b08e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d1e737deb52f4f124e34889df5ee2a787db0ee13ef86842f415d5c18ff70498d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:0c8b3d458f0968682b8604cad6ddf02b1135b99c4682090dc78d9b273084a0ab_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8f02a07e0928906a1c075fc3510f3750c679361bb9e0fc7504610eb2b230a092_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9b174760063eedf3197e5664994fdc21f85cbc3be8bd1329142fb9e88103b717_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:e97049e759fd58cb6a2c8dc5b78df8dab7139f8868b1461a3946cf187b824f55_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:17b700ef898288bc081220792a7a95f4f1852338d3d08dff19ea02cc9d957239_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:675083e881008c57ea9fe8e73db8034a66a3f439c6fc1862db09503f311caef8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b94730e4b9e9de7c0a99431f90b42a5368aa0da03869eb8a71dfc92dce27ba7c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c5c12b41cdbcc18c98ec1632a0c9aec007a9672a742fcfe89a5b104160feb698_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2c51c07f11fa78b44eb528339da6291d1c660451a0c9774ad7bf8d8ea7744ee3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4d7e15ae24207bd06663f5c9d55564e220bef28ef150f62d2e9622f569490acf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5a51836c3306ed97366bc3c8f24a8f9e880628d1feb98854eb5dd10800bfae83_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8231352f700a733b13de64913738e0de1b89be5046736077f7300c21fb778aa2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:121025c1dfa4bb1138150adc737d7cf12e69ce21f10690ad8d740c1c1f2dde4b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c02ec1e4b586a812cddae6ea43cf42a6b9742d062fc12c18c2414bc48b5b96e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4c94c8afa17ce2348d6198c2914e9257ac9510455c521f6539ab17877b6fd974_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:70c7beb1cdbcba3eb4fb83fafaf740145b81d510ef56d5ac59ea4bbbfbfebc00_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:83efb138b8bd5084f7dbeb8a59fe1ecc2680a20d5853b7a15f47e1f87929fd9e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:bd63fc568a9ceddc67809e2271de8ef4d57ac8af283861a601547a6b9da2dda2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d0d429e4a3a0a9f015725dd965d4317e67c72b3fd846ef4b04c20ada4d067eef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ecc47300fa59bdd3970f0baf030a75e1fe5862d2470756cf32c389b1eb89152a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:53bfb1dd8b4f99a0252bfdad2c65960877a4e722f5ae88591eb87d6800d1d98c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:64fcb6ccdaa30c4e06cc91a40273c6be01958ca2c048bd39d8a87e8c09fa7d55_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:bd7e96fa5e3db517c91323142b8258555f04d93dc0f164b6e83249dc0cd1b416_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e5d77db3010b3e1d31e14a0bafb1a5e5ca62dc03b7b0bd2097b198f6be6ee442_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:0488437dcc9ca866c5b96278686ea20b5732f8e8038af90889fadcf90f1082fc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d1bd0363eb8c21c0123522b814b140a7595a459c7c286220b4b6fb0b9886a115_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e45c7964c5a89fbb1a8c6da3a905e2caacbbf8c433b0d56d1b260bba151b3e93_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f52e1ea0175eb2af0a63311dc0b8acc1771c53a7668108d7bb7abf2b814e37e5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0043c8e63c3bcf98e33fda7e5f532143b4c8fdbce690606bf469e932d8552062_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:465c03f230a374b6885874b775473275fe8866f61856fb71a8e2bfc37b712ea2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:c730b4b9a52549bb6204deba37e28ee3946758bc86f27c1b886188ba0f164fc7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f50ed1d01f799f00ce20f210b95774f2dffe7137757ecf86544c71a9f621f402_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:56015af081c97939fa71d978d511ecc0e93ea6ea89640ae846645121531a4a86_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:82a97e06294f2bbad05dd72f91d692449eb4094ce1edda7d651e2f1833018faf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8faf68e17b482f07fd1a4ae8ef292fd44fe9de5369d5129c3945acb56b5c2f0c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ae7b169bcaae3569a946c84d88d0ca7b42b530b475c4afc4096d5db36aff9c52_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:02335c6538b4fb15d9d4e2a831b9810db42f8b8fdd75cc6237534356cd1b68e4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:84a9daad04b0ef97a77e258c1b490c9a9c1ca502079513184e43145467eb1169_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:85c84e6100ea0c4d783b44a085cdda8be9b580b073ab7b191a70ad3c14641f9c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eef5b8e84cce56cf085ed8f8a2ca544505242606d44691b6d0beced7c942bf9c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:148d9d31314b0ca3dd2667aadf51d9a65cc88cd872d21d29e4c85fe25cbf6410_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:87bd671167583b8f46388c7e5853509fc9c20439c1b5f57544117fc9e1b1b5b1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:dacaed2c85c23db8c8bf2b754b958ac8990a0b0e917e4885b39ed62d08061fb6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ec4ca8db357714672338a773cdfac91101641ac1ea56905a5dba39d13e8c96e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:1e01dcb349b9e3afa77e9c217b2f20dd7c9c98f7b00be3852166c7d676dc1c58_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7a453727eb7aad288301bdce304da23202950098592114e1c56e893828b7cb2a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7e9f67b6e1c87741c5d56a3e95af004dcfb6d6c9cb4267b0ad4dd1aec7e9cb1a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d9f12bee214359955f20c9b4c0218febc8868cd47405b362dcc6ab05dfa573d4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:36d864188a182dab0197f06376c993fd661689e516dfec4c25f9064eef6db0a2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:38481cddbac83c19b28845b99fec4f4d16d46aca014ab18653c5e7fd42d7dc9e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6c5798afafe96f9c1de300cd8b709030655d1c92d03394b069b3f4100a0a4334_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dc248c02585e41245eb8e16fea646a6f1013f5257f5152dab0fd4634073fe15d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:142deb80cb8918201dfc20e0e86c5a70e704eb589681db3e019d0eed0a8bbf1b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ff7c22adb1ce27c0944f94a4994940aa6af3c4db60cf184d0865753e0c18ddcf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:09664db13d4f9022495031effd53a137ebbddc0e61fec151a26e565a02a5bf40_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:9b480de86de7566594ff61c147bcf0a6e8d5f2ac52ca37a2ecc32909e02850c3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:177b77bf798f3ae19e2b67467ec324e2352c47a2fa4f803c852cb7d5514a2b80_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5587380364defb07d81f5bb93851d7d726780e03f561cc5c4010d6cc4e237079_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:503c53ef4cda2a77d57eb611638334ecfbbe08f384e01084a0f2004aceccfd5b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:ccdfd936b1e904b115efeef06cfb3c1b13ec6fdf123cf87c9ad477ab47ea4d04_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:1f7ad22165ad761cdd5fbb7f037ad342f7b9a6f017b80ebc9775edd9bf7388d4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3ddfa7f1a01b1dbf4d2e999da0d536b8f3600e0143dde47fed1f6f2caf15a7bb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9aa910f86e4c953069c3e45f3c2db9702a8cafe753fdbed42e4c23f4837660ea_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a2751c4e48572281043cc6468aa40d2b3a8a1eef5897cef386876fc08de5d791_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:00fa00533e4616bc63471ba4e127f163a2ce06bd8546dc3fcaf2465c6c511ef1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:65d4474ec56e4cae8542f01d54006ee1ccf15c8a467dd7f784f1df806507296a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b1410e826283f79823ba6cdb76d666aed69449a847936c6c634593f31c9795b1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f3e84cda9ee1fae57794b0c60a7b32373d8a95546116ddb326751e9df0d1706d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:059c0bb97591ea1d95bc42274c6748438e32ef113039c603cbf8171ba3dcd1a8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8ff741a30a8c2059c8702290104db1f897853515bea3d054f5456a0faacd3e33_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a523a7ac9b9119290e3f27ee0b0c7a5d3cc1d8f35ed4e7aadcd6968dba6c593c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:db230edf37a3285f5566a6f82b660ff3394caa80c95276bc3992a3f45a18a59e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0dfe21d1f2ae4ad05af6aa896c0bd09417c03d2fa2e37a1cd3c7afe9d9f506b1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ae88b0138b8b945b1ad071a5ac660e6479f3e2c1ec261d80a4d7d862e94df269_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cece82ea1f03a889d37a2e4e1d81eca34a73857630b9874d05264c12ccfde18e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:e518e75c0ec848497d5dbbbea1505cd3fa96387be78d326f44094d341d1aeb69_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:4b9f7900c251da09ceb0c5e36e87322030e6fffb41da15b022e52f26967214a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:6bcd28e8610dada7b5ec2b6e14aecd9daf0542ac8528b8a1c9bec9b5c22e6791_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b4e19a3b757309f5ba13e3762e2449003ab93a1d3a950df031d0c5f88b338461_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f3745f0a10aa35a13620960671ed4e2bace1c01f0440c1cf222aec37ebfcdd6e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:10a4a0d9d6cd4779461dc27ea5660513c80c4231267cd5d5cde84626a52d8d88_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:394f1ad167455a316ded12601110de58f0666917302eee8a2933932513aabd70_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a0dda1cfb8ce56f6632c7dfc15f2d7c5251a666f7ff34fd78f45a064ed9fe8d4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d04c463caf59ab32c381bf6c88b9a55ad9a4934dab8cf66b1c80f3743edf28e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:674045072f2c791146899dca69772cbd83d8ea11305e024f697b0ecb2ecbd9e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:80d008d72e748f6d1578f0583dcabb703ac8154853cffdfa6c332bf2db662da2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b6d9ea5fd88f25c46dfaa17deec8dec67f3241a4e52ffb5b598ef77af4437da9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e18f121c2a8578ab7a54b48347a671e8a1e315e85f894ef67b96161a490aca44_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1415356cad67eea021d0adef8b7f8ac8524035a4acc3ae7080f26f8f3f7cc959_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:2f7be9eb683b2d5c65aa64a28e11bae43475f5a828e8768d468bc24fa0bd4ec9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c0f27acad2634255d689355942e8c0d87f624c269eca0f11b1fe20b56b22294a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:dcad2bdd0764804f9dfad2a4f33eb2fc105ff8e4cc1d2ab31c58ef2903f7cea1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:02dae90a28e2afa83ab4b358378b616bad7c257b8f7d6cfa2830092b7d46fd18_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3e0b68fb323e91570216f90ae2c79cb4bd35149dd62c496c39ee8fb615b62888_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a6517f52e257eefc0602db5e43fd946de57db13299d5077b1bdf872754253cb7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d6c465af092548962fe617a677d3398c6164c398602d7575ec09533d9654f254_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3a9586b7d44c57c683256faa5d9655285105844c74f728e4558c6295f73a3aad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5dbdf857d018b118ca8bae8eb52b2e117348804dae51da324225ac9d9a0bb141_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:7dd0655af57c7f8d2aed0f88a4b02ff21d849bf9c8cce7fbf02aca7d322cdc12_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:abab20e995be8b61590ad7dfb8de0bbb7c7459ab5413987562332de2c9924924_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:6f1fb02560c0dc83cb7ebbfba67370896f2d3b21835311fe5af23a06f4a45142_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7a90eb33844a25785c95b0e7332991a373e0b70560f979e8e9d1554f9d021545_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:92ac319d44a3a3d8e68f29488cd75e71b42dbc98b5898f662131f8576178152b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b8c7d5e513d5205014f53f22fddd4ab5c54e62e62e5813459ea68afd789518d0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:788b2252987b1992fc9c5d855198aa50a67048cc4d0a1e28240953e5c1d9528b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7a2a0066a38f2e52be47a1fec5c9a1ec458550d7ee6ca1232579b3fc98b7e9e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:939c609d5422bb4be66f482815c70b170d51ad2ea9bb0675a969bdaeff35e730_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a260d94b14808490a417d828423550eddd7b865035b631e9fcbb108d8eec6873_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:9f38e40a381edde4d367a6baf50d6159bab76aa34f7f932929a118960eb1b16c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:bec3f4da4ad493e8e34e5e1245338929dc916772222817e094fc0cb7c6370b88_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0816f94cceb27f34725d9c3f041003d61b9730a3c602b48b70782cf5b3887818_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:3d106f2995d5dd270eec34df31ac33f4a09dac0bd79bcd2031e9bdc35f20878a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:2c50f45d634218d512ed37008e62bf2718cc4275a9d944c845eb29bb19d0e700_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:429368ffc93f60dcb14116dd4a448f7688fabeb9a499b4b7c9c77018f4a31c3c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:48105c86a370a0ffd2c536e5ba75ea80fa94b09f2cfdf645a9fbbb62bdd1654c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8b9490cd4a69fece37aac8ced57235afc04a3389e16234c3a3f1d9a4f8a6d34b_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-65637"
},
{
"category": "external",
"summary": "RHBZ#2418900",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418900"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-65637",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-65637"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-65637",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-65637"
},
{
"category": "external",
"summary": "https://github.com/mjuanxd/logrus-dos-poc",
"url": "https://github.com/mjuanxd/logrus-dos-poc"
},
{
"category": "external",
"summary": "https://github.com/mjuanxd/logrus-dos-poc/blob/main/README.md",
"url": "https://github.com/mjuanxd/logrus-dos-poc/blob/main/README.md"
},
{
"category": "external",
"summary": "https://github.com/sirupsen/logrus/issues/1370",
"url": "https://github.com/sirupsen/logrus/issues/1370"
},
{
"category": "external",
"summary": "https://github.com/sirupsen/logrus/pull/1376",
"url": "https://github.com/sirupsen/logrus/pull/1376"
},
{
"category": "external",
"summary": "https://github.com/sirupsen/logrus/releases/tag/v1.8.3",
"url": "https://github.com/sirupsen/logrus/releases/tag/v1.8.3"
},
{
"category": "external",
"summary": "https://github.com/sirupsen/logrus/releases/tag/v1.9.1",
"url": "https://github.com/sirupsen/logrus/releases/tag/v1.9.1"
},
{
"category": "external",
"summary": "https://github.com/sirupsen/logrus/releases/tag/v1.9.3",
"url": "https://github.com/sirupsen/logrus/releases/tag/v1.9.3"
},
{
"category": "external",
"summary": "https://security.snyk.io/vuln/SNYK-GOLANG-GITHUBCOMSIRUPSENLOGRUS-5564391",
"url": "https://security.snyk.io/vuln/SNYK-GOLANG-GITHUBCOMSIRUPSENLOGRUS-5564391"
}
],
"release_date": "2025-12-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-10T09:39:14+00:00",
"details": "For OpenShift Container Platform 4.21 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.21/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:7ca8870aa5e505f969aa26161594a3f99b65baf7d29bab8adaca0cade51b0bb6\n\n (For s390x architecture)\n The image digest is sha256:b33dc753fbb59cc939496922a7f65b3eaf145214f5635c9824790a5bc7a0b5a2\n\n (For ppc64le architecture)\n The image digest is sha256:46bd467d5cee3e80019ef25c8af7460dfee7e5ae376dd640b76251666eafc98a\n\n (For aarch64 architecture)\n The image digest is sha256:6d018f320d0ba0496fe3410470c2ea3c58e9d77a95fe0f64f3120bc1115f9bf1\n\nAll OpenShift Container Platform 4.21 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.21/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:49da4e953f3ab4d734c88b4371082bd9c6fbefd00875d8c3f0f8e58f060b6a25_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95c4abf5e354b5a324515cf6e69195ad3576383386665683d4bb8f349e558416_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bbc0c1a5769338492d873bdb15757525f69e250f5a4320d36f249fc35d57d356_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bf5e48b3778e040c4ebb1a8b0bd2aca2e7814720fa400115ceed9e1745f3e2fa_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2129"
},
{
"category": "workaround",
"details": "Mitigation is either unavailable or does not meet Red Hat Product Security standards for usability, deployment, applicability, or stability.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:021a57a7ea58117b5942b474f8899924fe7ff170b234aaa301f86ff465726ce7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:37283f08df56189fd19f7052523f5eda5a5eba0096c32fc3926eda3bc9398a8c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:459032d57026d4dbb2af370f796c28a69e2e30389a84cdab0e43de4435d980a2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:82ebaab991c00d42430890eed6322e9d060c3b4581ad563383a7d13172de4c08_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:244a4dfcd32e2a6bed90fd5e452b63822af9eb60375b9ac45c1864c2fccaf765_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4eda87164b71e7c6fd8b5a39ea77bb1bbf138f43d5732c08e314369b18e2509b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d2d6b9b7d7cb72703bda76e6814e5714b101faa03b14f55507b82dddce6fa09a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:f5f2d566546e640f59746e3616b98dab55eacdd33ea04b7cff887da6cafbe380_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:21cd6ff9f8ff53d747746f2d772344a8a9be9bd4582d641a0d6814da81e42dc7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c16a9db40d92bd605eb9843f2fb30f793e9f807e924a98f58bdfe9e8ff5598fe_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f7eaa545a5719eea518c0d48a5010a9e729ca7657f95712b86bd091c6906ed9d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fbad6ec51decaf69511274952af912054493d07f8de4aeb044b0728e015e331b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4b6ce9a91e0408d0869e2d64ccfba93b8b0587c8c4514c024093e47d520b7b13_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5bab5f51374c260e261af4d094d6d834011bb00d20269e5f87c670ab2e5fc50f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:b046acdbaee02a88bc76e80217864aa8a933b4c624abf504bf40b3b5700a3ddf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:da7ec98aeffdf151279fbfd2d45163722323094e790ab1e5b14e3a75bebf7ba2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1320fee14f620ff211195e536a81bf80c41140d10d8493dca37f484b4803e1a2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:69849de1ca4d23c9faf12777ff7f26deb7eaf3026725512e29e7cfbfcb5e30dd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7ae48499c990a9bb0ccfd436de6e4586ba27e9fd4036b4efe76299aafc4520e0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:bdb7981f8aadb7c27bdc448ce4baed28ddd8d08ae1a83af66255bc70d3b87d63_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:06477b1ed6e12b1088fa198f1158cedd852d51773f75622a652220d147aad66d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:73cd8858eb6e706064aa3fb5b397696ad2a8d264ed9380ceeb8d8d89afa96914_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:95a5dd3ee93857d9e65d57257e2864774e0f1aa15d14c62765dd110807a7e983_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bf017210bb8bfbefa027c830656e83b3db86e940e5ef1f62e67fdc84545cd118_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:04441c2a5c244d0a76052a2e071d994d81415da2cbf49cdd74d3b64fae89fea4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:50caa5c63088b2cd98d85bf793eed760beae31c73d8cccc60f3c82f7e4a436f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5d302fd1e0d562fd3074aea7fda53b46878dd5c27f53b4086f43e0b60c69cd92_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c1ec441285a07891350ef5b92dfe8cdef23f963d39ee86b7c2eaa0f29deced63_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:29924ddf95c884e61e24bc38d457d4bb997c5a03789459ef7565f2350c778e44_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:865ec06e1488b9c81e370e48824dcd003c617f45198943118f99889c9a23ae5b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9c28ccab17d26b72d9ae5d65f7a1ea11bbbd2cd39076f517e6655b9a35a277b9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f2a4bddcbf9cd3c04f90623faceceb3f3633ebea89954ddd26dadad9b6f9cc1a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:0f34558006e45eb8ad74dfad87ee15c34e2d5bce5f192fb00290ba8f6b2e06a6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:a0104045a7c163322387f621af644a79ba8b3e2d44bfa4094db15fad792e7825_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:b83a1577d6d15ea51ba7417aadaf190944d02a36e1067ff9973b9b0e59f207b2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:bfeca6b1d120f47ef42ace529f8663c90e420a3d1067891268e0fbbcd0c8fd3b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:09fb74bc16d6152ee950f1e2e01a72244e43c030205e6878577ae8a288f229dd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:933bdee9a720806a6c7537ed79ad75e25ae64144eb7e738942c36b2a72427c51_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a882578ad9240c994b4f21955809f6d332965cde3686fd2da1c4bc1bd89181f5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:eb823609e74431800e5bd7fd2399e11d17ea8cf0a16a578b70f1447aadbfe8d6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1a4a79d38290e993721e5a239acdc973fd395188d4b47ef664716249561f9b9a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1ab570c571e5291796e3eccbc336775207aced63674920c7416c67fdcdda5ef1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:46f5577da7e69caa3c941ead5de0ce8e373a77348df4c9dda922319a47533af0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:dfb1568b260cebf47b31b5bc5b956dd573ef5e10f5c04bc7951d4aefba1e1c29_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6405c266dbbd8b035f0fdec36d4663fdc2e3981899fec3828e7bcac0094f981c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a0ce68bd8e54f1975c89b6739bc6d94e9ad8214df431d1c41907866dab1cd9f6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:bdac9d54f25066cf36bac0fe90d1df7d89fb91d49ac68c09db1cf14862c91b43_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d8254c11772cacaf25e2a1b24b41a7694b530246cb980ce80caa5298acc71c31_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1b5aa2a8fa69661df2b4cef49e2a8e25e20ecba84ca80d5c671d8cdc73e7e31d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:54c656c9b7ff7f7d9412253dcb0c4484233f4cbe77512b63e69ba1532a4a41d5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a2d16879e07bae5f6eddbb5615c313001ffc4b74e91849ee9c2496bbb5996616_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e37862fed49b426c4344fa755c3442dfe134922b3b5a3c80c4bf4abaea7e6563_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:04e4334b0ce10eb5402543501944e72b9230c79f470f5976f8e5bcd5a18cd28e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:34a11ddd5af5a8d2331804ab76c6319587bcab73bbafc10b6f710260e5ace5ec_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:86ff72407e38fffd121bee52ed9e1229213f5db18cf1324a08296597aaf494b4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:edd7568d61e33652709d4bca937a801a4eb6a0f134ec7866eae3da1f19a01400_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:44623a58b3a052f8cf871befe578ff1419b5a36c9f61849bdf58a15148c3f65b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:78ba410665c68a41a5adbd8422a349de2274be894328ce523364f1ec2a71be01_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:823e1e9e7e7743538180596210828b19b6e3c8f435a7c792be5b945be76d9956_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:eee0084caae19613373c30ac9d2f25de2c202dc83cb6b3077baeab3b2ca89c26_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:17d193d080ae253f4e43ab259c28fd84f5f738967fe2ad4b6528fd42dedb86e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:36ed0be4ed17c503bb07435b198cbd5e255660bb1e72ce49db7ccbcb3ce92a23_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7c1aa77f92efcbd6fdea6120c75e2cb19985aaa2cc48e2d4d3d4ecb87df0d277_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:d6dac5da24656ce0a1494234b06783b5e4ef052c0d283e66f881c21d1766c51a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:380b5a968a30fa54a963bacfc37767a01f6067b6290fd2d877d6b1943a7738a1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:6d1570e8f771ef561c5ddca5410cb86dbc94943cb23b6f96fb2dbe5b9a2f1823_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:7a9f65149b802b3c2ac4d2a96bf53c1dd6eedf8c5fe921783962197bbce94207_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:a99a994a160375e89550347eed1631bb0d12bb4dccf7ed49119935520b744235_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:22b6a40bf066153e072a2d22e48032b91a7f70e2de0d38b2bc5665b72f5635ca_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:499dba655c620472ffee2c73f5f6c53599dcaa8755af1ddf60388702041c6cfa_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:9f82e685ce4849aacbc315249403939d8e9fa55ca297ec0d829d445a3133ed9b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b11b0fd3272461cb95d4f3c79c5c1138770085b461fb8c64c5f19f3f2276abf5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:06ef27c670aa46891c208f0a1ce5be98a92a321e81865484c17db725d6c48f6f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:50187fe1e5905226e869fe96d050d1fa6c91c0ca9f360456030514a0f3efa2a6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:828613cff0791cce90feb1abaf17c31f8a89e409f605d23ca79904feaafa8cc6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:889a2f9b69467f174deb05d9f57eccfd85e8f6e2ce2620a3e3b5c15019a108c3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:381cea76282031f4a018997a2ddcaf6222576807356d45ab3357b52a30f6bb3c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:604bace7f2173c964ecf1b54fe70fc08abbb7a39fcefd21af752c7a12f6f5a31_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7acae5b318d8162c7da445ecc28ed374eb1db0a92e3e6136f1a3d6a82bd75495_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:df00671b04cef1d122484a876880dbf4cc250c63730537fef7e1651b58f9a9dd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7246c15cef44f3945840162c1dab72daf8c0c4999345aa6ba148dd34597f4ea1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c7fa305a0d4a592411905c2f44a8218e25caa39e293ba68e1c84458683c93979_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ccf25a1cbb0c79753f4049cc37fafb77d0f8dbdd896e4cad7e9674877dc84589_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e1ff850187bfcc5e53338ee32678873692eb81a7bc72c5d3a928722571d312df_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:bda6a57c2ad84239536aec6a20a9c37fbfc7aa13c994647427936bf0b3b3361c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:49da4e953f3ab4d734c88b4371082bd9c6fbefd00875d8c3f0f8e58f060b6a25_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95c4abf5e354b5a324515cf6e69195ad3576383386665683d4bb8f349e558416_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bbc0c1a5769338492d873bdb15757525f69e250f5a4320d36f249fc35d57d356_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bf5e48b3778e040c4ebb1a8b0bd2aca2e7814720fa400115ceed9e1745f3e2fa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:2b26daa64e5d4151cb1cb91cf459afa93b2bdabd2b9d5d28585bec72484c0e63_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c2d77eab011a8025098e1254c384f83af4f7e0d3ba9e6d2772eda689e644b036_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cdf9f5f665881fa0c5a2f3c98e4c99673dbe8a92cdcbbe6b80e9dce09f59a8dc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ef4521604c721bd0ae8a4b822ac9584d3c7c8a80c5ecfe263da6ff9500d95ba5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:29a5ed8364575efa8d539b05c002e8b82cc57350d4c015303b4fc46b06903eda_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3751262aca1a347b013648e64294520615e447cb875b1e7c04535c9c5e843ccf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:5bdc6dd4698facc8189308328f6fc62ad7f4a3a5bf8c8a5775fe6e966eb44eeb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:e4aa456e8c865f66105e9f1828b455bf09d80960759209703df345a559b36608_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:74cc690a06a3f7ede74550b2416957a6318136ec7b703de33588122e7222eac0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ad7055ad351c0c24582721dcbf7f422b6a31290104530458e456bddd1a637938_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:54ff1a36ba796e5b88ae421a3836220f5774f0694cd49da8aff5f8c1efaac958_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ff8879335cb7031227028d3bbd5ae3c882c721871a28a42216fdf94885cc48f0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:4bffd0baad38d0ea6f54efb82701a6530eae707565fee41e2e65682a990267b8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:6381f7fc63ba688a5514eeef31d629e8e6cf01d6910f29f7dd38cc48a49f392b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:6792be8aa7640d171ee8102e5315ee2cb5e51af62f7f9ebdfbb0b54e89e35cbf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:e168e04989169bf67e16af77f602c8d762b1ef424f4abc92ad8ef8a135d6fe69_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b9e9f7cb5894890829532f10dda00d008bc5745b999b76daa26b5667e00e0b87_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:f8ab11c42ded9679807701a6c9564ff67b13ba875e28cdbb7663d9382f8e194c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:203f1d7c4feca08547dfa923507640370e669f83029fcd373e4e93461cce9421_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:8b16e6a9162b06a6565a48f4b05f3a1681f9f6349278d4f44d93ebe60d96c566_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:ef131d257bfc318cd0071ea2867d209fd8088da69e92fd3d07bce2b86d4eb2f4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fd5a0222754643780d37e10af8b077bf257b5b4be2abfd2393f0423a4fd4b291_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1f910938470138dfb6656b608393e46eb5c59d76edcca34b8bbc7148f2479061_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:71ce3309765f3dea75ed45541065b35f0aeb697d59b013294775e84b780f361a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:313d893f24ad6f2f8c7881f418b9a5e9c499674052a97434372d1d079411ffc2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:93bef2950591dfbc736a80f6a92659b6868991040450c5cc415d32e225177512_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:9487390a62cbea3de31fcfa46d05ff56a9d088426101b056254d0a3dddd6631c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:d4cd54fcdc26243209c918dbb1dc54e940965cd12cb6d05259c0ed45e3755516_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:2f9449039570a38ef4191b3717a9597219919ffaff87b645f06c4daec74a3cbc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:5d72d27d9247c2a9ae05a1e496eea2c264df19be8a566147cf5cdf378d82ac4b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:2b1553659b6cb1a4fc9e75dca05c4117d98894a5ec55a650fb60a2062cf1b79b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:35d963f072ba8d1d78380c48815bd2d06dff7f1917e493ca64a37d319988e6a6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:42870b8a98ae271ad0f0b23ad541bc37a9585e93dc6822f149a0bcf53c78036d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d797ecf477151c6821be3fb5e18dfa8f8df04233fa9f7da7b554da9eb38f0058_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:27d55172feba74eb9712fdb42300721acfa72e5d3739feac7c4353f8a36b4b38_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:5bba9f8444a0daf6194a6eda5d1b027781717446435ae4249a558a31fe17e06e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a8840079bf9bf05cf2f9c4a7f38bb45b09baee82128d12df604007278fbdb198_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:effc3a9f6c7bb400163dbda690d84d9ef4d40736105a2594209efa8c0c5dc80b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:3b6acf7cf4c49d979d30049d80bd265e7e8f17331648008bb4f9033822ed0a41_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5b377378d275c0a152365c6dcfa6e5f51a30de20210991ad8a4b5c45654cf022_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:855e978f66e69d149f00f5cdea64c68b677a1f2e9e1c28f3f67846bd5497ea9a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9bbfc2d46e0e771ef7bf390e121f26b0dede58ac0ab6cc04e7592469a78ae5c8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:101533b9ac484f5e8c3f1d95b742f3596fdf42d6a706aeca5712648ca50e8ce2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:2918100b369a980a69fdd9d0bc0fc7c898bcdde23f8ac8c9a8a22066f2b1d87d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4f2d8d750ce5932589e4c3b10579f00da60407a89be1976f3b54184c997650ab_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e7b4095c367aa9811dba1e43cda61f60b54b9536d9900990e7e6eac745ec7ac9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1bb758a596fc11988a09a696981630bd00a73dca7c4ed52799f722ef87db6a91_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:50aa9b6ba005c3f004568e82cc73eb56ba6342720626f9a35eca618fd1ac9cc7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:982fa1221449a4e78c06e6a13b7ee325b8951a8a04d0014939dc49b13c6ab79d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f055755224db92970aa09e26ab84f8f8c3a67c2c8cd442eb4e7764e3474d4613_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:719c8857fcfce93887b77a94974d418e3bf19befe0ed25c5974bfc7ed53814bd_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:90f04dac670c4d0c505cf8f96d020c9e3f4c0747b91dc2a2531db407ffdcfbd7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a921b1d40f1ebac4edf1d6bbe26fd7e39329776044e17d7f2409b20792acc271_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:db281fb5bc3ccd949d2156d7eafe5691ecc317c3e690f9987436d8b4317e6ec0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0a68822ea4fb06b74890aebdb694cbba827a5c1b9519b5a4d2086a867464fa2b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:38a4de43972a5ae5404ebc5862329c0b59ee5a6c72b5e3fa8be3171ad65ec713_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:dc970cb4ede420e1d131a6146d256269ca6fb34b633c17315e6b202723765bd7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f47d18b4634f6f675e50f165a805f33970a038843dd48fe8a02b3924fa70e8f9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:6731876f6a37e6e26e079b4d8901f7bdcdcb6f34f8f27c850ec813ca5b3a9543_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bfebb3f4a3a9476c2307fafdc5ec3fe7586c51dde9c5448fde7d34e37e2f45af_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c6b9b4bd2d7210a42dda555d8375807bec66a4f8693fdf256042b49b3f0130c6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:eab2bb53112191763cd944b3b13cf750ea9390b56d7d14d312183ffe56d0a394_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:3ca197c0d720c1314db2f36fdd4f1fd81f0b729829f27b39508f0a6e7ecf7bab_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:475e121c7d6f480d7d2545252a7b59510a66cfb609f586bb587595ccfa3b71d6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6cedc3acc4032d410aa6c0142de17e62461401a772a09c795371238dc00fe91b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ce34f62e6953d64b6566905934afc4a1f5911ec68483f5ceecb59d187e37a955_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:2037952b4938add2200b79534d571adffd95bb0c6ce04e7ea4a6c0ad85389771_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:698f43ebb93c00ee0a916be218a7819d0a402e32c12724afc51f2323c26d541b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c247cff3341da9969055ddef313806cda81c2dac492ce683d4abcd5ceb5a9bc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f12ba7fce7d3a13280d4bfe412b9b54ca22baa52b90be0fd7825ac719f1de068_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0d06e661c793f5524b749bff4124ebcc17b7acff1b57a672064c072dd7b0390d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:484c08c7c512dfb681137cbf0cdd45f42ed4181a690076f6dc6920724687655f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8a100494af630b1dd1ac3e0a7c75fba4853a1e7471a0b6eae2f7d6b7762beeee_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c9329187e9bde81fc4f0b4996c909fe4e9354e58fe353340600532153254e5b4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9143250b98cf0e2f2b3ec33bc25a856d0b2dd432d1994740e639bde2ed1deb29_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9a7f2845529ffd78d9193a8329bd1761b7723678b83e8d5362aaafa657c398eb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:c6ef91fb95bad775d172019ab1b5f9c275c2302f85f04c0504273be57eab1989_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e2becd018c34a7c29e770fa329cba4f1a371d4b089451365abb35acacedbcdfb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5279e457358edeae97e136d8067f05d60b4b806c92e687bbd11afecda4840eda_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5d76a917f9cea787b11ab23bed912261cad050e397769c94c1b70cac389c48b0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:88237cdb1714ed0759ff8c96466010145ff8cfd60a7dd3debec25e3a2b33200e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ff62706a4904af960c4989c87712d896b34265fcaf21ecc9500daecd03561b38_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:15ddf484307e3bc53f165873cf04ea008f4f5720effb19e3ca1aeabd9fae64e3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:28a6a3b04348c6191f58b9b0a700acc995d5fbcee3cdf1af5e34dfb0a15918fc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4933a9cb0be09725767981638b9139867cad6a26a228701ec034d45c3f7da4de_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4b571bca7d279192d7095a9d157cdf40f553543b6a39658919bc5920445d1177_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0f18441bd2e164906e7bad119d70b8f5b9b47c1596d58b6d812ee1e2f4b6c0e5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:77df277ba08b5a6efaf78b4ec5e59a7aca2569e00e7644d27e1d2653d80d150b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:afee031de2fff6cb0e07995b5f6c4ac83ab4cf3b83f23a3931a4d7e15a512c1e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:cc8b86ad3d080ab5dedb159dfca744ce669341a2491e5a0bab4f59e3dae9ed7e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4a76171907bffd3a94e149dfabb6170331e2fc0a30f3ea7b8eba1cbe68e1fa80_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:62f935bfe570ea83e376ea84589bffcf0b99d30eef620adc813f72501d982705_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:75a992b3a14138492b585b3500a6b6f565c912b193834fa562c990bee8115e90_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:9fa46e30f86fbaa943f136733680d0e8a668df1e04d1bcb71160b8bb795a2df0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:58b7b6502847bba5230e65e90a10350d8cdfd331f5656425dd2f310e3fc89cb5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:5989d793b9236bdd9dcc1df6d4687a6e0222590453a5e4e31be75d0414c28056_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7e5383d64b25edf87578b2cf05de47d46fdd2fb6f1f4db5146ead38c887f36a3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b5b9266258ab925a7dfd33b86043873af4c0799fc52befbc476f875dc44b810d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:100d472991b3969275774576b60f5ccffacabcf89eb52efbb744aa441cfcce99_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:9a6fe277560deb4c1c2f91a1d56678c5956bc9ba958b859eaacd371f8ca753f4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a2d2bb9ceaaf23ff8430662ff6b267cb36848b2cf311bddcdaae8e33e8736306_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f71926ca5053134743dc906e1c5bbf2fd148acf50e44916a936f3a8e98494a04_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2dbbc016c4e06676f796ec4cd51e68c11c96bcdc41de8dd37c82c3c5c0825cc4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:444b74ea4a7a8a664746757e4417aa7e0fb33fed32a4755d300e14a49afba481_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a330cd288cfbb99db498c3a7e7211eaddc4cc5e39b6343fc6589b958c6ac44ae_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cef4f16962b3d71927c90e2573873495563e3144b6e3e814acf5a220f1b27193_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4d6edfa2e5e9d6964a5b9483989f491cb5019ebe9af55116591b321b499bd12d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:62e2bae1dd93787bebcb5f1b58499693f4c6fd620edb3254b776494d2b5a55a8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a514202264b03a6c80a02e3cfafb7c6a86482449613b5ec0052d1040587fd088_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ae40b5055051c07b225c15723da95953a6a7d2dc6dfec8d0469d6f857c8424d2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3882b19d141998fdfd1197856ec7826be00034d72633396be628002953fc94a7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:39282efac8310ed389b4acc4ff3aabd6367800953c1e8fecbf17926306d1f419_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8df02a6889e22a9763b5c0e7b6934824f682f4683f2085f82dda54de427ba28d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:fd15b8944403c78ee3c0fcbe08aa5ecfcb7b10c14fe5f1a20ba4873295879c8a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:011ac49df806c01b3f64fab0b3d79355b2685c8fc0316653f34359b451ef2ba5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5929d673c5a6a568c88e13586278da184ebda4c9c5a9a4a1f9154ad0e66340ad_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d113138d214fab52ec3422cd3affe8d3694a1ec30b85778acfa8b114ebffdddb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d91c11d262c19c1f020e9b53da07db82b6d68533f4e697ecff6c722781b4a4ba_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:5865f0a925e725309c27dc1d71d0dc999cb01b4fbde764ba8def1524f978c0f1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:bdbbbd728c482c0c5b5e87af470856aff0c8264d3f490c8ae9d987f21d5bac60_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c1230c3643979aff1e615e1de9bcbc758c31f7508b9a3b25fd2eb323eb6b2490_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c7649d6adc16287d38318b6a50107dc1d3aee2e842a19e09822fb86fac31df15_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:70687b2657e8f1cbbff110582b55f3104d0c7f47a44ca1185a7f67e421d76a17_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bda8d910934ae595f8a53675c74094693de8e0a929fc7c52458b2a9f7cd0b4a6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dff9eb529ea868114b0f46c60f4014b429ce115b0ce949e6855fe29d9270354a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e56bb2c28d7ddd2dbac95451cc16d547718b651532ec69c85e8f0fcf5785d002_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1670745d88d0d92a262ab445f81956e894ae5e9b23d490fab96860957c028771_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5cf3f4d1346c07a4e065dad2df083934591b45c714f503b5b617d470e87f1db7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7adc722fdef132557c191e026fdac56278584f6e49f3902179fc443d87a4165d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ff467f13cb09556eb490743f878422fa2493b8bca683b8759d7926e8af97dace_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4030ffce9d00de08b95d660595f0f67b2b83756ced6c6439da14d36b0b923729_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4baea4cfb5bc4a7974f90c3bfbb25e23865b659fd078ec45b4c36ec0d11b78f3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:829d8937eb34548f09b89de6dd5a236ae58d6f74501f44c929538c281a8be920_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a7fc85a92b1d5f7f79d8a8a63e6d9bb4dfc66383ff175fbd956deb1de3127fdb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:78adc3f034871d6d77793932d11b1e5f4b2ff3e1cff0385b44811210a3c84dc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b836e8f7b31ba9c107a08e3be1cc27e73afa4045210d7fccc817c6058671aa67_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:cb550213a7e8671953d5b880c0b651a566be475a3ca0f5b442a2fa9b0bfeeb1d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f727aa55c29332a39fb4e74013b9cc96ea5b32c9cfbb7cbcd79c7031d1a6f44f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4b1f00007dc39d345013c99c38163e0adc112e5eb81fdf41e1acaa1e0064d7f0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6ae9a652c5693c55ceb3ed91fbac054d887142b0f55882c776e42ba20d1dbdcb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7ae4ffe7112d35231314490c8d02c6f0947b54c240ace11a87c07dad44d5be4c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:934380eb6ae83360d1e11f709c58d18c2e69e04b3246a02846f26f9879ca1edc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5580313395048ffe3d874dec574f7f1f1f21cb84831945de53a80856b4e945df_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9bc152718354bb245a765da17d12d0477cbd15d7eda5a86b8c5b1330287fec4c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c00d2c84a5f8c5f1c674d43eddacbbac05782b81ab98cff83b606c35b46d18a5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d74ebc7fd5b30afecc3d9f61ee6c74b2c0f8519514c5614ddfbe9bbc68227509_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:84ca4259de3e923248f7d50c3adcea713871d3d2da66f172c25dd391d22a3bb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c6381254579086af7ec69a4e610680fe0e532a26f7ce202c72d047b89e0db642_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e0eefc7f55d25990d314c2ceb50afe70f7746e467ab7a409fa3d1b44708d9ffd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fed1fbc1295974647bcbad55e52b199c2d3d4307a3e53e4f8b1db135df9fd8f8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4bbddb6ff2f7429b2f5730d4a3f529b80784f8e42a0acc025e78713d703a2efd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:53a0ebb5fda619248605abeda530cf37fdb7ce99e7b7314cd5bcef2d8d8b7004_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5e37b117f72cf1001bea772e1302186d8f86c0980534b7f359179a5e6926c448_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6891d22800cc10bd8d773d471bc71c4db64460efab4b30202d42da1daf61a3fd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0d1bc6ef87ea978c23ca7189fdf17ad0f54a5f7709a75a25d82e7b84ffadf984_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:107f2fcd3f606044c570a980c176047870b304f3212df747995f6eb8a45749bb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6b6e5e25d50219a95d914df16c1c4e761d0bb45a9efd054572e54054f27a6f0a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:dd60fb26e79143000563578f9d72e3bb7cdde4b73dfdfc148b27942197d3be51_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:053d5fdef0973f6017991487843da7a64f8a346025cf46a7c575d6a4bab71d74_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:26318acd09b8263236b4d266c735aad015e3a4b61daafedf266ef1115968f536_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3ed5dce28d62c36a87ff35dead5806fd124a187e48051a0d2b550b209c9f6302_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e06c4933f2806bfab0f36ccdc159675e5fe2a6a084f98065787d304d5df3b7f8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:055b352bfb76de2eba0b9f0d1a6bca199c6e913e8e95879e991c5fd22095c677_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:16e31b5411f5f1924cbcf851f1b0463302a34c31c5c515220923f7a2050c18e8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5909f73afae46cf2ad00a9a6f1c38d38acc3ab00a0b97ca419110492d7bcab7d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dbfe981d5b05078eb1158624dfe2f0651cad81b92aafbc671cb6470b49bbb89f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3b166e5b5529c407c2f8e372414d043fc617965696c5a869fcadfde2d14d716d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d3f6483b465851cbb520810069a18136af80ccdf79fc1ea80ddb4687ce685aca_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d7d33c165c3d0cc0e4924e8c8d34bfbd1d72e2aea301e53e4b37b712e94c06e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:de5e8cdb75cc79630290f83ff179057d25bfc11d37816c57b6f66563eb3a2732_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:24abe1e6ee078487af8ee8bdd5dbc267c18882078a7987fbd63728dc2b65bb75_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:552d01e66c6b2fe59104b8a9f3e1e58fdcd7b4d4cd63db42883ceb119ec0ef25_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c00c3c5e7e106cd6527cec39e5c3fba990d1986bfdcb691b866db80d59e5f82_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bed1aeb4f58c045644650615230eaee03336daf78d9342022786c12f29da670d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3b213ee7154fd814e8a904c3a161bc16ca7419163e8132ccabab76821c33b310_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:721efd9cae7cd4b43c6bd498064a6c427fa32d0ba848f8b0bf7670afd662bb18_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8f5f0f56604ecf94768262496ba1e29073e87ec16aa8f434674b308bbd00678b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d78b1c13b0ef255bce1e19973bcbef04d40c517301959a7f23d23613a95c1db0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:650f0e2357f8d302f10ee0a628868f985c5a8c8a4e6af9e6793a9051b33205b9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d5a3ff1bae3686aff1781b5f5f9e1a7966962b88a1e84ab4eb62751aa835bb78_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:db30f78340370f9da03fdee73445b72160c35d83f44f708d3a62c9dc8e88bd46_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e88ead481c18a7b6de8ba7f609a1782e45e1ce85f2a158f259bbe68a9db261b5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:0bdbde169ecd68d82366f3d04f947f73715797fae5c3c4561e7bda5b5080dc3f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:1d45937273065c5cdeea502fa388172651fef5a607db33ea72c49f2a50b29b94_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a562490081e5dfc0fea7306931e2dab3fbfdf76cd83768b7a43ea556aebfe4f9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:dea6dd04d50bc97f9e61330140f61a7370e31e474c26b3526e18b0ae8ad56c41_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6ff785742b50af7f2a15c1dd6f38eb69e9a1a20cb4bd635aacc57a5557dd1b4d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:d0e6151117374aa602349bd1028175b94eea6f8386832df622d56715cbcb675d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e8fea02d42c9a9b8e9ad7642d9f08d705eb6e4b3e3681cbf6281c7b8b3244ca2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ecac534bb32ddc645101f6565521b08fde95cbf0eb2b9c6b896c83ba23e8b6bd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:55e0877d1949d009d71821f6779aa9ee90484fcccb820d53bf53b90f7d412636_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:775af20537e6f4c84985145f44ad1ae2d5530ae06859c2549d1d85a2e4ac54ff_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:a1b02b9608eadb4388dc13fb5ae55fc6ad64788f93186872c133a0ff1f5ab487_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b5d732e8d36668226255dbfeb389994104d83ef2be461079b66557bb20d799f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2e983c69ea6e29aca4f36596a0c697c2935dd1deb08a4d3546aaccb4e3d78ae1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4ae2494b702a6c7f68a65ea730f6df3253ffe78f2d178b0714fb6ec04cba5cc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b1133f78075f3364ab85142cf6c8457820e2e1f31a5b0750585ee1adc1285ba6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d41fc7e76000bc1b4016bf10e86fec44f551b127e17997fa4bb13420219fb3f1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:25acdc169b3860a10f46dea8b842626acc639aec950ca7a9339e96a2bf1ed7e1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:453bea2d5f94523a88f37acac9edd0a8d921bf79409a260386fa458cb18d13b7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a70ced1330a4e7a0a7b81bf6b19b3346ad5bb6e26398c7f0577994d48712b2ad_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c2a6ad45ab46c0238429cd0ab59bf169ff368bf68750a011f481208e56fa0268_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:33afbf29add637cae8478b8e0ef6b3b465e4ee53b000467ec34fb1f3a04615af_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8056eca30416b0b93270f6c92d0fdbe4f1cfbbd6258e27a746cc379a86b6b8cd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a06dfb4e75cc6b0edd836cd59035095135503f35a7cbc710ed7b0e447fe256f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a820784083ee32f544efc474c7ded798916d1f077ddb9c3f4461de48747f4c73_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0ab4e11886c642fbcf7560f780abf9046b73dcfd7dc9cb0f086d9e62f87fb271_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1283ae9261afb1293b597a8da40611cdc1980b1e403de5d16669c5b7d2527dc7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:89ec13946e699f6589c3d235cb515b92ff48d1d5fae8e7892279b64d41b74511_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d08403f8114128e063826ee0cb3324bba9f027d7b2feeb6f7c826c9c4925579f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:2aa0baab0fca2bf6877260b871b3079ad96c37034e6f3d0a45cea4118cca230a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7f886a3942b81b3318e288602c88de802278bb77c5d11ba758f1d86f2f028abf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:940d02c46f06fa92818dffd1842010b652856e09cebdec33e0f0e1a1e9b1b5a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:cac82b041210a06cefe512e89c5755e972f6e125c69a0dae87e454e259a3c08c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:12466469754c88d41872c1a061c1eb4349cf565b5fb32db651f3639aff2df67c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:af5fca0ab8a1f5374caea5b38486cc97c2be9d884a55542faeaced44a4a7320b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ad60c87d6e05b51b5351d2490538c757547b43a679256052b600e3fe8e80a594_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:e8372026bbc873c38ffc2c7df35183727596993dde5663ec27a2c2fe401e04f1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:736b406850af746470b1bd5dbc61fc4b166133e9cb50aa528dc1210b2002d469_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a73525cbcab817d0472f544883106a359b9079eeb1d8628d8b0185e450662361_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:84664067a273cdadce55bb8531916e8d8edc7936bcc57bc2dd1ecf57adb08c06_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9a006a111625f85305fbf3dfcd9a62592357a6a282a1c8ea1edbc48b2ef7db05_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:adb84daa38497eef3d89a9b42fbb22fc04e94f708db4f1f02de21dbf099ef788_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:f81616fe8dcd6b63df308c58bc1b696f9b3c488ebdfe00d7985026b10d083de9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:07efac034de568e79f6ecf97f924fd5ce7104e9259d90747cc0fd3e0a7bf4116_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0bc9b2b997bdf9bd285382823ebb9806502664976c2dd7e7b0d111df7717e77d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:165fc1e58447c7bc9febc3ebc74f90096c6e48986789d4e66ff6443f1d30d024_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f516ff3ac172cc08e88f25a0531a3784ed212897dbe0b05e04dece7d62eb977a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0d455e21bddb7ecd4c5b8f077ea96f046ba3183d17e3755ae95f8cd112a81179_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3d291642757ab1bc56aa6bf8b31b383a1867b06fda7ec093daf361e3bb082624_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:91c0c9cf474e9dd3b7dfab43e3e651afcf950c183a51321a586d5e98e3b8dc82_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:ffcd35b620a75ac1d121b826b37ff71f5006684d9222c440785f06fdafef5531_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:56c2e0f91eb13a89c48ee5ebeaecfaf87dcef3f85bf7f7fab37e3cc6c9b2dd10_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:84e22659ec76ea69dd31d0c6bdb39b752d4e525e7425d3ad282c3ba5c16c19c9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a3669bd8567383f9e15755e7640b5af4e796ce1d6bec3b6f1139645b656f425d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:ac7eed19416dd31a76ce8139a4c1cc16f2201b1dbb1c884dbd20fc5a965b82a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:44020a87c575f01d876bcd559d0b37bcba2f5bb4337a4f0f40d65196a407910c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:7272870ff2a94fd3c026f3c3a4e985a2b2eb5c47dedebc00f2cc25a496ec3e90_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d5e64fad675db5b1a7fe03720a35eef4ef6497e49e928b7cb0a38ddd6fa9187a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f4d0e3f2751dad9fab70a9080102f7c0e82a784e516f993e1e84a8561c33204f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:174b142475167275c428eec2892e91ba557a1783a128749b9516911a366ef54e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:52fac1bee10c7847bcf6f7dc9f027764a183d462e46678b5b9aaac9611cfcec0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:874a6c39ad36a55efafc0b690d17aa4eba8df8f30831a5315a198e692e405592_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:af2f5f615c4e9da63b09f2b9f52ef632dc76793f51730ee67a96d5e99118d552_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0867d20104c147d58a3e119c8eccd725d2b5311bc563cb4030c18714e085c80c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:12bf752f4f8f0929752fee39067bab20d3af32f9d767e0eeed2cee9dc9cdf774_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3f0993acf410b536a4c2be24d23afedeaa6d4b02a8055100cddc37443a619cf3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d745b47be21fc6b98e8b1830c34e951271362105d32704cac1b1a796abddecc4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6c539e26ca346ca83a4c024a374f3874e858602b71794a1709b8a08356744b46_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:94e6571b95628469dd361c3ae5bf4bb88bdcf68636c0a7a6f007a19e32216514_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:978722d03bd0e1eb78e35c188516d960ed81c8b47a66e77ec7ea465634e44536_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f270599d2857493437426bb7ba58ecdeb0933b244b0b5e81d70be8f06c734c4c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:07f5c5ba5313539cdea53ec438fcc97c698df8284bba4ddfc6c7af4403873362_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b93c3b58e03d6fbfd8d73f6f0966ef5d616c0da0776f516ec826e4f5e0d4bf1f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f5aa864ac9d9a3e5c0a412e9bf6e22756f6232713e14fe4194f61b1a1c1ad52c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fa3603fc128be2cead70ffb3b0b0b5c9520f7826bd46863a86b1853e62a998f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:382e4343f73dba48761c24841e45aabdf84a7f4de996be6515d8ee7c3e728c78_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:840f25f86e1850623e2929597e072219c2119b08acee3b81e8c7aed1b92fcb64_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:8f9eddba528ca5e8cc40717ae9f30253c955be657f8475a1c4da66c257bd1729_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ac7a2fce2be014fdc4208e98abe50329d0af9b7f7af98fd27e611751a413b4e6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5ad568a42fb0d0f2b78702929b75ab8fbb41937a853b4344ca990776f48ff85c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:821c5edd5f5ea9fddd168482dc437c6eec19231d95854abfbf1bcb150cfe618a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8932f2fc5e81fd7165d50432ba8994896c9ac8b323d5cc798872c1770133eceb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:df49ea17391c34a0eadacecb37c7e00552af8aca3ebb648f28f3f805fb79495a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:58e02752411f5bc061c8dd98bc7dfeb17780ef24ba8c65e590e4d6c5213c267f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d1c95fad91fbfc41da5d6871fb0a3c07d20652b5fce3f010505afe0d24c1977a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d6bfcd46424e1719490ce37bff728ea278eaf589e052a90b3fb30a9110aaa298_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ef555584c97654b76391f8e4d31bf0200fa82222b3197ef928f306c8d70f4881_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:520b43e0497fde1deef41e5f9e51448fde032769f433980802097e1e4216fb6e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:de2a25058c3aaa6f98e80870aca51d8bfd16354eb2da93e7498fc804825babb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:fba545c7b9accb5be03b9bf1931c086a8da8592e3ddc9b5a9ad6d798229314b9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:12645a5f47e54e3bf3f0b0863c44b938be5c42b22f695faf62c8d918cddb03ac_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:529d46e40fd5f6de98cb72dd8704068e3b9baf4d3bdf91feb9c19139bd74c652_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:701028c843123a3e4250731e216eceb647411ce685517383b9a62b5af21c10b0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1b7392f3cadb8ca07f10d5681fa33f6dfe61f895e4a8a1874bdd5aab3543f67d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:693c125a5f2f67364d8bdc1a5e7abe959dd46898e7f46d5b3756746cf598e135_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:93f4a34af9c198e4baa449f7ce0e1e0936358afc725eafc3b8118df3d92d2b44_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:0e4dde634359042b67bcc5224afeef951459167cb8f36cb6f262719308f8ae42_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:344860750b6a6e567bb1475f68d18b19d6f79438b767c351c850d082648aa5b1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:efe1a0fb3394a117206bb1837b63a0ee828ab5b5d30dd7c94aa88afa04c94c2c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:afb18f280c123c44f1349b80bcab24c86d8933795a0577deb13bb651019d6a92_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c865ec93173fecc00d843737009627ba137b7cabcf8337ea7837eb9bd993a601_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d172695ad3dcae4be122b50a27f14c6cb0e71357868ebdd13336cb7315122fd8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d4a1f393e7762a2c7ff12fd634077f5bc5bdd224d7791eb7929d26cd16047dee_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:01050a4179625f00151e478a0571e64120ac6221fdbf32c969a18ae9872c9574_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7639b8403341003825286c0fd45ab34d815585e8f4b5b4d1a424ccfc0292e017_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bd76fd61510b4714518ec5191e315f83feb1f47402e32602b061a0fc09641c9e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e53bc4c7a3fa7103778bd3f7bdc4b6be4b5e6a8450e38eee246caa75d9f8f44d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:62414e285f1e4de212e28bd90e5eeb60730324d54a317434565bad8891435168_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:77dc7d2bcb0cb6289f6d8c3c3f4ad3c01b9e24b4f6969ac666a888ecc8a29981_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:7cbc05eb0a0d3210e378d08d879933d905565224d9a6fc00e3bd1a9ad6782557_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d195bea4ac0b3ee073418a3674535525622d9b492bcd1fb0448b8ae52ba262b1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1440138d54ba0f09184f96cb79557548c3c9f19089bc813f433de28654cd74ef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:203e3cf52680caad6f8fec2ca1c7c87d45205ebcb9e816fb188e74a5bc7496ef_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4ef6d0725b69e2867c44e7d7ac57c820b759a45c491997210fc38b346d7f033d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b1ae4f6e3577edd7fc9f6595168857af7fd9c08aadbca1642c2f9248205b8c42_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:2e494676f33f47eb13ce2e3675c8e7a3871d5d1b73a59b71623caba05364196b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c8183043eac4cff3a7c17a9de76a4c9df725db694f411b19dd64923d1de68551_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:c7944fe378873f5d5268ff872c52ca08908af41b7efa03a7032363c11af633da_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:fc53a478ba64c0557ef8de93faf1320baab34d4bca5f50bc8f74d4a8d3a86890_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a5e04dd92dd9bca8344f741151a5756e28fdd197e2aae26c13caf2867ee6ff76_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c16e427a9ffa0ef24fd07e6a21ff78a63313d5274eb3b1180f7c29cd1a9d11b7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:31630cb5049add8b683fc6f3de6cc20ffc530b72d45daedb84cfe62bec754591_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:89a876583624410a9d79c1cf83d94a9a7c0dfbd3ad70228ea985e45b2ccee9f7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:dd8a443d71a973e30574016ce343c19edc1872c63ed46b5f7023d304b9c4edcd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:63a52e5f035913f64e82ae6a617273abae9ee0729316d26ed5d4182ca0f50d11_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:754310c0f797038ef14c3ef9ecd934b6ffaac6ca60b755894212854289b9f405_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:49c4861778e7bc4f5738ff0f5cd5c542e9fe75c33057a4a0806b03ac75d76ca7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ce8e1af1e3f7d331be7a366560b517e1fc27f83f1382ca6a69a1d9893f260fda_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3478a4d3a1acaba3cfb3f1040320798b9d0b419a66b07267965d4ab974a3b440_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5db06d085c31aafb3f02c2c373b2de6d93c5fde72dae55d6de90f44b49b5770e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:634d04ee67f3a521e7b3cde560084491908f32aef4a89a1bb7d3aa0ae119927b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7683407dca1a355e731e277631b3d8522a3f84f1de664829c3b15db39b1f1ca2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4ef1395e47e1898bc84155ed4b4e3e4c72d08e4e7f2d19d9530d889fe0ef6b26_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:63631119f3411bf77ea1f622d77ef96434d80815531b046efe5b297dd5bbfffa_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7ee73740b3264500f062e3863e42fbd98dc3895f17294450fc90d992d2108d49_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:db28768861f567200cc79639eb01ce8e18fe5cb8a768cc01d3e23bda55431c75_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:09ebbcea16169b9ac863167c0e7f953717e92f75fc4c4e2bffa0eacf84519907_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3118a7eeb28d8388a06731c7bcdb5eba4a942b9c91a84e595ec0fb49a55bcb11_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3bacdd4e5501902865eb31e884646418bfb5fae90593e96b06ac0b7c3cc1cedf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:852556f6eb96442354f0695d6630e2798e19e31a5ada2ef01e3ca2571a4a40c0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:59ae16e7b7d2bc20f34b8bd1dcd7cf8d8d7c201b0f78e3165b11a592d1b08597_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8b68cda23f470048944c164b84fe27a5fb6a43fe739537383444c28cae451035_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:23c8ed7995abda7f87fe4031843205f3a99a0c57508c6218291762a60907f5f2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cca7e231ac39da3a210859c6280ded3a4687620493e3a3e0164a403271537b6f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:054a0d12730620c46ee6209bc9932909f653d0b7f796682a0f798ab3ac3b3641_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3281b909de7dfc5bf3c746e3e8ab05fec49fc8aa83dc8156e616a59c41ee923c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:d5efd9212ed22c89067691796443fab0b28bfc31cea94bbe636a4759f2e88521_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e0a34a88a67409e2b1cb243874cadd3de1c9c56a54ac225dc860cd89a635bd97_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:275f90da2f77f60d0a77e00936734ffcb5099fc8b5662e03de49d807a7632f6d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:833072794acb03eaf053f30b6bcfeef95cf1836ad5149fd97f34f3546a2e9f6e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:893dd8fc24cb10db16620d8feae352929b0dbb797f02fd80f025fdc7c78bf53d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c9ba070e466a5123790067569bcb909e291f3b2264af0aa152372fff9e64f82d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:6f50d9406911e5fbe310c94dc60829891609934e64983339b5f66432a20864c2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:8b4ce896da4126dfda544da09d04f010c0e9b25bdab6557adbab8d095905d535_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:997a24c33d3ae9914f3694b3a8cd8af50137ea48296c322b56dca53b4dcd1fcb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f80cee2f47779e24e07ee475d09fc697a4446a07f9eebb0813a7119eb0bda36d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:7aa46141209fdb1090d90f00d1a7753f31b9224e080b8c669883901846b32ca4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a0dfec857ddadf777961a71d8dd545cc798b921e083c8b5156ca7423f8ad8a2f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a5c047afb2066ca8740286ad2af8e1271ef78c2e5df73ed2365f586d6a101b33_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dcda877c69d0398e4744f1b7a2ed81986ccdfdb6f4da7fba75f29fead8b10f34_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1ff4a8a6440dd4d97adc3273253da14e081083c978edb5fcd05dea33d4cc888a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:2aaba77958b12e834f6418338a21b839a95c21ac5568a53b5f792553db772e6c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e5753a6fa47d5a753be2eb3b7a46cee0bc156b0e52bf75e4f192c0ddb3fdef47_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:ed802f61197fbcc0f1a8a916612ab33363e0e1866ae70d03df92469a2c356ea6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:120c1ccd64bca8bfff4b46d14f78038594a28f6d58c585b1215afd76c23c7ad5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:52dcfdc6c5f219f414fa0775b70e34118b319897b0772931e0861623db7bde86_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6b259bed5dc046510b7c3305f6abf86e4543a9ec5091505f92f573536e9f049f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:bc0dd85538edc7a80adc0fc9fc4e02051e7b09480250b5328a6b70251875b943_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3f9151da4d025555f4c0183a0ce07a2d0084beeafdc9f3f1e87a603053ef9089_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:919fe76dee99d772b668b57645779a63e1c3b7f7f40fe79175c27ae6d7e261db_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e19a080b5fe10b67fe48c28014879abbc87cf5077c32c003fddd171d06bb370f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f7708a1c1e0d4083c7f0b9e8d8704b91a4c823dc9435d5d3e986372f305e1fe4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:27bd19fa0c1eb00c55120e22b21eaab50f0eb75a84910e9d8a2fd3b5fd1c7dc2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:52c4215a49207586cb3f33bd1d35aeda857d31d34c80cbfffba02ba8c448c8a6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:62e5cb5ba2d92bc29a2087c9de9fed7978d4c5ffe07b0afb479eac93519c6df5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:68aa837b6a3bd95232abd62ecae3b040f2a7a72ced626c784c4062c2f28a6e3d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:9872321279ec2d108191f1f7e1764551e9c7099de51f595627db068a66fc4f8d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a06cb8024ab06fbdee295afe99cd294f6e05c36dd490545600967b8ff12e3391_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:1d3a2d2ae27d869506d3f027ebb43f0ca64451cbb635c4c412c85129025728c3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:c20a4f14ad0eecc3f88eda36bd65f1f390c6977a7ad5ed69e87969556b9d8cc7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:64247ff135642a32fb59a62cdcaae5f28085ef0578916b4ab2c90d31e67848f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:e0cf29f62ec486451053c661388f9a3a12ba42b84899b687fb3486666a42536b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:efc289b0278fc84c571d7adf9e9ee1f8b149c5d832cbf416803435e89ee0a531_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:47ac82d0289751c8c7e41da07173dd61836e606101a20b598c00da1cd1fc9077_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:953b8ff978f6523f4578a469d23dba6536d49a141b4e3729b059feb6d79a858b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ee224daca08de920de240b684ebc23a4da50d60130d9e205e88c904c8c755343_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f267111aa2951d22dd6a41c7362afc22454e365325b7a016d213505b7dad74f8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0ed3d751161fa47b7ed4bd2ec2c5bfff8ac5ffae0df22dd9a741cc64bbe2939d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:48bbecc83208a8895cee2c2e8ec677f59a688e02705a677cde4e9a8a52398d1b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:89ac959e411430e4910919132f95452d1142a45fc5c67088f15cf5bad8982165_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:db55fb30b025bb573317f113897a7bfa0dc729aa684dcdb0ac3066356b339bc9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:285f19a6dcffb48d4e6f6d3bfb44722f1828bfb2099a8736f2fc08cdd1481175_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:521f2693c3073993771af37d65723ced3ac83c7438d6ff35425ca5f663101676_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d1883837f227ea4b98d2442b46e5c07a9eeae549e13cd778f7c9e78494b53911_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f1f601e3a4951748fbf030083febf57aad02568058889b0122c8872e2d68d70b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:34298ddfd123342b87d28c047cb4a8c1b25b07352bfed57aefffdd92a7058b6f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4a56a0984384548771e1c8fa5a4a8efe93f472cdf2b64b01d6049b2f9187a684_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6765cf3c0f8d395307ae57019cda7e2aeee976ec060eea8a47703db0b18532df_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:8a8377100458d05864c6521e4b7550df73b5c3d9cade518067d5741fa9d02292_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:09ad41d3ddb9aba6d649812d1e48433f5778b1cd9d5e0e1466b34e6516b864e1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:7b3a100ca1bce2bced0306ec9d4b90a4dfe8596c5bdf51799aa3a7a1ef36fef3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:ace3b3b02c33261287a32253dd1c027769743797317ac4259c9102e0b3db6603_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d289ef93e6e179405cae0db5309865f76cefababf168006abf09fc3a51a32bcc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:20052a45d551f7e988cc0c38baa38f146df4d9d741ac71f17498d8ddc44a1beb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:55409e5fb153973038a15985a332681f4e3e41126f84b6a355c47314c76bdf2e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c143caae15fb4249757018e05ac8dab9abb20f405977cb41468ce6a8049c4342_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c5d456d739d5791e51544a45309ca3b64f763cb49632bc638950fbfc041b4193_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3ab4203333e071978d85f0f44f7342811d898cc388326db60afacd2395f8340e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5a97ef5bfe0456bc1528f2a3df7736c506e11cb61de5c41a1daf22162150b345_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:94fd7b1b27954fb59c11a010f4b8ce0a3377b38bfed7ffb20873a2f7a499f8bf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a936c0970ab66789c10a64cf57ae76bcab0f2f16b6b50e713373066f73d535b5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:34fb12d4fbb5f9b29b1b58e19b1c1b0eb27121ef80edc50a59e431a4e94638c9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:bedcb032aa7325e5bbff014f251d5ad91fff9dcdaf84a95e61e4fc4198f22f79_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d10ffca12372666b239a9fcde83a4b0da6c3f37fede3e47272bbdf9ebd2f0d91_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d5284bc6a4ff57ceca1c00af4ed0c46fd341f1e2a28b4f13b210ed327a25ebd6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:2a7aeb3139633e2014d99631287cce239d73af61e541f218f45a009fc151d8d8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3afe2f3016ac55bd947c98d1e4b957969357aed54423ca2f35955eac8639116f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6d7572f71fc31d580d355bc6ebf8eaa54e4285c53c7e0e418a7495a0fb8d37a6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d2236c41a640de0aedb4eb2f1ef143793288329513ec0911bc37ba688857701f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:7688c4b2355532cddd9b9d314d105127c494990e7079407d2f43e578610971ad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:91ee195223233fdaa6d83ddbc8e1dc33bc7811e4f1e6ec9f5ddf325f560ec38d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:c866308d315beaa691b25dfed4be0cace44628e0799527e9ca11d14165437d98_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:dfe468dbed566f02ea0ed9b5ed5565f40a00d03a344d2a230b0a0a83c783493b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:08710b0caf6f4bc16e72a89f596f33c8c38ba7742d0f1ee552336f9acc7f222e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1491efe6870dae8caca1a78c9c96f8b4b2956db3bd5eaa6bde59ee996506bfb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:2a0f11f0a1063e3ca7b8b04693ebe979e9953736d37f3dc3a91fa5c9912d79d4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:813fdba989d7b5a4aad5e9ce5bf5285b0e65745375dbdef899786d571c001b77_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0db523e5a7a6420d94d5d302b90c798737eb78f99cde3b887d3c3866e195b9bf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:18b7e5875aaad6e0bb8b12fa303ad6295bf3968daeaed2104f0f4ec3122446df_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:80c4e60cb2ab82621ef12774841d39e6ece9e9671114afd0d19b188dd7746d81_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c20dd339ba44e18a505db8bf726e2db8b6a764f7bfcd9e0d63d627d69c2378fe_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:528f1228123298362d5787e862306cc2605f3eb31fdedfd0deea7f3cdffb77cc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:75b18dbc6fef40173ab0c85ff4f9c4111e29afa10593ef9141d589f88b418826_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:e8147c001326caf53531a8917f91991b5ca05f31d30adba78a03539a6568009c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:fb390f9eeb4853d9a20c9bf02ac10e099238e94084230bb532029be4c88b7ac6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3dc8fa50d17a5074f03d58eb00467e45e6d74f6c5293bc57ebb8c4feb4323eb9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:51941876bbb8070423c00e3699bb193343e963358dcae8cc6acda94395edc5fa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9087e6df82220f673440368a5e81c5a0f3eb5e36cccc61cb40fcb56d92cfcadb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e3740bfa7355589784350a9dafc10849d32f1273327387b3b3c6389ba1e26dba_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:05f5bc9410d9859f1bbc1def6e1c74fd47781faf1ef26633f61b5d8f09ce8d02_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5e14d01db3abe1412de6cbd8dbd7d3598d5ba7d2af2f5e55a7ca625aaf8a9155_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:db0bf5b79be48f69d411611bfa74a9b1cdfe875b453a81ec5ea72a962c27978e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ddbaa3a482cf17a156f6955ec155eace13126ae83217c36c03eb2b826e7c4ff0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:02ce1779315733c6039fbd9f711d6c75da89fcfd4d6ac8e485d7aba30882b3ff_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:d29e550f223f287e258aa15ac71ec87cbd24e9d6888f22d82aede80b7902765e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1d43b37d6ee7556d8afe22fb33c7c9ab7a1ff5b2b38d6e18f762ba759015f87a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4e627ea7097e36d07d109f50212809b6477070750c0bfff14f3fe9d1d7ca29f4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:63e60a076755fec73f95d2f5ee948a50d895b69cd327296ac0925e301f5b7e4d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9028745ca618eda612fa2960f0327f19fb689eb36762515bfd71bb2efab0a0a3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2dc50c3c453049a1e81e8cc4559147a4fd4a3a6a9c140865f82bf628f2a45b83_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:734c982a6159e5c4077a12b1a0f72ad992b70f965873ea591228172e6265263f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b2a21551ad4c66e622ccd865529356920dc4524bfa4595e08a99e0e95438823d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3133ccf5290a245274c030f53c63dfa74d6e04bffa684808fc1815a07ebfa13_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:6f399ee5f4634353047061fddcb9092dccead96c6884863253b913dab93c2e15_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9176cf7f1c5ccd82d82dc1a8ea47c2bd34e2ddb54d750cbacf7735a04ed6a221_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:dc6f5e144468283ba4d04ccc155f9e483d085dc2f1b78992e5fcfea42db77bcd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e5216672e4e265b01384ed2dcd722b4a166490d66e19aaec457aca55c7e3dbd6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:4ca8bbfe3586672e1de22cdce9466b37aa0e11c5e9d94ea8da271aa5cad3df47_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:57488300ca265dfcad9bcc1a2861062d8b82c2b80e8b21cc3ed766fd187402db_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:660006e5e6826b13ea6d73fce4fe672d1f67479c44ed65dee68119369eba3c75_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:91b8003dab0652f1a06de50435ca08d6f6366e6e8e7e10a9743542b577728b1d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0017d40e539a56e2ddbf4a97b0cd94825ad5dbc9cd79e1a7e058bb0b11afec29_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:7a71babc3307efe03b8bb3f3cc5f9159a4868c215df70d7a78ba37b91294649c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8403ecd148b8f0aa7f1156fc1676307753967ae68a69948af7c3987de8178959_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:a4e02776f7b5a66943bad040650f4dc9e865f05a0911f4f9aba975c4b30ef517_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5d3d3cbbc28f59a6aefb1e54986e084ce49b69867d100e9b7a8eba17b764304a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5fe1d81ec73517468488ed1a60331a78733ce2fed50f3930b4efbcdff5884326_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:94a7a56873cf0e075740a1db93972f2b2505e7bc082f2faf2d3a6badbb52b08e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d1e737deb52f4f124e34889df5ee2a787db0ee13ef86842f415d5c18ff70498d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:0c8b3d458f0968682b8604cad6ddf02b1135b99c4682090dc78d9b273084a0ab_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8f02a07e0928906a1c075fc3510f3750c679361bb9e0fc7504610eb2b230a092_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9b174760063eedf3197e5664994fdc21f85cbc3be8bd1329142fb9e88103b717_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:e97049e759fd58cb6a2c8dc5b78df8dab7139f8868b1461a3946cf187b824f55_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:17b700ef898288bc081220792a7a95f4f1852338d3d08dff19ea02cc9d957239_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:675083e881008c57ea9fe8e73db8034a66a3f439c6fc1862db09503f311caef8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b94730e4b9e9de7c0a99431f90b42a5368aa0da03869eb8a71dfc92dce27ba7c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c5c12b41cdbcc18c98ec1632a0c9aec007a9672a742fcfe89a5b104160feb698_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2c51c07f11fa78b44eb528339da6291d1c660451a0c9774ad7bf8d8ea7744ee3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4d7e15ae24207bd06663f5c9d55564e220bef28ef150f62d2e9622f569490acf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5a51836c3306ed97366bc3c8f24a8f9e880628d1feb98854eb5dd10800bfae83_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8231352f700a733b13de64913738e0de1b89be5046736077f7300c21fb778aa2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:121025c1dfa4bb1138150adc737d7cf12e69ce21f10690ad8d740c1c1f2dde4b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c02ec1e4b586a812cddae6ea43cf42a6b9742d062fc12c18c2414bc48b5b96e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4c94c8afa17ce2348d6198c2914e9257ac9510455c521f6539ab17877b6fd974_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:70c7beb1cdbcba3eb4fb83fafaf740145b81d510ef56d5ac59ea4bbbfbfebc00_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:83efb138b8bd5084f7dbeb8a59fe1ecc2680a20d5853b7a15f47e1f87929fd9e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:bd63fc568a9ceddc67809e2271de8ef4d57ac8af283861a601547a6b9da2dda2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d0d429e4a3a0a9f015725dd965d4317e67c72b3fd846ef4b04c20ada4d067eef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ecc47300fa59bdd3970f0baf030a75e1fe5862d2470756cf32c389b1eb89152a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:53bfb1dd8b4f99a0252bfdad2c65960877a4e722f5ae88591eb87d6800d1d98c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:64fcb6ccdaa30c4e06cc91a40273c6be01958ca2c048bd39d8a87e8c09fa7d55_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:bd7e96fa5e3db517c91323142b8258555f04d93dc0f164b6e83249dc0cd1b416_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e5d77db3010b3e1d31e14a0bafb1a5e5ca62dc03b7b0bd2097b198f6be6ee442_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:0488437dcc9ca866c5b96278686ea20b5732f8e8038af90889fadcf90f1082fc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d1bd0363eb8c21c0123522b814b140a7595a459c7c286220b4b6fb0b9886a115_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e45c7964c5a89fbb1a8c6da3a905e2caacbbf8c433b0d56d1b260bba151b3e93_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f52e1ea0175eb2af0a63311dc0b8acc1771c53a7668108d7bb7abf2b814e37e5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0043c8e63c3bcf98e33fda7e5f532143b4c8fdbce690606bf469e932d8552062_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:465c03f230a374b6885874b775473275fe8866f61856fb71a8e2bfc37b712ea2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:c730b4b9a52549bb6204deba37e28ee3946758bc86f27c1b886188ba0f164fc7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f50ed1d01f799f00ce20f210b95774f2dffe7137757ecf86544c71a9f621f402_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:56015af081c97939fa71d978d511ecc0e93ea6ea89640ae846645121531a4a86_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:82a97e06294f2bbad05dd72f91d692449eb4094ce1edda7d651e2f1833018faf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8faf68e17b482f07fd1a4ae8ef292fd44fe9de5369d5129c3945acb56b5c2f0c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ae7b169bcaae3569a946c84d88d0ca7b42b530b475c4afc4096d5db36aff9c52_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:02335c6538b4fb15d9d4e2a831b9810db42f8b8fdd75cc6237534356cd1b68e4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:84a9daad04b0ef97a77e258c1b490c9a9c1ca502079513184e43145467eb1169_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:85c84e6100ea0c4d783b44a085cdda8be9b580b073ab7b191a70ad3c14641f9c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eef5b8e84cce56cf085ed8f8a2ca544505242606d44691b6d0beced7c942bf9c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:148d9d31314b0ca3dd2667aadf51d9a65cc88cd872d21d29e4c85fe25cbf6410_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:87bd671167583b8f46388c7e5853509fc9c20439c1b5f57544117fc9e1b1b5b1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:dacaed2c85c23db8c8bf2b754b958ac8990a0b0e917e4885b39ed62d08061fb6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ec4ca8db357714672338a773cdfac91101641ac1ea56905a5dba39d13e8c96e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:1e01dcb349b9e3afa77e9c217b2f20dd7c9c98f7b00be3852166c7d676dc1c58_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7a453727eb7aad288301bdce304da23202950098592114e1c56e893828b7cb2a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7e9f67b6e1c87741c5d56a3e95af004dcfb6d6c9cb4267b0ad4dd1aec7e9cb1a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d9f12bee214359955f20c9b4c0218febc8868cd47405b362dcc6ab05dfa573d4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:36d864188a182dab0197f06376c993fd661689e516dfec4c25f9064eef6db0a2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:38481cddbac83c19b28845b99fec4f4d16d46aca014ab18653c5e7fd42d7dc9e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6c5798afafe96f9c1de300cd8b709030655d1c92d03394b069b3f4100a0a4334_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dc248c02585e41245eb8e16fea646a6f1013f5257f5152dab0fd4634073fe15d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:142deb80cb8918201dfc20e0e86c5a70e704eb589681db3e019d0eed0a8bbf1b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ff7c22adb1ce27c0944f94a4994940aa6af3c4db60cf184d0865753e0c18ddcf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:09664db13d4f9022495031effd53a137ebbddc0e61fec151a26e565a02a5bf40_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:9b480de86de7566594ff61c147bcf0a6e8d5f2ac52ca37a2ecc32909e02850c3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:177b77bf798f3ae19e2b67467ec324e2352c47a2fa4f803c852cb7d5514a2b80_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5587380364defb07d81f5bb93851d7d726780e03f561cc5c4010d6cc4e237079_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:503c53ef4cda2a77d57eb611638334ecfbbe08f384e01084a0f2004aceccfd5b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:ccdfd936b1e904b115efeef06cfb3c1b13ec6fdf123cf87c9ad477ab47ea4d04_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:1f7ad22165ad761cdd5fbb7f037ad342f7b9a6f017b80ebc9775edd9bf7388d4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3ddfa7f1a01b1dbf4d2e999da0d536b8f3600e0143dde47fed1f6f2caf15a7bb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9aa910f86e4c953069c3e45f3c2db9702a8cafe753fdbed42e4c23f4837660ea_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a2751c4e48572281043cc6468aa40d2b3a8a1eef5897cef386876fc08de5d791_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:00fa00533e4616bc63471ba4e127f163a2ce06bd8546dc3fcaf2465c6c511ef1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:65d4474ec56e4cae8542f01d54006ee1ccf15c8a467dd7f784f1df806507296a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b1410e826283f79823ba6cdb76d666aed69449a847936c6c634593f31c9795b1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f3e84cda9ee1fae57794b0c60a7b32373d8a95546116ddb326751e9df0d1706d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:059c0bb97591ea1d95bc42274c6748438e32ef113039c603cbf8171ba3dcd1a8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8ff741a30a8c2059c8702290104db1f897853515bea3d054f5456a0faacd3e33_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a523a7ac9b9119290e3f27ee0b0c7a5d3cc1d8f35ed4e7aadcd6968dba6c593c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:db230edf37a3285f5566a6f82b660ff3394caa80c95276bc3992a3f45a18a59e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0dfe21d1f2ae4ad05af6aa896c0bd09417c03d2fa2e37a1cd3c7afe9d9f506b1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ae88b0138b8b945b1ad071a5ac660e6479f3e2c1ec261d80a4d7d862e94df269_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cece82ea1f03a889d37a2e4e1d81eca34a73857630b9874d05264c12ccfde18e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:e518e75c0ec848497d5dbbbea1505cd3fa96387be78d326f44094d341d1aeb69_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:4b9f7900c251da09ceb0c5e36e87322030e6fffb41da15b022e52f26967214a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:6bcd28e8610dada7b5ec2b6e14aecd9daf0542ac8528b8a1c9bec9b5c22e6791_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b4e19a3b757309f5ba13e3762e2449003ab93a1d3a950df031d0c5f88b338461_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f3745f0a10aa35a13620960671ed4e2bace1c01f0440c1cf222aec37ebfcdd6e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:10a4a0d9d6cd4779461dc27ea5660513c80c4231267cd5d5cde84626a52d8d88_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:394f1ad167455a316ded12601110de58f0666917302eee8a2933932513aabd70_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a0dda1cfb8ce56f6632c7dfc15f2d7c5251a666f7ff34fd78f45a064ed9fe8d4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d04c463caf59ab32c381bf6c88b9a55ad9a4934dab8cf66b1c80f3743edf28e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:674045072f2c791146899dca69772cbd83d8ea11305e024f697b0ecb2ecbd9e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:80d008d72e748f6d1578f0583dcabb703ac8154853cffdfa6c332bf2db662da2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b6d9ea5fd88f25c46dfaa17deec8dec67f3241a4e52ffb5b598ef77af4437da9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e18f121c2a8578ab7a54b48347a671e8a1e315e85f894ef67b96161a490aca44_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1415356cad67eea021d0adef8b7f8ac8524035a4acc3ae7080f26f8f3f7cc959_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:2f7be9eb683b2d5c65aa64a28e11bae43475f5a828e8768d468bc24fa0bd4ec9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c0f27acad2634255d689355942e8c0d87f624c269eca0f11b1fe20b56b22294a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:dcad2bdd0764804f9dfad2a4f33eb2fc105ff8e4cc1d2ab31c58ef2903f7cea1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:02dae90a28e2afa83ab4b358378b616bad7c257b8f7d6cfa2830092b7d46fd18_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3e0b68fb323e91570216f90ae2c79cb4bd35149dd62c496c39ee8fb615b62888_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a6517f52e257eefc0602db5e43fd946de57db13299d5077b1bdf872754253cb7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d6c465af092548962fe617a677d3398c6164c398602d7575ec09533d9654f254_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3a9586b7d44c57c683256faa5d9655285105844c74f728e4558c6295f73a3aad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5dbdf857d018b118ca8bae8eb52b2e117348804dae51da324225ac9d9a0bb141_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:7dd0655af57c7f8d2aed0f88a4b02ff21d849bf9c8cce7fbf02aca7d322cdc12_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:abab20e995be8b61590ad7dfb8de0bbb7c7459ab5413987562332de2c9924924_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:6f1fb02560c0dc83cb7ebbfba67370896f2d3b21835311fe5af23a06f4a45142_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7a90eb33844a25785c95b0e7332991a373e0b70560f979e8e9d1554f9d021545_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:92ac319d44a3a3d8e68f29488cd75e71b42dbc98b5898f662131f8576178152b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b8c7d5e513d5205014f53f22fddd4ab5c54e62e62e5813459ea68afd789518d0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:788b2252987b1992fc9c5d855198aa50a67048cc4d0a1e28240953e5c1d9528b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7a2a0066a38f2e52be47a1fec5c9a1ec458550d7ee6ca1232579b3fc98b7e9e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:939c609d5422bb4be66f482815c70b170d51ad2ea9bb0675a969bdaeff35e730_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a260d94b14808490a417d828423550eddd7b865035b631e9fcbb108d8eec6873_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:9f38e40a381edde4d367a6baf50d6159bab76aa34f7f932929a118960eb1b16c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:bec3f4da4ad493e8e34e5e1245338929dc916772222817e094fc0cb7c6370b88_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0816f94cceb27f34725d9c3f041003d61b9730a3c602b48b70782cf5b3887818_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:3d106f2995d5dd270eec34df31ac33f4a09dac0bd79bcd2031e9bdc35f20878a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:2c50f45d634218d512ed37008e62bf2718cc4275a9d944c845eb29bb19d0e700_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:429368ffc93f60dcb14116dd4a448f7688fabeb9a499b4b7c9c77018f4a31c3c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:48105c86a370a0ffd2c536e5ba75ea80fa94b09f2cfdf645a9fbbb62bdd1654c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8b9490cd4a69fece37aac8ced57235afc04a3389e16234c3a3f1d9a4f8a6d34b_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:021a57a7ea58117b5942b474f8899924fe7ff170b234aaa301f86ff465726ce7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:37283f08df56189fd19f7052523f5eda5a5eba0096c32fc3926eda3bc9398a8c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:459032d57026d4dbb2af370f796c28a69e2e30389a84cdab0e43de4435d980a2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:82ebaab991c00d42430890eed6322e9d060c3b4581ad563383a7d13172de4c08_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:244a4dfcd32e2a6bed90fd5e452b63822af9eb60375b9ac45c1864c2fccaf765_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4eda87164b71e7c6fd8b5a39ea77bb1bbf138f43d5732c08e314369b18e2509b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d2d6b9b7d7cb72703bda76e6814e5714b101faa03b14f55507b82dddce6fa09a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:f5f2d566546e640f59746e3616b98dab55eacdd33ea04b7cff887da6cafbe380_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:21cd6ff9f8ff53d747746f2d772344a8a9be9bd4582d641a0d6814da81e42dc7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c16a9db40d92bd605eb9843f2fb30f793e9f807e924a98f58bdfe9e8ff5598fe_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:f7eaa545a5719eea518c0d48a5010a9e729ca7657f95712b86bd091c6906ed9d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:fbad6ec51decaf69511274952af912054493d07f8de4aeb044b0728e015e331b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:4b6ce9a91e0408d0869e2d64ccfba93b8b0587c8c4514c024093e47d520b7b13_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:5bab5f51374c260e261af4d094d6d834011bb00d20269e5f87c670ab2e5fc50f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:b046acdbaee02a88bc76e80217864aa8a933b4c624abf504bf40b3b5700a3ddf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:da7ec98aeffdf151279fbfd2d45163722323094e790ab1e5b14e3a75bebf7ba2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1320fee14f620ff211195e536a81bf80c41140d10d8493dca37f484b4803e1a2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:69849de1ca4d23c9faf12777ff7f26deb7eaf3026725512e29e7cfbfcb5e30dd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:7ae48499c990a9bb0ccfd436de6e4586ba27e9fd4036b4efe76299aafc4520e0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:bdb7981f8aadb7c27bdc448ce4baed28ddd8d08ae1a83af66255bc70d3b87d63_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:06477b1ed6e12b1088fa198f1158cedd852d51773f75622a652220d147aad66d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:73cd8858eb6e706064aa3fb5b397696ad2a8d264ed9380ceeb8d8d89afa96914_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:95a5dd3ee93857d9e65d57257e2864774e0f1aa15d14c62765dd110807a7e983_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bf017210bb8bfbefa027c830656e83b3db86e940e5ef1f62e67fdc84545cd118_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:04441c2a5c244d0a76052a2e071d994d81415da2cbf49cdd74d3b64fae89fea4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:50caa5c63088b2cd98d85bf793eed760beae31c73d8cccc60f3c82f7e4a436f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5d302fd1e0d562fd3074aea7fda53b46878dd5c27f53b4086f43e0b60c69cd92_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c1ec441285a07891350ef5b92dfe8cdef23f963d39ee86b7c2eaa0f29deced63_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:29924ddf95c884e61e24bc38d457d4bb997c5a03789459ef7565f2350c778e44_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:865ec06e1488b9c81e370e48824dcd003c617f45198943118f99889c9a23ae5b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:9c28ccab17d26b72d9ae5d65f7a1ea11bbbd2cd39076f517e6655b9a35a277b9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f2a4bddcbf9cd3c04f90623faceceb3f3633ebea89954ddd26dadad9b6f9cc1a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:0f34558006e45eb8ad74dfad87ee15c34e2d5bce5f192fb00290ba8f6b2e06a6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:a0104045a7c163322387f621af644a79ba8b3e2d44bfa4094db15fad792e7825_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:b83a1577d6d15ea51ba7417aadaf190944d02a36e1067ff9973b9b0e59f207b2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:bfeca6b1d120f47ef42ace529f8663c90e420a3d1067891268e0fbbcd0c8fd3b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:09fb74bc16d6152ee950f1e2e01a72244e43c030205e6878577ae8a288f229dd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:933bdee9a720806a6c7537ed79ad75e25ae64144eb7e738942c36b2a72427c51_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a882578ad9240c994b4f21955809f6d332965cde3686fd2da1c4bc1bd89181f5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:eb823609e74431800e5bd7fd2399e11d17ea8cf0a16a578b70f1447aadbfe8d6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1a4a79d38290e993721e5a239acdc973fd395188d4b47ef664716249561f9b9a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:1ab570c571e5291796e3eccbc336775207aced63674920c7416c67fdcdda5ef1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:46f5577da7e69caa3c941ead5de0ce8e373a77348df4c9dda922319a47533af0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:dfb1568b260cebf47b31b5bc5b956dd573ef5e10f5c04bc7951d4aefba1e1c29_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:6405c266dbbd8b035f0fdec36d4663fdc2e3981899fec3828e7bcac0094f981c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a0ce68bd8e54f1975c89b6739bc6d94e9ad8214df431d1c41907866dab1cd9f6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:bdac9d54f25066cf36bac0fe90d1df7d89fb91d49ac68c09db1cf14862c91b43_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:d8254c11772cacaf25e2a1b24b41a7694b530246cb980ce80caa5298acc71c31_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:1b5aa2a8fa69661df2b4cef49e2a8e25e20ecba84ca80d5c671d8cdc73e7e31d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:54c656c9b7ff7f7d9412253dcb0c4484233f4cbe77512b63e69ba1532a4a41d5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a2d16879e07bae5f6eddbb5615c313001ffc4b74e91849ee9c2496bbb5996616_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e37862fed49b426c4344fa755c3442dfe134922b3b5a3c80c4bf4abaea7e6563_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:04e4334b0ce10eb5402543501944e72b9230c79f470f5976f8e5bcd5a18cd28e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:34a11ddd5af5a8d2331804ab76c6319587bcab73bbafc10b6f710260e5ace5ec_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:86ff72407e38fffd121bee52ed9e1229213f5db18cf1324a08296597aaf494b4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:edd7568d61e33652709d4bca937a801a4eb6a0f134ec7866eae3da1f19a01400_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:44623a58b3a052f8cf871befe578ff1419b5a36c9f61849bdf58a15148c3f65b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:78ba410665c68a41a5adbd8422a349de2274be894328ce523364f1ec2a71be01_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:823e1e9e7e7743538180596210828b19b6e3c8f435a7c792be5b945be76d9956_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:eee0084caae19613373c30ac9d2f25de2c202dc83cb6b3077baeab3b2ca89c26_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:17d193d080ae253f4e43ab259c28fd84f5f738967fe2ad4b6528fd42dedb86e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:36ed0be4ed17c503bb07435b198cbd5e255660bb1e72ce49db7ccbcb3ce92a23_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7c1aa77f92efcbd6fdea6120c75e2cb19985aaa2cc48e2d4d3d4ecb87df0d277_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:d6dac5da24656ce0a1494234b06783b5e4ef052c0d283e66f881c21d1766c51a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:380b5a968a30fa54a963bacfc37767a01f6067b6290fd2d877d6b1943a7738a1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:6d1570e8f771ef561c5ddca5410cb86dbc94943cb23b6f96fb2dbe5b9a2f1823_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:7a9f65149b802b3c2ac4d2a96bf53c1dd6eedf8c5fe921783962197bbce94207_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:a99a994a160375e89550347eed1631bb0d12bb4dccf7ed49119935520b744235_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:22b6a40bf066153e072a2d22e48032b91a7f70e2de0d38b2bc5665b72f5635ca_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:499dba655c620472ffee2c73f5f6c53599dcaa8755af1ddf60388702041c6cfa_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:9f82e685ce4849aacbc315249403939d8e9fa55ca297ec0d829d445a3133ed9b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b11b0fd3272461cb95d4f3c79c5c1138770085b461fb8c64c5f19f3f2276abf5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:06ef27c670aa46891c208f0a1ce5be98a92a321e81865484c17db725d6c48f6f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:50187fe1e5905226e869fe96d050d1fa6c91c0ca9f360456030514a0f3efa2a6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:828613cff0791cce90feb1abaf17c31f8a89e409f605d23ca79904feaafa8cc6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:889a2f9b69467f174deb05d9f57eccfd85e8f6e2ce2620a3e3b5c15019a108c3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:381cea76282031f4a018997a2ddcaf6222576807356d45ab3357b52a30f6bb3c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:604bace7f2173c964ecf1b54fe70fc08abbb7a39fcefd21af752c7a12f6f5a31_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7acae5b318d8162c7da445ecc28ed374eb1db0a92e3e6136f1a3d6a82bd75495_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:df00671b04cef1d122484a876880dbf4cc250c63730537fef7e1651b58f9a9dd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:7246c15cef44f3945840162c1dab72daf8c0c4999345aa6ba148dd34597f4ea1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c7fa305a0d4a592411905c2f44a8218e25caa39e293ba68e1c84458683c93979_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ccf25a1cbb0c79753f4049cc37fafb77d0f8dbdd896e4cad7e9674877dc84589_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e1ff850187bfcc5e53338ee32678873692eb81a7bc72c5d3a928722571d312df_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:bda6a57c2ad84239536aec6a20a9c37fbfc7aa13c994647427936bf0b3b3361c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:49da4e953f3ab4d734c88b4371082bd9c6fbefd00875d8c3f0f8e58f060b6a25_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:95c4abf5e354b5a324515cf6e69195ad3576383386665683d4bb8f349e558416_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bbc0c1a5769338492d873bdb15757525f69e250f5a4320d36f249fc35d57d356_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:bf5e48b3778e040c4ebb1a8b0bd2aca2e7814720fa400115ceed9e1745f3e2fa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:2b26daa64e5d4151cb1cb91cf459afa93b2bdabd2b9d5d28585bec72484c0e63_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c2d77eab011a8025098e1254c384f83af4f7e0d3ba9e6d2772eda689e644b036_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cdf9f5f665881fa0c5a2f3c98e4c99673dbe8a92cdcbbe6b80e9dce09f59a8dc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ef4521604c721bd0ae8a4b822ac9584d3c7c8a80c5ecfe263da6ff9500d95ba5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:29a5ed8364575efa8d539b05c002e8b82cc57350d4c015303b4fc46b06903eda_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3751262aca1a347b013648e64294520615e447cb875b1e7c04535c9c5e843ccf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:5bdc6dd4698facc8189308328f6fc62ad7f4a3a5bf8c8a5775fe6e966eb44eeb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:e4aa456e8c865f66105e9f1828b455bf09d80960759209703df345a559b36608_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:74cc690a06a3f7ede74550b2416957a6318136ec7b703de33588122e7222eac0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ad7055ad351c0c24582721dcbf7f422b6a31290104530458e456bddd1a637938_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:54ff1a36ba796e5b88ae421a3836220f5774f0694cd49da8aff5f8c1efaac958_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:ff8879335cb7031227028d3bbd5ae3c882c721871a28a42216fdf94885cc48f0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:4bffd0baad38d0ea6f54efb82701a6530eae707565fee41e2e65682a990267b8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:6381f7fc63ba688a5514eeef31d629e8e6cf01d6910f29f7dd38cc48a49f392b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:6792be8aa7640d171ee8102e5315ee2cb5e51af62f7f9ebdfbb0b54e89e35cbf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:e168e04989169bf67e16af77f602c8d762b1ef424f4abc92ad8ef8a135d6fe69_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b9e9f7cb5894890829532f10dda00d008bc5745b999b76daa26b5667e00e0b87_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:f8ab11c42ded9679807701a6c9564ff67b13ba875e28cdbb7663d9382f8e194c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:203f1d7c4feca08547dfa923507640370e669f83029fcd373e4e93461cce9421_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:8b16e6a9162b06a6565a48f4b05f3a1681f9f6349278d4f44d93ebe60d96c566_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:ef131d257bfc318cd0071ea2867d209fd8088da69e92fd3d07bce2b86d4eb2f4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:fd5a0222754643780d37e10af8b077bf257b5b4be2abfd2393f0423a4fd4b291_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1f910938470138dfb6656b608393e46eb5c59d76edcca34b8bbc7148f2479061_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:71ce3309765f3dea75ed45541065b35f0aeb697d59b013294775e84b780f361a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:313d893f24ad6f2f8c7881f418b9a5e9c499674052a97434372d1d079411ffc2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:93bef2950591dfbc736a80f6a92659b6868991040450c5cc415d32e225177512_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:9487390a62cbea3de31fcfa46d05ff56a9d088426101b056254d0a3dddd6631c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:d4cd54fcdc26243209c918dbb1dc54e940965cd12cb6d05259c0ed45e3755516_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:2f9449039570a38ef4191b3717a9597219919ffaff87b645f06c4daec74a3cbc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:5d72d27d9247c2a9ae05a1e496eea2c264df19be8a566147cf5cdf378d82ac4b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:2b1553659b6cb1a4fc9e75dca05c4117d98894a5ec55a650fb60a2062cf1b79b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:35d963f072ba8d1d78380c48815bd2d06dff7f1917e493ca64a37d319988e6a6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:42870b8a98ae271ad0f0b23ad541bc37a9585e93dc6822f149a0bcf53c78036d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d797ecf477151c6821be3fb5e18dfa8f8df04233fa9f7da7b554da9eb38f0058_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:27d55172feba74eb9712fdb42300721acfa72e5d3739feac7c4353f8a36b4b38_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:5bba9f8444a0daf6194a6eda5d1b027781717446435ae4249a558a31fe17e06e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:a8840079bf9bf05cf2f9c4a7f38bb45b09baee82128d12df604007278fbdb198_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:effc3a9f6c7bb400163dbda690d84d9ef4d40736105a2594209efa8c0c5dc80b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:3b6acf7cf4c49d979d30049d80bd265e7e8f17331648008bb4f9033822ed0a41_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5b377378d275c0a152365c6dcfa6e5f51a30de20210991ad8a4b5c45654cf022_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:855e978f66e69d149f00f5cdea64c68b677a1f2e9e1c28f3f67846bd5497ea9a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9bbfc2d46e0e771ef7bf390e121f26b0dede58ac0ab6cc04e7592469a78ae5c8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:101533b9ac484f5e8c3f1d95b742f3596fdf42d6a706aeca5712648ca50e8ce2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:2918100b369a980a69fdd9d0bc0fc7c898bcdde23f8ac8c9a8a22066f2b1d87d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4f2d8d750ce5932589e4c3b10579f00da60407a89be1976f3b54184c997650ab_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:e7b4095c367aa9811dba1e43cda61f60b54b9536d9900990e7e6eac745ec7ac9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:1bb758a596fc11988a09a696981630bd00a73dca7c4ed52799f722ef87db6a91_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:50aa9b6ba005c3f004568e82cc73eb56ba6342720626f9a35eca618fd1ac9cc7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:982fa1221449a4e78c06e6a13b7ee325b8951a8a04d0014939dc49b13c6ab79d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:f055755224db92970aa09e26ab84f8f8c3a67c2c8cd442eb4e7764e3474d4613_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:719c8857fcfce93887b77a94974d418e3bf19befe0ed25c5974bfc7ed53814bd_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:90f04dac670c4d0c505cf8f96d020c9e3f4c0747b91dc2a2531db407ffdcfbd7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a921b1d40f1ebac4edf1d6bbe26fd7e39329776044e17d7f2409b20792acc271_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:db281fb5bc3ccd949d2156d7eafe5691ecc317c3e690f9987436d8b4317e6ec0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0a68822ea4fb06b74890aebdb694cbba827a5c1b9519b5a4d2086a867464fa2b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:38a4de43972a5ae5404ebc5862329c0b59ee5a6c72b5e3fa8be3171ad65ec713_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:dc970cb4ede420e1d131a6146d256269ca6fb34b633c17315e6b202723765bd7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f47d18b4634f6f675e50f165a805f33970a038843dd48fe8a02b3924fa70e8f9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:6731876f6a37e6e26e079b4d8901f7bdcdcb6f34f8f27c850ec813ca5b3a9543_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bfebb3f4a3a9476c2307fafdc5ec3fe7586c51dde9c5448fde7d34e37e2f45af_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c6b9b4bd2d7210a42dda555d8375807bec66a4f8693fdf256042b49b3f0130c6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:eab2bb53112191763cd944b3b13cf750ea9390b56d7d14d312183ffe56d0a394_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:3ca197c0d720c1314db2f36fdd4f1fd81f0b729829f27b39508f0a6e7ecf7bab_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:475e121c7d6f480d7d2545252a7b59510a66cfb609f586bb587595ccfa3b71d6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6cedc3acc4032d410aa6c0142de17e62461401a772a09c795371238dc00fe91b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:ce34f62e6953d64b6566905934afc4a1f5911ec68483f5ceecb59d187e37a955_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:2037952b4938add2200b79534d571adffd95bb0c6ce04e7ea4a6c0ad85389771_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:698f43ebb93c00ee0a916be218a7819d0a402e32c12724afc51f2323c26d541b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c247cff3341da9969055ddef313806cda81c2dac492ce683d4abcd5ceb5a9bc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f12ba7fce7d3a13280d4bfe412b9b54ca22baa52b90be0fd7825ac719f1de068_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0d06e661c793f5524b749bff4124ebcc17b7acff1b57a672064c072dd7b0390d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:484c08c7c512dfb681137cbf0cdd45f42ed4181a690076f6dc6920724687655f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:8a100494af630b1dd1ac3e0a7c75fba4853a1e7471a0b6eae2f7d6b7762beeee_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c9329187e9bde81fc4f0b4996c909fe4e9354e58fe353340600532153254e5b4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9143250b98cf0e2f2b3ec33bc25a856d0b2dd432d1994740e639bde2ed1deb29_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:9a7f2845529ffd78d9193a8329bd1761b7723678b83e8d5362aaafa657c398eb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:c6ef91fb95bad775d172019ab1b5f9c275c2302f85f04c0504273be57eab1989_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e2becd018c34a7c29e770fa329cba4f1a371d4b089451365abb35acacedbcdfb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5279e457358edeae97e136d8067f05d60b4b806c92e687bbd11afecda4840eda_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:5d76a917f9cea787b11ab23bed912261cad050e397769c94c1b70cac389c48b0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:88237cdb1714ed0759ff8c96466010145ff8cfd60a7dd3debec25e3a2b33200e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ff62706a4904af960c4989c87712d896b34265fcaf21ecc9500daecd03561b38_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:15ddf484307e3bc53f165873cf04ea008f4f5720effb19e3ca1aeabd9fae64e3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:28a6a3b04348c6191f58b9b0a700acc995d5fbcee3cdf1af5e34dfb0a15918fc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4933a9cb0be09725767981638b9139867cad6a26a228701ec034d45c3f7da4de_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4b571bca7d279192d7095a9d157cdf40f553543b6a39658919bc5920445d1177_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0f18441bd2e164906e7bad119d70b8f5b9b47c1596d58b6d812ee1e2f4b6c0e5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:77df277ba08b5a6efaf78b4ec5e59a7aca2569e00e7644d27e1d2653d80d150b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:afee031de2fff6cb0e07995b5f6c4ac83ab4cf3b83f23a3931a4d7e15a512c1e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:cc8b86ad3d080ab5dedb159dfca744ce669341a2491e5a0bab4f59e3dae9ed7e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4a76171907bffd3a94e149dfabb6170331e2fc0a30f3ea7b8eba1cbe68e1fa80_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:62f935bfe570ea83e376ea84589bffcf0b99d30eef620adc813f72501d982705_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:75a992b3a14138492b585b3500a6b6f565c912b193834fa562c990bee8115e90_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:9fa46e30f86fbaa943f136733680d0e8a668df1e04d1bcb71160b8bb795a2df0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:58b7b6502847bba5230e65e90a10350d8cdfd331f5656425dd2f310e3fc89cb5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:5989d793b9236bdd9dcc1df6d4687a6e0222590453a5e4e31be75d0414c28056_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7e5383d64b25edf87578b2cf05de47d46fdd2fb6f1f4db5146ead38c887f36a3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b5b9266258ab925a7dfd33b86043873af4c0799fc52befbc476f875dc44b810d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:100d472991b3969275774576b60f5ccffacabcf89eb52efbb744aa441cfcce99_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:9a6fe277560deb4c1c2f91a1d56678c5956bc9ba958b859eaacd371f8ca753f4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a2d2bb9ceaaf23ff8430662ff6b267cb36848b2cf311bddcdaae8e33e8736306_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:f71926ca5053134743dc906e1c5bbf2fd148acf50e44916a936f3a8e98494a04_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2dbbc016c4e06676f796ec4cd51e68c11c96bcdc41de8dd37c82c3c5c0825cc4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:444b74ea4a7a8a664746757e4417aa7e0fb33fed32a4755d300e14a49afba481_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:a330cd288cfbb99db498c3a7e7211eaddc4cc5e39b6343fc6589b958c6ac44ae_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cef4f16962b3d71927c90e2573873495563e3144b6e3e814acf5a220f1b27193_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4d6edfa2e5e9d6964a5b9483989f491cb5019ebe9af55116591b321b499bd12d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:62e2bae1dd93787bebcb5f1b58499693f4c6fd620edb3254b776494d2b5a55a8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a514202264b03a6c80a02e3cfafb7c6a86482449613b5ec0052d1040587fd088_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ae40b5055051c07b225c15723da95953a6a7d2dc6dfec8d0469d6f857c8424d2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:3882b19d141998fdfd1197856ec7826be00034d72633396be628002953fc94a7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:39282efac8310ed389b4acc4ff3aabd6367800953c1e8fecbf17926306d1f419_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:8df02a6889e22a9763b5c0e7b6934824f682f4683f2085f82dda54de427ba28d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:fd15b8944403c78ee3c0fcbe08aa5ecfcb7b10c14fe5f1a20ba4873295879c8a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:011ac49df806c01b3f64fab0b3d79355b2685c8fc0316653f34359b451ef2ba5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:5929d673c5a6a568c88e13586278da184ebda4c9c5a9a4a1f9154ad0e66340ad_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d113138d214fab52ec3422cd3affe8d3694a1ec30b85778acfa8b114ebffdddb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d91c11d262c19c1f020e9b53da07db82b6d68533f4e697ecff6c722781b4a4ba_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:5865f0a925e725309c27dc1d71d0dc999cb01b4fbde764ba8def1524f978c0f1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:bdbbbd728c482c0c5b5e87af470856aff0c8264d3f490c8ae9d987f21d5bac60_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c1230c3643979aff1e615e1de9bcbc758c31f7508b9a3b25fd2eb323eb6b2490_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:c7649d6adc16287d38318b6a50107dc1d3aee2e842a19e09822fb86fac31df15_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:70687b2657e8f1cbbff110582b55f3104d0c7f47a44ca1185a7f67e421d76a17_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:bda8d910934ae595f8a53675c74094693de8e0a929fc7c52458b2a9f7cd0b4a6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dff9eb529ea868114b0f46c60f4014b429ce115b0ce949e6855fe29d9270354a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e56bb2c28d7ddd2dbac95451cc16d547718b651532ec69c85e8f0fcf5785d002_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1670745d88d0d92a262ab445f81956e894ae5e9b23d490fab96860957c028771_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5cf3f4d1346c07a4e065dad2df083934591b45c714f503b5b617d470e87f1db7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7adc722fdef132557c191e026fdac56278584f6e49f3902179fc443d87a4165d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ff467f13cb09556eb490743f878422fa2493b8bca683b8759d7926e8af97dace_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4030ffce9d00de08b95d660595f0f67b2b83756ced6c6439da14d36b0b923729_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:4baea4cfb5bc4a7974f90c3bfbb25e23865b659fd078ec45b4c36ec0d11b78f3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:829d8937eb34548f09b89de6dd5a236ae58d6f74501f44c929538c281a8be920_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:a7fc85a92b1d5f7f79d8a8a63e6d9bb4dfc66383ff175fbd956deb1de3127fdb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:78adc3f034871d6d77793932d11b1e5f4b2ff3e1cff0385b44811210a3c84dc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b836e8f7b31ba9c107a08e3be1cc27e73afa4045210d7fccc817c6058671aa67_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:cb550213a7e8671953d5b880c0b651a566be475a3ca0f5b442a2fa9b0bfeeb1d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:f727aa55c29332a39fb4e74013b9cc96ea5b32c9cfbb7cbcd79c7031d1a6f44f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4b1f00007dc39d345013c99c38163e0adc112e5eb81fdf41e1acaa1e0064d7f0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6ae9a652c5693c55ceb3ed91fbac054d887142b0f55882c776e42ba20d1dbdcb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7ae4ffe7112d35231314490c8d02c6f0947b54c240ace11a87c07dad44d5be4c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:934380eb6ae83360d1e11f709c58d18c2e69e04b3246a02846f26f9879ca1edc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5580313395048ffe3d874dec574f7f1f1f21cb84831945de53a80856b4e945df_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9bc152718354bb245a765da17d12d0477cbd15d7eda5a86b8c5b1330287fec4c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:c00d2c84a5f8c5f1c674d43eddacbbac05782b81ab98cff83b606c35b46d18a5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:d74ebc7fd5b30afecc3d9f61ee6c74b2c0f8519514c5614ddfbe9bbc68227509_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:84ca4259de3e923248f7d50c3adcea713871d3d2da66f172c25dd391d22a3bb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c6381254579086af7ec69a4e610680fe0e532a26f7ce202c72d047b89e0db642_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e0eefc7f55d25990d314c2ceb50afe70f7746e467ab7a409fa3d1b44708d9ffd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fed1fbc1295974647bcbad55e52b199c2d3d4307a3e53e4f8b1db135df9fd8f8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:4bbddb6ff2f7429b2f5730d4a3f529b80784f8e42a0acc025e78713d703a2efd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:53a0ebb5fda619248605abeda530cf37fdb7ce99e7b7314cd5bcef2d8d8b7004_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5e37b117f72cf1001bea772e1302186d8f86c0980534b7f359179a5e6926c448_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6891d22800cc10bd8d773d471bc71c4db64460efab4b30202d42da1daf61a3fd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:0d1bc6ef87ea978c23ca7189fdf17ad0f54a5f7709a75a25d82e7b84ffadf984_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:107f2fcd3f606044c570a980c176047870b304f3212df747995f6eb8a45749bb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:6b6e5e25d50219a95d914df16c1c4e761d0bb45a9efd054572e54054f27a6f0a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:dd60fb26e79143000563578f9d72e3bb7cdde4b73dfdfc148b27942197d3be51_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:053d5fdef0973f6017991487843da7a64f8a346025cf46a7c575d6a4bab71d74_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:26318acd09b8263236b4d266c735aad015e3a4b61daafedf266ef1115968f536_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3ed5dce28d62c36a87ff35dead5806fd124a187e48051a0d2b550b209c9f6302_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e06c4933f2806bfab0f36ccdc159675e5fe2a6a084f98065787d304d5df3b7f8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:055b352bfb76de2eba0b9f0d1a6bca199c6e913e8e95879e991c5fd22095c677_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:16e31b5411f5f1924cbcf851f1b0463302a34c31c5c515220923f7a2050c18e8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:5909f73afae46cf2ad00a9a6f1c38d38acc3ab00a0b97ca419110492d7bcab7d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:dbfe981d5b05078eb1158624dfe2f0651cad81b92aafbc671cb6470b49bbb89f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:3b166e5b5529c407c2f8e372414d043fc617965696c5a869fcadfde2d14d716d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d3f6483b465851cbb520810069a18136af80ccdf79fc1ea80ddb4687ce685aca_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d7d33c165c3d0cc0e4924e8c8d34bfbd1d72e2aea301e53e4b37b712e94c06e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:de5e8cdb75cc79630290f83ff179057d25bfc11d37816c57b6f66563eb3a2732_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:24abe1e6ee078487af8ee8bdd5dbc267c18882078a7987fbd63728dc2b65bb75_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:552d01e66c6b2fe59104b8a9f3e1e58fdcd7b4d4cd63db42883ceb119ec0ef25_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c00c3c5e7e106cd6527cec39e5c3fba990d1986bfdcb691b866db80d59e5f82_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bed1aeb4f58c045644650615230eaee03336daf78d9342022786c12f29da670d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3b213ee7154fd814e8a904c3a161bc16ca7419163e8132ccabab76821c33b310_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:721efd9cae7cd4b43c6bd498064a6c427fa32d0ba848f8b0bf7670afd662bb18_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8f5f0f56604ecf94768262496ba1e29073e87ec16aa8f434674b308bbd00678b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:d78b1c13b0ef255bce1e19973bcbef04d40c517301959a7f23d23613a95c1db0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:650f0e2357f8d302f10ee0a628868f985c5a8c8a4e6af9e6793a9051b33205b9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d5a3ff1bae3686aff1781b5f5f9e1a7966962b88a1e84ab4eb62751aa835bb78_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:db30f78340370f9da03fdee73445b72160c35d83f44f708d3a62c9dc8e88bd46_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e88ead481c18a7b6de8ba7f609a1782e45e1ce85f2a158f259bbe68a9db261b5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:0bdbde169ecd68d82366f3d04f947f73715797fae5c3c4561e7bda5b5080dc3f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:1d45937273065c5cdeea502fa388172651fef5a607db33ea72c49f2a50b29b94_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a562490081e5dfc0fea7306931e2dab3fbfdf76cd83768b7a43ea556aebfe4f9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:dea6dd04d50bc97f9e61330140f61a7370e31e474c26b3526e18b0ae8ad56c41_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6ff785742b50af7f2a15c1dd6f38eb69e9a1a20cb4bd635aacc57a5557dd1b4d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:d0e6151117374aa602349bd1028175b94eea6f8386832df622d56715cbcb675d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e8fea02d42c9a9b8e9ad7642d9f08d705eb6e4b3e3681cbf6281c7b8b3244ca2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ecac534bb32ddc645101f6565521b08fde95cbf0eb2b9c6b896c83ba23e8b6bd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:55e0877d1949d009d71821f6779aa9ee90484fcccb820d53bf53b90f7d412636_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:775af20537e6f4c84985145f44ad1ae2d5530ae06859c2549d1d85a2e4ac54ff_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:a1b02b9608eadb4388dc13fb5ae55fc6ad64788f93186872c133a0ff1f5ab487_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b5d732e8d36668226255dbfeb389994104d83ef2be461079b66557bb20d799f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2e983c69ea6e29aca4f36596a0c697c2935dd1deb08a4d3546aaccb4e3d78ae1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4ae2494b702a6c7f68a65ea730f6df3253ffe78f2d178b0714fb6ec04cba5cc9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b1133f78075f3364ab85142cf6c8457820e2e1f31a5b0750585ee1adc1285ba6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d41fc7e76000bc1b4016bf10e86fec44f551b127e17997fa4bb13420219fb3f1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:25acdc169b3860a10f46dea8b842626acc639aec950ca7a9339e96a2bf1ed7e1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:453bea2d5f94523a88f37acac9edd0a8d921bf79409a260386fa458cb18d13b7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a70ced1330a4e7a0a7b81bf6b19b3346ad5bb6e26398c7f0577994d48712b2ad_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c2a6ad45ab46c0238429cd0ab59bf169ff368bf68750a011f481208e56fa0268_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:33afbf29add637cae8478b8e0ef6b3b465e4ee53b000467ec34fb1f3a04615af_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:8056eca30416b0b93270f6c92d0fdbe4f1cfbbd6258e27a746cc379a86b6b8cd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a06dfb4e75cc6b0edd836cd59035095135503f35a7cbc710ed7b0e447fe256f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:a820784083ee32f544efc474c7ded798916d1f077ddb9c3f4461de48747f4c73_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0ab4e11886c642fbcf7560f780abf9046b73dcfd7dc9cb0f086d9e62f87fb271_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1283ae9261afb1293b597a8da40611cdc1980b1e403de5d16669c5b7d2527dc7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:89ec13946e699f6589c3d235cb515b92ff48d1d5fae8e7892279b64d41b74511_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d08403f8114128e063826ee0cb3324bba9f027d7b2feeb6f7c826c9c4925579f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:2aa0baab0fca2bf6877260b871b3079ad96c37034e6f3d0a45cea4118cca230a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7f886a3942b81b3318e288602c88de802278bb77c5d11ba758f1d86f2f028abf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:940d02c46f06fa92818dffd1842010b652856e09cebdec33e0f0e1a1e9b1b5a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:cac82b041210a06cefe512e89c5755e972f6e125c69a0dae87e454e259a3c08c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:12466469754c88d41872c1a061c1eb4349cf565b5fb32db651f3639aff2df67c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:af5fca0ab8a1f5374caea5b38486cc97c2be9d884a55542faeaced44a4a7320b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ad60c87d6e05b51b5351d2490538c757547b43a679256052b600e3fe8e80a594_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:e8372026bbc873c38ffc2c7df35183727596993dde5663ec27a2c2fe401e04f1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:736b406850af746470b1bd5dbc61fc4b166133e9cb50aa528dc1210b2002d469_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:a73525cbcab817d0472f544883106a359b9079eeb1d8628d8b0185e450662361_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:84664067a273cdadce55bb8531916e8d8edc7936bcc57bc2dd1ecf57adb08c06_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9a006a111625f85305fbf3dfcd9a62592357a6a282a1c8ea1edbc48b2ef7db05_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:adb84daa38497eef3d89a9b42fbb22fc04e94f708db4f1f02de21dbf099ef788_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:f81616fe8dcd6b63df308c58bc1b696f9b3c488ebdfe00d7985026b10d083de9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:07efac034de568e79f6ecf97f924fd5ce7104e9259d90747cc0fd3e0a7bf4116_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0bc9b2b997bdf9bd285382823ebb9806502664976c2dd7e7b0d111df7717e77d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:165fc1e58447c7bc9febc3ebc74f90096c6e48986789d4e66ff6443f1d30d024_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:f516ff3ac172cc08e88f25a0531a3784ed212897dbe0b05e04dece7d62eb977a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:0d455e21bddb7ecd4c5b8f077ea96f046ba3183d17e3755ae95f8cd112a81179_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:3d291642757ab1bc56aa6bf8b31b383a1867b06fda7ec093daf361e3bb082624_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:91c0c9cf474e9dd3b7dfab43e3e651afcf950c183a51321a586d5e98e3b8dc82_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:ffcd35b620a75ac1d121b826b37ff71f5006684d9222c440785f06fdafef5531_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:56c2e0f91eb13a89c48ee5ebeaecfaf87dcef3f85bf7f7fab37e3cc6c9b2dd10_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:84e22659ec76ea69dd31d0c6bdb39b752d4e525e7425d3ad282c3ba5c16c19c9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:a3669bd8567383f9e15755e7640b5af4e796ce1d6bec3b6f1139645b656f425d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:ac7eed19416dd31a76ce8139a4c1cc16f2201b1dbb1c884dbd20fc5a965b82a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:44020a87c575f01d876bcd559d0b37bcba2f5bb4337a4f0f40d65196a407910c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:7272870ff2a94fd3c026f3c3a4e985a2b2eb5c47dedebc00f2cc25a496ec3e90_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d5e64fad675db5b1a7fe03720a35eef4ef6497e49e928b7cb0a38ddd6fa9187a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f4d0e3f2751dad9fab70a9080102f7c0e82a784e516f993e1e84a8561c33204f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:174b142475167275c428eec2892e91ba557a1783a128749b9516911a366ef54e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:52fac1bee10c7847bcf6f7dc9f027764a183d462e46678b5b9aaac9611cfcec0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:874a6c39ad36a55efafc0b690d17aa4eba8df8f30831a5315a198e692e405592_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:af2f5f615c4e9da63b09f2b9f52ef632dc76793f51730ee67a96d5e99118d552_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0867d20104c147d58a3e119c8eccd725d2b5311bc563cb4030c18714e085c80c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:12bf752f4f8f0929752fee39067bab20d3af32f9d767e0eeed2cee9dc9cdf774_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3f0993acf410b536a4c2be24d23afedeaa6d4b02a8055100cddc37443a619cf3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:d745b47be21fc6b98e8b1830c34e951271362105d32704cac1b1a796abddecc4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6c539e26ca346ca83a4c024a374f3874e858602b71794a1709b8a08356744b46_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:94e6571b95628469dd361c3ae5bf4bb88bdcf68636c0a7a6f007a19e32216514_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:978722d03bd0e1eb78e35c188516d960ed81c8b47a66e77ec7ea465634e44536_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f270599d2857493437426bb7ba58ecdeb0933b244b0b5e81d70be8f06c734c4c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:07f5c5ba5313539cdea53ec438fcc97c698df8284bba4ddfc6c7af4403873362_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:b93c3b58e03d6fbfd8d73f6f0966ef5d616c0da0776f516ec826e4f5e0d4bf1f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f5aa864ac9d9a3e5c0a412e9bf6e22756f6232713e14fe4194f61b1a1c1ad52c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:fa3603fc128be2cead70ffb3b0b0b5c9520f7826bd46863a86b1853e62a998f2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:382e4343f73dba48761c24841e45aabdf84a7f4de996be6515d8ee7c3e728c78_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:840f25f86e1850623e2929597e072219c2119b08acee3b81e8c7aed1b92fcb64_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:8f9eddba528ca5e8cc40717ae9f30253c955be657f8475a1c4da66c257bd1729_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ac7a2fce2be014fdc4208e98abe50329d0af9b7f7af98fd27e611751a413b4e6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5ad568a42fb0d0f2b78702929b75ab8fbb41937a853b4344ca990776f48ff85c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:821c5edd5f5ea9fddd168482dc437c6eec19231d95854abfbf1bcb150cfe618a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8932f2fc5e81fd7165d50432ba8994896c9ac8b323d5cc798872c1770133eceb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:df49ea17391c34a0eadacecb37c7e00552af8aca3ebb648f28f3f805fb79495a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:58e02752411f5bc061c8dd98bc7dfeb17780ef24ba8c65e590e4d6c5213c267f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d1c95fad91fbfc41da5d6871fb0a3c07d20652b5fce3f010505afe0d24c1977a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d6bfcd46424e1719490ce37bff728ea278eaf589e052a90b3fb30a9110aaa298_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ef555584c97654b76391f8e4d31bf0200fa82222b3197ef928f306c8d70f4881_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:520b43e0497fde1deef41e5f9e51448fde032769f433980802097e1e4216fb6e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:de2a25058c3aaa6f98e80870aca51d8bfd16354eb2da93e7498fc804825babb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:fba545c7b9accb5be03b9bf1931c086a8da8592e3ddc9b5a9ad6d798229314b9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:12645a5f47e54e3bf3f0b0863c44b938be5c42b22f695faf62c8d918cddb03ac_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:529d46e40fd5f6de98cb72dd8704068e3b9baf4d3bdf91feb9c19139bd74c652_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:701028c843123a3e4250731e216eceb647411ce685517383b9a62b5af21c10b0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:1b7392f3cadb8ca07f10d5681fa33f6dfe61f895e4a8a1874bdd5aab3543f67d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:693c125a5f2f67364d8bdc1a5e7abe959dd46898e7f46d5b3756746cf598e135_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:93f4a34af9c198e4baa449f7ce0e1e0936358afc725eafc3b8118df3d92d2b44_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:0e4dde634359042b67bcc5224afeef951459167cb8f36cb6f262719308f8ae42_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:344860750b6a6e567bb1475f68d18b19d6f79438b767c351c850d082648aa5b1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:efe1a0fb3394a117206bb1837b63a0ee828ab5b5d30dd7c94aa88afa04c94c2c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:afb18f280c123c44f1349b80bcab24c86d8933795a0577deb13bb651019d6a92_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c865ec93173fecc00d843737009627ba137b7cabcf8337ea7837eb9bd993a601_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d172695ad3dcae4be122b50a27f14c6cb0e71357868ebdd13336cb7315122fd8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:d4a1f393e7762a2c7ff12fd634077f5bc5bdd224d7791eb7929d26cd16047dee_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:01050a4179625f00151e478a0571e64120ac6221fdbf32c969a18ae9872c9574_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7639b8403341003825286c0fd45ab34d815585e8f4b5b4d1a424ccfc0292e017_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bd76fd61510b4714518ec5191e315f83feb1f47402e32602b061a0fc09641c9e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e53bc4c7a3fa7103778bd3f7bdc4b6be4b5e6a8450e38eee246caa75d9f8f44d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:62414e285f1e4de212e28bd90e5eeb60730324d54a317434565bad8891435168_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:77dc7d2bcb0cb6289f6d8c3c3f4ad3c01b9e24b4f6969ac666a888ecc8a29981_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:7cbc05eb0a0d3210e378d08d879933d905565224d9a6fc00e3bd1a9ad6782557_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d195bea4ac0b3ee073418a3674535525622d9b492bcd1fb0448b8ae52ba262b1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1440138d54ba0f09184f96cb79557548c3c9f19089bc813f433de28654cd74ef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:203e3cf52680caad6f8fec2ca1c7c87d45205ebcb9e816fb188e74a5bc7496ef_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4ef6d0725b69e2867c44e7d7ac57c820b759a45c491997210fc38b346d7f033d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b1ae4f6e3577edd7fc9f6595168857af7fd9c08aadbca1642c2f9248205b8c42_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:2e494676f33f47eb13ce2e3675c8e7a3871d5d1b73a59b71623caba05364196b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c8183043eac4cff3a7c17a9de76a4c9df725db694f411b19dd64923d1de68551_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:c7944fe378873f5d5268ff872c52ca08908af41b7efa03a7032363c11af633da_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:fc53a478ba64c0557ef8de93faf1320baab34d4bca5f50bc8f74d4a8d3a86890_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a5e04dd92dd9bca8344f741151a5756e28fdd197e2aae26c13caf2867ee6ff76_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:c16e427a9ffa0ef24fd07e6a21ff78a63313d5274eb3b1180f7c29cd1a9d11b7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:31630cb5049add8b683fc6f3de6cc20ffc530b72d45daedb84cfe62bec754591_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:89a876583624410a9d79c1cf83d94a9a7c0dfbd3ad70228ea985e45b2ccee9f7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:dd8a443d71a973e30574016ce343c19edc1872c63ed46b5f7023d304b9c4edcd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:63a52e5f035913f64e82ae6a617273abae9ee0729316d26ed5d4182ca0f50d11_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:754310c0f797038ef14c3ef9ecd934b6ffaac6ca60b755894212854289b9f405_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:49c4861778e7bc4f5738ff0f5cd5c542e9fe75c33057a4a0806b03ac75d76ca7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ce8e1af1e3f7d331be7a366560b517e1fc27f83f1382ca6a69a1d9893f260fda_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3478a4d3a1acaba3cfb3f1040320798b9d0b419a66b07267965d4ab974a3b440_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5db06d085c31aafb3f02c2c373b2de6d93c5fde72dae55d6de90f44b49b5770e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:634d04ee67f3a521e7b3cde560084491908f32aef4a89a1bb7d3aa0ae119927b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7683407dca1a355e731e277631b3d8522a3f84f1de664829c3b15db39b1f1ca2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4ef1395e47e1898bc84155ed4b4e3e4c72d08e4e7f2d19d9530d889fe0ef6b26_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:63631119f3411bf77ea1f622d77ef96434d80815531b046efe5b297dd5bbfffa_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7ee73740b3264500f062e3863e42fbd98dc3895f17294450fc90d992d2108d49_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:db28768861f567200cc79639eb01ce8e18fe5cb8a768cc01d3e23bda55431c75_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:09ebbcea16169b9ac863167c0e7f953717e92f75fc4c4e2bffa0eacf84519907_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3118a7eeb28d8388a06731c7bcdb5eba4a942b9c91a84e595ec0fb49a55bcb11_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3bacdd4e5501902865eb31e884646418bfb5fae90593e96b06ac0b7c3cc1cedf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:852556f6eb96442354f0695d6630e2798e19e31a5ada2ef01e3ca2571a4a40c0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:59ae16e7b7d2bc20f34b8bd1dcd7cf8d8d7c201b0f78e3165b11a592d1b08597_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8b68cda23f470048944c164b84fe27a5fb6a43fe739537383444c28cae451035_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:23c8ed7995abda7f87fe4031843205f3a99a0c57508c6218291762a60907f5f2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:cca7e231ac39da3a210859c6280ded3a4687620493e3a3e0164a403271537b6f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:054a0d12730620c46ee6209bc9932909f653d0b7f796682a0f798ab3ac3b3641_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:3281b909de7dfc5bf3c746e3e8ab05fec49fc8aa83dc8156e616a59c41ee923c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:d5efd9212ed22c89067691796443fab0b28bfc31cea94bbe636a4759f2e88521_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e0a34a88a67409e2b1cb243874cadd3de1c9c56a54ac225dc860cd89a635bd97_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:275f90da2f77f60d0a77e00936734ffcb5099fc8b5662e03de49d807a7632f6d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:833072794acb03eaf053f30b6bcfeef95cf1836ad5149fd97f34f3546a2e9f6e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:893dd8fc24cb10db16620d8feae352929b0dbb797f02fd80f025fdc7c78bf53d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c9ba070e466a5123790067569bcb909e291f3b2264af0aa152372fff9e64f82d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:6f50d9406911e5fbe310c94dc60829891609934e64983339b5f66432a20864c2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:8b4ce896da4126dfda544da09d04f010c0e9b25bdab6557adbab8d095905d535_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:997a24c33d3ae9914f3694b3a8cd8af50137ea48296c322b56dca53b4dcd1fcb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f80cee2f47779e24e07ee475d09fc697a4446a07f9eebb0813a7119eb0bda36d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:7aa46141209fdb1090d90f00d1a7753f31b9224e080b8c669883901846b32ca4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a0dfec857ddadf777961a71d8dd545cc798b921e083c8b5156ca7423f8ad8a2f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a5c047afb2066ca8740286ad2af8e1271ef78c2e5df73ed2365f586d6a101b33_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dcda877c69d0398e4744f1b7a2ed81986ccdfdb6f4da7fba75f29fead8b10f34_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1ff4a8a6440dd4d97adc3273253da14e081083c978edb5fcd05dea33d4cc888a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:2aaba77958b12e834f6418338a21b839a95c21ac5568a53b5f792553db772e6c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e5753a6fa47d5a753be2eb3b7a46cee0bc156b0e52bf75e4f192c0ddb3fdef47_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:ed802f61197fbcc0f1a8a916612ab33363e0e1866ae70d03df92469a2c356ea6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:120c1ccd64bca8bfff4b46d14f78038594a28f6d58c585b1215afd76c23c7ad5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:52dcfdc6c5f219f414fa0775b70e34118b319897b0772931e0861623db7bde86_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6b259bed5dc046510b7c3305f6abf86e4543a9ec5091505f92f573536e9f049f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:bc0dd85538edc7a80adc0fc9fc4e02051e7b09480250b5328a6b70251875b943_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3f9151da4d025555f4c0183a0ce07a2d0084beeafdc9f3f1e87a603053ef9089_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:919fe76dee99d772b668b57645779a63e1c3b7f7f40fe79175c27ae6d7e261db_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e19a080b5fe10b67fe48c28014879abbc87cf5077c32c003fddd171d06bb370f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f7708a1c1e0d4083c7f0b9e8d8704b91a4c823dc9435d5d3e986372f305e1fe4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:27bd19fa0c1eb00c55120e22b21eaab50f0eb75a84910e9d8a2fd3b5fd1c7dc2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:52c4215a49207586cb3f33bd1d35aeda857d31d34c80cbfffba02ba8c448c8a6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:62e5cb5ba2d92bc29a2087c9de9fed7978d4c5ffe07b0afb479eac93519c6df5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:68aa837b6a3bd95232abd62ecae3b040f2a7a72ced626c784c4062c2f28a6e3d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:9872321279ec2d108191f1f7e1764551e9c7099de51f595627db068a66fc4f8d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a06cb8024ab06fbdee295afe99cd294f6e05c36dd490545600967b8ff12e3391_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:1d3a2d2ae27d869506d3f027ebb43f0ca64451cbb635c4c412c85129025728c3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:c20a4f14ad0eecc3f88eda36bd65f1f390c6977a7ad5ed69e87969556b9d8cc7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:64247ff135642a32fb59a62cdcaae5f28085ef0578916b4ab2c90d31e67848f4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:e0cf29f62ec486451053c661388f9a3a12ba42b84899b687fb3486666a42536b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:efc289b0278fc84c571d7adf9e9ee1f8b149c5d832cbf416803435e89ee0a531_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:47ac82d0289751c8c7e41da07173dd61836e606101a20b598c00da1cd1fc9077_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:953b8ff978f6523f4578a469d23dba6536d49a141b4e3729b059feb6d79a858b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ee224daca08de920de240b684ebc23a4da50d60130d9e205e88c904c8c755343_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:f267111aa2951d22dd6a41c7362afc22454e365325b7a016d213505b7dad74f8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0ed3d751161fa47b7ed4bd2ec2c5bfff8ac5ffae0df22dd9a741cc64bbe2939d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:48bbecc83208a8895cee2c2e8ec677f59a688e02705a677cde4e9a8a52398d1b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:89ac959e411430e4910919132f95452d1142a45fc5c67088f15cf5bad8982165_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:db55fb30b025bb573317f113897a7bfa0dc729aa684dcdb0ac3066356b339bc9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:285f19a6dcffb48d4e6f6d3bfb44722f1828bfb2099a8736f2fc08cdd1481175_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:521f2693c3073993771af37d65723ced3ac83c7438d6ff35425ca5f663101676_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d1883837f227ea4b98d2442b46e5c07a9eeae549e13cd778f7c9e78494b53911_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f1f601e3a4951748fbf030083febf57aad02568058889b0122c8872e2d68d70b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:34298ddfd123342b87d28c047cb4a8c1b25b07352bfed57aefffdd92a7058b6f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:4a56a0984384548771e1c8fa5a4a8efe93f472cdf2b64b01d6049b2f9187a684_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:6765cf3c0f8d395307ae57019cda7e2aeee976ec060eea8a47703db0b18532df_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:8a8377100458d05864c6521e4b7550df73b5c3d9cade518067d5741fa9d02292_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:09ad41d3ddb9aba6d649812d1e48433f5778b1cd9d5e0e1466b34e6516b864e1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:7b3a100ca1bce2bced0306ec9d4b90a4dfe8596c5bdf51799aa3a7a1ef36fef3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:ace3b3b02c33261287a32253dd1c027769743797317ac4259c9102e0b3db6603_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:d289ef93e6e179405cae0db5309865f76cefababf168006abf09fc3a51a32bcc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:20052a45d551f7e988cc0c38baa38f146df4d9d741ac71f17498d8ddc44a1beb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:55409e5fb153973038a15985a332681f4e3e41126f84b6a355c47314c76bdf2e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c143caae15fb4249757018e05ac8dab9abb20f405977cb41468ce6a8049c4342_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c5d456d739d5791e51544a45309ca3b64f763cb49632bc638950fbfc041b4193_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3ab4203333e071978d85f0f44f7342811d898cc388326db60afacd2395f8340e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:5a97ef5bfe0456bc1528f2a3df7736c506e11cb61de5c41a1daf22162150b345_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:94fd7b1b27954fb59c11a010f4b8ce0a3377b38bfed7ffb20873a2f7a499f8bf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a936c0970ab66789c10a64cf57ae76bcab0f2f16b6b50e713373066f73d535b5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:34fb12d4fbb5f9b29b1b58e19b1c1b0eb27121ef80edc50a59e431a4e94638c9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:bedcb032aa7325e5bbff014f251d5ad91fff9dcdaf84a95e61e4fc4198f22f79_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d10ffca12372666b239a9fcde83a4b0da6c3f37fede3e47272bbdf9ebd2f0d91_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d5284bc6a4ff57ceca1c00af4ed0c46fd341f1e2a28b4f13b210ed327a25ebd6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:2a7aeb3139633e2014d99631287cce239d73af61e541f218f45a009fc151d8d8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3afe2f3016ac55bd947c98d1e4b957969357aed54423ca2f35955eac8639116f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:6d7572f71fc31d580d355bc6ebf8eaa54e4285c53c7e0e418a7495a0fb8d37a6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d2236c41a640de0aedb4eb2f1ef143793288329513ec0911bc37ba688857701f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:7688c4b2355532cddd9b9d314d105127c494990e7079407d2f43e578610971ad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:91ee195223233fdaa6d83ddbc8e1dc33bc7811e4f1e6ec9f5ddf325f560ec38d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:c866308d315beaa691b25dfed4be0cace44628e0799527e9ca11d14165437d98_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:dfe468dbed566f02ea0ed9b5ed5565f40a00d03a344d2a230b0a0a83c783493b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:08710b0caf6f4bc16e72a89f596f33c8c38ba7742d0f1ee552336f9acc7f222e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:1491efe6870dae8caca1a78c9c96f8b4b2956db3bd5eaa6bde59ee996506bfb8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:2a0f11f0a1063e3ca7b8b04693ebe979e9953736d37f3dc3a91fa5c9912d79d4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:813fdba989d7b5a4aad5e9ce5bf5285b0e65745375dbdef899786d571c001b77_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0db523e5a7a6420d94d5d302b90c798737eb78f99cde3b887d3c3866e195b9bf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:18b7e5875aaad6e0bb8b12fa303ad6295bf3968daeaed2104f0f4ec3122446df_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:80c4e60cb2ab82621ef12774841d39e6ece9e9671114afd0d19b188dd7746d81_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c20dd339ba44e18a505db8bf726e2db8b6a764f7bfcd9e0d63d627d69c2378fe_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:528f1228123298362d5787e862306cc2605f3eb31fdedfd0deea7f3cdffb77cc_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:75b18dbc6fef40173ab0c85ff4f9c4111e29afa10593ef9141d589f88b418826_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:e8147c001326caf53531a8917f91991b5ca05f31d30adba78a03539a6568009c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:fb390f9eeb4853d9a20c9bf02ac10e099238e94084230bb532029be4c88b7ac6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3dc8fa50d17a5074f03d58eb00467e45e6d74f6c5293bc57ebb8c4feb4323eb9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:51941876bbb8070423c00e3699bb193343e963358dcae8cc6acda94395edc5fa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:9087e6df82220f673440368a5e81c5a0f3eb5e36cccc61cb40fcb56d92cfcadb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e3740bfa7355589784350a9dafc10849d32f1273327387b3b3c6389ba1e26dba_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:05f5bc9410d9859f1bbc1def6e1c74fd47781faf1ef26633f61b5d8f09ce8d02_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:5e14d01db3abe1412de6cbd8dbd7d3598d5ba7d2af2f5e55a7ca625aaf8a9155_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:db0bf5b79be48f69d411611bfa74a9b1cdfe875b453a81ec5ea72a962c27978e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ddbaa3a482cf17a156f6955ec155eace13126ae83217c36c03eb2b826e7c4ff0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:02ce1779315733c6039fbd9f711d6c75da89fcfd4d6ac8e485d7aba30882b3ff_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:d29e550f223f287e258aa15ac71ec87cbd24e9d6888f22d82aede80b7902765e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1d43b37d6ee7556d8afe22fb33c7c9ab7a1ff5b2b38d6e18f762ba759015f87a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:4e627ea7097e36d07d109f50212809b6477070750c0bfff14f3fe9d1d7ca29f4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:63e60a076755fec73f95d2f5ee948a50d895b69cd327296ac0925e301f5b7e4d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:9028745ca618eda612fa2960f0327f19fb689eb36762515bfd71bb2efab0a0a3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2dc50c3c453049a1e81e8cc4559147a4fd4a3a6a9c140865f82bf628f2a45b83_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:734c982a6159e5c4077a12b1a0f72ad992b70f965873ea591228172e6265263f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b2a21551ad4c66e622ccd865529356920dc4524bfa4595e08a99e0e95438823d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d3133ccf5290a245274c030f53c63dfa74d6e04bffa684808fc1815a07ebfa13_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:6f399ee5f4634353047061fddcb9092dccead96c6884863253b913dab93c2e15_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9176cf7f1c5ccd82d82dc1a8ea47c2bd34e2ddb54d750cbacf7735a04ed6a221_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:dc6f5e144468283ba4d04ccc155f9e483d085dc2f1b78992e5fcfea42db77bcd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:e5216672e4e265b01384ed2dcd722b4a166490d66e19aaec457aca55c7e3dbd6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:4ca8bbfe3586672e1de22cdce9466b37aa0e11c5e9d94ea8da271aa5cad3df47_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:57488300ca265dfcad9bcc1a2861062d8b82c2b80e8b21cc3ed766fd187402db_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:660006e5e6826b13ea6d73fce4fe672d1f67479c44ed65dee68119369eba3c75_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:91b8003dab0652f1a06de50435ca08d6f6366e6e8e7e10a9743542b577728b1d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:0017d40e539a56e2ddbf4a97b0cd94825ad5dbc9cd79e1a7e058bb0b11afec29_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:7a71babc3307efe03b8bb3f3cc5f9159a4868c215df70d7a78ba37b91294649c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:8403ecd148b8f0aa7f1156fc1676307753967ae68a69948af7c3987de8178959_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:a4e02776f7b5a66943bad040650f4dc9e865f05a0911f4f9aba975c4b30ef517_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5d3d3cbbc28f59a6aefb1e54986e084ce49b69867d100e9b7a8eba17b764304a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5fe1d81ec73517468488ed1a60331a78733ce2fed50f3930b4efbcdff5884326_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:94a7a56873cf0e075740a1db93972f2b2505e7bc082f2faf2d3a6badbb52b08e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:d1e737deb52f4f124e34889df5ee2a787db0ee13ef86842f415d5c18ff70498d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:0c8b3d458f0968682b8604cad6ddf02b1135b99c4682090dc78d9b273084a0ab_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:8f02a07e0928906a1c075fc3510f3750c679361bb9e0fc7504610eb2b230a092_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9b174760063eedf3197e5664994fdc21f85cbc3be8bd1329142fb9e88103b717_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:e97049e759fd58cb6a2c8dc5b78df8dab7139f8868b1461a3946cf187b824f55_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:17b700ef898288bc081220792a7a95f4f1852338d3d08dff19ea02cc9d957239_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:675083e881008c57ea9fe8e73db8034a66a3f439c6fc1862db09503f311caef8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b94730e4b9e9de7c0a99431f90b42a5368aa0da03869eb8a71dfc92dce27ba7c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:c5c12b41cdbcc18c98ec1632a0c9aec007a9672a742fcfe89a5b104160feb698_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2c51c07f11fa78b44eb528339da6291d1c660451a0c9774ad7bf8d8ea7744ee3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4d7e15ae24207bd06663f5c9d55564e220bef28ef150f62d2e9622f569490acf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5a51836c3306ed97366bc3c8f24a8f9e880628d1feb98854eb5dd10800bfae83_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8231352f700a733b13de64913738e0de1b89be5046736077f7300c21fb778aa2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:121025c1dfa4bb1138150adc737d7cf12e69ce21f10690ad8d740c1c1f2dde4b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2c02ec1e4b586a812cddae6ea43cf42a6b9742d062fc12c18c2414bc48b5b96e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4c94c8afa17ce2348d6198c2914e9257ac9510455c521f6539ab17877b6fd974_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:70c7beb1cdbcba3eb4fb83fafaf740145b81d510ef56d5ac59ea4bbbfbfebc00_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:83efb138b8bd5084f7dbeb8a59fe1ecc2680a20d5853b7a15f47e1f87929fd9e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:bd63fc568a9ceddc67809e2271de8ef4d57ac8af283861a601547a6b9da2dda2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d0d429e4a3a0a9f015725dd965d4317e67c72b3fd846ef4b04c20ada4d067eef_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ecc47300fa59bdd3970f0baf030a75e1fe5862d2470756cf32c389b1eb89152a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:53bfb1dd8b4f99a0252bfdad2c65960877a4e722f5ae88591eb87d6800d1d98c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:64fcb6ccdaa30c4e06cc91a40273c6be01958ca2c048bd39d8a87e8c09fa7d55_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:bd7e96fa5e3db517c91323142b8258555f04d93dc0f164b6e83249dc0cd1b416_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:e5d77db3010b3e1d31e14a0bafb1a5e5ca62dc03b7b0bd2097b198f6be6ee442_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:0488437dcc9ca866c5b96278686ea20b5732f8e8038af90889fadcf90f1082fc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:d1bd0363eb8c21c0123522b814b140a7595a459c7c286220b4b6fb0b9886a115_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e45c7964c5a89fbb1a8c6da3a905e2caacbbf8c433b0d56d1b260bba151b3e93_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f52e1ea0175eb2af0a63311dc0b8acc1771c53a7668108d7bb7abf2b814e37e5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:0043c8e63c3bcf98e33fda7e5f532143b4c8fdbce690606bf469e932d8552062_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:465c03f230a374b6885874b775473275fe8866f61856fb71a8e2bfc37b712ea2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:c730b4b9a52549bb6204deba37e28ee3946758bc86f27c1b886188ba0f164fc7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f50ed1d01f799f00ce20f210b95774f2dffe7137757ecf86544c71a9f621f402_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:56015af081c97939fa71d978d511ecc0e93ea6ea89640ae846645121531a4a86_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:82a97e06294f2bbad05dd72f91d692449eb4094ce1edda7d651e2f1833018faf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8faf68e17b482f07fd1a4ae8ef292fd44fe9de5369d5129c3945acb56b5c2f0c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:ae7b169bcaae3569a946c84d88d0ca7b42b530b475c4afc4096d5db36aff9c52_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:02335c6538b4fb15d9d4e2a831b9810db42f8b8fdd75cc6237534356cd1b68e4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:84a9daad04b0ef97a77e258c1b490c9a9c1ca502079513184e43145467eb1169_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:85c84e6100ea0c4d783b44a085cdda8be9b580b073ab7b191a70ad3c14641f9c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eef5b8e84cce56cf085ed8f8a2ca544505242606d44691b6d0beced7c942bf9c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:148d9d31314b0ca3dd2667aadf51d9a65cc88cd872d21d29e4c85fe25cbf6410_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:87bd671167583b8f46388c7e5853509fc9c20439c1b5f57544117fc9e1b1b5b1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:dacaed2c85c23db8c8bf2b754b958ac8990a0b0e917e4885b39ed62d08061fb6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:ec4ca8db357714672338a773cdfac91101641ac1ea56905a5dba39d13e8c96e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:1e01dcb349b9e3afa77e9c217b2f20dd7c9c98f7b00be3852166c7d676dc1c58_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7a453727eb7aad288301bdce304da23202950098592114e1c56e893828b7cb2a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7e9f67b6e1c87741c5d56a3e95af004dcfb6d6c9cb4267b0ad4dd1aec7e9cb1a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:d9f12bee214359955f20c9b4c0218febc8868cd47405b362dcc6ab05dfa573d4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:36d864188a182dab0197f06376c993fd661689e516dfec4c25f9064eef6db0a2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:38481cddbac83c19b28845b99fec4f4d16d46aca014ab18653c5e7fd42d7dc9e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6c5798afafe96f9c1de300cd8b709030655d1c92d03394b069b3f4100a0a4334_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:dc248c02585e41245eb8e16fea646a6f1013f5257f5152dab0fd4634073fe15d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:142deb80cb8918201dfc20e0e86c5a70e704eb589681db3e019d0eed0a8bbf1b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:ff7c22adb1ce27c0944f94a4994940aa6af3c4db60cf184d0865753e0c18ddcf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:09664db13d4f9022495031effd53a137ebbddc0e61fec151a26e565a02a5bf40_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:9b480de86de7566594ff61c147bcf0a6e8d5f2ac52ca37a2ecc32909e02850c3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:177b77bf798f3ae19e2b67467ec324e2352c47a2fa4f803c852cb7d5514a2b80_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5587380364defb07d81f5bb93851d7d726780e03f561cc5c4010d6cc4e237079_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:503c53ef4cda2a77d57eb611638334ecfbbe08f384e01084a0f2004aceccfd5b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:ccdfd936b1e904b115efeef06cfb3c1b13ec6fdf123cf87c9ad477ab47ea4d04_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:1f7ad22165ad761cdd5fbb7f037ad342f7b9a6f017b80ebc9775edd9bf7388d4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3ddfa7f1a01b1dbf4d2e999da0d536b8f3600e0143dde47fed1f6f2caf15a7bb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9aa910f86e4c953069c3e45f3c2db9702a8cafe753fdbed42e4c23f4837660ea_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a2751c4e48572281043cc6468aa40d2b3a8a1eef5897cef386876fc08de5d791_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:00fa00533e4616bc63471ba4e127f163a2ce06bd8546dc3fcaf2465c6c511ef1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:65d4474ec56e4cae8542f01d54006ee1ccf15c8a467dd7f784f1df806507296a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b1410e826283f79823ba6cdb76d666aed69449a847936c6c634593f31c9795b1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f3e84cda9ee1fae57794b0c60a7b32373d8a95546116ddb326751e9df0d1706d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:059c0bb97591ea1d95bc42274c6748438e32ef113039c603cbf8171ba3dcd1a8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8ff741a30a8c2059c8702290104db1f897853515bea3d054f5456a0faacd3e33_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a523a7ac9b9119290e3f27ee0b0c7a5d3cc1d8f35ed4e7aadcd6968dba6c593c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:db230edf37a3285f5566a6f82b660ff3394caa80c95276bc3992a3f45a18a59e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:0dfe21d1f2ae4ad05af6aa896c0bd09417c03d2fa2e37a1cd3c7afe9d9f506b1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:ae88b0138b8b945b1ad071a5ac660e6479f3e2c1ec261d80a4d7d862e94df269_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cece82ea1f03a889d37a2e4e1d81eca34a73857630b9874d05264c12ccfde18e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:e518e75c0ec848497d5dbbbea1505cd3fa96387be78d326f44094d341d1aeb69_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:4b9f7900c251da09ceb0c5e36e87322030e6fffb41da15b022e52f26967214a3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:6bcd28e8610dada7b5ec2b6e14aecd9daf0542ac8528b8a1c9bec9b5c22e6791_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b4e19a3b757309f5ba13e3762e2449003ab93a1d3a950df031d0c5f88b338461_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f3745f0a10aa35a13620960671ed4e2bace1c01f0440c1cf222aec37ebfcdd6e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:10a4a0d9d6cd4779461dc27ea5660513c80c4231267cd5d5cde84626a52d8d88_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:394f1ad167455a316ded12601110de58f0666917302eee8a2933932513aabd70_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a0dda1cfb8ce56f6632c7dfc15f2d7c5251a666f7ff34fd78f45a064ed9fe8d4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d04c463caf59ab32c381bf6c88b9a55ad9a4934dab8cf66b1c80f3743edf28e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:674045072f2c791146899dca69772cbd83d8ea11305e024f697b0ecb2ecbd9e3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:80d008d72e748f6d1578f0583dcabb703ac8154853cffdfa6c332bf2db662da2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b6d9ea5fd88f25c46dfaa17deec8dec67f3241a4e52ffb5b598ef77af4437da9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:e18f121c2a8578ab7a54b48347a671e8a1e315e85f894ef67b96161a490aca44_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1415356cad67eea021d0adef8b7f8ac8524035a4acc3ae7080f26f8f3f7cc959_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:2f7be9eb683b2d5c65aa64a28e11bae43475f5a828e8768d468bc24fa0bd4ec9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c0f27acad2634255d689355942e8c0d87f624c269eca0f11b1fe20b56b22294a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:dcad2bdd0764804f9dfad2a4f33eb2fc105ff8e4cc1d2ab31c58ef2903f7cea1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:02dae90a28e2afa83ab4b358378b616bad7c257b8f7d6cfa2830092b7d46fd18_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3e0b68fb323e91570216f90ae2c79cb4bd35149dd62c496c39ee8fb615b62888_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a6517f52e257eefc0602db5e43fd946de57db13299d5077b1bdf872754253cb7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d6c465af092548962fe617a677d3398c6164c398602d7575ec09533d9654f254_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3a9586b7d44c57c683256faa5d9655285105844c74f728e4558c6295f73a3aad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5dbdf857d018b118ca8bae8eb52b2e117348804dae51da324225ac9d9a0bb141_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:7dd0655af57c7f8d2aed0f88a4b02ff21d849bf9c8cce7fbf02aca7d322cdc12_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:abab20e995be8b61590ad7dfb8de0bbb7c7459ab5413987562332de2c9924924_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:6f1fb02560c0dc83cb7ebbfba67370896f2d3b21835311fe5af23a06f4a45142_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7a90eb33844a25785c95b0e7332991a373e0b70560f979e8e9d1554f9d021545_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:92ac319d44a3a3d8e68f29488cd75e71b42dbc98b5898f662131f8576178152b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b8c7d5e513d5205014f53f22fddd4ab5c54e62e62e5813459ea68afd789518d0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:788b2252987b1992fc9c5d855198aa50a67048cc4d0a1e28240953e5c1d9528b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:7a2a0066a38f2e52be47a1fec5c9a1ec458550d7ee6ca1232579b3fc98b7e9e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:939c609d5422bb4be66f482815c70b170d51ad2ea9bb0675a969bdaeff35e730_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a260d94b14808490a417d828423550eddd7b865035b631e9fcbb108d8eec6873_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:9f38e40a381edde4d367a6baf50d6159bab76aa34f7f932929a118960eb1b16c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:bec3f4da4ad493e8e34e5e1245338929dc916772222817e094fc0cb7c6370b88_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:bc633a4e610855e6770d995552cc06e0a3ae6a5ed67c9739e809602a39bac20c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:899122e98ca8878beca6acadce6c862c6e6a4b44b0ef31aec9f868d4768a854b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0816f94cceb27f34725d9c3f041003d61b9730a3c602b48b70782cf5b3887818_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:3d106f2995d5dd270eec34df31ac33f4a09dac0bd79bcd2031e9bdc35f20878a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:2c50f45d634218d512ed37008e62bf2718cc4275a9d944c845eb29bb19d0e700_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:429368ffc93f60dcb14116dd4a448f7688fabeb9a499b4b7c9c77018f4a31c3c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:48105c86a370a0ffd2c536e5ba75ea80fa94b09f2cfdf645a9fbbb62bdd1654c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:8b9490cd4a69fece37aac8ced57235afc04a3389e16234c3a3f1d9a4f8a6d34b_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "github.com/sirupsen/logrus: github.com/sirupsen/logrus: Denial-of-Service due to large single-line payload"
}
]
}
RHSA-2026:2661
Vulnerability from csaf_redhat - Published: 2026-02-18 09:27 - Updated: 2026-05-28 10:44A flaw was found in Lodash. A prototype pollution vulnerability in the _.unset and _.omit functions allows an attacker able to control property paths to delete methods from global prototypes. By removing essential functionalities, this can result in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:06a4acb5a7b97c5f66d70cc351f4636eda111bc81454308281567359ebe0e693_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:10439ed7506bb140f1977a564caacc309002a67a41c61539c2ee150873f23b69_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:113236bdca2ba374020fed560565f6aff01002a32c8eb969130b6265e1ebdac6_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2996e3821813cad87e4bbef83d22bab2bdb80ade147e2f827714321a06d50769_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:31a0ff47aa1a017d18773be577a1dc3296001154c7c40de20cbc3cc767b0c16b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:41564206c906171df891ccc7c92274cb7998f29687ff7d2e44399242e38682b0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:71f36e93f7195b10639a5c7db58e2f396f1272c6dbaba651e78a4c9ce955c427_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:ab71874b013fdb05845e94a9b4e3432d865a6157cff72725b1ea7589c6717b9e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:34b678523168aca5571ba1e631a458addc39ea9aaea3eff355fbe091e859b30f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:7cc0d1bbc241ac63a5f45a949a439d54316c23c7045659a9d44771e5541e7e17_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:7dfa6966d81447102d92f49b7256c7b47955f1d2b60e5b9dc133f71a1b2c8033_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b07a724845d8acbb842e9c96ebe2ab5355f266ae382d703c0f92a84c6d79de20_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:3d124f0dfefa90e249b024817c37087e6294880030bf95333bdf0b39bb1db696_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:580b4036071c17c8551b3171c31ecaeb61aea5dd431d147f036a832565531948_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:5e9203d284843bf5a5a3e7178104fbaa3b4a620bc6f889b36c6c077aa93f56e4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:ccb8be0ede2d9ecffd5bd7b4c9c555156b826cd864f5eaae87b3c1c58c7ede31_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:17d2506a96ba4da62c33738d9798c651658555531ba721f277b95b9c5283df84_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:3e6f6f0d6ceed5244d82b17442e473729421d59ec5cd1a71deacc15531f2929c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:8ebf277d8c153fa0be2825ebade894a87f61ba26c198225e4fd714302be26ef2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e0ead7eca26924691145465af2c5c06efae71a197f68043730e56d5cd63aaa59_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:2d9397f611cb4830f7b9bb67e7e35af224c0f121e4fe884c98c7c4807ef84855_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:79e8c5b1e61683f9c78e8d1022c90ce13c4b3c438dc373773c8d174b9835c862_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e104e90349ec069f6b4fbf749dd261ce91b21237b367c421bfcec3dfbe1bbbb9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:ef70455cbaeae026e8b15538a2a1d159bbb35e47427ea97e13f5e5a7cdf27dcc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:1683b25c778adadab73dab246e98caa2ee21c561fa57b1f2ca7211eae88876ae_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5c875e3f0f2b0c11b8ba123f0716e007fa09b21ee696dce0c71ba774c1a2c7c4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6b96865aa6187e5d1d46bb64717dfcd42a1cc17f33bbb96be9021d8b61f6465f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6d1451124fcfb4ef7a5a4c673e06603443f538c6ff781f10706e8814245ff056_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:3cc3d7622e92973a3e7c5807ee254195082fb9808132838ac28a357e66e892c0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:685d78a491e935d0b4e7a8eea29df7863976a60800d1e08c3bd3faaeafad5a25_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:88b54af358d720bcc453fc09511bdfc7793b211dce0014648eea9ab01fc623f8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b6a234ddf1c93f87ab0ba77b6dfbb1ae9ff2a1b130224daded0de20781a1f650_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:68c09233701045a0512a7310d21be057e1baeab5eab74e246770e148daa87c53_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7566fa876d194d7cfd6efbb888c2ad71ff04c07e80cc4591be682c095d1b6822_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:790592a71ce9e5bfce5c82f0efb257d08c463658db59b6bef0af4de7d0ccfbd8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:db9a84842c47a03d10c5e9c1c27552406af1b748efb9a4aabd8fc3e4da3d68ba_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:10eaf2277f538f2cf72b3f408cec4168f718acdc1918f0227f6b6c62531abbb6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:1e58da4120c75035a6adaf6718a1e97ec9c3d6127bbec91836171ddbd7141049_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2299f00f191ec86185e9c9573d36f213ca8e6d8bc6fe104a4ff5861e81911ff0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:64d10474aa6082fbc20dcb45adf3f78369650b94352eab601e16e3ea0f45dc70_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2857f545269812b58ce790369808c13b1c6f891b1c8521f61031ae1237d5e7c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:68b0a64071a455fcff666bbff51d2757c1c395c7ed8d533a8e36ed3c27d1ee44_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a045a2aadc8aadf68064292aed51b08b5b848fd726bff69e8811a23fd17f7da5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:b47c8a889f18a9d9601612c058e1c890308f1603584b626d16ee7bf50af00d4d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:03bf1102e3d50616a2431782c84cff62edf1161999bf1b10662eaf65410fc55b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:6bc2b0f07f5e3ee0986b7652434359992bc995788d7a1fcdfe393f2b1a717dbc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:74939b01007b6160c704836484d686b246516a2a1a7929a09901a57b9b4bb512_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:fbdd3810520e77b36b749f73d70d416799bae48b35430eb025a6b4e5d4b42b77_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2f57a1926d479f00d26f8973d6edac58f5030df3010c33e231d8d350f5afe3f6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:5fb00e50df62152bbdb2b98fd2de8054dfcd4d4f27b07001a197b0e6bb5e72f4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7422274a999abaecb4642499177d042c60f0d2b9bd9b470c7797eaa1ae03a901_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:c1d816e822e159bbd4b0e96ff11c2c0866f50ce60a0731ed995b08b83e9cfc9a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:1c60e886fdd81c6b90dc6a0f142dc5c4d5eb8c9d5bd796cc343abe5bce33affd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7b549eb97fcef1ffb0a36d99e385098665d88b96e983c0cab4a73f0a96abedd9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:82714d7071cc06d1ce7701311acc91cccca5970b8d00228c164703c90657c56a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:efce8f153aa7fa0e0b4fe0f88a29b6b0d3e91b94a7f22f2986797d10c3292c84_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:0fbc562bcfc4c42579ecc86721e9e5f5d73784d5608ac58514081e3503f7c813_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:34eea13ef689221a855605f253e237382ba0dff12442ad975c2c5f0054011b04_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5b24ffc3141a2022711242b92b9ef187ac9f243e92862588779ef465efb312a0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:d733261ef4993cbe69ece9ed43b50275890db613b7aa258bd0fb9f0f15978cf9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4e4d42f9f65e036769551889fc5e813e5931ed853d3ba24acdcaccde692b12cb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:80c813e3e501d8280abce8b3d0564ac915ef638277444ff4d05ed9b2d02d478f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a81cf2d9704abeb5e16c8b9b46a7fbb99bdf0bdb1ff5f8130b2a2d61b61c75c0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:b629bf6b74a1b8d8be44b2945a6e42cda27e0d828c088a5b49b6fe866cd9a98d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0e57f63039219af389f3920cbcb324436a2aaf1a2123f4c2647f1c1edba90306_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:6dd4c338afd7f75a01d8161008857b1dfd0c1e0a7516c5ac79387ac7a4947237_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d996ae5e72eb8bd4584b5b51b1bb56c4f1573caa0791c5e66a5c89d850ef3dc1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d9b30068f814c6c1bcf9798e35ae70480c993dabfb5d88209b48f149cb49e6a5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:939ce68dc53e8612f38f1c9ee2a25034e4d7953f98b136dd24966d30bb7d4e82_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:db48cb10424ecaf7a52681e7e17bfbe187ee238ddb3be21ba599b3aabc856e0a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:3bb343771d20dd2ec6a05b595dd0065474799b189c33985589f07217b1fd321a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4f81654bccced71c7ae5a5c3946d219f6dded80bcd1025466e4c5b56923b263d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:629425498dd6d127acfcc5a3017c7c983c60168c4f3ec6a006846dcc6874bff5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cf01a745925200f7159c83075664127536f48e0534e319a651cafa9f11ae17fd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:59214d21308fdcf9535342dd4662ecd4f8ebea431270f577f5d6fd266371b6ed_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:ef21c8c721f544404ba4ef1d9e15e4435af42ceec995cc2cc43d39925378b3a9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:bfc8feac89b1aa29252fda1d473014e4723b562d59dc88f3ef7872a94a6d098b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:d4979ac2a5c608ac31a5683811b55aca412e6726b5cc1ebe4b214d3c8dff15f8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:c89e9f403f7dd4bada53f4ba338de51345266c2b657adba6cdca65172d113aaf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:cc9a82f57cca4904a7a4d58073b1ba7624090301e0e740d961d35a860898d8e4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:d63a70864e886482cbcda411c93c811bb3b1d904b9a586ab42fc67cda8ddd9c7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:da37ae31a142733b6add537f48f9ae28b3f496b1472ba60b0ef5587ef8d5568a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:396f40db5ba672cd4ecad68fa6f837405c9bfae9fa38f1276e672918f9de7b4d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:7c0925fb8469922ace0b86ef5f81f9ba4bc711b6277172ee963a856b7252b741_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:545a23225833cb931e6962febaf183bf7fb7d3532c5ffa4556c9c198f3b73954_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:b91eaa2723393eff033053dee12e51852a7428dd0c06de7ec92bc3f561545a31_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:c887cc0ed1561b2253c907df741d98c1bf4836ba3faccc2d8c5a8734e0857fc1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:f77de5df278c92b8b8cbb8f3f0d93333f3fbcd4a0abb834d1edc5159cde007cb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:843858cb4847ed991480eba34975318360a498aa2661729c2c11133ddef21db7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d344bcbdaab988fcc26ae36cceb1eaf2b5f60943fac7bc1c318786c5b33fd45e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:5135f9f7e7e94624e8a0c319228380f86eec7e833130bffc4d005062bbb24075_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:b0559b45426a1525296d6c9790d1fdd40314e1ffd48c6f0c7afccb4db675813c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:2a34794e9a9694b03f338acec35e7c52af7936006878aed6dfb9ab216549ee96_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:5fbffddc788c5499be501c8650150299d515527b230e62dd15920b33f9eb93a3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:5976ec6aa81c47bae00c6d399adbfa5d38894d89e926afb414bebb94e5b8b8d1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:72972cd3378a738e45235e515cb52a206950fbe7d0a57f73aa3fc352875b4cfb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:654fe020d5ff989d8092f577e5137ac9913dc8eb6b90007c85e694e5b4ae99a3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:7766c535404fb104ddca41eb50e2be914c14bdcb6305ff3f6ab1508594c1fc90_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:fc9f987fb8c7dcc4256b38236d89fcee5155e3ee5facd62ad794c6d94408714f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:feb92f825bb3ab62bb5ac81ed63718f5e3fb274fd0b6575487285e55bcd549de_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:1497850497e4ff31638d1b53032a1162af975c3abd2396e627ad90ea4515cd94_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3a1df74d7419d8a2b09fa4741ad8f7ff71cc856745ab85ea91a0821dd427976d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c1b8250462e0d3bedfd64c4611ce9e9aa77f6475e48d948a2f844fd293cb649b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:de1026343cc529670671124a64b039cfab52a4bbbfc7d6d0d1bf5d6c21a0eba0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2e98c100a02f00cc2f58fc7e4773041e81be4781e8a8c02539acb17d66cea93c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:55973d56e1df439ece9c90bf4a6ac870c4be37fa5c718c90da6deb275c34c062_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7d39c8eccd19b70bdab2757e9088f1e3259cd0ee8c0a76421f8cca3274ccfd5c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:fde0b6709806f4fa012e86093d3abba689c7e4dce25859df9993d02f77adac38_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6b089f63a260ec9dced6dd494b2cd8b48861fd8a54f5a1669862165a4030d790_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7d96b0e06e1b04ad121c95d6eb87943032f8734a6565fabd6ce99562ba873ae9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:804ed4857fbd1bbac303549388e72451a4d0f81b99696fc7176e196db8644140_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9c0ed5fd8235d31c3a959cf3f00717a841c2e5ea2e9e222454ded28932ac2f2b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:25d6a0e67f63ee551a50d23bbf3ee87a8590cc618d06a1041327af0bbddcfb6b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:5c4c1cfad723db265d037968ba4892ba883f1251d06a6b348d3f5bcd78f3725c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:ba8f4ffe3f54ffebb1aeb3ac55b9c2091b3be0e2eafb9f4fa877c6b2a8abc787_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d05e5450605a9101e2b4502927b51a6bd93a8eb01ac3db39918ab17ec3c1cb86_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:229900b0543979b8053752c05214994d2590b501da90dd6fc43ded0cd839a2b2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:241f97ed5176e7d9234cf1893f43dcc08d375587540c7af47c19977f44965ae6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:811a41790eb1654cdd1a133ae525e8fc329fe330cf06293d12653be5c3904ddc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ba2426e6f8b4c4f49b191df2ef4824d30486a87aa3bf3af5cecc5aa958f96e43_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:18c88139b031c49545ac09935d1599740f0b49e3c2fdd1d84f4006a47bb2880c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:314bd5ede25ad4718f9d682ca27fe8e8817d79922d59302f0449a55bd4764f26_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a0554e2bc18e8e16e5fc1efbb5fd653a3858f177d0fa84091ed1e48856c44672_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d0092859b3dd498418cb2ae30ae100d91a6d77abbf2f1be3400bd6bee1a57cbb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:0608e6ec895faca9ad6eec7f657893b8c05a3ba72600cb734cfd2ba7eee926f4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2a251ca88b8d2274b765b591bf4e015c1e817c0d98fc5cd7c19f51358226c1d6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7b50b78bfb9b21f2c6cd42be9990b95f1b3b810d9f3cf62d7ff5541a4ff7d5f4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:f80ce5f1854e4411bc2d73efdad02ff4b5fad6b15e2e3a09bf69f6229107c0fe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:08cf0dc27f2e823756ba009358a028860354793bcb3abc9ef7c14d71ec011fed_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:285f603dbe97db7239d699ec52febf0bc5fe157222c202235bd6f5cc4af3b974_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:b7c4a0c49b1857e22b71299f9a921d0c56b831756f33708399b7a03d2f61d8e5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:e6ff566a5aa48b59411a421e98ce05e62268d4ead994c08e8bc4643beda5f115_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:22bfb7e9892df6e4045f7246544cbb73e900d17b8d1eba74af342dda56f697d4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8ee226df0ab0bf40ee1eb32bbf64b2feeafff15a165b92be994a331949f29516_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:97d901e0371158483af19aae8db34651dcf0278fd69e0ad14293a38d4713c58f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bbefe8212498c9204cf5a4b2834c8a7082f732c726fcaeffa55d9b66b5ab3c13_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:4b415d00d49331d5fd22e1b0c159ee4579506f378f1b13e8e1d0c1829996f6ac_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5c88ce9b17d4baf03f9ab7e89dfbd9c82a8e4bccd23e5dce74e11d6b2a0ecf6d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e6f512f11629d684e2713d7421677d35766f5a319122fae34ea25dbf95e79ec2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:fa7b4178af4fd9da7174d8c94e96363d73a1cc9f60f6a55a3cc28330ff7a4e89_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:10f802e9e5c96af91d1ca1427ace8984d2c31dcc7c409f3165e1ab21281293ec_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:477d5a4fc9a1354090356a06603a9b135814e9ee97d9c4b51046f597e195d5ae_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:5a20619d387dfa67a22d51e5eb6c4bff523b7fad8ca181cb4c09df25fa3d3540_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:70c40ef6f8cbf444e59c4522ffeb8800d19dbbda77a02f28310573d9941d6f2a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:26795eb48eb93cff9df39e25571a32b8d8c4fac44555227f932805760dde79d3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:45e8ad4ee3c68dd7425e889134eef96aef80f33946b303a1577593d53aac432a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d9ae6095cb2d622d947a1e861a56975ce434c7b57153d0dc8e4e9f1ddf95a393_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:f8f12d1cd2272529e159bbf2dc6680f772194cc235b0138146f40a499a9fbe2c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0f016a9fc412a5fa8b8289a19fee831b3441571d7a48135b92b6736af210d700_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:47e60f0ec21835c324472d63a89089c62480ef17e2225b537c7023404f63c796_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7a349e32d85fafd4f9dd8db4d80bd54e1c0869d74a542f698ef78bf6aeef4dfd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:8817b906fd93b0980fbb687876d4664c79668ec3e959d2cf184a3ed20aae953a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:027c710ef81f40bd47b16c296c121e36785eb5463321078f6bc657c37f2967d8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0d2b94501e72370b763a86146266411de3932995240514cd26362a0805525c7c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:ac40d2c4950576d453b18666a9acb3c19d4175d94a28d6e0e9bc19a4c302aece_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d9f6635946e9c0ddfc8f479486f08be9fdac8bc9f73d358a3d049b6feafe81ec_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:1ea77d4c8308769c7e2b5d667c8af3ee2e543fc0cd0c49447460c37ff0c56318_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:56aea13311a96784e84b4c5713ff5693e6aaf9f6035a042c5a28879019e3eaa1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:7eb0043c124f96f76970f835870cd45bedcee0179f5c63ed7688191cb5e0d718_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ae36b0e2d4f0efd222926a53364be6d7f9723496efe2463cc1521a85e0318808_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:81645a618293c85f28a1632034a0f3244cb15cb5b636d6ef447e571d526d3f60_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d70d809c25cbcaa772d2068975d7821b49f965a21be8ceef7ad7a17bfe79e611_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:dabdffb17f32a9684101e24dd08ea4587ff1c288959648684cc89f46ccc8d7a7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:dea959447acd57eda954f5fea4bb3d623d6bf19f11e7bd8ea04651f5cc52d95f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2b19aac1bb3f64b3e45d82d207f18fe3b692aff7d694c1cf99a02601dfadb2e9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:3ebb46a8c872e2dfc1d2bc7e50a84be90c998e721cb935a7d675e7ef02f204df_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:85930fd1b83c544a5debbcb1218282c91208fa876fb38e9564f3562ac199a30a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:97e522d7f8d7c3f88f50bb511f1696657f9dfb41282c702fbb5325a993267fd9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2eeee557fa7b05fabec97b753e50fc8b54811337b360ea542ab23a32db02165e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:8933a240bb1a42d823f4bf6feaf1baf6a6f083909fd9e5a62c8b61ca770cee50_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:8d06909ff0633fae70e3cda3ce95a1917ea8987c8e1372b4a8f00343494ea5d1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:f2153f3bd5ef181653f9ac8f40a8389e58771515b2fc49f205d5247455635c65_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:1fdb8df2f66c1558fcf03d227a63e58f63b990f1ff47ad81e3e3482c4e89779e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:7a2f54cce726a5f12a29c84d8a3af601d3627d1255b95e4adcd394a76e930c18_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:7bebec78f81645756aa1265950e28a980fd4c042b651c7b5c6fe6924af7675ce_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:d9af91fc94e0fb9645b5284e1a2a8a4ce3029a57c6c92e30ceff6562f7522b81_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:be58ac468d10396163e8e30c2e927d365ec7f21f710b99813b9f8f74b260c21a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d771771dbbed4376ceb699139a02a5b64456f2fd90f2cdd873879d56badf2885_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:de99fe560e6048e4e34d46dfbaeed9f5b3ddcbf41cd172f6c46cda8cb549faf3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:e8c673493346ce26aa4078ea788dc0b3c888613b8d161dee4a91d577f4686dcc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4b909a7fa9307c352c5a50cfebe3694547a60195928c3a3616def9818dd6a701_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:74c62d51442c13d38b45be851fd70040ae8dbef49fb6b22a5cff7ec3d20918b3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:8acbe6bee1e736dc4b636057a9ca03e6d19a341c207f4856281e9442b4e2f5b1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e214faf773c10d348cd1fe3014a1541cc37f8484b53e35136f67e0bd3bcde588_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:19eb2ef0c58d253602d9dfc10f356481bc443b6ba6a1729eeb253549a5b06235_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:4aecd8e8a99b71f09c3fe659399204e461b1008def654038d8d2df6df34eb3d8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:57e1fac2b2f950168e3130a96d96a839b183c8d4bc5f051af5a951a13d69ddd8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7e60e4e7673f57490cbf6c96a033c4d6f0e373941cf7d7235c2455a7e7850a77_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:1e48b7ea9656f56b0ff7a95ae25a7fb6303b796f70c8a80925c98a1a38d09c9e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:30ffb3abac5d66f0d7192c3395f4e29f18bee60eec5b603126308cb8e986155b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:39572ca95b113cdbc944e60797371c1c70d210b718086be5796ad62a0753e74c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f04d8f791bf53ae7ba29b1c3ea0847d13a99a58d8d13d53eac95a648c4fd7d81_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:01d126ad02cd31c976cf2857928631f421ecf59096ca0e61daa28596a9ce3bad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4ce5ec880ffd93abc262773d8c84390aeb22cf7aa4f6688b950c0490df2e7b0f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d1c2b9ba0cab850926c999b43cc85ea7ed91c5396d1d3ca272c330cbcf098392_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e46881e84e706330e4ebcf93cc1ec2ba9e1454b96ecee79fb81852d7b5826853_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:40cf04b4677fe397b6cca48fd704defd5dfbe5849116b2f855059340fb537da8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:b5df8abccc723af3f3ff86b4d1fbe7f643b89bcdf87c93abf3b926e8b622efc3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:b800c84b0984408d51fe965464e87ab18c0c3d82c8c51d12fbd488f9a6f17f7f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c0b5ffad8095d2ec71180e3857c7e5003040c79ea93835c5ee7ec6f544a406bc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0f58f90811f760f3c9266f674a8f7fff259b48e10f1a8e994c5ec8cac3745191_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:4d336c3a625d32606df94aff5194969a6b3e20bd8586c56baacd509bcdb066f0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c67690128b6b243becc0fa48a9c8917740c4e4c01cbc3798c72e03fd9629430a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fcb458c8179222d8c01853b9654ca9708cf5f34146b6488486f2d44f12a1db1f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:10227468946141bf8f1f0dd71860ec2dcab6888ce2ec096f8250ce27dc9de66c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4cca1c61fb2e435230b15535e8423825378ad0f523e7eeed5300b139ade380da_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:c46179b6395be403c3e7915f9953c1b9527c2b384284a3ad16e0091346a86621_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d4ce3e07bfee07e11573773846eb94c759a6d648c06db0bfa2dda1f0110b9f84_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:2040c1f1f4193837690b31dc5f88a840bd6c1c070ab0b091bd20439dd9dfdb49_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:2ec681169d6ce8d33a853a03fb796a312e75992052f4546f94c2ad158bbb9228_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:38d16429ac19db268bbefe2509b4d88ab3cf44e0c4f8b75a05fe3b182e02506e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:8d49a0a22cdef610f8338e3e4e3c009d493e6990d6fd68362063a9138164cd1d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2e170eac98d152abc69b8fa44813a290b9cc2e57bdacb84e97a9ecbe602a7631_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6f08d4c8d88aab768b5c727b824584cb5443f67e69fd543ea95bcc8cf90cff2e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:aa161f825ec834c11a77240e4c8860d7e49957fc6137aa2730aee57d3b34b7ad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e5568dc2b0aa9f9251b0ac80d28b2c01247a9fdd1a7fd42779932bcb9c0116ad_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0594f924eaa7baaa8350c40eb5b2253c99d8ede41d58291d362bcb334bf8eff7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:29473afe198e78ccc383122e9b9db15562d165d1a1a5d2ec9384f6282a9722c0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6c0d83c46bc0032ff04ea451858bf53db20a42b02c72870771a683b292977620_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:74ef91d30366fd9d581253c29197ebc1c237f72db26b728f7c27f26a1f446d0f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:1c0d5e001e41c928306cb746e0ea360cadb179221b726c5d11709f381132fc67_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:1cb6cdb6e3bf0b41c8844a6145a44416a2d385f640f42f496a4409db59f0a509_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:575c9649ab6ddf045d4be5b4c86501cd0a63fe02d73b4a803b511213405ff243_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:e82eb82d215ec8520e1938f0752a4ce0c869e865ee1c7fe2c96fd95ed74751d7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:31bd457006ce5cd45fdc3428de8e69856a3a387ef4383d1b08908a6f3b35047d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4f7552d3e6293c981fa9da6db88f330bece8f668376abf43f71b906553a5c99e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:973f4d0e9307929973adcd633718d00d09196bbe271b4f9d24f8a399643e1eae_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ab176c397c65bf978d7e517a34e10ea45c82a35f65b8bbe39f384f776822c03d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:34d1ed337dac313194803cbe7336560b7a630adc9cd2bd785883be5048ca52dc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:4d29bc385e8920f178688a741187cc67ed670ea997201952d0b9a77b56c762bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c86661524ff0c65bd9dd0349b73a831204010ec59c84786916be4ecf22c625fd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:da698e145cf30d354629fe8f6c4023d14fa2b5b167045bd8a6da0ba441b8c92d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:53be80af8fa2a60d9bd89de8e103fb2eb2cf008acff6d7f89383d861bb8a54f5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6decc15033377fcfef17782d66d17fe25501b157d69bd83e85a87c6e60f665d4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:8b2d6dfc8fc31a67250dca39ac60bdaf86cbbd61353cfe7731d4fb1ebf5463c0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ab21f8f97947845bb94bf6912ca8880ed39c4aa3a849af7f804d28c11a6f0ef6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3f2412d3a5a21739fc209d7caff76dd8dfc077f8a5a3a5034a6ca7a29532f14a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:598df55cedcdd92019d97e3ab1a6227b139798dc69adab00a65371e300803eb0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:9c4d4b4b4f7b8cf69f9535c0f1191f4de338b928311b0ed867fdcb0d8156220a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:df5cccd485b9a00dd75fd58cc2690f4713062e43fcba9aad630fa400f314c588_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:2814cd076f00b58ec1abc468adbe95d2281b50cddbce2d112dbf8befa70dd470_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:5903de42d0ee79b46d935ae3dc54e88a62d8e09dfbc6d055a31d3e6fa3c4cb81_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c1327a4cffa9882b931047ae66941c2d3a6f4c96bfebe56cd3070e3deb22fdc1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:f3d14a42e2214c08f4695a86b716a383112b70245a711db6fda0a5a462371994_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:2a0f25a54392c0e18a35840e1d29f31d5dbaa7325819fbf58656e738496797bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:3eade2c45b25c59ca557f5a284adda009b84a3f6d21c9db089d8c5fa7abb949a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:992c550b1d50408bcdca519980d914bf7bca4ee382ee0540aa3af2d034eddc4b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e06661e1b9f1142191ead0cb0f04b252619ea50c2be307177853fda34761dfd9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:03926dc5ab653058aa6d7750ea01a2b45c8f17a5ca7a8e67ca652c9a0dce194e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a13900fe0e23c9421046db6cfc237d21d0a744bbdce29fcd24c9f17b360469db_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:ad14d54f4912883a0140d3ac97c6b2219e3ffb87015050bb147ca0c73cc3cc61_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:b174fb64ed734452a4390290022fd0ec60d37823be6b12a17c2c6ae7681b3594_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:08553069c4783d2a245702df54c1164633839ba790ebed8cbe1676e4131090cf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:33d14b8d5f2c6b2e06b4bb0afb00a0725195ac80899f786640a0c3df9d238e30_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6b96857862bf6275ae1b5cd28a4eedabf4ecb6df67a441f47c1469359e76b9dd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:8fb9394145dcb16031acd61a0357c81facc3f7e2c26c8a5925581d68389805d8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0f14bc30863ee292aa6978966151fe4e77f43b502952a32565035ed9d48b1beb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1dd2bf9193891003a1666b3eef1890bf737089784285b1227393a690ca1cde04_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b2218da01a451dbe0e4dfb108b2c153e1a1b3399d7e6738e4c191cfc8f8801d3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:eee4ef2783405873838d6b4cf42eccadad062b9f056d5e13b76e709f7876c9b8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:3b594e4afd1f6540d0c0da8f875bdb8de328ba3f2dce17c8226712929079360b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d82ed0fbd775b5970fcffb980f6d28c885c1e2f9d44f409507778e9cf9bfde8c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d939c7835722074df7a0197e72aba718a27b8f88134883df7fd654b1ee57f0a8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ffc14425bb9275fd713b639c43ce33bf303c54e38cc53f4f9db3a3a1f2a6f105_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:463cd33991582264476015ec2ecf8ac12a9ae4107897cb2558c1d9a4a1b412f7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:876321c429821ed061d0908b2c57c02b865f775f47942f15401965ab1eb46056_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9cc79bb2a2c6602b4a72dc3abd536b1e47ea245de4f7ff2b3ae08a4bacac6bb4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a9102ac4baccbb625f4c4bf605ac61967c5381c24c777aa819577c2c7cde6c39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0a41b5b6efbf9ceb5605efcc5a74e872e5b82366478bd9aa1307c9a043b25194_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a8430b0829211ecb9925cb3061a328e054c006433bbe067d8746f92c348ff141_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:bdf77c78561fb5592d084c616462fb0341d8dfea9ce664196d398480cf4c9b95_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d2c51e9490479cf86973a6f9132ed075989ae64930747dda27ec3100999352c5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:148e6bf35d15e19100b342ec8ccd8f3b975b145f6aa1596d5a7004ec88684444_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:6cade19a99f1530ec4700b5283f965f9c97ae9732689916d1c40eb4797adb08a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fa007e3f1a38a5b48a21d37737077594f57cac65d08a9da8859bd1f98677fc86_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fdc7347043706d1c88f0d0327e29fd47dca2ba6b41bfaadfe4acb18c175c3a03_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:8f0030f4e532ae452721b47317f2bed3a91b4e18f7d58bc99f117d19a081ce5a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:f8fa8bb4a92b3ad3028f21cec3c5394f565c9e02f06b0619696cebf56cf598e3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:b0ef0d0003586a718c7747a6c5efc24313d757a4e15f7725328f8ce310793ec9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:fabefdede81f8045f228b94b2cdc64ffaa4840c7da5937fcc7ff40d82bd2a729_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:02d69fddf5e810141a02f739de9b3b56a1301d4ecbdad3b8df3b7b0c8c67db87_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:0aa7da9a515f449d3a6da50c5dd8d55ed318b494f2b3f3f866338ff1f49a3ba3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:16bbd40075cb4a55accc69db260da71419574395102c164a388ea491bf51d927_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:8b310a127ab9ef1521dbfa6ae4909d5e79b846838de6b07f8693a6f746d8e1d0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:d167970d8be3d911c29a54fe93b3c5ba2ace1a5bd823fb0dd3b5f0691d67f5e0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:ee8d34565b8f3e4d3c349b05feb279bf6a314f84897e668bc6bcb890e1320971_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:3ce22e5fd8def8305f8ecd28c69bb53111b68aa18a0f8907af504961caad2b31_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:6c8b3d7e73807714789155e434b87fb7444c1ea2cc5197fdd18b0f9e253d1504_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:76ec2d7ea2abda578740aed288764346e3e5236cd8bd1b42e776762ea5af7ff8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:a2cd6bd5ba28e30282de522e76ec1fee891eeee677350638802535f329f41d56_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:1ad410be29b78a62c6c761adb2ddc81dd6552e215f3bd71b2c49c19fd9506c49_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:2c3682906df67732160982aa12fb991407978d1c7a2cb36d279b0857134bfbee_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:3a4686f99c0461088ac8d8d83b53ff967b57840aca2fa87a3d04823823c4d5fa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:66340f44b99e3bbd8c021e0c47b0617365b62c53b0b3911933d8f683b2c48aa2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1796f001455857a701404a4ee37d793895c4d179708fee5cfeb2467243c8cb06_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:cb2ff11c7a67c79a0164613e9ae68e58c14c6ef7a5af4dc4b6fbc897921db161_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:d30598bb001578c4b9e99ab1d5040af35a27b1b5c7503d566b0672d634ef9f1e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:e9cb3fec3be65cd06e6fe00d2954b8302e12814701e1906ad91833ef18a01fab_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:3616e4a7673a447207307a8acf0661496632a65ab79694abf81d8a47da0f590d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:a833695f4c37b7f90a42db6563f6cfe2ba22d175e1b2562eac67a2bf30874c00_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ef7b269606c239b4c5b9e720fe99a727b2fe55ca5eaf651c4209c5f4ece296dd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ff65e0a6ded81326ad41c930abd5f396a6b3c2920169d349be3f4240aa212889_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:76da7e014155a69453feb8dc8eedda88578a3d3dd6e25da074013da1d32590f8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:83b56456b19882b4a9c29e1e3099317d6b2f38cb3f310c67cf6297063689d416_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:a0c019865c62a67303956123e1df05cb8a1ac3ddf188638f00b0d3fbab0e4502_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:bd6ab28545e203750806e1c22c4d1c9e10e91b20bcd922c5890d13eaa47982f8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:2a1b57399ea1e13524534dc38eed4139d56a4b56f0db7739cb99048588a96d9f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:48e3d29aeac5bc5c6d1cd9345436af66b233c63e898bbe5817016bb4f5ec17d3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:4a5be5aa4a12e2531d63f983de08bc3e411147454b3f2e601832d4d437a1a02a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:8bc5aeae1421310f6f635cb1679cf3145a158a8549bda6132526d02f533527cf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:0e26d9dd3ce20a2b973f0128da5a0c27b8550941d1f6a71eb8a2d3db46086e59_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:7f7b4c6d942213eac8eb3b3e87c81094208a3b41e1345964f29e6936c5ac6b31_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e6755753af40adcaef42af4fa79da923446d57d2da328a5689a8aac7d7a6a803_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:fb299ef0ec0e3b11af2787b41c7b1acb5e161a11f244823831add0ea0cced3eb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:00381459ad3d92ccdd5a3a45ad1f09ddda8da0d48f4594a4c219288a266647c0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:076c49eb3ed9183e0ae26f6711a9e5aa1875a080e2d47510cb16e2714afcc585_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e8d9136a62d6038628221fefdae5923e39cde2aedb2aeff9dccbd1b5b1e4627f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:f43b9aaee22c9fd77e98ba94f89d886bd323c658bfe3e7df74af80052e4e9474_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:2014a37e5e4d7528a77ffcf3183354b0cd7c17eb5814721c469aac3d500fc58d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:315f55b2b96d9bb4e2ac7951fc6c3736bee817f27003f370b9006dac7096816d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:707698f30f4c8088b2620c5600f79bfcacfbd5b82c957de62e13ff432dcf35a3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e21ea71d36fdcdb320bf2f2b60c4d2e47b83439beaefe2a78013507f6d4faf2f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:1579b3e033644e046bab63965d6f34797294c079488feb1ab6a93bf431deeff5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:7eae88dd81a4cc334cc312551621a1e469c30ebf73def686b18aa7f43027302f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:9151d366b16d34b16a1c90575e3317054503b12c880af51d496f681fce3f88d7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:bf1a0690529c9ef700e616776f6372bdcc6883f8fcf5be062b6397dda5246b9a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:03bdb8f74c117562bff696fdff572c2cbc7d73901c63a092d63ac5be23e0f4d2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:82f6b0c46cbcb7d23b865db2f2cd94cb83fcfd07ca408dba1b50d28d93c72aea_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cc12aa0e564fef8638f82263cb9d15509dcd032f9eeae171c41543e292ffa47d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f07d0cc2e3c9185fb009f2cb7677f3b9a5a7da7b9cc2e385be40108911b61c45_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:04d44a7c55214235a6ca121f45eb8a2265b6a47803d0000a3f7819dd279bb634_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:aa7d02eb36629d56525c04dc37e30777d0b33d2af3b90e504ba4259ccbb01fc5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:af1ec368aab118eb5273e4e8db659bdbfe94ba2e0410dc0e872fb4703eb7f229_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:b37ec193d3318150fcfdeb63bf8955b1b03dccfbec5be52cbc08251d36da824d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:0ff28e5ca81e1ca5499ea80569c9b8a203b313e989559e4c83ac8f0fbaee0973_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:1410e37b8ce017f7da84c0b86b0411f01e1d8d6597d2dd97cb0b82e05ee944ce_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:84de5559116e4f57c27844e4c9d28ece511779570e62dbf436ef9d452c44fa93_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d18b86413dfd7450e3d201b42ff45d3f3e9bd8ac3caa591bb5ec80dbe55701fa_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:1a53f5592aaaf08e69ca0ebea2f1e04ffc39671ceaf2877b66d3337f7450f860_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:354d017903fc20f2a775c264be278253789845fb207eb876d2f650002e7d9d56_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:89bd631ea62ce494371f19913c50598c14d46e8ec90171864ed1aa9dff109b12_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:eefbc25642cd5387702ba23a6bbc3a33e1d507caf9b5d873657c08be096828bf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:364bf9f2adf4282b4186106425ccecab534f23ab7603050e6bb1fafffd6aa176_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:b48a010d206d36ef0eb6e079407c7d921cbce7ff8f4d7976a4228a6eac88ad64_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f8efd3a98425d3b6ee6cb9df9d20cf8390168998d5f3d8ae4b8030b9353e2b43_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4ead6c7e104de4b1296fd135a0be96deb8348a6837383bf3ba75c98fd6c7c20e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:af1a072fdbb27a53132f6db1fa4153a3a0c61babca8293a6c40d6e1a8430e5d2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:dd07d396e484826008d9accb4013073f654bbdbc9373c3ec94c79e2fcd903c10_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:42b0c5d6a2ff553e1fdd1ce9daf95748b671d4b9f71b777ad6f06bb49e52d172_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:4f8de05a10bb92e5c982471035860ef72f44d0f4213397dd3a304c0fc21af267_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:7357ebbb98da36a072189586fb5845d495182d488ae0d88380fab5398616251d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:19ef2c2e8606c2bcc69c922cda581826281770cdb7e70aa9dfff11404ed30a3a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:6ebb3e355f86fb611dc2f7d414713ce89c4372ed05e074673fea20929b345ec8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:db8da3a0212ffefefcf7a198ed1d75030d3b2706f582d4115d3fdac3b7d377c5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:5f0b5c758fa46f12d4fcdbb64559ca96b32e74eac5e007c0c99d58051855d98b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c9c3e0f579e933d9644cc4b5feb0e9c97383bf2dcdddcd2a0c6182599e564af6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:cb2349e1fe8d9e74fb14a61be4716f0dfb8ee89d3debc762b39cb840c9ab12eb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:ff568746b033a045daa34f6f5c196950d1122c54562afa9d70fc4c8a49f0cf78_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:66e195d334243b880b11b18c5b867f05ce7717ae97fcc707ab05555ebb03662e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:80f26ba4b1206766785d1c060b3f4d9f399cbffea8a84bb807d4341cff8e5c11_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:91e89c2093305433fa84c8522679f781a3148a3890859eb436decfaf6a2fa9f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:a02a71e69cc7a3f1747d5ee0e4a0535c9dd6abe0fc244c2f16094402b56ca52a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:237339db4971f1ac7be125fc689b87dd07b1e0f59da545a2a7d08727c69f0637_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:263b3dcbb11cbdd26611250be26c6923fac9b74a387da78519650f8d05cdb4dd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:40b891a4cb673d3080ca260e54a87bc1e730820cc5058aab5c87f0d9242746db_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:5b10eeb7bcb9d3d5cc562cbe6ba759b47a302eccc48c658f6a11e2def6f627ac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:a0d207f70105e6c6c74adeca74cb6b9218e107a869a7e9ceee35022db9218009_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c34f9a1038f52a60b3bfd081a569d5fb067a95cb2d6eb1e83512276afc4f217e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:00cb5b6fe5f046798ca21596f72d52b61e1e74c94dab877932fa9da65eba08df_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:7d983f60a53d61f594507cc64436fd505db9c113bea98bd2297404fbd39d208c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:01304de5720f291e6c7ac725311596634dc2ffe3d2c625fef7de40a22563b5d8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:e191bae1686c2699afca87bba65d819f47de39e94e4d57dc76566622b0e93233_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:0fd2d931780a25a95b718a2726c844e3fddad9187da2298e9c1f8302efb3fb55_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:88d0afed198a8eac80018f43ecb282f470f998dc21cb1053feec3ef26bebe206_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:c409fb63b2b3887dc7df2c203597ccea0c166c2f7e4b9d99dd586c9503a96082_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:a6f98204b5eda5ee82ed092ad791c0e75d3d299a0b2b7ddc56c229b2f2cfaab3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:f42b26c88531ea4dceb0c9ffecdae1d0ea54097e7ee2b9dc3eee2f226b8344af_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:01f51a86b3d544b7447be3a6505835651ac27433d4cd44912d7d90b67fd6dc1f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:dad2cd32abcba1dc64780ff15eb530a8ef3e45735c47f2069c2fa3a2c6729ac1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:88c33650ed5fa280c4ceee17f63bc94acb3e31bac6ce0ff922537044c62ac170_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:9a3a34d1184f72aa33d708c971e252247c1dcb187ca485ddf536967e2d60747e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a2f0b33c066abcd5945c172e45fde320dd575e74f92994e0b00ff83b0b2edde1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:b1f880f022597d0e8024271b99736555add047a58c3afb8b0c883b034e203c41_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:55116f0b9d2a169c62e830324808855c16ddc8086705dd884b386710d73af539_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:7387e89509be1816ffb3cb543b017332475eaaa5a2624e5bbee2e21a705e5cdb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:904d7a9cc8e44f5c07fa09f25df6ed258e2b0aa87292b9a3ded77ed3a615e24c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:b370250af2a6f996100d937a7395b0d031f64c3b6e56114815fdfaa200e96272_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:36882254cc241dda67e3094467d51caf941355c31438658dfc1437228bb6f4c1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:8cb62fe1368a749cf2e5fe112e7deeea4157b6abd336772a52367d9d0ba21187_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e37e2a9400c167a70ad9bf6ee64883ce1d0cdf690802a2477f3e7a6b12757f6c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e43cc3e015aa865dfde70c7578ccbb79bfaa9d62f030e65bec769762cd087bc8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:17ebafab92393b198966eae8d3a669fed809b6c4f9fee4243ce177952e4d1c85_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1c389a261e900fd9f8fc87d748363706bcf1de74a24acd410075bf0d205b8cb7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:2c3d8ec443474d21ab9f59a88ef33184063beec103e3e4ffe7859cb429dc470a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:64abcf4ed85d43529c59bc77dc06133aeb3ccb1657fc877dcea8bcbee51f019d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:a629a70723438621732aaafbe799b0f92c2d3a07e9028e22ee2ff3bceb911bac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:e105fb8b5c80f438d63cdcb29187a35df84393995e142369fedd2aeb89979681_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a85fdd4a1398a47f682526c16e97de1f87b8222ddda47a6c5f254d06b4c791b3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:afd2a6edd07ebb4b6b77544ae5ee18e3371f514daf4c669a00d154b5e33b701a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:20e35628df4b8844ea3668b147e125b32534d7b944753ae1f99b6ea46e159392_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:9e9525d31895ad7e9a1ff753e0895f7d845a36294f88fab8041f2f3deefa6608_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:1cb8736ad1e698a4ec78cbcb16d6e37d67887bed651a12bf63db51af96b0a7cc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:554b7d9d81f9fb5dbccbabdaadfda9e45d186eba6488df224f83ab512a4c4653_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:249bd5ed39ae03fa46aa042d73bc097c700a6be65ec79157460de3d1ca75646d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:65777a3f824fbba1a23da143ef64a1824aa48883b94947682f787232d55055c1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:9e52b2efa8fdbd65ad70163f96f358b64f552783c7f03182dcf38994cb2dbb58_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:ece0c645d881112e48d2886024cb96b6cf4b1889cc456b30d331df729fcdc9cf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:0b99f7875f7934b371fedcff686622acd03d9c2618bb613dd6721ea5ffe1dc57_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5537e4af85d49533292160803dc7bff5276485846f94e247353df944b4b28a54_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:8e64d6ec539d991b5a228d8f4b9079fb959dd11c3b8a77ee5bc3576398340dc2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:b32d68bfc83195f7cf85e5ca9d4baa658d768d3a98bab4a3ce3cc107e089d84e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:333d60c92a9efcb4febe144c3e331c553197d325ba0afd64bebfcc2803cc0e07_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:accbf8cdcc475fdd0ae3427f178de8f847fed6c09cce1c12428861adc9b342b8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:dd2518acc748d2fb1c6d5f8421a6d85ab2dedf2546508f45f8e2f6dacfa7f5b1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f3265ade73f238556cf2a7fc67e8ebb3d5636440fd9b7d4cd2aa725677ce3965_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:1bfd1b573bf924cb0a8be80be641b4ce684b141a66325d7c0cc923a9d3a2030a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:88bda970c0360c5c1160b32e589812e4289db230dfa9923e1494636f97c34278_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d849f73e901939241fc0853532489308b856ec530492a706db8f81ac47e59318_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ef722b792c00415c1efaecc99ea873df11d2ef8cd35c5b86af0afcb28c08f821_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:50ff46f43a500235707760885fbe4997cee8c7088bfa36c911697df3b81675a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7845202df558b0ef442f3b4fbef423c6278fc43bea49169140fe3a263b15c7e4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:92d0cdf81fb07c8eb55fef4be846e84d5f18f181fed24221a294c5312c76e923_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:b19219d62e0e70404ac9b7643caa49a792b9450e8bdd815b02a6539e41526a77_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1da1b4d5b5eb3c2d6238b7e53fa040f03a759b8fa47e52d9e530c8a40885acdd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:8410339435a39b3b5a97a180fd0b413e3ca02351edb8b9d7be1145688ca56cb0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:8873af11a450438c35d6b39d687e73fd0ee0faca3f0562698b24650b01248690_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:bd6ea26ce1660efdc5159b2a53d8812bb1a584d7185edbca08a07cb89a09cb0c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:063ae7b531e3156e051e254ec07faaec30ca971d027a48dcbf930b1b662d4d81_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:1aeee3943c69893e59b8d0bdbf4c32b4452cf4f6af73a802b64be9cfa051f38b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:51838e17ea6a17f32c4928c8d03fcd2af5052a350e4bff6bde1c484b0663ee7f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:ac68e0a125aa8e638b88d747e50b7b7ef9150d7e15459e5b4c0643dc1d534624_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:1caeb43e59e47f40b7dbb8e9def02e2dd3853254b749c40c42fe2092223d9ff9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6db33bd660e7c3cabfac5125820539a4ef4264c067b17ce404fffddf17965880_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:8444f6327a6cdd0cfa269384e58059a9d333af24c0e423b1abd6d85bb837ad49_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ee448c837b33b1e9ed15258933ad9cdca924ac64fa6d0c3bd7bea0ed9f489dff_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:61057b1135996175ee08d0672d50d1a9eaf083a1a057d0a5526f4af42089dd32_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:619bafa4b79a302982b0806c61721e26a0ab7b6863f478726c6b58b42badae7d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:1dcc4113c131eff2cfbfab09cf11c8186360c6cdbd1086af839a03c042a87fcb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:2eeeba70b8cdc334ceef7ff7e1fa3b1ef19522097e27301e2c7917334ed2b99c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:491afa1460d3cb3aae7dce1df98c67bc343cd47ce22df4c55810f578f8aa6b5f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:5f24e34fae65f3b7a473a8ca41afe45fe4dd8fe9d84c2856c5278c734b2a0ca7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:6d4fbb7a93c300154e76eec4307a3dfc14555e6a2d0d065db2de3fcdfe9f5fa6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:1c2ae2d75a70fd6620fc71ac3f314b3f09746f78903f93d5e1fdca64941946be_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:6baca746bd3180b4e6062141ce4d980c014cc18fd4c1fee527d4df751b0bea76_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a1cca9b456a2eb705f5b11a19d2c54778d1441d56b17d20c9680d0b1aad1ef39_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:bd271650ae9beef457d2c72a9f552448762e538d92cdb345d032ddc3786493bd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1001d2d3264dbdc69734b9e85a67db79c52d1c2f6a1a4f89880b570f834aea51_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:2d27ac19b5e4aa5532d05c71b6da43f4ed51550a36328209f1432378a96cfdaa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a4623c62d9f7b6fed32b40d539815a3814c74338bf5974976b4dd1ccf8eeafab_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:d2e61adb97f22cc48deb48c31ed94d850fbf26c6590d0fa3aa154765258e185a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3c000e247f5d102792ffffd96011b889db2f5858799122f812b49b10a5b711b0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:49a9fea1a2a81a464be4ebf87a7f3ba7d880662bb85466039a5c8d461a0b69cf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d4e4e5976380af9528d6405bbbfca7718307afdc46ace2fe3702ecb8ee479ff3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ff841517626da718d46f0869384bf5fa3a04b0eab21af3d4dd2f8d5bd3601aa6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:2efdc02714260c48bc53e7ab0cae1e2d3b99c467469ee1f73fb0b79149091d45_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:31bc24ff07edb1e527760a4d76b60e8d0712968f477d8d6cd419abf36cca0b0a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:84f34f50c2396055e87b857cc30411cf5b18d2f21e78bd13fd03c95c1650baf4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:96bf65054c994cec4326f1bd5432e45caeef3c48513a7e3cd2248759f9e6efdc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:58facad671ae16c072d4a0e96a2336d95c84a7f86d4242e49152e9275296d028_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9a7f6b3f08dfa866a2a1dbf9bcdd636c221c4dcf0ca38ab9b5c481684b4bca54_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9b033e2e92e64d07e7510846ed5f374b1f1375172819dd1eb567c83d9c3be4dd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b81f64192da01c1b69af1f01bb109684b9a235b0879150ec37bc6bf43a53b351_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:5f3df6d30a624ae1c7a7eafc23b74b1ef674b2a8baaf9d2644d529f98831cc4a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b4edf57f165ba2a9d56e5e84a3aa61e96e76363eb7d56a816ecb15f8ac06244e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:cc8f8b60224940a4c6f8bc236f8cef754c8bc5b4a6d6ecddbc12db49b0087aea_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:e9df45732cef6649cd44dc00a89d9da66b95f1666785247477d000c4177e2c49_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:0670ef29c648fc035844be832f71378d5cda2122f5d6c7f82c831865d45f77b1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:34dadb46049ecbb75501d512642e7d2a58961c783f749aa0169d1a108155db97_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:371746e92f0c725ccaa0b0f58e950693872f87bea78608e95a2dc93b4e8ae77b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c22b1f502cdf6292792cca93076f4a7ef16f1c761a65b11f875c99408584857a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:ae26fa2a9ab61ddb95e4273d710c75edbd517f81d421b68acf84cbfeacaa913f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:e6c8fadf51bdb9c8623178a95c04ded1e3c8b1dce525783bedf1c7c501eaa76e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:e84ff17a4913201a476735cc76bebcb7819e7b65497c43267c19bb8e88b310e6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:ebcd87df2ac74dcac93ceed85bed5587957036381a49d7969e9a530f7744942b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3c98ad6c0008b1145186d1839c980631c119328c2c231956941300508eb27bea_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dab0992bd8f2a8b158c03d3c271e9cce7de86c1e188e136efdafcc20ff1520c3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dd146a5240dc6b3328240e27e4257151e187aa50df62150160d1050e065f0041_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:def9dc04e6b217cf48b80373fdd6f860e9b020d6699def7089ea881a94b0ff64_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:72c545475f329944debd51692a1815ad56ffa000cae7cf243273136290d32801_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:7942d7e452866f23d468bc06b2b8b43df126c9bbf2fca5607fcd3e3fc391c76d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:c6a713980f98015bc170590afbe2f48b3c4addbd7ff19eee4af2be4b431b3dc8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f21522b2f22cd38ae626063bb6180405ed0eaebe2c443d38cff59b36079087ad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:622ee3e0fa2560aa75798f4921d3b7417b64feef196cb8903aad499b7ba3ce63_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d30086b283e29e234410ad9521746f1cde8df72c61263e49e01b38135efbc380_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:e11beafd70191493099ea724097b3bdbf5c7d16daadc9e60770ca2e221406cf8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:f0f385d704d85a84503b5415a35a0e127f3a5eabbc813ce61a6afd5044fb35de_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0ab09129b8b99a86f2dc6314a9b30156b814daf1a287113fa9a7a49796bc8616_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:58e8b0de0751882c27612c0547004d51b8a59c1824acc2e8d30360f8ca6b2d0d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:673edbc5d7c6df884ce0c2358b1a5061c31b902bc472556db325ad91373d183a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:7ed466cd36f985050a860f2fb442d29103b2c15f4c373f4d6e3550d656dee8a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:04e0e42f16e0c627e306f27839d671f541b9276f15bb077d238a98bfa0f4c66d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:92d9f3394d35d8f620a495d90bbfffa00fb30b02c07494ad353bf88b80b299e0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:a455c8087323aeef4d6b31ca68aebe41d2e2eb7bc68165afe0a8b9772a245cf0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:e5f0ea7b527bb4619fafebf3e2732e8b0915a66c7eff930f446c6c12b0c1f4a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4b75f7a1212ce34fd15eeec8af7a9f45382deb3859f9d3fe2122584f4b70ac17_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8410dc1831f343db0b894f17aeacee702e705393ca83d0751b044f473309d1c1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e1dee7b5a5ea8c48960723f1dbc36b50bb8edf0e3756000631d705cc964a7ca6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f35219a0965a2dc097d31af84fa649af4dc048ec4fe953b4535d42e37ac5ac28_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:60eccf911015b2af66258c858b1d0dfbc1f79d5d10146c8cec8f9a5f21708f86_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8b1ef7b7353353de1302942f9948833e3bd0b568396513d242f4920e5be58f27_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:963ee9ae771ea224be0c968cebeece76527f1d138452319cb17dad959d972d40_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:e4ea39c79db66f4c7144a8526d5971ac698c3502df81744df07f7a9f281149ec_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:e4e0509c00b2dc8f6feeba505240de8debcb1b7e6e01e138ce406125e344efcb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:d0acba106822523c6cdfcc2fc36d8b78f0859e887958ad8a5634c5cf4757b45c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:79b723e31ae2158844c9f9b1a302e379d90be8c21e1e175106b77ebf19e7a5fd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:7b95cef8669b142bf2c82310fb33215b2987b47de2ab5135d5845ad23f27db39_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:96258e901919b272871c1be3a5ee6e984ae13812022ddf0b817ff8e5f35f9fb6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:d97bfb4843b397a25cbca966319a8f2e809da9809720eba96d7c64cbfc403bd8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:0667250c45df43bf0110d46c8b8beb3ada41a0bb520d35629d9928ec373f1cdc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:195220de99e688a7dd546e190638664c5236f67316276a0aae8d39b525e7e54d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:af0eca465c454003d66ef7d95cd0da38ed837a7da7d9978d318f2b29b2bcc472_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e0a03020adf1f6b1612c5a935aebce414ba1c84a71c09e9e91a8759c488137b7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:05bff5cef1e0071adfc0c9fc07b2a7ef6ef2e6f0b597dea05bd784f8f9746533_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:40df7a1323c23c3875e77061b3bccd337500d04f1cbe324a800eebb7181f8c46_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:5017bd5e359111c80afc7cf55fba210bcd7f15ca82d3a6282d2f63560ffe8d3d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:8ef63ddc25cd248263a40aba3201b2c6b3c3b2dbd998ced45626223efadbc3af_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:04b85fc4bcf3ee707044a3ad2556236e5b2fa4b09875ca781f61a13a11d94cde_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:0932ee4d4567b840a801bbe4161c37b40f1e5fd4b38be13947b8e09842d40623_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:60ac363479cf9156e89aaf94735053ea3ab48a2af18b902444ccfa4c723bd8bd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d4f9611470c2e215f919f6b08149425755ebae0a89bea7c3a3b95ffa4b7c59db_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:25811e863ae8cce3659fa109172b0fe4fb11260cd612410b2880f69edf3f2459_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4f6d5dd85317206c92af4aa0bcdfada9319b70856135fad4b30691bca9740387_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:97c762eda0b5da7809e6e7f236215b2e524a7c7ce6f3cc2f6d934753f5fdea40_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f633ea56b1691be0c55b612d5d07a9469a8ae9b5e833dadce533f428026cd7c8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:151563529a3997849bbfcc5af0d7f785c26cbdc449935bc97d4f6250492fe4a7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:65a15ccfc8e4e132d1b11fad18930d7f1ef53199f14361826de6c21ffe2dbeea_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:85859d9cf6668ca35cf196718aa7df1588411e4ddb287f832d4e7c6992aa5af3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:ed1989895d9f856d4cfcc6e4709233883e0dc7b9bbd2443d10d826eaa899b734_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:88bc1b9cedee4bebf90d217f61b8166ab0457dd245103610369821a64687322f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b2f536faf8330207a5e3332dc4b7895ae75d7a0c80ed6681704dec1ed1c8d62b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c8f98eba93ba62f17c51a77572d1ea794f2928e0e6e295ec881046e9fb04fa97_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:cb206bd45940912fcf244734c32e2c8938673dfd87fe12bd15671bf7c2a5206e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3daa312b5c2bcfd679559c162f3ef9dc497dd1c1772cb18d003de78918a3e359_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:44cdd21f24db7870c11a5758e4e89f9aafbc7b77fbd510b7d26e8a9a6de03f1f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:60a2e0c35e6c1248da50a89b854450de14c875fc134b7e9be481fa5ca91524bc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:632e71ea8413382e51005f4110fedc3930270e617fe176415958f15e11ca87d9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:32e4fc1654909b51802cb8abf8b5946e44483ccdced36c784941638296197163_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:45fdba490434d5c9b3f35072d5ca0f3c5f0dd2f836c9e3e1bffbfea53f8b4d11_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:5651967617c24f0fa3463d66cc35e484ef52dcc1cb32f1a96a095139c31964d8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:abe083c619d9906f8ad612d300dfd9b7a6c9fc93897e4c437f2ad5481eb4320a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2dd0915cc989ffbee4b234604427b4e14c89efe69a7d76e182ceaab10c6299b1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9eb6b6ad34e973b0c20aec9028b893d92baca2639b28b9f5d457aac43392bfdb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:be4a416afdfa019b7eefd6610034d97e43d15dc134cf2aa250dcf88084e6fbea_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ef488b181ed6865117b0f2ba94075786b6e564602ba420d58e570ce9d919f069_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:59e3ee88feccca815009efc5c992e184f4f091e01f3b2c014a65abcd1cf78284_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:7534da640a66d5b46018bac0decb415afe5a25a438c763afc73b4a7e8d25ee64_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:85c474a602a432c886402b1411497d7586ec3802d4e556bfdd6ce2676aad3862_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:ac2600a181492ce1a44e31c83258a5fba05c7f39695c5f6887965a6bb2871df8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:222b70b3268bd5b6e1a960a85773594e543ab847b59dfa0dd3d94104ac3cb38e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:596b7c513cfcf12c8e991f82f45aa2154363952c11f48bcdaa271818fe790515_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:86ce0e99da0c35b99dd1d8b28cb02076e26a87d9d7a7e539e85f56eca1906de2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cfd9974465dac521af7557689c6091d373d8462cd899ef4ee06716b2e2c945ec_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:077cd921e585d41b95eb57cf921878e7c3e36a6fd8a19fb00fb14a28650c0c56_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:5907d836ebf2133c63591afc2135a9224582e0c75373642d4bca8094ee4d48bc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:8dd9787566554a85650fdcbe3461ce973495bda716557aefc7a7a2c2fd482815_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:ffbab63b764bd79e20f869b83736c41ea28ef2eeeff1305f87fdb7dc4bf6dc55_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:162b737fd1a333a5eb9bf62eb46cea08d9285247685ae705977751f203e767a3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:8c4270b6cb5ac0d566c7a1b9e546cb637a43586587076f757e61a5a6fd34a251_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:b7d7b847c855c894255f887e106b3027a29e2fd0dfd8bd606a1280a4313b094b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:b88b8c16bbd10bffc3c7428e861c2e9b8749da27eda5a33a0fa538b9949ec33a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:82254fb1f4ee4da82f1a6326044cde4ba311044cea5a5c2e28da70a67a82e8f9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:88179c9f57abbdad3c20d59c3ce38768b17e53e7f463167fafb447810a9b78f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:943f3d2183309803791c84adce621e29f3a61f6119dc0af1529cd688063c35f9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d6c0c5250326cb44c5950c4d46bd13fdbc3acc7d36b05f1dc34a9744aba6586d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:426b08682f0c5d8833046d5ca88f2b3af44ee38218dcc57fa41a884a9fa938a6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:64e190645dd9dff1f4898ec45cc4ac42cc94f1b4bf8b1b4022a07873da039a36_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:bd152c2607b552226f73b3a760aeb307592cac725106da7d65b3ea3a460708c6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:cd37ef01e0c5586ab14e6a041a2cf093dfa8815b3e21a1ae636369b64fc2a253_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1922232d6d920c408323f02e725c79132e46a9d73beb16244d0320201bd2a097_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:2622b7c4add731fd89832f5eebec7c86300749d80cf50fe0e397657c52dd2fdf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3d77a408ab227b6658ca9643adfa97499b469e7a2faf1a2eba8cffb57fa9dd6d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:b29944894d3e8fc54349b0382fb01b25cf4445a29f82c45a4e75146c18e2cf8d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:47a37b58e2bea7dabb2da791027a2e880c10387e6c836bac1c45bcb059105156_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c1836d3d39c323a9f3920b769a8e40af886abbd390a8ce57b7debfdcda966860_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f4fd8a5427d8f74e7833efa23a0f7ddc8f4a2fd497b85988cad2b201f9033264_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f872b70b2027aaa6e426ee17b4f08d729d4e8121e9e98cafdec350153ac6d464_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2e9f6ad9b1c5ac39b9e8813a056155ad2b594a264ddce4d7a5ddd411f4c9e8f8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:462c3f69e1907a9b834188eb2aad3426d3f262315d1fbdb5629eb42b1849be0f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5250cc91fe66d307afa3450a2c052725c340731911b342332bc3dbab76bd5e22_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:aad8e6a28b5544fd9e8db6641fcd2a85474eb04f87cd3823792710fae0e127c8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:610b71151a7df8f4e29091e43bf71ef4a440430bc1f395cdf552844c3a111577_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:81f8d5808ac1503ffb406ebcfa40ad33fe4c13a62ec504c535b94a01312c3dd5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:9a58f0d4761ad3c87d0bb346a3608965df2d3e85a5cd92072dfba1c831570279_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:abaf2a42a5b82e5bbfe58b051dbd24fd71db5dbd2375fe6b64b01e8154ebb183_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:767e3986e21c2f1514a8a12d8b07d8bfaccc5afabdb58ec2cec07918d9805554_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:e52247597556738716370c233f27fe6893bd7505b647204ad29e4bdbfb397c36_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:03201ef76eea07d6632c483c1f05a1b983a8fb17e892722f673d7903d3d589ae_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:c87642be397b0f7532a4d798adca5679a994a52f56ad0825859bec705e923f6a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:2296b574fac529573dac1bda657ea2916d59c5adad72385acf19d8e38146947d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:2b606ac9745c95d3c70d91044357602677c8ab5e6242ee78aa9f11ccb4729e57_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:05f4b34c9abb9bf70a50c0250f6b130274c276a216aa3d2d6a18cdfc61899886_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:44305451a86fa2140f50c3a6e9d430f84aa4015834d51d406fa5847bee846d04_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:2f962daa09a741fef6dae721df2f0c66b911b70ac45e50fba5d3c4e17e9942b8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3a22070544241e1aba74be893b409267d894b867cb245d0ff8bdcffda72f8930_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a3e610fffc61c36b60917fae40dd3869de7876ae41b286f0d5397d31fa119f8b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:acd05d00f32c61bb6fa2a544887dd218002e2135a0de1acf7896571768735aa2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:0c0a5d2256bb2f57a9656d8bc97df07613940255c6add3fbaf2e6322ca840d43_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2cf1694768e2bf9fdde5859407a7366f44dfd567ba956cad64e76cfae189450f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:707d8e731d89185bc601f005fb49bfe73a063702c3058b7de342e6b90e84c9a2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8c6a0ab37cf5fbbce8b9ab785c93d9eb368180c6ca39ce13bb10a7eea3208f3f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1b54fdc04c2314437910c9a093e8ec65dab98d46351796985a21335a6b769e0d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:21f55af564e556247c4ea8263a5878314e025f290a723b716a9402c3ad228084_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:240acd5fc3d093867cd7efd4587ebefe048c6284a801da08faf8e2d9fcb19a47_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:be910f706a78786f57bf9601f04808dd78cd377c7dca4e0fef655be3a03e3350_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:3588dbbbc1b77e32314e2cef4b226e8430c04d269f8fb0a428d1859cbf95748f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:53923226087001bf8b4a6fe17761d2f7f745ab20710e7c1074673c6566a070e8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6f20725914f0924a8c0e605bfe6cbb2040ebcb7953737a120aac78ae540cbe34_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:e54b16f55fc9fff3ffdd04798462db934a9c6f218cf427a29b63235c733c666b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:11a2f9b1e75a4e3af89c08a63a03854b3c8b4e42b3e4d82151502322b896a11f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:44846d7c33ba800c8078e768421b1d9b39ed30ed318b680da06b5c97ffec50e8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:8c5c065ef84a9e997ad7703c11e4676470ee7a2100fe617b51d08c5232a3cb75_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:94d5008f0cbba99ee510257dc9921c6874e3853bffa0a22f91fb8635608c4cd2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:00f6088de94a844f32fe0f9a182e56ab06524c946c47f2c5e7156b51cb5602bb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:1b94bd10f5dd7c2b2ea46d32c905b5d95634aced341be5dd8afacf9b8123093f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:492ed93a8e5a9ae62e754c29240958a6c1909bffba60fdd5fced1097b955bcd0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a301c39c613445ea4df3c3bb70cf653d456a2e2f2cabc8ba7899e14792065170_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:31af242f688dd17a96083aeb35e100f97d99df2e1d95ef975297cafca25b6575_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:55faf10fc5ede65f8bf6b3c3524ee3dc3427660180aa499e208c1a0ec2edc0ec_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:7bebc921122ec103b0a42a0040f98dbfb821a1b735a485ebeb8e5a58ba638216_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:a918a598fb1ccec94141c0578606d66016df51dd6d60437e6abef990d58177aa_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:0733858547fe3b3e5ba4fd312446b846f4da4117a767552662871d61ff6952c5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:61ecfb19f466f5e76b77fba34b03b592cd8465956aea1d7c64e2bc27ae1fd2d4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:97ad34222a7b6f40f4e7f371de5ab7f9bd21519abd49dad6fb9ce5e775cccafc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:df538992ddf8edd62462644c5fdc23265be18523e42ee350226e4ef341896fb3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8f9dd799d03d523103b6ec8910f1824f01e142aff8c689d55a3728250b8be3d7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:9c0208ed841ab00ba866121c2c6d471cfb4356d05501a2a78c563d4d9735344b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c4631236ed116c123793555732f647ff3d3fd8cb89a4f83dfc846b4456e03588_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:eb77fcd0fc42f542e8f761eee4003cd969ef4e80b94f10e2b25e801acccd0911_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3986a780fc3c4722e9f89872becc411c9d30d824ca97990ea58943c95974bc67_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:42ebd671fba15ee296288177629f54b680248438351c85c305a970d74b5356cd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:950695ad184709b631a6220ebd01cdcfff0c841f9c0977db7aab1fb2ec309c76_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:b664dc527a0cc5864e95b25751979fec4d4500ead771860fe6aa4f0f24c7ba8e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:41be253a6c643b9ff74f2728ca9c113129ff2cb7139d0130e661f757d178127f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5000590500a94e98d05367647643d0a878a940a55fdb22fe24031b254d40e81f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:7e3d1fe26cf4c96811fd9992becaf4e4c01055216ead8f58aaf3b4842b216d62_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e399f3ff5ec8b143ea7261572b85c170e39af26dd92aefbe21cc56fb652cfd16_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:725f8d814c5acd2fd5e5f38106a89ef41fec83ca077647cf4c9c5f909e338660_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:81e38a7a721ccd6b424b8162de021155c8afc3d4e036b26baece7a52e1ee44e0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:9b07702f9d90053a3e349df86cfa61ae30522447b3ed6e44ea14ca34e9d54f6a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e12cb0851fc2f5e35c9258ad9360efa8f107b0a79e1cd17e0b5e302690125ea7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1dd92470819fdcb1772f425687cacbb71f1ace0453cae1dd4b5ad01b747fe54c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1e76fe522f07e3acac6cc06c67b783af055d5d0f068ed64e96ab1eb38f7913d8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:65c62baa1eede5768a6d01c4a6cf9e5b4c8c9dabe933d167228711ee6f50bf22_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:eafcf7c7eec61806567473c474d88c2ee5fea2866360ff451214a20978fcbdd0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:98845440ef473d8a65a926f6fc7e9bc95e2d975c6431bc2c64c04d166226cce1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:be08fb249d0548451580e3795c97c98c9275bd2e0d8d6ac5385490876578f4b8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:e28276a853d5b9b4937c8d38717139597be50e7458801607c841a569703a97a2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:9adb740bf133ce7652c8196b32f4c5c5a3ef65515c4b861d8cf2c9c6f0d1c4bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:98845440ef473d8a65a926f6fc7e9bc95e2d975c6431bc2c64c04d166226cce1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:be08fb249d0548451580e3795c97c98c9275bd2e0d8d6ac5385490876578f4b8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:a8fced5ebdfe32003054afcac8ec22e606806a53dd12d9ef6b594c9b4add893b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:5288894add34aafeec729069a4a4917aa7d4156917f9a5e2dcd82aa4bcea2a91_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0e3b5a014910aa57779fb95853037590569f1edc9bb48bba2d9461b3a2b0fa73_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5c3e36c0e3589a527d795af3e4b2c7b543b6f5a4bf0e89f9262992a2284feb44_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6b2f4181bd5d51fa4058ad220841ff9db18b9dfb9aa16de912d89f26320c32e2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f81dae6cfa04aa748063691e788c0e90633868549d2a53b8fb0ce14e37900928_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:010c10fe8bd3e00d8ad7c690fd4026fef3737f41161cc5838a186c7e9b13c53c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:48e8779ae80d139e0d0cd6ff9d5586c66ba42f6c85d32cea200759056904ddd7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:693661ef8254befcc66a4b7836deb522b2ae96b68b10079f232e2d1c3a428ec7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:80921c9a957d7e76d85e0f30c83e8f007067ef8a435e6aeccb5918f399914784_ppc64le | — |
Workaround
|
A request smuggling flaw was found in the Eventlet PyPI library. The Eventlet WSGI parser is vulnerable to HTTP Request Smuggling due to improper handling of HTTP trailer sections. This vulnerability allows attackers to bypass front-end security controls, launch targeted attacks against active site users, and poison web caches.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:a629a70723438621732aaafbe799b0f92c2d3a07e9028e22ee2ff3bceb911bac_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:e105fb8b5c80f438d63cdcb29187a35df84393995e142369fedd2aeb89979681_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:20e35628df4b8844ea3668b147e125b32534d7b944753ae1f99b6ea46e159392_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:9e9525d31895ad7e9a1ff753e0895f7d845a36294f88fab8041f2f3deefa6608_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:31a0ff47aa1a017d18773be577a1dc3296001154c7c40de20cbc3cc767b0c16b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:41564206c906171df891ccc7c92274cb7998f29687ff7d2e44399242e38682b0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:71f36e93f7195b10639a5c7db58e2f396f1272c6dbaba651e78a4c9ce955c427_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:ab71874b013fdb05845e94a9b4e3432d865a6157cff72725b1ea7589c6717b9e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:34b678523168aca5571ba1e631a458addc39ea9aaea3eff355fbe091e859b30f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:7cc0d1bbc241ac63a5f45a949a439d54316c23c7045659a9d44771e5541e7e17_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:7dfa6966d81447102d92f49b7256c7b47955f1d2b60e5b9dc133f71a1b2c8033_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b07a724845d8acbb842e9c96ebe2ab5355f266ae382d703c0f92a84c6d79de20_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:3d124f0dfefa90e249b024817c37087e6294880030bf95333bdf0b39bb1db696_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:580b4036071c17c8551b3171c31ecaeb61aea5dd431d147f036a832565531948_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:5e9203d284843bf5a5a3e7178104fbaa3b4a620bc6f889b36c6c077aa93f56e4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:ccb8be0ede2d9ecffd5bd7b4c9c555156b826cd864f5eaae87b3c1c58c7ede31_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:17d2506a96ba4da62c33738d9798c651658555531ba721f277b95b9c5283df84_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:3e6f6f0d6ceed5244d82b17442e473729421d59ec5cd1a71deacc15531f2929c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:8ebf277d8c153fa0be2825ebade894a87f61ba26c198225e4fd714302be26ef2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e0ead7eca26924691145465af2c5c06efae71a197f68043730e56d5cd63aaa59_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:2d9397f611cb4830f7b9bb67e7e35af224c0f121e4fe884c98c7c4807ef84855_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:79e8c5b1e61683f9c78e8d1022c90ce13c4b3c438dc373773c8d174b9835c862_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e104e90349ec069f6b4fbf749dd261ce91b21237b367c421bfcec3dfbe1bbbb9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:ef70455cbaeae026e8b15538a2a1d159bbb35e47427ea97e13f5e5a7cdf27dcc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:1683b25c778adadab73dab246e98caa2ee21c561fa57b1f2ca7211eae88876ae_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5c875e3f0f2b0c11b8ba123f0716e007fa09b21ee696dce0c71ba774c1a2c7c4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6b96865aa6187e5d1d46bb64717dfcd42a1cc17f33bbb96be9021d8b61f6465f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6d1451124fcfb4ef7a5a4c673e06603443f538c6ff781f10706e8814245ff056_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:3cc3d7622e92973a3e7c5807ee254195082fb9808132838ac28a357e66e892c0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:685d78a491e935d0b4e7a8eea29df7863976a60800d1e08c3bd3faaeafad5a25_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:88b54af358d720bcc453fc09511bdfc7793b211dce0014648eea9ab01fc623f8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b6a234ddf1c93f87ab0ba77b6dfbb1ae9ff2a1b130224daded0de20781a1f650_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:68c09233701045a0512a7310d21be057e1baeab5eab74e246770e148daa87c53_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7566fa876d194d7cfd6efbb888c2ad71ff04c07e80cc4591be682c095d1b6822_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:790592a71ce9e5bfce5c82f0efb257d08c463658db59b6bef0af4de7d0ccfbd8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:db9a84842c47a03d10c5e9c1c27552406af1b748efb9a4aabd8fc3e4da3d68ba_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:10eaf2277f538f2cf72b3f408cec4168f718acdc1918f0227f6b6c62531abbb6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:1e58da4120c75035a6adaf6718a1e97ec9c3d6127bbec91836171ddbd7141049_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2299f00f191ec86185e9c9573d36f213ca8e6d8bc6fe104a4ff5861e81911ff0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:64d10474aa6082fbc20dcb45adf3f78369650b94352eab601e16e3ea0f45dc70_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2857f545269812b58ce790369808c13b1c6f891b1c8521f61031ae1237d5e7c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:68b0a64071a455fcff666bbff51d2757c1c395c7ed8d533a8e36ed3c27d1ee44_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a045a2aadc8aadf68064292aed51b08b5b848fd726bff69e8811a23fd17f7da5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:b47c8a889f18a9d9601612c058e1c890308f1603584b626d16ee7bf50af00d4d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:03bf1102e3d50616a2431782c84cff62edf1161999bf1b10662eaf65410fc55b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:6bc2b0f07f5e3ee0986b7652434359992bc995788d7a1fcdfe393f2b1a717dbc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:74939b01007b6160c704836484d686b246516a2a1a7929a09901a57b9b4bb512_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:fbdd3810520e77b36b749f73d70d416799bae48b35430eb025a6b4e5d4b42b77_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2f57a1926d479f00d26f8973d6edac58f5030df3010c33e231d8d350f5afe3f6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:5fb00e50df62152bbdb2b98fd2de8054dfcd4d4f27b07001a197b0e6bb5e72f4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7422274a999abaecb4642499177d042c60f0d2b9bd9b470c7797eaa1ae03a901_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:c1d816e822e159bbd4b0e96ff11c2c0866f50ce60a0731ed995b08b83e9cfc9a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:1c60e886fdd81c6b90dc6a0f142dc5c4d5eb8c9d5bd796cc343abe5bce33affd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7b549eb97fcef1ffb0a36d99e385098665d88b96e983c0cab4a73f0a96abedd9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:82714d7071cc06d1ce7701311acc91cccca5970b8d00228c164703c90657c56a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:efce8f153aa7fa0e0b4fe0f88a29b6b0d3e91b94a7f22f2986797d10c3292c84_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:0fbc562bcfc4c42579ecc86721e9e5f5d73784d5608ac58514081e3503f7c813_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:34eea13ef689221a855605f253e237382ba0dff12442ad975c2c5f0054011b04_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5b24ffc3141a2022711242b92b9ef187ac9f243e92862588779ef465efb312a0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:d733261ef4993cbe69ece9ed43b50275890db613b7aa258bd0fb9f0f15978cf9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4e4d42f9f65e036769551889fc5e813e5931ed853d3ba24acdcaccde692b12cb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:80c813e3e501d8280abce8b3d0564ac915ef638277444ff4d05ed9b2d02d478f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a81cf2d9704abeb5e16c8b9b46a7fbb99bdf0bdb1ff5f8130b2a2d61b61c75c0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:b629bf6b74a1b8d8be44b2945a6e42cda27e0d828c088a5b49b6fe866cd9a98d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0e57f63039219af389f3920cbcb324436a2aaf1a2123f4c2647f1c1edba90306_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:6dd4c338afd7f75a01d8161008857b1dfd0c1e0a7516c5ac79387ac7a4947237_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d996ae5e72eb8bd4584b5b51b1bb56c4f1573caa0791c5e66a5c89d850ef3dc1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d9b30068f814c6c1bcf9798e35ae70480c993dabfb5d88209b48f149cb49e6a5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:939ce68dc53e8612f38f1c9ee2a25034e4d7953f98b136dd24966d30bb7d4e82_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:db48cb10424ecaf7a52681e7e17bfbe187ee238ddb3be21ba599b3aabc856e0a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:3bb343771d20dd2ec6a05b595dd0065474799b189c33985589f07217b1fd321a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4f81654bccced71c7ae5a5c3946d219f6dded80bcd1025466e4c5b56923b263d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:629425498dd6d127acfcc5a3017c7c983c60168c4f3ec6a006846dcc6874bff5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cf01a745925200f7159c83075664127536f48e0534e319a651cafa9f11ae17fd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:59214d21308fdcf9535342dd4662ecd4f8ebea431270f577f5d6fd266371b6ed_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:ef21c8c721f544404ba4ef1d9e15e4435af42ceec995cc2cc43d39925378b3a9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:bfc8feac89b1aa29252fda1d473014e4723b562d59dc88f3ef7872a94a6d098b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:d4979ac2a5c608ac31a5683811b55aca412e6726b5cc1ebe4b214d3c8dff15f8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:c89e9f403f7dd4bada53f4ba338de51345266c2b657adba6cdca65172d113aaf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:cc9a82f57cca4904a7a4d58073b1ba7624090301e0e740d961d35a860898d8e4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:d63a70864e886482cbcda411c93c811bb3b1d904b9a586ab42fc67cda8ddd9c7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:da37ae31a142733b6add537f48f9ae28b3f496b1472ba60b0ef5587ef8d5568a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:396f40db5ba672cd4ecad68fa6f837405c9bfae9fa38f1276e672918f9de7b4d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:7c0925fb8469922ace0b86ef5f81f9ba4bc711b6277172ee963a856b7252b741_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:545a23225833cb931e6962febaf183bf7fb7d3532c5ffa4556c9c198f3b73954_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:b91eaa2723393eff033053dee12e51852a7428dd0c06de7ec92bc3f561545a31_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:c887cc0ed1561b2253c907df741d98c1bf4836ba3faccc2d8c5a8734e0857fc1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:f77de5df278c92b8b8cbb8f3f0d93333f3fbcd4a0abb834d1edc5159cde007cb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:843858cb4847ed991480eba34975318360a498aa2661729c2c11133ddef21db7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d344bcbdaab988fcc26ae36cceb1eaf2b5f60943fac7bc1c318786c5b33fd45e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:5135f9f7e7e94624e8a0c319228380f86eec7e833130bffc4d005062bbb24075_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:b0559b45426a1525296d6c9790d1fdd40314e1ffd48c6f0c7afccb4db675813c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:2a34794e9a9694b03f338acec35e7c52af7936006878aed6dfb9ab216549ee96_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:5fbffddc788c5499be501c8650150299d515527b230e62dd15920b33f9eb93a3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:5976ec6aa81c47bae00c6d399adbfa5d38894d89e926afb414bebb94e5b8b8d1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:72972cd3378a738e45235e515cb52a206950fbe7d0a57f73aa3fc352875b4cfb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:654fe020d5ff989d8092f577e5137ac9913dc8eb6b90007c85e694e5b4ae99a3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:7766c535404fb104ddca41eb50e2be914c14bdcb6305ff3f6ab1508594c1fc90_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:fc9f987fb8c7dcc4256b38236d89fcee5155e3ee5facd62ad794c6d94408714f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:feb92f825bb3ab62bb5ac81ed63718f5e3fb274fd0b6575487285e55bcd549de_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:1497850497e4ff31638d1b53032a1162af975c3abd2396e627ad90ea4515cd94_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3a1df74d7419d8a2b09fa4741ad8f7ff71cc856745ab85ea91a0821dd427976d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c1b8250462e0d3bedfd64c4611ce9e9aa77f6475e48d948a2f844fd293cb649b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:de1026343cc529670671124a64b039cfab52a4bbbfc7d6d0d1bf5d6c21a0eba0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2e98c100a02f00cc2f58fc7e4773041e81be4781e8a8c02539acb17d66cea93c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:55973d56e1df439ece9c90bf4a6ac870c4be37fa5c718c90da6deb275c34c062_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7d39c8eccd19b70bdab2757e9088f1e3259cd0ee8c0a76421f8cca3274ccfd5c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:fde0b6709806f4fa012e86093d3abba689c7e4dce25859df9993d02f77adac38_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6b089f63a260ec9dced6dd494b2cd8b48861fd8a54f5a1669862165a4030d790_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7d96b0e06e1b04ad121c95d6eb87943032f8734a6565fabd6ce99562ba873ae9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:804ed4857fbd1bbac303549388e72451a4d0f81b99696fc7176e196db8644140_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9c0ed5fd8235d31c3a959cf3f00717a841c2e5ea2e9e222454ded28932ac2f2b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:25d6a0e67f63ee551a50d23bbf3ee87a8590cc618d06a1041327af0bbddcfb6b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:5c4c1cfad723db265d037968ba4892ba883f1251d06a6b348d3f5bcd78f3725c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:ba8f4ffe3f54ffebb1aeb3ac55b9c2091b3be0e2eafb9f4fa877c6b2a8abc787_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d05e5450605a9101e2b4502927b51a6bd93a8eb01ac3db39918ab17ec3c1cb86_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:229900b0543979b8053752c05214994d2590b501da90dd6fc43ded0cd839a2b2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:241f97ed5176e7d9234cf1893f43dcc08d375587540c7af47c19977f44965ae6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:811a41790eb1654cdd1a133ae525e8fc329fe330cf06293d12653be5c3904ddc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ba2426e6f8b4c4f49b191df2ef4824d30486a87aa3bf3af5cecc5aa958f96e43_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:18c88139b031c49545ac09935d1599740f0b49e3c2fdd1d84f4006a47bb2880c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:314bd5ede25ad4718f9d682ca27fe8e8817d79922d59302f0449a55bd4764f26_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a0554e2bc18e8e16e5fc1efbb5fd653a3858f177d0fa84091ed1e48856c44672_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d0092859b3dd498418cb2ae30ae100d91a6d77abbf2f1be3400bd6bee1a57cbb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:0608e6ec895faca9ad6eec7f657893b8c05a3ba72600cb734cfd2ba7eee926f4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2a251ca88b8d2274b765b591bf4e015c1e817c0d98fc5cd7c19f51358226c1d6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7b50b78bfb9b21f2c6cd42be9990b95f1b3b810d9f3cf62d7ff5541a4ff7d5f4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:f80ce5f1854e4411bc2d73efdad02ff4b5fad6b15e2e3a09bf69f6229107c0fe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:08cf0dc27f2e823756ba009358a028860354793bcb3abc9ef7c14d71ec011fed_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:285f603dbe97db7239d699ec52febf0bc5fe157222c202235bd6f5cc4af3b974_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:b7c4a0c49b1857e22b71299f9a921d0c56b831756f33708399b7a03d2f61d8e5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:e6ff566a5aa48b59411a421e98ce05e62268d4ead994c08e8bc4643beda5f115_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:22bfb7e9892df6e4045f7246544cbb73e900d17b8d1eba74af342dda56f697d4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8ee226df0ab0bf40ee1eb32bbf64b2feeafff15a165b92be994a331949f29516_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:97d901e0371158483af19aae8db34651dcf0278fd69e0ad14293a38d4713c58f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bbefe8212498c9204cf5a4b2834c8a7082f732c726fcaeffa55d9b66b5ab3c13_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:4b415d00d49331d5fd22e1b0c159ee4579506f378f1b13e8e1d0c1829996f6ac_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5c88ce9b17d4baf03f9ab7e89dfbd9c82a8e4bccd23e5dce74e11d6b2a0ecf6d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e6f512f11629d684e2713d7421677d35766f5a319122fae34ea25dbf95e79ec2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:fa7b4178af4fd9da7174d8c94e96363d73a1cc9f60f6a55a3cc28330ff7a4e89_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:10f802e9e5c96af91d1ca1427ace8984d2c31dcc7c409f3165e1ab21281293ec_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:477d5a4fc9a1354090356a06603a9b135814e9ee97d9c4b51046f597e195d5ae_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:5a20619d387dfa67a22d51e5eb6c4bff523b7fad8ca181cb4c09df25fa3d3540_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:70c40ef6f8cbf444e59c4522ffeb8800d19dbbda77a02f28310573d9941d6f2a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:26795eb48eb93cff9df39e25571a32b8d8c4fac44555227f932805760dde79d3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:45e8ad4ee3c68dd7425e889134eef96aef80f33946b303a1577593d53aac432a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d9ae6095cb2d622d947a1e861a56975ce434c7b57153d0dc8e4e9f1ddf95a393_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:f8f12d1cd2272529e159bbf2dc6680f772194cc235b0138146f40a499a9fbe2c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0f016a9fc412a5fa8b8289a19fee831b3441571d7a48135b92b6736af210d700_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:47e60f0ec21835c324472d63a89089c62480ef17e2225b537c7023404f63c796_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7a349e32d85fafd4f9dd8db4d80bd54e1c0869d74a542f698ef78bf6aeef4dfd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:8817b906fd93b0980fbb687876d4664c79668ec3e959d2cf184a3ed20aae953a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:027c710ef81f40bd47b16c296c121e36785eb5463321078f6bc657c37f2967d8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0d2b94501e72370b763a86146266411de3932995240514cd26362a0805525c7c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:ac40d2c4950576d453b18666a9acb3c19d4175d94a28d6e0e9bc19a4c302aece_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d9f6635946e9c0ddfc8f479486f08be9fdac8bc9f73d358a3d049b6feafe81ec_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:1ea77d4c8308769c7e2b5d667c8af3ee2e543fc0cd0c49447460c37ff0c56318_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:56aea13311a96784e84b4c5713ff5693e6aaf9f6035a042c5a28879019e3eaa1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:7eb0043c124f96f76970f835870cd45bedcee0179f5c63ed7688191cb5e0d718_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ae36b0e2d4f0efd222926a53364be6d7f9723496efe2463cc1521a85e0318808_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:81645a618293c85f28a1632034a0f3244cb15cb5b636d6ef447e571d526d3f60_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d70d809c25cbcaa772d2068975d7821b49f965a21be8ceef7ad7a17bfe79e611_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:dabdffb17f32a9684101e24dd08ea4587ff1c288959648684cc89f46ccc8d7a7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:dea959447acd57eda954f5fea4bb3d623d6bf19f11e7bd8ea04651f5cc52d95f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2b19aac1bb3f64b3e45d82d207f18fe3b692aff7d694c1cf99a02601dfadb2e9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:3ebb46a8c872e2dfc1d2bc7e50a84be90c998e721cb935a7d675e7ef02f204df_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:85930fd1b83c544a5debbcb1218282c91208fa876fb38e9564f3562ac199a30a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:97e522d7f8d7c3f88f50bb511f1696657f9dfb41282c702fbb5325a993267fd9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2eeee557fa7b05fabec97b753e50fc8b54811337b360ea542ab23a32db02165e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:8933a240bb1a42d823f4bf6feaf1baf6a6f083909fd9e5a62c8b61ca770cee50_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:8d06909ff0633fae70e3cda3ce95a1917ea8987c8e1372b4a8f00343494ea5d1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:f2153f3bd5ef181653f9ac8f40a8389e58771515b2fc49f205d5247455635c65_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:1fdb8df2f66c1558fcf03d227a63e58f63b990f1ff47ad81e3e3482c4e89779e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:7a2f54cce726a5f12a29c84d8a3af601d3627d1255b95e4adcd394a76e930c18_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:7bebec78f81645756aa1265950e28a980fd4c042b651c7b5c6fe6924af7675ce_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:d9af91fc94e0fb9645b5284e1a2a8a4ce3029a57c6c92e30ceff6562f7522b81_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:be58ac468d10396163e8e30c2e927d365ec7f21f710b99813b9f8f74b260c21a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d771771dbbed4376ceb699139a02a5b64456f2fd90f2cdd873879d56badf2885_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:de99fe560e6048e4e34d46dfbaeed9f5b3ddcbf41cd172f6c46cda8cb549faf3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:e8c673493346ce26aa4078ea788dc0b3c888613b8d161dee4a91d577f4686dcc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4b909a7fa9307c352c5a50cfebe3694547a60195928c3a3616def9818dd6a701_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:74c62d51442c13d38b45be851fd70040ae8dbef49fb6b22a5cff7ec3d20918b3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:8acbe6bee1e736dc4b636057a9ca03e6d19a341c207f4856281e9442b4e2f5b1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e214faf773c10d348cd1fe3014a1541cc37f8484b53e35136f67e0bd3bcde588_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:19eb2ef0c58d253602d9dfc10f356481bc443b6ba6a1729eeb253549a5b06235_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:4aecd8e8a99b71f09c3fe659399204e461b1008def654038d8d2df6df34eb3d8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:57e1fac2b2f950168e3130a96d96a839b183c8d4bc5f051af5a951a13d69ddd8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7e60e4e7673f57490cbf6c96a033c4d6f0e373941cf7d7235c2455a7e7850a77_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:1e48b7ea9656f56b0ff7a95ae25a7fb6303b796f70c8a80925c98a1a38d09c9e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:30ffb3abac5d66f0d7192c3395f4e29f18bee60eec5b603126308cb8e986155b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:39572ca95b113cdbc944e60797371c1c70d210b718086be5796ad62a0753e74c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f04d8f791bf53ae7ba29b1c3ea0847d13a99a58d8d13d53eac95a648c4fd7d81_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:01d126ad02cd31c976cf2857928631f421ecf59096ca0e61daa28596a9ce3bad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4ce5ec880ffd93abc262773d8c84390aeb22cf7aa4f6688b950c0490df2e7b0f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d1c2b9ba0cab850926c999b43cc85ea7ed91c5396d1d3ca272c330cbcf098392_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e46881e84e706330e4ebcf93cc1ec2ba9e1454b96ecee79fb81852d7b5826853_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:40cf04b4677fe397b6cca48fd704defd5dfbe5849116b2f855059340fb537da8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:b5df8abccc723af3f3ff86b4d1fbe7f643b89bcdf87c93abf3b926e8b622efc3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:b800c84b0984408d51fe965464e87ab18c0c3d82c8c51d12fbd488f9a6f17f7f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c0b5ffad8095d2ec71180e3857c7e5003040c79ea93835c5ee7ec6f544a406bc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0f58f90811f760f3c9266f674a8f7fff259b48e10f1a8e994c5ec8cac3745191_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:4d336c3a625d32606df94aff5194969a6b3e20bd8586c56baacd509bcdb066f0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c67690128b6b243becc0fa48a9c8917740c4e4c01cbc3798c72e03fd9629430a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fcb458c8179222d8c01853b9654ca9708cf5f34146b6488486f2d44f12a1db1f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:10227468946141bf8f1f0dd71860ec2dcab6888ce2ec096f8250ce27dc9de66c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4cca1c61fb2e435230b15535e8423825378ad0f523e7eeed5300b139ade380da_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:c46179b6395be403c3e7915f9953c1b9527c2b384284a3ad16e0091346a86621_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d4ce3e07bfee07e11573773846eb94c759a6d648c06db0bfa2dda1f0110b9f84_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:2040c1f1f4193837690b31dc5f88a840bd6c1c070ab0b091bd20439dd9dfdb49_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:2ec681169d6ce8d33a853a03fb796a312e75992052f4546f94c2ad158bbb9228_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:38d16429ac19db268bbefe2509b4d88ab3cf44e0c4f8b75a05fe3b182e02506e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:8d49a0a22cdef610f8338e3e4e3c009d493e6990d6fd68362063a9138164cd1d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2e170eac98d152abc69b8fa44813a290b9cc2e57bdacb84e97a9ecbe602a7631_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6f08d4c8d88aab768b5c727b824584cb5443f67e69fd543ea95bcc8cf90cff2e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:aa161f825ec834c11a77240e4c8860d7e49957fc6137aa2730aee57d3b34b7ad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e5568dc2b0aa9f9251b0ac80d28b2c01247a9fdd1a7fd42779932bcb9c0116ad_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0594f924eaa7baaa8350c40eb5b2253c99d8ede41d58291d362bcb334bf8eff7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:29473afe198e78ccc383122e9b9db15562d165d1a1a5d2ec9384f6282a9722c0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6c0d83c46bc0032ff04ea451858bf53db20a42b02c72870771a683b292977620_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:74ef91d30366fd9d581253c29197ebc1c237f72db26b728f7c27f26a1f446d0f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:1c0d5e001e41c928306cb746e0ea360cadb179221b726c5d11709f381132fc67_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:1cb6cdb6e3bf0b41c8844a6145a44416a2d385f640f42f496a4409db59f0a509_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:575c9649ab6ddf045d4be5b4c86501cd0a63fe02d73b4a803b511213405ff243_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:e82eb82d215ec8520e1938f0752a4ce0c869e865ee1c7fe2c96fd95ed74751d7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:31bd457006ce5cd45fdc3428de8e69856a3a387ef4383d1b08908a6f3b35047d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4f7552d3e6293c981fa9da6db88f330bece8f668376abf43f71b906553a5c99e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:973f4d0e9307929973adcd633718d00d09196bbe271b4f9d24f8a399643e1eae_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ab176c397c65bf978d7e517a34e10ea45c82a35f65b8bbe39f384f776822c03d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:34d1ed337dac313194803cbe7336560b7a630adc9cd2bd785883be5048ca52dc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:4d29bc385e8920f178688a741187cc67ed670ea997201952d0b9a77b56c762bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c86661524ff0c65bd9dd0349b73a831204010ec59c84786916be4ecf22c625fd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:da698e145cf30d354629fe8f6c4023d14fa2b5b167045bd8a6da0ba441b8c92d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:53be80af8fa2a60d9bd89de8e103fb2eb2cf008acff6d7f89383d861bb8a54f5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6decc15033377fcfef17782d66d17fe25501b157d69bd83e85a87c6e60f665d4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:8b2d6dfc8fc31a67250dca39ac60bdaf86cbbd61353cfe7731d4fb1ebf5463c0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ab21f8f97947845bb94bf6912ca8880ed39c4aa3a849af7f804d28c11a6f0ef6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3f2412d3a5a21739fc209d7caff76dd8dfc077f8a5a3a5034a6ca7a29532f14a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:598df55cedcdd92019d97e3ab1a6227b139798dc69adab00a65371e300803eb0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:9c4d4b4b4f7b8cf69f9535c0f1191f4de338b928311b0ed867fdcb0d8156220a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:df5cccd485b9a00dd75fd58cc2690f4713062e43fcba9aad630fa400f314c588_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:2814cd076f00b58ec1abc468adbe95d2281b50cddbce2d112dbf8befa70dd470_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:5903de42d0ee79b46d935ae3dc54e88a62d8e09dfbc6d055a31d3e6fa3c4cb81_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c1327a4cffa9882b931047ae66941c2d3a6f4c96bfebe56cd3070e3deb22fdc1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:f3d14a42e2214c08f4695a86b716a383112b70245a711db6fda0a5a462371994_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:2a0f25a54392c0e18a35840e1d29f31d5dbaa7325819fbf58656e738496797bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:3eade2c45b25c59ca557f5a284adda009b84a3f6d21c9db089d8c5fa7abb949a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:992c550b1d50408bcdca519980d914bf7bca4ee382ee0540aa3af2d034eddc4b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e06661e1b9f1142191ead0cb0f04b252619ea50c2be307177853fda34761dfd9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:03926dc5ab653058aa6d7750ea01a2b45c8f17a5ca7a8e67ca652c9a0dce194e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a13900fe0e23c9421046db6cfc237d21d0a744bbdce29fcd24c9f17b360469db_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:ad14d54f4912883a0140d3ac97c6b2219e3ffb87015050bb147ca0c73cc3cc61_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:b174fb64ed734452a4390290022fd0ec60d37823be6b12a17c2c6ae7681b3594_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:08553069c4783d2a245702df54c1164633839ba790ebed8cbe1676e4131090cf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:33d14b8d5f2c6b2e06b4bb0afb00a0725195ac80899f786640a0c3df9d238e30_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6b96857862bf6275ae1b5cd28a4eedabf4ecb6df67a441f47c1469359e76b9dd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:8fb9394145dcb16031acd61a0357c81facc3f7e2c26c8a5925581d68389805d8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0f14bc30863ee292aa6978966151fe4e77f43b502952a32565035ed9d48b1beb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1dd2bf9193891003a1666b3eef1890bf737089784285b1227393a690ca1cde04_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b2218da01a451dbe0e4dfb108b2c153e1a1b3399d7e6738e4c191cfc8f8801d3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:eee4ef2783405873838d6b4cf42eccadad062b9f056d5e13b76e709f7876c9b8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:3b594e4afd1f6540d0c0da8f875bdb8de328ba3f2dce17c8226712929079360b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d82ed0fbd775b5970fcffb980f6d28c885c1e2f9d44f409507778e9cf9bfde8c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d939c7835722074df7a0197e72aba718a27b8f88134883df7fd654b1ee57f0a8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ffc14425bb9275fd713b639c43ce33bf303c54e38cc53f4f9db3a3a1f2a6f105_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:463cd33991582264476015ec2ecf8ac12a9ae4107897cb2558c1d9a4a1b412f7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:876321c429821ed061d0908b2c57c02b865f775f47942f15401965ab1eb46056_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9cc79bb2a2c6602b4a72dc3abd536b1e47ea245de4f7ff2b3ae08a4bacac6bb4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a9102ac4baccbb625f4c4bf605ac61967c5381c24c777aa819577c2c7cde6c39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:06a4acb5a7b97c5f66d70cc351f4636eda111bc81454308281567359ebe0e693_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:10439ed7506bb140f1977a564caacc309002a67a41c61539c2ee150873f23b69_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:113236bdca2ba374020fed560565f6aff01002a32c8eb969130b6265e1ebdac6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2996e3821813cad87e4bbef83d22bab2bdb80ade147e2f827714321a06d50769_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0a41b5b6efbf9ceb5605efcc5a74e872e5b82366478bd9aa1307c9a043b25194_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a8430b0829211ecb9925cb3061a328e054c006433bbe067d8746f92c348ff141_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:bdf77c78561fb5592d084c616462fb0341d8dfea9ce664196d398480cf4c9b95_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d2c51e9490479cf86973a6f9132ed075989ae64930747dda27ec3100999352c5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:148e6bf35d15e19100b342ec8ccd8f3b975b145f6aa1596d5a7004ec88684444_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:6cade19a99f1530ec4700b5283f965f9c97ae9732689916d1c40eb4797adb08a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fa007e3f1a38a5b48a21d37737077594f57cac65d08a9da8859bd1f98677fc86_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fdc7347043706d1c88f0d0327e29fd47dca2ba6b41bfaadfe4acb18c175c3a03_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:8f0030f4e532ae452721b47317f2bed3a91b4e18f7d58bc99f117d19a081ce5a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:f8fa8bb4a92b3ad3028f21cec3c5394f565c9e02f06b0619696cebf56cf598e3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:b0ef0d0003586a718c7747a6c5efc24313d757a4e15f7725328f8ce310793ec9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:fabefdede81f8045f228b94b2cdc64ffaa4840c7da5937fcc7ff40d82bd2a729_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:02d69fddf5e810141a02f739de9b3b56a1301d4ecbdad3b8df3b7b0c8c67db87_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:0aa7da9a515f449d3a6da50c5dd8d55ed318b494f2b3f3f866338ff1f49a3ba3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:16bbd40075cb4a55accc69db260da71419574395102c164a388ea491bf51d927_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:8b310a127ab9ef1521dbfa6ae4909d5e79b846838de6b07f8693a6f746d8e1d0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:d167970d8be3d911c29a54fe93b3c5ba2ace1a5bd823fb0dd3b5f0691d67f5e0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:ee8d34565b8f3e4d3c349b05feb279bf6a314f84897e668bc6bcb890e1320971_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:3ce22e5fd8def8305f8ecd28c69bb53111b68aa18a0f8907af504961caad2b31_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:6c8b3d7e73807714789155e434b87fb7444c1ea2cc5197fdd18b0f9e253d1504_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:76ec2d7ea2abda578740aed288764346e3e5236cd8bd1b42e776762ea5af7ff8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:a2cd6bd5ba28e30282de522e76ec1fee891eeee677350638802535f329f41d56_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:1ad410be29b78a62c6c761adb2ddc81dd6552e215f3bd71b2c49c19fd9506c49_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:2c3682906df67732160982aa12fb991407978d1c7a2cb36d279b0857134bfbee_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:3a4686f99c0461088ac8d8d83b53ff967b57840aca2fa87a3d04823823c4d5fa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:66340f44b99e3bbd8c021e0c47b0617365b62c53b0b3911933d8f683b2c48aa2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1796f001455857a701404a4ee37d793895c4d179708fee5cfeb2467243c8cb06_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:cb2ff11c7a67c79a0164613e9ae68e58c14c6ef7a5af4dc4b6fbc897921db161_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:d30598bb001578c4b9e99ab1d5040af35a27b1b5c7503d566b0672d634ef9f1e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:e9cb3fec3be65cd06e6fe00d2954b8302e12814701e1906ad91833ef18a01fab_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:3616e4a7673a447207307a8acf0661496632a65ab79694abf81d8a47da0f590d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:a833695f4c37b7f90a42db6563f6cfe2ba22d175e1b2562eac67a2bf30874c00_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ef7b269606c239b4c5b9e720fe99a727b2fe55ca5eaf651c4209c5f4ece296dd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ff65e0a6ded81326ad41c930abd5f396a6b3c2920169d349be3f4240aa212889_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:76da7e014155a69453feb8dc8eedda88578a3d3dd6e25da074013da1d32590f8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:83b56456b19882b4a9c29e1e3099317d6b2f38cb3f310c67cf6297063689d416_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:a0c019865c62a67303956123e1df05cb8a1ac3ddf188638f00b0d3fbab0e4502_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:bd6ab28545e203750806e1c22c4d1c9e10e91b20bcd922c5890d13eaa47982f8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:2a1b57399ea1e13524534dc38eed4139d56a4b56f0db7739cb99048588a96d9f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:48e3d29aeac5bc5c6d1cd9345436af66b233c63e898bbe5817016bb4f5ec17d3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:4a5be5aa4a12e2531d63f983de08bc3e411147454b3f2e601832d4d437a1a02a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:8bc5aeae1421310f6f635cb1679cf3145a158a8549bda6132526d02f533527cf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:0e26d9dd3ce20a2b973f0128da5a0c27b8550941d1f6a71eb8a2d3db46086e59_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:7f7b4c6d942213eac8eb3b3e87c81094208a3b41e1345964f29e6936c5ac6b31_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e6755753af40adcaef42af4fa79da923446d57d2da328a5689a8aac7d7a6a803_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:fb299ef0ec0e3b11af2787b41c7b1acb5e161a11f244823831add0ea0cced3eb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:00381459ad3d92ccdd5a3a45ad1f09ddda8da0d48f4594a4c219288a266647c0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:076c49eb3ed9183e0ae26f6711a9e5aa1875a080e2d47510cb16e2714afcc585_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e8d9136a62d6038628221fefdae5923e39cde2aedb2aeff9dccbd1b5b1e4627f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:f43b9aaee22c9fd77e98ba94f89d886bd323c658bfe3e7df74af80052e4e9474_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:2014a37e5e4d7528a77ffcf3183354b0cd7c17eb5814721c469aac3d500fc58d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:315f55b2b96d9bb4e2ac7951fc6c3736bee817f27003f370b9006dac7096816d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:707698f30f4c8088b2620c5600f79bfcacfbd5b82c957de62e13ff432dcf35a3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e21ea71d36fdcdb320bf2f2b60c4d2e47b83439beaefe2a78013507f6d4faf2f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:1579b3e033644e046bab63965d6f34797294c079488feb1ab6a93bf431deeff5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:7eae88dd81a4cc334cc312551621a1e469c30ebf73def686b18aa7f43027302f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:9151d366b16d34b16a1c90575e3317054503b12c880af51d496f681fce3f88d7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:bf1a0690529c9ef700e616776f6372bdcc6883f8fcf5be062b6397dda5246b9a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:03bdb8f74c117562bff696fdff572c2cbc7d73901c63a092d63ac5be23e0f4d2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:82f6b0c46cbcb7d23b865db2f2cd94cb83fcfd07ca408dba1b50d28d93c72aea_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cc12aa0e564fef8638f82263cb9d15509dcd032f9eeae171c41543e292ffa47d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f07d0cc2e3c9185fb009f2cb7677f3b9a5a7da7b9cc2e385be40108911b61c45_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:04d44a7c55214235a6ca121f45eb8a2265b6a47803d0000a3f7819dd279bb634_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:aa7d02eb36629d56525c04dc37e30777d0b33d2af3b90e504ba4259ccbb01fc5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:af1ec368aab118eb5273e4e8db659bdbfe94ba2e0410dc0e872fb4703eb7f229_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:b37ec193d3318150fcfdeb63bf8955b1b03dccfbec5be52cbc08251d36da824d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:0ff28e5ca81e1ca5499ea80569c9b8a203b313e989559e4c83ac8f0fbaee0973_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:1410e37b8ce017f7da84c0b86b0411f01e1d8d6597d2dd97cb0b82e05ee944ce_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:84de5559116e4f57c27844e4c9d28ece511779570e62dbf436ef9d452c44fa93_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d18b86413dfd7450e3d201b42ff45d3f3e9bd8ac3caa591bb5ec80dbe55701fa_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:1a53f5592aaaf08e69ca0ebea2f1e04ffc39671ceaf2877b66d3337f7450f860_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:354d017903fc20f2a775c264be278253789845fb207eb876d2f650002e7d9d56_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:89bd631ea62ce494371f19913c50598c14d46e8ec90171864ed1aa9dff109b12_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:eefbc25642cd5387702ba23a6bbc3a33e1d507caf9b5d873657c08be096828bf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:364bf9f2adf4282b4186106425ccecab534f23ab7603050e6bb1fafffd6aa176_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:b48a010d206d36ef0eb6e079407c7d921cbce7ff8f4d7976a4228a6eac88ad64_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f8efd3a98425d3b6ee6cb9df9d20cf8390168998d5f3d8ae4b8030b9353e2b43_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4ead6c7e104de4b1296fd135a0be96deb8348a6837383bf3ba75c98fd6c7c20e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:af1a072fdbb27a53132f6db1fa4153a3a0c61babca8293a6c40d6e1a8430e5d2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:dd07d396e484826008d9accb4013073f654bbdbc9373c3ec94c79e2fcd903c10_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:42b0c5d6a2ff553e1fdd1ce9daf95748b671d4b9f71b777ad6f06bb49e52d172_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:4f8de05a10bb92e5c982471035860ef72f44d0f4213397dd3a304c0fc21af267_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:7357ebbb98da36a072189586fb5845d495182d488ae0d88380fab5398616251d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:19ef2c2e8606c2bcc69c922cda581826281770cdb7e70aa9dfff11404ed30a3a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:6ebb3e355f86fb611dc2f7d414713ce89c4372ed05e074673fea20929b345ec8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:db8da3a0212ffefefcf7a198ed1d75030d3b2706f582d4115d3fdac3b7d377c5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:5f0b5c758fa46f12d4fcdbb64559ca96b32e74eac5e007c0c99d58051855d98b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c9c3e0f579e933d9644cc4b5feb0e9c97383bf2dcdddcd2a0c6182599e564af6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:cb2349e1fe8d9e74fb14a61be4716f0dfb8ee89d3debc762b39cb840c9ab12eb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:ff568746b033a045daa34f6f5c196950d1122c54562afa9d70fc4c8a49f0cf78_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:66e195d334243b880b11b18c5b867f05ce7717ae97fcc707ab05555ebb03662e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:80f26ba4b1206766785d1c060b3f4d9f399cbffea8a84bb807d4341cff8e5c11_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:91e89c2093305433fa84c8522679f781a3148a3890859eb436decfaf6a2fa9f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:a02a71e69cc7a3f1747d5ee0e4a0535c9dd6abe0fc244c2f16094402b56ca52a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:237339db4971f1ac7be125fc689b87dd07b1e0f59da545a2a7d08727c69f0637_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:263b3dcbb11cbdd26611250be26c6923fac9b74a387da78519650f8d05cdb4dd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:40b891a4cb673d3080ca260e54a87bc1e730820cc5058aab5c87f0d9242746db_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:5b10eeb7bcb9d3d5cc562cbe6ba759b47a302eccc48c658f6a11e2def6f627ac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:a0d207f70105e6c6c74adeca74cb6b9218e107a869a7e9ceee35022db9218009_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c34f9a1038f52a60b3bfd081a569d5fb067a95cb2d6eb1e83512276afc4f217e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:00cb5b6fe5f046798ca21596f72d52b61e1e74c94dab877932fa9da65eba08df_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:7d983f60a53d61f594507cc64436fd505db9c113bea98bd2297404fbd39d208c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:01304de5720f291e6c7ac725311596634dc2ffe3d2c625fef7de40a22563b5d8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:e191bae1686c2699afca87bba65d819f47de39e94e4d57dc76566622b0e93233_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:0fd2d931780a25a95b718a2726c844e3fddad9187da2298e9c1f8302efb3fb55_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:88d0afed198a8eac80018f43ecb282f470f998dc21cb1053feec3ef26bebe206_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:c409fb63b2b3887dc7df2c203597ccea0c166c2f7e4b9d99dd586c9503a96082_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:a6f98204b5eda5ee82ed092ad791c0e75d3d299a0b2b7ddc56c229b2f2cfaab3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:f42b26c88531ea4dceb0c9ffecdae1d0ea54097e7ee2b9dc3eee2f226b8344af_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:01f51a86b3d544b7447be3a6505835651ac27433d4cd44912d7d90b67fd6dc1f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:dad2cd32abcba1dc64780ff15eb530a8ef3e45735c47f2069c2fa3a2c6729ac1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:88c33650ed5fa280c4ceee17f63bc94acb3e31bac6ce0ff922537044c62ac170_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:9a3a34d1184f72aa33d708c971e252247c1dcb187ca485ddf536967e2d60747e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a2f0b33c066abcd5945c172e45fde320dd575e74f92994e0b00ff83b0b2edde1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:b1f880f022597d0e8024271b99736555add047a58c3afb8b0c883b034e203c41_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:55116f0b9d2a169c62e830324808855c16ddc8086705dd884b386710d73af539_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:7387e89509be1816ffb3cb543b017332475eaaa5a2624e5bbee2e21a705e5cdb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:904d7a9cc8e44f5c07fa09f25df6ed258e2b0aa87292b9a3ded77ed3a615e24c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:b370250af2a6f996100d937a7395b0d031f64c3b6e56114815fdfaa200e96272_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:36882254cc241dda67e3094467d51caf941355c31438658dfc1437228bb6f4c1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:8cb62fe1368a749cf2e5fe112e7deeea4157b6abd336772a52367d9d0ba21187_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e37e2a9400c167a70ad9bf6ee64883ce1d0cdf690802a2477f3e7a6b12757f6c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e43cc3e015aa865dfde70c7578ccbb79bfaa9d62f030e65bec769762cd087bc8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:17ebafab92393b198966eae8d3a669fed809b6c4f9fee4243ce177952e4d1c85_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1c389a261e900fd9f8fc87d748363706bcf1de74a24acd410075bf0d205b8cb7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:2c3d8ec443474d21ab9f59a88ef33184063beec103e3e4ffe7859cb429dc470a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:64abcf4ed85d43529c59bc77dc06133aeb3ccb1657fc877dcea8bcbee51f019d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a85fdd4a1398a47f682526c16e97de1f87b8222ddda47a6c5f254d06b4c791b3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:afd2a6edd07ebb4b6b77544ae5ee18e3371f514daf4c669a00d154b5e33b701a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:1cb8736ad1e698a4ec78cbcb16d6e37d67887bed651a12bf63db51af96b0a7cc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:554b7d9d81f9fb5dbccbabdaadfda9e45d186eba6488df224f83ab512a4c4653_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:249bd5ed39ae03fa46aa042d73bc097c700a6be65ec79157460de3d1ca75646d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:65777a3f824fbba1a23da143ef64a1824aa48883b94947682f787232d55055c1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:9e52b2efa8fdbd65ad70163f96f358b64f552783c7f03182dcf38994cb2dbb58_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:ece0c645d881112e48d2886024cb96b6cf4b1889cc456b30d331df729fcdc9cf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:0b99f7875f7934b371fedcff686622acd03d9c2618bb613dd6721ea5ffe1dc57_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5537e4af85d49533292160803dc7bff5276485846f94e247353df944b4b28a54_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:8e64d6ec539d991b5a228d8f4b9079fb959dd11c3b8a77ee5bc3576398340dc2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:b32d68bfc83195f7cf85e5ca9d4baa658d768d3a98bab4a3ce3cc107e089d84e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:333d60c92a9efcb4febe144c3e331c553197d325ba0afd64bebfcc2803cc0e07_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:accbf8cdcc475fdd0ae3427f178de8f847fed6c09cce1c12428861adc9b342b8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:dd2518acc748d2fb1c6d5f8421a6d85ab2dedf2546508f45f8e2f6dacfa7f5b1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f3265ade73f238556cf2a7fc67e8ebb3d5636440fd9b7d4cd2aa725677ce3965_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:1bfd1b573bf924cb0a8be80be641b4ce684b141a66325d7c0cc923a9d3a2030a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:88bda970c0360c5c1160b32e589812e4289db230dfa9923e1494636f97c34278_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d849f73e901939241fc0853532489308b856ec530492a706db8f81ac47e59318_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ef722b792c00415c1efaecc99ea873df11d2ef8cd35c5b86af0afcb28c08f821_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:50ff46f43a500235707760885fbe4997cee8c7088bfa36c911697df3b81675a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7845202df558b0ef442f3b4fbef423c6278fc43bea49169140fe3a263b15c7e4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:92d0cdf81fb07c8eb55fef4be846e84d5f18f181fed24221a294c5312c76e923_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:b19219d62e0e70404ac9b7643caa49a792b9450e8bdd815b02a6539e41526a77_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1da1b4d5b5eb3c2d6238b7e53fa040f03a759b8fa47e52d9e530c8a40885acdd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:8410339435a39b3b5a97a180fd0b413e3ca02351edb8b9d7be1145688ca56cb0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:8873af11a450438c35d6b39d687e73fd0ee0faca3f0562698b24650b01248690_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:bd6ea26ce1660efdc5159b2a53d8812bb1a584d7185edbca08a07cb89a09cb0c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:063ae7b531e3156e051e254ec07faaec30ca971d027a48dcbf930b1b662d4d81_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:1aeee3943c69893e59b8d0bdbf4c32b4452cf4f6af73a802b64be9cfa051f38b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:51838e17ea6a17f32c4928c8d03fcd2af5052a350e4bff6bde1c484b0663ee7f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:ac68e0a125aa8e638b88d747e50b7b7ef9150d7e15459e5b4c0643dc1d534624_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:1caeb43e59e47f40b7dbb8e9def02e2dd3853254b749c40c42fe2092223d9ff9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6db33bd660e7c3cabfac5125820539a4ef4264c067b17ce404fffddf17965880_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:8444f6327a6cdd0cfa269384e58059a9d333af24c0e423b1abd6d85bb837ad49_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ee448c837b33b1e9ed15258933ad9cdca924ac64fa6d0c3bd7bea0ed9f489dff_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:61057b1135996175ee08d0672d50d1a9eaf083a1a057d0a5526f4af42089dd32_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:619bafa4b79a302982b0806c61721e26a0ab7b6863f478726c6b58b42badae7d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:1dcc4113c131eff2cfbfab09cf11c8186360c6cdbd1086af839a03c042a87fcb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:2eeeba70b8cdc334ceef7ff7e1fa3b1ef19522097e27301e2c7917334ed2b99c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:491afa1460d3cb3aae7dce1df98c67bc343cd47ce22df4c55810f578f8aa6b5f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:5f24e34fae65f3b7a473a8ca41afe45fe4dd8fe9d84c2856c5278c734b2a0ca7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:6d4fbb7a93c300154e76eec4307a3dfc14555e6a2d0d065db2de3fcdfe9f5fa6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:1c2ae2d75a70fd6620fc71ac3f314b3f09746f78903f93d5e1fdca64941946be_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:6baca746bd3180b4e6062141ce4d980c014cc18fd4c1fee527d4df751b0bea76_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a1cca9b456a2eb705f5b11a19d2c54778d1441d56b17d20c9680d0b1aad1ef39_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:bd271650ae9beef457d2c72a9f552448762e538d92cdb345d032ddc3786493bd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1001d2d3264dbdc69734b9e85a67db79c52d1c2f6a1a4f89880b570f834aea51_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:2d27ac19b5e4aa5532d05c71b6da43f4ed51550a36328209f1432378a96cfdaa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a4623c62d9f7b6fed32b40d539815a3814c74338bf5974976b4dd1ccf8eeafab_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:d2e61adb97f22cc48deb48c31ed94d850fbf26c6590d0fa3aa154765258e185a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3c000e247f5d102792ffffd96011b889db2f5858799122f812b49b10a5b711b0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:49a9fea1a2a81a464be4ebf87a7f3ba7d880662bb85466039a5c8d461a0b69cf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d4e4e5976380af9528d6405bbbfca7718307afdc46ace2fe3702ecb8ee479ff3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ff841517626da718d46f0869384bf5fa3a04b0eab21af3d4dd2f8d5bd3601aa6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:2efdc02714260c48bc53e7ab0cae1e2d3b99c467469ee1f73fb0b79149091d45_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:31bc24ff07edb1e527760a4d76b60e8d0712968f477d8d6cd419abf36cca0b0a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:84f34f50c2396055e87b857cc30411cf5b18d2f21e78bd13fd03c95c1650baf4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:96bf65054c994cec4326f1bd5432e45caeef3c48513a7e3cd2248759f9e6efdc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:58facad671ae16c072d4a0e96a2336d95c84a7f86d4242e49152e9275296d028_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9a7f6b3f08dfa866a2a1dbf9bcdd636c221c4dcf0ca38ab9b5c481684b4bca54_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9b033e2e92e64d07e7510846ed5f374b1f1375172819dd1eb567c83d9c3be4dd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b81f64192da01c1b69af1f01bb109684b9a235b0879150ec37bc6bf43a53b351_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:5f3df6d30a624ae1c7a7eafc23b74b1ef674b2a8baaf9d2644d529f98831cc4a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b4edf57f165ba2a9d56e5e84a3aa61e96e76363eb7d56a816ecb15f8ac06244e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:cc8f8b60224940a4c6f8bc236f8cef754c8bc5b4a6d6ecddbc12db49b0087aea_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:e9df45732cef6649cd44dc00a89d9da66b95f1666785247477d000c4177e2c49_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:0670ef29c648fc035844be832f71378d5cda2122f5d6c7f82c831865d45f77b1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:34dadb46049ecbb75501d512642e7d2a58961c783f749aa0169d1a108155db97_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:371746e92f0c725ccaa0b0f58e950693872f87bea78608e95a2dc93b4e8ae77b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c22b1f502cdf6292792cca93076f4a7ef16f1c761a65b11f875c99408584857a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:ae26fa2a9ab61ddb95e4273d710c75edbd517f81d421b68acf84cbfeacaa913f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:e6c8fadf51bdb9c8623178a95c04ded1e3c8b1dce525783bedf1c7c501eaa76e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:e84ff17a4913201a476735cc76bebcb7819e7b65497c43267c19bb8e88b310e6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:ebcd87df2ac74dcac93ceed85bed5587957036381a49d7969e9a530f7744942b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3c98ad6c0008b1145186d1839c980631c119328c2c231956941300508eb27bea_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dab0992bd8f2a8b158c03d3c271e9cce7de86c1e188e136efdafcc20ff1520c3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dd146a5240dc6b3328240e27e4257151e187aa50df62150160d1050e065f0041_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:def9dc04e6b217cf48b80373fdd6f860e9b020d6699def7089ea881a94b0ff64_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:72c545475f329944debd51692a1815ad56ffa000cae7cf243273136290d32801_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:7942d7e452866f23d468bc06b2b8b43df126c9bbf2fca5607fcd3e3fc391c76d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:c6a713980f98015bc170590afbe2f48b3c4addbd7ff19eee4af2be4b431b3dc8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f21522b2f22cd38ae626063bb6180405ed0eaebe2c443d38cff59b36079087ad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:622ee3e0fa2560aa75798f4921d3b7417b64feef196cb8903aad499b7ba3ce63_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d30086b283e29e234410ad9521746f1cde8df72c61263e49e01b38135efbc380_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:e11beafd70191493099ea724097b3bdbf5c7d16daadc9e60770ca2e221406cf8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:f0f385d704d85a84503b5415a35a0e127f3a5eabbc813ce61a6afd5044fb35de_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0ab09129b8b99a86f2dc6314a9b30156b814daf1a287113fa9a7a49796bc8616_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:58e8b0de0751882c27612c0547004d51b8a59c1824acc2e8d30360f8ca6b2d0d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:673edbc5d7c6df884ce0c2358b1a5061c31b902bc472556db325ad91373d183a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:7ed466cd36f985050a860f2fb442d29103b2c15f4c373f4d6e3550d656dee8a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:04e0e42f16e0c627e306f27839d671f541b9276f15bb077d238a98bfa0f4c66d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:92d9f3394d35d8f620a495d90bbfffa00fb30b02c07494ad353bf88b80b299e0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:a455c8087323aeef4d6b31ca68aebe41d2e2eb7bc68165afe0a8b9772a245cf0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:e5f0ea7b527bb4619fafebf3e2732e8b0915a66c7eff930f446c6c12b0c1f4a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4b75f7a1212ce34fd15eeec8af7a9f45382deb3859f9d3fe2122584f4b70ac17_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8410dc1831f343db0b894f17aeacee702e705393ca83d0751b044f473309d1c1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e1dee7b5a5ea8c48960723f1dbc36b50bb8edf0e3756000631d705cc964a7ca6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f35219a0965a2dc097d31af84fa649af4dc048ec4fe953b4535d42e37ac5ac28_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:60eccf911015b2af66258c858b1d0dfbc1f79d5d10146c8cec8f9a5f21708f86_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8b1ef7b7353353de1302942f9948833e3bd0b568396513d242f4920e5be58f27_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:963ee9ae771ea224be0c968cebeece76527f1d138452319cb17dad959d972d40_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:e4ea39c79db66f4c7144a8526d5971ac698c3502df81744df07f7a9f281149ec_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:e4e0509c00b2dc8f6feeba505240de8debcb1b7e6e01e138ce406125e344efcb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:d0acba106822523c6cdfcc2fc36d8b78f0859e887958ad8a5634c5cf4757b45c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:79b723e31ae2158844c9f9b1a302e379d90be8c21e1e175106b77ebf19e7a5fd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:7b95cef8669b142bf2c82310fb33215b2987b47de2ab5135d5845ad23f27db39_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:96258e901919b272871c1be3a5ee6e984ae13812022ddf0b817ff8e5f35f9fb6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:d97bfb4843b397a25cbca966319a8f2e809da9809720eba96d7c64cbfc403bd8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:0667250c45df43bf0110d46c8b8beb3ada41a0bb520d35629d9928ec373f1cdc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:195220de99e688a7dd546e190638664c5236f67316276a0aae8d39b525e7e54d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:af0eca465c454003d66ef7d95cd0da38ed837a7da7d9978d318f2b29b2bcc472_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e0a03020adf1f6b1612c5a935aebce414ba1c84a71c09e9e91a8759c488137b7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:05bff5cef1e0071adfc0c9fc07b2a7ef6ef2e6f0b597dea05bd784f8f9746533_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:40df7a1323c23c3875e77061b3bccd337500d04f1cbe324a800eebb7181f8c46_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:5017bd5e359111c80afc7cf55fba210bcd7f15ca82d3a6282d2f63560ffe8d3d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:8ef63ddc25cd248263a40aba3201b2c6b3c3b2dbd998ced45626223efadbc3af_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:04b85fc4bcf3ee707044a3ad2556236e5b2fa4b09875ca781f61a13a11d94cde_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:0932ee4d4567b840a801bbe4161c37b40f1e5fd4b38be13947b8e09842d40623_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:60ac363479cf9156e89aaf94735053ea3ab48a2af18b902444ccfa4c723bd8bd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d4f9611470c2e215f919f6b08149425755ebae0a89bea7c3a3b95ffa4b7c59db_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:25811e863ae8cce3659fa109172b0fe4fb11260cd612410b2880f69edf3f2459_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4f6d5dd85317206c92af4aa0bcdfada9319b70856135fad4b30691bca9740387_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:97c762eda0b5da7809e6e7f236215b2e524a7c7ce6f3cc2f6d934753f5fdea40_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f633ea56b1691be0c55b612d5d07a9469a8ae9b5e833dadce533f428026cd7c8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:151563529a3997849bbfcc5af0d7f785c26cbdc449935bc97d4f6250492fe4a7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:65a15ccfc8e4e132d1b11fad18930d7f1ef53199f14361826de6c21ffe2dbeea_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:85859d9cf6668ca35cf196718aa7df1588411e4ddb287f832d4e7c6992aa5af3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:ed1989895d9f856d4cfcc6e4709233883e0dc7b9bbd2443d10d826eaa899b734_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:88bc1b9cedee4bebf90d217f61b8166ab0457dd245103610369821a64687322f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b2f536faf8330207a5e3332dc4b7895ae75d7a0c80ed6681704dec1ed1c8d62b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c8f98eba93ba62f17c51a77572d1ea794f2928e0e6e295ec881046e9fb04fa97_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:cb206bd45940912fcf244734c32e2c8938673dfd87fe12bd15671bf7c2a5206e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3daa312b5c2bcfd679559c162f3ef9dc497dd1c1772cb18d003de78918a3e359_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:44cdd21f24db7870c11a5758e4e89f9aafbc7b77fbd510b7d26e8a9a6de03f1f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:60a2e0c35e6c1248da50a89b854450de14c875fc134b7e9be481fa5ca91524bc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:632e71ea8413382e51005f4110fedc3930270e617fe176415958f15e11ca87d9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:32e4fc1654909b51802cb8abf8b5946e44483ccdced36c784941638296197163_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:45fdba490434d5c9b3f35072d5ca0f3c5f0dd2f836c9e3e1bffbfea53f8b4d11_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:5651967617c24f0fa3463d66cc35e484ef52dcc1cb32f1a96a095139c31964d8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:abe083c619d9906f8ad612d300dfd9b7a6c9fc93897e4c437f2ad5481eb4320a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2dd0915cc989ffbee4b234604427b4e14c89efe69a7d76e182ceaab10c6299b1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9eb6b6ad34e973b0c20aec9028b893d92baca2639b28b9f5d457aac43392bfdb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:be4a416afdfa019b7eefd6610034d97e43d15dc134cf2aa250dcf88084e6fbea_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ef488b181ed6865117b0f2ba94075786b6e564602ba420d58e570ce9d919f069_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:59e3ee88feccca815009efc5c992e184f4f091e01f3b2c014a65abcd1cf78284_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:7534da640a66d5b46018bac0decb415afe5a25a438c763afc73b4a7e8d25ee64_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:85c474a602a432c886402b1411497d7586ec3802d4e556bfdd6ce2676aad3862_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:ac2600a181492ce1a44e31c83258a5fba05c7f39695c5f6887965a6bb2871df8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:222b70b3268bd5b6e1a960a85773594e543ab847b59dfa0dd3d94104ac3cb38e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:596b7c513cfcf12c8e991f82f45aa2154363952c11f48bcdaa271818fe790515_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:86ce0e99da0c35b99dd1d8b28cb02076e26a87d9d7a7e539e85f56eca1906de2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cfd9974465dac521af7557689c6091d373d8462cd899ef4ee06716b2e2c945ec_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:077cd921e585d41b95eb57cf921878e7c3e36a6fd8a19fb00fb14a28650c0c56_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:5907d836ebf2133c63591afc2135a9224582e0c75373642d4bca8094ee4d48bc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:8dd9787566554a85650fdcbe3461ce973495bda716557aefc7a7a2c2fd482815_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:ffbab63b764bd79e20f869b83736c41ea28ef2eeeff1305f87fdb7dc4bf6dc55_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:162b737fd1a333a5eb9bf62eb46cea08d9285247685ae705977751f203e767a3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:8c4270b6cb5ac0d566c7a1b9e546cb637a43586587076f757e61a5a6fd34a251_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:b7d7b847c855c894255f887e106b3027a29e2fd0dfd8bd606a1280a4313b094b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:b88b8c16bbd10bffc3c7428e861c2e9b8749da27eda5a33a0fa538b9949ec33a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:82254fb1f4ee4da82f1a6326044cde4ba311044cea5a5c2e28da70a67a82e8f9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:88179c9f57abbdad3c20d59c3ce38768b17e53e7f463167fafb447810a9b78f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:943f3d2183309803791c84adce621e29f3a61f6119dc0af1529cd688063c35f9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d6c0c5250326cb44c5950c4d46bd13fdbc3acc7d36b05f1dc34a9744aba6586d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:426b08682f0c5d8833046d5ca88f2b3af44ee38218dcc57fa41a884a9fa938a6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:64e190645dd9dff1f4898ec45cc4ac42cc94f1b4bf8b1b4022a07873da039a36_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:bd152c2607b552226f73b3a760aeb307592cac725106da7d65b3ea3a460708c6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:cd37ef01e0c5586ab14e6a041a2cf093dfa8815b3e21a1ae636369b64fc2a253_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1922232d6d920c408323f02e725c79132e46a9d73beb16244d0320201bd2a097_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:2622b7c4add731fd89832f5eebec7c86300749d80cf50fe0e397657c52dd2fdf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3d77a408ab227b6658ca9643adfa97499b469e7a2faf1a2eba8cffb57fa9dd6d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:b29944894d3e8fc54349b0382fb01b25cf4445a29f82c45a4e75146c18e2cf8d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:47a37b58e2bea7dabb2da791027a2e880c10387e6c836bac1c45bcb059105156_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c1836d3d39c323a9f3920b769a8e40af886abbd390a8ce57b7debfdcda966860_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f4fd8a5427d8f74e7833efa23a0f7ddc8f4a2fd497b85988cad2b201f9033264_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f872b70b2027aaa6e426ee17b4f08d729d4e8121e9e98cafdec350153ac6d464_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2e9f6ad9b1c5ac39b9e8813a056155ad2b594a264ddce4d7a5ddd411f4c9e8f8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:462c3f69e1907a9b834188eb2aad3426d3f262315d1fbdb5629eb42b1849be0f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5250cc91fe66d307afa3450a2c052725c340731911b342332bc3dbab76bd5e22_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:aad8e6a28b5544fd9e8db6641fcd2a85474eb04f87cd3823792710fae0e127c8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:610b71151a7df8f4e29091e43bf71ef4a440430bc1f395cdf552844c3a111577_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:81f8d5808ac1503ffb406ebcfa40ad33fe4c13a62ec504c535b94a01312c3dd5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:9a58f0d4761ad3c87d0bb346a3608965df2d3e85a5cd92072dfba1c831570279_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:abaf2a42a5b82e5bbfe58b051dbd24fd71db5dbd2375fe6b64b01e8154ebb183_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:767e3986e21c2f1514a8a12d8b07d8bfaccc5afabdb58ec2cec07918d9805554_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:e52247597556738716370c233f27fe6893bd7505b647204ad29e4bdbfb397c36_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:03201ef76eea07d6632c483c1f05a1b983a8fb17e892722f673d7903d3d589ae_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:c87642be397b0f7532a4d798adca5679a994a52f56ad0825859bec705e923f6a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:2296b574fac529573dac1bda657ea2916d59c5adad72385acf19d8e38146947d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:2b606ac9745c95d3c70d91044357602677c8ab5e6242ee78aa9f11ccb4729e57_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:05f4b34c9abb9bf70a50c0250f6b130274c276a216aa3d2d6a18cdfc61899886_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:44305451a86fa2140f50c3a6e9d430f84aa4015834d51d406fa5847bee846d04_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:2f962daa09a741fef6dae721df2f0c66b911b70ac45e50fba5d3c4e17e9942b8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3a22070544241e1aba74be893b409267d894b867cb245d0ff8bdcffda72f8930_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a3e610fffc61c36b60917fae40dd3869de7876ae41b286f0d5397d31fa119f8b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:acd05d00f32c61bb6fa2a544887dd218002e2135a0de1acf7896571768735aa2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:0c0a5d2256bb2f57a9656d8bc97df07613940255c6add3fbaf2e6322ca840d43_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2cf1694768e2bf9fdde5859407a7366f44dfd567ba956cad64e76cfae189450f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:707d8e731d89185bc601f005fb49bfe73a063702c3058b7de342e6b90e84c9a2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8c6a0ab37cf5fbbce8b9ab785c93d9eb368180c6ca39ce13bb10a7eea3208f3f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1b54fdc04c2314437910c9a093e8ec65dab98d46351796985a21335a6b769e0d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:21f55af564e556247c4ea8263a5878314e025f290a723b716a9402c3ad228084_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:240acd5fc3d093867cd7efd4587ebefe048c6284a801da08faf8e2d9fcb19a47_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:be910f706a78786f57bf9601f04808dd78cd377c7dca4e0fef655be3a03e3350_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:3588dbbbc1b77e32314e2cef4b226e8430c04d269f8fb0a428d1859cbf95748f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:53923226087001bf8b4a6fe17761d2f7f745ab20710e7c1074673c6566a070e8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6f20725914f0924a8c0e605bfe6cbb2040ebcb7953737a120aac78ae540cbe34_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:e54b16f55fc9fff3ffdd04798462db934a9c6f218cf427a29b63235c733c666b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:11a2f9b1e75a4e3af89c08a63a03854b3c8b4e42b3e4d82151502322b896a11f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:44846d7c33ba800c8078e768421b1d9b39ed30ed318b680da06b5c97ffec50e8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:8c5c065ef84a9e997ad7703c11e4676470ee7a2100fe617b51d08c5232a3cb75_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:94d5008f0cbba99ee510257dc9921c6874e3853bffa0a22f91fb8635608c4cd2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:00f6088de94a844f32fe0f9a182e56ab06524c946c47f2c5e7156b51cb5602bb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:1b94bd10f5dd7c2b2ea46d32c905b5d95634aced341be5dd8afacf9b8123093f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:492ed93a8e5a9ae62e754c29240958a6c1909bffba60fdd5fced1097b955bcd0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a301c39c613445ea4df3c3bb70cf653d456a2e2f2cabc8ba7899e14792065170_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:31af242f688dd17a96083aeb35e100f97d99df2e1d95ef975297cafca25b6575_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:55faf10fc5ede65f8bf6b3c3524ee3dc3427660180aa499e208c1a0ec2edc0ec_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:7bebc921122ec103b0a42a0040f98dbfb821a1b735a485ebeb8e5a58ba638216_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:a918a598fb1ccec94141c0578606d66016df51dd6d60437e6abef990d58177aa_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:0733858547fe3b3e5ba4fd312446b846f4da4117a767552662871d61ff6952c5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:61ecfb19f466f5e76b77fba34b03b592cd8465956aea1d7c64e2bc27ae1fd2d4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:97ad34222a7b6f40f4e7f371de5ab7f9bd21519abd49dad6fb9ce5e775cccafc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:df538992ddf8edd62462644c5fdc23265be18523e42ee350226e4ef341896fb3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8f9dd799d03d523103b6ec8910f1824f01e142aff8c689d55a3728250b8be3d7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:9c0208ed841ab00ba866121c2c6d471cfb4356d05501a2a78c563d4d9735344b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c4631236ed116c123793555732f647ff3d3fd8cb89a4f83dfc846b4456e03588_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:eb77fcd0fc42f542e8f761eee4003cd969ef4e80b94f10e2b25e801acccd0911_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3986a780fc3c4722e9f89872becc411c9d30d824ca97990ea58943c95974bc67_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:42ebd671fba15ee296288177629f54b680248438351c85c305a970d74b5356cd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:950695ad184709b631a6220ebd01cdcfff0c841f9c0977db7aab1fb2ec309c76_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:b664dc527a0cc5864e95b25751979fec4d4500ead771860fe6aa4f0f24c7ba8e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:41be253a6c643b9ff74f2728ca9c113129ff2cb7139d0130e661f757d178127f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5000590500a94e98d05367647643d0a878a940a55fdb22fe24031b254d40e81f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:7e3d1fe26cf4c96811fd9992becaf4e4c01055216ead8f58aaf3b4842b216d62_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e399f3ff5ec8b143ea7261572b85c170e39af26dd92aefbe21cc56fb652cfd16_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:725f8d814c5acd2fd5e5f38106a89ef41fec83ca077647cf4c9c5f909e338660_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:81e38a7a721ccd6b424b8162de021155c8afc3d4e036b26baece7a52e1ee44e0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:9b07702f9d90053a3e349df86cfa61ae30522447b3ed6e44ea14ca34e9d54f6a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e12cb0851fc2f5e35c9258ad9360efa8f107b0a79e1cd17e0b5e302690125ea7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1dd92470819fdcb1772f425687cacbb71f1ace0453cae1dd4b5ad01b747fe54c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1e76fe522f07e3acac6cc06c67b783af055d5d0f068ed64e96ab1eb38f7913d8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:65c62baa1eede5768a6d01c4a6cf9e5b4c8c9dabe933d167228711ee6f50bf22_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:eafcf7c7eec61806567473c474d88c2ee5fea2866360ff451214a20978fcbdd0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:98845440ef473d8a65a926f6fc7e9bc95e2d975c6431bc2c64c04d166226cce1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:be08fb249d0548451580e3795c97c98c9275bd2e0d8d6ac5385490876578f4b8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:e28276a853d5b9b4937c8d38717139597be50e7458801607c841a569703a97a2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:9adb740bf133ce7652c8196b32f4c5c5a3ef65515c4b861d8cf2c9c6f0d1c4bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:98845440ef473d8a65a926f6fc7e9bc95e2d975c6431bc2c64c04d166226cce1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:be08fb249d0548451580e3795c97c98c9275bd2e0d8d6ac5385490876578f4b8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:a8fced5ebdfe32003054afcac8ec22e606806a53dd12d9ef6b594c9b4add893b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:5288894add34aafeec729069a4a4917aa7d4156917f9a5e2dcd82aa4bcea2a91_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0e3b5a014910aa57779fb95853037590569f1edc9bb48bba2d9461b3a2b0fa73_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5c3e36c0e3589a527d795af3e4b2c7b543b6f5a4bf0e89f9262992a2284feb44_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6b2f4181bd5d51fa4058ad220841ff9db18b9dfb9aa16de912d89f26320c32e2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f81dae6cfa04aa748063691e788c0e90633868549d2a53b8fb0ce14e37900928_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:010c10fe8bd3e00d8ad7c690fd4026fef3737f41161cc5838a186c7e9b13c53c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:48e8779ae80d139e0d0cd6ff9d5586c66ba42f6c85d32cea200759056904ddd7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:693661ef8254befcc66a4b7836deb522b2ae96b68b10079f232e2d1c3a428ec7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:80921c9a957d7e76d85e0f30c83e8f007067ef8a435e6aeccb5918f399914784_ppc64le | — |
Workaround
|
A denial-of-service vulnerability in github.com/sirupsen/logrus occurs when Entry.Writer() processes a single-line payload larger than 64KB with no newline characters. Due to a limitation in Go’s internal bufio.Scanner, the read operation fails with a “token too long” error, causing the underlying writer pipe to close. In affected versions, this leaves the Writer interface unusable and can disrupt logging functionality, potentially degrading application availability.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:66e195d334243b880b11b18c5b867f05ce7717ae97fcc707ab05555ebb03662e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:80f26ba4b1206766785d1c060b3f4d9f399cbffea8a84bb807d4341cff8e5c11_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:91e89c2093305433fa84c8522679f781a3148a3890859eb436decfaf6a2fa9f7_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:a02a71e69cc7a3f1747d5ee0e4a0535c9dd6abe0fc244c2f16094402b56ca52a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:be08fb249d0548451580e3795c97c98c9275bd2e0d8d6ac5385490876578f4b8_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:31a0ff47aa1a017d18773be577a1dc3296001154c7c40de20cbc3cc767b0c16b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:41564206c906171df891ccc7c92274cb7998f29687ff7d2e44399242e38682b0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:71f36e93f7195b10639a5c7db58e2f396f1272c6dbaba651e78a4c9ce955c427_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:ab71874b013fdb05845e94a9b4e3432d865a6157cff72725b1ea7589c6717b9e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:34b678523168aca5571ba1e631a458addc39ea9aaea3eff355fbe091e859b30f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:7cc0d1bbc241ac63a5f45a949a439d54316c23c7045659a9d44771e5541e7e17_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:7dfa6966d81447102d92f49b7256c7b47955f1d2b60e5b9dc133f71a1b2c8033_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b07a724845d8acbb842e9c96ebe2ab5355f266ae382d703c0f92a84c6d79de20_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:3d124f0dfefa90e249b024817c37087e6294880030bf95333bdf0b39bb1db696_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:580b4036071c17c8551b3171c31ecaeb61aea5dd431d147f036a832565531948_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:5e9203d284843bf5a5a3e7178104fbaa3b4a620bc6f889b36c6c077aa93f56e4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:ccb8be0ede2d9ecffd5bd7b4c9c555156b826cd864f5eaae87b3c1c58c7ede31_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:17d2506a96ba4da62c33738d9798c651658555531ba721f277b95b9c5283df84_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:3e6f6f0d6ceed5244d82b17442e473729421d59ec5cd1a71deacc15531f2929c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:8ebf277d8c153fa0be2825ebade894a87f61ba26c198225e4fd714302be26ef2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e0ead7eca26924691145465af2c5c06efae71a197f68043730e56d5cd63aaa59_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:2d9397f611cb4830f7b9bb67e7e35af224c0f121e4fe884c98c7c4807ef84855_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:79e8c5b1e61683f9c78e8d1022c90ce13c4b3c438dc373773c8d174b9835c862_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e104e90349ec069f6b4fbf749dd261ce91b21237b367c421bfcec3dfbe1bbbb9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:ef70455cbaeae026e8b15538a2a1d159bbb35e47427ea97e13f5e5a7cdf27dcc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:1683b25c778adadab73dab246e98caa2ee21c561fa57b1f2ca7211eae88876ae_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5c875e3f0f2b0c11b8ba123f0716e007fa09b21ee696dce0c71ba774c1a2c7c4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6b96865aa6187e5d1d46bb64717dfcd42a1cc17f33bbb96be9021d8b61f6465f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6d1451124fcfb4ef7a5a4c673e06603443f538c6ff781f10706e8814245ff056_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:3cc3d7622e92973a3e7c5807ee254195082fb9808132838ac28a357e66e892c0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:685d78a491e935d0b4e7a8eea29df7863976a60800d1e08c3bd3faaeafad5a25_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:88b54af358d720bcc453fc09511bdfc7793b211dce0014648eea9ab01fc623f8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b6a234ddf1c93f87ab0ba77b6dfbb1ae9ff2a1b130224daded0de20781a1f650_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:68c09233701045a0512a7310d21be057e1baeab5eab74e246770e148daa87c53_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7566fa876d194d7cfd6efbb888c2ad71ff04c07e80cc4591be682c095d1b6822_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:790592a71ce9e5bfce5c82f0efb257d08c463658db59b6bef0af4de7d0ccfbd8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:db9a84842c47a03d10c5e9c1c27552406af1b748efb9a4aabd8fc3e4da3d68ba_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:10eaf2277f538f2cf72b3f408cec4168f718acdc1918f0227f6b6c62531abbb6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:1e58da4120c75035a6adaf6718a1e97ec9c3d6127bbec91836171ddbd7141049_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2299f00f191ec86185e9c9573d36f213ca8e6d8bc6fe104a4ff5861e81911ff0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:64d10474aa6082fbc20dcb45adf3f78369650b94352eab601e16e3ea0f45dc70_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2857f545269812b58ce790369808c13b1c6f891b1c8521f61031ae1237d5e7c9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:68b0a64071a455fcff666bbff51d2757c1c395c7ed8d533a8e36ed3c27d1ee44_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a045a2aadc8aadf68064292aed51b08b5b848fd726bff69e8811a23fd17f7da5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:b47c8a889f18a9d9601612c058e1c890308f1603584b626d16ee7bf50af00d4d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:03bf1102e3d50616a2431782c84cff62edf1161999bf1b10662eaf65410fc55b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:6bc2b0f07f5e3ee0986b7652434359992bc995788d7a1fcdfe393f2b1a717dbc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:74939b01007b6160c704836484d686b246516a2a1a7929a09901a57b9b4bb512_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:fbdd3810520e77b36b749f73d70d416799bae48b35430eb025a6b4e5d4b42b77_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2f57a1926d479f00d26f8973d6edac58f5030df3010c33e231d8d350f5afe3f6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:5fb00e50df62152bbdb2b98fd2de8054dfcd4d4f27b07001a197b0e6bb5e72f4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7422274a999abaecb4642499177d042c60f0d2b9bd9b470c7797eaa1ae03a901_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:c1d816e822e159bbd4b0e96ff11c2c0866f50ce60a0731ed995b08b83e9cfc9a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:1c60e886fdd81c6b90dc6a0f142dc5c4d5eb8c9d5bd796cc343abe5bce33affd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7b549eb97fcef1ffb0a36d99e385098665d88b96e983c0cab4a73f0a96abedd9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:82714d7071cc06d1ce7701311acc91cccca5970b8d00228c164703c90657c56a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:efce8f153aa7fa0e0b4fe0f88a29b6b0d3e91b94a7f22f2986797d10c3292c84_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:0fbc562bcfc4c42579ecc86721e9e5f5d73784d5608ac58514081e3503f7c813_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:34eea13ef689221a855605f253e237382ba0dff12442ad975c2c5f0054011b04_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5b24ffc3141a2022711242b92b9ef187ac9f243e92862588779ef465efb312a0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:d733261ef4993cbe69ece9ed43b50275890db613b7aa258bd0fb9f0f15978cf9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4e4d42f9f65e036769551889fc5e813e5931ed853d3ba24acdcaccde692b12cb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:80c813e3e501d8280abce8b3d0564ac915ef638277444ff4d05ed9b2d02d478f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a81cf2d9704abeb5e16c8b9b46a7fbb99bdf0bdb1ff5f8130b2a2d61b61c75c0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:b629bf6b74a1b8d8be44b2945a6e42cda27e0d828c088a5b49b6fe866cd9a98d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0e57f63039219af389f3920cbcb324436a2aaf1a2123f4c2647f1c1edba90306_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:6dd4c338afd7f75a01d8161008857b1dfd0c1e0a7516c5ac79387ac7a4947237_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d996ae5e72eb8bd4584b5b51b1bb56c4f1573caa0791c5e66a5c89d850ef3dc1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d9b30068f814c6c1bcf9798e35ae70480c993dabfb5d88209b48f149cb49e6a5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:939ce68dc53e8612f38f1c9ee2a25034e4d7953f98b136dd24966d30bb7d4e82_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:db48cb10424ecaf7a52681e7e17bfbe187ee238ddb3be21ba599b3aabc856e0a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:3bb343771d20dd2ec6a05b595dd0065474799b189c33985589f07217b1fd321a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4f81654bccced71c7ae5a5c3946d219f6dded80bcd1025466e4c5b56923b263d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:629425498dd6d127acfcc5a3017c7c983c60168c4f3ec6a006846dcc6874bff5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cf01a745925200f7159c83075664127536f48e0534e319a651cafa9f11ae17fd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:59214d21308fdcf9535342dd4662ecd4f8ebea431270f577f5d6fd266371b6ed_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:ef21c8c721f544404ba4ef1d9e15e4435af42ceec995cc2cc43d39925378b3a9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:bfc8feac89b1aa29252fda1d473014e4723b562d59dc88f3ef7872a94a6d098b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:d4979ac2a5c608ac31a5683811b55aca412e6726b5cc1ebe4b214d3c8dff15f8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:c89e9f403f7dd4bada53f4ba338de51345266c2b657adba6cdca65172d113aaf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:cc9a82f57cca4904a7a4d58073b1ba7624090301e0e740d961d35a860898d8e4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:d63a70864e886482cbcda411c93c811bb3b1d904b9a586ab42fc67cda8ddd9c7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:da37ae31a142733b6add537f48f9ae28b3f496b1472ba60b0ef5587ef8d5568a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:396f40db5ba672cd4ecad68fa6f837405c9bfae9fa38f1276e672918f9de7b4d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:7c0925fb8469922ace0b86ef5f81f9ba4bc711b6277172ee963a856b7252b741_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:545a23225833cb931e6962febaf183bf7fb7d3532c5ffa4556c9c198f3b73954_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:b91eaa2723393eff033053dee12e51852a7428dd0c06de7ec92bc3f561545a31_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:c887cc0ed1561b2253c907df741d98c1bf4836ba3faccc2d8c5a8734e0857fc1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:f77de5df278c92b8b8cbb8f3f0d93333f3fbcd4a0abb834d1edc5159cde007cb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:843858cb4847ed991480eba34975318360a498aa2661729c2c11133ddef21db7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d344bcbdaab988fcc26ae36cceb1eaf2b5f60943fac7bc1c318786c5b33fd45e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:5135f9f7e7e94624e8a0c319228380f86eec7e833130bffc4d005062bbb24075_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:b0559b45426a1525296d6c9790d1fdd40314e1ffd48c6f0c7afccb4db675813c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:2a34794e9a9694b03f338acec35e7c52af7936006878aed6dfb9ab216549ee96_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:5fbffddc788c5499be501c8650150299d515527b230e62dd15920b33f9eb93a3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:5976ec6aa81c47bae00c6d399adbfa5d38894d89e926afb414bebb94e5b8b8d1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:72972cd3378a738e45235e515cb52a206950fbe7d0a57f73aa3fc352875b4cfb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:654fe020d5ff989d8092f577e5137ac9913dc8eb6b90007c85e694e5b4ae99a3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:7766c535404fb104ddca41eb50e2be914c14bdcb6305ff3f6ab1508594c1fc90_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:fc9f987fb8c7dcc4256b38236d89fcee5155e3ee5facd62ad794c6d94408714f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:feb92f825bb3ab62bb5ac81ed63718f5e3fb274fd0b6575487285e55bcd549de_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:1497850497e4ff31638d1b53032a1162af975c3abd2396e627ad90ea4515cd94_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3a1df74d7419d8a2b09fa4741ad8f7ff71cc856745ab85ea91a0821dd427976d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c1b8250462e0d3bedfd64c4611ce9e9aa77f6475e48d948a2f844fd293cb649b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:de1026343cc529670671124a64b039cfab52a4bbbfc7d6d0d1bf5d6c21a0eba0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2e98c100a02f00cc2f58fc7e4773041e81be4781e8a8c02539acb17d66cea93c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:55973d56e1df439ece9c90bf4a6ac870c4be37fa5c718c90da6deb275c34c062_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7d39c8eccd19b70bdab2757e9088f1e3259cd0ee8c0a76421f8cca3274ccfd5c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:fde0b6709806f4fa012e86093d3abba689c7e4dce25859df9993d02f77adac38_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6b089f63a260ec9dced6dd494b2cd8b48861fd8a54f5a1669862165a4030d790_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7d96b0e06e1b04ad121c95d6eb87943032f8734a6565fabd6ce99562ba873ae9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:804ed4857fbd1bbac303549388e72451a4d0f81b99696fc7176e196db8644140_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9c0ed5fd8235d31c3a959cf3f00717a841c2e5ea2e9e222454ded28932ac2f2b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:25d6a0e67f63ee551a50d23bbf3ee87a8590cc618d06a1041327af0bbddcfb6b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:5c4c1cfad723db265d037968ba4892ba883f1251d06a6b348d3f5bcd78f3725c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:ba8f4ffe3f54ffebb1aeb3ac55b9c2091b3be0e2eafb9f4fa877c6b2a8abc787_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d05e5450605a9101e2b4502927b51a6bd93a8eb01ac3db39918ab17ec3c1cb86_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:229900b0543979b8053752c05214994d2590b501da90dd6fc43ded0cd839a2b2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:241f97ed5176e7d9234cf1893f43dcc08d375587540c7af47c19977f44965ae6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:811a41790eb1654cdd1a133ae525e8fc329fe330cf06293d12653be5c3904ddc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ba2426e6f8b4c4f49b191df2ef4824d30486a87aa3bf3af5cecc5aa958f96e43_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:18c88139b031c49545ac09935d1599740f0b49e3c2fdd1d84f4006a47bb2880c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:314bd5ede25ad4718f9d682ca27fe8e8817d79922d59302f0449a55bd4764f26_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a0554e2bc18e8e16e5fc1efbb5fd653a3858f177d0fa84091ed1e48856c44672_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d0092859b3dd498418cb2ae30ae100d91a6d77abbf2f1be3400bd6bee1a57cbb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:0608e6ec895faca9ad6eec7f657893b8c05a3ba72600cb734cfd2ba7eee926f4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2a251ca88b8d2274b765b591bf4e015c1e817c0d98fc5cd7c19f51358226c1d6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7b50b78bfb9b21f2c6cd42be9990b95f1b3b810d9f3cf62d7ff5541a4ff7d5f4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:f80ce5f1854e4411bc2d73efdad02ff4b5fad6b15e2e3a09bf69f6229107c0fe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:08cf0dc27f2e823756ba009358a028860354793bcb3abc9ef7c14d71ec011fed_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:285f603dbe97db7239d699ec52febf0bc5fe157222c202235bd6f5cc4af3b974_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:b7c4a0c49b1857e22b71299f9a921d0c56b831756f33708399b7a03d2f61d8e5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:e6ff566a5aa48b59411a421e98ce05e62268d4ead994c08e8bc4643beda5f115_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:22bfb7e9892df6e4045f7246544cbb73e900d17b8d1eba74af342dda56f697d4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8ee226df0ab0bf40ee1eb32bbf64b2feeafff15a165b92be994a331949f29516_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:97d901e0371158483af19aae8db34651dcf0278fd69e0ad14293a38d4713c58f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bbefe8212498c9204cf5a4b2834c8a7082f732c726fcaeffa55d9b66b5ab3c13_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:4b415d00d49331d5fd22e1b0c159ee4579506f378f1b13e8e1d0c1829996f6ac_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5c88ce9b17d4baf03f9ab7e89dfbd9c82a8e4bccd23e5dce74e11d6b2a0ecf6d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e6f512f11629d684e2713d7421677d35766f5a319122fae34ea25dbf95e79ec2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:fa7b4178af4fd9da7174d8c94e96363d73a1cc9f60f6a55a3cc28330ff7a4e89_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:10f802e9e5c96af91d1ca1427ace8984d2c31dcc7c409f3165e1ab21281293ec_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:477d5a4fc9a1354090356a06603a9b135814e9ee97d9c4b51046f597e195d5ae_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:5a20619d387dfa67a22d51e5eb6c4bff523b7fad8ca181cb4c09df25fa3d3540_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:70c40ef6f8cbf444e59c4522ffeb8800d19dbbda77a02f28310573d9941d6f2a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:26795eb48eb93cff9df39e25571a32b8d8c4fac44555227f932805760dde79d3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:45e8ad4ee3c68dd7425e889134eef96aef80f33946b303a1577593d53aac432a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d9ae6095cb2d622d947a1e861a56975ce434c7b57153d0dc8e4e9f1ddf95a393_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:f8f12d1cd2272529e159bbf2dc6680f772194cc235b0138146f40a499a9fbe2c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0f016a9fc412a5fa8b8289a19fee831b3441571d7a48135b92b6736af210d700_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:47e60f0ec21835c324472d63a89089c62480ef17e2225b537c7023404f63c796_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7a349e32d85fafd4f9dd8db4d80bd54e1c0869d74a542f698ef78bf6aeef4dfd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:8817b906fd93b0980fbb687876d4664c79668ec3e959d2cf184a3ed20aae953a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:027c710ef81f40bd47b16c296c121e36785eb5463321078f6bc657c37f2967d8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0d2b94501e72370b763a86146266411de3932995240514cd26362a0805525c7c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:ac40d2c4950576d453b18666a9acb3c19d4175d94a28d6e0e9bc19a4c302aece_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d9f6635946e9c0ddfc8f479486f08be9fdac8bc9f73d358a3d049b6feafe81ec_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:1ea77d4c8308769c7e2b5d667c8af3ee2e543fc0cd0c49447460c37ff0c56318_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:56aea13311a96784e84b4c5713ff5693e6aaf9f6035a042c5a28879019e3eaa1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:7eb0043c124f96f76970f835870cd45bedcee0179f5c63ed7688191cb5e0d718_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ae36b0e2d4f0efd222926a53364be6d7f9723496efe2463cc1521a85e0318808_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:81645a618293c85f28a1632034a0f3244cb15cb5b636d6ef447e571d526d3f60_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d70d809c25cbcaa772d2068975d7821b49f965a21be8ceef7ad7a17bfe79e611_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:dabdffb17f32a9684101e24dd08ea4587ff1c288959648684cc89f46ccc8d7a7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:dea959447acd57eda954f5fea4bb3d623d6bf19f11e7bd8ea04651f5cc52d95f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2b19aac1bb3f64b3e45d82d207f18fe3b692aff7d694c1cf99a02601dfadb2e9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:3ebb46a8c872e2dfc1d2bc7e50a84be90c998e721cb935a7d675e7ef02f204df_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:85930fd1b83c544a5debbcb1218282c91208fa876fb38e9564f3562ac199a30a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:97e522d7f8d7c3f88f50bb511f1696657f9dfb41282c702fbb5325a993267fd9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2eeee557fa7b05fabec97b753e50fc8b54811337b360ea542ab23a32db02165e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:8933a240bb1a42d823f4bf6feaf1baf6a6f083909fd9e5a62c8b61ca770cee50_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:8d06909ff0633fae70e3cda3ce95a1917ea8987c8e1372b4a8f00343494ea5d1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:f2153f3bd5ef181653f9ac8f40a8389e58771515b2fc49f205d5247455635c65_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:1fdb8df2f66c1558fcf03d227a63e58f63b990f1ff47ad81e3e3482c4e89779e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:7a2f54cce726a5f12a29c84d8a3af601d3627d1255b95e4adcd394a76e930c18_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:7bebec78f81645756aa1265950e28a980fd4c042b651c7b5c6fe6924af7675ce_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:d9af91fc94e0fb9645b5284e1a2a8a4ce3029a57c6c92e30ceff6562f7522b81_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:be58ac468d10396163e8e30c2e927d365ec7f21f710b99813b9f8f74b260c21a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d771771dbbed4376ceb699139a02a5b64456f2fd90f2cdd873879d56badf2885_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:de99fe560e6048e4e34d46dfbaeed9f5b3ddcbf41cd172f6c46cda8cb549faf3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:e8c673493346ce26aa4078ea788dc0b3c888613b8d161dee4a91d577f4686dcc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4b909a7fa9307c352c5a50cfebe3694547a60195928c3a3616def9818dd6a701_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:74c62d51442c13d38b45be851fd70040ae8dbef49fb6b22a5cff7ec3d20918b3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:8acbe6bee1e736dc4b636057a9ca03e6d19a341c207f4856281e9442b4e2f5b1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e214faf773c10d348cd1fe3014a1541cc37f8484b53e35136f67e0bd3bcde588_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:19eb2ef0c58d253602d9dfc10f356481bc443b6ba6a1729eeb253549a5b06235_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:4aecd8e8a99b71f09c3fe659399204e461b1008def654038d8d2df6df34eb3d8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:57e1fac2b2f950168e3130a96d96a839b183c8d4bc5f051af5a951a13d69ddd8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7e60e4e7673f57490cbf6c96a033c4d6f0e373941cf7d7235c2455a7e7850a77_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:1e48b7ea9656f56b0ff7a95ae25a7fb6303b796f70c8a80925c98a1a38d09c9e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:30ffb3abac5d66f0d7192c3395f4e29f18bee60eec5b603126308cb8e986155b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:39572ca95b113cdbc944e60797371c1c70d210b718086be5796ad62a0753e74c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f04d8f791bf53ae7ba29b1c3ea0847d13a99a58d8d13d53eac95a648c4fd7d81_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:01d126ad02cd31c976cf2857928631f421ecf59096ca0e61daa28596a9ce3bad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4ce5ec880ffd93abc262773d8c84390aeb22cf7aa4f6688b950c0490df2e7b0f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d1c2b9ba0cab850926c999b43cc85ea7ed91c5396d1d3ca272c330cbcf098392_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e46881e84e706330e4ebcf93cc1ec2ba9e1454b96ecee79fb81852d7b5826853_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:40cf04b4677fe397b6cca48fd704defd5dfbe5849116b2f855059340fb537da8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:b5df8abccc723af3f3ff86b4d1fbe7f643b89bcdf87c93abf3b926e8b622efc3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:b800c84b0984408d51fe965464e87ab18c0c3d82c8c51d12fbd488f9a6f17f7f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c0b5ffad8095d2ec71180e3857c7e5003040c79ea93835c5ee7ec6f544a406bc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0f58f90811f760f3c9266f674a8f7fff259b48e10f1a8e994c5ec8cac3745191_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:4d336c3a625d32606df94aff5194969a6b3e20bd8586c56baacd509bcdb066f0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c67690128b6b243becc0fa48a9c8917740c4e4c01cbc3798c72e03fd9629430a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fcb458c8179222d8c01853b9654ca9708cf5f34146b6488486f2d44f12a1db1f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:10227468946141bf8f1f0dd71860ec2dcab6888ce2ec096f8250ce27dc9de66c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4cca1c61fb2e435230b15535e8423825378ad0f523e7eeed5300b139ade380da_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:c46179b6395be403c3e7915f9953c1b9527c2b384284a3ad16e0091346a86621_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d4ce3e07bfee07e11573773846eb94c759a6d648c06db0bfa2dda1f0110b9f84_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:2040c1f1f4193837690b31dc5f88a840bd6c1c070ab0b091bd20439dd9dfdb49_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:2ec681169d6ce8d33a853a03fb796a312e75992052f4546f94c2ad158bbb9228_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:38d16429ac19db268bbefe2509b4d88ab3cf44e0c4f8b75a05fe3b182e02506e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:8d49a0a22cdef610f8338e3e4e3c009d493e6990d6fd68362063a9138164cd1d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2e170eac98d152abc69b8fa44813a290b9cc2e57bdacb84e97a9ecbe602a7631_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6f08d4c8d88aab768b5c727b824584cb5443f67e69fd543ea95bcc8cf90cff2e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:aa161f825ec834c11a77240e4c8860d7e49957fc6137aa2730aee57d3b34b7ad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e5568dc2b0aa9f9251b0ac80d28b2c01247a9fdd1a7fd42779932bcb9c0116ad_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0594f924eaa7baaa8350c40eb5b2253c99d8ede41d58291d362bcb334bf8eff7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:29473afe198e78ccc383122e9b9db15562d165d1a1a5d2ec9384f6282a9722c0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6c0d83c46bc0032ff04ea451858bf53db20a42b02c72870771a683b292977620_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:74ef91d30366fd9d581253c29197ebc1c237f72db26b728f7c27f26a1f446d0f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:1c0d5e001e41c928306cb746e0ea360cadb179221b726c5d11709f381132fc67_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:1cb6cdb6e3bf0b41c8844a6145a44416a2d385f640f42f496a4409db59f0a509_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:575c9649ab6ddf045d4be5b4c86501cd0a63fe02d73b4a803b511213405ff243_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:e82eb82d215ec8520e1938f0752a4ce0c869e865ee1c7fe2c96fd95ed74751d7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:31bd457006ce5cd45fdc3428de8e69856a3a387ef4383d1b08908a6f3b35047d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4f7552d3e6293c981fa9da6db88f330bece8f668376abf43f71b906553a5c99e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:973f4d0e9307929973adcd633718d00d09196bbe271b4f9d24f8a399643e1eae_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ab176c397c65bf978d7e517a34e10ea45c82a35f65b8bbe39f384f776822c03d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:34d1ed337dac313194803cbe7336560b7a630adc9cd2bd785883be5048ca52dc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:4d29bc385e8920f178688a741187cc67ed670ea997201952d0b9a77b56c762bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c86661524ff0c65bd9dd0349b73a831204010ec59c84786916be4ecf22c625fd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:da698e145cf30d354629fe8f6c4023d14fa2b5b167045bd8a6da0ba441b8c92d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:53be80af8fa2a60d9bd89de8e103fb2eb2cf008acff6d7f89383d861bb8a54f5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6decc15033377fcfef17782d66d17fe25501b157d69bd83e85a87c6e60f665d4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:8b2d6dfc8fc31a67250dca39ac60bdaf86cbbd61353cfe7731d4fb1ebf5463c0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ab21f8f97947845bb94bf6912ca8880ed39c4aa3a849af7f804d28c11a6f0ef6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3f2412d3a5a21739fc209d7caff76dd8dfc077f8a5a3a5034a6ca7a29532f14a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:598df55cedcdd92019d97e3ab1a6227b139798dc69adab00a65371e300803eb0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:9c4d4b4b4f7b8cf69f9535c0f1191f4de338b928311b0ed867fdcb0d8156220a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:df5cccd485b9a00dd75fd58cc2690f4713062e43fcba9aad630fa400f314c588_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:2814cd076f00b58ec1abc468adbe95d2281b50cddbce2d112dbf8befa70dd470_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:5903de42d0ee79b46d935ae3dc54e88a62d8e09dfbc6d055a31d3e6fa3c4cb81_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c1327a4cffa9882b931047ae66941c2d3a6f4c96bfebe56cd3070e3deb22fdc1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:f3d14a42e2214c08f4695a86b716a383112b70245a711db6fda0a5a462371994_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:2a0f25a54392c0e18a35840e1d29f31d5dbaa7325819fbf58656e738496797bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:3eade2c45b25c59ca557f5a284adda009b84a3f6d21c9db089d8c5fa7abb949a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:992c550b1d50408bcdca519980d914bf7bca4ee382ee0540aa3af2d034eddc4b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e06661e1b9f1142191ead0cb0f04b252619ea50c2be307177853fda34761dfd9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:03926dc5ab653058aa6d7750ea01a2b45c8f17a5ca7a8e67ca652c9a0dce194e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a13900fe0e23c9421046db6cfc237d21d0a744bbdce29fcd24c9f17b360469db_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:ad14d54f4912883a0140d3ac97c6b2219e3ffb87015050bb147ca0c73cc3cc61_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:b174fb64ed734452a4390290022fd0ec60d37823be6b12a17c2c6ae7681b3594_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:08553069c4783d2a245702df54c1164633839ba790ebed8cbe1676e4131090cf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:33d14b8d5f2c6b2e06b4bb0afb00a0725195ac80899f786640a0c3df9d238e30_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6b96857862bf6275ae1b5cd28a4eedabf4ecb6df67a441f47c1469359e76b9dd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:8fb9394145dcb16031acd61a0357c81facc3f7e2c26c8a5925581d68389805d8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0f14bc30863ee292aa6978966151fe4e77f43b502952a32565035ed9d48b1beb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1dd2bf9193891003a1666b3eef1890bf737089784285b1227393a690ca1cde04_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b2218da01a451dbe0e4dfb108b2c153e1a1b3399d7e6738e4c191cfc8f8801d3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:eee4ef2783405873838d6b4cf42eccadad062b9f056d5e13b76e709f7876c9b8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:3b594e4afd1f6540d0c0da8f875bdb8de328ba3f2dce17c8226712929079360b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d82ed0fbd775b5970fcffb980f6d28c885c1e2f9d44f409507778e9cf9bfde8c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d939c7835722074df7a0197e72aba718a27b8f88134883df7fd654b1ee57f0a8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ffc14425bb9275fd713b639c43ce33bf303c54e38cc53f4f9db3a3a1f2a6f105_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:463cd33991582264476015ec2ecf8ac12a9ae4107897cb2558c1d9a4a1b412f7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:876321c429821ed061d0908b2c57c02b865f775f47942f15401965ab1eb46056_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9cc79bb2a2c6602b4a72dc3abd536b1e47ea245de4f7ff2b3ae08a4bacac6bb4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a9102ac4baccbb625f4c4bf605ac61967c5381c24c777aa819577c2c7cde6c39_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:06a4acb5a7b97c5f66d70cc351f4636eda111bc81454308281567359ebe0e693_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:10439ed7506bb140f1977a564caacc309002a67a41c61539c2ee150873f23b69_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:113236bdca2ba374020fed560565f6aff01002a32c8eb969130b6265e1ebdac6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2996e3821813cad87e4bbef83d22bab2bdb80ade147e2f827714321a06d50769_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0a41b5b6efbf9ceb5605efcc5a74e872e5b82366478bd9aa1307c9a043b25194_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a8430b0829211ecb9925cb3061a328e054c006433bbe067d8746f92c348ff141_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:bdf77c78561fb5592d084c616462fb0341d8dfea9ce664196d398480cf4c9b95_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d2c51e9490479cf86973a6f9132ed075989ae64930747dda27ec3100999352c5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:148e6bf35d15e19100b342ec8ccd8f3b975b145f6aa1596d5a7004ec88684444_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:6cade19a99f1530ec4700b5283f965f9c97ae9732689916d1c40eb4797adb08a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fa007e3f1a38a5b48a21d37737077594f57cac65d08a9da8859bd1f98677fc86_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fdc7347043706d1c88f0d0327e29fd47dca2ba6b41bfaadfe4acb18c175c3a03_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:8f0030f4e532ae452721b47317f2bed3a91b4e18f7d58bc99f117d19a081ce5a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:f8fa8bb4a92b3ad3028f21cec3c5394f565c9e02f06b0619696cebf56cf598e3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:b0ef0d0003586a718c7747a6c5efc24313d757a4e15f7725328f8ce310793ec9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:fabefdede81f8045f228b94b2cdc64ffaa4840c7da5937fcc7ff40d82bd2a729_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:02d69fddf5e810141a02f739de9b3b56a1301d4ecbdad3b8df3b7b0c8c67db87_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:0aa7da9a515f449d3a6da50c5dd8d55ed318b494f2b3f3f866338ff1f49a3ba3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:16bbd40075cb4a55accc69db260da71419574395102c164a388ea491bf51d927_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:8b310a127ab9ef1521dbfa6ae4909d5e79b846838de6b07f8693a6f746d8e1d0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:d167970d8be3d911c29a54fe93b3c5ba2ace1a5bd823fb0dd3b5f0691d67f5e0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:ee8d34565b8f3e4d3c349b05feb279bf6a314f84897e668bc6bcb890e1320971_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:3ce22e5fd8def8305f8ecd28c69bb53111b68aa18a0f8907af504961caad2b31_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:6c8b3d7e73807714789155e434b87fb7444c1ea2cc5197fdd18b0f9e253d1504_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:76ec2d7ea2abda578740aed288764346e3e5236cd8bd1b42e776762ea5af7ff8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:a2cd6bd5ba28e30282de522e76ec1fee891eeee677350638802535f329f41d56_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:1ad410be29b78a62c6c761adb2ddc81dd6552e215f3bd71b2c49c19fd9506c49_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:2c3682906df67732160982aa12fb991407978d1c7a2cb36d279b0857134bfbee_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:3a4686f99c0461088ac8d8d83b53ff967b57840aca2fa87a3d04823823c4d5fa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:66340f44b99e3bbd8c021e0c47b0617365b62c53b0b3911933d8f683b2c48aa2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1796f001455857a701404a4ee37d793895c4d179708fee5cfeb2467243c8cb06_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:cb2ff11c7a67c79a0164613e9ae68e58c14c6ef7a5af4dc4b6fbc897921db161_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:d30598bb001578c4b9e99ab1d5040af35a27b1b5c7503d566b0672d634ef9f1e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:e9cb3fec3be65cd06e6fe00d2954b8302e12814701e1906ad91833ef18a01fab_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:3616e4a7673a447207307a8acf0661496632a65ab79694abf81d8a47da0f590d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:a833695f4c37b7f90a42db6563f6cfe2ba22d175e1b2562eac67a2bf30874c00_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ef7b269606c239b4c5b9e720fe99a727b2fe55ca5eaf651c4209c5f4ece296dd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ff65e0a6ded81326ad41c930abd5f396a6b3c2920169d349be3f4240aa212889_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:76da7e014155a69453feb8dc8eedda88578a3d3dd6e25da074013da1d32590f8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:83b56456b19882b4a9c29e1e3099317d6b2f38cb3f310c67cf6297063689d416_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:a0c019865c62a67303956123e1df05cb8a1ac3ddf188638f00b0d3fbab0e4502_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:bd6ab28545e203750806e1c22c4d1c9e10e91b20bcd922c5890d13eaa47982f8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:2a1b57399ea1e13524534dc38eed4139d56a4b56f0db7739cb99048588a96d9f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:48e3d29aeac5bc5c6d1cd9345436af66b233c63e898bbe5817016bb4f5ec17d3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:4a5be5aa4a12e2531d63f983de08bc3e411147454b3f2e601832d4d437a1a02a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:8bc5aeae1421310f6f635cb1679cf3145a158a8549bda6132526d02f533527cf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:0e26d9dd3ce20a2b973f0128da5a0c27b8550941d1f6a71eb8a2d3db46086e59_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:7f7b4c6d942213eac8eb3b3e87c81094208a3b41e1345964f29e6936c5ac6b31_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e6755753af40adcaef42af4fa79da923446d57d2da328a5689a8aac7d7a6a803_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:fb299ef0ec0e3b11af2787b41c7b1acb5e161a11f244823831add0ea0cced3eb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:00381459ad3d92ccdd5a3a45ad1f09ddda8da0d48f4594a4c219288a266647c0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:076c49eb3ed9183e0ae26f6711a9e5aa1875a080e2d47510cb16e2714afcc585_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e8d9136a62d6038628221fefdae5923e39cde2aedb2aeff9dccbd1b5b1e4627f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:f43b9aaee22c9fd77e98ba94f89d886bd323c658bfe3e7df74af80052e4e9474_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:2014a37e5e4d7528a77ffcf3183354b0cd7c17eb5814721c469aac3d500fc58d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:315f55b2b96d9bb4e2ac7951fc6c3736bee817f27003f370b9006dac7096816d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:707698f30f4c8088b2620c5600f79bfcacfbd5b82c957de62e13ff432dcf35a3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e21ea71d36fdcdb320bf2f2b60c4d2e47b83439beaefe2a78013507f6d4faf2f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:1579b3e033644e046bab63965d6f34797294c079488feb1ab6a93bf431deeff5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:7eae88dd81a4cc334cc312551621a1e469c30ebf73def686b18aa7f43027302f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:9151d366b16d34b16a1c90575e3317054503b12c880af51d496f681fce3f88d7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:bf1a0690529c9ef700e616776f6372bdcc6883f8fcf5be062b6397dda5246b9a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:03bdb8f74c117562bff696fdff572c2cbc7d73901c63a092d63ac5be23e0f4d2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:82f6b0c46cbcb7d23b865db2f2cd94cb83fcfd07ca408dba1b50d28d93c72aea_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cc12aa0e564fef8638f82263cb9d15509dcd032f9eeae171c41543e292ffa47d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f07d0cc2e3c9185fb009f2cb7677f3b9a5a7da7b9cc2e385be40108911b61c45_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:04d44a7c55214235a6ca121f45eb8a2265b6a47803d0000a3f7819dd279bb634_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:aa7d02eb36629d56525c04dc37e30777d0b33d2af3b90e504ba4259ccbb01fc5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:af1ec368aab118eb5273e4e8db659bdbfe94ba2e0410dc0e872fb4703eb7f229_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:b37ec193d3318150fcfdeb63bf8955b1b03dccfbec5be52cbc08251d36da824d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:0ff28e5ca81e1ca5499ea80569c9b8a203b313e989559e4c83ac8f0fbaee0973_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:1410e37b8ce017f7da84c0b86b0411f01e1d8d6597d2dd97cb0b82e05ee944ce_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:84de5559116e4f57c27844e4c9d28ece511779570e62dbf436ef9d452c44fa93_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d18b86413dfd7450e3d201b42ff45d3f3e9bd8ac3caa591bb5ec80dbe55701fa_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:1a53f5592aaaf08e69ca0ebea2f1e04ffc39671ceaf2877b66d3337f7450f860_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:354d017903fc20f2a775c264be278253789845fb207eb876d2f650002e7d9d56_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:89bd631ea62ce494371f19913c50598c14d46e8ec90171864ed1aa9dff109b12_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:eefbc25642cd5387702ba23a6bbc3a33e1d507caf9b5d873657c08be096828bf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:364bf9f2adf4282b4186106425ccecab534f23ab7603050e6bb1fafffd6aa176_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:b48a010d206d36ef0eb6e079407c7d921cbce7ff8f4d7976a4228a6eac88ad64_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f8efd3a98425d3b6ee6cb9df9d20cf8390168998d5f3d8ae4b8030b9353e2b43_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4ead6c7e104de4b1296fd135a0be96deb8348a6837383bf3ba75c98fd6c7c20e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:af1a072fdbb27a53132f6db1fa4153a3a0c61babca8293a6c40d6e1a8430e5d2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:dd07d396e484826008d9accb4013073f654bbdbc9373c3ec94c79e2fcd903c10_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:42b0c5d6a2ff553e1fdd1ce9daf95748b671d4b9f71b777ad6f06bb49e52d172_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:4f8de05a10bb92e5c982471035860ef72f44d0f4213397dd3a304c0fc21af267_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:7357ebbb98da36a072189586fb5845d495182d488ae0d88380fab5398616251d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:19ef2c2e8606c2bcc69c922cda581826281770cdb7e70aa9dfff11404ed30a3a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:6ebb3e355f86fb611dc2f7d414713ce89c4372ed05e074673fea20929b345ec8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:db8da3a0212ffefefcf7a198ed1d75030d3b2706f582d4115d3fdac3b7d377c5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:5f0b5c758fa46f12d4fcdbb64559ca96b32e74eac5e007c0c99d58051855d98b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c9c3e0f579e933d9644cc4b5feb0e9c97383bf2dcdddcd2a0c6182599e564af6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:cb2349e1fe8d9e74fb14a61be4716f0dfb8ee89d3debc762b39cb840c9ab12eb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:ff568746b033a045daa34f6f5c196950d1122c54562afa9d70fc4c8a49f0cf78_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:237339db4971f1ac7be125fc689b87dd07b1e0f59da545a2a7d08727c69f0637_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:263b3dcbb11cbdd26611250be26c6923fac9b74a387da78519650f8d05cdb4dd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:40b891a4cb673d3080ca260e54a87bc1e730820cc5058aab5c87f0d9242746db_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:5b10eeb7bcb9d3d5cc562cbe6ba759b47a302eccc48c658f6a11e2def6f627ac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:a0d207f70105e6c6c74adeca74cb6b9218e107a869a7e9ceee35022db9218009_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c34f9a1038f52a60b3bfd081a569d5fb067a95cb2d6eb1e83512276afc4f217e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:00cb5b6fe5f046798ca21596f72d52b61e1e74c94dab877932fa9da65eba08df_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:7d983f60a53d61f594507cc64436fd505db9c113bea98bd2297404fbd39d208c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:01304de5720f291e6c7ac725311596634dc2ffe3d2c625fef7de40a22563b5d8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:e191bae1686c2699afca87bba65d819f47de39e94e4d57dc76566622b0e93233_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:0fd2d931780a25a95b718a2726c844e3fddad9187da2298e9c1f8302efb3fb55_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:88d0afed198a8eac80018f43ecb282f470f998dc21cb1053feec3ef26bebe206_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:c409fb63b2b3887dc7df2c203597ccea0c166c2f7e4b9d99dd586c9503a96082_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:a6f98204b5eda5ee82ed092ad791c0e75d3d299a0b2b7ddc56c229b2f2cfaab3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:f42b26c88531ea4dceb0c9ffecdae1d0ea54097e7ee2b9dc3eee2f226b8344af_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:01f51a86b3d544b7447be3a6505835651ac27433d4cd44912d7d90b67fd6dc1f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:dad2cd32abcba1dc64780ff15eb530a8ef3e45735c47f2069c2fa3a2c6729ac1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:88c33650ed5fa280c4ceee17f63bc94acb3e31bac6ce0ff922537044c62ac170_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:9a3a34d1184f72aa33d708c971e252247c1dcb187ca485ddf536967e2d60747e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a2f0b33c066abcd5945c172e45fde320dd575e74f92994e0b00ff83b0b2edde1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:b1f880f022597d0e8024271b99736555add047a58c3afb8b0c883b034e203c41_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:55116f0b9d2a169c62e830324808855c16ddc8086705dd884b386710d73af539_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:7387e89509be1816ffb3cb543b017332475eaaa5a2624e5bbee2e21a705e5cdb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:904d7a9cc8e44f5c07fa09f25df6ed258e2b0aa87292b9a3ded77ed3a615e24c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:b370250af2a6f996100d937a7395b0d031f64c3b6e56114815fdfaa200e96272_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:36882254cc241dda67e3094467d51caf941355c31438658dfc1437228bb6f4c1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:8cb62fe1368a749cf2e5fe112e7deeea4157b6abd336772a52367d9d0ba21187_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e37e2a9400c167a70ad9bf6ee64883ce1d0cdf690802a2477f3e7a6b12757f6c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e43cc3e015aa865dfde70c7578ccbb79bfaa9d62f030e65bec769762cd087bc8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:17ebafab92393b198966eae8d3a669fed809b6c4f9fee4243ce177952e4d1c85_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1c389a261e900fd9f8fc87d748363706bcf1de74a24acd410075bf0d205b8cb7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:2c3d8ec443474d21ab9f59a88ef33184063beec103e3e4ffe7859cb429dc470a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:64abcf4ed85d43529c59bc77dc06133aeb3ccb1657fc877dcea8bcbee51f019d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:a629a70723438621732aaafbe799b0f92c2d3a07e9028e22ee2ff3bceb911bac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:e105fb8b5c80f438d63cdcb29187a35df84393995e142369fedd2aeb89979681_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a85fdd4a1398a47f682526c16e97de1f87b8222ddda47a6c5f254d06b4c791b3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:afd2a6edd07ebb4b6b77544ae5ee18e3371f514daf4c669a00d154b5e33b701a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:20e35628df4b8844ea3668b147e125b32534d7b944753ae1f99b6ea46e159392_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:9e9525d31895ad7e9a1ff753e0895f7d845a36294f88fab8041f2f3deefa6608_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:1cb8736ad1e698a4ec78cbcb16d6e37d67887bed651a12bf63db51af96b0a7cc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:554b7d9d81f9fb5dbccbabdaadfda9e45d186eba6488df224f83ab512a4c4653_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:249bd5ed39ae03fa46aa042d73bc097c700a6be65ec79157460de3d1ca75646d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:65777a3f824fbba1a23da143ef64a1824aa48883b94947682f787232d55055c1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:9e52b2efa8fdbd65ad70163f96f358b64f552783c7f03182dcf38994cb2dbb58_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:ece0c645d881112e48d2886024cb96b6cf4b1889cc456b30d331df729fcdc9cf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:0b99f7875f7934b371fedcff686622acd03d9c2618bb613dd6721ea5ffe1dc57_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5537e4af85d49533292160803dc7bff5276485846f94e247353df944b4b28a54_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:8e64d6ec539d991b5a228d8f4b9079fb959dd11c3b8a77ee5bc3576398340dc2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:b32d68bfc83195f7cf85e5ca9d4baa658d768d3a98bab4a3ce3cc107e089d84e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:333d60c92a9efcb4febe144c3e331c553197d325ba0afd64bebfcc2803cc0e07_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:accbf8cdcc475fdd0ae3427f178de8f847fed6c09cce1c12428861adc9b342b8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:dd2518acc748d2fb1c6d5f8421a6d85ab2dedf2546508f45f8e2f6dacfa7f5b1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f3265ade73f238556cf2a7fc67e8ebb3d5636440fd9b7d4cd2aa725677ce3965_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:1bfd1b573bf924cb0a8be80be641b4ce684b141a66325d7c0cc923a9d3a2030a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:88bda970c0360c5c1160b32e589812e4289db230dfa9923e1494636f97c34278_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d849f73e901939241fc0853532489308b856ec530492a706db8f81ac47e59318_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ef722b792c00415c1efaecc99ea873df11d2ef8cd35c5b86af0afcb28c08f821_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:50ff46f43a500235707760885fbe4997cee8c7088bfa36c911697df3b81675a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7845202df558b0ef442f3b4fbef423c6278fc43bea49169140fe3a263b15c7e4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:92d0cdf81fb07c8eb55fef4be846e84d5f18f181fed24221a294c5312c76e923_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:b19219d62e0e70404ac9b7643caa49a792b9450e8bdd815b02a6539e41526a77_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1da1b4d5b5eb3c2d6238b7e53fa040f03a759b8fa47e52d9e530c8a40885acdd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:8410339435a39b3b5a97a180fd0b413e3ca02351edb8b9d7be1145688ca56cb0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:8873af11a450438c35d6b39d687e73fd0ee0faca3f0562698b24650b01248690_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:bd6ea26ce1660efdc5159b2a53d8812bb1a584d7185edbca08a07cb89a09cb0c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:063ae7b531e3156e051e254ec07faaec30ca971d027a48dcbf930b1b662d4d81_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:1aeee3943c69893e59b8d0bdbf4c32b4452cf4f6af73a802b64be9cfa051f38b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:51838e17ea6a17f32c4928c8d03fcd2af5052a350e4bff6bde1c484b0663ee7f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:ac68e0a125aa8e638b88d747e50b7b7ef9150d7e15459e5b4c0643dc1d534624_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:1caeb43e59e47f40b7dbb8e9def02e2dd3853254b749c40c42fe2092223d9ff9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6db33bd660e7c3cabfac5125820539a4ef4264c067b17ce404fffddf17965880_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:8444f6327a6cdd0cfa269384e58059a9d333af24c0e423b1abd6d85bb837ad49_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ee448c837b33b1e9ed15258933ad9cdca924ac64fa6d0c3bd7bea0ed9f489dff_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:61057b1135996175ee08d0672d50d1a9eaf083a1a057d0a5526f4af42089dd32_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:619bafa4b79a302982b0806c61721e26a0ab7b6863f478726c6b58b42badae7d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:1dcc4113c131eff2cfbfab09cf11c8186360c6cdbd1086af839a03c042a87fcb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:2eeeba70b8cdc334ceef7ff7e1fa3b1ef19522097e27301e2c7917334ed2b99c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:491afa1460d3cb3aae7dce1df98c67bc343cd47ce22df4c55810f578f8aa6b5f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:5f24e34fae65f3b7a473a8ca41afe45fe4dd8fe9d84c2856c5278c734b2a0ca7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:6d4fbb7a93c300154e76eec4307a3dfc14555e6a2d0d065db2de3fcdfe9f5fa6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:1c2ae2d75a70fd6620fc71ac3f314b3f09746f78903f93d5e1fdca64941946be_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:6baca746bd3180b4e6062141ce4d980c014cc18fd4c1fee527d4df751b0bea76_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a1cca9b456a2eb705f5b11a19d2c54778d1441d56b17d20c9680d0b1aad1ef39_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:bd271650ae9beef457d2c72a9f552448762e538d92cdb345d032ddc3786493bd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1001d2d3264dbdc69734b9e85a67db79c52d1c2f6a1a4f89880b570f834aea51_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:2d27ac19b5e4aa5532d05c71b6da43f4ed51550a36328209f1432378a96cfdaa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a4623c62d9f7b6fed32b40d539815a3814c74338bf5974976b4dd1ccf8eeafab_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:d2e61adb97f22cc48deb48c31ed94d850fbf26c6590d0fa3aa154765258e185a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3c000e247f5d102792ffffd96011b889db2f5858799122f812b49b10a5b711b0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:49a9fea1a2a81a464be4ebf87a7f3ba7d880662bb85466039a5c8d461a0b69cf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d4e4e5976380af9528d6405bbbfca7718307afdc46ace2fe3702ecb8ee479ff3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ff841517626da718d46f0869384bf5fa3a04b0eab21af3d4dd2f8d5bd3601aa6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:2efdc02714260c48bc53e7ab0cae1e2d3b99c467469ee1f73fb0b79149091d45_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:31bc24ff07edb1e527760a4d76b60e8d0712968f477d8d6cd419abf36cca0b0a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:84f34f50c2396055e87b857cc30411cf5b18d2f21e78bd13fd03c95c1650baf4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:96bf65054c994cec4326f1bd5432e45caeef3c48513a7e3cd2248759f9e6efdc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:58facad671ae16c072d4a0e96a2336d95c84a7f86d4242e49152e9275296d028_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9a7f6b3f08dfa866a2a1dbf9bcdd636c221c4dcf0ca38ab9b5c481684b4bca54_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9b033e2e92e64d07e7510846ed5f374b1f1375172819dd1eb567c83d9c3be4dd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b81f64192da01c1b69af1f01bb109684b9a235b0879150ec37bc6bf43a53b351_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:5f3df6d30a624ae1c7a7eafc23b74b1ef674b2a8baaf9d2644d529f98831cc4a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b4edf57f165ba2a9d56e5e84a3aa61e96e76363eb7d56a816ecb15f8ac06244e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:cc8f8b60224940a4c6f8bc236f8cef754c8bc5b4a6d6ecddbc12db49b0087aea_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:e9df45732cef6649cd44dc00a89d9da66b95f1666785247477d000c4177e2c49_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:0670ef29c648fc035844be832f71378d5cda2122f5d6c7f82c831865d45f77b1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:34dadb46049ecbb75501d512642e7d2a58961c783f749aa0169d1a108155db97_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:371746e92f0c725ccaa0b0f58e950693872f87bea78608e95a2dc93b4e8ae77b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c22b1f502cdf6292792cca93076f4a7ef16f1c761a65b11f875c99408584857a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:ae26fa2a9ab61ddb95e4273d710c75edbd517f81d421b68acf84cbfeacaa913f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:e6c8fadf51bdb9c8623178a95c04ded1e3c8b1dce525783bedf1c7c501eaa76e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:e84ff17a4913201a476735cc76bebcb7819e7b65497c43267c19bb8e88b310e6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:ebcd87df2ac74dcac93ceed85bed5587957036381a49d7969e9a530f7744942b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3c98ad6c0008b1145186d1839c980631c119328c2c231956941300508eb27bea_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dab0992bd8f2a8b158c03d3c271e9cce7de86c1e188e136efdafcc20ff1520c3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dd146a5240dc6b3328240e27e4257151e187aa50df62150160d1050e065f0041_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:def9dc04e6b217cf48b80373fdd6f860e9b020d6699def7089ea881a94b0ff64_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:72c545475f329944debd51692a1815ad56ffa000cae7cf243273136290d32801_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:7942d7e452866f23d468bc06b2b8b43df126c9bbf2fca5607fcd3e3fc391c76d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:c6a713980f98015bc170590afbe2f48b3c4addbd7ff19eee4af2be4b431b3dc8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f21522b2f22cd38ae626063bb6180405ed0eaebe2c443d38cff59b36079087ad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:622ee3e0fa2560aa75798f4921d3b7417b64feef196cb8903aad499b7ba3ce63_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d30086b283e29e234410ad9521746f1cde8df72c61263e49e01b38135efbc380_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:e11beafd70191493099ea724097b3bdbf5c7d16daadc9e60770ca2e221406cf8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:f0f385d704d85a84503b5415a35a0e127f3a5eabbc813ce61a6afd5044fb35de_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0ab09129b8b99a86f2dc6314a9b30156b814daf1a287113fa9a7a49796bc8616_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:58e8b0de0751882c27612c0547004d51b8a59c1824acc2e8d30360f8ca6b2d0d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:673edbc5d7c6df884ce0c2358b1a5061c31b902bc472556db325ad91373d183a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:7ed466cd36f985050a860f2fb442d29103b2c15f4c373f4d6e3550d656dee8a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:04e0e42f16e0c627e306f27839d671f541b9276f15bb077d238a98bfa0f4c66d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:92d9f3394d35d8f620a495d90bbfffa00fb30b02c07494ad353bf88b80b299e0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:a455c8087323aeef4d6b31ca68aebe41d2e2eb7bc68165afe0a8b9772a245cf0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:e5f0ea7b527bb4619fafebf3e2732e8b0915a66c7eff930f446c6c12b0c1f4a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4b75f7a1212ce34fd15eeec8af7a9f45382deb3859f9d3fe2122584f4b70ac17_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8410dc1831f343db0b894f17aeacee702e705393ca83d0751b044f473309d1c1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e1dee7b5a5ea8c48960723f1dbc36b50bb8edf0e3756000631d705cc964a7ca6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f35219a0965a2dc097d31af84fa649af4dc048ec4fe953b4535d42e37ac5ac28_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:60eccf911015b2af66258c858b1d0dfbc1f79d5d10146c8cec8f9a5f21708f86_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8b1ef7b7353353de1302942f9948833e3bd0b568396513d242f4920e5be58f27_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:963ee9ae771ea224be0c968cebeece76527f1d138452319cb17dad959d972d40_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:e4ea39c79db66f4c7144a8526d5971ac698c3502df81744df07f7a9f281149ec_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:e4e0509c00b2dc8f6feeba505240de8debcb1b7e6e01e138ce406125e344efcb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:d0acba106822523c6cdfcc2fc36d8b78f0859e887958ad8a5634c5cf4757b45c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:79b723e31ae2158844c9f9b1a302e379d90be8c21e1e175106b77ebf19e7a5fd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:7b95cef8669b142bf2c82310fb33215b2987b47de2ab5135d5845ad23f27db39_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:96258e901919b272871c1be3a5ee6e984ae13812022ddf0b817ff8e5f35f9fb6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:d97bfb4843b397a25cbca966319a8f2e809da9809720eba96d7c64cbfc403bd8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:0667250c45df43bf0110d46c8b8beb3ada41a0bb520d35629d9928ec373f1cdc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:195220de99e688a7dd546e190638664c5236f67316276a0aae8d39b525e7e54d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:af0eca465c454003d66ef7d95cd0da38ed837a7da7d9978d318f2b29b2bcc472_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e0a03020adf1f6b1612c5a935aebce414ba1c84a71c09e9e91a8759c488137b7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:05bff5cef1e0071adfc0c9fc07b2a7ef6ef2e6f0b597dea05bd784f8f9746533_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:40df7a1323c23c3875e77061b3bccd337500d04f1cbe324a800eebb7181f8c46_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:5017bd5e359111c80afc7cf55fba210bcd7f15ca82d3a6282d2f63560ffe8d3d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:8ef63ddc25cd248263a40aba3201b2c6b3c3b2dbd998ced45626223efadbc3af_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:04b85fc4bcf3ee707044a3ad2556236e5b2fa4b09875ca781f61a13a11d94cde_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:0932ee4d4567b840a801bbe4161c37b40f1e5fd4b38be13947b8e09842d40623_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:60ac363479cf9156e89aaf94735053ea3ab48a2af18b902444ccfa4c723bd8bd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d4f9611470c2e215f919f6b08149425755ebae0a89bea7c3a3b95ffa4b7c59db_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:25811e863ae8cce3659fa109172b0fe4fb11260cd612410b2880f69edf3f2459_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4f6d5dd85317206c92af4aa0bcdfada9319b70856135fad4b30691bca9740387_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:97c762eda0b5da7809e6e7f236215b2e524a7c7ce6f3cc2f6d934753f5fdea40_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f633ea56b1691be0c55b612d5d07a9469a8ae9b5e833dadce533f428026cd7c8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:151563529a3997849bbfcc5af0d7f785c26cbdc449935bc97d4f6250492fe4a7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:65a15ccfc8e4e132d1b11fad18930d7f1ef53199f14361826de6c21ffe2dbeea_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:85859d9cf6668ca35cf196718aa7df1588411e4ddb287f832d4e7c6992aa5af3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:ed1989895d9f856d4cfcc6e4709233883e0dc7b9bbd2443d10d826eaa899b734_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:88bc1b9cedee4bebf90d217f61b8166ab0457dd245103610369821a64687322f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b2f536faf8330207a5e3332dc4b7895ae75d7a0c80ed6681704dec1ed1c8d62b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c8f98eba93ba62f17c51a77572d1ea794f2928e0e6e295ec881046e9fb04fa97_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:cb206bd45940912fcf244734c32e2c8938673dfd87fe12bd15671bf7c2a5206e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3daa312b5c2bcfd679559c162f3ef9dc497dd1c1772cb18d003de78918a3e359_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:44cdd21f24db7870c11a5758e4e89f9aafbc7b77fbd510b7d26e8a9a6de03f1f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:60a2e0c35e6c1248da50a89b854450de14c875fc134b7e9be481fa5ca91524bc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:632e71ea8413382e51005f4110fedc3930270e617fe176415958f15e11ca87d9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:32e4fc1654909b51802cb8abf8b5946e44483ccdced36c784941638296197163_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:45fdba490434d5c9b3f35072d5ca0f3c5f0dd2f836c9e3e1bffbfea53f8b4d11_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:5651967617c24f0fa3463d66cc35e484ef52dcc1cb32f1a96a095139c31964d8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:abe083c619d9906f8ad612d300dfd9b7a6c9fc93897e4c437f2ad5481eb4320a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2dd0915cc989ffbee4b234604427b4e14c89efe69a7d76e182ceaab10c6299b1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9eb6b6ad34e973b0c20aec9028b893d92baca2639b28b9f5d457aac43392bfdb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:be4a416afdfa019b7eefd6610034d97e43d15dc134cf2aa250dcf88084e6fbea_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ef488b181ed6865117b0f2ba94075786b6e564602ba420d58e570ce9d919f069_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:59e3ee88feccca815009efc5c992e184f4f091e01f3b2c014a65abcd1cf78284_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:7534da640a66d5b46018bac0decb415afe5a25a438c763afc73b4a7e8d25ee64_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:85c474a602a432c886402b1411497d7586ec3802d4e556bfdd6ce2676aad3862_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:ac2600a181492ce1a44e31c83258a5fba05c7f39695c5f6887965a6bb2871df8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:222b70b3268bd5b6e1a960a85773594e543ab847b59dfa0dd3d94104ac3cb38e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:596b7c513cfcf12c8e991f82f45aa2154363952c11f48bcdaa271818fe790515_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:86ce0e99da0c35b99dd1d8b28cb02076e26a87d9d7a7e539e85f56eca1906de2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cfd9974465dac521af7557689c6091d373d8462cd899ef4ee06716b2e2c945ec_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:077cd921e585d41b95eb57cf921878e7c3e36a6fd8a19fb00fb14a28650c0c56_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:5907d836ebf2133c63591afc2135a9224582e0c75373642d4bca8094ee4d48bc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:8dd9787566554a85650fdcbe3461ce973495bda716557aefc7a7a2c2fd482815_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:ffbab63b764bd79e20f869b83736c41ea28ef2eeeff1305f87fdb7dc4bf6dc55_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:162b737fd1a333a5eb9bf62eb46cea08d9285247685ae705977751f203e767a3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:8c4270b6cb5ac0d566c7a1b9e546cb637a43586587076f757e61a5a6fd34a251_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:b7d7b847c855c894255f887e106b3027a29e2fd0dfd8bd606a1280a4313b094b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:b88b8c16bbd10bffc3c7428e861c2e9b8749da27eda5a33a0fa538b9949ec33a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:82254fb1f4ee4da82f1a6326044cde4ba311044cea5a5c2e28da70a67a82e8f9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:88179c9f57abbdad3c20d59c3ce38768b17e53e7f463167fafb447810a9b78f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:943f3d2183309803791c84adce621e29f3a61f6119dc0af1529cd688063c35f9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d6c0c5250326cb44c5950c4d46bd13fdbc3acc7d36b05f1dc34a9744aba6586d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:426b08682f0c5d8833046d5ca88f2b3af44ee38218dcc57fa41a884a9fa938a6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:64e190645dd9dff1f4898ec45cc4ac42cc94f1b4bf8b1b4022a07873da039a36_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:bd152c2607b552226f73b3a760aeb307592cac725106da7d65b3ea3a460708c6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:cd37ef01e0c5586ab14e6a041a2cf093dfa8815b3e21a1ae636369b64fc2a253_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1922232d6d920c408323f02e725c79132e46a9d73beb16244d0320201bd2a097_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:2622b7c4add731fd89832f5eebec7c86300749d80cf50fe0e397657c52dd2fdf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3d77a408ab227b6658ca9643adfa97499b469e7a2faf1a2eba8cffb57fa9dd6d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:b29944894d3e8fc54349b0382fb01b25cf4445a29f82c45a4e75146c18e2cf8d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:47a37b58e2bea7dabb2da791027a2e880c10387e6c836bac1c45bcb059105156_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c1836d3d39c323a9f3920b769a8e40af886abbd390a8ce57b7debfdcda966860_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f4fd8a5427d8f74e7833efa23a0f7ddc8f4a2fd497b85988cad2b201f9033264_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f872b70b2027aaa6e426ee17b4f08d729d4e8121e9e98cafdec350153ac6d464_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2e9f6ad9b1c5ac39b9e8813a056155ad2b594a264ddce4d7a5ddd411f4c9e8f8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:462c3f69e1907a9b834188eb2aad3426d3f262315d1fbdb5629eb42b1849be0f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5250cc91fe66d307afa3450a2c052725c340731911b342332bc3dbab76bd5e22_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:aad8e6a28b5544fd9e8db6641fcd2a85474eb04f87cd3823792710fae0e127c8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:610b71151a7df8f4e29091e43bf71ef4a440430bc1f395cdf552844c3a111577_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:81f8d5808ac1503ffb406ebcfa40ad33fe4c13a62ec504c535b94a01312c3dd5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:9a58f0d4761ad3c87d0bb346a3608965df2d3e85a5cd92072dfba1c831570279_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:abaf2a42a5b82e5bbfe58b051dbd24fd71db5dbd2375fe6b64b01e8154ebb183_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:767e3986e21c2f1514a8a12d8b07d8bfaccc5afabdb58ec2cec07918d9805554_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:e52247597556738716370c233f27fe6893bd7505b647204ad29e4bdbfb397c36_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:03201ef76eea07d6632c483c1f05a1b983a8fb17e892722f673d7903d3d589ae_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:c87642be397b0f7532a4d798adca5679a994a52f56ad0825859bec705e923f6a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:2296b574fac529573dac1bda657ea2916d59c5adad72385acf19d8e38146947d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:2b606ac9745c95d3c70d91044357602677c8ab5e6242ee78aa9f11ccb4729e57_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:05f4b34c9abb9bf70a50c0250f6b130274c276a216aa3d2d6a18cdfc61899886_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:44305451a86fa2140f50c3a6e9d430f84aa4015834d51d406fa5847bee846d04_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:2f962daa09a741fef6dae721df2f0c66b911b70ac45e50fba5d3c4e17e9942b8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3a22070544241e1aba74be893b409267d894b867cb245d0ff8bdcffda72f8930_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a3e610fffc61c36b60917fae40dd3869de7876ae41b286f0d5397d31fa119f8b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:acd05d00f32c61bb6fa2a544887dd218002e2135a0de1acf7896571768735aa2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:0c0a5d2256bb2f57a9656d8bc97df07613940255c6add3fbaf2e6322ca840d43_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2cf1694768e2bf9fdde5859407a7366f44dfd567ba956cad64e76cfae189450f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:707d8e731d89185bc601f005fb49bfe73a063702c3058b7de342e6b90e84c9a2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8c6a0ab37cf5fbbce8b9ab785c93d9eb368180c6ca39ce13bb10a7eea3208f3f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1b54fdc04c2314437910c9a093e8ec65dab98d46351796985a21335a6b769e0d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:21f55af564e556247c4ea8263a5878314e025f290a723b716a9402c3ad228084_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:240acd5fc3d093867cd7efd4587ebefe048c6284a801da08faf8e2d9fcb19a47_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:be910f706a78786f57bf9601f04808dd78cd377c7dca4e0fef655be3a03e3350_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:3588dbbbc1b77e32314e2cef4b226e8430c04d269f8fb0a428d1859cbf95748f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:53923226087001bf8b4a6fe17761d2f7f745ab20710e7c1074673c6566a070e8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6f20725914f0924a8c0e605bfe6cbb2040ebcb7953737a120aac78ae540cbe34_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:e54b16f55fc9fff3ffdd04798462db934a9c6f218cf427a29b63235c733c666b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:11a2f9b1e75a4e3af89c08a63a03854b3c8b4e42b3e4d82151502322b896a11f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:44846d7c33ba800c8078e768421b1d9b39ed30ed318b680da06b5c97ffec50e8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:8c5c065ef84a9e997ad7703c11e4676470ee7a2100fe617b51d08c5232a3cb75_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:94d5008f0cbba99ee510257dc9921c6874e3853bffa0a22f91fb8635608c4cd2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:00f6088de94a844f32fe0f9a182e56ab06524c946c47f2c5e7156b51cb5602bb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:1b94bd10f5dd7c2b2ea46d32c905b5d95634aced341be5dd8afacf9b8123093f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:492ed93a8e5a9ae62e754c29240958a6c1909bffba60fdd5fced1097b955bcd0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a301c39c613445ea4df3c3bb70cf653d456a2e2f2cabc8ba7899e14792065170_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:31af242f688dd17a96083aeb35e100f97d99df2e1d95ef975297cafca25b6575_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:55faf10fc5ede65f8bf6b3c3524ee3dc3427660180aa499e208c1a0ec2edc0ec_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:7bebc921122ec103b0a42a0040f98dbfb821a1b735a485ebeb8e5a58ba638216_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:a918a598fb1ccec94141c0578606d66016df51dd6d60437e6abef990d58177aa_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:0733858547fe3b3e5ba4fd312446b846f4da4117a767552662871d61ff6952c5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:61ecfb19f466f5e76b77fba34b03b592cd8465956aea1d7c64e2bc27ae1fd2d4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:97ad34222a7b6f40f4e7f371de5ab7f9bd21519abd49dad6fb9ce5e775cccafc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:df538992ddf8edd62462644c5fdc23265be18523e42ee350226e4ef341896fb3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8f9dd799d03d523103b6ec8910f1824f01e142aff8c689d55a3728250b8be3d7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:9c0208ed841ab00ba866121c2c6d471cfb4356d05501a2a78c563d4d9735344b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c4631236ed116c123793555732f647ff3d3fd8cb89a4f83dfc846b4456e03588_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:eb77fcd0fc42f542e8f761eee4003cd969ef4e80b94f10e2b25e801acccd0911_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3986a780fc3c4722e9f89872becc411c9d30d824ca97990ea58943c95974bc67_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:42ebd671fba15ee296288177629f54b680248438351c85c305a970d74b5356cd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:950695ad184709b631a6220ebd01cdcfff0c841f9c0977db7aab1fb2ec309c76_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:b664dc527a0cc5864e95b25751979fec4d4500ead771860fe6aa4f0f24c7ba8e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:41be253a6c643b9ff74f2728ca9c113129ff2cb7139d0130e661f757d178127f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5000590500a94e98d05367647643d0a878a940a55fdb22fe24031b254d40e81f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:7e3d1fe26cf4c96811fd9992becaf4e4c01055216ead8f58aaf3b4842b216d62_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e399f3ff5ec8b143ea7261572b85c170e39af26dd92aefbe21cc56fb652cfd16_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:725f8d814c5acd2fd5e5f38106a89ef41fec83ca077647cf4c9c5f909e338660_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:81e38a7a721ccd6b424b8162de021155c8afc3d4e036b26baece7a52e1ee44e0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:9b07702f9d90053a3e349df86cfa61ae30522447b3ed6e44ea14ca34e9d54f6a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e12cb0851fc2f5e35c9258ad9360efa8f107b0a79e1cd17e0b5e302690125ea7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1dd92470819fdcb1772f425687cacbb71f1ace0453cae1dd4b5ad01b747fe54c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1e76fe522f07e3acac6cc06c67b783af055d5d0f068ed64e96ab1eb38f7913d8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:65c62baa1eede5768a6d01c4a6cf9e5b4c8c9dabe933d167228711ee6f50bf22_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:eafcf7c7eec61806567473c474d88c2ee5fea2866360ff451214a20978fcbdd0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:98845440ef473d8a65a926f6fc7e9bc95e2d975c6431bc2c64c04d166226cce1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:e28276a853d5b9b4937c8d38717139597be50e7458801607c841a569703a97a2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:9adb740bf133ce7652c8196b32f4c5c5a3ef65515c4b861d8cf2c9c6f0d1c4bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:98845440ef473d8a65a926f6fc7e9bc95e2d975c6431bc2c64c04d166226cce1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:be08fb249d0548451580e3795c97c98c9275bd2e0d8d6ac5385490876578f4b8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:a8fced5ebdfe32003054afcac8ec22e606806a53dd12d9ef6b594c9b4add893b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:5288894add34aafeec729069a4a4917aa7d4156917f9a5e2dcd82aa4bcea2a91_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0e3b5a014910aa57779fb95853037590569f1edc9bb48bba2d9461b3a2b0fa73_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5c3e36c0e3589a527d795af3e4b2c7b543b6f5a4bf0e89f9262992a2284feb44_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6b2f4181bd5d51fa4058ad220841ff9db18b9dfb9aa16de912d89f26320c32e2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f81dae6cfa04aa748063691e788c0e90633868549d2a53b8fb0ce14e37900928_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:010c10fe8bd3e00d8ad7c690fd4026fef3737f41161cc5838a186c7e9b13c53c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:48e8779ae80d139e0d0cd6ff9d5586c66ba42f6c85d32cea200759056904ddd7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:693661ef8254befcc66a4b7836deb522b2ae96b68b10079f232e2d1c3a428ec7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:80921c9a957d7e76d85e0f30c83e8f007067ef8a435e6aeccb5918f399914784_ppc64le | — |
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat OpenShift Container Platform release 4.16.57 is now available with updates to packages and images that fix several bugs and add enhancements.\n\n This release includes a security update for Red Hat OpenShift Container Platform 4.16.\n\nRed Hat Product Security has rated this update as having a security impact of 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.16.57. See the following advisory for the RPM packages for this release:\n\nhttps://access.redhat.com/errata/RHSA-2026:2658\n\nSpace precludes documenting all of the container images in this advisory. See the following Release Notes documentation, which will be updated shortly for this release, for details about these changes:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.16/html/release_notes/\n\nSecurity Fix(es):\n\n* github.com/sirupsen/logrus: github.com/sirupsen/logrus: Denial-of-Service due to large single-line payload (CVE-2025-65637)\n* lodash: prototype pollution in _.unset and _.omit functions (CVE-2025-13465)\n* python-eventlet: Eventlet HTTP request smuggling (CVE-2025-58068)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAll OpenShift Container Platform 4.16 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.16/html-single/updating_clusters/index#updating-cluster-cli.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:2661",
"url": "https://access.redhat.com/errata/RHSA-2026:2661"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-13465",
"url": "https://access.redhat.com/security/cve/CVE-2025-13465"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-58068",
"url": "https://access.redhat.com/security/cve/CVE-2025-58068"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-65637",
"url": "https://access.redhat.com/security/cve/CVE-2025-65637"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_2661.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 4.16.57 bug fix and security update",
"tracking": {
"current_release_date": "2026-05-28T10:44:32+00:00",
"generator": {
"date": "2026-05-28T10:44:32+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2026:2661",
"initial_release_date": "2026-02-18T09:27:53+00:00",
"revision_history": [
{
"date": "2026-02-18T09:27:53+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-02-18T09:28:47+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-28T10:44:32+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift Container Platform 4.16",
"product": {
"name": "Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:4.16::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Container Platform"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:5a20619d387dfa67a22d51e5eb6c4bff523b7fad8ca181cb4c09df25fa3d3540_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:5a20619d387dfa67a22d51e5eb6c4bff523b7fad8ca181cb4c09df25fa3d3540_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:5a20619d387dfa67a22d51e5eb6c4bff523b7fad8ca181cb4c09df25fa3d3540_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9@sha256%3A5a20619d387dfa67a22d51e5eb6c4bff523b7fad8ca181cb4c09df25fa3d3540?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770659551"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:71f36e93f7195b10639a5c7db58e2f396f1272c6dbaba651e78a4c9ce955c427_amd64",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:71f36e93f7195b10639a5c7db58e2f396f1272c6dbaba651e78a4c9ce955c427_amd64",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:71f36e93f7195b10639a5c7db58e2f396f1272c6dbaba651e78a4c9ce955c427_amd64",
"product_identification_helper": {
"purl": "pkg:oci/aws-kms-encryption-provider-rhel9@sha256%3A71f36e93f7195b10639a5c7db58e2f396f1272c6dbaba651e78a4c9ce955c427?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770669406"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:7766c535404fb104ddca41eb50e2be914c14bdcb6305ff3f6ab1508594c1fc90_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:7766c535404fb104ddca41eb50e2be914c14bdcb6305ff3f6ab1508594c1fc90_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:7766c535404fb104ddca41eb50e2be914c14bdcb6305ff3f6ab1508594c1fc90_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-rhel9@sha256%3A7766c535404fb104ddca41eb50e2be914c14bdcb6305ff3f6ab1508594c1fc90?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770664452"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:5976ec6aa81c47bae00c6d399adbfa5d38894d89e926afb414bebb94e5b8b8d1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:5976ec6aa81c47bae00c6d399adbfa5d38894d89e926afb414bebb94e5b8b8d1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:5976ec6aa81c47bae00c6d399adbfa5d38894d89e926afb414bebb94e5b8b8d1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-operator-rhel9@sha256%3A5976ec6aa81c47bae00c6d399adbfa5d38894d89e926afb414bebb94e5b8b8d1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770661657"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:7dfa6966d81447102d92f49b7256c7b47955f1d2b60e5b9dc133f71a1b2c8033_amd64",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:7dfa6966d81447102d92f49b7256c7b47955f1d2b60e5b9dc133f71a1b2c8033_amd64",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:7dfa6966d81447102d92f49b7256c7b47955f1d2b60e5b9dc133f71a1b2c8033_amd64",
"product_identification_helper": {
"purl": "pkg:oci/azure-kms-encryption-provider-rhel9@sha256%3A7dfa6966d81447102d92f49b7256c7b47955f1d2b60e5b9dc133f71a1b2c8033?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770667155"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:55973d56e1df439ece9c90bf4a6ac870c4be37fa5c718c90da6deb275c34c062_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:55973d56e1df439ece9c90bf4a6ac870c4be37fa5c718c90da6deb275c34c062_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:55973d56e1df439ece9c90bf4a6ac870c4be37fa5c718c90da6deb275c34c062_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers-rhel9@sha256%3A55973d56e1df439ece9c90bf4a6ac870c4be37fa5c718c90da6deb275c34c062?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770667145"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:ba8f4ffe3f54ffebb1aeb3ac55b9c2091b3be0e2eafb9f4fa877c6b2a8abc787_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:ba8f4ffe3f54ffebb1aeb3ac55b9c2091b3be0e2eafb9f4fa877c6b2a8abc787_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:ba8f4ffe3f54ffebb1aeb3ac55b9c2091b3be0e2eafb9f4fa877c6b2a8abc787_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel9@sha256%3Aba8f4ffe3f54ffebb1aeb3ac55b9c2091b3be0e2eafb9f4fa877c6b2a8abc787?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770669501"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e214faf773c10d348cd1fe3014a1541cc37f8484b53e35136f67e0bd3bcde588_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e214faf773c10d348cd1fe3014a1541cc37f8484b53e35136f67e0bd3bcde588_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e214faf773c10d348cd1fe3014a1541cc37f8484b53e35136f67e0bd3bcde588_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel9-operator@sha256%3Ae214faf773c10d348cd1fe3014a1541cc37f8484b53e35136f67e0bd3bcde588?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770827760"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:74ef91d30366fd9d581253c29197ebc1c237f72db26b728f7c27f26a1f446d0f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:74ef91d30366fd9d581253c29197ebc1c237f72db26b728f7c27f26a1f446d0f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:74ef91d30366fd9d581253c29197ebc1c237f72db26b728f7c27f26a1f446d0f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-rhel9-operator@sha256%3A74ef91d30366fd9d581253c29197ebc1c237f72db26b728f7c27f26a1f446d0f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770666471"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:1c0d5e001e41c928306cb746e0ea360cadb179221b726c5d11709f381132fc67_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:1c0d5e001e41c928306cb746e0ea360cadb179221b726c5d11709f381132fc67_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:1c0d5e001e41c928306cb746e0ea360cadb179221b726c5d11709f381132fc67_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-rhel9-operator@sha256%3A1c0d5e001e41c928306cb746e0ea360cadb179221b726c5d11709f381132fc67?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770668979"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4f7552d3e6293c981fa9da6db88f330bece8f668376abf43f71b906553a5c99e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4f7552d3e6293c981fa9da6db88f330bece8f668376abf43f71b906553a5c99e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4f7552d3e6293c981fa9da6db88f330bece8f668376abf43f71b906553a5c99e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256%3A4f7552d3e6293c981fa9da6db88f330bece8f668376abf43f71b906553a5c99e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770669824"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:2814cd076f00b58ec1abc468adbe95d2281b50cddbce2d112dbf8befa70dd470_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:2814cd076f00b58ec1abc468adbe95d2281b50cddbce2d112dbf8befa70dd470_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:2814cd076f00b58ec1abc468adbe95d2281b50cddbce2d112dbf8befa70dd470_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel9@sha256%3A2814cd076f00b58ec1abc468adbe95d2281b50cddbce2d112dbf8befa70dd470?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770666254"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:ad14d54f4912883a0140d3ac97c6b2219e3ffb87015050bb147ca0c73cc3cc61_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:ad14d54f4912883a0140d3ac97c6b2219e3ffb87015050bb147ca0c73cc3cc61_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:ad14d54f4912883a0140d3ac97c6b2219e3ffb87015050bb147ca0c73cc3cc61_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-rhel9-operator@sha256%3Aad14d54f4912883a0140d3ac97c6b2219e3ffb87015050bb147ca0c73cc3cc61?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770666317"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0f14bc30863ee292aa6978966151fe4e77f43b502952a32565035ed9d48b1beb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0f14bc30863ee292aa6978966151fe4e77f43b502952a32565035ed9d48b1beb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0f14bc30863ee292aa6978966151fe4e77f43b502952a32565035ed9d48b1beb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-rhel9-operator@sha256%3A0f14bc30863ee292aa6978966151fe4e77f43b502952a32565035ed9d48b1beb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770667875"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:3b594e4afd1f6540d0c0da8f875bdb8de328ba3f2dce17c8226712929079360b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:3b594e4afd1f6540d0c0da8f875bdb8de328ba3f2dce17c8226712929079360b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:3b594e4afd1f6540d0c0da8f875bdb8de328ba3f2dce17c8226712929079360b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader-rhel9@sha256%3A3b594e4afd1f6540d0c0da8f875bdb8de328ba3f2dce17c8226712929079360b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770668538"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:8ebf277d8c153fa0be2825ebade894a87f61ba26c198225e4fd714302be26ef2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:8ebf277d8c153fa0be2825ebade894a87f61ba26c198225e4fd714302be26ef2_amd64",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:8ebf277d8c153fa0be2825ebade894a87f61ba26c198225e4fd714302be26ef2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/container-networking-plugins-microshift-rhel9@sha256%3A8ebf277d8c153fa0be2825ebade894a87f61ba26c198225e4fd714302be26ef2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770665997"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fdc7347043706d1c88f0d0327e29fd47dca2ba6b41bfaadfe4acb18c175c3a03_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fdc7347043706d1c88f0d0327e29fd47dca2ba6b41bfaadfe4acb18c175c3a03_amd64",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fdc7347043706d1c88f0d0327e29fd47dca2ba6b41bfaadfe4acb18c175c3a03_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns-rhel9@sha256%3Afdc7347043706d1c88f0d0327e29fd47dca2ba6b41bfaadfe4acb18c175c3a03?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770666096"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:cb2ff11c7a67c79a0164613e9ae68e58c14c6ef7a5af4dc4b6fbc897921db161_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:cb2ff11c7a67c79a0164613e9ae68e58c14c6ef7a5af4dc4b6fbc897921db161_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:cb2ff11c7a67c79a0164613e9ae68e58c14c6ef7a5af4dc4b6fbc897921db161_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel9@sha256%3Acb2ff11c7a67c79a0164613e9ae68e58c14c6ef7a5af4dc4b6fbc897921db161?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770666042"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:fabefdede81f8045f228b94b2cdc64ffaa4840c7da5937fcc7ff40d82bd2a729_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:fabefdede81f8045f228b94b2cdc64ffaa4840c7da5937fcc7ff40d82bd2a729_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:fabefdede81f8045f228b94b2cdc64ffaa4840c7da5937fcc7ff40d82bd2a729_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel9@sha256%3Afabefdede81f8045f228b94b2cdc64ffaa4840c7da5937fcc7ff40d82bd2a729?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770666120"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:f8fa8bb4a92b3ad3028f21cec3c5394f565c9e02f06b0619696cebf56cf598e3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:f8fa8bb4a92b3ad3028f21cec3c5394f565c9e02f06b0619696cebf56cf598e3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:f8fa8bb4a92b3ad3028f21cec3c5394f565c9e02f06b0619696cebf56cf598e3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel9-operator@sha256%3Af8fa8bb4a92b3ad3028f21cec3c5394f565c9e02f06b0619696cebf56cf598e3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770666660"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:02d69fddf5e810141a02f739de9b3b56a1301d4ecbdad3b8df3b7b0c8c67db87_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:02d69fddf5e810141a02f739de9b3b56a1301d4ecbdad3b8df3b7b0c8c67db87_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:02d69fddf5e810141a02f739de9b3b56a1301d4ecbdad3b8df3b7b0c8c67db87_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-nfs-rhel9@sha256%3A02d69fddf5e810141a02f739de9b3b56a1301d4ecbdad3b8df3b7b0c8c67db87?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770666682"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e6755753af40adcaef42af4fa79da923446d57d2da328a5689a8aac7d7a6a803_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e6755753af40adcaef42af4fa79da923446d57d2da328a5689a8aac7d7a6a803_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e6755753af40adcaef42af4fa79da923446d57d2da328a5689a8aac7d7a6a803_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel9@sha256%3Ae6755753af40adcaef42af4fa79da923446d57d2da328a5689a8aac7d7a6a803?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770669694"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:f43b9aaee22c9fd77e98ba94f89d886bd323c658bfe3e7df74af80052e4e9474_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:f43b9aaee22c9fd77e98ba94f89d886bd323c658bfe3e7df74af80052e4e9474_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:f43b9aaee22c9fd77e98ba94f89d886bd323c658bfe3e7df74af80052e4e9474_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel9@sha256%3Af43b9aaee22c9fd77e98ba94f89d886bd323c658bfe3e7df74af80052e4e9474?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770669006"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ff65e0a6ded81326ad41c930abd5f396a6b3c2920169d349be3f4240aa212889_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ff65e0a6ded81326ad41c930abd5f396a6b3c2920169d349be3f4240aa212889_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ff65e0a6ded81326ad41c930abd5f396a6b3c2920169d349be3f4240aa212889_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel9@sha256%3Aff65e0a6ded81326ad41c930abd5f396a6b3c2920169d349be3f4240aa212889?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770669491"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:7eae88dd81a4cc334cc312551621a1e469c30ebf73def686b18aa7f43027302f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:7eae88dd81a4cc334cc312551621a1e469c30ebf73def686b18aa7f43027302f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:7eae88dd81a4cc334cc312551621a1e469c30ebf73def686b18aa7f43027302f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-validation-webhook-rhel9@sha256%3A7eae88dd81a4cc334cc312551621a1e469c30ebf73def686b18aa7f43027302f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770668481"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:ef70455cbaeae026e8b15538a2a1d159bbb35e47427ea97e13f5e5a7cdf27dcc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:ef70455cbaeae026e8b15538a2a1d159bbb35e47427ea97e13f5e5a7cdf27dcc_amd64",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:ef70455cbaeae026e8b15538a2a1d159bbb35e47427ea97e13f5e5a7cdf27dcc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256%3Aef70455cbaeae026e8b15538a2a1d159bbb35e47427ea97e13f5e5a7cdf27dcc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770667195"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6b96865aa6187e5d1d46bb64717dfcd42a1cc17f33bbb96be9021d8b61f6465f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6b96865aa6187e5d1d46bb64717dfcd42a1cc17f33bbb96be9021d8b61f6465f_amd64",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6b96865aa6187e5d1d46bb64717dfcd42a1cc17f33bbb96be9021d8b61f6465f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel9@sha256%3A6b96865aa6187e5d1d46bb64717dfcd42a1cc17f33bbb96be9021d8b61f6465f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770668775"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:af0eca465c454003d66ef7d95cd0da38ed837a7da7d9978d318f2b29b2bcc472_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:af0eca465c454003d66ef7d95cd0da38ed837a7da7d9978d318f2b29b2bcc472_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:af0eca465c454003d66ef7d95cd0da38ed837a7da7d9978d318f2b29b2bcc472_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy-rhel9@sha256%3Aaf0eca465c454003d66ef7d95cd0da38ed837a7da7d9978d318f2b29b2bcc472?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770659511"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:0c0a5d2256bb2f57a9656d8bc97df07613940255c6add3fbaf2e6322ca840d43_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:0c0a5d2256bb2f57a9656d8bc97df07613940255c6add3fbaf2e6322ca840d43_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:0c0a5d2256bb2f57a9656d8bc97df07613940255c6add3fbaf2e6322ca840d43_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager-rhel9@sha256%3A0c0a5d2256bb2f57a9656d8bc97df07613940255c6add3fbaf2e6322ca840d43?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770667155"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6f20725914f0924a8c0e605bfe6cbb2040ebcb7953737a120aac78ae540cbe34_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6f20725914f0924a8c0e605bfe6cbb2040ebcb7953737a120aac78ae540cbe34_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6f20725914f0924a8c0e605bfe6cbb2040ebcb7953737a120aac78ae540cbe34_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-node-exporter-rhel9@sha256%3A6f20725914f0924a8c0e605bfe6cbb2040ebcb7953737a120aac78ae540cbe34?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770666709"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:7bebc921122ec103b0a42a0040f98dbfb821a1b735a485ebeb8e5a58ba638216_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:7bebc921122ec103b0a42a0040f98dbfb821a1b735a485ebeb8e5a58ba638216_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:7bebc921122ec103b0a42a0040f98dbfb821a1b735a485ebeb8e5a58ba638216_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9@sha256%3A7bebc921122ec103b0a42a0040f98dbfb821a1b735a485ebeb8e5a58ba638216?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770668687"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:5b10eeb7bcb9d3d5cc562cbe6ba759b47a302eccc48c658f6a11e2def6f627ac_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:5b10eeb7bcb9d3d5cc562cbe6ba759b47a302eccc48c658f6a11e2def6f627ac_amd64",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:5b10eeb7bcb9d3d5cc562cbe6ba759b47a302eccc48c658f6a11e2def6f627ac_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel9@sha256%3A5b10eeb7bcb9d3d5cc562cbe6ba759b47a302eccc48c658f6a11e2def6f627ac?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770669831"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:20e35628df4b8844ea3668b147e125b32534d7b944753ae1f99b6ea46e159392_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:20e35628df4b8844ea3668b147e125b32534d7b944753ae1f99b6ea46e159392_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:20e35628df4b8844ea3668b147e125b32534d7b944753ae1f99b6ea46e159392_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-rhel9@sha256%3A20e35628df4b8844ea3668b147e125b32534d7b944753ae1f99b6ea46e159392?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770654676"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:a629a70723438621732aaafbe799b0f92c2d3a07e9028e22ee2ff3bceb911bac_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:a629a70723438621732aaafbe799b0f92c2d3a07e9028e22ee2ff3bceb911bac_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:a629a70723438621732aaafbe799b0f92c2d3a07e9028e22ee2ff3bceb911bac_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-agent-rhel9@sha256%3Aa629a70723438621732aaafbe799b0f92c2d3a07e9028e22ee2ff3bceb911bac?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770654140"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:afd2a6edd07ebb4b6b77544ae5ee18e3371f514daf4c669a00d154b5e33b701a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:afd2a6edd07ebb4b6b77544ae5ee18e3371f514daf4c669a00d154b5e33b701a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:afd2a6edd07ebb4b6b77544ae5ee18e3371f514daf4c669a00d154b5e33b701a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-machine-os-downloader-rhel9@sha256%3Aafd2a6edd07ebb4b6b77544ae5ee18e3371f514daf4c669a00d154b5e33b701a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770654875"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:554b7d9d81f9fb5dbccbabdaadfda9e45d186eba6488df224f83ab512a4c4653_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:554b7d9d81f9fb5dbccbabdaadfda9e45d186eba6488df224f83ab512a4c4653_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:554b7d9d81f9fb5dbccbabdaadfda9e45d186eba6488df224f83ab512a4c4653_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-static-ip-manager-rhel9@sha256%3A554b7d9d81f9fb5dbccbabdaadfda9e45d186eba6488df224f83ab512a4c4653?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770654209"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:333d60c92a9efcb4febe144c3e331c553197d325ba0afd64bebfcc2803cc0e07_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:333d60c92a9efcb4febe144c3e331c553197d325ba0afd64bebfcc2803cc0e07_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:333d60c92a9efcb4febe144c3e331c553197d325ba0afd64bebfcc2803cc0e07_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy-rhel9@sha256%3A333d60c92a9efcb4febe144c3e331c553197d325ba0afd64bebfcc2803cc0e07?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770669165"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ef722b792c00415c1efaecc99ea873df11d2ef8cd35c5b86af0afcb28c08f821_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ef722b792c00415c1efaecc99ea873df11d2ef8cd35c5b86af0afcb28c08f821_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ef722b792c00415c1efaecc99ea873df11d2ef8cd35c5b86af0afcb28c08f821_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy-rhel9@sha256%3Aef722b792c00415c1efaecc99ea873df11d2ef8cd35c5b86af0afcb28c08f821?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770667246"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:b19219d62e0e70404ac9b7643caa49a792b9450e8bdd815b02a6539e41526a77_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:b19219d62e0e70404ac9b7643caa49a792b9450e8bdd815b02a6539e41526a77_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:b19219d62e0e70404ac9b7643caa49a792b9450e8bdd815b02a6539e41526a77_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics-rhel9@sha256%3Ab19219d62e0e70404ac9b7643caa49a792b9450e8bdd815b02a6539e41526a77?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770669463"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:426b08682f0c5d8833046d5ca88f2b3af44ee38218dcc57fa41a884a9fa938a6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:426b08682f0c5d8833046d5ca88f2b3af44ee38218dcc57fa41a884a9fa938a6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:426b08682f0c5d8833046d5ca88f2b3af44ee38218dcc57fa41a884a9fa938a6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace-rhel9@sha256%3A426b08682f0c5d8833046d5ca88f2b3af44ee38218dcc57fa41a884a9fa938a6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770668861"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b81f64192da01c1b69af1f01bb109684b9a235b0879150ec37bc6bf43a53b351_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b81f64192da01c1b69af1f01bb109684b9a235b0879150ec37bc6bf43a53b351_amd64",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b81f64192da01c1b69af1f01bb109684b9a235b0879150ec37bc6bf43a53b351_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel9@sha256%3Ab81f64192da01c1b69af1f01bb109684b9a235b0879150ec37bc6bf43a53b351?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770830884"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:ebcd87df2ac74dcac93ceed85bed5587957036381a49d7969e9a530f7744942b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:ebcd87df2ac74dcac93ceed85bed5587957036381a49d7969e9a530f7744942b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:ebcd87df2ac74dcac93ceed85bed5587957036381a49d7969e9a530f7744942b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-rhel9@sha256%3Aebcd87df2ac74dcac93ceed85bed5587957036381a49d7969e9a530f7744942b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770668166"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:34dadb46049ecbb75501d512642e7d2a58961c783f749aa0169d1a108155db97_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:34dadb46049ecbb75501d512642e7d2a58961c783f749aa0169d1a108155db97_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:34dadb46049ecbb75501d512642e7d2a58961c783f749aa0169d1a108155db97_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-microshift-rhel9@sha256%3A34dadb46049ecbb75501d512642e7d2a58961c783f749aa0169d1a108155db97?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770666357"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dd146a5240dc6b3328240e27e4257151e187aa50df62150160d1050e065f0041_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dd146a5240dc6b3328240e27e4257151e187aa50df62150160d1050e065f0041_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dd146a5240dc6b3328240e27e4257151e187aa50df62150160d1050e065f0041_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel9@sha256%3Add146a5240dc6b3328240e27e4257151e187aa50df62150160d1050e065f0041?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770666648"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8b1ef7b7353353de1302942f9948833e3bd0b568396513d242f4920e5be58f27_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8b1ef7b7353353de1302942f9948833e3bd0b568396513d242f4920e5be58f27_amd64",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8b1ef7b7353353de1302942f9948833e3bd0b568396513d242f4920e5be58f27_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-networking-console-plugin-rhel9@sha256%3A8b1ef7b7353353de1302942f9948833e3bd0b568396513d242f4920e5be58f27?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770830892"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:5017bd5e359111c80afc7cf55fba210bcd7f15ca82d3a6282d2f63560ffe8d3d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:5017bd5e359111c80afc7cf55fba210bcd7f15ca82d3a6282d2f63560ffe8d3d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:5017bd5e359111c80afc7cf55fba210bcd7f15ca82d3a6282d2f63560ffe8d3d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel9@sha256%3A5017bd5e359111c80afc7cf55fba210bcd7f15ca82d3a6282d2f63560ffe8d3d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770667654"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:b47c8a889f18a9d9601612c058e1c890308f1603584b626d16ee7bf50af00d4d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:b47c8a889f18a9d9601612c058e1c890308f1603584b626d16ee7bf50af00d4d_amd64",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:b47c8a889f18a9d9601612c058e1c890308f1603584b626d16ee7bf50af00d4d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oc-mirror-plugin-rhel9@sha256%3Ab47c8a889f18a9d9601612c058e1c890308f1603584b626d16ee7bf50af00d4d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770666167"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:04d44a7c55214235a6ca121f45eb8a2265b6a47803d0000a3f7819dd279bb634_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:04d44a7c55214235a6ca121f45eb8a2265b6a47803d0000a3f7819dd279bb634_amd64",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:04d44a7c55214235a6ca121f45eb8a2265b6a47803d0000a3f7819dd279bb634_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder-rhel9@sha256%3A04d44a7c55214235a6ca121f45eb8a2265b6a47803d0000a3f7819dd279bb634?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770659586"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a0554e2bc18e8e16e5fc1efbb5fd653a3858f177d0fa84091ed1e48856c44672_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a0554e2bc18e8e16e5fc1efbb5fd653a3858f177d0fa84091ed1e48856c44672_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a0554e2bc18e8e16e5fc1efbb5fd653a3858f177d0fa84091ed1e48856c44672_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-rhel9@sha256%3Aa0554e2bc18e8e16e5fc1efbb5fd653a3858f177d0fa84091ed1e48856c44672?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770667166"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:10439ed7506bb140f1977a564caacc309002a67a41c61539c2ee150873f23b69_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:10439ed7506bb140f1977a564caacc309002a67a41c61539c2ee150873f23b69_amd64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:10439ed7506bb140f1977a564caacc309002a67a41c61539c2ee150873f23b69_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9@sha256%3A10439ed7506bb140f1977a564caacc309002a67a41c61539c2ee150873f23b69?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770831186"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9cc79bb2a2c6602b4a72dc3abd536b1e47ea245de4f7ff2b3ae08a4bacac6bb4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9cc79bb2a2c6602b4a72dc3abd536b1e47ea245de4f7ff2b3ae08a4bacac6bb4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9cc79bb2a2c6602b4a72dc3abd536b1e47ea245de4f7ff2b3ae08a4bacac6bb4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9-operator@sha256%3A9cc79bb2a2c6602b4a72dc3abd536b1e47ea245de4f7ff2b3ae08a4bacac6bb4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770667161"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:03bdb8f74c117562bff696fdff572c2cbc7d73901c63a092d63ac5be23e0f4d2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:03bdb8f74c117562bff696fdff572c2cbc7d73901c63a092d63ac5be23e0f4d2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:03bdb8f74c117562bff696fdff572c2cbc7d73901c63a092d63ac5be23e0f4d2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer-rhel9@sha256%3A03bdb8f74c117562bff696fdff572c2cbc7d73901c63a092d63ac5be23e0f4d2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770682146"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:cb2349e1fe8d9e74fb14a61be4716f0dfb8ee89d3debc762b39cb840c9ab12eb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:cb2349e1fe8d9e74fb14a61be4716f0dfb8ee89d3debc762b39cb840c9ab12eb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:cb2349e1fe8d9e74fb14a61be4716f0dfb8ee89d3debc762b39cb840c9ab12eb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router-rhel9@sha256%3Acb2349e1fe8d9e74fb14a61be4716f0dfb8ee89d3debc762b39cb840c9ab12eb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770682386"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:66e195d334243b880b11b18c5b867f05ce7717ae97fcc707ab05555ebb03662e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:66e195d334243b880b11b18c5b867f05ce7717ae97fcc707ab05555ebb03662e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:66e195d334243b880b11b18c5b867f05ce7717ae97fcc707ab05555ebb03662e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube-rhel9@sha256%3A66e195d334243b880b11b18c5b867f05ce7717ae97fcc707ab05555ebb03662e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770699844"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:8e64d6ec539d991b5a228d8f4b9079fb959dd11c3b8a77ee5bc3576398340dc2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:8e64d6ec539d991b5a228d8f4b9079fb959dd11c3b8a77ee5bc3576398340dc2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:8e64d6ec539d991b5a228d8f4b9079fb959dd11c3b8a77ee5bc3576398340dc2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-keepalived-ipfailover-rhel9@sha256%3A8e64d6ec539d991b5a228d8f4b9079fb959dd11c3b8a77ee5bc3576398340dc2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770666277"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:81f8d5808ac1503ffb406ebcfa40ad33fe4c13a62ec504c535b94a01312c3dd5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:81f8d5808ac1503ffb406ebcfa40ad33fe4c13a62ec504c535b94a01312c3dd5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:81f8d5808ac1503ffb406ebcfa40ad33fe4c13a62ec504c535b94a01312c3dd5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod-rhel9@sha256%3A81f8d5808ac1503ffb406ebcfa40ad33fe4c13a62ec504c535b94a01312c3dd5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770699917"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:84de5559116e4f57c27844e4c9d28ece511779570e62dbf436ef9d452c44fa93_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:84de5559116e4f57c27844e4c9d28ece511779570e62dbf436ef9d452c44fa93_amd64",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:84de5559116e4f57c27844e4c9d28ece511779570e62dbf436ef9d452c44fa93_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry-rhel9@sha256%3A84de5559116e4f57c27844e4c9d28ece511779570e62dbf436ef9d452c44fa93?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770668276"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e399f3ff5ec8b143ea7261572b85c170e39af26dd92aefbe21cc56fb652cfd16_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e399f3ff5ec8b143ea7261572b85c170e39af26dd92aefbe21cc56fb652cfd16_amd64",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e399f3ff5ec8b143ea7261572b85c170e39af26dd92aefbe21cc56fb652cfd16_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests-rhel9@sha256%3Ae399f3ff5ec8b143ea7261572b85c170e39af26dd92aefbe21cc56fb652cfd16?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770683427"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:abe083c619d9906f8ad612d300dfd9b7a6c9fc93897e4c437f2ad5481eb4320a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:abe083c619d9906f8ad612d300dfd9b7a6c9fc93897e4c437f2ad5481eb4320a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:abe083c619d9906f8ad612d300dfd9b7a6c9fc93897e4c437f2ad5481eb4320a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel9@sha256%3Aabe083c619d9906f8ad612d300dfd9b7a6c9fc93897e4c437f2ad5481eb4320a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770665988"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:5907d836ebf2133c63591afc2135a9224582e0c75373642d4bca8094ee4d48bc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:5907d836ebf2133c63591afc2135a9224582e0c75373642d4bca8094ee4d48bc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:5907d836ebf2133c63591afc2135a9224582e0c75373642d4bca8094ee4d48bc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cluster-api-controllers-rhel9@sha256%3A5907d836ebf2133c63591afc2135a9224582e0c75373642d4bca8094ee4d48bc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770668198"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:943f3d2183309803791c84adce621e29f3a61f6119dc0af1529cd688063c35f9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:943f3d2183309803791c84adce621e29f3a61f6119dc0af1529cd688063c35f9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:943f3d2183309803791c84adce621e29f3a61f6119dc0af1529cd688063c35f9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager-rhel9@sha256%3A943f3d2183309803791c84adce621e29f3a61f6119dc0af1529cd688063c35f9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770667317"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1922232d6d920c408323f02e725c79132e46a9d73beb16244d0320201bd2a097_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1922232d6d920c408323f02e725c79132e46a9d73beb16244d0320201bd2a097_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1922232d6d920c408323f02e725c79132e46a9d73beb16244d0320201bd2a097_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry-rhel9@sha256%3A1922232d6d920c408323f02e725c79132e46a9d73beb16244d0320201bd2a097?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770667479"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2f57a1926d479f00d26f8973d6edac58f5030df3010c33e231d8d350f5afe3f6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2f57a1926d479f00d26f8973d6edac58f5030df3010c33e231d8d350f5afe3f6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2f57a1926d479f00d26f8973d6edac58f5030df3010c33e231d8d350f5afe3f6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel9@sha256%3A2f57a1926d479f00d26f8973d6edac58f5030df3010c33e231d8d350f5afe3f6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770669874"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:efce8f153aa7fa0e0b4fe0f88a29b6b0d3e91b94a7f22f2986797d10c3292c84_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:efce8f153aa7fa0e0b4fe0f88a29b6b0d3e91b94a7f22f2986797d10c3292c84_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:efce8f153aa7fa0e0b4fe0f88a29b6b0d3e91b94a7f22f2986797d10c3292c84_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel9@sha256%3Aefce8f153aa7fa0e0b4fe0f88a29b6b0d3e91b94a7f22f2986797d10c3292c84?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770666620"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:d733261ef4993cbe69ece9ed43b50275890db613b7aa258bd0fb9f0f15978cf9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:d733261ef4993cbe69ece9ed43b50275890db613b7aa258bd0fb9f0f15978cf9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:d733261ef4993cbe69ece9ed43b50275890db613b7aa258bd0fb9f0f15978cf9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256%3Ad733261ef4993cbe69ece9ed43b50275890db613b7aa258bd0fb9f0f15978cf9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770667568"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4e4d42f9f65e036769551889fc5e813e5931ed853d3ba24acdcaccde692b12cb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4e4d42f9f65e036769551889fc5e813e5931ed853d3ba24acdcaccde692b12cb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4e4d42f9f65e036769551889fc5e813e5931ed853d3ba24acdcaccde692b12cb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel9@sha256%3A4e4d42f9f65e036769551889fc5e813e5931ed853d3ba24acdcaccde692b12cb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770667083"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d996ae5e72eb8bd4584b5b51b1bb56c4f1573caa0791c5e66a5c89d850ef3dc1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d996ae5e72eb8bd4584b5b51b1bb56c4f1573caa0791c5e66a5c89d850ef3dc1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d996ae5e72eb8bd4584b5b51b1bb56c4f1573caa0791c5e66a5c89d850ef3dc1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-utils-rhel9@sha256%3Ad996ae5e72eb8bd4584b5b51b1bb56c4f1573caa0791c5e66a5c89d850ef3dc1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770667579"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:939ce68dc53e8612f38f1c9ee2a25034e4d7953f98b136dd24966d30bb7d4e82_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:939ce68dc53e8612f38f1c9ee2a25034e4d7953f98b136dd24966d30bb7d4e82_amd64",
"product_id": "registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:939ce68dc53e8612f38f1c9ee2a25034e4d7953f98b136dd24966d30bb7d4e82_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-alibaba-cloud-controller-manager-rhel9@sha256%3A939ce68dc53e8612f38f1c9ee2a25034e4d7953f98b136dd24966d30bb7d4e82?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770662070"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:db48cb10424ecaf7a52681e7e17bfbe187ee238ddb3be21ba599b3aabc856e0a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:db48cb10424ecaf7a52681e7e17bfbe187ee238ddb3be21ba599b3aabc856e0a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:db48cb10424ecaf7a52681e7e17bfbe187ee238ddb3be21ba599b3aabc856e0a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-alibaba-machine-controllers-rhel9@sha256%3Adb48cb10424ecaf7a52681e7e17bfbe187ee238ddb3be21ba599b3aabc856e0a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770661468"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:3bb343771d20dd2ec6a05b595dd0065474799b189c33985589f07217b1fd321a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:3bb343771d20dd2ec6a05b595dd0065474799b189c33985589f07217b1fd321a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:3bb343771d20dd2ec6a05b595dd0065474799b189c33985589f07217b1fd321a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel9@sha256%3A3bb343771d20dd2ec6a05b595dd0065474799b189c33985589f07217b1fd321a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770666363"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:59214d21308fdcf9535342dd4662ecd4f8ebea431270f577f5d6fd266371b6ed_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:59214d21308fdcf9535342dd4662ecd4f8ebea431270f577f5d6fd266371b6ed_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:59214d21308fdcf9535342dd4662ecd4f8ebea431270f577f5d6fd266371b6ed_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cloud-controller-manager-rhel9@sha256%3A59214d21308fdcf9535342dd4662ecd4f8ebea431270f577f5d6fd266371b6ed?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770661849"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:bfc8feac89b1aa29252fda1d473014e4723b562d59dc88f3ef7872a94a6d098b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:bfc8feac89b1aa29252fda1d473014e4723b562d59dc88f3ef7872a94a6d098b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:bfc8feac89b1aa29252fda1d473014e4723b562d59dc88f3ef7872a94a6d098b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cluster-api-controllers-rhel9@sha256%3Abfc8feac89b1aa29252fda1d473014e4723b562d59dc88f3ef7872a94a6d098b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770661386"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:d63a70864e886482cbcda411c93c811bb3b1d904b9a586ab42fc67cda8ddd9c7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:d63a70864e886482cbcda411c93c811bb3b1d904b9a586ab42fc67cda8ddd9c7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:d63a70864e886482cbcda411c93c811bb3b1d904b9a586ab42fc67cda8ddd9c7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel9@sha256%3Ad63a70864e886482cbcda411c93c811bb3b1d904b9a586ab42fc67cda8ddd9c7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770661909"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:cc9a82f57cca4904a7a4d58073b1ba7624090301e0e740d961d35a860898d8e4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:cc9a82f57cca4904a7a4d58073b1ba7624090301e0e740d961d35a860898d8e4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:cc9a82f57cca4904a7a4d58073b1ba7624090301e0e740d961d35a860898d8e4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel9-operator@sha256%3Acc9a82f57cca4904a7a4d58073b1ba7624090301e0e740d961d35a860898d8e4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770661851"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:396f40db5ba672cd4ecad68fa6f837405c9bfae9fa38f1276e672918f9de7b4d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:396f40db5ba672cd4ecad68fa6f837405c9bfae9fa38f1276e672918f9de7b4d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:396f40db5ba672cd4ecad68fa6f837405c9bfae9fa38f1276e672918f9de7b4d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-pod-identity-webhook-rhel9@sha256%3A396f40db5ba672cd4ecad68fa6f837405c9bfae9fa38f1276e672918f9de7b4d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770661149"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:545a23225833cb931e6962febaf183bf7fb7d3532c5ffa4556c9c198f3b73954_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:545a23225833cb931e6962febaf183bf7fb7d3532c5ffa4556c9c198f3b73954_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:545a23225833cb931e6962febaf183bf7fb7d3532c5ffa4556c9c198f3b73954_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-controller-manager-rhel9@sha256%3A545a23225833cb931e6962febaf183bf7fb7d3532c5ffa4556c9c198f3b73954?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770661713"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:c887cc0ed1561b2253c907df741d98c1bf4836ba3faccc2d8c5a8734e0857fc1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:c887cc0ed1561b2253c907df741d98c1bf4836ba3faccc2d8c5a8734e0857fc1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:c887cc0ed1561b2253c907df741d98c1bf4836ba3faccc2d8c5a8734e0857fc1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-node-manager-rhel9@sha256%3Ac887cc0ed1561b2253c907df741d98c1bf4836ba3faccc2d8c5a8734e0857fc1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770661726"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d344bcbdaab988fcc26ae36cceb1eaf2b5f60943fac7bc1c318786c5b33fd45e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d344bcbdaab988fcc26ae36cceb1eaf2b5f60943fac7bc1c318786c5b33fd45e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d344bcbdaab988fcc26ae36cceb1eaf2b5f60943fac7bc1c318786c5b33fd45e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cluster-api-controllers-rhel9@sha256%3Ad344bcbdaab988fcc26ae36cceb1eaf2b5f60943fac7bc1c318786c5b33fd45e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770661396"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:5fbffddc788c5499be501c8650150299d515527b230e62dd15920b33f9eb93a3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:5fbffddc788c5499be501c8650150299d515527b230e62dd15920b33f9eb93a3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:5fbffddc788c5499be501c8650150299d515527b230e62dd15920b33f9eb93a3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel9@sha256%3A5fbffddc788c5499be501c8650150299d515527b230e62dd15920b33f9eb93a3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770661607"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:b0559b45426a1525296d6c9790d1fdd40314e1ffd48c6f0c7afccb4db675813c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:b0559b45426a1525296d6c9790d1fdd40314e1ffd48c6f0c7afccb4db675813c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:b0559b45426a1525296d6c9790d1fdd40314e1ffd48c6f0c7afccb4db675813c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel9-operator@sha256%3Ab0559b45426a1525296d6c9790d1fdd40314e1ffd48c6f0c7afccb4db675813c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770661829"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:feb92f825bb3ab62bb5ac81ed63718f5e3fb274fd0b6575487285e55bcd549de_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:feb92f825bb3ab62bb5ac81ed63718f5e3fb274fd0b6575487285e55bcd549de_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:feb92f825bb3ab62bb5ac81ed63718f5e3fb274fd0b6575487285e55bcd549de_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-workload-identity-webhook-rhel9@sha256%3Afeb92f825bb3ab62bb5ac81ed63718f5e3fb274fd0b6575487285e55bcd549de?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770661077"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c1b8250462e0d3bedfd64c4611ce9e9aa77f6475e48d948a2f844fd293cb649b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c1b8250462e0d3bedfd64c4611ce9e9aa77f6475e48d948a2f844fd293cb649b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c1b8250462e0d3bedfd64c4611ce9e9aa77f6475e48d948a2f844fd293cb649b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel9@sha256%3Ac1b8250462e0d3bedfd64c4611ce9e9aa77f6475e48d948a2f844fd293cb649b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770733323"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9c0ed5fd8235d31c3a959cf3f00717a841c2e5ea2e9e222454ded28932ac2f2b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9c0ed5fd8235d31c3a959cf3f00717a841c2e5ea2e9e222454ded28932ac2f2b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9c0ed5fd8235d31c3a959cf3f00717a841c2e5ea2e9e222454ded28932ac2f2b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel9-operator@sha256%3A9c0ed5fd8235d31c3a959cf3f00717a841c2e5ea2e9e222454ded28932ac2f2b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770669738"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:811a41790eb1654cdd1a133ae525e8fc329fe330cf06293d12653be5c3904ddc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:811a41790eb1654cdd1a133ae525e8fc329fe330cf06293d12653be5c3904ddc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:811a41790eb1654cdd1a133ae525e8fc329fe330cf06293d12653be5c3904ddc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts-rhel9@sha256%3A811a41790eb1654cdd1a133ae525e8fc329fe330cf06293d12653be5c3904ddc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770686770"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7b50b78bfb9b21f2c6cd42be9990b95f1b3b810d9f3cf62d7ff5541a4ff7d5f4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7b50b78bfb9b21f2c6cd42be9990b95f1b3b810d9f3cf62d7ff5541a4ff7d5f4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7b50b78bfb9b21f2c6cd42be9990b95f1b3b810d9f3cf62d7ff5541a4ff7d5f4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-rhel9-operator@sha256%3A7b50b78bfb9b21f2c6cd42be9990b95f1b3b810d9f3cf62d7ff5541a4ff7d5f4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770666219"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:5e9203d284843bf5a5a3e7178104fbaa3b4a620bc6f889b36c6c077aa93f56e4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:5e9203d284843bf5a5a3e7178104fbaa3b4a620bc6f889b36c6c077aa93f56e4_amd64",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:5e9203d284843bf5a5a3e7178104fbaa3b4a620bc6f889b36c6c077aa93f56e4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel9@sha256%3A5e9203d284843bf5a5a3e7178104fbaa3b4a620bc6f889b36c6c077aa93f56e4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770666457"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:08cf0dc27f2e823756ba009358a028860354793bcb3abc9ef7c14d71ec011fed_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:08cf0dc27f2e823756ba009358a028860354793bcb3abc9ef7c14d71ec011fed_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:08cf0dc27f2e823756ba009358a028860354793bcb3abc9ef7c14d71ec011fed_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel9@sha256%3A08cf0dc27f2e823756ba009358a028860354793bcb3abc9ef7c14d71ec011fed?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770669891"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8ee226df0ab0bf40ee1eb32bbf64b2feeafff15a165b92be994a331949f29516_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8ee226df0ab0bf40ee1eb32bbf64b2feeafff15a165b92be994a331949f29516_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8ee226df0ab0bf40ee1eb32bbf64b2feeafff15a165b92be994a331949f29516_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-rhel9-operator@sha256%3A8ee226df0ab0bf40ee1eb32bbf64b2feeafff15a165b92be994a331949f29516?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770666776"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5c88ce9b17d4baf03f9ab7e89dfbd9c82a8e4bccd23e5dce74e11d6b2a0ecf6d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5c88ce9b17d4baf03f9ab7e89dfbd9c82a8e4bccd23e5dce74e11d6b2a0ecf6d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5c88ce9b17d4baf03f9ab7e89dfbd9c82a8e4bccd23e5dce74e11d6b2a0ecf6d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9-operator@sha256%3A5c88ce9b17d4baf03f9ab7e89dfbd9c82a8e4bccd23e5dce74e11d6b2a0ecf6d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770669434"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:26795eb48eb93cff9df39e25571a32b8d8c4fac44555227f932805760dde79d3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:26795eb48eb93cff9df39e25571a32b8d8c4fac44555227f932805760dde79d3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:26795eb48eb93cff9df39e25571a32b8d8c4fac44555227f932805760dde79d3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel9@sha256%3A26795eb48eb93cff9df39e25571a32b8d8c4fac44555227f932805760dde79d3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770667802"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:47e60f0ec21835c324472d63a89089c62480ef17e2225b537c7023404f63c796_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:47e60f0ec21835c324472d63a89089c62480ef17e2225b537c7023404f63c796_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:47e60f0ec21835c324472d63a89089c62480ef17e2225b537c7023404f63c796_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap-rhel9@sha256%3A47e60f0ec21835c324472d63a89089c62480ef17e2225b537c7023404f63c796?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770666052"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:ac40d2c4950576d453b18666a9acb3c19d4175d94a28d6e0e9bc19a4c302aece_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:ac40d2c4950576d453b18666a9acb3c19d4175d94a28d6e0e9bc19a4c302aece_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:ac40d2c4950576d453b18666a9acb3c19d4175d94a28d6e0e9bc19a4c302aece_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel9-operator@sha256%3Aac40d2c4950576d453b18666a9acb3c19d4175d94a28d6e0e9bc19a4c302aece?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770682629"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:1ea77d4c8308769c7e2b5d667c8af3ee2e543fc0cd0c49447460c37ff0c56318_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:1ea77d4c8308769c7e2b5d667c8af3ee2e543fc0cd0c49447460c37ff0c56318_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:1ea77d4c8308769c7e2b5d667c8af3ee2e543fc0cd0c49447460c37ff0c56318_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3A1ea77d4c8308769c7e2b5d667c8af3ee2e543fc0cd0c49447460c37ff0c56318?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770669702"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:dea959447acd57eda954f5fea4bb3d623d6bf19f11e7bd8ea04651f5cc52d95f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:dea959447acd57eda954f5fea4bb3d623d6bf19f11e7bd8ea04651f5cc52d95f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:dea959447acd57eda954f5fea4bb3d623d6bf19f11e7bd8ea04651f5cc52d95f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-api-rhel9@sha256%3Adea959447acd57eda954f5fea4bb3d623d6bf19f11e7bd8ea04651f5cc52d95f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770669866"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:97e522d7f8d7c3f88f50bb511f1696657f9dfb41282c702fbb5325a993267fd9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:97e522d7f8d7c3f88f50bb511f1696657f9dfb41282c702fbb5325a993267fd9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:97e522d7f8d7c3f88f50bb511f1696657f9dfb41282c702fbb5325a993267fd9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-rhel9-operator@sha256%3A97e522d7f8d7c3f88f50bb511f1696657f9dfb41282c702fbb5325a993267fd9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770667049"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:8933a240bb1a42d823f4bf6feaf1baf6a6f083909fd9e5a62c8b61ca770cee50_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:8933a240bb1a42d823f4bf6feaf1baf6a6f083909fd9e5a62c8b61ca770cee50_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:8933a240bb1a42d823f4bf6feaf1baf6a6f083909fd9e5a62c8b61ca770cee50_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3A8933a240bb1a42d823f4bf6feaf1baf6a6f083909fd9e5a62c8b61ca770cee50?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770668876"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:1fdb8df2f66c1558fcf03d227a63e58f63b990f1ff47ad81e3e3482c4e89779e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:1fdb8df2f66c1558fcf03d227a63e58f63b990f1ff47ad81e3e3482c4e89779e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:1fdb8df2f66c1558fcf03d227a63e58f63b990f1ff47ad81e3e3482c4e89779e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3A1fdb8df2f66c1558fcf03d227a63e58f63b990f1ff47ad81e3e3482c4e89779e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770666889"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:be58ac468d10396163e8e30c2e927d365ec7f21f710b99813b9f8f74b260c21a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:be58ac468d10396163e8e30c2e927d365ec7f21f710b99813b9f8f74b260c21a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:be58ac468d10396163e8e30c2e927d365ec7f21f710b99813b9f8f74b260c21a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-rhel9-operator@sha256%3Abe58ac468d10396163e8e30c2e927d365ec7f21f710b99813b9f8f74b260c21a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770667619"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:19eb2ef0c58d253602d9dfc10f356481bc443b6ba6a1729eeb253549a5b06235_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:19eb2ef0c58d253602d9dfc10f356481bc443b6ba6a1729eeb253549a5b06235_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:19eb2ef0c58d253602d9dfc10f356481bc443b6ba6a1729eeb253549a5b06235_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-rhel9-operator@sha256%3A19eb2ef0c58d253602d9dfc10f356481bc443b6ba6a1729eeb253549a5b06235?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770666213"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:1e48b7ea9656f56b0ff7a95ae25a7fb6303b796f70c8a80925c98a1a38d09c9e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:1e48b7ea9656f56b0ff7a95ae25a7fb6303b796f70c8a80925c98a1a38d09c9e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:1e48b7ea9656f56b0ff7a95ae25a7fb6303b796f70c8a80925c98a1a38d09c9e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-rhel9-operator@sha256%3A1e48b7ea9656f56b0ff7a95ae25a7fb6303b796f70c8a80925c98a1a38d09c9e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770666799"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e46881e84e706330e4ebcf93cc1ec2ba9e1454b96ecee79fb81852d7b5826853_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e46881e84e706330e4ebcf93cc1ec2ba9e1454b96ecee79fb81852d7b5826853_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e46881e84e706330e4ebcf93cc1ec2ba9e1454b96ecee79fb81852d7b5826853_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-rhel9-operator@sha256%3Ae46881e84e706330e4ebcf93cc1ec2ba9e1454b96ecee79fb81852d7b5826853?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770666494"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:b5df8abccc723af3f3ff86b4d1fbe7f643b89bcdf87c93abf3b926e8b622efc3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:b5df8abccc723af3f3ff86b4d1fbe7f643b89bcdf87c93abf3b926e8b622efc3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:b5df8abccc723af3f3ff86b4d1fbe7f643b89bcdf87c93abf3b926e8b622efc3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3Ab5df8abccc723af3f3ff86b4d1fbe7f643b89bcdf87c93abf3b926e8b622efc3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770669474"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fcb458c8179222d8c01853b9654ca9708cf5f34146b6488486f2d44f12a1db1f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fcb458c8179222d8c01853b9654ca9708cf5f34146b6488486f2d44f12a1db1f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fcb458c8179222d8c01853b9654ca9708cf5f34146b6488486f2d44f12a1db1f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3Afcb458c8179222d8c01853b9654ca9708cf5f34146b6488486f2d44f12a1db1f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770667658"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4cca1c61fb2e435230b15535e8423825378ad0f523e7eeed5300b139ade380da_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4cca1c61fb2e435230b15535e8423825378ad0f523e7eeed5300b139ade380da_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4cca1c61fb2e435230b15535e8423825378ad0f523e7eeed5300b139ade380da_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-rhel9-operator@sha256%3A4cca1c61fb2e435230b15535e8423825378ad0f523e7eeed5300b139ade380da?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770669486"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:8d49a0a22cdef610f8338e3e4e3c009d493e6990d6fd68362063a9138164cd1d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:8d49a0a22cdef610f8338e3e4e3c009d493e6990d6fd68362063a9138164cd1d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:8d49a0a22cdef610f8338e3e4e3c009d493e6990d6fd68362063a9138164cd1d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3A8d49a0a22cdef610f8338e3e4e3c009d493e6990d6fd68362063a9138164cd1d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770667323"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6f08d4c8d88aab768b5c727b824584cb5443f67e69fd543ea95bcc8cf90cff2e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6f08d4c8d88aab768b5c727b824584cb5443f67e69fd543ea95bcc8cf90cff2e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6f08d4c8d88aab768b5c727b824584cb5443f67e69fd543ea95bcc8cf90cff2e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver-rhel9@sha256%3A6f08d4c8d88aab768b5c727b824584cb5443f67e69fd543ea95bcc8cf90cff2e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770669197"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:4d29bc385e8920f178688a741187cc67ed670ea997201952d0b9a77b56c762bd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:4d29bc385e8920f178688a741187cc67ed670ea997201952d0b9a77b56c762bd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:4d29bc385e8920f178688a741187cc67ed670ea997201952d0b9a77b56c762bd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-olm-rhel9-operator@sha256%3A4d29bc385e8920f178688a741187cc67ed670ea997201952d0b9a77b56c762bd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770668722"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:8b2d6dfc8fc31a67250dca39ac60bdaf86cbbd61353cfe7731d4fb1ebf5463c0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:8b2d6dfc8fc31a67250dca39ac60bdaf86cbbd61353cfe7731d4fb1ebf5463c0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:8b2d6dfc8fc31a67250dca39ac60bdaf86cbbd61353cfe7731d4fb1ebf5463c0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3A8b2d6dfc8fc31a67250dca39ac60bdaf86cbbd61353cfe7731d4fb1ebf5463c0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770668804"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:df5cccd485b9a00dd75fd58cc2690f4713062e43fcba9aad630fa400f314c588_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:df5cccd485b9a00dd75fd58cc2690f4713062e43fcba9aad630fa400f314c588_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:df5cccd485b9a00dd75fd58cc2690f4713062e43fcba9aad630fa400f314c588_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3Adf5cccd485b9a00dd75fd58cc2690f4713062e43fcba9aad630fa400f314c588?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770669165"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0e3b5a014910aa57779fb95853037590569f1edc9bb48bba2d9461b3a2b0fa73_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0e3b5a014910aa57779fb95853037590569f1edc9bb48bba2d9461b3a2b0fa73_amd64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0e3b5a014910aa57779fb95853037590569f1edc9bb48bba2d9461b3a2b0fa73_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9-operator@sha256%3A0e3b5a014910aa57779fb95853037590569f1edc9bb48bba2d9461b3a2b0fa73?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770667941"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:2a0f25a54392c0e18a35840e1d29f31d5dbaa7325819fbf58656e738496797bd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:2a0f25a54392c0e18a35840e1d29f31d5dbaa7325819fbf58656e738496797bd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:2a0f25a54392c0e18a35840e1d29f31d5dbaa7325819fbf58656e738496797bd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-rhel9-operator@sha256%3A2a0f25a54392c0e18a35840e1d29f31d5dbaa7325819fbf58656e738496797bd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770659491"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:33d14b8d5f2c6b2e06b4bb0afb00a0725195ac80899f786640a0c3df9d238e30_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:33d14b8d5f2c6b2e06b4bb0afb00a0725195ac80899f786640a0c3df9d238e30_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:33d14b8d5f2c6b2e06b4bb0afb00a0725195ac80899f786640a0c3df9d238e30_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-update-keys-rhel9@sha256%3A33d14b8d5f2c6b2e06b4bb0afb00a0725195ac80899f786640a0c3df9d238e30?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770667697"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a8430b0829211ecb9925cb3061a328e054c006433bbe067d8746f92c348ff141_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a8430b0829211ecb9925cb3061a328e054c006433bbe067d8746f92c348ff141_amd64",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a8430b0829211ecb9925cb3061a328e054c006433bbe067d8746f92c348ff141_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel9@sha256%3Aa8430b0829211ecb9925cb3061a328e054c006433bbe067d8746f92c348ff141?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770668876"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:a2cd6bd5ba28e30282de522e76ec1fee891eeee677350638802535f329f41d56_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:a2cd6bd5ba28e30282de522e76ec1fee891eeee677350638802535f329f41d56_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:a2cd6bd5ba28e30282de522e76ec1fee891eeee677350638802535f329f41d56_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-rhel9@sha256%3Aa2cd6bd5ba28e30282de522e76ec1fee891eeee677350638802535f329f41d56?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770669343"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:d167970d8be3d911c29a54fe93b3c5ba2ace1a5bd823fb0dd3b5f0691d67f5e0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:d167970d8be3d911c29a54fe93b3c5ba2ace1a5bd823fb0dd3b5f0691d67f5e0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:d167970d8be3d911c29a54fe93b3c5ba2ace1a5bd823fb0dd3b5f0691d67f5e0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-rhel9-operator@sha256%3Ad167970d8be3d911c29a54fe93b3c5ba2ace1a5bd823fb0dd3b5f0691d67f5e0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770666131"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:3a4686f99c0461088ac8d8d83b53ff967b57840aca2fa87a3d04823823c4d5fa_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:3a4686f99c0461088ac8d8d83b53ff967b57840aca2fa87a3d04823823c4d5fa_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:3a4686f99c0461088ac8d8d83b53ff967b57840aca2fa87a3d04823823c4d5fa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-webhook-rhel9@sha256%3A3a4686f99c0461088ac8d8d83b53ff967b57840aca2fa87a3d04823823c4d5fa?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770667784"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:76da7e014155a69453feb8dc8eedda88578a3d3dd6e25da074013da1d32590f8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:76da7e014155a69453feb8dc8eedda88578a3d3dd6e25da074013da1d32590f8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:76da7e014155a69453feb8dc8eedda88578a3d3dd6e25da074013da1d32590f8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel9@sha256%3A76da7e014155a69453feb8dc8eedda88578a3d3dd6e25da074013da1d32590f8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770668335"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:48e3d29aeac5bc5c6d1cd9345436af66b233c63e898bbe5817016bb4f5ec17d3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:48e3d29aeac5bc5c6d1cd9345436af66b233c63e898bbe5817016bb4f5ec17d3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:48e3d29aeac5bc5c6d1cd9345436af66b233c63e898bbe5817016bb4f5ec17d3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel9@sha256%3A48e3d29aeac5bc5c6d1cd9345436af66b233c63e898bbe5817016bb4f5ec17d3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770668539"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:707698f30f4c8088b2620c5600f79bfcacfbd5b82c957de62e13ff432dcf35a3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:707698f30f4c8088b2620c5600f79bfcacfbd5b82c957de62e13ff432dcf35a3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:707698f30f4c8088b2620c5600f79bfcacfbd5b82c957de62e13ff432dcf35a3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel9@sha256%3A707698f30f4c8088b2620c5600f79bfcacfbd5b82c957de62e13ff432dcf35a3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770666620"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:eefbc25642cd5387702ba23a6bbc3a33e1d507caf9b5d873657c08be096828bf_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:eefbc25642cd5387702ba23a6bbc3a33e1d507caf9b5d873657c08be096828bf_amd64",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:eefbc25642cd5387702ba23a6bbc3a33e1d507caf9b5d873657c08be096828bf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd-rhel9@sha256%3Aeefbc25642cd5387702ba23a6bbc3a33e1d507caf9b5d873657c08be096828bf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770667951"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f8efd3a98425d3b6ee6cb9df9d20cf8390168998d5f3d8ae4b8030b9353e2b43_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f8efd3a98425d3b6ee6cb9df9d20cf8390168998d5f3d8ae4b8030b9353e2b43_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f8efd3a98425d3b6ee6cb9df9d20cf8390168998d5f3d8ae4b8030b9353e2b43_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cloud-controller-manager-rhel9@sha256%3Af8efd3a98425d3b6ee6cb9df9d20cf8390168998d5f3d8ae4b8030b9353e2b43?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770665458"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:dd07d396e484826008d9accb4013073f654bbdbc9373c3ec94c79e2fcd903c10_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:dd07d396e484826008d9accb4013073f654bbdbc9373c3ec94c79e2fcd903c10_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:dd07d396e484826008d9accb4013073f654bbdbc9373c3ec94c79e2fcd903c10_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cluster-api-controllers-rhel9@sha256%3Add07d396e484826008d9accb4013073f654bbdbc9373c3ec94c79e2fcd903c10?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770664505"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:19ef2c2e8606c2bcc69c922cda581826281770cdb7e70aa9dfff11404ed30a3a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:19ef2c2e8606c2bcc69c922cda581826281770cdb7e70aa9dfff11404ed30a3a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:19ef2c2e8606c2bcc69c922cda581826281770cdb7e70aa9dfff11404ed30a3a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-rhel9@sha256%3A19ef2c2e8606c2bcc69c922cda581826281770cdb7e70aa9dfff11404ed30a3a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770664587"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:4f8de05a10bb92e5c982471035860ef72f44d0f4213397dd3a304c0fc21af267_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:4f8de05a10bb92e5c982471035860ef72f44d0f4213397dd3a304c0fc21af267_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:4f8de05a10bb92e5c982471035860ef72f44d0f4213397dd3a304c0fc21af267_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-operator-rhel9@sha256%3A4f8de05a10bb92e5c982471035860ef72f44d0f4213397dd3a304c0fc21af267?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770665650"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:a0d207f70105e6c6c74adeca74cb6b9218e107a869a7e9ceee35022db9218009_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:a0d207f70105e6c6c74adeca74cb6b9218e107a869a7e9ceee35022db9218009_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:a0d207f70105e6c6c74adeca74cb6b9218e107a869a7e9ceee35022db9218009_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-cloud-controller-manager-rhel9@sha256%3Aa0d207f70105e6c6c74adeca74cb6b9218e107a869a7e9ceee35022db9218009?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770666734"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:01304de5720f291e6c7ac725311596634dc2ffe3d2c625fef7de40a22563b5d8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:01304de5720f291e6c7ac725311596634dc2ffe3d2c625fef7de40a22563b5d8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:01304de5720f291e6c7ac725311596634dc2ffe3d2c625fef7de40a22563b5d8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-rhel9@sha256%3A01304de5720f291e6c7ac725311596634dc2ffe3d2c625fef7de40a22563b5d8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770667204"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:7d983f60a53d61f594507cc64436fd505db9c113bea98bd2297404fbd39d208c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:7d983f60a53d61f594507cc64436fd505db9c113bea98bd2297404fbd39d208c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:7d983f60a53d61f594507cc64436fd505db9c113bea98bd2297404fbd39d208c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256%3A7d983f60a53d61f594507cc64436fd505db9c113bea98bd2297404fbd39d208c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770665388"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:88d0afed198a8eac80018f43ecb282f470f998dc21cb1053feec3ef26bebe206_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:88d0afed198a8eac80018f43ecb282f470f998dc21cb1053feec3ef26bebe206_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:88d0afed198a8eac80018f43ecb282f470f998dc21cb1053feec3ef26bebe206_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-cluster-api-controllers-rhel9@sha256%3A88d0afed198a8eac80018f43ecb282f470f998dc21cb1053feec3ef26bebe206?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770668564"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:a6f98204b5eda5ee82ed092ad791c0e75d3d299a0b2b7ddc56c229b2f2cfaab3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:a6f98204b5eda5ee82ed092ad791c0e75d3d299a0b2b7ddc56c229b2f2cfaab3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:a6f98204b5eda5ee82ed092ad791c0e75d3d299a0b2b7ddc56c229b2f2cfaab3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-machine-controllers-rhel9@sha256%3Aa6f98204b5eda5ee82ed092ad791c0e75d3d299a0b2b7ddc56c229b2f2cfaab3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770666578"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:dad2cd32abcba1dc64780ff15eb530a8ef3e45735c47f2069c2fa3a2c6729ac1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:dad2cd32abcba1dc64780ff15eb530a8ef3e45735c47f2069c2fa3a2c6729ac1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:dad2cd32abcba1dc64780ff15eb530a8ef3e45735c47f2069c2fa3a2c6729ac1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-image-customization-controller-rhel9@sha256%3Adad2cd32abcba1dc64780ff15eb530a8ef3e45735c47f2069c2fa3a2c6729ac1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770661400"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:88c33650ed5fa280c4ceee17f63bc94acb3e31bac6ce0ff922537044c62ac170_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:88c33650ed5fa280c4ceee17f63bc94acb3e31bac6ce0ff922537044c62ac170_amd64",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:88c33650ed5fa280c4ceee17f63bc94acb3e31bac6ce0ff922537044c62ac170_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel9-operator@sha256%3A88c33650ed5fa280c4ceee17f63bc94acb3e31bac6ce0ff922537044c62ac170?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770669370"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:2c3d8ec443474d21ab9f59a88ef33184063beec103e3e4ffe7859cb429dc470a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:2c3d8ec443474d21ab9f59a88ef33184063beec103e3e4ffe7859cb429dc470a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:2c3d8ec443474d21ab9f59a88ef33184063beec103e3e4ffe7859cb429dc470a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-rhel9@sha256%3A2c3d8ec443474d21ab9f59a88ef33184063beec103e3e4ffe7859cb429dc470a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770733274"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:904d7a9cc8e44f5c07fa09f25df6ed258e2b0aa87292b9a3ded77ed3a615e24c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:904d7a9cc8e44f5c07fa09f25df6ed258e2b0aa87292b9a3ded77ed3a615e24c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:904d7a9cc8e44f5c07fa09f25df6ed258e2b0aa87292b9a3ded77ed3a615e24c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-altinfra-rhel9@sha256%3A904d7a9cc8e44f5c07fa09f25df6ed258e2b0aa87292b9a3ded77ed3a615e24c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770733278"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e43cc3e015aa865dfde70c7578ccbb79bfaa9d62f030e65bec769762cd087bc8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e43cc3e015aa865dfde70c7578ccbb79bfaa9d62f030e65bec769762cd087bc8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e43cc3e015aa865dfde70c7578ccbb79bfaa9d62f030e65bec769762cd087bc8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts-rhel9@sha256%3Ae43cc3e015aa865dfde70c7578ccbb79bfaa9d62f030e65bec769762cd087bc8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770751861"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:685d78a491e935d0b4e7a8eea29df7863976a60800d1e08c3bd3faaeafad5a25_amd64",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:685d78a491e935d0b4e7a8eea29df7863976a60800d1e08c3bd3faaeafad5a25_amd64",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:685d78a491e935d0b4e7a8eea29df7863976a60800d1e08c3bd3faaeafad5a25_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kube-metrics-server-rhel9@sha256%3A685d78a491e935d0b4e7a8eea29df7863976a60800d1e08c3bd3faaeafad5a25?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770668852"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:8873af11a450438c35d6b39d687e73fd0ee0faca3f0562698b24650b01248690_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:8873af11a450438c35d6b39d687e73fd0ee0faca3f0562698b24650b01248690_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:8873af11a450438c35d6b39d687e73fd0ee0faca3f0562698b24650b01248690_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel9@sha256%3A8873af11a450438c35d6b39d687e73fd0ee0faca3f0562698b24650b01248690?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770666169"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:1aeee3943c69893e59b8d0bdbf4c32b4452cf4f6af73a802b64be9cfa051f38b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:1aeee3943c69893e59b8d0bdbf4c32b4452cf4f6af73a802b64be9cfa051f38b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:1aeee3943c69893e59b8d0bdbf4c32b4452cf4f6af73a802b64be9cfa051f38b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3A1aeee3943c69893e59b8d0bdbf4c32b4452cf4f6af73a802b64be9cfa051f38b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770668140"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:790592a71ce9e5bfce5c82f0efb257d08c463658db59b6bef0af4de7d0ccfbd8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:790592a71ce9e5bfce5c82f0efb257d08c463658db59b6bef0af4de7d0ccfbd8_amd64",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:790592a71ce9e5bfce5c82f0efb257d08c463658db59b6bef0af4de7d0ccfbd8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-csi-driver-rhel9@sha256%3A790592a71ce9e5bfce5c82f0efb257d08c463658db59b6bef0af4de7d0ccfbd8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770669888"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6db33bd660e7c3cabfac5125820539a4ef4264c067b17ce404fffddf17965880_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6db33bd660e7c3cabfac5125820539a4ef4264c067b17ce404fffddf17965880_amd64",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6db33bd660e7c3cabfac5125820539a4ef4264c067b17ce404fffddf17965880_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers-rhel9@sha256%3A6db33bd660e7c3cabfac5125820539a4ef4264c067b17ce404fffddf17965880?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770665950"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:2d27ac19b5e4aa5532d05c71b6da43f4ed51550a36328209f1432378a96cfdaa_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:2d27ac19b5e4aa5532d05c71b6da43f4ed51550a36328209f1432378a96cfdaa_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:2d27ac19b5e4aa5532d05c71b6da43f4ed51550a36328209f1432378a96cfdaa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-rhel9-operator@sha256%3A2d27ac19b5e4aa5532d05c71b6da43f4ed51550a36328209f1432378a96cfdaa?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770669401"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:619bafa4b79a302982b0806c61721e26a0ab7b6863f478726c6b58b42badae7d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:619bafa4b79a302982b0806c61721e26a0ab7b6863f478726c6b58b42badae7d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:619bafa4b79a302982b0806c61721e26a0ab7b6863f478726c6b58b42badae7d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-aws-rhel9@sha256%3A619bafa4b79a302982b0806c61721e26a0ab7b6863f478726c6b58b42badae7d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770661739"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:2eeeba70b8cdc334ceef7ff7e1fa3b1ef19522097e27301e2c7917334ed2b99c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:2eeeba70b8cdc334ceef7ff7e1fa3b1ef19522097e27301e2c7917334ed2b99c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:2eeeba70b8cdc334ceef7ff7e1fa3b1ef19522097e27301e2c7917334ed2b99c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-azure-rhel9@sha256%3A2eeeba70b8cdc334ceef7ff7e1fa3b1ef19522097e27301e2c7917334ed2b99c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770661162"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:6d4fbb7a93c300154e76eec4307a3dfc14555e6a2d0d065db2de3fcdfe9f5fa6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:6d4fbb7a93c300154e76eec4307a3dfc14555e6a2d0d065db2de3fcdfe9f5fa6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:6d4fbb7a93c300154e76eec4307a3dfc14555e6a2d0d065db2de3fcdfe9f5fa6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-gcp-rhel9@sha256%3A6d4fbb7a93c300154e76eec4307a3dfc14555e6a2d0d065db2de3fcdfe9f5fa6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770665581"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:1c2ae2d75a70fd6620fc71ac3f314b3f09746f78903f93d5e1fdca64941946be_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:1c2ae2d75a70fd6620fc71ac3f314b3f09746f78903f93d5e1fdca64941946be_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:1c2ae2d75a70fd6620fc71ac3f314b3f09746f78903f93d5e1fdca64941946be_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-openstack-rhel9@sha256%3A1c2ae2d75a70fd6620fc71ac3f314b3f09746f78903f93d5e1fdca64941946be?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770666020"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ff841517626da718d46f0869384bf5fa3a04b0eab21af3d4dd2f8d5bd3601aa6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ff841517626da718d46f0869384bf5fa3a04b0eab21af3d4dd2f8d5bd3601aa6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ff841517626da718d46f0869384bf5fa3a04b0eab21af3d4dd2f8d5bd3601aa6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-rhel9-operator@sha256%3Aff841517626da718d46f0869384bf5fa3a04b0eab21af3d4dd2f8d5bd3601aa6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770669306"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:96bf65054c994cec4326f1bd5432e45caeef3c48513a7e3cd2248759f9e6efdc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:96bf65054c994cec4326f1bd5432e45caeef3c48513a7e3cd2248759f9e6efdc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:96bf65054c994cec4326f1bd5432e45caeef3c48513a7e3cd2248759f9e6efdc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel9@sha256%3A96bf65054c994cec4326f1bd5432e45caeef3c48513a7e3cd2248759f9e6efdc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770762761"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b4edf57f165ba2a9d56e5e84a3aa61e96e76363eb7d56a816ecb15f8ac06244e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b4edf57f165ba2a9d56e5e84a3aa61e96e76363eb7d56a816ecb15f8ac06244e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b4edf57f165ba2a9d56e5e84a3aa61e96e76363eb7d56a816ecb15f8ac06244e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller-rhel9@sha256%3Ab4edf57f165ba2a9d56e5e84a3aa61e96e76363eb7d56a816ecb15f8ac06244e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770667746"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:7942d7e452866f23d468bc06b2b8b43df126c9bbf2fca5607fcd3e3fc391c76d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:7942d7e452866f23d468bc06b2b8b43df126c9bbf2fca5607fcd3e3fc391c76d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:7942d7e452866f23d468bc06b2b8b43df126c9bbf2fca5607fcd3e3fc391c76d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel9@sha256%3A7942d7e452866f23d468bc06b2b8b43df126c9bbf2fca5607fcd3e3fc391c76d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770669955"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d30086b283e29e234410ad9521746f1cde8df72c61263e49e01b38135efbc380_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d30086b283e29e234410ad9521746f1cde8df72c61263e49e01b38135efbc380_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d30086b283e29e234410ad9521746f1cde8df72c61263e49e01b38135efbc380_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3Ad30086b283e29e234410ad9521746f1cde8df72c61263e49e01b38135efbc380?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770667885"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0ab09129b8b99a86f2dc6314a9b30156b814daf1a287113fa9a7a49796bc8616_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0ab09129b8b99a86f2dc6314a9b30156b814daf1a287113fa9a7a49796bc8616_amd64",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0ab09129b8b99a86f2dc6314a9b30156b814daf1a287113fa9a7a49796bc8616_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather-rhel9@sha256%3A0ab09129b8b99a86f2dc6314a9b30156b814daf1a287113fa9a7a49796bc8616?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770682486"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:04e0e42f16e0c627e306f27839d671f541b9276f15bb077d238a98bfa0f4c66d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:04e0e42f16e0c627e306f27839d671f541b9276f15bb077d238a98bfa0f4c66d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:04e0e42f16e0c627e306f27839d671f541b9276f15bb077d238a98bfa0f4c66d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel9@sha256%3A04e0e42f16e0c627e306f27839d671f541b9276f15bb077d238a98bfa0f4c66d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770667016"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f35219a0965a2dc097d31af84fa649af4dc048ec4fe953b4535d42e37ac5ac28_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f35219a0965a2dc097d31af84fa649af4dc048ec4fe953b4535d42e37ac5ac28_amd64",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f35219a0965a2dc097d31af84fa649af4dc048ec4fe953b4535d42e37ac5ac28_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel9@sha256%3Af35219a0965a2dc097d31af84fa649af4dc048ec4fe953b4535d42e37ac5ac28?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770669537"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:64d10474aa6082fbc20dcb45adf3f78369650b94352eab601e16e3ea0f45dc70_amd64",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:64d10474aa6082fbc20dcb45adf3f78369650b94352eab601e16e3ea0f45dc70_amd64",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:64d10474aa6082fbc20dcb45adf3f78369650b94352eab601e16e3ea0f45dc70_amd64",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel9@sha256%3A64d10474aa6082fbc20dcb45adf3f78369650b94352eab601e16e3ea0f45dc70?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770688170"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:e4e0509c00b2dc8f6feeba505240de8debcb1b7e6e01e138ce406125e344efcb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:e4e0509c00b2dc8f6feeba505240de8debcb1b7e6e01e138ce406125e344efcb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:e4e0509c00b2dc8f6feeba505240de8debcb1b7e6e01e138ce406125e344efcb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-nutanix-cloud-controller-manager-rhel9@sha256%3Ae4e0509c00b2dc8f6feeba505240de8debcb1b7e6e01e138ce406125e344efcb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770661686"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:d0acba106822523c6cdfcc2fc36d8b78f0859e887958ad8a5634c5cf4757b45c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:d0acba106822523c6cdfcc2fc36d8b78f0859e887958ad8a5634c5cf4757b45c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:d0acba106822523c6cdfcc2fc36d8b78f0859e887958ad8a5634c5cf4757b45c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-nutanix-machine-controllers-rhel9@sha256%3Ad0acba106822523c6cdfcc2fc36d8b78f0859e887958ad8a5634c5cf4757b45c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770661464"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:d97bfb4843b397a25cbca966319a8f2e809da9809720eba96d7c64cbfc403bd8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:d97bfb4843b397a25cbca966319a8f2e809da9809720eba96d7c64cbfc403bd8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:d97bfb4843b397a25cbca966319a8f2e809da9809720eba96d7c64cbfc403bd8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel9@sha256%3Ad97bfb4843b397a25cbca966319a8f2e809da9809720eba96d7c64cbfc403bd8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770669540"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d4f9611470c2e215f919f6b08149425755ebae0a89bea7c3a3b95ffa4b7c59db_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d4f9611470c2e215f919f6b08149425755ebae0a89bea7c3a3b95ffa4b7c59db_amd64",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d4f9611470c2e215f919f6b08149425755ebae0a89bea7c3a3b95ffa4b7c59db_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-catalogd-rhel9@sha256%3Ad4f9611470c2e215f919f6b08149425755ebae0a89bea7c3a3b95ffa4b7c59db?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770668830"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:25811e863ae8cce3659fa109172b0fe4fb11260cd612410b2880f69edf3f2459_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:25811e863ae8cce3659fa109172b0fe4fb11260cd612410b2880f69edf3f2459_amd64",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:25811e863ae8cce3659fa109172b0fe4fb11260cd612410b2880f69edf3f2459_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-operator-controller-rhel9@sha256%3A25811e863ae8cce3659fa109172b0fe4fb11260cd612410b2880f69edf3f2459?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770669582"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:85859d9cf6668ca35cf196718aa7df1588411e4ddb287f832d4e7c6992aa5af3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:85859d9cf6668ca35cf196718aa7df1588411e4ddb287f832d4e7c6992aa5af3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:85859d9cf6668ca35cf196718aa7df1588411e4ddb287f832d4e7c6992aa5af3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-rukpak-rhel9@sha256%3A85859d9cf6668ca35cf196718aa7df1588411e4ddb287f832d4e7c6992aa5af3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770667292"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:88bc1b9cedee4bebf90d217f61b8166ab0457dd245103610369821a64687322f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:88bc1b9cedee4bebf90d217f61b8166ab0457dd245103610369821a64687322f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:88bc1b9cedee4bebf90d217f61b8166ab0457dd245103610369821a64687322f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel9@sha256%3A88bc1b9cedee4bebf90d217f61b8166ab0457dd245103610369821a64687322f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770666449"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3daa312b5c2bcfd679559c162f3ef9dc497dd1c1772cb18d003de78918a3e359_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3daa312b5c2bcfd679559c162f3ef9dc497dd1c1772cb18d003de78918a3e359_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3daa312b5c2bcfd679559c162f3ef9dc497dd1c1772cb18d003de78918a3e359_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel9@sha256%3A3daa312b5c2bcfd679559c162f3ef9dc497dd1c1772cb18d003de78918a3e359?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770666052"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:7534da640a66d5b46018bac0decb415afe5a25a438c763afc73b4a7e8d25ee64_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:7534da640a66d5b46018bac0decb415afe5a25a438c763afc73b4a7e8d25ee64_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:7534da640a66d5b46018bac0decb415afe5a25a438c763afc73b4a7e8d25ee64_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9@sha256%3A7534da640a66d5b46018bac0decb415afe5a25a438c763afc73b4a7e8d25ee64?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770666068"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9eb6b6ad34e973b0c20aec9028b893d92baca2639b28b9f5d457aac43392bfdb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9eb6b6ad34e973b0c20aec9028b893d92baca2639b28b9f5d457aac43392bfdb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9eb6b6ad34e973b0c20aec9028b893d92baca2639b28b9f5d457aac43392bfdb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3A9eb6b6ad34e973b0c20aec9028b893d92baca2639b28b9f5d457aac43392bfdb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770667351"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cfd9974465dac521af7557689c6091d373d8462cd899ef4ee06716b2e2c945ec_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cfd9974465dac521af7557689c6091d373d8462cd899ef4ee06716b2e2c945ec_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cfd9974465dac521af7557689c6091d373d8462cd899ef4ee06716b2e2c945ec_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel9@sha256%3Acfd9974465dac521af7557689c6091d373d8462cd899ef4ee06716b2e2c945ec?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770668665"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:162b737fd1a333a5eb9bf62eb46cea08d9285247685ae705977751f203e767a3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:162b737fd1a333a5eb9bf62eb46cea08d9285247685ae705977751f203e767a3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:162b737fd1a333a5eb9bf62eb46cea08d9285247685ae705977751f203e767a3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-framework-tools-rhel9@sha256%3A162b737fd1a333a5eb9bf62eb46cea08d9285247685ae705977751f203e767a3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770669951"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:48e8779ae80d139e0d0cd6ff9d5586c66ba42f6c85d32cea200759056904ddd7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:48e8779ae80d139e0d0cd6ff9d5586c66ba42f6c85d32cea200759056904ddd7_amd64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:48e8779ae80d139e0d0cd6ff9d5586c66ba42f6c85d32cea200759056904ddd7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9@sha256%3A48e8779ae80d139e0d0cd6ff9d5586c66ba42f6c85d32cea200759056904ddd7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770669444"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5250cc91fe66d307afa3450a2c052725c340731911b342332bc3dbab76bd5e22_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5250cc91fe66d307afa3450a2c052725c340731911b342332bc3dbab76bd5e22_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5250cc91fe66d307afa3450a2c052725c340731911b342332bc3dbab76bd5e22_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256%3A5250cc91fe66d307afa3450a2c052725c340731911b342332bc3dbab76bd5e22?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770682194"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:03201ef76eea07d6632c483c1f05a1b983a8fb17e892722f673d7903d3d589ae_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:03201ef76eea07d6632c483c1f05a1b983a8fb17e892722f673d7903d3d589ae_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:03201ef76eea07d6632c483c1f05a1b983a8fb17e892722f673d7903d3d589ae_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-rhel9@sha256%3A03201ef76eea07d6632c483c1f05a1b983a8fb17e892722f673d7903d3d589ae?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770666675"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:767e3986e21c2f1514a8a12d8b07d8bfaccc5afabdb58ec2cec07918d9805554_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:767e3986e21c2f1514a8a12d8b07d8bfaccc5afabdb58ec2cec07918d9805554_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:767e3986e21c2f1514a8a12d8b07d8bfaccc5afabdb58ec2cec07918d9805554_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-rhel9-operator@sha256%3A767e3986e21c2f1514a8a12d8b07d8bfaccc5afabdb58ec2cec07918d9805554?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770665568"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:2b606ac9745c95d3c70d91044357602677c8ab5e6242ee78aa9f11ccb4729e57_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:2b606ac9745c95d3c70d91044357602677c8ab5e6242ee78aa9f11ccb4729e57_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:2b606ac9745c95d3c70d91044357602677c8ab5e6242ee78aa9f11ccb4729e57_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-cloud-controller-manager-rhel9@sha256%3A2b606ac9745c95d3c70d91044357602677c8ab5e6242ee78aa9f11ccb4729e57?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770663950"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:44305451a86fa2140f50c3a6e9d430f84aa4015834d51d406fa5847bee846d04_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:44305451a86fa2140f50c3a6e9d430f84aa4015834d51d406fa5847bee846d04_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:44305451a86fa2140f50c3a6e9d430f84aa4015834d51d406fa5847bee846d04_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-machine-controllers-rhel9@sha256%3A44305451a86fa2140f50c3a6e9d430f84aa4015834d51d406fa5847bee846d04?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770666554"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:65777a3f824fbba1a23da143ef64a1824aa48883b94947682f787232d55055c1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:65777a3f824fbba1a23da143ef64a1824aa48883b94947682f787232d55055c1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:65777a3f824fbba1a23da143ef64a1824aa48883b94947682f787232d55055c1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-k8s-prometheus-adapter-rhel9@sha256%3A65777a3f824fbba1a23da143ef64a1824aa48883b94947682f787232d55055c1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770667773"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:fbdd3810520e77b36b749f73d70d416799bae48b35430eb025a6b4e5d4b42b77_amd64",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:fbdd3810520e77b36b749f73d70d416799bae48b35430eb025a6b4e5d4b42b77_amd64",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:fbdd3810520e77b36b749f73d70d416799bae48b35430eb025a6b4e5d4b42b77_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel9@sha256%3Afbdd3810520e77b36b749f73d70d416799bae48b35430eb025a6b4e5d4b42b77?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770667765"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:0733858547fe3b3e5ba4fd312446b846f4da4117a767552662871d61ff6952c5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:0733858547fe3b3e5ba4fd312446b846f4da4117a767552662871d61ff6952c5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:0733858547fe3b3e5ba4fd312446b846f4da4117a767552662871d61ff6952c5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-sdn-rhel9@sha256%3A0733858547fe3b3e5ba4fd312446b846f4da4117a767552662871d61ff6952c5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770668815"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:eb77fcd0fc42f542e8f761eee4003cd969ef4e80b94f10e2b25e801acccd0911_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:eb77fcd0fc42f542e8f761eee4003cd969ef4e80b94f10e2b25e801acccd0911_amd64",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:eb77fcd0fc42f542e8f761eee4003cd969ef4e80b94f10e2b25e801acccd0911_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-rhel9-operator@sha256%3Aeb77fcd0fc42f542e8f761eee4003cd969ef4e80b94f10e2b25e801acccd0911?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770667521"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:eafcf7c7eec61806567473c474d88c2ee5fea2866360ff451214a20978fcbdd0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:eafcf7c7eec61806567473c474d88c2ee5fea2866360ff451214a20978fcbdd0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:eafcf7c7eec61806567473c474d88c2ee5fea2866360ff451214a20978fcbdd0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel9@sha256%3Aeafcf7c7eec61806567473c474d88c2ee5fea2866360ff451214a20978fcbdd0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770667834"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:be08fb249d0548451580e3795c97c98c9275bd2e0d8d6ac5385490876578f4b8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:be08fb249d0548451580e3795c97c98c9275bd2e0d8d6ac5385490876578f4b8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:be08fb249d0548451580e3795c97c98c9275bd2e0d8d6ac5385490876578f4b8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vmware-vsphere-csi-driver-rhel9@sha256%3Abe08fb249d0548451580e3795c97c98c9275bd2e0d8d6ac5385490876578f4b8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770662075"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:be08fb249d0548451580e3795c97c98c9275bd2e0d8d6ac5385490876578f4b8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:be08fb249d0548451580e3795c97c98c9275bd2e0d8d6ac5385490876578f4b8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:be08fb249d0548451580e3795c97c98c9275bd2e0d8d6ac5385490876578f4b8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-csi-driver-rhel9@sha256%3Abe08fb249d0548451580e3795c97c98c9275bd2e0d8d6ac5385490876578f4b8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770662075"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:98845440ef473d8a65a926f6fc7e9bc95e2d975c6431bc2c64c04d166226cce1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:98845440ef473d8a65a926f6fc7e9bc95e2d975c6431bc2c64c04d166226cce1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:98845440ef473d8a65a926f6fc7e9bc95e2d975c6431bc2c64c04d166226cce1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256%3A98845440ef473d8a65a926f6fc7e9bc95e2d975c6431bc2c64c04d166226cce1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770661439"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:98845440ef473d8a65a926f6fc7e9bc95e2d975c6431bc2c64c04d166226cce1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:98845440ef473d8a65a926f6fc7e9bc95e2d975c6431bc2c64c04d166226cce1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:98845440ef473d8a65a926f6fc7e9bc95e2d975c6431bc2c64c04d166226cce1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-csi-driver-rhel9-operator@sha256%3A98845440ef473d8a65a926f6fc7e9bc95e2d975c6431bc2c64c04d166226cce1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770661439"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:e28276a853d5b9b4937c8d38717139597be50e7458801607c841a569703a97a2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:e28276a853d5b9b4937c8d38717139597be50e7458801607c841a569703a97a2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:e28276a853d5b9b4937c8d38717139597be50e7458801607c841a569703a97a2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-cloud-controller-manager-rhel9@sha256%3Ae28276a853d5b9b4937c8d38717139597be50e7458801607c841a569703a97a2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770661650"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:9adb740bf133ce7652c8196b32f4c5c5a3ef65515c4b861d8cf2c9c6f0d1c4bd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:9adb740bf133ce7652c8196b32f4c5c5a3ef65515c4b861d8cf2c9c6f0d1c4bd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:9adb740bf133ce7652c8196b32f4c5c5a3ef65515c4b861d8cf2c9c6f0d1c4bd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-cluster-api-controllers-rhel9@sha256%3A9adb740bf133ce7652c8196b32f4c5c5a3ef65515c4b861d8cf2c9c6f0d1c4bd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770661867"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c1836d3d39c323a9f3920b769a8e40af886abbd390a8ce57b7debfdcda966860_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c1836d3d39c323a9f3920b769a8e40af886abbd390a8ce57b7debfdcda966860_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c1836d3d39c323a9f3920b769a8e40af886abbd390a8ce57b7debfdcda966860_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256%3Ac1836d3d39c323a9f3920b769a8e40af886abbd390a8ce57b7debfdcda966860?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770682377"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:2f962daa09a741fef6dae721df2f0c66b911b70ac45e50fba5d3c4e17e9942b8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:2f962daa09a741fef6dae721df2f0c66b911b70ac45e50fba5d3c4e17e9942b8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:2f962daa09a741fef6dae721df2f0c66b911b70ac45e50fba5d3c4e17e9942b8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy-rhel9@sha256%3A2f962daa09a741fef6dae721df2f0c66b911b70ac45e50fba5d3c4e17e9942b8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770669894"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:21f55af564e556247c4ea8263a5878314e025f290a723b716a9402c3ad228084_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:21f55af564e556247c4ea8263a5878314e025f290a723b716a9402c3ad228084_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:21f55af564e556247c4ea8263a5878314e025f290a723b716a9402c3ad228084_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader-rhel9@sha256%3A21f55af564e556247c4ea8263a5878314e025f290a723b716a9402c3ad228084?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770665989"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a301c39c613445ea4df3c3bb70cf653d456a2e2f2cabc8ba7899e14792065170_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a301c39c613445ea4df3c3bb70cf653d456a2e2f2cabc8ba7899e14792065170_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a301c39c613445ea4df3c3bb70cf653d456a2e2f2cabc8ba7899e14792065170_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9-operator@sha256%3Aa301c39c613445ea4df3c3bb70cf653d456a2e2f2cabc8ba7899e14792065170?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770669888"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:94d5008f0cbba99ee510257dc9921c6874e3853bffa0a22f91fb8635608c4cd2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:94d5008f0cbba99ee510257dc9921c6874e3853bffa0a22f91fb8635608c4cd2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:94d5008f0cbba99ee510257dc9921c6874e3853bffa0a22f91fb8635608c4cd2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel9@sha256%3A94d5008f0cbba99ee510257dc9921c6874e3853bffa0a22f91fb8635608c4cd2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770666016"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:950695ad184709b631a6220ebd01cdcfff0c841f9c0977db7aab1fb2ec309c76_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:950695ad184709b631a6220ebd01cdcfff0c841f9c0977db7aab1fb2ec309c76_amd64",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:950695ad184709b631a6220ebd01cdcfff0c841f9c0977db7aab1fb2ec309c76_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter-rhel9@sha256%3A950695ad184709b631a6220ebd01cdcfff0c841f9c0977db7aab1fb2ec309c76?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770669595"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:9b07702f9d90053a3e349df86cfa61ae30522447b3ed6e44ea14ca34e9d54f6a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:9b07702f9d90053a3e349df86cfa61ae30522447b3ed6e44ea14ca34e9d54f6a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:9b07702f9d90053a3e349df86cfa61ae30522447b3ed6e44ea14ca34e9d54f6a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel9@sha256%3A9b07702f9d90053a3e349df86cfa61ae30522447b3ed6e44ea14ca34e9d54f6a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770666887"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:a8fced5ebdfe32003054afcac8ec22e606806a53dd12d9ef6b594c9b4add893b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:a8fced5ebdfe32003054afcac8ec22e606806a53dd12d9ef6b594c9b4add893b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:a8fced5ebdfe32003054afcac8ec22e606806a53dd12d9ef6b594c9b4add893b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-csi-driver-syncer-rhel9@sha256%3Aa8fced5ebdfe32003054afcac8ec22e606806a53dd12d9ef6b594c9b4add893b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770661712"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:5288894add34aafeec729069a4a4917aa7d4156917f9a5e2dcd82aa4bcea2a91_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:5288894add34aafeec729069a4a4917aa7d4156917f9a5e2dcd82aa4bcea2a91_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:5288894add34aafeec729069a4a4917aa7d4156917f9a5e2dcd82aa4bcea2a91_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-problem-detector-rhel9@sha256%3A5288894add34aafeec729069a4a4917aa7d4156917f9a5e2dcd82aa4bcea2a91?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770661510"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:70c40ef6f8cbf444e59c4522ffeb8800d19dbbda77a02f28310573d9941d6f2a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:70c40ef6f8cbf444e59c4522ffeb8800d19dbbda77a02f28310573d9941d6f2a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:70c40ef6f8cbf444e59c4522ffeb8800d19dbbda77a02f28310573d9941d6f2a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9@sha256%3A70c40ef6f8cbf444e59c4522ffeb8800d19dbbda77a02f28310573d9941d6f2a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770659551"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:ab71874b013fdb05845e94a9b4e3432d865a6157cff72725b1ea7589c6717b9e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:ab71874b013fdb05845e94a9b4e3432d865a6157cff72725b1ea7589c6717b9e_arm64",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:ab71874b013fdb05845e94a9b4e3432d865a6157cff72725b1ea7589c6717b9e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/aws-kms-encryption-provider-rhel9@sha256%3Aab71874b013fdb05845e94a9b4e3432d865a6157cff72725b1ea7589c6717b9e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770669406"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:654fe020d5ff989d8092f577e5137ac9913dc8eb6b90007c85e694e5b4ae99a3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:654fe020d5ff989d8092f577e5137ac9913dc8eb6b90007c85e694e5b4ae99a3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:654fe020d5ff989d8092f577e5137ac9913dc8eb6b90007c85e694e5b4ae99a3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-rhel9@sha256%3A654fe020d5ff989d8092f577e5137ac9913dc8eb6b90007c85e694e5b4ae99a3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770664452"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:72972cd3378a738e45235e515cb52a206950fbe7d0a57f73aa3fc352875b4cfb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:72972cd3378a738e45235e515cb52a206950fbe7d0a57f73aa3fc352875b4cfb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:72972cd3378a738e45235e515cb52a206950fbe7d0a57f73aa3fc352875b4cfb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-operator-rhel9@sha256%3A72972cd3378a738e45235e515cb52a206950fbe7d0a57f73aa3fc352875b4cfb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770661657"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:7cc0d1bbc241ac63a5f45a949a439d54316c23c7045659a9d44771e5541e7e17_arm64",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:7cc0d1bbc241ac63a5f45a949a439d54316c23c7045659a9d44771e5541e7e17_arm64",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:7cc0d1bbc241ac63a5f45a949a439d54316c23c7045659a9d44771e5541e7e17_arm64",
"product_identification_helper": {
"purl": "pkg:oci/azure-kms-encryption-provider-rhel9@sha256%3A7cc0d1bbc241ac63a5f45a949a439d54316c23c7045659a9d44771e5541e7e17?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770667155"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7d39c8eccd19b70bdab2757e9088f1e3259cd0ee8c0a76421f8cca3274ccfd5c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7d39c8eccd19b70bdab2757e9088f1e3259cd0ee8c0a76421f8cca3274ccfd5c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7d39c8eccd19b70bdab2757e9088f1e3259cd0ee8c0a76421f8cca3274ccfd5c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers-rhel9@sha256%3A7d39c8eccd19b70bdab2757e9088f1e3259cd0ee8c0a76421f8cca3274ccfd5c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770667145"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d05e5450605a9101e2b4502927b51a6bd93a8eb01ac3db39918ab17ec3c1cb86_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d05e5450605a9101e2b4502927b51a6bd93a8eb01ac3db39918ab17ec3c1cb86_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d05e5450605a9101e2b4502927b51a6bd93a8eb01ac3db39918ab17ec3c1cb86_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel9@sha256%3Ad05e5450605a9101e2b4502927b51a6bd93a8eb01ac3db39918ab17ec3c1cb86?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770669501"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4b909a7fa9307c352c5a50cfebe3694547a60195928c3a3616def9818dd6a701_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4b909a7fa9307c352c5a50cfebe3694547a60195928c3a3616def9818dd6a701_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4b909a7fa9307c352c5a50cfebe3694547a60195928c3a3616def9818dd6a701_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel9-operator@sha256%3A4b909a7fa9307c352c5a50cfebe3694547a60195928c3a3616def9818dd6a701?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770827760"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0594f924eaa7baaa8350c40eb5b2253c99d8ede41d58291d362bcb334bf8eff7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0594f924eaa7baaa8350c40eb5b2253c99d8ede41d58291d362bcb334bf8eff7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0594f924eaa7baaa8350c40eb5b2253c99d8ede41d58291d362bcb334bf8eff7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-rhel9-operator@sha256%3A0594f924eaa7baaa8350c40eb5b2253c99d8ede41d58291d362bcb334bf8eff7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770666471"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:e82eb82d215ec8520e1938f0752a4ce0c869e865ee1c7fe2c96fd95ed74751d7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:e82eb82d215ec8520e1938f0752a4ce0c869e865ee1c7fe2c96fd95ed74751d7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:e82eb82d215ec8520e1938f0752a4ce0c869e865ee1c7fe2c96fd95ed74751d7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-rhel9-operator@sha256%3Ae82eb82d215ec8520e1938f0752a4ce0c869e865ee1c7fe2c96fd95ed74751d7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770668979"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:31bd457006ce5cd45fdc3428de8e69856a3a387ef4383d1b08908a6f3b35047d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:31bd457006ce5cd45fdc3428de8e69856a3a387ef4383d1b08908a6f3b35047d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:31bd457006ce5cd45fdc3428de8e69856a3a387ef4383d1b08908a6f3b35047d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256%3A31bd457006ce5cd45fdc3428de8e69856a3a387ef4383d1b08908a6f3b35047d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770669824"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:5903de42d0ee79b46d935ae3dc54e88a62d8e09dfbc6d055a31d3e6fa3c4cb81_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:5903de42d0ee79b46d935ae3dc54e88a62d8e09dfbc6d055a31d3e6fa3c4cb81_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:5903de42d0ee79b46d935ae3dc54e88a62d8e09dfbc6d055a31d3e6fa3c4cb81_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel9@sha256%3A5903de42d0ee79b46d935ae3dc54e88a62d8e09dfbc6d055a31d3e6fa3c4cb81?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770666254"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:b174fb64ed734452a4390290022fd0ec60d37823be6b12a17c2c6ae7681b3594_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:b174fb64ed734452a4390290022fd0ec60d37823be6b12a17c2c6ae7681b3594_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:b174fb64ed734452a4390290022fd0ec60d37823be6b12a17c2c6ae7681b3594_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-rhel9-operator@sha256%3Ab174fb64ed734452a4390290022fd0ec60d37823be6b12a17c2c6ae7681b3594?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770666317"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b2218da01a451dbe0e4dfb108b2c153e1a1b3399d7e6738e4c191cfc8f8801d3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b2218da01a451dbe0e4dfb108b2c153e1a1b3399d7e6738e4c191cfc8f8801d3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b2218da01a451dbe0e4dfb108b2c153e1a1b3399d7e6738e4c191cfc8f8801d3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-rhel9-operator@sha256%3Ab2218da01a451dbe0e4dfb108b2c153e1a1b3399d7e6738e4c191cfc8f8801d3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770667875"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d939c7835722074df7a0197e72aba718a27b8f88134883df7fd654b1ee57f0a8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d939c7835722074df7a0197e72aba718a27b8f88134883df7fd654b1ee57f0a8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d939c7835722074df7a0197e72aba718a27b8f88134883df7fd654b1ee57f0a8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader-rhel9@sha256%3Ad939c7835722074df7a0197e72aba718a27b8f88134883df7fd654b1ee57f0a8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770668538"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e0ead7eca26924691145465af2c5c06efae71a197f68043730e56d5cd63aaa59_arm64",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e0ead7eca26924691145465af2c5c06efae71a197f68043730e56d5cd63aaa59_arm64",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e0ead7eca26924691145465af2c5c06efae71a197f68043730e56d5cd63aaa59_arm64",
"product_identification_helper": {
"purl": "pkg:oci/container-networking-plugins-microshift-rhel9@sha256%3Ae0ead7eca26924691145465af2c5c06efae71a197f68043730e56d5cd63aaa59?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770665997"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:6cade19a99f1530ec4700b5283f965f9c97ae9732689916d1c40eb4797adb08a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:6cade19a99f1530ec4700b5283f965f9c97ae9732689916d1c40eb4797adb08a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:6cade19a99f1530ec4700b5283f965f9c97ae9732689916d1c40eb4797adb08a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns-rhel9@sha256%3A6cade19a99f1530ec4700b5283f965f9c97ae9732689916d1c40eb4797adb08a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770666096"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1796f001455857a701404a4ee37d793895c4d179708fee5cfeb2467243c8cb06_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1796f001455857a701404a4ee37d793895c4d179708fee5cfeb2467243c8cb06_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1796f001455857a701404a4ee37d793895c4d179708fee5cfeb2467243c8cb06_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel9@sha256%3A1796f001455857a701404a4ee37d793895c4d179708fee5cfeb2467243c8cb06?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770666042"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:0e26d9dd3ce20a2b973f0128da5a0c27b8550941d1f6a71eb8a2d3db46086e59_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:0e26d9dd3ce20a2b973f0128da5a0c27b8550941d1f6a71eb8a2d3db46086e59_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:0e26d9dd3ce20a2b973f0128da5a0c27b8550941d1f6a71eb8a2d3db46086e59_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel9@sha256%3A0e26d9dd3ce20a2b973f0128da5a0c27b8550941d1f6a71eb8a2d3db46086e59?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770669694"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:076c49eb3ed9183e0ae26f6711a9e5aa1875a080e2d47510cb16e2714afcc585_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:076c49eb3ed9183e0ae26f6711a9e5aa1875a080e2d47510cb16e2714afcc585_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:076c49eb3ed9183e0ae26f6711a9e5aa1875a080e2d47510cb16e2714afcc585_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel9@sha256%3A076c49eb3ed9183e0ae26f6711a9e5aa1875a080e2d47510cb16e2714afcc585?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770669006"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:a833695f4c37b7f90a42db6563f6cfe2ba22d175e1b2562eac67a2bf30874c00_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:a833695f4c37b7f90a42db6563f6cfe2ba22d175e1b2562eac67a2bf30874c00_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:a833695f4c37b7f90a42db6563f6cfe2ba22d175e1b2562eac67a2bf30874c00_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel9@sha256%3Aa833695f4c37b7f90a42db6563f6cfe2ba22d175e1b2562eac67a2bf30874c00?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770669491"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:bf1a0690529c9ef700e616776f6372bdcc6883f8fcf5be062b6397dda5246b9a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:bf1a0690529c9ef700e616776f6372bdcc6883f8fcf5be062b6397dda5246b9a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:bf1a0690529c9ef700e616776f6372bdcc6883f8fcf5be062b6397dda5246b9a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-validation-webhook-rhel9@sha256%3Abf1a0690529c9ef700e616776f6372bdcc6883f8fcf5be062b6397dda5246b9a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770668481"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e104e90349ec069f6b4fbf749dd261ce91b21237b367c421bfcec3dfbe1bbbb9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e104e90349ec069f6b4fbf749dd261ce91b21237b367c421bfcec3dfbe1bbbb9_arm64",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e104e90349ec069f6b4fbf749dd261ce91b21237b367c421bfcec3dfbe1bbbb9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256%3Ae104e90349ec069f6b4fbf749dd261ce91b21237b367c421bfcec3dfbe1bbbb9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770667195"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:1683b25c778adadab73dab246e98caa2ee21c561fa57b1f2ca7211eae88876ae_arm64",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:1683b25c778adadab73dab246e98caa2ee21c561fa57b1f2ca7211eae88876ae_arm64",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:1683b25c778adadab73dab246e98caa2ee21c561fa57b1f2ca7211eae88876ae_arm64",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel9@sha256%3A1683b25c778adadab73dab246e98caa2ee21c561fa57b1f2ca7211eae88876ae?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770668775"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:195220de99e688a7dd546e190638664c5236f67316276a0aae8d39b525e7e54d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:195220de99e688a7dd546e190638664c5236f67316276a0aae8d39b525e7e54d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:195220de99e688a7dd546e190638664c5236f67316276a0aae8d39b525e7e54d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy-rhel9@sha256%3A195220de99e688a7dd546e190638664c5236f67316276a0aae8d39b525e7e54d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770659511"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2cf1694768e2bf9fdde5859407a7366f44dfd567ba956cad64e76cfae189450f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2cf1694768e2bf9fdde5859407a7366f44dfd567ba956cad64e76cfae189450f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2cf1694768e2bf9fdde5859407a7366f44dfd567ba956cad64e76cfae189450f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager-rhel9@sha256%3A2cf1694768e2bf9fdde5859407a7366f44dfd567ba956cad64e76cfae189450f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770667155"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:e54b16f55fc9fff3ffdd04798462db934a9c6f218cf427a29b63235c733c666b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:e54b16f55fc9fff3ffdd04798462db934a9c6f218cf427a29b63235c733c666b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:e54b16f55fc9fff3ffdd04798462db934a9c6f218cf427a29b63235c733c666b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-node-exporter-rhel9@sha256%3Ae54b16f55fc9fff3ffdd04798462db934a9c6f218cf427a29b63235c733c666b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770666709"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:a918a598fb1ccec94141c0578606d66016df51dd6d60437e6abef990d58177aa_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:a918a598fb1ccec94141c0578606d66016df51dd6d60437e6abef990d58177aa_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:a918a598fb1ccec94141c0578606d66016df51dd6d60437e6abef990d58177aa_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9@sha256%3Aa918a598fb1ccec94141c0578606d66016df51dd6d60437e6abef990d58177aa?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770668687"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:237339db4971f1ac7be125fc689b87dd07b1e0f59da545a2a7d08727c69f0637_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:237339db4971f1ac7be125fc689b87dd07b1e0f59da545a2a7d08727c69f0637_arm64",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:237339db4971f1ac7be125fc689b87dd07b1e0f59da545a2a7d08727c69f0637_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel9@sha256%3A237339db4971f1ac7be125fc689b87dd07b1e0f59da545a2a7d08727c69f0637?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770669831"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:9e9525d31895ad7e9a1ff753e0895f7d845a36294f88fab8041f2f3deefa6608_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:9e9525d31895ad7e9a1ff753e0895f7d845a36294f88fab8041f2f3deefa6608_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:9e9525d31895ad7e9a1ff753e0895f7d845a36294f88fab8041f2f3deefa6608_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-rhel9@sha256%3A9e9525d31895ad7e9a1ff753e0895f7d845a36294f88fab8041f2f3deefa6608?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770654676"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:e105fb8b5c80f438d63cdcb29187a35df84393995e142369fedd2aeb89979681_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:e105fb8b5c80f438d63cdcb29187a35df84393995e142369fedd2aeb89979681_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:e105fb8b5c80f438d63cdcb29187a35df84393995e142369fedd2aeb89979681_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-agent-rhel9@sha256%3Ae105fb8b5c80f438d63cdcb29187a35df84393995e142369fedd2aeb89979681?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770654140"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a85fdd4a1398a47f682526c16e97de1f87b8222ddda47a6c5f254d06b4c791b3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a85fdd4a1398a47f682526c16e97de1f87b8222ddda47a6c5f254d06b4c791b3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a85fdd4a1398a47f682526c16e97de1f87b8222ddda47a6c5f254d06b4c791b3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-machine-os-downloader-rhel9@sha256%3Aa85fdd4a1398a47f682526c16e97de1f87b8222ddda47a6c5f254d06b4c791b3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770654875"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:1cb8736ad1e698a4ec78cbcb16d6e37d67887bed651a12bf63db51af96b0a7cc_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:1cb8736ad1e698a4ec78cbcb16d6e37d67887bed651a12bf63db51af96b0a7cc_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:1cb8736ad1e698a4ec78cbcb16d6e37d67887bed651a12bf63db51af96b0a7cc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-static-ip-manager-rhel9@sha256%3A1cb8736ad1e698a4ec78cbcb16d6e37d67887bed651a12bf63db51af96b0a7cc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770654209"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:dd2518acc748d2fb1c6d5f8421a6d85ab2dedf2546508f45f8e2f6dacfa7f5b1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:dd2518acc748d2fb1c6d5f8421a6d85ab2dedf2546508f45f8e2f6dacfa7f5b1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:dd2518acc748d2fb1c6d5f8421a6d85ab2dedf2546508f45f8e2f6dacfa7f5b1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy-rhel9@sha256%3Add2518acc748d2fb1c6d5f8421a6d85ab2dedf2546508f45f8e2f6dacfa7f5b1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770669165"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:88bda970c0360c5c1160b32e589812e4289db230dfa9923e1494636f97c34278_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:88bda970c0360c5c1160b32e589812e4289db230dfa9923e1494636f97c34278_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:88bda970c0360c5c1160b32e589812e4289db230dfa9923e1494636f97c34278_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy-rhel9@sha256%3A88bda970c0360c5c1160b32e589812e4289db230dfa9923e1494636f97c34278?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770667246"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:50ff46f43a500235707760885fbe4997cee8c7088bfa36c911697df3b81675a2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:50ff46f43a500235707760885fbe4997cee8c7088bfa36c911697df3b81675a2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:50ff46f43a500235707760885fbe4997cee8c7088bfa36c911697df3b81675a2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics-rhel9@sha256%3A50ff46f43a500235707760885fbe4997cee8c7088bfa36c911697df3b81675a2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770669463"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:bd152c2607b552226f73b3a760aeb307592cac725106da7d65b3ea3a460708c6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:bd152c2607b552226f73b3a760aeb307592cac725106da7d65b3ea3a460708c6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:bd152c2607b552226f73b3a760aeb307592cac725106da7d65b3ea3a460708c6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace-rhel9@sha256%3Abd152c2607b552226f73b3a760aeb307592cac725106da7d65b3ea3a460708c6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770668861"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:58facad671ae16c072d4a0e96a2336d95c84a7f86d4242e49152e9275296d028_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:58facad671ae16c072d4a0e96a2336d95c84a7f86d4242e49152e9275296d028_arm64",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:58facad671ae16c072d4a0e96a2336d95c84a7f86d4242e49152e9275296d028_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel9@sha256%3A58facad671ae16c072d4a0e96a2336d95c84a7f86d4242e49152e9275296d028?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770830884"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:e6c8fadf51bdb9c8623178a95c04ded1e3c8b1dce525783bedf1c7c501eaa76e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:e6c8fadf51bdb9c8623178a95c04ded1e3c8b1dce525783bedf1c7c501eaa76e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:e6c8fadf51bdb9c8623178a95c04ded1e3c8b1dce525783bedf1c7c501eaa76e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-rhel9@sha256%3Ae6c8fadf51bdb9c8623178a95c04ded1e3c8b1dce525783bedf1c7c501eaa76e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770668166"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:0670ef29c648fc035844be832f71378d5cda2122f5d6c7f82c831865d45f77b1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:0670ef29c648fc035844be832f71378d5cda2122f5d6c7f82c831865d45f77b1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:0670ef29c648fc035844be832f71378d5cda2122f5d6c7f82c831865d45f77b1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-microshift-rhel9@sha256%3A0670ef29c648fc035844be832f71378d5cda2122f5d6c7f82c831865d45f77b1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770666357"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:def9dc04e6b217cf48b80373fdd6f860e9b020d6699def7089ea881a94b0ff64_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:def9dc04e6b217cf48b80373fdd6f860e9b020d6699def7089ea881a94b0ff64_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:def9dc04e6b217cf48b80373fdd6f860e9b020d6699def7089ea881a94b0ff64_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel9@sha256%3Adef9dc04e6b217cf48b80373fdd6f860e9b020d6699def7089ea881a94b0ff64?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770666648"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:963ee9ae771ea224be0c968cebeece76527f1d138452319cb17dad959d972d40_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:963ee9ae771ea224be0c968cebeece76527f1d138452319cb17dad959d972d40_arm64",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:963ee9ae771ea224be0c968cebeece76527f1d138452319cb17dad959d972d40_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-networking-console-plugin-rhel9@sha256%3A963ee9ae771ea224be0c968cebeece76527f1d138452319cb17dad959d972d40?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770830892"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:8ef63ddc25cd248263a40aba3201b2c6b3c3b2dbd998ced45626223efadbc3af_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:8ef63ddc25cd248263a40aba3201b2c6b3c3b2dbd998ced45626223efadbc3af_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:8ef63ddc25cd248263a40aba3201b2c6b3c3b2dbd998ced45626223efadbc3af_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel9@sha256%3A8ef63ddc25cd248263a40aba3201b2c6b3c3b2dbd998ced45626223efadbc3af?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770667654"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:68b0a64071a455fcff666bbff51d2757c1c395c7ed8d533a8e36ed3c27d1ee44_arm64",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:68b0a64071a455fcff666bbff51d2757c1c395c7ed8d533a8e36ed3c27d1ee44_arm64",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:68b0a64071a455fcff666bbff51d2757c1c395c7ed8d533a8e36ed3c27d1ee44_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oc-mirror-plugin-rhel9@sha256%3A68b0a64071a455fcff666bbff51d2757c1c395c7ed8d533a8e36ed3c27d1ee44?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770666167"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:b37ec193d3318150fcfdeb63bf8955b1b03dccfbec5be52cbc08251d36da824d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:b37ec193d3318150fcfdeb63bf8955b1b03dccfbec5be52cbc08251d36da824d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:b37ec193d3318150fcfdeb63bf8955b1b03dccfbec5be52cbc08251d36da824d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder-rhel9@sha256%3Ab37ec193d3318150fcfdeb63bf8955b1b03dccfbec5be52cbc08251d36da824d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770659586"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:314bd5ede25ad4718f9d682ca27fe8e8817d79922d59302f0449a55bd4764f26_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:314bd5ede25ad4718f9d682ca27fe8e8817d79922d59302f0449a55bd4764f26_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:314bd5ede25ad4718f9d682ca27fe8e8817d79922d59302f0449a55bd4764f26_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-rhel9@sha256%3A314bd5ede25ad4718f9d682ca27fe8e8817d79922d59302f0449a55bd4764f26?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770667166"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:06a4acb5a7b97c5f66d70cc351f4636eda111bc81454308281567359ebe0e693_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:06a4acb5a7b97c5f66d70cc351f4636eda111bc81454308281567359ebe0e693_arm64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:06a4acb5a7b97c5f66d70cc351f4636eda111bc81454308281567359ebe0e693_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9@sha256%3A06a4acb5a7b97c5f66d70cc351f4636eda111bc81454308281567359ebe0e693?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770831186"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a9102ac4baccbb625f4c4bf605ac61967c5381c24c777aa819577c2c7cde6c39_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a9102ac4baccbb625f4c4bf605ac61967c5381c24c777aa819577c2c7cde6c39_arm64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a9102ac4baccbb625f4c4bf605ac61967c5381c24c777aa819577c2c7cde6c39_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9-operator@sha256%3Aa9102ac4baccbb625f4c4bf605ac61967c5381c24c777aa819577c2c7cde6c39?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770667161"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f07d0cc2e3c9185fb009f2cb7677f3b9a5a7da7b9cc2e385be40108911b61c45_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f07d0cc2e3c9185fb009f2cb7677f3b9a5a7da7b9cc2e385be40108911b61c45_arm64",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f07d0cc2e3c9185fb009f2cb7677f3b9a5a7da7b9cc2e385be40108911b61c45_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer-rhel9@sha256%3Af07d0cc2e3c9185fb009f2cb7677f3b9a5a7da7b9cc2e385be40108911b61c45?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770682146"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:5f0b5c758fa46f12d4fcdbb64559ca96b32e74eac5e007c0c99d58051855d98b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:5f0b5c758fa46f12d4fcdbb64559ca96b32e74eac5e007c0c99d58051855d98b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:5f0b5c758fa46f12d4fcdbb64559ca96b32e74eac5e007c0c99d58051855d98b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router-rhel9@sha256%3A5f0b5c758fa46f12d4fcdbb64559ca96b32e74eac5e007c0c99d58051855d98b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770682386"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:80f26ba4b1206766785d1c060b3f4d9f399cbffea8a84bb807d4341cff8e5c11_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:80f26ba4b1206766785d1c060b3f4d9f399cbffea8a84bb807d4341cff8e5c11_arm64",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:80f26ba4b1206766785d1c060b3f4d9f399cbffea8a84bb807d4341cff8e5c11_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube-rhel9@sha256%3A80f26ba4b1206766785d1c060b3f4d9f399cbffea8a84bb807d4341cff8e5c11?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770699844"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5537e4af85d49533292160803dc7bff5276485846f94e247353df944b4b28a54_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5537e4af85d49533292160803dc7bff5276485846f94e247353df944b4b28a54_arm64",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5537e4af85d49533292160803dc7bff5276485846f94e247353df944b4b28a54_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-keepalived-ipfailover-rhel9@sha256%3A5537e4af85d49533292160803dc7bff5276485846f94e247353df944b4b28a54?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770666277"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:abaf2a42a5b82e5bbfe58b051dbd24fd71db5dbd2375fe6b64b01e8154ebb183_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:abaf2a42a5b82e5bbfe58b051dbd24fd71db5dbd2375fe6b64b01e8154ebb183_arm64",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:abaf2a42a5b82e5bbfe58b051dbd24fd71db5dbd2375fe6b64b01e8154ebb183_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod-rhel9@sha256%3Aabaf2a42a5b82e5bbfe58b051dbd24fd71db5dbd2375fe6b64b01e8154ebb183?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770699917"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:1410e37b8ce017f7da84c0b86b0411f01e1d8d6597d2dd97cb0b82e05ee944ce_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:1410e37b8ce017f7da84c0b86b0411f01e1d8d6597d2dd97cb0b82e05ee944ce_arm64",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:1410e37b8ce017f7da84c0b86b0411f01e1d8d6597d2dd97cb0b82e05ee944ce_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry-rhel9@sha256%3A1410e37b8ce017f7da84c0b86b0411f01e1d8d6597d2dd97cb0b82e05ee944ce?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770668276"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5000590500a94e98d05367647643d0a878a940a55fdb22fe24031b254d40e81f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5000590500a94e98d05367647643d0a878a940a55fdb22fe24031b254d40e81f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5000590500a94e98d05367647643d0a878a940a55fdb22fe24031b254d40e81f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests-rhel9@sha256%3A5000590500a94e98d05367647643d0a878a940a55fdb22fe24031b254d40e81f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770683427"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:5651967617c24f0fa3463d66cc35e484ef52dcc1cb32f1a96a095139c31964d8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:5651967617c24f0fa3463d66cc35e484ef52dcc1cb32f1a96a095139c31964d8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:5651967617c24f0fa3463d66cc35e484ef52dcc1cb32f1a96a095139c31964d8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel9@sha256%3A5651967617c24f0fa3463d66cc35e484ef52dcc1cb32f1a96a095139c31964d8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770665988"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:077cd921e585d41b95eb57cf921878e7c3e36a6fd8a19fb00fb14a28650c0c56_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:077cd921e585d41b95eb57cf921878e7c3e36a6fd8a19fb00fb14a28650c0c56_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:077cd921e585d41b95eb57cf921878e7c3e36a6fd8a19fb00fb14a28650c0c56_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cluster-api-controllers-rhel9@sha256%3A077cd921e585d41b95eb57cf921878e7c3e36a6fd8a19fb00fb14a28650c0c56?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770668198"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:82254fb1f4ee4da82f1a6326044cde4ba311044cea5a5c2e28da70a67a82e8f9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:82254fb1f4ee4da82f1a6326044cde4ba311044cea5a5c2e28da70a67a82e8f9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:82254fb1f4ee4da82f1a6326044cde4ba311044cea5a5c2e28da70a67a82e8f9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager-rhel9@sha256%3A82254fb1f4ee4da82f1a6326044cde4ba311044cea5a5c2e28da70a67a82e8f9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770667317"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:2622b7c4add731fd89832f5eebec7c86300749d80cf50fe0e397657c52dd2fdf_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:2622b7c4add731fd89832f5eebec7c86300749d80cf50fe0e397657c52dd2fdf_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:2622b7c4add731fd89832f5eebec7c86300749d80cf50fe0e397657c52dd2fdf_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry-rhel9@sha256%3A2622b7c4add731fd89832f5eebec7c86300749d80cf50fe0e397657c52dd2fdf?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770667479"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:c1d816e822e159bbd4b0e96ff11c2c0866f50ce60a0731ed995b08b83e9cfc9a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:c1d816e822e159bbd4b0e96ff11c2c0866f50ce60a0731ed995b08b83e9cfc9a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:c1d816e822e159bbd4b0e96ff11c2c0866f50ce60a0731ed995b08b83e9cfc9a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel9@sha256%3Ac1d816e822e159bbd4b0e96ff11c2c0866f50ce60a0731ed995b08b83e9cfc9a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770669874"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:82714d7071cc06d1ce7701311acc91cccca5970b8d00228c164703c90657c56a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:82714d7071cc06d1ce7701311acc91cccca5970b8d00228c164703c90657c56a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:82714d7071cc06d1ce7701311acc91cccca5970b8d00228c164703c90657c56a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel9@sha256%3A82714d7071cc06d1ce7701311acc91cccca5970b8d00228c164703c90657c56a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770666620"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5b24ffc3141a2022711242b92b9ef187ac9f243e92862588779ef465efb312a0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5b24ffc3141a2022711242b92b9ef187ac9f243e92862588779ef465efb312a0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5b24ffc3141a2022711242b92b9ef187ac9f243e92862588779ef465efb312a0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256%3A5b24ffc3141a2022711242b92b9ef187ac9f243e92862588779ef465efb312a0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770667568"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:80c813e3e501d8280abce8b3d0564ac915ef638277444ff4d05ed9b2d02d478f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:80c813e3e501d8280abce8b3d0564ac915ef638277444ff4d05ed9b2d02d478f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:80c813e3e501d8280abce8b3d0564ac915ef638277444ff4d05ed9b2d02d478f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel9@sha256%3A80c813e3e501d8280abce8b3d0564ac915ef638277444ff4d05ed9b2d02d478f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770667083"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d9b30068f814c6c1bcf9798e35ae70480c993dabfb5d88209b48f149cb49e6a5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d9b30068f814c6c1bcf9798e35ae70480c993dabfb5d88209b48f149cb49e6a5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d9b30068f814c6c1bcf9798e35ae70480c993dabfb5d88209b48f149cb49e6a5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-utils-rhel9@sha256%3Ad9b30068f814c6c1bcf9798e35ae70480c993dabfb5d88209b48f149cb49e6a5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770667579"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cf01a745925200f7159c83075664127536f48e0534e319a651cafa9f11ae17fd_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cf01a745925200f7159c83075664127536f48e0534e319a651cafa9f11ae17fd_arm64",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cf01a745925200f7159c83075664127536f48e0534e319a651cafa9f11ae17fd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel9@sha256%3Acf01a745925200f7159c83075664127536f48e0534e319a651cafa9f11ae17fd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770666363"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:ef21c8c721f544404ba4ef1d9e15e4435af42ceec995cc2cc43d39925378b3a9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:ef21c8c721f544404ba4ef1d9e15e4435af42ceec995cc2cc43d39925378b3a9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:ef21c8c721f544404ba4ef1d9e15e4435af42ceec995cc2cc43d39925378b3a9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cloud-controller-manager-rhel9@sha256%3Aef21c8c721f544404ba4ef1d9e15e4435af42ceec995cc2cc43d39925378b3a9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770661849"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:d4979ac2a5c608ac31a5683811b55aca412e6726b5cc1ebe4b214d3c8dff15f8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:d4979ac2a5c608ac31a5683811b55aca412e6726b5cc1ebe4b214d3c8dff15f8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:d4979ac2a5c608ac31a5683811b55aca412e6726b5cc1ebe4b214d3c8dff15f8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cluster-api-controllers-rhel9@sha256%3Ad4979ac2a5c608ac31a5683811b55aca412e6726b5cc1ebe4b214d3c8dff15f8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770661386"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:da37ae31a142733b6add537f48f9ae28b3f496b1472ba60b0ef5587ef8d5568a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:da37ae31a142733b6add537f48f9ae28b3f496b1472ba60b0ef5587ef8d5568a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:da37ae31a142733b6add537f48f9ae28b3f496b1472ba60b0ef5587ef8d5568a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel9@sha256%3Ada37ae31a142733b6add537f48f9ae28b3f496b1472ba60b0ef5587ef8d5568a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770661909"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:c89e9f403f7dd4bada53f4ba338de51345266c2b657adba6cdca65172d113aaf_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:c89e9f403f7dd4bada53f4ba338de51345266c2b657adba6cdca65172d113aaf_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:c89e9f403f7dd4bada53f4ba338de51345266c2b657adba6cdca65172d113aaf_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel9-operator@sha256%3Ac89e9f403f7dd4bada53f4ba338de51345266c2b657adba6cdca65172d113aaf?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770661851"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:7c0925fb8469922ace0b86ef5f81f9ba4bc711b6277172ee963a856b7252b741_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:7c0925fb8469922ace0b86ef5f81f9ba4bc711b6277172ee963a856b7252b741_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:7c0925fb8469922ace0b86ef5f81f9ba4bc711b6277172ee963a856b7252b741_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-pod-identity-webhook-rhel9@sha256%3A7c0925fb8469922ace0b86ef5f81f9ba4bc711b6277172ee963a856b7252b741?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770661149"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:b91eaa2723393eff033053dee12e51852a7428dd0c06de7ec92bc3f561545a31_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:b91eaa2723393eff033053dee12e51852a7428dd0c06de7ec92bc3f561545a31_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:b91eaa2723393eff033053dee12e51852a7428dd0c06de7ec92bc3f561545a31_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-controller-manager-rhel9@sha256%3Ab91eaa2723393eff033053dee12e51852a7428dd0c06de7ec92bc3f561545a31?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770661713"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:f77de5df278c92b8b8cbb8f3f0d93333f3fbcd4a0abb834d1edc5159cde007cb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:f77de5df278c92b8b8cbb8f3f0d93333f3fbcd4a0abb834d1edc5159cde007cb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:f77de5df278c92b8b8cbb8f3f0d93333f3fbcd4a0abb834d1edc5159cde007cb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-node-manager-rhel9@sha256%3Af77de5df278c92b8b8cbb8f3f0d93333f3fbcd4a0abb834d1edc5159cde007cb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770661726"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:843858cb4847ed991480eba34975318360a498aa2661729c2c11133ddef21db7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:843858cb4847ed991480eba34975318360a498aa2661729c2c11133ddef21db7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:843858cb4847ed991480eba34975318360a498aa2661729c2c11133ddef21db7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cluster-api-controllers-rhel9@sha256%3A843858cb4847ed991480eba34975318360a498aa2661729c2c11133ddef21db7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770661396"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:2a34794e9a9694b03f338acec35e7c52af7936006878aed6dfb9ab216549ee96_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:2a34794e9a9694b03f338acec35e7c52af7936006878aed6dfb9ab216549ee96_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:2a34794e9a9694b03f338acec35e7c52af7936006878aed6dfb9ab216549ee96_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel9@sha256%3A2a34794e9a9694b03f338acec35e7c52af7936006878aed6dfb9ab216549ee96?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770661607"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:5135f9f7e7e94624e8a0c319228380f86eec7e833130bffc4d005062bbb24075_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:5135f9f7e7e94624e8a0c319228380f86eec7e833130bffc4d005062bbb24075_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:5135f9f7e7e94624e8a0c319228380f86eec7e833130bffc4d005062bbb24075_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel9-operator@sha256%3A5135f9f7e7e94624e8a0c319228380f86eec7e833130bffc4d005062bbb24075?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770661829"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:fc9f987fb8c7dcc4256b38236d89fcee5155e3ee5facd62ad794c6d94408714f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:fc9f987fb8c7dcc4256b38236d89fcee5155e3ee5facd62ad794c6d94408714f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:fc9f987fb8c7dcc4256b38236d89fcee5155e3ee5facd62ad794c6d94408714f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-workload-identity-webhook-rhel9@sha256%3Afc9f987fb8c7dcc4256b38236d89fcee5155e3ee5facd62ad794c6d94408714f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770661077"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:de1026343cc529670671124a64b039cfab52a4bbbfc7d6d0d1bf5d6c21a0eba0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:de1026343cc529670671124a64b039cfab52a4bbbfc7d6d0d1bf5d6c21a0eba0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:de1026343cc529670671124a64b039cfab52a4bbbfc7d6d0d1bf5d6c21a0eba0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel9@sha256%3Ade1026343cc529670671124a64b039cfab52a4bbbfc7d6d0d1bf5d6c21a0eba0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770733323"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7d96b0e06e1b04ad121c95d6eb87943032f8734a6565fabd6ce99562ba873ae9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7d96b0e06e1b04ad121c95d6eb87943032f8734a6565fabd6ce99562ba873ae9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7d96b0e06e1b04ad121c95d6eb87943032f8734a6565fabd6ce99562ba873ae9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel9-operator@sha256%3A7d96b0e06e1b04ad121c95d6eb87943032f8734a6565fabd6ce99562ba873ae9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770669738"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:229900b0543979b8053752c05214994d2590b501da90dd6fc43ded0cd839a2b2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:229900b0543979b8053752c05214994d2590b501da90dd6fc43ded0cd839a2b2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:229900b0543979b8053752c05214994d2590b501da90dd6fc43ded0cd839a2b2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts-rhel9@sha256%3A229900b0543979b8053752c05214994d2590b501da90dd6fc43ded0cd839a2b2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770686770"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:f80ce5f1854e4411bc2d73efdad02ff4b5fad6b15e2e3a09bf69f6229107c0fe_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:f80ce5f1854e4411bc2d73efdad02ff4b5fad6b15e2e3a09bf69f6229107c0fe_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:f80ce5f1854e4411bc2d73efdad02ff4b5fad6b15e2e3a09bf69f6229107c0fe_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-rhel9-operator@sha256%3Af80ce5f1854e4411bc2d73efdad02ff4b5fad6b15e2e3a09bf69f6229107c0fe?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770666219"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:ccb8be0ede2d9ecffd5bd7b4c9c555156b826cd864f5eaae87b3c1c58c7ede31_arm64",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:ccb8be0ede2d9ecffd5bd7b4c9c555156b826cd864f5eaae87b3c1c58c7ede31_arm64",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:ccb8be0ede2d9ecffd5bd7b4c9c555156b826cd864f5eaae87b3c1c58c7ede31_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel9@sha256%3Accb8be0ede2d9ecffd5bd7b4c9c555156b826cd864f5eaae87b3c1c58c7ede31?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770666457"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:285f603dbe97db7239d699ec52febf0bc5fe157222c202235bd6f5cc4af3b974_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:285f603dbe97db7239d699ec52febf0bc5fe157222c202235bd6f5cc4af3b974_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:285f603dbe97db7239d699ec52febf0bc5fe157222c202235bd6f5cc4af3b974_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel9@sha256%3A285f603dbe97db7239d699ec52febf0bc5fe157222c202235bd6f5cc4af3b974?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770669891"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bbefe8212498c9204cf5a4b2834c8a7082f732c726fcaeffa55d9b66b5ab3c13_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bbefe8212498c9204cf5a4b2834c8a7082f732c726fcaeffa55d9b66b5ab3c13_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bbefe8212498c9204cf5a4b2834c8a7082f732c726fcaeffa55d9b66b5ab3c13_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-rhel9-operator@sha256%3Abbefe8212498c9204cf5a4b2834c8a7082f732c726fcaeffa55d9b66b5ab3c13?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770666776"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e6f512f11629d684e2713d7421677d35766f5a319122fae34ea25dbf95e79ec2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e6f512f11629d684e2713d7421677d35766f5a319122fae34ea25dbf95e79ec2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e6f512f11629d684e2713d7421677d35766f5a319122fae34ea25dbf95e79ec2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9-operator@sha256%3Ae6f512f11629d684e2713d7421677d35766f5a319122fae34ea25dbf95e79ec2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770669434"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d9ae6095cb2d622d947a1e861a56975ce434c7b57153d0dc8e4e9f1ddf95a393_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d9ae6095cb2d622d947a1e861a56975ce434c7b57153d0dc8e4e9f1ddf95a393_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d9ae6095cb2d622d947a1e861a56975ce434c7b57153d0dc8e4e9f1ddf95a393_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel9@sha256%3Ad9ae6095cb2d622d947a1e861a56975ce434c7b57153d0dc8e4e9f1ddf95a393?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770667802"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7a349e32d85fafd4f9dd8db4d80bd54e1c0869d74a542f698ef78bf6aeef4dfd_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7a349e32d85fafd4f9dd8db4d80bd54e1c0869d74a542f698ef78bf6aeef4dfd_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7a349e32d85fafd4f9dd8db4d80bd54e1c0869d74a542f698ef78bf6aeef4dfd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap-rhel9@sha256%3A7a349e32d85fafd4f9dd8db4d80bd54e1c0869d74a542f698ef78bf6aeef4dfd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770666052"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0d2b94501e72370b763a86146266411de3932995240514cd26362a0805525c7c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0d2b94501e72370b763a86146266411de3932995240514cd26362a0805525c7c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0d2b94501e72370b763a86146266411de3932995240514cd26362a0805525c7c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel9-operator@sha256%3A0d2b94501e72370b763a86146266411de3932995240514cd26362a0805525c7c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770682629"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ae36b0e2d4f0efd222926a53364be6d7f9723496efe2463cc1521a85e0318808_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ae36b0e2d4f0efd222926a53364be6d7f9723496efe2463cc1521a85e0318808_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ae36b0e2d4f0efd222926a53364be6d7f9723496efe2463cc1521a85e0318808_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3Aae36b0e2d4f0efd222926a53364be6d7f9723496efe2463cc1521a85e0318808?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770669702"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d70d809c25cbcaa772d2068975d7821b49f965a21be8ceef7ad7a17bfe79e611_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d70d809c25cbcaa772d2068975d7821b49f965a21be8ceef7ad7a17bfe79e611_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d70d809c25cbcaa772d2068975d7821b49f965a21be8ceef7ad7a17bfe79e611_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-api-rhel9@sha256%3Ad70d809c25cbcaa772d2068975d7821b49f965a21be8ceef7ad7a17bfe79e611?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770669866"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2b19aac1bb3f64b3e45d82d207f18fe3b692aff7d694c1cf99a02601dfadb2e9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2b19aac1bb3f64b3e45d82d207f18fe3b692aff7d694c1cf99a02601dfadb2e9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2b19aac1bb3f64b3e45d82d207f18fe3b692aff7d694c1cf99a02601dfadb2e9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-rhel9-operator@sha256%3A2b19aac1bb3f64b3e45d82d207f18fe3b692aff7d694c1cf99a02601dfadb2e9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770667049"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:f2153f3bd5ef181653f9ac8f40a8389e58771515b2fc49f205d5247455635c65_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:f2153f3bd5ef181653f9ac8f40a8389e58771515b2fc49f205d5247455635c65_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:f2153f3bd5ef181653f9ac8f40a8389e58771515b2fc49f205d5247455635c65_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3Af2153f3bd5ef181653f9ac8f40a8389e58771515b2fc49f205d5247455635c65?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770668876"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:d9af91fc94e0fb9645b5284e1a2a8a4ce3029a57c6c92e30ceff6562f7522b81_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:d9af91fc94e0fb9645b5284e1a2a8a4ce3029a57c6c92e30ceff6562f7522b81_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:d9af91fc94e0fb9645b5284e1a2a8a4ce3029a57c6c92e30ceff6562f7522b81_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3Ad9af91fc94e0fb9645b5284e1a2a8a4ce3029a57c6c92e30ceff6562f7522b81?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770666889"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:de99fe560e6048e4e34d46dfbaeed9f5b3ddcbf41cd172f6c46cda8cb549faf3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:de99fe560e6048e4e34d46dfbaeed9f5b3ddcbf41cd172f6c46cda8cb549faf3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:de99fe560e6048e4e34d46dfbaeed9f5b3ddcbf41cd172f6c46cda8cb549faf3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-rhel9-operator@sha256%3Ade99fe560e6048e4e34d46dfbaeed9f5b3ddcbf41cd172f6c46cda8cb549faf3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770667619"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7e60e4e7673f57490cbf6c96a033c4d6f0e373941cf7d7235c2455a7e7850a77_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7e60e4e7673f57490cbf6c96a033c4d6f0e373941cf7d7235c2455a7e7850a77_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7e60e4e7673f57490cbf6c96a033c4d6f0e373941cf7d7235c2455a7e7850a77_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-rhel9-operator@sha256%3A7e60e4e7673f57490cbf6c96a033c4d6f0e373941cf7d7235c2455a7e7850a77?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770666213"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f04d8f791bf53ae7ba29b1c3ea0847d13a99a58d8d13d53eac95a648c4fd7d81_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f04d8f791bf53ae7ba29b1c3ea0847d13a99a58d8d13d53eac95a648c4fd7d81_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f04d8f791bf53ae7ba29b1c3ea0847d13a99a58d8d13d53eac95a648c4fd7d81_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-rhel9-operator@sha256%3Af04d8f791bf53ae7ba29b1c3ea0847d13a99a58d8d13d53eac95a648c4fd7d81?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770666799"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4ce5ec880ffd93abc262773d8c84390aeb22cf7aa4f6688b950c0490df2e7b0f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4ce5ec880ffd93abc262773d8c84390aeb22cf7aa4f6688b950c0490df2e7b0f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4ce5ec880ffd93abc262773d8c84390aeb22cf7aa4f6688b950c0490df2e7b0f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-rhel9-operator@sha256%3A4ce5ec880ffd93abc262773d8c84390aeb22cf7aa4f6688b950c0490df2e7b0f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770666494"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:b800c84b0984408d51fe965464e87ab18c0c3d82c8c51d12fbd488f9a6f17f7f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:b800c84b0984408d51fe965464e87ab18c0c3d82c8c51d12fbd488f9a6f17f7f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:b800c84b0984408d51fe965464e87ab18c0c3d82c8c51d12fbd488f9a6f17f7f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3Ab800c84b0984408d51fe965464e87ab18c0c3d82c8c51d12fbd488f9a6f17f7f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770669474"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c67690128b6b243becc0fa48a9c8917740c4e4c01cbc3798c72e03fd9629430a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c67690128b6b243becc0fa48a9c8917740c4e4c01cbc3798c72e03fd9629430a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c67690128b6b243becc0fa48a9c8917740c4e4c01cbc3798c72e03fd9629430a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3Ac67690128b6b243becc0fa48a9c8917740c4e4c01cbc3798c72e03fd9629430a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770667658"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d4ce3e07bfee07e11573773846eb94c759a6d648c06db0bfa2dda1f0110b9f84_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d4ce3e07bfee07e11573773846eb94c759a6d648c06db0bfa2dda1f0110b9f84_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d4ce3e07bfee07e11573773846eb94c759a6d648c06db0bfa2dda1f0110b9f84_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-rhel9-operator@sha256%3Ad4ce3e07bfee07e11573773846eb94c759a6d648c06db0bfa2dda1f0110b9f84?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770669486"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:2040c1f1f4193837690b31dc5f88a840bd6c1c070ab0b091bd20439dd9dfdb49_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:2040c1f1f4193837690b31dc5f88a840bd6c1c070ab0b091bd20439dd9dfdb49_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:2040c1f1f4193837690b31dc5f88a840bd6c1c070ab0b091bd20439dd9dfdb49_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3A2040c1f1f4193837690b31dc5f88a840bd6c1c070ab0b091bd20439dd9dfdb49?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770667323"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e5568dc2b0aa9f9251b0ac80d28b2c01247a9fdd1a7fd42779932bcb9c0116ad_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e5568dc2b0aa9f9251b0ac80d28b2c01247a9fdd1a7fd42779932bcb9c0116ad_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e5568dc2b0aa9f9251b0ac80d28b2c01247a9fdd1a7fd42779932bcb9c0116ad_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver-rhel9@sha256%3Ae5568dc2b0aa9f9251b0ac80d28b2c01247a9fdd1a7fd42779932bcb9c0116ad?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770669197"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:da698e145cf30d354629fe8f6c4023d14fa2b5b167045bd8a6da0ba441b8c92d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:da698e145cf30d354629fe8f6c4023d14fa2b5b167045bd8a6da0ba441b8c92d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:da698e145cf30d354629fe8f6c4023d14fa2b5b167045bd8a6da0ba441b8c92d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-olm-rhel9-operator@sha256%3Ada698e145cf30d354629fe8f6c4023d14fa2b5b167045bd8a6da0ba441b8c92d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770668722"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6decc15033377fcfef17782d66d17fe25501b157d69bd83e85a87c6e60f665d4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6decc15033377fcfef17782d66d17fe25501b157d69bd83e85a87c6e60f665d4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6decc15033377fcfef17782d66d17fe25501b157d69bd83e85a87c6e60f665d4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3A6decc15033377fcfef17782d66d17fe25501b157d69bd83e85a87c6e60f665d4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770668804"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:9c4d4b4b4f7b8cf69f9535c0f1191f4de338b928311b0ed867fdcb0d8156220a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:9c4d4b4b4f7b8cf69f9535c0f1191f4de338b928311b0ed867fdcb0d8156220a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:9c4d4b4b4f7b8cf69f9535c0f1191f4de338b928311b0ed867fdcb0d8156220a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3A9c4d4b4b4f7b8cf69f9535c0f1191f4de338b928311b0ed867fdcb0d8156220a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770669165"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f81dae6cfa04aa748063691e788c0e90633868549d2a53b8fb0ce14e37900928_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f81dae6cfa04aa748063691e788c0e90633868549d2a53b8fb0ce14e37900928_arm64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f81dae6cfa04aa748063691e788c0e90633868549d2a53b8fb0ce14e37900928_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9-operator@sha256%3Af81dae6cfa04aa748063691e788c0e90633868549d2a53b8fb0ce14e37900928?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770667941"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:992c550b1d50408bcdca519980d914bf7bca4ee382ee0540aa3af2d034eddc4b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:992c550b1d50408bcdca519980d914bf7bca4ee382ee0540aa3af2d034eddc4b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:992c550b1d50408bcdca519980d914bf7bca4ee382ee0540aa3af2d034eddc4b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-rhel9-operator@sha256%3A992c550b1d50408bcdca519980d914bf7bca4ee382ee0540aa3af2d034eddc4b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770659491"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6b96857862bf6275ae1b5cd28a4eedabf4ecb6df67a441f47c1469359e76b9dd_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6b96857862bf6275ae1b5cd28a4eedabf4ecb6df67a441f47c1469359e76b9dd_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6b96857862bf6275ae1b5cd28a4eedabf4ecb6df67a441f47c1469359e76b9dd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-update-keys-rhel9@sha256%3A6b96857862bf6275ae1b5cd28a4eedabf4ecb6df67a441f47c1469359e76b9dd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770667697"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:bdf77c78561fb5592d084c616462fb0341d8dfea9ce664196d398480cf4c9b95_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:bdf77c78561fb5592d084c616462fb0341d8dfea9ce664196d398480cf4c9b95_arm64",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:bdf77c78561fb5592d084c616462fb0341d8dfea9ce664196d398480cf4c9b95_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel9@sha256%3Abdf77c78561fb5592d084c616462fb0341d8dfea9ce664196d398480cf4c9b95?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770668876"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:6c8b3d7e73807714789155e434b87fb7444c1ea2cc5197fdd18b0f9e253d1504_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:6c8b3d7e73807714789155e434b87fb7444c1ea2cc5197fdd18b0f9e253d1504_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:6c8b3d7e73807714789155e434b87fb7444c1ea2cc5197fdd18b0f9e253d1504_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-rhel9@sha256%3A6c8b3d7e73807714789155e434b87fb7444c1ea2cc5197fdd18b0f9e253d1504?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770669343"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:8b310a127ab9ef1521dbfa6ae4909d5e79b846838de6b07f8693a6f746d8e1d0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:8b310a127ab9ef1521dbfa6ae4909d5e79b846838de6b07f8693a6f746d8e1d0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:8b310a127ab9ef1521dbfa6ae4909d5e79b846838de6b07f8693a6f746d8e1d0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-rhel9-operator@sha256%3A8b310a127ab9ef1521dbfa6ae4909d5e79b846838de6b07f8693a6f746d8e1d0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770666131"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:1ad410be29b78a62c6c761adb2ddc81dd6552e215f3bd71b2c49c19fd9506c49_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:1ad410be29b78a62c6c761adb2ddc81dd6552e215f3bd71b2c49c19fd9506c49_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:1ad410be29b78a62c6c761adb2ddc81dd6552e215f3bd71b2c49c19fd9506c49_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-webhook-rhel9@sha256%3A1ad410be29b78a62c6c761adb2ddc81dd6552e215f3bd71b2c49c19fd9506c49?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770667784"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:bd6ab28545e203750806e1c22c4d1c9e10e91b20bcd922c5890d13eaa47982f8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:bd6ab28545e203750806e1c22c4d1c9e10e91b20bcd922c5890d13eaa47982f8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:bd6ab28545e203750806e1c22c4d1c9e10e91b20bcd922c5890d13eaa47982f8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel9@sha256%3Abd6ab28545e203750806e1c22c4d1c9e10e91b20bcd922c5890d13eaa47982f8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770668335"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:4a5be5aa4a12e2531d63f983de08bc3e411147454b3f2e601832d4d437a1a02a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:4a5be5aa4a12e2531d63f983de08bc3e411147454b3f2e601832d4d437a1a02a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:4a5be5aa4a12e2531d63f983de08bc3e411147454b3f2e601832d4d437a1a02a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel9@sha256%3A4a5be5aa4a12e2531d63f983de08bc3e411147454b3f2e601832d4d437a1a02a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770668539"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e21ea71d36fdcdb320bf2f2b60c4d2e47b83439beaefe2a78013507f6d4faf2f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e21ea71d36fdcdb320bf2f2b60c4d2e47b83439beaefe2a78013507f6d4faf2f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e21ea71d36fdcdb320bf2f2b60c4d2e47b83439beaefe2a78013507f6d4faf2f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel9@sha256%3Ae21ea71d36fdcdb320bf2f2b60c4d2e47b83439beaefe2a78013507f6d4faf2f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770666620"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:354d017903fc20f2a775c264be278253789845fb207eb876d2f650002e7d9d56_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:354d017903fc20f2a775c264be278253789845fb207eb876d2f650002e7d9d56_arm64",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:354d017903fc20f2a775c264be278253789845fb207eb876d2f650002e7d9d56_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd-rhel9@sha256%3A354d017903fc20f2a775c264be278253789845fb207eb876d2f650002e7d9d56?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770667951"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:364bf9f2adf4282b4186106425ccecab534f23ab7603050e6bb1fafffd6aa176_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:364bf9f2adf4282b4186106425ccecab534f23ab7603050e6bb1fafffd6aa176_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:364bf9f2adf4282b4186106425ccecab534f23ab7603050e6bb1fafffd6aa176_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cloud-controller-manager-rhel9@sha256%3A364bf9f2adf4282b4186106425ccecab534f23ab7603050e6bb1fafffd6aa176?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770665458"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4ead6c7e104de4b1296fd135a0be96deb8348a6837383bf3ba75c98fd6c7c20e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4ead6c7e104de4b1296fd135a0be96deb8348a6837383bf3ba75c98fd6c7c20e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4ead6c7e104de4b1296fd135a0be96deb8348a6837383bf3ba75c98fd6c7c20e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cluster-api-controllers-rhel9@sha256%3A4ead6c7e104de4b1296fd135a0be96deb8348a6837383bf3ba75c98fd6c7c20e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770664505"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:6ebb3e355f86fb611dc2f7d414713ce89c4372ed05e074673fea20929b345ec8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:6ebb3e355f86fb611dc2f7d414713ce89c4372ed05e074673fea20929b345ec8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:6ebb3e355f86fb611dc2f7d414713ce89c4372ed05e074673fea20929b345ec8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-rhel9@sha256%3A6ebb3e355f86fb611dc2f7d414713ce89c4372ed05e074673fea20929b345ec8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770664587"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:42b0c5d6a2ff553e1fdd1ce9daf95748b671d4b9f71b777ad6f06bb49e52d172_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:42b0c5d6a2ff553e1fdd1ce9daf95748b671d4b9f71b777ad6f06bb49e52d172_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:42b0c5d6a2ff553e1fdd1ce9daf95748b671d4b9f71b777ad6f06bb49e52d172_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-operator-rhel9@sha256%3A42b0c5d6a2ff553e1fdd1ce9daf95748b671d4b9f71b777ad6f06bb49e52d172?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770665650"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:01f51a86b3d544b7447be3a6505835651ac27433d4cd44912d7d90b67fd6dc1f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:01f51a86b3d544b7447be3a6505835651ac27433d4cd44912d7d90b67fd6dc1f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:01f51a86b3d544b7447be3a6505835651ac27433d4cd44912d7d90b67fd6dc1f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-image-customization-controller-rhel9@sha256%3A01f51a86b3d544b7447be3a6505835651ac27433d4cd44912d7d90b67fd6dc1f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770661400"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:9a3a34d1184f72aa33d708c971e252247c1dcb187ca485ddf536967e2d60747e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:9a3a34d1184f72aa33d708c971e252247c1dcb187ca485ddf536967e2d60747e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:9a3a34d1184f72aa33d708c971e252247c1dcb187ca485ddf536967e2d60747e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel9-operator@sha256%3A9a3a34d1184f72aa33d708c971e252247c1dcb187ca485ddf536967e2d60747e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770669370"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1c389a261e900fd9f8fc87d748363706bcf1de74a24acd410075bf0d205b8cb7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1c389a261e900fd9f8fc87d748363706bcf1de74a24acd410075bf0d205b8cb7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1c389a261e900fd9f8fc87d748363706bcf1de74a24acd410075bf0d205b8cb7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-rhel9@sha256%3A1c389a261e900fd9f8fc87d748363706bcf1de74a24acd410075bf0d205b8cb7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770733274"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:55116f0b9d2a169c62e830324808855c16ddc8086705dd884b386710d73af539_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:55116f0b9d2a169c62e830324808855c16ddc8086705dd884b386710d73af539_arm64",
"product_id": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:55116f0b9d2a169c62e830324808855c16ddc8086705dd884b386710d73af539_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-altinfra-rhel9@sha256%3A55116f0b9d2a169c62e830324808855c16ddc8086705dd884b386710d73af539?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770733278"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:8cb62fe1368a749cf2e5fe112e7deeea4157b6abd336772a52367d9d0ba21187_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:8cb62fe1368a749cf2e5fe112e7deeea4157b6abd336772a52367d9d0ba21187_arm64",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:8cb62fe1368a749cf2e5fe112e7deeea4157b6abd336772a52367d9d0ba21187_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts-rhel9@sha256%3A8cb62fe1368a749cf2e5fe112e7deeea4157b6abd336772a52367d9d0ba21187?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770751861"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b6a234ddf1c93f87ab0ba77b6dfbb1ae9ff2a1b130224daded0de20781a1f650_arm64",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b6a234ddf1c93f87ab0ba77b6dfbb1ae9ff2a1b130224daded0de20781a1f650_arm64",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b6a234ddf1c93f87ab0ba77b6dfbb1ae9ff2a1b130224daded0de20781a1f650_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kube-metrics-server-rhel9@sha256%3Ab6a234ddf1c93f87ab0ba77b6dfbb1ae9ff2a1b130224daded0de20781a1f650?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770668852"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:bd6ea26ce1660efdc5159b2a53d8812bb1a584d7185edbca08a07cb89a09cb0c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:bd6ea26ce1660efdc5159b2a53d8812bb1a584d7185edbca08a07cb89a09cb0c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:bd6ea26ce1660efdc5159b2a53d8812bb1a584d7185edbca08a07cb89a09cb0c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel9@sha256%3Abd6ea26ce1660efdc5159b2a53d8812bb1a584d7185edbca08a07cb89a09cb0c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770666169"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:51838e17ea6a17f32c4928c8d03fcd2af5052a350e4bff6bde1c484b0663ee7f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:51838e17ea6a17f32c4928c8d03fcd2af5052a350e4bff6bde1c484b0663ee7f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:51838e17ea6a17f32c4928c8d03fcd2af5052a350e4bff6bde1c484b0663ee7f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3A51838e17ea6a17f32c4928c8d03fcd2af5052a350e4bff6bde1c484b0663ee7f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770668140"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7566fa876d194d7cfd6efbb888c2ad71ff04c07e80cc4591be682c095d1b6822_arm64",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7566fa876d194d7cfd6efbb888c2ad71ff04c07e80cc4591be682c095d1b6822_arm64",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7566fa876d194d7cfd6efbb888c2ad71ff04c07e80cc4591be682c095d1b6822_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-csi-driver-rhel9@sha256%3A7566fa876d194d7cfd6efbb888c2ad71ff04c07e80cc4591be682c095d1b6822?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770669888"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:8444f6327a6cdd0cfa269384e58059a9d333af24c0e423b1abd6d85bb837ad49_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:8444f6327a6cdd0cfa269384e58059a9d333af24c0e423b1abd6d85bb837ad49_arm64",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:8444f6327a6cdd0cfa269384e58059a9d333af24c0e423b1abd6d85bb837ad49_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers-rhel9@sha256%3A8444f6327a6cdd0cfa269384e58059a9d333af24c0e423b1abd6d85bb837ad49?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770665950"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1001d2d3264dbdc69734b9e85a67db79c52d1c2f6a1a4f89880b570f834aea51_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1001d2d3264dbdc69734b9e85a67db79c52d1c2f6a1a4f89880b570f834aea51_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1001d2d3264dbdc69734b9e85a67db79c52d1c2f6a1a4f89880b570f834aea51_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-rhel9-operator@sha256%3A1001d2d3264dbdc69734b9e85a67db79c52d1c2f6a1a4f89880b570f834aea51?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770669401"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:61057b1135996175ee08d0672d50d1a9eaf083a1a057d0a5526f4af42089dd32_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:61057b1135996175ee08d0672d50d1a9eaf083a1a057d0a5526f4af42089dd32_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:61057b1135996175ee08d0672d50d1a9eaf083a1a057d0a5526f4af42089dd32_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-aws-rhel9@sha256%3A61057b1135996175ee08d0672d50d1a9eaf083a1a057d0a5526f4af42089dd32?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770661739"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:1dcc4113c131eff2cfbfab09cf11c8186360c6cdbd1086af839a03c042a87fcb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:1dcc4113c131eff2cfbfab09cf11c8186360c6cdbd1086af839a03c042a87fcb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:1dcc4113c131eff2cfbfab09cf11c8186360c6cdbd1086af839a03c042a87fcb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-azure-rhel9@sha256%3A1dcc4113c131eff2cfbfab09cf11c8186360c6cdbd1086af839a03c042a87fcb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770661162"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:491afa1460d3cb3aae7dce1df98c67bc343cd47ce22df4c55810f578f8aa6b5f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:491afa1460d3cb3aae7dce1df98c67bc343cd47ce22df4c55810f578f8aa6b5f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:491afa1460d3cb3aae7dce1df98c67bc343cd47ce22df4c55810f578f8aa6b5f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-gcp-rhel9@sha256%3A491afa1460d3cb3aae7dce1df98c67bc343cd47ce22df4c55810f578f8aa6b5f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770665581"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:bd271650ae9beef457d2c72a9f552448762e538d92cdb345d032ddc3786493bd_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:bd271650ae9beef457d2c72a9f552448762e538d92cdb345d032ddc3786493bd_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:bd271650ae9beef457d2c72a9f552448762e538d92cdb345d032ddc3786493bd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-openstack-rhel9@sha256%3Abd271650ae9beef457d2c72a9f552448762e538d92cdb345d032ddc3786493bd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770666020"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d4e4e5976380af9528d6405bbbfca7718307afdc46ace2fe3702ecb8ee479ff3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d4e4e5976380af9528d6405bbbfca7718307afdc46ace2fe3702ecb8ee479ff3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d4e4e5976380af9528d6405bbbfca7718307afdc46ace2fe3702ecb8ee479ff3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-rhel9-operator@sha256%3Ad4e4e5976380af9528d6405bbbfca7718307afdc46ace2fe3702ecb8ee479ff3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770669306"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:2efdc02714260c48bc53e7ab0cae1e2d3b99c467469ee1f73fb0b79149091d45_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:2efdc02714260c48bc53e7ab0cae1e2d3b99c467469ee1f73fb0b79149091d45_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:2efdc02714260c48bc53e7ab0cae1e2d3b99c467469ee1f73fb0b79149091d45_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel9@sha256%3A2efdc02714260c48bc53e7ab0cae1e2d3b99c467469ee1f73fb0b79149091d45?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770762761"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:cc8f8b60224940a4c6f8bc236f8cef754c8bc5b4a6d6ecddbc12db49b0087aea_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:cc8f8b60224940a4c6f8bc236f8cef754c8bc5b4a6d6ecddbc12db49b0087aea_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:cc8f8b60224940a4c6f8bc236f8cef754c8bc5b4a6d6ecddbc12db49b0087aea_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller-rhel9@sha256%3Acc8f8b60224940a4c6f8bc236f8cef754c8bc5b4a6d6ecddbc12db49b0087aea?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770667746"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:c6a713980f98015bc170590afbe2f48b3c4addbd7ff19eee4af2be4b431b3dc8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:c6a713980f98015bc170590afbe2f48b3c4addbd7ff19eee4af2be4b431b3dc8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:c6a713980f98015bc170590afbe2f48b3c4addbd7ff19eee4af2be4b431b3dc8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel9@sha256%3Ac6a713980f98015bc170590afbe2f48b3c4addbd7ff19eee4af2be4b431b3dc8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770669955"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:f0f385d704d85a84503b5415a35a0e127f3a5eabbc813ce61a6afd5044fb35de_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:f0f385d704d85a84503b5415a35a0e127f3a5eabbc813ce61a6afd5044fb35de_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:f0f385d704d85a84503b5415a35a0e127f3a5eabbc813ce61a6afd5044fb35de_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3Af0f385d704d85a84503b5415a35a0e127f3a5eabbc813ce61a6afd5044fb35de?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770667885"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:58e8b0de0751882c27612c0547004d51b8a59c1824acc2e8d30360f8ca6b2d0d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:58e8b0de0751882c27612c0547004d51b8a59c1824acc2e8d30360f8ca6b2d0d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:58e8b0de0751882c27612c0547004d51b8a59c1824acc2e8d30360f8ca6b2d0d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather-rhel9@sha256%3A58e8b0de0751882c27612c0547004d51b8a59c1824acc2e8d30360f8ca6b2d0d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770682486"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:92d9f3394d35d8f620a495d90bbfffa00fb30b02c07494ad353bf88b80b299e0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:92d9f3394d35d8f620a495d90bbfffa00fb30b02c07494ad353bf88b80b299e0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:92d9f3394d35d8f620a495d90bbfffa00fb30b02c07494ad353bf88b80b299e0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel9@sha256%3A92d9f3394d35d8f620a495d90bbfffa00fb30b02c07494ad353bf88b80b299e0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770667016"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e1dee7b5a5ea8c48960723f1dbc36b50bb8edf0e3756000631d705cc964a7ca6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e1dee7b5a5ea8c48960723f1dbc36b50bb8edf0e3756000631d705cc964a7ca6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e1dee7b5a5ea8c48960723f1dbc36b50bb8edf0e3756000631d705cc964a7ca6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel9@sha256%3Ae1dee7b5a5ea8c48960723f1dbc36b50bb8edf0e3756000631d705cc964a7ca6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770669537"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:1e58da4120c75035a6adaf6718a1e97ec9c3d6127bbec91836171ddbd7141049_arm64",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:1e58da4120c75035a6adaf6718a1e97ec9c3d6127bbec91836171ddbd7141049_arm64",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:1e58da4120c75035a6adaf6718a1e97ec9c3d6127bbec91836171ddbd7141049_arm64",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel9@sha256%3A1e58da4120c75035a6adaf6718a1e97ec9c3d6127bbec91836171ddbd7141049?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770688170"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:79b723e31ae2158844c9f9b1a302e379d90be8c21e1e175106b77ebf19e7a5fd_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:79b723e31ae2158844c9f9b1a302e379d90be8c21e1e175106b77ebf19e7a5fd_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:79b723e31ae2158844c9f9b1a302e379d90be8c21e1e175106b77ebf19e7a5fd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel9@sha256%3A79b723e31ae2158844c9f9b1a302e379d90be8c21e1e175106b77ebf19e7a5fd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770669540"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:04b85fc4bcf3ee707044a3ad2556236e5b2fa4b09875ca781f61a13a11d94cde_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:04b85fc4bcf3ee707044a3ad2556236e5b2fa4b09875ca781f61a13a11d94cde_arm64",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:04b85fc4bcf3ee707044a3ad2556236e5b2fa4b09875ca781f61a13a11d94cde_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-catalogd-rhel9@sha256%3A04b85fc4bcf3ee707044a3ad2556236e5b2fa4b09875ca781f61a13a11d94cde?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770668830"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4f6d5dd85317206c92af4aa0bcdfada9319b70856135fad4b30691bca9740387_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4f6d5dd85317206c92af4aa0bcdfada9319b70856135fad4b30691bca9740387_arm64",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4f6d5dd85317206c92af4aa0bcdfada9319b70856135fad4b30691bca9740387_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-operator-controller-rhel9@sha256%3A4f6d5dd85317206c92af4aa0bcdfada9319b70856135fad4b30691bca9740387?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770669582"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:151563529a3997849bbfcc5af0d7f785c26cbdc449935bc97d4f6250492fe4a7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:151563529a3997849bbfcc5af0d7f785c26cbdc449935bc97d4f6250492fe4a7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:151563529a3997849bbfcc5af0d7f785c26cbdc449935bc97d4f6250492fe4a7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-rukpak-rhel9@sha256%3A151563529a3997849bbfcc5af0d7f785c26cbdc449935bc97d4f6250492fe4a7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770667292"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c8f98eba93ba62f17c51a77572d1ea794f2928e0e6e295ec881046e9fb04fa97_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c8f98eba93ba62f17c51a77572d1ea794f2928e0e6e295ec881046e9fb04fa97_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c8f98eba93ba62f17c51a77572d1ea794f2928e0e6e295ec881046e9fb04fa97_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel9@sha256%3Ac8f98eba93ba62f17c51a77572d1ea794f2928e0e6e295ec881046e9fb04fa97?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770666449"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:632e71ea8413382e51005f4110fedc3930270e617fe176415958f15e11ca87d9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:632e71ea8413382e51005f4110fedc3930270e617fe176415958f15e11ca87d9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:632e71ea8413382e51005f4110fedc3930270e617fe176415958f15e11ca87d9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel9@sha256%3A632e71ea8413382e51005f4110fedc3930270e617fe176415958f15e11ca87d9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770666052"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:ac2600a181492ce1a44e31c83258a5fba05c7f39695c5f6887965a6bb2871df8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:ac2600a181492ce1a44e31c83258a5fba05c7f39695c5f6887965a6bb2871df8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:ac2600a181492ce1a44e31c83258a5fba05c7f39695c5f6887965a6bb2871df8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9@sha256%3Aac2600a181492ce1a44e31c83258a5fba05c7f39695c5f6887965a6bb2871df8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770666068"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ef488b181ed6865117b0f2ba94075786b6e564602ba420d58e570ce9d919f069_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ef488b181ed6865117b0f2ba94075786b6e564602ba420d58e570ce9d919f069_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ef488b181ed6865117b0f2ba94075786b6e564602ba420d58e570ce9d919f069_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3Aef488b181ed6865117b0f2ba94075786b6e564602ba420d58e570ce9d919f069?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770667351"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:222b70b3268bd5b6e1a960a85773594e543ab847b59dfa0dd3d94104ac3cb38e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:222b70b3268bd5b6e1a960a85773594e543ab847b59dfa0dd3d94104ac3cb38e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:222b70b3268bd5b6e1a960a85773594e543ab847b59dfa0dd3d94104ac3cb38e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel9@sha256%3A222b70b3268bd5b6e1a960a85773594e543ab847b59dfa0dd3d94104ac3cb38e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770668665"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:b7d7b847c855c894255f887e106b3027a29e2fd0dfd8bd606a1280a4313b094b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:b7d7b847c855c894255f887e106b3027a29e2fd0dfd8bd606a1280a4313b094b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:b7d7b847c855c894255f887e106b3027a29e2fd0dfd8bd606a1280a4313b094b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-framework-tools-rhel9@sha256%3Ab7d7b847c855c894255f887e106b3027a29e2fd0dfd8bd606a1280a4313b094b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770669951"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:010c10fe8bd3e00d8ad7c690fd4026fef3737f41161cc5838a186c7e9b13c53c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:010c10fe8bd3e00d8ad7c690fd4026fef3737f41161cc5838a186c7e9b13c53c_arm64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:010c10fe8bd3e00d8ad7c690fd4026fef3737f41161cc5838a186c7e9b13c53c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9@sha256%3A010c10fe8bd3e00d8ad7c690fd4026fef3737f41161cc5838a186c7e9b13c53c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770669444"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:462c3f69e1907a9b834188eb2aad3426d3f262315d1fbdb5629eb42b1849be0f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:462c3f69e1907a9b834188eb2aad3426d3f262315d1fbdb5629eb42b1849be0f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:462c3f69e1907a9b834188eb2aad3426d3f262315d1fbdb5629eb42b1849be0f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256%3A462c3f69e1907a9b834188eb2aad3426d3f262315d1fbdb5629eb42b1849be0f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770682194"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:ece0c645d881112e48d2886024cb96b6cf4b1889cc456b30d331df729fcdc9cf_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:ece0c645d881112e48d2886024cb96b6cf4b1889cc456b30d331df729fcdc9cf_arm64",
"product_id": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:ece0c645d881112e48d2886024cb96b6cf4b1889cc456b30d331df729fcdc9cf_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-k8s-prometheus-adapter-rhel9@sha256%3Aece0c645d881112e48d2886024cb96b6cf4b1889cc456b30d331df729fcdc9cf?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770667773"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:6bc2b0f07f5e3ee0986b7652434359992bc995788d7a1fcdfe393f2b1a717dbc_arm64",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:6bc2b0f07f5e3ee0986b7652434359992bc995788d7a1fcdfe393f2b1a717dbc_arm64",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:6bc2b0f07f5e3ee0986b7652434359992bc995788d7a1fcdfe393f2b1a717dbc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel9@sha256%3A6bc2b0f07f5e3ee0986b7652434359992bc995788d7a1fcdfe393f2b1a717dbc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770667765"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:97ad34222a7b6f40f4e7f371de5ab7f9bd21519abd49dad6fb9ce5e775cccafc_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:97ad34222a7b6f40f4e7f371de5ab7f9bd21519abd49dad6fb9ce5e775cccafc_arm64",
"product_id": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:97ad34222a7b6f40f4e7f371de5ab7f9bd21519abd49dad6fb9ce5e775cccafc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-sdn-rhel9@sha256%3A97ad34222a7b6f40f4e7f371de5ab7f9bd21519abd49dad6fb9ce5e775cccafc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770668815"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8f9dd799d03d523103b6ec8910f1824f01e142aff8c689d55a3728250b8be3d7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8f9dd799d03d523103b6ec8910f1824f01e142aff8c689d55a3728250b8be3d7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8f9dd799d03d523103b6ec8910f1824f01e142aff8c689d55a3728250b8be3d7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-rhel9-operator@sha256%3A8f9dd799d03d523103b6ec8910f1824f01e142aff8c689d55a3728250b8be3d7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770667521"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1dd92470819fdcb1772f425687cacbb71f1ace0453cae1dd4b5ad01b747fe54c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1dd92470819fdcb1772f425687cacbb71f1ace0453cae1dd4b5ad01b747fe54c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1dd92470819fdcb1772f425687cacbb71f1ace0453cae1dd4b5ad01b747fe54c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel9@sha256%3A1dd92470819fdcb1772f425687cacbb71f1ace0453cae1dd4b5ad01b747fe54c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770667834"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f872b70b2027aaa6e426ee17b4f08d729d4e8121e9e98cafdec350153ac6d464_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f872b70b2027aaa6e426ee17b4f08d729d4e8121e9e98cafdec350153ac6d464_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f872b70b2027aaa6e426ee17b4f08d729d4e8121e9e98cafdec350153ac6d464_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256%3Af872b70b2027aaa6e426ee17b4f08d729d4e8121e9e98cafdec350153ac6d464?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770682377"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:acd05d00f32c61bb6fa2a544887dd218002e2135a0de1acf7896571768735aa2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:acd05d00f32c61bb6fa2a544887dd218002e2135a0de1acf7896571768735aa2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:acd05d00f32c61bb6fa2a544887dd218002e2135a0de1acf7896571768735aa2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy-rhel9@sha256%3Aacd05d00f32c61bb6fa2a544887dd218002e2135a0de1acf7896571768735aa2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770669894"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:be910f706a78786f57bf9601f04808dd78cd377c7dca4e0fef655be3a03e3350_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:be910f706a78786f57bf9601f04808dd78cd377c7dca4e0fef655be3a03e3350_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:be910f706a78786f57bf9601f04808dd78cd377c7dca4e0fef655be3a03e3350_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader-rhel9@sha256%3Abe910f706a78786f57bf9601f04808dd78cd377c7dca4e0fef655be3a03e3350?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770665989"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:1b94bd10f5dd7c2b2ea46d32c905b5d95634aced341be5dd8afacf9b8123093f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:1b94bd10f5dd7c2b2ea46d32c905b5d95634aced341be5dd8afacf9b8123093f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:1b94bd10f5dd7c2b2ea46d32c905b5d95634aced341be5dd8afacf9b8123093f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9-operator@sha256%3A1b94bd10f5dd7c2b2ea46d32c905b5d95634aced341be5dd8afacf9b8123093f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770669888"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:11a2f9b1e75a4e3af89c08a63a03854b3c8b4e42b3e4d82151502322b896a11f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:11a2f9b1e75a4e3af89c08a63a03854b3c8b4e42b3e4d82151502322b896a11f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:11a2f9b1e75a4e3af89c08a63a03854b3c8b4e42b3e4d82151502322b896a11f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel9@sha256%3A11a2f9b1e75a4e3af89c08a63a03854b3c8b4e42b3e4d82151502322b896a11f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770666016"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:b664dc527a0cc5864e95b25751979fec4d4500ead771860fe6aa4f0f24c7ba8e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:b664dc527a0cc5864e95b25751979fec4d4500ead771860fe6aa4f0f24c7ba8e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:b664dc527a0cc5864e95b25751979fec4d4500ead771860fe6aa4f0f24c7ba8e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter-rhel9@sha256%3Ab664dc527a0cc5864e95b25751979fec4d4500ead771860fe6aa4f0f24c7ba8e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770669595"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:725f8d814c5acd2fd5e5f38106a89ef41fec83ca077647cf4c9c5f909e338660_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:725f8d814c5acd2fd5e5f38106a89ef41fec83ca077647cf4c9c5f909e338660_arm64",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:725f8d814c5acd2fd5e5f38106a89ef41fec83ca077647cf4c9c5f909e338660_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel9@sha256%3A725f8d814c5acd2fd5e5f38106a89ef41fec83ca077647cf4c9c5f909e338660?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770666887"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:477d5a4fc9a1354090356a06603a9b135814e9ee97d9c4b51046f597e195d5ae_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:477d5a4fc9a1354090356a06603a9b135814e9ee97d9c4b51046f597e195d5ae_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:477d5a4fc9a1354090356a06603a9b135814e9ee97d9c4b51046f597e195d5ae_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9@sha256%3A477d5a4fc9a1354090356a06603a9b135814e9ee97d9c4b51046f597e195d5ae?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770659551"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:31a0ff47aa1a017d18773be577a1dc3296001154c7c40de20cbc3cc767b0c16b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:31a0ff47aa1a017d18773be577a1dc3296001154c7c40de20cbc3cc767b0c16b_s390x",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:31a0ff47aa1a017d18773be577a1dc3296001154c7c40de20cbc3cc767b0c16b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/aws-kms-encryption-provider-rhel9@sha256%3A31a0ff47aa1a017d18773be577a1dc3296001154c7c40de20cbc3cc767b0c16b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770669406"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:34b678523168aca5571ba1e631a458addc39ea9aaea3eff355fbe091e859b30f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:34b678523168aca5571ba1e631a458addc39ea9aaea3eff355fbe091e859b30f_s390x",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:34b678523168aca5571ba1e631a458addc39ea9aaea3eff355fbe091e859b30f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/azure-kms-encryption-provider-rhel9@sha256%3A34b678523168aca5571ba1e631a458addc39ea9aaea3eff355fbe091e859b30f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770667155"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2e98c100a02f00cc2f58fc7e4773041e81be4781e8a8c02539acb17d66cea93c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2e98c100a02f00cc2f58fc7e4773041e81be4781e8a8c02539acb17d66cea93c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2e98c100a02f00cc2f58fc7e4773041e81be4781e8a8c02539acb17d66cea93c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers-rhel9@sha256%3A2e98c100a02f00cc2f58fc7e4773041e81be4781e8a8c02539acb17d66cea93c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770667145"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:5c4c1cfad723db265d037968ba4892ba883f1251d06a6b348d3f5bcd78f3725c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:5c4c1cfad723db265d037968ba4892ba883f1251d06a6b348d3f5bcd78f3725c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:5c4c1cfad723db265d037968ba4892ba883f1251d06a6b348d3f5bcd78f3725c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel9@sha256%3A5c4c1cfad723db265d037968ba4892ba883f1251d06a6b348d3f5bcd78f3725c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770669501"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:8acbe6bee1e736dc4b636057a9ca03e6d19a341c207f4856281e9442b4e2f5b1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:8acbe6bee1e736dc4b636057a9ca03e6d19a341c207f4856281e9442b4e2f5b1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:8acbe6bee1e736dc4b636057a9ca03e6d19a341c207f4856281e9442b4e2f5b1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel9-operator@sha256%3A8acbe6bee1e736dc4b636057a9ca03e6d19a341c207f4856281e9442b4e2f5b1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770827760"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6c0d83c46bc0032ff04ea451858bf53db20a42b02c72870771a683b292977620_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6c0d83c46bc0032ff04ea451858bf53db20a42b02c72870771a683b292977620_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6c0d83c46bc0032ff04ea451858bf53db20a42b02c72870771a683b292977620_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-rhel9-operator@sha256%3A6c0d83c46bc0032ff04ea451858bf53db20a42b02c72870771a683b292977620?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770666471"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:575c9649ab6ddf045d4be5b4c86501cd0a63fe02d73b4a803b511213405ff243_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:575c9649ab6ddf045d4be5b4c86501cd0a63fe02d73b4a803b511213405ff243_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:575c9649ab6ddf045d4be5b4c86501cd0a63fe02d73b4a803b511213405ff243_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-rhel9-operator@sha256%3A575c9649ab6ddf045d4be5b4c86501cd0a63fe02d73b4a803b511213405ff243?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770668979"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:973f4d0e9307929973adcd633718d00d09196bbe271b4f9d24f8a399643e1eae_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:973f4d0e9307929973adcd633718d00d09196bbe271b4f9d24f8a399643e1eae_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:973f4d0e9307929973adcd633718d00d09196bbe271b4f9d24f8a399643e1eae_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256%3A973f4d0e9307929973adcd633718d00d09196bbe271b4f9d24f8a399643e1eae?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770669824"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:f3d14a42e2214c08f4695a86b716a383112b70245a711db6fda0a5a462371994_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:f3d14a42e2214c08f4695a86b716a383112b70245a711db6fda0a5a462371994_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:f3d14a42e2214c08f4695a86b716a383112b70245a711db6fda0a5a462371994_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel9@sha256%3Af3d14a42e2214c08f4695a86b716a383112b70245a711db6fda0a5a462371994?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770666254"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:03926dc5ab653058aa6d7750ea01a2b45c8f17a5ca7a8e67ca652c9a0dce194e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:03926dc5ab653058aa6d7750ea01a2b45c8f17a5ca7a8e67ca652c9a0dce194e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:03926dc5ab653058aa6d7750ea01a2b45c8f17a5ca7a8e67ca652c9a0dce194e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-rhel9-operator@sha256%3A03926dc5ab653058aa6d7750ea01a2b45c8f17a5ca7a8e67ca652c9a0dce194e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770666317"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1dd2bf9193891003a1666b3eef1890bf737089784285b1227393a690ca1cde04_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1dd2bf9193891003a1666b3eef1890bf737089784285b1227393a690ca1cde04_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1dd2bf9193891003a1666b3eef1890bf737089784285b1227393a690ca1cde04_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-rhel9-operator@sha256%3A1dd2bf9193891003a1666b3eef1890bf737089784285b1227393a690ca1cde04?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770667875"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ffc14425bb9275fd713b639c43ce33bf303c54e38cc53f4f9db3a3a1f2a6f105_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ffc14425bb9275fd713b639c43ce33bf303c54e38cc53f4f9db3a3a1f2a6f105_s390x",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ffc14425bb9275fd713b639c43ce33bf303c54e38cc53f4f9db3a3a1f2a6f105_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader-rhel9@sha256%3Affc14425bb9275fd713b639c43ce33bf303c54e38cc53f4f9db3a3a1f2a6f105?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770668538"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:17d2506a96ba4da62c33738d9798c651658555531ba721f277b95b9c5283df84_s390x",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:17d2506a96ba4da62c33738d9798c651658555531ba721f277b95b9c5283df84_s390x",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:17d2506a96ba4da62c33738d9798c651658555531ba721f277b95b9c5283df84_s390x",
"product_identification_helper": {
"purl": "pkg:oci/container-networking-plugins-microshift-rhel9@sha256%3A17d2506a96ba4da62c33738d9798c651658555531ba721f277b95b9c5283df84?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770665997"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fa007e3f1a38a5b48a21d37737077594f57cac65d08a9da8859bd1f98677fc86_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fa007e3f1a38a5b48a21d37737077594f57cac65d08a9da8859bd1f98677fc86_s390x",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fa007e3f1a38a5b48a21d37737077594f57cac65d08a9da8859bd1f98677fc86_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns-rhel9@sha256%3Afa007e3f1a38a5b48a21d37737077594f57cac65d08a9da8859bd1f98677fc86?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770666096"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:e9cb3fec3be65cd06e6fe00d2954b8302e12814701e1906ad91833ef18a01fab_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:e9cb3fec3be65cd06e6fe00d2954b8302e12814701e1906ad91833ef18a01fab_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:e9cb3fec3be65cd06e6fe00d2954b8302e12814701e1906ad91833ef18a01fab_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel9@sha256%3Ae9cb3fec3be65cd06e6fe00d2954b8302e12814701e1906ad91833ef18a01fab?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770666042"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:7f7b4c6d942213eac8eb3b3e87c81094208a3b41e1345964f29e6936c5ac6b31_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:7f7b4c6d942213eac8eb3b3e87c81094208a3b41e1345964f29e6936c5ac6b31_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:7f7b4c6d942213eac8eb3b3e87c81094208a3b41e1345964f29e6936c5ac6b31_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel9@sha256%3A7f7b4c6d942213eac8eb3b3e87c81094208a3b41e1345964f29e6936c5ac6b31?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770669694"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e8d9136a62d6038628221fefdae5923e39cde2aedb2aeff9dccbd1b5b1e4627f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e8d9136a62d6038628221fefdae5923e39cde2aedb2aeff9dccbd1b5b1e4627f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e8d9136a62d6038628221fefdae5923e39cde2aedb2aeff9dccbd1b5b1e4627f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel9@sha256%3Ae8d9136a62d6038628221fefdae5923e39cde2aedb2aeff9dccbd1b5b1e4627f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770669006"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ef7b269606c239b4c5b9e720fe99a727b2fe55ca5eaf651c4209c5f4ece296dd_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ef7b269606c239b4c5b9e720fe99a727b2fe55ca5eaf651c4209c5f4ece296dd_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ef7b269606c239b4c5b9e720fe99a727b2fe55ca5eaf651c4209c5f4ece296dd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel9@sha256%3Aef7b269606c239b4c5b9e720fe99a727b2fe55ca5eaf651c4209c5f4ece296dd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770669491"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:9151d366b16d34b16a1c90575e3317054503b12c880af51d496f681fce3f88d7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:9151d366b16d34b16a1c90575e3317054503b12c880af51d496f681fce3f88d7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:9151d366b16d34b16a1c90575e3317054503b12c880af51d496f681fce3f88d7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-validation-webhook-rhel9@sha256%3A9151d366b16d34b16a1c90575e3317054503b12c880af51d496f681fce3f88d7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770668481"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:2d9397f611cb4830f7b9bb67e7e35af224c0f121e4fe884c98c7c4807ef84855_s390x",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:2d9397f611cb4830f7b9bb67e7e35af224c0f121e4fe884c98c7c4807ef84855_s390x",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:2d9397f611cb4830f7b9bb67e7e35af224c0f121e4fe884c98c7c4807ef84855_s390x",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256%3A2d9397f611cb4830f7b9bb67e7e35af224c0f121e4fe884c98c7c4807ef84855?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770667195"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6d1451124fcfb4ef7a5a4c673e06603443f538c6ff781f10706e8814245ff056_s390x",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6d1451124fcfb4ef7a5a4c673e06603443f538c6ff781f10706e8814245ff056_s390x",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6d1451124fcfb4ef7a5a4c673e06603443f538c6ff781f10706e8814245ff056_s390x",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel9@sha256%3A6d1451124fcfb4ef7a5a4c673e06603443f538c6ff781f10706e8814245ff056?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770668775"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e0a03020adf1f6b1612c5a935aebce414ba1c84a71c09e9e91a8759c488137b7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e0a03020adf1f6b1612c5a935aebce414ba1c84a71c09e9e91a8759c488137b7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e0a03020adf1f6b1612c5a935aebce414ba1c84a71c09e9e91a8759c488137b7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy-rhel9@sha256%3Ae0a03020adf1f6b1612c5a935aebce414ba1c84a71c09e9e91a8759c488137b7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770659511"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:707d8e731d89185bc601f005fb49bfe73a063702c3058b7de342e6b90e84c9a2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:707d8e731d89185bc601f005fb49bfe73a063702c3058b7de342e6b90e84c9a2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:707d8e731d89185bc601f005fb49bfe73a063702c3058b7de342e6b90e84c9a2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager-rhel9@sha256%3A707d8e731d89185bc601f005fb49bfe73a063702c3058b7de342e6b90e84c9a2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770667155"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:53923226087001bf8b4a6fe17761d2f7f745ab20710e7c1074673c6566a070e8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:53923226087001bf8b4a6fe17761d2f7f745ab20710e7c1074673c6566a070e8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:53923226087001bf8b4a6fe17761d2f7f745ab20710e7c1074673c6566a070e8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-node-exporter-rhel9@sha256%3A53923226087001bf8b4a6fe17761d2f7f745ab20710e7c1074673c6566a070e8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770666709"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:55faf10fc5ede65f8bf6b3c3524ee3dc3427660180aa499e208c1a0ec2edc0ec_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:55faf10fc5ede65f8bf6b3c3524ee3dc3427660180aa499e208c1a0ec2edc0ec_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:55faf10fc5ede65f8bf6b3c3524ee3dc3427660180aa499e208c1a0ec2edc0ec_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9@sha256%3A55faf10fc5ede65f8bf6b3c3524ee3dc3427660180aa499e208c1a0ec2edc0ec?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770668687"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:40b891a4cb673d3080ca260e54a87bc1e730820cc5058aab5c87f0d9242746db_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:40b891a4cb673d3080ca260e54a87bc1e730820cc5058aab5c87f0d9242746db_s390x",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:40b891a4cb673d3080ca260e54a87bc1e730820cc5058aab5c87f0d9242746db_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel9@sha256%3A40b891a4cb673d3080ca260e54a87bc1e730820cc5058aab5c87f0d9242746db?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770669831"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:accbf8cdcc475fdd0ae3427f178de8f847fed6c09cce1c12428861adc9b342b8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:accbf8cdcc475fdd0ae3427f178de8f847fed6c09cce1c12428861adc9b342b8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:accbf8cdcc475fdd0ae3427f178de8f847fed6c09cce1c12428861adc9b342b8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy-rhel9@sha256%3Aaccbf8cdcc475fdd0ae3427f178de8f847fed6c09cce1c12428861adc9b342b8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770669165"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d849f73e901939241fc0853532489308b856ec530492a706db8f81ac47e59318_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d849f73e901939241fc0853532489308b856ec530492a706db8f81ac47e59318_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d849f73e901939241fc0853532489308b856ec530492a706db8f81ac47e59318_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy-rhel9@sha256%3Ad849f73e901939241fc0853532489308b856ec530492a706db8f81ac47e59318?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770667246"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7845202df558b0ef442f3b4fbef423c6278fc43bea49169140fe3a263b15c7e4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7845202df558b0ef442f3b4fbef423c6278fc43bea49169140fe3a263b15c7e4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7845202df558b0ef442f3b4fbef423c6278fc43bea49169140fe3a263b15c7e4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics-rhel9@sha256%3A7845202df558b0ef442f3b4fbef423c6278fc43bea49169140fe3a263b15c7e4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770669463"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:64e190645dd9dff1f4898ec45cc4ac42cc94f1b4bf8b1b4022a07873da039a36_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:64e190645dd9dff1f4898ec45cc4ac42cc94f1b4bf8b1b4022a07873da039a36_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:64e190645dd9dff1f4898ec45cc4ac42cc94f1b4bf8b1b4022a07873da039a36_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace-rhel9@sha256%3A64e190645dd9dff1f4898ec45cc4ac42cc94f1b4bf8b1b4022a07873da039a36?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770668861"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9b033e2e92e64d07e7510846ed5f374b1f1375172819dd1eb567c83d9c3be4dd_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9b033e2e92e64d07e7510846ed5f374b1f1375172819dd1eb567c83d9c3be4dd_s390x",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9b033e2e92e64d07e7510846ed5f374b1f1375172819dd1eb567c83d9c3be4dd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel9@sha256%3A9b033e2e92e64d07e7510846ed5f374b1f1375172819dd1eb567c83d9c3be4dd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770830884"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:e84ff17a4913201a476735cc76bebcb7819e7b65497c43267c19bb8e88b310e6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:e84ff17a4913201a476735cc76bebcb7819e7b65497c43267c19bb8e88b310e6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:e84ff17a4913201a476735cc76bebcb7819e7b65497c43267c19bb8e88b310e6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-rhel9@sha256%3Ae84ff17a4913201a476735cc76bebcb7819e7b65497c43267c19bb8e88b310e6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770668166"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:371746e92f0c725ccaa0b0f58e950693872f87bea78608e95a2dc93b4e8ae77b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:371746e92f0c725ccaa0b0f58e950693872f87bea78608e95a2dc93b4e8ae77b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:371746e92f0c725ccaa0b0f58e950693872f87bea78608e95a2dc93b4e8ae77b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-microshift-rhel9@sha256%3A371746e92f0c725ccaa0b0f58e950693872f87bea78608e95a2dc93b4e8ae77b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770666357"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dab0992bd8f2a8b158c03d3c271e9cce7de86c1e188e136efdafcc20ff1520c3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dab0992bd8f2a8b158c03d3c271e9cce7de86c1e188e136efdafcc20ff1520c3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dab0992bd8f2a8b158c03d3c271e9cce7de86c1e188e136efdafcc20ff1520c3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel9@sha256%3Adab0992bd8f2a8b158c03d3c271e9cce7de86c1e188e136efdafcc20ff1520c3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770666648"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:e4ea39c79db66f4c7144a8526d5971ac698c3502df81744df07f7a9f281149ec_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:e4ea39c79db66f4c7144a8526d5971ac698c3502df81744df07f7a9f281149ec_s390x",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:e4ea39c79db66f4c7144a8526d5971ac698c3502df81744df07f7a9f281149ec_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-networking-console-plugin-rhel9@sha256%3Ae4ea39c79db66f4c7144a8526d5971ac698c3502df81744df07f7a9f281149ec?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770830892"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:05bff5cef1e0071adfc0c9fc07b2a7ef6ef2e6f0b597dea05bd784f8f9746533_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:05bff5cef1e0071adfc0c9fc07b2a7ef6ef2e6f0b597dea05bd784f8f9746533_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:05bff5cef1e0071adfc0c9fc07b2a7ef6ef2e6f0b597dea05bd784f8f9746533_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel9@sha256%3A05bff5cef1e0071adfc0c9fc07b2a7ef6ef2e6f0b597dea05bd784f8f9746533?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770667654"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a045a2aadc8aadf68064292aed51b08b5b848fd726bff69e8811a23fd17f7da5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a045a2aadc8aadf68064292aed51b08b5b848fd726bff69e8811a23fd17f7da5_s390x",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a045a2aadc8aadf68064292aed51b08b5b848fd726bff69e8811a23fd17f7da5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oc-mirror-plugin-rhel9@sha256%3Aa045a2aadc8aadf68064292aed51b08b5b848fd726bff69e8811a23fd17f7da5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770666167"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:aa7d02eb36629d56525c04dc37e30777d0b33d2af3b90e504ba4259ccbb01fc5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:aa7d02eb36629d56525c04dc37e30777d0b33d2af3b90e504ba4259ccbb01fc5_s390x",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:aa7d02eb36629d56525c04dc37e30777d0b33d2af3b90e504ba4259ccbb01fc5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder-rhel9@sha256%3Aaa7d02eb36629d56525c04dc37e30777d0b33d2af3b90e504ba4259ccbb01fc5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770659586"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:18c88139b031c49545ac09935d1599740f0b49e3c2fdd1d84f4006a47bb2880c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:18c88139b031c49545ac09935d1599740f0b49e3c2fdd1d84f4006a47bb2880c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:18c88139b031c49545ac09935d1599740f0b49e3c2fdd1d84f4006a47bb2880c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-rhel9@sha256%3A18c88139b031c49545ac09935d1599740f0b49e3c2fdd1d84f4006a47bb2880c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770667166"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:2996e3821813cad87e4bbef83d22bab2bdb80ade147e2f827714321a06d50769_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:2996e3821813cad87e4bbef83d22bab2bdb80ade147e2f827714321a06d50769_s390x",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:2996e3821813cad87e4bbef83d22bab2bdb80ade147e2f827714321a06d50769_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9@sha256%3A2996e3821813cad87e4bbef83d22bab2bdb80ade147e2f827714321a06d50769?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770831186"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:463cd33991582264476015ec2ecf8ac12a9ae4107897cb2558c1d9a4a1b412f7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:463cd33991582264476015ec2ecf8ac12a9ae4107897cb2558c1d9a4a1b412f7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:463cd33991582264476015ec2ecf8ac12a9ae4107897cb2558c1d9a4a1b412f7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9-operator@sha256%3A463cd33991582264476015ec2ecf8ac12a9ae4107897cb2558c1d9a4a1b412f7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770667161"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:82f6b0c46cbcb7d23b865db2f2cd94cb83fcfd07ca408dba1b50d28d93c72aea_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:82f6b0c46cbcb7d23b865db2f2cd94cb83fcfd07ca408dba1b50d28d93c72aea_s390x",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:82f6b0c46cbcb7d23b865db2f2cd94cb83fcfd07ca408dba1b50d28d93c72aea_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer-rhel9@sha256%3A82f6b0c46cbcb7d23b865db2f2cd94cb83fcfd07ca408dba1b50d28d93c72aea?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770682146"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:ff568746b033a045daa34f6f5c196950d1122c54562afa9d70fc4c8a49f0cf78_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:ff568746b033a045daa34f6f5c196950d1122c54562afa9d70fc4c8a49f0cf78_s390x",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:ff568746b033a045daa34f6f5c196950d1122c54562afa9d70fc4c8a49f0cf78_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router-rhel9@sha256%3Aff568746b033a045daa34f6f5c196950d1122c54562afa9d70fc4c8a49f0cf78?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770682386"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:a02a71e69cc7a3f1747d5ee0e4a0535c9dd6abe0fc244c2f16094402b56ca52a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:a02a71e69cc7a3f1747d5ee0e4a0535c9dd6abe0fc244c2f16094402b56ca52a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:a02a71e69cc7a3f1747d5ee0e4a0535c9dd6abe0fc244c2f16094402b56ca52a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube-rhel9@sha256%3Aa02a71e69cc7a3f1747d5ee0e4a0535c9dd6abe0fc244c2f16094402b56ca52a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770699844"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:b32d68bfc83195f7cf85e5ca9d4baa658d768d3a98bab4a3ce3cc107e089d84e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:b32d68bfc83195f7cf85e5ca9d4baa658d768d3a98bab4a3ce3cc107e089d84e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:b32d68bfc83195f7cf85e5ca9d4baa658d768d3a98bab4a3ce3cc107e089d84e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-keepalived-ipfailover-rhel9@sha256%3Ab32d68bfc83195f7cf85e5ca9d4baa658d768d3a98bab4a3ce3cc107e089d84e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770666277"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:610b71151a7df8f4e29091e43bf71ef4a440430bc1f395cdf552844c3a111577_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:610b71151a7df8f4e29091e43bf71ef4a440430bc1f395cdf552844c3a111577_s390x",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:610b71151a7df8f4e29091e43bf71ef4a440430bc1f395cdf552844c3a111577_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod-rhel9@sha256%3A610b71151a7df8f4e29091e43bf71ef4a440430bc1f395cdf552844c3a111577?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770699917"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d18b86413dfd7450e3d201b42ff45d3f3e9bd8ac3caa591bb5ec80dbe55701fa_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d18b86413dfd7450e3d201b42ff45d3f3e9bd8ac3caa591bb5ec80dbe55701fa_s390x",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d18b86413dfd7450e3d201b42ff45d3f3e9bd8ac3caa591bb5ec80dbe55701fa_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry-rhel9@sha256%3Ad18b86413dfd7450e3d201b42ff45d3f3e9bd8ac3caa591bb5ec80dbe55701fa?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770668276"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:7e3d1fe26cf4c96811fd9992becaf4e4c01055216ead8f58aaf3b4842b216d62_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:7e3d1fe26cf4c96811fd9992becaf4e4c01055216ead8f58aaf3b4842b216d62_s390x",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:7e3d1fe26cf4c96811fd9992becaf4e4c01055216ead8f58aaf3b4842b216d62_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests-rhel9@sha256%3A7e3d1fe26cf4c96811fd9992becaf4e4c01055216ead8f58aaf3b4842b216d62?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770683427"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:45fdba490434d5c9b3f35072d5ca0f3c5f0dd2f836c9e3e1bffbfea53f8b4d11_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:45fdba490434d5c9b3f35072d5ca0f3c5f0dd2f836c9e3e1bffbfea53f8b4d11_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:45fdba490434d5c9b3f35072d5ca0f3c5f0dd2f836c9e3e1bffbfea53f8b4d11_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel9@sha256%3A45fdba490434d5c9b3f35072d5ca0f3c5f0dd2f836c9e3e1bffbfea53f8b4d11?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770665988"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:8dd9787566554a85650fdcbe3461ce973495bda716557aefc7a7a2c2fd482815_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:8dd9787566554a85650fdcbe3461ce973495bda716557aefc7a7a2c2fd482815_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:8dd9787566554a85650fdcbe3461ce973495bda716557aefc7a7a2c2fd482815_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cluster-api-controllers-rhel9@sha256%3A8dd9787566554a85650fdcbe3461ce973495bda716557aefc7a7a2c2fd482815?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770668198"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d6c0c5250326cb44c5950c4d46bd13fdbc3acc7d36b05f1dc34a9744aba6586d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d6c0c5250326cb44c5950c4d46bd13fdbc3acc7d36b05f1dc34a9744aba6586d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d6c0c5250326cb44c5950c4d46bd13fdbc3acc7d36b05f1dc34a9744aba6586d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager-rhel9@sha256%3Ad6c0c5250326cb44c5950c4d46bd13fdbc3acc7d36b05f1dc34a9744aba6586d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770667317"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:b29944894d3e8fc54349b0382fb01b25cf4445a29f82c45a4e75146c18e2cf8d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:b29944894d3e8fc54349b0382fb01b25cf4445a29f82c45a4e75146c18e2cf8d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:b29944894d3e8fc54349b0382fb01b25cf4445a29f82c45a4e75146c18e2cf8d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry-rhel9@sha256%3Ab29944894d3e8fc54349b0382fb01b25cf4445a29f82c45a4e75146c18e2cf8d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770667479"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7422274a999abaecb4642499177d042c60f0d2b9bd9b470c7797eaa1ae03a901_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7422274a999abaecb4642499177d042c60f0d2b9bd9b470c7797eaa1ae03a901_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7422274a999abaecb4642499177d042c60f0d2b9bd9b470c7797eaa1ae03a901_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel9@sha256%3A7422274a999abaecb4642499177d042c60f0d2b9bd9b470c7797eaa1ae03a901?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770669874"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7b549eb97fcef1ffb0a36d99e385098665d88b96e983c0cab4a73f0a96abedd9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7b549eb97fcef1ffb0a36d99e385098665d88b96e983c0cab4a73f0a96abedd9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7b549eb97fcef1ffb0a36d99e385098665d88b96e983c0cab4a73f0a96abedd9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel9@sha256%3A7b549eb97fcef1ffb0a36d99e385098665d88b96e983c0cab4a73f0a96abedd9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770666620"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:34eea13ef689221a855605f253e237382ba0dff12442ad975c2c5f0054011b04_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:34eea13ef689221a855605f253e237382ba0dff12442ad975c2c5f0054011b04_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:34eea13ef689221a855605f253e237382ba0dff12442ad975c2c5f0054011b04_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256%3A34eea13ef689221a855605f253e237382ba0dff12442ad975c2c5f0054011b04?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770667568"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a81cf2d9704abeb5e16c8b9b46a7fbb99bdf0bdb1ff5f8130b2a2d61b61c75c0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a81cf2d9704abeb5e16c8b9b46a7fbb99bdf0bdb1ff5f8130b2a2d61b61c75c0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a81cf2d9704abeb5e16c8b9b46a7fbb99bdf0bdb1ff5f8130b2a2d61b61c75c0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel9@sha256%3Aa81cf2d9704abeb5e16c8b9b46a7fbb99bdf0bdb1ff5f8130b2a2d61b61c75c0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770667083"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:6dd4c338afd7f75a01d8161008857b1dfd0c1e0a7516c5ac79387ac7a4947237_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:6dd4c338afd7f75a01d8161008857b1dfd0c1e0a7516c5ac79387ac7a4947237_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:6dd4c338afd7f75a01d8161008857b1dfd0c1e0a7516c5ac79387ac7a4947237_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-utils-rhel9@sha256%3A6dd4c338afd7f75a01d8161008857b1dfd0c1e0a7516c5ac79387ac7a4947237?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770667579"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:629425498dd6d127acfcc5a3017c7c983c60168c4f3ec6a006846dcc6874bff5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:629425498dd6d127acfcc5a3017c7c983c60168c4f3ec6a006846dcc6874bff5_s390x",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:629425498dd6d127acfcc5a3017c7c983c60168c4f3ec6a006846dcc6874bff5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel9@sha256%3A629425498dd6d127acfcc5a3017c7c983c60168c4f3ec6a006846dcc6874bff5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770666363"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3a1df74d7419d8a2b09fa4741ad8f7ff71cc856745ab85ea91a0821dd427976d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3a1df74d7419d8a2b09fa4741ad8f7ff71cc856745ab85ea91a0821dd427976d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3a1df74d7419d8a2b09fa4741ad8f7ff71cc856745ab85ea91a0821dd427976d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel9@sha256%3A3a1df74d7419d8a2b09fa4741ad8f7ff71cc856745ab85ea91a0821dd427976d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770733323"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6b089f63a260ec9dced6dd494b2cd8b48861fd8a54f5a1669862165a4030d790_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6b089f63a260ec9dced6dd494b2cd8b48861fd8a54f5a1669862165a4030d790_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6b089f63a260ec9dced6dd494b2cd8b48861fd8a54f5a1669862165a4030d790_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel9-operator@sha256%3A6b089f63a260ec9dced6dd494b2cd8b48861fd8a54f5a1669862165a4030d790?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770669738"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:241f97ed5176e7d9234cf1893f43dcc08d375587540c7af47c19977f44965ae6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:241f97ed5176e7d9234cf1893f43dcc08d375587540c7af47c19977f44965ae6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:241f97ed5176e7d9234cf1893f43dcc08d375587540c7af47c19977f44965ae6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts-rhel9@sha256%3A241f97ed5176e7d9234cf1893f43dcc08d375587540c7af47c19977f44965ae6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770686770"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2a251ca88b8d2274b765b591bf4e015c1e817c0d98fc5cd7c19f51358226c1d6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2a251ca88b8d2274b765b591bf4e015c1e817c0d98fc5cd7c19f51358226c1d6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2a251ca88b8d2274b765b591bf4e015c1e817c0d98fc5cd7c19f51358226c1d6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-rhel9-operator@sha256%3A2a251ca88b8d2274b765b591bf4e015c1e817c0d98fc5cd7c19f51358226c1d6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770666219"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:3d124f0dfefa90e249b024817c37087e6294880030bf95333bdf0b39bb1db696_s390x",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:3d124f0dfefa90e249b024817c37087e6294880030bf95333bdf0b39bb1db696_s390x",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:3d124f0dfefa90e249b024817c37087e6294880030bf95333bdf0b39bb1db696_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel9@sha256%3A3d124f0dfefa90e249b024817c37087e6294880030bf95333bdf0b39bb1db696?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770666457"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:b7c4a0c49b1857e22b71299f9a921d0c56b831756f33708399b7a03d2f61d8e5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:b7c4a0c49b1857e22b71299f9a921d0c56b831756f33708399b7a03d2f61d8e5_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:b7c4a0c49b1857e22b71299f9a921d0c56b831756f33708399b7a03d2f61d8e5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel9@sha256%3Ab7c4a0c49b1857e22b71299f9a921d0c56b831756f33708399b7a03d2f61d8e5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770669891"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:22bfb7e9892df6e4045f7246544cbb73e900d17b8d1eba74af342dda56f697d4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:22bfb7e9892df6e4045f7246544cbb73e900d17b8d1eba74af342dda56f697d4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:22bfb7e9892df6e4045f7246544cbb73e900d17b8d1eba74af342dda56f697d4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-rhel9-operator@sha256%3A22bfb7e9892df6e4045f7246544cbb73e900d17b8d1eba74af342dda56f697d4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770666776"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:fa7b4178af4fd9da7174d8c94e96363d73a1cc9f60f6a55a3cc28330ff7a4e89_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:fa7b4178af4fd9da7174d8c94e96363d73a1cc9f60f6a55a3cc28330ff7a4e89_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:fa7b4178af4fd9da7174d8c94e96363d73a1cc9f60f6a55a3cc28330ff7a4e89_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9-operator@sha256%3Afa7b4178af4fd9da7174d8c94e96363d73a1cc9f60f6a55a3cc28330ff7a4e89?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770669434"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:45e8ad4ee3c68dd7425e889134eef96aef80f33946b303a1577593d53aac432a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:45e8ad4ee3c68dd7425e889134eef96aef80f33946b303a1577593d53aac432a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:45e8ad4ee3c68dd7425e889134eef96aef80f33946b303a1577593d53aac432a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel9@sha256%3A45e8ad4ee3c68dd7425e889134eef96aef80f33946b303a1577593d53aac432a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770667802"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:8817b906fd93b0980fbb687876d4664c79668ec3e959d2cf184a3ed20aae953a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:8817b906fd93b0980fbb687876d4664c79668ec3e959d2cf184a3ed20aae953a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:8817b906fd93b0980fbb687876d4664c79668ec3e959d2cf184a3ed20aae953a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap-rhel9@sha256%3A8817b906fd93b0980fbb687876d4664c79668ec3e959d2cf184a3ed20aae953a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770666052"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:027c710ef81f40bd47b16c296c121e36785eb5463321078f6bc657c37f2967d8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:027c710ef81f40bd47b16c296c121e36785eb5463321078f6bc657c37f2967d8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:027c710ef81f40bd47b16c296c121e36785eb5463321078f6bc657c37f2967d8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel9-operator@sha256%3A027c710ef81f40bd47b16c296c121e36785eb5463321078f6bc657c37f2967d8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770682629"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:56aea13311a96784e84b4c5713ff5693e6aaf9f6035a042c5a28879019e3eaa1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:56aea13311a96784e84b4c5713ff5693e6aaf9f6035a042c5a28879019e3eaa1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:56aea13311a96784e84b4c5713ff5693e6aaf9f6035a042c5a28879019e3eaa1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3A56aea13311a96784e84b4c5713ff5693e6aaf9f6035a042c5a28879019e3eaa1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770669702"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:dabdffb17f32a9684101e24dd08ea4587ff1c288959648684cc89f46ccc8d7a7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:dabdffb17f32a9684101e24dd08ea4587ff1c288959648684cc89f46ccc8d7a7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:dabdffb17f32a9684101e24dd08ea4587ff1c288959648684cc89f46ccc8d7a7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-api-rhel9@sha256%3Adabdffb17f32a9684101e24dd08ea4587ff1c288959648684cc89f46ccc8d7a7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770669866"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:85930fd1b83c544a5debbcb1218282c91208fa876fb38e9564f3562ac199a30a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:85930fd1b83c544a5debbcb1218282c91208fa876fb38e9564f3562ac199a30a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:85930fd1b83c544a5debbcb1218282c91208fa876fb38e9564f3562ac199a30a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-rhel9-operator@sha256%3A85930fd1b83c544a5debbcb1218282c91208fa876fb38e9564f3562ac199a30a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770667049"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:8d06909ff0633fae70e3cda3ce95a1917ea8987c8e1372b4a8f00343494ea5d1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:8d06909ff0633fae70e3cda3ce95a1917ea8987c8e1372b4a8f00343494ea5d1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:8d06909ff0633fae70e3cda3ce95a1917ea8987c8e1372b4a8f00343494ea5d1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3A8d06909ff0633fae70e3cda3ce95a1917ea8987c8e1372b4a8f00343494ea5d1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770668876"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:7a2f54cce726a5f12a29c84d8a3af601d3627d1255b95e4adcd394a76e930c18_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:7a2f54cce726a5f12a29c84d8a3af601d3627d1255b95e4adcd394a76e930c18_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:7a2f54cce726a5f12a29c84d8a3af601d3627d1255b95e4adcd394a76e930c18_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3A7a2f54cce726a5f12a29c84d8a3af601d3627d1255b95e4adcd394a76e930c18?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770666889"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:e8c673493346ce26aa4078ea788dc0b3c888613b8d161dee4a91d577f4686dcc_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:e8c673493346ce26aa4078ea788dc0b3c888613b8d161dee4a91d577f4686dcc_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:e8c673493346ce26aa4078ea788dc0b3c888613b8d161dee4a91d577f4686dcc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-rhel9-operator@sha256%3Ae8c673493346ce26aa4078ea788dc0b3c888613b8d161dee4a91d577f4686dcc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770667619"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:57e1fac2b2f950168e3130a96d96a839b183c8d4bc5f051af5a951a13d69ddd8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:57e1fac2b2f950168e3130a96d96a839b183c8d4bc5f051af5a951a13d69ddd8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:57e1fac2b2f950168e3130a96d96a839b183c8d4bc5f051af5a951a13d69ddd8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-rhel9-operator@sha256%3A57e1fac2b2f950168e3130a96d96a839b183c8d4bc5f051af5a951a13d69ddd8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770666213"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:39572ca95b113cdbc944e60797371c1c70d210b718086be5796ad62a0753e74c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:39572ca95b113cdbc944e60797371c1c70d210b718086be5796ad62a0753e74c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:39572ca95b113cdbc944e60797371c1c70d210b718086be5796ad62a0753e74c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-rhel9-operator@sha256%3A39572ca95b113cdbc944e60797371c1c70d210b718086be5796ad62a0753e74c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770666799"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:01d126ad02cd31c976cf2857928631f421ecf59096ca0e61daa28596a9ce3bad_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:01d126ad02cd31c976cf2857928631f421ecf59096ca0e61daa28596a9ce3bad_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:01d126ad02cd31c976cf2857928631f421ecf59096ca0e61daa28596a9ce3bad_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-rhel9-operator@sha256%3A01d126ad02cd31c976cf2857928631f421ecf59096ca0e61daa28596a9ce3bad?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770666494"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c0b5ffad8095d2ec71180e3857c7e5003040c79ea93835c5ee7ec6f544a406bc_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c0b5ffad8095d2ec71180e3857c7e5003040c79ea93835c5ee7ec6f544a406bc_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c0b5ffad8095d2ec71180e3857c7e5003040c79ea93835c5ee7ec6f544a406bc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3Ac0b5ffad8095d2ec71180e3857c7e5003040c79ea93835c5ee7ec6f544a406bc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770669474"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0f58f90811f760f3c9266f674a8f7fff259b48e10f1a8e994c5ec8cac3745191_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0f58f90811f760f3c9266f674a8f7fff259b48e10f1a8e994c5ec8cac3745191_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0f58f90811f760f3c9266f674a8f7fff259b48e10f1a8e994c5ec8cac3745191_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3A0f58f90811f760f3c9266f674a8f7fff259b48e10f1a8e994c5ec8cac3745191?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770667658"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:c46179b6395be403c3e7915f9953c1b9527c2b384284a3ad16e0091346a86621_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:c46179b6395be403c3e7915f9953c1b9527c2b384284a3ad16e0091346a86621_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:c46179b6395be403c3e7915f9953c1b9527c2b384284a3ad16e0091346a86621_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-rhel9-operator@sha256%3Ac46179b6395be403c3e7915f9953c1b9527c2b384284a3ad16e0091346a86621?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770669486"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:38d16429ac19db268bbefe2509b4d88ab3cf44e0c4f8b75a05fe3b182e02506e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:38d16429ac19db268bbefe2509b4d88ab3cf44e0c4f8b75a05fe3b182e02506e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:38d16429ac19db268bbefe2509b4d88ab3cf44e0c4f8b75a05fe3b182e02506e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3A38d16429ac19db268bbefe2509b4d88ab3cf44e0c4f8b75a05fe3b182e02506e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770667323"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:aa161f825ec834c11a77240e4c8860d7e49957fc6137aa2730aee57d3b34b7ad_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:aa161f825ec834c11a77240e4c8860d7e49957fc6137aa2730aee57d3b34b7ad_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:aa161f825ec834c11a77240e4c8860d7e49957fc6137aa2730aee57d3b34b7ad_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver-rhel9@sha256%3Aaa161f825ec834c11a77240e4c8860d7e49957fc6137aa2730aee57d3b34b7ad?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770669197"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c86661524ff0c65bd9dd0349b73a831204010ec59c84786916be4ecf22c625fd_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c86661524ff0c65bd9dd0349b73a831204010ec59c84786916be4ecf22c625fd_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c86661524ff0c65bd9dd0349b73a831204010ec59c84786916be4ecf22c625fd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-olm-rhel9-operator@sha256%3Ac86661524ff0c65bd9dd0349b73a831204010ec59c84786916be4ecf22c625fd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770668722"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:53be80af8fa2a60d9bd89de8e103fb2eb2cf008acff6d7f89383d861bb8a54f5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:53be80af8fa2a60d9bd89de8e103fb2eb2cf008acff6d7f89383d861bb8a54f5_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:53be80af8fa2a60d9bd89de8e103fb2eb2cf008acff6d7f89383d861bb8a54f5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3A53be80af8fa2a60d9bd89de8e103fb2eb2cf008acff6d7f89383d861bb8a54f5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770668804"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:598df55cedcdd92019d97e3ab1a6227b139798dc69adab00a65371e300803eb0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:598df55cedcdd92019d97e3ab1a6227b139798dc69adab00a65371e300803eb0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:598df55cedcdd92019d97e3ab1a6227b139798dc69adab00a65371e300803eb0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3A598df55cedcdd92019d97e3ab1a6227b139798dc69adab00a65371e300803eb0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770669165"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6b2f4181bd5d51fa4058ad220841ff9db18b9dfb9aa16de912d89f26320c32e2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6b2f4181bd5d51fa4058ad220841ff9db18b9dfb9aa16de912d89f26320c32e2_s390x",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6b2f4181bd5d51fa4058ad220841ff9db18b9dfb9aa16de912d89f26320c32e2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9-operator@sha256%3A6b2f4181bd5d51fa4058ad220841ff9db18b9dfb9aa16de912d89f26320c32e2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770667941"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:3eade2c45b25c59ca557f5a284adda009b84a3f6d21c9db089d8c5fa7abb949a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:3eade2c45b25c59ca557f5a284adda009b84a3f6d21c9db089d8c5fa7abb949a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:3eade2c45b25c59ca557f5a284adda009b84a3f6d21c9db089d8c5fa7abb949a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-rhel9-operator@sha256%3A3eade2c45b25c59ca557f5a284adda009b84a3f6d21c9db089d8c5fa7abb949a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770659491"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:08553069c4783d2a245702df54c1164633839ba790ebed8cbe1676e4131090cf_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:08553069c4783d2a245702df54c1164633839ba790ebed8cbe1676e4131090cf_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:08553069c4783d2a245702df54c1164633839ba790ebed8cbe1676e4131090cf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-update-keys-rhel9@sha256%3A08553069c4783d2a245702df54c1164633839ba790ebed8cbe1676e4131090cf?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770667697"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d2c51e9490479cf86973a6f9132ed075989ae64930747dda27ec3100999352c5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d2c51e9490479cf86973a6f9132ed075989ae64930747dda27ec3100999352c5_s390x",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d2c51e9490479cf86973a6f9132ed075989ae64930747dda27ec3100999352c5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel9@sha256%3Ad2c51e9490479cf86973a6f9132ed075989ae64930747dda27ec3100999352c5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770668876"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:3ce22e5fd8def8305f8ecd28c69bb53111b68aa18a0f8907af504961caad2b31_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:3ce22e5fd8def8305f8ecd28c69bb53111b68aa18a0f8907af504961caad2b31_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:3ce22e5fd8def8305f8ecd28c69bb53111b68aa18a0f8907af504961caad2b31_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-rhel9@sha256%3A3ce22e5fd8def8305f8ecd28c69bb53111b68aa18a0f8907af504961caad2b31?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770669343"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:ee8d34565b8f3e4d3c349b05feb279bf6a314f84897e668bc6bcb890e1320971_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:ee8d34565b8f3e4d3c349b05feb279bf6a314f84897e668bc6bcb890e1320971_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:ee8d34565b8f3e4d3c349b05feb279bf6a314f84897e668bc6bcb890e1320971_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-rhel9-operator@sha256%3Aee8d34565b8f3e4d3c349b05feb279bf6a314f84897e668bc6bcb890e1320971?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770666131"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:66340f44b99e3bbd8c021e0c47b0617365b62c53b0b3911933d8f683b2c48aa2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:66340f44b99e3bbd8c021e0c47b0617365b62c53b0b3911933d8f683b2c48aa2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:66340f44b99e3bbd8c021e0c47b0617365b62c53b0b3911933d8f683b2c48aa2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-webhook-rhel9@sha256%3A66340f44b99e3bbd8c021e0c47b0617365b62c53b0b3911933d8f683b2c48aa2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770667784"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:83b56456b19882b4a9c29e1e3099317d6b2f38cb3f310c67cf6297063689d416_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:83b56456b19882b4a9c29e1e3099317d6b2f38cb3f310c67cf6297063689d416_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:83b56456b19882b4a9c29e1e3099317d6b2f38cb3f310c67cf6297063689d416_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel9@sha256%3A83b56456b19882b4a9c29e1e3099317d6b2f38cb3f310c67cf6297063689d416?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770668335"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:2a1b57399ea1e13524534dc38eed4139d56a4b56f0db7739cb99048588a96d9f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:2a1b57399ea1e13524534dc38eed4139d56a4b56f0db7739cb99048588a96d9f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:2a1b57399ea1e13524534dc38eed4139d56a4b56f0db7739cb99048588a96d9f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel9@sha256%3A2a1b57399ea1e13524534dc38eed4139d56a4b56f0db7739cb99048588a96d9f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770668539"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:315f55b2b96d9bb4e2ac7951fc6c3736bee817f27003f370b9006dac7096816d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:315f55b2b96d9bb4e2ac7951fc6c3736bee817f27003f370b9006dac7096816d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:315f55b2b96d9bb4e2ac7951fc6c3736bee817f27003f370b9006dac7096816d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel9@sha256%3A315f55b2b96d9bb4e2ac7951fc6c3736bee817f27003f370b9006dac7096816d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770666620"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:1a53f5592aaaf08e69ca0ebea2f1e04ffc39671ceaf2877b66d3337f7450f860_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:1a53f5592aaaf08e69ca0ebea2f1e04ffc39671ceaf2877b66d3337f7450f860_s390x",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:1a53f5592aaaf08e69ca0ebea2f1e04ffc39671ceaf2877b66d3337f7450f860_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd-rhel9@sha256%3A1a53f5592aaaf08e69ca0ebea2f1e04ffc39671ceaf2877b66d3337f7450f860?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770667951"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c34f9a1038f52a60b3bfd081a569d5fb067a95cb2d6eb1e83512276afc4f217e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c34f9a1038f52a60b3bfd081a569d5fb067a95cb2d6eb1e83512276afc4f217e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c34f9a1038f52a60b3bfd081a569d5fb067a95cb2d6eb1e83512276afc4f217e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-cloud-controller-manager-rhel9@sha256%3Ac34f9a1038f52a60b3bfd081a569d5fb067a95cb2d6eb1e83512276afc4f217e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770666734"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:e191bae1686c2699afca87bba65d819f47de39e94e4d57dc76566622b0e93233_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:e191bae1686c2699afca87bba65d819f47de39e94e4d57dc76566622b0e93233_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:e191bae1686c2699afca87bba65d819f47de39e94e4d57dc76566622b0e93233_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-rhel9@sha256%3Ae191bae1686c2699afca87bba65d819f47de39e94e4d57dc76566622b0e93233?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770667204"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:00cb5b6fe5f046798ca21596f72d52b61e1e74c94dab877932fa9da65eba08df_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:00cb5b6fe5f046798ca21596f72d52b61e1e74c94dab877932fa9da65eba08df_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:00cb5b6fe5f046798ca21596f72d52b61e1e74c94dab877932fa9da65eba08df_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256%3A00cb5b6fe5f046798ca21596f72d52b61e1e74c94dab877932fa9da65eba08df?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770665388"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:0fd2d931780a25a95b718a2726c844e3fddad9187da2298e9c1f8302efb3fb55_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:0fd2d931780a25a95b718a2726c844e3fddad9187da2298e9c1f8302efb3fb55_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:0fd2d931780a25a95b718a2726c844e3fddad9187da2298e9c1f8302efb3fb55_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-cluster-api-controllers-rhel9@sha256%3A0fd2d931780a25a95b718a2726c844e3fddad9187da2298e9c1f8302efb3fb55?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770668564"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:f42b26c88531ea4dceb0c9ffecdae1d0ea54097e7ee2b9dc3eee2f226b8344af_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:f42b26c88531ea4dceb0c9ffecdae1d0ea54097e7ee2b9dc3eee2f226b8344af_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:f42b26c88531ea4dceb0c9ffecdae1d0ea54097e7ee2b9dc3eee2f226b8344af_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-machine-controllers-rhel9@sha256%3Af42b26c88531ea4dceb0c9ffecdae1d0ea54097e7ee2b9dc3eee2f226b8344af?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770666578"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a2f0b33c066abcd5945c172e45fde320dd575e74f92994e0b00ff83b0b2edde1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a2f0b33c066abcd5945c172e45fde320dd575e74f92994e0b00ff83b0b2edde1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a2f0b33c066abcd5945c172e45fde320dd575e74f92994e0b00ff83b0b2edde1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel9-operator@sha256%3Aa2f0b33c066abcd5945c172e45fde320dd575e74f92994e0b00ff83b0b2edde1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770669370"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:17ebafab92393b198966eae8d3a669fed809b6c4f9fee4243ce177952e4d1c85_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:17ebafab92393b198966eae8d3a669fed809b6c4f9fee4243ce177952e4d1c85_s390x",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:17ebafab92393b198966eae8d3a669fed809b6c4f9fee4243ce177952e4d1c85_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-rhel9@sha256%3A17ebafab92393b198966eae8d3a669fed809b6c4f9fee4243ce177952e4d1c85?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770733274"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:7387e89509be1816ffb3cb543b017332475eaaa5a2624e5bbee2e21a705e5cdb_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:7387e89509be1816ffb3cb543b017332475eaaa5a2624e5bbee2e21a705e5cdb_s390x",
"product_id": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:7387e89509be1816ffb3cb543b017332475eaaa5a2624e5bbee2e21a705e5cdb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-altinfra-rhel9@sha256%3A7387e89509be1816ffb3cb543b017332475eaaa5a2624e5bbee2e21a705e5cdb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770733278"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:36882254cc241dda67e3094467d51caf941355c31438658dfc1437228bb6f4c1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:36882254cc241dda67e3094467d51caf941355c31438658dfc1437228bb6f4c1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:36882254cc241dda67e3094467d51caf941355c31438658dfc1437228bb6f4c1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts-rhel9@sha256%3A36882254cc241dda67e3094467d51caf941355c31438658dfc1437228bb6f4c1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770751861"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:88b54af358d720bcc453fc09511bdfc7793b211dce0014648eea9ab01fc623f8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:88b54af358d720bcc453fc09511bdfc7793b211dce0014648eea9ab01fc623f8_s390x",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:88b54af358d720bcc453fc09511bdfc7793b211dce0014648eea9ab01fc623f8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kube-metrics-server-rhel9@sha256%3A88b54af358d720bcc453fc09511bdfc7793b211dce0014648eea9ab01fc623f8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770668852"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1da1b4d5b5eb3c2d6238b7e53fa040f03a759b8fa47e52d9e530c8a40885acdd_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1da1b4d5b5eb3c2d6238b7e53fa040f03a759b8fa47e52d9e530c8a40885acdd_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1da1b4d5b5eb3c2d6238b7e53fa040f03a759b8fa47e52d9e530c8a40885acdd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel9@sha256%3A1da1b4d5b5eb3c2d6238b7e53fa040f03a759b8fa47e52d9e530c8a40885acdd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770666169"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:ac68e0a125aa8e638b88d747e50b7b7ef9150d7e15459e5b4c0643dc1d534624_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:ac68e0a125aa8e638b88d747e50b7b7ef9150d7e15459e5b4c0643dc1d534624_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:ac68e0a125aa8e638b88d747e50b7b7ef9150d7e15459e5b4c0643dc1d534624_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3Aac68e0a125aa8e638b88d747e50b7b7ef9150d7e15459e5b4c0643dc1d534624?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770668140"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:db9a84842c47a03d10c5e9c1c27552406af1b748efb9a4aabd8fc3e4da3d68ba_s390x",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:db9a84842c47a03d10c5e9c1c27552406af1b748efb9a4aabd8fc3e4da3d68ba_s390x",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:db9a84842c47a03d10c5e9c1c27552406af1b748efb9a4aabd8fc3e4da3d68ba_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-csi-driver-rhel9@sha256%3Adb9a84842c47a03d10c5e9c1c27552406af1b748efb9a4aabd8fc3e4da3d68ba?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770669888"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:1caeb43e59e47f40b7dbb8e9def02e2dd3853254b749c40c42fe2092223d9ff9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:1caeb43e59e47f40b7dbb8e9def02e2dd3853254b749c40c42fe2092223d9ff9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:1caeb43e59e47f40b7dbb8e9def02e2dd3853254b749c40c42fe2092223d9ff9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers-rhel9@sha256%3A1caeb43e59e47f40b7dbb8e9def02e2dd3853254b749c40c42fe2092223d9ff9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770665950"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a4623c62d9f7b6fed32b40d539815a3814c74338bf5974976b4dd1ccf8eeafab_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a4623c62d9f7b6fed32b40d539815a3814c74338bf5974976b4dd1ccf8eeafab_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a4623c62d9f7b6fed32b40d539815a3814c74338bf5974976b4dd1ccf8eeafab_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-rhel9-operator@sha256%3Aa4623c62d9f7b6fed32b40d539815a3814c74338bf5974976b4dd1ccf8eeafab?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770669401"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:6baca746bd3180b4e6062141ce4d980c014cc18fd4c1fee527d4df751b0bea76_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:6baca746bd3180b4e6062141ce4d980c014cc18fd4c1fee527d4df751b0bea76_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:6baca746bd3180b4e6062141ce4d980c014cc18fd4c1fee527d4df751b0bea76_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-openstack-rhel9@sha256%3A6baca746bd3180b4e6062141ce4d980c014cc18fd4c1fee527d4df751b0bea76?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770666020"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3c000e247f5d102792ffffd96011b889db2f5858799122f812b49b10a5b711b0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3c000e247f5d102792ffffd96011b889db2f5858799122f812b49b10a5b711b0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3c000e247f5d102792ffffd96011b889db2f5858799122f812b49b10a5b711b0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-rhel9-operator@sha256%3A3c000e247f5d102792ffffd96011b889db2f5858799122f812b49b10a5b711b0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770669306"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:31bc24ff07edb1e527760a4d76b60e8d0712968f477d8d6cd419abf36cca0b0a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:31bc24ff07edb1e527760a4d76b60e8d0712968f477d8d6cd419abf36cca0b0a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:31bc24ff07edb1e527760a4d76b60e8d0712968f477d8d6cd419abf36cca0b0a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel9@sha256%3A31bc24ff07edb1e527760a4d76b60e8d0712968f477d8d6cd419abf36cca0b0a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770762761"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:e9df45732cef6649cd44dc00a89d9da66b95f1666785247477d000c4177e2c49_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:e9df45732cef6649cd44dc00a89d9da66b95f1666785247477d000c4177e2c49_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:e9df45732cef6649cd44dc00a89d9da66b95f1666785247477d000c4177e2c49_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller-rhel9@sha256%3Ae9df45732cef6649cd44dc00a89d9da66b95f1666785247477d000c4177e2c49?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770667746"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f21522b2f22cd38ae626063bb6180405ed0eaebe2c443d38cff59b36079087ad_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f21522b2f22cd38ae626063bb6180405ed0eaebe2c443d38cff59b36079087ad_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f21522b2f22cd38ae626063bb6180405ed0eaebe2c443d38cff59b36079087ad_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel9@sha256%3Af21522b2f22cd38ae626063bb6180405ed0eaebe2c443d38cff59b36079087ad?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770669955"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:e11beafd70191493099ea724097b3bdbf5c7d16daadc9e60770ca2e221406cf8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:e11beafd70191493099ea724097b3bdbf5c7d16daadc9e60770ca2e221406cf8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:e11beafd70191493099ea724097b3bdbf5c7d16daadc9e60770ca2e221406cf8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3Ae11beafd70191493099ea724097b3bdbf5c7d16daadc9e60770ca2e221406cf8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770667885"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:673edbc5d7c6df884ce0c2358b1a5061c31b902bc472556db325ad91373d183a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:673edbc5d7c6df884ce0c2358b1a5061c31b902bc472556db325ad91373d183a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:673edbc5d7c6df884ce0c2358b1a5061c31b902bc472556db325ad91373d183a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather-rhel9@sha256%3A673edbc5d7c6df884ce0c2358b1a5061c31b902bc472556db325ad91373d183a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770682486"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:a455c8087323aeef4d6b31ca68aebe41d2e2eb7bc68165afe0a8b9772a245cf0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:a455c8087323aeef4d6b31ca68aebe41d2e2eb7bc68165afe0a8b9772a245cf0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:a455c8087323aeef4d6b31ca68aebe41d2e2eb7bc68165afe0a8b9772a245cf0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel9@sha256%3Aa455c8087323aeef4d6b31ca68aebe41d2e2eb7bc68165afe0a8b9772a245cf0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770667016"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8410dc1831f343db0b894f17aeacee702e705393ca83d0751b044f473309d1c1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8410dc1831f343db0b894f17aeacee702e705393ca83d0751b044f473309d1c1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8410dc1831f343db0b894f17aeacee702e705393ca83d0751b044f473309d1c1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel9@sha256%3A8410dc1831f343db0b894f17aeacee702e705393ca83d0751b044f473309d1c1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770669537"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:10eaf2277f538f2cf72b3f408cec4168f718acdc1918f0227f6b6c62531abbb6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:10eaf2277f538f2cf72b3f408cec4168f718acdc1918f0227f6b6c62531abbb6_s390x",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:10eaf2277f538f2cf72b3f408cec4168f718acdc1918f0227f6b6c62531abbb6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel9@sha256%3A10eaf2277f538f2cf72b3f408cec4168f718acdc1918f0227f6b6c62531abbb6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770688170"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:7b95cef8669b142bf2c82310fb33215b2987b47de2ab5135d5845ad23f27db39_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:7b95cef8669b142bf2c82310fb33215b2987b47de2ab5135d5845ad23f27db39_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:7b95cef8669b142bf2c82310fb33215b2987b47de2ab5135d5845ad23f27db39_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel9@sha256%3A7b95cef8669b142bf2c82310fb33215b2987b47de2ab5135d5845ad23f27db39?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770669540"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:0932ee4d4567b840a801bbe4161c37b40f1e5fd4b38be13947b8e09842d40623_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:0932ee4d4567b840a801bbe4161c37b40f1e5fd4b38be13947b8e09842d40623_s390x",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:0932ee4d4567b840a801bbe4161c37b40f1e5fd4b38be13947b8e09842d40623_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-catalogd-rhel9@sha256%3A0932ee4d4567b840a801bbe4161c37b40f1e5fd4b38be13947b8e09842d40623?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770668830"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:97c762eda0b5da7809e6e7f236215b2e524a7c7ce6f3cc2f6d934753f5fdea40_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:97c762eda0b5da7809e6e7f236215b2e524a7c7ce6f3cc2f6d934753f5fdea40_s390x",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:97c762eda0b5da7809e6e7f236215b2e524a7c7ce6f3cc2f6d934753f5fdea40_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-operator-controller-rhel9@sha256%3A97c762eda0b5da7809e6e7f236215b2e524a7c7ce6f3cc2f6d934753f5fdea40?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770669582"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:ed1989895d9f856d4cfcc6e4709233883e0dc7b9bbd2443d10d826eaa899b734_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:ed1989895d9f856d4cfcc6e4709233883e0dc7b9bbd2443d10d826eaa899b734_s390x",
"product_id": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:ed1989895d9f856d4cfcc6e4709233883e0dc7b9bbd2443d10d826eaa899b734_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-rukpak-rhel9@sha256%3Aed1989895d9f856d4cfcc6e4709233883e0dc7b9bbd2443d10d826eaa899b734?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770667292"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:cb206bd45940912fcf244734c32e2c8938673dfd87fe12bd15671bf7c2a5206e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:cb206bd45940912fcf244734c32e2c8938673dfd87fe12bd15671bf7c2a5206e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:cb206bd45940912fcf244734c32e2c8938673dfd87fe12bd15671bf7c2a5206e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel9@sha256%3Acb206bd45940912fcf244734c32e2c8938673dfd87fe12bd15671bf7c2a5206e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770666449"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:60a2e0c35e6c1248da50a89b854450de14c875fc134b7e9be481fa5ca91524bc_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:60a2e0c35e6c1248da50a89b854450de14c875fc134b7e9be481fa5ca91524bc_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:60a2e0c35e6c1248da50a89b854450de14c875fc134b7e9be481fa5ca91524bc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel9@sha256%3A60a2e0c35e6c1248da50a89b854450de14c875fc134b7e9be481fa5ca91524bc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770666052"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:85c474a602a432c886402b1411497d7586ec3802d4e556bfdd6ce2676aad3862_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:85c474a602a432c886402b1411497d7586ec3802d4e556bfdd6ce2676aad3862_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:85c474a602a432c886402b1411497d7586ec3802d4e556bfdd6ce2676aad3862_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9@sha256%3A85c474a602a432c886402b1411497d7586ec3802d4e556bfdd6ce2676aad3862?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770666068"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2dd0915cc989ffbee4b234604427b4e14c89efe69a7d76e182ceaab10c6299b1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2dd0915cc989ffbee4b234604427b4e14c89efe69a7d76e182ceaab10c6299b1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2dd0915cc989ffbee4b234604427b4e14c89efe69a7d76e182ceaab10c6299b1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3A2dd0915cc989ffbee4b234604427b4e14c89efe69a7d76e182ceaab10c6299b1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770667351"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:596b7c513cfcf12c8e991f82f45aa2154363952c11f48bcdaa271818fe790515_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:596b7c513cfcf12c8e991f82f45aa2154363952c11f48bcdaa271818fe790515_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:596b7c513cfcf12c8e991f82f45aa2154363952c11f48bcdaa271818fe790515_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel9@sha256%3A596b7c513cfcf12c8e991f82f45aa2154363952c11f48bcdaa271818fe790515?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770668665"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:b88b8c16bbd10bffc3c7428e861c2e9b8749da27eda5a33a0fa538b9949ec33a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:b88b8c16bbd10bffc3c7428e861c2e9b8749da27eda5a33a0fa538b9949ec33a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:b88b8c16bbd10bffc3c7428e861c2e9b8749da27eda5a33a0fa538b9949ec33a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-framework-tools-rhel9@sha256%3Ab88b8c16bbd10bffc3c7428e861c2e9b8749da27eda5a33a0fa538b9949ec33a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770669951"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:693661ef8254befcc66a4b7836deb522b2ae96b68b10079f232e2d1c3a428ec7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:693661ef8254befcc66a4b7836deb522b2ae96b68b10079f232e2d1c3a428ec7_s390x",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:693661ef8254befcc66a4b7836deb522b2ae96b68b10079f232e2d1c3a428ec7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9@sha256%3A693661ef8254befcc66a4b7836deb522b2ae96b68b10079f232e2d1c3a428ec7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770669444"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2e9f6ad9b1c5ac39b9e8813a056155ad2b594a264ddce4d7a5ddd411f4c9e8f8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2e9f6ad9b1c5ac39b9e8813a056155ad2b594a264ddce4d7a5ddd411f4c9e8f8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2e9f6ad9b1c5ac39b9e8813a056155ad2b594a264ddce4d7a5ddd411f4c9e8f8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256%3A2e9f6ad9b1c5ac39b9e8813a056155ad2b594a264ddce4d7a5ddd411f4c9e8f8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770682194"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:9e52b2efa8fdbd65ad70163f96f358b64f552783c7f03182dcf38994cb2dbb58_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:9e52b2efa8fdbd65ad70163f96f358b64f552783c7f03182dcf38994cb2dbb58_s390x",
"product_id": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:9e52b2efa8fdbd65ad70163f96f358b64f552783c7f03182dcf38994cb2dbb58_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-k8s-prometheus-adapter-rhel9@sha256%3A9e52b2efa8fdbd65ad70163f96f358b64f552783c7f03182dcf38994cb2dbb58?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770667773"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:03bf1102e3d50616a2431782c84cff62edf1161999bf1b10662eaf65410fc55b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:03bf1102e3d50616a2431782c84cff62edf1161999bf1b10662eaf65410fc55b_s390x",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:03bf1102e3d50616a2431782c84cff62edf1161999bf1b10662eaf65410fc55b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel9@sha256%3A03bf1102e3d50616a2431782c84cff62edf1161999bf1b10662eaf65410fc55b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770667765"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:61ecfb19f466f5e76b77fba34b03b592cd8465956aea1d7c64e2bc27ae1fd2d4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:61ecfb19f466f5e76b77fba34b03b592cd8465956aea1d7c64e2bc27ae1fd2d4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:61ecfb19f466f5e76b77fba34b03b592cd8465956aea1d7c64e2bc27ae1fd2d4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-sdn-rhel9@sha256%3A61ecfb19f466f5e76b77fba34b03b592cd8465956aea1d7c64e2bc27ae1fd2d4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770668815"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:9c0208ed841ab00ba866121c2c6d471cfb4356d05501a2a78c563d4d9735344b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:9c0208ed841ab00ba866121c2c6d471cfb4356d05501a2a78c563d4d9735344b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:9c0208ed841ab00ba866121c2c6d471cfb4356d05501a2a78c563d4d9735344b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-rhel9-operator@sha256%3A9c0208ed841ab00ba866121c2c6d471cfb4356d05501a2a78c563d4d9735344b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770667521"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1e76fe522f07e3acac6cc06c67b783af055d5d0f068ed64e96ab1eb38f7913d8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1e76fe522f07e3acac6cc06c67b783af055d5d0f068ed64e96ab1eb38f7913d8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1e76fe522f07e3acac6cc06c67b783af055d5d0f068ed64e96ab1eb38f7913d8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel9@sha256%3A1e76fe522f07e3acac6cc06c67b783af055d5d0f068ed64e96ab1eb38f7913d8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770667834"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f4fd8a5427d8f74e7833efa23a0f7ddc8f4a2fd497b85988cad2b201f9033264_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f4fd8a5427d8f74e7833efa23a0f7ddc8f4a2fd497b85988cad2b201f9033264_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f4fd8a5427d8f74e7833efa23a0f7ddc8f4a2fd497b85988cad2b201f9033264_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256%3Af4fd8a5427d8f74e7833efa23a0f7ddc8f4a2fd497b85988cad2b201f9033264?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770682377"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3a22070544241e1aba74be893b409267d894b867cb245d0ff8bdcffda72f8930_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3a22070544241e1aba74be893b409267d894b867cb245d0ff8bdcffda72f8930_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3a22070544241e1aba74be893b409267d894b867cb245d0ff8bdcffda72f8930_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy-rhel9@sha256%3A3a22070544241e1aba74be893b409267d894b867cb245d0ff8bdcffda72f8930?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770669894"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:240acd5fc3d093867cd7efd4587ebefe048c6284a801da08faf8e2d9fcb19a47_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:240acd5fc3d093867cd7efd4587ebefe048c6284a801da08faf8e2d9fcb19a47_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:240acd5fc3d093867cd7efd4587ebefe048c6284a801da08faf8e2d9fcb19a47_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader-rhel9@sha256%3A240acd5fc3d093867cd7efd4587ebefe048c6284a801da08faf8e2d9fcb19a47?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770665989"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:492ed93a8e5a9ae62e754c29240958a6c1909bffba60fdd5fced1097b955bcd0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:492ed93a8e5a9ae62e754c29240958a6c1909bffba60fdd5fced1097b955bcd0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:492ed93a8e5a9ae62e754c29240958a6c1909bffba60fdd5fced1097b955bcd0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9-operator@sha256%3A492ed93a8e5a9ae62e754c29240958a6c1909bffba60fdd5fced1097b955bcd0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770669888"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:44846d7c33ba800c8078e768421b1d9b39ed30ed318b680da06b5c97ffec50e8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:44846d7c33ba800c8078e768421b1d9b39ed30ed318b680da06b5c97ffec50e8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:44846d7c33ba800c8078e768421b1d9b39ed30ed318b680da06b5c97ffec50e8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel9@sha256%3A44846d7c33ba800c8078e768421b1d9b39ed30ed318b680da06b5c97ffec50e8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770666016"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:42ebd671fba15ee296288177629f54b680248438351c85c305a970d74b5356cd_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:42ebd671fba15ee296288177629f54b680248438351c85c305a970d74b5356cd_s390x",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:42ebd671fba15ee296288177629f54b680248438351c85c305a970d74b5356cd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter-rhel9@sha256%3A42ebd671fba15ee296288177629f54b680248438351c85c305a970d74b5356cd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770669595"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e12cb0851fc2f5e35c9258ad9360efa8f107b0a79e1cd17e0b5e302690125ea7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e12cb0851fc2f5e35c9258ad9360efa8f107b0a79e1cd17e0b5e302690125ea7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e12cb0851fc2f5e35c9258ad9360efa8f107b0a79e1cd17e0b5e302690125ea7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel9@sha256%3Ae12cb0851fc2f5e35c9258ad9360efa8f107b0a79e1cd17e0b5e302690125ea7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770666887"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:10f802e9e5c96af91d1ca1427ace8984d2c31dcc7c409f3165e1ab21281293ec_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:10f802e9e5c96af91d1ca1427ace8984d2c31dcc7c409f3165e1ab21281293ec_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:10f802e9e5c96af91d1ca1427ace8984d2c31dcc7c409f3165e1ab21281293ec_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9@sha256%3A10f802e9e5c96af91d1ca1427ace8984d2c31dcc7c409f3165e1ab21281293ec?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770659551"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:41564206c906171df891ccc7c92274cb7998f29687ff7d2e44399242e38682b0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:41564206c906171df891ccc7c92274cb7998f29687ff7d2e44399242e38682b0_ppc64le",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:41564206c906171df891ccc7c92274cb7998f29687ff7d2e44399242e38682b0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/aws-kms-encryption-provider-rhel9@sha256%3A41564206c906171df891ccc7c92274cb7998f29687ff7d2e44399242e38682b0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770669406"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b07a724845d8acbb842e9c96ebe2ab5355f266ae382d703c0f92a84c6d79de20_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b07a724845d8acbb842e9c96ebe2ab5355f266ae382d703c0f92a84c6d79de20_ppc64le",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b07a724845d8acbb842e9c96ebe2ab5355f266ae382d703c0f92a84c6d79de20_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/azure-kms-encryption-provider-rhel9@sha256%3Ab07a724845d8acbb842e9c96ebe2ab5355f266ae382d703c0f92a84c6d79de20?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770667155"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:fde0b6709806f4fa012e86093d3abba689c7e4dce25859df9993d02f77adac38_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:fde0b6709806f4fa012e86093d3abba689c7e4dce25859df9993d02f77adac38_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:fde0b6709806f4fa012e86093d3abba689c7e4dce25859df9993d02f77adac38_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers-rhel9@sha256%3Afde0b6709806f4fa012e86093d3abba689c7e4dce25859df9993d02f77adac38?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770667145"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:25d6a0e67f63ee551a50d23bbf3ee87a8590cc618d06a1041327af0bbddcfb6b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:25d6a0e67f63ee551a50d23bbf3ee87a8590cc618d06a1041327af0bbddcfb6b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:25d6a0e67f63ee551a50d23bbf3ee87a8590cc618d06a1041327af0bbddcfb6b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel9@sha256%3A25d6a0e67f63ee551a50d23bbf3ee87a8590cc618d06a1041327af0bbddcfb6b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770669501"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:74c62d51442c13d38b45be851fd70040ae8dbef49fb6b22a5cff7ec3d20918b3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:74c62d51442c13d38b45be851fd70040ae8dbef49fb6b22a5cff7ec3d20918b3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:74c62d51442c13d38b45be851fd70040ae8dbef49fb6b22a5cff7ec3d20918b3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel9-operator@sha256%3A74c62d51442c13d38b45be851fd70040ae8dbef49fb6b22a5cff7ec3d20918b3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770827760"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:29473afe198e78ccc383122e9b9db15562d165d1a1a5d2ec9384f6282a9722c0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:29473afe198e78ccc383122e9b9db15562d165d1a1a5d2ec9384f6282a9722c0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:29473afe198e78ccc383122e9b9db15562d165d1a1a5d2ec9384f6282a9722c0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-rhel9-operator@sha256%3A29473afe198e78ccc383122e9b9db15562d165d1a1a5d2ec9384f6282a9722c0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770666471"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:1cb6cdb6e3bf0b41c8844a6145a44416a2d385f640f42f496a4409db59f0a509_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:1cb6cdb6e3bf0b41c8844a6145a44416a2d385f640f42f496a4409db59f0a509_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:1cb6cdb6e3bf0b41c8844a6145a44416a2d385f640f42f496a4409db59f0a509_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-rhel9-operator@sha256%3A1cb6cdb6e3bf0b41c8844a6145a44416a2d385f640f42f496a4409db59f0a509?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770668979"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ab176c397c65bf978d7e517a34e10ea45c82a35f65b8bbe39f384f776822c03d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ab176c397c65bf978d7e517a34e10ea45c82a35f65b8bbe39f384f776822c03d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ab176c397c65bf978d7e517a34e10ea45c82a35f65b8bbe39f384f776822c03d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256%3Aab176c397c65bf978d7e517a34e10ea45c82a35f65b8bbe39f384f776822c03d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770669824"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c1327a4cffa9882b931047ae66941c2d3a6f4c96bfebe56cd3070e3deb22fdc1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c1327a4cffa9882b931047ae66941c2d3a6f4c96bfebe56cd3070e3deb22fdc1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c1327a4cffa9882b931047ae66941c2d3a6f4c96bfebe56cd3070e3deb22fdc1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel9@sha256%3Ac1327a4cffa9882b931047ae66941c2d3a6f4c96bfebe56cd3070e3deb22fdc1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770666254"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a13900fe0e23c9421046db6cfc237d21d0a744bbdce29fcd24c9f17b360469db_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a13900fe0e23c9421046db6cfc237d21d0a744bbdce29fcd24c9f17b360469db_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a13900fe0e23c9421046db6cfc237d21d0a744bbdce29fcd24c9f17b360469db_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-rhel9-operator@sha256%3Aa13900fe0e23c9421046db6cfc237d21d0a744bbdce29fcd24c9f17b360469db?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770666317"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:eee4ef2783405873838d6b4cf42eccadad062b9f056d5e13b76e709f7876c9b8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:eee4ef2783405873838d6b4cf42eccadad062b9f056d5e13b76e709f7876c9b8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:eee4ef2783405873838d6b4cf42eccadad062b9f056d5e13b76e709f7876c9b8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-rhel9-operator@sha256%3Aeee4ef2783405873838d6b4cf42eccadad062b9f056d5e13b76e709f7876c9b8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770667875"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d82ed0fbd775b5970fcffb980f6d28c885c1e2f9d44f409507778e9cf9bfde8c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d82ed0fbd775b5970fcffb980f6d28c885c1e2f9d44f409507778e9cf9bfde8c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d82ed0fbd775b5970fcffb980f6d28c885c1e2f9d44f409507778e9cf9bfde8c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader-rhel9@sha256%3Ad82ed0fbd775b5970fcffb980f6d28c885c1e2f9d44f409507778e9cf9bfde8c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770668538"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:3e6f6f0d6ceed5244d82b17442e473729421d59ec5cd1a71deacc15531f2929c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:3e6f6f0d6ceed5244d82b17442e473729421d59ec5cd1a71deacc15531f2929c_ppc64le",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:3e6f6f0d6ceed5244d82b17442e473729421d59ec5cd1a71deacc15531f2929c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/container-networking-plugins-microshift-rhel9@sha256%3A3e6f6f0d6ceed5244d82b17442e473729421d59ec5cd1a71deacc15531f2929c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770665997"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:148e6bf35d15e19100b342ec8ccd8f3b975b145f6aa1596d5a7004ec88684444_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:148e6bf35d15e19100b342ec8ccd8f3b975b145f6aa1596d5a7004ec88684444_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:148e6bf35d15e19100b342ec8ccd8f3b975b145f6aa1596d5a7004ec88684444_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns-rhel9@sha256%3A148e6bf35d15e19100b342ec8ccd8f3b975b145f6aa1596d5a7004ec88684444?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770666096"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:d30598bb001578c4b9e99ab1d5040af35a27b1b5c7503d566b0672d634ef9f1e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:d30598bb001578c4b9e99ab1d5040af35a27b1b5c7503d566b0672d634ef9f1e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:d30598bb001578c4b9e99ab1d5040af35a27b1b5c7503d566b0672d634ef9f1e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel9@sha256%3Ad30598bb001578c4b9e99ab1d5040af35a27b1b5c7503d566b0672d634ef9f1e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770666042"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:b0ef0d0003586a718c7747a6c5efc24313d757a4e15f7725328f8ce310793ec9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:b0ef0d0003586a718c7747a6c5efc24313d757a4e15f7725328f8ce310793ec9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:b0ef0d0003586a718c7747a6c5efc24313d757a4e15f7725328f8ce310793ec9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel9@sha256%3Ab0ef0d0003586a718c7747a6c5efc24313d757a4e15f7725328f8ce310793ec9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770666120"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:8f0030f4e532ae452721b47317f2bed3a91b4e18f7d58bc99f117d19a081ce5a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:8f0030f4e532ae452721b47317f2bed3a91b4e18f7d58bc99f117d19a081ce5a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:8f0030f4e532ae452721b47317f2bed3a91b4e18f7d58bc99f117d19a081ce5a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel9-operator@sha256%3A8f0030f4e532ae452721b47317f2bed3a91b4e18f7d58bc99f117d19a081ce5a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770666660"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:0aa7da9a515f449d3a6da50c5dd8d55ed318b494f2b3f3f866338ff1f49a3ba3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:0aa7da9a515f449d3a6da50c5dd8d55ed318b494f2b3f3f866338ff1f49a3ba3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:0aa7da9a515f449d3a6da50c5dd8d55ed318b494f2b3f3f866338ff1f49a3ba3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-nfs-rhel9@sha256%3A0aa7da9a515f449d3a6da50c5dd8d55ed318b494f2b3f3f866338ff1f49a3ba3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770666682"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:fb299ef0ec0e3b11af2787b41c7b1acb5e161a11f244823831add0ea0cced3eb_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:fb299ef0ec0e3b11af2787b41c7b1acb5e161a11f244823831add0ea0cced3eb_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:fb299ef0ec0e3b11af2787b41c7b1acb5e161a11f244823831add0ea0cced3eb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel9@sha256%3Afb299ef0ec0e3b11af2787b41c7b1acb5e161a11f244823831add0ea0cced3eb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770669694"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:00381459ad3d92ccdd5a3a45ad1f09ddda8da0d48f4594a4c219288a266647c0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:00381459ad3d92ccdd5a3a45ad1f09ddda8da0d48f4594a4c219288a266647c0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:00381459ad3d92ccdd5a3a45ad1f09ddda8da0d48f4594a4c219288a266647c0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel9@sha256%3A00381459ad3d92ccdd5a3a45ad1f09ddda8da0d48f4594a4c219288a266647c0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770669006"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:3616e4a7673a447207307a8acf0661496632a65ab79694abf81d8a47da0f590d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:3616e4a7673a447207307a8acf0661496632a65ab79694abf81d8a47da0f590d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:3616e4a7673a447207307a8acf0661496632a65ab79694abf81d8a47da0f590d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel9@sha256%3A3616e4a7673a447207307a8acf0661496632a65ab79694abf81d8a47da0f590d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770669491"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:1579b3e033644e046bab63965d6f34797294c079488feb1ab6a93bf431deeff5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:1579b3e033644e046bab63965d6f34797294c079488feb1ab6a93bf431deeff5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:1579b3e033644e046bab63965d6f34797294c079488feb1ab6a93bf431deeff5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-validation-webhook-rhel9@sha256%3A1579b3e033644e046bab63965d6f34797294c079488feb1ab6a93bf431deeff5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770668481"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:79e8c5b1e61683f9c78e8d1022c90ce13c4b3c438dc373773c8d174b9835c862_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:79e8c5b1e61683f9c78e8d1022c90ce13c4b3c438dc373773c8d174b9835c862_ppc64le",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:79e8c5b1e61683f9c78e8d1022c90ce13c4b3c438dc373773c8d174b9835c862_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256%3A79e8c5b1e61683f9c78e8d1022c90ce13c4b3c438dc373773c8d174b9835c862?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770667195"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5c875e3f0f2b0c11b8ba123f0716e007fa09b21ee696dce0c71ba774c1a2c7c4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5c875e3f0f2b0c11b8ba123f0716e007fa09b21ee696dce0c71ba774c1a2c7c4_ppc64le",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5c875e3f0f2b0c11b8ba123f0716e007fa09b21ee696dce0c71ba774c1a2c7c4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel9@sha256%3A5c875e3f0f2b0c11b8ba123f0716e007fa09b21ee696dce0c71ba774c1a2c7c4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770668775"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:0667250c45df43bf0110d46c8b8beb3ada41a0bb520d35629d9928ec373f1cdc_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:0667250c45df43bf0110d46c8b8beb3ada41a0bb520d35629d9928ec373f1cdc_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:0667250c45df43bf0110d46c8b8beb3ada41a0bb520d35629d9928ec373f1cdc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy-rhel9@sha256%3A0667250c45df43bf0110d46c8b8beb3ada41a0bb520d35629d9928ec373f1cdc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770659511"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8c6a0ab37cf5fbbce8b9ab785c93d9eb368180c6ca39ce13bb10a7eea3208f3f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8c6a0ab37cf5fbbce8b9ab785c93d9eb368180c6ca39ce13bb10a7eea3208f3f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8c6a0ab37cf5fbbce8b9ab785c93d9eb368180c6ca39ce13bb10a7eea3208f3f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager-rhel9@sha256%3A8c6a0ab37cf5fbbce8b9ab785c93d9eb368180c6ca39ce13bb10a7eea3208f3f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770667155"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:3588dbbbc1b77e32314e2cef4b226e8430c04d269f8fb0a428d1859cbf95748f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:3588dbbbc1b77e32314e2cef4b226e8430c04d269f8fb0a428d1859cbf95748f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:3588dbbbc1b77e32314e2cef4b226e8430c04d269f8fb0a428d1859cbf95748f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-node-exporter-rhel9@sha256%3A3588dbbbc1b77e32314e2cef4b226e8430c04d269f8fb0a428d1859cbf95748f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770666709"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:31af242f688dd17a96083aeb35e100f97d99df2e1d95ef975297cafca25b6575_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:31af242f688dd17a96083aeb35e100f97d99df2e1d95ef975297cafca25b6575_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:31af242f688dd17a96083aeb35e100f97d99df2e1d95ef975297cafca25b6575_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9@sha256%3A31af242f688dd17a96083aeb35e100f97d99df2e1d95ef975297cafca25b6575?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770668687"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:263b3dcbb11cbdd26611250be26c6923fac9b74a387da78519650f8d05cdb4dd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:263b3dcbb11cbdd26611250be26c6923fac9b74a387da78519650f8d05cdb4dd_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:263b3dcbb11cbdd26611250be26c6923fac9b74a387da78519650f8d05cdb4dd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel9@sha256%3A263b3dcbb11cbdd26611250be26c6923fac9b74a387da78519650f8d05cdb4dd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770669831"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f3265ade73f238556cf2a7fc67e8ebb3d5636440fd9b7d4cd2aa725677ce3965_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f3265ade73f238556cf2a7fc67e8ebb3d5636440fd9b7d4cd2aa725677ce3965_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f3265ade73f238556cf2a7fc67e8ebb3d5636440fd9b7d4cd2aa725677ce3965_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy-rhel9@sha256%3Af3265ade73f238556cf2a7fc67e8ebb3d5636440fd9b7d4cd2aa725677ce3965?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770669165"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:1bfd1b573bf924cb0a8be80be641b4ce684b141a66325d7c0cc923a9d3a2030a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:1bfd1b573bf924cb0a8be80be641b4ce684b141a66325d7c0cc923a9d3a2030a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:1bfd1b573bf924cb0a8be80be641b4ce684b141a66325d7c0cc923a9d3a2030a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy-rhel9@sha256%3A1bfd1b573bf924cb0a8be80be641b4ce684b141a66325d7c0cc923a9d3a2030a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770667246"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:92d0cdf81fb07c8eb55fef4be846e84d5f18f181fed24221a294c5312c76e923_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:92d0cdf81fb07c8eb55fef4be846e84d5f18f181fed24221a294c5312c76e923_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:92d0cdf81fb07c8eb55fef4be846e84d5f18f181fed24221a294c5312c76e923_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics-rhel9@sha256%3A92d0cdf81fb07c8eb55fef4be846e84d5f18f181fed24221a294c5312c76e923?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770669463"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:cd37ef01e0c5586ab14e6a041a2cf093dfa8815b3e21a1ae636369b64fc2a253_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:cd37ef01e0c5586ab14e6a041a2cf093dfa8815b3e21a1ae636369b64fc2a253_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:cd37ef01e0c5586ab14e6a041a2cf093dfa8815b3e21a1ae636369b64fc2a253_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace-rhel9@sha256%3Acd37ef01e0c5586ab14e6a041a2cf093dfa8815b3e21a1ae636369b64fc2a253?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770668861"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9a7f6b3f08dfa866a2a1dbf9bcdd636c221c4dcf0ca38ab9b5c481684b4bca54_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9a7f6b3f08dfa866a2a1dbf9bcdd636c221c4dcf0ca38ab9b5c481684b4bca54_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9a7f6b3f08dfa866a2a1dbf9bcdd636c221c4dcf0ca38ab9b5c481684b4bca54_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel9@sha256%3A9a7f6b3f08dfa866a2a1dbf9bcdd636c221c4dcf0ca38ab9b5c481684b4bca54?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770830884"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:ae26fa2a9ab61ddb95e4273d710c75edbd517f81d421b68acf84cbfeacaa913f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:ae26fa2a9ab61ddb95e4273d710c75edbd517f81d421b68acf84cbfeacaa913f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:ae26fa2a9ab61ddb95e4273d710c75edbd517f81d421b68acf84cbfeacaa913f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-rhel9@sha256%3Aae26fa2a9ab61ddb95e4273d710c75edbd517f81d421b68acf84cbfeacaa913f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770668166"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c22b1f502cdf6292792cca93076f4a7ef16f1c761a65b11f875c99408584857a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c22b1f502cdf6292792cca93076f4a7ef16f1c761a65b11f875c99408584857a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c22b1f502cdf6292792cca93076f4a7ef16f1c761a65b11f875c99408584857a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-microshift-rhel9@sha256%3Ac22b1f502cdf6292792cca93076f4a7ef16f1c761a65b11f875c99408584857a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770666357"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3c98ad6c0008b1145186d1839c980631c119328c2c231956941300508eb27bea_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3c98ad6c0008b1145186d1839c980631c119328c2c231956941300508eb27bea_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3c98ad6c0008b1145186d1839c980631c119328c2c231956941300508eb27bea_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel9@sha256%3A3c98ad6c0008b1145186d1839c980631c119328c2c231956941300508eb27bea?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770666648"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:60eccf911015b2af66258c858b1d0dfbc1f79d5d10146c8cec8f9a5f21708f86_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:60eccf911015b2af66258c858b1d0dfbc1f79d5d10146c8cec8f9a5f21708f86_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:60eccf911015b2af66258c858b1d0dfbc1f79d5d10146c8cec8f9a5f21708f86_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-networking-console-plugin-rhel9@sha256%3A60eccf911015b2af66258c858b1d0dfbc1f79d5d10146c8cec8f9a5f21708f86?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770830892"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:40df7a1323c23c3875e77061b3bccd337500d04f1cbe324a800eebb7181f8c46_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:40df7a1323c23c3875e77061b3bccd337500d04f1cbe324a800eebb7181f8c46_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:40df7a1323c23c3875e77061b3bccd337500d04f1cbe324a800eebb7181f8c46_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel9@sha256%3A40df7a1323c23c3875e77061b3bccd337500d04f1cbe324a800eebb7181f8c46?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770667654"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2857f545269812b58ce790369808c13b1c6f891b1c8521f61031ae1237d5e7c9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2857f545269812b58ce790369808c13b1c6f891b1c8521f61031ae1237d5e7c9_ppc64le",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2857f545269812b58ce790369808c13b1c6f891b1c8521f61031ae1237d5e7c9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oc-mirror-plugin-rhel9@sha256%3A2857f545269812b58ce790369808c13b1c6f891b1c8521f61031ae1237d5e7c9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770666167"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:af1ec368aab118eb5273e4e8db659bdbfe94ba2e0410dc0e872fb4703eb7f229_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:af1ec368aab118eb5273e4e8db659bdbfe94ba2e0410dc0e872fb4703eb7f229_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:af1ec368aab118eb5273e4e8db659bdbfe94ba2e0410dc0e872fb4703eb7f229_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder-rhel9@sha256%3Aaf1ec368aab118eb5273e4e8db659bdbfe94ba2e0410dc0e872fb4703eb7f229?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770659586"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d0092859b3dd498418cb2ae30ae100d91a6d77abbf2f1be3400bd6bee1a57cbb_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d0092859b3dd498418cb2ae30ae100d91a6d77abbf2f1be3400bd6bee1a57cbb_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d0092859b3dd498418cb2ae30ae100d91a6d77abbf2f1be3400bd6bee1a57cbb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-rhel9@sha256%3Ad0092859b3dd498418cb2ae30ae100d91a6d77abbf2f1be3400bd6bee1a57cbb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770667166"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:113236bdca2ba374020fed560565f6aff01002a32c8eb969130b6265e1ebdac6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:113236bdca2ba374020fed560565f6aff01002a32c8eb969130b6265e1ebdac6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:113236bdca2ba374020fed560565f6aff01002a32c8eb969130b6265e1ebdac6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9@sha256%3A113236bdca2ba374020fed560565f6aff01002a32c8eb969130b6265e1ebdac6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770831186"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:65a15ccfc8e4e132d1b11fad18930d7f1ef53199f14361826de6c21ffe2dbeea_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:65a15ccfc8e4e132d1b11fad18930d7f1ef53199f14361826de6c21ffe2dbeea_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:65a15ccfc8e4e132d1b11fad18930d7f1ef53199f14361826de6c21ffe2dbeea_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-rukpak-rhel9@sha256%3A65a15ccfc8e4e132d1b11fad18930d7f1ef53199f14361826de6c21ffe2dbeea?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770667292"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:876321c429821ed061d0908b2c57c02b865f775f47942f15401965ab1eb46056_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:876321c429821ed061d0908b2c57c02b865f775f47942f15401965ab1eb46056_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:876321c429821ed061d0908b2c57c02b865f775f47942f15401965ab1eb46056_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9-operator@sha256%3A876321c429821ed061d0908b2c57c02b865f775f47942f15401965ab1eb46056?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770667161"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cc12aa0e564fef8638f82263cb9d15509dcd032f9eeae171c41543e292ffa47d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cc12aa0e564fef8638f82263cb9d15509dcd032f9eeae171c41543e292ffa47d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cc12aa0e564fef8638f82263cb9d15509dcd032f9eeae171c41543e292ffa47d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer-rhel9@sha256%3Acc12aa0e564fef8638f82263cb9d15509dcd032f9eeae171c41543e292ffa47d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770682146"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c9c3e0f579e933d9644cc4b5feb0e9c97383bf2dcdddcd2a0c6182599e564af6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c9c3e0f579e933d9644cc4b5feb0e9c97383bf2dcdddcd2a0c6182599e564af6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c9c3e0f579e933d9644cc4b5feb0e9c97383bf2dcdddcd2a0c6182599e564af6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router-rhel9@sha256%3Ac9c3e0f579e933d9644cc4b5feb0e9c97383bf2dcdddcd2a0c6182599e564af6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770682386"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:91e89c2093305433fa84c8522679f781a3148a3890859eb436decfaf6a2fa9f7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:91e89c2093305433fa84c8522679f781a3148a3890859eb436decfaf6a2fa9f7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:91e89c2093305433fa84c8522679f781a3148a3890859eb436decfaf6a2fa9f7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube-rhel9@sha256%3A91e89c2093305433fa84c8522679f781a3148a3890859eb436decfaf6a2fa9f7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770699844"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:0b99f7875f7934b371fedcff686622acd03d9c2618bb613dd6721ea5ffe1dc57_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:0b99f7875f7934b371fedcff686622acd03d9c2618bb613dd6721ea5ffe1dc57_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:0b99f7875f7934b371fedcff686622acd03d9c2618bb613dd6721ea5ffe1dc57_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-keepalived-ipfailover-rhel9@sha256%3A0b99f7875f7934b371fedcff686622acd03d9c2618bb613dd6721ea5ffe1dc57?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770666277"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:9a58f0d4761ad3c87d0bb346a3608965df2d3e85a5cd92072dfba1c831570279_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:9a58f0d4761ad3c87d0bb346a3608965df2d3e85a5cd92072dfba1c831570279_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:9a58f0d4761ad3c87d0bb346a3608965df2d3e85a5cd92072dfba1c831570279_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod-rhel9@sha256%3A9a58f0d4761ad3c87d0bb346a3608965df2d3e85a5cd92072dfba1c831570279?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770699917"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:0ff28e5ca81e1ca5499ea80569c9b8a203b313e989559e4c83ac8f0fbaee0973_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:0ff28e5ca81e1ca5499ea80569c9b8a203b313e989559e4c83ac8f0fbaee0973_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:0ff28e5ca81e1ca5499ea80569c9b8a203b313e989559e4c83ac8f0fbaee0973_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry-rhel9@sha256%3A0ff28e5ca81e1ca5499ea80569c9b8a203b313e989559e4c83ac8f0fbaee0973?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770668276"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:41be253a6c643b9ff74f2728ca9c113129ff2cb7139d0130e661f757d178127f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:41be253a6c643b9ff74f2728ca9c113129ff2cb7139d0130e661f757d178127f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:41be253a6c643b9ff74f2728ca9c113129ff2cb7139d0130e661f757d178127f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests-rhel9@sha256%3A41be253a6c643b9ff74f2728ca9c113129ff2cb7139d0130e661f757d178127f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770683427"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:32e4fc1654909b51802cb8abf8b5946e44483ccdced36c784941638296197163_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:32e4fc1654909b51802cb8abf8b5946e44483ccdced36c784941638296197163_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:32e4fc1654909b51802cb8abf8b5946e44483ccdced36c784941638296197163_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel9@sha256%3A32e4fc1654909b51802cb8abf8b5946e44483ccdced36c784941638296197163?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770665988"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:ffbab63b764bd79e20f869b83736c41ea28ef2eeeff1305f87fdb7dc4bf6dc55_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:ffbab63b764bd79e20f869b83736c41ea28ef2eeeff1305f87fdb7dc4bf6dc55_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:ffbab63b764bd79e20f869b83736c41ea28ef2eeeff1305f87fdb7dc4bf6dc55_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cluster-api-controllers-rhel9@sha256%3Affbab63b764bd79e20f869b83736c41ea28ef2eeeff1305f87fdb7dc4bf6dc55?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770668198"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:88179c9f57abbdad3c20d59c3ce38768b17e53e7f463167fafb447810a9b78f7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:88179c9f57abbdad3c20d59c3ce38768b17e53e7f463167fafb447810a9b78f7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:88179c9f57abbdad3c20d59c3ce38768b17e53e7f463167fafb447810a9b78f7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager-rhel9@sha256%3A88179c9f57abbdad3c20d59c3ce38768b17e53e7f463167fafb447810a9b78f7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770667317"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3d77a408ab227b6658ca9643adfa97499b469e7a2faf1a2eba8cffb57fa9dd6d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3d77a408ab227b6658ca9643adfa97499b469e7a2faf1a2eba8cffb57fa9dd6d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3d77a408ab227b6658ca9643adfa97499b469e7a2faf1a2eba8cffb57fa9dd6d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry-rhel9@sha256%3A3d77a408ab227b6658ca9643adfa97499b469e7a2faf1a2eba8cffb57fa9dd6d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770667479"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:5fb00e50df62152bbdb2b98fd2de8054dfcd4d4f27b07001a197b0e6bb5e72f4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:5fb00e50df62152bbdb2b98fd2de8054dfcd4d4f27b07001a197b0e6bb5e72f4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:5fb00e50df62152bbdb2b98fd2de8054dfcd4d4f27b07001a197b0e6bb5e72f4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel9@sha256%3A5fb00e50df62152bbdb2b98fd2de8054dfcd4d4f27b07001a197b0e6bb5e72f4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770669874"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:1c60e886fdd81c6b90dc6a0f142dc5c4d5eb8c9d5bd796cc343abe5bce33affd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:1c60e886fdd81c6b90dc6a0f142dc5c4d5eb8c9d5bd796cc343abe5bce33affd_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:1c60e886fdd81c6b90dc6a0f142dc5c4d5eb8c9d5bd796cc343abe5bce33affd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel9@sha256%3A1c60e886fdd81c6b90dc6a0f142dc5c4d5eb8c9d5bd796cc343abe5bce33affd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770666620"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:0fbc562bcfc4c42579ecc86721e9e5f5d73784d5608ac58514081e3503f7c813_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:0fbc562bcfc4c42579ecc86721e9e5f5d73784d5608ac58514081e3503f7c813_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:0fbc562bcfc4c42579ecc86721e9e5f5d73784d5608ac58514081e3503f7c813_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256%3A0fbc562bcfc4c42579ecc86721e9e5f5d73784d5608ac58514081e3503f7c813?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770667568"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:b629bf6b74a1b8d8be44b2945a6e42cda27e0d828c088a5b49b6fe866cd9a98d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:b629bf6b74a1b8d8be44b2945a6e42cda27e0d828c088a5b49b6fe866cd9a98d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:b629bf6b74a1b8d8be44b2945a6e42cda27e0d828c088a5b49b6fe866cd9a98d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel9@sha256%3Ab629bf6b74a1b8d8be44b2945a6e42cda27e0d828c088a5b49b6fe866cd9a98d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770667083"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0e57f63039219af389f3920cbcb324436a2aaf1a2123f4c2647f1c1edba90306_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0e57f63039219af389f3920cbcb324436a2aaf1a2123f4c2647f1c1edba90306_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0e57f63039219af389f3920cbcb324436a2aaf1a2123f4c2647f1c1edba90306_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-utils-rhel9@sha256%3A0e57f63039219af389f3920cbcb324436a2aaf1a2123f4c2647f1c1edba90306?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770667579"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4f81654bccced71c7ae5a5c3946d219f6dded80bcd1025466e4c5b56923b263d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4f81654bccced71c7ae5a5c3946d219f6dded80bcd1025466e4c5b56923b263d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4f81654bccced71c7ae5a5c3946d219f6dded80bcd1025466e4c5b56923b263d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel9@sha256%3A4f81654bccced71c7ae5a5c3946d219f6dded80bcd1025466e4c5b56923b263d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770666363"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:1497850497e4ff31638d1b53032a1162af975c3abd2396e627ad90ea4515cd94_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:1497850497e4ff31638d1b53032a1162af975c3abd2396e627ad90ea4515cd94_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:1497850497e4ff31638d1b53032a1162af975c3abd2396e627ad90ea4515cd94_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel9@sha256%3A1497850497e4ff31638d1b53032a1162af975c3abd2396e627ad90ea4515cd94?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770733323"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:804ed4857fbd1bbac303549388e72451a4d0f81b99696fc7176e196db8644140_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:804ed4857fbd1bbac303549388e72451a4d0f81b99696fc7176e196db8644140_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:804ed4857fbd1bbac303549388e72451a4d0f81b99696fc7176e196db8644140_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel9-operator@sha256%3A804ed4857fbd1bbac303549388e72451a4d0f81b99696fc7176e196db8644140?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770669738"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ba2426e6f8b4c4f49b191df2ef4824d30486a87aa3bf3af5cecc5aa958f96e43_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ba2426e6f8b4c4f49b191df2ef4824d30486a87aa3bf3af5cecc5aa958f96e43_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ba2426e6f8b4c4f49b191df2ef4824d30486a87aa3bf3af5cecc5aa958f96e43_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts-rhel9@sha256%3Aba2426e6f8b4c4f49b191df2ef4824d30486a87aa3bf3af5cecc5aa958f96e43?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770686770"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:0608e6ec895faca9ad6eec7f657893b8c05a3ba72600cb734cfd2ba7eee926f4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:0608e6ec895faca9ad6eec7f657893b8c05a3ba72600cb734cfd2ba7eee926f4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:0608e6ec895faca9ad6eec7f657893b8c05a3ba72600cb734cfd2ba7eee926f4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-rhel9-operator@sha256%3A0608e6ec895faca9ad6eec7f657893b8c05a3ba72600cb734cfd2ba7eee926f4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770666219"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:580b4036071c17c8551b3171c31ecaeb61aea5dd431d147f036a832565531948_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:580b4036071c17c8551b3171c31ecaeb61aea5dd431d147f036a832565531948_ppc64le",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:580b4036071c17c8551b3171c31ecaeb61aea5dd431d147f036a832565531948_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel9@sha256%3A580b4036071c17c8551b3171c31ecaeb61aea5dd431d147f036a832565531948?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770666457"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:e6ff566a5aa48b59411a421e98ce05e62268d4ead994c08e8bc4643beda5f115_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:e6ff566a5aa48b59411a421e98ce05e62268d4ead994c08e8bc4643beda5f115_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:e6ff566a5aa48b59411a421e98ce05e62268d4ead994c08e8bc4643beda5f115_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel9@sha256%3Ae6ff566a5aa48b59411a421e98ce05e62268d4ead994c08e8bc4643beda5f115?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770669891"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:97d901e0371158483af19aae8db34651dcf0278fd69e0ad14293a38d4713c58f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:97d901e0371158483af19aae8db34651dcf0278fd69e0ad14293a38d4713c58f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:97d901e0371158483af19aae8db34651dcf0278fd69e0ad14293a38d4713c58f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-rhel9-operator@sha256%3A97d901e0371158483af19aae8db34651dcf0278fd69e0ad14293a38d4713c58f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770666776"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:4b415d00d49331d5fd22e1b0c159ee4579506f378f1b13e8e1d0c1829996f6ac_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:4b415d00d49331d5fd22e1b0c159ee4579506f378f1b13e8e1d0c1829996f6ac_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:4b415d00d49331d5fd22e1b0c159ee4579506f378f1b13e8e1d0c1829996f6ac_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9-operator@sha256%3A4b415d00d49331d5fd22e1b0c159ee4579506f378f1b13e8e1d0c1829996f6ac?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770669434"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:f8f12d1cd2272529e159bbf2dc6680f772194cc235b0138146f40a499a9fbe2c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:f8f12d1cd2272529e159bbf2dc6680f772194cc235b0138146f40a499a9fbe2c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:f8f12d1cd2272529e159bbf2dc6680f772194cc235b0138146f40a499a9fbe2c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel9@sha256%3Af8f12d1cd2272529e159bbf2dc6680f772194cc235b0138146f40a499a9fbe2c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770667802"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0f016a9fc412a5fa8b8289a19fee831b3441571d7a48135b92b6736af210d700_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0f016a9fc412a5fa8b8289a19fee831b3441571d7a48135b92b6736af210d700_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0f016a9fc412a5fa8b8289a19fee831b3441571d7a48135b92b6736af210d700_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap-rhel9@sha256%3A0f016a9fc412a5fa8b8289a19fee831b3441571d7a48135b92b6736af210d700?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770666052"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d9f6635946e9c0ddfc8f479486f08be9fdac8bc9f73d358a3d049b6feafe81ec_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d9f6635946e9c0ddfc8f479486f08be9fdac8bc9f73d358a3d049b6feafe81ec_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d9f6635946e9c0ddfc8f479486f08be9fdac8bc9f73d358a3d049b6feafe81ec_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel9-operator@sha256%3Ad9f6635946e9c0ddfc8f479486f08be9fdac8bc9f73d358a3d049b6feafe81ec?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770682629"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:7eb0043c124f96f76970f835870cd45bedcee0179f5c63ed7688191cb5e0d718_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:7eb0043c124f96f76970f835870cd45bedcee0179f5c63ed7688191cb5e0d718_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:7eb0043c124f96f76970f835870cd45bedcee0179f5c63ed7688191cb5e0d718_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3A7eb0043c124f96f76970f835870cd45bedcee0179f5c63ed7688191cb5e0d718?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770669702"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:81645a618293c85f28a1632034a0f3244cb15cb5b636d6ef447e571d526d3f60_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:81645a618293c85f28a1632034a0f3244cb15cb5b636d6ef447e571d526d3f60_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:81645a618293c85f28a1632034a0f3244cb15cb5b636d6ef447e571d526d3f60_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-api-rhel9@sha256%3A81645a618293c85f28a1632034a0f3244cb15cb5b636d6ef447e571d526d3f60?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770669866"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:3ebb46a8c872e2dfc1d2bc7e50a84be90c998e721cb935a7d675e7ef02f204df_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:3ebb46a8c872e2dfc1d2bc7e50a84be90c998e721cb935a7d675e7ef02f204df_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:3ebb46a8c872e2dfc1d2bc7e50a84be90c998e721cb935a7d675e7ef02f204df_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-rhel9-operator@sha256%3A3ebb46a8c872e2dfc1d2bc7e50a84be90c998e721cb935a7d675e7ef02f204df?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770667049"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2eeee557fa7b05fabec97b753e50fc8b54811337b360ea542ab23a32db02165e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2eeee557fa7b05fabec97b753e50fc8b54811337b360ea542ab23a32db02165e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2eeee557fa7b05fabec97b753e50fc8b54811337b360ea542ab23a32db02165e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3A2eeee557fa7b05fabec97b753e50fc8b54811337b360ea542ab23a32db02165e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770668876"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:7bebec78f81645756aa1265950e28a980fd4c042b651c7b5c6fe6924af7675ce_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:7bebec78f81645756aa1265950e28a980fd4c042b651c7b5c6fe6924af7675ce_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:7bebec78f81645756aa1265950e28a980fd4c042b651c7b5c6fe6924af7675ce_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3A7bebec78f81645756aa1265950e28a980fd4c042b651c7b5c6fe6924af7675ce?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770666889"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d771771dbbed4376ceb699139a02a5b64456f2fd90f2cdd873879d56badf2885_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d771771dbbed4376ceb699139a02a5b64456f2fd90f2cdd873879d56badf2885_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d771771dbbed4376ceb699139a02a5b64456f2fd90f2cdd873879d56badf2885_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-rhel9-operator@sha256%3Ad771771dbbed4376ceb699139a02a5b64456f2fd90f2cdd873879d56badf2885?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770667619"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:4aecd8e8a99b71f09c3fe659399204e461b1008def654038d8d2df6df34eb3d8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:4aecd8e8a99b71f09c3fe659399204e461b1008def654038d8d2df6df34eb3d8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:4aecd8e8a99b71f09c3fe659399204e461b1008def654038d8d2df6df34eb3d8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-rhel9-operator@sha256%3A4aecd8e8a99b71f09c3fe659399204e461b1008def654038d8d2df6df34eb3d8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770666213"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:30ffb3abac5d66f0d7192c3395f4e29f18bee60eec5b603126308cb8e986155b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:30ffb3abac5d66f0d7192c3395f4e29f18bee60eec5b603126308cb8e986155b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:30ffb3abac5d66f0d7192c3395f4e29f18bee60eec5b603126308cb8e986155b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-rhel9-operator@sha256%3A30ffb3abac5d66f0d7192c3395f4e29f18bee60eec5b603126308cb8e986155b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770666799"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d1c2b9ba0cab850926c999b43cc85ea7ed91c5396d1d3ca272c330cbcf098392_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d1c2b9ba0cab850926c999b43cc85ea7ed91c5396d1d3ca272c330cbcf098392_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d1c2b9ba0cab850926c999b43cc85ea7ed91c5396d1d3ca272c330cbcf098392_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-rhel9-operator@sha256%3Ad1c2b9ba0cab850926c999b43cc85ea7ed91c5396d1d3ca272c330cbcf098392?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770666494"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:40cf04b4677fe397b6cca48fd704defd5dfbe5849116b2f855059340fb537da8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:40cf04b4677fe397b6cca48fd704defd5dfbe5849116b2f855059340fb537da8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:40cf04b4677fe397b6cca48fd704defd5dfbe5849116b2f855059340fb537da8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3A40cf04b4677fe397b6cca48fd704defd5dfbe5849116b2f855059340fb537da8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770669474"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:4d336c3a625d32606df94aff5194969a6b3e20bd8586c56baacd509bcdb066f0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:4d336c3a625d32606df94aff5194969a6b3e20bd8586c56baacd509bcdb066f0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:4d336c3a625d32606df94aff5194969a6b3e20bd8586c56baacd509bcdb066f0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3A4d336c3a625d32606df94aff5194969a6b3e20bd8586c56baacd509bcdb066f0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770667658"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:10227468946141bf8f1f0dd71860ec2dcab6888ce2ec096f8250ce27dc9de66c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:10227468946141bf8f1f0dd71860ec2dcab6888ce2ec096f8250ce27dc9de66c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:10227468946141bf8f1f0dd71860ec2dcab6888ce2ec096f8250ce27dc9de66c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-rhel9-operator@sha256%3A10227468946141bf8f1f0dd71860ec2dcab6888ce2ec096f8250ce27dc9de66c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770669486"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:2ec681169d6ce8d33a853a03fb796a312e75992052f4546f94c2ad158bbb9228_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:2ec681169d6ce8d33a853a03fb796a312e75992052f4546f94c2ad158bbb9228_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:2ec681169d6ce8d33a853a03fb796a312e75992052f4546f94c2ad158bbb9228_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3A2ec681169d6ce8d33a853a03fb796a312e75992052f4546f94c2ad158bbb9228?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770667323"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2e170eac98d152abc69b8fa44813a290b9cc2e57bdacb84e97a9ecbe602a7631_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2e170eac98d152abc69b8fa44813a290b9cc2e57bdacb84e97a9ecbe602a7631_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2e170eac98d152abc69b8fa44813a290b9cc2e57bdacb84e97a9ecbe602a7631_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver-rhel9@sha256%3A2e170eac98d152abc69b8fa44813a290b9cc2e57bdacb84e97a9ecbe602a7631?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770669197"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:34d1ed337dac313194803cbe7336560b7a630adc9cd2bd785883be5048ca52dc_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:34d1ed337dac313194803cbe7336560b7a630adc9cd2bd785883be5048ca52dc_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:34d1ed337dac313194803cbe7336560b7a630adc9cd2bd785883be5048ca52dc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-olm-rhel9-operator@sha256%3A34d1ed337dac313194803cbe7336560b7a630adc9cd2bd785883be5048ca52dc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770668722"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ab21f8f97947845bb94bf6912ca8880ed39c4aa3a849af7f804d28c11a6f0ef6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ab21f8f97947845bb94bf6912ca8880ed39c4aa3a849af7f804d28c11a6f0ef6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ab21f8f97947845bb94bf6912ca8880ed39c4aa3a849af7f804d28c11a6f0ef6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3Aab21f8f97947845bb94bf6912ca8880ed39c4aa3a849af7f804d28c11a6f0ef6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770668804"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3f2412d3a5a21739fc209d7caff76dd8dfc077f8a5a3a5034a6ca7a29532f14a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3f2412d3a5a21739fc209d7caff76dd8dfc077f8a5a3a5034a6ca7a29532f14a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3f2412d3a5a21739fc209d7caff76dd8dfc077f8a5a3a5034a6ca7a29532f14a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3A3f2412d3a5a21739fc209d7caff76dd8dfc077f8a5a3a5034a6ca7a29532f14a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770669165"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5c3e36c0e3589a527d795af3e4b2c7b543b6f5a4bf0e89f9262992a2284feb44_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5c3e36c0e3589a527d795af3e4b2c7b543b6f5a4bf0e89f9262992a2284feb44_ppc64le",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5c3e36c0e3589a527d795af3e4b2c7b543b6f5a4bf0e89f9262992a2284feb44_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9-operator@sha256%3A5c3e36c0e3589a527d795af3e4b2c7b543b6f5a4bf0e89f9262992a2284feb44?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770667941"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e06661e1b9f1142191ead0cb0f04b252619ea50c2be307177853fda34761dfd9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e06661e1b9f1142191ead0cb0f04b252619ea50c2be307177853fda34761dfd9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e06661e1b9f1142191ead0cb0f04b252619ea50c2be307177853fda34761dfd9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-rhel9-operator@sha256%3Ae06661e1b9f1142191ead0cb0f04b252619ea50c2be307177853fda34761dfd9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770659491"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:8fb9394145dcb16031acd61a0357c81facc3f7e2c26c8a5925581d68389805d8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:8fb9394145dcb16031acd61a0357c81facc3f7e2c26c8a5925581d68389805d8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:8fb9394145dcb16031acd61a0357c81facc3f7e2c26c8a5925581d68389805d8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-update-keys-rhel9@sha256%3A8fb9394145dcb16031acd61a0357c81facc3f7e2c26c8a5925581d68389805d8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770667697"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0a41b5b6efbf9ceb5605efcc5a74e872e5b82366478bd9aa1307c9a043b25194_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0a41b5b6efbf9ceb5605efcc5a74e872e5b82366478bd9aa1307c9a043b25194_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0a41b5b6efbf9ceb5605efcc5a74e872e5b82366478bd9aa1307c9a043b25194_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel9@sha256%3A0a41b5b6efbf9ceb5605efcc5a74e872e5b82366478bd9aa1307c9a043b25194?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770668876"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:76ec2d7ea2abda578740aed288764346e3e5236cd8bd1b42e776762ea5af7ff8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:76ec2d7ea2abda578740aed288764346e3e5236cd8bd1b42e776762ea5af7ff8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:76ec2d7ea2abda578740aed288764346e3e5236cd8bd1b42e776762ea5af7ff8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-rhel9@sha256%3A76ec2d7ea2abda578740aed288764346e3e5236cd8bd1b42e776762ea5af7ff8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770669343"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:16bbd40075cb4a55accc69db260da71419574395102c164a388ea491bf51d927_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:16bbd40075cb4a55accc69db260da71419574395102c164a388ea491bf51d927_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:16bbd40075cb4a55accc69db260da71419574395102c164a388ea491bf51d927_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-rhel9-operator@sha256%3A16bbd40075cb4a55accc69db260da71419574395102c164a388ea491bf51d927?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770666131"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:2c3682906df67732160982aa12fb991407978d1c7a2cb36d279b0857134bfbee_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:2c3682906df67732160982aa12fb991407978d1c7a2cb36d279b0857134bfbee_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:2c3682906df67732160982aa12fb991407978d1c7a2cb36d279b0857134bfbee_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-webhook-rhel9@sha256%3A2c3682906df67732160982aa12fb991407978d1c7a2cb36d279b0857134bfbee?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770667784"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:a0c019865c62a67303956123e1df05cb8a1ac3ddf188638f00b0d3fbab0e4502_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:a0c019865c62a67303956123e1df05cb8a1ac3ddf188638f00b0d3fbab0e4502_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:a0c019865c62a67303956123e1df05cb8a1ac3ddf188638f00b0d3fbab0e4502_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel9@sha256%3Aa0c019865c62a67303956123e1df05cb8a1ac3ddf188638f00b0d3fbab0e4502?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770668335"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:8bc5aeae1421310f6f635cb1679cf3145a158a8549bda6132526d02f533527cf_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:8bc5aeae1421310f6f635cb1679cf3145a158a8549bda6132526d02f533527cf_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:8bc5aeae1421310f6f635cb1679cf3145a158a8549bda6132526d02f533527cf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel9@sha256%3A8bc5aeae1421310f6f635cb1679cf3145a158a8549bda6132526d02f533527cf?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770668539"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:2014a37e5e4d7528a77ffcf3183354b0cd7c17eb5814721c469aac3d500fc58d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:2014a37e5e4d7528a77ffcf3183354b0cd7c17eb5814721c469aac3d500fc58d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:2014a37e5e4d7528a77ffcf3183354b0cd7c17eb5814721c469aac3d500fc58d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel9@sha256%3A2014a37e5e4d7528a77ffcf3183354b0cd7c17eb5814721c469aac3d500fc58d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770666620"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:89bd631ea62ce494371f19913c50598c14d46e8ec90171864ed1aa9dff109b12_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:89bd631ea62ce494371f19913c50598c14d46e8ec90171864ed1aa9dff109b12_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:89bd631ea62ce494371f19913c50598c14d46e8ec90171864ed1aa9dff109b12_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd-rhel9@sha256%3A89bd631ea62ce494371f19913c50598c14d46e8ec90171864ed1aa9dff109b12?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770667951"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:b48a010d206d36ef0eb6e079407c7d921cbce7ff8f4d7976a4228a6eac88ad64_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:b48a010d206d36ef0eb6e079407c7d921cbce7ff8f4d7976a4228a6eac88ad64_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:b48a010d206d36ef0eb6e079407c7d921cbce7ff8f4d7976a4228a6eac88ad64_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cloud-controller-manager-rhel9@sha256%3Ab48a010d206d36ef0eb6e079407c7d921cbce7ff8f4d7976a4228a6eac88ad64?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770665458"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:af1a072fdbb27a53132f6db1fa4153a3a0c61babca8293a6c40d6e1a8430e5d2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:af1a072fdbb27a53132f6db1fa4153a3a0c61babca8293a6c40d6e1a8430e5d2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:af1a072fdbb27a53132f6db1fa4153a3a0c61babca8293a6c40d6e1a8430e5d2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cluster-api-controllers-rhel9@sha256%3Aaf1a072fdbb27a53132f6db1fa4153a3a0c61babca8293a6c40d6e1a8430e5d2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770664505"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:db8da3a0212ffefefcf7a198ed1d75030d3b2706f582d4115d3fdac3b7d377c5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:db8da3a0212ffefefcf7a198ed1d75030d3b2706f582d4115d3fdac3b7d377c5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:db8da3a0212ffefefcf7a198ed1d75030d3b2706f582d4115d3fdac3b7d377c5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-rhel9@sha256%3Adb8da3a0212ffefefcf7a198ed1d75030d3b2706f582d4115d3fdac3b7d377c5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770664587"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:7357ebbb98da36a072189586fb5845d495182d488ae0d88380fab5398616251d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:7357ebbb98da36a072189586fb5845d495182d488ae0d88380fab5398616251d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:7357ebbb98da36a072189586fb5845d495182d488ae0d88380fab5398616251d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-operator-rhel9@sha256%3A7357ebbb98da36a072189586fb5845d495182d488ae0d88380fab5398616251d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770665650"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:c409fb63b2b3887dc7df2c203597ccea0c166c2f7e4b9d99dd586c9503a96082_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:c409fb63b2b3887dc7df2c203597ccea0c166c2f7e4b9d99dd586c9503a96082_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:c409fb63b2b3887dc7df2c203597ccea0c166c2f7e4b9d99dd586c9503a96082_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-cluster-api-controllers-rhel9@sha256%3Ac409fb63b2b3887dc7df2c203597ccea0c166c2f7e4b9d99dd586c9503a96082?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770668564"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:b1f880f022597d0e8024271b99736555add047a58c3afb8b0c883b034e203c41_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:b1f880f022597d0e8024271b99736555add047a58c3afb8b0c883b034e203c41_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:b1f880f022597d0e8024271b99736555add047a58c3afb8b0c883b034e203c41_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel9-operator@sha256%3Ab1f880f022597d0e8024271b99736555add047a58c3afb8b0c883b034e203c41?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770669370"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:64abcf4ed85d43529c59bc77dc06133aeb3ccb1657fc877dcea8bcbee51f019d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:64abcf4ed85d43529c59bc77dc06133aeb3ccb1657fc877dcea8bcbee51f019d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:64abcf4ed85d43529c59bc77dc06133aeb3ccb1657fc877dcea8bcbee51f019d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-rhel9@sha256%3A64abcf4ed85d43529c59bc77dc06133aeb3ccb1657fc877dcea8bcbee51f019d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770733274"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:b370250af2a6f996100d937a7395b0d031f64c3b6e56114815fdfaa200e96272_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:b370250af2a6f996100d937a7395b0d031f64c3b6e56114815fdfaa200e96272_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:b370250af2a6f996100d937a7395b0d031f64c3b6e56114815fdfaa200e96272_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-altinfra-rhel9@sha256%3Ab370250af2a6f996100d937a7395b0d031f64c3b6e56114815fdfaa200e96272?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770733278"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e37e2a9400c167a70ad9bf6ee64883ce1d0cdf690802a2477f3e7a6b12757f6c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e37e2a9400c167a70ad9bf6ee64883ce1d0cdf690802a2477f3e7a6b12757f6c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e37e2a9400c167a70ad9bf6ee64883ce1d0cdf690802a2477f3e7a6b12757f6c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts-rhel9@sha256%3Ae37e2a9400c167a70ad9bf6ee64883ce1d0cdf690802a2477f3e7a6b12757f6c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770751861"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:3cc3d7622e92973a3e7c5807ee254195082fb9808132838ac28a357e66e892c0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:3cc3d7622e92973a3e7c5807ee254195082fb9808132838ac28a357e66e892c0_ppc64le",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:3cc3d7622e92973a3e7c5807ee254195082fb9808132838ac28a357e66e892c0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kube-metrics-server-rhel9@sha256%3A3cc3d7622e92973a3e7c5807ee254195082fb9808132838ac28a357e66e892c0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770668852"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:8410339435a39b3b5a97a180fd0b413e3ca02351edb8b9d7be1145688ca56cb0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:8410339435a39b3b5a97a180fd0b413e3ca02351edb8b9d7be1145688ca56cb0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:8410339435a39b3b5a97a180fd0b413e3ca02351edb8b9d7be1145688ca56cb0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel9@sha256%3A8410339435a39b3b5a97a180fd0b413e3ca02351edb8b9d7be1145688ca56cb0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770666169"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:063ae7b531e3156e051e254ec07faaec30ca971d027a48dcbf930b1b662d4d81_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:063ae7b531e3156e051e254ec07faaec30ca971d027a48dcbf930b1b662d4d81_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:063ae7b531e3156e051e254ec07faaec30ca971d027a48dcbf930b1b662d4d81_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3A063ae7b531e3156e051e254ec07faaec30ca971d027a48dcbf930b1b662d4d81?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770668140"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:68c09233701045a0512a7310d21be057e1baeab5eab74e246770e148daa87c53_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:68c09233701045a0512a7310d21be057e1baeab5eab74e246770e148daa87c53_ppc64le",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:68c09233701045a0512a7310d21be057e1baeab5eab74e246770e148daa87c53_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-csi-driver-rhel9@sha256%3A68c09233701045a0512a7310d21be057e1baeab5eab74e246770e148daa87c53?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770669888"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ee448c837b33b1e9ed15258933ad9cdca924ac64fa6d0c3bd7bea0ed9f489dff_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ee448c837b33b1e9ed15258933ad9cdca924ac64fa6d0c3bd7bea0ed9f489dff_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ee448c837b33b1e9ed15258933ad9cdca924ac64fa6d0c3bd7bea0ed9f489dff_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers-rhel9@sha256%3Aee448c837b33b1e9ed15258933ad9cdca924ac64fa6d0c3bd7bea0ed9f489dff?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770665950"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:d2e61adb97f22cc48deb48c31ed94d850fbf26c6590d0fa3aa154765258e185a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:d2e61adb97f22cc48deb48c31ed94d850fbf26c6590d0fa3aa154765258e185a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:d2e61adb97f22cc48deb48c31ed94d850fbf26c6590d0fa3aa154765258e185a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-rhel9-operator@sha256%3Ad2e61adb97f22cc48deb48c31ed94d850fbf26c6590d0fa3aa154765258e185a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770669401"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:5f24e34fae65f3b7a473a8ca41afe45fe4dd8fe9d84c2856c5278c734b2a0ca7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:5f24e34fae65f3b7a473a8ca41afe45fe4dd8fe9d84c2856c5278c734b2a0ca7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:5f24e34fae65f3b7a473a8ca41afe45fe4dd8fe9d84c2856c5278c734b2a0ca7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-gcp-rhel9@sha256%3A5f24e34fae65f3b7a473a8ca41afe45fe4dd8fe9d84c2856c5278c734b2a0ca7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770665581"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a1cca9b456a2eb705f5b11a19d2c54778d1441d56b17d20c9680d0b1aad1ef39_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a1cca9b456a2eb705f5b11a19d2c54778d1441d56b17d20c9680d0b1aad1ef39_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a1cca9b456a2eb705f5b11a19d2c54778d1441d56b17d20c9680d0b1aad1ef39_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-openstack-rhel9@sha256%3Aa1cca9b456a2eb705f5b11a19d2c54778d1441d56b17d20c9680d0b1aad1ef39?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770666020"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:49a9fea1a2a81a464be4ebf87a7f3ba7d880662bb85466039a5c8d461a0b69cf_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:49a9fea1a2a81a464be4ebf87a7f3ba7d880662bb85466039a5c8d461a0b69cf_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:49a9fea1a2a81a464be4ebf87a7f3ba7d880662bb85466039a5c8d461a0b69cf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-rhel9-operator@sha256%3A49a9fea1a2a81a464be4ebf87a7f3ba7d880662bb85466039a5c8d461a0b69cf?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770669306"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:84f34f50c2396055e87b857cc30411cf5b18d2f21e78bd13fd03c95c1650baf4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:84f34f50c2396055e87b857cc30411cf5b18d2f21e78bd13fd03c95c1650baf4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:84f34f50c2396055e87b857cc30411cf5b18d2f21e78bd13fd03c95c1650baf4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel9@sha256%3A84f34f50c2396055e87b857cc30411cf5b18d2f21e78bd13fd03c95c1650baf4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770762761"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:5f3df6d30a624ae1c7a7eafc23b74b1ef674b2a8baaf9d2644d529f98831cc4a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:5f3df6d30a624ae1c7a7eafc23b74b1ef674b2a8baaf9d2644d529f98831cc4a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:5f3df6d30a624ae1c7a7eafc23b74b1ef674b2a8baaf9d2644d529f98831cc4a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller-rhel9@sha256%3A5f3df6d30a624ae1c7a7eafc23b74b1ef674b2a8baaf9d2644d529f98831cc4a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770667746"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:72c545475f329944debd51692a1815ad56ffa000cae7cf243273136290d32801_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:72c545475f329944debd51692a1815ad56ffa000cae7cf243273136290d32801_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:72c545475f329944debd51692a1815ad56ffa000cae7cf243273136290d32801_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel9@sha256%3A72c545475f329944debd51692a1815ad56ffa000cae7cf243273136290d32801?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770669955"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:622ee3e0fa2560aa75798f4921d3b7417b64feef196cb8903aad499b7ba3ce63_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:622ee3e0fa2560aa75798f4921d3b7417b64feef196cb8903aad499b7ba3ce63_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:622ee3e0fa2560aa75798f4921d3b7417b64feef196cb8903aad499b7ba3ce63_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3A622ee3e0fa2560aa75798f4921d3b7417b64feef196cb8903aad499b7ba3ce63?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770667885"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:7ed466cd36f985050a860f2fb442d29103b2c15f4c373f4d6e3550d656dee8a6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:7ed466cd36f985050a860f2fb442d29103b2c15f4c373f4d6e3550d656dee8a6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:7ed466cd36f985050a860f2fb442d29103b2c15f4c373f4d6e3550d656dee8a6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather-rhel9@sha256%3A7ed466cd36f985050a860f2fb442d29103b2c15f4c373f4d6e3550d656dee8a6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770682486"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:e5f0ea7b527bb4619fafebf3e2732e8b0915a66c7eff930f446c6c12b0c1f4a6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:e5f0ea7b527bb4619fafebf3e2732e8b0915a66c7eff930f446c6c12b0c1f4a6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:e5f0ea7b527bb4619fafebf3e2732e8b0915a66c7eff930f446c6c12b0c1f4a6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel9@sha256%3Ae5f0ea7b527bb4619fafebf3e2732e8b0915a66c7eff930f446c6c12b0c1f4a6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770667016"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4b75f7a1212ce34fd15eeec8af7a9f45382deb3859f9d3fe2122584f4b70ac17_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4b75f7a1212ce34fd15eeec8af7a9f45382deb3859f9d3fe2122584f4b70ac17_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4b75f7a1212ce34fd15eeec8af7a9f45382deb3859f9d3fe2122584f4b70ac17_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel9@sha256%3A4b75f7a1212ce34fd15eeec8af7a9f45382deb3859f9d3fe2122584f4b70ac17?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770669537"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:2299f00f191ec86185e9c9573d36f213ca8e6d8bc6fe104a4ff5861e81911ff0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:2299f00f191ec86185e9c9573d36f213ca8e6d8bc6fe104a4ff5861e81911ff0_ppc64le",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:2299f00f191ec86185e9c9573d36f213ca8e6d8bc6fe104a4ff5861e81911ff0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel9@sha256%3A2299f00f191ec86185e9c9573d36f213ca8e6d8bc6fe104a4ff5861e81911ff0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770688170"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:96258e901919b272871c1be3a5ee6e984ae13812022ddf0b817ff8e5f35f9fb6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:96258e901919b272871c1be3a5ee6e984ae13812022ddf0b817ff8e5f35f9fb6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:96258e901919b272871c1be3a5ee6e984ae13812022ddf0b817ff8e5f35f9fb6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel9@sha256%3A96258e901919b272871c1be3a5ee6e984ae13812022ddf0b817ff8e5f35f9fb6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770669540"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:60ac363479cf9156e89aaf94735053ea3ab48a2af18b902444ccfa4c723bd8bd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:60ac363479cf9156e89aaf94735053ea3ab48a2af18b902444ccfa4c723bd8bd_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:60ac363479cf9156e89aaf94735053ea3ab48a2af18b902444ccfa4c723bd8bd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-catalogd-rhel9@sha256%3A60ac363479cf9156e89aaf94735053ea3ab48a2af18b902444ccfa4c723bd8bd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770668830"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f633ea56b1691be0c55b612d5d07a9469a8ae9b5e833dadce533f428026cd7c8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f633ea56b1691be0c55b612d5d07a9469a8ae9b5e833dadce533f428026cd7c8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f633ea56b1691be0c55b612d5d07a9469a8ae9b5e833dadce533f428026cd7c8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-operator-controller-rhel9@sha256%3Af633ea56b1691be0c55b612d5d07a9469a8ae9b5e833dadce533f428026cd7c8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770669582"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b2f536faf8330207a5e3332dc4b7895ae75d7a0c80ed6681704dec1ed1c8d62b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b2f536faf8330207a5e3332dc4b7895ae75d7a0c80ed6681704dec1ed1c8d62b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b2f536faf8330207a5e3332dc4b7895ae75d7a0c80ed6681704dec1ed1c8d62b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel9@sha256%3Ab2f536faf8330207a5e3332dc4b7895ae75d7a0c80ed6681704dec1ed1c8d62b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770666449"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:44cdd21f24db7870c11a5758e4e89f9aafbc7b77fbd510b7d26e8a9a6de03f1f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:44cdd21f24db7870c11a5758e4e89f9aafbc7b77fbd510b7d26e8a9a6de03f1f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:44cdd21f24db7870c11a5758e4e89f9aafbc7b77fbd510b7d26e8a9a6de03f1f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel9@sha256%3A44cdd21f24db7870c11a5758e4e89f9aafbc7b77fbd510b7d26e8a9a6de03f1f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770666052"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:59e3ee88feccca815009efc5c992e184f4f091e01f3b2c014a65abcd1cf78284_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:59e3ee88feccca815009efc5c992e184f4f091e01f3b2c014a65abcd1cf78284_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:59e3ee88feccca815009efc5c992e184f4f091e01f3b2c014a65abcd1cf78284_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9@sha256%3A59e3ee88feccca815009efc5c992e184f4f091e01f3b2c014a65abcd1cf78284?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770666068"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:be4a416afdfa019b7eefd6610034d97e43d15dc134cf2aa250dcf88084e6fbea_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:be4a416afdfa019b7eefd6610034d97e43d15dc134cf2aa250dcf88084e6fbea_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:be4a416afdfa019b7eefd6610034d97e43d15dc134cf2aa250dcf88084e6fbea_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3Abe4a416afdfa019b7eefd6610034d97e43d15dc134cf2aa250dcf88084e6fbea?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770667351"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:86ce0e99da0c35b99dd1d8b28cb02076e26a87d9d7a7e539e85f56eca1906de2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:86ce0e99da0c35b99dd1d8b28cb02076e26a87d9d7a7e539e85f56eca1906de2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:86ce0e99da0c35b99dd1d8b28cb02076e26a87d9d7a7e539e85f56eca1906de2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel9@sha256%3A86ce0e99da0c35b99dd1d8b28cb02076e26a87d9d7a7e539e85f56eca1906de2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770668665"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:8c4270b6cb5ac0d566c7a1b9e546cb637a43586587076f757e61a5a6fd34a251_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:8c4270b6cb5ac0d566c7a1b9e546cb637a43586587076f757e61a5a6fd34a251_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:8c4270b6cb5ac0d566c7a1b9e546cb637a43586587076f757e61a5a6fd34a251_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-framework-tools-rhel9@sha256%3A8c4270b6cb5ac0d566c7a1b9e546cb637a43586587076f757e61a5a6fd34a251?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770669951"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:80921c9a957d7e76d85e0f30c83e8f007067ef8a435e6aeccb5918f399914784_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:80921c9a957d7e76d85e0f30c83e8f007067ef8a435e6aeccb5918f399914784_ppc64le",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:80921c9a957d7e76d85e0f30c83e8f007067ef8a435e6aeccb5918f399914784_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9@sha256%3A80921c9a957d7e76d85e0f30c83e8f007067ef8a435e6aeccb5918f399914784?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770669444"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:aad8e6a28b5544fd9e8db6641fcd2a85474eb04f87cd3823792710fae0e127c8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:aad8e6a28b5544fd9e8db6641fcd2a85474eb04f87cd3823792710fae0e127c8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:aad8e6a28b5544fd9e8db6641fcd2a85474eb04f87cd3823792710fae0e127c8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256%3Aaad8e6a28b5544fd9e8db6641fcd2a85474eb04f87cd3823792710fae0e127c8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770682194"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:c87642be397b0f7532a4d798adca5679a994a52f56ad0825859bec705e923f6a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:c87642be397b0f7532a4d798adca5679a994a52f56ad0825859bec705e923f6a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:c87642be397b0f7532a4d798adca5679a994a52f56ad0825859bec705e923f6a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-rhel9@sha256%3Ac87642be397b0f7532a4d798adca5679a994a52f56ad0825859bec705e923f6a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770666675"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:e52247597556738716370c233f27fe6893bd7505b647204ad29e4bdbfb397c36_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:e52247597556738716370c233f27fe6893bd7505b647204ad29e4bdbfb397c36_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:e52247597556738716370c233f27fe6893bd7505b647204ad29e4bdbfb397c36_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-rhel9-operator@sha256%3Ae52247597556738716370c233f27fe6893bd7505b647204ad29e4bdbfb397c36?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770665568"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:2296b574fac529573dac1bda657ea2916d59c5adad72385acf19d8e38146947d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:2296b574fac529573dac1bda657ea2916d59c5adad72385acf19d8e38146947d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:2296b574fac529573dac1bda657ea2916d59c5adad72385acf19d8e38146947d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-cloud-controller-manager-rhel9@sha256%3A2296b574fac529573dac1bda657ea2916d59c5adad72385acf19d8e38146947d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770663950"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:05f4b34c9abb9bf70a50c0250f6b130274c276a216aa3d2d6a18cdfc61899886_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:05f4b34c9abb9bf70a50c0250f6b130274c276a216aa3d2d6a18cdfc61899886_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:05f4b34c9abb9bf70a50c0250f6b130274c276a216aa3d2d6a18cdfc61899886_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-machine-controllers-rhel9@sha256%3A05f4b34c9abb9bf70a50c0250f6b130274c276a216aa3d2d6a18cdfc61899886?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770666554"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:249bd5ed39ae03fa46aa042d73bc097c700a6be65ec79157460de3d1ca75646d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:249bd5ed39ae03fa46aa042d73bc097c700a6be65ec79157460de3d1ca75646d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:249bd5ed39ae03fa46aa042d73bc097c700a6be65ec79157460de3d1ca75646d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-k8s-prometheus-adapter-rhel9@sha256%3A249bd5ed39ae03fa46aa042d73bc097c700a6be65ec79157460de3d1ca75646d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770667773"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:74939b01007b6160c704836484d686b246516a2a1a7929a09901a57b9b4bb512_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:74939b01007b6160c704836484d686b246516a2a1a7929a09901a57b9b4bb512_ppc64le",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:74939b01007b6160c704836484d686b246516a2a1a7929a09901a57b9b4bb512_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel9@sha256%3A74939b01007b6160c704836484d686b246516a2a1a7929a09901a57b9b4bb512?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770667765"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:df538992ddf8edd62462644c5fdc23265be18523e42ee350226e4ef341896fb3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:df538992ddf8edd62462644c5fdc23265be18523e42ee350226e4ef341896fb3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:df538992ddf8edd62462644c5fdc23265be18523e42ee350226e4ef341896fb3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-sdn-rhel9@sha256%3Adf538992ddf8edd62462644c5fdc23265be18523e42ee350226e4ef341896fb3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770668815"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c4631236ed116c123793555732f647ff3d3fd8cb89a4f83dfc846b4456e03588_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c4631236ed116c123793555732f647ff3d3fd8cb89a4f83dfc846b4456e03588_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c4631236ed116c123793555732f647ff3d3fd8cb89a4f83dfc846b4456e03588_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-rhel9-operator@sha256%3Ac4631236ed116c123793555732f647ff3d3fd8cb89a4f83dfc846b4456e03588?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770667521"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:65c62baa1eede5768a6d01c4a6cf9e5b4c8c9dabe933d167228711ee6f50bf22_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:65c62baa1eede5768a6d01c4a6cf9e5b4c8c9dabe933d167228711ee6f50bf22_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:65c62baa1eede5768a6d01c4a6cf9e5b4c8c9dabe933d167228711ee6f50bf22_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel9@sha256%3A65c62baa1eede5768a6d01c4a6cf9e5b4c8c9dabe933d167228711ee6f50bf22?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770667834"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:47a37b58e2bea7dabb2da791027a2e880c10387e6c836bac1c45bcb059105156_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:47a37b58e2bea7dabb2da791027a2e880c10387e6c836bac1c45bcb059105156_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:47a37b58e2bea7dabb2da791027a2e880c10387e6c836bac1c45bcb059105156_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256%3A47a37b58e2bea7dabb2da791027a2e880c10387e6c836bac1c45bcb059105156?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770682377"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a3e610fffc61c36b60917fae40dd3869de7876ae41b286f0d5397d31fa119f8b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a3e610fffc61c36b60917fae40dd3869de7876ae41b286f0d5397d31fa119f8b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a3e610fffc61c36b60917fae40dd3869de7876ae41b286f0d5397d31fa119f8b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy-rhel9@sha256%3Aa3e610fffc61c36b60917fae40dd3869de7876ae41b286f0d5397d31fa119f8b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770669894"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1b54fdc04c2314437910c9a093e8ec65dab98d46351796985a21335a6b769e0d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1b54fdc04c2314437910c9a093e8ec65dab98d46351796985a21335a6b769e0d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1b54fdc04c2314437910c9a093e8ec65dab98d46351796985a21335a6b769e0d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader-rhel9@sha256%3A1b54fdc04c2314437910c9a093e8ec65dab98d46351796985a21335a6b769e0d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770665989"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:00f6088de94a844f32fe0f9a182e56ab06524c946c47f2c5e7156b51cb5602bb_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:00f6088de94a844f32fe0f9a182e56ab06524c946c47f2c5e7156b51cb5602bb_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:00f6088de94a844f32fe0f9a182e56ab06524c946c47f2c5e7156b51cb5602bb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9-operator@sha256%3A00f6088de94a844f32fe0f9a182e56ab06524c946c47f2c5e7156b51cb5602bb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770669888"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:8c5c065ef84a9e997ad7703c11e4676470ee7a2100fe617b51d08c5232a3cb75_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:8c5c065ef84a9e997ad7703c11e4676470ee7a2100fe617b51d08c5232a3cb75_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:8c5c065ef84a9e997ad7703c11e4676470ee7a2100fe617b51d08c5232a3cb75_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel9@sha256%3A8c5c065ef84a9e997ad7703c11e4676470ee7a2100fe617b51d08c5232a3cb75?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770666016"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3986a780fc3c4722e9f89872becc411c9d30d824ca97990ea58943c95974bc67_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3986a780fc3c4722e9f89872becc411c9d30d824ca97990ea58943c95974bc67_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3986a780fc3c4722e9f89872becc411c9d30d824ca97990ea58943c95974bc67_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter-rhel9@sha256%3A3986a780fc3c4722e9f89872becc411c9d30d824ca97990ea58943c95974bc67?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770669595"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:81e38a7a721ccd6b424b8162de021155c8afc3d4e036b26baece7a52e1ee44e0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:81e38a7a721ccd6b424b8162de021155c8afc3d4e036b26baece7a52e1ee44e0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:81e38a7a721ccd6b424b8162de021155c8afc3d4e036b26baece7a52e1ee44e0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel9@sha256%3A81e38a7a721ccd6b424b8162de021155c8afc3d4e036b26baece7a52e1ee44e0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770666887"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:31a0ff47aa1a017d18773be577a1dc3296001154c7c40de20cbc3cc767b0c16b_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:31a0ff47aa1a017d18773be577a1dc3296001154c7c40de20cbc3cc767b0c16b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:31a0ff47aa1a017d18773be577a1dc3296001154c7c40de20cbc3cc767b0c16b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:41564206c906171df891ccc7c92274cb7998f29687ff7d2e44399242e38682b0_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:41564206c906171df891ccc7c92274cb7998f29687ff7d2e44399242e38682b0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:41564206c906171df891ccc7c92274cb7998f29687ff7d2e44399242e38682b0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:71f36e93f7195b10639a5c7db58e2f396f1272c6dbaba651e78a4c9ce955c427_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:71f36e93f7195b10639a5c7db58e2f396f1272c6dbaba651e78a4c9ce955c427_amd64"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:71f36e93f7195b10639a5c7db58e2f396f1272c6dbaba651e78a4c9ce955c427_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:ab71874b013fdb05845e94a9b4e3432d865a6157cff72725b1ea7589c6717b9e_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:ab71874b013fdb05845e94a9b4e3432d865a6157cff72725b1ea7589c6717b9e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:ab71874b013fdb05845e94a9b4e3432d865a6157cff72725b1ea7589c6717b9e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:34b678523168aca5571ba1e631a458addc39ea9aaea3eff355fbe091e859b30f_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:34b678523168aca5571ba1e631a458addc39ea9aaea3eff355fbe091e859b30f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:34b678523168aca5571ba1e631a458addc39ea9aaea3eff355fbe091e859b30f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:7cc0d1bbc241ac63a5f45a949a439d54316c23c7045659a9d44771e5541e7e17_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:7cc0d1bbc241ac63a5f45a949a439d54316c23c7045659a9d44771e5541e7e17_arm64"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:7cc0d1bbc241ac63a5f45a949a439d54316c23c7045659a9d44771e5541e7e17_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:7dfa6966d81447102d92f49b7256c7b47955f1d2b60e5b9dc133f71a1b2c8033_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:7dfa6966d81447102d92f49b7256c7b47955f1d2b60e5b9dc133f71a1b2c8033_amd64"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:7dfa6966d81447102d92f49b7256c7b47955f1d2b60e5b9dc133f71a1b2c8033_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b07a724845d8acbb842e9c96ebe2ab5355f266ae382d703c0f92a84c6d79de20_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b07a724845d8acbb842e9c96ebe2ab5355f266ae382d703c0f92a84c6d79de20_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b07a724845d8acbb842e9c96ebe2ab5355f266ae382d703c0f92a84c6d79de20_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:3d124f0dfefa90e249b024817c37087e6294880030bf95333bdf0b39bb1db696_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:3d124f0dfefa90e249b024817c37087e6294880030bf95333bdf0b39bb1db696_s390x"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:3d124f0dfefa90e249b024817c37087e6294880030bf95333bdf0b39bb1db696_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:580b4036071c17c8551b3171c31ecaeb61aea5dd431d147f036a832565531948_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:580b4036071c17c8551b3171c31ecaeb61aea5dd431d147f036a832565531948_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:580b4036071c17c8551b3171c31ecaeb61aea5dd431d147f036a832565531948_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:5e9203d284843bf5a5a3e7178104fbaa3b4a620bc6f889b36c6c077aa93f56e4_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:5e9203d284843bf5a5a3e7178104fbaa3b4a620bc6f889b36c6c077aa93f56e4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:5e9203d284843bf5a5a3e7178104fbaa3b4a620bc6f889b36c6c077aa93f56e4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:ccb8be0ede2d9ecffd5bd7b4c9c555156b826cd864f5eaae87b3c1c58c7ede31_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:ccb8be0ede2d9ecffd5bd7b4c9c555156b826cd864f5eaae87b3c1c58c7ede31_arm64"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:ccb8be0ede2d9ecffd5bd7b4c9c555156b826cd864f5eaae87b3c1c58c7ede31_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:17d2506a96ba4da62c33738d9798c651658555531ba721f277b95b9c5283df84_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:17d2506a96ba4da62c33738d9798c651658555531ba721f277b95b9c5283df84_s390x"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:17d2506a96ba4da62c33738d9798c651658555531ba721f277b95b9c5283df84_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:3e6f6f0d6ceed5244d82b17442e473729421d59ec5cd1a71deacc15531f2929c_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:3e6f6f0d6ceed5244d82b17442e473729421d59ec5cd1a71deacc15531f2929c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:3e6f6f0d6ceed5244d82b17442e473729421d59ec5cd1a71deacc15531f2929c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:8ebf277d8c153fa0be2825ebade894a87f61ba26c198225e4fd714302be26ef2_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:8ebf277d8c153fa0be2825ebade894a87f61ba26c198225e4fd714302be26ef2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:8ebf277d8c153fa0be2825ebade894a87f61ba26c198225e4fd714302be26ef2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e0ead7eca26924691145465af2c5c06efae71a197f68043730e56d5cd63aaa59_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e0ead7eca26924691145465af2c5c06efae71a197f68043730e56d5cd63aaa59_arm64"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e0ead7eca26924691145465af2c5c06efae71a197f68043730e56d5cd63aaa59_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:2d9397f611cb4830f7b9bb67e7e35af224c0f121e4fe884c98c7c4807ef84855_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:2d9397f611cb4830f7b9bb67e7e35af224c0f121e4fe884c98c7c4807ef84855_s390x"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:2d9397f611cb4830f7b9bb67e7e35af224c0f121e4fe884c98c7c4807ef84855_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:79e8c5b1e61683f9c78e8d1022c90ce13c4b3c438dc373773c8d174b9835c862_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:79e8c5b1e61683f9c78e8d1022c90ce13c4b3c438dc373773c8d174b9835c862_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:79e8c5b1e61683f9c78e8d1022c90ce13c4b3c438dc373773c8d174b9835c862_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e104e90349ec069f6b4fbf749dd261ce91b21237b367c421bfcec3dfbe1bbbb9_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e104e90349ec069f6b4fbf749dd261ce91b21237b367c421bfcec3dfbe1bbbb9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e104e90349ec069f6b4fbf749dd261ce91b21237b367c421bfcec3dfbe1bbbb9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:ef70455cbaeae026e8b15538a2a1d159bbb35e47427ea97e13f5e5a7cdf27dcc_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:ef70455cbaeae026e8b15538a2a1d159bbb35e47427ea97e13f5e5a7cdf27dcc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:ef70455cbaeae026e8b15538a2a1d159bbb35e47427ea97e13f5e5a7cdf27dcc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:1683b25c778adadab73dab246e98caa2ee21c561fa57b1f2ca7211eae88876ae_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:1683b25c778adadab73dab246e98caa2ee21c561fa57b1f2ca7211eae88876ae_arm64"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:1683b25c778adadab73dab246e98caa2ee21c561fa57b1f2ca7211eae88876ae_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5c875e3f0f2b0c11b8ba123f0716e007fa09b21ee696dce0c71ba774c1a2c7c4_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5c875e3f0f2b0c11b8ba123f0716e007fa09b21ee696dce0c71ba774c1a2c7c4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5c875e3f0f2b0c11b8ba123f0716e007fa09b21ee696dce0c71ba774c1a2c7c4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6b96865aa6187e5d1d46bb64717dfcd42a1cc17f33bbb96be9021d8b61f6465f_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6b96865aa6187e5d1d46bb64717dfcd42a1cc17f33bbb96be9021d8b61f6465f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6b96865aa6187e5d1d46bb64717dfcd42a1cc17f33bbb96be9021d8b61f6465f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6d1451124fcfb4ef7a5a4c673e06603443f538c6ff781f10706e8814245ff056_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6d1451124fcfb4ef7a5a4c673e06603443f538c6ff781f10706e8814245ff056_s390x"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6d1451124fcfb4ef7a5a4c673e06603443f538c6ff781f10706e8814245ff056_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:3cc3d7622e92973a3e7c5807ee254195082fb9808132838ac28a357e66e892c0_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:3cc3d7622e92973a3e7c5807ee254195082fb9808132838ac28a357e66e892c0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:3cc3d7622e92973a3e7c5807ee254195082fb9808132838ac28a357e66e892c0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:685d78a491e935d0b4e7a8eea29df7863976a60800d1e08c3bd3faaeafad5a25_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:685d78a491e935d0b4e7a8eea29df7863976a60800d1e08c3bd3faaeafad5a25_amd64"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:685d78a491e935d0b4e7a8eea29df7863976a60800d1e08c3bd3faaeafad5a25_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:88b54af358d720bcc453fc09511bdfc7793b211dce0014648eea9ab01fc623f8_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:88b54af358d720bcc453fc09511bdfc7793b211dce0014648eea9ab01fc623f8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:88b54af358d720bcc453fc09511bdfc7793b211dce0014648eea9ab01fc623f8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b6a234ddf1c93f87ab0ba77b6dfbb1ae9ff2a1b130224daded0de20781a1f650_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b6a234ddf1c93f87ab0ba77b6dfbb1ae9ff2a1b130224daded0de20781a1f650_arm64"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b6a234ddf1c93f87ab0ba77b6dfbb1ae9ff2a1b130224daded0de20781a1f650_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:68c09233701045a0512a7310d21be057e1baeab5eab74e246770e148daa87c53_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:68c09233701045a0512a7310d21be057e1baeab5eab74e246770e148daa87c53_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:68c09233701045a0512a7310d21be057e1baeab5eab74e246770e148daa87c53_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7566fa876d194d7cfd6efbb888c2ad71ff04c07e80cc4591be682c095d1b6822_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7566fa876d194d7cfd6efbb888c2ad71ff04c07e80cc4591be682c095d1b6822_arm64"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7566fa876d194d7cfd6efbb888c2ad71ff04c07e80cc4591be682c095d1b6822_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:790592a71ce9e5bfce5c82f0efb257d08c463658db59b6bef0af4de7d0ccfbd8_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:790592a71ce9e5bfce5c82f0efb257d08c463658db59b6bef0af4de7d0ccfbd8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:790592a71ce9e5bfce5c82f0efb257d08c463658db59b6bef0af4de7d0ccfbd8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:db9a84842c47a03d10c5e9c1c27552406af1b748efb9a4aabd8fc3e4da3d68ba_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:db9a84842c47a03d10c5e9c1c27552406af1b748efb9a4aabd8fc3e4da3d68ba_s390x"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:db9a84842c47a03d10c5e9c1c27552406af1b748efb9a4aabd8fc3e4da3d68ba_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:10eaf2277f538f2cf72b3f408cec4168f718acdc1918f0227f6b6c62531abbb6_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:10eaf2277f538f2cf72b3f408cec4168f718acdc1918f0227f6b6c62531abbb6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:10eaf2277f538f2cf72b3f408cec4168f718acdc1918f0227f6b6c62531abbb6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:1e58da4120c75035a6adaf6718a1e97ec9c3d6127bbec91836171ddbd7141049_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:1e58da4120c75035a6adaf6718a1e97ec9c3d6127bbec91836171ddbd7141049_arm64"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:1e58da4120c75035a6adaf6718a1e97ec9c3d6127bbec91836171ddbd7141049_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:2299f00f191ec86185e9c9573d36f213ca8e6d8bc6fe104a4ff5861e81911ff0_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2299f00f191ec86185e9c9573d36f213ca8e6d8bc6fe104a4ff5861e81911ff0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:2299f00f191ec86185e9c9573d36f213ca8e6d8bc6fe104a4ff5861e81911ff0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:64d10474aa6082fbc20dcb45adf3f78369650b94352eab601e16e3ea0f45dc70_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:64d10474aa6082fbc20dcb45adf3f78369650b94352eab601e16e3ea0f45dc70_amd64"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:64d10474aa6082fbc20dcb45adf3f78369650b94352eab601e16e3ea0f45dc70_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2857f545269812b58ce790369808c13b1c6f891b1c8521f61031ae1237d5e7c9_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2857f545269812b58ce790369808c13b1c6f891b1c8521f61031ae1237d5e7c9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2857f545269812b58ce790369808c13b1c6f891b1c8521f61031ae1237d5e7c9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:68b0a64071a455fcff666bbff51d2757c1c395c7ed8d533a8e36ed3c27d1ee44_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:68b0a64071a455fcff666bbff51d2757c1c395c7ed8d533a8e36ed3c27d1ee44_arm64"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:68b0a64071a455fcff666bbff51d2757c1c395c7ed8d533a8e36ed3c27d1ee44_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a045a2aadc8aadf68064292aed51b08b5b848fd726bff69e8811a23fd17f7da5_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a045a2aadc8aadf68064292aed51b08b5b848fd726bff69e8811a23fd17f7da5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a045a2aadc8aadf68064292aed51b08b5b848fd726bff69e8811a23fd17f7da5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:b47c8a889f18a9d9601612c058e1c890308f1603584b626d16ee7bf50af00d4d_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:b47c8a889f18a9d9601612c058e1c890308f1603584b626d16ee7bf50af00d4d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:b47c8a889f18a9d9601612c058e1c890308f1603584b626d16ee7bf50af00d4d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:03bf1102e3d50616a2431782c84cff62edf1161999bf1b10662eaf65410fc55b_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:03bf1102e3d50616a2431782c84cff62edf1161999bf1b10662eaf65410fc55b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:03bf1102e3d50616a2431782c84cff62edf1161999bf1b10662eaf65410fc55b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:6bc2b0f07f5e3ee0986b7652434359992bc995788d7a1fcdfe393f2b1a717dbc_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:6bc2b0f07f5e3ee0986b7652434359992bc995788d7a1fcdfe393f2b1a717dbc_arm64"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:6bc2b0f07f5e3ee0986b7652434359992bc995788d7a1fcdfe393f2b1a717dbc_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:74939b01007b6160c704836484d686b246516a2a1a7929a09901a57b9b4bb512_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:74939b01007b6160c704836484d686b246516a2a1a7929a09901a57b9b4bb512_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:74939b01007b6160c704836484d686b246516a2a1a7929a09901a57b9b4bb512_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:fbdd3810520e77b36b749f73d70d416799bae48b35430eb025a6b4e5d4b42b77_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:fbdd3810520e77b36b749f73d70d416799bae48b35430eb025a6b4e5d4b42b77_amd64"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:fbdd3810520e77b36b749f73d70d416799bae48b35430eb025a6b4e5d4b42b77_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2f57a1926d479f00d26f8973d6edac58f5030df3010c33e231d8d350f5afe3f6_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2f57a1926d479f00d26f8973d6edac58f5030df3010c33e231d8d350f5afe3f6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2f57a1926d479f00d26f8973d6edac58f5030df3010c33e231d8d350f5afe3f6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:5fb00e50df62152bbdb2b98fd2de8054dfcd4d4f27b07001a197b0e6bb5e72f4_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:5fb00e50df62152bbdb2b98fd2de8054dfcd4d4f27b07001a197b0e6bb5e72f4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:5fb00e50df62152bbdb2b98fd2de8054dfcd4d4f27b07001a197b0e6bb5e72f4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7422274a999abaecb4642499177d042c60f0d2b9bd9b470c7797eaa1ae03a901_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7422274a999abaecb4642499177d042c60f0d2b9bd9b470c7797eaa1ae03a901_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7422274a999abaecb4642499177d042c60f0d2b9bd9b470c7797eaa1ae03a901_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:c1d816e822e159bbd4b0e96ff11c2c0866f50ce60a0731ed995b08b83e9cfc9a_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:c1d816e822e159bbd4b0e96ff11c2c0866f50ce60a0731ed995b08b83e9cfc9a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:c1d816e822e159bbd4b0e96ff11c2c0866f50ce60a0731ed995b08b83e9cfc9a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:1c60e886fdd81c6b90dc6a0f142dc5c4d5eb8c9d5bd796cc343abe5bce33affd_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:1c60e886fdd81c6b90dc6a0f142dc5c4d5eb8c9d5bd796cc343abe5bce33affd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:1c60e886fdd81c6b90dc6a0f142dc5c4d5eb8c9d5bd796cc343abe5bce33affd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7b549eb97fcef1ffb0a36d99e385098665d88b96e983c0cab4a73f0a96abedd9_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7b549eb97fcef1ffb0a36d99e385098665d88b96e983c0cab4a73f0a96abedd9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7b549eb97fcef1ffb0a36d99e385098665d88b96e983c0cab4a73f0a96abedd9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:82714d7071cc06d1ce7701311acc91cccca5970b8d00228c164703c90657c56a_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:82714d7071cc06d1ce7701311acc91cccca5970b8d00228c164703c90657c56a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:82714d7071cc06d1ce7701311acc91cccca5970b8d00228c164703c90657c56a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:efce8f153aa7fa0e0b4fe0f88a29b6b0d3e91b94a7f22f2986797d10c3292c84_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:efce8f153aa7fa0e0b4fe0f88a29b6b0d3e91b94a7f22f2986797d10c3292c84_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:efce8f153aa7fa0e0b4fe0f88a29b6b0d3e91b94a7f22f2986797d10c3292c84_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:0fbc562bcfc4c42579ecc86721e9e5f5d73784d5608ac58514081e3503f7c813_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:0fbc562bcfc4c42579ecc86721e9e5f5d73784d5608ac58514081e3503f7c813_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:0fbc562bcfc4c42579ecc86721e9e5f5d73784d5608ac58514081e3503f7c813_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:34eea13ef689221a855605f253e237382ba0dff12442ad975c2c5f0054011b04_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:34eea13ef689221a855605f253e237382ba0dff12442ad975c2c5f0054011b04_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:34eea13ef689221a855605f253e237382ba0dff12442ad975c2c5f0054011b04_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5b24ffc3141a2022711242b92b9ef187ac9f243e92862588779ef465efb312a0_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5b24ffc3141a2022711242b92b9ef187ac9f243e92862588779ef465efb312a0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5b24ffc3141a2022711242b92b9ef187ac9f243e92862588779ef465efb312a0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:d733261ef4993cbe69ece9ed43b50275890db613b7aa258bd0fb9f0f15978cf9_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:d733261ef4993cbe69ece9ed43b50275890db613b7aa258bd0fb9f0f15978cf9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:d733261ef4993cbe69ece9ed43b50275890db613b7aa258bd0fb9f0f15978cf9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4e4d42f9f65e036769551889fc5e813e5931ed853d3ba24acdcaccde692b12cb_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4e4d42f9f65e036769551889fc5e813e5931ed853d3ba24acdcaccde692b12cb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4e4d42f9f65e036769551889fc5e813e5931ed853d3ba24acdcaccde692b12cb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:80c813e3e501d8280abce8b3d0564ac915ef638277444ff4d05ed9b2d02d478f_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:80c813e3e501d8280abce8b3d0564ac915ef638277444ff4d05ed9b2d02d478f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:80c813e3e501d8280abce8b3d0564ac915ef638277444ff4d05ed9b2d02d478f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a81cf2d9704abeb5e16c8b9b46a7fbb99bdf0bdb1ff5f8130b2a2d61b61c75c0_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a81cf2d9704abeb5e16c8b9b46a7fbb99bdf0bdb1ff5f8130b2a2d61b61c75c0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a81cf2d9704abeb5e16c8b9b46a7fbb99bdf0bdb1ff5f8130b2a2d61b61c75c0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:b629bf6b74a1b8d8be44b2945a6e42cda27e0d828c088a5b49b6fe866cd9a98d_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:b629bf6b74a1b8d8be44b2945a6e42cda27e0d828c088a5b49b6fe866cd9a98d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:b629bf6b74a1b8d8be44b2945a6e42cda27e0d828c088a5b49b6fe866cd9a98d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0e57f63039219af389f3920cbcb324436a2aaf1a2123f4c2647f1c1edba90306_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0e57f63039219af389f3920cbcb324436a2aaf1a2123f4c2647f1c1edba90306_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0e57f63039219af389f3920cbcb324436a2aaf1a2123f4c2647f1c1edba90306_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:6dd4c338afd7f75a01d8161008857b1dfd0c1e0a7516c5ac79387ac7a4947237_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:6dd4c338afd7f75a01d8161008857b1dfd0c1e0a7516c5ac79387ac7a4947237_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:6dd4c338afd7f75a01d8161008857b1dfd0c1e0a7516c5ac79387ac7a4947237_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d996ae5e72eb8bd4584b5b51b1bb56c4f1573caa0791c5e66a5c89d850ef3dc1_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d996ae5e72eb8bd4584b5b51b1bb56c4f1573caa0791c5e66a5c89d850ef3dc1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d996ae5e72eb8bd4584b5b51b1bb56c4f1573caa0791c5e66a5c89d850ef3dc1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d9b30068f814c6c1bcf9798e35ae70480c993dabfb5d88209b48f149cb49e6a5_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d9b30068f814c6c1bcf9798e35ae70480c993dabfb5d88209b48f149cb49e6a5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d9b30068f814c6c1bcf9798e35ae70480c993dabfb5d88209b48f149cb49e6a5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:939ce68dc53e8612f38f1c9ee2a25034e4d7953f98b136dd24966d30bb7d4e82_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:939ce68dc53e8612f38f1c9ee2a25034e4d7953f98b136dd24966d30bb7d4e82_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:939ce68dc53e8612f38f1c9ee2a25034e4d7953f98b136dd24966d30bb7d4e82_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:db48cb10424ecaf7a52681e7e17bfbe187ee238ddb3be21ba599b3aabc856e0a_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:db48cb10424ecaf7a52681e7e17bfbe187ee238ddb3be21ba599b3aabc856e0a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:db48cb10424ecaf7a52681e7e17bfbe187ee238ddb3be21ba599b3aabc856e0a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:3bb343771d20dd2ec6a05b595dd0065474799b189c33985589f07217b1fd321a_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:3bb343771d20dd2ec6a05b595dd0065474799b189c33985589f07217b1fd321a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:3bb343771d20dd2ec6a05b595dd0065474799b189c33985589f07217b1fd321a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4f81654bccced71c7ae5a5c3946d219f6dded80bcd1025466e4c5b56923b263d_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4f81654bccced71c7ae5a5c3946d219f6dded80bcd1025466e4c5b56923b263d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4f81654bccced71c7ae5a5c3946d219f6dded80bcd1025466e4c5b56923b263d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:629425498dd6d127acfcc5a3017c7c983c60168c4f3ec6a006846dcc6874bff5_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:629425498dd6d127acfcc5a3017c7c983c60168c4f3ec6a006846dcc6874bff5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:629425498dd6d127acfcc5a3017c7c983c60168c4f3ec6a006846dcc6874bff5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cf01a745925200f7159c83075664127536f48e0534e319a651cafa9f11ae17fd_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cf01a745925200f7159c83075664127536f48e0534e319a651cafa9f11ae17fd_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cf01a745925200f7159c83075664127536f48e0534e319a651cafa9f11ae17fd_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:59214d21308fdcf9535342dd4662ecd4f8ebea431270f577f5d6fd266371b6ed_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:59214d21308fdcf9535342dd4662ecd4f8ebea431270f577f5d6fd266371b6ed_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:59214d21308fdcf9535342dd4662ecd4f8ebea431270f577f5d6fd266371b6ed_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:ef21c8c721f544404ba4ef1d9e15e4435af42ceec995cc2cc43d39925378b3a9_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:ef21c8c721f544404ba4ef1d9e15e4435af42ceec995cc2cc43d39925378b3a9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:ef21c8c721f544404ba4ef1d9e15e4435af42ceec995cc2cc43d39925378b3a9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:bfc8feac89b1aa29252fda1d473014e4723b562d59dc88f3ef7872a94a6d098b_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:bfc8feac89b1aa29252fda1d473014e4723b562d59dc88f3ef7872a94a6d098b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:bfc8feac89b1aa29252fda1d473014e4723b562d59dc88f3ef7872a94a6d098b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:d4979ac2a5c608ac31a5683811b55aca412e6726b5cc1ebe4b214d3c8dff15f8_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:d4979ac2a5c608ac31a5683811b55aca412e6726b5cc1ebe4b214d3c8dff15f8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:d4979ac2a5c608ac31a5683811b55aca412e6726b5cc1ebe4b214d3c8dff15f8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:c89e9f403f7dd4bada53f4ba338de51345266c2b657adba6cdca65172d113aaf_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:c89e9f403f7dd4bada53f4ba338de51345266c2b657adba6cdca65172d113aaf_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:c89e9f403f7dd4bada53f4ba338de51345266c2b657adba6cdca65172d113aaf_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:cc9a82f57cca4904a7a4d58073b1ba7624090301e0e740d961d35a860898d8e4_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:cc9a82f57cca4904a7a4d58073b1ba7624090301e0e740d961d35a860898d8e4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:cc9a82f57cca4904a7a4d58073b1ba7624090301e0e740d961d35a860898d8e4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:d63a70864e886482cbcda411c93c811bb3b1d904b9a586ab42fc67cda8ddd9c7_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:d63a70864e886482cbcda411c93c811bb3b1d904b9a586ab42fc67cda8ddd9c7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:d63a70864e886482cbcda411c93c811bb3b1d904b9a586ab42fc67cda8ddd9c7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:da37ae31a142733b6add537f48f9ae28b3f496b1472ba60b0ef5587ef8d5568a_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:da37ae31a142733b6add537f48f9ae28b3f496b1472ba60b0ef5587ef8d5568a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:da37ae31a142733b6add537f48f9ae28b3f496b1472ba60b0ef5587ef8d5568a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:396f40db5ba672cd4ecad68fa6f837405c9bfae9fa38f1276e672918f9de7b4d_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:396f40db5ba672cd4ecad68fa6f837405c9bfae9fa38f1276e672918f9de7b4d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:396f40db5ba672cd4ecad68fa6f837405c9bfae9fa38f1276e672918f9de7b4d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:7c0925fb8469922ace0b86ef5f81f9ba4bc711b6277172ee963a856b7252b741_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:7c0925fb8469922ace0b86ef5f81f9ba4bc711b6277172ee963a856b7252b741_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:7c0925fb8469922ace0b86ef5f81f9ba4bc711b6277172ee963a856b7252b741_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:545a23225833cb931e6962febaf183bf7fb7d3532c5ffa4556c9c198f3b73954_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:545a23225833cb931e6962febaf183bf7fb7d3532c5ffa4556c9c198f3b73954_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:545a23225833cb931e6962febaf183bf7fb7d3532c5ffa4556c9c198f3b73954_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:b91eaa2723393eff033053dee12e51852a7428dd0c06de7ec92bc3f561545a31_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:b91eaa2723393eff033053dee12e51852a7428dd0c06de7ec92bc3f561545a31_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:b91eaa2723393eff033053dee12e51852a7428dd0c06de7ec92bc3f561545a31_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:c887cc0ed1561b2253c907df741d98c1bf4836ba3faccc2d8c5a8734e0857fc1_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:c887cc0ed1561b2253c907df741d98c1bf4836ba3faccc2d8c5a8734e0857fc1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:c887cc0ed1561b2253c907df741d98c1bf4836ba3faccc2d8c5a8734e0857fc1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:f77de5df278c92b8b8cbb8f3f0d93333f3fbcd4a0abb834d1edc5159cde007cb_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:f77de5df278c92b8b8cbb8f3f0d93333f3fbcd4a0abb834d1edc5159cde007cb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:f77de5df278c92b8b8cbb8f3f0d93333f3fbcd4a0abb834d1edc5159cde007cb_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:843858cb4847ed991480eba34975318360a498aa2661729c2c11133ddef21db7_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:843858cb4847ed991480eba34975318360a498aa2661729c2c11133ddef21db7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:843858cb4847ed991480eba34975318360a498aa2661729c2c11133ddef21db7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d344bcbdaab988fcc26ae36cceb1eaf2b5f60943fac7bc1c318786c5b33fd45e_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d344bcbdaab988fcc26ae36cceb1eaf2b5f60943fac7bc1c318786c5b33fd45e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d344bcbdaab988fcc26ae36cceb1eaf2b5f60943fac7bc1c318786c5b33fd45e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:5135f9f7e7e94624e8a0c319228380f86eec7e833130bffc4d005062bbb24075_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:5135f9f7e7e94624e8a0c319228380f86eec7e833130bffc4d005062bbb24075_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:5135f9f7e7e94624e8a0c319228380f86eec7e833130bffc4d005062bbb24075_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:b0559b45426a1525296d6c9790d1fdd40314e1ffd48c6f0c7afccb4db675813c_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:b0559b45426a1525296d6c9790d1fdd40314e1ffd48c6f0c7afccb4db675813c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:b0559b45426a1525296d6c9790d1fdd40314e1ffd48c6f0c7afccb4db675813c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:2a34794e9a9694b03f338acec35e7c52af7936006878aed6dfb9ab216549ee96_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:2a34794e9a9694b03f338acec35e7c52af7936006878aed6dfb9ab216549ee96_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:2a34794e9a9694b03f338acec35e7c52af7936006878aed6dfb9ab216549ee96_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:5fbffddc788c5499be501c8650150299d515527b230e62dd15920b33f9eb93a3_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:5fbffddc788c5499be501c8650150299d515527b230e62dd15920b33f9eb93a3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:5fbffddc788c5499be501c8650150299d515527b230e62dd15920b33f9eb93a3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:5976ec6aa81c47bae00c6d399adbfa5d38894d89e926afb414bebb94e5b8b8d1_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:5976ec6aa81c47bae00c6d399adbfa5d38894d89e926afb414bebb94e5b8b8d1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:5976ec6aa81c47bae00c6d399adbfa5d38894d89e926afb414bebb94e5b8b8d1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:72972cd3378a738e45235e515cb52a206950fbe7d0a57f73aa3fc352875b4cfb_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:72972cd3378a738e45235e515cb52a206950fbe7d0a57f73aa3fc352875b4cfb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:72972cd3378a738e45235e515cb52a206950fbe7d0a57f73aa3fc352875b4cfb_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:654fe020d5ff989d8092f577e5137ac9913dc8eb6b90007c85e694e5b4ae99a3_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:654fe020d5ff989d8092f577e5137ac9913dc8eb6b90007c85e694e5b4ae99a3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:654fe020d5ff989d8092f577e5137ac9913dc8eb6b90007c85e694e5b4ae99a3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:7766c535404fb104ddca41eb50e2be914c14bdcb6305ff3f6ab1508594c1fc90_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:7766c535404fb104ddca41eb50e2be914c14bdcb6305ff3f6ab1508594c1fc90_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:7766c535404fb104ddca41eb50e2be914c14bdcb6305ff3f6ab1508594c1fc90_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:fc9f987fb8c7dcc4256b38236d89fcee5155e3ee5facd62ad794c6d94408714f_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:fc9f987fb8c7dcc4256b38236d89fcee5155e3ee5facd62ad794c6d94408714f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:fc9f987fb8c7dcc4256b38236d89fcee5155e3ee5facd62ad794c6d94408714f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:feb92f825bb3ab62bb5ac81ed63718f5e3fb274fd0b6575487285e55bcd549de_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:feb92f825bb3ab62bb5ac81ed63718f5e3fb274fd0b6575487285e55bcd549de_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:feb92f825bb3ab62bb5ac81ed63718f5e3fb274fd0b6575487285e55bcd549de_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:1497850497e4ff31638d1b53032a1162af975c3abd2396e627ad90ea4515cd94_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:1497850497e4ff31638d1b53032a1162af975c3abd2396e627ad90ea4515cd94_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:1497850497e4ff31638d1b53032a1162af975c3abd2396e627ad90ea4515cd94_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3a1df74d7419d8a2b09fa4741ad8f7ff71cc856745ab85ea91a0821dd427976d_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3a1df74d7419d8a2b09fa4741ad8f7ff71cc856745ab85ea91a0821dd427976d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3a1df74d7419d8a2b09fa4741ad8f7ff71cc856745ab85ea91a0821dd427976d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c1b8250462e0d3bedfd64c4611ce9e9aa77f6475e48d948a2f844fd293cb649b_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c1b8250462e0d3bedfd64c4611ce9e9aa77f6475e48d948a2f844fd293cb649b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c1b8250462e0d3bedfd64c4611ce9e9aa77f6475e48d948a2f844fd293cb649b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:de1026343cc529670671124a64b039cfab52a4bbbfc7d6d0d1bf5d6c21a0eba0_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:de1026343cc529670671124a64b039cfab52a4bbbfc7d6d0d1bf5d6c21a0eba0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:de1026343cc529670671124a64b039cfab52a4bbbfc7d6d0d1bf5d6c21a0eba0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2e98c100a02f00cc2f58fc7e4773041e81be4781e8a8c02539acb17d66cea93c_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2e98c100a02f00cc2f58fc7e4773041e81be4781e8a8c02539acb17d66cea93c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2e98c100a02f00cc2f58fc7e4773041e81be4781e8a8c02539acb17d66cea93c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:55973d56e1df439ece9c90bf4a6ac870c4be37fa5c718c90da6deb275c34c062_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:55973d56e1df439ece9c90bf4a6ac870c4be37fa5c718c90da6deb275c34c062_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:55973d56e1df439ece9c90bf4a6ac870c4be37fa5c718c90da6deb275c34c062_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7d39c8eccd19b70bdab2757e9088f1e3259cd0ee8c0a76421f8cca3274ccfd5c_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7d39c8eccd19b70bdab2757e9088f1e3259cd0ee8c0a76421f8cca3274ccfd5c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7d39c8eccd19b70bdab2757e9088f1e3259cd0ee8c0a76421f8cca3274ccfd5c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:fde0b6709806f4fa012e86093d3abba689c7e4dce25859df9993d02f77adac38_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:fde0b6709806f4fa012e86093d3abba689c7e4dce25859df9993d02f77adac38_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:fde0b6709806f4fa012e86093d3abba689c7e4dce25859df9993d02f77adac38_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6b089f63a260ec9dced6dd494b2cd8b48861fd8a54f5a1669862165a4030d790_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6b089f63a260ec9dced6dd494b2cd8b48861fd8a54f5a1669862165a4030d790_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6b089f63a260ec9dced6dd494b2cd8b48861fd8a54f5a1669862165a4030d790_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7d96b0e06e1b04ad121c95d6eb87943032f8734a6565fabd6ce99562ba873ae9_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7d96b0e06e1b04ad121c95d6eb87943032f8734a6565fabd6ce99562ba873ae9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7d96b0e06e1b04ad121c95d6eb87943032f8734a6565fabd6ce99562ba873ae9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:804ed4857fbd1bbac303549388e72451a4d0f81b99696fc7176e196db8644140_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:804ed4857fbd1bbac303549388e72451a4d0f81b99696fc7176e196db8644140_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:804ed4857fbd1bbac303549388e72451a4d0f81b99696fc7176e196db8644140_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9c0ed5fd8235d31c3a959cf3f00717a841c2e5ea2e9e222454ded28932ac2f2b_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9c0ed5fd8235d31c3a959cf3f00717a841c2e5ea2e9e222454ded28932ac2f2b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9c0ed5fd8235d31c3a959cf3f00717a841c2e5ea2e9e222454ded28932ac2f2b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:25d6a0e67f63ee551a50d23bbf3ee87a8590cc618d06a1041327af0bbddcfb6b_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:25d6a0e67f63ee551a50d23bbf3ee87a8590cc618d06a1041327af0bbddcfb6b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:25d6a0e67f63ee551a50d23bbf3ee87a8590cc618d06a1041327af0bbddcfb6b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:5c4c1cfad723db265d037968ba4892ba883f1251d06a6b348d3f5bcd78f3725c_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:5c4c1cfad723db265d037968ba4892ba883f1251d06a6b348d3f5bcd78f3725c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:5c4c1cfad723db265d037968ba4892ba883f1251d06a6b348d3f5bcd78f3725c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:ba8f4ffe3f54ffebb1aeb3ac55b9c2091b3be0e2eafb9f4fa877c6b2a8abc787_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:ba8f4ffe3f54ffebb1aeb3ac55b9c2091b3be0e2eafb9f4fa877c6b2a8abc787_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:ba8f4ffe3f54ffebb1aeb3ac55b9c2091b3be0e2eafb9f4fa877c6b2a8abc787_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d05e5450605a9101e2b4502927b51a6bd93a8eb01ac3db39918ab17ec3c1cb86_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d05e5450605a9101e2b4502927b51a6bd93a8eb01ac3db39918ab17ec3c1cb86_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d05e5450605a9101e2b4502927b51a6bd93a8eb01ac3db39918ab17ec3c1cb86_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:229900b0543979b8053752c05214994d2590b501da90dd6fc43ded0cd839a2b2_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:229900b0543979b8053752c05214994d2590b501da90dd6fc43ded0cd839a2b2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:229900b0543979b8053752c05214994d2590b501da90dd6fc43ded0cd839a2b2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:241f97ed5176e7d9234cf1893f43dcc08d375587540c7af47c19977f44965ae6_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:241f97ed5176e7d9234cf1893f43dcc08d375587540c7af47c19977f44965ae6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:241f97ed5176e7d9234cf1893f43dcc08d375587540c7af47c19977f44965ae6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:811a41790eb1654cdd1a133ae525e8fc329fe330cf06293d12653be5c3904ddc_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:811a41790eb1654cdd1a133ae525e8fc329fe330cf06293d12653be5c3904ddc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:811a41790eb1654cdd1a133ae525e8fc329fe330cf06293d12653be5c3904ddc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ba2426e6f8b4c4f49b191df2ef4824d30486a87aa3bf3af5cecc5aa958f96e43_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ba2426e6f8b4c4f49b191df2ef4824d30486a87aa3bf3af5cecc5aa958f96e43_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ba2426e6f8b4c4f49b191df2ef4824d30486a87aa3bf3af5cecc5aa958f96e43_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:18c88139b031c49545ac09935d1599740f0b49e3c2fdd1d84f4006a47bb2880c_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:18c88139b031c49545ac09935d1599740f0b49e3c2fdd1d84f4006a47bb2880c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:18c88139b031c49545ac09935d1599740f0b49e3c2fdd1d84f4006a47bb2880c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:314bd5ede25ad4718f9d682ca27fe8e8817d79922d59302f0449a55bd4764f26_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:314bd5ede25ad4718f9d682ca27fe8e8817d79922d59302f0449a55bd4764f26_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:314bd5ede25ad4718f9d682ca27fe8e8817d79922d59302f0449a55bd4764f26_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a0554e2bc18e8e16e5fc1efbb5fd653a3858f177d0fa84091ed1e48856c44672_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a0554e2bc18e8e16e5fc1efbb5fd653a3858f177d0fa84091ed1e48856c44672_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a0554e2bc18e8e16e5fc1efbb5fd653a3858f177d0fa84091ed1e48856c44672_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d0092859b3dd498418cb2ae30ae100d91a6d77abbf2f1be3400bd6bee1a57cbb_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d0092859b3dd498418cb2ae30ae100d91a6d77abbf2f1be3400bd6bee1a57cbb_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d0092859b3dd498418cb2ae30ae100d91a6d77abbf2f1be3400bd6bee1a57cbb_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:0608e6ec895faca9ad6eec7f657893b8c05a3ba72600cb734cfd2ba7eee926f4_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:0608e6ec895faca9ad6eec7f657893b8c05a3ba72600cb734cfd2ba7eee926f4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:0608e6ec895faca9ad6eec7f657893b8c05a3ba72600cb734cfd2ba7eee926f4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2a251ca88b8d2274b765b591bf4e015c1e817c0d98fc5cd7c19f51358226c1d6_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2a251ca88b8d2274b765b591bf4e015c1e817c0d98fc5cd7c19f51358226c1d6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2a251ca88b8d2274b765b591bf4e015c1e817c0d98fc5cd7c19f51358226c1d6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7b50b78bfb9b21f2c6cd42be9990b95f1b3b810d9f3cf62d7ff5541a4ff7d5f4_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7b50b78bfb9b21f2c6cd42be9990b95f1b3b810d9f3cf62d7ff5541a4ff7d5f4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7b50b78bfb9b21f2c6cd42be9990b95f1b3b810d9f3cf62d7ff5541a4ff7d5f4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:f80ce5f1854e4411bc2d73efdad02ff4b5fad6b15e2e3a09bf69f6229107c0fe_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:f80ce5f1854e4411bc2d73efdad02ff4b5fad6b15e2e3a09bf69f6229107c0fe_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:f80ce5f1854e4411bc2d73efdad02ff4b5fad6b15e2e3a09bf69f6229107c0fe_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:08cf0dc27f2e823756ba009358a028860354793bcb3abc9ef7c14d71ec011fed_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:08cf0dc27f2e823756ba009358a028860354793bcb3abc9ef7c14d71ec011fed_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:08cf0dc27f2e823756ba009358a028860354793bcb3abc9ef7c14d71ec011fed_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:285f603dbe97db7239d699ec52febf0bc5fe157222c202235bd6f5cc4af3b974_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:285f603dbe97db7239d699ec52febf0bc5fe157222c202235bd6f5cc4af3b974_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:285f603dbe97db7239d699ec52febf0bc5fe157222c202235bd6f5cc4af3b974_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:b7c4a0c49b1857e22b71299f9a921d0c56b831756f33708399b7a03d2f61d8e5_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:b7c4a0c49b1857e22b71299f9a921d0c56b831756f33708399b7a03d2f61d8e5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:b7c4a0c49b1857e22b71299f9a921d0c56b831756f33708399b7a03d2f61d8e5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:e6ff566a5aa48b59411a421e98ce05e62268d4ead994c08e8bc4643beda5f115_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:e6ff566a5aa48b59411a421e98ce05e62268d4ead994c08e8bc4643beda5f115_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:e6ff566a5aa48b59411a421e98ce05e62268d4ead994c08e8bc4643beda5f115_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:22bfb7e9892df6e4045f7246544cbb73e900d17b8d1eba74af342dda56f697d4_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:22bfb7e9892df6e4045f7246544cbb73e900d17b8d1eba74af342dda56f697d4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:22bfb7e9892df6e4045f7246544cbb73e900d17b8d1eba74af342dda56f697d4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8ee226df0ab0bf40ee1eb32bbf64b2feeafff15a165b92be994a331949f29516_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8ee226df0ab0bf40ee1eb32bbf64b2feeafff15a165b92be994a331949f29516_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8ee226df0ab0bf40ee1eb32bbf64b2feeafff15a165b92be994a331949f29516_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:97d901e0371158483af19aae8db34651dcf0278fd69e0ad14293a38d4713c58f_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:97d901e0371158483af19aae8db34651dcf0278fd69e0ad14293a38d4713c58f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:97d901e0371158483af19aae8db34651dcf0278fd69e0ad14293a38d4713c58f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bbefe8212498c9204cf5a4b2834c8a7082f732c726fcaeffa55d9b66b5ab3c13_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bbefe8212498c9204cf5a4b2834c8a7082f732c726fcaeffa55d9b66b5ab3c13_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bbefe8212498c9204cf5a4b2834c8a7082f732c726fcaeffa55d9b66b5ab3c13_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:4b415d00d49331d5fd22e1b0c159ee4579506f378f1b13e8e1d0c1829996f6ac_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:4b415d00d49331d5fd22e1b0c159ee4579506f378f1b13e8e1d0c1829996f6ac_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:4b415d00d49331d5fd22e1b0c159ee4579506f378f1b13e8e1d0c1829996f6ac_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5c88ce9b17d4baf03f9ab7e89dfbd9c82a8e4bccd23e5dce74e11d6b2a0ecf6d_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5c88ce9b17d4baf03f9ab7e89dfbd9c82a8e4bccd23e5dce74e11d6b2a0ecf6d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5c88ce9b17d4baf03f9ab7e89dfbd9c82a8e4bccd23e5dce74e11d6b2a0ecf6d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e6f512f11629d684e2713d7421677d35766f5a319122fae34ea25dbf95e79ec2_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e6f512f11629d684e2713d7421677d35766f5a319122fae34ea25dbf95e79ec2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e6f512f11629d684e2713d7421677d35766f5a319122fae34ea25dbf95e79ec2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:fa7b4178af4fd9da7174d8c94e96363d73a1cc9f60f6a55a3cc28330ff7a4e89_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:fa7b4178af4fd9da7174d8c94e96363d73a1cc9f60f6a55a3cc28330ff7a4e89_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:fa7b4178af4fd9da7174d8c94e96363d73a1cc9f60f6a55a3cc28330ff7a4e89_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:10f802e9e5c96af91d1ca1427ace8984d2c31dcc7c409f3165e1ab21281293ec_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:10f802e9e5c96af91d1ca1427ace8984d2c31dcc7c409f3165e1ab21281293ec_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:10f802e9e5c96af91d1ca1427ace8984d2c31dcc7c409f3165e1ab21281293ec_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:477d5a4fc9a1354090356a06603a9b135814e9ee97d9c4b51046f597e195d5ae_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:477d5a4fc9a1354090356a06603a9b135814e9ee97d9c4b51046f597e195d5ae_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:477d5a4fc9a1354090356a06603a9b135814e9ee97d9c4b51046f597e195d5ae_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:5a20619d387dfa67a22d51e5eb6c4bff523b7fad8ca181cb4c09df25fa3d3540_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:5a20619d387dfa67a22d51e5eb6c4bff523b7fad8ca181cb4c09df25fa3d3540_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:5a20619d387dfa67a22d51e5eb6c4bff523b7fad8ca181cb4c09df25fa3d3540_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:70c40ef6f8cbf444e59c4522ffeb8800d19dbbda77a02f28310573d9941d6f2a_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:70c40ef6f8cbf444e59c4522ffeb8800d19dbbda77a02f28310573d9941d6f2a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:70c40ef6f8cbf444e59c4522ffeb8800d19dbbda77a02f28310573d9941d6f2a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:26795eb48eb93cff9df39e25571a32b8d8c4fac44555227f932805760dde79d3_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:26795eb48eb93cff9df39e25571a32b8d8c4fac44555227f932805760dde79d3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:26795eb48eb93cff9df39e25571a32b8d8c4fac44555227f932805760dde79d3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:45e8ad4ee3c68dd7425e889134eef96aef80f33946b303a1577593d53aac432a_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:45e8ad4ee3c68dd7425e889134eef96aef80f33946b303a1577593d53aac432a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:45e8ad4ee3c68dd7425e889134eef96aef80f33946b303a1577593d53aac432a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d9ae6095cb2d622d947a1e861a56975ce434c7b57153d0dc8e4e9f1ddf95a393_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d9ae6095cb2d622d947a1e861a56975ce434c7b57153d0dc8e4e9f1ddf95a393_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d9ae6095cb2d622d947a1e861a56975ce434c7b57153d0dc8e4e9f1ddf95a393_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:f8f12d1cd2272529e159bbf2dc6680f772194cc235b0138146f40a499a9fbe2c_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:f8f12d1cd2272529e159bbf2dc6680f772194cc235b0138146f40a499a9fbe2c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:f8f12d1cd2272529e159bbf2dc6680f772194cc235b0138146f40a499a9fbe2c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0f016a9fc412a5fa8b8289a19fee831b3441571d7a48135b92b6736af210d700_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0f016a9fc412a5fa8b8289a19fee831b3441571d7a48135b92b6736af210d700_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0f016a9fc412a5fa8b8289a19fee831b3441571d7a48135b92b6736af210d700_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:47e60f0ec21835c324472d63a89089c62480ef17e2225b537c7023404f63c796_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:47e60f0ec21835c324472d63a89089c62480ef17e2225b537c7023404f63c796_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:47e60f0ec21835c324472d63a89089c62480ef17e2225b537c7023404f63c796_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7a349e32d85fafd4f9dd8db4d80bd54e1c0869d74a542f698ef78bf6aeef4dfd_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7a349e32d85fafd4f9dd8db4d80bd54e1c0869d74a542f698ef78bf6aeef4dfd_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7a349e32d85fafd4f9dd8db4d80bd54e1c0869d74a542f698ef78bf6aeef4dfd_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:8817b906fd93b0980fbb687876d4664c79668ec3e959d2cf184a3ed20aae953a_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:8817b906fd93b0980fbb687876d4664c79668ec3e959d2cf184a3ed20aae953a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:8817b906fd93b0980fbb687876d4664c79668ec3e959d2cf184a3ed20aae953a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:027c710ef81f40bd47b16c296c121e36785eb5463321078f6bc657c37f2967d8_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:027c710ef81f40bd47b16c296c121e36785eb5463321078f6bc657c37f2967d8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:027c710ef81f40bd47b16c296c121e36785eb5463321078f6bc657c37f2967d8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0d2b94501e72370b763a86146266411de3932995240514cd26362a0805525c7c_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0d2b94501e72370b763a86146266411de3932995240514cd26362a0805525c7c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0d2b94501e72370b763a86146266411de3932995240514cd26362a0805525c7c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:ac40d2c4950576d453b18666a9acb3c19d4175d94a28d6e0e9bc19a4c302aece_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:ac40d2c4950576d453b18666a9acb3c19d4175d94a28d6e0e9bc19a4c302aece_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:ac40d2c4950576d453b18666a9acb3c19d4175d94a28d6e0e9bc19a4c302aece_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d9f6635946e9c0ddfc8f479486f08be9fdac8bc9f73d358a3d049b6feafe81ec_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d9f6635946e9c0ddfc8f479486f08be9fdac8bc9f73d358a3d049b6feafe81ec_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d9f6635946e9c0ddfc8f479486f08be9fdac8bc9f73d358a3d049b6feafe81ec_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:1ea77d4c8308769c7e2b5d667c8af3ee2e543fc0cd0c49447460c37ff0c56318_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:1ea77d4c8308769c7e2b5d667c8af3ee2e543fc0cd0c49447460c37ff0c56318_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:1ea77d4c8308769c7e2b5d667c8af3ee2e543fc0cd0c49447460c37ff0c56318_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:56aea13311a96784e84b4c5713ff5693e6aaf9f6035a042c5a28879019e3eaa1_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:56aea13311a96784e84b4c5713ff5693e6aaf9f6035a042c5a28879019e3eaa1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:56aea13311a96784e84b4c5713ff5693e6aaf9f6035a042c5a28879019e3eaa1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:7eb0043c124f96f76970f835870cd45bedcee0179f5c63ed7688191cb5e0d718_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:7eb0043c124f96f76970f835870cd45bedcee0179f5c63ed7688191cb5e0d718_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:7eb0043c124f96f76970f835870cd45bedcee0179f5c63ed7688191cb5e0d718_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ae36b0e2d4f0efd222926a53364be6d7f9723496efe2463cc1521a85e0318808_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ae36b0e2d4f0efd222926a53364be6d7f9723496efe2463cc1521a85e0318808_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ae36b0e2d4f0efd222926a53364be6d7f9723496efe2463cc1521a85e0318808_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:81645a618293c85f28a1632034a0f3244cb15cb5b636d6ef447e571d526d3f60_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:81645a618293c85f28a1632034a0f3244cb15cb5b636d6ef447e571d526d3f60_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:81645a618293c85f28a1632034a0f3244cb15cb5b636d6ef447e571d526d3f60_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d70d809c25cbcaa772d2068975d7821b49f965a21be8ceef7ad7a17bfe79e611_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d70d809c25cbcaa772d2068975d7821b49f965a21be8ceef7ad7a17bfe79e611_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d70d809c25cbcaa772d2068975d7821b49f965a21be8ceef7ad7a17bfe79e611_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:dabdffb17f32a9684101e24dd08ea4587ff1c288959648684cc89f46ccc8d7a7_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:dabdffb17f32a9684101e24dd08ea4587ff1c288959648684cc89f46ccc8d7a7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:dabdffb17f32a9684101e24dd08ea4587ff1c288959648684cc89f46ccc8d7a7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:dea959447acd57eda954f5fea4bb3d623d6bf19f11e7bd8ea04651f5cc52d95f_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:dea959447acd57eda954f5fea4bb3d623d6bf19f11e7bd8ea04651f5cc52d95f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:dea959447acd57eda954f5fea4bb3d623d6bf19f11e7bd8ea04651f5cc52d95f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2b19aac1bb3f64b3e45d82d207f18fe3b692aff7d694c1cf99a02601dfadb2e9_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2b19aac1bb3f64b3e45d82d207f18fe3b692aff7d694c1cf99a02601dfadb2e9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2b19aac1bb3f64b3e45d82d207f18fe3b692aff7d694c1cf99a02601dfadb2e9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:3ebb46a8c872e2dfc1d2bc7e50a84be90c998e721cb935a7d675e7ef02f204df_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:3ebb46a8c872e2dfc1d2bc7e50a84be90c998e721cb935a7d675e7ef02f204df_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:3ebb46a8c872e2dfc1d2bc7e50a84be90c998e721cb935a7d675e7ef02f204df_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:85930fd1b83c544a5debbcb1218282c91208fa876fb38e9564f3562ac199a30a_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:85930fd1b83c544a5debbcb1218282c91208fa876fb38e9564f3562ac199a30a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:85930fd1b83c544a5debbcb1218282c91208fa876fb38e9564f3562ac199a30a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:97e522d7f8d7c3f88f50bb511f1696657f9dfb41282c702fbb5325a993267fd9_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:97e522d7f8d7c3f88f50bb511f1696657f9dfb41282c702fbb5325a993267fd9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:97e522d7f8d7c3f88f50bb511f1696657f9dfb41282c702fbb5325a993267fd9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2eeee557fa7b05fabec97b753e50fc8b54811337b360ea542ab23a32db02165e_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2eeee557fa7b05fabec97b753e50fc8b54811337b360ea542ab23a32db02165e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2eeee557fa7b05fabec97b753e50fc8b54811337b360ea542ab23a32db02165e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:8933a240bb1a42d823f4bf6feaf1baf6a6f083909fd9e5a62c8b61ca770cee50_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:8933a240bb1a42d823f4bf6feaf1baf6a6f083909fd9e5a62c8b61ca770cee50_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:8933a240bb1a42d823f4bf6feaf1baf6a6f083909fd9e5a62c8b61ca770cee50_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:8d06909ff0633fae70e3cda3ce95a1917ea8987c8e1372b4a8f00343494ea5d1_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:8d06909ff0633fae70e3cda3ce95a1917ea8987c8e1372b4a8f00343494ea5d1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:8d06909ff0633fae70e3cda3ce95a1917ea8987c8e1372b4a8f00343494ea5d1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:f2153f3bd5ef181653f9ac8f40a8389e58771515b2fc49f205d5247455635c65_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:f2153f3bd5ef181653f9ac8f40a8389e58771515b2fc49f205d5247455635c65_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:f2153f3bd5ef181653f9ac8f40a8389e58771515b2fc49f205d5247455635c65_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:1fdb8df2f66c1558fcf03d227a63e58f63b990f1ff47ad81e3e3482c4e89779e_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:1fdb8df2f66c1558fcf03d227a63e58f63b990f1ff47ad81e3e3482c4e89779e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:1fdb8df2f66c1558fcf03d227a63e58f63b990f1ff47ad81e3e3482c4e89779e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:7a2f54cce726a5f12a29c84d8a3af601d3627d1255b95e4adcd394a76e930c18_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:7a2f54cce726a5f12a29c84d8a3af601d3627d1255b95e4adcd394a76e930c18_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:7a2f54cce726a5f12a29c84d8a3af601d3627d1255b95e4adcd394a76e930c18_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:7bebec78f81645756aa1265950e28a980fd4c042b651c7b5c6fe6924af7675ce_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:7bebec78f81645756aa1265950e28a980fd4c042b651c7b5c6fe6924af7675ce_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:7bebec78f81645756aa1265950e28a980fd4c042b651c7b5c6fe6924af7675ce_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:d9af91fc94e0fb9645b5284e1a2a8a4ce3029a57c6c92e30ceff6562f7522b81_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:d9af91fc94e0fb9645b5284e1a2a8a4ce3029a57c6c92e30ceff6562f7522b81_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:d9af91fc94e0fb9645b5284e1a2a8a4ce3029a57c6c92e30ceff6562f7522b81_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:be58ac468d10396163e8e30c2e927d365ec7f21f710b99813b9f8f74b260c21a_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:be58ac468d10396163e8e30c2e927d365ec7f21f710b99813b9f8f74b260c21a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:be58ac468d10396163e8e30c2e927d365ec7f21f710b99813b9f8f74b260c21a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d771771dbbed4376ceb699139a02a5b64456f2fd90f2cdd873879d56badf2885_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d771771dbbed4376ceb699139a02a5b64456f2fd90f2cdd873879d56badf2885_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d771771dbbed4376ceb699139a02a5b64456f2fd90f2cdd873879d56badf2885_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:de99fe560e6048e4e34d46dfbaeed9f5b3ddcbf41cd172f6c46cda8cb549faf3_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:de99fe560e6048e4e34d46dfbaeed9f5b3ddcbf41cd172f6c46cda8cb549faf3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:de99fe560e6048e4e34d46dfbaeed9f5b3ddcbf41cd172f6c46cda8cb549faf3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:e8c673493346ce26aa4078ea788dc0b3c888613b8d161dee4a91d577f4686dcc_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:e8c673493346ce26aa4078ea788dc0b3c888613b8d161dee4a91d577f4686dcc_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:e8c673493346ce26aa4078ea788dc0b3c888613b8d161dee4a91d577f4686dcc_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4b909a7fa9307c352c5a50cfebe3694547a60195928c3a3616def9818dd6a701_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4b909a7fa9307c352c5a50cfebe3694547a60195928c3a3616def9818dd6a701_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4b909a7fa9307c352c5a50cfebe3694547a60195928c3a3616def9818dd6a701_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:74c62d51442c13d38b45be851fd70040ae8dbef49fb6b22a5cff7ec3d20918b3_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:74c62d51442c13d38b45be851fd70040ae8dbef49fb6b22a5cff7ec3d20918b3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:74c62d51442c13d38b45be851fd70040ae8dbef49fb6b22a5cff7ec3d20918b3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:8acbe6bee1e736dc4b636057a9ca03e6d19a341c207f4856281e9442b4e2f5b1_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:8acbe6bee1e736dc4b636057a9ca03e6d19a341c207f4856281e9442b4e2f5b1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:8acbe6bee1e736dc4b636057a9ca03e6d19a341c207f4856281e9442b4e2f5b1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e214faf773c10d348cd1fe3014a1541cc37f8484b53e35136f67e0bd3bcde588_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e214faf773c10d348cd1fe3014a1541cc37f8484b53e35136f67e0bd3bcde588_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e214faf773c10d348cd1fe3014a1541cc37f8484b53e35136f67e0bd3bcde588_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:19eb2ef0c58d253602d9dfc10f356481bc443b6ba6a1729eeb253549a5b06235_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:19eb2ef0c58d253602d9dfc10f356481bc443b6ba6a1729eeb253549a5b06235_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:19eb2ef0c58d253602d9dfc10f356481bc443b6ba6a1729eeb253549a5b06235_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:4aecd8e8a99b71f09c3fe659399204e461b1008def654038d8d2df6df34eb3d8_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:4aecd8e8a99b71f09c3fe659399204e461b1008def654038d8d2df6df34eb3d8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:4aecd8e8a99b71f09c3fe659399204e461b1008def654038d8d2df6df34eb3d8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:57e1fac2b2f950168e3130a96d96a839b183c8d4bc5f051af5a951a13d69ddd8_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:57e1fac2b2f950168e3130a96d96a839b183c8d4bc5f051af5a951a13d69ddd8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:57e1fac2b2f950168e3130a96d96a839b183c8d4bc5f051af5a951a13d69ddd8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7e60e4e7673f57490cbf6c96a033c4d6f0e373941cf7d7235c2455a7e7850a77_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7e60e4e7673f57490cbf6c96a033c4d6f0e373941cf7d7235c2455a7e7850a77_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7e60e4e7673f57490cbf6c96a033c4d6f0e373941cf7d7235c2455a7e7850a77_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:1e48b7ea9656f56b0ff7a95ae25a7fb6303b796f70c8a80925c98a1a38d09c9e_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:1e48b7ea9656f56b0ff7a95ae25a7fb6303b796f70c8a80925c98a1a38d09c9e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:1e48b7ea9656f56b0ff7a95ae25a7fb6303b796f70c8a80925c98a1a38d09c9e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:30ffb3abac5d66f0d7192c3395f4e29f18bee60eec5b603126308cb8e986155b_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:30ffb3abac5d66f0d7192c3395f4e29f18bee60eec5b603126308cb8e986155b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:30ffb3abac5d66f0d7192c3395f4e29f18bee60eec5b603126308cb8e986155b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:39572ca95b113cdbc944e60797371c1c70d210b718086be5796ad62a0753e74c_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:39572ca95b113cdbc944e60797371c1c70d210b718086be5796ad62a0753e74c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:39572ca95b113cdbc944e60797371c1c70d210b718086be5796ad62a0753e74c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f04d8f791bf53ae7ba29b1c3ea0847d13a99a58d8d13d53eac95a648c4fd7d81_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f04d8f791bf53ae7ba29b1c3ea0847d13a99a58d8d13d53eac95a648c4fd7d81_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f04d8f791bf53ae7ba29b1c3ea0847d13a99a58d8d13d53eac95a648c4fd7d81_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:01d126ad02cd31c976cf2857928631f421ecf59096ca0e61daa28596a9ce3bad_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:01d126ad02cd31c976cf2857928631f421ecf59096ca0e61daa28596a9ce3bad_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:01d126ad02cd31c976cf2857928631f421ecf59096ca0e61daa28596a9ce3bad_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4ce5ec880ffd93abc262773d8c84390aeb22cf7aa4f6688b950c0490df2e7b0f_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4ce5ec880ffd93abc262773d8c84390aeb22cf7aa4f6688b950c0490df2e7b0f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4ce5ec880ffd93abc262773d8c84390aeb22cf7aa4f6688b950c0490df2e7b0f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d1c2b9ba0cab850926c999b43cc85ea7ed91c5396d1d3ca272c330cbcf098392_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d1c2b9ba0cab850926c999b43cc85ea7ed91c5396d1d3ca272c330cbcf098392_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d1c2b9ba0cab850926c999b43cc85ea7ed91c5396d1d3ca272c330cbcf098392_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e46881e84e706330e4ebcf93cc1ec2ba9e1454b96ecee79fb81852d7b5826853_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e46881e84e706330e4ebcf93cc1ec2ba9e1454b96ecee79fb81852d7b5826853_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e46881e84e706330e4ebcf93cc1ec2ba9e1454b96ecee79fb81852d7b5826853_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:40cf04b4677fe397b6cca48fd704defd5dfbe5849116b2f855059340fb537da8_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:40cf04b4677fe397b6cca48fd704defd5dfbe5849116b2f855059340fb537da8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:40cf04b4677fe397b6cca48fd704defd5dfbe5849116b2f855059340fb537da8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:b5df8abccc723af3f3ff86b4d1fbe7f643b89bcdf87c93abf3b926e8b622efc3_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:b5df8abccc723af3f3ff86b4d1fbe7f643b89bcdf87c93abf3b926e8b622efc3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:b5df8abccc723af3f3ff86b4d1fbe7f643b89bcdf87c93abf3b926e8b622efc3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:b800c84b0984408d51fe965464e87ab18c0c3d82c8c51d12fbd488f9a6f17f7f_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:b800c84b0984408d51fe965464e87ab18c0c3d82c8c51d12fbd488f9a6f17f7f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:b800c84b0984408d51fe965464e87ab18c0c3d82c8c51d12fbd488f9a6f17f7f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c0b5ffad8095d2ec71180e3857c7e5003040c79ea93835c5ee7ec6f544a406bc_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c0b5ffad8095d2ec71180e3857c7e5003040c79ea93835c5ee7ec6f544a406bc_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c0b5ffad8095d2ec71180e3857c7e5003040c79ea93835c5ee7ec6f544a406bc_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0f58f90811f760f3c9266f674a8f7fff259b48e10f1a8e994c5ec8cac3745191_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0f58f90811f760f3c9266f674a8f7fff259b48e10f1a8e994c5ec8cac3745191_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0f58f90811f760f3c9266f674a8f7fff259b48e10f1a8e994c5ec8cac3745191_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:4d336c3a625d32606df94aff5194969a6b3e20bd8586c56baacd509bcdb066f0_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:4d336c3a625d32606df94aff5194969a6b3e20bd8586c56baacd509bcdb066f0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:4d336c3a625d32606df94aff5194969a6b3e20bd8586c56baacd509bcdb066f0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c67690128b6b243becc0fa48a9c8917740c4e4c01cbc3798c72e03fd9629430a_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c67690128b6b243becc0fa48a9c8917740c4e4c01cbc3798c72e03fd9629430a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c67690128b6b243becc0fa48a9c8917740c4e4c01cbc3798c72e03fd9629430a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fcb458c8179222d8c01853b9654ca9708cf5f34146b6488486f2d44f12a1db1f_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fcb458c8179222d8c01853b9654ca9708cf5f34146b6488486f2d44f12a1db1f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fcb458c8179222d8c01853b9654ca9708cf5f34146b6488486f2d44f12a1db1f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:10227468946141bf8f1f0dd71860ec2dcab6888ce2ec096f8250ce27dc9de66c_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:10227468946141bf8f1f0dd71860ec2dcab6888ce2ec096f8250ce27dc9de66c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:10227468946141bf8f1f0dd71860ec2dcab6888ce2ec096f8250ce27dc9de66c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4cca1c61fb2e435230b15535e8423825378ad0f523e7eeed5300b139ade380da_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4cca1c61fb2e435230b15535e8423825378ad0f523e7eeed5300b139ade380da_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4cca1c61fb2e435230b15535e8423825378ad0f523e7eeed5300b139ade380da_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:c46179b6395be403c3e7915f9953c1b9527c2b384284a3ad16e0091346a86621_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:c46179b6395be403c3e7915f9953c1b9527c2b384284a3ad16e0091346a86621_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:c46179b6395be403c3e7915f9953c1b9527c2b384284a3ad16e0091346a86621_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d4ce3e07bfee07e11573773846eb94c759a6d648c06db0bfa2dda1f0110b9f84_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d4ce3e07bfee07e11573773846eb94c759a6d648c06db0bfa2dda1f0110b9f84_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d4ce3e07bfee07e11573773846eb94c759a6d648c06db0bfa2dda1f0110b9f84_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:2040c1f1f4193837690b31dc5f88a840bd6c1c070ab0b091bd20439dd9dfdb49_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:2040c1f1f4193837690b31dc5f88a840bd6c1c070ab0b091bd20439dd9dfdb49_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:2040c1f1f4193837690b31dc5f88a840bd6c1c070ab0b091bd20439dd9dfdb49_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:2ec681169d6ce8d33a853a03fb796a312e75992052f4546f94c2ad158bbb9228_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:2ec681169d6ce8d33a853a03fb796a312e75992052f4546f94c2ad158bbb9228_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:2ec681169d6ce8d33a853a03fb796a312e75992052f4546f94c2ad158bbb9228_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:38d16429ac19db268bbefe2509b4d88ab3cf44e0c4f8b75a05fe3b182e02506e_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:38d16429ac19db268bbefe2509b4d88ab3cf44e0c4f8b75a05fe3b182e02506e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:38d16429ac19db268bbefe2509b4d88ab3cf44e0c4f8b75a05fe3b182e02506e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:8d49a0a22cdef610f8338e3e4e3c009d493e6990d6fd68362063a9138164cd1d_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:8d49a0a22cdef610f8338e3e4e3c009d493e6990d6fd68362063a9138164cd1d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:8d49a0a22cdef610f8338e3e4e3c009d493e6990d6fd68362063a9138164cd1d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2e170eac98d152abc69b8fa44813a290b9cc2e57bdacb84e97a9ecbe602a7631_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2e170eac98d152abc69b8fa44813a290b9cc2e57bdacb84e97a9ecbe602a7631_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2e170eac98d152abc69b8fa44813a290b9cc2e57bdacb84e97a9ecbe602a7631_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6f08d4c8d88aab768b5c727b824584cb5443f67e69fd543ea95bcc8cf90cff2e_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6f08d4c8d88aab768b5c727b824584cb5443f67e69fd543ea95bcc8cf90cff2e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6f08d4c8d88aab768b5c727b824584cb5443f67e69fd543ea95bcc8cf90cff2e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:aa161f825ec834c11a77240e4c8860d7e49957fc6137aa2730aee57d3b34b7ad_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:aa161f825ec834c11a77240e4c8860d7e49957fc6137aa2730aee57d3b34b7ad_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:aa161f825ec834c11a77240e4c8860d7e49957fc6137aa2730aee57d3b34b7ad_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e5568dc2b0aa9f9251b0ac80d28b2c01247a9fdd1a7fd42779932bcb9c0116ad_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e5568dc2b0aa9f9251b0ac80d28b2c01247a9fdd1a7fd42779932bcb9c0116ad_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e5568dc2b0aa9f9251b0ac80d28b2c01247a9fdd1a7fd42779932bcb9c0116ad_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0594f924eaa7baaa8350c40eb5b2253c99d8ede41d58291d362bcb334bf8eff7_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0594f924eaa7baaa8350c40eb5b2253c99d8ede41d58291d362bcb334bf8eff7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0594f924eaa7baaa8350c40eb5b2253c99d8ede41d58291d362bcb334bf8eff7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:29473afe198e78ccc383122e9b9db15562d165d1a1a5d2ec9384f6282a9722c0_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:29473afe198e78ccc383122e9b9db15562d165d1a1a5d2ec9384f6282a9722c0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:29473afe198e78ccc383122e9b9db15562d165d1a1a5d2ec9384f6282a9722c0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6c0d83c46bc0032ff04ea451858bf53db20a42b02c72870771a683b292977620_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6c0d83c46bc0032ff04ea451858bf53db20a42b02c72870771a683b292977620_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6c0d83c46bc0032ff04ea451858bf53db20a42b02c72870771a683b292977620_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:74ef91d30366fd9d581253c29197ebc1c237f72db26b728f7c27f26a1f446d0f_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:74ef91d30366fd9d581253c29197ebc1c237f72db26b728f7c27f26a1f446d0f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:74ef91d30366fd9d581253c29197ebc1c237f72db26b728f7c27f26a1f446d0f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:1c0d5e001e41c928306cb746e0ea360cadb179221b726c5d11709f381132fc67_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:1c0d5e001e41c928306cb746e0ea360cadb179221b726c5d11709f381132fc67_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:1c0d5e001e41c928306cb746e0ea360cadb179221b726c5d11709f381132fc67_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:1cb6cdb6e3bf0b41c8844a6145a44416a2d385f640f42f496a4409db59f0a509_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:1cb6cdb6e3bf0b41c8844a6145a44416a2d385f640f42f496a4409db59f0a509_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:1cb6cdb6e3bf0b41c8844a6145a44416a2d385f640f42f496a4409db59f0a509_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:575c9649ab6ddf045d4be5b4c86501cd0a63fe02d73b4a803b511213405ff243_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:575c9649ab6ddf045d4be5b4c86501cd0a63fe02d73b4a803b511213405ff243_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:575c9649ab6ddf045d4be5b4c86501cd0a63fe02d73b4a803b511213405ff243_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:e82eb82d215ec8520e1938f0752a4ce0c869e865ee1c7fe2c96fd95ed74751d7_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:e82eb82d215ec8520e1938f0752a4ce0c869e865ee1c7fe2c96fd95ed74751d7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:e82eb82d215ec8520e1938f0752a4ce0c869e865ee1c7fe2c96fd95ed74751d7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:31bd457006ce5cd45fdc3428de8e69856a3a387ef4383d1b08908a6f3b35047d_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:31bd457006ce5cd45fdc3428de8e69856a3a387ef4383d1b08908a6f3b35047d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:31bd457006ce5cd45fdc3428de8e69856a3a387ef4383d1b08908a6f3b35047d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4f7552d3e6293c981fa9da6db88f330bece8f668376abf43f71b906553a5c99e_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4f7552d3e6293c981fa9da6db88f330bece8f668376abf43f71b906553a5c99e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4f7552d3e6293c981fa9da6db88f330bece8f668376abf43f71b906553a5c99e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:973f4d0e9307929973adcd633718d00d09196bbe271b4f9d24f8a399643e1eae_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:973f4d0e9307929973adcd633718d00d09196bbe271b4f9d24f8a399643e1eae_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:973f4d0e9307929973adcd633718d00d09196bbe271b4f9d24f8a399643e1eae_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ab176c397c65bf978d7e517a34e10ea45c82a35f65b8bbe39f384f776822c03d_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ab176c397c65bf978d7e517a34e10ea45c82a35f65b8bbe39f384f776822c03d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ab176c397c65bf978d7e517a34e10ea45c82a35f65b8bbe39f384f776822c03d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:34d1ed337dac313194803cbe7336560b7a630adc9cd2bd785883be5048ca52dc_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:34d1ed337dac313194803cbe7336560b7a630adc9cd2bd785883be5048ca52dc_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:34d1ed337dac313194803cbe7336560b7a630adc9cd2bd785883be5048ca52dc_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:4d29bc385e8920f178688a741187cc67ed670ea997201952d0b9a77b56c762bd_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:4d29bc385e8920f178688a741187cc67ed670ea997201952d0b9a77b56c762bd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:4d29bc385e8920f178688a741187cc67ed670ea997201952d0b9a77b56c762bd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c86661524ff0c65bd9dd0349b73a831204010ec59c84786916be4ecf22c625fd_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c86661524ff0c65bd9dd0349b73a831204010ec59c84786916be4ecf22c625fd_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c86661524ff0c65bd9dd0349b73a831204010ec59c84786916be4ecf22c625fd_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:da698e145cf30d354629fe8f6c4023d14fa2b5b167045bd8a6da0ba441b8c92d_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:da698e145cf30d354629fe8f6c4023d14fa2b5b167045bd8a6da0ba441b8c92d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:da698e145cf30d354629fe8f6c4023d14fa2b5b167045bd8a6da0ba441b8c92d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:53be80af8fa2a60d9bd89de8e103fb2eb2cf008acff6d7f89383d861bb8a54f5_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:53be80af8fa2a60d9bd89de8e103fb2eb2cf008acff6d7f89383d861bb8a54f5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:53be80af8fa2a60d9bd89de8e103fb2eb2cf008acff6d7f89383d861bb8a54f5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6decc15033377fcfef17782d66d17fe25501b157d69bd83e85a87c6e60f665d4_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6decc15033377fcfef17782d66d17fe25501b157d69bd83e85a87c6e60f665d4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6decc15033377fcfef17782d66d17fe25501b157d69bd83e85a87c6e60f665d4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:8b2d6dfc8fc31a67250dca39ac60bdaf86cbbd61353cfe7731d4fb1ebf5463c0_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:8b2d6dfc8fc31a67250dca39ac60bdaf86cbbd61353cfe7731d4fb1ebf5463c0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:8b2d6dfc8fc31a67250dca39ac60bdaf86cbbd61353cfe7731d4fb1ebf5463c0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ab21f8f97947845bb94bf6912ca8880ed39c4aa3a849af7f804d28c11a6f0ef6_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ab21f8f97947845bb94bf6912ca8880ed39c4aa3a849af7f804d28c11a6f0ef6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ab21f8f97947845bb94bf6912ca8880ed39c4aa3a849af7f804d28c11a6f0ef6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3f2412d3a5a21739fc209d7caff76dd8dfc077f8a5a3a5034a6ca7a29532f14a_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3f2412d3a5a21739fc209d7caff76dd8dfc077f8a5a3a5034a6ca7a29532f14a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3f2412d3a5a21739fc209d7caff76dd8dfc077f8a5a3a5034a6ca7a29532f14a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:598df55cedcdd92019d97e3ab1a6227b139798dc69adab00a65371e300803eb0_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:598df55cedcdd92019d97e3ab1a6227b139798dc69adab00a65371e300803eb0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:598df55cedcdd92019d97e3ab1a6227b139798dc69adab00a65371e300803eb0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:9c4d4b4b4f7b8cf69f9535c0f1191f4de338b928311b0ed867fdcb0d8156220a_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:9c4d4b4b4f7b8cf69f9535c0f1191f4de338b928311b0ed867fdcb0d8156220a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:9c4d4b4b4f7b8cf69f9535c0f1191f4de338b928311b0ed867fdcb0d8156220a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:df5cccd485b9a00dd75fd58cc2690f4713062e43fcba9aad630fa400f314c588_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:df5cccd485b9a00dd75fd58cc2690f4713062e43fcba9aad630fa400f314c588_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:df5cccd485b9a00dd75fd58cc2690f4713062e43fcba9aad630fa400f314c588_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:2814cd076f00b58ec1abc468adbe95d2281b50cddbce2d112dbf8befa70dd470_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:2814cd076f00b58ec1abc468adbe95d2281b50cddbce2d112dbf8befa70dd470_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:2814cd076f00b58ec1abc468adbe95d2281b50cddbce2d112dbf8befa70dd470_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:5903de42d0ee79b46d935ae3dc54e88a62d8e09dfbc6d055a31d3e6fa3c4cb81_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:5903de42d0ee79b46d935ae3dc54e88a62d8e09dfbc6d055a31d3e6fa3c4cb81_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:5903de42d0ee79b46d935ae3dc54e88a62d8e09dfbc6d055a31d3e6fa3c4cb81_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c1327a4cffa9882b931047ae66941c2d3a6f4c96bfebe56cd3070e3deb22fdc1_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c1327a4cffa9882b931047ae66941c2d3a6f4c96bfebe56cd3070e3deb22fdc1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c1327a4cffa9882b931047ae66941c2d3a6f4c96bfebe56cd3070e3deb22fdc1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:f3d14a42e2214c08f4695a86b716a383112b70245a711db6fda0a5a462371994_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:f3d14a42e2214c08f4695a86b716a383112b70245a711db6fda0a5a462371994_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:f3d14a42e2214c08f4695a86b716a383112b70245a711db6fda0a5a462371994_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:2a0f25a54392c0e18a35840e1d29f31d5dbaa7325819fbf58656e738496797bd_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:2a0f25a54392c0e18a35840e1d29f31d5dbaa7325819fbf58656e738496797bd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:2a0f25a54392c0e18a35840e1d29f31d5dbaa7325819fbf58656e738496797bd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:3eade2c45b25c59ca557f5a284adda009b84a3f6d21c9db089d8c5fa7abb949a_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:3eade2c45b25c59ca557f5a284adda009b84a3f6d21c9db089d8c5fa7abb949a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:3eade2c45b25c59ca557f5a284adda009b84a3f6d21c9db089d8c5fa7abb949a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:992c550b1d50408bcdca519980d914bf7bca4ee382ee0540aa3af2d034eddc4b_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:992c550b1d50408bcdca519980d914bf7bca4ee382ee0540aa3af2d034eddc4b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:992c550b1d50408bcdca519980d914bf7bca4ee382ee0540aa3af2d034eddc4b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e06661e1b9f1142191ead0cb0f04b252619ea50c2be307177853fda34761dfd9_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e06661e1b9f1142191ead0cb0f04b252619ea50c2be307177853fda34761dfd9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e06661e1b9f1142191ead0cb0f04b252619ea50c2be307177853fda34761dfd9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:03926dc5ab653058aa6d7750ea01a2b45c8f17a5ca7a8e67ca652c9a0dce194e_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:03926dc5ab653058aa6d7750ea01a2b45c8f17a5ca7a8e67ca652c9a0dce194e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:03926dc5ab653058aa6d7750ea01a2b45c8f17a5ca7a8e67ca652c9a0dce194e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a13900fe0e23c9421046db6cfc237d21d0a744bbdce29fcd24c9f17b360469db_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a13900fe0e23c9421046db6cfc237d21d0a744bbdce29fcd24c9f17b360469db_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a13900fe0e23c9421046db6cfc237d21d0a744bbdce29fcd24c9f17b360469db_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:ad14d54f4912883a0140d3ac97c6b2219e3ffb87015050bb147ca0c73cc3cc61_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:ad14d54f4912883a0140d3ac97c6b2219e3ffb87015050bb147ca0c73cc3cc61_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:ad14d54f4912883a0140d3ac97c6b2219e3ffb87015050bb147ca0c73cc3cc61_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:b174fb64ed734452a4390290022fd0ec60d37823be6b12a17c2c6ae7681b3594_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:b174fb64ed734452a4390290022fd0ec60d37823be6b12a17c2c6ae7681b3594_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:b174fb64ed734452a4390290022fd0ec60d37823be6b12a17c2c6ae7681b3594_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:08553069c4783d2a245702df54c1164633839ba790ebed8cbe1676e4131090cf_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:08553069c4783d2a245702df54c1164633839ba790ebed8cbe1676e4131090cf_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:08553069c4783d2a245702df54c1164633839ba790ebed8cbe1676e4131090cf_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:33d14b8d5f2c6b2e06b4bb0afb00a0725195ac80899f786640a0c3df9d238e30_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:33d14b8d5f2c6b2e06b4bb0afb00a0725195ac80899f786640a0c3df9d238e30_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:33d14b8d5f2c6b2e06b4bb0afb00a0725195ac80899f786640a0c3df9d238e30_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6b96857862bf6275ae1b5cd28a4eedabf4ecb6df67a441f47c1469359e76b9dd_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6b96857862bf6275ae1b5cd28a4eedabf4ecb6df67a441f47c1469359e76b9dd_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6b96857862bf6275ae1b5cd28a4eedabf4ecb6df67a441f47c1469359e76b9dd_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:8fb9394145dcb16031acd61a0357c81facc3f7e2c26c8a5925581d68389805d8_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:8fb9394145dcb16031acd61a0357c81facc3f7e2c26c8a5925581d68389805d8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:8fb9394145dcb16031acd61a0357c81facc3f7e2c26c8a5925581d68389805d8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0f14bc30863ee292aa6978966151fe4e77f43b502952a32565035ed9d48b1beb_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0f14bc30863ee292aa6978966151fe4e77f43b502952a32565035ed9d48b1beb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0f14bc30863ee292aa6978966151fe4e77f43b502952a32565035ed9d48b1beb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1dd2bf9193891003a1666b3eef1890bf737089784285b1227393a690ca1cde04_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1dd2bf9193891003a1666b3eef1890bf737089784285b1227393a690ca1cde04_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1dd2bf9193891003a1666b3eef1890bf737089784285b1227393a690ca1cde04_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b2218da01a451dbe0e4dfb108b2c153e1a1b3399d7e6738e4c191cfc8f8801d3_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b2218da01a451dbe0e4dfb108b2c153e1a1b3399d7e6738e4c191cfc8f8801d3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b2218da01a451dbe0e4dfb108b2c153e1a1b3399d7e6738e4c191cfc8f8801d3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:eee4ef2783405873838d6b4cf42eccadad062b9f056d5e13b76e709f7876c9b8_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:eee4ef2783405873838d6b4cf42eccadad062b9f056d5e13b76e709f7876c9b8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:eee4ef2783405873838d6b4cf42eccadad062b9f056d5e13b76e709f7876c9b8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:3b594e4afd1f6540d0c0da8f875bdb8de328ba3f2dce17c8226712929079360b_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:3b594e4afd1f6540d0c0da8f875bdb8de328ba3f2dce17c8226712929079360b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:3b594e4afd1f6540d0c0da8f875bdb8de328ba3f2dce17c8226712929079360b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d82ed0fbd775b5970fcffb980f6d28c885c1e2f9d44f409507778e9cf9bfde8c_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d82ed0fbd775b5970fcffb980f6d28c885c1e2f9d44f409507778e9cf9bfde8c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d82ed0fbd775b5970fcffb980f6d28c885c1e2f9d44f409507778e9cf9bfde8c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d939c7835722074df7a0197e72aba718a27b8f88134883df7fd654b1ee57f0a8_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d939c7835722074df7a0197e72aba718a27b8f88134883df7fd654b1ee57f0a8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d939c7835722074df7a0197e72aba718a27b8f88134883df7fd654b1ee57f0a8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ffc14425bb9275fd713b639c43ce33bf303c54e38cc53f4f9db3a3a1f2a6f105_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ffc14425bb9275fd713b639c43ce33bf303c54e38cc53f4f9db3a3a1f2a6f105_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ffc14425bb9275fd713b639c43ce33bf303c54e38cc53f4f9db3a3a1f2a6f105_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:463cd33991582264476015ec2ecf8ac12a9ae4107897cb2558c1d9a4a1b412f7_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:463cd33991582264476015ec2ecf8ac12a9ae4107897cb2558c1d9a4a1b412f7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:463cd33991582264476015ec2ecf8ac12a9ae4107897cb2558c1d9a4a1b412f7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:876321c429821ed061d0908b2c57c02b865f775f47942f15401965ab1eb46056_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:876321c429821ed061d0908b2c57c02b865f775f47942f15401965ab1eb46056_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:876321c429821ed061d0908b2c57c02b865f775f47942f15401965ab1eb46056_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9cc79bb2a2c6602b4a72dc3abd536b1e47ea245de4f7ff2b3ae08a4bacac6bb4_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9cc79bb2a2c6602b4a72dc3abd536b1e47ea245de4f7ff2b3ae08a4bacac6bb4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9cc79bb2a2c6602b4a72dc3abd536b1e47ea245de4f7ff2b3ae08a4bacac6bb4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a9102ac4baccbb625f4c4bf605ac61967c5381c24c777aa819577c2c7cde6c39_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a9102ac4baccbb625f4c4bf605ac61967c5381c24c777aa819577c2c7cde6c39_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a9102ac4baccbb625f4c4bf605ac61967c5381c24c777aa819577c2c7cde6c39_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:06a4acb5a7b97c5f66d70cc351f4636eda111bc81454308281567359ebe0e693_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:06a4acb5a7b97c5f66d70cc351f4636eda111bc81454308281567359ebe0e693_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:06a4acb5a7b97c5f66d70cc351f4636eda111bc81454308281567359ebe0e693_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:10439ed7506bb140f1977a564caacc309002a67a41c61539c2ee150873f23b69_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:10439ed7506bb140f1977a564caacc309002a67a41c61539c2ee150873f23b69_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:10439ed7506bb140f1977a564caacc309002a67a41c61539c2ee150873f23b69_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:113236bdca2ba374020fed560565f6aff01002a32c8eb969130b6265e1ebdac6_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:113236bdca2ba374020fed560565f6aff01002a32c8eb969130b6265e1ebdac6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:113236bdca2ba374020fed560565f6aff01002a32c8eb969130b6265e1ebdac6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:2996e3821813cad87e4bbef83d22bab2bdb80ade147e2f827714321a06d50769_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2996e3821813cad87e4bbef83d22bab2bdb80ade147e2f827714321a06d50769_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:2996e3821813cad87e4bbef83d22bab2bdb80ade147e2f827714321a06d50769_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0a41b5b6efbf9ceb5605efcc5a74e872e5b82366478bd9aa1307c9a043b25194_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0a41b5b6efbf9ceb5605efcc5a74e872e5b82366478bd9aa1307c9a043b25194_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0a41b5b6efbf9ceb5605efcc5a74e872e5b82366478bd9aa1307c9a043b25194_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a8430b0829211ecb9925cb3061a328e054c006433bbe067d8746f92c348ff141_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a8430b0829211ecb9925cb3061a328e054c006433bbe067d8746f92c348ff141_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a8430b0829211ecb9925cb3061a328e054c006433bbe067d8746f92c348ff141_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:bdf77c78561fb5592d084c616462fb0341d8dfea9ce664196d398480cf4c9b95_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:bdf77c78561fb5592d084c616462fb0341d8dfea9ce664196d398480cf4c9b95_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:bdf77c78561fb5592d084c616462fb0341d8dfea9ce664196d398480cf4c9b95_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d2c51e9490479cf86973a6f9132ed075989ae64930747dda27ec3100999352c5_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d2c51e9490479cf86973a6f9132ed075989ae64930747dda27ec3100999352c5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d2c51e9490479cf86973a6f9132ed075989ae64930747dda27ec3100999352c5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:148e6bf35d15e19100b342ec8ccd8f3b975b145f6aa1596d5a7004ec88684444_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:148e6bf35d15e19100b342ec8ccd8f3b975b145f6aa1596d5a7004ec88684444_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:148e6bf35d15e19100b342ec8ccd8f3b975b145f6aa1596d5a7004ec88684444_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:6cade19a99f1530ec4700b5283f965f9c97ae9732689916d1c40eb4797adb08a_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:6cade19a99f1530ec4700b5283f965f9c97ae9732689916d1c40eb4797adb08a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:6cade19a99f1530ec4700b5283f965f9c97ae9732689916d1c40eb4797adb08a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fa007e3f1a38a5b48a21d37737077594f57cac65d08a9da8859bd1f98677fc86_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fa007e3f1a38a5b48a21d37737077594f57cac65d08a9da8859bd1f98677fc86_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fa007e3f1a38a5b48a21d37737077594f57cac65d08a9da8859bd1f98677fc86_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fdc7347043706d1c88f0d0327e29fd47dca2ba6b41bfaadfe4acb18c175c3a03_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fdc7347043706d1c88f0d0327e29fd47dca2ba6b41bfaadfe4acb18c175c3a03_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fdc7347043706d1c88f0d0327e29fd47dca2ba6b41bfaadfe4acb18c175c3a03_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:8f0030f4e532ae452721b47317f2bed3a91b4e18f7d58bc99f117d19a081ce5a_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:8f0030f4e532ae452721b47317f2bed3a91b4e18f7d58bc99f117d19a081ce5a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:8f0030f4e532ae452721b47317f2bed3a91b4e18f7d58bc99f117d19a081ce5a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:f8fa8bb4a92b3ad3028f21cec3c5394f565c9e02f06b0619696cebf56cf598e3_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:f8fa8bb4a92b3ad3028f21cec3c5394f565c9e02f06b0619696cebf56cf598e3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:f8fa8bb4a92b3ad3028f21cec3c5394f565c9e02f06b0619696cebf56cf598e3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:b0ef0d0003586a718c7747a6c5efc24313d757a4e15f7725328f8ce310793ec9_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:b0ef0d0003586a718c7747a6c5efc24313d757a4e15f7725328f8ce310793ec9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:b0ef0d0003586a718c7747a6c5efc24313d757a4e15f7725328f8ce310793ec9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:fabefdede81f8045f228b94b2cdc64ffaa4840c7da5937fcc7ff40d82bd2a729_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:fabefdede81f8045f228b94b2cdc64ffaa4840c7da5937fcc7ff40d82bd2a729_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:fabefdede81f8045f228b94b2cdc64ffaa4840c7da5937fcc7ff40d82bd2a729_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:02d69fddf5e810141a02f739de9b3b56a1301d4ecbdad3b8df3b7b0c8c67db87_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:02d69fddf5e810141a02f739de9b3b56a1301d4ecbdad3b8df3b7b0c8c67db87_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:02d69fddf5e810141a02f739de9b3b56a1301d4ecbdad3b8df3b7b0c8c67db87_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:0aa7da9a515f449d3a6da50c5dd8d55ed318b494f2b3f3f866338ff1f49a3ba3_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:0aa7da9a515f449d3a6da50c5dd8d55ed318b494f2b3f3f866338ff1f49a3ba3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:0aa7da9a515f449d3a6da50c5dd8d55ed318b494f2b3f3f866338ff1f49a3ba3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:16bbd40075cb4a55accc69db260da71419574395102c164a388ea491bf51d927_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:16bbd40075cb4a55accc69db260da71419574395102c164a388ea491bf51d927_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:16bbd40075cb4a55accc69db260da71419574395102c164a388ea491bf51d927_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:8b310a127ab9ef1521dbfa6ae4909d5e79b846838de6b07f8693a6f746d8e1d0_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:8b310a127ab9ef1521dbfa6ae4909d5e79b846838de6b07f8693a6f746d8e1d0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:8b310a127ab9ef1521dbfa6ae4909d5e79b846838de6b07f8693a6f746d8e1d0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:d167970d8be3d911c29a54fe93b3c5ba2ace1a5bd823fb0dd3b5f0691d67f5e0_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:d167970d8be3d911c29a54fe93b3c5ba2ace1a5bd823fb0dd3b5f0691d67f5e0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:d167970d8be3d911c29a54fe93b3c5ba2ace1a5bd823fb0dd3b5f0691d67f5e0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:ee8d34565b8f3e4d3c349b05feb279bf6a314f84897e668bc6bcb890e1320971_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:ee8d34565b8f3e4d3c349b05feb279bf6a314f84897e668bc6bcb890e1320971_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:ee8d34565b8f3e4d3c349b05feb279bf6a314f84897e668bc6bcb890e1320971_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:3ce22e5fd8def8305f8ecd28c69bb53111b68aa18a0f8907af504961caad2b31_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:3ce22e5fd8def8305f8ecd28c69bb53111b68aa18a0f8907af504961caad2b31_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:3ce22e5fd8def8305f8ecd28c69bb53111b68aa18a0f8907af504961caad2b31_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:6c8b3d7e73807714789155e434b87fb7444c1ea2cc5197fdd18b0f9e253d1504_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:6c8b3d7e73807714789155e434b87fb7444c1ea2cc5197fdd18b0f9e253d1504_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:6c8b3d7e73807714789155e434b87fb7444c1ea2cc5197fdd18b0f9e253d1504_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:76ec2d7ea2abda578740aed288764346e3e5236cd8bd1b42e776762ea5af7ff8_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:76ec2d7ea2abda578740aed288764346e3e5236cd8bd1b42e776762ea5af7ff8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:76ec2d7ea2abda578740aed288764346e3e5236cd8bd1b42e776762ea5af7ff8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:a2cd6bd5ba28e30282de522e76ec1fee891eeee677350638802535f329f41d56_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:a2cd6bd5ba28e30282de522e76ec1fee891eeee677350638802535f329f41d56_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:a2cd6bd5ba28e30282de522e76ec1fee891eeee677350638802535f329f41d56_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:1ad410be29b78a62c6c761adb2ddc81dd6552e215f3bd71b2c49c19fd9506c49_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:1ad410be29b78a62c6c761adb2ddc81dd6552e215f3bd71b2c49c19fd9506c49_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:1ad410be29b78a62c6c761adb2ddc81dd6552e215f3bd71b2c49c19fd9506c49_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:2c3682906df67732160982aa12fb991407978d1c7a2cb36d279b0857134bfbee_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:2c3682906df67732160982aa12fb991407978d1c7a2cb36d279b0857134bfbee_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:2c3682906df67732160982aa12fb991407978d1c7a2cb36d279b0857134bfbee_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:3a4686f99c0461088ac8d8d83b53ff967b57840aca2fa87a3d04823823c4d5fa_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:3a4686f99c0461088ac8d8d83b53ff967b57840aca2fa87a3d04823823c4d5fa_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:3a4686f99c0461088ac8d8d83b53ff967b57840aca2fa87a3d04823823c4d5fa_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:66340f44b99e3bbd8c021e0c47b0617365b62c53b0b3911933d8f683b2c48aa2_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:66340f44b99e3bbd8c021e0c47b0617365b62c53b0b3911933d8f683b2c48aa2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:66340f44b99e3bbd8c021e0c47b0617365b62c53b0b3911933d8f683b2c48aa2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1796f001455857a701404a4ee37d793895c4d179708fee5cfeb2467243c8cb06_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1796f001455857a701404a4ee37d793895c4d179708fee5cfeb2467243c8cb06_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1796f001455857a701404a4ee37d793895c4d179708fee5cfeb2467243c8cb06_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:cb2ff11c7a67c79a0164613e9ae68e58c14c6ef7a5af4dc4b6fbc897921db161_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:cb2ff11c7a67c79a0164613e9ae68e58c14c6ef7a5af4dc4b6fbc897921db161_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:cb2ff11c7a67c79a0164613e9ae68e58c14c6ef7a5af4dc4b6fbc897921db161_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:d30598bb001578c4b9e99ab1d5040af35a27b1b5c7503d566b0672d634ef9f1e_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:d30598bb001578c4b9e99ab1d5040af35a27b1b5c7503d566b0672d634ef9f1e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:d30598bb001578c4b9e99ab1d5040af35a27b1b5c7503d566b0672d634ef9f1e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:e9cb3fec3be65cd06e6fe00d2954b8302e12814701e1906ad91833ef18a01fab_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:e9cb3fec3be65cd06e6fe00d2954b8302e12814701e1906ad91833ef18a01fab_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:e9cb3fec3be65cd06e6fe00d2954b8302e12814701e1906ad91833ef18a01fab_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:3616e4a7673a447207307a8acf0661496632a65ab79694abf81d8a47da0f590d_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:3616e4a7673a447207307a8acf0661496632a65ab79694abf81d8a47da0f590d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:3616e4a7673a447207307a8acf0661496632a65ab79694abf81d8a47da0f590d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:a833695f4c37b7f90a42db6563f6cfe2ba22d175e1b2562eac67a2bf30874c00_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:a833695f4c37b7f90a42db6563f6cfe2ba22d175e1b2562eac67a2bf30874c00_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:a833695f4c37b7f90a42db6563f6cfe2ba22d175e1b2562eac67a2bf30874c00_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ef7b269606c239b4c5b9e720fe99a727b2fe55ca5eaf651c4209c5f4ece296dd_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ef7b269606c239b4c5b9e720fe99a727b2fe55ca5eaf651c4209c5f4ece296dd_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ef7b269606c239b4c5b9e720fe99a727b2fe55ca5eaf651c4209c5f4ece296dd_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ff65e0a6ded81326ad41c930abd5f396a6b3c2920169d349be3f4240aa212889_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ff65e0a6ded81326ad41c930abd5f396a6b3c2920169d349be3f4240aa212889_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ff65e0a6ded81326ad41c930abd5f396a6b3c2920169d349be3f4240aa212889_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:76da7e014155a69453feb8dc8eedda88578a3d3dd6e25da074013da1d32590f8_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:76da7e014155a69453feb8dc8eedda88578a3d3dd6e25da074013da1d32590f8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:76da7e014155a69453feb8dc8eedda88578a3d3dd6e25da074013da1d32590f8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:83b56456b19882b4a9c29e1e3099317d6b2f38cb3f310c67cf6297063689d416_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:83b56456b19882b4a9c29e1e3099317d6b2f38cb3f310c67cf6297063689d416_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:83b56456b19882b4a9c29e1e3099317d6b2f38cb3f310c67cf6297063689d416_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:a0c019865c62a67303956123e1df05cb8a1ac3ddf188638f00b0d3fbab0e4502_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:a0c019865c62a67303956123e1df05cb8a1ac3ddf188638f00b0d3fbab0e4502_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:a0c019865c62a67303956123e1df05cb8a1ac3ddf188638f00b0d3fbab0e4502_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:bd6ab28545e203750806e1c22c4d1c9e10e91b20bcd922c5890d13eaa47982f8_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:bd6ab28545e203750806e1c22c4d1c9e10e91b20bcd922c5890d13eaa47982f8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:bd6ab28545e203750806e1c22c4d1c9e10e91b20bcd922c5890d13eaa47982f8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:2a1b57399ea1e13524534dc38eed4139d56a4b56f0db7739cb99048588a96d9f_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:2a1b57399ea1e13524534dc38eed4139d56a4b56f0db7739cb99048588a96d9f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:2a1b57399ea1e13524534dc38eed4139d56a4b56f0db7739cb99048588a96d9f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:48e3d29aeac5bc5c6d1cd9345436af66b233c63e898bbe5817016bb4f5ec17d3_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:48e3d29aeac5bc5c6d1cd9345436af66b233c63e898bbe5817016bb4f5ec17d3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:48e3d29aeac5bc5c6d1cd9345436af66b233c63e898bbe5817016bb4f5ec17d3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:4a5be5aa4a12e2531d63f983de08bc3e411147454b3f2e601832d4d437a1a02a_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:4a5be5aa4a12e2531d63f983de08bc3e411147454b3f2e601832d4d437a1a02a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:4a5be5aa4a12e2531d63f983de08bc3e411147454b3f2e601832d4d437a1a02a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:8bc5aeae1421310f6f635cb1679cf3145a158a8549bda6132526d02f533527cf_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:8bc5aeae1421310f6f635cb1679cf3145a158a8549bda6132526d02f533527cf_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:8bc5aeae1421310f6f635cb1679cf3145a158a8549bda6132526d02f533527cf_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:0e26d9dd3ce20a2b973f0128da5a0c27b8550941d1f6a71eb8a2d3db46086e59_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:0e26d9dd3ce20a2b973f0128da5a0c27b8550941d1f6a71eb8a2d3db46086e59_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:0e26d9dd3ce20a2b973f0128da5a0c27b8550941d1f6a71eb8a2d3db46086e59_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:7f7b4c6d942213eac8eb3b3e87c81094208a3b41e1345964f29e6936c5ac6b31_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:7f7b4c6d942213eac8eb3b3e87c81094208a3b41e1345964f29e6936c5ac6b31_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:7f7b4c6d942213eac8eb3b3e87c81094208a3b41e1345964f29e6936c5ac6b31_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e6755753af40adcaef42af4fa79da923446d57d2da328a5689a8aac7d7a6a803_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e6755753af40adcaef42af4fa79da923446d57d2da328a5689a8aac7d7a6a803_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e6755753af40adcaef42af4fa79da923446d57d2da328a5689a8aac7d7a6a803_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:fb299ef0ec0e3b11af2787b41c7b1acb5e161a11f244823831add0ea0cced3eb_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:fb299ef0ec0e3b11af2787b41c7b1acb5e161a11f244823831add0ea0cced3eb_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:fb299ef0ec0e3b11af2787b41c7b1acb5e161a11f244823831add0ea0cced3eb_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:00381459ad3d92ccdd5a3a45ad1f09ddda8da0d48f4594a4c219288a266647c0_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:00381459ad3d92ccdd5a3a45ad1f09ddda8da0d48f4594a4c219288a266647c0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:00381459ad3d92ccdd5a3a45ad1f09ddda8da0d48f4594a4c219288a266647c0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:076c49eb3ed9183e0ae26f6711a9e5aa1875a080e2d47510cb16e2714afcc585_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:076c49eb3ed9183e0ae26f6711a9e5aa1875a080e2d47510cb16e2714afcc585_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:076c49eb3ed9183e0ae26f6711a9e5aa1875a080e2d47510cb16e2714afcc585_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e8d9136a62d6038628221fefdae5923e39cde2aedb2aeff9dccbd1b5b1e4627f_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e8d9136a62d6038628221fefdae5923e39cde2aedb2aeff9dccbd1b5b1e4627f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e8d9136a62d6038628221fefdae5923e39cde2aedb2aeff9dccbd1b5b1e4627f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:f43b9aaee22c9fd77e98ba94f89d886bd323c658bfe3e7df74af80052e4e9474_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:f43b9aaee22c9fd77e98ba94f89d886bd323c658bfe3e7df74af80052e4e9474_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:f43b9aaee22c9fd77e98ba94f89d886bd323c658bfe3e7df74af80052e4e9474_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:2014a37e5e4d7528a77ffcf3183354b0cd7c17eb5814721c469aac3d500fc58d_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:2014a37e5e4d7528a77ffcf3183354b0cd7c17eb5814721c469aac3d500fc58d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:2014a37e5e4d7528a77ffcf3183354b0cd7c17eb5814721c469aac3d500fc58d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:315f55b2b96d9bb4e2ac7951fc6c3736bee817f27003f370b9006dac7096816d_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:315f55b2b96d9bb4e2ac7951fc6c3736bee817f27003f370b9006dac7096816d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:315f55b2b96d9bb4e2ac7951fc6c3736bee817f27003f370b9006dac7096816d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:707698f30f4c8088b2620c5600f79bfcacfbd5b82c957de62e13ff432dcf35a3_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:707698f30f4c8088b2620c5600f79bfcacfbd5b82c957de62e13ff432dcf35a3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:707698f30f4c8088b2620c5600f79bfcacfbd5b82c957de62e13ff432dcf35a3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e21ea71d36fdcdb320bf2f2b60c4d2e47b83439beaefe2a78013507f6d4faf2f_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e21ea71d36fdcdb320bf2f2b60c4d2e47b83439beaefe2a78013507f6d4faf2f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e21ea71d36fdcdb320bf2f2b60c4d2e47b83439beaefe2a78013507f6d4faf2f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:1579b3e033644e046bab63965d6f34797294c079488feb1ab6a93bf431deeff5_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:1579b3e033644e046bab63965d6f34797294c079488feb1ab6a93bf431deeff5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:1579b3e033644e046bab63965d6f34797294c079488feb1ab6a93bf431deeff5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:7eae88dd81a4cc334cc312551621a1e469c30ebf73def686b18aa7f43027302f_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:7eae88dd81a4cc334cc312551621a1e469c30ebf73def686b18aa7f43027302f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:7eae88dd81a4cc334cc312551621a1e469c30ebf73def686b18aa7f43027302f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:9151d366b16d34b16a1c90575e3317054503b12c880af51d496f681fce3f88d7_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:9151d366b16d34b16a1c90575e3317054503b12c880af51d496f681fce3f88d7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:9151d366b16d34b16a1c90575e3317054503b12c880af51d496f681fce3f88d7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:bf1a0690529c9ef700e616776f6372bdcc6883f8fcf5be062b6397dda5246b9a_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:bf1a0690529c9ef700e616776f6372bdcc6883f8fcf5be062b6397dda5246b9a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:bf1a0690529c9ef700e616776f6372bdcc6883f8fcf5be062b6397dda5246b9a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:03bdb8f74c117562bff696fdff572c2cbc7d73901c63a092d63ac5be23e0f4d2_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:03bdb8f74c117562bff696fdff572c2cbc7d73901c63a092d63ac5be23e0f4d2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:03bdb8f74c117562bff696fdff572c2cbc7d73901c63a092d63ac5be23e0f4d2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:82f6b0c46cbcb7d23b865db2f2cd94cb83fcfd07ca408dba1b50d28d93c72aea_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:82f6b0c46cbcb7d23b865db2f2cd94cb83fcfd07ca408dba1b50d28d93c72aea_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:82f6b0c46cbcb7d23b865db2f2cd94cb83fcfd07ca408dba1b50d28d93c72aea_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cc12aa0e564fef8638f82263cb9d15509dcd032f9eeae171c41543e292ffa47d_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cc12aa0e564fef8638f82263cb9d15509dcd032f9eeae171c41543e292ffa47d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cc12aa0e564fef8638f82263cb9d15509dcd032f9eeae171c41543e292ffa47d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f07d0cc2e3c9185fb009f2cb7677f3b9a5a7da7b9cc2e385be40108911b61c45_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f07d0cc2e3c9185fb009f2cb7677f3b9a5a7da7b9cc2e385be40108911b61c45_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f07d0cc2e3c9185fb009f2cb7677f3b9a5a7da7b9cc2e385be40108911b61c45_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:04d44a7c55214235a6ca121f45eb8a2265b6a47803d0000a3f7819dd279bb634_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:04d44a7c55214235a6ca121f45eb8a2265b6a47803d0000a3f7819dd279bb634_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:04d44a7c55214235a6ca121f45eb8a2265b6a47803d0000a3f7819dd279bb634_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:aa7d02eb36629d56525c04dc37e30777d0b33d2af3b90e504ba4259ccbb01fc5_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:aa7d02eb36629d56525c04dc37e30777d0b33d2af3b90e504ba4259ccbb01fc5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:aa7d02eb36629d56525c04dc37e30777d0b33d2af3b90e504ba4259ccbb01fc5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:af1ec368aab118eb5273e4e8db659bdbfe94ba2e0410dc0e872fb4703eb7f229_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:af1ec368aab118eb5273e4e8db659bdbfe94ba2e0410dc0e872fb4703eb7f229_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:af1ec368aab118eb5273e4e8db659bdbfe94ba2e0410dc0e872fb4703eb7f229_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:b37ec193d3318150fcfdeb63bf8955b1b03dccfbec5be52cbc08251d36da824d_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:b37ec193d3318150fcfdeb63bf8955b1b03dccfbec5be52cbc08251d36da824d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:b37ec193d3318150fcfdeb63bf8955b1b03dccfbec5be52cbc08251d36da824d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:0ff28e5ca81e1ca5499ea80569c9b8a203b313e989559e4c83ac8f0fbaee0973_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:0ff28e5ca81e1ca5499ea80569c9b8a203b313e989559e4c83ac8f0fbaee0973_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:0ff28e5ca81e1ca5499ea80569c9b8a203b313e989559e4c83ac8f0fbaee0973_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:1410e37b8ce017f7da84c0b86b0411f01e1d8d6597d2dd97cb0b82e05ee944ce_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:1410e37b8ce017f7da84c0b86b0411f01e1d8d6597d2dd97cb0b82e05ee944ce_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:1410e37b8ce017f7da84c0b86b0411f01e1d8d6597d2dd97cb0b82e05ee944ce_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:84de5559116e4f57c27844e4c9d28ece511779570e62dbf436ef9d452c44fa93_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:84de5559116e4f57c27844e4c9d28ece511779570e62dbf436ef9d452c44fa93_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:84de5559116e4f57c27844e4c9d28ece511779570e62dbf436ef9d452c44fa93_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d18b86413dfd7450e3d201b42ff45d3f3e9bd8ac3caa591bb5ec80dbe55701fa_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d18b86413dfd7450e3d201b42ff45d3f3e9bd8ac3caa591bb5ec80dbe55701fa_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d18b86413dfd7450e3d201b42ff45d3f3e9bd8ac3caa591bb5ec80dbe55701fa_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:1a53f5592aaaf08e69ca0ebea2f1e04ffc39671ceaf2877b66d3337f7450f860_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:1a53f5592aaaf08e69ca0ebea2f1e04ffc39671ceaf2877b66d3337f7450f860_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:1a53f5592aaaf08e69ca0ebea2f1e04ffc39671ceaf2877b66d3337f7450f860_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:354d017903fc20f2a775c264be278253789845fb207eb876d2f650002e7d9d56_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:354d017903fc20f2a775c264be278253789845fb207eb876d2f650002e7d9d56_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:354d017903fc20f2a775c264be278253789845fb207eb876d2f650002e7d9d56_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:89bd631ea62ce494371f19913c50598c14d46e8ec90171864ed1aa9dff109b12_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:89bd631ea62ce494371f19913c50598c14d46e8ec90171864ed1aa9dff109b12_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:89bd631ea62ce494371f19913c50598c14d46e8ec90171864ed1aa9dff109b12_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:eefbc25642cd5387702ba23a6bbc3a33e1d507caf9b5d873657c08be096828bf_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:eefbc25642cd5387702ba23a6bbc3a33e1d507caf9b5d873657c08be096828bf_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:eefbc25642cd5387702ba23a6bbc3a33e1d507caf9b5d873657c08be096828bf_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:364bf9f2adf4282b4186106425ccecab534f23ab7603050e6bb1fafffd6aa176_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:364bf9f2adf4282b4186106425ccecab534f23ab7603050e6bb1fafffd6aa176_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:364bf9f2adf4282b4186106425ccecab534f23ab7603050e6bb1fafffd6aa176_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:b48a010d206d36ef0eb6e079407c7d921cbce7ff8f4d7976a4228a6eac88ad64_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:b48a010d206d36ef0eb6e079407c7d921cbce7ff8f4d7976a4228a6eac88ad64_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:b48a010d206d36ef0eb6e079407c7d921cbce7ff8f4d7976a4228a6eac88ad64_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f8efd3a98425d3b6ee6cb9df9d20cf8390168998d5f3d8ae4b8030b9353e2b43_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f8efd3a98425d3b6ee6cb9df9d20cf8390168998d5f3d8ae4b8030b9353e2b43_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f8efd3a98425d3b6ee6cb9df9d20cf8390168998d5f3d8ae4b8030b9353e2b43_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4ead6c7e104de4b1296fd135a0be96deb8348a6837383bf3ba75c98fd6c7c20e_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4ead6c7e104de4b1296fd135a0be96deb8348a6837383bf3ba75c98fd6c7c20e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4ead6c7e104de4b1296fd135a0be96deb8348a6837383bf3ba75c98fd6c7c20e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:af1a072fdbb27a53132f6db1fa4153a3a0c61babca8293a6c40d6e1a8430e5d2_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:af1a072fdbb27a53132f6db1fa4153a3a0c61babca8293a6c40d6e1a8430e5d2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:af1a072fdbb27a53132f6db1fa4153a3a0c61babca8293a6c40d6e1a8430e5d2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:dd07d396e484826008d9accb4013073f654bbdbc9373c3ec94c79e2fcd903c10_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:dd07d396e484826008d9accb4013073f654bbdbc9373c3ec94c79e2fcd903c10_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:dd07d396e484826008d9accb4013073f654bbdbc9373c3ec94c79e2fcd903c10_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:42b0c5d6a2ff553e1fdd1ce9daf95748b671d4b9f71b777ad6f06bb49e52d172_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:42b0c5d6a2ff553e1fdd1ce9daf95748b671d4b9f71b777ad6f06bb49e52d172_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:42b0c5d6a2ff553e1fdd1ce9daf95748b671d4b9f71b777ad6f06bb49e52d172_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:4f8de05a10bb92e5c982471035860ef72f44d0f4213397dd3a304c0fc21af267_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:4f8de05a10bb92e5c982471035860ef72f44d0f4213397dd3a304c0fc21af267_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:4f8de05a10bb92e5c982471035860ef72f44d0f4213397dd3a304c0fc21af267_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:7357ebbb98da36a072189586fb5845d495182d488ae0d88380fab5398616251d_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:7357ebbb98da36a072189586fb5845d495182d488ae0d88380fab5398616251d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:7357ebbb98da36a072189586fb5845d495182d488ae0d88380fab5398616251d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:19ef2c2e8606c2bcc69c922cda581826281770cdb7e70aa9dfff11404ed30a3a_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:19ef2c2e8606c2bcc69c922cda581826281770cdb7e70aa9dfff11404ed30a3a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:19ef2c2e8606c2bcc69c922cda581826281770cdb7e70aa9dfff11404ed30a3a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:6ebb3e355f86fb611dc2f7d414713ce89c4372ed05e074673fea20929b345ec8_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:6ebb3e355f86fb611dc2f7d414713ce89c4372ed05e074673fea20929b345ec8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:6ebb3e355f86fb611dc2f7d414713ce89c4372ed05e074673fea20929b345ec8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:db8da3a0212ffefefcf7a198ed1d75030d3b2706f582d4115d3fdac3b7d377c5_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:db8da3a0212ffefefcf7a198ed1d75030d3b2706f582d4115d3fdac3b7d377c5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:db8da3a0212ffefefcf7a198ed1d75030d3b2706f582d4115d3fdac3b7d377c5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:5f0b5c758fa46f12d4fcdbb64559ca96b32e74eac5e007c0c99d58051855d98b_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:5f0b5c758fa46f12d4fcdbb64559ca96b32e74eac5e007c0c99d58051855d98b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:5f0b5c758fa46f12d4fcdbb64559ca96b32e74eac5e007c0c99d58051855d98b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c9c3e0f579e933d9644cc4b5feb0e9c97383bf2dcdddcd2a0c6182599e564af6_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c9c3e0f579e933d9644cc4b5feb0e9c97383bf2dcdddcd2a0c6182599e564af6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c9c3e0f579e933d9644cc4b5feb0e9c97383bf2dcdddcd2a0c6182599e564af6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:cb2349e1fe8d9e74fb14a61be4716f0dfb8ee89d3debc762b39cb840c9ab12eb_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:cb2349e1fe8d9e74fb14a61be4716f0dfb8ee89d3debc762b39cb840c9ab12eb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:cb2349e1fe8d9e74fb14a61be4716f0dfb8ee89d3debc762b39cb840c9ab12eb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:ff568746b033a045daa34f6f5c196950d1122c54562afa9d70fc4c8a49f0cf78_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:ff568746b033a045daa34f6f5c196950d1122c54562afa9d70fc4c8a49f0cf78_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:ff568746b033a045daa34f6f5c196950d1122c54562afa9d70fc4c8a49f0cf78_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:66e195d334243b880b11b18c5b867f05ce7717ae97fcc707ab05555ebb03662e_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:66e195d334243b880b11b18c5b867f05ce7717ae97fcc707ab05555ebb03662e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:66e195d334243b880b11b18c5b867f05ce7717ae97fcc707ab05555ebb03662e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:80f26ba4b1206766785d1c060b3f4d9f399cbffea8a84bb807d4341cff8e5c11_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:80f26ba4b1206766785d1c060b3f4d9f399cbffea8a84bb807d4341cff8e5c11_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:80f26ba4b1206766785d1c060b3f4d9f399cbffea8a84bb807d4341cff8e5c11_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:91e89c2093305433fa84c8522679f781a3148a3890859eb436decfaf6a2fa9f7_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:91e89c2093305433fa84c8522679f781a3148a3890859eb436decfaf6a2fa9f7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:91e89c2093305433fa84c8522679f781a3148a3890859eb436decfaf6a2fa9f7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:a02a71e69cc7a3f1747d5ee0e4a0535c9dd6abe0fc244c2f16094402b56ca52a_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:a02a71e69cc7a3f1747d5ee0e4a0535c9dd6abe0fc244c2f16094402b56ca52a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:a02a71e69cc7a3f1747d5ee0e4a0535c9dd6abe0fc244c2f16094402b56ca52a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:237339db4971f1ac7be125fc689b87dd07b1e0f59da545a2a7d08727c69f0637_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:237339db4971f1ac7be125fc689b87dd07b1e0f59da545a2a7d08727c69f0637_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:237339db4971f1ac7be125fc689b87dd07b1e0f59da545a2a7d08727c69f0637_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:263b3dcbb11cbdd26611250be26c6923fac9b74a387da78519650f8d05cdb4dd_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:263b3dcbb11cbdd26611250be26c6923fac9b74a387da78519650f8d05cdb4dd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:263b3dcbb11cbdd26611250be26c6923fac9b74a387da78519650f8d05cdb4dd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:40b891a4cb673d3080ca260e54a87bc1e730820cc5058aab5c87f0d9242746db_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:40b891a4cb673d3080ca260e54a87bc1e730820cc5058aab5c87f0d9242746db_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:40b891a4cb673d3080ca260e54a87bc1e730820cc5058aab5c87f0d9242746db_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:5b10eeb7bcb9d3d5cc562cbe6ba759b47a302eccc48c658f6a11e2def6f627ac_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:5b10eeb7bcb9d3d5cc562cbe6ba759b47a302eccc48c658f6a11e2def6f627ac_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:5b10eeb7bcb9d3d5cc562cbe6ba759b47a302eccc48c658f6a11e2def6f627ac_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:a0d207f70105e6c6c74adeca74cb6b9218e107a869a7e9ceee35022db9218009_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:a0d207f70105e6c6c74adeca74cb6b9218e107a869a7e9ceee35022db9218009_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:a0d207f70105e6c6c74adeca74cb6b9218e107a869a7e9ceee35022db9218009_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c34f9a1038f52a60b3bfd081a569d5fb067a95cb2d6eb1e83512276afc4f217e_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c34f9a1038f52a60b3bfd081a569d5fb067a95cb2d6eb1e83512276afc4f217e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c34f9a1038f52a60b3bfd081a569d5fb067a95cb2d6eb1e83512276afc4f217e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:00cb5b6fe5f046798ca21596f72d52b61e1e74c94dab877932fa9da65eba08df_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:00cb5b6fe5f046798ca21596f72d52b61e1e74c94dab877932fa9da65eba08df_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:00cb5b6fe5f046798ca21596f72d52b61e1e74c94dab877932fa9da65eba08df_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:7d983f60a53d61f594507cc64436fd505db9c113bea98bd2297404fbd39d208c_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:7d983f60a53d61f594507cc64436fd505db9c113bea98bd2297404fbd39d208c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:7d983f60a53d61f594507cc64436fd505db9c113bea98bd2297404fbd39d208c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:01304de5720f291e6c7ac725311596634dc2ffe3d2c625fef7de40a22563b5d8_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:01304de5720f291e6c7ac725311596634dc2ffe3d2c625fef7de40a22563b5d8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:01304de5720f291e6c7ac725311596634dc2ffe3d2c625fef7de40a22563b5d8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:e191bae1686c2699afca87bba65d819f47de39e94e4d57dc76566622b0e93233_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:e191bae1686c2699afca87bba65d819f47de39e94e4d57dc76566622b0e93233_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:e191bae1686c2699afca87bba65d819f47de39e94e4d57dc76566622b0e93233_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:0fd2d931780a25a95b718a2726c844e3fddad9187da2298e9c1f8302efb3fb55_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:0fd2d931780a25a95b718a2726c844e3fddad9187da2298e9c1f8302efb3fb55_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:0fd2d931780a25a95b718a2726c844e3fddad9187da2298e9c1f8302efb3fb55_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:88d0afed198a8eac80018f43ecb282f470f998dc21cb1053feec3ef26bebe206_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:88d0afed198a8eac80018f43ecb282f470f998dc21cb1053feec3ef26bebe206_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:88d0afed198a8eac80018f43ecb282f470f998dc21cb1053feec3ef26bebe206_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:c409fb63b2b3887dc7df2c203597ccea0c166c2f7e4b9d99dd586c9503a96082_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:c409fb63b2b3887dc7df2c203597ccea0c166c2f7e4b9d99dd586c9503a96082_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:c409fb63b2b3887dc7df2c203597ccea0c166c2f7e4b9d99dd586c9503a96082_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:a6f98204b5eda5ee82ed092ad791c0e75d3d299a0b2b7ddc56c229b2f2cfaab3_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:a6f98204b5eda5ee82ed092ad791c0e75d3d299a0b2b7ddc56c229b2f2cfaab3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:a6f98204b5eda5ee82ed092ad791c0e75d3d299a0b2b7ddc56c229b2f2cfaab3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:f42b26c88531ea4dceb0c9ffecdae1d0ea54097e7ee2b9dc3eee2f226b8344af_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:f42b26c88531ea4dceb0c9ffecdae1d0ea54097e7ee2b9dc3eee2f226b8344af_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:f42b26c88531ea4dceb0c9ffecdae1d0ea54097e7ee2b9dc3eee2f226b8344af_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:01f51a86b3d544b7447be3a6505835651ac27433d4cd44912d7d90b67fd6dc1f_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:01f51a86b3d544b7447be3a6505835651ac27433d4cd44912d7d90b67fd6dc1f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:01f51a86b3d544b7447be3a6505835651ac27433d4cd44912d7d90b67fd6dc1f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:dad2cd32abcba1dc64780ff15eb530a8ef3e45735c47f2069c2fa3a2c6729ac1_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:dad2cd32abcba1dc64780ff15eb530a8ef3e45735c47f2069c2fa3a2c6729ac1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:dad2cd32abcba1dc64780ff15eb530a8ef3e45735c47f2069c2fa3a2c6729ac1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:88c33650ed5fa280c4ceee17f63bc94acb3e31bac6ce0ff922537044c62ac170_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:88c33650ed5fa280c4ceee17f63bc94acb3e31bac6ce0ff922537044c62ac170_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:88c33650ed5fa280c4ceee17f63bc94acb3e31bac6ce0ff922537044c62ac170_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:9a3a34d1184f72aa33d708c971e252247c1dcb187ca485ddf536967e2d60747e_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:9a3a34d1184f72aa33d708c971e252247c1dcb187ca485ddf536967e2d60747e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:9a3a34d1184f72aa33d708c971e252247c1dcb187ca485ddf536967e2d60747e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a2f0b33c066abcd5945c172e45fde320dd575e74f92994e0b00ff83b0b2edde1_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a2f0b33c066abcd5945c172e45fde320dd575e74f92994e0b00ff83b0b2edde1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a2f0b33c066abcd5945c172e45fde320dd575e74f92994e0b00ff83b0b2edde1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:b1f880f022597d0e8024271b99736555add047a58c3afb8b0c883b034e203c41_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:b1f880f022597d0e8024271b99736555add047a58c3afb8b0c883b034e203c41_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:b1f880f022597d0e8024271b99736555add047a58c3afb8b0c883b034e203c41_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:55116f0b9d2a169c62e830324808855c16ddc8086705dd884b386710d73af539_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:55116f0b9d2a169c62e830324808855c16ddc8086705dd884b386710d73af539_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:55116f0b9d2a169c62e830324808855c16ddc8086705dd884b386710d73af539_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:7387e89509be1816ffb3cb543b017332475eaaa5a2624e5bbee2e21a705e5cdb_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:7387e89509be1816ffb3cb543b017332475eaaa5a2624e5bbee2e21a705e5cdb_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:7387e89509be1816ffb3cb543b017332475eaaa5a2624e5bbee2e21a705e5cdb_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:904d7a9cc8e44f5c07fa09f25df6ed258e2b0aa87292b9a3ded77ed3a615e24c_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:904d7a9cc8e44f5c07fa09f25df6ed258e2b0aa87292b9a3ded77ed3a615e24c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:904d7a9cc8e44f5c07fa09f25df6ed258e2b0aa87292b9a3ded77ed3a615e24c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:b370250af2a6f996100d937a7395b0d031f64c3b6e56114815fdfaa200e96272_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:b370250af2a6f996100d937a7395b0d031f64c3b6e56114815fdfaa200e96272_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:b370250af2a6f996100d937a7395b0d031f64c3b6e56114815fdfaa200e96272_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:36882254cc241dda67e3094467d51caf941355c31438658dfc1437228bb6f4c1_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:36882254cc241dda67e3094467d51caf941355c31438658dfc1437228bb6f4c1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:36882254cc241dda67e3094467d51caf941355c31438658dfc1437228bb6f4c1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:8cb62fe1368a749cf2e5fe112e7deeea4157b6abd336772a52367d9d0ba21187_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:8cb62fe1368a749cf2e5fe112e7deeea4157b6abd336772a52367d9d0ba21187_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:8cb62fe1368a749cf2e5fe112e7deeea4157b6abd336772a52367d9d0ba21187_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e37e2a9400c167a70ad9bf6ee64883ce1d0cdf690802a2477f3e7a6b12757f6c_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e37e2a9400c167a70ad9bf6ee64883ce1d0cdf690802a2477f3e7a6b12757f6c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e37e2a9400c167a70ad9bf6ee64883ce1d0cdf690802a2477f3e7a6b12757f6c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e43cc3e015aa865dfde70c7578ccbb79bfaa9d62f030e65bec769762cd087bc8_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e43cc3e015aa865dfde70c7578ccbb79bfaa9d62f030e65bec769762cd087bc8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e43cc3e015aa865dfde70c7578ccbb79bfaa9d62f030e65bec769762cd087bc8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:17ebafab92393b198966eae8d3a669fed809b6c4f9fee4243ce177952e4d1c85_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:17ebafab92393b198966eae8d3a669fed809b6c4f9fee4243ce177952e4d1c85_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:17ebafab92393b198966eae8d3a669fed809b6c4f9fee4243ce177952e4d1c85_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1c389a261e900fd9f8fc87d748363706bcf1de74a24acd410075bf0d205b8cb7_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1c389a261e900fd9f8fc87d748363706bcf1de74a24acd410075bf0d205b8cb7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1c389a261e900fd9f8fc87d748363706bcf1de74a24acd410075bf0d205b8cb7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:2c3d8ec443474d21ab9f59a88ef33184063beec103e3e4ffe7859cb429dc470a_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:2c3d8ec443474d21ab9f59a88ef33184063beec103e3e4ffe7859cb429dc470a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:2c3d8ec443474d21ab9f59a88ef33184063beec103e3e4ffe7859cb429dc470a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:64abcf4ed85d43529c59bc77dc06133aeb3ccb1657fc877dcea8bcbee51f019d_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:64abcf4ed85d43529c59bc77dc06133aeb3ccb1657fc877dcea8bcbee51f019d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:64abcf4ed85d43529c59bc77dc06133aeb3ccb1657fc877dcea8bcbee51f019d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:a629a70723438621732aaafbe799b0f92c2d3a07e9028e22ee2ff3bceb911bac_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:a629a70723438621732aaafbe799b0f92c2d3a07e9028e22ee2ff3bceb911bac_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:a629a70723438621732aaafbe799b0f92c2d3a07e9028e22ee2ff3bceb911bac_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:e105fb8b5c80f438d63cdcb29187a35df84393995e142369fedd2aeb89979681_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:e105fb8b5c80f438d63cdcb29187a35df84393995e142369fedd2aeb89979681_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:e105fb8b5c80f438d63cdcb29187a35df84393995e142369fedd2aeb89979681_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a85fdd4a1398a47f682526c16e97de1f87b8222ddda47a6c5f254d06b4c791b3_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a85fdd4a1398a47f682526c16e97de1f87b8222ddda47a6c5f254d06b4c791b3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a85fdd4a1398a47f682526c16e97de1f87b8222ddda47a6c5f254d06b4c791b3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:afd2a6edd07ebb4b6b77544ae5ee18e3371f514daf4c669a00d154b5e33b701a_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:afd2a6edd07ebb4b6b77544ae5ee18e3371f514daf4c669a00d154b5e33b701a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:afd2a6edd07ebb4b6b77544ae5ee18e3371f514daf4c669a00d154b5e33b701a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:20e35628df4b8844ea3668b147e125b32534d7b944753ae1f99b6ea46e159392_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:20e35628df4b8844ea3668b147e125b32534d7b944753ae1f99b6ea46e159392_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:20e35628df4b8844ea3668b147e125b32534d7b944753ae1f99b6ea46e159392_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:9e9525d31895ad7e9a1ff753e0895f7d845a36294f88fab8041f2f3deefa6608_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:9e9525d31895ad7e9a1ff753e0895f7d845a36294f88fab8041f2f3deefa6608_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:9e9525d31895ad7e9a1ff753e0895f7d845a36294f88fab8041f2f3deefa6608_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:1cb8736ad1e698a4ec78cbcb16d6e37d67887bed651a12bf63db51af96b0a7cc_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:1cb8736ad1e698a4ec78cbcb16d6e37d67887bed651a12bf63db51af96b0a7cc_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:1cb8736ad1e698a4ec78cbcb16d6e37d67887bed651a12bf63db51af96b0a7cc_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:554b7d9d81f9fb5dbccbabdaadfda9e45d186eba6488df224f83ab512a4c4653_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:554b7d9d81f9fb5dbccbabdaadfda9e45d186eba6488df224f83ab512a4c4653_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:554b7d9d81f9fb5dbccbabdaadfda9e45d186eba6488df224f83ab512a4c4653_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:249bd5ed39ae03fa46aa042d73bc097c700a6be65ec79157460de3d1ca75646d_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:249bd5ed39ae03fa46aa042d73bc097c700a6be65ec79157460de3d1ca75646d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:249bd5ed39ae03fa46aa042d73bc097c700a6be65ec79157460de3d1ca75646d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:65777a3f824fbba1a23da143ef64a1824aa48883b94947682f787232d55055c1_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:65777a3f824fbba1a23da143ef64a1824aa48883b94947682f787232d55055c1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:65777a3f824fbba1a23da143ef64a1824aa48883b94947682f787232d55055c1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:9e52b2efa8fdbd65ad70163f96f358b64f552783c7f03182dcf38994cb2dbb58_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:9e52b2efa8fdbd65ad70163f96f358b64f552783c7f03182dcf38994cb2dbb58_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:9e52b2efa8fdbd65ad70163f96f358b64f552783c7f03182dcf38994cb2dbb58_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:ece0c645d881112e48d2886024cb96b6cf4b1889cc456b30d331df729fcdc9cf_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:ece0c645d881112e48d2886024cb96b6cf4b1889cc456b30d331df729fcdc9cf_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:ece0c645d881112e48d2886024cb96b6cf4b1889cc456b30d331df729fcdc9cf_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:0b99f7875f7934b371fedcff686622acd03d9c2618bb613dd6721ea5ffe1dc57_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:0b99f7875f7934b371fedcff686622acd03d9c2618bb613dd6721ea5ffe1dc57_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:0b99f7875f7934b371fedcff686622acd03d9c2618bb613dd6721ea5ffe1dc57_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5537e4af85d49533292160803dc7bff5276485846f94e247353df944b4b28a54_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5537e4af85d49533292160803dc7bff5276485846f94e247353df944b4b28a54_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5537e4af85d49533292160803dc7bff5276485846f94e247353df944b4b28a54_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:8e64d6ec539d991b5a228d8f4b9079fb959dd11c3b8a77ee5bc3576398340dc2_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:8e64d6ec539d991b5a228d8f4b9079fb959dd11c3b8a77ee5bc3576398340dc2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:8e64d6ec539d991b5a228d8f4b9079fb959dd11c3b8a77ee5bc3576398340dc2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:b32d68bfc83195f7cf85e5ca9d4baa658d768d3a98bab4a3ce3cc107e089d84e_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:b32d68bfc83195f7cf85e5ca9d4baa658d768d3a98bab4a3ce3cc107e089d84e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:b32d68bfc83195f7cf85e5ca9d4baa658d768d3a98bab4a3ce3cc107e089d84e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:333d60c92a9efcb4febe144c3e331c553197d325ba0afd64bebfcc2803cc0e07_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:333d60c92a9efcb4febe144c3e331c553197d325ba0afd64bebfcc2803cc0e07_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:333d60c92a9efcb4febe144c3e331c553197d325ba0afd64bebfcc2803cc0e07_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:accbf8cdcc475fdd0ae3427f178de8f847fed6c09cce1c12428861adc9b342b8_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:accbf8cdcc475fdd0ae3427f178de8f847fed6c09cce1c12428861adc9b342b8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:accbf8cdcc475fdd0ae3427f178de8f847fed6c09cce1c12428861adc9b342b8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:dd2518acc748d2fb1c6d5f8421a6d85ab2dedf2546508f45f8e2f6dacfa7f5b1_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:dd2518acc748d2fb1c6d5f8421a6d85ab2dedf2546508f45f8e2f6dacfa7f5b1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:dd2518acc748d2fb1c6d5f8421a6d85ab2dedf2546508f45f8e2f6dacfa7f5b1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f3265ade73f238556cf2a7fc67e8ebb3d5636440fd9b7d4cd2aa725677ce3965_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f3265ade73f238556cf2a7fc67e8ebb3d5636440fd9b7d4cd2aa725677ce3965_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f3265ade73f238556cf2a7fc67e8ebb3d5636440fd9b7d4cd2aa725677ce3965_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:1bfd1b573bf924cb0a8be80be641b4ce684b141a66325d7c0cc923a9d3a2030a_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:1bfd1b573bf924cb0a8be80be641b4ce684b141a66325d7c0cc923a9d3a2030a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:1bfd1b573bf924cb0a8be80be641b4ce684b141a66325d7c0cc923a9d3a2030a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:88bda970c0360c5c1160b32e589812e4289db230dfa9923e1494636f97c34278_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:88bda970c0360c5c1160b32e589812e4289db230dfa9923e1494636f97c34278_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:88bda970c0360c5c1160b32e589812e4289db230dfa9923e1494636f97c34278_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d849f73e901939241fc0853532489308b856ec530492a706db8f81ac47e59318_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d849f73e901939241fc0853532489308b856ec530492a706db8f81ac47e59318_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d849f73e901939241fc0853532489308b856ec530492a706db8f81ac47e59318_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ef722b792c00415c1efaecc99ea873df11d2ef8cd35c5b86af0afcb28c08f821_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ef722b792c00415c1efaecc99ea873df11d2ef8cd35c5b86af0afcb28c08f821_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ef722b792c00415c1efaecc99ea873df11d2ef8cd35c5b86af0afcb28c08f821_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:50ff46f43a500235707760885fbe4997cee8c7088bfa36c911697df3b81675a2_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:50ff46f43a500235707760885fbe4997cee8c7088bfa36c911697df3b81675a2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:50ff46f43a500235707760885fbe4997cee8c7088bfa36c911697df3b81675a2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7845202df558b0ef442f3b4fbef423c6278fc43bea49169140fe3a263b15c7e4_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7845202df558b0ef442f3b4fbef423c6278fc43bea49169140fe3a263b15c7e4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7845202df558b0ef442f3b4fbef423c6278fc43bea49169140fe3a263b15c7e4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:92d0cdf81fb07c8eb55fef4be846e84d5f18f181fed24221a294c5312c76e923_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:92d0cdf81fb07c8eb55fef4be846e84d5f18f181fed24221a294c5312c76e923_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:92d0cdf81fb07c8eb55fef4be846e84d5f18f181fed24221a294c5312c76e923_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:b19219d62e0e70404ac9b7643caa49a792b9450e8bdd815b02a6539e41526a77_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:b19219d62e0e70404ac9b7643caa49a792b9450e8bdd815b02a6539e41526a77_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:b19219d62e0e70404ac9b7643caa49a792b9450e8bdd815b02a6539e41526a77_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1da1b4d5b5eb3c2d6238b7e53fa040f03a759b8fa47e52d9e530c8a40885acdd_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1da1b4d5b5eb3c2d6238b7e53fa040f03a759b8fa47e52d9e530c8a40885acdd_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1da1b4d5b5eb3c2d6238b7e53fa040f03a759b8fa47e52d9e530c8a40885acdd_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:8410339435a39b3b5a97a180fd0b413e3ca02351edb8b9d7be1145688ca56cb0_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:8410339435a39b3b5a97a180fd0b413e3ca02351edb8b9d7be1145688ca56cb0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:8410339435a39b3b5a97a180fd0b413e3ca02351edb8b9d7be1145688ca56cb0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:8873af11a450438c35d6b39d687e73fd0ee0faca3f0562698b24650b01248690_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:8873af11a450438c35d6b39d687e73fd0ee0faca3f0562698b24650b01248690_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:8873af11a450438c35d6b39d687e73fd0ee0faca3f0562698b24650b01248690_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:bd6ea26ce1660efdc5159b2a53d8812bb1a584d7185edbca08a07cb89a09cb0c_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:bd6ea26ce1660efdc5159b2a53d8812bb1a584d7185edbca08a07cb89a09cb0c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:bd6ea26ce1660efdc5159b2a53d8812bb1a584d7185edbca08a07cb89a09cb0c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:063ae7b531e3156e051e254ec07faaec30ca971d027a48dcbf930b1b662d4d81_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:063ae7b531e3156e051e254ec07faaec30ca971d027a48dcbf930b1b662d4d81_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:063ae7b531e3156e051e254ec07faaec30ca971d027a48dcbf930b1b662d4d81_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:1aeee3943c69893e59b8d0bdbf4c32b4452cf4f6af73a802b64be9cfa051f38b_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:1aeee3943c69893e59b8d0bdbf4c32b4452cf4f6af73a802b64be9cfa051f38b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:1aeee3943c69893e59b8d0bdbf4c32b4452cf4f6af73a802b64be9cfa051f38b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:51838e17ea6a17f32c4928c8d03fcd2af5052a350e4bff6bde1c484b0663ee7f_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:51838e17ea6a17f32c4928c8d03fcd2af5052a350e4bff6bde1c484b0663ee7f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:51838e17ea6a17f32c4928c8d03fcd2af5052a350e4bff6bde1c484b0663ee7f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:ac68e0a125aa8e638b88d747e50b7b7ef9150d7e15459e5b4c0643dc1d534624_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:ac68e0a125aa8e638b88d747e50b7b7ef9150d7e15459e5b4c0643dc1d534624_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:ac68e0a125aa8e638b88d747e50b7b7ef9150d7e15459e5b4c0643dc1d534624_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:1caeb43e59e47f40b7dbb8e9def02e2dd3853254b749c40c42fe2092223d9ff9_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:1caeb43e59e47f40b7dbb8e9def02e2dd3853254b749c40c42fe2092223d9ff9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:1caeb43e59e47f40b7dbb8e9def02e2dd3853254b749c40c42fe2092223d9ff9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6db33bd660e7c3cabfac5125820539a4ef4264c067b17ce404fffddf17965880_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6db33bd660e7c3cabfac5125820539a4ef4264c067b17ce404fffddf17965880_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6db33bd660e7c3cabfac5125820539a4ef4264c067b17ce404fffddf17965880_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:8444f6327a6cdd0cfa269384e58059a9d333af24c0e423b1abd6d85bb837ad49_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:8444f6327a6cdd0cfa269384e58059a9d333af24c0e423b1abd6d85bb837ad49_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:8444f6327a6cdd0cfa269384e58059a9d333af24c0e423b1abd6d85bb837ad49_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ee448c837b33b1e9ed15258933ad9cdca924ac64fa6d0c3bd7bea0ed9f489dff_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ee448c837b33b1e9ed15258933ad9cdca924ac64fa6d0c3bd7bea0ed9f489dff_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ee448c837b33b1e9ed15258933ad9cdca924ac64fa6d0c3bd7bea0ed9f489dff_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:61057b1135996175ee08d0672d50d1a9eaf083a1a057d0a5526f4af42089dd32_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:61057b1135996175ee08d0672d50d1a9eaf083a1a057d0a5526f4af42089dd32_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:61057b1135996175ee08d0672d50d1a9eaf083a1a057d0a5526f4af42089dd32_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:619bafa4b79a302982b0806c61721e26a0ab7b6863f478726c6b58b42badae7d_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:619bafa4b79a302982b0806c61721e26a0ab7b6863f478726c6b58b42badae7d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:619bafa4b79a302982b0806c61721e26a0ab7b6863f478726c6b58b42badae7d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:1dcc4113c131eff2cfbfab09cf11c8186360c6cdbd1086af839a03c042a87fcb_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:1dcc4113c131eff2cfbfab09cf11c8186360c6cdbd1086af839a03c042a87fcb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:1dcc4113c131eff2cfbfab09cf11c8186360c6cdbd1086af839a03c042a87fcb_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:2eeeba70b8cdc334ceef7ff7e1fa3b1ef19522097e27301e2c7917334ed2b99c_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:2eeeba70b8cdc334ceef7ff7e1fa3b1ef19522097e27301e2c7917334ed2b99c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:2eeeba70b8cdc334ceef7ff7e1fa3b1ef19522097e27301e2c7917334ed2b99c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:491afa1460d3cb3aae7dce1df98c67bc343cd47ce22df4c55810f578f8aa6b5f_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:491afa1460d3cb3aae7dce1df98c67bc343cd47ce22df4c55810f578f8aa6b5f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:491afa1460d3cb3aae7dce1df98c67bc343cd47ce22df4c55810f578f8aa6b5f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:5f24e34fae65f3b7a473a8ca41afe45fe4dd8fe9d84c2856c5278c734b2a0ca7_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:5f24e34fae65f3b7a473a8ca41afe45fe4dd8fe9d84c2856c5278c734b2a0ca7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:5f24e34fae65f3b7a473a8ca41afe45fe4dd8fe9d84c2856c5278c734b2a0ca7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:6d4fbb7a93c300154e76eec4307a3dfc14555e6a2d0d065db2de3fcdfe9f5fa6_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:6d4fbb7a93c300154e76eec4307a3dfc14555e6a2d0d065db2de3fcdfe9f5fa6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:6d4fbb7a93c300154e76eec4307a3dfc14555e6a2d0d065db2de3fcdfe9f5fa6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:1c2ae2d75a70fd6620fc71ac3f314b3f09746f78903f93d5e1fdca64941946be_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:1c2ae2d75a70fd6620fc71ac3f314b3f09746f78903f93d5e1fdca64941946be_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:1c2ae2d75a70fd6620fc71ac3f314b3f09746f78903f93d5e1fdca64941946be_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:6baca746bd3180b4e6062141ce4d980c014cc18fd4c1fee527d4df751b0bea76_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:6baca746bd3180b4e6062141ce4d980c014cc18fd4c1fee527d4df751b0bea76_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:6baca746bd3180b4e6062141ce4d980c014cc18fd4c1fee527d4df751b0bea76_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a1cca9b456a2eb705f5b11a19d2c54778d1441d56b17d20c9680d0b1aad1ef39_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a1cca9b456a2eb705f5b11a19d2c54778d1441d56b17d20c9680d0b1aad1ef39_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a1cca9b456a2eb705f5b11a19d2c54778d1441d56b17d20c9680d0b1aad1ef39_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:bd271650ae9beef457d2c72a9f552448762e538d92cdb345d032ddc3786493bd_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:bd271650ae9beef457d2c72a9f552448762e538d92cdb345d032ddc3786493bd_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:bd271650ae9beef457d2c72a9f552448762e538d92cdb345d032ddc3786493bd_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1001d2d3264dbdc69734b9e85a67db79c52d1c2f6a1a4f89880b570f834aea51_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1001d2d3264dbdc69734b9e85a67db79c52d1c2f6a1a4f89880b570f834aea51_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1001d2d3264dbdc69734b9e85a67db79c52d1c2f6a1a4f89880b570f834aea51_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:2d27ac19b5e4aa5532d05c71b6da43f4ed51550a36328209f1432378a96cfdaa_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:2d27ac19b5e4aa5532d05c71b6da43f4ed51550a36328209f1432378a96cfdaa_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:2d27ac19b5e4aa5532d05c71b6da43f4ed51550a36328209f1432378a96cfdaa_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a4623c62d9f7b6fed32b40d539815a3814c74338bf5974976b4dd1ccf8eeafab_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a4623c62d9f7b6fed32b40d539815a3814c74338bf5974976b4dd1ccf8eeafab_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a4623c62d9f7b6fed32b40d539815a3814c74338bf5974976b4dd1ccf8eeafab_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:d2e61adb97f22cc48deb48c31ed94d850fbf26c6590d0fa3aa154765258e185a_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:d2e61adb97f22cc48deb48c31ed94d850fbf26c6590d0fa3aa154765258e185a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:d2e61adb97f22cc48deb48c31ed94d850fbf26c6590d0fa3aa154765258e185a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3c000e247f5d102792ffffd96011b889db2f5858799122f812b49b10a5b711b0_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3c000e247f5d102792ffffd96011b889db2f5858799122f812b49b10a5b711b0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3c000e247f5d102792ffffd96011b889db2f5858799122f812b49b10a5b711b0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:49a9fea1a2a81a464be4ebf87a7f3ba7d880662bb85466039a5c8d461a0b69cf_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:49a9fea1a2a81a464be4ebf87a7f3ba7d880662bb85466039a5c8d461a0b69cf_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:49a9fea1a2a81a464be4ebf87a7f3ba7d880662bb85466039a5c8d461a0b69cf_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d4e4e5976380af9528d6405bbbfca7718307afdc46ace2fe3702ecb8ee479ff3_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d4e4e5976380af9528d6405bbbfca7718307afdc46ace2fe3702ecb8ee479ff3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d4e4e5976380af9528d6405bbbfca7718307afdc46ace2fe3702ecb8ee479ff3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ff841517626da718d46f0869384bf5fa3a04b0eab21af3d4dd2f8d5bd3601aa6_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ff841517626da718d46f0869384bf5fa3a04b0eab21af3d4dd2f8d5bd3601aa6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ff841517626da718d46f0869384bf5fa3a04b0eab21af3d4dd2f8d5bd3601aa6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:2efdc02714260c48bc53e7ab0cae1e2d3b99c467469ee1f73fb0b79149091d45_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:2efdc02714260c48bc53e7ab0cae1e2d3b99c467469ee1f73fb0b79149091d45_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:2efdc02714260c48bc53e7ab0cae1e2d3b99c467469ee1f73fb0b79149091d45_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:31bc24ff07edb1e527760a4d76b60e8d0712968f477d8d6cd419abf36cca0b0a_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:31bc24ff07edb1e527760a4d76b60e8d0712968f477d8d6cd419abf36cca0b0a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:31bc24ff07edb1e527760a4d76b60e8d0712968f477d8d6cd419abf36cca0b0a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:84f34f50c2396055e87b857cc30411cf5b18d2f21e78bd13fd03c95c1650baf4_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:84f34f50c2396055e87b857cc30411cf5b18d2f21e78bd13fd03c95c1650baf4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:84f34f50c2396055e87b857cc30411cf5b18d2f21e78bd13fd03c95c1650baf4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:96bf65054c994cec4326f1bd5432e45caeef3c48513a7e3cd2248759f9e6efdc_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:96bf65054c994cec4326f1bd5432e45caeef3c48513a7e3cd2248759f9e6efdc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:96bf65054c994cec4326f1bd5432e45caeef3c48513a7e3cd2248759f9e6efdc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:58facad671ae16c072d4a0e96a2336d95c84a7f86d4242e49152e9275296d028_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:58facad671ae16c072d4a0e96a2336d95c84a7f86d4242e49152e9275296d028_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:58facad671ae16c072d4a0e96a2336d95c84a7f86d4242e49152e9275296d028_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9a7f6b3f08dfa866a2a1dbf9bcdd636c221c4dcf0ca38ab9b5c481684b4bca54_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9a7f6b3f08dfa866a2a1dbf9bcdd636c221c4dcf0ca38ab9b5c481684b4bca54_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9a7f6b3f08dfa866a2a1dbf9bcdd636c221c4dcf0ca38ab9b5c481684b4bca54_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9b033e2e92e64d07e7510846ed5f374b1f1375172819dd1eb567c83d9c3be4dd_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9b033e2e92e64d07e7510846ed5f374b1f1375172819dd1eb567c83d9c3be4dd_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9b033e2e92e64d07e7510846ed5f374b1f1375172819dd1eb567c83d9c3be4dd_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b81f64192da01c1b69af1f01bb109684b9a235b0879150ec37bc6bf43a53b351_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b81f64192da01c1b69af1f01bb109684b9a235b0879150ec37bc6bf43a53b351_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b81f64192da01c1b69af1f01bb109684b9a235b0879150ec37bc6bf43a53b351_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:5f3df6d30a624ae1c7a7eafc23b74b1ef674b2a8baaf9d2644d529f98831cc4a_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:5f3df6d30a624ae1c7a7eafc23b74b1ef674b2a8baaf9d2644d529f98831cc4a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:5f3df6d30a624ae1c7a7eafc23b74b1ef674b2a8baaf9d2644d529f98831cc4a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b4edf57f165ba2a9d56e5e84a3aa61e96e76363eb7d56a816ecb15f8ac06244e_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b4edf57f165ba2a9d56e5e84a3aa61e96e76363eb7d56a816ecb15f8ac06244e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b4edf57f165ba2a9d56e5e84a3aa61e96e76363eb7d56a816ecb15f8ac06244e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:cc8f8b60224940a4c6f8bc236f8cef754c8bc5b4a6d6ecddbc12db49b0087aea_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:cc8f8b60224940a4c6f8bc236f8cef754c8bc5b4a6d6ecddbc12db49b0087aea_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:cc8f8b60224940a4c6f8bc236f8cef754c8bc5b4a6d6ecddbc12db49b0087aea_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:e9df45732cef6649cd44dc00a89d9da66b95f1666785247477d000c4177e2c49_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:e9df45732cef6649cd44dc00a89d9da66b95f1666785247477d000c4177e2c49_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:e9df45732cef6649cd44dc00a89d9da66b95f1666785247477d000c4177e2c49_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:0670ef29c648fc035844be832f71378d5cda2122f5d6c7f82c831865d45f77b1_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:0670ef29c648fc035844be832f71378d5cda2122f5d6c7f82c831865d45f77b1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:0670ef29c648fc035844be832f71378d5cda2122f5d6c7f82c831865d45f77b1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:34dadb46049ecbb75501d512642e7d2a58961c783f749aa0169d1a108155db97_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:34dadb46049ecbb75501d512642e7d2a58961c783f749aa0169d1a108155db97_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:34dadb46049ecbb75501d512642e7d2a58961c783f749aa0169d1a108155db97_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:371746e92f0c725ccaa0b0f58e950693872f87bea78608e95a2dc93b4e8ae77b_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:371746e92f0c725ccaa0b0f58e950693872f87bea78608e95a2dc93b4e8ae77b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:371746e92f0c725ccaa0b0f58e950693872f87bea78608e95a2dc93b4e8ae77b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c22b1f502cdf6292792cca93076f4a7ef16f1c761a65b11f875c99408584857a_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c22b1f502cdf6292792cca93076f4a7ef16f1c761a65b11f875c99408584857a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c22b1f502cdf6292792cca93076f4a7ef16f1c761a65b11f875c99408584857a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:ae26fa2a9ab61ddb95e4273d710c75edbd517f81d421b68acf84cbfeacaa913f_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:ae26fa2a9ab61ddb95e4273d710c75edbd517f81d421b68acf84cbfeacaa913f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:ae26fa2a9ab61ddb95e4273d710c75edbd517f81d421b68acf84cbfeacaa913f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:e6c8fadf51bdb9c8623178a95c04ded1e3c8b1dce525783bedf1c7c501eaa76e_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:e6c8fadf51bdb9c8623178a95c04ded1e3c8b1dce525783bedf1c7c501eaa76e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:e6c8fadf51bdb9c8623178a95c04ded1e3c8b1dce525783bedf1c7c501eaa76e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:e84ff17a4913201a476735cc76bebcb7819e7b65497c43267c19bb8e88b310e6_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:e84ff17a4913201a476735cc76bebcb7819e7b65497c43267c19bb8e88b310e6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:e84ff17a4913201a476735cc76bebcb7819e7b65497c43267c19bb8e88b310e6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:ebcd87df2ac74dcac93ceed85bed5587957036381a49d7969e9a530f7744942b_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:ebcd87df2ac74dcac93ceed85bed5587957036381a49d7969e9a530f7744942b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:ebcd87df2ac74dcac93ceed85bed5587957036381a49d7969e9a530f7744942b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3c98ad6c0008b1145186d1839c980631c119328c2c231956941300508eb27bea_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3c98ad6c0008b1145186d1839c980631c119328c2c231956941300508eb27bea_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3c98ad6c0008b1145186d1839c980631c119328c2c231956941300508eb27bea_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dab0992bd8f2a8b158c03d3c271e9cce7de86c1e188e136efdafcc20ff1520c3_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dab0992bd8f2a8b158c03d3c271e9cce7de86c1e188e136efdafcc20ff1520c3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dab0992bd8f2a8b158c03d3c271e9cce7de86c1e188e136efdafcc20ff1520c3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dd146a5240dc6b3328240e27e4257151e187aa50df62150160d1050e065f0041_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dd146a5240dc6b3328240e27e4257151e187aa50df62150160d1050e065f0041_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dd146a5240dc6b3328240e27e4257151e187aa50df62150160d1050e065f0041_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:def9dc04e6b217cf48b80373fdd6f860e9b020d6699def7089ea881a94b0ff64_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:def9dc04e6b217cf48b80373fdd6f860e9b020d6699def7089ea881a94b0ff64_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:def9dc04e6b217cf48b80373fdd6f860e9b020d6699def7089ea881a94b0ff64_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:72c545475f329944debd51692a1815ad56ffa000cae7cf243273136290d32801_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:72c545475f329944debd51692a1815ad56ffa000cae7cf243273136290d32801_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:72c545475f329944debd51692a1815ad56ffa000cae7cf243273136290d32801_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:7942d7e452866f23d468bc06b2b8b43df126c9bbf2fca5607fcd3e3fc391c76d_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:7942d7e452866f23d468bc06b2b8b43df126c9bbf2fca5607fcd3e3fc391c76d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:7942d7e452866f23d468bc06b2b8b43df126c9bbf2fca5607fcd3e3fc391c76d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:c6a713980f98015bc170590afbe2f48b3c4addbd7ff19eee4af2be4b431b3dc8_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:c6a713980f98015bc170590afbe2f48b3c4addbd7ff19eee4af2be4b431b3dc8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:c6a713980f98015bc170590afbe2f48b3c4addbd7ff19eee4af2be4b431b3dc8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f21522b2f22cd38ae626063bb6180405ed0eaebe2c443d38cff59b36079087ad_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f21522b2f22cd38ae626063bb6180405ed0eaebe2c443d38cff59b36079087ad_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f21522b2f22cd38ae626063bb6180405ed0eaebe2c443d38cff59b36079087ad_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:622ee3e0fa2560aa75798f4921d3b7417b64feef196cb8903aad499b7ba3ce63_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:622ee3e0fa2560aa75798f4921d3b7417b64feef196cb8903aad499b7ba3ce63_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:622ee3e0fa2560aa75798f4921d3b7417b64feef196cb8903aad499b7ba3ce63_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d30086b283e29e234410ad9521746f1cde8df72c61263e49e01b38135efbc380_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d30086b283e29e234410ad9521746f1cde8df72c61263e49e01b38135efbc380_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d30086b283e29e234410ad9521746f1cde8df72c61263e49e01b38135efbc380_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:e11beafd70191493099ea724097b3bdbf5c7d16daadc9e60770ca2e221406cf8_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:e11beafd70191493099ea724097b3bdbf5c7d16daadc9e60770ca2e221406cf8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:e11beafd70191493099ea724097b3bdbf5c7d16daadc9e60770ca2e221406cf8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:f0f385d704d85a84503b5415a35a0e127f3a5eabbc813ce61a6afd5044fb35de_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:f0f385d704d85a84503b5415a35a0e127f3a5eabbc813ce61a6afd5044fb35de_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:f0f385d704d85a84503b5415a35a0e127f3a5eabbc813ce61a6afd5044fb35de_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0ab09129b8b99a86f2dc6314a9b30156b814daf1a287113fa9a7a49796bc8616_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0ab09129b8b99a86f2dc6314a9b30156b814daf1a287113fa9a7a49796bc8616_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0ab09129b8b99a86f2dc6314a9b30156b814daf1a287113fa9a7a49796bc8616_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:58e8b0de0751882c27612c0547004d51b8a59c1824acc2e8d30360f8ca6b2d0d_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:58e8b0de0751882c27612c0547004d51b8a59c1824acc2e8d30360f8ca6b2d0d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:58e8b0de0751882c27612c0547004d51b8a59c1824acc2e8d30360f8ca6b2d0d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:673edbc5d7c6df884ce0c2358b1a5061c31b902bc472556db325ad91373d183a_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:673edbc5d7c6df884ce0c2358b1a5061c31b902bc472556db325ad91373d183a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:673edbc5d7c6df884ce0c2358b1a5061c31b902bc472556db325ad91373d183a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:7ed466cd36f985050a860f2fb442d29103b2c15f4c373f4d6e3550d656dee8a6_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:7ed466cd36f985050a860f2fb442d29103b2c15f4c373f4d6e3550d656dee8a6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:7ed466cd36f985050a860f2fb442d29103b2c15f4c373f4d6e3550d656dee8a6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:04e0e42f16e0c627e306f27839d671f541b9276f15bb077d238a98bfa0f4c66d_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:04e0e42f16e0c627e306f27839d671f541b9276f15bb077d238a98bfa0f4c66d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:04e0e42f16e0c627e306f27839d671f541b9276f15bb077d238a98bfa0f4c66d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:92d9f3394d35d8f620a495d90bbfffa00fb30b02c07494ad353bf88b80b299e0_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:92d9f3394d35d8f620a495d90bbfffa00fb30b02c07494ad353bf88b80b299e0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:92d9f3394d35d8f620a495d90bbfffa00fb30b02c07494ad353bf88b80b299e0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:a455c8087323aeef4d6b31ca68aebe41d2e2eb7bc68165afe0a8b9772a245cf0_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:a455c8087323aeef4d6b31ca68aebe41d2e2eb7bc68165afe0a8b9772a245cf0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:a455c8087323aeef4d6b31ca68aebe41d2e2eb7bc68165afe0a8b9772a245cf0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:e5f0ea7b527bb4619fafebf3e2732e8b0915a66c7eff930f446c6c12b0c1f4a6_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:e5f0ea7b527bb4619fafebf3e2732e8b0915a66c7eff930f446c6c12b0c1f4a6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:e5f0ea7b527bb4619fafebf3e2732e8b0915a66c7eff930f446c6c12b0c1f4a6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4b75f7a1212ce34fd15eeec8af7a9f45382deb3859f9d3fe2122584f4b70ac17_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4b75f7a1212ce34fd15eeec8af7a9f45382deb3859f9d3fe2122584f4b70ac17_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4b75f7a1212ce34fd15eeec8af7a9f45382deb3859f9d3fe2122584f4b70ac17_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8410dc1831f343db0b894f17aeacee702e705393ca83d0751b044f473309d1c1_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8410dc1831f343db0b894f17aeacee702e705393ca83d0751b044f473309d1c1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8410dc1831f343db0b894f17aeacee702e705393ca83d0751b044f473309d1c1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e1dee7b5a5ea8c48960723f1dbc36b50bb8edf0e3756000631d705cc964a7ca6_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e1dee7b5a5ea8c48960723f1dbc36b50bb8edf0e3756000631d705cc964a7ca6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e1dee7b5a5ea8c48960723f1dbc36b50bb8edf0e3756000631d705cc964a7ca6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f35219a0965a2dc097d31af84fa649af4dc048ec4fe953b4535d42e37ac5ac28_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f35219a0965a2dc097d31af84fa649af4dc048ec4fe953b4535d42e37ac5ac28_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f35219a0965a2dc097d31af84fa649af4dc048ec4fe953b4535d42e37ac5ac28_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:60eccf911015b2af66258c858b1d0dfbc1f79d5d10146c8cec8f9a5f21708f86_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:60eccf911015b2af66258c858b1d0dfbc1f79d5d10146c8cec8f9a5f21708f86_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:60eccf911015b2af66258c858b1d0dfbc1f79d5d10146c8cec8f9a5f21708f86_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8b1ef7b7353353de1302942f9948833e3bd0b568396513d242f4920e5be58f27_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8b1ef7b7353353de1302942f9948833e3bd0b568396513d242f4920e5be58f27_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8b1ef7b7353353de1302942f9948833e3bd0b568396513d242f4920e5be58f27_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:963ee9ae771ea224be0c968cebeece76527f1d138452319cb17dad959d972d40_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:963ee9ae771ea224be0c968cebeece76527f1d138452319cb17dad959d972d40_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:963ee9ae771ea224be0c968cebeece76527f1d138452319cb17dad959d972d40_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:e4ea39c79db66f4c7144a8526d5971ac698c3502df81744df07f7a9f281149ec_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:e4ea39c79db66f4c7144a8526d5971ac698c3502df81744df07f7a9f281149ec_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:e4ea39c79db66f4c7144a8526d5971ac698c3502df81744df07f7a9f281149ec_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:e4e0509c00b2dc8f6feeba505240de8debcb1b7e6e01e138ce406125e344efcb_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:e4e0509c00b2dc8f6feeba505240de8debcb1b7e6e01e138ce406125e344efcb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:e4e0509c00b2dc8f6feeba505240de8debcb1b7e6e01e138ce406125e344efcb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:d0acba106822523c6cdfcc2fc36d8b78f0859e887958ad8a5634c5cf4757b45c_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:d0acba106822523c6cdfcc2fc36d8b78f0859e887958ad8a5634c5cf4757b45c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:d0acba106822523c6cdfcc2fc36d8b78f0859e887958ad8a5634c5cf4757b45c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:79b723e31ae2158844c9f9b1a302e379d90be8c21e1e175106b77ebf19e7a5fd_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:79b723e31ae2158844c9f9b1a302e379d90be8c21e1e175106b77ebf19e7a5fd_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:79b723e31ae2158844c9f9b1a302e379d90be8c21e1e175106b77ebf19e7a5fd_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:7b95cef8669b142bf2c82310fb33215b2987b47de2ab5135d5845ad23f27db39_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:7b95cef8669b142bf2c82310fb33215b2987b47de2ab5135d5845ad23f27db39_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:7b95cef8669b142bf2c82310fb33215b2987b47de2ab5135d5845ad23f27db39_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:96258e901919b272871c1be3a5ee6e984ae13812022ddf0b817ff8e5f35f9fb6_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:96258e901919b272871c1be3a5ee6e984ae13812022ddf0b817ff8e5f35f9fb6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:96258e901919b272871c1be3a5ee6e984ae13812022ddf0b817ff8e5f35f9fb6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:d97bfb4843b397a25cbca966319a8f2e809da9809720eba96d7c64cbfc403bd8_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:d97bfb4843b397a25cbca966319a8f2e809da9809720eba96d7c64cbfc403bd8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:d97bfb4843b397a25cbca966319a8f2e809da9809720eba96d7c64cbfc403bd8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:0667250c45df43bf0110d46c8b8beb3ada41a0bb520d35629d9928ec373f1cdc_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:0667250c45df43bf0110d46c8b8beb3ada41a0bb520d35629d9928ec373f1cdc_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:0667250c45df43bf0110d46c8b8beb3ada41a0bb520d35629d9928ec373f1cdc_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:195220de99e688a7dd546e190638664c5236f67316276a0aae8d39b525e7e54d_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:195220de99e688a7dd546e190638664c5236f67316276a0aae8d39b525e7e54d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:195220de99e688a7dd546e190638664c5236f67316276a0aae8d39b525e7e54d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:af0eca465c454003d66ef7d95cd0da38ed837a7da7d9978d318f2b29b2bcc472_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:af0eca465c454003d66ef7d95cd0da38ed837a7da7d9978d318f2b29b2bcc472_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:af0eca465c454003d66ef7d95cd0da38ed837a7da7d9978d318f2b29b2bcc472_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e0a03020adf1f6b1612c5a935aebce414ba1c84a71c09e9e91a8759c488137b7_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e0a03020adf1f6b1612c5a935aebce414ba1c84a71c09e9e91a8759c488137b7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e0a03020adf1f6b1612c5a935aebce414ba1c84a71c09e9e91a8759c488137b7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:05bff5cef1e0071adfc0c9fc07b2a7ef6ef2e6f0b597dea05bd784f8f9746533_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:05bff5cef1e0071adfc0c9fc07b2a7ef6ef2e6f0b597dea05bd784f8f9746533_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:05bff5cef1e0071adfc0c9fc07b2a7ef6ef2e6f0b597dea05bd784f8f9746533_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:40df7a1323c23c3875e77061b3bccd337500d04f1cbe324a800eebb7181f8c46_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:40df7a1323c23c3875e77061b3bccd337500d04f1cbe324a800eebb7181f8c46_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:40df7a1323c23c3875e77061b3bccd337500d04f1cbe324a800eebb7181f8c46_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:5017bd5e359111c80afc7cf55fba210bcd7f15ca82d3a6282d2f63560ffe8d3d_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:5017bd5e359111c80afc7cf55fba210bcd7f15ca82d3a6282d2f63560ffe8d3d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:5017bd5e359111c80afc7cf55fba210bcd7f15ca82d3a6282d2f63560ffe8d3d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:8ef63ddc25cd248263a40aba3201b2c6b3c3b2dbd998ced45626223efadbc3af_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:8ef63ddc25cd248263a40aba3201b2c6b3c3b2dbd998ced45626223efadbc3af_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:8ef63ddc25cd248263a40aba3201b2c6b3c3b2dbd998ced45626223efadbc3af_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:04b85fc4bcf3ee707044a3ad2556236e5b2fa4b09875ca781f61a13a11d94cde_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:04b85fc4bcf3ee707044a3ad2556236e5b2fa4b09875ca781f61a13a11d94cde_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:04b85fc4bcf3ee707044a3ad2556236e5b2fa4b09875ca781f61a13a11d94cde_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:0932ee4d4567b840a801bbe4161c37b40f1e5fd4b38be13947b8e09842d40623_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:0932ee4d4567b840a801bbe4161c37b40f1e5fd4b38be13947b8e09842d40623_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:0932ee4d4567b840a801bbe4161c37b40f1e5fd4b38be13947b8e09842d40623_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:60ac363479cf9156e89aaf94735053ea3ab48a2af18b902444ccfa4c723bd8bd_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:60ac363479cf9156e89aaf94735053ea3ab48a2af18b902444ccfa4c723bd8bd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:60ac363479cf9156e89aaf94735053ea3ab48a2af18b902444ccfa4c723bd8bd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d4f9611470c2e215f919f6b08149425755ebae0a89bea7c3a3b95ffa4b7c59db_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d4f9611470c2e215f919f6b08149425755ebae0a89bea7c3a3b95ffa4b7c59db_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d4f9611470c2e215f919f6b08149425755ebae0a89bea7c3a3b95ffa4b7c59db_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:25811e863ae8cce3659fa109172b0fe4fb11260cd612410b2880f69edf3f2459_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:25811e863ae8cce3659fa109172b0fe4fb11260cd612410b2880f69edf3f2459_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:25811e863ae8cce3659fa109172b0fe4fb11260cd612410b2880f69edf3f2459_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4f6d5dd85317206c92af4aa0bcdfada9319b70856135fad4b30691bca9740387_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4f6d5dd85317206c92af4aa0bcdfada9319b70856135fad4b30691bca9740387_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4f6d5dd85317206c92af4aa0bcdfada9319b70856135fad4b30691bca9740387_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:97c762eda0b5da7809e6e7f236215b2e524a7c7ce6f3cc2f6d934753f5fdea40_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:97c762eda0b5da7809e6e7f236215b2e524a7c7ce6f3cc2f6d934753f5fdea40_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:97c762eda0b5da7809e6e7f236215b2e524a7c7ce6f3cc2f6d934753f5fdea40_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f633ea56b1691be0c55b612d5d07a9469a8ae9b5e833dadce533f428026cd7c8_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f633ea56b1691be0c55b612d5d07a9469a8ae9b5e833dadce533f428026cd7c8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f633ea56b1691be0c55b612d5d07a9469a8ae9b5e833dadce533f428026cd7c8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:151563529a3997849bbfcc5af0d7f785c26cbdc449935bc97d4f6250492fe4a7_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:151563529a3997849bbfcc5af0d7f785c26cbdc449935bc97d4f6250492fe4a7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:151563529a3997849bbfcc5af0d7f785c26cbdc449935bc97d4f6250492fe4a7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:65a15ccfc8e4e132d1b11fad18930d7f1ef53199f14361826de6c21ffe2dbeea_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:65a15ccfc8e4e132d1b11fad18930d7f1ef53199f14361826de6c21ffe2dbeea_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:65a15ccfc8e4e132d1b11fad18930d7f1ef53199f14361826de6c21ffe2dbeea_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:85859d9cf6668ca35cf196718aa7df1588411e4ddb287f832d4e7c6992aa5af3_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:85859d9cf6668ca35cf196718aa7df1588411e4ddb287f832d4e7c6992aa5af3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:85859d9cf6668ca35cf196718aa7df1588411e4ddb287f832d4e7c6992aa5af3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:ed1989895d9f856d4cfcc6e4709233883e0dc7b9bbd2443d10d826eaa899b734_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:ed1989895d9f856d4cfcc6e4709233883e0dc7b9bbd2443d10d826eaa899b734_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:ed1989895d9f856d4cfcc6e4709233883e0dc7b9bbd2443d10d826eaa899b734_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:88bc1b9cedee4bebf90d217f61b8166ab0457dd245103610369821a64687322f_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:88bc1b9cedee4bebf90d217f61b8166ab0457dd245103610369821a64687322f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:88bc1b9cedee4bebf90d217f61b8166ab0457dd245103610369821a64687322f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b2f536faf8330207a5e3332dc4b7895ae75d7a0c80ed6681704dec1ed1c8d62b_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b2f536faf8330207a5e3332dc4b7895ae75d7a0c80ed6681704dec1ed1c8d62b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b2f536faf8330207a5e3332dc4b7895ae75d7a0c80ed6681704dec1ed1c8d62b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c8f98eba93ba62f17c51a77572d1ea794f2928e0e6e295ec881046e9fb04fa97_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c8f98eba93ba62f17c51a77572d1ea794f2928e0e6e295ec881046e9fb04fa97_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c8f98eba93ba62f17c51a77572d1ea794f2928e0e6e295ec881046e9fb04fa97_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:cb206bd45940912fcf244734c32e2c8938673dfd87fe12bd15671bf7c2a5206e_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:cb206bd45940912fcf244734c32e2c8938673dfd87fe12bd15671bf7c2a5206e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:cb206bd45940912fcf244734c32e2c8938673dfd87fe12bd15671bf7c2a5206e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3daa312b5c2bcfd679559c162f3ef9dc497dd1c1772cb18d003de78918a3e359_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3daa312b5c2bcfd679559c162f3ef9dc497dd1c1772cb18d003de78918a3e359_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3daa312b5c2bcfd679559c162f3ef9dc497dd1c1772cb18d003de78918a3e359_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:44cdd21f24db7870c11a5758e4e89f9aafbc7b77fbd510b7d26e8a9a6de03f1f_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:44cdd21f24db7870c11a5758e4e89f9aafbc7b77fbd510b7d26e8a9a6de03f1f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:44cdd21f24db7870c11a5758e4e89f9aafbc7b77fbd510b7d26e8a9a6de03f1f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:60a2e0c35e6c1248da50a89b854450de14c875fc134b7e9be481fa5ca91524bc_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:60a2e0c35e6c1248da50a89b854450de14c875fc134b7e9be481fa5ca91524bc_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:60a2e0c35e6c1248da50a89b854450de14c875fc134b7e9be481fa5ca91524bc_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:632e71ea8413382e51005f4110fedc3930270e617fe176415958f15e11ca87d9_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:632e71ea8413382e51005f4110fedc3930270e617fe176415958f15e11ca87d9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:632e71ea8413382e51005f4110fedc3930270e617fe176415958f15e11ca87d9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:32e4fc1654909b51802cb8abf8b5946e44483ccdced36c784941638296197163_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:32e4fc1654909b51802cb8abf8b5946e44483ccdced36c784941638296197163_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:32e4fc1654909b51802cb8abf8b5946e44483ccdced36c784941638296197163_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:45fdba490434d5c9b3f35072d5ca0f3c5f0dd2f836c9e3e1bffbfea53f8b4d11_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:45fdba490434d5c9b3f35072d5ca0f3c5f0dd2f836c9e3e1bffbfea53f8b4d11_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:45fdba490434d5c9b3f35072d5ca0f3c5f0dd2f836c9e3e1bffbfea53f8b4d11_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:5651967617c24f0fa3463d66cc35e484ef52dcc1cb32f1a96a095139c31964d8_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:5651967617c24f0fa3463d66cc35e484ef52dcc1cb32f1a96a095139c31964d8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:5651967617c24f0fa3463d66cc35e484ef52dcc1cb32f1a96a095139c31964d8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:abe083c619d9906f8ad612d300dfd9b7a6c9fc93897e4c437f2ad5481eb4320a_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:abe083c619d9906f8ad612d300dfd9b7a6c9fc93897e4c437f2ad5481eb4320a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:abe083c619d9906f8ad612d300dfd9b7a6c9fc93897e4c437f2ad5481eb4320a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2dd0915cc989ffbee4b234604427b4e14c89efe69a7d76e182ceaab10c6299b1_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2dd0915cc989ffbee4b234604427b4e14c89efe69a7d76e182ceaab10c6299b1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2dd0915cc989ffbee4b234604427b4e14c89efe69a7d76e182ceaab10c6299b1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9eb6b6ad34e973b0c20aec9028b893d92baca2639b28b9f5d457aac43392bfdb_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9eb6b6ad34e973b0c20aec9028b893d92baca2639b28b9f5d457aac43392bfdb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9eb6b6ad34e973b0c20aec9028b893d92baca2639b28b9f5d457aac43392bfdb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:be4a416afdfa019b7eefd6610034d97e43d15dc134cf2aa250dcf88084e6fbea_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:be4a416afdfa019b7eefd6610034d97e43d15dc134cf2aa250dcf88084e6fbea_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:be4a416afdfa019b7eefd6610034d97e43d15dc134cf2aa250dcf88084e6fbea_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ef488b181ed6865117b0f2ba94075786b6e564602ba420d58e570ce9d919f069_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ef488b181ed6865117b0f2ba94075786b6e564602ba420d58e570ce9d919f069_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ef488b181ed6865117b0f2ba94075786b6e564602ba420d58e570ce9d919f069_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:59e3ee88feccca815009efc5c992e184f4f091e01f3b2c014a65abcd1cf78284_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:59e3ee88feccca815009efc5c992e184f4f091e01f3b2c014a65abcd1cf78284_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:59e3ee88feccca815009efc5c992e184f4f091e01f3b2c014a65abcd1cf78284_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:7534da640a66d5b46018bac0decb415afe5a25a438c763afc73b4a7e8d25ee64_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:7534da640a66d5b46018bac0decb415afe5a25a438c763afc73b4a7e8d25ee64_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:7534da640a66d5b46018bac0decb415afe5a25a438c763afc73b4a7e8d25ee64_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:85c474a602a432c886402b1411497d7586ec3802d4e556bfdd6ce2676aad3862_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:85c474a602a432c886402b1411497d7586ec3802d4e556bfdd6ce2676aad3862_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:85c474a602a432c886402b1411497d7586ec3802d4e556bfdd6ce2676aad3862_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:ac2600a181492ce1a44e31c83258a5fba05c7f39695c5f6887965a6bb2871df8_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:ac2600a181492ce1a44e31c83258a5fba05c7f39695c5f6887965a6bb2871df8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:ac2600a181492ce1a44e31c83258a5fba05c7f39695c5f6887965a6bb2871df8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:222b70b3268bd5b6e1a960a85773594e543ab847b59dfa0dd3d94104ac3cb38e_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:222b70b3268bd5b6e1a960a85773594e543ab847b59dfa0dd3d94104ac3cb38e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:222b70b3268bd5b6e1a960a85773594e543ab847b59dfa0dd3d94104ac3cb38e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:596b7c513cfcf12c8e991f82f45aa2154363952c11f48bcdaa271818fe790515_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:596b7c513cfcf12c8e991f82f45aa2154363952c11f48bcdaa271818fe790515_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:596b7c513cfcf12c8e991f82f45aa2154363952c11f48bcdaa271818fe790515_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:86ce0e99da0c35b99dd1d8b28cb02076e26a87d9d7a7e539e85f56eca1906de2_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:86ce0e99da0c35b99dd1d8b28cb02076e26a87d9d7a7e539e85f56eca1906de2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:86ce0e99da0c35b99dd1d8b28cb02076e26a87d9d7a7e539e85f56eca1906de2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cfd9974465dac521af7557689c6091d373d8462cd899ef4ee06716b2e2c945ec_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cfd9974465dac521af7557689c6091d373d8462cd899ef4ee06716b2e2c945ec_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cfd9974465dac521af7557689c6091d373d8462cd899ef4ee06716b2e2c945ec_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:077cd921e585d41b95eb57cf921878e7c3e36a6fd8a19fb00fb14a28650c0c56_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:077cd921e585d41b95eb57cf921878e7c3e36a6fd8a19fb00fb14a28650c0c56_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:077cd921e585d41b95eb57cf921878e7c3e36a6fd8a19fb00fb14a28650c0c56_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:5907d836ebf2133c63591afc2135a9224582e0c75373642d4bca8094ee4d48bc_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:5907d836ebf2133c63591afc2135a9224582e0c75373642d4bca8094ee4d48bc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:5907d836ebf2133c63591afc2135a9224582e0c75373642d4bca8094ee4d48bc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:8dd9787566554a85650fdcbe3461ce973495bda716557aefc7a7a2c2fd482815_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:8dd9787566554a85650fdcbe3461ce973495bda716557aefc7a7a2c2fd482815_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:8dd9787566554a85650fdcbe3461ce973495bda716557aefc7a7a2c2fd482815_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:ffbab63b764bd79e20f869b83736c41ea28ef2eeeff1305f87fdb7dc4bf6dc55_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:ffbab63b764bd79e20f869b83736c41ea28ef2eeeff1305f87fdb7dc4bf6dc55_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:ffbab63b764bd79e20f869b83736c41ea28ef2eeeff1305f87fdb7dc4bf6dc55_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:162b737fd1a333a5eb9bf62eb46cea08d9285247685ae705977751f203e767a3_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:162b737fd1a333a5eb9bf62eb46cea08d9285247685ae705977751f203e767a3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:162b737fd1a333a5eb9bf62eb46cea08d9285247685ae705977751f203e767a3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:8c4270b6cb5ac0d566c7a1b9e546cb637a43586587076f757e61a5a6fd34a251_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:8c4270b6cb5ac0d566c7a1b9e546cb637a43586587076f757e61a5a6fd34a251_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:8c4270b6cb5ac0d566c7a1b9e546cb637a43586587076f757e61a5a6fd34a251_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:b7d7b847c855c894255f887e106b3027a29e2fd0dfd8bd606a1280a4313b094b_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:b7d7b847c855c894255f887e106b3027a29e2fd0dfd8bd606a1280a4313b094b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:b7d7b847c855c894255f887e106b3027a29e2fd0dfd8bd606a1280a4313b094b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:b88b8c16bbd10bffc3c7428e861c2e9b8749da27eda5a33a0fa538b9949ec33a_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:b88b8c16bbd10bffc3c7428e861c2e9b8749da27eda5a33a0fa538b9949ec33a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:b88b8c16bbd10bffc3c7428e861c2e9b8749da27eda5a33a0fa538b9949ec33a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:82254fb1f4ee4da82f1a6326044cde4ba311044cea5a5c2e28da70a67a82e8f9_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:82254fb1f4ee4da82f1a6326044cde4ba311044cea5a5c2e28da70a67a82e8f9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:82254fb1f4ee4da82f1a6326044cde4ba311044cea5a5c2e28da70a67a82e8f9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:88179c9f57abbdad3c20d59c3ce38768b17e53e7f463167fafb447810a9b78f7_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:88179c9f57abbdad3c20d59c3ce38768b17e53e7f463167fafb447810a9b78f7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:88179c9f57abbdad3c20d59c3ce38768b17e53e7f463167fafb447810a9b78f7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:943f3d2183309803791c84adce621e29f3a61f6119dc0af1529cd688063c35f9_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:943f3d2183309803791c84adce621e29f3a61f6119dc0af1529cd688063c35f9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:943f3d2183309803791c84adce621e29f3a61f6119dc0af1529cd688063c35f9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d6c0c5250326cb44c5950c4d46bd13fdbc3acc7d36b05f1dc34a9744aba6586d_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d6c0c5250326cb44c5950c4d46bd13fdbc3acc7d36b05f1dc34a9744aba6586d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d6c0c5250326cb44c5950c4d46bd13fdbc3acc7d36b05f1dc34a9744aba6586d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:426b08682f0c5d8833046d5ca88f2b3af44ee38218dcc57fa41a884a9fa938a6_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:426b08682f0c5d8833046d5ca88f2b3af44ee38218dcc57fa41a884a9fa938a6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:426b08682f0c5d8833046d5ca88f2b3af44ee38218dcc57fa41a884a9fa938a6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:64e190645dd9dff1f4898ec45cc4ac42cc94f1b4bf8b1b4022a07873da039a36_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:64e190645dd9dff1f4898ec45cc4ac42cc94f1b4bf8b1b4022a07873da039a36_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:64e190645dd9dff1f4898ec45cc4ac42cc94f1b4bf8b1b4022a07873da039a36_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:bd152c2607b552226f73b3a760aeb307592cac725106da7d65b3ea3a460708c6_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:bd152c2607b552226f73b3a760aeb307592cac725106da7d65b3ea3a460708c6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:bd152c2607b552226f73b3a760aeb307592cac725106da7d65b3ea3a460708c6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:cd37ef01e0c5586ab14e6a041a2cf093dfa8815b3e21a1ae636369b64fc2a253_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:cd37ef01e0c5586ab14e6a041a2cf093dfa8815b3e21a1ae636369b64fc2a253_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:cd37ef01e0c5586ab14e6a041a2cf093dfa8815b3e21a1ae636369b64fc2a253_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1922232d6d920c408323f02e725c79132e46a9d73beb16244d0320201bd2a097_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1922232d6d920c408323f02e725c79132e46a9d73beb16244d0320201bd2a097_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1922232d6d920c408323f02e725c79132e46a9d73beb16244d0320201bd2a097_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:2622b7c4add731fd89832f5eebec7c86300749d80cf50fe0e397657c52dd2fdf_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:2622b7c4add731fd89832f5eebec7c86300749d80cf50fe0e397657c52dd2fdf_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:2622b7c4add731fd89832f5eebec7c86300749d80cf50fe0e397657c52dd2fdf_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3d77a408ab227b6658ca9643adfa97499b469e7a2faf1a2eba8cffb57fa9dd6d_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3d77a408ab227b6658ca9643adfa97499b469e7a2faf1a2eba8cffb57fa9dd6d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3d77a408ab227b6658ca9643adfa97499b469e7a2faf1a2eba8cffb57fa9dd6d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:b29944894d3e8fc54349b0382fb01b25cf4445a29f82c45a4e75146c18e2cf8d_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:b29944894d3e8fc54349b0382fb01b25cf4445a29f82c45a4e75146c18e2cf8d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:b29944894d3e8fc54349b0382fb01b25cf4445a29f82c45a4e75146c18e2cf8d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:47a37b58e2bea7dabb2da791027a2e880c10387e6c836bac1c45bcb059105156_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:47a37b58e2bea7dabb2da791027a2e880c10387e6c836bac1c45bcb059105156_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:47a37b58e2bea7dabb2da791027a2e880c10387e6c836bac1c45bcb059105156_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c1836d3d39c323a9f3920b769a8e40af886abbd390a8ce57b7debfdcda966860_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c1836d3d39c323a9f3920b769a8e40af886abbd390a8ce57b7debfdcda966860_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c1836d3d39c323a9f3920b769a8e40af886abbd390a8ce57b7debfdcda966860_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f4fd8a5427d8f74e7833efa23a0f7ddc8f4a2fd497b85988cad2b201f9033264_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f4fd8a5427d8f74e7833efa23a0f7ddc8f4a2fd497b85988cad2b201f9033264_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f4fd8a5427d8f74e7833efa23a0f7ddc8f4a2fd497b85988cad2b201f9033264_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f872b70b2027aaa6e426ee17b4f08d729d4e8121e9e98cafdec350153ac6d464_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f872b70b2027aaa6e426ee17b4f08d729d4e8121e9e98cafdec350153ac6d464_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f872b70b2027aaa6e426ee17b4f08d729d4e8121e9e98cafdec350153ac6d464_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2e9f6ad9b1c5ac39b9e8813a056155ad2b594a264ddce4d7a5ddd411f4c9e8f8_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2e9f6ad9b1c5ac39b9e8813a056155ad2b594a264ddce4d7a5ddd411f4c9e8f8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2e9f6ad9b1c5ac39b9e8813a056155ad2b594a264ddce4d7a5ddd411f4c9e8f8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:462c3f69e1907a9b834188eb2aad3426d3f262315d1fbdb5629eb42b1849be0f_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:462c3f69e1907a9b834188eb2aad3426d3f262315d1fbdb5629eb42b1849be0f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:462c3f69e1907a9b834188eb2aad3426d3f262315d1fbdb5629eb42b1849be0f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5250cc91fe66d307afa3450a2c052725c340731911b342332bc3dbab76bd5e22_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5250cc91fe66d307afa3450a2c052725c340731911b342332bc3dbab76bd5e22_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5250cc91fe66d307afa3450a2c052725c340731911b342332bc3dbab76bd5e22_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:aad8e6a28b5544fd9e8db6641fcd2a85474eb04f87cd3823792710fae0e127c8_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:aad8e6a28b5544fd9e8db6641fcd2a85474eb04f87cd3823792710fae0e127c8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:aad8e6a28b5544fd9e8db6641fcd2a85474eb04f87cd3823792710fae0e127c8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:610b71151a7df8f4e29091e43bf71ef4a440430bc1f395cdf552844c3a111577_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:610b71151a7df8f4e29091e43bf71ef4a440430bc1f395cdf552844c3a111577_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:610b71151a7df8f4e29091e43bf71ef4a440430bc1f395cdf552844c3a111577_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:81f8d5808ac1503ffb406ebcfa40ad33fe4c13a62ec504c535b94a01312c3dd5_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:81f8d5808ac1503ffb406ebcfa40ad33fe4c13a62ec504c535b94a01312c3dd5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:81f8d5808ac1503ffb406ebcfa40ad33fe4c13a62ec504c535b94a01312c3dd5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:9a58f0d4761ad3c87d0bb346a3608965df2d3e85a5cd92072dfba1c831570279_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:9a58f0d4761ad3c87d0bb346a3608965df2d3e85a5cd92072dfba1c831570279_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:9a58f0d4761ad3c87d0bb346a3608965df2d3e85a5cd92072dfba1c831570279_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:abaf2a42a5b82e5bbfe58b051dbd24fd71db5dbd2375fe6b64b01e8154ebb183_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:abaf2a42a5b82e5bbfe58b051dbd24fd71db5dbd2375fe6b64b01e8154ebb183_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:abaf2a42a5b82e5bbfe58b051dbd24fd71db5dbd2375fe6b64b01e8154ebb183_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:767e3986e21c2f1514a8a12d8b07d8bfaccc5afabdb58ec2cec07918d9805554_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:767e3986e21c2f1514a8a12d8b07d8bfaccc5afabdb58ec2cec07918d9805554_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:767e3986e21c2f1514a8a12d8b07d8bfaccc5afabdb58ec2cec07918d9805554_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:e52247597556738716370c233f27fe6893bd7505b647204ad29e4bdbfb397c36_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:e52247597556738716370c233f27fe6893bd7505b647204ad29e4bdbfb397c36_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:e52247597556738716370c233f27fe6893bd7505b647204ad29e4bdbfb397c36_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:03201ef76eea07d6632c483c1f05a1b983a8fb17e892722f673d7903d3d589ae_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:03201ef76eea07d6632c483c1f05a1b983a8fb17e892722f673d7903d3d589ae_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:03201ef76eea07d6632c483c1f05a1b983a8fb17e892722f673d7903d3d589ae_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:c87642be397b0f7532a4d798adca5679a994a52f56ad0825859bec705e923f6a_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:c87642be397b0f7532a4d798adca5679a994a52f56ad0825859bec705e923f6a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:c87642be397b0f7532a4d798adca5679a994a52f56ad0825859bec705e923f6a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:2296b574fac529573dac1bda657ea2916d59c5adad72385acf19d8e38146947d_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:2296b574fac529573dac1bda657ea2916d59c5adad72385acf19d8e38146947d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:2296b574fac529573dac1bda657ea2916d59c5adad72385acf19d8e38146947d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:2b606ac9745c95d3c70d91044357602677c8ab5e6242ee78aa9f11ccb4729e57_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:2b606ac9745c95d3c70d91044357602677c8ab5e6242ee78aa9f11ccb4729e57_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:2b606ac9745c95d3c70d91044357602677c8ab5e6242ee78aa9f11ccb4729e57_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:05f4b34c9abb9bf70a50c0250f6b130274c276a216aa3d2d6a18cdfc61899886_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:05f4b34c9abb9bf70a50c0250f6b130274c276a216aa3d2d6a18cdfc61899886_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:05f4b34c9abb9bf70a50c0250f6b130274c276a216aa3d2d6a18cdfc61899886_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:44305451a86fa2140f50c3a6e9d430f84aa4015834d51d406fa5847bee846d04_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:44305451a86fa2140f50c3a6e9d430f84aa4015834d51d406fa5847bee846d04_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:44305451a86fa2140f50c3a6e9d430f84aa4015834d51d406fa5847bee846d04_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:2f962daa09a741fef6dae721df2f0c66b911b70ac45e50fba5d3c4e17e9942b8_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:2f962daa09a741fef6dae721df2f0c66b911b70ac45e50fba5d3c4e17e9942b8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:2f962daa09a741fef6dae721df2f0c66b911b70ac45e50fba5d3c4e17e9942b8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3a22070544241e1aba74be893b409267d894b867cb245d0ff8bdcffda72f8930_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3a22070544241e1aba74be893b409267d894b867cb245d0ff8bdcffda72f8930_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3a22070544241e1aba74be893b409267d894b867cb245d0ff8bdcffda72f8930_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a3e610fffc61c36b60917fae40dd3869de7876ae41b286f0d5397d31fa119f8b_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a3e610fffc61c36b60917fae40dd3869de7876ae41b286f0d5397d31fa119f8b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a3e610fffc61c36b60917fae40dd3869de7876ae41b286f0d5397d31fa119f8b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:acd05d00f32c61bb6fa2a544887dd218002e2135a0de1acf7896571768735aa2_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:acd05d00f32c61bb6fa2a544887dd218002e2135a0de1acf7896571768735aa2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:acd05d00f32c61bb6fa2a544887dd218002e2135a0de1acf7896571768735aa2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:0c0a5d2256bb2f57a9656d8bc97df07613940255c6add3fbaf2e6322ca840d43_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:0c0a5d2256bb2f57a9656d8bc97df07613940255c6add3fbaf2e6322ca840d43_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:0c0a5d2256bb2f57a9656d8bc97df07613940255c6add3fbaf2e6322ca840d43_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2cf1694768e2bf9fdde5859407a7366f44dfd567ba956cad64e76cfae189450f_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2cf1694768e2bf9fdde5859407a7366f44dfd567ba956cad64e76cfae189450f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2cf1694768e2bf9fdde5859407a7366f44dfd567ba956cad64e76cfae189450f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:707d8e731d89185bc601f005fb49bfe73a063702c3058b7de342e6b90e84c9a2_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:707d8e731d89185bc601f005fb49bfe73a063702c3058b7de342e6b90e84c9a2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:707d8e731d89185bc601f005fb49bfe73a063702c3058b7de342e6b90e84c9a2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8c6a0ab37cf5fbbce8b9ab785c93d9eb368180c6ca39ce13bb10a7eea3208f3f_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8c6a0ab37cf5fbbce8b9ab785c93d9eb368180c6ca39ce13bb10a7eea3208f3f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8c6a0ab37cf5fbbce8b9ab785c93d9eb368180c6ca39ce13bb10a7eea3208f3f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1b54fdc04c2314437910c9a093e8ec65dab98d46351796985a21335a6b769e0d_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1b54fdc04c2314437910c9a093e8ec65dab98d46351796985a21335a6b769e0d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1b54fdc04c2314437910c9a093e8ec65dab98d46351796985a21335a6b769e0d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:21f55af564e556247c4ea8263a5878314e025f290a723b716a9402c3ad228084_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:21f55af564e556247c4ea8263a5878314e025f290a723b716a9402c3ad228084_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:21f55af564e556247c4ea8263a5878314e025f290a723b716a9402c3ad228084_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:240acd5fc3d093867cd7efd4587ebefe048c6284a801da08faf8e2d9fcb19a47_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:240acd5fc3d093867cd7efd4587ebefe048c6284a801da08faf8e2d9fcb19a47_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:240acd5fc3d093867cd7efd4587ebefe048c6284a801da08faf8e2d9fcb19a47_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:be910f706a78786f57bf9601f04808dd78cd377c7dca4e0fef655be3a03e3350_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:be910f706a78786f57bf9601f04808dd78cd377c7dca4e0fef655be3a03e3350_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:be910f706a78786f57bf9601f04808dd78cd377c7dca4e0fef655be3a03e3350_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:3588dbbbc1b77e32314e2cef4b226e8430c04d269f8fb0a428d1859cbf95748f_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:3588dbbbc1b77e32314e2cef4b226e8430c04d269f8fb0a428d1859cbf95748f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:3588dbbbc1b77e32314e2cef4b226e8430c04d269f8fb0a428d1859cbf95748f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:53923226087001bf8b4a6fe17761d2f7f745ab20710e7c1074673c6566a070e8_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:53923226087001bf8b4a6fe17761d2f7f745ab20710e7c1074673c6566a070e8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:53923226087001bf8b4a6fe17761d2f7f745ab20710e7c1074673c6566a070e8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6f20725914f0924a8c0e605bfe6cbb2040ebcb7953737a120aac78ae540cbe34_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6f20725914f0924a8c0e605bfe6cbb2040ebcb7953737a120aac78ae540cbe34_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6f20725914f0924a8c0e605bfe6cbb2040ebcb7953737a120aac78ae540cbe34_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:e54b16f55fc9fff3ffdd04798462db934a9c6f218cf427a29b63235c733c666b_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:e54b16f55fc9fff3ffdd04798462db934a9c6f218cf427a29b63235c733c666b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:e54b16f55fc9fff3ffdd04798462db934a9c6f218cf427a29b63235c733c666b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:11a2f9b1e75a4e3af89c08a63a03854b3c8b4e42b3e4d82151502322b896a11f_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:11a2f9b1e75a4e3af89c08a63a03854b3c8b4e42b3e4d82151502322b896a11f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:11a2f9b1e75a4e3af89c08a63a03854b3c8b4e42b3e4d82151502322b896a11f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:44846d7c33ba800c8078e768421b1d9b39ed30ed318b680da06b5c97ffec50e8_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:44846d7c33ba800c8078e768421b1d9b39ed30ed318b680da06b5c97ffec50e8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:44846d7c33ba800c8078e768421b1d9b39ed30ed318b680da06b5c97ffec50e8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:8c5c065ef84a9e997ad7703c11e4676470ee7a2100fe617b51d08c5232a3cb75_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:8c5c065ef84a9e997ad7703c11e4676470ee7a2100fe617b51d08c5232a3cb75_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:8c5c065ef84a9e997ad7703c11e4676470ee7a2100fe617b51d08c5232a3cb75_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:94d5008f0cbba99ee510257dc9921c6874e3853bffa0a22f91fb8635608c4cd2_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:94d5008f0cbba99ee510257dc9921c6874e3853bffa0a22f91fb8635608c4cd2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:94d5008f0cbba99ee510257dc9921c6874e3853bffa0a22f91fb8635608c4cd2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:00f6088de94a844f32fe0f9a182e56ab06524c946c47f2c5e7156b51cb5602bb_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:00f6088de94a844f32fe0f9a182e56ab06524c946c47f2c5e7156b51cb5602bb_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:00f6088de94a844f32fe0f9a182e56ab06524c946c47f2c5e7156b51cb5602bb_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:1b94bd10f5dd7c2b2ea46d32c905b5d95634aced341be5dd8afacf9b8123093f_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:1b94bd10f5dd7c2b2ea46d32c905b5d95634aced341be5dd8afacf9b8123093f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:1b94bd10f5dd7c2b2ea46d32c905b5d95634aced341be5dd8afacf9b8123093f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:492ed93a8e5a9ae62e754c29240958a6c1909bffba60fdd5fced1097b955bcd0_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:492ed93a8e5a9ae62e754c29240958a6c1909bffba60fdd5fced1097b955bcd0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:492ed93a8e5a9ae62e754c29240958a6c1909bffba60fdd5fced1097b955bcd0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a301c39c613445ea4df3c3bb70cf653d456a2e2f2cabc8ba7899e14792065170_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a301c39c613445ea4df3c3bb70cf653d456a2e2f2cabc8ba7899e14792065170_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a301c39c613445ea4df3c3bb70cf653d456a2e2f2cabc8ba7899e14792065170_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:31af242f688dd17a96083aeb35e100f97d99df2e1d95ef975297cafca25b6575_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:31af242f688dd17a96083aeb35e100f97d99df2e1d95ef975297cafca25b6575_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:31af242f688dd17a96083aeb35e100f97d99df2e1d95ef975297cafca25b6575_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:55faf10fc5ede65f8bf6b3c3524ee3dc3427660180aa499e208c1a0ec2edc0ec_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:55faf10fc5ede65f8bf6b3c3524ee3dc3427660180aa499e208c1a0ec2edc0ec_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:55faf10fc5ede65f8bf6b3c3524ee3dc3427660180aa499e208c1a0ec2edc0ec_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:7bebc921122ec103b0a42a0040f98dbfb821a1b735a485ebeb8e5a58ba638216_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:7bebc921122ec103b0a42a0040f98dbfb821a1b735a485ebeb8e5a58ba638216_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:7bebc921122ec103b0a42a0040f98dbfb821a1b735a485ebeb8e5a58ba638216_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:a918a598fb1ccec94141c0578606d66016df51dd6d60437e6abef990d58177aa_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:a918a598fb1ccec94141c0578606d66016df51dd6d60437e6abef990d58177aa_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:a918a598fb1ccec94141c0578606d66016df51dd6d60437e6abef990d58177aa_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:0733858547fe3b3e5ba4fd312446b846f4da4117a767552662871d61ff6952c5_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:0733858547fe3b3e5ba4fd312446b846f4da4117a767552662871d61ff6952c5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:0733858547fe3b3e5ba4fd312446b846f4da4117a767552662871d61ff6952c5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:61ecfb19f466f5e76b77fba34b03b592cd8465956aea1d7c64e2bc27ae1fd2d4_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:61ecfb19f466f5e76b77fba34b03b592cd8465956aea1d7c64e2bc27ae1fd2d4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:61ecfb19f466f5e76b77fba34b03b592cd8465956aea1d7c64e2bc27ae1fd2d4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:97ad34222a7b6f40f4e7f371de5ab7f9bd21519abd49dad6fb9ce5e775cccafc_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:97ad34222a7b6f40f4e7f371de5ab7f9bd21519abd49dad6fb9ce5e775cccafc_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:97ad34222a7b6f40f4e7f371de5ab7f9bd21519abd49dad6fb9ce5e775cccafc_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:df538992ddf8edd62462644c5fdc23265be18523e42ee350226e4ef341896fb3_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:df538992ddf8edd62462644c5fdc23265be18523e42ee350226e4ef341896fb3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:df538992ddf8edd62462644c5fdc23265be18523e42ee350226e4ef341896fb3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8f9dd799d03d523103b6ec8910f1824f01e142aff8c689d55a3728250b8be3d7_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8f9dd799d03d523103b6ec8910f1824f01e142aff8c689d55a3728250b8be3d7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8f9dd799d03d523103b6ec8910f1824f01e142aff8c689d55a3728250b8be3d7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:9c0208ed841ab00ba866121c2c6d471cfb4356d05501a2a78c563d4d9735344b_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:9c0208ed841ab00ba866121c2c6d471cfb4356d05501a2a78c563d4d9735344b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:9c0208ed841ab00ba866121c2c6d471cfb4356d05501a2a78c563d4d9735344b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c4631236ed116c123793555732f647ff3d3fd8cb89a4f83dfc846b4456e03588_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c4631236ed116c123793555732f647ff3d3fd8cb89a4f83dfc846b4456e03588_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c4631236ed116c123793555732f647ff3d3fd8cb89a4f83dfc846b4456e03588_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:eb77fcd0fc42f542e8f761eee4003cd969ef4e80b94f10e2b25e801acccd0911_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:eb77fcd0fc42f542e8f761eee4003cd969ef4e80b94f10e2b25e801acccd0911_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:eb77fcd0fc42f542e8f761eee4003cd969ef4e80b94f10e2b25e801acccd0911_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3986a780fc3c4722e9f89872becc411c9d30d824ca97990ea58943c95974bc67_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3986a780fc3c4722e9f89872becc411c9d30d824ca97990ea58943c95974bc67_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3986a780fc3c4722e9f89872becc411c9d30d824ca97990ea58943c95974bc67_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:42ebd671fba15ee296288177629f54b680248438351c85c305a970d74b5356cd_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:42ebd671fba15ee296288177629f54b680248438351c85c305a970d74b5356cd_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:42ebd671fba15ee296288177629f54b680248438351c85c305a970d74b5356cd_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:950695ad184709b631a6220ebd01cdcfff0c841f9c0977db7aab1fb2ec309c76_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:950695ad184709b631a6220ebd01cdcfff0c841f9c0977db7aab1fb2ec309c76_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:950695ad184709b631a6220ebd01cdcfff0c841f9c0977db7aab1fb2ec309c76_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:b664dc527a0cc5864e95b25751979fec4d4500ead771860fe6aa4f0f24c7ba8e_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:b664dc527a0cc5864e95b25751979fec4d4500ead771860fe6aa4f0f24c7ba8e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:b664dc527a0cc5864e95b25751979fec4d4500ead771860fe6aa4f0f24c7ba8e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:41be253a6c643b9ff74f2728ca9c113129ff2cb7139d0130e661f757d178127f_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:41be253a6c643b9ff74f2728ca9c113129ff2cb7139d0130e661f757d178127f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:41be253a6c643b9ff74f2728ca9c113129ff2cb7139d0130e661f757d178127f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5000590500a94e98d05367647643d0a878a940a55fdb22fe24031b254d40e81f_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5000590500a94e98d05367647643d0a878a940a55fdb22fe24031b254d40e81f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5000590500a94e98d05367647643d0a878a940a55fdb22fe24031b254d40e81f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:7e3d1fe26cf4c96811fd9992becaf4e4c01055216ead8f58aaf3b4842b216d62_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:7e3d1fe26cf4c96811fd9992becaf4e4c01055216ead8f58aaf3b4842b216d62_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:7e3d1fe26cf4c96811fd9992becaf4e4c01055216ead8f58aaf3b4842b216d62_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e399f3ff5ec8b143ea7261572b85c170e39af26dd92aefbe21cc56fb652cfd16_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e399f3ff5ec8b143ea7261572b85c170e39af26dd92aefbe21cc56fb652cfd16_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e399f3ff5ec8b143ea7261572b85c170e39af26dd92aefbe21cc56fb652cfd16_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:725f8d814c5acd2fd5e5f38106a89ef41fec83ca077647cf4c9c5f909e338660_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:725f8d814c5acd2fd5e5f38106a89ef41fec83ca077647cf4c9c5f909e338660_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:725f8d814c5acd2fd5e5f38106a89ef41fec83ca077647cf4c9c5f909e338660_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:81e38a7a721ccd6b424b8162de021155c8afc3d4e036b26baece7a52e1ee44e0_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:81e38a7a721ccd6b424b8162de021155c8afc3d4e036b26baece7a52e1ee44e0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:81e38a7a721ccd6b424b8162de021155c8afc3d4e036b26baece7a52e1ee44e0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:9b07702f9d90053a3e349df86cfa61ae30522447b3ed6e44ea14ca34e9d54f6a_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:9b07702f9d90053a3e349df86cfa61ae30522447b3ed6e44ea14ca34e9d54f6a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:9b07702f9d90053a3e349df86cfa61ae30522447b3ed6e44ea14ca34e9d54f6a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e12cb0851fc2f5e35c9258ad9360efa8f107b0a79e1cd17e0b5e302690125ea7_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e12cb0851fc2f5e35c9258ad9360efa8f107b0a79e1cd17e0b5e302690125ea7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e12cb0851fc2f5e35c9258ad9360efa8f107b0a79e1cd17e0b5e302690125ea7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1dd92470819fdcb1772f425687cacbb71f1ace0453cae1dd4b5ad01b747fe54c_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1dd92470819fdcb1772f425687cacbb71f1ace0453cae1dd4b5ad01b747fe54c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1dd92470819fdcb1772f425687cacbb71f1ace0453cae1dd4b5ad01b747fe54c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1e76fe522f07e3acac6cc06c67b783af055d5d0f068ed64e96ab1eb38f7913d8_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1e76fe522f07e3acac6cc06c67b783af055d5d0f068ed64e96ab1eb38f7913d8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1e76fe522f07e3acac6cc06c67b783af055d5d0f068ed64e96ab1eb38f7913d8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:65c62baa1eede5768a6d01c4a6cf9e5b4c8c9dabe933d167228711ee6f50bf22_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:65c62baa1eede5768a6d01c4a6cf9e5b4c8c9dabe933d167228711ee6f50bf22_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:65c62baa1eede5768a6d01c4a6cf9e5b4c8c9dabe933d167228711ee6f50bf22_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:eafcf7c7eec61806567473c474d88c2ee5fea2866360ff451214a20978fcbdd0_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:eafcf7c7eec61806567473c474d88c2ee5fea2866360ff451214a20978fcbdd0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:eafcf7c7eec61806567473c474d88c2ee5fea2866360ff451214a20978fcbdd0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:98845440ef473d8a65a926f6fc7e9bc95e2d975c6431bc2c64c04d166226cce1_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:98845440ef473d8a65a926f6fc7e9bc95e2d975c6431bc2c64c04d166226cce1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:98845440ef473d8a65a926f6fc7e9bc95e2d975c6431bc2c64c04d166226cce1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:be08fb249d0548451580e3795c97c98c9275bd2e0d8d6ac5385490876578f4b8_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:be08fb249d0548451580e3795c97c98c9275bd2e0d8d6ac5385490876578f4b8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:be08fb249d0548451580e3795c97c98c9275bd2e0d8d6ac5385490876578f4b8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:e28276a853d5b9b4937c8d38717139597be50e7458801607c841a569703a97a2_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:e28276a853d5b9b4937c8d38717139597be50e7458801607c841a569703a97a2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:e28276a853d5b9b4937c8d38717139597be50e7458801607c841a569703a97a2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:9adb740bf133ce7652c8196b32f4c5c5a3ef65515c4b861d8cf2c9c6f0d1c4bd_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:9adb740bf133ce7652c8196b32f4c5c5a3ef65515c4b861d8cf2c9c6f0d1c4bd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:9adb740bf133ce7652c8196b32f4c5c5a3ef65515c4b861d8cf2c9c6f0d1c4bd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:98845440ef473d8a65a926f6fc7e9bc95e2d975c6431bc2c64c04d166226cce1_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:98845440ef473d8a65a926f6fc7e9bc95e2d975c6431bc2c64c04d166226cce1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:98845440ef473d8a65a926f6fc7e9bc95e2d975c6431bc2c64c04d166226cce1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:be08fb249d0548451580e3795c97c98c9275bd2e0d8d6ac5385490876578f4b8_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:be08fb249d0548451580e3795c97c98c9275bd2e0d8d6ac5385490876578f4b8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:be08fb249d0548451580e3795c97c98c9275bd2e0d8d6ac5385490876578f4b8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:a8fced5ebdfe32003054afcac8ec22e606806a53dd12d9ef6b594c9b4add893b_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:a8fced5ebdfe32003054afcac8ec22e606806a53dd12d9ef6b594c9b4add893b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:a8fced5ebdfe32003054afcac8ec22e606806a53dd12d9ef6b594c9b4add893b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:5288894add34aafeec729069a4a4917aa7d4156917f9a5e2dcd82aa4bcea2a91_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:5288894add34aafeec729069a4a4917aa7d4156917f9a5e2dcd82aa4bcea2a91_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:5288894add34aafeec729069a4a4917aa7d4156917f9a5e2dcd82aa4bcea2a91_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0e3b5a014910aa57779fb95853037590569f1edc9bb48bba2d9461b3a2b0fa73_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0e3b5a014910aa57779fb95853037590569f1edc9bb48bba2d9461b3a2b0fa73_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0e3b5a014910aa57779fb95853037590569f1edc9bb48bba2d9461b3a2b0fa73_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5c3e36c0e3589a527d795af3e4b2c7b543b6f5a4bf0e89f9262992a2284feb44_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5c3e36c0e3589a527d795af3e4b2c7b543b6f5a4bf0e89f9262992a2284feb44_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5c3e36c0e3589a527d795af3e4b2c7b543b6f5a4bf0e89f9262992a2284feb44_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6b2f4181bd5d51fa4058ad220841ff9db18b9dfb9aa16de912d89f26320c32e2_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6b2f4181bd5d51fa4058ad220841ff9db18b9dfb9aa16de912d89f26320c32e2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6b2f4181bd5d51fa4058ad220841ff9db18b9dfb9aa16de912d89f26320c32e2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f81dae6cfa04aa748063691e788c0e90633868549d2a53b8fb0ce14e37900928_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f81dae6cfa04aa748063691e788c0e90633868549d2a53b8fb0ce14e37900928_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f81dae6cfa04aa748063691e788c0e90633868549d2a53b8fb0ce14e37900928_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:010c10fe8bd3e00d8ad7c690fd4026fef3737f41161cc5838a186c7e9b13c53c_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:010c10fe8bd3e00d8ad7c690fd4026fef3737f41161cc5838a186c7e9b13c53c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:010c10fe8bd3e00d8ad7c690fd4026fef3737f41161cc5838a186c7e9b13c53c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:48e8779ae80d139e0d0cd6ff9d5586c66ba42f6c85d32cea200759056904ddd7_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:48e8779ae80d139e0d0cd6ff9d5586c66ba42f6c85d32cea200759056904ddd7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:48e8779ae80d139e0d0cd6ff9d5586c66ba42f6c85d32cea200759056904ddd7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:693661ef8254befcc66a4b7836deb522b2ae96b68b10079f232e2d1c3a428ec7_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:693661ef8254befcc66a4b7836deb522b2ae96b68b10079f232e2d1c3a428ec7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:693661ef8254befcc66a4b7836deb522b2ae96b68b10079f232e2d1c3a428ec7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:80921c9a957d7e76d85e0f30c83e8f007067ef8a435e6aeccb5918f399914784_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:80921c9a957d7e76d85e0f30c83e8f007067ef8a435e6aeccb5918f399914784_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:80921c9a957d7e76d85e0f30c83e8f007067ef8a435e6aeccb5918f399914784_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-13465",
"cwe": {
"id": "CWE-1321",
"name": "Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)"
},
"discovery_date": "2026-01-21T20:01:28.774829+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:31a0ff47aa1a017d18773be577a1dc3296001154c7c40de20cbc3cc767b0c16b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:41564206c906171df891ccc7c92274cb7998f29687ff7d2e44399242e38682b0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:71f36e93f7195b10639a5c7db58e2f396f1272c6dbaba651e78a4c9ce955c427_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:ab71874b013fdb05845e94a9b4e3432d865a6157cff72725b1ea7589c6717b9e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:34b678523168aca5571ba1e631a458addc39ea9aaea3eff355fbe091e859b30f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:7cc0d1bbc241ac63a5f45a949a439d54316c23c7045659a9d44771e5541e7e17_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:7dfa6966d81447102d92f49b7256c7b47955f1d2b60e5b9dc133f71a1b2c8033_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b07a724845d8acbb842e9c96ebe2ab5355f266ae382d703c0f92a84c6d79de20_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:3d124f0dfefa90e249b024817c37087e6294880030bf95333bdf0b39bb1db696_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:580b4036071c17c8551b3171c31ecaeb61aea5dd431d147f036a832565531948_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:5e9203d284843bf5a5a3e7178104fbaa3b4a620bc6f889b36c6c077aa93f56e4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:ccb8be0ede2d9ecffd5bd7b4c9c555156b826cd864f5eaae87b3c1c58c7ede31_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:17d2506a96ba4da62c33738d9798c651658555531ba721f277b95b9c5283df84_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:3e6f6f0d6ceed5244d82b17442e473729421d59ec5cd1a71deacc15531f2929c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:8ebf277d8c153fa0be2825ebade894a87f61ba26c198225e4fd714302be26ef2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e0ead7eca26924691145465af2c5c06efae71a197f68043730e56d5cd63aaa59_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:2d9397f611cb4830f7b9bb67e7e35af224c0f121e4fe884c98c7c4807ef84855_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:79e8c5b1e61683f9c78e8d1022c90ce13c4b3c438dc373773c8d174b9835c862_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e104e90349ec069f6b4fbf749dd261ce91b21237b367c421bfcec3dfbe1bbbb9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:ef70455cbaeae026e8b15538a2a1d159bbb35e47427ea97e13f5e5a7cdf27dcc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:1683b25c778adadab73dab246e98caa2ee21c561fa57b1f2ca7211eae88876ae_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5c875e3f0f2b0c11b8ba123f0716e007fa09b21ee696dce0c71ba774c1a2c7c4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6b96865aa6187e5d1d46bb64717dfcd42a1cc17f33bbb96be9021d8b61f6465f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6d1451124fcfb4ef7a5a4c673e06603443f538c6ff781f10706e8814245ff056_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:3cc3d7622e92973a3e7c5807ee254195082fb9808132838ac28a357e66e892c0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:685d78a491e935d0b4e7a8eea29df7863976a60800d1e08c3bd3faaeafad5a25_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:88b54af358d720bcc453fc09511bdfc7793b211dce0014648eea9ab01fc623f8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b6a234ddf1c93f87ab0ba77b6dfbb1ae9ff2a1b130224daded0de20781a1f650_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:68c09233701045a0512a7310d21be057e1baeab5eab74e246770e148daa87c53_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7566fa876d194d7cfd6efbb888c2ad71ff04c07e80cc4591be682c095d1b6822_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:790592a71ce9e5bfce5c82f0efb257d08c463658db59b6bef0af4de7d0ccfbd8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:db9a84842c47a03d10c5e9c1c27552406af1b748efb9a4aabd8fc3e4da3d68ba_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:10eaf2277f538f2cf72b3f408cec4168f718acdc1918f0227f6b6c62531abbb6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:1e58da4120c75035a6adaf6718a1e97ec9c3d6127bbec91836171ddbd7141049_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2299f00f191ec86185e9c9573d36f213ca8e6d8bc6fe104a4ff5861e81911ff0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:64d10474aa6082fbc20dcb45adf3f78369650b94352eab601e16e3ea0f45dc70_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2857f545269812b58ce790369808c13b1c6f891b1c8521f61031ae1237d5e7c9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:68b0a64071a455fcff666bbff51d2757c1c395c7ed8d533a8e36ed3c27d1ee44_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a045a2aadc8aadf68064292aed51b08b5b848fd726bff69e8811a23fd17f7da5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:b47c8a889f18a9d9601612c058e1c890308f1603584b626d16ee7bf50af00d4d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:03bf1102e3d50616a2431782c84cff62edf1161999bf1b10662eaf65410fc55b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:6bc2b0f07f5e3ee0986b7652434359992bc995788d7a1fcdfe393f2b1a717dbc_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:74939b01007b6160c704836484d686b246516a2a1a7929a09901a57b9b4bb512_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:fbdd3810520e77b36b749f73d70d416799bae48b35430eb025a6b4e5d4b42b77_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2f57a1926d479f00d26f8973d6edac58f5030df3010c33e231d8d350f5afe3f6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:5fb00e50df62152bbdb2b98fd2de8054dfcd4d4f27b07001a197b0e6bb5e72f4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7422274a999abaecb4642499177d042c60f0d2b9bd9b470c7797eaa1ae03a901_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:c1d816e822e159bbd4b0e96ff11c2c0866f50ce60a0731ed995b08b83e9cfc9a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:1c60e886fdd81c6b90dc6a0f142dc5c4d5eb8c9d5bd796cc343abe5bce33affd_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7b549eb97fcef1ffb0a36d99e385098665d88b96e983c0cab4a73f0a96abedd9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:82714d7071cc06d1ce7701311acc91cccca5970b8d00228c164703c90657c56a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:efce8f153aa7fa0e0b4fe0f88a29b6b0d3e91b94a7f22f2986797d10c3292c84_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:0fbc562bcfc4c42579ecc86721e9e5f5d73784d5608ac58514081e3503f7c813_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:34eea13ef689221a855605f253e237382ba0dff12442ad975c2c5f0054011b04_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5b24ffc3141a2022711242b92b9ef187ac9f243e92862588779ef465efb312a0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:d733261ef4993cbe69ece9ed43b50275890db613b7aa258bd0fb9f0f15978cf9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4e4d42f9f65e036769551889fc5e813e5931ed853d3ba24acdcaccde692b12cb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:80c813e3e501d8280abce8b3d0564ac915ef638277444ff4d05ed9b2d02d478f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a81cf2d9704abeb5e16c8b9b46a7fbb99bdf0bdb1ff5f8130b2a2d61b61c75c0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:b629bf6b74a1b8d8be44b2945a6e42cda27e0d828c088a5b49b6fe866cd9a98d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0e57f63039219af389f3920cbcb324436a2aaf1a2123f4c2647f1c1edba90306_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:6dd4c338afd7f75a01d8161008857b1dfd0c1e0a7516c5ac79387ac7a4947237_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d996ae5e72eb8bd4584b5b51b1bb56c4f1573caa0791c5e66a5c89d850ef3dc1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d9b30068f814c6c1bcf9798e35ae70480c993dabfb5d88209b48f149cb49e6a5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:939ce68dc53e8612f38f1c9ee2a25034e4d7953f98b136dd24966d30bb7d4e82_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:db48cb10424ecaf7a52681e7e17bfbe187ee238ddb3be21ba599b3aabc856e0a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:3bb343771d20dd2ec6a05b595dd0065474799b189c33985589f07217b1fd321a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4f81654bccced71c7ae5a5c3946d219f6dded80bcd1025466e4c5b56923b263d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:629425498dd6d127acfcc5a3017c7c983c60168c4f3ec6a006846dcc6874bff5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cf01a745925200f7159c83075664127536f48e0534e319a651cafa9f11ae17fd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:59214d21308fdcf9535342dd4662ecd4f8ebea431270f577f5d6fd266371b6ed_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:ef21c8c721f544404ba4ef1d9e15e4435af42ceec995cc2cc43d39925378b3a9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:bfc8feac89b1aa29252fda1d473014e4723b562d59dc88f3ef7872a94a6d098b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:d4979ac2a5c608ac31a5683811b55aca412e6726b5cc1ebe4b214d3c8dff15f8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:c89e9f403f7dd4bada53f4ba338de51345266c2b657adba6cdca65172d113aaf_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:cc9a82f57cca4904a7a4d58073b1ba7624090301e0e740d961d35a860898d8e4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:d63a70864e886482cbcda411c93c811bb3b1d904b9a586ab42fc67cda8ddd9c7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:da37ae31a142733b6add537f48f9ae28b3f496b1472ba60b0ef5587ef8d5568a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:396f40db5ba672cd4ecad68fa6f837405c9bfae9fa38f1276e672918f9de7b4d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:7c0925fb8469922ace0b86ef5f81f9ba4bc711b6277172ee963a856b7252b741_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:545a23225833cb931e6962febaf183bf7fb7d3532c5ffa4556c9c198f3b73954_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:b91eaa2723393eff033053dee12e51852a7428dd0c06de7ec92bc3f561545a31_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:c887cc0ed1561b2253c907df741d98c1bf4836ba3faccc2d8c5a8734e0857fc1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:f77de5df278c92b8b8cbb8f3f0d93333f3fbcd4a0abb834d1edc5159cde007cb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:843858cb4847ed991480eba34975318360a498aa2661729c2c11133ddef21db7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d344bcbdaab988fcc26ae36cceb1eaf2b5f60943fac7bc1c318786c5b33fd45e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:5135f9f7e7e94624e8a0c319228380f86eec7e833130bffc4d005062bbb24075_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:b0559b45426a1525296d6c9790d1fdd40314e1ffd48c6f0c7afccb4db675813c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:2a34794e9a9694b03f338acec35e7c52af7936006878aed6dfb9ab216549ee96_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:5fbffddc788c5499be501c8650150299d515527b230e62dd15920b33f9eb93a3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:5976ec6aa81c47bae00c6d399adbfa5d38894d89e926afb414bebb94e5b8b8d1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:72972cd3378a738e45235e515cb52a206950fbe7d0a57f73aa3fc352875b4cfb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:654fe020d5ff989d8092f577e5137ac9913dc8eb6b90007c85e694e5b4ae99a3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:7766c535404fb104ddca41eb50e2be914c14bdcb6305ff3f6ab1508594c1fc90_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:fc9f987fb8c7dcc4256b38236d89fcee5155e3ee5facd62ad794c6d94408714f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:feb92f825bb3ab62bb5ac81ed63718f5e3fb274fd0b6575487285e55bcd549de_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:1497850497e4ff31638d1b53032a1162af975c3abd2396e627ad90ea4515cd94_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3a1df74d7419d8a2b09fa4741ad8f7ff71cc856745ab85ea91a0821dd427976d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c1b8250462e0d3bedfd64c4611ce9e9aa77f6475e48d948a2f844fd293cb649b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:de1026343cc529670671124a64b039cfab52a4bbbfc7d6d0d1bf5d6c21a0eba0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2e98c100a02f00cc2f58fc7e4773041e81be4781e8a8c02539acb17d66cea93c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:55973d56e1df439ece9c90bf4a6ac870c4be37fa5c718c90da6deb275c34c062_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7d39c8eccd19b70bdab2757e9088f1e3259cd0ee8c0a76421f8cca3274ccfd5c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:fde0b6709806f4fa012e86093d3abba689c7e4dce25859df9993d02f77adac38_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6b089f63a260ec9dced6dd494b2cd8b48861fd8a54f5a1669862165a4030d790_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7d96b0e06e1b04ad121c95d6eb87943032f8734a6565fabd6ce99562ba873ae9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:804ed4857fbd1bbac303549388e72451a4d0f81b99696fc7176e196db8644140_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9c0ed5fd8235d31c3a959cf3f00717a841c2e5ea2e9e222454ded28932ac2f2b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:25d6a0e67f63ee551a50d23bbf3ee87a8590cc618d06a1041327af0bbddcfb6b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:5c4c1cfad723db265d037968ba4892ba883f1251d06a6b348d3f5bcd78f3725c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:ba8f4ffe3f54ffebb1aeb3ac55b9c2091b3be0e2eafb9f4fa877c6b2a8abc787_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d05e5450605a9101e2b4502927b51a6bd93a8eb01ac3db39918ab17ec3c1cb86_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:229900b0543979b8053752c05214994d2590b501da90dd6fc43ded0cd839a2b2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:241f97ed5176e7d9234cf1893f43dcc08d375587540c7af47c19977f44965ae6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:811a41790eb1654cdd1a133ae525e8fc329fe330cf06293d12653be5c3904ddc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ba2426e6f8b4c4f49b191df2ef4824d30486a87aa3bf3af5cecc5aa958f96e43_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:18c88139b031c49545ac09935d1599740f0b49e3c2fdd1d84f4006a47bb2880c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:314bd5ede25ad4718f9d682ca27fe8e8817d79922d59302f0449a55bd4764f26_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a0554e2bc18e8e16e5fc1efbb5fd653a3858f177d0fa84091ed1e48856c44672_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d0092859b3dd498418cb2ae30ae100d91a6d77abbf2f1be3400bd6bee1a57cbb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:0608e6ec895faca9ad6eec7f657893b8c05a3ba72600cb734cfd2ba7eee926f4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2a251ca88b8d2274b765b591bf4e015c1e817c0d98fc5cd7c19f51358226c1d6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7b50b78bfb9b21f2c6cd42be9990b95f1b3b810d9f3cf62d7ff5541a4ff7d5f4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:f80ce5f1854e4411bc2d73efdad02ff4b5fad6b15e2e3a09bf69f6229107c0fe_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:08cf0dc27f2e823756ba009358a028860354793bcb3abc9ef7c14d71ec011fed_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:285f603dbe97db7239d699ec52febf0bc5fe157222c202235bd6f5cc4af3b974_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:b7c4a0c49b1857e22b71299f9a921d0c56b831756f33708399b7a03d2f61d8e5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:e6ff566a5aa48b59411a421e98ce05e62268d4ead994c08e8bc4643beda5f115_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:22bfb7e9892df6e4045f7246544cbb73e900d17b8d1eba74af342dda56f697d4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8ee226df0ab0bf40ee1eb32bbf64b2feeafff15a165b92be994a331949f29516_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:97d901e0371158483af19aae8db34651dcf0278fd69e0ad14293a38d4713c58f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bbefe8212498c9204cf5a4b2834c8a7082f732c726fcaeffa55d9b66b5ab3c13_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:4b415d00d49331d5fd22e1b0c159ee4579506f378f1b13e8e1d0c1829996f6ac_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5c88ce9b17d4baf03f9ab7e89dfbd9c82a8e4bccd23e5dce74e11d6b2a0ecf6d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e6f512f11629d684e2713d7421677d35766f5a319122fae34ea25dbf95e79ec2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:fa7b4178af4fd9da7174d8c94e96363d73a1cc9f60f6a55a3cc28330ff7a4e89_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:10f802e9e5c96af91d1ca1427ace8984d2c31dcc7c409f3165e1ab21281293ec_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:477d5a4fc9a1354090356a06603a9b135814e9ee97d9c4b51046f597e195d5ae_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:5a20619d387dfa67a22d51e5eb6c4bff523b7fad8ca181cb4c09df25fa3d3540_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:70c40ef6f8cbf444e59c4522ffeb8800d19dbbda77a02f28310573d9941d6f2a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:26795eb48eb93cff9df39e25571a32b8d8c4fac44555227f932805760dde79d3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:45e8ad4ee3c68dd7425e889134eef96aef80f33946b303a1577593d53aac432a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d9ae6095cb2d622d947a1e861a56975ce434c7b57153d0dc8e4e9f1ddf95a393_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:f8f12d1cd2272529e159bbf2dc6680f772194cc235b0138146f40a499a9fbe2c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0f016a9fc412a5fa8b8289a19fee831b3441571d7a48135b92b6736af210d700_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:47e60f0ec21835c324472d63a89089c62480ef17e2225b537c7023404f63c796_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7a349e32d85fafd4f9dd8db4d80bd54e1c0869d74a542f698ef78bf6aeef4dfd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:8817b906fd93b0980fbb687876d4664c79668ec3e959d2cf184a3ed20aae953a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:027c710ef81f40bd47b16c296c121e36785eb5463321078f6bc657c37f2967d8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0d2b94501e72370b763a86146266411de3932995240514cd26362a0805525c7c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:ac40d2c4950576d453b18666a9acb3c19d4175d94a28d6e0e9bc19a4c302aece_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d9f6635946e9c0ddfc8f479486f08be9fdac8bc9f73d358a3d049b6feafe81ec_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:1ea77d4c8308769c7e2b5d667c8af3ee2e543fc0cd0c49447460c37ff0c56318_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:56aea13311a96784e84b4c5713ff5693e6aaf9f6035a042c5a28879019e3eaa1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:7eb0043c124f96f76970f835870cd45bedcee0179f5c63ed7688191cb5e0d718_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ae36b0e2d4f0efd222926a53364be6d7f9723496efe2463cc1521a85e0318808_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:81645a618293c85f28a1632034a0f3244cb15cb5b636d6ef447e571d526d3f60_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d70d809c25cbcaa772d2068975d7821b49f965a21be8ceef7ad7a17bfe79e611_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:dabdffb17f32a9684101e24dd08ea4587ff1c288959648684cc89f46ccc8d7a7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:dea959447acd57eda954f5fea4bb3d623d6bf19f11e7bd8ea04651f5cc52d95f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2b19aac1bb3f64b3e45d82d207f18fe3b692aff7d694c1cf99a02601dfadb2e9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:3ebb46a8c872e2dfc1d2bc7e50a84be90c998e721cb935a7d675e7ef02f204df_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:85930fd1b83c544a5debbcb1218282c91208fa876fb38e9564f3562ac199a30a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:97e522d7f8d7c3f88f50bb511f1696657f9dfb41282c702fbb5325a993267fd9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2eeee557fa7b05fabec97b753e50fc8b54811337b360ea542ab23a32db02165e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:8933a240bb1a42d823f4bf6feaf1baf6a6f083909fd9e5a62c8b61ca770cee50_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:8d06909ff0633fae70e3cda3ce95a1917ea8987c8e1372b4a8f00343494ea5d1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:f2153f3bd5ef181653f9ac8f40a8389e58771515b2fc49f205d5247455635c65_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:1fdb8df2f66c1558fcf03d227a63e58f63b990f1ff47ad81e3e3482c4e89779e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:7a2f54cce726a5f12a29c84d8a3af601d3627d1255b95e4adcd394a76e930c18_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:7bebec78f81645756aa1265950e28a980fd4c042b651c7b5c6fe6924af7675ce_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:d9af91fc94e0fb9645b5284e1a2a8a4ce3029a57c6c92e30ceff6562f7522b81_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:be58ac468d10396163e8e30c2e927d365ec7f21f710b99813b9f8f74b260c21a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d771771dbbed4376ceb699139a02a5b64456f2fd90f2cdd873879d56badf2885_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:de99fe560e6048e4e34d46dfbaeed9f5b3ddcbf41cd172f6c46cda8cb549faf3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:e8c673493346ce26aa4078ea788dc0b3c888613b8d161dee4a91d577f4686dcc_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4b909a7fa9307c352c5a50cfebe3694547a60195928c3a3616def9818dd6a701_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:74c62d51442c13d38b45be851fd70040ae8dbef49fb6b22a5cff7ec3d20918b3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:8acbe6bee1e736dc4b636057a9ca03e6d19a341c207f4856281e9442b4e2f5b1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e214faf773c10d348cd1fe3014a1541cc37f8484b53e35136f67e0bd3bcde588_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:19eb2ef0c58d253602d9dfc10f356481bc443b6ba6a1729eeb253549a5b06235_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:4aecd8e8a99b71f09c3fe659399204e461b1008def654038d8d2df6df34eb3d8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:57e1fac2b2f950168e3130a96d96a839b183c8d4bc5f051af5a951a13d69ddd8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7e60e4e7673f57490cbf6c96a033c4d6f0e373941cf7d7235c2455a7e7850a77_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:1e48b7ea9656f56b0ff7a95ae25a7fb6303b796f70c8a80925c98a1a38d09c9e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:30ffb3abac5d66f0d7192c3395f4e29f18bee60eec5b603126308cb8e986155b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:39572ca95b113cdbc944e60797371c1c70d210b718086be5796ad62a0753e74c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f04d8f791bf53ae7ba29b1c3ea0847d13a99a58d8d13d53eac95a648c4fd7d81_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:01d126ad02cd31c976cf2857928631f421ecf59096ca0e61daa28596a9ce3bad_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4ce5ec880ffd93abc262773d8c84390aeb22cf7aa4f6688b950c0490df2e7b0f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d1c2b9ba0cab850926c999b43cc85ea7ed91c5396d1d3ca272c330cbcf098392_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e46881e84e706330e4ebcf93cc1ec2ba9e1454b96ecee79fb81852d7b5826853_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:40cf04b4677fe397b6cca48fd704defd5dfbe5849116b2f855059340fb537da8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:b5df8abccc723af3f3ff86b4d1fbe7f643b89bcdf87c93abf3b926e8b622efc3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:b800c84b0984408d51fe965464e87ab18c0c3d82c8c51d12fbd488f9a6f17f7f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c0b5ffad8095d2ec71180e3857c7e5003040c79ea93835c5ee7ec6f544a406bc_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0f58f90811f760f3c9266f674a8f7fff259b48e10f1a8e994c5ec8cac3745191_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:4d336c3a625d32606df94aff5194969a6b3e20bd8586c56baacd509bcdb066f0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c67690128b6b243becc0fa48a9c8917740c4e4c01cbc3798c72e03fd9629430a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fcb458c8179222d8c01853b9654ca9708cf5f34146b6488486f2d44f12a1db1f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:10227468946141bf8f1f0dd71860ec2dcab6888ce2ec096f8250ce27dc9de66c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4cca1c61fb2e435230b15535e8423825378ad0f523e7eeed5300b139ade380da_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:c46179b6395be403c3e7915f9953c1b9527c2b384284a3ad16e0091346a86621_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d4ce3e07bfee07e11573773846eb94c759a6d648c06db0bfa2dda1f0110b9f84_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:2040c1f1f4193837690b31dc5f88a840bd6c1c070ab0b091bd20439dd9dfdb49_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:2ec681169d6ce8d33a853a03fb796a312e75992052f4546f94c2ad158bbb9228_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:38d16429ac19db268bbefe2509b4d88ab3cf44e0c4f8b75a05fe3b182e02506e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:8d49a0a22cdef610f8338e3e4e3c009d493e6990d6fd68362063a9138164cd1d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2e170eac98d152abc69b8fa44813a290b9cc2e57bdacb84e97a9ecbe602a7631_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6f08d4c8d88aab768b5c727b824584cb5443f67e69fd543ea95bcc8cf90cff2e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:aa161f825ec834c11a77240e4c8860d7e49957fc6137aa2730aee57d3b34b7ad_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e5568dc2b0aa9f9251b0ac80d28b2c01247a9fdd1a7fd42779932bcb9c0116ad_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0594f924eaa7baaa8350c40eb5b2253c99d8ede41d58291d362bcb334bf8eff7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:29473afe198e78ccc383122e9b9db15562d165d1a1a5d2ec9384f6282a9722c0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6c0d83c46bc0032ff04ea451858bf53db20a42b02c72870771a683b292977620_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:74ef91d30366fd9d581253c29197ebc1c237f72db26b728f7c27f26a1f446d0f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:1c0d5e001e41c928306cb746e0ea360cadb179221b726c5d11709f381132fc67_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:1cb6cdb6e3bf0b41c8844a6145a44416a2d385f640f42f496a4409db59f0a509_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:575c9649ab6ddf045d4be5b4c86501cd0a63fe02d73b4a803b511213405ff243_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:e82eb82d215ec8520e1938f0752a4ce0c869e865ee1c7fe2c96fd95ed74751d7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:31bd457006ce5cd45fdc3428de8e69856a3a387ef4383d1b08908a6f3b35047d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4f7552d3e6293c981fa9da6db88f330bece8f668376abf43f71b906553a5c99e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:973f4d0e9307929973adcd633718d00d09196bbe271b4f9d24f8a399643e1eae_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ab176c397c65bf978d7e517a34e10ea45c82a35f65b8bbe39f384f776822c03d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:34d1ed337dac313194803cbe7336560b7a630adc9cd2bd785883be5048ca52dc_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:4d29bc385e8920f178688a741187cc67ed670ea997201952d0b9a77b56c762bd_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c86661524ff0c65bd9dd0349b73a831204010ec59c84786916be4ecf22c625fd_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:da698e145cf30d354629fe8f6c4023d14fa2b5b167045bd8a6da0ba441b8c92d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:53be80af8fa2a60d9bd89de8e103fb2eb2cf008acff6d7f89383d861bb8a54f5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6decc15033377fcfef17782d66d17fe25501b157d69bd83e85a87c6e60f665d4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:8b2d6dfc8fc31a67250dca39ac60bdaf86cbbd61353cfe7731d4fb1ebf5463c0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ab21f8f97947845bb94bf6912ca8880ed39c4aa3a849af7f804d28c11a6f0ef6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3f2412d3a5a21739fc209d7caff76dd8dfc077f8a5a3a5034a6ca7a29532f14a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:598df55cedcdd92019d97e3ab1a6227b139798dc69adab00a65371e300803eb0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:9c4d4b4b4f7b8cf69f9535c0f1191f4de338b928311b0ed867fdcb0d8156220a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:df5cccd485b9a00dd75fd58cc2690f4713062e43fcba9aad630fa400f314c588_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:2814cd076f00b58ec1abc468adbe95d2281b50cddbce2d112dbf8befa70dd470_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:5903de42d0ee79b46d935ae3dc54e88a62d8e09dfbc6d055a31d3e6fa3c4cb81_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c1327a4cffa9882b931047ae66941c2d3a6f4c96bfebe56cd3070e3deb22fdc1_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:f3d14a42e2214c08f4695a86b716a383112b70245a711db6fda0a5a462371994_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:2a0f25a54392c0e18a35840e1d29f31d5dbaa7325819fbf58656e738496797bd_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:3eade2c45b25c59ca557f5a284adda009b84a3f6d21c9db089d8c5fa7abb949a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:992c550b1d50408bcdca519980d914bf7bca4ee382ee0540aa3af2d034eddc4b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e06661e1b9f1142191ead0cb0f04b252619ea50c2be307177853fda34761dfd9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:03926dc5ab653058aa6d7750ea01a2b45c8f17a5ca7a8e67ca652c9a0dce194e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a13900fe0e23c9421046db6cfc237d21d0a744bbdce29fcd24c9f17b360469db_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:ad14d54f4912883a0140d3ac97c6b2219e3ffb87015050bb147ca0c73cc3cc61_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:b174fb64ed734452a4390290022fd0ec60d37823be6b12a17c2c6ae7681b3594_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:08553069c4783d2a245702df54c1164633839ba790ebed8cbe1676e4131090cf_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:33d14b8d5f2c6b2e06b4bb0afb00a0725195ac80899f786640a0c3df9d238e30_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6b96857862bf6275ae1b5cd28a4eedabf4ecb6df67a441f47c1469359e76b9dd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:8fb9394145dcb16031acd61a0357c81facc3f7e2c26c8a5925581d68389805d8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0f14bc30863ee292aa6978966151fe4e77f43b502952a32565035ed9d48b1beb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1dd2bf9193891003a1666b3eef1890bf737089784285b1227393a690ca1cde04_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b2218da01a451dbe0e4dfb108b2c153e1a1b3399d7e6738e4c191cfc8f8801d3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:eee4ef2783405873838d6b4cf42eccadad062b9f056d5e13b76e709f7876c9b8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:3b594e4afd1f6540d0c0da8f875bdb8de328ba3f2dce17c8226712929079360b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d82ed0fbd775b5970fcffb980f6d28c885c1e2f9d44f409507778e9cf9bfde8c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d939c7835722074df7a0197e72aba718a27b8f88134883df7fd654b1ee57f0a8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ffc14425bb9275fd713b639c43ce33bf303c54e38cc53f4f9db3a3a1f2a6f105_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:463cd33991582264476015ec2ecf8ac12a9ae4107897cb2558c1d9a4a1b412f7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:876321c429821ed061d0908b2c57c02b865f775f47942f15401965ab1eb46056_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9cc79bb2a2c6602b4a72dc3abd536b1e47ea245de4f7ff2b3ae08a4bacac6bb4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a9102ac4baccbb625f4c4bf605ac61967c5381c24c777aa819577c2c7cde6c39_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0a41b5b6efbf9ceb5605efcc5a74e872e5b82366478bd9aa1307c9a043b25194_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a8430b0829211ecb9925cb3061a328e054c006433bbe067d8746f92c348ff141_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:bdf77c78561fb5592d084c616462fb0341d8dfea9ce664196d398480cf4c9b95_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d2c51e9490479cf86973a6f9132ed075989ae64930747dda27ec3100999352c5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:148e6bf35d15e19100b342ec8ccd8f3b975b145f6aa1596d5a7004ec88684444_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:6cade19a99f1530ec4700b5283f965f9c97ae9732689916d1c40eb4797adb08a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fa007e3f1a38a5b48a21d37737077594f57cac65d08a9da8859bd1f98677fc86_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fdc7347043706d1c88f0d0327e29fd47dca2ba6b41bfaadfe4acb18c175c3a03_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:8f0030f4e532ae452721b47317f2bed3a91b4e18f7d58bc99f117d19a081ce5a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:f8fa8bb4a92b3ad3028f21cec3c5394f565c9e02f06b0619696cebf56cf598e3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:b0ef0d0003586a718c7747a6c5efc24313d757a4e15f7725328f8ce310793ec9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:fabefdede81f8045f228b94b2cdc64ffaa4840c7da5937fcc7ff40d82bd2a729_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:02d69fddf5e810141a02f739de9b3b56a1301d4ecbdad3b8df3b7b0c8c67db87_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:0aa7da9a515f449d3a6da50c5dd8d55ed318b494f2b3f3f866338ff1f49a3ba3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:16bbd40075cb4a55accc69db260da71419574395102c164a388ea491bf51d927_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:8b310a127ab9ef1521dbfa6ae4909d5e79b846838de6b07f8693a6f746d8e1d0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:d167970d8be3d911c29a54fe93b3c5ba2ace1a5bd823fb0dd3b5f0691d67f5e0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:ee8d34565b8f3e4d3c349b05feb279bf6a314f84897e668bc6bcb890e1320971_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:3ce22e5fd8def8305f8ecd28c69bb53111b68aa18a0f8907af504961caad2b31_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:6c8b3d7e73807714789155e434b87fb7444c1ea2cc5197fdd18b0f9e253d1504_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:76ec2d7ea2abda578740aed288764346e3e5236cd8bd1b42e776762ea5af7ff8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:a2cd6bd5ba28e30282de522e76ec1fee891eeee677350638802535f329f41d56_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:1ad410be29b78a62c6c761adb2ddc81dd6552e215f3bd71b2c49c19fd9506c49_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:2c3682906df67732160982aa12fb991407978d1c7a2cb36d279b0857134bfbee_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:3a4686f99c0461088ac8d8d83b53ff967b57840aca2fa87a3d04823823c4d5fa_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:66340f44b99e3bbd8c021e0c47b0617365b62c53b0b3911933d8f683b2c48aa2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1796f001455857a701404a4ee37d793895c4d179708fee5cfeb2467243c8cb06_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:cb2ff11c7a67c79a0164613e9ae68e58c14c6ef7a5af4dc4b6fbc897921db161_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:d30598bb001578c4b9e99ab1d5040af35a27b1b5c7503d566b0672d634ef9f1e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:e9cb3fec3be65cd06e6fe00d2954b8302e12814701e1906ad91833ef18a01fab_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:3616e4a7673a447207307a8acf0661496632a65ab79694abf81d8a47da0f590d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:a833695f4c37b7f90a42db6563f6cfe2ba22d175e1b2562eac67a2bf30874c00_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ef7b269606c239b4c5b9e720fe99a727b2fe55ca5eaf651c4209c5f4ece296dd_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ff65e0a6ded81326ad41c930abd5f396a6b3c2920169d349be3f4240aa212889_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:76da7e014155a69453feb8dc8eedda88578a3d3dd6e25da074013da1d32590f8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:83b56456b19882b4a9c29e1e3099317d6b2f38cb3f310c67cf6297063689d416_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:a0c019865c62a67303956123e1df05cb8a1ac3ddf188638f00b0d3fbab0e4502_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:bd6ab28545e203750806e1c22c4d1c9e10e91b20bcd922c5890d13eaa47982f8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:2a1b57399ea1e13524534dc38eed4139d56a4b56f0db7739cb99048588a96d9f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:48e3d29aeac5bc5c6d1cd9345436af66b233c63e898bbe5817016bb4f5ec17d3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:4a5be5aa4a12e2531d63f983de08bc3e411147454b3f2e601832d4d437a1a02a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:8bc5aeae1421310f6f635cb1679cf3145a158a8549bda6132526d02f533527cf_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:0e26d9dd3ce20a2b973f0128da5a0c27b8550941d1f6a71eb8a2d3db46086e59_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:7f7b4c6d942213eac8eb3b3e87c81094208a3b41e1345964f29e6936c5ac6b31_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e6755753af40adcaef42af4fa79da923446d57d2da328a5689a8aac7d7a6a803_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:fb299ef0ec0e3b11af2787b41c7b1acb5e161a11f244823831add0ea0cced3eb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:00381459ad3d92ccdd5a3a45ad1f09ddda8da0d48f4594a4c219288a266647c0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:076c49eb3ed9183e0ae26f6711a9e5aa1875a080e2d47510cb16e2714afcc585_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e8d9136a62d6038628221fefdae5923e39cde2aedb2aeff9dccbd1b5b1e4627f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:f43b9aaee22c9fd77e98ba94f89d886bd323c658bfe3e7df74af80052e4e9474_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:2014a37e5e4d7528a77ffcf3183354b0cd7c17eb5814721c469aac3d500fc58d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:315f55b2b96d9bb4e2ac7951fc6c3736bee817f27003f370b9006dac7096816d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:707698f30f4c8088b2620c5600f79bfcacfbd5b82c957de62e13ff432dcf35a3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e21ea71d36fdcdb320bf2f2b60c4d2e47b83439beaefe2a78013507f6d4faf2f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:1579b3e033644e046bab63965d6f34797294c079488feb1ab6a93bf431deeff5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:7eae88dd81a4cc334cc312551621a1e469c30ebf73def686b18aa7f43027302f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:9151d366b16d34b16a1c90575e3317054503b12c880af51d496f681fce3f88d7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:bf1a0690529c9ef700e616776f6372bdcc6883f8fcf5be062b6397dda5246b9a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:03bdb8f74c117562bff696fdff572c2cbc7d73901c63a092d63ac5be23e0f4d2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:82f6b0c46cbcb7d23b865db2f2cd94cb83fcfd07ca408dba1b50d28d93c72aea_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cc12aa0e564fef8638f82263cb9d15509dcd032f9eeae171c41543e292ffa47d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f07d0cc2e3c9185fb009f2cb7677f3b9a5a7da7b9cc2e385be40108911b61c45_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:04d44a7c55214235a6ca121f45eb8a2265b6a47803d0000a3f7819dd279bb634_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:aa7d02eb36629d56525c04dc37e30777d0b33d2af3b90e504ba4259ccbb01fc5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:af1ec368aab118eb5273e4e8db659bdbfe94ba2e0410dc0e872fb4703eb7f229_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:b37ec193d3318150fcfdeb63bf8955b1b03dccfbec5be52cbc08251d36da824d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:0ff28e5ca81e1ca5499ea80569c9b8a203b313e989559e4c83ac8f0fbaee0973_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:1410e37b8ce017f7da84c0b86b0411f01e1d8d6597d2dd97cb0b82e05ee944ce_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:84de5559116e4f57c27844e4c9d28ece511779570e62dbf436ef9d452c44fa93_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d18b86413dfd7450e3d201b42ff45d3f3e9bd8ac3caa591bb5ec80dbe55701fa_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:1a53f5592aaaf08e69ca0ebea2f1e04ffc39671ceaf2877b66d3337f7450f860_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:354d017903fc20f2a775c264be278253789845fb207eb876d2f650002e7d9d56_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:89bd631ea62ce494371f19913c50598c14d46e8ec90171864ed1aa9dff109b12_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:eefbc25642cd5387702ba23a6bbc3a33e1d507caf9b5d873657c08be096828bf_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:364bf9f2adf4282b4186106425ccecab534f23ab7603050e6bb1fafffd6aa176_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:b48a010d206d36ef0eb6e079407c7d921cbce7ff8f4d7976a4228a6eac88ad64_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f8efd3a98425d3b6ee6cb9df9d20cf8390168998d5f3d8ae4b8030b9353e2b43_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4ead6c7e104de4b1296fd135a0be96deb8348a6837383bf3ba75c98fd6c7c20e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:af1a072fdbb27a53132f6db1fa4153a3a0c61babca8293a6c40d6e1a8430e5d2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:dd07d396e484826008d9accb4013073f654bbdbc9373c3ec94c79e2fcd903c10_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:42b0c5d6a2ff553e1fdd1ce9daf95748b671d4b9f71b777ad6f06bb49e52d172_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:4f8de05a10bb92e5c982471035860ef72f44d0f4213397dd3a304c0fc21af267_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:7357ebbb98da36a072189586fb5845d495182d488ae0d88380fab5398616251d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:19ef2c2e8606c2bcc69c922cda581826281770cdb7e70aa9dfff11404ed30a3a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:6ebb3e355f86fb611dc2f7d414713ce89c4372ed05e074673fea20929b345ec8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:db8da3a0212ffefefcf7a198ed1d75030d3b2706f582d4115d3fdac3b7d377c5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:5f0b5c758fa46f12d4fcdbb64559ca96b32e74eac5e007c0c99d58051855d98b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c9c3e0f579e933d9644cc4b5feb0e9c97383bf2dcdddcd2a0c6182599e564af6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:cb2349e1fe8d9e74fb14a61be4716f0dfb8ee89d3debc762b39cb840c9ab12eb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:ff568746b033a045daa34f6f5c196950d1122c54562afa9d70fc4c8a49f0cf78_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:66e195d334243b880b11b18c5b867f05ce7717ae97fcc707ab05555ebb03662e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:80f26ba4b1206766785d1c060b3f4d9f399cbffea8a84bb807d4341cff8e5c11_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:91e89c2093305433fa84c8522679f781a3148a3890859eb436decfaf6a2fa9f7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:a02a71e69cc7a3f1747d5ee0e4a0535c9dd6abe0fc244c2f16094402b56ca52a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:237339db4971f1ac7be125fc689b87dd07b1e0f59da545a2a7d08727c69f0637_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:263b3dcbb11cbdd26611250be26c6923fac9b74a387da78519650f8d05cdb4dd_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:40b891a4cb673d3080ca260e54a87bc1e730820cc5058aab5c87f0d9242746db_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:5b10eeb7bcb9d3d5cc562cbe6ba759b47a302eccc48c658f6a11e2def6f627ac_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:a0d207f70105e6c6c74adeca74cb6b9218e107a869a7e9ceee35022db9218009_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c34f9a1038f52a60b3bfd081a569d5fb067a95cb2d6eb1e83512276afc4f217e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:00cb5b6fe5f046798ca21596f72d52b61e1e74c94dab877932fa9da65eba08df_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:7d983f60a53d61f594507cc64436fd505db9c113bea98bd2297404fbd39d208c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:01304de5720f291e6c7ac725311596634dc2ffe3d2c625fef7de40a22563b5d8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:e191bae1686c2699afca87bba65d819f47de39e94e4d57dc76566622b0e93233_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:0fd2d931780a25a95b718a2726c844e3fddad9187da2298e9c1f8302efb3fb55_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:88d0afed198a8eac80018f43ecb282f470f998dc21cb1053feec3ef26bebe206_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:c409fb63b2b3887dc7df2c203597ccea0c166c2f7e4b9d99dd586c9503a96082_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:a6f98204b5eda5ee82ed092ad791c0e75d3d299a0b2b7ddc56c229b2f2cfaab3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:f42b26c88531ea4dceb0c9ffecdae1d0ea54097e7ee2b9dc3eee2f226b8344af_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:01f51a86b3d544b7447be3a6505835651ac27433d4cd44912d7d90b67fd6dc1f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:dad2cd32abcba1dc64780ff15eb530a8ef3e45735c47f2069c2fa3a2c6729ac1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:88c33650ed5fa280c4ceee17f63bc94acb3e31bac6ce0ff922537044c62ac170_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:9a3a34d1184f72aa33d708c971e252247c1dcb187ca485ddf536967e2d60747e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a2f0b33c066abcd5945c172e45fde320dd575e74f92994e0b00ff83b0b2edde1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:b1f880f022597d0e8024271b99736555add047a58c3afb8b0c883b034e203c41_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:55116f0b9d2a169c62e830324808855c16ddc8086705dd884b386710d73af539_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:7387e89509be1816ffb3cb543b017332475eaaa5a2624e5bbee2e21a705e5cdb_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:904d7a9cc8e44f5c07fa09f25df6ed258e2b0aa87292b9a3ded77ed3a615e24c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:b370250af2a6f996100d937a7395b0d031f64c3b6e56114815fdfaa200e96272_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:36882254cc241dda67e3094467d51caf941355c31438658dfc1437228bb6f4c1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:8cb62fe1368a749cf2e5fe112e7deeea4157b6abd336772a52367d9d0ba21187_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e37e2a9400c167a70ad9bf6ee64883ce1d0cdf690802a2477f3e7a6b12757f6c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e43cc3e015aa865dfde70c7578ccbb79bfaa9d62f030e65bec769762cd087bc8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:17ebafab92393b198966eae8d3a669fed809b6c4f9fee4243ce177952e4d1c85_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1c389a261e900fd9f8fc87d748363706bcf1de74a24acd410075bf0d205b8cb7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:2c3d8ec443474d21ab9f59a88ef33184063beec103e3e4ffe7859cb429dc470a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:64abcf4ed85d43529c59bc77dc06133aeb3ccb1657fc877dcea8bcbee51f019d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:a629a70723438621732aaafbe799b0f92c2d3a07e9028e22ee2ff3bceb911bac_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:e105fb8b5c80f438d63cdcb29187a35df84393995e142369fedd2aeb89979681_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a85fdd4a1398a47f682526c16e97de1f87b8222ddda47a6c5f254d06b4c791b3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:afd2a6edd07ebb4b6b77544ae5ee18e3371f514daf4c669a00d154b5e33b701a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:20e35628df4b8844ea3668b147e125b32534d7b944753ae1f99b6ea46e159392_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:9e9525d31895ad7e9a1ff753e0895f7d845a36294f88fab8041f2f3deefa6608_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:1cb8736ad1e698a4ec78cbcb16d6e37d67887bed651a12bf63db51af96b0a7cc_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:554b7d9d81f9fb5dbccbabdaadfda9e45d186eba6488df224f83ab512a4c4653_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:249bd5ed39ae03fa46aa042d73bc097c700a6be65ec79157460de3d1ca75646d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:65777a3f824fbba1a23da143ef64a1824aa48883b94947682f787232d55055c1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:9e52b2efa8fdbd65ad70163f96f358b64f552783c7f03182dcf38994cb2dbb58_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:ece0c645d881112e48d2886024cb96b6cf4b1889cc456b30d331df729fcdc9cf_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:0b99f7875f7934b371fedcff686622acd03d9c2618bb613dd6721ea5ffe1dc57_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5537e4af85d49533292160803dc7bff5276485846f94e247353df944b4b28a54_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:8e64d6ec539d991b5a228d8f4b9079fb959dd11c3b8a77ee5bc3576398340dc2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:b32d68bfc83195f7cf85e5ca9d4baa658d768d3a98bab4a3ce3cc107e089d84e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:333d60c92a9efcb4febe144c3e331c553197d325ba0afd64bebfcc2803cc0e07_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:accbf8cdcc475fdd0ae3427f178de8f847fed6c09cce1c12428861adc9b342b8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:dd2518acc748d2fb1c6d5f8421a6d85ab2dedf2546508f45f8e2f6dacfa7f5b1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f3265ade73f238556cf2a7fc67e8ebb3d5636440fd9b7d4cd2aa725677ce3965_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:1bfd1b573bf924cb0a8be80be641b4ce684b141a66325d7c0cc923a9d3a2030a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:88bda970c0360c5c1160b32e589812e4289db230dfa9923e1494636f97c34278_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d849f73e901939241fc0853532489308b856ec530492a706db8f81ac47e59318_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ef722b792c00415c1efaecc99ea873df11d2ef8cd35c5b86af0afcb28c08f821_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:50ff46f43a500235707760885fbe4997cee8c7088bfa36c911697df3b81675a2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7845202df558b0ef442f3b4fbef423c6278fc43bea49169140fe3a263b15c7e4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:92d0cdf81fb07c8eb55fef4be846e84d5f18f181fed24221a294c5312c76e923_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:b19219d62e0e70404ac9b7643caa49a792b9450e8bdd815b02a6539e41526a77_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1da1b4d5b5eb3c2d6238b7e53fa040f03a759b8fa47e52d9e530c8a40885acdd_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:8410339435a39b3b5a97a180fd0b413e3ca02351edb8b9d7be1145688ca56cb0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:8873af11a450438c35d6b39d687e73fd0ee0faca3f0562698b24650b01248690_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:bd6ea26ce1660efdc5159b2a53d8812bb1a584d7185edbca08a07cb89a09cb0c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:063ae7b531e3156e051e254ec07faaec30ca971d027a48dcbf930b1b662d4d81_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:1aeee3943c69893e59b8d0bdbf4c32b4452cf4f6af73a802b64be9cfa051f38b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:51838e17ea6a17f32c4928c8d03fcd2af5052a350e4bff6bde1c484b0663ee7f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:ac68e0a125aa8e638b88d747e50b7b7ef9150d7e15459e5b4c0643dc1d534624_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:1caeb43e59e47f40b7dbb8e9def02e2dd3853254b749c40c42fe2092223d9ff9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6db33bd660e7c3cabfac5125820539a4ef4264c067b17ce404fffddf17965880_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:8444f6327a6cdd0cfa269384e58059a9d333af24c0e423b1abd6d85bb837ad49_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ee448c837b33b1e9ed15258933ad9cdca924ac64fa6d0c3bd7bea0ed9f489dff_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:61057b1135996175ee08d0672d50d1a9eaf083a1a057d0a5526f4af42089dd32_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:619bafa4b79a302982b0806c61721e26a0ab7b6863f478726c6b58b42badae7d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:1dcc4113c131eff2cfbfab09cf11c8186360c6cdbd1086af839a03c042a87fcb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:2eeeba70b8cdc334ceef7ff7e1fa3b1ef19522097e27301e2c7917334ed2b99c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:491afa1460d3cb3aae7dce1df98c67bc343cd47ce22df4c55810f578f8aa6b5f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:5f24e34fae65f3b7a473a8ca41afe45fe4dd8fe9d84c2856c5278c734b2a0ca7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:6d4fbb7a93c300154e76eec4307a3dfc14555e6a2d0d065db2de3fcdfe9f5fa6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:1c2ae2d75a70fd6620fc71ac3f314b3f09746f78903f93d5e1fdca64941946be_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:6baca746bd3180b4e6062141ce4d980c014cc18fd4c1fee527d4df751b0bea76_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a1cca9b456a2eb705f5b11a19d2c54778d1441d56b17d20c9680d0b1aad1ef39_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:bd271650ae9beef457d2c72a9f552448762e538d92cdb345d032ddc3786493bd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1001d2d3264dbdc69734b9e85a67db79c52d1c2f6a1a4f89880b570f834aea51_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:2d27ac19b5e4aa5532d05c71b6da43f4ed51550a36328209f1432378a96cfdaa_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a4623c62d9f7b6fed32b40d539815a3814c74338bf5974976b4dd1ccf8eeafab_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:d2e61adb97f22cc48deb48c31ed94d850fbf26c6590d0fa3aa154765258e185a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3c000e247f5d102792ffffd96011b889db2f5858799122f812b49b10a5b711b0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:49a9fea1a2a81a464be4ebf87a7f3ba7d880662bb85466039a5c8d461a0b69cf_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d4e4e5976380af9528d6405bbbfca7718307afdc46ace2fe3702ecb8ee479ff3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ff841517626da718d46f0869384bf5fa3a04b0eab21af3d4dd2f8d5bd3601aa6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:2efdc02714260c48bc53e7ab0cae1e2d3b99c467469ee1f73fb0b79149091d45_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:31bc24ff07edb1e527760a4d76b60e8d0712968f477d8d6cd419abf36cca0b0a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:84f34f50c2396055e87b857cc30411cf5b18d2f21e78bd13fd03c95c1650baf4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:96bf65054c994cec4326f1bd5432e45caeef3c48513a7e3cd2248759f9e6efdc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:58facad671ae16c072d4a0e96a2336d95c84a7f86d4242e49152e9275296d028_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9a7f6b3f08dfa866a2a1dbf9bcdd636c221c4dcf0ca38ab9b5c481684b4bca54_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9b033e2e92e64d07e7510846ed5f374b1f1375172819dd1eb567c83d9c3be4dd_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b81f64192da01c1b69af1f01bb109684b9a235b0879150ec37bc6bf43a53b351_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:5f3df6d30a624ae1c7a7eafc23b74b1ef674b2a8baaf9d2644d529f98831cc4a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b4edf57f165ba2a9d56e5e84a3aa61e96e76363eb7d56a816ecb15f8ac06244e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:cc8f8b60224940a4c6f8bc236f8cef754c8bc5b4a6d6ecddbc12db49b0087aea_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:e9df45732cef6649cd44dc00a89d9da66b95f1666785247477d000c4177e2c49_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:0670ef29c648fc035844be832f71378d5cda2122f5d6c7f82c831865d45f77b1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:34dadb46049ecbb75501d512642e7d2a58961c783f749aa0169d1a108155db97_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:371746e92f0c725ccaa0b0f58e950693872f87bea78608e95a2dc93b4e8ae77b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c22b1f502cdf6292792cca93076f4a7ef16f1c761a65b11f875c99408584857a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:ae26fa2a9ab61ddb95e4273d710c75edbd517f81d421b68acf84cbfeacaa913f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:e6c8fadf51bdb9c8623178a95c04ded1e3c8b1dce525783bedf1c7c501eaa76e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:e84ff17a4913201a476735cc76bebcb7819e7b65497c43267c19bb8e88b310e6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:ebcd87df2ac74dcac93ceed85bed5587957036381a49d7969e9a530f7744942b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3c98ad6c0008b1145186d1839c980631c119328c2c231956941300508eb27bea_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dab0992bd8f2a8b158c03d3c271e9cce7de86c1e188e136efdafcc20ff1520c3_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dd146a5240dc6b3328240e27e4257151e187aa50df62150160d1050e065f0041_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:def9dc04e6b217cf48b80373fdd6f860e9b020d6699def7089ea881a94b0ff64_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:72c545475f329944debd51692a1815ad56ffa000cae7cf243273136290d32801_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:7942d7e452866f23d468bc06b2b8b43df126c9bbf2fca5607fcd3e3fc391c76d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:c6a713980f98015bc170590afbe2f48b3c4addbd7ff19eee4af2be4b431b3dc8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f21522b2f22cd38ae626063bb6180405ed0eaebe2c443d38cff59b36079087ad_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:622ee3e0fa2560aa75798f4921d3b7417b64feef196cb8903aad499b7ba3ce63_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d30086b283e29e234410ad9521746f1cde8df72c61263e49e01b38135efbc380_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:e11beafd70191493099ea724097b3bdbf5c7d16daadc9e60770ca2e221406cf8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:f0f385d704d85a84503b5415a35a0e127f3a5eabbc813ce61a6afd5044fb35de_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0ab09129b8b99a86f2dc6314a9b30156b814daf1a287113fa9a7a49796bc8616_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:58e8b0de0751882c27612c0547004d51b8a59c1824acc2e8d30360f8ca6b2d0d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:673edbc5d7c6df884ce0c2358b1a5061c31b902bc472556db325ad91373d183a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:7ed466cd36f985050a860f2fb442d29103b2c15f4c373f4d6e3550d656dee8a6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:04e0e42f16e0c627e306f27839d671f541b9276f15bb077d238a98bfa0f4c66d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:92d9f3394d35d8f620a495d90bbfffa00fb30b02c07494ad353bf88b80b299e0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:a455c8087323aeef4d6b31ca68aebe41d2e2eb7bc68165afe0a8b9772a245cf0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:e5f0ea7b527bb4619fafebf3e2732e8b0915a66c7eff930f446c6c12b0c1f4a6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4b75f7a1212ce34fd15eeec8af7a9f45382deb3859f9d3fe2122584f4b70ac17_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8410dc1831f343db0b894f17aeacee702e705393ca83d0751b044f473309d1c1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e1dee7b5a5ea8c48960723f1dbc36b50bb8edf0e3756000631d705cc964a7ca6_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f35219a0965a2dc097d31af84fa649af4dc048ec4fe953b4535d42e37ac5ac28_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:60eccf911015b2af66258c858b1d0dfbc1f79d5d10146c8cec8f9a5f21708f86_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8b1ef7b7353353de1302942f9948833e3bd0b568396513d242f4920e5be58f27_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:963ee9ae771ea224be0c968cebeece76527f1d138452319cb17dad959d972d40_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:e4ea39c79db66f4c7144a8526d5971ac698c3502df81744df07f7a9f281149ec_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:e4e0509c00b2dc8f6feeba505240de8debcb1b7e6e01e138ce406125e344efcb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:d0acba106822523c6cdfcc2fc36d8b78f0859e887958ad8a5634c5cf4757b45c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:79b723e31ae2158844c9f9b1a302e379d90be8c21e1e175106b77ebf19e7a5fd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:7b95cef8669b142bf2c82310fb33215b2987b47de2ab5135d5845ad23f27db39_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:96258e901919b272871c1be3a5ee6e984ae13812022ddf0b817ff8e5f35f9fb6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:d97bfb4843b397a25cbca966319a8f2e809da9809720eba96d7c64cbfc403bd8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:0667250c45df43bf0110d46c8b8beb3ada41a0bb520d35629d9928ec373f1cdc_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:195220de99e688a7dd546e190638664c5236f67316276a0aae8d39b525e7e54d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:af0eca465c454003d66ef7d95cd0da38ed837a7da7d9978d318f2b29b2bcc472_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e0a03020adf1f6b1612c5a935aebce414ba1c84a71c09e9e91a8759c488137b7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:05bff5cef1e0071adfc0c9fc07b2a7ef6ef2e6f0b597dea05bd784f8f9746533_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:40df7a1323c23c3875e77061b3bccd337500d04f1cbe324a800eebb7181f8c46_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:5017bd5e359111c80afc7cf55fba210bcd7f15ca82d3a6282d2f63560ffe8d3d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:8ef63ddc25cd248263a40aba3201b2c6b3c3b2dbd998ced45626223efadbc3af_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:04b85fc4bcf3ee707044a3ad2556236e5b2fa4b09875ca781f61a13a11d94cde_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:0932ee4d4567b840a801bbe4161c37b40f1e5fd4b38be13947b8e09842d40623_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:60ac363479cf9156e89aaf94735053ea3ab48a2af18b902444ccfa4c723bd8bd_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d4f9611470c2e215f919f6b08149425755ebae0a89bea7c3a3b95ffa4b7c59db_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:25811e863ae8cce3659fa109172b0fe4fb11260cd612410b2880f69edf3f2459_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4f6d5dd85317206c92af4aa0bcdfada9319b70856135fad4b30691bca9740387_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:97c762eda0b5da7809e6e7f236215b2e524a7c7ce6f3cc2f6d934753f5fdea40_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f633ea56b1691be0c55b612d5d07a9469a8ae9b5e833dadce533f428026cd7c8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:151563529a3997849bbfcc5af0d7f785c26cbdc449935bc97d4f6250492fe4a7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:65a15ccfc8e4e132d1b11fad18930d7f1ef53199f14361826de6c21ffe2dbeea_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:85859d9cf6668ca35cf196718aa7df1588411e4ddb287f832d4e7c6992aa5af3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:ed1989895d9f856d4cfcc6e4709233883e0dc7b9bbd2443d10d826eaa899b734_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:88bc1b9cedee4bebf90d217f61b8166ab0457dd245103610369821a64687322f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b2f536faf8330207a5e3332dc4b7895ae75d7a0c80ed6681704dec1ed1c8d62b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c8f98eba93ba62f17c51a77572d1ea794f2928e0e6e295ec881046e9fb04fa97_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:cb206bd45940912fcf244734c32e2c8938673dfd87fe12bd15671bf7c2a5206e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3daa312b5c2bcfd679559c162f3ef9dc497dd1c1772cb18d003de78918a3e359_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:44cdd21f24db7870c11a5758e4e89f9aafbc7b77fbd510b7d26e8a9a6de03f1f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:60a2e0c35e6c1248da50a89b854450de14c875fc134b7e9be481fa5ca91524bc_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:632e71ea8413382e51005f4110fedc3930270e617fe176415958f15e11ca87d9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:32e4fc1654909b51802cb8abf8b5946e44483ccdced36c784941638296197163_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:45fdba490434d5c9b3f35072d5ca0f3c5f0dd2f836c9e3e1bffbfea53f8b4d11_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:5651967617c24f0fa3463d66cc35e484ef52dcc1cb32f1a96a095139c31964d8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:abe083c619d9906f8ad612d300dfd9b7a6c9fc93897e4c437f2ad5481eb4320a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2dd0915cc989ffbee4b234604427b4e14c89efe69a7d76e182ceaab10c6299b1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9eb6b6ad34e973b0c20aec9028b893d92baca2639b28b9f5d457aac43392bfdb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:be4a416afdfa019b7eefd6610034d97e43d15dc134cf2aa250dcf88084e6fbea_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ef488b181ed6865117b0f2ba94075786b6e564602ba420d58e570ce9d919f069_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:59e3ee88feccca815009efc5c992e184f4f091e01f3b2c014a65abcd1cf78284_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:7534da640a66d5b46018bac0decb415afe5a25a438c763afc73b4a7e8d25ee64_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:85c474a602a432c886402b1411497d7586ec3802d4e556bfdd6ce2676aad3862_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:ac2600a181492ce1a44e31c83258a5fba05c7f39695c5f6887965a6bb2871df8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:222b70b3268bd5b6e1a960a85773594e543ab847b59dfa0dd3d94104ac3cb38e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:596b7c513cfcf12c8e991f82f45aa2154363952c11f48bcdaa271818fe790515_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:86ce0e99da0c35b99dd1d8b28cb02076e26a87d9d7a7e539e85f56eca1906de2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cfd9974465dac521af7557689c6091d373d8462cd899ef4ee06716b2e2c945ec_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:077cd921e585d41b95eb57cf921878e7c3e36a6fd8a19fb00fb14a28650c0c56_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:5907d836ebf2133c63591afc2135a9224582e0c75373642d4bca8094ee4d48bc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:8dd9787566554a85650fdcbe3461ce973495bda716557aefc7a7a2c2fd482815_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:ffbab63b764bd79e20f869b83736c41ea28ef2eeeff1305f87fdb7dc4bf6dc55_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:162b737fd1a333a5eb9bf62eb46cea08d9285247685ae705977751f203e767a3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:8c4270b6cb5ac0d566c7a1b9e546cb637a43586587076f757e61a5a6fd34a251_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:b7d7b847c855c894255f887e106b3027a29e2fd0dfd8bd606a1280a4313b094b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:b88b8c16bbd10bffc3c7428e861c2e9b8749da27eda5a33a0fa538b9949ec33a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:82254fb1f4ee4da82f1a6326044cde4ba311044cea5a5c2e28da70a67a82e8f9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:88179c9f57abbdad3c20d59c3ce38768b17e53e7f463167fafb447810a9b78f7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:943f3d2183309803791c84adce621e29f3a61f6119dc0af1529cd688063c35f9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d6c0c5250326cb44c5950c4d46bd13fdbc3acc7d36b05f1dc34a9744aba6586d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:426b08682f0c5d8833046d5ca88f2b3af44ee38218dcc57fa41a884a9fa938a6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:64e190645dd9dff1f4898ec45cc4ac42cc94f1b4bf8b1b4022a07873da039a36_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:bd152c2607b552226f73b3a760aeb307592cac725106da7d65b3ea3a460708c6_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:cd37ef01e0c5586ab14e6a041a2cf093dfa8815b3e21a1ae636369b64fc2a253_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1922232d6d920c408323f02e725c79132e46a9d73beb16244d0320201bd2a097_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:2622b7c4add731fd89832f5eebec7c86300749d80cf50fe0e397657c52dd2fdf_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3d77a408ab227b6658ca9643adfa97499b469e7a2faf1a2eba8cffb57fa9dd6d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:b29944894d3e8fc54349b0382fb01b25cf4445a29f82c45a4e75146c18e2cf8d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:47a37b58e2bea7dabb2da791027a2e880c10387e6c836bac1c45bcb059105156_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c1836d3d39c323a9f3920b769a8e40af886abbd390a8ce57b7debfdcda966860_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f4fd8a5427d8f74e7833efa23a0f7ddc8f4a2fd497b85988cad2b201f9033264_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f872b70b2027aaa6e426ee17b4f08d729d4e8121e9e98cafdec350153ac6d464_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2e9f6ad9b1c5ac39b9e8813a056155ad2b594a264ddce4d7a5ddd411f4c9e8f8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:462c3f69e1907a9b834188eb2aad3426d3f262315d1fbdb5629eb42b1849be0f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5250cc91fe66d307afa3450a2c052725c340731911b342332bc3dbab76bd5e22_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:aad8e6a28b5544fd9e8db6641fcd2a85474eb04f87cd3823792710fae0e127c8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:610b71151a7df8f4e29091e43bf71ef4a440430bc1f395cdf552844c3a111577_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:81f8d5808ac1503ffb406ebcfa40ad33fe4c13a62ec504c535b94a01312c3dd5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:9a58f0d4761ad3c87d0bb346a3608965df2d3e85a5cd92072dfba1c831570279_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:abaf2a42a5b82e5bbfe58b051dbd24fd71db5dbd2375fe6b64b01e8154ebb183_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:767e3986e21c2f1514a8a12d8b07d8bfaccc5afabdb58ec2cec07918d9805554_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:e52247597556738716370c233f27fe6893bd7505b647204ad29e4bdbfb397c36_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:03201ef76eea07d6632c483c1f05a1b983a8fb17e892722f673d7903d3d589ae_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:c87642be397b0f7532a4d798adca5679a994a52f56ad0825859bec705e923f6a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:2296b574fac529573dac1bda657ea2916d59c5adad72385acf19d8e38146947d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:2b606ac9745c95d3c70d91044357602677c8ab5e6242ee78aa9f11ccb4729e57_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:05f4b34c9abb9bf70a50c0250f6b130274c276a216aa3d2d6a18cdfc61899886_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:44305451a86fa2140f50c3a6e9d430f84aa4015834d51d406fa5847bee846d04_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:2f962daa09a741fef6dae721df2f0c66b911b70ac45e50fba5d3c4e17e9942b8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3a22070544241e1aba74be893b409267d894b867cb245d0ff8bdcffda72f8930_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a3e610fffc61c36b60917fae40dd3869de7876ae41b286f0d5397d31fa119f8b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:acd05d00f32c61bb6fa2a544887dd218002e2135a0de1acf7896571768735aa2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:0c0a5d2256bb2f57a9656d8bc97df07613940255c6add3fbaf2e6322ca840d43_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2cf1694768e2bf9fdde5859407a7366f44dfd567ba956cad64e76cfae189450f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:707d8e731d89185bc601f005fb49bfe73a063702c3058b7de342e6b90e84c9a2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8c6a0ab37cf5fbbce8b9ab785c93d9eb368180c6ca39ce13bb10a7eea3208f3f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1b54fdc04c2314437910c9a093e8ec65dab98d46351796985a21335a6b769e0d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:21f55af564e556247c4ea8263a5878314e025f290a723b716a9402c3ad228084_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:240acd5fc3d093867cd7efd4587ebefe048c6284a801da08faf8e2d9fcb19a47_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:be910f706a78786f57bf9601f04808dd78cd377c7dca4e0fef655be3a03e3350_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:3588dbbbc1b77e32314e2cef4b226e8430c04d269f8fb0a428d1859cbf95748f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:53923226087001bf8b4a6fe17761d2f7f745ab20710e7c1074673c6566a070e8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6f20725914f0924a8c0e605bfe6cbb2040ebcb7953737a120aac78ae540cbe34_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:e54b16f55fc9fff3ffdd04798462db934a9c6f218cf427a29b63235c733c666b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:11a2f9b1e75a4e3af89c08a63a03854b3c8b4e42b3e4d82151502322b896a11f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:44846d7c33ba800c8078e768421b1d9b39ed30ed318b680da06b5c97ffec50e8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:8c5c065ef84a9e997ad7703c11e4676470ee7a2100fe617b51d08c5232a3cb75_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:94d5008f0cbba99ee510257dc9921c6874e3853bffa0a22f91fb8635608c4cd2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:00f6088de94a844f32fe0f9a182e56ab06524c946c47f2c5e7156b51cb5602bb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:1b94bd10f5dd7c2b2ea46d32c905b5d95634aced341be5dd8afacf9b8123093f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:492ed93a8e5a9ae62e754c29240958a6c1909bffba60fdd5fced1097b955bcd0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a301c39c613445ea4df3c3bb70cf653d456a2e2f2cabc8ba7899e14792065170_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:31af242f688dd17a96083aeb35e100f97d99df2e1d95ef975297cafca25b6575_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:55faf10fc5ede65f8bf6b3c3524ee3dc3427660180aa499e208c1a0ec2edc0ec_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:7bebc921122ec103b0a42a0040f98dbfb821a1b735a485ebeb8e5a58ba638216_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:a918a598fb1ccec94141c0578606d66016df51dd6d60437e6abef990d58177aa_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:0733858547fe3b3e5ba4fd312446b846f4da4117a767552662871d61ff6952c5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:61ecfb19f466f5e76b77fba34b03b592cd8465956aea1d7c64e2bc27ae1fd2d4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:97ad34222a7b6f40f4e7f371de5ab7f9bd21519abd49dad6fb9ce5e775cccafc_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:df538992ddf8edd62462644c5fdc23265be18523e42ee350226e4ef341896fb3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8f9dd799d03d523103b6ec8910f1824f01e142aff8c689d55a3728250b8be3d7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:9c0208ed841ab00ba866121c2c6d471cfb4356d05501a2a78c563d4d9735344b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c4631236ed116c123793555732f647ff3d3fd8cb89a4f83dfc846b4456e03588_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:eb77fcd0fc42f542e8f761eee4003cd969ef4e80b94f10e2b25e801acccd0911_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3986a780fc3c4722e9f89872becc411c9d30d824ca97990ea58943c95974bc67_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:42ebd671fba15ee296288177629f54b680248438351c85c305a970d74b5356cd_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:950695ad184709b631a6220ebd01cdcfff0c841f9c0977db7aab1fb2ec309c76_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:b664dc527a0cc5864e95b25751979fec4d4500ead771860fe6aa4f0f24c7ba8e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:41be253a6c643b9ff74f2728ca9c113129ff2cb7139d0130e661f757d178127f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5000590500a94e98d05367647643d0a878a940a55fdb22fe24031b254d40e81f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:7e3d1fe26cf4c96811fd9992becaf4e4c01055216ead8f58aaf3b4842b216d62_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e399f3ff5ec8b143ea7261572b85c170e39af26dd92aefbe21cc56fb652cfd16_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:725f8d814c5acd2fd5e5f38106a89ef41fec83ca077647cf4c9c5f909e338660_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:81e38a7a721ccd6b424b8162de021155c8afc3d4e036b26baece7a52e1ee44e0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:9b07702f9d90053a3e349df86cfa61ae30522447b3ed6e44ea14ca34e9d54f6a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e12cb0851fc2f5e35c9258ad9360efa8f107b0a79e1cd17e0b5e302690125ea7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1dd92470819fdcb1772f425687cacbb71f1ace0453cae1dd4b5ad01b747fe54c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1e76fe522f07e3acac6cc06c67b783af055d5d0f068ed64e96ab1eb38f7913d8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:65c62baa1eede5768a6d01c4a6cf9e5b4c8c9dabe933d167228711ee6f50bf22_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:eafcf7c7eec61806567473c474d88c2ee5fea2866360ff451214a20978fcbdd0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:98845440ef473d8a65a926f6fc7e9bc95e2d975c6431bc2c64c04d166226cce1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:be08fb249d0548451580e3795c97c98c9275bd2e0d8d6ac5385490876578f4b8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:e28276a853d5b9b4937c8d38717139597be50e7458801607c841a569703a97a2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:9adb740bf133ce7652c8196b32f4c5c5a3ef65515c4b861d8cf2c9c6f0d1c4bd_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:98845440ef473d8a65a926f6fc7e9bc95e2d975c6431bc2c64c04d166226cce1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:be08fb249d0548451580e3795c97c98c9275bd2e0d8d6ac5385490876578f4b8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:a8fced5ebdfe32003054afcac8ec22e606806a53dd12d9ef6b594c9b4add893b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:5288894add34aafeec729069a4a4917aa7d4156917f9a5e2dcd82aa4bcea2a91_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0e3b5a014910aa57779fb95853037590569f1edc9bb48bba2d9461b3a2b0fa73_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5c3e36c0e3589a527d795af3e4b2c7b543b6f5a4bf0e89f9262992a2284feb44_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6b2f4181bd5d51fa4058ad220841ff9db18b9dfb9aa16de912d89f26320c32e2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f81dae6cfa04aa748063691e788c0e90633868549d2a53b8fb0ce14e37900928_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:010c10fe8bd3e00d8ad7c690fd4026fef3737f41161cc5838a186c7e9b13c53c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:48e8779ae80d139e0d0cd6ff9d5586c66ba42f6c85d32cea200759056904ddd7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:693661ef8254befcc66a4b7836deb522b2ae96b68b10079f232e2d1c3a428ec7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:80921c9a957d7e76d85e0f30c83e8f007067ef8a435e6aeccb5918f399914784_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2431740"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Lodash. A prototype pollution vulnerability in the _.unset and _.omit functions allows an attacker able to control property paths to delete methods from global prototypes. By removing essential functionalities, this can result in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "lodash: prototype pollution in _.unset and _.omit functions",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue is only exploitable by applications using the _.unset and _.omit functions on an object and allowing user input to determine the path of the property to be removed. This issue only allows the deletion of properties but does not allow overwriting their behavior, limiting the impact to a denial of service. Due to this reason, this vulnerability has been rated with an important severity.\n\nIn Grafana, JavaScript code runs only in the browser, while the server side is all Golang. Therefore, the worst-case scenario is a loss of functionality in the client application inside the browser. To reflect this, the CVSS availability metric and the severity of the Grafana and the Grafana-PCP component have been updated to low and moderate, respectively.\n\nThe lodash dependency is bundled and used by the pcs-web-ui component of the PCS package. In Red Hat Enterprise Linux 8.10, the pcs-web-ui component is no longer included in the PCS package. As a result, RHEL 8.10 does not ship the vulnerable lodash component within PCS and is therefore not-affected by this CVE.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:06a4acb5a7b97c5f66d70cc351f4636eda111bc81454308281567359ebe0e693_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:10439ed7506bb140f1977a564caacc309002a67a41c61539c2ee150873f23b69_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:113236bdca2ba374020fed560565f6aff01002a32c8eb969130b6265e1ebdac6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2996e3821813cad87e4bbef83d22bab2bdb80ade147e2f827714321a06d50769_s390x"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:31a0ff47aa1a017d18773be577a1dc3296001154c7c40de20cbc3cc767b0c16b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:41564206c906171df891ccc7c92274cb7998f29687ff7d2e44399242e38682b0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:71f36e93f7195b10639a5c7db58e2f396f1272c6dbaba651e78a4c9ce955c427_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:ab71874b013fdb05845e94a9b4e3432d865a6157cff72725b1ea7589c6717b9e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:34b678523168aca5571ba1e631a458addc39ea9aaea3eff355fbe091e859b30f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:7cc0d1bbc241ac63a5f45a949a439d54316c23c7045659a9d44771e5541e7e17_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:7dfa6966d81447102d92f49b7256c7b47955f1d2b60e5b9dc133f71a1b2c8033_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b07a724845d8acbb842e9c96ebe2ab5355f266ae382d703c0f92a84c6d79de20_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:3d124f0dfefa90e249b024817c37087e6294880030bf95333bdf0b39bb1db696_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:580b4036071c17c8551b3171c31ecaeb61aea5dd431d147f036a832565531948_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:5e9203d284843bf5a5a3e7178104fbaa3b4a620bc6f889b36c6c077aa93f56e4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:ccb8be0ede2d9ecffd5bd7b4c9c555156b826cd864f5eaae87b3c1c58c7ede31_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:17d2506a96ba4da62c33738d9798c651658555531ba721f277b95b9c5283df84_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:3e6f6f0d6ceed5244d82b17442e473729421d59ec5cd1a71deacc15531f2929c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:8ebf277d8c153fa0be2825ebade894a87f61ba26c198225e4fd714302be26ef2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e0ead7eca26924691145465af2c5c06efae71a197f68043730e56d5cd63aaa59_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:2d9397f611cb4830f7b9bb67e7e35af224c0f121e4fe884c98c7c4807ef84855_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:79e8c5b1e61683f9c78e8d1022c90ce13c4b3c438dc373773c8d174b9835c862_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e104e90349ec069f6b4fbf749dd261ce91b21237b367c421bfcec3dfbe1bbbb9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:ef70455cbaeae026e8b15538a2a1d159bbb35e47427ea97e13f5e5a7cdf27dcc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:1683b25c778adadab73dab246e98caa2ee21c561fa57b1f2ca7211eae88876ae_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5c875e3f0f2b0c11b8ba123f0716e007fa09b21ee696dce0c71ba774c1a2c7c4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6b96865aa6187e5d1d46bb64717dfcd42a1cc17f33bbb96be9021d8b61f6465f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6d1451124fcfb4ef7a5a4c673e06603443f538c6ff781f10706e8814245ff056_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:3cc3d7622e92973a3e7c5807ee254195082fb9808132838ac28a357e66e892c0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:685d78a491e935d0b4e7a8eea29df7863976a60800d1e08c3bd3faaeafad5a25_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:88b54af358d720bcc453fc09511bdfc7793b211dce0014648eea9ab01fc623f8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b6a234ddf1c93f87ab0ba77b6dfbb1ae9ff2a1b130224daded0de20781a1f650_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:68c09233701045a0512a7310d21be057e1baeab5eab74e246770e148daa87c53_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7566fa876d194d7cfd6efbb888c2ad71ff04c07e80cc4591be682c095d1b6822_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:790592a71ce9e5bfce5c82f0efb257d08c463658db59b6bef0af4de7d0ccfbd8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:db9a84842c47a03d10c5e9c1c27552406af1b748efb9a4aabd8fc3e4da3d68ba_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:10eaf2277f538f2cf72b3f408cec4168f718acdc1918f0227f6b6c62531abbb6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:1e58da4120c75035a6adaf6718a1e97ec9c3d6127bbec91836171ddbd7141049_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2299f00f191ec86185e9c9573d36f213ca8e6d8bc6fe104a4ff5861e81911ff0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:64d10474aa6082fbc20dcb45adf3f78369650b94352eab601e16e3ea0f45dc70_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2857f545269812b58ce790369808c13b1c6f891b1c8521f61031ae1237d5e7c9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:68b0a64071a455fcff666bbff51d2757c1c395c7ed8d533a8e36ed3c27d1ee44_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a045a2aadc8aadf68064292aed51b08b5b848fd726bff69e8811a23fd17f7da5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:b47c8a889f18a9d9601612c058e1c890308f1603584b626d16ee7bf50af00d4d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:03bf1102e3d50616a2431782c84cff62edf1161999bf1b10662eaf65410fc55b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:6bc2b0f07f5e3ee0986b7652434359992bc995788d7a1fcdfe393f2b1a717dbc_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:74939b01007b6160c704836484d686b246516a2a1a7929a09901a57b9b4bb512_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:fbdd3810520e77b36b749f73d70d416799bae48b35430eb025a6b4e5d4b42b77_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2f57a1926d479f00d26f8973d6edac58f5030df3010c33e231d8d350f5afe3f6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:5fb00e50df62152bbdb2b98fd2de8054dfcd4d4f27b07001a197b0e6bb5e72f4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7422274a999abaecb4642499177d042c60f0d2b9bd9b470c7797eaa1ae03a901_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:c1d816e822e159bbd4b0e96ff11c2c0866f50ce60a0731ed995b08b83e9cfc9a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:1c60e886fdd81c6b90dc6a0f142dc5c4d5eb8c9d5bd796cc343abe5bce33affd_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7b549eb97fcef1ffb0a36d99e385098665d88b96e983c0cab4a73f0a96abedd9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:82714d7071cc06d1ce7701311acc91cccca5970b8d00228c164703c90657c56a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:efce8f153aa7fa0e0b4fe0f88a29b6b0d3e91b94a7f22f2986797d10c3292c84_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:0fbc562bcfc4c42579ecc86721e9e5f5d73784d5608ac58514081e3503f7c813_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:34eea13ef689221a855605f253e237382ba0dff12442ad975c2c5f0054011b04_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5b24ffc3141a2022711242b92b9ef187ac9f243e92862588779ef465efb312a0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:d733261ef4993cbe69ece9ed43b50275890db613b7aa258bd0fb9f0f15978cf9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4e4d42f9f65e036769551889fc5e813e5931ed853d3ba24acdcaccde692b12cb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:80c813e3e501d8280abce8b3d0564ac915ef638277444ff4d05ed9b2d02d478f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a81cf2d9704abeb5e16c8b9b46a7fbb99bdf0bdb1ff5f8130b2a2d61b61c75c0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:b629bf6b74a1b8d8be44b2945a6e42cda27e0d828c088a5b49b6fe866cd9a98d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0e57f63039219af389f3920cbcb324436a2aaf1a2123f4c2647f1c1edba90306_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:6dd4c338afd7f75a01d8161008857b1dfd0c1e0a7516c5ac79387ac7a4947237_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d996ae5e72eb8bd4584b5b51b1bb56c4f1573caa0791c5e66a5c89d850ef3dc1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d9b30068f814c6c1bcf9798e35ae70480c993dabfb5d88209b48f149cb49e6a5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:939ce68dc53e8612f38f1c9ee2a25034e4d7953f98b136dd24966d30bb7d4e82_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:db48cb10424ecaf7a52681e7e17bfbe187ee238ddb3be21ba599b3aabc856e0a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:3bb343771d20dd2ec6a05b595dd0065474799b189c33985589f07217b1fd321a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4f81654bccced71c7ae5a5c3946d219f6dded80bcd1025466e4c5b56923b263d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:629425498dd6d127acfcc5a3017c7c983c60168c4f3ec6a006846dcc6874bff5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cf01a745925200f7159c83075664127536f48e0534e319a651cafa9f11ae17fd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:59214d21308fdcf9535342dd4662ecd4f8ebea431270f577f5d6fd266371b6ed_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:ef21c8c721f544404ba4ef1d9e15e4435af42ceec995cc2cc43d39925378b3a9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:bfc8feac89b1aa29252fda1d473014e4723b562d59dc88f3ef7872a94a6d098b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:d4979ac2a5c608ac31a5683811b55aca412e6726b5cc1ebe4b214d3c8dff15f8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:c89e9f403f7dd4bada53f4ba338de51345266c2b657adba6cdca65172d113aaf_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:cc9a82f57cca4904a7a4d58073b1ba7624090301e0e740d961d35a860898d8e4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:d63a70864e886482cbcda411c93c811bb3b1d904b9a586ab42fc67cda8ddd9c7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:da37ae31a142733b6add537f48f9ae28b3f496b1472ba60b0ef5587ef8d5568a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:396f40db5ba672cd4ecad68fa6f837405c9bfae9fa38f1276e672918f9de7b4d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:7c0925fb8469922ace0b86ef5f81f9ba4bc711b6277172ee963a856b7252b741_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:545a23225833cb931e6962febaf183bf7fb7d3532c5ffa4556c9c198f3b73954_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:b91eaa2723393eff033053dee12e51852a7428dd0c06de7ec92bc3f561545a31_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:c887cc0ed1561b2253c907df741d98c1bf4836ba3faccc2d8c5a8734e0857fc1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:f77de5df278c92b8b8cbb8f3f0d93333f3fbcd4a0abb834d1edc5159cde007cb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:843858cb4847ed991480eba34975318360a498aa2661729c2c11133ddef21db7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d344bcbdaab988fcc26ae36cceb1eaf2b5f60943fac7bc1c318786c5b33fd45e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:5135f9f7e7e94624e8a0c319228380f86eec7e833130bffc4d005062bbb24075_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:b0559b45426a1525296d6c9790d1fdd40314e1ffd48c6f0c7afccb4db675813c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:2a34794e9a9694b03f338acec35e7c52af7936006878aed6dfb9ab216549ee96_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:5fbffddc788c5499be501c8650150299d515527b230e62dd15920b33f9eb93a3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:5976ec6aa81c47bae00c6d399adbfa5d38894d89e926afb414bebb94e5b8b8d1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:72972cd3378a738e45235e515cb52a206950fbe7d0a57f73aa3fc352875b4cfb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:654fe020d5ff989d8092f577e5137ac9913dc8eb6b90007c85e694e5b4ae99a3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:7766c535404fb104ddca41eb50e2be914c14bdcb6305ff3f6ab1508594c1fc90_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:fc9f987fb8c7dcc4256b38236d89fcee5155e3ee5facd62ad794c6d94408714f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:feb92f825bb3ab62bb5ac81ed63718f5e3fb274fd0b6575487285e55bcd549de_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:1497850497e4ff31638d1b53032a1162af975c3abd2396e627ad90ea4515cd94_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3a1df74d7419d8a2b09fa4741ad8f7ff71cc856745ab85ea91a0821dd427976d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c1b8250462e0d3bedfd64c4611ce9e9aa77f6475e48d948a2f844fd293cb649b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:de1026343cc529670671124a64b039cfab52a4bbbfc7d6d0d1bf5d6c21a0eba0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2e98c100a02f00cc2f58fc7e4773041e81be4781e8a8c02539acb17d66cea93c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:55973d56e1df439ece9c90bf4a6ac870c4be37fa5c718c90da6deb275c34c062_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7d39c8eccd19b70bdab2757e9088f1e3259cd0ee8c0a76421f8cca3274ccfd5c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:fde0b6709806f4fa012e86093d3abba689c7e4dce25859df9993d02f77adac38_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6b089f63a260ec9dced6dd494b2cd8b48861fd8a54f5a1669862165a4030d790_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7d96b0e06e1b04ad121c95d6eb87943032f8734a6565fabd6ce99562ba873ae9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:804ed4857fbd1bbac303549388e72451a4d0f81b99696fc7176e196db8644140_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9c0ed5fd8235d31c3a959cf3f00717a841c2e5ea2e9e222454ded28932ac2f2b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:25d6a0e67f63ee551a50d23bbf3ee87a8590cc618d06a1041327af0bbddcfb6b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:5c4c1cfad723db265d037968ba4892ba883f1251d06a6b348d3f5bcd78f3725c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:ba8f4ffe3f54ffebb1aeb3ac55b9c2091b3be0e2eafb9f4fa877c6b2a8abc787_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d05e5450605a9101e2b4502927b51a6bd93a8eb01ac3db39918ab17ec3c1cb86_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:229900b0543979b8053752c05214994d2590b501da90dd6fc43ded0cd839a2b2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:241f97ed5176e7d9234cf1893f43dcc08d375587540c7af47c19977f44965ae6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:811a41790eb1654cdd1a133ae525e8fc329fe330cf06293d12653be5c3904ddc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ba2426e6f8b4c4f49b191df2ef4824d30486a87aa3bf3af5cecc5aa958f96e43_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:18c88139b031c49545ac09935d1599740f0b49e3c2fdd1d84f4006a47bb2880c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:314bd5ede25ad4718f9d682ca27fe8e8817d79922d59302f0449a55bd4764f26_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a0554e2bc18e8e16e5fc1efbb5fd653a3858f177d0fa84091ed1e48856c44672_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d0092859b3dd498418cb2ae30ae100d91a6d77abbf2f1be3400bd6bee1a57cbb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:0608e6ec895faca9ad6eec7f657893b8c05a3ba72600cb734cfd2ba7eee926f4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2a251ca88b8d2274b765b591bf4e015c1e817c0d98fc5cd7c19f51358226c1d6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7b50b78bfb9b21f2c6cd42be9990b95f1b3b810d9f3cf62d7ff5541a4ff7d5f4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:f80ce5f1854e4411bc2d73efdad02ff4b5fad6b15e2e3a09bf69f6229107c0fe_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:08cf0dc27f2e823756ba009358a028860354793bcb3abc9ef7c14d71ec011fed_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:285f603dbe97db7239d699ec52febf0bc5fe157222c202235bd6f5cc4af3b974_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:b7c4a0c49b1857e22b71299f9a921d0c56b831756f33708399b7a03d2f61d8e5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:e6ff566a5aa48b59411a421e98ce05e62268d4ead994c08e8bc4643beda5f115_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:22bfb7e9892df6e4045f7246544cbb73e900d17b8d1eba74af342dda56f697d4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8ee226df0ab0bf40ee1eb32bbf64b2feeafff15a165b92be994a331949f29516_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:97d901e0371158483af19aae8db34651dcf0278fd69e0ad14293a38d4713c58f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bbefe8212498c9204cf5a4b2834c8a7082f732c726fcaeffa55d9b66b5ab3c13_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:4b415d00d49331d5fd22e1b0c159ee4579506f378f1b13e8e1d0c1829996f6ac_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5c88ce9b17d4baf03f9ab7e89dfbd9c82a8e4bccd23e5dce74e11d6b2a0ecf6d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e6f512f11629d684e2713d7421677d35766f5a319122fae34ea25dbf95e79ec2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:fa7b4178af4fd9da7174d8c94e96363d73a1cc9f60f6a55a3cc28330ff7a4e89_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:10f802e9e5c96af91d1ca1427ace8984d2c31dcc7c409f3165e1ab21281293ec_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:477d5a4fc9a1354090356a06603a9b135814e9ee97d9c4b51046f597e195d5ae_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:5a20619d387dfa67a22d51e5eb6c4bff523b7fad8ca181cb4c09df25fa3d3540_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:70c40ef6f8cbf444e59c4522ffeb8800d19dbbda77a02f28310573d9941d6f2a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:26795eb48eb93cff9df39e25571a32b8d8c4fac44555227f932805760dde79d3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:45e8ad4ee3c68dd7425e889134eef96aef80f33946b303a1577593d53aac432a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d9ae6095cb2d622d947a1e861a56975ce434c7b57153d0dc8e4e9f1ddf95a393_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:f8f12d1cd2272529e159bbf2dc6680f772194cc235b0138146f40a499a9fbe2c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0f016a9fc412a5fa8b8289a19fee831b3441571d7a48135b92b6736af210d700_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:47e60f0ec21835c324472d63a89089c62480ef17e2225b537c7023404f63c796_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7a349e32d85fafd4f9dd8db4d80bd54e1c0869d74a542f698ef78bf6aeef4dfd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:8817b906fd93b0980fbb687876d4664c79668ec3e959d2cf184a3ed20aae953a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:027c710ef81f40bd47b16c296c121e36785eb5463321078f6bc657c37f2967d8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0d2b94501e72370b763a86146266411de3932995240514cd26362a0805525c7c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:ac40d2c4950576d453b18666a9acb3c19d4175d94a28d6e0e9bc19a4c302aece_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d9f6635946e9c0ddfc8f479486f08be9fdac8bc9f73d358a3d049b6feafe81ec_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:1ea77d4c8308769c7e2b5d667c8af3ee2e543fc0cd0c49447460c37ff0c56318_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:56aea13311a96784e84b4c5713ff5693e6aaf9f6035a042c5a28879019e3eaa1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:7eb0043c124f96f76970f835870cd45bedcee0179f5c63ed7688191cb5e0d718_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ae36b0e2d4f0efd222926a53364be6d7f9723496efe2463cc1521a85e0318808_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:81645a618293c85f28a1632034a0f3244cb15cb5b636d6ef447e571d526d3f60_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d70d809c25cbcaa772d2068975d7821b49f965a21be8ceef7ad7a17bfe79e611_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:dabdffb17f32a9684101e24dd08ea4587ff1c288959648684cc89f46ccc8d7a7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:dea959447acd57eda954f5fea4bb3d623d6bf19f11e7bd8ea04651f5cc52d95f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2b19aac1bb3f64b3e45d82d207f18fe3b692aff7d694c1cf99a02601dfadb2e9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:3ebb46a8c872e2dfc1d2bc7e50a84be90c998e721cb935a7d675e7ef02f204df_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:85930fd1b83c544a5debbcb1218282c91208fa876fb38e9564f3562ac199a30a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:97e522d7f8d7c3f88f50bb511f1696657f9dfb41282c702fbb5325a993267fd9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2eeee557fa7b05fabec97b753e50fc8b54811337b360ea542ab23a32db02165e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:8933a240bb1a42d823f4bf6feaf1baf6a6f083909fd9e5a62c8b61ca770cee50_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:8d06909ff0633fae70e3cda3ce95a1917ea8987c8e1372b4a8f00343494ea5d1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:f2153f3bd5ef181653f9ac8f40a8389e58771515b2fc49f205d5247455635c65_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:1fdb8df2f66c1558fcf03d227a63e58f63b990f1ff47ad81e3e3482c4e89779e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:7a2f54cce726a5f12a29c84d8a3af601d3627d1255b95e4adcd394a76e930c18_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:7bebec78f81645756aa1265950e28a980fd4c042b651c7b5c6fe6924af7675ce_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:d9af91fc94e0fb9645b5284e1a2a8a4ce3029a57c6c92e30ceff6562f7522b81_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:be58ac468d10396163e8e30c2e927d365ec7f21f710b99813b9f8f74b260c21a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d771771dbbed4376ceb699139a02a5b64456f2fd90f2cdd873879d56badf2885_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:de99fe560e6048e4e34d46dfbaeed9f5b3ddcbf41cd172f6c46cda8cb549faf3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:e8c673493346ce26aa4078ea788dc0b3c888613b8d161dee4a91d577f4686dcc_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4b909a7fa9307c352c5a50cfebe3694547a60195928c3a3616def9818dd6a701_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:74c62d51442c13d38b45be851fd70040ae8dbef49fb6b22a5cff7ec3d20918b3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:8acbe6bee1e736dc4b636057a9ca03e6d19a341c207f4856281e9442b4e2f5b1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e214faf773c10d348cd1fe3014a1541cc37f8484b53e35136f67e0bd3bcde588_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:19eb2ef0c58d253602d9dfc10f356481bc443b6ba6a1729eeb253549a5b06235_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:4aecd8e8a99b71f09c3fe659399204e461b1008def654038d8d2df6df34eb3d8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:57e1fac2b2f950168e3130a96d96a839b183c8d4bc5f051af5a951a13d69ddd8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7e60e4e7673f57490cbf6c96a033c4d6f0e373941cf7d7235c2455a7e7850a77_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:1e48b7ea9656f56b0ff7a95ae25a7fb6303b796f70c8a80925c98a1a38d09c9e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:30ffb3abac5d66f0d7192c3395f4e29f18bee60eec5b603126308cb8e986155b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:39572ca95b113cdbc944e60797371c1c70d210b718086be5796ad62a0753e74c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f04d8f791bf53ae7ba29b1c3ea0847d13a99a58d8d13d53eac95a648c4fd7d81_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:01d126ad02cd31c976cf2857928631f421ecf59096ca0e61daa28596a9ce3bad_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4ce5ec880ffd93abc262773d8c84390aeb22cf7aa4f6688b950c0490df2e7b0f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d1c2b9ba0cab850926c999b43cc85ea7ed91c5396d1d3ca272c330cbcf098392_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e46881e84e706330e4ebcf93cc1ec2ba9e1454b96ecee79fb81852d7b5826853_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:40cf04b4677fe397b6cca48fd704defd5dfbe5849116b2f855059340fb537da8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:b5df8abccc723af3f3ff86b4d1fbe7f643b89bcdf87c93abf3b926e8b622efc3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:b800c84b0984408d51fe965464e87ab18c0c3d82c8c51d12fbd488f9a6f17f7f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c0b5ffad8095d2ec71180e3857c7e5003040c79ea93835c5ee7ec6f544a406bc_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0f58f90811f760f3c9266f674a8f7fff259b48e10f1a8e994c5ec8cac3745191_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:4d336c3a625d32606df94aff5194969a6b3e20bd8586c56baacd509bcdb066f0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c67690128b6b243becc0fa48a9c8917740c4e4c01cbc3798c72e03fd9629430a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fcb458c8179222d8c01853b9654ca9708cf5f34146b6488486f2d44f12a1db1f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:10227468946141bf8f1f0dd71860ec2dcab6888ce2ec096f8250ce27dc9de66c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4cca1c61fb2e435230b15535e8423825378ad0f523e7eeed5300b139ade380da_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:c46179b6395be403c3e7915f9953c1b9527c2b384284a3ad16e0091346a86621_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d4ce3e07bfee07e11573773846eb94c759a6d648c06db0bfa2dda1f0110b9f84_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:2040c1f1f4193837690b31dc5f88a840bd6c1c070ab0b091bd20439dd9dfdb49_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:2ec681169d6ce8d33a853a03fb796a312e75992052f4546f94c2ad158bbb9228_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:38d16429ac19db268bbefe2509b4d88ab3cf44e0c4f8b75a05fe3b182e02506e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:8d49a0a22cdef610f8338e3e4e3c009d493e6990d6fd68362063a9138164cd1d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2e170eac98d152abc69b8fa44813a290b9cc2e57bdacb84e97a9ecbe602a7631_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6f08d4c8d88aab768b5c727b824584cb5443f67e69fd543ea95bcc8cf90cff2e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:aa161f825ec834c11a77240e4c8860d7e49957fc6137aa2730aee57d3b34b7ad_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e5568dc2b0aa9f9251b0ac80d28b2c01247a9fdd1a7fd42779932bcb9c0116ad_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0594f924eaa7baaa8350c40eb5b2253c99d8ede41d58291d362bcb334bf8eff7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:29473afe198e78ccc383122e9b9db15562d165d1a1a5d2ec9384f6282a9722c0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6c0d83c46bc0032ff04ea451858bf53db20a42b02c72870771a683b292977620_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:74ef91d30366fd9d581253c29197ebc1c237f72db26b728f7c27f26a1f446d0f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:1c0d5e001e41c928306cb746e0ea360cadb179221b726c5d11709f381132fc67_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:1cb6cdb6e3bf0b41c8844a6145a44416a2d385f640f42f496a4409db59f0a509_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:575c9649ab6ddf045d4be5b4c86501cd0a63fe02d73b4a803b511213405ff243_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:e82eb82d215ec8520e1938f0752a4ce0c869e865ee1c7fe2c96fd95ed74751d7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:31bd457006ce5cd45fdc3428de8e69856a3a387ef4383d1b08908a6f3b35047d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4f7552d3e6293c981fa9da6db88f330bece8f668376abf43f71b906553a5c99e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:973f4d0e9307929973adcd633718d00d09196bbe271b4f9d24f8a399643e1eae_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ab176c397c65bf978d7e517a34e10ea45c82a35f65b8bbe39f384f776822c03d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:34d1ed337dac313194803cbe7336560b7a630adc9cd2bd785883be5048ca52dc_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:4d29bc385e8920f178688a741187cc67ed670ea997201952d0b9a77b56c762bd_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c86661524ff0c65bd9dd0349b73a831204010ec59c84786916be4ecf22c625fd_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:da698e145cf30d354629fe8f6c4023d14fa2b5b167045bd8a6da0ba441b8c92d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:53be80af8fa2a60d9bd89de8e103fb2eb2cf008acff6d7f89383d861bb8a54f5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6decc15033377fcfef17782d66d17fe25501b157d69bd83e85a87c6e60f665d4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:8b2d6dfc8fc31a67250dca39ac60bdaf86cbbd61353cfe7731d4fb1ebf5463c0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ab21f8f97947845bb94bf6912ca8880ed39c4aa3a849af7f804d28c11a6f0ef6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3f2412d3a5a21739fc209d7caff76dd8dfc077f8a5a3a5034a6ca7a29532f14a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:598df55cedcdd92019d97e3ab1a6227b139798dc69adab00a65371e300803eb0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:9c4d4b4b4f7b8cf69f9535c0f1191f4de338b928311b0ed867fdcb0d8156220a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:df5cccd485b9a00dd75fd58cc2690f4713062e43fcba9aad630fa400f314c588_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:2814cd076f00b58ec1abc468adbe95d2281b50cddbce2d112dbf8befa70dd470_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:5903de42d0ee79b46d935ae3dc54e88a62d8e09dfbc6d055a31d3e6fa3c4cb81_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c1327a4cffa9882b931047ae66941c2d3a6f4c96bfebe56cd3070e3deb22fdc1_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:f3d14a42e2214c08f4695a86b716a383112b70245a711db6fda0a5a462371994_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:2a0f25a54392c0e18a35840e1d29f31d5dbaa7325819fbf58656e738496797bd_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:3eade2c45b25c59ca557f5a284adda009b84a3f6d21c9db089d8c5fa7abb949a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:992c550b1d50408bcdca519980d914bf7bca4ee382ee0540aa3af2d034eddc4b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e06661e1b9f1142191ead0cb0f04b252619ea50c2be307177853fda34761dfd9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:03926dc5ab653058aa6d7750ea01a2b45c8f17a5ca7a8e67ca652c9a0dce194e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a13900fe0e23c9421046db6cfc237d21d0a744bbdce29fcd24c9f17b360469db_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:ad14d54f4912883a0140d3ac97c6b2219e3ffb87015050bb147ca0c73cc3cc61_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:b174fb64ed734452a4390290022fd0ec60d37823be6b12a17c2c6ae7681b3594_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:08553069c4783d2a245702df54c1164633839ba790ebed8cbe1676e4131090cf_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:33d14b8d5f2c6b2e06b4bb0afb00a0725195ac80899f786640a0c3df9d238e30_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6b96857862bf6275ae1b5cd28a4eedabf4ecb6df67a441f47c1469359e76b9dd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:8fb9394145dcb16031acd61a0357c81facc3f7e2c26c8a5925581d68389805d8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0f14bc30863ee292aa6978966151fe4e77f43b502952a32565035ed9d48b1beb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1dd2bf9193891003a1666b3eef1890bf737089784285b1227393a690ca1cde04_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b2218da01a451dbe0e4dfb108b2c153e1a1b3399d7e6738e4c191cfc8f8801d3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:eee4ef2783405873838d6b4cf42eccadad062b9f056d5e13b76e709f7876c9b8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:3b594e4afd1f6540d0c0da8f875bdb8de328ba3f2dce17c8226712929079360b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d82ed0fbd775b5970fcffb980f6d28c885c1e2f9d44f409507778e9cf9bfde8c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d939c7835722074df7a0197e72aba718a27b8f88134883df7fd654b1ee57f0a8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ffc14425bb9275fd713b639c43ce33bf303c54e38cc53f4f9db3a3a1f2a6f105_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:463cd33991582264476015ec2ecf8ac12a9ae4107897cb2558c1d9a4a1b412f7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:876321c429821ed061d0908b2c57c02b865f775f47942f15401965ab1eb46056_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9cc79bb2a2c6602b4a72dc3abd536b1e47ea245de4f7ff2b3ae08a4bacac6bb4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a9102ac4baccbb625f4c4bf605ac61967c5381c24c777aa819577c2c7cde6c39_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0a41b5b6efbf9ceb5605efcc5a74e872e5b82366478bd9aa1307c9a043b25194_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a8430b0829211ecb9925cb3061a328e054c006433bbe067d8746f92c348ff141_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:bdf77c78561fb5592d084c616462fb0341d8dfea9ce664196d398480cf4c9b95_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d2c51e9490479cf86973a6f9132ed075989ae64930747dda27ec3100999352c5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:148e6bf35d15e19100b342ec8ccd8f3b975b145f6aa1596d5a7004ec88684444_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:6cade19a99f1530ec4700b5283f965f9c97ae9732689916d1c40eb4797adb08a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fa007e3f1a38a5b48a21d37737077594f57cac65d08a9da8859bd1f98677fc86_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fdc7347043706d1c88f0d0327e29fd47dca2ba6b41bfaadfe4acb18c175c3a03_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:8f0030f4e532ae452721b47317f2bed3a91b4e18f7d58bc99f117d19a081ce5a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:f8fa8bb4a92b3ad3028f21cec3c5394f565c9e02f06b0619696cebf56cf598e3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:b0ef0d0003586a718c7747a6c5efc24313d757a4e15f7725328f8ce310793ec9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:fabefdede81f8045f228b94b2cdc64ffaa4840c7da5937fcc7ff40d82bd2a729_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:02d69fddf5e810141a02f739de9b3b56a1301d4ecbdad3b8df3b7b0c8c67db87_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:0aa7da9a515f449d3a6da50c5dd8d55ed318b494f2b3f3f866338ff1f49a3ba3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:16bbd40075cb4a55accc69db260da71419574395102c164a388ea491bf51d927_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:8b310a127ab9ef1521dbfa6ae4909d5e79b846838de6b07f8693a6f746d8e1d0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:d167970d8be3d911c29a54fe93b3c5ba2ace1a5bd823fb0dd3b5f0691d67f5e0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:ee8d34565b8f3e4d3c349b05feb279bf6a314f84897e668bc6bcb890e1320971_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:3ce22e5fd8def8305f8ecd28c69bb53111b68aa18a0f8907af504961caad2b31_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:6c8b3d7e73807714789155e434b87fb7444c1ea2cc5197fdd18b0f9e253d1504_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:76ec2d7ea2abda578740aed288764346e3e5236cd8bd1b42e776762ea5af7ff8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:a2cd6bd5ba28e30282de522e76ec1fee891eeee677350638802535f329f41d56_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:1ad410be29b78a62c6c761adb2ddc81dd6552e215f3bd71b2c49c19fd9506c49_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:2c3682906df67732160982aa12fb991407978d1c7a2cb36d279b0857134bfbee_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:3a4686f99c0461088ac8d8d83b53ff967b57840aca2fa87a3d04823823c4d5fa_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:66340f44b99e3bbd8c021e0c47b0617365b62c53b0b3911933d8f683b2c48aa2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1796f001455857a701404a4ee37d793895c4d179708fee5cfeb2467243c8cb06_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:cb2ff11c7a67c79a0164613e9ae68e58c14c6ef7a5af4dc4b6fbc897921db161_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:d30598bb001578c4b9e99ab1d5040af35a27b1b5c7503d566b0672d634ef9f1e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:e9cb3fec3be65cd06e6fe00d2954b8302e12814701e1906ad91833ef18a01fab_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:3616e4a7673a447207307a8acf0661496632a65ab79694abf81d8a47da0f590d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:a833695f4c37b7f90a42db6563f6cfe2ba22d175e1b2562eac67a2bf30874c00_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ef7b269606c239b4c5b9e720fe99a727b2fe55ca5eaf651c4209c5f4ece296dd_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ff65e0a6ded81326ad41c930abd5f396a6b3c2920169d349be3f4240aa212889_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:76da7e014155a69453feb8dc8eedda88578a3d3dd6e25da074013da1d32590f8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:83b56456b19882b4a9c29e1e3099317d6b2f38cb3f310c67cf6297063689d416_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:a0c019865c62a67303956123e1df05cb8a1ac3ddf188638f00b0d3fbab0e4502_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:bd6ab28545e203750806e1c22c4d1c9e10e91b20bcd922c5890d13eaa47982f8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:2a1b57399ea1e13524534dc38eed4139d56a4b56f0db7739cb99048588a96d9f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:48e3d29aeac5bc5c6d1cd9345436af66b233c63e898bbe5817016bb4f5ec17d3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:4a5be5aa4a12e2531d63f983de08bc3e411147454b3f2e601832d4d437a1a02a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:8bc5aeae1421310f6f635cb1679cf3145a158a8549bda6132526d02f533527cf_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:0e26d9dd3ce20a2b973f0128da5a0c27b8550941d1f6a71eb8a2d3db46086e59_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:7f7b4c6d942213eac8eb3b3e87c81094208a3b41e1345964f29e6936c5ac6b31_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e6755753af40adcaef42af4fa79da923446d57d2da328a5689a8aac7d7a6a803_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:fb299ef0ec0e3b11af2787b41c7b1acb5e161a11f244823831add0ea0cced3eb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:00381459ad3d92ccdd5a3a45ad1f09ddda8da0d48f4594a4c219288a266647c0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:076c49eb3ed9183e0ae26f6711a9e5aa1875a080e2d47510cb16e2714afcc585_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e8d9136a62d6038628221fefdae5923e39cde2aedb2aeff9dccbd1b5b1e4627f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:f43b9aaee22c9fd77e98ba94f89d886bd323c658bfe3e7df74af80052e4e9474_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:2014a37e5e4d7528a77ffcf3183354b0cd7c17eb5814721c469aac3d500fc58d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:315f55b2b96d9bb4e2ac7951fc6c3736bee817f27003f370b9006dac7096816d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:707698f30f4c8088b2620c5600f79bfcacfbd5b82c957de62e13ff432dcf35a3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e21ea71d36fdcdb320bf2f2b60c4d2e47b83439beaefe2a78013507f6d4faf2f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:1579b3e033644e046bab63965d6f34797294c079488feb1ab6a93bf431deeff5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:7eae88dd81a4cc334cc312551621a1e469c30ebf73def686b18aa7f43027302f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:9151d366b16d34b16a1c90575e3317054503b12c880af51d496f681fce3f88d7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:bf1a0690529c9ef700e616776f6372bdcc6883f8fcf5be062b6397dda5246b9a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:03bdb8f74c117562bff696fdff572c2cbc7d73901c63a092d63ac5be23e0f4d2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:82f6b0c46cbcb7d23b865db2f2cd94cb83fcfd07ca408dba1b50d28d93c72aea_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cc12aa0e564fef8638f82263cb9d15509dcd032f9eeae171c41543e292ffa47d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f07d0cc2e3c9185fb009f2cb7677f3b9a5a7da7b9cc2e385be40108911b61c45_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:04d44a7c55214235a6ca121f45eb8a2265b6a47803d0000a3f7819dd279bb634_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:aa7d02eb36629d56525c04dc37e30777d0b33d2af3b90e504ba4259ccbb01fc5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:af1ec368aab118eb5273e4e8db659bdbfe94ba2e0410dc0e872fb4703eb7f229_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:b37ec193d3318150fcfdeb63bf8955b1b03dccfbec5be52cbc08251d36da824d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:0ff28e5ca81e1ca5499ea80569c9b8a203b313e989559e4c83ac8f0fbaee0973_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:1410e37b8ce017f7da84c0b86b0411f01e1d8d6597d2dd97cb0b82e05ee944ce_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:84de5559116e4f57c27844e4c9d28ece511779570e62dbf436ef9d452c44fa93_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d18b86413dfd7450e3d201b42ff45d3f3e9bd8ac3caa591bb5ec80dbe55701fa_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:1a53f5592aaaf08e69ca0ebea2f1e04ffc39671ceaf2877b66d3337f7450f860_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:354d017903fc20f2a775c264be278253789845fb207eb876d2f650002e7d9d56_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:89bd631ea62ce494371f19913c50598c14d46e8ec90171864ed1aa9dff109b12_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:eefbc25642cd5387702ba23a6bbc3a33e1d507caf9b5d873657c08be096828bf_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:364bf9f2adf4282b4186106425ccecab534f23ab7603050e6bb1fafffd6aa176_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:b48a010d206d36ef0eb6e079407c7d921cbce7ff8f4d7976a4228a6eac88ad64_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f8efd3a98425d3b6ee6cb9df9d20cf8390168998d5f3d8ae4b8030b9353e2b43_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4ead6c7e104de4b1296fd135a0be96deb8348a6837383bf3ba75c98fd6c7c20e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:af1a072fdbb27a53132f6db1fa4153a3a0c61babca8293a6c40d6e1a8430e5d2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:dd07d396e484826008d9accb4013073f654bbdbc9373c3ec94c79e2fcd903c10_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:42b0c5d6a2ff553e1fdd1ce9daf95748b671d4b9f71b777ad6f06bb49e52d172_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:4f8de05a10bb92e5c982471035860ef72f44d0f4213397dd3a304c0fc21af267_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:7357ebbb98da36a072189586fb5845d495182d488ae0d88380fab5398616251d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:19ef2c2e8606c2bcc69c922cda581826281770cdb7e70aa9dfff11404ed30a3a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:6ebb3e355f86fb611dc2f7d414713ce89c4372ed05e074673fea20929b345ec8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:db8da3a0212ffefefcf7a198ed1d75030d3b2706f582d4115d3fdac3b7d377c5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:5f0b5c758fa46f12d4fcdbb64559ca96b32e74eac5e007c0c99d58051855d98b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c9c3e0f579e933d9644cc4b5feb0e9c97383bf2dcdddcd2a0c6182599e564af6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:cb2349e1fe8d9e74fb14a61be4716f0dfb8ee89d3debc762b39cb840c9ab12eb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:ff568746b033a045daa34f6f5c196950d1122c54562afa9d70fc4c8a49f0cf78_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:66e195d334243b880b11b18c5b867f05ce7717ae97fcc707ab05555ebb03662e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:80f26ba4b1206766785d1c060b3f4d9f399cbffea8a84bb807d4341cff8e5c11_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:91e89c2093305433fa84c8522679f781a3148a3890859eb436decfaf6a2fa9f7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:a02a71e69cc7a3f1747d5ee0e4a0535c9dd6abe0fc244c2f16094402b56ca52a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:237339db4971f1ac7be125fc689b87dd07b1e0f59da545a2a7d08727c69f0637_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:263b3dcbb11cbdd26611250be26c6923fac9b74a387da78519650f8d05cdb4dd_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:40b891a4cb673d3080ca260e54a87bc1e730820cc5058aab5c87f0d9242746db_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:5b10eeb7bcb9d3d5cc562cbe6ba759b47a302eccc48c658f6a11e2def6f627ac_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:a0d207f70105e6c6c74adeca74cb6b9218e107a869a7e9ceee35022db9218009_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c34f9a1038f52a60b3bfd081a569d5fb067a95cb2d6eb1e83512276afc4f217e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:00cb5b6fe5f046798ca21596f72d52b61e1e74c94dab877932fa9da65eba08df_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:7d983f60a53d61f594507cc64436fd505db9c113bea98bd2297404fbd39d208c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:01304de5720f291e6c7ac725311596634dc2ffe3d2c625fef7de40a22563b5d8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:e191bae1686c2699afca87bba65d819f47de39e94e4d57dc76566622b0e93233_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:0fd2d931780a25a95b718a2726c844e3fddad9187da2298e9c1f8302efb3fb55_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:88d0afed198a8eac80018f43ecb282f470f998dc21cb1053feec3ef26bebe206_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:c409fb63b2b3887dc7df2c203597ccea0c166c2f7e4b9d99dd586c9503a96082_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:a6f98204b5eda5ee82ed092ad791c0e75d3d299a0b2b7ddc56c229b2f2cfaab3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:f42b26c88531ea4dceb0c9ffecdae1d0ea54097e7ee2b9dc3eee2f226b8344af_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:01f51a86b3d544b7447be3a6505835651ac27433d4cd44912d7d90b67fd6dc1f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:dad2cd32abcba1dc64780ff15eb530a8ef3e45735c47f2069c2fa3a2c6729ac1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:88c33650ed5fa280c4ceee17f63bc94acb3e31bac6ce0ff922537044c62ac170_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:9a3a34d1184f72aa33d708c971e252247c1dcb187ca485ddf536967e2d60747e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a2f0b33c066abcd5945c172e45fde320dd575e74f92994e0b00ff83b0b2edde1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:b1f880f022597d0e8024271b99736555add047a58c3afb8b0c883b034e203c41_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:55116f0b9d2a169c62e830324808855c16ddc8086705dd884b386710d73af539_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:7387e89509be1816ffb3cb543b017332475eaaa5a2624e5bbee2e21a705e5cdb_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:904d7a9cc8e44f5c07fa09f25df6ed258e2b0aa87292b9a3ded77ed3a615e24c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:b370250af2a6f996100d937a7395b0d031f64c3b6e56114815fdfaa200e96272_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:36882254cc241dda67e3094467d51caf941355c31438658dfc1437228bb6f4c1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:8cb62fe1368a749cf2e5fe112e7deeea4157b6abd336772a52367d9d0ba21187_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e37e2a9400c167a70ad9bf6ee64883ce1d0cdf690802a2477f3e7a6b12757f6c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e43cc3e015aa865dfde70c7578ccbb79bfaa9d62f030e65bec769762cd087bc8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:17ebafab92393b198966eae8d3a669fed809b6c4f9fee4243ce177952e4d1c85_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1c389a261e900fd9f8fc87d748363706bcf1de74a24acd410075bf0d205b8cb7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:2c3d8ec443474d21ab9f59a88ef33184063beec103e3e4ffe7859cb429dc470a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:64abcf4ed85d43529c59bc77dc06133aeb3ccb1657fc877dcea8bcbee51f019d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:a629a70723438621732aaafbe799b0f92c2d3a07e9028e22ee2ff3bceb911bac_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:e105fb8b5c80f438d63cdcb29187a35df84393995e142369fedd2aeb89979681_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a85fdd4a1398a47f682526c16e97de1f87b8222ddda47a6c5f254d06b4c791b3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:afd2a6edd07ebb4b6b77544ae5ee18e3371f514daf4c669a00d154b5e33b701a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:20e35628df4b8844ea3668b147e125b32534d7b944753ae1f99b6ea46e159392_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:9e9525d31895ad7e9a1ff753e0895f7d845a36294f88fab8041f2f3deefa6608_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:1cb8736ad1e698a4ec78cbcb16d6e37d67887bed651a12bf63db51af96b0a7cc_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:554b7d9d81f9fb5dbccbabdaadfda9e45d186eba6488df224f83ab512a4c4653_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:249bd5ed39ae03fa46aa042d73bc097c700a6be65ec79157460de3d1ca75646d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:65777a3f824fbba1a23da143ef64a1824aa48883b94947682f787232d55055c1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:9e52b2efa8fdbd65ad70163f96f358b64f552783c7f03182dcf38994cb2dbb58_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:ece0c645d881112e48d2886024cb96b6cf4b1889cc456b30d331df729fcdc9cf_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:0b99f7875f7934b371fedcff686622acd03d9c2618bb613dd6721ea5ffe1dc57_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5537e4af85d49533292160803dc7bff5276485846f94e247353df944b4b28a54_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:8e64d6ec539d991b5a228d8f4b9079fb959dd11c3b8a77ee5bc3576398340dc2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:b32d68bfc83195f7cf85e5ca9d4baa658d768d3a98bab4a3ce3cc107e089d84e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:333d60c92a9efcb4febe144c3e331c553197d325ba0afd64bebfcc2803cc0e07_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:accbf8cdcc475fdd0ae3427f178de8f847fed6c09cce1c12428861adc9b342b8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:dd2518acc748d2fb1c6d5f8421a6d85ab2dedf2546508f45f8e2f6dacfa7f5b1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f3265ade73f238556cf2a7fc67e8ebb3d5636440fd9b7d4cd2aa725677ce3965_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:1bfd1b573bf924cb0a8be80be641b4ce684b141a66325d7c0cc923a9d3a2030a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:88bda970c0360c5c1160b32e589812e4289db230dfa9923e1494636f97c34278_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d849f73e901939241fc0853532489308b856ec530492a706db8f81ac47e59318_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ef722b792c00415c1efaecc99ea873df11d2ef8cd35c5b86af0afcb28c08f821_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:50ff46f43a500235707760885fbe4997cee8c7088bfa36c911697df3b81675a2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7845202df558b0ef442f3b4fbef423c6278fc43bea49169140fe3a263b15c7e4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:92d0cdf81fb07c8eb55fef4be846e84d5f18f181fed24221a294c5312c76e923_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:b19219d62e0e70404ac9b7643caa49a792b9450e8bdd815b02a6539e41526a77_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1da1b4d5b5eb3c2d6238b7e53fa040f03a759b8fa47e52d9e530c8a40885acdd_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:8410339435a39b3b5a97a180fd0b413e3ca02351edb8b9d7be1145688ca56cb0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:8873af11a450438c35d6b39d687e73fd0ee0faca3f0562698b24650b01248690_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:bd6ea26ce1660efdc5159b2a53d8812bb1a584d7185edbca08a07cb89a09cb0c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:063ae7b531e3156e051e254ec07faaec30ca971d027a48dcbf930b1b662d4d81_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:1aeee3943c69893e59b8d0bdbf4c32b4452cf4f6af73a802b64be9cfa051f38b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:51838e17ea6a17f32c4928c8d03fcd2af5052a350e4bff6bde1c484b0663ee7f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:ac68e0a125aa8e638b88d747e50b7b7ef9150d7e15459e5b4c0643dc1d534624_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:1caeb43e59e47f40b7dbb8e9def02e2dd3853254b749c40c42fe2092223d9ff9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6db33bd660e7c3cabfac5125820539a4ef4264c067b17ce404fffddf17965880_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:8444f6327a6cdd0cfa269384e58059a9d333af24c0e423b1abd6d85bb837ad49_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ee448c837b33b1e9ed15258933ad9cdca924ac64fa6d0c3bd7bea0ed9f489dff_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:61057b1135996175ee08d0672d50d1a9eaf083a1a057d0a5526f4af42089dd32_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:619bafa4b79a302982b0806c61721e26a0ab7b6863f478726c6b58b42badae7d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:1dcc4113c131eff2cfbfab09cf11c8186360c6cdbd1086af839a03c042a87fcb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:2eeeba70b8cdc334ceef7ff7e1fa3b1ef19522097e27301e2c7917334ed2b99c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:491afa1460d3cb3aae7dce1df98c67bc343cd47ce22df4c55810f578f8aa6b5f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:5f24e34fae65f3b7a473a8ca41afe45fe4dd8fe9d84c2856c5278c734b2a0ca7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:6d4fbb7a93c300154e76eec4307a3dfc14555e6a2d0d065db2de3fcdfe9f5fa6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:1c2ae2d75a70fd6620fc71ac3f314b3f09746f78903f93d5e1fdca64941946be_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:6baca746bd3180b4e6062141ce4d980c014cc18fd4c1fee527d4df751b0bea76_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a1cca9b456a2eb705f5b11a19d2c54778d1441d56b17d20c9680d0b1aad1ef39_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:bd271650ae9beef457d2c72a9f552448762e538d92cdb345d032ddc3786493bd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1001d2d3264dbdc69734b9e85a67db79c52d1c2f6a1a4f89880b570f834aea51_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:2d27ac19b5e4aa5532d05c71b6da43f4ed51550a36328209f1432378a96cfdaa_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a4623c62d9f7b6fed32b40d539815a3814c74338bf5974976b4dd1ccf8eeafab_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:d2e61adb97f22cc48deb48c31ed94d850fbf26c6590d0fa3aa154765258e185a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3c000e247f5d102792ffffd96011b889db2f5858799122f812b49b10a5b711b0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:49a9fea1a2a81a464be4ebf87a7f3ba7d880662bb85466039a5c8d461a0b69cf_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d4e4e5976380af9528d6405bbbfca7718307afdc46ace2fe3702ecb8ee479ff3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ff841517626da718d46f0869384bf5fa3a04b0eab21af3d4dd2f8d5bd3601aa6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:2efdc02714260c48bc53e7ab0cae1e2d3b99c467469ee1f73fb0b79149091d45_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:31bc24ff07edb1e527760a4d76b60e8d0712968f477d8d6cd419abf36cca0b0a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:84f34f50c2396055e87b857cc30411cf5b18d2f21e78bd13fd03c95c1650baf4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:96bf65054c994cec4326f1bd5432e45caeef3c48513a7e3cd2248759f9e6efdc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:58facad671ae16c072d4a0e96a2336d95c84a7f86d4242e49152e9275296d028_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9a7f6b3f08dfa866a2a1dbf9bcdd636c221c4dcf0ca38ab9b5c481684b4bca54_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9b033e2e92e64d07e7510846ed5f374b1f1375172819dd1eb567c83d9c3be4dd_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b81f64192da01c1b69af1f01bb109684b9a235b0879150ec37bc6bf43a53b351_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:5f3df6d30a624ae1c7a7eafc23b74b1ef674b2a8baaf9d2644d529f98831cc4a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b4edf57f165ba2a9d56e5e84a3aa61e96e76363eb7d56a816ecb15f8ac06244e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:cc8f8b60224940a4c6f8bc236f8cef754c8bc5b4a6d6ecddbc12db49b0087aea_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:e9df45732cef6649cd44dc00a89d9da66b95f1666785247477d000c4177e2c49_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:0670ef29c648fc035844be832f71378d5cda2122f5d6c7f82c831865d45f77b1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:34dadb46049ecbb75501d512642e7d2a58961c783f749aa0169d1a108155db97_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:371746e92f0c725ccaa0b0f58e950693872f87bea78608e95a2dc93b4e8ae77b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c22b1f502cdf6292792cca93076f4a7ef16f1c761a65b11f875c99408584857a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:ae26fa2a9ab61ddb95e4273d710c75edbd517f81d421b68acf84cbfeacaa913f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:e6c8fadf51bdb9c8623178a95c04ded1e3c8b1dce525783bedf1c7c501eaa76e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:e84ff17a4913201a476735cc76bebcb7819e7b65497c43267c19bb8e88b310e6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:ebcd87df2ac74dcac93ceed85bed5587957036381a49d7969e9a530f7744942b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3c98ad6c0008b1145186d1839c980631c119328c2c231956941300508eb27bea_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dab0992bd8f2a8b158c03d3c271e9cce7de86c1e188e136efdafcc20ff1520c3_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dd146a5240dc6b3328240e27e4257151e187aa50df62150160d1050e065f0041_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:def9dc04e6b217cf48b80373fdd6f860e9b020d6699def7089ea881a94b0ff64_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:72c545475f329944debd51692a1815ad56ffa000cae7cf243273136290d32801_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:7942d7e452866f23d468bc06b2b8b43df126c9bbf2fca5607fcd3e3fc391c76d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:c6a713980f98015bc170590afbe2f48b3c4addbd7ff19eee4af2be4b431b3dc8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f21522b2f22cd38ae626063bb6180405ed0eaebe2c443d38cff59b36079087ad_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:622ee3e0fa2560aa75798f4921d3b7417b64feef196cb8903aad499b7ba3ce63_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d30086b283e29e234410ad9521746f1cde8df72c61263e49e01b38135efbc380_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:e11beafd70191493099ea724097b3bdbf5c7d16daadc9e60770ca2e221406cf8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:f0f385d704d85a84503b5415a35a0e127f3a5eabbc813ce61a6afd5044fb35de_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0ab09129b8b99a86f2dc6314a9b30156b814daf1a287113fa9a7a49796bc8616_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:58e8b0de0751882c27612c0547004d51b8a59c1824acc2e8d30360f8ca6b2d0d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:673edbc5d7c6df884ce0c2358b1a5061c31b902bc472556db325ad91373d183a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:7ed466cd36f985050a860f2fb442d29103b2c15f4c373f4d6e3550d656dee8a6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:04e0e42f16e0c627e306f27839d671f541b9276f15bb077d238a98bfa0f4c66d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:92d9f3394d35d8f620a495d90bbfffa00fb30b02c07494ad353bf88b80b299e0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:a455c8087323aeef4d6b31ca68aebe41d2e2eb7bc68165afe0a8b9772a245cf0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:e5f0ea7b527bb4619fafebf3e2732e8b0915a66c7eff930f446c6c12b0c1f4a6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4b75f7a1212ce34fd15eeec8af7a9f45382deb3859f9d3fe2122584f4b70ac17_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8410dc1831f343db0b894f17aeacee702e705393ca83d0751b044f473309d1c1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e1dee7b5a5ea8c48960723f1dbc36b50bb8edf0e3756000631d705cc964a7ca6_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f35219a0965a2dc097d31af84fa649af4dc048ec4fe953b4535d42e37ac5ac28_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:60eccf911015b2af66258c858b1d0dfbc1f79d5d10146c8cec8f9a5f21708f86_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8b1ef7b7353353de1302942f9948833e3bd0b568396513d242f4920e5be58f27_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:963ee9ae771ea224be0c968cebeece76527f1d138452319cb17dad959d972d40_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:e4ea39c79db66f4c7144a8526d5971ac698c3502df81744df07f7a9f281149ec_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:e4e0509c00b2dc8f6feeba505240de8debcb1b7e6e01e138ce406125e344efcb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:d0acba106822523c6cdfcc2fc36d8b78f0859e887958ad8a5634c5cf4757b45c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:79b723e31ae2158844c9f9b1a302e379d90be8c21e1e175106b77ebf19e7a5fd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:7b95cef8669b142bf2c82310fb33215b2987b47de2ab5135d5845ad23f27db39_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:96258e901919b272871c1be3a5ee6e984ae13812022ddf0b817ff8e5f35f9fb6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:d97bfb4843b397a25cbca966319a8f2e809da9809720eba96d7c64cbfc403bd8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:0667250c45df43bf0110d46c8b8beb3ada41a0bb520d35629d9928ec373f1cdc_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:195220de99e688a7dd546e190638664c5236f67316276a0aae8d39b525e7e54d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:af0eca465c454003d66ef7d95cd0da38ed837a7da7d9978d318f2b29b2bcc472_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e0a03020adf1f6b1612c5a935aebce414ba1c84a71c09e9e91a8759c488137b7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:05bff5cef1e0071adfc0c9fc07b2a7ef6ef2e6f0b597dea05bd784f8f9746533_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:40df7a1323c23c3875e77061b3bccd337500d04f1cbe324a800eebb7181f8c46_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:5017bd5e359111c80afc7cf55fba210bcd7f15ca82d3a6282d2f63560ffe8d3d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:8ef63ddc25cd248263a40aba3201b2c6b3c3b2dbd998ced45626223efadbc3af_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:04b85fc4bcf3ee707044a3ad2556236e5b2fa4b09875ca781f61a13a11d94cde_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:0932ee4d4567b840a801bbe4161c37b40f1e5fd4b38be13947b8e09842d40623_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:60ac363479cf9156e89aaf94735053ea3ab48a2af18b902444ccfa4c723bd8bd_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d4f9611470c2e215f919f6b08149425755ebae0a89bea7c3a3b95ffa4b7c59db_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:25811e863ae8cce3659fa109172b0fe4fb11260cd612410b2880f69edf3f2459_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4f6d5dd85317206c92af4aa0bcdfada9319b70856135fad4b30691bca9740387_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:97c762eda0b5da7809e6e7f236215b2e524a7c7ce6f3cc2f6d934753f5fdea40_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f633ea56b1691be0c55b612d5d07a9469a8ae9b5e833dadce533f428026cd7c8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:151563529a3997849bbfcc5af0d7f785c26cbdc449935bc97d4f6250492fe4a7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:65a15ccfc8e4e132d1b11fad18930d7f1ef53199f14361826de6c21ffe2dbeea_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:85859d9cf6668ca35cf196718aa7df1588411e4ddb287f832d4e7c6992aa5af3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:ed1989895d9f856d4cfcc6e4709233883e0dc7b9bbd2443d10d826eaa899b734_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:88bc1b9cedee4bebf90d217f61b8166ab0457dd245103610369821a64687322f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b2f536faf8330207a5e3332dc4b7895ae75d7a0c80ed6681704dec1ed1c8d62b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c8f98eba93ba62f17c51a77572d1ea794f2928e0e6e295ec881046e9fb04fa97_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:cb206bd45940912fcf244734c32e2c8938673dfd87fe12bd15671bf7c2a5206e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3daa312b5c2bcfd679559c162f3ef9dc497dd1c1772cb18d003de78918a3e359_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:44cdd21f24db7870c11a5758e4e89f9aafbc7b77fbd510b7d26e8a9a6de03f1f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:60a2e0c35e6c1248da50a89b854450de14c875fc134b7e9be481fa5ca91524bc_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:632e71ea8413382e51005f4110fedc3930270e617fe176415958f15e11ca87d9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:32e4fc1654909b51802cb8abf8b5946e44483ccdced36c784941638296197163_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:45fdba490434d5c9b3f35072d5ca0f3c5f0dd2f836c9e3e1bffbfea53f8b4d11_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:5651967617c24f0fa3463d66cc35e484ef52dcc1cb32f1a96a095139c31964d8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:abe083c619d9906f8ad612d300dfd9b7a6c9fc93897e4c437f2ad5481eb4320a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2dd0915cc989ffbee4b234604427b4e14c89efe69a7d76e182ceaab10c6299b1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9eb6b6ad34e973b0c20aec9028b893d92baca2639b28b9f5d457aac43392bfdb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:be4a416afdfa019b7eefd6610034d97e43d15dc134cf2aa250dcf88084e6fbea_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ef488b181ed6865117b0f2ba94075786b6e564602ba420d58e570ce9d919f069_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:59e3ee88feccca815009efc5c992e184f4f091e01f3b2c014a65abcd1cf78284_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:7534da640a66d5b46018bac0decb415afe5a25a438c763afc73b4a7e8d25ee64_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:85c474a602a432c886402b1411497d7586ec3802d4e556bfdd6ce2676aad3862_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:ac2600a181492ce1a44e31c83258a5fba05c7f39695c5f6887965a6bb2871df8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:222b70b3268bd5b6e1a960a85773594e543ab847b59dfa0dd3d94104ac3cb38e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:596b7c513cfcf12c8e991f82f45aa2154363952c11f48bcdaa271818fe790515_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:86ce0e99da0c35b99dd1d8b28cb02076e26a87d9d7a7e539e85f56eca1906de2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cfd9974465dac521af7557689c6091d373d8462cd899ef4ee06716b2e2c945ec_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:077cd921e585d41b95eb57cf921878e7c3e36a6fd8a19fb00fb14a28650c0c56_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:5907d836ebf2133c63591afc2135a9224582e0c75373642d4bca8094ee4d48bc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:8dd9787566554a85650fdcbe3461ce973495bda716557aefc7a7a2c2fd482815_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:ffbab63b764bd79e20f869b83736c41ea28ef2eeeff1305f87fdb7dc4bf6dc55_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:162b737fd1a333a5eb9bf62eb46cea08d9285247685ae705977751f203e767a3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:8c4270b6cb5ac0d566c7a1b9e546cb637a43586587076f757e61a5a6fd34a251_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:b7d7b847c855c894255f887e106b3027a29e2fd0dfd8bd606a1280a4313b094b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:b88b8c16bbd10bffc3c7428e861c2e9b8749da27eda5a33a0fa538b9949ec33a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:82254fb1f4ee4da82f1a6326044cde4ba311044cea5a5c2e28da70a67a82e8f9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:88179c9f57abbdad3c20d59c3ce38768b17e53e7f463167fafb447810a9b78f7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:943f3d2183309803791c84adce621e29f3a61f6119dc0af1529cd688063c35f9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d6c0c5250326cb44c5950c4d46bd13fdbc3acc7d36b05f1dc34a9744aba6586d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:426b08682f0c5d8833046d5ca88f2b3af44ee38218dcc57fa41a884a9fa938a6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:64e190645dd9dff1f4898ec45cc4ac42cc94f1b4bf8b1b4022a07873da039a36_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:bd152c2607b552226f73b3a760aeb307592cac725106da7d65b3ea3a460708c6_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:cd37ef01e0c5586ab14e6a041a2cf093dfa8815b3e21a1ae636369b64fc2a253_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1922232d6d920c408323f02e725c79132e46a9d73beb16244d0320201bd2a097_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:2622b7c4add731fd89832f5eebec7c86300749d80cf50fe0e397657c52dd2fdf_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3d77a408ab227b6658ca9643adfa97499b469e7a2faf1a2eba8cffb57fa9dd6d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:b29944894d3e8fc54349b0382fb01b25cf4445a29f82c45a4e75146c18e2cf8d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:47a37b58e2bea7dabb2da791027a2e880c10387e6c836bac1c45bcb059105156_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c1836d3d39c323a9f3920b769a8e40af886abbd390a8ce57b7debfdcda966860_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f4fd8a5427d8f74e7833efa23a0f7ddc8f4a2fd497b85988cad2b201f9033264_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f872b70b2027aaa6e426ee17b4f08d729d4e8121e9e98cafdec350153ac6d464_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2e9f6ad9b1c5ac39b9e8813a056155ad2b594a264ddce4d7a5ddd411f4c9e8f8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:462c3f69e1907a9b834188eb2aad3426d3f262315d1fbdb5629eb42b1849be0f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5250cc91fe66d307afa3450a2c052725c340731911b342332bc3dbab76bd5e22_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:aad8e6a28b5544fd9e8db6641fcd2a85474eb04f87cd3823792710fae0e127c8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:610b71151a7df8f4e29091e43bf71ef4a440430bc1f395cdf552844c3a111577_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:81f8d5808ac1503ffb406ebcfa40ad33fe4c13a62ec504c535b94a01312c3dd5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:9a58f0d4761ad3c87d0bb346a3608965df2d3e85a5cd92072dfba1c831570279_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:abaf2a42a5b82e5bbfe58b051dbd24fd71db5dbd2375fe6b64b01e8154ebb183_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:767e3986e21c2f1514a8a12d8b07d8bfaccc5afabdb58ec2cec07918d9805554_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:e52247597556738716370c233f27fe6893bd7505b647204ad29e4bdbfb397c36_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:03201ef76eea07d6632c483c1f05a1b983a8fb17e892722f673d7903d3d589ae_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:c87642be397b0f7532a4d798adca5679a994a52f56ad0825859bec705e923f6a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:2296b574fac529573dac1bda657ea2916d59c5adad72385acf19d8e38146947d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:2b606ac9745c95d3c70d91044357602677c8ab5e6242ee78aa9f11ccb4729e57_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:05f4b34c9abb9bf70a50c0250f6b130274c276a216aa3d2d6a18cdfc61899886_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:44305451a86fa2140f50c3a6e9d430f84aa4015834d51d406fa5847bee846d04_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:2f962daa09a741fef6dae721df2f0c66b911b70ac45e50fba5d3c4e17e9942b8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3a22070544241e1aba74be893b409267d894b867cb245d0ff8bdcffda72f8930_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a3e610fffc61c36b60917fae40dd3869de7876ae41b286f0d5397d31fa119f8b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:acd05d00f32c61bb6fa2a544887dd218002e2135a0de1acf7896571768735aa2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:0c0a5d2256bb2f57a9656d8bc97df07613940255c6add3fbaf2e6322ca840d43_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2cf1694768e2bf9fdde5859407a7366f44dfd567ba956cad64e76cfae189450f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:707d8e731d89185bc601f005fb49bfe73a063702c3058b7de342e6b90e84c9a2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8c6a0ab37cf5fbbce8b9ab785c93d9eb368180c6ca39ce13bb10a7eea3208f3f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1b54fdc04c2314437910c9a093e8ec65dab98d46351796985a21335a6b769e0d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:21f55af564e556247c4ea8263a5878314e025f290a723b716a9402c3ad228084_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:240acd5fc3d093867cd7efd4587ebefe048c6284a801da08faf8e2d9fcb19a47_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:be910f706a78786f57bf9601f04808dd78cd377c7dca4e0fef655be3a03e3350_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:3588dbbbc1b77e32314e2cef4b226e8430c04d269f8fb0a428d1859cbf95748f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:53923226087001bf8b4a6fe17761d2f7f745ab20710e7c1074673c6566a070e8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6f20725914f0924a8c0e605bfe6cbb2040ebcb7953737a120aac78ae540cbe34_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:e54b16f55fc9fff3ffdd04798462db934a9c6f218cf427a29b63235c733c666b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:11a2f9b1e75a4e3af89c08a63a03854b3c8b4e42b3e4d82151502322b896a11f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:44846d7c33ba800c8078e768421b1d9b39ed30ed318b680da06b5c97ffec50e8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:8c5c065ef84a9e997ad7703c11e4676470ee7a2100fe617b51d08c5232a3cb75_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:94d5008f0cbba99ee510257dc9921c6874e3853bffa0a22f91fb8635608c4cd2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:00f6088de94a844f32fe0f9a182e56ab06524c946c47f2c5e7156b51cb5602bb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:1b94bd10f5dd7c2b2ea46d32c905b5d95634aced341be5dd8afacf9b8123093f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:492ed93a8e5a9ae62e754c29240958a6c1909bffba60fdd5fced1097b955bcd0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a301c39c613445ea4df3c3bb70cf653d456a2e2f2cabc8ba7899e14792065170_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:31af242f688dd17a96083aeb35e100f97d99df2e1d95ef975297cafca25b6575_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:55faf10fc5ede65f8bf6b3c3524ee3dc3427660180aa499e208c1a0ec2edc0ec_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:7bebc921122ec103b0a42a0040f98dbfb821a1b735a485ebeb8e5a58ba638216_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:a918a598fb1ccec94141c0578606d66016df51dd6d60437e6abef990d58177aa_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:0733858547fe3b3e5ba4fd312446b846f4da4117a767552662871d61ff6952c5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:61ecfb19f466f5e76b77fba34b03b592cd8465956aea1d7c64e2bc27ae1fd2d4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:97ad34222a7b6f40f4e7f371de5ab7f9bd21519abd49dad6fb9ce5e775cccafc_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:df538992ddf8edd62462644c5fdc23265be18523e42ee350226e4ef341896fb3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8f9dd799d03d523103b6ec8910f1824f01e142aff8c689d55a3728250b8be3d7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:9c0208ed841ab00ba866121c2c6d471cfb4356d05501a2a78c563d4d9735344b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c4631236ed116c123793555732f647ff3d3fd8cb89a4f83dfc846b4456e03588_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:eb77fcd0fc42f542e8f761eee4003cd969ef4e80b94f10e2b25e801acccd0911_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3986a780fc3c4722e9f89872becc411c9d30d824ca97990ea58943c95974bc67_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:42ebd671fba15ee296288177629f54b680248438351c85c305a970d74b5356cd_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:950695ad184709b631a6220ebd01cdcfff0c841f9c0977db7aab1fb2ec309c76_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:b664dc527a0cc5864e95b25751979fec4d4500ead771860fe6aa4f0f24c7ba8e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:41be253a6c643b9ff74f2728ca9c113129ff2cb7139d0130e661f757d178127f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5000590500a94e98d05367647643d0a878a940a55fdb22fe24031b254d40e81f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:7e3d1fe26cf4c96811fd9992becaf4e4c01055216ead8f58aaf3b4842b216d62_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e399f3ff5ec8b143ea7261572b85c170e39af26dd92aefbe21cc56fb652cfd16_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:725f8d814c5acd2fd5e5f38106a89ef41fec83ca077647cf4c9c5f909e338660_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:81e38a7a721ccd6b424b8162de021155c8afc3d4e036b26baece7a52e1ee44e0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:9b07702f9d90053a3e349df86cfa61ae30522447b3ed6e44ea14ca34e9d54f6a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e12cb0851fc2f5e35c9258ad9360efa8f107b0a79e1cd17e0b5e302690125ea7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1dd92470819fdcb1772f425687cacbb71f1ace0453cae1dd4b5ad01b747fe54c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1e76fe522f07e3acac6cc06c67b783af055d5d0f068ed64e96ab1eb38f7913d8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:65c62baa1eede5768a6d01c4a6cf9e5b4c8c9dabe933d167228711ee6f50bf22_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:eafcf7c7eec61806567473c474d88c2ee5fea2866360ff451214a20978fcbdd0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:98845440ef473d8a65a926f6fc7e9bc95e2d975c6431bc2c64c04d166226cce1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:be08fb249d0548451580e3795c97c98c9275bd2e0d8d6ac5385490876578f4b8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:e28276a853d5b9b4937c8d38717139597be50e7458801607c841a569703a97a2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:9adb740bf133ce7652c8196b32f4c5c5a3ef65515c4b861d8cf2c9c6f0d1c4bd_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:98845440ef473d8a65a926f6fc7e9bc95e2d975c6431bc2c64c04d166226cce1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:be08fb249d0548451580e3795c97c98c9275bd2e0d8d6ac5385490876578f4b8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:a8fced5ebdfe32003054afcac8ec22e606806a53dd12d9ef6b594c9b4add893b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:5288894add34aafeec729069a4a4917aa7d4156917f9a5e2dcd82aa4bcea2a91_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0e3b5a014910aa57779fb95853037590569f1edc9bb48bba2d9461b3a2b0fa73_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5c3e36c0e3589a527d795af3e4b2c7b543b6f5a4bf0e89f9262992a2284feb44_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6b2f4181bd5d51fa4058ad220841ff9db18b9dfb9aa16de912d89f26320c32e2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f81dae6cfa04aa748063691e788c0e90633868549d2a53b8fb0ce14e37900928_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:010c10fe8bd3e00d8ad7c690fd4026fef3737f41161cc5838a186c7e9b13c53c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:48e8779ae80d139e0d0cd6ff9d5586c66ba42f6c85d32cea200759056904ddd7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:693661ef8254befcc66a4b7836deb522b2ae96b68b10079f232e2d1c3a428ec7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:80921c9a957d7e76d85e0f30c83e8f007067ef8a435e6aeccb5918f399914784_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-13465"
},
{
"category": "external",
"summary": "RHBZ#2431740",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2431740"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-13465",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-13465"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-13465",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-13465"
},
{
"category": "external",
"summary": "https://github.com/lodash/lodash/security/advisories/GHSA-xxjr-mmjv-4gpg",
"url": "https://github.com/lodash/lodash/security/advisories/GHSA-xxjr-mmjv-4gpg"
}
],
"release_date": "2026-01-21T19:05:28.846000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-18T09:27:53+00:00",
"details": "For OpenShift Container Platform 4.16 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.16/html/release_notes/\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:9be78983e01f2fd4a8652543a3a997923818f2d62e0968f15ff30d0084233b49\n\n (For s390x architecture)\n The image digest is sha256:62344078c5d27a8b4a230cb69f800be2e7bace1ba0683ad48c219be850549abc\n\n (For ppc64le architecture)\n The image digest is sha256:8dc7e7317bb32a320281248503bda3dea8262c671d99acb75b83eda1e6b3695e\n\n (For aarch64 architecture)\n The image digest is sha256:e179e1d1ed72417286499f8f075a00c43ef9ddb96de9bf0234dd3a28e448c5f1\n\nAll OpenShift Container Platform 4.16 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.16/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:06a4acb5a7b97c5f66d70cc351f4636eda111bc81454308281567359ebe0e693_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:10439ed7506bb140f1977a564caacc309002a67a41c61539c2ee150873f23b69_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:113236bdca2ba374020fed560565f6aff01002a32c8eb969130b6265e1ebdac6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2996e3821813cad87e4bbef83d22bab2bdb80ade147e2f827714321a06d50769_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2661"
},
{
"category": "workaround",
"details": "To mitigate this issue, implement strict input validation before passing any property paths to the _.unset and _.omit functions to block attempts to access the prototype chain. Ensure that strings like __proto__, constructor and prototype are blocked, for example.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:31a0ff47aa1a017d18773be577a1dc3296001154c7c40de20cbc3cc767b0c16b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:41564206c906171df891ccc7c92274cb7998f29687ff7d2e44399242e38682b0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:71f36e93f7195b10639a5c7db58e2f396f1272c6dbaba651e78a4c9ce955c427_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:ab71874b013fdb05845e94a9b4e3432d865a6157cff72725b1ea7589c6717b9e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:34b678523168aca5571ba1e631a458addc39ea9aaea3eff355fbe091e859b30f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:7cc0d1bbc241ac63a5f45a949a439d54316c23c7045659a9d44771e5541e7e17_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:7dfa6966d81447102d92f49b7256c7b47955f1d2b60e5b9dc133f71a1b2c8033_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b07a724845d8acbb842e9c96ebe2ab5355f266ae382d703c0f92a84c6d79de20_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:3d124f0dfefa90e249b024817c37087e6294880030bf95333bdf0b39bb1db696_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:580b4036071c17c8551b3171c31ecaeb61aea5dd431d147f036a832565531948_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:5e9203d284843bf5a5a3e7178104fbaa3b4a620bc6f889b36c6c077aa93f56e4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:ccb8be0ede2d9ecffd5bd7b4c9c555156b826cd864f5eaae87b3c1c58c7ede31_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:17d2506a96ba4da62c33738d9798c651658555531ba721f277b95b9c5283df84_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:3e6f6f0d6ceed5244d82b17442e473729421d59ec5cd1a71deacc15531f2929c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:8ebf277d8c153fa0be2825ebade894a87f61ba26c198225e4fd714302be26ef2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e0ead7eca26924691145465af2c5c06efae71a197f68043730e56d5cd63aaa59_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:2d9397f611cb4830f7b9bb67e7e35af224c0f121e4fe884c98c7c4807ef84855_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:79e8c5b1e61683f9c78e8d1022c90ce13c4b3c438dc373773c8d174b9835c862_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e104e90349ec069f6b4fbf749dd261ce91b21237b367c421bfcec3dfbe1bbbb9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:ef70455cbaeae026e8b15538a2a1d159bbb35e47427ea97e13f5e5a7cdf27dcc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:1683b25c778adadab73dab246e98caa2ee21c561fa57b1f2ca7211eae88876ae_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5c875e3f0f2b0c11b8ba123f0716e007fa09b21ee696dce0c71ba774c1a2c7c4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6b96865aa6187e5d1d46bb64717dfcd42a1cc17f33bbb96be9021d8b61f6465f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6d1451124fcfb4ef7a5a4c673e06603443f538c6ff781f10706e8814245ff056_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:3cc3d7622e92973a3e7c5807ee254195082fb9808132838ac28a357e66e892c0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:685d78a491e935d0b4e7a8eea29df7863976a60800d1e08c3bd3faaeafad5a25_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:88b54af358d720bcc453fc09511bdfc7793b211dce0014648eea9ab01fc623f8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b6a234ddf1c93f87ab0ba77b6dfbb1ae9ff2a1b130224daded0de20781a1f650_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:68c09233701045a0512a7310d21be057e1baeab5eab74e246770e148daa87c53_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7566fa876d194d7cfd6efbb888c2ad71ff04c07e80cc4591be682c095d1b6822_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:790592a71ce9e5bfce5c82f0efb257d08c463658db59b6bef0af4de7d0ccfbd8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:db9a84842c47a03d10c5e9c1c27552406af1b748efb9a4aabd8fc3e4da3d68ba_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:10eaf2277f538f2cf72b3f408cec4168f718acdc1918f0227f6b6c62531abbb6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:1e58da4120c75035a6adaf6718a1e97ec9c3d6127bbec91836171ddbd7141049_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2299f00f191ec86185e9c9573d36f213ca8e6d8bc6fe104a4ff5861e81911ff0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:64d10474aa6082fbc20dcb45adf3f78369650b94352eab601e16e3ea0f45dc70_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2857f545269812b58ce790369808c13b1c6f891b1c8521f61031ae1237d5e7c9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:68b0a64071a455fcff666bbff51d2757c1c395c7ed8d533a8e36ed3c27d1ee44_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a045a2aadc8aadf68064292aed51b08b5b848fd726bff69e8811a23fd17f7da5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:b47c8a889f18a9d9601612c058e1c890308f1603584b626d16ee7bf50af00d4d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:03bf1102e3d50616a2431782c84cff62edf1161999bf1b10662eaf65410fc55b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:6bc2b0f07f5e3ee0986b7652434359992bc995788d7a1fcdfe393f2b1a717dbc_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:74939b01007b6160c704836484d686b246516a2a1a7929a09901a57b9b4bb512_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:fbdd3810520e77b36b749f73d70d416799bae48b35430eb025a6b4e5d4b42b77_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2f57a1926d479f00d26f8973d6edac58f5030df3010c33e231d8d350f5afe3f6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:5fb00e50df62152bbdb2b98fd2de8054dfcd4d4f27b07001a197b0e6bb5e72f4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7422274a999abaecb4642499177d042c60f0d2b9bd9b470c7797eaa1ae03a901_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:c1d816e822e159bbd4b0e96ff11c2c0866f50ce60a0731ed995b08b83e9cfc9a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:1c60e886fdd81c6b90dc6a0f142dc5c4d5eb8c9d5bd796cc343abe5bce33affd_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7b549eb97fcef1ffb0a36d99e385098665d88b96e983c0cab4a73f0a96abedd9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:82714d7071cc06d1ce7701311acc91cccca5970b8d00228c164703c90657c56a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:efce8f153aa7fa0e0b4fe0f88a29b6b0d3e91b94a7f22f2986797d10c3292c84_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:0fbc562bcfc4c42579ecc86721e9e5f5d73784d5608ac58514081e3503f7c813_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:34eea13ef689221a855605f253e237382ba0dff12442ad975c2c5f0054011b04_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5b24ffc3141a2022711242b92b9ef187ac9f243e92862588779ef465efb312a0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:d733261ef4993cbe69ece9ed43b50275890db613b7aa258bd0fb9f0f15978cf9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4e4d42f9f65e036769551889fc5e813e5931ed853d3ba24acdcaccde692b12cb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:80c813e3e501d8280abce8b3d0564ac915ef638277444ff4d05ed9b2d02d478f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a81cf2d9704abeb5e16c8b9b46a7fbb99bdf0bdb1ff5f8130b2a2d61b61c75c0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:b629bf6b74a1b8d8be44b2945a6e42cda27e0d828c088a5b49b6fe866cd9a98d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0e57f63039219af389f3920cbcb324436a2aaf1a2123f4c2647f1c1edba90306_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:6dd4c338afd7f75a01d8161008857b1dfd0c1e0a7516c5ac79387ac7a4947237_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d996ae5e72eb8bd4584b5b51b1bb56c4f1573caa0791c5e66a5c89d850ef3dc1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d9b30068f814c6c1bcf9798e35ae70480c993dabfb5d88209b48f149cb49e6a5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:939ce68dc53e8612f38f1c9ee2a25034e4d7953f98b136dd24966d30bb7d4e82_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:db48cb10424ecaf7a52681e7e17bfbe187ee238ddb3be21ba599b3aabc856e0a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:3bb343771d20dd2ec6a05b595dd0065474799b189c33985589f07217b1fd321a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4f81654bccced71c7ae5a5c3946d219f6dded80bcd1025466e4c5b56923b263d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:629425498dd6d127acfcc5a3017c7c983c60168c4f3ec6a006846dcc6874bff5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cf01a745925200f7159c83075664127536f48e0534e319a651cafa9f11ae17fd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:59214d21308fdcf9535342dd4662ecd4f8ebea431270f577f5d6fd266371b6ed_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:ef21c8c721f544404ba4ef1d9e15e4435af42ceec995cc2cc43d39925378b3a9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:bfc8feac89b1aa29252fda1d473014e4723b562d59dc88f3ef7872a94a6d098b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:d4979ac2a5c608ac31a5683811b55aca412e6726b5cc1ebe4b214d3c8dff15f8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:c89e9f403f7dd4bada53f4ba338de51345266c2b657adba6cdca65172d113aaf_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:cc9a82f57cca4904a7a4d58073b1ba7624090301e0e740d961d35a860898d8e4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:d63a70864e886482cbcda411c93c811bb3b1d904b9a586ab42fc67cda8ddd9c7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:da37ae31a142733b6add537f48f9ae28b3f496b1472ba60b0ef5587ef8d5568a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:396f40db5ba672cd4ecad68fa6f837405c9bfae9fa38f1276e672918f9de7b4d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:7c0925fb8469922ace0b86ef5f81f9ba4bc711b6277172ee963a856b7252b741_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:545a23225833cb931e6962febaf183bf7fb7d3532c5ffa4556c9c198f3b73954_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:b91eaa2723393eff033053dee12e51852a7428dd0c06de7ec92bc3f561545a31_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:c887cc0ed1561b2253c907df741d98c1bf4836ba3faccc2d8c5a8734e0857fc1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:f77de5df278c92b8b8cbb8f3f0d93333f3fbcd4a0abb834d1edc5159cde007cb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:843858cb4847ed991480eba34975318360a498aa2661729c2c11133ddef21db7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d344bcbdaab988fcc26ae36cceb1eaf2b5f60943fac7bc1c318786c5b33fd45e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:5135f9f7e7e94624e8a0c319228380f86eec7e833130bffc4d005062bbb24075_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:b0559b45426a1525296d6c9790d1fdd40314e1ffd48c6f0c7afccb4db675813c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:2a34794e9a9694b03f338acec35e7c52af7936006878aed6dfb9ab216549ee96_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:5fbffddc788c5499be501c8650150299d515527b230e62dd15920b33f9eb93a3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:5976ec6aa81c47bae00c6d399adbfa5d38894d89e926afb414bebb94e5b8b8d1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:72972cd3378a738e45235e515cb52a206950fbe7d0a57f73aa3fc352875b4cfb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:654fe020d5ff989d8092f577e5137ac9913dc8eb6b90007c85e694e5b4ae99a3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:7766c535404fb104ddca41eb50e2be914c14bdcb6305ff3f6ab1508594c1fc90_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:fc9f987fb8c7dcc4256b38236d89fcee5155e3ee5facd62ad794c6d94408714f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:feb92f825bb3ab62bb5ac81ed63718f5e3fb274fd0b6575487285e55bcd549de_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:1497850497e4ff31638d1b53032a1162af975c3abd2396e627ad90ea4515cd94_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3a1df74d7419d8a2b09fa4741ad8f7ff71cc856745ab85ea91a0821dd427976d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c1b8250462e0d3bedfd64c4611ce9e9aa77f6475e48d948a2f844fd293cb649b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:de1026343cc529670671124a64b039cfab52a4bbbfc7d6d0d1bf5d6c21a0eba0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2e98c100a02f00cc2f58fc7e4773041e81be4781e8a8c02539acb17d66cea93c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:55973d56e1df439ece9c90bf4a6ac870c4be37fa5c718c90da6deb275c34c062_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7d39c8eccd19b70bdab2757e9088f1e3259cd0ee8c0a76421f8cca3274ccfd5c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:fde0b6709806f4fa012e86093d3abba689c7e4dce25859df9993d02f77adac38_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6b089f63a260ec9dced6dd494b2cd8b48861fd8a54f5a1669862165a4030d790_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7d96b0e06e1b04ad121c95d6eb87943032f8734a6565fabd6ce99562ba873ae9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:804ed4857fbd1bbac303549388e72451a4d0f81b99696fc7176e196db8644140_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9c0ed5fd8235d31c3a959cf3f00717a841c2e5ea2e9e222454ded28932ac2f2b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:25d6a0e67f63ee551a50d23bbf3ee87a8590cc618d06a1041327af0bbddcfb6b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:5c4c1cfad723db265d037968ba4892ba883f1251d06a6b348d3f5bcd78f3725c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:ba8f4ffe3f54ffebb1aeb3ac55b9c2091b3be0e2eafb9f4fa877c6b2a8abc787_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d05e5450605a9101e2b4502927b51a6bd93a8eb01ac3db39918ab17ec3c1cb86_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:229900b0543979b8053752c05214994d2590b501da90dd6fc43ded0cd839a2b2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:241f97ed5176e7d9234cf1893f43dcc08d375587540c7af47c19977f44965ae6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:811a41790eb1654cdd1a133ae525e8fc329fe330cf06293d12653be5c3904ddc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ba2426e6f8b4c4f49b191df2ef4824d30486a87aa3bf3af5cecc5aa958f96e43_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:18c88139b031c49545ac09935d1599740f0b49e3c2fdd1d84f4006a47bb2880c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:314bd5ede25ad4718f9d682ca27fe8e8817d79922d59302f0449a55bd4764f26_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a0554e2bc18e8e16e5fc1efbb5fd653a3858f177d0fa84091ed1e48856c44672_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d0092859b3dd498418cb2ae30ae100d91a6d77abbf2f1be3400bd6bee1a57cbb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:0608e6ec895faca9ad6eec7f657893b8c05a3ba72600cb734cfd2ba7eee926f4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2a251ca88b8d2274b765b591bf4e015c1e817c0d98fc5cd7c19f51358226c1d6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7b50b78bfb9b21f2c6cd42be9990b95f1b3b810d9f3cf62d7ff5541a4ff7d5f4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:f80ce5f1854e4411bc2d73efdad02ff4b5fad6b15e2e3a09bf69f6229107c0fe_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:08cf0dc27f2e823756ba009358a028860354793bcb3abc9ef7c14d71ec011fed_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:285f603dbe97db7239d699ec52febf0bc5fe157222c202235bd6f5cc4af3b974_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:b7c4a0c49b1857e22b71299f9a921d0c56b831756f33708399b7a03d2f61d8e5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:e6ff566a5aa48b59411a421e98ce05e62268d4ead994c08e8bc4643beda5f115_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:22bfb7e9892df6e4045f7246544cbb73e900d17b8d1eba74af342dda56f697d4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8ee226df0ab0bf40ee1eb32bbf64b2feeafff15a165b92be994a331949f29516_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:97d901e0371158483af19aae8db34651dcf0278fd69e0ad14293a38d4713c58f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bbefe8212498c9204cf5a4b2834c8a7082f732c726fcaeffa55d9b66b5ab3c13_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:4b415d00d49331d5fd22e1b0c159ee4579506f378f1b13e8e1d0c1829996f6ac_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5c88ce9b17d4baf03f9ab7e89dfbd9c82a8e4bccd23e5dce74e11d6b2a0ecf6d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e6f512f11629d684e2713d7421677d35766f5a319122fae34ea25dbf95e79ec2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:fa7b4178af4fd9da7174d8c94e96363d73a1cc9f60f6a55a3cc28330ff7a4e89_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:10f802e9e5c96af91d1ca1427ace8984d2c31dcc7c409f3165e1ab21281293ec_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:477d5a4fc9a1354090356a06603a9b135814e9ee97d9c4b51046f597e195d5ae_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:5a20619d387dfa67a22d51e5eb6c4bff523b7fad8ca181cb4c09df25fa3d3540_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:70c40ef6f8cbf444e59c4522ffeb8800d19dbbda77a02f28310573d9941d6f2a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:26795eb48eb93cff9df39e25571a32b8d8c4fac44555227f932805760dde79d3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:45e8ad4ee3c68dd7425e889134eef96aef80f33946b303a1577593d53aac432a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d9ae6095cb2d622d947a1e861a56975ce434c7b57153d0dc8e4e9f1ddf95a393_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:f8f12d1cd2272529e159bbf2dc6680f772194cc235b0138146f40a499a9fbe2c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0f016a9fc412a5fa8b8289a19fee831b3441571d7a48135b92b6736af210d700_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:47e60f0ec21835c324472d63a89089c62480ef17e2225b537c7023404f63c796_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7a349e32d85fafd4f9dd8db4d80bd54e1c0869d74a542f698ef78bf6aeef4dfd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:8817b906fd93b0980fbb687876d4664c79668ec3e959d2cf184a3ed20aae953a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:027c710ef81f40bd47b16c296c121e36785eb5463321078f6bc657c37f2967d8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0d2b94501e72370b763a86146266411de3932995240514cd26362a0805525c7c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:ac40d2c4950576d453b18666a9acb3c19d4175d94a28d6e0e9bc19a4c302aece_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d9f6635946e9c0ddfc8f479486f08be9fdac8bc9f73d358a3d049b6feafe81ec_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:1ea77d4c8308769c7e2b5d667c8af3ee2e543fc0cd0c49447460c37ff0c56318_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:56aea13311a96784e84b4c5713ff5693e6aaf9f6035a042c5a28879019e3eaa1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:7eb0043c124f96f76970f835870cd45bedcee0179f5c63ed7688191cb5e0d718_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ae36b0e2d4f0efd222926a53364be6d7f9723496efe2463cc1521a85e0318808_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:81645a618293c85f28a1632034a0f3244cb15cb5b636d6ef447e571d526d3f60_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d70d809c25cbcaa772d2068975d7821b49f965a21be8ceef7ad7a17bfe79e611_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:dabdffb17f32a9684101e24dd08ea4587ff1c288959648684cc89f46ccc8d7a7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:dea959447acd57eda954f5fea4bb3d623d6bf19f11e7bd8ea04651f5cc52d95f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2b19aac1bb3f64b3e45d82d207f18fe3b692aff7d694c1cf99a02601dfadb2e9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:3ebb46a8c872e2dfc1d2bc7e50a84be90c998e721cb935a7d675e7ef02f204df_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:85930fd1b83c544a5debbcb1218282c91208fa876fb38e9564f3562ac199a30a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:97e522d7f8d7c3f88f50bb511f1696657f9dfb41282c702fbb5325a993267fd9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2eeee557fa7b05fabec97b753e50fc8b54811337b360ea542ab23a32db02165e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:8933a240bb1a42d823f4bf6feaf1baf6a6f083909fd9e5a62c8b61ca770cee50_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:8d06909ff0633fae70e3cda3ce95a1917ea8987c8e1372b4a8f00343494ea5d1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:f2153f3bd5ef181653f9ac8f40a8389e58771515b2fc49f205d5247455635c65_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:1fdb8df2f66c1558fcf03d227a63e58f63b990f1ff47ad81e3e3482c4e89779e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:7a2f54cce726a5f12a29c84d8a3af601d3627d1255b95e4adcd394a76e930c18_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:7bebec78f81645756aa1265950e28a980fd4c042b651c7b5c6fe6924af7675ce_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:d9af91fc94e0fb9645b5284e1a2a8a4ce3029a57c6c92e30ceff6562f7522b81_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:be58ac468d10396163e8e30c2e927d365ec7f21f710b99813b9f8f74b260c21a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d771771dbbed4376ceb699139a02a5b64456f2fd90f2cdd873879d56badf2885_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:de99fe560e6048e4e34d46dfbaeed9f5b3ddcbf41cd172f6c46cda8cb549faf3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:e8c673493346ce26aa4078ea788dc0b3c888613b8d161dee4a91d577f4686dcc_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4b909a7fa9307c352c5a50cfebe3694547a60195928c3a3616def9818dd6a701_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:74c62d51442c13d38b45be851fd70040ae8dbef49fb6b22a5cff7ec3d20918b3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:8acbe6bee1e736dc4b636057a9ca03e6d19a341c207f4856281e9442b4e2f5b1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e214faf773c10d348cd1fe3014a1541cc37f8484b53e35136f67e0bd3bcde588_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:19eb2ef0c58d253602d9dfc10f356481bc443b6ba6a1729eeb253549a5b06235_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:4aecd8e8a99b71f09c3fe659399204e461b1008def654038d8d2df6df34eb3d8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:57e1fac2b2f950168e3130a96d96a839b183c8d4bc5f051af5a951a13d69ddd8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7e60e4e7673f57490cbf6c96a033c4d6f0e373941cf7d7235c2455a7e7850a77_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:1e48b7ea9656f56b0ff7a95ae25a7fb6303b796f70c8a80925c98a1a38d09c9e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:30ffb3abac5d66f0d7192c3395f4e29f18bee60eec5b603126308cb8e986155b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:39572ca95b113cdbc944e60797371c1c70d210b718086be5796ad62a0753e74c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f04d8f791bf53ae7ba29b1c3ea0847d13a99a58d8d13d53eac95a648c4fd7d81_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:01d126ad02cd31c976cf2857928631f421ecf59096ca0e61daa28596a9ce3bad_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4ce5ec880ffd93abc262773d8c84390aeb22cf7aa4f6688b950c0490df2e7b0f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d1c2b9ba0cab850926c999b43cc85ea7ed91c5396d1d3ca272c330cbcf098392_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e46881e84e706330e4ebcf93cc1ec2ba9e1454b96ecee79fb81852d7b5826853_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:40cf04b4677fe397b6cca48fd704defd5dfbe5849116b2f855059340fb537da8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:b5df8abccc723af3f3ff86b4d1fbe7f643b89bcdf87c93abf3b926e8b622efc3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:b800c84b0984408d51fe965464e87ab18c0c3d82c8c51d12fbd488f9a6f17f7f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c0b5ffad8095d2ec71180e3857c7e5003040c79ea93835c5ee7ec6f544a406bc_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0f58f90811f760f3c9266f674a8f7fff259b48e10f1a8e994c5ec8cac3745191_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:4d336c3a625d32606df94aff5194969a6b3e20bd8586c56baacd509bcdb066f0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c67690128b6b243becc0fa48a9c8917740c4e4c01cbc3798c72e03fd9629430a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fcb458c8179222d8c01853b9654ca9708cf5f34146b6488486f2d44f12a1db1f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:10227468946141bf8f1f0dd71860ec2dcab6888ce2ec096f8250ce27dc9de66c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4cca1c61fb2e435230b15535e8423825378ad0f523e7eeed5300b139ade380da_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:c46179b6395be403c3e7915f9953c1b9527c2b384284a3ad16e0091346a86621_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d4ce3e07bfee07e11573773846eb94c759a6d648c06db0bfa2dda1f0110b9f84_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:2040c1f1f4193837690b31dc5f88a840bd6c1c070ab0b091bd20439dd9dfdb49_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:2ec681169d6ce8d33a853a03fb796a312e75992052f4546f94c2ad158bbb9228_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:38d16429ac19db268bbefe2509b4d88ab3cf44e0c4f8b75a05fe3b182e02506e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:8d49a0a22cdef610f8338e3e4e3c009d493e6990d6fd68362063a9138164cd1d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2e170eac98d152abc69b8fa44813a290b9cc2e57bdacb84e97a9ecbe602a7631_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6f08d4c8d88aab768b5c727b824584cb5443f67e69fd543ea95bcc8cf90cff2e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:aa161f825ec834c11a77240e4c8860d7e49957fc6137aa2730aee57d3b34b7ad_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e5568dc2b0aa9f9251b0ac80d28b2c01247a9fdd1a7fd42779932bcb9c0116ad_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0594f924eaa7baaa8350c40eb5b2253c99d8ede41d58291d362bcb334bf8eff7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:29473afe198e78ccc383122e9b9db15562d165d1a1a5d2ec9384f6282a9722c0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6c0d83c46bc0032ff04ea451858bf53db20a42b02c72870771a683b292977620_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:74ef91d30366fd9d581253c29197ebc1c237f72db26b728f7c27f26a1f446d0f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:1c0d5e001e41c928306cb746e0ea360cadb179221b726c5d11709f381132fc67_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:1cb6cdb6e3bf0b41c8844a6145a44416a2d385f640f42f496a4409db59f0a509_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:575c9649ab6ddf045d4be5b4c86501cd0a63fe02d73b4a803b511213405ff243_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:e82eb82d215ec8520e1938f0752a4ce0c869e865ee1c7fe2c96fd95ed74751d7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:31bd457006ce5cd45fdc3428de8e69856a3a387ef4383d1b08908a6f3b35047d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4f7552d3e6293c981fa9da6db88f330bece8f668376abf43f71b906553a5c99e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:973f4d0e9307929973adcd633718d00d09196bbe271b4f9d24f8a399643e1eae_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ab176c397c65bf978d7e517a34e10ea45c82a35f65b8bbe39f384f776822c03d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:34d1ed337dac313194803cbe7336560b7a630adc9cd2bd785883be5048ca52dc_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:4d29bc385e8920f178688a741187cc67ed670ea997201952d0b9a77b56c762bd_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c86661524ff0c65bd9dd0349b73a831204010ec59c84786916be4ecf22c625fd_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:da698e145cf30d354629fe8f6c4023d14fa2b5b167045bd8a6da0ba441b8c92d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:53be80af8fa2a60d9bd89de8e103fb2eb2cf008acff6d7f89383d861bb8a54f5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6decc15033377fcfef17782d66d17fe25501b157d69bd83e85a87c6e60f665d4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:8b2d6dfc8fc31a67250dca39ac60bdaf86cbbd61353cfe7731d4fb1ebf5463c0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ab21f8f97947845bb94bf6912ca8880ed39c4aa3a849af7f804d28c11a6f0ef6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3f2412d3a5a21739fc209d7caff76dd8dfc077f8a5a3a5034a6ca7a29532f14a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:598df55cedcdd92019d97e3ab1a6227b139798dc69adab00a65371e300803eb0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:9c4d4b4b4f7b8cf69f9535c0f1191f4de338b928311b0ed867fdcb0d8156220a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:df5cccd485b9a00dd75fd58cc2690f4713062e43fcba9aad630fa400f314c588_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:2814cd076f00b58ec1abc468adbe95d2281b50cddbce2d112dbf8befa70dd470_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:5903de42d0ee79b46d935ae3dc54e88a62d8e09dfbc6d055a31d3e6fa3c4cb81_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c1327a4cffa9882b931047ae66941c2d3a6f4c96bfebe56cd3070e3deb22fdc1_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:f3d14a42e2214c08f4695a86b716a383112b70245a711db6fda0a5a462371994_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:2a0f25a54392c0e18a35840e1d29f31d5dbaa7325819fbf58656e738496797bd_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:3eade2c45b25c59ca557f5a284adda009b84a3f6d21c9db089d8c5fa7abb949a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:992c550b1d50408bcdca519980d914bf7bca4ee382ee0540aa3af2d034eddc4b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e06661e1b9f1142191ead0cb0f04b252619ea50c2be307177853fda34761dfd9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:03926dc5ab653058aa6d7750ea01a2b45c8f17a5ca7a8e67ca652c9a0dce194e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a13900fe0e23c9421046db6cfc237d21d0a744bbdce29fcd24c9f17b360469db_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:ad14d54f4912883a0140d3ac97c6b2219e3ffb87015050bb147ca0c73cc3cc61_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:b174fb64ed734452a4390290022fd0ec60d37823be6b12a17c2c6ae7681b3594_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:08553069c4783d2a245702df54c1164633839ba790ebed8cbe1676e4131090cf_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:33d14b8d5f2c6b2e06b4bb0afb00a0725195ac80899f786640a0c3df9d238e30_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6b96857862bf6275ae1b5cd28a4eedabf4ecb6df67a441f47c1469359e76b9dd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:8fb9394145dcb16031acd61a0357c81facc3f7e2c26c8a5925581d68389805d8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0f14bc30863ee292aa6978966151fe4e77f43b502952a32565035ed9d48b1beb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1dd2bf9193891003a1666b3eef1890bf737089784285b1227393a690ca1cde04_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b2218da01a451dbe0e4dfb108b2c153e1a1b3399d7e6738e4c191cfc8f8801d3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:eee4ef2783405873838d6b4cf42eccadad062b9f056d5e13b76e709f7876c9b8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:3b594e4afd1f6540d0c0da8f875bdb8de328ba3f2dce17c8226712929079360b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d82ed0fbd775b5970fcffb980f6d28c885c1e2f9d44f409507778e9cf9bfde8c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d939c7835722074df7a0197e72aba718a27b8f88134883df7fd654b1ee57f0a8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ffc14425bb9275fd713b639c43ce33bf303c54e38cc53f4f9db3a3a1f2a6f105_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:463cd33991582264476015ec2ecf8ac12a9ae4107897cb2558c1d9a4a1b412f7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:876321c429821ed061d0908b2c57c02b865f775f47942f15401965ab1eb46056_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9cc79bb2a2c6602b4a72dc3abd536b1e47ea245de4f7ff2b3ae08a4bacac6bb4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a9102ac4baccbb625f4c4bf605ac61967c5381c24c777aa819577c2c7cde6c39_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:06a4acb5a7b97c5f66d70cc351f4636eda111bc81454308281567359ebe0e693_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:10439ed7506bb140f1977a564caacc309002a67a41c61539c2ee150873f23b69_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:113236bdca2ba374020fed560565f6aff01002a32c8eb969130b6265e1ebdac6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2996e3821813cad87e4bbef83d22bab2bdb80ade147e2f827714321a06d50769_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0a41b5b6efbf9ceb5605efcc5a74e872e5b82366478bd9aa1307c9a043b25194_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a8430b0829211ecb9925cb3061a328e054c006433bbe067d8746f92c348ff141_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:bdf77c78561fb5592d084c616462fb0341d8dfea9ce664196d398480cf4c9b95_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d2c51e9490479cf86973a6f9132ed075989ae64930747dda27ec3100999352c5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:148e6bf35d15e19100b342ec8ccd8f3b975b145f6aa1596d5a7004ec88684444_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:6cade19a99f1530ec4700b5283f965f9c97ae9732689916d1c40eb4797adb08a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fa007e3f1a38a5b48a21d37737077594f57cac65d08a9da8859bd1f98677fc86_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fdc7347043706d1c88f0d0327e29fd47dca2ba6b41bfaadfe4acb18c175c3a03_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:8f0030f4e532ae452721b47317f2bed3a91b4e18f7d58bc99f117d19a081ce5a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:f8fa8bb4a92b3ad3028f21cec3c5394f565c9e02f06b0619696cebf56cf598e3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:b0ef0d0003586a718c7747a6c5efc24313d757a4e15f7725328f8ce310793ec9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:fabefdede81f8045f228b94b2cdc64ffaa4840c7da5937fcc7ff40d82bd2a729_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:02d69fddf5e810141a02f739de9b3b56a1301d4ecbdad3b8df3b7b0c8c67db87_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:0aa7da9a515f449d3a6da50c5dd8d55ed318b494f2b3f3f866338ff1f49a3ba3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:16bbd40075cb4a55accc69db260da71419574395102c164a388ea491bf51d927_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:8b310a127ab9ef1521dbfa6ae4909d5e79b846838de6b07f8693a6f746d8e1d0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:d167970d8be3d911c29a54fe93b3c5ba2ace1a5bd823fb0dd3b5f0691d67f5e0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:ee8d34565b8f3e4d3c349b05feb279bf6a314f84897e668bc6bcb890e1320971_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:3ce22e5fd8def8305f8ecd28c69bb53111b68aa18a0f8907af504961caad2b31_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:6c8b3d7e73807714789155e434b87fb7444c1ea2cc5197fdd18b0f9e253d1504_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:76ec2d7ea2abda578740aed288764346e3e5236cd8bd1b42e776762ea5af7ff8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:a2cd6bd5ba28e30282de522e76ec1fee891eeee677350638802535f329f41d56_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:1ad410be29b78a62c6c761adb2ddc81dd6552e215f3bd71b2c49c19fd9506c49_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:2c3682906df67732160982aa12fb991407978d1c7a2cb36d279b0857134bfbee_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:3a4686f99c0461088ac8d8d83b53ff967b57840aca2fa87a3d04823823c4d5fa_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:66340f44b99e3bbd8c021e0c47b0617365b62c53b0b3911933d8f683b2c48aa2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1796f001455857a701404a4ee37d793895c4d179708fee5cfeb2467243c8cb06_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:cb2ff11c7a67c79a0164613e9ae68e58c14c6ef7a5af4dc4b6fbc897921db161_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:d30598bb001578c4b9e99ab1d5040af35a27b1b5c7503d566b0672d634ef9f1e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:e9cb3fec3be65cd06e6fe00d2954b8302e12814701e1906ad91833ef18a01fab_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:3616e4a7673a447207307a8acf0661496632a65ab79694abf81d8a47da0f590d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:a833695f4c37b7f90a42db6563f6cfe2ba22d175e1b2562eac67a2bf30874c00_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ef7b269606c239b4c5b9e720fe99a727b2fe55ca5eaf651c4209c5f4ece296dd_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ff65e0a6ded81326ad41c930abd5f396a6b3c2920169d349be3f4240aa212889_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:76da7e014155a69453feb8dc8eedda88578a3d3dd6e25da074013da1d32590f8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:83b56456b19882b4a9c29e1e3099317d6b2f38cb3f310c67cf6297063689d416_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:a0c019865c62a67303956123e1df05cb8a1ac3ddf188638f00b0d3fbab0e4502_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:bd6ab28545e203750806e1c22c4d1c9e10e91b20bcd922c5890d13eaa47982f8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:2a1b57399ea1e13524534dc38eed4139d56a4b56f0db7739cb99048588a96d9f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:48e3d29aeac5bc5c6d1cd9345436af66b233c63e898bbe5817016bb4f5ec17d3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:4a5be5aa4a12e2531d63f983de08bc3e411147454b3f2e601832d4d437a1a02a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:8bc5aeae1421310f6f635cb1679cf3145a158a8549bda6132526d02f533527cf_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:0e26d9dd3ce20a2b973f0128da5a0c27b8550941d1f6a71eb8a2d3db46086e59_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:7f7b4c6d942213eac8eb3b3e87c81094208a3b41e1345964f29e6936c5ac6b31_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e6755753af40adcaef42af4fa79da923446d57d2da328a5689a8aac7d7a6a803_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:fb299ef0ec0e3b11af2787b41c7b1acb5e161a11f244823831add0ea0cced3eb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:00381459ad3d92ccdd5a3a45ad1f09ddda8da0d48f4594a4c219288a266647c0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:076c49eb3ed9183e0ae26f6711a9e5aa1875a080e2d47510cb16e2714afcc585_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e8d9136a62d6038628221fefdae5923e39cde2aedb2aeff9dccbd1b5b1e4627f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:f43b9aaee22c9fd77e98ba94f89d886bd323c658bfe3e7df74af80052e4e9474_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:2014a37e5e4d7528a77ffcf3183354b0cd7c17eb5814721c469aac3d500fc58d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:315f55b2b96d9bb4e2ac7951fc6c3736bee817f27003f370b9006dac7096816d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:707698f30f4c8088b2620c5600f79bfcacfbd5b82c957de62e13ff432dcf35a3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e21ea71d36fdcdb320bf2f2b60c4d2e47b83439beaefe2a78013507f6d4faf2f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:1579b3e033644e046bab63965d6f34797294c079488feb1ab6a93bf431deeff5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:7eae88dd81a4cc334cc312551621a1e469c30ebf73def686b18aa7f43027302f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:9151d366b16d34b16a1c90575e3317054503b12c880af51d496f681fce3f88d7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:bf1a0690529c9ef700e616776f6372bdcc6883f8fcf5be062b6397dda5246b9a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:03bdb8f74c117562bff696fdff572c2cbc7d73901c63a092d63ac5be23e0f4d2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:82f6b0c46cbcb7d23b865db2f2cd94cb83fcfd07ca408dba1b50d28d93c72aea_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cc12aa0e564fef8638f82263cb9d15509dcd032f9eeae171c41543e292ffa47d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f07d0cc2e3c9185fb009f2cb7677f3b9a5a7da7b9cc2e385be40108911b61c45_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:04d44a7c55214235a6ca121f45eb8a2265b6a47803d0000a3f7819dd279bb634_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:aa7d02eb36629d56525c04dc37e30777d0b33d2af3b90e504ba4259ccbb01fc5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:af1ec368aab118eb5273e4e8db659bdbfe94ba2e0410dc0e872fb4703eb7f229_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:b37ec193d3318150fcfdeb63bf8955b1b03dccfbec5be52cbc08251d36da824d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:0ff28e5ca81e1ca5499ea80569c9b8a203b313e989559e4c83ac8f0fbaee0973_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:1410e37b8ce017f7da84c0b86b0411f01e1d8d6597d2dd97cb0b82e05ee944ce_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:84de5559116e4f57c27844e4c9d28ece511779570e62dbf436ef9d452c44fa93_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d18b86413dfd7450e3d201b42ff45d3f3e9bd8ac3caa591bb5ec80dbe55701fa_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:1a53f5592aaaf08e69ca0ebea2f1e04ffc39671ceaf2877b66d3337f7450f860_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:354d017903fc20f2a775c264be278253789845fb207eb876d2f650002e7d9d56_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:89bd631ea62ce494371f19913c50598c14d46e8ec90171864ed1aa9dff109b12_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:eefbc25642cd5387702ba23a6bbc3a33e1d507caf9b5d873657c08be096828bf_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:364bf9f2adf4282b4186106425ccecab534f23ab7603050e6bb1fafffd6aa176_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:b48a010d206d36ef0eb6e079407c7d921cbce7ff8f4d7976a4228a6eac88ad64_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f8efd3a98425d3b6ee6cb9df9d20cf8390168998d5f3d8ae4b8030b9353e2b43_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4ead6c7e104de4b1296fd135a0be96deb8348a6837383bf3ba75c98fd6c7c20e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:af1a072fdbb27a53132f6db1fa4153a3a0c61babca8293a6c40d6e1a8430e5d2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:dd07d396e484826008d9accb4013073f654bbdbc9373c3ec94c79e2fcd903c10_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:42b0c5d6a2ff553e1fdd1ce9daf95748b671d4b9f71b777ad6f06bb49e52d172_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:4f8de05a10bb92e5c982471035860ef72f44d0f4213397dd3a304c0fc21af267_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:7357ebbb98da36a072189586fb5845d495182d488ae0d88380fab5398616251d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:19ef2c2e8606c2bcc69c922cda581826281770cdb7e70aa9dfff11404ed30a3a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:6ebb3e355f86fb611dc2f7d414713ce89c4372ed05e074673fea20929b345ec8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:db8da3a0212ffefefcf7a198ed1d75030d3b2706f582d4115d3fdac3b7d377c5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:5f0b5c758fa46f12d4fcdbb64559ca96b32e74eac5e007c0c99d58051855d98b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c9c3e0f579e933d9644cc4b5feb0e9c97383bf2dcdddcd2a0c6182599e564af6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:cb2349e1fe8d9e74fb14a61be4716f0dfb8ee89d3debc762b39cb840c9ab12eb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:ff568746b033a045daa34f6f5c196950d1122c54562afa9d70fc4c8a49f0cf78_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:66e195d334243b880b11b18c5b867f05ce7717ae97fcc707ab05555ebb03662e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:80f26ba4b1206766785d1c060b3f4d9f399cbffea8a84bb807d4341cff8e5c11_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:91e89c2093305433fa84c8522679f781a3148a3890859eb436decfaf6a2fa9f7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:a02a71e69cc7a3f1747d5ee0e4a0535c9dd6abe0fc244c2f16094402b56ca52a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:237339db4971f1ac7be125fc689b87dd07b1e0f59da545a2a7d08727c69f0637_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:263b3dcbb11cbdd26611250be26c6923fac9b74a387da78519650f8d05cdb4dd_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:40b891a4cb673d3080ca260e54a87bc1e730820cc5058aab5c87f0d9242746db_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:5b10eeb7bcb9d3d5cc562cbe6ba759b47a302eccc48c658f6a11e2def6f627ac_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:a0d207f70105e6c6c74adeca74cb6b9218e107a869a7e9ceee35022db9218009_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c34f9a1038f52a60b3bfd081a569d5fb067a95cb2d6eb1e83512276afc4f217e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:00cb5b6fe5f046798ca21596f72d52b61e1e74c94dab877932fa9da65eba08df_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:7d983f60a53d61f594507cc64436fd505db9c113bea98bd2297404fbd39d208c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:01304de5720f291e6c7ac725311596634dc2ffe3d2c625fef7de40a22563b5d8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:e191bae1686c2699afca87bba65d819f47de39e94e4d57dc76566622b0e93233_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:0fd2d931780a25a95b718a2726c844e3fddad9187da2298e9c1f8302efb3fb55_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:88d0afed198a8eac80018f43ecb282f470f998dc21cb1053feec3ef26bebe206_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:c409fb63b2b3887dc7df2c203597ccea0c166c2f7e4b9d99dd586c9503a96082_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:a6f98204b5eda5ee82ed092ad791c0e75d3d299a0b2b7ddc56c229b2f2cfaab3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:f42b26c88531ea4dceb0c9ffecdae1d0ea54097e7ee2b9dc3eee2f226b8344af_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:01f51a86b3d544b7447be3a6505835651ac27433d4cd44912d7d90b67fd6dc1f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:dad2cd32abcba1dc64780ff15eb530a8ef3e45735c47f2069c2fa3a2c6729ac1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:88c33650ed5fa280c4ceee17f63bc94acb3e31bac6ce0ff922537044c62ac170_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:9a3a34d1184f72aa33d708c971e252247c1dcb187ca485ddf536967e2d60747e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a2f0b33c066abcd5945c172e45fde320dd575e74f92994e0b00ff83b0b2edde1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:b1f880f022597d0e8024271b99736555add047a58c3afb8b0c883b034e203c41_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:55116f0b9d2a169c62e830324808855c16ddc8086705dd884b386710d73af539_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:7387e89509be1816ffb3cb543b017332475eaaa5a2624e5bbee2e21a705e5cdb_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:904d7a9cc8e44f5c07fa09f25df6ed258e2b0aa87292b9a3ded77ed3a615e24c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:b370250af2a6f996100d937a7395b0d031f64c3b6e56114815fdfaa200e96272_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:36882254cc241dda67e3094467d51caf941355c31438658dfc1437228bb6f4c1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:8cb62fe1368a749cf2e5fe112e7deeea4157b6abd336772a52367d9d0ba21187_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e37e2a9400c167a70ad9bf6ee64883ce1d0cdf690802a2477f3e7a6b12757f6c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e43cc3e015aa865dfde70c7578ccbb79bfaa9d62f030e65bec769762cd087bc8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:17ebafab92393b198966eae8d3a669fed809b6c4f9fee4243ce177952e4d1c85_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1c389a261e900fd9f8fc87d748363706bcf1de74a24acd410075bf0d205b8cb7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:2c3d8ec443474d21ab9f59a88ef33184063beec103e3e4ffe7859cb429dc470a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:64abcf4ed85d43529c59bc77dc06133aeb3ccb1657fc877dcea8bcbee51f019d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:a629a70723438621732aaafbe799b0f92c2d3a07e9028e22ee2ff3bceb911bac_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:e105fb8b5c80f438d63cdcb29187a35df84393995e142369fedd2aeb89979681_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a85fdd4a1398a47f682526c16e97de1f87b8222ddda47a6c5f254d06b4c791b3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:afd2a6edd07ebb4b6b77544ae5ee18e3371f514daf4c669a00d154b5e33b701a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:20e35628df4b8844ea3668b147e125b32534d7b944753ae1f99b6ea46e159392_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:9e9525d31895ad7e9a1ff753e0895f7d845a36294f88fab8041f2f3deefa6608_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:1cb8736ad1e698a4ec78cbcb16d6e37d67887bed651a12bf63db51af96b0a7cc_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:554b7d9d81f9fb5dbccbabdaadfda9e45d186eba6488df224f83ab512a4c4653_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:249bd5ed39ae03fa46aa042d73bc097c700a6be65ec79157460de3d1ca75646d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:65777a3f824fbba1a23da143ef64a1824aa48883b94947682f787232d55055c1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:9e52b2efa8fdbd65ad70163f96f358b64f552783c7f03182dcf38994cb2dbb58_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:ece0c645d881112e48d2886024cb96b6cf4b1889cc456b30d331df729fcdc9cf_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:0b99f7875f7934b371fedcff686622acd03d9c2618bb613dd6721ea5ffe1dc57_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5537e4af85d49533292160803dc7bff5276485846f94e247353df944b4b28a54_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:8e64d6ec539d991b5a228d8f4b9079fb959dd11c3b8a77ee5bc3576398340dc2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:b32d68bfc83195f7cf85e5ca9d4baa658d768d3a98bab4a3ce3cc107e089d84e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:333d60c92a9efcb4febe144c3e331c553197d325ba0afd64bebfcc2803cc0e07_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:accbf8cdcc475fdd0ae3427f178de8f847fed6c09cce1c12428861adc9b342b8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:dd2518acc748d2fb1c6d5f8421a6d85ab2dedf2546508f45f8e2f6dacfa7f5b1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f3265ade73f238556cf2a7fc67e8ebb3d5636440fd9b7d4cd2aa725677ce3965_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:1bfd1b573bf924cb0a8be80be641b4ce684b141a66325d7c0cc923a9d3a2030a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:88bda970c0360c5c1160b32e589812e4289db230dfa9923e1494636f97c34278_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d849f73e901939241fc0853532489308b856ec530492a706db8f81ac47e59318_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ef722b792c00415c1efaecc99ea873df11d2ef8cd35c5b86af0afcb28c08f821_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:50ff46f43a500235707760885fbe4997cee8c7088bfa36c911697df3b81675a2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7845202df558b0ef442f3b4fbef423c6278fc43bea49169140fe3a263b15c7e4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:92d0cdf81fb07c8eb55fef4be846e84d5f18f181fed24221a294c5312c76e923_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:b19219d62e0e70404ac9b7643caa49a792b9450e8bdd815b02a6539e41526a77_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1da1b4d5b5eb3c2d6238b7e53fa040f03a759b8fa47e52d9e530c8a40885acdd_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:8410339435a39b3b5a97a180fd0b413e3ca02351edb8b9d7be1145688ca56cb0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:8873af11a450438c35d6b39d687e73fd0ee0faca3f0562698b24650b01248690_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:bd6ea26ce1660efdc5159b2a53d8812bb1a584d7185edbca08a07cb89a09cb0c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:063ae7b531e3156e051e254ec07faaec30ca971d027a48dcbf930b1b662d4d81_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:1aeee3943c69893e59b8d0bdbf4c32b4452cf4f6af73a802b64be9cfa051f38b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:51838e17ea6a17f32c4928c8d03fcd2af5052a350e4bff6bde1c484b0663ee7f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:ac68e0a125aa8e638b88d747e50b7b7ef9150d7e15459e5b4c0643dc1d534624_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:1caeb43e59e47f40b7dbb8e9def02e2dd3853254b749c40c42fe2092223d9ff9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6db33bd660e7c3cabfac5125820539a4ef4264c067b17ce404fffddf17965880_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:8444f6327a6cdd0cfa269384e58059a9d333af24c0e423b1abd6d85bb837ad49_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ee448c837b33b1e9ed15258933ad9cdca924ac64fa6d0c3bd7bea0ed9f489dff_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:61057b1135996175ee08d0672d50d1a9eaf083a1a057d0a5526f4af42089dd32_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:619bafa4b79a302982b0806c61721e26a0ab7b6863f478726c6b58b42badae7d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:1dcc4113c131eff2cfbfab09cf11c8186360c6cdbd1086af839a03c042a87fcb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:2eeeba70b8cdc334ceef7ff7e1fa3b1ef19522097e27301e2c7917334ed2b99c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:491afa1460d3cb3aae7dce1df98c67bc343cd47ce22df4c55810f578f8aa6b5f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:5f24e34fae65f3b7a473a8ca41afe45fe4dd8fe9d84c2856c5278c734b2a0ca7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:6d4fbb7a93c300154e76eec4307a3dfc14555e6a2d0d065db2de3fcdfe9f5fa6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:1c2ae2d75a70fd6620fc71ac3f314b3f09746f78903f93d5e1fdca64941946be_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:6baca746bd3180b4e6062141ce4d980c014cc18fd4c1fee527d4df751b0bea76_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a1cca9b456a2eb705f5b11a19d2c54778d1441d56b17d20c9680d0b1aad1ef39_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:bd271650ae9beef457d2c72a9f552448762e538d92cdb345d032ddc3786493bd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1001d2d3264dbdc69734b9e85a67db79c52d1c2f6a1a4f89880b570f834aea51_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:2d27ac19b5e4aa5532d05c71b6da43f4ed51550a36328209f1432378a96cfdaa_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a4623c62d9f7b6fed32b40d539815a3814c74338bf5974976b4dd1ccf8eeafab_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:d2e61adb97f22cc48deb48c31ed94d850fbf26c6590d0fa3aa154765258e185a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3c000e247f5d102792ffffd96011b889db2f5858799122f812b49b10a5b711b0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:49a9fea1a2a81a464be4ebf87a7f3ba7d880662bb85466039a5c8d461a0b69cf_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d4e4e5976380af9528d6405bbbfca7718307afdc46ace2fe3702ecb8ee479ff3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ff841517626da718d46f0869384bf5fa3a04b0eab21af3d4dd2f8d5bd3601aa6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:2efdc02714260c48bc53e7ab0cae1e2d3b99c467469ee1f73fb0b79149091d45_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:31bc24ff07edb1e527760a4d76b60e8d0712968f477d8d6cd419abf36cca0b0a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:84f34f50c2396055e87b857cc30411cf5b18d2f21e78bd13fd03c95c1650baf4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:96bf65054c994cec4326f1bd5432e45caeef3c48513a7e3cd2248759f9e6efdc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:58facad671ae16c072d4a0e96a2336d95c84a7f86d4242e49152e9275296d028_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9a7f6b3f08dfa866a2a1dbf9bcdd636c221c4dcf0ca38ab9b5c481684b4bca54_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9b033e2e92e64d07e7510846ed5f374b1f1375172819dd1eb567c83d9c3be4dd_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b81f64192da01c1b69af1f01bb109684b9a235b0879150ec37bc6bf43a53b351_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:5f3df6d30a624ae1c7a7eafc23b74b1ef674b2a8baaf9d2644d529f98831cc4a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b4edf57f165ba2a9d56e5e84a3aa61e96e76363eb7d56a816ecb15f8ac06244e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:cc8f8b60224940a4c6f8bc236f8cef754c8bc5b4a6d6ecddbc12db49b0087aea_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:e9df45732cef6649cd44dc00a89d9da66b95f1666785247477d000c4177e2c49_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:0670ef29c648fc035844be832f71378d5cda2122f5d6c7f82c831865d45f77b1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:34dadb46049ecbb75501d512642e7d2a58961c783f749aa0169d1a108155db97_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:371746e92f0c725ccaa0b0f58e950693872f87bea78608e95a2dc93b4e8ae77b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c22b1f502cdf6292792cca93076f4a7ef16f1c761a65b11f875c99408584857a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:ae26fa2a9ab61ddb95e4273d710c75edbd517f81d421b68acf84cbfeacaa913f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:e6c8fadf51bdb9c8623178a95c04ded1e3c8b1dce525783bedf1c7c501eaa76e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:e84ff17a4913201a476735cc76bebcb7819e7b65497c43267c19bb8e88b310e6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:ebcd87df2ac74dcac93ceed85bed5587957036381a49d7969e9a530f7744942b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3c98ad6c0008b1145186d1839c980631c119328c2c231956941300508eb27bea_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dab0992bd8f2a8b158c03d3c271e9cce7de86c1e188e136efdafcc20ff1520c3_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dd146a5240dc6b3328240e27e4257151e187aa50df62150160d1050e065f0041_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:def9dc04e6b217cf48b80373fdd6f860e9b020d6699def7089ea881a94b0ff64_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:72c545475f329944debd51692a1815ad56ffa000cae7cf243273136290d32801_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:7942d7e452866f23d468bc06b2b8b43df126c9bbf2fca5607fcd3e3fc391c76d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:c6a713980f98015bc170590afbe2f48b3c4addbd7ff19eee4af2be4b431b3dc8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f21522b2f22cd38ae626063bb6180405ed0eaebe2c443d38cff59b36079087ad_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:622ee3e0fa2560aa75798f4921d3b7417b64feef196cb8903aad499b7ba3ce63_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d30086b283e29e234410ad9521746f1cde8df72c61263e49e01b38135efbc380_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:e11beafd70191493099ea724097b3bdbf5c7d16daadc9e60770ca2e221406cf8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:f0f385d704d85a84503b5415a35a0e127f3a5eabbc813ce61a6afd5044fb35de_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0ab09129b8b99a86f2dc6314a9b30156b814daf1a287113fa9a7a49796bc8616_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:58e8b0de0751882c27612c0547004d51b8a59c1824acc2e8d30360f8ca6b2d0d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:673edbc5d7c6df884ce0c2358b1a5061c31b902bc472556db325ad91373d183a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:7ed466cd36f985050a860f2fb442d29103b2c15f4c373f4d6e3550d656dee8a6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:04e0e42f16e0c627e306f27839d671f541b9276f15bb077d238a98bfa0f4c66d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:92d9f3394d35d8f620a495d90bbfffa00fb30b02c07494ad353bf88b80b299e0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:a455c8087323aeef4d6b31ca68aebe41d2e2eb7bc68165afe0a8b9772a245cf0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:e5f0ea7b527bb4619fafebf3e2732e8b0915a66c7eff930f446c6c12b0c1f4a6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4b75f7a1212ce34fd15eeec8af7a9f45382deb3859f9d3fe2122584f4b70ac17_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8410dc1831f343db0b894f17aeacee702e705393ca83d0751b044f473309d1c1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e1dee7b5a5ea8c48960723f1dbc36b50bb8edf0e3756000631d705cc964a7ca6_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f35219a0965a2dc097d31af84fa649af4dc048ec4fe953b4535d42e37ac5ac28_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:60eccf911015b2af66258c858b1d0dfbc1f79d5d10146c8cec8f9a5f21708f86_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8b1ef7b7353353de1302942f9948833e3bd0b568396513d242f4920e5be58f27_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:963ee9ae771ea224be0c968cebeece76527f1d138452319cb17dad959d972d40_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:e4ea39c79db66f4c7144a8526d5971ac698c3502df81744df07f7a9f281149ec_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:e4e0509c00b2dc8f6feeba505240de8debcb1b7e6e01e138ce406125e344efcb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:d0acba106822523c6cdfcc2fc36d8b78f0859e887958ad8a5634c5cf4757b45c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:79b723e31ae2158844c9f9b1a302e379d90be8c21e1e175106b77ebf19e7a5fd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:7b95cef8669b142bf2c82310fb33215b2987b47de2ab5135d5845ad23f27db39_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:96258e901919b272871c1be3a5ee6e984ae13812022ddf0b817ff8e5f35f9fb6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:d97bfb4843b397a25cbca966319a8f2e809da9809720eba96d7c64cbfc403bd8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:0667250c45df43bf0110d46c8b8beb3ada41a0bb520d35629d9928ec373f1cdc_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:195220de99e688a7dd546e190638664c5236f67316276a0aae8d39b525e7e54d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:af0eca465c454003d66ef7d95cd0da38ed837a7da7d9978d318f2b29b2bcc472_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e0a03020adf1f6b1612c5a935aebce414ba1c84a71c09e9e91a8759c488137b7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:05bff5cef1e0071adfc0c9fc07b2a7ef6ef2e6f0b597dea05bd784f8f9746533_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:40df7a1323c23c3875e77061b3bccd337500d04f1cbe324a800eebb7181f8c46_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:5017bd5e359111c80afc7cf55fba210bcd7f15ca82d3a6282d2f63560ffe8d3d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:8ef63ddc25cd248263a40aba3201b2c6b3c3b2dbd998ced45626223efadbc3af_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:04b85fc4bcf3ee707044a3ad2556236e5b2fa4b09875ca781f61a13a11d94cde_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:0932ee4d4567b840a801bbe4161c37b40f1e5fd4b38be13947b8e09842d40623_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:60ac363479cf9156e89aaf94735053ea3ab48a2af18b902444ccfa4c723bd8bd_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d4f9611470c2e215f919f6b08149425755ebae0a89bea7c3a3b95ffa4b7c59db_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:25811e863ae8cce3659fa109172b0fe4fb11260cd612410b2880f69edf3f2459_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4f6d5dd85317206c92af4aa0bcdfada9319b70856135fad4b30691bca9740387_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:97c762eda0b5da7809e6e7f236215b2e524a7c7ce6f3cc2f6d934753f5fdea40_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f633ea56b1691be0c55b612d5d07a9469a8ae9b5e833dadce533f428026cd7c8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:151563529a3997849bbfcc5af0d7f785c26cbdc449935bc97d4f6250492fe4a7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:65a15ccfc8e4e132d1b11fad18930d7f1ef53199f14361826de6c21ffe2dbeea_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:85859d9cf6668ca35cf196718aa7df1588411e4ddb287f832d4e7c6992aa5af3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:ed1989895d9f856d4cfcc6e4709233883e0dc7b9bbd2443d10d826eaa899b734_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:88bc1b9cedee4bebf90d217f61b8166ab0457dd245103610369821a64687322f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b2f536faf8330207a5e3332dc4b7895ae75d7a0c80ed6681704dec1ed1c8d62b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c8f98eba93ba62f17c51a77572d1ea794f2928e0e6e295ec881046e9fb04fa97_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:cb206bd45940912fcf244734c32e2c8938673dfd87fe12bd15671bf7c2a5206e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3daa312b5c2bcfd679559c162f3ef9dc497dd1c1772cb18d003de78918a3e359_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:44cdd21f24db7870c11a5758e4e89f9aafbc7b77fbd510b7d26e8a9a6de03f1f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:60a2e0c35e6c1248da50a89b854450de14c875fc134b7e9be481fa5ca91524bc_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:632e71ea8413382e51005f4110fedc3930270e617fe176415958f15e11ca87d9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:32e4fc1654909b51802cb8abf8b5946e44483ccdced36c784941638296197163_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:45fdba490434d5c9b3f35072d5ca0f3c5f0dd2f836c9e3e1bffbfea53f8b4d11_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:5651967617c24f0fa3463d66cc35e484ef52dcc1cb32f1a96a095139c31964d8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:abe083c619d9906f8ad612d300dfd9b7a6c9fc93897e4c437f2ad5481eb4320a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2dd0915cc989ffbee4b234604427b4e14c89efe69a7d76e182ceaab10c6299b1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9eb6b6ad34e973b0c20aec9028b893d92baca2639b28b9f5d457aac43392bfdb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:be4a416afdfa019b7eefd6610034d97e43d15dc134cf2aa250dcf88084e6fbea_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ef488b181ed6865117b0f2ba94075786b6e564602ba420d58e570ce9d919f069_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:59e3ee88feccca815009efc5c992e184f4f091e01f3b2c014a65abcd1cf78284_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:7534da640a66d5b46018bac0decb415afe5a25a438c763afc73b4a7e8d25ee64_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:85c474a602a432c886402b1411497d7586ec3802d4e556bfdd6ce2676aad3862_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:ac2600a181492ce1a44e31c83258a5fba05c7f39695c5f6887965a6bb2871df8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:222b70b3268bd5b6e1a960a85773594e543ab847b59dfa0dd3d94104ac3cb38e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:596b7c513cfcf12c8e991f82f45aa2154363952c11f48bcdaa271818fe790515_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:86ce0e99da0c35b99dd1d8b28cb02076e26a87d9d7a7e539e85f56eca1906de2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cfd9974465dac521af7557689c6091d373d8462cd899ef4ee06716b2e2c945ec_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:077cd921e585d41b95eb57cf921878e7c3e36a6fd8a19fb00fb14a28650c0c56_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:5907d836ebf2133c63591afc2135a9224582e0c75373642d4bca8094ee4d48bc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:8dd9787566554a85650fdcbe3461ce973495bda716557aefc7a7a2c2fd482815_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:ffbab63b764bd79e20f869b83736c41ea28ef2eeeff1305f87fdb7dc4bf6dc55_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:162b737fd1a333a5eb9bf62eb46cea08d9285247685ae705977751f203e767a3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:8c4270b6cb5ac0d566c7a1b9e546cb637a43586587076f757e61a5a6fd34a251_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:b7d7b847c855c894255f887e106b3027a29e2fd0dfd8bd606a1280a4313b094b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:b88b8c16bbd10bffc3c7428e861c2e9b8749da27eda5a33a0fa538b9949ec33a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:82254fb1f4ee4da82f1a6326044cde4ba311044cea5a5c2e28da70a67a82e8f9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:88179c9f57abbdad3c20d59c3ce38768b17e53e7f463167fafb447810a9b78f7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:943f3d2183309803791c84adce621e29f3a61f6119dc0af1529cd688063c35f9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d6c0c5250326cb44c5950c4d46bd13fdbc3acc7d36b05f1dc34a9744aba6586d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:426b08682f0c5d8833046d5ca88f2b3af44ee38218dcc57fa41a884a9fa938a6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:64e190645dd9dff1f4898ec45cc4ac42cc94f1b4bf8b1b4022a07873da039a36_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:bd152c2607b552226f73b3a760aeb307592cac725106da7d65b3ea3a460708c6_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:cd37ef01e0c5586ab14e6a041a2cf093dfa8815b3e21a1ae636369b64fc2a253_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1922232d6d920c408323f02e725c79132e46a9d73beb16244d0320201bd2a097_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:2622b7c4add731fd89832f5eebec7c86300749d80cf50fe0e397657c52dd2fdf_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3d77a408ab227b6658ca9643adfa97499b469e7a2faf1a2eba8cffb57fa9dd6d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:b29944894d3e8fc54349b0382fb01b25cf4445a29f82c45a4e75146c18e2cf8d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:47a37b58e2bea7dabb2da791027a2e880c10387e6c836bac1c45bcb059105156_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c1836d3d39c323a9f3920b769a8e40af886abbd390a8ce57b7debfdcda966860_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f4fd8a5427d8f74e7833efa23a0f7ddc8f4a2fd497b85988cad2b201f9033264_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f872b70b2027aaa6e426ee17b4f08d729d4e8121e9e98cafdec350153ac6d464_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2e9f6ad9b1c5ac39b9e8813a056155ad2b594a264ddce4d7a5ddd411f4c9e8f8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:462c3f69e1907a9b834188eb2aad3426d3f262315d1fbdb5629eb42b1849be0f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5250cc91fe66d307afa3450a2c052725c340731911b342332bc3dbab76bd5e22_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:aad8e6a28b5544fd9e8db6641fcd2a85474eb04f87cd3823792710fae0e127c8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:610b71151a7df8f4e29091e43bf71ef4a440430bc1f395cdf552844c3a111577_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:81f8d5808ac1503ffb406ebcfa40ad33fe4c13a62ec504c535b94a01312c3dd5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:9a58f0d4761ad3c87d0bb346a3608965df2d3e85a5cd92072dfba1c831570279_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:abaf2a42a5b82e5bbfe58b051dbd24fd71db5dbd2375fe6b64b01e8154ebb183_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:767e3986e21c2f1514a8a12d8b07d8bfaccc5afabdb58ec2cec07918d9805554_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:e52247597556738716370c233f27fe6893bd7505b647204ad29e4bdbfb397c36_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:03201ef76eea07d6632c483c1f05a1b983a8fb17e892722f673d7903d3d589ae_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:c87642be397b0f7532a4d798adca5679a994a52f56ad0825859bec705e923f6a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:2296b574fac529573dac1bda657ea2916d59c5adad72385acf19d8e38146947d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:2b606ac9745c95d3c70d91044357602677c8ab5e6242ee78aa9f11ccb4729e57_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:05f4b34c9abb9bf70a50c0250f6b130274c276a216aa3d2d6a18cdfc61899886_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:44305451a86fa2140f50c3a6e9d430f84aa4015834d51d406fa5847bee846d04_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:2f962daa09a741fef6dae721df2f0c66b911b70ac45e50fba5d3c4e17e9942b8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3a22070544241e1aba74be893b409267d894b867cb245d0ff8bdcffda72f8930_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a3e610fffc61c36b60917fae40dd3869de7876ae41b286f0d5397d31fa119f8b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:acd05d00f32c61bb6fa2a544887dd218002e2135a0de1acf7896571768735aa2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:0c0a5d2256bb2f57a9656d8bc97df07613940255c6add3fbaf2e6322ca840d43_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2cf1694768e2bf9fdde5859407a7366f44dfd567ba956cad64e76cfae189450f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:707d8e731d89185bc601f005fb49bfe73a063702c3058b7de342e6b90e84c9a2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8c6a0ab37cf5fbbce8b9ab785c93d9eb368180c6ca39ce13bb10a7eea3208f3f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1b54fdc04c2314437910c9a093e8ec65dab98d46351796985a21335a6b769e0d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:21f55af564e556247c4ea8263a5878314e025f290a723b716a9402c3ad228084_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:240acd5fc3d093867cd7efd4587ebefe048c6284a801da08faf8e2d9fcb19a47_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:be910f706a78786f57bf9601f04808dd78cd377c7dca4e0fef655be3a03e3350_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:3588dbbbc1b77e32314e2cef4b226e8430c04d269f8fb0a428d1859cbf95748f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:53923226087001bf8b4a6fe17761d2f7f745ab20710e7c1074673c6566a070e8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6f20725914f0924a8c0e605bfe6cbb2040ebcb7953737a120aac78ae540cbe34_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:e54b16f55fc9fff3ffdd04798462db934a9c6f218cf427a29b63235c733c666b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:11a2f9b1e75a4e3af89c08a63a03854b3c8b4e42b3e4d82151502322b896a11f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:44846d7c33ba800c8078e768421b1d9b39ed30ed318b680da06b5c97ffec50e8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:8c5c065ef84a9e997ad7703c11e4676470ee7a2100fe617b51d08c5232a3cb75_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:94d5008f0cbba99ee510257dc9921c6874e3853bffa0a22f91fb8635608c4cd2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:00f6088de94a844f32fe0f9a182e56ab06524c946c47f2c5e7156b51cb5602bb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:1b94bd10f5dd7c2b2ea46d32c905b5d95634aced341be5dd8afacf9b8123093f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:492ed93a8e5a9ae62e754c29240958a6c1909bffba60fdd5fced1097b955bcd0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a301c39c613445ea4df3c3bb70cf653d456a2e2f2cabc8ba7899e14792065170_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:31af242f688dd17a96083aeb35e100f97d99df2e1d95ef975297cafca25b6575_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:55faf10fc5ede65f8bf6b3c3524ee3dc3427660180aa499e208c1a0ec2edc0ec_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:7bebc921122ec103b0a42a0040f98dbfb821a1b735a485ebeb8e5a58ba638216_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:a918a598fb1ccec94141c0578606d66016df51dd6d60437e6abef990d58177aa_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:0733858547fe3b3e5ba4fd312446b846f4da4117a767552662871d61ff6952c5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:61ecfb19f466f5e76b77fba34b03b592cd8465956aea1d7c64e2bc27ae1fd2d4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:97ad34222a7b6f40f4e7f371de5ab7f9bd21519abd49dad6fb9ce5e775cccafc_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:df538992ddf8edd62462644c5fdc23265be18523e42ee350226e4ef341896fb3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8f9dd799d03d523103b6ec8910f1824f01e142aff8c689d55a3728250b8be3d7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:9c0208ed841ab00ba866121c2c6d471cfb4356d05501a2a78c563d4d9735344b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c4631236ed116c123793555732f647ff3d3fd8cb89a4f83dfc846b4456e03588_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:eb77fcd0fc42f542e8f761eee4003cd969ef4e80b94f10e2b25e801acccd0911_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3986a780fc3c4722e9f89872becc411c9d30d824ca97990ea58943c95974bc67_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:42ebd671fba15ee296288177629f54b680248438351c85c305a970d74b5356cd_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:950695ad184709b631a6220ebd01cdcfff0c841f9c0977db7aab1fb2ec309c76_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:b664dc527a0cc5864e95b25751979fec4d4500ead771860fe6aa4f0f24c7ba8e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:41be253a6c643b9ff74f2728ca9c113129ff2cb7139d0130e661f757d178127f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5000590500a94e98d05367647643d0a878a940a55fdb22fe24031b254d40e81f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:7e3d1fe26cf4c96811fd9992becaf4e4c01055216ead8f58aaf3b4842b216d62_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e399f3ff5ec8b143ea7261572b85c170e39af26dd92aefbe21cc56fb652cfd16_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:725f8d814c5acd2fd5e5f38106a89ef41fec83ca077647cf4c9c5f909e338660_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:81e38a7a721ccd6b424b8162de021155c8afc3d4e036b26baece7a52e1ee44e0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:9b07702f9d90053a3e349df86cfa61ae30522447b3ed6e44ea14ca34e9d54f6a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e12cb0851fc2f5e35c9258ad9360efa8f107b0a79e1cd17e0b5e302690125ea7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1dd92470819fdcb1772f425687cacbb71f1ace0453cae1dd4b5ad01b747fe54c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1e76fe522f07e3acac6cc06c67b783af055d5d0f068ed64e96ab1eb38f7913d8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:65c62baa1eede5768a6d01c4a6cf9e5b4c8c9dabe933d167228711ee6f50bf22_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:eafcf7c7eec61806567473c474d88c2ee5fea2866360ff451214a20978fcbdd0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:98845440ef473d8a65a926f6fc7e9bc95e2d975c6431bc2c64c04d166226cce1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:be08fb249d0548451580e3795c97c98c9275bd2e0d8d6ac5385490876578f4b8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:e28276a853d5b9b4937c8d38717139597be50e7458801607c841a569703a97a2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:9adb740bf133ce7652c8196b32f4c5c5a3ef65515c4b861d8cf2c9c6f0d1c4bd_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:98845440ef473d8a65a926f6fc7e9bc95e2d975c6431bc2c64c04d166226cce1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:be08fb249d0548451580e3795c97c98c9275bd2e0d8d6ac5385490876578f4b8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:a8fced5ebdfe32003054afcac8ec22e606806a53dd12d9ef6b594c9b4add893b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:5288894add34aafeec729069a4a4917aa7d4156917f9a5e2dcd82aa4bcea2a91_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0e3b5a014910aa57779fb95853037590569f1edc9bb48bba2d9461b3a2b0fa73_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5c3e36c0e3589a527d795af3e4b2c7b543b6f5a4bf0e89f9262992a2284feb44_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6b2f4181bd5d51fa4058ad220841ff9db18b9dfb9aa16de912d89f26320c32e2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f81dae6cfa04aa748063691e788c0e90633868549d2a53b8fb0ce14e37900928_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:010c10fe8bd3e00d8ad7c690fd4026fef3737f41161cc5838a186c7e9b13c53c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:48e8779ae80d139e0d0cd6ff9d5586c66ba42f6c85d32cea200759056904ddd7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:693661ef8254befcc66a4b7836deb522b2ae96b68b10079f232e2d1c3a428ec7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:80921c9a957d7e76d85e0f30c83e8f007067ef8a435e6aeccb5918f399914784_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:31a0ff47aa1a017d18773be577a1dc3296001154c7c40de20cbc3cc767b0c16b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:41564206c906171df891ccc7c92274cb7998f29687ff7d2e44399242e38682b0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:71f36e93f7195b10639a5c7db58e2f396f1272c6dbaba651e78a4c9ce955c427_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:ab71874b013fdb05845e94a9b4e3432d865a6157cff72725b1ea7589c6717b9e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:34b678523168aca5571ba1e631a458addc39ea9aaea3eff355fbe091e859b30f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:7cc0d1bbc241ac63a5f45a949a439d54316c23c7045659a9d44771e5541e7e17_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:7dfa6966d81447102d92f49b7256c7b47955f1d2b60e5b9dc133f71a1b2c8033_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b07a724845d8acbb842e9c96ebe2ab5355f266ae382d703c0f92a84c6d79de20_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:3d124f0dfefa90e249b024817c37087e6294880030bf95333bdf0b39bb1db696_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:580b4036071c17c8551b3171c31ecaeb61aea5dd431d147f036a832565531948_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:5e9203d284843bf5a5a3e7178104fbaa3b4a620bc6f889b36c6c077aa93f56e4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:ccb8be0ede2d9ecffd5bd7b4c9c555156b826cd864f5eaae87b3c1c58c7ede31_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:17d2506a96ba4da62c33738d9798c651658555531ba721f277b95b9c5283df84_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:3e6f6f0d6ceed5244d82b17442e473729421d59ec5cd1a71deacc15531f2929c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:8ebf277d8c153fa0be2825ebade894a87f61ba26c198225e4fd714302be26ef2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e0ead7eca26924691145465af2c5c06efae71a197f68043730e56d5cd63aaa59_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:2d9397f611cb4830f7b9bb67e7e35af224c0f121e4fe884c98c7c4807ef84855_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:79e8c5b1e61683f9c78e8d1022c90ce13c4b3c438dc373773c8d174b9835c862_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e104e90349ec069f6b4fbf749dd261ce91b21237b367c421bfcec3dfbe1bbbb9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:ef70455cbaeae026e8b15538a2a1d159bbb35e47427ea97e13f5e5a7cdf27dcc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:1683b25c778adadab73dab246e98caa2ee21c561fa57b1f2ca7211eae88876ae_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5c875e3f0f2b0c11b8ba123f0716e007fa09b21ee696dce0c71ba774c1a2c7c4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6b96865aa6187e5d1d46bb64717dfcd42a1cc17f33bbb96be9021d8b61f6465f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6d1451124fcfb4ef7a5a4c673e06603443f538c6ff781f10706e8814245ff056_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:3cc3d7622e92973a3e7c5807ee254195082fb9808132838ac28a357e66e892c0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:685d78a491e935d0b4e7a8eea29df7863976a60800d1e08c3bd3faaeafad5a25_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:88b54af358d720bcc453fc09511bdfc7793b211dce0014648eea9ab01fc623f8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b6a234ddf1c93f87ab0ba77b6dfbb1ae9ff2a1b130224daded0de20781a1f650_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:68c09233701045a0512a7310d21be057e1baeab5eab74e246770e148daa87c53_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7566fa876d194d7cfd6efbb888c2ad71ff04c07e80cc4591be682c095d1b6822_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:790592a71ce9e5bfce5c82f0efb257d08c463658db59b6bef0af4de7d0ccfbd8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:db9a84842c47a03d10c5e9c1c27552406af1b748efb9a4aabd8fc3e4da3d68ba_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:10eaf2277f538f2cf72b3f408cec4168f718acdc1918f0227f6b6c62531abbb6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:1e58da4120c75035a6adaf6718a1e97ec9c3d6127bbec91836171ddbd7141049_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2299f00f191ec86185e9c9573d36f213ca8e6d8bc6fe104a4ff5861e81911ff0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:64d10474aa6082fbc20dcb45adf3f78369650b94352eab601e16e3ea0f45dc70_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2857f545269812b58ce790369808c13b1c6f891b1c8521f61031ae1237d5e7c9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:68b0a64071a455fcff666bbff51d2757c1c395c7ed8d533a8e36ed3c27d1ee44_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a045a2aadc8aadf68064292aed51b08b5b848fd726bff69e8811a23fd17f7da5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:b47c8a889f18a9d9601612c058e1c890308f1603584b626d16ee7bf50af00d4d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:03bf1102e3d50616a2431782c84cff62edf1161999bf1b10662eaf65410fc55b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:6bc2b0f07f5e3ee0986b7652434359992bc995788d7a1fcdfe393f2b1a717dbc_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:74939b01007b6160c704836484d686b246516a2a1a7929a09901a57b9b4bb512_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:fbdd3810520e77b36b749f73d70d416799bae48b35430eb025a6b4e5d4b42b77_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2f57a1926d479f00d26f8973d6edac58f5030df3010c33e231d8d350f5afe3f6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:5fb00e50df62152bbdb2b98fd2de8054dfcd4d4f27b07001a197b0e6bb5e72f4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7422274a999abaecb4642499177d042c60f0d2b9bd9b470c7797eaa1ae03a901_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:c1d816e822e159bbd4b0e96ff11c2c0866f50ce60a0731ed995b08b83e9cfc9a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:1c60e886fdd81c6b90dc6a0f142dc5c4d5eb8c9d5bd796cc343abe5bce33affd_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7b549eb97fcef1ffb0a36d99e385098665d88b96e983c0cab4a73f0a96abedd9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:82714d7071cc06d1ce7701311acc91cccca5970b8d00228c164703c90657c56a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:efce8f153aa7fa0e0b4fe0f88a29b6b0d3e91b94a7f22f2986797d10c3292c84_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:0fbc562bcfc4c42579ecc86721e9e5f5d73784d5608ac58514081e3503f7c813_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:34eea13ef689221a855605f253e237382ba0dff12442ad975c2c5f0054011b04_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5b24ffc3141a2022711242b92b9ef187ac9f243e92862588779ef465efb312a0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:d733261ef4993cbe69ece9ed43b50275890db613b7aa258bd0fb9f0f15978cf9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4e4d42f9f65e036769551889fc5e813e5931ed853d3ba24acdcaccde692b12cb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:80c813e3e501d8280abce8b3d0564ac915ef638277444ff4d05ed9b2d02d478f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a81cf2d9704abeb5e16c8b9b46a7fbb99bdf0bdb1ff5f8130b2a2d61b61c75c0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:b629bf6b74a1b8d8be44b2945a6e42cda27e0d828c088a5b49b6fe866cd9a98d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0e57f63039219af389f3920cbcb324436a2aaf1a2123f4c2647f1c1edba90306_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:6dd4c338afd7f75a01d8161008857b1dfd0c1e0a7516c5ac79387ac7a4947237_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d996ae5e72eb8bd4584b5b51b1bb56c4f1573caa0791c5e66a5c89d850ef3dc1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d9b30068f814c6c1bcf9798e35ae70480c993dabfb5d88209b48f149cb49e6a5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:939ce68dc53e8612f38f1c9ee2a25034e4d7953f98b136dd24966d30bb7d4e82_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:db48cb10424ecaf7a52681e7e17bfbe187ee238ddb3be21ba599b3aabc856e0a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:3bb343771d20dd2ec6a05b595dd0065474799b189c33985589f07217b1fd321a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4f81654bccced71c7ae5a5c3946d219f6dded80bcd1025466e4c5b56923b263d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:629425498dd6d127acfcc5a3017c7c983c60168c4f3ec6a006846dcc6874bff5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cf01a745925200f7159c83075664127536f48e0534e319a651cafa9f11ae17fd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:59214d21308fdcf9535342dd4662ecd4f8ebea431270f577f5d6fd266371b6ed_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:ef21c8c721f544404ba4ef1d9e15e4435af42ceec995cc2cc43d39925378b3a9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:bfc8feac89b1aa29252fda1d473014e4723b562d59dc88f3ef7872a94a6d098b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:d4979ac2a5c608ac31a5683811b55aca412e6726b5cc1ebe4b214d3c8dff15f8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:c89e9f403f7dd4bada53f4ba338de51345266c2b657adba6cdca65172d113aaf_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:cc9a82f57cca4904a7a4d58073b1ba7624090301e0e740d961d35a860898d8e4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:d63a70864e886482cbcda411c93c811bb3b1d904b9a586ab42fc67cda8ddd9c7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:da37ae31a142733b6add537f48f9ae28b3f496b1472ba60b0ef5587ef8d5568a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:396f40db5ba672cd4ecad68fa6f837405c9bfae9fa38f1276e672918f9de7b4d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:7c0925fb8469922ace0b86ef5f81f9ba4bc711b6277172ee963a856b7252b741_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:545a23225833cb931e6962febaf183bf7fb7d3532c5ffa4556c9c198f3b73954_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:b91eaa2723393eff033053dee12e51852a7428dd0c06de7ec92bc3f561545a31_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:c887cc0ed1561b2253c907df741d98c1bf4836ba3faccc2d8c5a8734e0857fc1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:f77de5df278c92b8b8cbb8f3f0d93333f3fbcd4a0abb834d1edc5159cde007cb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:843858cb4847ed991480eba34975318360a498aa2661729c2c11133ddef21db7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d344bcbdaab988fcc26ae36cceb1eaf2b5f60943fac7bc1c318786c5b33fd45e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:5135f9f7e7e94624e8a0c319228380f86eec7e833130bffc4d005062bbb24075_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:b0559b45426a1525296d6c9790d1fdd40314e1ffd48c6f0c7afccb4db675813c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:2a34794e9a9694b03f338acec35e7c52af7936006878aed6dfb9ab216549ee96_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:5fbffddc788c5499be501c8650150299d515527b230e62dd15920b33f9eb93a3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:5976ec6aa81c47bae00c6d399adbfa5d38894d89e926afb414bebb94e5b8b8d1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:72972cd3378a738e45235e515cb52a206950fbe7d0a57f73aa3fc352875b4cfb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:654fe020d5ff989d8092f577e5137ac9913dc8eb6b90007c85e694e5b4ae99a3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:7766c535404fb104ddca41eb50e2be914c14bdcb6305ff3f6ab1508594c1fc90_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:fc9f987fb8c7dcc4256b38236d89fcee5155e3ee5facd62ad794c6d94408714f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:feb92f825bb3ab62bb5ac81ed63718f5e3fb274fd0b6575487285e55bcd549de_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:1497850497e4ff31638d1b53032a1162af975c3abd2396e627ad90ea4515cd94_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3a1df74d7419d8a2b09fa4741ad8f7ff71cc856745ab85ea91a0821dd427976d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c1b8250462e0d3bedfd64c4611ce9e9aa77f6475e48d948a2f844fd293cb649b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:de1026343cc529670671124a64b039cfab52a4bbbfc7d6d0d1bf5d6c21a0eba0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2e98c100a02f00cc2f58fc7e4773041e81be4781e8a8c02539acb17d66cea93c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:55973d56e1df439ece9c90bf4a6ac870c4be37fa5c718c90da6deb275c34c062_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7d39c8eccd19b70bdab2757e9088f1e3259cd0ee8c0a76421f8cca3274ccfd5c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:fde0b6709806f4fa012e86093d3abba689c7e4dce25859df9993d02f77adac38_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6b089f63a260ec9dced6dd494b2cd8b48861fd8a54f5a1669862165a4030d790_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7d96b0e06e1b04ad121c95d6eb87943032f8734a6565fabd6ce99562ba873ae9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:804ed4857fbd1bbac303549388e72451a4d0f81b99696fc7176e196db8644140_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9c0ed5fd8235d31c3a959cf3f00717a841c2e5ea2e9e222454ded28932ac2f2b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:25d6a0e67f63ee551a50d23bbf3ee87a8590cc618d06a1041327af0bbddcfb6b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:5c4c1cfad723db265d037968ba4892ba883f1251d06a6b348d3f5bcd78f3725c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:ba8f4ffe3f54ffebb1aeb3ac55b9c2091b3be0e2eafb9f4fa877c6b2a8abc787_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d05e5450605a9101e2b4502927b51a6bd93a8eb01ac3db39918ab17ec3c1cb86_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:229900b0543979b8053752c05214994d2590b501da90dd6fc43ded0cd839a2b2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:241f97ed5176e7d9234cf1893f43dcc08d375587540c7af47c19977f44965ae6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:811a41790eb1654cdd1a133ae525e8fc329fe330cf06293d12653be5c3904ddc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ba2426e6f8b4c4f49b191df2ef4824d30486a87aa3bf3af5cecc5aa958f96e43_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:18c88139b031c49545ac09935d1599740f0b49e3c2fdd1d84f4006a47bb2880c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:314bd5ede25ad4718f9d682ca27fe8e8817d79922d59302f0449a55bd4764f26_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a0554e2bc18e8e16e5fc1efbb5fd653a3858f177d0fa84091ed1e48856c44672_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d0092859b3dd498418cb2ae30ae100d91a6d77abbf2f1be3400bd6bee1a57cbb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:0608e6ec895faca9ad6eec7f657893b8c05a3ba72600cb734cfd2ba7eee926f4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2a251ca88b8d2274b765b591bf4e015c1e817c0d98fc5cd7c19f51358226c1d6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7b50b78bfb9b21f2c6cd42be9990b95f1b3b810d9f3cf62d7ff5541a4ff7d5f4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:f80ce5f1854e4411bc2d73efdad02ff4b5fad6b15e2e3a09bf69f6229107c0fe_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:08cf0dc27f2e823756ba009358a028860354793bcb3abc9ef7c14d71ec011fed_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:285f603dbe97db7239d699ec52febf0bc5fe157222c202235bd6f5cc4af3b974_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:b7c4a0c49b1857e22b71299f9a921d0c56b831756f33708399b7a03d2f61d8e5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:e6ff566a5aa48b59411a421e98ce05e62268d4ead994c08e8bc4643beda5f115_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:22bfb7e9892df6e4045f7246544cbb73e900d17b8d1eba74af342dda56f697d4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8ee226df0ab0bf40ee1eb32bbf64b2feeafff15a165b92be994a331949f29516_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:97d901e0371158483af19aae8db34651dcf0278fd69e0ad14293a38d4713c58f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bbefe8212498c9204cf5a4b2834c8a7082f732c726fcaeffa55d9b66b5ab3c13_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:4b415d00d49331d5fd22e1b0c159ee4579506f378f1b13e8e1d0c1829996f6ac_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5c88ce9b17d4baf03f9ab7e89dfbd9c82a8e4bccd23e5dce74e11d6b2a0ecf6d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e6f512f11629d684e2713d7421677d35766f5a319122fae34ea25dbf95e79ec2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:fa7b4178af4fd9da7174d8c94e96363d73a1cc9f60f6a55a3cc28330ff7a4e89_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:10f802e9e5c96af91d1ca1427ace8984d2c31dcc7c409f3165e1ab21281293ec_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:477d5a4fc9a1354090356a06603a9b135814e9ee97d9c4b51046f597e195d5ae_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:5a20619d387dfa67a22d51e5eb6c4bff523b7fad8ca181cb4c09df25fa3d3540_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:70c40ef6f8cbf444e59c4522ffeb8800d19dbbda77a02f28310573d9941d6f2a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:26795eb48eb93cff9df39e25571a32b8d8c4fac44555227f932805760dde79d3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:45e8ad4ee3c68dd7425e889134eef96aef80f33946b303a1577593d53aac432a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d9ae6095cb2d622d947a1e861a56975ce434c7b57153d0dc8e4e9f1ddf95a393_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:f8f12d1cd2272529e159bbf2dc6680f772194cc235b0138146f40a499a9fbe2c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0f016a9fc412a5fa8b8289a19fee831b3441571d7a48135b92b6736af210d700_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:47e60f0ec21835c324472d63a89089c62480ef17e2225b537c7023404f63c796_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7a349e32d85fafd4f9dd8db4d80bd54e1c0869d74a542f698ef78bf6aeef4dfd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:8817b906fd93b0980fbb687876d4664c79668ec3e959d2cf184a3ed20aae953a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:027c710ef81f40bd47b16c296c121e36785eb5463321078f6bc657c37f2967d8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0d2b94501e72370b763a86146266411de3932995240514cd26362a0805525c7c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:ac40d2c4950576d453b18666a9acb3c19d4175d94a28d6e0e9bc19a4c302aece_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d9f6635946e9c0ddfc8f479486f08be9fdac8bc9f73d358a3d049b6feafe81ec_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:1ea77d4c8308769c7e2b5d667c8af3ee2e543fc0cd0c49447460c37ff0c56318_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:56aea13311a96784e84b4c5713ff5693e6aaf9f6035a042c5a28879019e3eaa1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:7eb0043c124f96f76970f835870cd45bedcee0179f5c63ed7688191cb5e0d718_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ae36b0e2d4f0efd222926a53364be6d7f9723496efe2463cc1521a85e0318808_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:81645a618293c85f28a1632034a0f3244cb15cb5b636d6ef447e571d526d3f60_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d70d809c25cbcaa772d2068975d7821b49f965a21be8ceef7ad7a17bfe79e611_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:dabdffb17f32a9684101e24dd08ea4587ff1c288959648684cc89f46ccc8d7a7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:dea959447acd57eda954f5fea4bb3d623d6bf19f11e7bd8ea04651f5cc52d95f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2b19aac1bb3f64b3e45d82d207f18fe3b692aff7d694c1cf99a02601dfadb2e9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:3ebb46a8c872e2dfc1d2bc7e50a84be90c998e721cb935a7d675e7ef02f204df_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:85930fd1b83c544a5debbcb1218282c91208fa876fb38e9564f3562ac199a30a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:97e522d7f8d7c3f88f50bb511f1696657f9dfb41282c702fbb5325a993267fd9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2eeee557fa7b05fabec97b753e50fc8b54811337b360ea542ab23a32db02165e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:8933a240bb1a42d823f4bf6feaf1baf6a6f083909fd9e5a62c8b61ca770cee50_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:8d06909ff0633fae70e3cda3ce95a1917ea8987c8e1372b4a8f00343494ea5d1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:f2153f3bd5ef181653f9ac8f40a8389e58771515b2fc49f205d5247455635c65_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:1fdb8df2f66c1558fcf03d227a63e58f63b990f1ff47ad81e3e3482c4e89779e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:7a2f54cce726a5f12a29c84d8a3af601d3627d1255b95e4adcd394a76e930c18_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:7bebec78f81645756aa1265950e28a980fd4c042b651c7b5c6fe6924af7675ce_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:d9af91fc94e0fb9645b5284e1a2a8a4ce3029a57c6c92e30ceff6562f7522b81_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:be58ac468d10396163e8e30c2e927d365ec7f21f710b99813b9f8f74b260c21a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d771771dbbed4376ceb699139a02a5b64456f2fd90f2cdd873879d56badf2885_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:de99fe560e6048e4e34d46dfbaeed9f5b3ddcbf41cd172f6c46cda8cb549faf3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:e8c673493346ce26aa4078ea788dc0b3c888613b8d161dee4a91d577f4686dcc_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4b909a7fa9307c352c5a50cfebe3694547a60195928c3a3616def9818dd6a701_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:74c62d51442c13d38b45be851fd70040ae8dbef49fb6b22a5cff7ec3d20918b3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:8acbe6bee1e736dc4b636057a9ca03e6d19a341c207f4856281e9442b4e2f5b1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e214faf773c10d348cd1fe3014a1541cc37f8484b53e35136f67e0bd3bcde588_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:19eb2ef0c58d253602d9dfc10f356481bc443b6ba6a1729eeb253549a5b06235_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:4aecd8e8a99b71f09c3fe659399204e461b1008def654038d8d2df6df34eb3d8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:57e1fac2b2f950168e3130a96d96a839b183c8d4bc5f051af5a951a13d69ddd8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7e60e4e7673f57490cbf6c96a033c4d6f0e373941cf7d7235c2455a7e7850a77_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:1e48b7ea9656f56b0ff7a95ae25a7fb6303b796f70c8a80925c98a1a38d09c9e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:30ffb3abac5d66f0d7192c3395f4e29f18bee60eec5b603126308cb8e986155b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:39572ca95b113cdbc944e60797371c1c70d210b718086be5796ad62a0753e74c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f04d8f791bf53ae7ba29b1c3ea0847d13a99a58d8d13d53eac95a648c4fd7d81_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:01d126ad02cd31c976cf2857928631f421ecf59096ca0e61daa28596a9ce3bad_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4ce5ec880ffd93abc262773d8c84390aeb22cf7aa4f6688b950c0490df2e7b0f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d1c2b9ba0cab850926c999b43cc85ea7ed91c5396d1d3ca272c330cbcf098392_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e46881e84e706330e4ebcf93cc1ec2ba9e1454b96ecee79fb81852d7b5826853_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:40cf04b4677fe397b6cca48fd704defd5dfbe5849116b2f855059340fb537da8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:b5df8abccc723af3f3ff86b4d1fbe7f643b89bcdf87c93abf3b926e8b622efc3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:b800c84b0984408d51fe965464e87ab18c0c3d82c8c51d12fbd488f9a6f17f7f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c0b5ffad8095d2ec71180e3857c7e5003040c79ea93835c5ee7ec6f544a406bc_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0f58f90811f760f3c9266f674a8f7fff259b48e10f1a8e994c5ec8cac3745191_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:4d336c3a625d32606df94aff5194969a6b3e20bd8586c56baacd509bcdb066f0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c67690128b6b243becc0fa48a9c8917740c4e4c01cbc3798c72e03fd9629430a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fcb458c8179222d8c01853b9654ca9708cf5f34146b6488486f2d44f12a1db1f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:10227468946141bf8f1f0dd71860ec2dcab6888ce2ec096f8250ce27dc9de66c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4cca1c61fb2e435230b15535e8423825378ad0f523e7eeed5300b139ade380da_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:c46179b6395be403c3e7915f9953c1b9527c2b384284a3ad16e0091346a86621_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d4ce3e07bfee07e11573773846eb94c759a6d648c06db0bfa2dda1f0110b9f84_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:2040c1f1f4193837690b31dc5f88a840bd6c1c070ab0b091bd20439dd9dfdb49_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:2ec681169d6ce8d33a853a03fb796a312e75992052f4546f94c2ad158bbb9228_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:38d16429ac19db268bbefe2509b4d88ab3cf44e0c4f8b75a05fe3b182e02506e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:8d49a0a22cdef610f8338e3e4e3c009d493e6990d6fd68362063a9138164cd1d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2e170eac98d152abc69b8fa44813a290b9cc2e57bdacb84e97a9ecbe602a7631_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6f08d4c8d88aab768b5c727b824584cb5443f67e69fd543ea95bcc8cf90cff2e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:aa161f825ec834c11a77240e4c8860d7e49957fc6137aa2730aee57d3b34b7ad_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e5568dc2b0aa9f9251b0ac80d28b2c01247a9fdd1a7fd42779932bcb9c0116ad_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0594f924eaa7baaa8350c40eb5b2253c99d8ede41d58291d362bcb334bf8eff7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:29473afe198e78ccc383122e9b9db15562d165d1a1a5d2ec9384f6282a9722c0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6c0d83c46bc0032ff04ea451858bf53db20a42b02c72870771a683b292977620_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:74ef91d30366fd9d581253c29197ebc1c237f72db26b728f7c27f26a1f446d0f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:1c0d5e001e41c928306cb746e0ea360cadb179221b726c5d11709f381132fc67_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:1cb6cdb6e3bf0b41c8844a6145a44416a2d385f640f42f496a4409db59f0a509_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:575c9649ab6ddf045d4be5b4c86501cd0a63fe02d73b4a803b511213405ff243_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:e82eb82d215ec8520e1938f0752a4ce0c869e865ee1c7fe2c96fd95ed74751d7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:31bd457006ce5cd45fdc3428de8e69856a3a387ef4383d1b08908a6f3b35047d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4f7552d3e6293c981fa9da6db88f330bece8f668376abf43f71b906553a5c99e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:973f4d0e9307929973adcd633718d00d09196bbe271b4f9d24f8a399643e1eae_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ab176c397c65bf978d7e517a34e10ea45c82a35f65b8bbe39f384f776822c03d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:34d1ed337dac313194803cbe7336560b7a630adc9cd2bd785883be5048ca52dc_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:4d29bc385e8920f178688a741187cc67ed670ea997201952d0b9a77b56c762bd_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c86661524ff0c65bd9dd0349b73a831204010ec59c84786916be4ecf22c625fd_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:da698e145cf30d354629fe8f6c4023d14fa2b5b167045bd8a6da0ba441b8c92d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:53be80af8fa2a60d9bd89de8e103fb2eb2cf008acff6d7f89383d861bb8a54f5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6decc15033377fcfef17782d66d17fe25501b157d69bd83e85a87c6e60f665d4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:8b2d6dfc8fc31a67250dca39ac60bdaf86cbbd61353cfe7731d4fb1ebf5463c0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ab21f8f97947845bb94bf6912ca8880ed39c4aa3a849af7f804d28c11a6f0ef6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3f2412d3a5a21739fc209d7caff76dd8dfc077f8a5a3a5034a6ca7a29532f14a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:598df55cedcdd92019d97e3ab1a6227b139798dc69adab00a65371e300803eb0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:9c4d4b4b4f7b8cf69f9535c0f1191f4de338b928311b0ed867fdcb0d8156220a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:df5cccd485b9a00dd75fd58cc2690f4713062e43fcba9aad630fa400f314c588_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:2814cd076f00b58ec1abc468adbe95d2281b50cddbce2d112dbf8befa70dd470_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:5903de42d0ee79b46d935ae3dc54e88a62d8e09dfbc6d055a31d3e6fa3c4cb81_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c1327a4cffa9882b931047ae66941c2d3a6f4c96bfebe56cd3070e3deb22fdc1_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:f3d14a42e2214c08f4695a86b716a383112b70245a711db6fda0a5a462371994_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:2a0f25a54392c0e18a35840e1d29f31d5dbaa7325819fbf58656e738496797bd_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:3eade2c45b25c59ca557f5a284adda009b84a3f6d21c9db089d8c5fa7abb949a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:992c550b1d50408bcdca519980d914bf7bca4ee382ee0540aa3af2d034eddc4b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e06661e1b9f1142191ead0cb0f04b252619ea50c2be307177853fda34761dfd9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:03926dc5ab653058aa6d7750ea01a2b45c8f17a5ca7a8e67ca652c9a0dce194e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a13900fe0e23c9421046db6cfc237d21d0a744bbdce29fcd24c9f17b360469db_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:ad14d54f4912883a0140d3ac97c6b2219e3ffb87015050bb147ca0c73cc3cc61_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:b174fb64ed734452a4390290022fd0ec60d37823be6b12a17c2c6ae7681b3594_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:08553069c4783d2a245702df54c1164633839ba790ebed8cbe1676e4131090cf_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:33d14b8d5f2c6b2e06b4bb0afb00a0725195ac80899f786640a0c3df9d238e30_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6b96857862bf6275ae1b5cd28a4eedabf4ecb6df67a441f47c1469359e76b9dd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:8fb9394145dcb16031acd61a0357c81facc3f7e2c26c8a5925581d68389805d8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0f14bc30863ee292aa6978966151fe4e77f43b502952a32565035ed9d48b1beb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1dd2bf9193891003a1666b3eef1890bf737089784285b1227393a690ca1cde04_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b2218da01a451dbe0e4dfb108b2c153e1a1b3399d7e6738e4c191cfc8f8801d3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:eee4ef2783405873838d6b4cf42eccadad062b9f056d5e13b76e709f7876c9b8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:3b594e4afd1f6540d0c0da8f875bdb8de328ba3f2dce17c8226712929079360b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d82ed0fbd775b5970fcffb980f6d28c885c1e2f9d44f409507778e9cf9bfde8c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d939c7835722074df7a0197e72aba718a27b8f88134883df7fd654b1ee57f0a8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ffc14425bb9275fd713b639c43ce33bf303c54e38cc53f4f9db3a3a1f2a6f105_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:463cd33991582264476015ec2ecf8ac12a9ae4107897cb2558c1d9a4a1b412f7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:876321c429821ed061d0908b2c57c02b865f775f47942f15401965ab1eb46056_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9cc79bb2a2c6602b4a72dc3abd536b1e47ea245de4f7ff2b3ae08a4bacac6bb4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a9102ac4baccbb625f4c4bf605ac61967c5381c24c777aa819577c2c7cde6c39_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:06a4acb5a7b97c5f66d70cc351f4636eda111bc81454308281567359ebe0e693_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:10439ed7506bb140f1977a564caacc309002a67a41c61539c2ee150873f23b69_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:113236bdca2ba374020fed560565f6aff01002a32c8eb969130b6265e1ebdac6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2996e3821813cad87e4bbef83d22bab2bdb80ade147e2f827714321a06d50769_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0a41b5b6efbf9ceb5605efcc5a74e872e5b82366478bd9aa1307c9a043b25194_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a8430b0829211ecb9925cb3061a328e054c006433bbe067d8746f92c348ff141_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:bdf77c78561fb5592d084c616462fb0341d8dfea9ce664196d398480cf4c9b95_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d2c51e9490479cf86973a6f9132ed075989ae64930747dda27ec3100999352c5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:148e6bf35d15e19100b342ec8ccd8f3b975b145f6aa1596d5a7004ec88684444_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:6cade19a99f1530ec4700b5283f965f9c97ae9732689916d1c40eb4797adb08a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fa007e3f1a38a5b48a21d37737077594f57cac65d08a9da8859bd1f98677fc86_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fdc7347043706d1c88f0d0327e29fd47dca2ba6b41bfaadfe4acb18c175c3a03_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:8f0030f4e532ae452721b47317f2bed3a91b4e18f7d58bc99f117d19a081ce5a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:f8fa8bb4a92b3ad3028f21cec3c5394f565c9e02f06b0619696cebf56cf598e3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:b0ef0d0003586a718c7747a6c5efc24313d757a4e15f7725328f8ce310793ec9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:fabefdede81f8045f228b94b2cdc64ffaa4840c7da5937fcc7ff40d82bd2a729_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:02d69fddf5e810141a02f739de9b3b56a1301d4ecbdad3b8df3b7b0c8c67db87_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:0aa7da9a515f449d3a6da50c5dd8d55ed318b494f2b3f3f866338ff1f49a3ba3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:16bbd40075cb4a55accc69db260da71419574395102c164a388ea491bf51d927_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:8b310a127ab9ef1521dbfa6ae4909d5e79b846838de6b07f8693a6f746d8e1d0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:d167970d8be3d911c29a54fe93b3c5ba2ace1a5bd823fb0dd3b5f0691d67f5e0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:ee8d34565b8f3e4d3c349b05feb279bf6a314f84897e668bc6bcb890e1320971_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:3ce22e5fd8def8305f8ecd28c69bb53111b68aa18a0f8907af504961caad2b31_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:6c8b3d7e73807714789155e434b87fb7444c1ea2cc5197fdd18b0f9e253d1504_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:76ec2d7ea2abda578740aed288764346e3e5236cd8bd1b42e776762ea5af7ff8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:a2cd6bd5ba28e30282de522e76ec1fee891eeee677350638802535f329f41d56_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:1ad410be29b78a62c6c761adb2ddc81dd6552e215f3bd71b2c49c19fd9506c49_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:2c3682906df67732160982aa12fb991407978d1c7a2cb36d279b0857134bfbee_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:3a4686f99c0461088ac8d8d83b53ff967b57840aca2fa87a3d04823823c4d5fa_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:66340f44b99e3bbd8c021e0c47b0617365b62c53b0b3911933d8f683b2c48aa2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1796f001455857a701404a4ee37d793895c4d179708fee5cfeb2467243c8cb06_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:cb2ff11c7a67c79a0164613e9ae68e58c14c6ef7a5af4dc4b6fbc897921db161_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:d30598bb001578c4b9e99ab1d5040af35a27b1b5c7503d566b0672d634ef9f1e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:e9cb3fec3be65cd06e6fe00d2954b8302e12814701e1906ad91833ef18a01fab_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:3616e4a7673a447207307a8acf0661496632a65ab79694abf81d8a47da0f590d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:a833695f4c37b7f90a42db6563f6cfe2ba22d175e1b2562eac67a2bf30874c00_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ef7b269606c239b4c5b9e720fe99a727b2fe55ca5eaf651c4209c5f4ece296dd_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ff65e0a6ded81326ad41c930abd5f396a6b3c2920169d349be3f4240aa212889_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:76da7e014155a69453feb8dc8eedda88578a3d3dd6e25da074013da1d32590f8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:83b56456b19882b4a9c29e1e3099317d6b2f38cb3f310c67cf6297063689d416_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:a0c019865c62a67303956123e1df05cb8a1ac3ddf188638f00b0d3fbab0e4502_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:bd6ab28545e203750806e1c22c4d1c9e10e91b20bcd922c5890d13eaa47982f8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:2a1b57399ea1e13524534dc38eed4139d56a4b56f0db7739cb99048588a96d9f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:48e3d29aeac5bc5c6d1cd9345436af66b233c63e898bbe5817016bb4f5ec17d3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:4a5be5aa4a12e2531d63f983de08bc3e411147454b3f2e601832d4d437a1a02a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:8bc5aeae1421310f6f635cb1679cf3145a158a8549bda6132526d02f533527cf_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:0e26d9dd3ce20a2b973f0128da5a0c27b8550941d1f6a71eb8a2d3db46086e59_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:7f7b4c6d942213eac8eb3b3e87c81094208a3b41e1345964f29e6936c5ac6b31_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e6755753af40adcaef42af4fa79da923446d57d2da328a5689a8aac7d7a6a803_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:fb299ef0ec0e3b11af2787b41c7b1acb5e161a11f244823831add0ea0cced3eb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:00381459ad3d92ccdd5a3a45ad1f09ddda8da0d48f4594a4c219288a266647c0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:076c49eb3ed9183e0ae26f6711a9e5aa1875a080e2d47510cb16e2714afcc585_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e8d9136a62d6038628221fefdae5923e39cde2aedb2aeff9dccbd1b5b1e4627f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:f43b9aaee22c9fd77e98ba94f89d886bd323c658bfe3e7df74af80052e4e9474_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:2014a37e5e4d7528a77ffcf3183354b0cd7c17eb5814721c469aac3d500fc58d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:315f55b2b96d9bb4e2ac7951fc6c3736bee817f27003f370b9006dac7096816d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:707698f30f4c8088b2620c5600f79bfcacfbd5b82c957de62e13ff432dcf35a3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e21ea71d36fdcdb320bf2f2b60c4d2e47b83439beaefe2a78013507f6d4faf2f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:1579b3e033644e046bab63965d6f34797294c079488feb1ab6a93bf431deeff5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:7eae88dd81a4cc334cc312551621a1e469c30ebf73def686b18aa7f43027302f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:9151d366b16d34b16a1c90575e3317054503b12c880af51d496f681fce3f88d7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:bf1a0690529c9ef700e616776f6372bdcc6883f8fcf5be062b6397dda5246b9a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:03bdb8f74c117562bff696fdff572c2cbc7d73901c63a092d63ac5be23e0f4d2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:82f6b0c46cbcb7d23b865db2f2cd94cb83fcfd07ca408dba1b50d28d93c72aea_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cc12aa0e564fef8638f82263cb9d15509dcd032f9eeae171c41543e292ffa47d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f07d0cc2e3c9185fb009f2cb7677f3b9a5a7da7b9cc2e385be40108911b61c45_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:04d44a7c55214235a6ca121f45eb8a2265b6a47803d0000a3f7819dd279bb634_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:aa7d02eb36629d56525c04dc37e30777d0b33d2af3b90e504ba4259ccbb01fc5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:af1ec368aab118eb5273e4e8db659bdbfe94ba2e0410dc0e872fb4703eb7f229_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:b37ec193d3318150fcfdeb63bf8955b1b03dccfbec5be52cbc08251d36da824d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:0ff28e5ca81e1ca5499ea80569c9b8a203b313e989559e4c83ac8f0fbaee0973_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:1410e37b8ce017f7da84c0b86b0411f01e1d8d6597d2dd97cb0b82e05ee944ce_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:84de5559116e4f57c27844e4c9d28ece511779570e62dbf436ef9d452c44fa93_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d18b86413dfd7450e3d201b42ff45d3f3e9bd8ac3caa591bb5ec80dbe55701fa_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:1a53f5592aaaf08e69ca0ebea2f1e04ffc39671ceaf2877b66d3337f7450f860_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:354d017903fc20f2a775c264be278253789845fb207eb876d2f650002e7d9d56_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:89bd631ea62ce494371f19913c50598c14d46e8ec90171864ed1aa9dff109b12_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:eefbc25642cd5387702ba23a6bbc3a33e1d507caf9b5d873657c08be096828bf_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:364bf9f2adf4282b4186106425ccecab534f23ab7603050e6bb1fafffd6aa176_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:b48a010d206d36ef0eb6e079407c7d921cbce7ff8f4d7976a4228a6eac88ad64_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f8efd3a98425d3b6ee6cb9df9d20cf8390168998d5f3d8ae4b8030b9353e2b43_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4ead6c7e104de4b1296fd135a0be96deb8348a6837383bf3ba75c98fd6c7c20e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:af1a072fdbb27a53132f6db1fa4153a3a0c61babca8293a6c40d6e1a8430e5d2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:dd07d396e484826008d9accb4013073f654bbdbc9373c3ec94c79e2fcd903c10_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:42b0c5d6a2ff553e1fdd1ce9daf95748b671d4b9f71b777ad6f06bb49e52d172_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:4f8de05a10bb92e5c982471035860ef72f44d0f4213397dd3a304c0fc21af267_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:7357ebbb98da36a072189586fb5845d495182d488ae0d88380fab5398616251d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:19ef2c2e8606c2bcc69c922cda581826281770cdb7e70aa9dfff11404ed30a3a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:6ebb3e355f86fb611dc2f7d414713ce89c4372ed05e074673fea20929b345ec8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:db8da3a0212ffefefcf7a198ed1d75030d3b2706f582d4115d3fdac3b7d377c5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:5f0b5c758fa46f12d4fcdbb64559ca96b32e74eac5e007c0c99d58051855d98b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c9c3e0f579e933d9644cc4b5feb0e9c97383bf2dcdddcd2a0c6182599e564af6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:cb2349e1fe8d9e74fb14a61be4716f0dfb8ee89d3debc762b39cb840c9ab12eb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:ff568746b033a045daa34f6f5c196950d1122c54562afa9d70fc4c8a49f0cf78_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:66e195d334243b880b11b18c5b867f05ce7717ae97fcc707ab05555ebb03662e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:80f26ba4b1206766785d1c060b3f4d9f399cbffea8a84bb807d4341cff8e5c11_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:91e89c2093305433fa84c8522679f781a3148a3890859eb436decfaf6a2fa9f7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:a02a71e69cc7a3f1747d5ee0e4a0535c9dd6abe0fc244c2f16094402b56ca52a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:237339db4971f1ac7be125fc689b87dd07b1e0f59da545a2a7d08727c69f0637_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:263b3dcbb11cbdd26611250be26c6923fac9b74a387da78519650f8d05cdb4dd_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:40b891a4cb673d3080ca260e54a87bc1e730820cc5058aab5c87f0d9242746db_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:5b10eeb7bcb9d3d5cc562cbe6ba759b47a302eccc48c658f6a11e2def6f627ac_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:a0d207f70105e6c6c74adeca74cb6b9218e107a869a7e9ceee35022db9218009_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c34f9a1038f52a60b3bfd081a569d5fb067a95cb2d6eb1e83512276afc4f217e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:00cb5b6fe5f046798ca21596f72d52b61e1e74c94dab877932fa9da65eba08df_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:7d983f60a53d61f594507cc64436fd505db9c113bea98bd2297404fbd39d208c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:01304de5720f291e6c7ac725311596634dc2ffe3d2c625fef7de40a22563b5d8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:e191bae1686c2699afca87bba65d819f47de39e94e4d57dc76566622b0e93233_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:0fd2d931780a25a95b718a2726c844e3fddad9187da2298e9c1f8302efb3fb55_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:88d0afed198a8eac80018f43ecb282f470f998dc21cb1053feec3ef26bebe206_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:c409fb63b2b3887dc7df2c203597ccea0c166c2f7e4b9d99dd586c9503a96082_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:a6f98204b5eda5ee82ed092ad791c0e75d3d299a0b2b7ddc56c229b2f2cfaab3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:f42b26c88531ea4dceb0c9ffecdae1d0ea54097e7ee2b9dc3eee2f226b8344af_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:01f51a86b3d544b7447be3a6505835651ac27433d4cd44912d7d90b67fd6dc1f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:dad2cd32abcba1dc64780ff15eb530a8ef3e45735c47f2069c2fa3a2c6729ac1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:88c33650ed5fa280c4ceee17f63bc94acb3e31bac6ce0ff922537044c62ac170_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:9a3a34d1184f72aa33d708c971e252247c1dcb187ca485ddf536967e2d60747e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a2f0b33c066abcd5945c172e45fde320dd575e74f92994e0b00ff83b0b2edde1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:b1f880f022597d0e8024271b99736555add047a58c3afb8b0c883b034e203c41_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:55116f0b9d2a169c62e830324808855c16ddc8086705dd884b386710d73af539_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:7387e89509be1816ffb3cb543b017332475eaaa5a2624e5bbee2e21a705e5cdb_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:904d7a9cc8e44f5c07fa09f25df6ed258e2b0aa87292b9a3ded77ed3a615e24c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:b370250af2a6f996100d937a7395b0d031f64c3b6e56114815fdfaa200e96272_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:36882254cc241dda67e3094467d51caf941355c31438658dfc1437228bb6f4c1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:8cb62fe1368a749cf2e5fe112e7deeea4157b6abd336772a52367d9d0ba21187_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e37e2a9400c167a70ad9bf6ee64883ce1d0cdf690802a2477f3e7a6b12757f6c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e43cc3e015aa865dfde70c7578ccbb79bfaa9d62f030e65bec769762cd087bc8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:17ebafab92393b198966eae8d3a669fed809b6c4f9fee4243ce177952e4d1c85_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1c389a261e900fd9f8fc87d748363706bcf1de74a24acd410075bf0d205b8cb7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:2c3d8ec443474d21ab9f59a88ef33184063beec103e3e4ffe7859cb429dc470a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:64abcf4ed85d43529c59bc77dc06133aeb3ccb1657fc877dcea8bcbee51f019d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:a629a70723438621732aaafbe799b0f92c2d3a07e9028e22ee2ff3bceb911bac_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:e105fb8b5c80f438d63cdcb29187a35df84393995e142369fedd2aeb89979681_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a85fdd4a1398a47f682526c16e97de1f87b8222ddda47a6c5f254d06b4c791b3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:afd2a6edd07ebb4b6b77544ae5ee18e3371f514daf4c669a00d154b5e33b701a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:20e35628df4b8844ea3668b147e125b32534d7b944753ae1f99b6ea46e159392_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:9e9525d31895ad7e9a1ff753e0895f7d845a36294f88fab8041f2f3deefa6608_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:1cb8736ad1e698a4ec78cbcb16d6e37d67887bed651a12bf63db51af96b0a7cc_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:554b7d9d81f9fb5dbccbabdaadfda9e45d186eba6488df224f83ab512a4c4653_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:249bd5ed39ae03fa46aa042d73bc097c700a6be65ec79157460de3d1ca75646d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:65777a3f824fbba1a23da143ef64a1824aa48883b94947682f787232d55055c1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:9e52b2efa8fdbd65ad70163f96f358b64f552783c7f03182dcf38994cb2dbb58_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:ece0c645d881112e48d2886024cb96b6cf4b1889cc456b30d331df729fcdc9cf_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:0b99f7875f7934b371fedcff686622acd03d9c2618bb613dd6721ea5ffe1dc57_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5537e4af85d49533292160803dc7bff5276485846f94e247353df944b4b28a54_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:8e64d6ec539d991b5a228d8f4b9079fb959dd11c3b8a77ee5bc3576398340dc2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:b32d68bfc83195f7cf85e5ca9d4baa658d768d3a98bab4a3ce3cc107e089d84e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:333d60c92a9efcb4febe144c3e331c553197d325ba0afd64bebfcc2803cc0e07_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:accbf8cdcc475fdd0ae3427f178de8f847fed6c09cce1c12428861adc9b342b8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:dd2518acc748d2fb1c6d5f8421a6d85ab2dedf2546508f45f8e2f6dacfa7f5b1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f3265ade73f238556cf2a7fc67e8ebb3d5636440fd9b7d4cd2aa725677ce3965_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:1bfd1b573bf924cb0a8be80be641b4ce684b141a66325d7c0cc923a9d3a2030a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:88bda970c0360c5c1160b32e589812e4289db230dfa9923e1494636f97c34278_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d849f73e901939241fc0853532489308b856ec530492a706db8f81ac47e59318_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ef722b792c00415c1efaecc99ea873df11d2ef8cd35c5b86af0afcb28c08f821_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:50ff46f43a500235707760885fbe4997cee8c7088bfa36c911697df3b81675a2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7845202df558b0ef442f3b4fbef423c6278fc43bea49169140fe3a263b15c7e4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:92d0cdf81fb07c8eb55fef4be846e84d5f18f181fed24221a294c5312c76e923_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:b19219d62e0e70404ac9b7643caa49a792b9450e8bdd815b02a6539e41526a77_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1da1b4d5b5eb3c2d6238b7e53fa040f03a759b8fa47e52d9e530c8a40885acdd_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:8410339435a39b3b5a97a180fd0b413e3ca02351edb8b9d7be1145688ca56cb0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:8873af11a450438c35d6b39d687e73fd0ee0faca3f0562698b24650b01248690_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:bd6ea26ce1660efdc5159b2a53d8812bb1a584d7185edbca08a07cb89a09cb0c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:063ae7b531e3156e051e254ec07faaec30ca971d027a48dcbf930b1b662d4d81_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:1aeee3943c69893e59b8d0bdbf4c32b4452cf4f6af73a802b64be9cfa051f38b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:51838e17ea6a17f32c4928c8d03fcd2af5052a350e4bff6bde1c484b0663ee7f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:ac68e0a125aa8e638b88d747e50b7b7ef9150d7e15459e5b4c0643dc1d534624_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:1caeb43e59e47f40b7dbb8e9def02e2dd3853254b749c40c42fe2092223d9ff9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6db33bd660e7c3cabfac5125820539a4ef4264c067b17ce404fffddf17965880_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:8444f6327a6cdd0cfa269384e58059a9d333af24c0e423b1abd6d85bb837ad49_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ee448c837b33b1e9ed15258933ad9cdca924ac64fa6d0c3bd7bea0ed9f489dff_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:61057b1135996175ee08d0672d50d1a9eaf083a1a057d0a5526f4af42089dd32_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:619bafa4b79a302982b0806c61721e26a0ab7b6863f478726c6b58b42badae7d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:1dcc4113c131eff2cfbfab09cf11c8186360c6cdbd1086af839a03c042a87fcb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:2eeeba70b8cdc334ceef7ff7e1fa3b1ef19522097e27301e2c7917334ed2b99c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:491afa1460d3cb3aae7dce1df98c67bc343cd47ce22df4c55810f578f8aa6b5f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:5f24e34fae65f3b7a473a8ca41afe45fe4dd8fe9d84c2856c5278c734b2a0ca7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:6d4fbb7a93c300154e76eec4307a3dfc14555e6a2d0d065db2de3fcdfe9f5fa6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:1c2ae2d75a70fd6620fc71ac3f314b3f09746f78903f93d5e1fdca64941946be_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:6baca746bd3180b4e6062141ce4d980c014cc18fd4c1fee527d4df751b0bea76_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a1cca9b456a2eb705f5b11a19d2c54778d1441d56b17d20c9680d0b1aad1ef39_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:bd271650ae9beef457d2c72a9f552448762e538d92cdb345d032ddc3786493bd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1001d2d3264dbdc69734b9e85a67db79c52d1c2f6a1a4f89880b570f834aea51_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:2d27ac19b5e4aa5532d05c71b6da43f4ed51550a36328209f1432378a96cfdaa_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a4623c62d9f7b6fed32b40d539815a3814c74338bf5974976b4dd1ccf8eeafab_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:d2e61adb97f22cc48deb48c31ed94d850fbf26c6590d0fa3aa154765258e185a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3c000e247f5d102792ffffd96011b889db2f5858799122f812b49b10a5b711b0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:49a9fea1a2a81a464be4ebf87a7f3ba7d880662bb85466039a5c8d461a0b69cf_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d4e4e5976380af9528d6405bbbfca7718307afdc46ace2fe3702ecb8ee479ff3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ff841517626da718d46f0869384bf5fa3a04b0eab21af3d4dd2f8d5bd3601aa6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:2efdc02714260c48bc53e7ab0cae1e2d3b99c467469ee1f73fb0b79149091d45_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:31bc24ff07edb1e527760a4d76b60e8d0712968f477d8d6cd419abf36cca0b0a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:84f34f50c2396055e87b857cc30411cf5b18d2f21e78bd13fd03c95c1650baf4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:96bf65054c994cec4326f1bd5432e45caeef3c48513a7e3cd2248759f9e6efdc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:58facad671ae16c072d4a0e96a2336d95c84a7f86d4242e49152e9275296d028_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9a7f6b3f08dfa866a2a1dbf9bcdd636c221c4dcf0ca38ab9b5c481684b4bca54_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9b033e2e92e64d07e7510846ed5f374b1f1375172819dd1eb567c83d9c3be4dd_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b81f64192da01c1b69af1f01bb109684b9a235b0879150ec37bc6bf43a53b351_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:5f3df6d30a624ae1c7a7eafc23b74b1ef674b2a8baaf9d2644d529f98831cc4a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b4edf57f165ba2a9d56e5e84a3aa61e96e76363eb7d56a816ecb15f8ac06244e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:cc8f8b60224940a4c6f8bc236f8cef754c8bc5b4a6d6ecddbc12db49b0087aea_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:e9df45732cef6649cd44dc00a89d9da66b95f1666785247477d000c4177e2c49_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:0670ef29c648fc035844be832f71378d5cda2122f5d6c7f82c831865d45f77b1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:34dadb46049ecbb75501d512642e7d2a58961c783f749aa0169d1a108155db97_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:371746e92f0c725ccaa0b0f58e950693872f87bea78608e95a2dc93b4e8ae77b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c22b1f502cdf6292792cca93076f4a7ef16f1c761a65b11f875c99408584857a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:ae26fa2a9ab61ddb95e4273d710c75edbd517f81d421b68acf84cbfeacaa913f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:e6c8fadf51bdb9c8623178a95c04ded1e3c8b1dce525783bedf1c7c501eaa76e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:e84ff17a4913201a476735cc76bebcb7819e7b65497c43267c19bb8e88b310e6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:ebcd87df2ac74dcac93ceed85bed5587957036381a49d7969e9a530f7744942b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3c98ad6c0008b1145186d1839c980631c119328c2c231956941300508eb27bea_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dab0992bd8f2a8b158c03d3c271e9cce7de86c1e188e136efdafcc20ff1520c3_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dd146a5240dc6b3328240e27e4257151e187aa50df62150160d1050e065f0041_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:def9dc04e6b217cf48b80373fdd6f860e9b020d6699def7089ea881a94b0ff64_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:72c545475f329944debd51692a1815ad56ffa000cae7cf243273136290d32801_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:7942d7e452866f23d468bc06b2b8b43df126c9bbf2fca5607fcd3e3fc391c76d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:c6a713980f98015bc170590afbe2f48b3c4addbd7ff19eee4af2be4b431b3dc8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f21522b2f22cd38ae626063bb6180405ed0eaebe2c443d38cff59b36079087ad_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:622ee3e0fa2560aa75798f4921d3b7417b64feef196cb8903aad499b7ba3ce63_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d30086b283e29e234410ad9521746f1cde8df72c61263e49e01b38135efbc380_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:e11beafd70191493099ea724097b3bdbf5c7d16daadc9e60770ca2e221406cf8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:f0f385d704d85a84503b5415a35a0e127f3a5eabbc813ce61a6afd5044fb35de_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0ab09129b8b99a86f2dc6314a9b30156b814daf1a287113fa9a7a49796bc8616_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:58e8b0de0751882c27612c0547004d51b8a59c1824acc2e8d30360f8ca6b2d0d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:673edbc5d7c6df884ce0c2358b1a5061c31b902bc472556db325ad91373d183a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:7ed466cd36f985050a860f2fb442d29103b2c15f4c373f4d6e3550d656dee8a6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:04e0e42f16e0c627e306f27839d671f541b9276f15bb077d238a98bfa0f4c66d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:92d9f3394d35d8f620a495d90bbfffa00fb30b02c07494ad353bf88b80b299e0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:a455c8087323aeef4d6b31ca68aebe41d2e2eb7bc68165afe0a8b9772a245cf0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:e5f0ea7b527bb4619fafebf3e2732e8b0915a66c7eff930f446c6c12b0c1f4a6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4b75f7a1212ce34fd15eeec8af7a9f45382deb3859f9d3fe2122584f4b70ac17_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8410dc1831f343db0b894f17aeacee702e705393ca83d0751b044f473309d1c1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e1dee7b5a5ea8c48960723f1dbc36b50bb8edf0e3756000631d705cc964a7ca6_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f35219a0965a2dc097d31af84fa649af4dc048ec4fe953b4535d42e37ac5ac28_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:60eccf911015b2af66258c858b1d0dfbc1f79d5d10146c8cec8f9a5f21708f86_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8b1ef7b7353353de1302942f9948833e3bd0b568396513d242f4920e5be58f27_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:963ee9ae771ea224be0c968cebeece76527f1d138452319cb17dad959d972d40_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:e4ea39c79db66f4c7144a8526d5971ac698c3502df81744df07f7a9f281149ec_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:e4e0509c00b2dc8f6feeba505240de8debcb1b7e6e01e138ce406125e344efcb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:d0acba106822523c6cdfcc2fc36d8b78f0859e887958ad8a5634c5cf4757b45c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:79b723e31ae2158844c9f9b1a302e379d90be8c21e1e175106b77ebf19e7a5fd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:7b95cef8669b142bf2c82310fb33215b2987b47de2ab5135d5845ad23f27db39_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:96258e901919b272871c1be3a5ee6e984ae13812022ddf0b817ff8e5f35f9fb6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:d97bfb4843b397a25cbca966319a8f2e809da9809720eba96d7c64cbfc403bd8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:0667250c45df43bf0110d46c8b8beb3ada41a0bb520d35629d9928ec373f1cdc_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:195220de99e688a7dd546e190638664c5236f67316276a0aae8d39b525e7e54d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:af0eca465c454003d66ef7d95cd0da38ed837a7da7d9978d318f2b29b2bcc472_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e0a03020adf1f6b1612c5a935aebce414ba1c84a71c09e9e91a8759c488137b7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:05bff5cef1e0071adfc0c9fc07b2a7ef6ef2e6f0b597dea05bd784f8f9746533_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:40df7a1323c23c3875e77061b3bccd337500d04f1cbe324a800eebb7181f8c46_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:5017bd5e359111c80afc7cf55fba210bcd7f15ca82d3a6282d2f63560ffe8d3d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:8ef63ddc25cd248263a40aba3201b2c6b3c3b2dbd998ced45626223efadbc3af_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:04b85fc4bcf3ee707044a3ad2556236e5b2fa4b09875ca781f61a13a11d94cde_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:0932ee4d4567b840a801bbe4161c37b40f1e5fd4b38be13947b8e09842d40623_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:60ac363479cf9156e89aaf94735053ea3ab48a2af18b902444ccfa4c723bd8bd_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d4f9611470c2e215f919f6b08149425755ebae0a89bea7c3a3b95ffa4b7c59db_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:25811e863ae8cce3659fa109172b0fe4fb11260cd612410b2880f69edf3f2459_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4f6d5dd85317206c92af4aa0bcdfada9319b70856135fad4b30691bca9740387_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:97c762eda0b5da7809e6e7f236215b2e524a7c7ce6f3cc2f6d934753f5fdea40_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f633ea56b1691be0c55b612d5d07a9469a8ae9b5e833dadce533f428026cd7c8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:151563529a3997849bbfcc5af0d7f785c26cbdc449935bc97d4f6250492fe4a7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:65a15ccfc8e4e132d1b11fad18930d7f1ef53199f14361826de6c21ffe2dbeea_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:85859d9cf6668ca35cf196718aa7df1588411e4ddb287f832d4e7c6992aa5af3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:ed1989895d9f856d4cfcc6e4709233883e0dc7b9bbd2443d10d826eaa899b734_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:88bc1b9cedee4bebf90d217f61b8166ab0457dd245103610369821a64687322f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b2f536faf8330207a5e3332dc4b7895ae75d7a0c80ed6681704dec1ed1c8d62b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c8f98eba93ba62f17c51a77572d1ea794f2928e0e6e295ec881046e9fb04fa97_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:cb206bd45940912fcf244734c32e2c8938673dfd87fe12bd15671bf7c2a5206e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3daa312b5c2bcfd679559c162f3ef9dc497dd1c1772cb18d003de78918a3e359_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:44cdd21f24db7870c11a5758e4e89f9aafbc7b77fbd510b7d26e8a9a6de03f1f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:60a2e0c35e6c1248da50a89b854450de14c875fc134b7e9be481fa5ca91524bc_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:632e71ea8413382e51005f4110fedc3930270e617fe176415958f15e11ca87d9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:32e4fc1654909b51802cb8abf8b5946e44483ccdced36c784941638296197163_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:45fdba490434d5c9b3f35072d5ca0f3c5f0dd2f836c9e3e1bffbfea53f8b4d11_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:5651967617c24f0fa3463d66cc35e484ef52dcc1cb32f1a96a095139c31964d8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:abe083c619d9906f8ad612d300dfd9b7a6c9fc93897e4c437f2ad5481eb4320a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2dd0915cc989ffbee4b234604427b4e14c89efe69a7d76e182ceaab10c6299b1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9eb6b6ad34e973b0c20aec9028b893d92baca2639b28b9f5d457aac43392bfdb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:be4a416afdfa019b7eefd6610034d97e43d15dc134cf2aa250dcf88084e6fbea_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ef488b181ed6865117b0f2ba94075786b6e564602ba420d58e570ce9d919f069_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:59e3ee88feccca815009efc5c992e184f4f091e01f3b2c014a65abcd1cf78284_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:7534da640a66d5b46018bac0decb415afe5a25a438c763afc73b4a7e8d25ee64_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:85c474a602a432c886402b1411497d7586ec3802d4e556bfdd6ce2676aad3862_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:ac2600a181492ce1a44e31c83258a5fba05c7f39695c5f6887965a6bb2871df8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:222b70b3268bd5b6e1a960a85773594e543ab847b59dfa0dd3d94104ac3cb38e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:596b7c513cfcf12c8e991f82f45aa2154363952c11f48bcdaa271818fe790515_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:86ce0e99da0c35b99dd1d8b28cb02076e26a87d9d7a7e539e85f56eca1906de2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cfd9974465dac521af7557689c6091d373d8462cd899ef4ee06716b2e2c945ec_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:077cd921e585d41b95eb57cf921878e7c3e36a6fd8a19fb00fb14a28650c0c56_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:5907d836ebf2133c63591afc2135a9224582e0c75373642d4bca8094ee4d48bc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:8dd9787566554a85650fdcbe3461ce973495bda716557aefc7a7a2c2fd482815_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:ffbab63b764bd79e20f869b83736c41ea28ef2eeeff1305f87fdb7dc4bf6dc55_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:162b737fd1a333a5eb9bf62eb46cea08d9285247685ae705977751f203e767a3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:8c4270b6cb5ac0d566c7a1b9e546cb637a43586587076f757e61a5a6fd34a251_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:b7d7b847c855c894255f887e106b3027a29e2fd0dfd8bd606a1280a4313b094b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:b88b8c16bbd10bffc3c7428e861c2e9b8749da27eda5a33a0fa538b9949ec33a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:82254fb1f4ee4da82f1a6326044cde4ba311044cea5a5c2e28da70a67a82e8f9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:88179c9f57abbdad3c20d59c3ce38768b17e53e7f463167fafb447810a9b78f7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:943f3d2183309803791c84adce621e29f3a61f6119dc0af1529cd688063c35f9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d6c0c5250326cb44c5950c4d46bd13fdbc3acc7d36b05f1dc34a9744aba6586d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:426b08682f0c5d8833046d5ca88f2b3af44ee38218dcc57fa41a884a9fa938a6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:64e190645dd9dff1f4898ec45cc4ac42cc94f1b4bf8b1b4022a07873da039a36_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:bd152c2607b552226f73b3a760aeb307592cac725106da7d65b3ea3a460708c6_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:cd37ef01e0c5586ab14e6a041a2cf093dfa8815b3e21a1ae636369b64fc2a253_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1922232d6d920c408323f02e725c79132e46a9d73beb16244d0320201bd2a097_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:2622b7c4add731fd89832f5eebec7c86300749d80cf50fe0e397657c52dd2fdf_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3d77a408ab227b6658ca9643adfa97499b469e7a2faf1a2eba8cffb57fa9dd6d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:b29944894d3e8fc54349b0382fb01b25cf4445a29f82c45a4e75146c18e2cf8d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:47a37b58e2bea7dabb2da791027a2e880c10387e6c836bac1c45bcb059105156_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c1836d3d39c323a9f3920b769a8e40af886abbd390a8ce57b7debfdcda966860_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f4fd8a5427d8f74e7833efa23a0f7ddc8f4a2fd497b85988cad2b201f9033264_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f872b70b2027aaa6e426ee17b4f08d729d4e8121e9e98cafdec350153ac6d464_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2e9f6ad9b1c5ac39b9e8813a056155ad2b594a264ddce4d7a5ddd411f4c9e8f8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:462c3f69e1907a9b834188eb2aad3426d3f262315d1fbdb5629eb42b1849be0f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5250cc91fe66d307afa3450a2c052725c340731911b342332bc3dbab76bd5e22_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:aad8e6a28b5544fd9e8db6641fcd2a85474eb04f87cd3823792710fae0e127c8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:610b71151a7df8f4e29091e43bf71ef4a440430bc1f395cdf552844c3a111577_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:81f8d5808ac1503ffb406ebcfa40ad33fe4c13a62ec504c535b94a01312c3dd5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:9a58f0d4761ad3c87d0bb346a3608965df2d3e85a5cd92072dfba1c831570279_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:abaf2a42a5b82e5bbfe58b051dbd24fd71db5dbd2375fe6b64b01e8154ebb183_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:767e3986e21c2f1514a8a12d8b07d8bfaccc5afabdb58ec2cec07918d9805554_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:e52247597556738716370c233f27fe6893bd7505b647204ad29e4bdbfb397c36_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:03201ef76eea07d6632c483c1f05a1b983a8fb17e892722f673d7903d3d589ae_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:c87642be397b0f7532a4d798adca5679a994a52f56ad0825859bec705e923f6a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:2296b574fac529573dac1bda657ea2916d59c5adad72385acf19d8e38146947d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:2b606ac9745c95d3c70d91044357602677c8ab5e6242ee78aa9f11ccb4729e57_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:05f4b34c9abb9bf70a50c0250f6b130274c276a216aa3d2d6a18cdfc61899886_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:44305451a86fa2140f50c3a6e9d430f84aa4015834d51d406fa5847bee846d04_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:2f962daa09a741fef6dae721df2f0c66b911b70ac45e50fba5d3c4e17e9942b8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3a22070544241e1aba74be893b409267d894b867cb245d0ff8bdcffda72f8930_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a3e610fffc61c36b60917fae40dd3869de7876ae41b286f0d5397d31fa119f8b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:acd05d00f32c61bb6fa2a544887dd218002e2135a0de1acf7896571768735aa2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:0c0a5d2256bb2f57a9656d8bc97df07613940255c6add3fbaf2e6322ca840d43_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2cf1694768e2bf9fdde5859407a7366f44dfd567ba956cad64e76cfae189450f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:707d8e731d89185bc601f005fb49bfe73a063702c3058b7de342e6b90e84c9a2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8c6a0ab37cf5fbbce8b9ab785c93d9eb368180c6ca39ce13bb10a7eea3208f3f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1b54fdc04c2314437910c9a093e8ec65dab98d46351796985a21335a6b769e0d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:21f55af564e556247c4ea8263a5878314e025f290a723b716a9402c3ad228084_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:240acd5fc3d093867cd7efd4587ebefe048c6284a801da08faf8e2d9fcb19a47_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:be910f706a78786f57bf9601f04808dd78cd377c7dca4e0fef655be3a03e3350_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:3588dbbbc1b77e32314e2cef4b226e8430c04d269f8fb0a428d1859cbf95748f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:53923226087001bf8b4a6fe17761d2f7f745ab20710e7c1074673c6566a070e8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6f20725914f0924a8c0e605bfe6cbb2040ebcb7953737a120aac78ae540cbe34_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:e54b16f55fc9fff3ffdd04798462db934a9c6f218cf427a29b63235c733c666b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:11a2f9b1e75a4e3af89c08a63a03854b3c8b4e42b3e4d82151502322b896a11f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:44846d7c33ba800c8078e768421b1d9b39ed30ed318b680da06b5c97ffec50e8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:8c5c065ef84a9e997ad7703c11e4676470ee7a2100fe617b51d08c5232a3cb75_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:94d5008f0cbba99ee510257dc9921c6874e3853bffa0a22f91fb8635608c4cd2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:00f6088de94a844f32fe0f9a182e56ab06524c946c47f2c5e7156b51cb5602bb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:1b94bd10f5dd7c2b2ea46d32c905b5d95634aced341be5dd8afacf9b8123093f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:492ed93a8e5a9ae62e754c29240958a6c1909bffba60fdd5fced1097b955bcd0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a301c39c613445ea4df3c3bb70cf653d456a2e2f2cabc8ba7899e14792065170_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:31af242f688dd17a96083aeb35e100f97d99df2e1d95ef975297cafca25b6575_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:55faf10fc5ede65f8bf6b3c3524ee3dc3427660180aa499e208c1a0ec2edc0ec_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:7bebc921122ec103b0a42a0040f98dbfb821a1b735a485ebeb8e5a58ba638216_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:a918a598fb1ccec94141c0578606d66016df51dd6d60437e6abef990d58177aa_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:0733858547fe3b3e5ba4fd312446b846f4da4117a767552662871d61ff6952c5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:61ecfb19f466f5e76b77fba34b03b592cd8465956aea1d7c64e2bc27ae1fd2d4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:97ad34222a7b6f40f4e7f371de5ab7f9bd21519abd49dad6fb9ce5e775cccafc_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:df538992ddf8edd62462644c5fdc23265be18523e42ee350226e4ef341896fb3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8f9dd799d03d523103b6ec8910f1824f01e142aff8c689d55a3728250b8be3d7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:9c0208ed841ab00ba866121c2c6d471cfb4356d05501a2a78c563d4d9735344b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c4631236ed116c123793555732f647ff3d3fd8cb89a4f83dfc846b4456e03588_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:eb77fcd0fc42f542e8f761eee4003cd969ef4e80b94f10e2b25e801acccd0911_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3986a780fc3c4722e9f89872becc411c9d30d824ca97990ea58943c95974bc67_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:42ebd671fba15ee296288177629f54b680248438351c85c305a970d74b5356cd_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:950695ad184709b631a6220ebd01cdcfff0c841f9c0977db7aab1fb2ec309c76_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:b664dc527a0cc5864e95b25751979fec4d4500ead771860fe6aa4f0f24c7ba8e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:41be253a6c643b9ff74f2728ca9c113129ff2cb7139d0130e661f757d178127f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5000590500a94e98d05367647643d0a878a940a55fdb22fe24031b254d40e81f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:7e3d1fe26cf4c96811fd9992becaf4e4c01055216ead8f58aaf3b4842b216d62_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e399f3ff5ec8b143ea7261572b85c170e39af26dd92aefbe21cc56fb652cfd16_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:725f8d814c5acd2fd5e5f38106a89ef41fec83ca077647cf4c9c5f909e338660_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:81e38a7a721ccd6b424b8162de021155c8afc3d4e036b26baece7a52e1ee44e0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:9b07702f9d90053a3e349df86cfa61ae30522447b3ed6e44ea14ca34e9d54f6a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e12cb0851fc2f5e35c9258ad9360efa8f107b0a79e1cd17e0b5e302690125ea7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1dd92470819fdcb1772f425687cacbb71f1ace0453cae1dd4b5ad01b747fe54c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1e76fe522f07e3acac6cc06c67b783af055d5d0f068ed64e96ab1eb38f7913d8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:65c62baa1eede5768a6d01c4a6cf9e5b4c8c9dabe933d167228711ee6f50bf22_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:eafcf7c7eec61806567473c474d88c2ee5fea2866360ff451214a20978fcbdd0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:98845440ef473d8a65a926f6fc7e9bc95e2d975c6431bc2c64c04d166226cce1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:be08fb249d0548451580e3795c97c98c9275bd2e0d8d6ac5385490876578f4b8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:e28276a853d5b9b4937c8d38717139597be50e7458801607c841a569703a97a2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:9adb740bf133ce7652c8196b32f4c5c5a3ef65515c4b861d8cf2c9c6f0d1c4bd_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:98845440ef473d8a65a926f6fc7e9bc95e2d975c6431bc2c64c04d166226cce1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:be08fb249d0548451580e3795c97c98c9275bd2e0d8d6ac5385490876578f4b8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:a8fced5ebdfe32003054afcac8ec22e606806a53dd12d9ef6b594c9b4add893b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:5288894add34aafeec729069a4a4917aa7d4156917f9a5e2dcd82aa4bcea2a91_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0e3b5a014910aa57779fb95853037590569f1edc9bb48bba2d9461b3a2b0fa73_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5c3e36c0e3589a527d795af3e4b2c7b543b6f5a4bf0e89f9262992a2284feb44_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6b2f4181bd5d51fa4058ad220841ff9db18b9dfb9aa16de912d89f26320c32e2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f81dae6cfa04aa748063691e788c0e90633868549d2a53b8fb0ce14e37900928_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:010c10fe8bd3e00d8ad7c690fd4026fef3737f41161cc5838a186c7e9b13c53c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:48e8779ae80d139e0d0cd6ff9d5586c66ba42f6c85d32cea200759056904ddd7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:693661ef8254befcc66a4b7836deb522b2ae96b68b10079f232e2d1c3a428ec7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:80921c9a957d7e76d85e0f30c83e8f007067ef8a435e6aeccb5918f399914784_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "lodash: prototype pollution in _.unset and _.omit functions"
},
{
"cve": "CVE-2025-58068",
"cwe": {
"id": "CWE-444",
"name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)"
},
"discovery_date": "2025-08-29T22:00:44.749956+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:31a0ff47aa1a017d18773be577a1dc3296001154c7c40de20cbc3cc767b0c16b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:41564206c906171df891ccc7c92274cb7998f29687ff7d2e44399242e38682b0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:71f36e93f7195b10639a5c7db58e2f396f1272c6dbaba651e78a4c9ce955c427_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:ab71874b013fdb05845e94a9b4e3432d865a6157cff72725b1ea7589c6717b9e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:34b678523168aca5571ba1e631a458addc39ea9aaea3eff355fbe091e859b30f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:7cc0d1bbc241ac63a5f45a949a439d54316c23c7045659a9d44771e5541e7e17_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:7dfa6966d81447102d92f49b7256c7b47955f1d2b60e5b9dc133f71a1b2c8033_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b07a724845d8acbb842e9c96ebe2ab5355f266ae382d703c0f92a84c6d79de20_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:3d124f0dfefa90e249b024817c37087e6294880030bf95333bdf0b39bb1db696_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:580b4036071c17c8551b3171c31ecaeb61aea5dd431d147f036a832565531948_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:5e9203d284843bf5a5a3e7178104fbaa3b4a620bc6f889b36c6c077aa93f56e4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:ccb8be0ede2d9ecffd5bd7b4c9c555156b826cd864f5eaae87b3c1c58c7ede31_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:17d2506a96ba4da62c33738d9798c651658555531ba721f277b95b9c5283df84_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:3e6f6f0d6ceed5244d82b17442e473729421d59ec5cd1a71deacc15531f2929c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:8ebf277d8c153fa0be2825ebade894a87f61ba26c198225e4fd714302be26ef2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e0ead7eca26924691145465af2c5c06efae71a197f68043730e56d5cd63aaa59_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:2d9397f611cb4830f7b9bb67e7e35af224c0f121e4fe884c98c7c4807ef84855_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:79e8c5b1e61683f9c78e8d1022c90ce13c4b3c438dc373773c8d174b9835c862_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e104e90349ec069f6b4fbf749dd261ce91b21237b367c421bfcec3dfbe1bbbb9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:ef70455cbaeae026e8b15538a2a1d159bbb35e47427ea97e13f5e5a7cdf27dcc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:1683b25c778adadab73dab246e98caa2ee21c561fa57b1f2ca7211eae88876ae_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5c875e3f0f2b0c11b8ba123f0716e007fa09b21ee696dce0c71ba774c1a2c7c4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6b96865aa6187e5d1d46bb64717dfcd42a1cc17f33bbb96be9021d8b61f6465f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6d1451124fcfb4ef7a5a4c673e06603443f538c6ff781f10706e8814245ff056_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:3cc3d7622e92973a3e7c5807ee254195082fb9808132838ac28a357e66e892c0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:685d78a491e935d0b4e7a8eea29df7863976a60800d1e08c3bd3faaeafad5a25_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:88b54af358d720bcc453fc09511bdfc7793b211dce0014648eea9ab01fc623f8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b6a234ddf1c93f87ab0ba77b6dfbb1ae9ff2a1b130224daded0de20781a1f650_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:68c09233701045a0512a7310d21be057e1baeab5eab74e246770e148daa87c53_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7566fa876d194d7cfd6efbb888c2ad71ff04c07e80cc4591be682c095d1b6822_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:790592a71ce9e5bfce5c82f0efb257d08c463658db59b6bef0af4de7d0ccfbd8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:db9a84842c47a03d10c5e9c1c27552406af1b748efb9a4aabd8fc3e4da3d68ba_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:10eaf2277f538f2cf72b3f408cec4168f718acdc1918f0227f6b6c62531abbb6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:1e58da4120c75035a6adaf6718a1e97ec9c3d6127bbec91836171ddbd7141049_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2299f00f191ec86185e9c9573d36f213ca8e6d8bc6fe104a4ff5861e81911ff0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:64d10474aa6082fbc20dcb45adf3f78369650b94352eab601e16e3ea0f45dc70_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2857f545269812b58ce790369808c13b1c6f891b1c8521f61031ae1237d5e7c9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:68b0a64071a455fcff666bbff51d2757c1c395c7ed8d533a8e36ed3c27d1ee44_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a045a2aadc8aadf68064292aed51b08b5b848fd726bff69e8811a23fd17f7da5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:b47c8a889f18a9d9601612c058e1c890308f1603584b626d16ee7bf50af00d4d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:03bf1102e3d50616a2431782c84cff62edf1161999bf1b10662eaf65410fc55b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:6bc2b0f07f5e3ee0986b7652434359992bc995788d7a1fcdfe393f2b1a717dbc_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:74939b01007b6160c704836484d686b246516a2a1a7929a09901a57b9b4bb512_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:fbdd3810520e77b36b749f73d70d416799bae48b35430eb025a6b4e5d4b42b77_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2f57a1926d479f00d26f8973d6edac58f5030df3010c33e231d8d350f5afe3f6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:5fb00e50df62152bbdb2b98fd2de8054dfcd4d4f27b07001a197b0e6bb5e72f4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7422274a999abaecb4642499177d042c60f0d2b9bd9b470c7797eaa1ae03a901_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:c1d816e822e159bbd4b0e96ff11c2c0866f50ce60a0731ed995b08b83e9cfc9a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:1c60e886fdd81c6b90dc6a0f142dc5c4d5eb8c9d5bd796cc343abe5bce33affd_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7b549eb97fcef1ffb0a36d99e385098665d88b96e983c0cab4a73f0a96abedd9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:82714d7071cc06d1ce7701311acc91cccca5970b8d00228c164703c90657c56a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:efce8f153aa7fa0e0b4fe0f88a29b6b0d3e91b94a7f22f2986797d10c3292c84_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:0fbc562bcfc4c42579ecc86721e9e5f5d73784d5608ac58514081e3503f7c813_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:34eea13ef689221a855605f253e237382ba0dff12442ad975c2c5f0054011b04_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5b24ffc3141a2022711242b92b9ef187ac9f243e92862588779ef465efb312a0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:d733261ef4993cbe69ece9ed43b50275890db613b7aa258bd0fb9f0f15978cf9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4e4d42f9f65e036769551889fc5e813e5931ed853d3ba24acdcaccde692b12cb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:80c813e3e501d8280abce8b3d0564ac915ef638277444ff4d05ed9b2d02d478f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a81cf2d9704abeb5e16c8b9b46a7fbb99bdf0bdb1ff5f8130b2a2d61b61c75c0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:b629bf6b74a1b8d8be44b2945a6e42cda27e0d828c088a5b49b6fe866cd9a98d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0e57f63039219af389f3920cbcb324436a2aaf1a2123f4c2647f1c1edba90306_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:6dd4c338afd7f75a01d8161008857b1dfd0c1e0a7516c5ac79387ac7a4947237_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d996ae5e72eb8bd4584b5b51b1bb56c4f1573caa0791c5e66a5c89d850ef3dc1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d9b30068f814c6c1bcf9798e35ae70480c993dabfb5d88209b48f149cb49e6a5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:939ce68dc53e8612f38f1c9ee2a25034e4d7953f98b136dd24966d30bb7d4e82_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:db48cb10424ecaf7a52681e7e17bfbe187ee238ddb3be21ba599b3aabc856e0a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:3bb343771d20dd2ec6a05b595dd0065474799b189c33985589f07217b1fd321a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4f81654bccced71c7ae5a5c3946d219f6dded80bcd1025466e4c5b56923b263d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:629425498dd6d127acfcc5a3017c7c983c60168c4f3ec6a006846dcc6874bff5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cf01a745925200f7159c83075664127536f48e0534e319a651cafa9f11ae17fd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:59214d21308fdcf9535342dd4662ecd4f8ebea431270f577f5d6fd266371b6ed_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:ef21c8c721f544404ba4ef1d9e15e4435af42ceec995cc2cc43d39925378b3a9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:bfc8feac89b1aa29252fda1d473014e4723b562d59dc88f3ef7872a94a6d098b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:d4979ac2a5c608ac31a5683811b55aca412e6726b5cc1ebe4b214d3c8dff15f8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:c89e9f403f7dd4bada53f4ba338de51345266c2b657adba6cdca65172d113aaf_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:cc9a82f57cca4904a7a4d58073b1ba7624090301e0e740d961d35a860898d8e4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:d63a70864e886482cbcda411c93c811bb3b1d904b9a586ab42fc67cda8ddd9c7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:da37ae31a142733b6add537f48f9ae28b3f496b1472ba60b0ef5587ef8d5568a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:396f40db5ba672cd4ecad68fa6f837405c9bfae9fa38f1276e672918f9de7b4d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:7c0925fb8469922ace0b86ef5f81f9ba4bc711b6277172ee963a856b7252b741_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:545a23225833cb931e6962febaf183bf7fb7d3532c5ffa4556c9c198f3b73954_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:b91eaa2723393eff033053dee12e51852a7428dd0c06de7ec92bc3f561545a31_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:c887cc0ed1561b2253c907df741d98c1bf4836ba3faccc2d8c5a8734e0857fc1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:f77de5df278c92b8b8cbb8f3f0d93333f3fbcd4a0abb834d1edc5159cde007cb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:843858cb4847ed991480eba34975318360a498aa2661729c2c11133ddef21db7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d344bcbdaab988fcc26ae36cceb1eaf2b5f60943fac7bc1c318786c5b33fd45e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:5135f9f7e7e94624e8a0c319228380f86eec7e833130bffc4d005062bbb24075_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:b0559b45426a1525296d6c9790d1fdd40314e1ffd48c6f0c7afccb4db675813c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:2a34794e9a9694b03f338acec35e7c52af7936006878aed6dfb9ab216549ee96_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:5fbffddc788c5499be501c8650150299d515527b230e62dd15920b33f9eb93a3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:5976ec6aa81c47bae00c6d399adbfa5d38894d89e926afb414bebb94e5b8b8d1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:72972cd3378a738e45235e515cb52a206950fbe7d0a57f73aa3fc352875b4cfb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:654fe020d5ff989d8092f577e5137ac9913dc8eb6b90007c85e694e5b4ae99a3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:7766c535404fb104ddca41eb50e2be914c14bdcb6305ff3f6ab1508594c1fc90_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:fc9f987fb8c7dcc4256b38236d89fcee5155e3ee5facd62ad794c6d94408714f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:feb92f825bb3ab62bb5ac81ed63718f5e3fb274fd0b6575487285e55bcd549de_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:1497850497e4ff31638d1b53032a1162af975c3abd2396e627ad90ea4515cd94_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3a1df74d7419d8a2b09fa4741ad8f7ff71cc856745ab85ea91a0821dd427976d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c1b8250462e0d3bedfd64c4611ce9e9aa77f6475e48d948a2f844fd293cb649b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:de1026343cc529670671124a64b039cfab52a4bbbfc7d6d0d1bf5d6c21a0eba0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2e98c100a02f00cc2f58fc7e4773041e81be4781e8a8c02539acb17d66cea93c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:55973d56e1df439ece9c90bf4a6ac870c4be37fa5c718c90da6deb275c34c062_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7d39c8eccd19b70bdab2757e9088f1e3259cd0ee8c0a76421f8cca3274ccfd5c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:fde0b6709806f4fa012e86093d3abba689c7e4dce25859df9993d02f77adac38_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6b089f63a260ec9dced6dd494b2cd8b48861fd8a54f5a1669862165a4030d790_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7d96b0e06e1b04ad121c95d6eb87943032f8734a6565fabd6ce99562ba873ae9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:804ed4857fbd1bbac303549388e72451a4d0f81b99696fc7176e196db8644140_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9c0ed5fd8235d31c3a959cf3f00717a841c2e5ea2e9e222454ded28932ac2f2b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:25d6a0e67f63ee551a50d23bbf3ee87a8590cc618d06a1041327af0bbddcfb6b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:5c4c1cfad723db265d037968ba4892ba883f1251d06a6b348d3f5bcd78f3725c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:ba8f4ffe3f54ffebb1aeb3ac55b9c2091b3be0e2eafb9f4fa877c6b2a8abc787_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d05e5450605a9101e2b4502927b51a6bd93a8eb01ac3db39918ab17ec3c1cb86_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:229900b0543979b8053752c05214994d2590b501da90dd6fc43ded0cd839a2b2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:241f97ed5176e7d9234cf1893f43dcc08d375587540c7af47c19977f44965ae6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:811a41790eb1654cdd1a133ae525e8fc329fe330cf06293d12653be5c3904ddc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ba2426e6f8b4c4f49b191df2ef4824d30486a87aa3bf3af5cecc5aa958f96e43_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:18c88139b031c49545ac09935d1599740f0b49e3c2fdd1d84f4006a47bb2880c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:314bd5ede25ad4718f9d682ca27fe8e8817d79922d59302f0449a55bd4764f26_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a0554e2bc18e8e16e5fc1efbb5fd653a3858f177d0fa84091ed1e48856c44672_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d0092859b3dd498418cb2ae30ae100d91a6d77abbf2f1be3400bd6bee1a57cbb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:0608e6ec895faca9ad6eec7f657893b8c05a3ba72600cb734cfd2ba7eee926f4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2a251ca88b8d2274b765b591bf4e015c1e817c0d98fc5cd7c19f51358226c1d6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7b50b78bfb9b21f2c6cd42be9990b95f1b3b810d9f3cf62d7ff5541a4ff7d5f4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:f80ce5f1854e4411bc2d73efdad02ff4b5fad6b15e2e3a09bf69f6229107c0fe_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:08cf0dc27f2e823756ba009358a028860354793bcb3abc9ef7c14d71ec011fed_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:285f603dbe97db7239d699ec52febf0bc5fe157222c202235bd6f5cc4af3b974_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:b7c4a0c49b1857e22b71299f9a921d0c56b831756f33708399b7a03d2f61d8e5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:e6ff566a5aa48b59411a421e98ce05e62268d4ead994c08e8bc4643beda5f115_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:22bfb7e9892df6e4045f7246544cbb73e900d17b8d1eba74af342dda56f697d4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8ee226df0ab0bf40ee1eb32bbf64b2feeafff15a165b92be994a331949f29516_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:97d901e0371158483af19aae8db34651dcf0278fd69e0ad14293a38d4713c58f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bbefe8212498c9204cf5a4b2834c8a7082f732c726fcaeffa55d9b66b5ab3c13_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:4b415d00d49331d5fd22e1b0c159ee4579506f378f1b13e8e1d0c1829996f6ac_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5c88ce9b17d4baf03f9ab7e89dfbd9c82a8e4bccd23e5dce74e11d6b2a0ecf6d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e6f512f11629d684e2713d7421677d35766f5a319122fae34ea25dbf95e79ec2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:fa7b4178af4fd9da7174d8c94e96363d73a1cc9f60f6a55a3cc28330ff7a4e89_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:10f802e9e5c96af91d1ca1427ace8984d2c31dcc7c409f3165e1ab21281293ec_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:477d5a4fc9a1354090356a06603a9b135814e9ee97d9c4b51046f597e195d5ae_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:5a20619d387dfa67a22d51e5eb6c4bff523b7fad8ca181cb4c09df25fa3d3540_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:70c40ef6f8cbf444e59c4522ffeb8800d19dbbda77a02f28310573d9941d6f2a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:26795eb48eb93cff9df39e25571a32b8d8c4fac44555227f932805760dde79d3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:45e8ad4ee3c68dd7425e889134eef96aef80f33946b303a1577593d53aac432a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d9ae6095cb2d622d947a1e861a56975ce434c7b57153d0dc8e4e9f1ddf95a393_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:f8f12d1cd2272529e159bbf2dc6680f772194cc235b0138146f40a499a9fbe2c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0f016a9fc412a5fa8b8289a19fee831b3441571d7a48135b92b6736af210d700_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:47e60f0ec21835c324472d63a89089c62480ef17e2225b537c7023404f63c796_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7a349e32d85fafd4f9dd8db4d80bd54e1c0869d74a542f698ef78bf6aeef4dfd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:8817b906fd93b0980fbb687876d4664c79668ec3e959d2cf184a3ed20aae953a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:027c710ef81f40bd47b16c296c121e36785eb5463321078f6bc657c37f2967d8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0d2b94501e72370b763a86146266411de3932995240514cd26362a0805525c7c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:ac40d2c4950576d453b18666a9acb3c19d4175d94a28d6e0e9bc19a4c302aece_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d9f6635946e9c0ddfc8f479486f08be9fdac8bc9f73d358a3d049b6feafe81ec_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:1ea77d4c8308769c7e2b5d667c8af3ee2e543fc0cd0c49447460c37ff0c56318_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:56aea13311a96784e84b4c5713ff5693e6aaf9f6035a042c5a28879019e3eaa1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:7eb0043c124f96f76970f835870cd45bedcee0179f5c63ed7688191cb5e0d718_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ae36b0e2d4f0efd222926a53364be6d7f9723496efe2463cc1521a85e0318808_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:81645a618293c85f28a1632034a0f3244cb15cb5b636d6ef447e571d526d3f60_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d70d809c25cbcaa772d2068975d7821b49f965a21be8ceef7ad7a17bfe79e611_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:dabdffb17f32a9684101e24dd08ea4587ff1c288959648684cc89f46ccc8d7a7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:dea959447acd57eda954f5fea4bb3d623d6bf19f11e7bd8ea04651f5cc52d95f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2b19aac1bb3f64b3e45d82d207f18fe3b692aff7d694c1cf99a02601dfadb2e9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:3ebb46a8c872e2dfc1d2bc7e50a84be90c998e721cb935a7d675e7ef02f204df_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:85930fd1b83c544a5debbcb1218282c91208fa876fb38e9564f3562ac199a30a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:97e522d7f8d7c3f88f50bb511f1696657f9dfb41282c702fbb5325a993267fd9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2eeee557fa7b05fabec97b753e50fc8b54811337b360ea542ab23a32db02165e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:8933a240bb1a42d823f4bf6feaf1baf6a6f083909fd9e5a62c8b61ca770cee50_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:8d06909ff0633fae70e3cda3ce95a1917ea8987c8e1372b4a8f00343494ea5d1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:f2153f3bd5ef181653f9ac8f40a8389e58771515b2fc49f205d5247455635c65_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:1fdb8df2f66c1558fcf03d227a63e58f63b990f1ff47ad81e3e3482c4e89779e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:7a2f54cce726a5f12a29c84d8a3af601d3627d1255b95e4adcd394a76e930c18_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:7bebec78f81645756aa1265950e28a980fd4c042b651c7b5c6fe6924af7675ce_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:d9af91fc94e0fb9645b5284e1a2a8a4ce3029a57c6c92e30ceff6562f7522b81_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:be58ac468d10396163e8e30c2e927d365ec7f21f710b99813b9f8f74b260c21a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d771771dbbed4376ceb699139a02a5b64456f2fd90f2cdd873879d56badf2885_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:de99fe560e6048e4e34d46dfbaeed9f5b3ddcbf41cd172f6c46cda8cb549faf3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:e8c673493346ce26aa4078ea788dc0b3c888613b8d161dee4a91d577f4686dcc_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4b909a7fa9307c352c5a50cfebe3694547a60195928c3a3616def9818dd6a701_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:74c62d51442c13d38b45be851fd70040ae8dbef49fb6b22a5cff7ec3d20918b3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:8acbe6bee1e736dc4b636057a9ca03e6d19a341c207f4856281e9442b4e2f5b1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e214faf773c10d348cd1fe3014a1541cc37f8484b53e35136f67e0bd3bcde588_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:19eb2ef0c58d253602d9dfc10f356481bc443b6ba6a1729eeb253549a5b06235_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:4aecd8e8a99b71f09c3fe659399204e461b1008def654038d8d2df6df34eb3d8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:57e1fac2b2f950168e3130a96d96a839b183c8d4bc5f051af5a951a13d69ddd8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7e60e4e7673f57490cbf6c96a033c4d6f0e373941cf7d7235c2455a7e7850a77_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:1e48b7ea9656f56b0ff7a95ae25a7fb6303b796f70c8a80925c98a1a38d09c9e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:30ffb3abac5d66f0d7192c3395f4e29f18bee60eec5b603126308cb8e986155b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:39572ca95b113cdbc944e60797371c1c70d210b718086be5796ad62a0753e74c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f04d8f791bf53ae7ba29b1c3ea0847d13a99a58d8d13d53eac95a648c4fd7d81_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:01d126ad02cd31c976cf2857928631f421ecf59096ca0e61daa28596a9ce3bad_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4ce5ec880ffd93abc262773d8c84390aeb22cf7aa4f6688b950c0490df2e7b0f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d1c2b9ba0cab850926c999b43cc85ea7ed91c5396d1d3ca272c330cbcf098392_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e46881e84e706330e4ebcf93cc1ec2ba9e1454b96ecee79fb81852d7b5826853_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:40cf04b4677fe397b6cca48fd704defd5dfbe5849116b2f855059340fb537da8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:b5df8abccc723af3f3ff86b4d1fbe7f643b89bcdf87c93abf3b926e8b622efc3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:b800c84b0984408d51fe965464e87ab18c0c3d82c8c51d12fbd488f9a6f17f7f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c0b5ffad8095d2ec71180e3857c7e5003040c79ea93835c5ee7ec6f544a406bc_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0f58f90811f760f3c9266f674a8f7fff259b48e10f1a8e994c5ec8cac3745191_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:4d336c3a625d32606df94aff5194969a6b3e20bd8586c56baacd509bcdb066f0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c67690128b6b243becc0fa48a9c8917740c4e4c01cbc3798c72e03fd9629430a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fcb458c8179222d8c01853b9654ca9708cf5f34146b6488486f2d44f12a1db1f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:10227468946141bf8f1f0dd71860ec2dcab6888ce2ec096f8250ce27dc9de66c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4cca1c61fb2e435230b15535e8423825378ad0f523e7eeed5300b139ade380da_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:c46179b6395be403c3e7915f9953c1b9527c2b384284a3ad16e0091346a86621_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d4ce3e07bfee07e11573773846eb94c759a6d648c06db0bfa2dda1f0110b9f84_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:2040c1f1f4193837690b31dc5f88a840bd6c1c070ab0b091bd20439dd9dfdb49_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:2ec681169d6ce8d33a853a03fb796a312e75992052f4546f94c2ad158bbb9228_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:38d16429ac19db268bbefe2509b4d88ab3cf44e0c4f8b75a05fe3b182e02506e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:8d49a0a22cdef610f8338e3e4e3c009d493e6990d6fd68362063a9138164cd1d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2e170eac98d152abc69b8fa44813a290b9cc2e57bdacb84e97a9ecbe602a7631_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6f08d4c8d88aab768b5c727b824584cb5443f67e69fd543ea95bcc8cf90cff2e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:aa161f825ec834c11a77240e4c8860d7e49957fc6137aa2730aee57d3b34b7ad_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e5568dc2b0aa9f9251b0ac80d28b2c01247a9fdd1a7fd42779932bcb9c0116ad_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0594f924eaa7baaa8350c40eb5b2253c99d8ede41d58291d362bcb334bf8eff7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:29473afe198e78ccc383122e9b9db15562d165d1a1a5d2ec9384f6282a9722c0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6c0d83c46bc0032ff04ea451858bf53db20a42b02c72870771a683b292977620_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:74ef91d30366fd9d581253c29197ebc1c237f72db26b728f7c27f26a1f446d0f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:1c0d5e001e41c928306cb746e0ea360cadb179221b726c5d11709f381132fc67_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:1cb6cdb6e3bf0b41c8844a6145a44416a2d385f640f42f496a4409db59f0a509_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:575c9649ab6ddf045d4be5b4c86501cd0a63fe02d73b4a803b511213405ff243_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:e82eb82d215ec8520e1938f0752a4ce0c869e865ee1c7fe2c96fd95ed74751d7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:31bd457006ce5cd45fdc3428de8e69856a3a387ef4383d1b08908a6f3b35047d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4f7552d3e6293c981fa9da6db88f330bece8f668376abf43f71b906553a5c99e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:973f4d0e9307929973adcd633718d00d09196bbe271b4f9d24f8a399643e1eae_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ab176c397c65bf978d7e517a34e10ea45c82a35f65b8bbe39f384f776822c03d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:34d1ed337dac313194803cbe7336560b7a630adc9cd2bd785883be5048ca52dc_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:4d29bc385e8920f178688a741187cc67ed670ea997201952d0b9a77b56c762bd_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c86661524ff0c65bd9dd0349b73a831204010ec59c84786916be4ecf22c625fd_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:da698e145cf30d354629fe8f6c4023d14fa2b5b167045bd8a6da0ba441b8c92d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:53be80af8fa2a60d9bd89de8e103fb2eb2cf008acff6d7f89383d861bb8a54f5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6decc15033377fcfef17782d66d17fe25501b157d69bd83e85a87c6e60f665d4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:8b2d6dfc8fc31a67250dca39ac60bdaf86cbbd61353cfe7731d4fb1ebf5463c0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ab21f8f97947845bb94bf6912ca8880ed39c4aa3a849af7f804d28c11a6f0ef6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3f2412d3a5a21739fc209d7caff76dd8dfc077f8a5a3a5034a6ca7a29532f14a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:598df55cedcdd92019d97e3ab1a6227b139798dc69adab00a65371e300803eb0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:9c4d4b4b4f7b8cf69f9535c0f1191f4de338b928311b0ed867fdcb0d8156220a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:df5cccd485b9a00dd75fd58cc2690f4713062e43fcba9aad630fa400f314c588_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:2814cd076f00b58ec1abc468adbe95d2281b50cddbce2d112dbf8befa70dd470_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:5903de42d0ee79b46d935ae3dc54e88a62d8e09dfbc6d055a31d3e6fa3c4cb81_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c1327a4cffa9882b931047ae66941c2d3a6f4c96bfebe56cd3070e3deb22fdc1_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:f3d14a42e2214c08f4695a86b716a383112b70245a711db6fda0a5a462371994_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:2a0f25a54392c0e18a35840e1d29f31d5dbaa7325819fbf58656e738496797bd_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:3eade2c45b25c59ca557f5a284adda009b84a3f6d21c9db089d8c5fa7abb949a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:992c550b1d50408bcdca519980d914bf7bca4ee382ee0540aa3af2d034eddc4b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e06661e1b9f1142191ead0cb0f04b252619ea50c2be307177853fda34761dfd9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:03926dc5ab653058aa6d7750ea01a2b45c8f17a5ca7a8e67ca652c9a0dce194e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a13900fe0e23c9421046db6cfc237d21d0a744bbdce29fcd24c9f17b360469db_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:ad14d54f4912883a0140d3ac97c6b2219e3ffb87015050bb147ca0c73cc3cc61_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:b174fb64ed734452a4390290022fd0ec60d37823be6b12a17c2c6ae7681b3594_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:08553069c4783d2a245702df54c1164633839ba790ebed8cbe1676e4131090cf_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:33d14b8d5f2c6b2e06b4bb0afb00a0725195ac80899f786640a0c3df9d238e30_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6b96857862bf6275ae1b5cd28a4eedabf4ecb6df67a441f47c1469359e76b9dd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:8fb9394145dcb16031acd61a0357c81facc3f7e2c26c8a5925581d68389805d8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0f14bc30863ee292aa6978966151fe4e77f43b502952a32565035ed9d48b1beb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1dd2bf9193891003a1666b3eef1890bf737089784285b1227393a690ca1cde04_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b2218da01a451dbe0e4dfb108b2c153e1a1b3399d7e6738e4c191cfc8f8801d3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:eee4ef2783405873838d6b4cf42eccadad062b9f056d5e13b76e709f7876c9b8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:3b594e4afd1f6540d0c0da8f875bdb8de328ba3f2dce17c8226712929079360b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d82ed0fbd775b5970fcffb980f6d28c885c1e2f9d44f409507778e9cf9bfde8c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d939c7835722074df7a0197e72aba718a27b8f88134883df7fd654b1ee57f0a8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ffc14425bb9275fd713b639c43ce33bf303c54e38cc53f4f9db3a3a1f2a6f105_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:463cd33991582264476015ec2ecf8ac12a9ae4107897cb2558c1d9a4a1b412f7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:876321c429821ed061d0908b2c57c02b865f775f47942f15401965ab1eb46056_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9cc79bb2a2c6602b4a72dc3abd536b1e47ea245de4f7ff2b3ae08a4bacac6bb4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a9102ac4baccbb625f4c4bf605ac61967c5381c24c777aa819577c2c7cde6c39_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:06a4acb5a7b97c5f66d70cc351f4636eda111bc81454308281567359ebe0e693_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:10439ed7506bb140f1977a564caacc309002a67a41c61539c2ee150873f23b69_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:113236bdca2ba374020fed560565f6aff01002a32c8eb969130b6265e1ebdac6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2996e3821813cad87e4bbef83d22bab2bdb80ade147e2f827714321a06d50769_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0a41b5b6efbf9ceb5605efcc5a74e872e5b82366478bd9aa1307c9a043b25194_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a8430b0829211ecb9925cb3061a328e054c006433bbe067d8746f92c348ff141_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:bdf77c78561fb5592d084c616462fb0341d8dfea9ce664196d398480cf4c9b95_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d2c51e9490479cf86973a6f9132ed075989ae64930747dda27ec3100999352c5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:148e6bf35d15e19100b342ec8ccd8f3b975b145f6aa1596d5a7004ec88684444_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:6cade19a99f1530ec4700b5283f965f9c97ae9732689916d1c40eb4797adb08a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fa007e3f1a38a5b48a21d37737077594f57cac65d08a9da8859bd1f98677fc86_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fdc7347043706d1c88f0d0327e29fd47dca2ba6b41bfaadfe4acb18c175c3a03_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:8f0030f4e532ae452721b47317f2bed3a91b4e18f7d58bc99f117d19a081ce5a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:f8fa8bb4a92b3ad3028f21cec3c5394f565c9e02f06b0619696cebf56cf598e3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:b0ef0d0003586a718c7747a6c5efc24313d757a4e15f7725328f8ce310793ec9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:fabefdede81f8045f228b94b2cdc64ffaa4840c7da5937fcc7ff40d82bd2a729_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:02d69fddf5e810141a02f739de9b3b56a1301d4ecbdad3b8df3b7b0c8c67db87_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:0aa7da9a515f449d3a6da50c5dd8d55ed318b494f2b3f3f866338ff1f49a3ba3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:16bbd40075cb4a55accc69db260da71419574395102c164a388ea491bf51d927_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:8b310a127ab9ef1521dbfa6ae4909d5e79b846838de6b07f8693a6f746d8e1d0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:d167970d8be3d911c29a54fe93b3c5ba2ace1a5bd823fb0dd3b5f0691d67f5e0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:ee8d34565b8f3e4d3c349b05feb279bf6a314f84897e668bc6bcb890e1320971_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:3ce22e5fd8def8305f8ecd28c69bb53111b68aa18a0f8907af504961caad2b31_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:6c8b3d7e73807714789155e434b87fb7444c1ea2cc5197fdd18b0f9e253d1504_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:76ec2d7ea2abda578740aed288764346e3e5236cd8bd1b42e776762ea5af7ff8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:a2cd6bd5ba28e30282de522e76ec1fee891eeee677350638802535f329f41d56_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:1ad410be29b78a62c6c761adb2ddc81dd6552e215f3bd71b2c49c19fd9506c49_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:2c3682906df67732160982aa12fb991407978d1c7a2cb36d279b0857134bfbee_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:3a4686f99c0461088ac8d8d83b53ff967b57840aca2fa87a3d04823823c4d5fa_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:66340f44b99e3bbd8c021e0c47b0617365b62c53b0b3911933d8f683b2c48aa2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1796f001455857a701404a4ee37d793895c4d179708fee5cfeb2467243c8cb06_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:cb2ff11c7a67c79a0164613e9ae68e58c14c6ef7a5af4dc4b6fbc897921db161_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:d30598bb001578c4b9e99ab1d5040af35a27b1b5c7503d566b0672d634ef9f1e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:e9cb3fec3be65cd06e6fe00d2954b8302e12814701e1906ad91833ef18a01fab_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:3616e4a7673a447207307a8acf0661496632a65ab79694abf81d8a47da0f590d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:a833695f4c37b7f90a42db6563f6cfe2ba22d175e1b2562eac67a2bf30874c00_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ef7b269606c239b4c5b9e720fe99a727b2fe55ca5eaf651c4209c5f4ece296dd_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ff65e0a6ded81326ad41c930abd5f396a6b3c2920169d349be3f4240aa212889_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:76da7e014155a69453feb8dc8eedda88578a3d3dd6e25da074013da1d32590f8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:83b56456b19882b4a9c29e1e3099317d6b2f38cb3f310c67cf6297063689d416_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:a0c019865c62a67303956123e1df05cb8a1ac3ddf188638f00b0d3fbab0e4502_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:bd6ab28545e203750806e1c22c4d1c9e10e91b20bcd922c5890d13eaa47982f8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:2a1b57399ea1e13524534dc38eed4139d56a4b56f0db7739cb99048588a96d9f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:48e3d29aeac5bc5c6d1cd9345436af66b233c63e898bbe5817016bb4f5ec17d3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:4a5be5aa4a12e2531d63f983de08bc3e411147454b3f2e601832d4d437a1a02a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:8bc5aeae1421310f6f635cb1679cf3145a158a8549bda6132526d02f533527cf_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:0e26d9dd3ce20a2b973f0128da5a0c27b8550941d1f6a71eb8a2d3db46086e59_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:7f7b4c6d942213eac8eb3b3e87c81094208a3b41e1345964f29e6936c5ac6b31_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e6755753af40adcaef42af4fa79da923446d57d2da328a5689a8aac7d7a6a803_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:fb299ef0ec0e3b11af2787b41c7b1acb5e161a11f244823831add0ea0cced3eb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:00381459ad3d92ccdd5a3a45ad1f09ddda8da0d48f4594a4c219288a266647c0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:076c49eb3ed9183e0ae26f6711a9e5aa1875a080e2d47510cb16e2714afcc585_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e8d9136a62d6038628221fefdae5923e39cde2aedb2aeff9dccbd1b5b1e4627f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:f43b9aaee22c9fd77e98ba94f89d886bd323c658bfe3e7df74af80052e4e9474_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:2014a37e5e4d7528a77ffcf3183354b0cd7c17eb5814721c469aac3d500fc58d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:315f55b2b96d9bb4e2ac7951fc6c3736bee817f27003f370b9006dac7096816d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:707698f30f4c8088b2620c5600f79bfcacfbd5b82c957de62e13ff432dcf35a3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e21ea71d36fdcdb320bf2f2b60c4d2e47b83439beaefe2a78013507f6d4faf2f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:1579b3e033644e046bab63965d6f34797294c079488feb1ab6a93bf431deeff5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:7eae88dd81a4cc334cc312551621a1e469c30ebf73def686b18aa7f43027302f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:9151d366b16d34b16a1c90575e3317054503b12c880af51d496f681fce3f88d7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:bf1a0690529c9ef700e616776f6372bdcc6883f8fcf5be062b6397dda5246b9a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:03bdb8f74c117562bff696fdff572c2cbc7d73901c63a092d63ac5be23e0f4d2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:82f6b0c46cbcb7d23b865db2f2cd94cb83fcfd07ca408dba1b50d28d93c72aea_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cc12aa0e564fef8638f82263cb9d15509dcd032f9eeae171c41543e292ffa47d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f07d0cc2e3c9185fb009f2cb7677f3b9a5a7da7b9cc2e385be40108911b61c45_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:04d44a7c55214235a6ca121f45eb8a2265b6a47803d0000a3f7819dd279bb634_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:aa7d02eb36629d56525c04dc37e30777d0b33d2af3b90e504ba4259ccbb01fc5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:af1ec368aab118eb5273e4e8db659bdbfe94ba2e0410dc0e872fb4703eb7f229_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:b37ec193d3318150fcfdeb63bf8955b1b03dccfbec5be52cbc08251d36da824d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:0ff28e5ca81e1ca5499ea80569c9b8a203b313e989559e4c83ac8f0fbaee0973_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:1410e37b8ce017f7da84c0b86b0411f01e1d8d6597d2dd97cb0b82e05ee944ce_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:84de5559116e4f57c27844e4c9d28ece511779570e62dbf436ef9d452c44fa93_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d18b86413dfd7450e3d201b42ff45d3f3e9bd8ac3caa591bb5ec80dbe55701fa_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:1a53f5592aaaf08e69ca0ebea2f1e04ffc39671ceaf2877b66d3337f7450f860_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:354d017903fc20f2a775c264be278253789845fb207eb876d2f650002e7d9d56_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:89bd631ea62ce494371f19913c50598c14d46e8ec90171864ed1aa9dff109b12_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:eefbc25642cd5387702ba23a6bbc3a33e1d507caf9b5d873657c08be096828bf_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:364bf9f2adf4282b4186106425ccecab534f23ab7603050e6bb1fafffd6aa176_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:b48a010d206d36ef0eb6e079407c7d921cbce7ff8f4d7976a4228a6eac88ad64_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f8efd3a98425d3b6ee6cb9df9d20cf8390168998d5f3d8ae4b8030b9353e2b43_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4ead6c7e104de4b1296fd135a0be96deb8348a6837383bf3ba75c98fd6c7c20e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:af1a072fdbb27a53132f6db1fa4153a3a0c61babca8293a6c40d6e1a8430e5d2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:dd07d396e484826008d9accb4013073f654bbdbc9373c3ec94c79e2fcd903c10_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:42b0c5d6a2ff553e1fdd1ce9daf95748b671d4b9f71b777ad6f06bb49e52d172_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:4f8de05a10bb92e5c982471035860ef72f44d0f4213397dd3a304c0fc21af267_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:7357ebbb98da36a072189586fb5845d495182d488ae0d88380fab5398616251d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:19ef2c2e8606c2bcc69c922cda581826281770cdb7e70aa9dfff11404ed30a3a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:6ebb3e355f86fb611dc2f7d414713ce89c4372ed05e074673fea20929b345ec8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:db8da3a0212ffefefcf7a198ed1d75030d3b2706f582d4115d3fdac3b7d377c5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:5f0b5c758fa46f12d4fcdbb64559ca96b32e74eac5e007c0c99d58051855d98b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c9c3e0f579e933d9644cc4b5feb0e9c97383bf2dcdddcd2a0c6182599e564af6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:cb2349e1fe8d9e74fb14a61be4716f0dfb8ee89d3debc762b39cb840c9ab12eb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:ff568746b033a045daa34f6f5c196950d1122c54562afa9d70fc4c8a49f0cf78_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:66e195d334243b880b11b18c5b867f05ce7717ae97fcc707ab05555ebb03662e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:80f26ba4b1206766785d1c060b3f4d9f399cbffea8a84bb807d4341cff8e5c11_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:91e89c2093305433fa84c8522679f781a3148a3890859eb436decfaf6a2fa9f7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:a02a71e69cc7a3f1747d5ee0e4a0535c9dd6abe0fc244c2f16094402b56ca52a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:237339db4971f1ac7be125fc689b87dd07b1e0f59da545a2a7d08727c69f0637_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:263b3dcbb11cbdd26611250be26c6923fac9b74a387da78519650f8d05cdb4dd_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:40b891a4cb673d3080ca260e54a87bc1e730820cc5058aab5c87f0d9242746db_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:5b10eeb7bcb9d3d5cc562cbe6ba759b47a302eccc48c658f6a11e2def6f627ac_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:a0d207f70105e6c6c74adeca74cb6b9218e107a869a7e9ceee35022db9218009_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c34f9a1038f52a60b3bfd081a569d5fb067a95cb2d6eb1e83512276afc4f217e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:00cb5b6fe5f046798ca21596f72d52b61e1e74c94dab877932fa9da65eba08df_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:7d983f60a53d61f594507cc64436fd505db9c113bea98bd2297404fbd39d208c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:01304de5720f291e6c7ac725311596634dc2ffe3d2c625fef7de40a22563b5d8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:e191bae1686c2699afca87bba65d819f47de39e94e4d57dc76566622b0e93233_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:0fd2d931780a25a95b718a2726c844e3fddad9187da2298e9c1f8302efb3fb55_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:88d0afed198a8eac80018f43ecb282f470f998dc21cb1053feec3ef26bebe206_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:c409fb63b2b3887dc7df2c203597ccea0c166c2f7e4b9d99dd586c9503a96082_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:a6f98204b5eda5ee82ed092ad791c0e75d3d299a0b2b7ddc56c229b2f2cfaab3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:f42b26c88531ea4dceb0c9ffecdae1d0ea54097e7ee2b9dc3eee2f226b8344af_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:01f51a86b3d544b7447be3a6505835651ac27433d4cd44912d7d90b67fd6dc1f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:dad2cd32abcba1dc64780ff15eb530a8ef3e45735c47f2069c2fa3a2c6729ac1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:88c33650ed5fa280c4ceee17f63bc94acb3e31bac6ce0ff922537044c62ac170_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:9a3a34d1184f72aa33d708c971e252247c1dcb187ca485ddf536967e2d60747e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a2f0b33c066abcd5945c172e45fde320dd575e74f92994e0b00ff83b0b2edde1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:b1f880f022597d0e8024271b99736555add047a58c3afb8b0c883b034e203c41_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:55116f0b9d2a169c62e830324808855c16ddc8086705dd884b386710d73af539_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:7387e89509be1816ffb3cb543b017332475eaaa5a2624e5bbee2e21a705e5cdb_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:904d7a9cc8e44f5c07fa09f25df6ed258e2b0aa87292b9a3ded77ed3a615e24c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:b370250af2a6f996100d937a7395b0d031f64c3b6e56114815fdfaa200e96272_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:36882254cc241dda67e3094467d51caf941355c31438658dfc1437228bb6f4c1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:8cb62fe1368a749cf2e5fe112e7deeea4157b6abd336772a52367d9d0ba21187_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e37e2a9400c167a70ad9bf6ee64883ce1d0cdf690802a2477f3e7a6b12757f6c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e43cc3e015aa865dfde70c7578ccbb79bfaa9d62f030e65bec769762cd087bc8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:17ebafab92393b198966eae8d3a669fed809b6c4f9fee4243ce177952e4d1c85_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1c389a261e900fd9f8fc87d748363706bcf1de74a24acd410075bf0d205b8cb7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:2c3d8ec443474d21ab9f59a88ef33184063beec103e3e4ffe7859cb429dc470a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:64abcf4ed85d43529c59bc77dc06133aeb3ccb1657fc877dcea8bcbee51f019d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a85fdd4a1398a47f682526c16e97de1f87b8222ddda47a6c5f254d06b4c791b3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:afd2a6edd07ebb4b6b77544ae5ee18e3371f514daf4c669a00d154b5e33b701a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:1cb8736ad1e698a4ec78cbcb16d6e37d67887bed651a12bf63db51af96b0a7cc_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:554b7d9d81f9fb5dbccbabdaadfda9e45d186eba6488df224f83ab512a4c4653_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:249bd5ed39ae03fa46aa042d73bc097c700a6be65ec79157460de3d1ca75646d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:65777a3f824fbba1a23da143ef64a1824aa48883b94947682f787232d55055c1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:9e52b2efa8fdbd65ad70163f96f358b64f552783c7f03182dcf38994cb2dbb58_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:ece0c645d881112e48d2886024cb96b6cf4b1889cc456b30d331df729fcdc9cf_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:0b99f7875f7934b371fedcff686622acd03d9c2618bb613dd6721ea5ffe1dc57_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5537e4af85d49533292160803dc7bff5276485846f94e247353df944b4b28a54_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:8e64d6ec539d991b5a228d8f4b9079fb959dd11c3b8a77ee5bc3576398340dc2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:b32d68bfc83195f7cf85e5ca9d4baa658d768d3a98bab4a3ce3cc107e089d84e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:333d60c92a9efcb4febe144c3e331c553197d325ba0afd64bebfcc2803cc0e07_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:accbf8cdcc475fdd0ae3427f178de8f847fed6c09cce1c12428861adc9b342b8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:dd2518acc748d2fb1c6d5f8421a6d85ab2dedf2546508f45f8e2f6dacfa7f5b1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f3265ade73f238556cf2a7fc67e8ebb3d5636440fd9b7d4cd2aa725677ce3965_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:1bfd1b573bf924cb0a8be80be641b4ce684b141a66325d7c0cc923a9d3a2030a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:88bda970c0360c5c1160b32e589812e4289db230dfa9923e1494636f97c34278_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d849f73e901939241fc0853532489308b856ec530492a706db8f81ac47e59318_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ef722b792c00415c1efaecc99ea873df11d2ef8cd35c5b86af0afcb28c08f821_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:50ff46f43a500235707760885fbe4997cee8c7088bfa36c911697df3b81675a2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7845202df558b0ef442f3b4fbef423c6278fc43bea49169140fe3a263b15c7e4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:92d0cdf81fb07c8eb55fef4be846e84d5f18f181fed24221a294c5312c76e923_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:b19219d62e0e70404ac9b7643caa49a792b9450e8bdd815b02a6539e41526a77_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1da1b4d5b5eb3c2d6238b7e53fa040f03a759b8fa47e52d9e530c8a40885acdd_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:8410339435a39b3b5a97a180fd0b413e3ca02351edb8b9d7be1145688ca56cb0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:8873af11a450438c35d6b39d687e73fd0ee0faca3f0562698b24650b01248690_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:bd6ea26ce1660efdc5159b2a53d8812bb1a584d7185edbca08a07cb89a09cb0c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:063ae7b531e3156e051e254ec07faaec30ca971d027a48dcbf930b1b662d4d81_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:1aeee3943c69893e59b8d0bdbf4c32b4452cf4f6af73a802b64be9cfa051f38b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:51838e17ea6a17f32c4928c8d03fcd2af5052a350e4bff6bde1c484b0663ee7f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:ac68e0a125aa8e638b88d747e50b7b7ef9150d7e15459e5b4c0643dc1d534624_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:1caeb43e59e47f40b7dbb8e9def02e2dd3853254b749c40c42fe2092223d9ff9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6db33bd660e7c3cabfac5125820539a4ef4264c067b17ce404fffddf17965880_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:8444f6327a6cdd0cfa269384e58059a9d333af24c0e423b1abd6d85bb837ad49_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ee448c837b33b1e9ed15258933ad9cdca924ac64fa6d0c3bd7bea0ed9f489dff_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:61057b1135996175ee08d0672d50d1a9eaf083a1a057d0a5526f4af42089dd32_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:619bafa4b79a302982b0806c61721e26a0ab7b6863f478726c6b58b42badae7d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:1dcc4113c131eff2cfbfab09cf11c8186360c6cdbd1086af839a03c042a87fcb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:2eeeba70b8cdc334ceef7ff7e1fa3b1ef19522097e27301e2c7917334ed2b99c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:491afa1460d3cb3aae7dce1df98c67bc343cd47ce22df4c55810f578f8aa6b5f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:5f24e34fae65f3b7a473a8ca41afe45fe4dd8fe9d84c2856c5278c734b2a0ca7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:6d4fbb7a93c300154e76eec4307a3dfc14555e6a2d0d065db2de3fcdfe9f5fa6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:1c2ae2d75a70fd6620fc71ac3f314b3f09746f78903f93d5e1fdca64941946be_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:6baca746bd3180b4e6062141ce4d980c014cc18fd4c1fee527d4df751b0bea76_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a1cca9b456a2eb705f5b11a19d2c54778d1441d56b17d20c9680d0b1aad1ef39_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:bd271650ae9beef457d2c72a9f552448762e538d92cdb345d032ddc3786493bd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1001d2d3264dbdc69734b9e85a67db79c52d1c2f6a1a4f89880b570f834aea51_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:2d27ac19b5e4aa5532d05c71b6da43f4ed51550a36328209f1432378a96cfdaa_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a4623c62d9f7b6fed32b40d539815a3814c74338bf5974976b4dd1ccf8eeafab_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:d2e61adb97f22cc48deb48c31ed94d850fbf26c6590d0fa3aa154765258e185a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3c000e247f5d102792ffffd96011b889db2f5858799122f812b49b10a5b711b0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:49a9fea1a2a81a464be4ebf87a7f3ba7d880662bb85466039a5c8d461a0b69cf_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d4e4e5976380af9528d6405bbbfca7718307afdc46ace2fe3702ecb8ee479ff3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ff841517626da718d46f0869384bf5fa3a04b0eab21af3d4dd2f8d5bd3601aa6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:2efdc02714260c48bc53e7ab0cae1e2d3b99c467469ee1f73fb0b79149091d45_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:31bc24ff07edb1e527760a4d76b60e8d0712968f477d8d6cd419abf36cca0b0a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:84f34f50c2396055e87b857cc30411cf5b18d2f21e78bd13fd03c95c1650baf4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:96bf65054c994cec4326f1bd5432e45caeef3c48513a7e3cd2248759f9e6efdc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:58facad671ae16c072d4a0e96a2336d95c84a7f86d4242e49152e9275296d028_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9a7f6b3f08dfa866a2a1dbf9bcdd636c221c4dcf0ca38ab9b5c481684b4bca54_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9b033e2e92e64d07e7510846ed5f374b1f1375172819dd1eb567c83d9c3be4dd_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b81f64192da01c1b69af1f01bb109684b9a235b0879150ec37bc6bf43a53b351_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:5f3df6d30a624ae1c7a7eafc23b74b1ef674b2a8baaf9d2644d529f98831cc4a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b4edf57f165ba2a9d56e5e84a3aa61e96e76363eb7d56a816ecb15f8ac06244e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:cc8f8b60224940a4c6f8bc236f8cef754c8bc5b4a6d6ecddbc12db49b0087aea_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:e9df45732cef6649cd44dc00a89d9da66b95f1666785247477d000c4177e2c49_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:0670ef29c648fc035844be832f71378d5cda2122f5d6c7f82c831865d45f77b1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:34dadb46049ecbb75501d512642e7d2a58961c783f749aa0169d1a108155db97_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:371746e92f0c725ccaa0b0f58e950693872f87bea78608e95a2dc93b4e8ae77b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c22b1f502cdf6292792cca93076f4a7ef16f1c761a65b11f875c99408584857a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:ae26fa2a9ab61ddb95e4273d710c75edbd517f81d421b68acf84cbfeacaa913f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:e6c8fadf51bdb9c8623178a95c04ded1e3c8b1dce525783bedf1c7c501eaa76e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:e84ff17a4913201a476735cc76bebcb7819e7b65497c43267c19bb8e88b310e6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:ebcd87df2ac74dcac93ceed85bed5587957036381a49d7969e9a530f7744942b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3c98ad6c0008b1145186d1839c980631c119328c2c231956941300508eb27bea_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dab0992bd8f2a8b158c03d3c271e9cce7de86c1e188e136efdafcc20ff1520c3_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dd146a5240dc6b3328240e27e4257151e187aa50df62150160d1050e065f0041_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:def9dc04e6b217cf48b80373fdd6f860e9b020d6699def7089ea881a94b0ff64_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:72c545475f329944debd51692a1815ad56ffa000cae7cf243273136290d32801_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:7942d7e452866f23d468bc06b2b8b43df126c9bbf2fca5607fcd3e3fc391c76d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:c6a713980f98015bc170590afbe2f48b3c4addbd7ff19eee4af2be4b431b3dc8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f21522b2f22cd38ae626063bb6180405ed0eaebe2c443d38cff59b36079087ad_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:622ee3e0fa2560aa75798f4921d3b7417b64feef196cb8903aad499b7ba3ce63_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d30086b283e29e234410ad9521746f1cde8df72c61263e49e01b38135efbc380_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:e11beafd70191493099ea724097b3bdbf5c7d16daadc9e60770ca2e221406cf8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:f0f385d704d85a84503b5415a35a0e127f3a5eabbc813ce61a6afd5044fb35de_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0ab09129b8b99a86f2dc6314a9b30156b814daf1a287113fa9a7a49796bc8616_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:58e8b0de0751882c27612c0547004d51b8a59c1824acc2e8d30360f8ca6b2d0d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:673edbc5d7c6df884ce0c2358b1a5061c31b902bc472556db325ad91373d183a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:7ed466cd36f985050a860f2fb442d29103b2c15f4c373f4d6e3550d656dee8a6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:04e0e42f16e0c627e306f27839d671f541b9276f15bb077d238a98bfa0f4c66d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:92d9f3394d35d8f620a495d90bbfffa00fb30b02c07494ad353bf88b80b299e0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:a455c8087323aeef4d6b31ca68aebe41d2e2eb7bc68165afe0a8b9772a245cf0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:e5f0ea7b527bb4619fafebf3e2732e8b0915a66c7eff930f446c6c12b0c1f4a6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4b75f7a1212ce34fd15eeec8af7a9f45382deb3859f9d3fe2122584f4b70ac17_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8410dc1831f343db0b894f17aeacee702e705393ca83d0751b044f473309d1c1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e1dee7b5a5ea8c48960723f1dbc36b50bb8edf0e3756000631d705cc964a7ca6_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f35219a0965a2dc097d31af84fa649af4dc048ec4fe953b4535d42e37ac5ac28_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:60eccf911015b2af66258c858b1d0dfbc1f79d5d10146c8cec8f9a5f21708f86_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8b1ef7b7353353de1302942f9948833e3bd0b568396513d242f4920e5be58f27_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:963ee9ae771ea224be0c968cebeece76527f1d138452319cb17dad959d972d40_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:e4ea39c79db66f4c7144a8526d5971ac698c3502df81744df07f7a9f281149ec_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:e4e0509c00b2dc8f6feeba505240de8debcb1b7e6e01e138ce406125e344efcb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:d0acba106822523c6cdfcc2fc36d8b78f0859e887958ad8a5634c5cf4757b45c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:79b723e31ae2158844c9f9b1a302e379d90be8c21e1e175106b77ebf19e7a5fd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:7b95cef8669b142bf2c82310fb33215b2987b47de2ab5135d5845ad23f27db39_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:96258e901919b272871c1be3a5ee6e984ae13812022ddf0b817ff8e5f35f9fb6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:d97bfb4843b397a25cbca966319a8f2e809da9809720eba96d7c64cbfc403bd8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:0667250c45df43bf0110d46c8b8beb3ada41a0bb520d35629d9928ec373f1cdc_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:195220de99e688a7dd546e190638664c5236f67316276a0aae8d39b525e7e54d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:af0eca465c454003d66ef7d95cd0da38ed837a7da7d9978d318f2b29b2bcc472_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e0a03020adf1f6b1612c5a935aebce414ba1c84a71c09e9e91a8759c488137b7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:05bff5cef1e0071adfc0c9fc07b2a7ef6ef2e6f0b597dea05bd784f8f9746533_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:40df7a1323c23c3875e77061b3bccd337500d04f1cbe324a800eebb7181f8c46_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:5017bd5e359111c80afc7cf55fba210bcd7f15ca82d3a6282d2f63560ffe8d3d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:8ef63ddc25cd248263a40aba3201b2c6b3c3b2dbd998ced45626223efadbc3af_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:04b85fc4bcf3ee707044a3ad2556236e5b2fa4b09875ca781f61a13a11d94cde_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:0932ee4d4567b840a801bbe4161c37b40f1e5fd4b38be13947b8e09842d40623_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:60ac363479cf9156e89aaf94735053ea3ab48a2af18b902444ccfa4c723bd8bd_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d4f9611470c2e215f919f6b08149425755ebae0a89bea7c3a3b95ffa4b7c59db_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:25811e863ae8cce3659fa109172b0fe4fb11260cd612410b2880f69edf3f2459_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4f6d5dd85317206c92af4aa0bcdfada9319b70856135fad4b30691bca9740387_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:97c762eda0b5da7809e6e7f236215b2e524a7c7ce6f3cc2f6d934753f5fdea40_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f633ea56b1691be0c55b612d5d07a9469a8ae9b5e833dadce533f428026cd7c8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:151563529a3997849bbfcc5af0d7f785c26cbdc449935bc97d4f6250492fe4a7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:65a15ccfc8e4e132d1b11fad18930d7f1ef53199f14361826de6c21ffe2dbeea_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:85859d9cf6668ca35cf196718aa7df1588411e4ddb287f832d4e7c6992aa5af3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:ed1989895d9f856d4cfcc6e4709233883e0dc7b9bbd2443d10d826eaa899b734_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:88bc1b9cedee4bebf90d217f61b8166ab0457dd245103610369821a64687322f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b2f536faf8330207a5e3332dc4b7895ae75d7a0c80ed6681704dec1ed1c8d62b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c8f98eba93ba62f17c51a77572d1ea794f2928e0e6e295ec881046e9fb04fa97_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:cb206bd45940912fcf244734c32e2c8938673dfd87fe12bd15671bf7c2a5206e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3daa312b5c2bcfd679559c162f3ef9dc497dd1c1772cb18d003de78918a3e359_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:44cdd21f24db7870c11a5758e4e89f9aafbc7b77fbd510b7d26e8a9a6de03f1f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:60a2e0c35e6c1248da50a89b854450de14c875fc134b7e9be481fa5ca91524bc_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:632e71ea8413382e51005f4110fedc3930270e617fe176415958f15e11ca87d9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:32e4fc1654909b51802cb8abf8b5946e44483ccdced36c784941638296197163_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:45fdba490434d5c9b3f35072d5ca0f3c5f0dd2f836c9e3e1bffbfea53f8b4d11_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:5651967617c24f0fa3463d66cc35e484ef52dcc1cb32f1a96a095139c31964d8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:abe083c619d9906f8ad612d300dfd9b7a6c9fc93897e4c437f2ad5481eb4320a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2dd0915cc989ffbee4b234604427b4e14c89efe69a7d76e182ceaab10c6299b1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9eb6b6ad34e973b0c20aec9028b893d92baca2639b28b9f5d457aac43392bfdb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:be4a416afdfa019b7eefd6610034d97e43d15dc134cf2aa250dcf88084e6fbea_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ef488b181ed6865117b0f2ba94075786b6e564602ba420d58e570ce9d919f069_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:59e3ee88feccca815009efc5c992e184f4f091e01f3b2c014a65abcd1cf78284_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:7534da640a66d5b46018bac0decb415afe5a25a438c763afc73b4a7e8d25ee64_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:85c474a602a432c886402b1411497d7586ec3802d4e556bfdd6ce2676aad3862_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:ac2600a181492ce1a44e31c83258a5fba05c7f39695c5f6887965a6bb2871df8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:222b70b3268bd5b6e1a960a85773594e543ab847b59dfa0dd3d94104ac3cb38e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:596b7c513cfcf12c8e991f82f45aa2154363952c11f48bcdaa271818fe790515_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:86ce0e99da0c35b99dd1d8b28cb02076e26a87d9d7a7e539e85f56eca1906de2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cfd9974465dac521af7557689c6091d373d8462cd899ef4ee06716b2e2c945ec_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:077cd921e585d41b95eb57cf921878e7c3e36a6fd8a19fb00fb14a28650c0c56_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:5907d836ebf2133c63591afc2135a9224582e0c75373642d4bca8094ee4d48bc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:8dd9787566554a85650fdcbe3461ce973495bda716557aefc7a7a2c2fd482815_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:ffbab63b764bd79e20f869b83736c41ea28ef2eeeff1305f87fdb7dc4bf6dc55_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:162b737fd1a333a5eb9bf62eb46cea08d9285247685ae705977751f203e767a3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:8c4270b6cb5ac0d566c7a1b9e546cb637a43586587076f757e61a5a6fd34a251_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:b7d7b847c855c894255f887e106b3027a29e2fd0dfd8bd606a1280a4313b094b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:b88b8c16bbd10bffc3c7428e861c2e9b8749da27eda5a33a0fa538b9949ec33a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:82254fb1f4ee4da82f1a6326044cde4ba311044cea5a5c2e28da70a67a82e8f9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:88179c9f57abbdad3c20d59c3ce38768b17e53e7f463167fafb447810a9b78f7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:943f3d2183309803791c84adce621e29f3a61f6119dc0af1529cd688063c35f9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d6c0c5250326cb44c5950c4d46bd13fdbc3acc7d36b05f1dc34a9744aba6586d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:426b08682f0c5d8833046d5ca88f2b3af44ee38218dcc57fa41a884a9fa938a6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:64e190645dd9dff1f4898ec45cc4ac42cc94f1b4bf8b1b4022a07873da039a36_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:bd152c2607b552226f73b3a760aeb307592cac725106da7d65b3ea3a460708c6_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:cd37ef01e0c5586ab14e6a041a2cf093dfa8815b3e21a1ae636369b64fc2a253_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1922232d6d920c408323f02e725c79132e46a9d73beb16244d0320201bd2a097_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:2622b7c4add731fd89832f5eebec7c86300749d80cf50fe0e397657c52dd2fdf_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3d77a408ab227b6658ca9643adfa97499b469e7a2faf1a2eba8cffb57fa9dd6d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:b29944894d3e8fc54349b0382fb01b25cf4445a29f82c45a4e75146c18e2cf8d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:47a37b58e2bea7dabb2da791027a2e880c10387e6c836bac1c45bcb059105156_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c1836d3d39c323a9f3920b769a8e40af886abbd390a8ce57b7debfdcda966860_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f4fd8a5427d8f74e7833efa23a0f7ddc8f4a2fd497b85988cad2b201f9033264_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f872b70b2027aaa6e426ee17b4f08d729d4e8121e9e98cafdec350153ac6d464_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2e9f6ad9b1c5ac39b9e8813a056155ad2b594a264ddce4d7a5ddd411f4c9e8f8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:462c3f69e1907a9b834188eb2aad3426d3f262315d1fbdb5629eb42b1849be0f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5250cc91fe66d307afa3450a2c052725c340731911b342332bc3dbab76bd5e22_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:aad8e6a28b5544fd9e8db6641fcd2a85474eb04f87cd3823792710fae0e127c8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:610b71151a7df8f4e29091e43bf71ef4a440430bc1f395cdf552844c3a111577_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:81f8d5808ac1503ffb406ebcfa40ad33fe4c13a62ec504c535b94a01312c3dd5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:9a58f0d4761ad3c87d0bb346a3608965df2d3e85a5cd92072dfba1c831570279_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:abaf2a42a5b82e5bbfe58b051dbd24fd71db5dbd2375fe6b64b01e8154ebb183_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:767e3986e21c2f1514a8a12d8b07d8bfaccc5afabdb58ec2cec07918d9805554_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:e52247597556738716370c233f27fe6893bd7505b647204ad29e4bdbfb397c36_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:03201ef76eea07d6632c483c1f05a1b983a8fb17e892722f673d7903d3d589ae_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:c87642be397b0f7532a4d798adca5679a994a52f56ad0825859bec705e923f6a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:2296b574fac529573dac1bda657ea2916d59c5adad72385acf19d8e38146947d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:2b606ac9745c95d3c70d91044357602677c8ab5e6242ee78aa9f11ccb4729e57_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:05f4b34c9abb9bf70a50c0250f6b130274c276a216aa3d2d6a18cdfc61899886_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:44305451a86fa2140f50c3a6e9d430f84aa4015834d51d406fa5847bee846d04_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:2f962daa09a741fef6dae721df2f0c66b911b70ac45e50fba5d3c4e17e9942b8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3a22070544241e1aba74be893b409267d894b867cb245d0ff8bdcffda72f8930_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a3e610fffc61c36b60917fae40dd3869de7876ae41b286f0d5397d31fa119f8b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:acd05d00f32c61bb6fa2a544887dd218002e2135a0de1acf7896571768735aa2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:0c0a5d2256bb2f57a9656d8bc97df07613940255c6add3fbaf2e6322ca840d43_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2cf1694768e2bf9fdde5859407a7366f44dfd567ba956cad64e76cfae189450f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:707d8e731d89185bc601f005fb49bfe73a063702c3058b7de342e6b90e84c9a2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8c6a0ab37cf5fbbce8b9ab785c93d9eb368180c6ca39ce13bb10a7eea3208f3f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1b54fdc04c2314437910c9a093e8ec65dab98d46351796985a21335a6b769e0d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:21f55af564e556247c4ea8263a5878314e025f290a723b716a9402c3ad228084_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:240acd5fc3d093867cd7efd4587ebefe048c6284a801da08faf8e2d9fcb19a47_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:be910f706a78786f57bf9601f04808dd78cd377c7dca4e0fef655be3a03e3350_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:3588dbbbc1b77e32314e2cef4b226e8430c04d269f8fb0a428d1859cbf95748f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:53923226087001bf8b4a6fe17761d2f7f745ab20710e7c1074673c6566a070e8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6f20725914f0924a8c0e605bfe6cbb2040ebcb7953737a120aac78ae540cbe34_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:e54b16f55fc9fff3ffdd04798462db934a9c6f218cf427a29b63235c733c666b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:11a2f9b1e75a4e3af89c08a63a03854b3c8b4e42b3e4d82151502322b896a11f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:44846d7c33ba800c8078e768421b1d9b39ed30ed318b680da06b5c97ffec50e8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:8c5c065ef84a9e997ad7703c11e4676470ee7a2100fe617b51d08c5232a3cb75_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:94d5008f0cbba99ee510257dc9921c6874e3853bffa0a22f91fb8635608c4cd2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:00f6088de94a844f32fe0f9a182e56ab06524c946c47f2c5e7156b51cb5602bb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:1b94bd10f5dd7c2b2ea46d32c905b5d95634aced341be5dd8afacf9b8123093f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:492ed93a8e5a9ae62e754c29240958a6c1909bffba60fdd5fced1097b955bcd0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a301c39c613445ea4df3c3bb70cf653d456a2e2f2cabc8ba7899e14792065170_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:31af242f688dd17a96083aeb35e100f97d99df2e1d95ef975297cafca25b6575_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:55faf10fc5ede65f8bf6b3c3524ee3dc3427660180aa499e208c1a0ec2edc0ec_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:7bebc921122ec103b0a42a0040f98dbfb821a1b735a485ebeb8e5a58ba638216_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:a918a598fb1ccec94141c0578606d66016df51dd6d60437e6abef990d58177aa_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:0733858547fe3b3e5ba4fd312446b846f4da4117a767552662871d61ff6952c5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:61ecfb19f466f5e76b77fba34b03b592cd8465956aea1d7c64e2bc27ae1fd2d4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:97ad34222a7b6f40f4e7f371de5ab7f9bd21519abd49dad6fb9ce5e775cccafc_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:df538992ddf8edd62462644c5fdc23265be18523e42ee350226e4ef341896fb3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8f9dd799d03d523103b6ec8910f1824f01e142aff8c689d55a3728250b8be3d7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:9c0208ed841ab00ba866121c2c6d471cfb4356d05501a2a78c563d4d9735344b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c4631236ed116c123793555732f647ff3d3fd8cb89a4f83dfc846b4456e03588_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:eb77fcd0fc42f542e8f761eee4003cd969ef4e80b94f10e2b25e801acccd0911_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3986a780fc3c4722e9f89872becc411c9d30d824ca97990ea58943c95974bc67_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:42ebd671fba15ee296288177629f54b680248438351c85c305a970d74b5356cd_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:950695ad184709b631a6220ebd01cdcfff0c841f9c0977db7aab1fb2ec309c76_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:b664dc527a0cc5864e95b25751979fec4d4500ead771860fe6aa4f0f24c7ba8e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:41be253a6c643b9ff74f2728ca9c113129ff2cb7139d0130e661f757d178127f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5000590500a94e98d05367647643d0a878a940a55fdb22fe24031b254d40e81f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:7e3d1fe26cf4c96811fd9992becaf4e4c01055216ead8f58aaf3b4842b216d62_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e399f3ff5ec8b143ea7261572b85c170e39af26dd92aefbe21cc56fb652cfd16_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:725f8d814c5acd2fd5e5f38106a89ef41fec83ca077647cf4c9c5f909e338660_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:81e38a7a721ccd6b424b8162de021155c8afc3d4e036b26baece7a52e1ee44e0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:9b07702f9d90053a3e349df86cfa61ae30522447b3ed6e44ea14ca34e9d54f6a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e12cb0851fc2f5e35c9258ad9360efa8f107b0a79e1cd17e0b5e302690125ea7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1dd92470819fdcb1772f425687cacbb71f1ace0453cae1dd4b5ad01b747fe54c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1e76fe522f07e3acac6cc06c67b783af055d5d0f068ed64e96ab1eb38f7913d8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:65c62baa1eede5768a6d01c4a6cf9e5b4c8c9dabe933d167228711ee6f50bf22_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:eafcf7c7eec61806567473c474d88c2ee5fea2866360ff451214a20978fcbdd0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:98845440ef473d8a65a926f6fc7e9bc95e2d975c6431bc2c64c04d166226cce1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:be08fb249d0548451580e3795c97c98c9275bd2e0d8d6ac5385490876578f4b8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:e28276a853d5b9b4937c8d38717139597be50e7458801607c841a569703a97a2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:9adb740bf133ce7652c8196b32f4c5c5a3ef65515c4b861d8cf2c9c6f0d1c4bd_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:98845440ef473d8a65a926f6fc7e9bc95e2d975c6431bc2c64c04d166226cce1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:be08fb249d0548451580e3795c97c98c9275bd2e0d8d6ac5385490876578f4b8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:a8fced5ebdfe32003054afcac8ec22e606806a53dd12d9ef6b594c9b4add893b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:5288894add34aafeec729069a4a4917aa7d4156917f9a5e2dcd82aa4bcea2a91_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0e3b5a014910aa57779fb95853037590569f1edc9bb48bba2d9461b3a2b0fa73_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5c3e36c0e3589a527d795af3e4b2c7b543b6f5a4bf0e89f9262992a2284feb44_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6b2f4181bd5d51fa4058ad220841ff9db18b9dfb9aa16de912d89f26320c32e2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f81dae6cfa04aa748063691e788c0e90633868549d2a53b8fb0ce14e37900928_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:010c10fe8bd3e00d8ad7c690fd4026fef3737f41161cc5838a186c7e9b13c53c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:48e8779ae80d139e0d0cd6ff9d5586c66ba42f6c85d32cea200759056904ddd7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:693661ef8254befcc66a4b7836deb522b2ae96b68b10079f232e2d1c3a428ec7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:80921c9a957d7e76d85e0f30c83e8f007067ef8a435e6aeccb5918f399914784_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2391958"
}
],
"notes": [
{
"category": "description",
"text": "A request smuggling flaw was found in the Eventlet PyPI library. The Eventlet WSGI parser is vulnerable to HTTP Request Smuggling due to improper handling of HTTP trailer sections. This vulnerability allows attackers to bypass front-end security controls, launch targeted attacks against active site users, and poison web caches.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-eventlet: Eventlet HTTP request smuggling",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:a629a70723438621732aaafbe799b0f92c2d3a07e9028e22ee2ff3bceb911bac_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:e105fb8b5c80f438d63cdcb29187a35df84393995e142369fedd2aeb89979681_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:20e35628df4b8844ea3668b147e125b32534d7b944753ae1f99b6ea46e159392_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:9e9525d31895ad7e9a1ff753e0895f7d845a36294f88fab8041f2f3deefa6608_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:31a0ff47aa1a017d18773be577a1dc3296001154c7c40de20cbc3cc767b0c16b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:41564206c906171df891ccc7c92274cb7998f29687ff7d2e44399242e38682b0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:71f36e93f7195b10639a5c7db58e2f396f1272c6dbaba651e78a4c9ce955c427_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:ab71874b013fdb05845e94a9b4e3432d865a6157cff72725b1ea7589c6717b9e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:34b678523168aca5571ba1e631a458addc39ea9aaea3eff355fbe091e859b30f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:7cc0d1bbc241ac63a5f45a949a439d54316c23c7045659a9d44771e5541e7e17_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:7dfa6966d81447102d92f49b7256c7b47955f1d2b60e5b9dc133f71a1b2c8033_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b07a724845d8acbb842e9c96ebe2ab5355f266ae382d703c0f92a84c6d79de20_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:3d124f0dfefa90e249b024817c37087e6294880030bf95333bdf0b39bb1db696_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:580b4036071c17c8551b3171c31ecaeb61aea5dd431d147f036a832565531948_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:5e9203d284843bf5a5a3e7178104fbaa3b4a620bc6f889b36c6c077aa93f56e4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:ccb8be0ede2d9ecffd5bd7b4c9c555156b826cd864f5eaae87b3c1c58c7ede31_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:17d2506a96ba4da62c33738d9798c651658555531ba721f277b95b9c5283df84_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:3e6f6f0d6ceed5244d82b17442e473729421d59ec5cd1a71deacc15531f2929c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:8ebf277d8c153fa0be2825ebade894a87f61ba26c198225e4fd714302be26ef2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e0ead7eca26924691145465af2c5c06efae71a197f68043730e56d5cd63aaa59_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:2d9397f611cb4830f7b9bb67e7e35af224c0f121e4fe884c98c7c4807ef84855_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:79e8c5b1e61683f9c78e8d1022c90ce13c4b3c438dc373773c8d174b9835c862_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e104e90349ec069f6b4fbf749dd261ce91b21237b367c421bfcec3dfbe1bbbb9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:ef70455cbaeae026e8b15538a2a1d159bbb35e47427ea97e13f5e5a7cdf27dcc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:1683b25c778adadab73dab246e98caa2ee21c561fa57b1f2ca7211eae88876ae_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5c875e3f0f2b0c11b8ba123f0716e007fa09b21ee696dce0c71ba774c1a2c7c4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6b96865aa6187e5d1d46bb64717dfcd42a1cc17f33bbb96be9021d8b61f6465f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6d1451124fcfb4ef7a5a4c673e06603443f538c6ff781f10706e8814245ff056_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:3cc3d7622e92973a3e7c5807ee254195082fb9808132838ac28a357e66e892c0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:685d78a491e935d0b4e7a8eea29df7863976a60800d1e08c3bd3faaeafad5a25_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:88b54af358d720bcc453fc09511bdfc7793b211dce0014648eea9ab01fc623f8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b6a234ddf1c93f87ab0ba77b6dfbb1ae9ff2a1b130224daded0de20781a1f650_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:68c09233701045a0512a7310d21be057e1baeab5eab74e246770e148daa87c53_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7566fa876d194d7cfd6efbb888c2ad71ff04c07e80cc4591be682c095d1b6822_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:790592a71ce9e5bfce5c82f0efb257d08c463658db59b6bef0af4de7d0ccfbd8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:db9a84842c47a03d10c5e9c1c27552406af1b748efb9a4aabd8fc3e4da3d68ba_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:10eaf2277f538f2cf72b3f408cec4168f718acdc1918f0227f6b6c62531abbb6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:1e58da4120c75035a6adaf6718a1e97ec9c3d6127bbec91836171ddbd7141049_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2299f00f191ec86185e9c9573d36f213ca8e6d8bc6fe104a4ff5861e81911ff0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:64d10474aa6082fbc20dcb45adf3f78369650b94352eab601e16e3ea0f45dc70_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2857f545269812b58ce790369808c13b1c6f891b1c8521f61031ae1237d5e7c9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:68b0a64071a455fcff666bbff51d2757c1c395c7ed8d533a8e36ed3c27d1ee44_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a045a2aadc8aadf68064292aed51b08b5b848fd726bff69e8811a23fd17f7da5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:b47c8a889f18a9d9601612c058e1c890308f1603584b626d16ee7bf50af00d4d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:03bf1102e3d50616a2431782c84cff62edf1161999bf1b10662eaf65410fc55b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:6bc2b0f07f5e3ee0986b7652434359992bc995788d7a1fcdfe393f2b1a717dbc_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:74939b01007b6160c704836484d686b246516a2a1a7929a09901a57b9b4bb512_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:fbdd3810520e77b36b749f73d70d416799bae48b35430eb025a6b4e5d4b42b77_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2f57a1926d479f00d26f8973d6edac58f5030df3010c33e231d8d350f5afe3f6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:5fb00e50df62152bbdb2b98fd2de8054dfcd4d4f27b07001a197b0e6bb5e72f4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7422274a999abaecb4642499177d042c60f0d2b9bd9b470c7797eaa1ae03a901_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:c1d816e822e159bbd4b0e96ff11c2c0866f50ce60a0731ed995b08b83e9cfc9a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:1c60e886fdd81c6b90dc6a0f142dc5c4d5eb8c9d5bd796cc343abe5bce33affd_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7b549eb97fcef1ffb0a36d99e385098665d88b96e983c0cab4a73f0a96abedd9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:82714d7071cc06d1ce7701311acc91cccca5970b8d00228c164703c90657c56a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:efce8f153aa7fa0e0b4fe0f88a29b6b0d3e91b94a7f22f2986797d10c3292c84_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:0fbc562bcfc4c42579ecc86721e9e5f5d73784d5608ac58514081e3503f7c813_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:34eea13ef689221a855605f253e237382ba0dff12442ad975c2c5f0054011b04_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5b24ffc3141a2022711242b92b9ef187ac9f243e92862588779ef465efb312a0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:d733261ef4993cbe69ece9ed43b50275890db613b7aa258bd0fb9f0f15978cf9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4e4d42f9f65e036769551889fc5e813e5931ed853d3ba24acdcaccde692b12cb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:80c813e3e501d8280abce8b3d0564ac915ef638277444ff4d05ed9b2d02d478f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a81cf2d9704abeb5e16c8b9b46a7fbb99bdf0bdb1ff5f8130b2a2d61b61c75c0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:b629bf6b74a1b8d8be44b2945a6e42cda27e0d828c088a5b49b6fe866cd9a98d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0e57f63039219af389f3920cbcb324436a2aaf1a2123f4c2647f1c1edba90306_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:6dd4c338afd7f75a01d8161008857b1dfd0c1e0a7516c5ac79387ac7a4947237_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d996ae5e72eb8bd4584b5b51b1bb56c4f1573caa0791c5e66a5c89d850ef3dc1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d9b30068f814c6c1bcf9798e35ae70480c993dabfb5d88209b48f149cb49e6a5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:939ce68dc53e8612f38f1c9ee2a25034e4d7953f98b136dd24966d30bb7d4e82_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:db48cb10424ecaf7a52681e7e17bfbe187ee238ddb3be21ba599b3aabc856e0a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:3bb343771d20dd2ec6a05b595dd0065474799b189c33985589f07217b1fd321a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4f81654bccced71c7ae5a5c3946d219f6dded80bcd1025466e4c5b56923b263d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:629425498dd6d127acfcc5a3017c7c983c60168c4f3ec6a006846dcc6874bff5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cf01a745925200f7159c83075664127536f48e0534e319a651cafa9f11ae17fd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:59214d21308fdcf9535342dd4662ecd4f8ebea431270f577f5d6fd266371b6ed_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:ef21c8c721f544404ba4ef1d9e15e4435af42ceec995cc2cc43d39925378b3a9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:bfc8feac89b1aa29252fda1d473014e4723b562d59dc88f3ef7872a94a6d098b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:d4979ac2a5c608ac31a5683811b55aca412e6726b5cc1ebe4b214d3c8dff15f8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:c89e9f403f7dd4bada53f4ba338de51345266c2b657adba6cdca65172d113aaf_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:cc9a82f57cca4904a7a4d58073b1ba7624090301e0e740d961d35a860898d8e4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:d63a70864e886482cbcda411c93c811bb3b1d904b9a586ab42fc67cda8ddd9c7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:da37ae31a142733b6add537f48f9ae28b3f496b1472ba60b0ef5587ef8d5568a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:396f40db5ba672cd4ecad68fa6f837405c9bfae9fa38f1276e672918f9de7b4d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:7c0925fb8469922ace0b86ef5f81f9ba4bc711b6277172ee963a856b7252b741_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:545a23225833cb931e6962febaf183bf7fb7d3532c5ffa4556c9c198f3b73954_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:b91eaa2723393eff033053dee12e51852a7428dd0c06de7ec92bc3f561545a31_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:c887cc0ed1561b2253c907df741d98c1bf4836ba3faccc2d8c5a8734e0857fc1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:f77de5df278c92b8b8cbb8f3f0d93333f3fbcd4a0abb834d1edc5159cde007cb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:843858cb4847ed991480eba34975318360a498aa2661729c2c11133ddef21db7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d344bcbdaab988fcc26ae36cceb1eaf2b5f60943fac7bc1c318786c5b33fd45e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:5135f9f7e7e94624e8a0c319228380f86eec7e833130bffc4d005062bbb24075_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:b0559b45426a1525296d6c9790d1fdd40314e1ffd48c6f0c7afccb4db675813c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:2a34794e9a9694b03f338acec35e7c52af7936006878aed6dfb9ab216549ee96_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:5fbffddc788c5499be501c8650150299d515527b230e62dd15920b33f9eb93a3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:5976ec6aa81c47bae00c6d399adbfa5d38894d89e926afb414bebb94e5b8b8d1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:72972cd3378a738e45235e515cb52a206950fbe7d0a57f73aa3fc352875b4cfb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:654fe020d5ff989d8092f577e5137ac9913dc8eb6b90007c85e694e5b4ae99a3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:7766c535404fb104ddca41eb50e2be914c14bdcb6305ff3f6ab1508594c1fc90_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:fc9f987fb8c7dcc4256b38236d89fcee5155e3ee5facd62ad794c6d94408714f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:feb92f825bb3ab62bb5ac81ed63718f5e3fb274fd0b6575487285e55bcd549de_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:1497850497e4ff31638d1b53032a1162af975c3abd2396e627ad90ea4515cd94_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3a1df74d7419d8a2b09fa4741ad8f7ff71cc856745ab85ea91a0821dd427976d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c1b8250462e0d3bedfd64c4611ce9e9aa77f6475e48d948a2f844fd293cb649b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:de1026343cc529670671124a64b039cfab52a4bbbfc7d6d0d1bf5d6c21a0eba0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2e98c100a02f00cc2f58fc7e4773041e81be4781e8a8c02539acb17d66cea93c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:55973d56e1df439ece9c90bf4a6ac870c4be37fa5c718c90da6deb275c34c062_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7d39c8eccd19b70bdab2757e9088f1e3259cd0ee8c0a76421f8cca3274ccfd5c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:fde0b6709806f4fa012e86093d3abba689c7e4dce25859df9993d02f77adac38_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6b089f63a260ec9dced6dd494b2cd8b48861fd8a54f5a1669862165a4030d790_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7d96b0e06e1b04ad121c95d6eb87943032f8734a6565fabd6ce99562ba873ae9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:804ed4857fbd1bbac303549388e72451a4d0f81b99696fc7176e196db8644140_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9c0ed5fd8235d31c3a959cf3f00717a841c2e5ea2e9e222454ded28932ac2f2b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:25d6a0e67f63ee551a50d23bbf3ee87a8590cc618d06a1041327af0bbddcfb6b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:5c4c1cfad723db265d037968ba4892ba883f1251d06a6b348d3f5bcd78f3725c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:ba8f4ffe3f54ffebb1aeb3ac55b9c2091b3be0e2eafb9f4fa877c6b2a8abc787_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d05e5450605a9101e2b4502927b51a6bd93a8eb01ac3db39918ab17ec3c1cb86_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:229900b0543979b8053752c05214994d2590b501da90dd6fc43ded0cd839a2b2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:241f97ed5176e7d9234cf1893f43dcc08d375587540c7af47c19977f44965ae6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:811a41790eb1654cdd1a133ae525e8fc329fe330cf06293d12653be5c3904ddc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ba2426e6f8b4c4f49b191df2ef4824d30486a87aa3bf3af5cecc5aa958f96e43_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:18c88139b031c49545ac09935d1599740f0b49e3c2fdd1d84f4006a47bb2880c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:314bd5ede25ad4718f9d682ca27fe8e8817d79922d59302f0449a55bd4764f26_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a0554e2bc18e8e16e5fc1efbb5fd653a3858f177d0fa84091ed1e48856c44672_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d0092859b3dd498418cb2ae30ae100d91a6d77abbf2f1be3400bd6bee1a57cbb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:0608e6ec895faca9ad6eec7f657893b8c05a3ba72600cb734cfd2ba7eee926f4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2a251ca88b8d2274b765b591bf4e015c1e817c0d98fc5cd7c19f51358226c1d6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7b50b78bfb9b21f2c6cd42be9990b95f1b3b810d9f3cf62d7ff5541a4ff7d5f4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:f80ce5f1854e4411bc2d73efdad02ff4b5fad6b15e2e3a09bf69f6229107c0fe_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:08cf0dc27f2e823756ba009358a028860354793bcb3abc9ef7c14d71ec011fed_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:285f603dbe97db7239d699ec52febf0bc5fe157222c202235bd6f5cc4af3b974_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:b7c4a0c49b1857e22b71299f9a921d0c56b831756f33708399b7a03d2f61d8e5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:e6ff566a5aa48b59411a421e98ce05e62268d4ead994c08e8bc4643beda5f115_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:22bfb7e9892df6e4045f7246544cbb73e900d17b8d1eba74af342dda56f697d4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8ee226df0ab0bf40ee1eb32bbf64b2feeafff15a165b92be994a331949f29516_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:97d901e0371158483af19aae8db34651dcf0278fd69e0ad14293a38d4713c58f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bbefe8212498c9204cf5a4b2834c8a7082f732c726fcaeffa55d9b66b5ab3c13_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:4b415d00d49331d5fd22e1b0c159ee4579506f378f1b13e8e1d0c1829996f6ac_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5c88ce9b17d4baf03f9ab7e89dfbd9c82a8e4bccd23e5dce74e11d6b2a0ecf6d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e6f512f11629d684e2713d7421677d35766f5a319122fae34ea25dbf95e79ec2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:fa7b4178af4fd9da7174d8c94e96363d73a1cc9f60f6a55a3cc28330ff7a4e89_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:10f802e9e5c96af91d1ca1427ace8984d2c31dcc7c409f3165e1ab21281293ec_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:477d5a4fc9a1354090356a06603a9b135814e9ee97d9c4b51046f597e195d5ae_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:5a20619d387dfa67a22d51e5eb6c4bff523b7fad8ca181cb4c09df25fa3d3540_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:70c40ef6f8cbf444e59c4522ffeb8800d19dbbda77a02f28310573d9941d6f2a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:26795eb48eb93cff9df39e25571a32b8d8c4fac44555227f932805760dde79d3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:45e8ad4ee3c68dd7425e889134eef96aef80f33946b303a1577593d53aac432a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d9ae6095cb2d622d947a1e861a56975ce434c7b57153d0dc8e4e9f1ddf95a393_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:f8f12d1cd2272529e159bbf2dc6680f772194cc235b0138146f40a499a9fbe2c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0f016a9fc412a5fa8b8289a19fee831b3441571d7a48135b92b6736af210d700_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:47e60f0ec21835c324472d63a89089c62480ef17e2225b537c7023404f63c796_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7a349e32d85fafd4f9dd8db4d80bd54e1c0869d74a542f698ef78bf6aeef4dfd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:8817b906fd93b0980fbb687876d4664c79668ec3e959d2cf184a3ed20aae953a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:027c710ef81f40bd47b16c296c121e36785eb5463321078f6bc657c37f2967d8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0d2b94501e72370b763a86146266411de3932995240514cd26362a0805525c7c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:ac40d2c4950576d453b18666a9acb3c19d4175d94a28d6e0e9bc19a4c302aece_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d9f6635946e9c0ddfc8f479486f08be9fdac8bc9f73d358a3d049b6feafe81ec_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:1ea77d4c8308769c7e2b5d667c8af3ee2e543fc0cd0c49447460c37ff0c56318_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:56aea13311a96784e84b4c5713ff5693e6aaf9f6035a042c5a28879019e3eaa1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:7eb0043c124f96f76970f835870cd45bedcee0179f5c63ed7688191cb5e0d718_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ae36b0e2d4f0efd222926a53364be6d7f9723496efe2463cc1521a85e0318808_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:81645a618293c85f28a1632034a0f3244cb15cb5b636d6ef447e571d526d3f60_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d70d809c25cbcaa772d2068975d7821b49f965a21be8ceef7ad7a17bfe79e611_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:dabdffb17f32a9684101e24dd08ea4587ff1c288959648684cc89f46ccc8d7a7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:dea959447acd57eda954f5fea4bb3d623d6bf19f11e7bd8ea04651f5cc52d95f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2b19aac1bb3f64b3e45d82d207f18fe3b692aff7d694c1cf99a02601dfadb2e9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:3ebb46a8c872e2dfc1d2bc7e50a84be90c998e721cb935a7d675e7ef02f204df_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:85930fd1b83c544a5debbcb1218282c91208fa876fb38e9564f3562ac199a30a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:97e522d7f8d7c3f88f50bb511f1696657f9dfb41282c702fbb5325a993267fd9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2eeee557fa7b05fabec97b753e50fc8b54811337b360ea542ab23a32db02165e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:8933a240bb1a42d823f4bf6feaf1baf6a6f083909fd9e5a62c8b61ca770cee50_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:8d06909ff0633fae70e3cda3ce95a1917ea8987c8e1372b4a8f00343494ea5d1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:f2153f3bd5ef181653f9ac8f40a8389e58771515b2fc49f205d5247455635c65_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:1fdb8df2f66c1558fcf03d227a63e58f63b990f1ff47ad81e3e3482c4e89779e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:7a2f54cce726a5f12a29c84d8a3af601d3627d1255b95e4adcd394a76e930c18_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:7bebec78f81645756aa1265950e28a980fd4c042b651c7b5c6fe6924af7675ce_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:d9af91fc94e0fb9645b5284e1a2a8a4ce3029a57c6c92e30ceff6562f7522b81_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:be58ac468d10396163e8e30c2e927d365ec7f21f710b99813b9f8f74b260c21a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d771771dbbed4376ceb699139a02a5b64456f2fd90f2cdd873879d56badf2885_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:de99fe560e6048e4e34d46dfbaeed9f5b3ddcbf41cd172f6c46cda8cb549faf3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:e8c673493346ce26aa4078ea788dc0b3c888613b8d161dee4a91d577f4686dcc_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4b909a7fa9307c352c5a50cfebe3694547a60195928c3a3616def9818dd6a701_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:74c62d51442c13d38b45be851fd70040ae8dbef49fb6b22a5cff7ec3d20918b3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:8acbe6bee1e736dc4b636057a9ca03e6d19a341c207f4856281e9442b4e2f5b1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e214faf773c10d348cd1fe3014a1541cc37f8484b53e35136f67e0bd3bcde588_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:19eb2ef0c58d253602d9dfc10f356481bc443b6ba6a1729eeb253549a5b06235_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:4aecd8e8a99b71f09c3fe659399204e461b1008def654038d8d2df6df34eb3d8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:57e1fac2b2f950168e3130a96d96a839b183c8d4bc5f051af5a951a13d69ddd8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7e60e4e7673f57490cbf6c96a033c4d6f0e373941cf7d7235c2455a7e7850a77_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:1e48b7ea9656f56b0ff7a95ae25a7fb6303b796f70c8a80925c98a1a38d09c9e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:30ffb3abac5d66f0d7192c3395f4e29f18bee60eec5b603126308cb8e986155b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:39572ca95b113cdbc944e60797371c1c70d210b718086be5796ad62a0753e74c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f04d8f791bf53ae7ba29b1c3ea0847d13a99a58d8d13d53eac95a648c4fd7d81_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:01d126ad02cd31c976cf2857928631f421ecf59096ca0e61daa28596a9ce3bad_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4ce5ec880ffd93abc262773d8c84390aeb22cf7aa4f6688b950c0490df2e7b0f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d1c2b9ba0cab850926c999b43cc85ea7ed91c5396d1d3ca272c330cbcf098392_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e46881e84e706330e4ebcf93cc1ec2ba9e1454b96ecee79fb81852d7b5826853_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:40cf04b4677fe397b6cca48fd704defd5dfbe5849116b2f855059340fb537da8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:b5df8abccc723af3f3ff86b4d1fbe7f643b89bcdf87c93abf3b926e8b622efc3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:b800c84b0984408d51fe965464e87ab18c0c3d82c8c51d12fbd488f9a6f17f7f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c0b5ffad8095d2ec71180e3857c7e5003040c79ea93835c5ee7ec6f544a406bc_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0f58f90811f760f3c9266f674a8f7fff259b48e10f1a8e994c5ec8cac3745191_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:4d336c3a625d32606df94aff5194969a6b3e20bd8586c56baacd509bcdb066f0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c67690128b6b243becc0fa48a9c8917740c4e4c01cbc3798c72e03fd9629430a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fcb458c8179222d8c01853b9654ca9708cf5f34146b6488486f2d44f12a1db1f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:10227468946141bf8f1f0dd71860ec2dcab6888ce2ec096f8250ce27dc9de66c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4cca1c61fb2e435230b15535e8423825378ad0f523e7eeed5300b139ade380da_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:c46179b6395be403c3e7915f9953c1b9527c2b384284a3ad16e0091346a86621_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d4ce3e07bfee07e11573773846eb94c759a6d648c06db0bfa2dda1f0110b9f84_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:2040c1f1f4193837690b31dc5f88a840bd6c1c070ab0b091bd20439dd9dfdb49_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:2ec681169d6ce8d33a853a03fb796a312e75992052f4546f94c2ad158bbb9228_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:38d16429ac19db268bbefe2509b4d88ab3cf44e0c4f8b75a05fe3b182e02506e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:8d49a0a22cdef610f8338e3e4e3c009d493e6990d6fd68362063a9138164cd1d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2e170eac98d152abc69b8fa44813a290b9cc2e57bdacb84e97a9ecbe602a7631_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6f08d4c8d88aab768b5c727b824584cb5443f67e69fd543ea95bcc8cf90cff2e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:aa161f825ec834c11a77240e4c8860d7e49957fc6137aa2730aee57d3b34b7ad_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e5568dc2b0aa9f9251b0ac80d28b2c01247a9fdd1a7fd42779932bcb9c0116ad_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0594f924eaa7baaa8350c40eb5b2253c99d8ede41d58291d362bcb334bf8eff7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:29473afe198e78ccc383122e9b9db15562d165d1a1a5d2ec9384f6282a9722c0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6c0d83c46bc0032ff04ea451858bf53db20a42b02c72870771a683b292977620_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:74ef91d30366fd9d581253c29197ebc1c237f72db26b728f7c27f26a1f446d0f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:1c0d5e001e41c928306cb746e0ea360cadb179221b726c5d11709f381132fc67_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:1cb6cdb6e3bf0b41c8844a6145a44416a2d385f640f42f496a4409db59f0a509_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:575c9649ab6ddf045d4be5b4c86501cd0a63fe02d73b4a803b511213405ff243_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:e82eb82d215ec8520e1938f0752a4ce0c869e865ee1c7fe2c96fd95ed74751d7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:31bd457006ce5cd45fdc3428de8e69856a3a387ef4383d1b08908a6f3b35047d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4f7552d3e6293c981fa9da6db88f330bece8f668376abf43f71b906553a5c99e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:973f4d0e9307929973adcd633718d00d09196bbe271b4f9d24f8a399643e1eae_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ab176c397c65bf978d7e517a34e10ea45c82a35f65b8bbe39f384f776822c03d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:34d1ed337dac313194803cbe7336560b7a630adc9cd2bd785883be5048ca52dc_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:4d29bc385e8920f178688a741187cc67ed670ea997201952d0b9a77b56c762bd_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c86661524ff0c65bd9dd0349b73a831204010ec59c84786916be4ecf22c625fd_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:da698e145cf30d354629fe8f6c4023d14fa2b5b167045bd8a6da0ba441b8c92d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:53be80af8fa2a60d9bd89de8e103fb2eb2cf008acff6d7f89383d861bb8a54f5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6decc15033377fcfef17782d66d17fe25501b157d69bd83e85a87c6e60f665d4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:8b2d6dfc8fc31a67250dca39ac60bdaf86cbbd61353cfe7731d4fb1ebf5463c0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ab21f8f97947845bb94bf6912ca8880ed39c4aa3a849af7f804d28c11a6f0ef6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3f2412d3a5a21739fc209d7caff76dd8dfc077f8a5a3a5034a6ca7a29532f14a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:598df55cedcdd92019d97e3ab1a6227b139798dc69adab00a65371e300803eb0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:9c4d4b4b4f7b8cf69f9535c0f1191f4de338b928311b0ed867fdcb0d8156220a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:df5cccd485b9a00dd75fd58cc2690f4713062e43fcba9aad630fa400f314c588_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:2814cd076f00b58ec1abc468adbe95d2281b50cddbce2d112dbf8befa70dd470_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:5903de42d0ee79b46d935ae3dc54e88a62d8e09dfbc6d055a31d3e6fa3c4cb81_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c1327a4cffa9882b931047ae66941c2d3a6f4c96bfebe56cd3070e3deb22fdc1_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:f3d14a42e2214c08f4695a86b716a383112b70245a711db6fda0a5a462371994_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:2a0f25a54392c0e18a35840e1d29f31d5dbaa7325819fbf58656e738496797bd_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:3eade2c45b25c59ca557f5a284adda009b84a3f6d21c9db089d8c5fa7abb949a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:992c550b1d50408bcdca519980d914bf7bca4ee382ee0540aa3af2d034eddc4b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e06661e1b9f1142191ead0cb0f04b252619ea50c2be307177853fda34761dfd9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:03926dc5ab653058aa6d7750ea01a2b45c8f17a5ca7a8e67ca652c9a0dce194e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a13900fe0e23c9421046db6cfc237d21d0a744bbdce29fcd24c9f17b360469db_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:ad14d54f4912883a0140d3ac97c6b2219e3ffb87015050bb147ca0c73cc3cc61_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:b174fb64ed734452a4390290022fd0ec60d37823be6b12a17c2c6ae7681b3594_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:08553069c4783d2a245702df54c1164633839ba790ebed8cbe1676e4131090cf_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:33d14b8d5f2c6b2e06b4bb0afb00a0725195ac80899f786640a0c3df9d238e30_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6b96857862bf6275ae1b5cd28a4eedabf4ecb6df67a441f47c1469359e76b9dd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:8fb9394145dcb16031acd61a0357c81facc3f7e2c26c8a5925581d68389805d8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0f14bc30863ee292aa6978966151fe4e77f43b502952a32565035ed9d48b1beb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1dd2bf9193891003a1666b3eef1890bf737089784285b1227393a690ca1cde04_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b2218da01a451dbe0e4dfb108b2c153e1a1b3399d7e6738e4c191cfc8f8801d3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:eee4ef2783405873838d6b4cf42eccadad062b9f056d5e13b76e709f7876c9b8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:3b594e4afd1f6540d0c0da8f875bdb8de328ba3f2dce17c8226712929079360b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d82ed0fbd775b5970fcffb980f6d28c885c1e2f9d44f409507778e9cf9bfde8c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d939c7835722074df7a0197e72aba718a27b8f88134883df7fd654b1ee57f0a8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ffc14425bb9275fd713b639c43ce33bf303c54e38cc53f4f9db3a3a1f2a6f105_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:463cd33991582264476015ec2ecf8ac12a9ae4107897cb2558c1d9a4a1b412f7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:876321c429821ed061d0908b2c57c02b865f775f47942f15401965ab1eb46056_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9cc79bb2a2c6602b4a72dc3abd536b1e47ea245de4f7ff2b3ae08a4bacac6bb4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a9102ac4baccbb625f4c4bf605ac61967c5381c24c777aa819577c2c7cde6c39_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:06a4acb5a7b97c5f66d70cc351f4636eda111bc81454308281567359ebe0e693_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:10439ed7506bb140f1977a564caacc309002a67a41c61539c2ee150873f23b69_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:113236bdca2ba374020fed560565f6aff01002a32c8eb969130b6265e1ebdac6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2996e3821813cad87e4bbef83d22bab2bdb80ade147e2f827714321a06d50769_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0a41b5b6efbf9ceb5605efcc5a74e872e5b82366478bd9aa1307c9a043b25194_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a8430b0829211ecb9925cb3061a328e054c006433bbe067d8746f92c348ff141_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:bdf77c78561fb5592d084c616462fb0341d8dfea9ce664196d398480cf4c9b95_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d2c51e9490479cf86973a6f9132ed075989ae64930747dda27ec3100999352c5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:148e6bf35d15e19100b342ec8ccd8f3b975b145f6aa1596d5a7004ec88684444_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:6cade19a99f1530ec4700b5283f965f9c97ae9732689916d1c40eb4797adb08a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fa007e3f1a38a5b48a21d37737077594f57cac65d08a9da8859bd1f98677fc86_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fdc7347043706d1c88f0d0327e29fd47dca2ba6b41bfaadfe4acb18c175c3a03_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:8f0030f4e532ae452721b47317f2bed3a91b4e18f7d58bc99f117d19a081ce5a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:f8fa8bb4a92b3ad3028f21cec3c5394f565c9e02f06b0619696cebf56cf598e3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:b0ef0d0003586a718c7747a6c5efc24313d757a4e15f7725328f8ce310793ec9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:fabefdede81f8045f228b94b2cdc64ffaa4840c7da5937fcc7ff40d82bd2a729_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:02d69fddf5e810141a02f739de9b3b56a1301d4ecbdad3b8df3b7b0c8c67db87_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:0aa7da9a515f449d3a6da50c5dd8d55ed318b494f2b3f3f866338ff1f49a3ba3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:16bbd40075cb4a55accc69db260da71419574395102c164a388ea491bf51d927_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:8b310a127ab9ef1521dbfa6ae4909d5e79b846838de6b07f8693a6f746d8e1d0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:d167970d8be3d911c29a54fe93b3c5ba2ace1a5bd823fb0dd3b5f0691d67f5e0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:ee8d34565b8f3e4d3c349b05feb279bf6a314f84897e668bc6bcb890e1320971_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:3ce22e5fd8def8305f8ecd28c69bb53111b68aa18a0f8907af504961caad2b31_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:6c8b3d7e73807714789155e434b87fb7444c1ea2cc5197fdd18b0f9e253d1504_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:76ec2d7ea2abda578740aed288764346e3e5236cd8bd1b42e776762ea5af7ff8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:a2cd6bd5ba28e30282de522e76ec1fee891eeee677350638802535f329f41d56_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:1ad410be29b78a62c6c761adb2ddc81dd6552e215f3bd71b2c49c19fd9506c49_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:2c3682906df67732160982aa12fb991407978d1c7a2cb36d279b0857134bfbee_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:3a4686f99c0461088ac8d8d83b53ff967b57840aca2fa87a3d04823823c4d5fa_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:66340f44b99e3bbd8c021e0c47b0617365b62c53b0b3911933d8f683b2c48aa2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1796f001455857a701404a4ee37d793895c4d179708fee5cfeb2467243c8cb06_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:cb2ff11c7a67c79a0164613e9ae68e58c14c6ef7a5af4dc4b6fbc897921db161_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:d30598bb001578c4b9e99ab1d5040af35a27b1b5c7503d566b0672d634ef9f1e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:e9cb3fec3be65cd06e6fe00d2954b8302e12814701e1906ad91833ef18a01fab_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:3616e4a7673a447207307a8acf0661496632a65ab79694abf81d8a47da0f590d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:a833695f4c37b7f90a42db6563f6cfe2ba22d175e1b2562eac67a2bf30874c00_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ef7b269606c239b4c5b9e720fe99a727b2fe55ca5eaf651c4209c5f4ece296dd_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ff65e0a6ded81326ad41c930abd5f396a6b3c2920169d349be3f4240aa212889_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:76da7e014155a69453feb8dc8eedda88578a3d3dd6e25da074013da1d32590f8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:83b56456b19882b4a9c29e1e3099317d6b2f38cb3f310c67cf6297063689d416_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:a0c019865c62a67303956123e1df05cb8a1ac3ddf188638f00b0d3fbab0e4502_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:bd6ab28545e203750806e1c22c4d1c9e10e91b20bcd922c5890d13eaa47982f8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:2a1b57399ea1e13524534dc38eed4139d56a4b56f0db7739cb99048588a96d9f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:48e3d29aeac5bc5c6d1cd9345436af66b233c63e898bbe5817016bb4f5ec17d3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:4a5be5aa4a12e2531d63f983de08bc3e411147454b3f2e601832d4d437a1a02a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:8bc5aeae1421310f6f635cb1679cf3145a158a8549bda6132526d02f533527cf_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:0e26d9dd3ce20a2b973f0128da5a0c27b8550941d1f6a71eb8a2d3db46086e59_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:7f7b4c6d942213eac8eb3b3e87c81094208a3b41e1345964f29e6936c5ac6b31_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e6755753af40adcaef42af4fa79da923446d57d2da328a5689a8aac7d7a6a803_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:fb299ef0ec0e3b11af2787b41c7b1acb5e161a11f244823831add0ea0cced3eb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:00381459ad3d92ccdd5a3a45ad1f09ddda8da0d48f4594a4c219288a266647c0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:076c49eb3ed9183e0ae26f6711a9e5aa1875a080e2d47510cb16e2714afcc585_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e8d9136a62d6038628221fefdae5923e39cde2aedb2aeff9dccbd1b5b1e4627f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:f43b9aaee22c9fd77e98ba94f89d886bd323c658bfe3e7df74af80052e4e9474_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:2014a37e5e4d7528a77ffcf3183354b0cd7c17eb5814721c469aac3d500fc58d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:315f55b2b96d9bb4e2ac7951fc6c3736bee817f27003f370b9006dac7096816d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:707698f30f4c8088b2620c5600f79bfcacfbd5b82c957de62e13ff432dcf35a3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e21ea71d36fdcdb320bf2f2b60c4d2e47b83439beaefe2a78013507f6d4faf2f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:1579b3e033644e046bab63965d6f34797294c079488feb1ab6a93bf431deeff5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:7eae88dd81a4cc334cc312551621a1e469c30ebf73def686b18aa7f43027302f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:9151d366b16d34b16a1c90575e3317054503b12c880af51d496f681fce3f88d7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:bf1a0690529c9ef700e616776f6372bdcc6883f8fcf5be062b6397dda5246b9a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:03bdb8f74c117562bff696fdff572c2cbc7d73901c63a092d63ac5be23e0f4d2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:82f6b0c46cbcb7d23b865db2f2cd94cb83fcfd07ca408dba1b50d28d93c72aea_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cc12aa0e564fef8638f82263cb9d15509dcd032f9eeae171c41543e292ffa47d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f07d0cc2e3c9185fb009f2cb7677f3b9a5a7da7b9cc2e385be40108911b61c45_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:04d44a7c55214235a6ca121f45eb8a2265b6a47803d0000a3f7819dd279bb634_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:aa7d02eb36629d56525c04dc37e30777d0b33d2af3b90e504ba4259ccbb01fc5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:af1ec368aab118eb5273e4e8db659bdbfe94ba2e0410dc0e872fb4703eb7f229_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:b37ec193d3318150fcfdeb63bf8955b1b03dccfbec5be52cbc08251d36da824d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:0ff28e5ca81e1ca5499ea80569c9b8a203b313e989559e4c83ac8f0fbaee0973_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:1410e37b8ce017f7da84c0b86b0411f01e1d8d6597d2dd97cb0b82e05ee944ce_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:84de5559116e4f57c27844e4c9d28ece511779570e62dbf436ef9d452c44fa93_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d18b86413dfd7450e3d201b42ff45d3f3e9bd8ac3caa591bb5ec80dbe55701fa_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:1a53f5592aaaf08e69ca0ebea2f1e04ffc39671ceaf2877b66d3337f7450f860_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:354d017903fc20f2a775c264be278253789845fb207eb876d2f650002e7d9d56_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:89bd631ea62ce494371f19913c50598c14d46e8ec90171864ed1aa9dff109b12_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:eefbc25642cd5387702ba23a6bbc3a33e1d507caf9b5d873657c08be096828bf_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:364bf9f2adf4282b4186106425ccecab534f23ab7603050e6bb1fafffd6aa176_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:b48a010d206d36ef0eb6e079407c7d921cbce7ff8f4d7976a4228a6eac88ad64_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f8efd3a98425d3b6ee6cb9df9d20cf8390168998d5f3d8ae4b8030b9353e2b43_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4ead6c7e104de4b1296fd135a0be96deb8348a6837383bf3ba75c98fd6c7c20e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:af1a072fdbb27a53132f6db1fa4153a3a0c61babca8293a6c40d6e1a8430e5d2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:dd07d396e484826008d9accb4013073f654bbdbc9373c3ec94c79e2fcd903c10_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:42b0c5d6a2ff553e1fdd1ce9daf95748b671d4b9f71b777ad6f06bb49e52d172_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:4f8de05a10bb92e5c982471035860ef72f44d0f4213397dd3a304c0fc21af267_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:7357ebbb98da36a072189586fb5845d495182d488ae0d88380fab5398616251d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:19ef2c2e8606c2bcc69c922cda581826281770cdb7e70aa9dfff11404ed30a3a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:6ebb3e355f86fb611dc2f7d414713ce89c4372ed05e074673fea20929b345ec8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:db8da3a0212ffefefcf7a198ed1d75030d3b2706f582d4115d3fdac3b7d377c5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:5f0b5c758fa46f12d4fcdbb64559ca96b32e74eac5e007c0c99d58051855d98b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c9c3e0f579e933d9644cc4b5feb0e9c97383bf2dcdddcd2a0c6182599e564af6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:cb2349e1fe8d9e74fb14a61be4716f0dfb8ee89d3debc762b39cb840c9ab12eb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:ff568746b033a045daa34f6f5c196950d1122c54562afa9d70fc4c8a49f0cf78_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:66e195d334243b880b11b18c5b867f05ce7717ae97fcc707ab05555ebb03662e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:80f26ba4b1206766785d1c060b3f4d9f399cbffea8a84bb807d4341cff8e5c11_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:91e89c2093305433fa84c8522679f781a3148a3890859eb436decfaf6a2fa9f7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:a02a71e69cc7a3f1747d5ee0e4a0535c9dd6abe0fc244c2f16094402b56ca52a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:237339db4971f1ac7be125fc689b87dd07b1e0f59da545a2a7d08727c69f0637_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:263b3dcbb11cbdd26611250be26c6923fac9b74a387da78519650f8d05cdb4dd_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:40b891a4cb673d3080ca260e54a87bc1e730820cc5058aab5c87f0d9242746db_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:5b10eeb7bcb9d3d5cc562cbe6ba759b47a302eccc48c658f6a11e2def6f627ac_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:a0d207f70105e6c6c74adeca74cb6b9218e107a869a7e9ceee35022db9218009_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c34f9a1038f52a60b3bfd081a569d5fb067a95cb2d6eb1e83512276afc4f217e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:00cb5b6fe5f046798ca21596f72d52b61e1e74c94dab877932fa9da65eba08df_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:7d983f60a53d61f594507cc64436fd505db9c113bea98bd2297404fbd39d208c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:01304de5720f291e6c7ac725311596634dc2ffe3d2c625fef7de40a22563b5d8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:e191bae1686c2699afca87bba65d819f47de39e94e4d57dc76566622b0e93233_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:0fd2d931780a25a95b718a2726c844e3fddad9187da2298e9c1f8302efb3fb55_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:88d0afed198a8eac80018f43ecb282f470f998dc21cb1053feec3ef26bebe206_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:c409fb63b2b3887dc7df2c203597ccea0c166c2f7e4b9d99dd586c9503a96082_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:a6f98204b5eda5ee82ed092ad791c0e75d3d299a0b2b7ddc56c229b2f2cfaab3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:f42b26c88531ea4dceb0c9ffecdae1d0ea54097e7ee2b9dc3eee2f226b8344af_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:01f51a86b3d544b7447be3a6505835651ac27433d4cd44912d7d90b67fd6dc1f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:dad2cd32abcba1dc64780ff15eb530a8ef3e45735c47f2069c2fa3a2c6729ac1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:88c33650ed5fa280c4ceee17f63bc94acb3e31bac6ce0ff922537044c62ac170_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:9a3a34d1184f72aa33d708c971e252247c1dcb187ca485ddf536967e2d60747e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a2f0b33c066abcd5945c172e45fde320dd575e74f92994e0b00ff83b0b2edde1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:b1f880f022597d0e8024271b99736555add047a58c3afb8b0c883b034e203c41_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:55116f0b9d2a169c62e830324808855c16ddc8086705dd884b386710d73af539_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:7387e89509be1816ffb3cb543b017332475eaaa5a2624e5bbee2e21a705e5cdb_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:904d7a9cc8e44f5c07fa09f25df6ed258e2b0aa87292b9a3ded77ed3a615e24c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:b370250af2a6f996100d937a7395b0d031f64c3b6e56114815fdfaa200e96272_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:36882254cc241dda67e3094467d51caf941355c31438658dfc1437228bb6f4c1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:8cb62fe1368a749cf2e5fe112e7deeea4157b6abd336772a52367d9d0ba21187_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e37e2a9400c167a70ad9bf6ee64883ce1d0cdf690802a2477f3e7a6b12757f6c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e43cc3e015aa865dfde70c7578ccbb79bfaa9d62f030e65bec769762cd087bc8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:17ebafab92393b198966eae8d3a669fed809b6c4f9fee4243ce177952e4d1c85_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1c389a261e900fd9f8fc87d748363706bcf1de74a24acd410075bf0d205b8cb7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:2c3d8ec443474d21ab9f59a88ef33184063beec103e3e4ffe7859cb429dc470a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:64abcf4ed85d43529c59bc77dc06133aeb3ccb1657fc877dcea8bcbee51f019d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a85fdd4a1398a47f682526c16e97de1f87b8222ddda47a6c5f254d06b4c791b3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:afd2a6edd07ebb4b6b77544ae5ee18e3371f514daf4c669a00d154b5e33b701a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:1cb8736ad1e698a4ec78cbcb16d6e37d67887bed651a12bf63db51af96b0a7cc_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:554b7d9d81f9fb5dbccbabdaadfda9e45d186eba6488df224f83ab512a4c4653_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:249bd5ed39ae03fa46aa042d73bc097c700a6be65ec79157460de3d1ca75646d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:65777a3f824fbba1a23da143ef64a1824aa48883b94947682f787232d55055c1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:9e52b2efa8fdbd65ad70163f96f358b64f552783c7f03182dcf38994cb2dbb58_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:ece0c645d881112e48d2886024cb96b6cf4b1889cc456b30d331df729fcdc9cf_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:0b99f7875f7934b371fedcff686622acd03d9c2618bb613dd6721ea5ffe1dc57_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5537e4af85d49533292160803dc7bff5276485846f94e247353df944b4b28a54_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:8e64d6ec539d991b5a228d8f4b9079fb959dd11c3b8a77ee5bc3576398340dc2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:b32d68bfc83195f7cf85e5ca9d4baa658d768d3a98bab4a3ce3cc107e089d84e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:333d60c92a9efcb4febe144c3e331c553197d325ba0afd64bebfcc2803cc0e07_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:accbf8cdcc475fdd0ae3427f178de8f847fed6c09cce1c12428861adc9b342b8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:dd2518acc748d2fb1c6d5f8421a6d85ab2dedf2546508f45f8e2f6dacfa7f5b1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f3265ade73f238556cf2a7fc67e8ebb3d5636440fd9b7d4cd2aa725677ce3965_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:1bfd1b573bf924cb0a8be80be641b4ce684b141a66325d7c0cc923a9d3a2030a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:88bda970c0360c5c1160b32e589812e4289db230dfa9923e1494636f97c34278_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d849f73e901939241fc0853532489308b856ec530492a706db8f81ac47e59318_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ef722b792c00415c1efaecc99ea873df11d2ef8cd35c5b86af0afcb28c08f821_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:50ff46f43a500235707760885fbe4997cee8c7088bfa36c911697df3b81675a2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7845202df558b0ef442f3b4fbef423c6278fc43bea49169140fe3a263b15c7e4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:92d0cdf81fb07c8eb55fef4be846e84d5f18f181fed24221a294c5312c76e923_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:b19219d62e0e70404ac9b7643caa49a792b9450e8bdd815b02a6539e41526a77_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1da1b4d5b5eb3c2d6238b7e53fa040f03a759b8fa47e52d9e530c8a40885acdd_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:8410339435a39b3b5a97a180fd0b413e3ca02351edb8b9d7be1145688ca56cb0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:8873af11a450438c35d6b39d687e73fd0ee0faca3f0562698b24650b01248690_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:bd6ea26ce1660efdc5159b2a53d8812bb1a584d7185edbca08a07cb89a09cb0c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:063ae7b531e3156e051e254ec07faaec30ca971d027a48dcbf930b1b662d4d81_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:1aeee3943c69893e59b8d0bdbf4c32b4452cf4f6af73a802b64be9cfa051f38b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:51838e17ea6a17f32c4928c8d03fcd2af5052a350e4bff6bde1c484b0663ee7f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:ac68e0a125aa8e638b88d747e50b7b7ef9150d7e15459e5b4c0643dc1d534624_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:1caeb43e59e47f40b7dbb8e9def02e2dd3853254b749c40c42fe2092223d9ff9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6db33bd660e7c3cabfac5125820539a4ef4264c067b17ce404fffddf17965880_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:8444f6327a6cdd0cfa269384e58059a9d333af24c0e423b1abd6d85bb837ad49_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ee448c837b33b1e9ed15258933ad9cdca924ac64fa6d0c3bd7bea0ed9f489dff_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:61057b1135996175ee08d0672d50d1a9eaf083a1a057d0a5526f4af42089dd32_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:619bafa4b79a302982b0806c61721e26a0ab7b6863f478726c6b58b42badae7d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:1dcc4113c131eff2cfbfab09cf11c8186360c6cdbd1086af839a03c042a87fcb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:2eeeba70b8cdc334ceef7ff7e1fa3b1ef19522097e27301e2c7917334ed2b99c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:491afa1460d3cb3aae7dce1df98c67bc343cd47ce22df4c55810f578f8aa6b5f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:5f24e34fae65f3b7a473a8ca41afe45fe4dd8fe9d84c2856c5278c734b2a0ca7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:6d4fbb7a93c300154e76eec4307a3dfc14555e6a2d0d065db2de3fcdfe9f5fa6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:1c2ae2d75a70fd6620fc71ac3f314b3f09746f78903f93d5e1fdca64941946be_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:6baca746bd3180b4e6062141ce4d980c014cc18fd4c1fee527d4df751b0bea76_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a1cca9b456a2eb705f5b11a19d2c54778d1441d56b17d20c9680d0b1aad1ef39_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:bd271650ae9beef457d2c72a9f552448762e538d92cdb345d032ddc3786493bd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1001d2d3264dbdc69734b9e85a67db79c52d1c2f6a1a4f89880b570f834aea51_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:2d27ac19b5e4aa5532d05c71b6da43f4ed51550a36328209f1432378a96cfdaa_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a4623c62d9f7b6fed32b40d539815a3814c74338bf5974976b4dd1ccf8eeafab_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:d2e61adb97f22cc48deb48c31ed94d850fbf26c6590d0fa3aa154765258e185a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3c000e247f5d102792ffffd96011b889db2f5858799122f812b49b10a5b711b0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:49a9fea1a2a81a464be4ebf87a7f3ba7d880662bb85466039a5c8d461a0b69cf_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d4e4e5976380af9528d6405bbbfca7718307afdc46ace2fe3702ecb8ee479ff3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ff841517626da718d46f0869384bf5fa3a04b0eab21af3d4dd2f8d5bd3601aa6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:2efdc02714260c48bc53e7ab0cae1e2d3b99c467469ee1f73fb0b79149091d45_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:31bc24ff07edb1e527760a4d76b60e8d0712968f477d8d6cd419abf36cca0b0a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:84f34f50c2396055e87b857cc30411cf5b18d2f21e78bd13fd03c95c1650baf4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:96bf65054c994cec4326f1bd5432e45caeef3c48513a7e3cd2248759f9e6efdc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:58facad671ae16c072d4a0e96a2336d95c84a7f86d4242e49152e9275296d028_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9a7f6b3f08dfa866a2a1dbf9bcdd636c221c4dcf0ca38ab9b5c481684b4bca54_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9b033e2e92e64d07e7510846ed5f374b1f1375172819dd1eb567c83d9c3be4dd_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b81f64192da01c1b69af1f01bb109684b9a235b0879150ec37bc6bf43a53b351_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:5f3df6d30a624ae1c7a7eafc23b74b1ef674b2a8baaf9d2644d529f98831cc4a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b4edf57f165ba2a9d56e5e84a3aa61e96e76363eb7d56a816ecb15f8ac06244e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:cc8f8b60224940a4c6f8bc236f8cef754c8bc5b4a6d6ecddbc12db49b0087aea_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:e9df45732cef6649cd44dc00a89d9da66b95f1666785247477d000c4177e2c49_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:0670ef29c648fc035844be832f71378d5cda2122f5d6c7f82c831865d45f77b1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:34dadb46049ecbb75501d512642e7d2a58961c783f749aa0169d1a108155db97_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:371746e92f0c725ccaa0b0f58e950693872f87bea78608e95a2dc93b4e8ae77b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c22b1f502cdf6292792cca93076f4a7ef16f1c761a65b11f875c99408584857a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:ae26fa2a9ab61ddb95e4273d710c75edbd517f81d421b68acf84cbfeacaa913f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:e6c8fadf51bdb9c8623178a95c04ded1e3c8b1dce525783bedf1c7c501eaa76e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:e84ff17a4913201a476735cc76bebcb7819e7b65497c43267c19bb8e88b310e6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:ebcd87df2ac74dcac93ceed85bed5587957036381a49d7969e9a530f7744942b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3c98ad6c0008b1145186d1839c980631c119328c2c231956941300508eb27bea_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dab0992bd8f2a8b158c03d3c271e9cce7de86c1e188e136efdafcc20ff1520c3_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dd146a5240dc6b3328240e27e4257151e187aa50df62150160d1050e065f0041_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:def9dc04e6b217cf48b80373fdd6f860e9b020d6699def7089ea881a94b0ff64_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:72c545475f329944debd51692a1815ad56ffa000cae7cf243273136290d32801_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:7942d7e452866f23d468bc06b2b8b43df126c9bbf2fca5607fcd3e3fc391c76d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:c6a713980f98015bc170590afbe2f48b3c4addbd7ff19eee4af2be4b431b3dc8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f21522b2f22cd38ae626063bb6180405ed0eaebe2c443d38cff59b36079087ad_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:622ee3e0fa2560aa75798f4921d3b7417b64feef196cb8903aad499b7ba3ce63_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d30086b283e29e234410ad9521746f1cde8df72c61263e49e01b38135efbc380_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:e11beafd70191493099ea724097b3bdbf5c7d16daadc9e60770ca2e221406cf8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:f0f385d704d85a84503b5415a35a0e127f3a5eabbc813ce61a6afd5044fb35de_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0ab09129b8b99a86f2dc6314a9b30156b814daf1a287113fa9a7a49796bc8616_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:58e8b0de0751882c27612c0547004d51b8a59c1824acc2e8d30360f8ca6b2d0d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:673edbc5d7c6df884ce0c2358b1a5061c31b902bc472556db325ad91373d183a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:7ed466cd36f985050a860f2fb442d29103b2c15f4c373f4d6e3550d656dee8a6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:04e0e42f16e0c627e306f27839d671f541b9276f15bb077d238a98bfa0f4c66d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:92d9f3394d35d8f620a495d90bbfffa00fb30b02c07494ad353bf88b80b299e0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:a455c8087323aeef4d6b31ca68aebe41d2e2eb7bc68165afe0a8b9772a245cf0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:e5f0ea7b527bb4619fafebf3e2732e8b0915a66c7eff930f446c6c12b0c1f4a6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4b75f7a1212ce34fd15eeec8af7a9f45382deb3859f9d3fe2122584f4b70ac17_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8410dc1831f343db0b894f17aeacee702e705393ca83d0751b044f473309d1c1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e1dee7b5a5ea8c48960723f1dbc36b50bb8edf0e3756000631d705cc964a7ca6_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f35219a0965a2dc097d31af84fa649af4dc048ec4fe953b4535d42e37ac5ac28_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:60eccf911015b2af66258c858b1d0dfbc1f79d5d10146c8cec8f9a5f21708f86_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8b1ef7b7353353de1302942f9948833e3bd0b568396513d242f4920e5be58f27_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:963ee9ae771ea224be0c968cebeece76527f1d138452319cb17dad959d972d40_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:e4ea39c79db66f4c7144a8526d5971ac698c3502df81744df07f7a9f281149ec_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:e4e0509c00b2dc8f6feeba505240de8debcb1b7e6e01e138ce406125e344efcb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:d0acba106822523c6cdfcc2fc36d8b78f0859e887958ad8a5634c5cf4757b45c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:79b723e31ae2158844c9f9b1a302e379d90be8c21e1e175106b77ebf19e7a5fd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:7b95cef8669b142bf2c82310fb33215b2987b47de2ab5135d5845ad23f27db39_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:96258e901919b272871c1be3a5ee6e984ae13812022ddf0b817ff8e5f35f9fb6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:d97bfb4843b397a25cbca966319a8f2e809da9809720eba96d7c64cbfc403bd8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:0667250c45df43bf0110d46c8b8beb3ada41a0bb520d35629d9928ec373f1cdc_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:195220de99e688a7dd546e190638664c5236f67316276a0aae8d39b525e7e54d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:af0eca465c454003d66ef7d95cd0da38ed837a7da7d9978d318f2b29b2bcc472_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e0a03020adf1f6b1612c5a935aebce414ba1c84a71c09e9e91a8759c488137b7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:05bff5cef1e0071adfc0c9fc07b2a7ef6ef2e6f0b597dea05bd784f8f9746533_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:40df7a1323c23c3875e77061b3bccd337500d04f1cbe324a800eebb7181f8c46_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:5017bd5e359111c80afc7cf55fba210bcd7f15ca82d3a6282d2f63560ffe8d3d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:8ef63ddc25cd248263a40aba3201b2c6b3c3b2dbd998ced45626223efadbc3af_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:04b85fc4bcf3ee707044a3ad2556236e5b2fa4b09875ca781f61a13a11d94cde_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:0932ee4d4567b840a801bbe4161c37b40f1e5fd4b38be13947b8e09842d40623_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:60ac363479cf9156e89aaf94735053ea3ab48a2af18b902444ccfa4c723bd8bd_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d4f9611470c2e215f919f6b08149425755ebae0a89bea7c3a3b95ffa4b7c59db_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:25811e863ae8cce3659fa109172b0fe4fb11260cd612410b2880f69edf3f2459_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4f6d5dd85317206c92af4aa0bcdfada9319b70856135fad4b30691bca9740387_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:97c762eda0b5da7809e6e7f236215b2e524a7c7ce6f3cc2f6d934753f5fdea40_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f633ea56b1691be0c55b612d5d07a9469a8ae9b5e833dadce533f428026cd7c8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:151563529a3997849bbfcc5af0d7f785c26cbdc449935bc97d4f6250492fe4a7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:65a15ccfc8e4e132d1b11fad18930d7f1ef53199f14361826de6c21ffe2dbeea_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:85859d9cf6668ca35cf196718aa7df1588411e4ddb287f832d4e7c6992aa5af3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:ed1989895d9f856d4cfcc6e4709233883e0dc7b9bbd2443d10d826eaa899b734_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:88bc1b9cedee4bebf90d217f61b8166ab0457dd245103610369821a64687322f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b2f536faf8330207a5e3332dc4b7895ae75d7a0c80ed6681704dec1ed1c8d62b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c8f98eba93ba62f17c51a77572d1ea794f2928e0e6e295ec881046e9fb04fa97_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:cb206bd45940912fcf244734c32e2c8938673dfd87fe12bd15671bf7c2a5206e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3daa312b5c2bcfd679559c162f3ef9dc497dd1c1772cb18d003de78918a3e359_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:44cdd21f24db7870c11a5758e4e89f9aafbc7b77fbd510b7d26e8a9a6de03f1f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:60a2e0c35e6c1248da50a89b854450de14c875fc134b7e9be481fa5ca91524bc_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:632e71ea8413382e51005f4110fedc3930270e617fe176415958f15e11ca87d9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:32e4fc1654909b51802cb8abf8b5946e44483ccdced36c784941638296197163_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:45fdba490434d5c9b3f35072d5ca0f3c5f0dd2f836c9e3e1bffbfea53f8b4d11_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:5651967617c24f0fa3463d66cc35e484ef52dcc1cb32f1a96a095139c31964d8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:abe083c619d9906f8ad612d300dfd9b7a6c9fc93897e4c437f2ad5481eb4320a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2dd0915cc989ffbee4b234604427b4e14c89efe69a7d76e182ceaab10c6299b1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9eb6b6ad34e973b0c20aec9028b893d92baca2639b28b9f5d457aac43392bfdb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:be4a416afdfa019b7eefd6610034d97e43d15dc134cf2aa250dcf88084e6fbea_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ef488b181ed6865117b0f2ba94075786b6e564602ba420d58e570ce9d919f069_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:59e3ee88feccca815009efc5c992e184f4f091e01f3b2c014a65abcd1cf78284_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:7534da640a66d5b46018bac0decb415afe5a25a438c763afc73b4a7e8d25ee64_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:85c474a602a432c886402b1411497d7586ec3802d4e556bfdd6ce2676aad3862_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:ac2600a181492ce1a44e31c83258a5fba05c7f39695c5f6887965a6bb2871df8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:222b70b3268bd5b6e1a960a85773594e543ab847b59dfa0dd3d94104ac3cb38e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:596b7c513cfcf12c8e991f82f45aa2154363952c11f48bcdaa271818fe790515_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:86ce0e99da0c35b99dd1d8b28cb02076e26a87d9d7a7e539e85f56eca1906de2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cfd9974465dac521af7557689c6091d373d8462cd899ef4ee06716b2e2c945ec_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:077cd921e585d41b95eb57cf921878e7c3e36a6fd8a19fb00fb14a28650c0c56_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:5907d836ebf2133c63591afc2135a9224582e0c75373642d4bca8094ee4d48bc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:8dd9787566554a85650fdcbe3461ce973495bda716557aefc7a7a2c2fd482815_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:ffbab63b764bd79e20f869b83736c41ea28ef2eeeff1305f87fdb7dc4bf6dc55_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:162b737fd1a333a5eb9bf62eb46cea08d9285247685ae705977751f203e767a3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:8c4270b6cb5ac0d566c7a1b9e546cb637a43586587076f757e61a5a6fd34a251_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:b7d7b847c855c894255f887e106b3027a29e2fd0dfd8bd606a1280a4313b094b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:b88b8c16bbd10bffc3c7428e861c2e9b8749da27eda5a33a0fa538b9949ec33a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:82254fb1f4ee4da82f1a6326044cde4ba311044cea5a5c2e28da70a67a82e8f9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:88179c9f57abbdad3c20d59c3ce38768b17e53e7f463167fafb447810a9b78f7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:943f3d2183309803791c84adce621e29f3a61f6119dc0af1529cd688063c35f9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d6c0c5250326cb44c5950c4d46bd13fdbc3acc7d36b05f1dc34a9744aba6586d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:426b08682f0c5d8833046d5ca88f2b3af44ee38218dcc57fa41a884a9fa938a6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:64e190645dd9dff1f4898ec45cc4ac42cc94f1b4bf8b1b4022a07873da039a36_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:bd152c2607b552226f73b3a760aeb307592cac725106da7d65b3ea3a460708c6_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:cd37ef01e0c5586ab14e6a041a2cf093dfa8815b3e21a1ae636369b64fc2a253_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1922232d6d920c408323f02e725c79132e46a9d73beb16244d0320201bd2a097_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:2622b7c4add731fd89832f5eebec7c86300749d80cf50fe0e397657c52dd2fdf_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3d77a408ab227b6658ca9643adfa97499b469e7a2faf1a2eba8cffb57fa9dd6d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:b29944894d3e8fc54349b0382fb01b25cf4445a29f82c45a4e75146c18e2cf8d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:47a37b58e2bea7dabb2da791027a2e880c10387e6c836bac1c45bcb059105156_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c1836d3d39c323a9f3920b769a8e40af886abbd390a8ce57b7debfdcda966860_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f4fd8a5427d8f74e7833efa23a0f7ddc8f4a2fd497b85988cad2b201f9033264_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f872b70b2027aaa6e426ee17b4f08d729d4e8121e9e98cafdec350153ac6d464_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2e9f6ad9b1c5ac39b9e8813a056155ad2b594a264ddce4d7a5ddd411f4c9e8f8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:462c3f69e1907a9b834188eb2aad3426d3f262315d1fbdb5629eb42b1849be0f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5250cc91fe66d307afa3450a2c052725c340731911b342332bc3dbab76bd5e22_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:aad8e6a28b5544fd9e8db6641fcd2a85474eb04f87cd3823792710fae0e127c8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:610b71151a7df8f4e29091e43bf71ef4a440430bc1f395cdf552844c3a111577_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:81f8d5808ac1503ffb406ebcfa40ad33fe4c13a62ec504c535b94a01312c3dd5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:9a58f0d4761ad3c87d0bb346a3608965df2d3e85a5cd92072dfba1c831570279_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:abaf2a42a5b82e5bbfe58b051dbd24fd71db5dbd2375fe6b64b01e8154ebb183_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:767e3986e21c2f1514a8a12d8b07d8bfaccc5afabdb58ec2cec07918d9805554_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:e52247597556738716370c233f27fe6893bd7505b647204ad29e4bdbfb397c36_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:03201ef76eea07d6632c483c1f05a1b983a8fb17e892722f673d7903d3d589ae_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:c87642be397b0f7532a4d798adca5679a994a52f56ad0825859bec705e923f6a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:2296b574fac529573dac1bda657ea2916d59c5adad72385acf19d8e38146947d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:2b606ac9745c95d3c70d91044357602677c8ab5e6242ee78aa9f11ccb4729e57_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:05f4b34c9abb9bf70a50c0250f6b130274c276a216aa3d2d6a18cdfc61899886_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:44305451a86fa2140f50c3a6e9d430f84aa4015834d51d406fa5847bee846d04_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:2f962daa09a741fef6dae721df2f0c66b911b70ac45e50fba5d3c4e17e9942b8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3a22070544241e1aba74be893b409267d894b867cb245d0ff8bdcffda72f8930_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a3e610fffc61c36b60917fae40dd3869de7876ae41b286f0d5397d31fa119f8b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:acd05d00f32c61bb6fa2a544887dd218002e2135a0de1acf7896571768735aa2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:0c0a5d2256bb2f57a9656d8bc97df07613940255c6add3fbaf2e6322ca840d43_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2cf1694768e2bf9fdde5859407a7366f44dfd567ba956cad64e76cfae189450f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:707d8e731d89185bc601f005fb49bfe73a063702c3058b7de342e6b90e84c9a2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8c6a0ab37cf5fbbce8b9ab785c93d9eb368180c6ca39ce13bb10a7eea3208f3f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1b54fdc04c2314437910c9a093e8ec65dab98d46351796985a21335a6b769e0d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:21f55af564e556247c4ea8263a5878314e025f290a723b716a9402c3ad228084_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:240acd5fc3d093867cd7efd4587ebefe048c6284a801da08faf8e2d9fcb19a47_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:be910f706a78786f57bf9601f04808dd78cd377c7dca4e0fef655be3a03e3350_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:3588dbbbc1b77e32314e2cef4b226e8430c04d269f8fb0a428d1859cbf95748f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:53923226087001bf8b4a6fe17761d2f7f745ab20710e7c1074673c6566a070e8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6f20725914f0924a8c0e605bfe6cbb2040ebcb7953737a120aac78ae540cbe34_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:e54b16f55fc9fff3ffdd04798462db934a9c6f218cf427a29b63235c733c666b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:11a2f9b1e75a4e3af89c08a63a03854b3c8b4e42b3e4d82151502322b896a11f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:44846d7c33ba800c8078e768421b1d9b39ed30ed318b680da06b5c97ffec50e8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:8c5c065ef84a9e997ad7703c11e4676470ee7a2100fe617b51d08c5232a3cb75_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:94d5008f0cbba99ee510257dc9921c6874e3853bffa0a22f91fb8635608c4cd2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:00f6088de94a844f32fe0f9a182e56ab06524c946c47f2c5e7156b51cb5602bb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:1b94bd10f5dd7c2b2ea46d32c905b5d95634aced341be5dd8afacf9b8123093f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:492ed93a8e5a9ae62e754c29240958a6c1909bffba60fdd5fced1097b955bcd0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a301c39c613445ea4df3c3bb70cf653d456a2e2f2cabc8ba7899e14792065170_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:31af242f688dd17a96083aeb35e100f97d99df2e1d95ef975297cafca25b6575_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:55faf10fc5ede65f8bf6b3c3524ee3dc3427660180aa499e208c1a0ec2edc0ec_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:7bebc921122ec103b0a42a0040f98dbfb821a1b735a485ebeb8e5a58ba638216_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:a918a598fb1ccec94141c0578606d66016df51dd6d60437e6abef990d58177aa_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:0733858547fe3b3e5ba4fd312446b846f4da4117a767552662871d61ff6952c5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:61ecfb19f466f5e76b77fba34b03b592cd8465956aea1d7c64e2bc27ae1fd2d4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:97ad34222a7b6f40f4e7f371de5ab7f9bd21519abd49dad6fb9ce5e775cccafc_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:df538992ddf8edd62462644c5fdc23265be18523e42ee350226e4ef341896fb3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8f9dd799d03d523103b6ec8910f1824f01e142aff8c689d55a3728250b8be3d7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:9c0208ed841ab00ba866121c2c6d471cfb4356d05501a2a78c563d4d9735344b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c4631236ed116c123793555732f647ff3d3fd8cb89a4f83dfc846b4456e03588_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:eb77fcd0fc42f542e8f761eee4003cd969ef4e80b94f10e2b25e801acccd0911_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3986a780fc3c4722e9f89872becc411c9d30d824ca97990ea58943c95974bc67_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:42ebd671fba15ee296288177629f54b680248438351c85c305a970d74b5356cd_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:950695ad184709b631a6220ebd01cdcfff0c841f9c0977db7aab1fb2ec309c76_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:b664dc527a0cc5864e95b25751979fec4d4500ead771860fe6aa4f0f24c7ba8e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:41be253a6c643b9ff74f2728ca9c113129ff2cb7139d0130e661f757d178127f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5000590500a94e98d05367647643d0a878a940a55fdb22fe24031b254d40e81f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:7e3d1fe26cf4c96811fd9992becaf4e4c01055216ead8f58aaf3b4842b216d62_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e399f3ff5ec8b143ea7261572b85c170e39af26dd92aefbe21cc56fb652cfd16_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:725f8d814c5acd2fd5e5f38106a89ef41fec83ca077647cf4c9c5f909e338660_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:81e38a7a721ccd6b424b8162de021155c8afc3d4e036b26baece7a52e1ee44e0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:9b07702f9d90053a3e349df86cfa61ae30522447b3ed6e44ea14ca34e9d54f6a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e12cb0851fc2f5e35c9258ad9360efa8f107b0a79e1cd17e0b5e302690125ea7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1dd92470819fdcb1772f425687cacbb71f1ace0453cae1dd4b5ad01b747fe54c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1e76fe522f07e3acac6cc06c67b783af055d5d0f068ed64e96ab1eb38f7913d8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:65c62baa1eede5768a6d01c4a6cf9e5b4c8c9dabe933d167228711ee6f50bf22_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:eafcf7c7eec61806567473c474d88c2ee5fea2866360ff451214a20978fcbdd0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:98845440ef473d8a65a926f6fc7e9bc95e2d975c6431bc2c64c04d166226cce1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:be08fb249d0548451580e3795c97c98c9275bd2e0d8d6ac5385490876578f4b8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:e28276a853d5b9b4937c8d38717139597be50e7458801607c841a569703a97a2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:9adb740bf133ce7652c8196b32f4c5c5a3ef65515c4b861d8cf2c9c6f0d1c4bd_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:98845440ef473d8a65a926f6fc7e9bc95e2d975c6431bc2c64c04d166226cce1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:be08fb249d0548451580e3795c97c98c9275bd2e0d8d6ac5385490876578f4b8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:a8fced5ebdfe32003054afcac8ec22e606806a53dd12d9ef6b594c9b4add893b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:5288894add34aafeec729069a4a4917aa7d4156917f9a5e2dcd82aa4bcea2a91_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0e3b5a014910aa57779fb95853037590569f1edc9bb48bba2d9461b3a2b0fa73_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5c3e36c0e3589a527d795af3e4b2c7b543b6f5a4bf0e89f9262992a2284feb44_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6b2f4181bd5d51fa4058ad220841ff9db18b9dfb9aa16de912d89f26320c32e2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f81dae6cfa04aa748063691e788c0e90633868549d2a53b8fb0ce14e37900928_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:010c10fe8bd3e00d8ad7c690fd4026fef3737f41161cc5838a186c7e9b13c53c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:48e8779ae80d139e0d0cd6ff9d5586c66ba42f6c85d32cea200759056904ddd7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:693661ef8254befcc66a4b7836deb522b2ae96b68b10079f232e2d1c3a428ec7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:80921c9a957d7e76d85e0f30c83e8f007067ef8a435e6aeccb5918f399914784_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58068"
},
{
"category": "external",
"summary": "RHBZ#2391958",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2391958"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58068",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58068"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58068",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58068"
},
{
"category": "external",
"summary": "https://github.com/eventlet/eventlet/commit/0bfebd1117d392559e25b4bfbfcc941754de88fb",
"url": "https://github.com/eventlet/eventlet/commit/0bfebd1117d392559e25b4bfbfcc941754de88fb"
},
{
"category": "external",
"summary": "https://github.com/eventlet/eventlet/pull/1062",
"url": "https://github.com/eventlet/eventlet/pull/1062"
},
{
"category": "external",
"summary": "https://github.com/eventlet/eventlet/security/advisories/GHSA-hw6f-rjfj-j7j7",
"url": "https://github.com/eventlet/eventlet/security/advisories/GHSA-hw6f-rjfj-j7j7"
}
],
"release_date": "2025-08-29T21:12:24.534000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-18T09:27:53+00:00",
"details": "For OpenShift Container Platform 4.16 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.16/html/release_notes/\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:9be78983e01f2fd4a8652543a3a997923818f2d62e0968f15ff30d0084233b49\n\n (For s390x architecture)\n The image digest is sha256:62344078c5d27a8b4a230cb69f800be2e7bace1ba0683ad48c219be850549abc\n\n (For ppc64le architecture)\n The image digest is sha256:8dc7e7317bb32a320281248503bda3dea8262c671d99acb75b83eda1e6b3695e\n\n (For aarch64 architecture)\n The image digest is sha256:e179e1d1ed72417286499f8f075a00c43ef9ddb96de9bf0234dd3a28e448c5f1\n\nAll OpenShift Container Platform 4.16 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.16/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:a629a70723438621732aaafbe799b0f92c2d3a07e9028e22ee2ff3bceb911bac_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:e105fb8b5c80f438d63cdcb29187a35df84393995e142369fedd2aeb89979681_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:20e35628df4b8844ea3668b147e125b32534d7b944753ae1f99b6ea46e159392_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:9e9525d31895ad7e9a1ff753e0895f7d845a36294f88fab8041f2f3deefa6608_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2661"
},
{
"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.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:31a0ff47aa1a017d18773be577a1dc3296001154c7c40de20cbc3cc767b0c16b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:41564206c906171df891ccc7c92274cb7998f29687ff7d2e44399242e38682b0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:71f36e93f7195b10639a5c7db58e2f396f1272c6dbaba651e78a4c9ce955c427_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:ab71874b013fdb05845e94a9b4e3432d865a6157cff72725b1ea7589c6717b9e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:34b678523168aca5571ba1e631a458addc39ea9aaea3eff355fbe091e859b30f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:7cc0d1bbc241ac63a5f45a949a439d54316c23c7045659a9d44771e5541e7e17_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:7dfa6966d81447102d92f49b7256c7b47955f1d2b60e5b9dc133f71a1b2c8033_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b07a724845d8acbb842e9c96ebe2ab5355f266ae382d703c0f92a84c6d79de20_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:3d124f0dfefa90e249b024817c37087e6294880030bf95333bdf0b39bb1db696_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:580b4036071c17c8551b3171c31ecaeb61aea5dd431d147f036a832565531948_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:5e9203d284843bf5a5a3e7178104fbaa3b4a620bc6f889b36c6c077aa93f56e4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:ccb8be0ede2d9ecffd5bd7b4c9c555156b826cd864f5eaae87b3c1c58c7ede31_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:17d2506a96ba4da62c33738d9798c651658555531ba721f277b95b9c5283df84_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:3e6f6f0d6ceed5244d82b17442e473729421d59ec5cd1a71deacc15531f2929c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:8ebf277d8c153fa0be2825ebade894a87f61ba26c198225e4fd714302be26ef2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e0ead7eca26924691145465af2c5c06efae71a197f68043730e56d5cd63aaa59_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:2d9397f611cb4830f7b9bb67e7e35af224c0f121e4fe884c98c7c4807ef84855_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:79e8c5b1e61683f9c78e8d1022c90ce13c4b3c438dc373773c8d174b9835c862_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e104e90349ec069f6b4fbf749dd261ce91b21237b367c421bfcec3dfbe1bbbb9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:ef70455cbaeae026e8b15538a2a1d159bbb35e47427ea97e13f5e5a7cdf27dcc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:1683b25c778adadab73dab246e98caa2ee21c561fa57b1f2ca7211eae88876ae_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5c875e3f0f2b0c11b8ba123f0716e007fa09b21ee696dce0c71ba774c1a2c7c4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6b96865aa6187e5d1d46bb64717dfcd42a1cc17f33bbb96be9021d8b61f6465f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6d1451124fcfb4ef7a5a4c673e06603443f538c6ff781f10706e8814245ff056_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:3cc3d7622e92973a3e7c5807ee254195082fb9808132838ac28a357e66e892c0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:685d78a491e935d0b4e7a8eea29df7863976a60800d1e08c3bd3faaeafad5a25_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:88b54af358d720bcc453fc09511bdfc7793b211dce0014648eea9ab01fc623f8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b6a234ddf1c93f87ab0ba77b6dfbb1ae9ff2a1b130224daded0de20781a1f650_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:68c09233701045a0512a7310d21be057e1baeab5eab74e246770e148daa87c53_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7566fa876d194d7cfd6efbb888c2ad71ff04c07e80cc4591be682c095d1b6822_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:790592a71ce9e5bfce5c82f0efb257d08c463658db59b6bef0af4de7d0ccfbd8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:db9a84842c47a03d10c5e9c1c27552406af1b748efb9a4aabd8fc3e4da3d68ba_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:10eaf2277f538f2cf72b3f408cec4168f718acdc1918f0227f6b6c62531abbb6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:1e58da4120c75035a6adaf6718a1e97ec9c3d6127bbec91836171ddbd7141049_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2299f00f191ec86185e9c9573d36f213ca8e6d8bc6fe104a4ff5861e81911ff0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:64d10474aa6082fbc20dcb45adf3f78369650b94352eab601e16e3ea0f45dc70_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2857f545269812b58ce790369808c13b1c6f891b1c8521f61031ae1237d5e7c9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:68b0a64071a455fcff666bbff51d2757c1c395c7ed8d533a8e36ed3c27d1ee44_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a045a2aadc8aadf68064292aed51b08b5b848fd726bff69e8811a23fd17f7da5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:b47c8a889f18a9d9601612c058e1c890308f1603584b626d16ee7bf50af00d4d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:03bf1102e3d50616a2431782c84cff62edf1161999bf1b10662eaf65410fc55b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:6bc2b0f07f5e3ee0986b7652434359992bc995788d7a1fcdfe393f2b1a717dbc_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:74939b01007b6160c704836484d686b246516a2a1a7929a09901a57b9b4bb512_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:fbdd3810520e77b36b749f73d70d416799bae48b35430eb025a6b4e5d4b42b77_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2f57a1926d479f00d26f8973d6edac58f5030df3010c33e231d8d350f5afe3f6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:5fb00e50df62152bbdb2b98fd2de8054dfcd4d4f27b07001a197b0e6bb5e72f4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7422274a999abaecb4642499177d042c60f0d2b9bd9b470c7797eaa1ae03a901_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:c1d816e822e159bbd4b0e96ff11c2c0866f50ce60a0731ed995b08b83e9cfc9a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:1c60e886fdd81c6b90dc6a0f142dc5c4d5eb8c9d5bd796cc343abe5bce33affd_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7b549eb97fcef1ffb0a36d99e385098665d88b96e983c0cab4a73f0a96abedd9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:82714d7071cc06d1ce7701311acc91cccca5970b8d00228c164703c90657c56a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:efce8f153aa7fa0e0b4fe0f88a29b6b0d3e91b94a7f22f2986797d10c3292c84_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:0fbc562bcfc4c42579ecc86721e9e5f5d73784d5608ac58514081e3503f7c813_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:34eea13ef689221a855605f253e237382ba0dff12442ad975c2c5f0054011b04_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5b24ffc3141a2022711242b92b9ef187ac9f243e92862588779ef465efb312a0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:d733261ef4993cbe69ece9ed43b50275890db613b7aa258bd0fb9f0f15978cf9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4e4d42f9f65e036769551889fc5e813e5931ed853d3ba24acdcaccde692b12cb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:80c813e3e501d8280abce8b3d0564ac915ef638277444ff4d05ed9b2d02d478f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a81cf2d9704abeb5e16c8b9b46a7fbb99bdf0bdb1ff5f8130b2a2d61b61c75c0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:b629bf6b74a1b8d8be44b2945a6e42cda27e0d828c088a5b49b6fe866cd9a98d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0e57f63039219af389f3920cbcb324436a2aaf1a2123f4c2647f1c1edba90306_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:6dd4c338afd7f75a01d8161008857b1dfd0c1e0a7516c5ac79387ac7a4947237_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d996ae5e72eb8bd4584b5b51b1bb56c4f1573caa0791c5e66a5c89d850ef3dc1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d9b30068f814c6c1bcf9798e35ae70480c993dabfb5d88209b48f149cb49e6a5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:939ce68dc53e8612f38f1c9ee2a25034e4d7953f98b136dd24966d30bb7d4e82_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:db48cb10424ecaf7a52681e7e17bfbe187ee238ddb3be21ba599b3aabc856e0a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:3bb343771d20dd2ec6a05b595dd0065474799b189c33985589f07217b1fd321a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4f81654bccced71c7ae5a5c3946d219f6dded80bcd1025466e4c5b56923b263d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:629425498dd6d127acfcc5a3017c7c983c60168c4f3ec6a006846dcc6874bff5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cf01a745925200f7159c83075664127536f48e0534e319a651cafa9f11ae17fd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:59214d21308fdcf9535342dd4662ecd4f8ebea431270f577f5d6fd266371b6ed_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:ef21c8c721f544404ba4ef1d9e15e4435af42ceec995cc2cc43d39925378b3a9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:bfc8feac89b1aa29252fda1d473014e4723b562d59dc88f3ef7872a94a6d098b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:d4979ac2a5c608ac31a5683811b55aca412e6726b5cc1ebe4b214d3c8dff15f8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:c89e9f403f7dd4bada53f4ba338de51345266c2b657adba6cdca65172d113aaf_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:cc9a82f57cca4904a7a4d58073b1ba7624090301e0e740d961d35a860898d8e4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:d63a70864e886482cbcda411c93c811bb3b1d904b9a586ab42fc67cda8ddd9c7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:da37ae31a142733b6add537f48f9ae28b3f496b1472ba60b0ef5587ef8d5568a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:396f40db5ba672cd4ecad68fa6f837405c9bfae9fa38f1276e672918f9de7b4d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:7c0925fb8469922ace0b86ef5f81f9ba4bc711b6277172ee963a856b7252b741_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:545a23225833cb931e6962febaf183bf7fb7d3532c5ffa4556c9c198f3b73954_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:b91eaa2723393eff033053dee12e51852a7428dd0c06de7ec92bc3f561545a31_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:c887cc0ed1561b2253c907df741d98c1bf4836ba3faccc2d8c5a8734e0857fc1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:f77de5df278c92b8b8cbb8f3f0d93333f3fbcd4a0abb834d1edc5159cde007cb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:843858cb4847ed991480eba34975318360a498aa2661729c2c11133ddef21db7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d344bcbdaab988fcc26ae36cceb1eaf2b5f60943fac7bc1c318786c5b33fd45e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:5135f9f7e7e94624e8a0c319228380f86eec7e833130bffc4d005062bbb24075_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:b0559b45426a1525296d6c9790d1fdd40314e1ffd48c6f0c7afccb4db675813c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:2a34794e9a9694b03f338acec35e7c52af7936006878aed6dfb9ab216549ee96_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:5fbffddc788c5499be501c8650150299d515527b230e62dd15920b33f9eb93a3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:5976ec6aa81c47bae00c6d399adbfa5d38894d89e926afb414bebb94e5b8b8d1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:72972cd3378a738e45235e515cb52a206950fbe7d0a57f73aa3fc352875b4cfb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:654fe020d5ff989d8092f577e5137ac9913dc8eb6b90007c85e694e5b4ae99a3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:7766c535404fb104ddca41eb50e2be914c14bdcb6305ff3f6ab1508594c1fc90_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:fc9f987fb8c7dcc4256b38236d89fcee5155e3ee5facd62ad794c6d94408714f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:feb92f825bb3ab62bb5ac81ed63718f5e3fb274fd0b6575487285e55bcd549de_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:1497850497e4ff31638d1b53032a1162af975c3abd2396e627ad90ea4515cd94_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3a1df74d7419d8a2b09fa4741ad8f7ff71cc856745ab85ea91a0821dd427976d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c1b8250462e0d3bedfd64c4611ce9e9aa77f6475e48d948a2f844fd293cb649b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:de1026343cc529670671124a64b039cfab52a4bbbfc7d6d0d1bf5d6c21a0eba0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2e98c100a02f00cc2f58fc7e4773041e81be4781e8a8c02539acb17d66cea93c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:55973d56e1df439ece9c90bf4a6ac870c4be37fa5c718c90da6deb275c34c062_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7d39c8eccd19b70bdab2757e9088f1e3259cd0ee8c0a76421f8cca3274ccfd5c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:fde0b6709806f4fa012e86093d3abba689c7e4dce25859df9993d02f77adac38_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6b089f63a260ec9dced6dd494b2cd8b48861fd8a54f5a1669862165a4030d790_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7d96b0e06e1b04ad121c95d6eb87943032f8734a6565fabd6ce99562ba873ae9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:804ed4857fbd1bbac303549388e72451a4d0f81b99696fc7176e196db8644140_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9c0ed5fd8235d31c3a959cf3f00717a841c2e5ea2e9e222454ded28932ac2f2b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:25d6a0e67f63ee551a50d23bbf3ee87a8590cc618d06a1041327af0bbddcfb6b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:5c4c1cfad723db265d037968ba4892ba883f1251d06a6b348d3f5bcd78f3725c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:ba8f4ffe3f54ffebb1aeb3ac55b9c2091b3be0e2eafb9f4fa877c6b2a8abc787_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d05e5450605a9101e2b4502927b51a6bd93a8eb01ac3db39918ab17ec3c1cb86_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:229900b0543979b8053752c05214994d2590b501da90dd6fc43ded0cd839a2b2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:241f97ed5176e7d9234cf1893f43dcc08d375587540c7af47c19977f44965ae6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:811a41790eb1654cdd1a133ae525e8fc329fe330cf06293d12653be5c3904ddc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ba2426e6f8b4c4f49b191df2ef4824d30486a87aa3bf3af5cecc5aa958f96e43_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:18c88139b031c49545ac09935d1599740f0b49e3c2fdd1d84f4006a47bb2880c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:314bd5ede25ad4718f9d682ca27fe8e8817d79922d59302f0449a55bd4764f26_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a0554e2bc18e8e16e5fc1efbb5fd653a3858f177d0fa84091ed1e48856c44672_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d0092859b3dd498418cb2ae30ae100d91a6d77abbf2f1be3400bd6bee1a57cbb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:0608e6ec895faca9ad6eec7f657893b8c05a3ba72600cb734cfd2ba7eee926f4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2a251ca88b8d2274b765b591bf4e015c1e817c0d98fc5cd7c19f51358226c1d6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7b50b78bfb9b21f2c6cd42be9990b95f1b3b810d9f3cf62d7ff5541a4ff7d5f4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:f80ce5f1854e4411bc2d73efdad02ff4b5fad6b15e2e3a09bf69f6229107c0fe_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:08cf0dc27f2e823756ba009358a028860354793bcb3abc9ef7c14d71ec011fed_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:285f603dbe97db7239d699ec52febf0bc5fe157222c202235bd6f5cc4af3b974_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:b7c4a0c49b1857e22b71299f9a921d0c56b831756f33708399b7a03d2f61d8e5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:e6ff566a5aa48b59411a421e98ce05e62268d4ead994c08e8bc4643beda5f115_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:22bfb7e9892df6e4045f7246544cbb73e900d17b8d1eba74af342dda56f697d4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8ee226df0ab0bf40ee1eb32bbf64b2feeafff15a165b92be994a331949f29516_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:97d901e0371158483af19aae8db34651dcf0278fd69e0ad14293a38d4713c58f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bbefe8212498c9204cf5a4b2834c8a7082f732c726fcaeffa55d9b66b5ab3c13_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:4b415d00d49331d5fd22e1b0c159ee4579506f378f1b13e8e1d0c1829996f6ac_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5c88ce9b17d4baf03f9ab7e89dfbd9c82a8e4bccd23e5dce74e11d6b2a0ecf6d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e6f512f11629d684e2713d7421677d35766f5a319122fae34ea25dbf95e79ec2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:fa7b4178af4fd9da7174d8c94e96363d73a1cc9f60f6a55a3cc28330ff7a4e89_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:10f802e9e5c96af91d1ca1427ace8984d2c31dcc7c409f3165e1ab21281293ec_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:477d5a4fc9a1354090356a06603a9b135814e9ee97d9c4b51046f597e195d5ae_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:5a20619d387dfa67a22d51e5eb6c4bff523b7fad8ca181cb4c09df25fa3d3540_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:70c40ef6f8cbf444e59c4522ffeb8800d19dbbda77a02f28310573d9941d6f2a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:26795eb48eb93cff9df39e25571a32b8d8c4fac44555227f932805760dde79d3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:45e8ad4ee3c68dd7425e889134eef96aef80f33946b303a1577593d53aac432a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d9ae6095cb2d622d947a1e861a56975ce434c7b57153d0dc8e4e9f1ddf95a393_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:f8f12d1cd2272529e159bbf2dc6680f772194cc235b0138146f40a499a9fbe2c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0f016a9fc412a5fa8b8289a19fee831b3441571d7a48135b92b6736af210d700_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:47e60f0ec21835c324472d63a89089c62480ef17e2225b537c7023404f63c796_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7a349e32d85fafd4f9dd8db4d80bd54e1c0869d74a542f698ef78bf6aeef4dfd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:8817b906fd93b0980fbb687876d4664c79668ec3e959d2cf184a3ed20aae953a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:027c710ef81f40bd47b16c296c121e36785eb5463321078f6bc657c37f2967d8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0d2b94501e72370b763a86146266411de3932995240514cd26362a0805525c7c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:ac40d2c4950576d453b18666a9acb3c19d4175d94a28d6e0e9bc19a4c302aece_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d9f6635946e9c0ddfc8f479486f08be9fdac8bc9f73d358a3d049b6feafe81ec_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:1ea77d4c8308769c7e2b5d667c8af3ee2e543fc0cd0c49447460c37ff0c56318_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:56aea13311a96784e84b4c5713ff5693e6aaf9f6035a042c5a28879019e3eaa1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:7eb0043c124f96f76970f835870cd45bedcee0179f5c63ed7688191cb5e0d718_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ae36b0e2d4f0efd222926a53364be6d7f9723496efe2463cc1521a85e0318808_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:81645a618293c85f28a1632034a0f3244cb15cb5b636d6ef447e571d526d3f60_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d70d809c25cbcaa772d2068975d7821b49f965a21be8ceef7ad7a17bfe79e611_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:dabdffb17f32a9684101e24dd08ea4587ff1c288959648684cc89f46ccc8d7a7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:dea959447acd57eda954f5fea4bb3d623d6bf19f11e7bd8ea04651f5cc52d95f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2b19aac1bb3f64b3e45d82d207f18fe3b692aff7d694c1cf99a02601dfadb2e9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:3ebb46a8c872e2dfc1d2bc7e50a84be90c998e721cb935a7d675e7ef02f204df_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:85930fd1b83c544a5debbcb1218282c91208fa876fb38e9564f3562ac199a30a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:97e522d7f8d7c3f88f50bb511f1696657f9dfb41282c702fbb5325a993267fd9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2eeee557fa7b05fabec97b753e50fc8b54811337b360ea542ab23a32db02165e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:8933a240bb1a42d823f4bf6feaf1baf6a6f083909fd9e5a62c8b61ca770cee50_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:8d06909ff0633fae70e3cda3ce95a1917ea8987c8e1372b4a8f00343494ea5d1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:f2153f3bd5ef181653f9ac8f40a8389e58771515b2fc49f205d5247455635c65_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:1fdb8df2f66c1558fcf03d227a63e58f63b990f1ff47ad81e3e3482c4e89779e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:7a2f54cce726a5f12a29c84d8a3af601d3627d1255b95e4adcd394a76e930c18_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:7bebec78f81645756aa1265950e28a980fd4c042b651c7b5c6fe6924af7675ce_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:d9af91fc94e0fb9645b5284e1a2a8a4ce3029a57c6c92e30ceff6562f7522b81_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:be58ac468d10396163e8e30c2e927d365ec7f21f710b99813b9f8f74b260c21a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d771771dbbed4376ceb699139a02a5b64456f2fd90f2cdd873879d56badf2885_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:de99fe560e6048e4e34d46dfbaeed9f5b3ddcbf41cd172f6c46cda8cb549faf3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:e8c673493346ce26aa4078ea788dc0b3c888613b8d161dee4a91d577f4686dcc_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4b909a7fa9307c352c5a50cfebe3694547a60195928c3a3616def9818dd6a701_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:74c62d51442c13d38b45be851fd70040ae8dbef49fb6b22a5cff7ec3d20918b3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:8acbe6bee1e736dc4b636057a9ca03e6d19a341c207f4856281e9442b4e2f5b1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e214faf773c10d348cd1fe3014a1541cc37f8484b53e35136f67e0bd3bcde588_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:19eb2ef0c58d253602d9dfc10f356481bc443b6ba6a1729eeb253549a5b06235_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:4aecd8e8a99b71f09c3fe659399204e461b1008def654038d8d2df6df34eb3d8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:57e1fac2b2f950168e3130a96d96a839b183c8d4bc5f051af5a951a13d69ddd8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7e60e4e7673f57490cbf6c96a033c4d6f0e373941cf7d7235c2455a7e7850a77_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:1e48b7ea9656f56b0ff7a95ae25a7fb6303b796f70c8a80925c98a1a38d09c9e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:30ffb3abac5d66f0d7192c3395f4e29f18bee60eec5b603126308cb8e986155b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:39572ca95b113cdbc944e60797371c1c70d210b718086be5796ad62a0753e74c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f04d8f791bf53ae7ba29b1c3ea0847d13a99a58d8d13d53eac95a648c4fd7d81_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:01d126ad02cd31c976cf2857928631f421ecf59096ca0e61daa28596a9ce3bad_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4ce5ec880ffd93abc262773d8c84390aeb22cf7aa4f6688b950c0490df2e7b0f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d1c2b9ba0cab850926c999b43cc85ea7ed91c5396d1d3ca272c330cbcf098392_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e46881e84e706330e4ebcf93cc1ec2ba9e1454b96ecee79fb81852d7b5826853_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:40cf04b4677fe397b6cca48fd704defd5dfbe5849116b2f855059340fb537da8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:b5df8abccc723af3f3ff86b4d1fbe7f643b89bcdf87c93abf3b926e8b622efc3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:b800c84b0984408d51fe965464e87ab18c0c3d82c8c51d12fbd488f9a6f17f7f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c0b5ffad8095d2ec71180e3857c7e5003040c79ea93835c5ee7ec6f544a406bc_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0f58f90811f760f3c9266f674a8f7fff259b48e10f1a8e994c5ec8cac3745191_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:4d336c3a625d32606df94aff5194969a6b3e20bd8586c56baacd509bcdb066f0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c67690128b6b243becc0fa48a9c8917740c4e4c01cbc3798c72e03fd9629430a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fcb458c8179222d8c01853b9654ca9708cf5f34146b6488486f2d44f12a1db1f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:10227468946141bf8f1f0dd71860ec2dcab6888ce2ec096f8250ce27dc9de66c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4cca1c61fb2e435230b15535e8423825378ad0f523e7eeed5300b139ade380da_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:c46179b6395be403c3e7915f9953c1b9527c2b384284a3ad16e0091346a86621_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d4ce3e07bfee07e11573773846eb94c759a6d648c06db0bfa2dda1f0110b9f84_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:2040c1f1f4193837690b31dc5f88a840bd6c1c070ab0b091bd20439dd9dfdb49_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:2ec681169d6ce8d33a853a03fb796a312e75992052f4546f94c2ad158bbb9228_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:38d16429ac19db268bbefe2509b4d88ab3cf44e0c4f8b75a05fe3b182e02506e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:8d49a0a22cdef610f8338e3e4e3c009d493e6990d6fd68362063a9138164cd1d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2e170eac98d152abc69b8fa44813a290b9cc2e57bdacb84e97a9ecbe602a7631_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6f08d4c8d88aab768b5c727b824584cb5443f67e69fd543ea95bcc8cf90cff2e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:aa161f825ec834c11a77240e4c8860d7e49957fc6137aa2730aee57d3b34b7ad_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e5568dc2b0aa9f9251b0ac80d28b2c01247a9fdd1a7fd42779932bcb9c0116ad_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0594f924eaa7baaa8350c40eb5b2253c99d8ede41d58291d362bcb334bf8eff7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:29473afe198e78ccc383122e9b9db15562d165d1a1a5d2ec9384f6282a9722c0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6c0d83c46bc0032ff04ea451858bf53db20a42b02c72870771a683b292977620_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:74ef91d30366fd9d581253c29197ebc1c237f72db26b728f7c27f26a1f446d0f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:1c0d5e001e41c928306cb746e0ea360cadb179221b726c5d11709f381132fc67_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:1cb6cdb6e3bf0b41c8844a6145a44416a2d385f640f42f496a4409db59f0a509_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:575c9649ab6ddf045d4be5b4c86501cd0a63fe02d73b4a803b511213405ff243_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:e82eb82d215ec8520e1938f0752a4ce0c869e865ee1c7fe2c96fd95ed74751d7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:31bd457006ce5cd45fdc3428de8e69856a3a387ef4383d1b08908a6f3b35047d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4f7552d3e6293c981fa9da6db88f330bece8f668376abf43f71b906553a5c99e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:973f4d0e9307929973adcd633718d00d09196bbe271b4f9d24f8a399643e1eae_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ab176c397c65bf978d7e517a34e10ea45c82a35f65b8bbe39f384f776822c03d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:34d1ed337dac313194803cbe7336560b7a630adc9cd2bd785883be5048ca52dc_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:4d29bc385e8920f178688a741187cc67ed670ea997201952d0b9a77b56c762bd_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c86661524ff0c65bd9dd0349b73a831204010ec59c84786916be4ecf22c625fd_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:da698e145cf30d354629fe8f6c4023d14fa2b5b167045bd8a6da0ba441b8c92d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:53be80af8fa2a60d9bd89de8e103fb2eb2cf008acff6d7f89383d861bb8a54f5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6decc15033377fcfef17782d66d17fe25501b157d69bd83e85a87c6e60f665d4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:8b2d6dfc8fc31a67250dca39ac60bdaf86cbbd61353cfe7731d4fb1ebf5463c0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ab21f8f97947845bb94bf6912ca8880ed39c4aa3a849af7f804d28c11a6f0ef6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3f2412d3a5a21739fc209d7caff76dd8dfc077f8a5a3a5034a6ca7a29532f14a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:598df55cedcdd92019d97e3ab1a6227b139798dc69adab00a65371e300803eb0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:9c4d4b4b4f7b8cf69f9535c0f1191f4de338b928311b0ed867fdcb0d8156220a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:df5cccd485b9a00dd75fd58cc2690f4713062e43fcba9aad630fa400f314c588_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:2814cd076f00b58ec1abc468adbe95d2281b50cddbce2d112dbf8befa70dd470_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:5903de42d0ee79b46d935ae3dc54e88a62d8e09dfbc6d055a31d3e6fa3c4cb81_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c1327a4cffa9882b931047ae66941c2d3a6f4c96bfebe56cd3070e3deb22fdc1_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:f3d14a42e2214c08f4695a86b716a383112b70245a711db6fda0a5a462371994_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:2a0f25a54392c0e18a35840e1d29f31d5dbaa7325819fbf58656e738496797bd_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:3eade2c45b25c59ca557f5a284adda009b84a3f6d21c9db089d8c5fa7abb949a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:992c550b1d50408bcdca519980d914bf7bca4ee382ee0540aa3af2d034eddc4b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e06661e1b9f1142191ead0cb0f04b252619ea50c2be307177853fda34761dfd9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:03926dc5ab653058aa6d7750ea01a2b45c8f17a5ca7a8e67ca652c9a0dce194e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a13900fe0e23c9421046db6cfc237d21d0a744bbdce29fcd24c9f17b360469db_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:ad14d54f4912883a0140d3ac97c6b2219e3ffb87015050bb147ca0c73cc3cc61_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:b174fb64ed734452a4390290022fd0ec60d37823be6b12a17c2c6ae7681b3594_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:08553069c4783d2a245702df54c1164633839ba790ebed8cbe1676e4131090cf_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:33d14b8d5f2c6b2e06b4bb0afb00a0725195ac80899f786640a0c3df9d238e30_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6b96857862bf6275ae1b5cd28a4eedabf4ecb6df67a441f47c1469359e76b9dd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:8fb9394145dcb16031acd61a0357c81facc3f7e2c26c8a5925581d68389805d8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0f14bc30863ee292aa6978966151fe4e77f43b502952a32565035ed9d48b1beb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1dd2bf9193891003a1666b3eef1890bf737089784285b1227393a690ca1cde04_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b2218da01a451dbe0e4dfb108b2c153e1a1b3399d7e6738e4c191cfc8f8801d3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:eee4ef2783405873838d6b4cf42eccadad062b9f056d5e13b76e709f7876c9b8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:3b594e4afd1f6540d0c0da8f875bdb8de328ba3f2dce17c8226712929079360b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d82ed0fbd775b5970fcffb980f6d28c885c1e2f9d44f409507778e9cf9bfde8c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d939c7835722074df7a0197e72aba718a27b8f88134883df7fd654b1ee57f0a8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ffc14425bb9275fd713b639c43ce33bf303c54e38cc53f4f9db3a3a1f2a6f105_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:463cd33991582264476015ec2ecf8ac12a9ae4107897cb2558c1d9a4a1b412f7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:876321c429821ed061d0908b2c57c02b865f775f47942f15401965ab1eb46056_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9cc79bb2a2c6602b4a72dc3abd536b1e47ea245de4f7ff2b3ae08a4bacac6bb4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a9102ac4baccbb625f4c4bf605ac61967c5381c24c777aa819577c2c7cde6c39_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:06a4acb5a7b97c5f66d70cc351f4636eda111bc81454308281567359ebe0e693_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:10439ed7506bb140f1977a564caacc309002a67a41c61539c2ee150873f23b69_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:113236bdca2ba374020fed560565f6aff01002a32c8eb969130b6265e1ebdac6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2996e3821813cad87e4bbef83d22bab2bdb80ade147e2f827714321a06d50769_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0a41b5b6efbf9ceb5605efcc5a74e872e5b82366478bd9aa1307c9a043b25194_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a8430b0829211ecb9925cb3061a328e054c006433bbe067d8746f92c348ff141_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:bdf77c78561fb5592d084c616462fb0341d8dfea9ce664196d398480cf4c9b95_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d2c51e9490479cf86973a6f9132ed075989ae64930747dda27ec3100999352c5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:148e6bf35d15e19100b342ec8ccd8f3b975b145f6aa1596d5a7004ec88684444_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:6cade19a99f1530ec4700b5283f965f9c97ae9732689916d1c40eb4797adb08a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fa007e3f1a38a5b48a21d37737077594f57cac65d08a9da8859bd1f98677fc86_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fdc7347043706d1c88f0d0327e29fd47dca2ba6b41bfaadfe4acb18c175c3a03_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:8f0030f4e532ae452721b47317f2bed3a91b4e18f7d58bc99f117d19a081ce5a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:f8fa8bb4a92b3ad3028f21cec3c5394f565c9e02f06b0619696cebf56cf598e3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:b0ef0d0003586a718c7747a6c5efc24313d757a4e15f7725328f8ce310793ec9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:fabefdede81f8045f228b94b2cdc64ffaa4840c7da5937fcc7ff40d82bd2a729_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:02d69fddf5e810141a02f739de9b3b56a1301d4ecbdad3b8df3b7b0c8c67db87_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:0aa7da9a515f449d3a6da50c5dd8d55ed318b494f2b3f3f866338ff1f49a3ba3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:16bbd40075cb4a55accc69db260da71419574395102c164a388ea491bf51d927_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:8b310a127ab9ef1521dbfa6ae4909d5e79b846838de6b07f8693a6f746d8e1d0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:d167970d8be3d911c29a54fe93b3c5ba2ace1a5bd823fb0dd3b5f0691d67f5e0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:ee8d34565b8f3e4d3c349b05feb279bf6a314f84897e668bc6bcb890e1320971_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:3ce22e5fd8def8305f8ecd28c69bb53111b68aa18a0f8907af504961caad2b31_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:6c8b3d7e73807714789155e434b87fb7444c1ea2cc5197fdd18b0f9e253d1504_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:76ec2d7ea2abda578740aed288764346e3e5236cd8bd1b42e776762ea5af7ff8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:a2cd6bd5ba28e30282de522e76ec1fee891eeee677350638802535f329f41d56_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:1ad410be29b78a62c6c761adb2ddc81dd6552e215f3bd71b2c49c19fd9506c49_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:2c3682906df67732160982aa12fb991407978d1c7a2cb36d279b0857134bfbee_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:3a4686f99c0461088ac8d8d83b53ff967b57840aca2fa87a3d04823823c4d5fa_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:66340f44b99e3bbd8c021e0c47b0617365b62c53b0b3911933d8f683b2c48aa2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1796f001455857a701404a4ee37d793895c4d179708fee5cfeb2467243c8cb06_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:cb2ff11c7a67c79a0164613e9ae68e58c14c6ef7a5af4dc4b6fbc897921db161_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:d30598bb001578c4b9e99ab1d5040af35a27b1b5c7503d566b0672d634ef9f1e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:e9cb3fec3be65cd06e6fe00d2954b8302e12814701e1906ad91833ef18a01fab_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:3616e4a7673a447207307a8acf0661496632a65ab79694abf81d8a47da0f590d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:a833695f4c37b7f90a42db6563f6cfe2ba22d175e1b2562eac67a2bf30874c00_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ef7b269606c239b4c5b9e720fe99a727b2fe55ca5eaf651c4209c5f4ece296dd_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ff65e0a6ded81326ad41c930abd5f396a6b3c2920169d349be3f4240aa212889_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:76da7e014155a69453feb8dc8eedda88578a3d3dd6e25da074013da1d32590f8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:83b56456b19882b4a9c29e1e3099317d6b2f38cb3f310c67cf6297063689d416_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:a0c019865c62a67303956123e1df05cb8a1ac3ddf188638f00b0d3fbab0e4502_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:bd6ab28545e203750806e1c22c4d1c9e10e91b20bcd922c5890d13eaa47982f8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:2a1b57399ea1e13524534dc38eed4139d56a4b56f0db7739cb99048588a96d9f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:48e3d29aeac5bc5c6d1cd9345436af66b233c63e898bbe5817016bb4f5ec17d3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:4a5be5aa4a12e2531d63f983de08bc3e411147454b3f2e601832d4d437a1a02a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:8bc5aeae1421310f6f635cb1679cf3145a158a8549bda6132526d02f533527cf_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:0e26d9dd3ce20a2b973f0128da5a0c27b8550941d1f6a71eb8a2d3db46086e59_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:7f7b4c6d942213eac8eb3b3e87c81094208a3b41e1345964f29e6936c5ac6b31_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e6755753af40adcaef42af4fa79da923446d57d2da328a5689a8aac7d7a6a803_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:fb299ef0ec0e3b11af2787b41c7b1acb5e161a11f244823831add0ea0cced3eb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:00381459ad3d92ccdd5a3a45ad1f09ddda8da0d48f4594a4c219288a266647c0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:076c49eb3ed9183e0ae26f6711a9e5aa1875a080e2d47510cb16e2714afcc585_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e8d9136a62d6038628221fefdae5923e39cde2aedb2aeff9dccbd1b5b1e4627f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:f43b9aaee22c9fd77e98ba94f89d886bd323c658bfe3e7df74af80052e4e9474_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:2014a37e5e4d7528a77ffcf3183354b0cd7c17eb5814721c469aac3d500fc58d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:315f55b2b96d9bb4e2ac7951fc6c3736bee817f27003f370b9006dac7096816d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:707698f30f4c8088b2620c5600f79bfcacfbd5b82c957de62e13ff432dcf35a3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e21ea71d36fdcdb320bf2f2b60c4d2e47b83439beaefe2a78013507f6d4faf2f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:1579b3e033644e046bab63965d6f34797294c079488feb1ab6a93bf431deeff5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:7eae88dd81a4cc334cc312551621a1e469c30ebf73def686b18aa7f43027302f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:9151d366b16d34b16a1c90575e3317054503b12c880af51d496f681fce3f88d7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:bf1a0690529c9ef700e616776f6372bdcc6883f8fcf5be062b6397dda5246b9a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:03bdb8f74c117562bff696fdff572c2cbc7d73901c63a092d63ac5be23e0f4d2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:82f6b0c46cbcb7d23b865db2f2cd94cb83fcfd07ca408dba1b50d28d93c72aea_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cc12aa0e564fef8638f82263cb9d15509dcd032f9eeae171c41543e292ffa47d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f07d0cc2e3c9185fb009f2cb7677f3b9a5a7da7b9cc2e385be40108911b61c45_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:04d44a7c55214235a6ca121f45eb8a2265b6a47803d0000a3f7819dd279bb634_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:aa7d02eb36629d56525c04dc37e30777d0b33d2af3b90e504ba4259ccbb01fc5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:af1ec368aab118eb5273e4e8db659bdbfe94ba2e0410dc0e872fb4703eb7f229_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:b37ec193d3318150fcfdeb63bf8955b1b03dccfbec5be52cbc08251d36da824d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:0ff28e5ca81e1ca5499ea80569c9b8a203b313e989559e4c83ac8f0fbaee0973_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:1410e37b8ce017f7da84c0b86b0411f01e1d8d6597d2dd97cb0b82e05ee944ce_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:84de5559116e4f57c27844e4c9d28ece511779570e62dbf436ef9d452c44fa93_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d18b86413dfd7450e3d201b42ff45d3f3e9bd8ac3caa591bb5ec80dbe55701fa_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:1a53f5592aaaf08e69ca0ebea2f1e04ffc39671ceaf2877b66d3337f7450f860_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:354d017903fc20f2a775c264be278253789845fb207eb876d2f650002e7d9d56_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:89bd631ea62ce494371f19913c50598c14d46e8ec90171864ed1aa9dff109b12_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:eefbc25642cd5387702ba23a6bbc3a33e1d507caf9b5d873657c08be096828bf_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:364bf9f2adf4282b4186106425ccecab534f23ab7603050e6bb1fafffd6aa176_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:b48a010d206d36ef0eb6e079407c7d921cbce7ff8f4d7976a4228a6eac88ad64_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f8efd3a98425d3b6ee6cb9df9d20cf8390168998d5f3d8ae4b8030b9353e2b43_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4ead6c7e104de4b1296fd135a0be96deb8348a6837383bf3ba75c98fd6c7c20e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:af1a072fdbb27a53132f6db1fa4153a3a0c61babca8293a6c40d6e1a8430e5d2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:dd07d396e484826008d9accb4013073f654bbdbc9373c3ec94c79e2fcd903c10_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:42b0c5d6a2ff553e1fdd1ce9daf95748b671d4b9f71b777ad6f06bb49e52d172_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:4f8de05a10bb92e5c982471035860ef72f44d0f4213397dd3a304c0fc21af267_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:7357ebbb98da36a072189586fb5845d495182d488ae0d88380fab5398616251d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:19ef2c2e8606c2bcc69c922cda581826281770cdb7e70aa9dfff11404ed30a3a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:6ebb3e355f86fb611dc2f7d414713ce89c4372ed05e074673fea20929b345ec8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:db8da3a0212ffefefcf7a198ed1d75030d3b2706f582d4115d3fdac3b7d377c5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:5f0b5c758fa46f12d4fcdbb64559ca96b32e74eac5e007c0c99d58051855d98b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c9c3e0f579e933d9644cc4b5feb0e9c97383bf2dcdddcd2a0c6182599e564af6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:cb2349e1fe8d9e74fb14a61be4716f0dfb8ee89d3debc762b39cb840c9ab12eb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:ff568746b033a045daa34f6f5c196950d1122c54562afa9d70fc4c8a49f0cf78_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:66e195d334243b880b11b18c5b867f05ce7717ae97fcc707ab05555ebb03662e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:80f26ba4b1206766785d1c060b3f4d9f399cbffea8a84bb807d4341cff8e5c11_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:91e89c2093305433fa84c8522679f781a3148a3890859eb436decfaf6a2fa9f7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:a02a71e69cc7a3f1747d5ee0e4a0535c9dd6abe0fc244c2f16094402b56ca52a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:237339db4971f1ac7be125fc689b87dd07b1e0f59da545a2a7d08727c69f0637_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:263b3dcbb11cbdd26611250be26c6923fac9b74a387da78519650f8d05cdb4dd_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:40b891a4cb673d3080ca260e54a87bc1e730820cc5058aab5c87f0d9242746db_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:5b10eeb7bcb9d3d5cc562cbe6ba759b47a302eccc48c658f6a11e2def6f627ac_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:a0d207f70105e6c6c74adeca74cb6b9218e107a869a7e9ceee35022db9218009_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c34f9a1038f52a60b3bfd081a569d5fb067a95cb2d6eb1e83512276afc4f217e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:00cb5b6fe5f046798ca21596f72d52b61e1e74c94dab877932fa9da65eba08df_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:7d983f60a53d61f594507cc64436fd505db9c113bea98bd2297404fbd39d208c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:01304de5720f291e6c7ac725311596634dc2ffe3d2c625fef7de40a22563b5d8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:e191bae1686c2699afca87bba65d819f47de39e94e4d57dc76566622b0e93233_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:0fd2d931780a25a95b718a2726c844e3fddad9187da2298e9c1f8302efb3fb55_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:88d0afed198a8eac80018f43ecb282f470f998dc21cb1053feec3ef26bebe206_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:c409fb63b2b3887dc7df2c203597ccea0c166c2f7e4b9d99dd586c9503a96082_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:a6f98204b5eda5ee82ed092ad791c0e75d3d299a0b2b7ddc56c229b2f2cfaab3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:f42b26c88531ea4dceb0c9ffecdae1d0ea54097e7ee2b9dc3eee2f226b8344af_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:01f51a86b3d544b7447be3a6505835651ac27433d4cd44912d7d90b67fd6dc1f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:dad2cd32abcba1dc64780ff15eb530a8ef3e45735c47f2069c2fa3a2c6729ac1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:88c33650ed5fa280c4ceee17f63bc94acb3e31bac6ce0ff922537044c62ac170_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:9a3a34d1184f72aa33d708c971e252247c1dcb187ca485ddf536967e2d60747e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a2f0b33c066abcd5945c172e45fde320dd575e74f92994e0b00ff83b0b2edde1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:b1f880f022597d0e8024271b99736555add047a58c3afb8b0c883b034e203c41_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:55116f0b9d2a169c62e830324808855c16ddc8086705dd884b386710d73af539_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:7387e89509be1816ffb3cb543b017332475eaaa5a2624e5bbee2e21a705e5cdb_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:904d7a9cc8e44f5c07fa09f25df6ed258e2b0aa87292b9a3ded77ed3a615e24c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:b370250af2a6f996100d937a7395b0d031f64c3b6e56114815fdfaa200e96272_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:36882254cc241dda67e3094467d51caf941355c31438658dfc1437228bb6f4c1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:8cb62fe1368a749cf2e5fe112e7deeea4157b6abd336772a52367d9d0ba21187_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e37e2a9400c167a70ad9bf6ee64883ce1d0cdf690802a2477f3e7a6b12757f6c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e43cc3e015aa865dfde70c7578ccbb79bfaa9d62f030e65bec769762cd087bc8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:17ebafab92393b198966eae8d3a669fed809b6c4f9fee4243ce177952e4d1c85_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1c389a261e900fd9f8fc87d748363706bcf1de74a24acd410075bf0d205b8cb7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:2c3d8ec443474d21ab9f59a88ef33184063beec103e3e4ffe7859cb429dc470a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:64abcf4ed85d43529c59bc77dc06133aeb3ccb1657fc877dcea8bcbee51f019d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:a629a70723438621732aaafbe799b0f92c2d3a07e9028e22ee2ff3bceb911bac_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:e105fb8b5c80f438d63cdcb29187a35df84393995e142369fedd2aeb89979681_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a85fdd4a1398a47f682526c16e97de1f87b8222ddda47a6c5f254d06b4c791b3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:afd2a6edd07ebb4b6b77544ae5ee18e3371f514daf4c669a00d154b5e33b701a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:20e35628df4b8844ea3668b147e125b32534d7b944753ae1f99b6ea46e159392_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:9e9525d31895ad7e9a1ff753e0895f7d845a36294f88fab8041f2f3deefa6608_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:1cb8736ad1e698a4ec78cbcb16d6e37d67887bed651a12bf63db51af96b0a7cc_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:554b7d9d81f9fb5dbccbabdaadfda9e45d186eba6488df224f83ab512a4c4653_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:249bd5ed39ae03fa46aa042d73bc097c700a6be65ec79157460de3d1ca75646d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:65777a3f824fbba1a23da143ef64a1824aa48883b94947682f787232d55055c1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:9e52b2efa8fdbd65ad70163f96f358b64f552783c7f03182dcf38994cb2dbb58_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:ece0c645d881112e48d2886024cb96b6cf4b1889cc456b30d331df729fcdc9cf_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:0b99f7875f7934b371fedcff686622acd03d9c2618bb613dd6721ea5ffe1dc57_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5537e4af85d49533292160803dc7bff5276485846f94e247353df944b4b28a54_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:8e64d6ec539d991b5a228d8f4b9079fb959dd11c3b8a77ee5bc3576398340dc2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:b32d68bfc83195f7cf85e5ca9d4baa658d768d3a98bab4a3ce3cc107e089d84e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:333d60c92a9efcb4febe144c3e331c553197d325ba0afd64bebfcc2803cc0e07_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:accbf8cdcc475fdd0ae3427f178de8f847fed6c09cce1c12428861adc9b342b8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:dd2518acc748d2fb1c6d5f8421a6d85ab2dedf2546508f45f8e2f6dacfa7f5b1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f3265ade73f238556cf2a7fc67e8ebb3d5636440fd9b7d4cd2aa725677ce3965_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:1bfd1b573bf924cb0a8be80be641b4ce684b141a66325d7c0cc923a9d3a2030a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:88bda970c0360c5c1160b32e589812e4289db230dfa9923e1494636f97c34278_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d849f73e901939241fc0853532489308b856ec530492a706db8f81ac47e59318_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ef722b792c00415c1efaecc99ea873df11d2ef8cd35c5b86af0afcb28c08f821_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:50ff46f43a500235707760885fbe4997cee8c7088bfa36c911697df3b81675a2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7845202df558b0ef442f3b4fbef423c6278fc43bea49169140fe3a263b15c7e4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:92d0cdf81fb07c8eb55fef4be846e84d5f18f181fed24221a294c5312c76e923_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:b19219d62e0e70404ac9b7643caa49a792b9450e8bdd815b02a6539e41526a77_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1da1b4d5b5eb3c2d6238b7e53fa040f03a759b8fa47e52d9e530c8a40885acdd_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:8410339435a39b3b5a97a180fd0b413e3ca02351edb8b9d7be1145688ca56cb0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:8873af11a450438c35d6b39d687e73fd0ee0faca3f0562698b24650b01248690_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:bd6ea26ce1660efdc5159b2a53d8812bb1a584d7185edbca08a07cb89a09cb0c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:063ae7b531e3156e051e254ec07faaec30ca971d027a48dcbf930b1b662d4d81_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:1aeee3943c69893e59b8d0bdbf4c32b4452cf4f6af73a802b64be9cfa051f38b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:51838e17ea6a17f32c4928c8d03fcd2af5052a350e4bff6bde1c484b0663ee7f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:ac68e0a125aa8e638b88d747e50b7b7ef9150d7e15459e5b4c0643dc1d534624_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:1caeb43e59e47f40b7dbb8e9def02e2dd3853254b749c40c42fe2092223d9ff9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6db33bd660e7c3cabfac5125820539a4ef4264c067b17ce404fffddf17965880_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:8444f6327a6cdd0cfa269384e58059a9d333af24c0e423b1abd6d85bb837ad49_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ee448c837b33b1e9ed15258933ad9cdca924ac64fa6d0c3bd7bea0ed9f489dff_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:61057b1135996175ee08d0672d50d1a9eaf083a1a057d0a5526f4af42089dd32_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:619bafa4b79a302982b0806c61721e26a0ab7b6863f478726c6b58b42badae7d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:1dcc4113c131eff2cfbfab09cf11c8186360c6cdbd1086af839a03c042a87fcb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:2eeeba70b8cdc334ceef7ff7e1fa3b1ef19522097e27301e2c7917334ed2b99c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:491afa1460d3cb3aae7dce1df98c67bc343cd47ce22df4c55810f578f8aa6b5f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:5f24e34fae65f3b7a473a8ca41afe45fe4dd8fe9d84c2856c5278c734b2a0ca7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:6d4fbb7a93c300154e76eec4307a3dfc14555e6a2d0d065db2de3fcdfe9f5fa6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:1c2ae2d75a70fd6620fc71ac3f314b3f09746f78903f93d5e1fdca64941946be_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:6baca746bd3180b4e6062141ce4d980c014cc18fd4c1fee527d4df751b0bea76_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a1cca9b456a2eb705f5b11a19d2c54778d1441d56b17d20c9680d0b1aad1ef39_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:bd271650ae9beef457d2c72a9f552448762e538d92cdb345d032ddc3786493bd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1001d2d3264dbdc69734b9e85a67db79c52d1c2f6a1a4f89880b570f834aea51_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:2d27ac19b5e4aa5532d05c71b6da43f4ed51550a36328209f1432378a96cfdaa_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a4623c62d9f7b6fed32b40d539815a3814c74338bf5974976b4dd1ccf8eeafab_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:d2e61adb97f22cc48deb48c31ed94d850fbf26c6590d0fa3aa154765258e185a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3c000e247f5d102792ffffd96011b889db2f5858799122f812b49b10a5b711b0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:49a9fea1a2a81a464be4ebf87a7f3ba7d880662bb85466039a5c8d461a0b69cf_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d4e4e5976380af9528d6405bbbfca7718307afdc46ace2fe3702ecb8ee479ff3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ff841517626da718d46f0869384bf5fa3a04b0eab21af3d4dd2f8d5bd3601aa6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:2efdc02714260c48bc53e7ab0cae1e2d3b99c467469ee1f73fb0b79149091d45_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:31bc24ff07edb1e527760a4d76b60e8d0712968f477d8d6cd419abf36cca0b0a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:84f34f50c2396055e87b857cc30411cf5b18d2f21e78bd13fd03c95c1650baf4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:96bf65054c994cec4326f1bd5432e45caeef3c48513a7e3cd2248759f9e6efdc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:58facad671ae16c072d4a0e96a2336d95c84a7f86d4242e49152e9275296d028_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9a7f6b3f08dfa866a2a1dbf9bcdd636c221c4dcf0ca38ab9b5c481684b4bca54_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9b033e2e92e64d07e7510846ed5f374b1f1375172819dd1eb567c83d9c3be4dd_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b81f64192da01c1b69af1f01bb109684b9a235b0879150ec37bc6bf43a53b351_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:5f3df6d30a624ae1c7a7eafc23b74b1ef674b2a8baaf9d2644d529f98831cc4a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b4edf57f165ba2a9d56e5e84a3aa61e96e76363eb7d56a816ecb15f8ac06244e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:cc8f8b60224940a4c6f8bc236f8cef754c8bc5b4a6d6ecddbc12db49b0087aea_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:e9df45732cef6649cd44dc00a89d9da66b95f1666785247477d000c4177e2c49_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:0670ef29c648fc035844be832f71378d5cda2122f5d6c7f82c831865d45f77b1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:34dadb46049ecbb75501d512642e7d2a58961c783f749aa0169d1a108155db97_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:371746e92f0c725ccaa0b0f58e950693872f87bea78608e95a2dc93b4e8ae77b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c22b1f502cdf6292792cca93076f4a7ef16f1c761a65b11f875c99408584857a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:ae26fa2a9ab61ddb95e4273d710c75edbd517f81d421b68acf84cbfeacaa913f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:e6c8fadf51bdb9c8623178a95c04ded1e3c8b1dce525783bedf1c7c501eaa76e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:e84ff17a4913201a476735cc76bebcb7819e7b65497c43267c19bb8e88b310e6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:ebcd87df2ac74dcac93ceed85bed5587957036381a49d7969e9a530f7744942b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3c98ad6c0008b1145186d1839c980631c119328c2c231956941300508eb27bea_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dab0992bd8f2a8b158c03d3c271e9cce7de86c1e188e136efdafcc20ff1520c3_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dd146a5240dc6b3328240e27e4257151e187aa50df62150160d1050e065f0041_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:def9dc04e6b217cf48b80373fdd6f860e9b020d6699def7089ea881a94b0ff64_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:72c545475f329944debd51692a1815ad56ffa000cae7cf243273136290d32801_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:7942d7e452866f23d468bc06b2b8b43df126c9bbf2fca5607fcd3e3fc391c76d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:c6a713980f98015bc170590afbe2f48b3c4addbd7ff19eee4af2be4b431b3dc8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f21522b2f22cd38ae626063bb6180405ed0eaebe2c443d38cff59b36079087ad_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:622ee3e0fa2560aa75798f4921d3b7417b64feef196cb8903aad499b7ba3ce63_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d30086b283e29e234410ad9521746f1cde8df72c61263e49e01b38135efbc380_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:e11beafd70191493099ea724097b3bdbf5c7d16daadc9e60770ca2e221406cf8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:f0f385d704d85a84503b5415a35a0e127f3a5eabbc813ce61a6afd5044fb35de_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0ab09129b8b99a86f2dc6314a9b30156b814daf1a287113fa9a7a49796bc8616_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:58e8b0de0751882c27612c0547004d51b8a59c1824acc2e8d30360f8ca6b2d0d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:673edbc5d7c6df884ce0c2358b1a5061c31b902bc472556db325ad91373d183a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:7ed466cd36f985050a860f2fb442d29103b2c15f4c373f4d6e3550d656dee8a6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:04e0e42f16e0c627e306f27839d671f541b9276f15bb077d238a98bfa0f4c66d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:92d9f3394d35d8f620a495d90bbfffa00fb30b02c07494ad353bf88b80b299e0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:a455c8087323aeef4d6b31ca68aebe41d2e2eb7bc68165afe0a8b9772a245cf0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:e5f0ea7b527bb4619fafebf3e2732e8b0915a66c7eff930f446c6c12b0c1f4a6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4b75f7a1212ce34fd15eeec8af7a9f45382deb3859f9d3fe2122584f4b70ac17_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8410dc1831f343db0b894f17aeacee702e705393ca83d0751b044f473309d1c1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e1dee7b5a5ea8c48960723f1dbc36b50bb8edf0e3756000631d705cc964a7ca6_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f35219a0965a2dc097d31af84fa649af4dc048ec4fe953b4535d42e37ac5ac28_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:60eccf911015b2af66258c858b1d0dfbc1f79d5d10146c8cec8f9a5f21708f86_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8b1ef7b7353353de1302942f9948833e3bd0b568396513d242f4920e5be58f27_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:963ee9ae771ea224be0c968cebeece76527f1d138452319cb17dad959d972d40_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:e4ea39c79db66f4c7144a8526d5971ac698c3502df81744df07f7a9f281149ec_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:e4e0509c00b2dc8f6feeba505240de8debcb1b7e6e01e138ce406125e344efcb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:d0acba106822523c6cdfcc2fc36d8b78f0859e887958ad8a5634c5cf4757b45c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:79b723e31ae2158844c9f9b1a302e379d90be8c21e1e175106b77ebf19e7a5fd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:7b95cef8669b142bf2c82310fb33215b2987b47de2ab5135d5845ad23f27db39_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:96258e901919b272871c1be3a5ee6e984ae13812022ddf0b817ff8e5f35f9fb6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:d97bfb4843b397a25cbca966319a8f2e809da9809720eba96d7c64cbfc403bd8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:0667250c45df43bf0110d46c8b8beb3ada41a0bb520d35629d9928ec373f1cdc_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:195220de99e688a7dd546e190638664c5236f67316276a0aae8d39b525e7e54d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:af0eca465c454003d66ef7d95cd0da38ed837a7da7d9978d318f2b29b2bcc472_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e0a03020adf1f6b1612c5a935aebce414ba1c84a71c09e9e91a8759c488137b7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:05bff5cef1e0071adfc0c9fc07b2a7ef6ef2e6f0b597dea05bd784f8f9746533_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:40df7a1323c23c3875e77061b3bccd337500d04f1cbe324a800eebb7181f8c46_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:5017bd5e359111c80afc7cf55fba210bcd7f15ca82d3a6282d2f63560ffe8d3d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:8ef63ddc25cd248263a40aba3201b2c6b3c3b2dbd998ced45626223efadbc3af_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:04b85fc4bcf3ee707044a3ad2556236e5b2fa4b09875ca781f61a13a11d94cde_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:0932ee4d4567b840a801bbe4161c37b40f1e5fd4b38be13947b8e09842d40623_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:60ac363479cf9156e89aaf94735053ea3ab48a2af18b902444ccfa4c723bd8bd_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d4f9611470c2e215f919f6b08149425755ebae0a89bea7c3a3b95ffa4b7c59db_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:25811e863ae8cce3659fa109172b0fe4fb11260cd612410b2880f69edf3f2459_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4f6d5dd85317206c92af4aa0bcdfada9319b70856135fad4b30691bca9740387_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:97c762eda0b5da7809e6e7f236215b2e524a7c7ce6f3cc2f6d934753f5fdea40_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f633ea56b1691be0c55b612d5d07a9469a8ae9b5e833dadce533f428026cd7c8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:151563529a3997849bbfcc5af0d7f785c26cbdc449935bc97d4f6250492fe4a7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:65a15ccfc8e4e132d1b11fad18930d7f1ef53199f14361826de6c21ffe2dbeea_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:85859d9cf6668ca35cf196718aa7df1588411e4ddb287f832d4e7c6992aa5af3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:ed1989895d9f856d4cfcc6e4709233883e0dc7b9bbd2443d10d826eaa899b734_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:88bc1b9cedee4bebf90d217f61b8166ab0457dd245103610369821a64687322f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b2f536faf8330207a5e3332dc4b7895ae75d7a0c80ed6681704dec1ed1c8d62b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c8f98eba93ba62f17c51a77572d1ea794f2928e0e6e295ec881046e9fb04fa97_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:cb206bd45940912fcf244734c32e2c8938673dfd87fe12bd15671bf7c2a5206e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3daa312b5c2bcfd679559c162f3ef9dc497dd1c1772cb18d003de78918a3e359_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:44cdd21f24db7870c11a5758e4e89f9aafbc7b77fbd510b7d26e8a9a6de03f1f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:60a2e0c35e6c1248da50a89b854450de14c875fc134b7e9be481fa5ca91524bc_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:632e71ea8413382e51005f4110fedc3930270e617fe176415958f15e11ca87d9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:32e4fc1654909b51802cb8abf8b5946e44483ccdced36c784941638296197163_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:45fdba490434d5c9b3f35072d5ca0f3c5f0dd2f836c9e3e1bffbfea53f8b4d11_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:5651967617c24f0fa3463d66cc35e484ef52dcc1cb32f1a96a095139c31964d8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:abe083c619d9906f8ad612d300dfd9b7a6c9fc93897e4c437f2ad5481eb4320a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2dd0915cc989ffbee4b234604427b4e14c89efe69a7d76e182ceaab10c6299b1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9eb6b6ad34e973b0c20aec9028b893d92baca2639b28b9f5d457aac43392bfdb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:be4a416afdfa019b7eefd6610034d97e43d15dc134cf2aa250dcf88084e6fbea_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ef488b181ed6865117b0f2ba94075786b6e564602ba420d58e570ce9d919f069_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:59e3ee88feccca815009efc5c992e184f4f091e01f3b2c014a65abcd1cf78284_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:7534da640a66d5b46018bac0decb415afe5a25a438c763afc73b4a7e8d25ee64_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:85c474a602a432c886402b1411497d7586ec3802d4e556bfdd6ce2676aad3862_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:ac2600a181492ce1a44e31c83258a5fba05c7f39695c5f6887965a6bb2871df8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:222b70b3268bd5b6e1a960a85773594e543ab847b59dfa0dd3d94104ac3cb38e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:596b7c513cfcf12c8e991f82f45aa2154363952c11f48bcdaa271818fe790515_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:86ce0e99da0c35b99dd1d8b28cb02076e26a87d9d7a7e539e85f56eca1906de2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cfd9974465dac521af7557689c6091d373d8462cd899ef4ee06716b2e2c945ec_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:077cd921e585d41b95eb57cf921878e7c3e36a6fd8a19fb00fb14a28650c0c56_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:5907d836ebf2133c63591afc2135a9224582e0c75373642d4bca8094ee4d48bc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:8dd9787566554a85650fdcbe3461ce973495bda716557aefc7a7a2c2fd482815_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:ffbab63b764bd79e20f869b83736c41ea28ef2eeeff1305f87fdb7dc4bf6dc55_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:162b737fd1a333a5eb9bf62eb46cea08d9285247685ae705977751f203e767a3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:8c4270b6cb5ac0d566c7a1b9e546cb637a43586587076f757e61a5a6fd34a251_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:b7d7b847c855c894255f887e106b3027a29e2fd0dfd8bd606a1280a4313b094b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:b88b8c16bbd10bffc3c7428e861c2e9b8749da27eda5a33a0fa538b9949ec33a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:82254fb1f4ee4da82f1a6326044cde4ba311044cea5a5c2e28da70a67a82e8f9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:88179c9f57abbdad3c20d59c3ce38768b17e53e7f463167fafb447810a9b78f7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:943f3d2183309803791c84adce621e29f3a61f6119dc0af1529cd688063c35f9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d6c0c5250326cb44c5950c4d46bd13fdbc3acc7d36b05f1dc34a9744aba6586d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:426b08682f0c5d8833046d5ca88f2b3af44ee38218dcc57fa41a884a9fa938a6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:64e190645dd9dff1f4898ec45cc4ac42cc94f1b4bf8b1b4022a07873da039a36_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:bd152c2607b552226f73b3a760aeb307592cac725106da7d65b3ea3a460708c6_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:cd37ef01e0c5586ab14e6a041a2cf093dfa8815b3e21a1ae636369b64fc2a253_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1922232d6d920c408323f02e725c79132e46a9d73beb16244d0320201bd2a097_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:2622b7c4add731fd89832f5eebec7c86300749d80cf50fe0e397657c52dd2fdf_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3d77a408ab227b6658ca9643adfa97499b469e7a2faf1a2eba8cffb57fa9dd6d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:b29944894d3e8fc54349b0382fb01b25cf4445a29f82c45a4e75146c18e2cf8d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:47a37b58e2bea7dabb2da791027a2e880c10387e6c836bac1c45bcb059105156_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c1836d3d39c323a9f3920b769a8e40af886abbd390a8ce57b7debfdcda966860_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f4fd8a5427d8f74e7833efa23a0f7ddc8f4a2fd497b85988cad2b201f9033264_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f872b70b2027aaa6e426ee17b4f08d729d4e8121e9e98cafdec350153ac6d464_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2e9f6ad9b1c5ac39b9e8813a056155ad2b594a264ddce4d7a5ddd411f4c9e8f8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:462c3f69e1907a9b834188eb2aad3426d3f262315d1fbdb5629eb42b1849be0f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5250cc91fe66d307afa3450a2c052725c340731911b342332bc3dbab76bd5e22_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:aad8e6a28b5544fd9e8db6641fcd2a85474eb04f87cd3823792710fae0e127c8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:610b71151a7df8f4e29091e43bf71ef4a440430bc1f395cdf552844c3a111577_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:81f8d5808ac1503ffb406ebcfa40ad33fe4c13a62ec504c535b94a01312c3dd5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:9a58f0d4761ad3c87d0bb346a3608965df2d3e85a5cd92072dfba1c831570279_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:abaf2a42a5b82e5bbfe58b051dbd24fd71db5dbd2375fe6b64b01e8154ebb183_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:767e3986e21c2f1514a8a12d8b07d8bfaccc5afabdb58ec2cec07918d9805554_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:e52247597556738716370c233f27fe6893bd7505b647204ad29e4bdbfb397c36_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:03201ef76eea07d6632c483c1f05a1b983a8fb17e892722f673d7903d3d589ae_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:c87642be397b0f7532a4d798adca5679a994a52f56ad0825859bec705e923f6a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:2296b574fac529573dac1bda657ea2916d59c5adad72385acf19d8e38146947d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:2b606ac9745c95d3c70d91044357602677c8ab5e6242ee78aa9f11ccb4729e57_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:05f4b34c9abb9bf70a50c0250f6b130274c276a216aa3d2d6a18cdfc61899886_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:44305451a86fa2140f50c3a6e9d430f84aa4015834d51d406fa5847bee846d04_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:2f962daa09a741fef6dae721df2f0c66b911b70ac45e50fba5d3c4e17e9942b8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3a22070544241e1aba74be893b409267d894b867cb245d0ff8bdcffda72f8930_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a3e610fffc61c36b60917fae40dd3869de7876ae41b286f0d5397d31fa119f8b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:acd05d00f32c61bb6fa2a544887dd218002e2135a0de1acf7896571768735aa2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:0c0a5d2256bb2f57a9656d8bc97df07613940255c6add3fbaf2e6322ca840d43_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2cf1694768e2bf9fdde5859407a7366f44dfd567ba956cad64e76cfae189450f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:707d8e731d89185bc601f005fb49bfe73a063702c3058b7de342e6b90e84c9a2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8c6a0ab37cf5fbbce8b9ab785c93d9eb368180c6ca39ce13bb10a7eea3208f3f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1b54fdc04c2314437910c9a093e8ec65dab98d46351796985a21335a6b769e0d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:21f55af564e556247c4ea8263a5878314e025f290a723b716a9402c3ad228084_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:240acd5fc3d093867cd7efd4587ebefe048c6284a801da08faf8e2d9fcb19a47_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:be910f706a78786f57bf9601f04808dd78cd377c7dca4e0fef655be3a03e3350_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:3588dbbbc1b77e32314e2cef4b226e8430c04d269f8fb0a428d1859cbf95748f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:53923226087001bf8b4a6fe17761d2f7f745ab20710e7c1074673c6566a070e8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6f20725914f0924a8c0e605bfe6cbb2040ebcb7953737a120aac78ae540cbe34_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:e54b16f55fc9fff3ffdd04798462db934a9c6f218cf427a29b63235c733c666b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:11a2f9b1e75a4e3af89c08a63a03854b3c8b4e42b3e4d82151502322b896a11f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:44846d7c33ba800c8078e768421b1d9b39ed30ed318b680da06b5c97ffec50e8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:8c5c065ef84a9e997ad7703c11e4676470ee7a2100fe617b51d08c5232a3cb75_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:94d5008f0cbba99ee510257dc9921c6874e3853bffa0a22f91fb8635608c4cd2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:00f6088de94a844f32fe0f9a182e56ab06524c946c47f2c5e7156b51cb5602bb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:1b94bd10f5dd7c2b2ea46d32c905b5d95634aced341be5dd8afacf9b8123093f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:492ed93a8e5a9ae62e754c29240958a6c1909bffba60fdd5fced1097b955bcd0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a301c39c613445ea4df3c3bb70cf653d456a2e2f2cabc8ba7899e14792065170_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:31af242f688dd17a96083aeb35e100f97d99df2e1d95ef975297cafca25b6575_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:55faf10fc5ede65f8bf6b3c3524ee3dc3427660180aa499e208c1a0ec2edc0ec_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:7bebc921122ec103b0a42a0040f98dbfb821a1b735a485ebeb8e5a58ba638216_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:a918a598fb1ccec94141c0578606d66016df51dd6d60437e6abef990d58177aa_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:0733858547fe3b3e5ba4fd312446b846f4da4117a767552662871d61ff6952c5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:61ecfb19f466f5e76b77fba34b03b592cd8465956aea1d7c64e2bc27ae1fd2d4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:97ad34222a7b6f40f4e7f371de5ab7f9bd21519abd49dad6fb9ce5e775cccafc_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:df538992ddf8edd62462644c5fdc23265be18523e42ee350226e4ef341896fb3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8f9dd799d03d523103b6ec8910f1824f01e142aff8c689d55a3728250b8be3d7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:9c0208ed841ab00ba866121c2c6d471cfb4356d05501a2a78c563d4d9735344b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c4631236ed116c123793555732f647ff3d3fd8cb89a4f83dfc846b4456e03588_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:eb77fcd0fc42f542e8f761eee4003cd969ef4e80b94f10e2b25e801acccd0911_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3986a780fc3c4722e9f89872becc411c9d30d824ca97990ea58943c95974bc67_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:42ebd671fba15ee296288177629f54b680248438351c85c305a970d74b5356cd_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:950695ad184709b631a6220ebd01cdcfff0c841f9c0977db7aab1fb2ec309c76_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:b664dc527a0cc5864e95b25751979fec4d4500ead771860fe6aa4f0f24c7ba8e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:41be253a6c643b9ff74f2728ca9c113129ff2cb7139d0130e661f757d178127f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5000590500a94e98d05367647643d0a878a940a55fdb22fe24031b254d40e81f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:7e3d1fe26cf4c96811fd9992becaf4e4c01055216ead8f58aaf3b4842b216d62_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e399f3ff5ec8b143ea7261572b85c170e39af26dd92aefbe21cc56fb652cfd16_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:725f8d814c5acd2fd5e5f38106a89ef41fec83ca077647cf4c9c5f909e338660_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:81e38a7a721ccd6b424b8162de021155c8afc3d4e036b26baece7a52e1ee44e0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:9b07702f9d90053a3e349df86cfa61ae30522447b3ed6e44ea14ca34e9d54f6a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e12cb0851fc2f5e35c9258ad9360efa8f107b0a79e1cd17e0b5e302690125ea7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1dd92470819fdcb1772f425687cacbb71f1ace0453cae1dd4b5ad01b747fe54c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1e76fe522f07e3acac6cc06c67b783af055d5d0f068ed64e96ab1eb38f7913d8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:65c62baa1eede5768a6d01c4a6cf9e5b4c8c9dabe933d167228711ee6f50bf22_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:eafcf7c7eec61806567473c474d88c2ee5fea2866360ff451214a20978fcbdd0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:98845440ef473d8a65a926f6fc7e9bc95e2d975c6431bc2c64c04d166226cce1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:be08fb249d0548451580e3795c97c98c9275bd2e0d8d6ac5385490876578f4b8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:e28276a853d5b9b4937c8d38717139597be50e7458801607c841a569703a97a2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:9adb740bf133ce7652c8196b32f4c5c5a3ef65515c4b861d8cf2c9c6f0d1c4bd_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:98845440ef473d8a65a926f6fc7e9bc95e2d975c6431bc2c64c04d166226cce1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:be08fb249d0548451580e3795c97c98c9275bd2e0d8d6ac5385490876578f4b8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:a8fced5ebdfe32003054afcac8ec22e606806a53dd12d9ef6b594c9b4add893b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:5288894add34aafeec729069a4a4917aa7d4156917f9a5e2dcd82aa4bcea2a91_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0e3b5a014910aa57779fb95853037590569f1edc9bb48bba2d9461b3a2b0fa73_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5c3e36c0e3589a527d795af3e4b2c7b543b6f5a4bf0e89f9262992a2284feb44_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6b2f4181bd5d51fa4058ad220841ff9db18b9dfb9aa16de912d89f26320c32e2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f81dae6cfa04aa748063691e788c0e90633868549d2a53b8fb0ce14e37900928_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:010c10fe8bd3e00d8ad7c690fd4026fef3737f41161cc5838a186c7e9b13c53c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:48e8779ae80d139e0d0cd6ff9d5586c66ba42f6c85d32cea200759056904ddd7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:693661ef8254befcc66a4b7836deb522b2ae96b68b10079f232e2d1c3a428ec7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:80921c9a957d7e76d85e0f30c83e8f007067ef8a435e6aeccb5918f399914784_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:31a0ff47aa1a017d18773be577a1dc3296001154c7c40de20cbc3cc767b0c16b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:41564206c906171df891ccc7c92274cb7998f29687ff7d2e44399242e38682b0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:71f36e93f7195b10639a5c7db58e2f396f1272c6dbaba651e78a4c9ce955c427_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:ab71874b013fdb05845e94a9b4e3432d865a6157cff72725b1ea7589c6717b9e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:34b678523168aca5571ba1e631a458addc39ea9aaea3eff355fbe091e859b30f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:7cc0d1bbc241ac63a5f45a949a439d54316c23c7045659a9d44771e5541e7e17_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:7dfa6966d81447102d92f49b7256c7b47955f1d2b60e5b9dc133f71a1b2c8033_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b07a724845d8acbb842e9c96ebe2ab5355f266ae382d703c0f92a84c6d79de20_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:3d124f0dfefa90e249b024817c37087e6294880030bf95333bdf0b39bb1db696_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:580b4036071c17c8551b3171c31ecaeb61aea5dd431d147f036a832565531948_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:5e9203d284843bf5a5a3e7178104fbaa3b4a620bc6f889b36c6c077aa93f56e4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:ccb8be0ede2d9ecffd5bd7b4c9c555156b826cd864f5eaae87b3c1c58c7ede31_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:17d2506a96ba4da62c33738d9798c651658555531ba721f277b95b9c5283df84_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:3e6f6f0d6ceed5244d82b17442e473729421d59ec5cd1a71deacc15531f2929c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:8ebf277d8c153fa0be2825ebade894a87f61ba26c198225e4fd714302be26ef2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e0ead7eca26924691145465af2c5c06efae71a197f68043730e56d5cd63aaa59_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:2d9397f611cb4830f7b9bb67e7e35af224c0f121e4fe884c98c7c4807ef84855_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:79e8c5b1e61683f9c78e8d1022c90ce13c4b3c438dc373773c8d174b9835c862_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e104e90349ec069f6b4fbf749dd261ce91b21237b367c421bfcec3dfbe1bbbb9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:ef70455cbaeae026e8b15538a2a1d159bbb35e47427ea97e13f5e5a7cdf27dcc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:1683b25c778adadab73dab246e98caa2ee21c561fa57b1f2ca7211eae88876ae_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5c875e3f0f2b0c11b8ba123f0716e007fa09b21ee696dce0c71ba774c1a2c7c4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6b96865aa6187e5d1d46bb64717dfcd42a1cc17f33bbb96be9021d8b61f6465f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6d1451124fcfb4ef7a5a4c673e06603443f538c6ff781f10706e8814245ff056_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:3cc3d7622e92973a3e7c5807ee254195082fb9808132838ac28a357e66e892c0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:685d78a491e935d0b4e7a8eea29df7863976a60800d1e08c3bd3faaeafad5a25_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:88b54af358d720bcc453fc09511bdfc7793b211dce0014648eea9ab01fc623f8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b6a234ddf1c93f87ab0ba77b6dfbb1ae9ff2a1b130224daded0de20781a1f650_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:68c09233701045a0512a7310d21be057e1baeab5eab74e246770e148daa87c53_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7566fa876d194d7cfd6efbb888c2ad71ff04c07e80cc4591be682c095d1b6822_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:790592a71ce9e5bfce5c82f0efb257d08c463658db59b6bef0af4de7d0ccfbd8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:db9a84842c47a03d10c5e9c1c27552406af1b748efb9a4aabd8fc3e4da3d68ba_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:10eaf2277f538f2cf72b3f408cec4168f718acdc1918f0227f6b6c62531abbb6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:1e58da4120c75035a6adaf6718a1e97ec9c3d6127bbec91836171ddbd7141049_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2299f00f191ec86185e9c9573d36f213ca8e6d8bc6fe104a4ff5861e81911ff0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:64d10474aa6082fbc20dcb45adf3f78369650b94352eab601e16e3ea0f45dc70_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2857f545269812b58ce790369808c13b1c6f891b1c8521f61031ae1237d5e7c9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:68b0a64071a455fcff666bbff51d2757c1c395c7ed8d533a8e36ed3c27d1ee44_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a045a2aadc8aadf68064292aed51b08b5b848fd726bff69e8811a23fd17f7da5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:b47c8a889f18a9d9601612c058e1c890308f1603584b626d16ee7bf50af00d4d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:03bf1102e3d50616a2431782c84cff62edf1161999bf1b10662eaf65410fc55b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:6bc2b0f07f5e3ee0986b7652434359992bc995788d7a1fcdfe393f2b1a717dbc_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:74939b01007b6160c704836484d686b246516a2a1a7929a09901a57b9b4bb512_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:fbdd3810520e77b36b749f73d70d416799bae48b35430eb025a6b4e5d4b42b77_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2f57a1926d479f00d26f8973d6edac58f5030df3010c33e231d8d350f5afe3f6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:5fb00e50df62152bbdb2b98fd2de8054dfcd4d4f27b07001a197b0e6bb5e72f4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7422274a999abaecb4642499177d042c60f0d2b9bd9b470c7797eaa1ae03a901_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:c1d816e822e159bbd4b0e96ff11c2c0866f50ce60a0731ed995b08b83e9cfc9a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:1c60e886fdd81c6b90dc6a0f142dc5c4d5eb8c9d5bd796cc343abe5bce33affd_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7b549eb97fcef1ffb0a36d99e385098665d88b96e983c0cab4a73f0a96abedd9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:82714d7071cc06d1ce7701311acc91cccca5970b8d00228c164703c90657c56a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:efce8f153aa7fa0e0b4fe0f88a29b6b0d3e91b94a7f22f2986797d10c3292c84_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:0fbc562bcfc4c42579ecc86721e9e5f5d73784d5608ac58514081e3503f7c813_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:34eea13ef689221a855605f253e237382ba0dff12442ad975c2c5f0054011b04_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5b24ffc3141a2022711242b92b9ef187ac9f243e92862588779ef465efb312a0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:d733261ef4993cbe69ece9ed43b50275890db613b7aa258bd0fb9f0f15978cf9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4e4d42f9f65e036769551889fc5e813e5931ed853d3ba24acdcaccde692b12cb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:80c813e3e501d8280abce8b3d0564ac915ef638277444ff4d05ed9b2d02d478f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a81cf2d9704abeb5e16c8b9b46a7fbb99bdf0bdb1ff5f8130b2a2d61b61c75c0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:b629bf6b74a1b8d8be44b2945a6e42cda27e0d828c088a5b49b6fe866cd9a98d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0e57f63039219af389f3920cbcb324436a2aaf1a2123f4c2647f1c1edba90306_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:6dd4c338afd7f75a01d8161008857b1dfd0c1e0a7516c5ac79387ac7a4947237_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d996ae5e72eb8bd4584b5b51b1bb56c4f1573caa0791c5e66a5c89d850ef3dc1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d9b30068f814c6c1bcf9798e35ae70480c993dabfb5d88209b48f149cb49e6a5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:939ce68dc53e8612f38f1c9ee2a25034e4d7953f98b136dd24966d30bb7d4e82_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:db48cb10424ecaf7a52681e7e17bfbe187ee238ddb3be21ba599b3aabc856e0a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:3bb343771d20dd2ec6a05b595dd0065474799b189c33985589f07217b1fd321a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4f81654bccced71c7ae5a5c3946d219f6dded80bcd1025466e4c5b56923b263d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:629425498dd6d127acfcc5a3017c7c983c60168c4f3ec6a006846dcc6874bff5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cf01a745925200f7159c83075664127536f48e0534e319a651cafa9f11ae17fd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:59214d21308fdcf9535342dd4662ecd4f8ebea431270f577f5d6fd266371b6ed_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:ef21c8c721f544404ba4ef1d9e15e4435af42ceec995cc2cc43d39925378b3a9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:bfc8feac89b1aa29252fda1d473014e4723b562d59dc88f3ef7872a94a6d098b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:d4979ac2a5c608ac31a5683811b55aca412e6726b5cc1ebe4b214d3c8dff15f8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:c89e9f403f7dd4bada53f4ba338de51345266c2b657adba6cdca65172d113aaf_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:cc9a82f57cca4904a7a4d58073b1ba7624090301e0e740d961d35a860898d8e4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:d63a70864e886482cbcda411c93c811bb3b1d904b9a586ab42fc67cda8ddd9c7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:da37ae31a142733b6add537f48f9ae28b3f496b1472ba60b0ef5587ef8d5568a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:396f40db5ba672cd4ecad68fa6f837405c9bfae9fa38f1276e672918f9de7b4d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:7c0925fb8469922ace0b86ef5f81f9ba4bc711b6277172ee963a856b7252b741_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:545a23225833cb931e6962febaf183bf7fb7d3532c5ffa4556c9c198f3b73954_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:b91eaa2723393eff033053dee12e51852a7428dd0c06de7ec92bc3f561545a31_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:c887cc0ed1561b2253c907df741d98c1bf4836ba3faccc2d8c5a8734e0857fc1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:f77de5df278c92b8b8cbb8f3f0d93333f3fbcd4a0abb834d1edc5159cde007cb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:843858cb4847ed991480eba34975318360a498aa2661729c2c11133ddef21db7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d344bcbdaab988fcc26ae36cceb1eaf2b5f60943fac7bc1c318786c5b33fd45e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:5135f9f7e7e94624e8a0c319228380f86eec7e833130bffc4d005062bbb24075_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:b0559b45426a1525296d6c9790d1fdd40314e1ffd48c6f0c7afccb4db675813c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:2a34794e9a9694b03f338acec35e7c52af7936006878aed6dfb9ab216549ee96_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:5fbffddc788c5499be501c8650150299d515527b230e62dd15920b33f9eb93a3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:5976ec6aa81c47bae00c6d399adbfa5d38894d89e926afb414bebb94e5b8b8d1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:72972cd3378a738e45235e515cb52a206950fbe7d0a57f73aa3fc352875b4cfb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:654fe020d5ff989d8092f577e5137ac9913dc8eb6b90007c85e694e5b4ae99a3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:7766c535404fb104ddca41eb50e2be914c14bdcb6305ff3f6ab1508594c1fc90_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:fc9f987fb8c7dcc4256b38236d89fcee5155e3ee5facd62ad794c6d94408714f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:feb92f825bb3ab62bb5ac81ed63718f5e3fb274fd0b6575487285e55bcd549de_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:1497850497e4ff31638d1b53032a1162af975c3abd2396e627ad90ea4515cd94_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3a1df74d7419d8a2b09fa4741ad8f7ff71cc856745ab85ea91a0821dd427976d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c1b8250462e0d3bedfd64c4611ce9e9aa77f6475e48d948a2f844fd293cb649b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:de1026343cc529670671124a64b039cfab52a4bbbfc7d6d0d1bf5d6c21a0eba0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2e98c100a02f00cc2f58fc7e4773041e81be4781e8a8c02539acb17d66cea93c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:55973d56e1df439ece9c90bf4a6ac870c4be37fa5c718c90da6deb275c34c062_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7d39c8eccd19b70bdab2757e9088f1e3259cd0ee8c0a76421f8cca3274ccfd5c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:fde0b6709806f4fa012e86093d3abba689c7e4dce25859df9993d02f77adac38_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6b089f63a260ec9dced6dd494b2cd8b48861fd8a54f5a1669862165a4030d790_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7d96b0e06e1b04ad121c95d6eb87943032f8734a6565fabd6ce99562ba873ae9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:804ed4857fbd1bbac303549388e72451a4d0f81b99696fc7176e196db8644140_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9c0ed5fd8235d31c3a959cf3f00717a841c2e5ea2e9e222454ded28932ac2f2b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:25d6a0e67f63ee551a50d23bbf3ee87a8590cc618d06a1041327af0bbddcfb6b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:5c4c1cfad723db265d037968ba4892ba883f1251d06a6b348d3f5bcd78f3725c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:ba8f4ffe3f54ffebb1aeb3ac55b9c2091b3be0e2eafb9f4fa877c6b2a8abc787_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d05e5450605a9101e2b4502927b51a6bd93a8eb01ac3db39918ab17ec3c1cb86_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:229900b0543979b8053752c05214994d2590b501da90dd6fc43ded0cd839a2b2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:241f97ed5176e7d9234cf1893f43dcc08d375587540c7af47c19977f44965ae6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:811a41790eb1654cdd1a133ae525e8fc329fe330cf06293d12653be5c3904ddc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ba2426e6f8b4c4f49b191df2ef4824d30486a87aa3bf3af5cecc5aa958f96e43_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:18c88139b031c49545ac09935d1599740f0b49e3c2fdd1d84f4006a47bb2880c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:314bd5ede25ad4718f9d682ca27fe8e8817d79922d59302f0449a55bd4764f26_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a0554e2bc18e8e16e5fc1efbb5fd653a3858f177d0fa84091ed1e48856c44672_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d0092859b3dd498418cb2ae30ae100d91a6d77abbf2f1be3400bd6bee1a57cbb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:0608e6ec895faca9ad6eec7f657893b8c05a3ba72600cb734cfd2ba7eee926f4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2a251ca88b8d2274b765b591bf4e015c1e817c0d98fc5cd7c19f51358226c1d6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7b50b78bfb9b21f2c6cd42be9990b95f1b3b810d9f3cf62d7ff5541a4ff7d5f4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:f80ce5f1854e4411bc2d73efdad02ff4b5fad6b15e2e3a09bf69f6229107c0fe_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:08cf0dc27f2e823756ba009358a028860354793bcb3abc9ef7c14d71ec011fed_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:285f603dbe97db7239d699ec52febf0bc5fe157222c202235bd6f5cc4af3b974_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:b7c4a0c49b1857e22b71299f9a921d0c56b831756f33708399b7a03d2f61d8e5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:e6ff566a5aa48b59411a421e98ce05e62268d4ead994c08e8bc4643beda5f115_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:22bfb7e9892df6e4045f7246544cbb73e900d17b8d1eba74af342dda56f697d4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8ee226df0ab0bf40ee1eb32bbf64b2feeafff15a165b92be994a331949f29516_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:97d901e0371158483af19aae8db34651dcf0278fd69e0ad14293a38d4713c58f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bbefe8212498c9204cf5a4b2834c8a7082f732c726fcaeffa55d9b66b5ab3c13_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:4b415d00d49331d5fd22e1b0c159ee4579506f378f1b13e8e1d0c1829996f6ac_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5c88ce9b17d4baf03f9ab7e89dfbd9c82a8e4bccd23e5dce74e11d6b2a0ecf6d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e6f512f11629d684e2713d7421677d35766f5a319122fae34ea25dbf95e79ec2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:fa7b4178af4fd9da7174d8c94e96363d73a1cc9f60f6a55a3cc28330ff7a4e89_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:10f802e9e5c96af91d1ca1427ace8984d2c31dcc7c409f3165e1ab21281293ec_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:477d5a4fc9a1354090356a06603a9b135814e9ee97d9c4b51046f597e195d5ae_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:5a20619d387dfa67a22d51e5eb6c4bff523b7fad8ca181cb4c09df25fa3d3540_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:70c40ef6f8cbf444e59c4522ffeb8800d19dbbda77a02f28310573d9941d6f2a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:26795eb48eb93cff9df39e25571a32b8d8c4fac44555227f932805760dde79d3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:45e8ad4ee3c68dd7425e889134eef96aef80f33946b303a1577593d53aac432a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d9ae6095cb2d622d947a1e861a56975ce434c7b57153d0dc8e4e9f1ddf95a393_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:f8f12d1cd2272529e159bbf2dc6680f772194cc235b0138146f40a499a9fbe2c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0f016a9fc412a5fa8b8289a19fee831b3441571d7a48135b92b6736af210d700_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:47e60f0ec21835c324472d63a89089c62480ef17e2225b537c7023404f63c796_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7a349e32d85fafd4f9dd8db4d80bd54e1c0869d74a542f698ef78bf6aeef4dfd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:8817b906fd93b0980fbb687876d4664c79668ec3e959d2cf184a3ed20aae953a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:027c710ef81f40bd47b16c296c121e36785eb5463321078f6bc657c37f2967d8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0d2b94501e72370b763a86146266411de3932995240514cd26362a0805525c7c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:ac40d2c4950576d453b18666a9acb3c19d4175d94a28d6e0e9bc19a4c302aece_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d9f6635946e9c0ddfc8f479486f08be9fdac8bc9f73d358a3d049b6feafe81ec_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:1ea77d4c8308769c7e2b5d667c8af3ee2e543fc0cd0c49447460c37ff0c56318_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:56aea13311a96784e84b4c5713ff5693e6aaf9f6035a042c5a28879019e3eaa1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:7eb0043c124f96f76970f835870cd45bedcee0179f5c63ed7688191cb5e0d718_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ae36b0e2d4f0efd222926a53364be6d7f9723496efe2463cc1521a85e0318808_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:81645a618293c85f28a1632034a0f3244cb15cb5b636d6ef447e571d526d3f60_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d70d809c25cbcaa772d2068975d7821b49f965a21be8ceef7ad7a17bfe79e611_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:dabdffb17f32a9684101e24dd08ea4587ff1c288959648684cc89f46ccc8d7a7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:dea959447acd57eda954f5fea4bb3d623d6bf19f11e7bd8ea04651f5cc52d95f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2b19aac1bb3f64b3e45d82d207f18fe3b692aff7d694c1cf99a02601dfadb2e9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:3ebb46a8c872e2dfc1d2bc7e50a84be90c998e721cb935a7d675e7ef02f204df_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:85930fd1b83c544a5debbcb1218282c91208fa876fb38e9564f3562ac199a30a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:97e522d7f8d7c3f88f50bb511f1696657f9dfb41282c702fbb5325a993267fd9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2eeee557fa7b05fabec97b753e50fc8b54811337b360ea542ab23a32db02165e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:8933a240bb1a42d823f4bf6feaf1baf6a6f083909fd9e5a62c8b61ca770cee50_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:8d06909ff0633fae70e3cda3ce95a1917ea8987c8e1372b4a8f00343494ea5d1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:f2153f3bd5ef181653f9ac8f40a8389e58771515b2fc49f205d5247455635c65_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:1fdb8df2f66c1558fcf03d227a63e58f63b990f1ff47ad81e3e3482c4e89779e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:7a2f54cce726a5f12a29c84d8a3af601d3627d1255b95e4adcd394a76e930c18_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:7bebec78f81645756aa1265950e28a980fd4c042b651c7b5c6fe6924af7675ce_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:d9af91fc94e0fb9645b5284e1a2a8a4ce3029a57c6c92e30ceff6562f7522b81_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:be58ac468d10396163e8e30c2e927d365ec7f21f710b99813b9f8f74b260c21a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d771771dbbed4376ceb699139a02a5b64456f2fd90f2cdd873879d56badf2885_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:de99fe560e6048e4e34d46dfbaeed9f5b3ddcbf41cd172f6c46cda8cb549faf3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:e8c673493346ce26aa4078ea788dc0b3c888613b8d161dee4a91d577f4686dcc_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4b909a7fa9307c352c5a50cfebe3694547a60195928c3a3616def9818dd6a701_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:74c62d51442c13d38b45be851fd70040ae8dbef49fb6b22a5cff7ec3d20918b3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:8acbe6bee1e736dc4b636057a9ca03e6d19a341c207f4856281e9442b4e2f5b1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e214faf773c10d348cd1fe3014a1541cc37f8484b53e35136f67e0bd3bcde588_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:19eb2ef0c58d253602d9dfc10f356481bc443b6ba6a1729eeb253549a5b06235_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:4aecd8e8a99b71f09c3fe659399204e461b1008def654038d8d2df6df34eb3d8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:57e1fac2b2f950168e3130a96d96a839b183c8d4bc5f051af5a951a13d69ddd8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7e60e4e7673f57490cbf6c96a033c4d6f0e373941cf7d7235c2455a7e7850a77_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:1e48b7ea9656f56b0ff7a95ae25a7fb6303b796f70c8a80925c98a1a38d09c9e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:30ffb3abac5d66f0d7192c3395f4e29f18bee60eec5b603126308cb8e986155b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:39572ca95b113cdbc944e60797371c1c70d210b718086be5796ad62a0753e74c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f04d8f791bf53ae7ba29b1c3ea0847d13a99a58d8d13d53eac95a648c4fd7d81_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:01d126ad02cd31c976cf2857928631f421ecf59096ca0e61daa28596a9ce3bad_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4ce5ec880ffd93abc262773d8c84390aeb22cf7aa4f6688b950c0490df2e7b0f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d1c2b9ba0cab850926c999b43cc85ea7ed91c5396d1d3ca272c330cbcf098392_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e46881e84e706330e4ebcf93cc1ec2ba9e1454b96ecee79fb81852d7b5826853_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:40cf04b4677fe397b6cca48fd704defd5dfbe5849116b2f855059340fb537da8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:b5df8abccc723af3f3ff86b4d1fbe7f643b89bcdf87c93abf3b926e8b622efc3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:b800c84b0984408d51fe965464e87ab18c0c3d82c8c51d12fbd488f9a6f17f7f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c0b5ffad8095d2ec71180e3857c7e5003040c79ea93835c5ee7ec6f544a406bc_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0f58f90811f760f3c9266f674a8f7fff259b48e10f1a8e994c5ec8cac3745191_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:4d336c3a625d32606df94aff5194969a6b3e20bd8586c56baacd509bcdb066f0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c67690128b6b243becc0fa48a9c8917740c4e4c01cbc3798c72e03fd9629430a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fcb458c8179222d8c01853b9654ca9708cf5f34146b6488486f2d44f12a1db1f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:10227468946141bf8f1f0dd71860ec2dcab6888ce2ec096f8250ce27dc9de66c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4cca1c61fb2e435230b15535e8423825378ad0f523e7eeed5300b139ade380da_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:c46179b6395be403c3e7915f9953c1b9527c2b384284a3ad16e0091346a86621_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d4ce3e07bfee07e11573773846eb94c759a6d648c06db0bfa2dda1f0110b9f84_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:2040c1f1f4193837690b31dc5f88a840bd6c1c070ab0b091bd20439dd9dfdb49_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:2ec681169d6ce8d33a853a03fb796a312e75992052f4546f94c2ad158bbb9228_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:38d16429ac19db268bbefe2509b4d88ab3cf44e0c4f8b75a05fe3b182e02506e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:8d49a0a22cdef610f8338e3e4e3c009d493e6990d6fd68362063a9138164cd1d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2e170eac98d152abc69b8fa44813a290b9cc2e57bdacb84e97a9ecbe602a7631_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6f08d4c8d88aab768b5c727b824584cb5443f67e69fd543ea95bcc8cf90cff2e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:aa161f825ec834c11a77240e4c8860d7e49957fc6137aa2730aee57d3b34b7ad_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e5568dc2b0aa9f9251b0ac80d28b2c01247a9fdd1a7fd42779932bcb9c0116ad_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0594f924eaa7baaa8350c40eb5b2253c99d8ede41d58291d362bcb334bf8eff7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:29473afe198e78ccc383122e9b9db15562d165d1a1a5d2ec9384f6282a9722c0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6c0d83c46bc0032ff04ea451858bf53db20a42b02c72870771a683b292977620_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:74ef91d30366fd9d581253c29197ebc1c237f72db26b728f7c27f26a1f446d0f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:1c0d5e001e41c928306cb746e0ea360cadb179221b726c5d11709f381132fc67_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:1cb6cdb6e3bf0b41c8844a6145a44416a2d385f640f42f496a4409db59f0a509_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:575c9649ab6ddf045d4be5b4c86501cd0a63fe02d73b4a803b511213405ff243_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:e82eb82d215ec8520e1938f0752a4ce0c869e865ee1c7fe2c96fd95ed74751d7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:31bd457006ce5cd45fdc3428de8e69856a3a387ef4383d1b08908a6f3b35047d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4f7552d3e6293c981fa9da6db88f330bece8f668376abf43f71b906553a5c99e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:973f4d0e9307929973adcd633718d00d09196bbe271b4f9d24f8a399643e1eae_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ab176c397c65bf978d7e517a34e10ea45c82a35f65b8bbe39f384f776822c03d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:34d1ed337dac313194803cbe7336560b7a630adc9cd2bd785883be5048ca52dc_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:4d29bc385e8920f178688a741187cc67ed670ea997201952d0b9a77b56c762bd_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c86661524ff0c65bd9dd0349b73a831204010ec59c84786916be4ecf22c625fd_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:da698e145cf30d354629fe8f6c4023d14fa2b5b167045bd8a6da0ba441b8c92d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:53be80af8fa2a60d9bd89de8e103fb2eb2cf008acff6d7f89383d861bb8a54f5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6decc15033377fcfef17782d66d17fe25501b157d69bd83e85a87c6e60f665d4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:8b2d6dfc8fc31a67250dca39ac60bdaf86cbbd61353cfe7731d4fb1ebf5463c0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ab21f8f97947845bb94bf6912ca8880ed39c4aa3a849af7f804d28c11a6f0ef6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3f2412d3a5a21739fc209d7caff76dd8dfc077f8a5a3a5034a6ca7a29532f14a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:598df55cedcdd92019d97e3ab1a6227b139798dc69adab00a65371e300803eb0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:9c4d4b4b4f7b8cf69f9535c0f1191f4de338b928311b0ed867fdcb0d8156220a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:df5cccd485b9a00dd75fd58cc2690f4713062e43fcba9aad630fa400f314c588_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:2814cd076f00b58ec1abc468adbe95d2281b50cddbce2d112dbf8befa70dd470_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:5903de42d0ee79b46d935ae3dc54e88a62d8e09dfbc6d055a31d3e6fa3c4cb81_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c1327a4cffa9882b931047ae66941c2d3a6f4c96bfebe56cd3070e3deb22fdc1_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:f3d14a42e2214c08f4695a86b716a383112b70245a711db6fda0a5a462371994_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:2a0f25a54392c0e18a35840e1d29f31d5dbaa7325819fbf58656e738496797bd_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:3eade2c45b25c59ca557f5a284adda009b84a3f6d21c9db089d8c5fa7abb949a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:992c550b1d50408bcdca519980d914bf7bca4ee382ee0540aa3af2d034eddc4b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e06661e1b9f1142191ead0cb0f04b252619ea50c2be307177853fda34761dfd9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:03926dc5ab653058aa6d7750ea01a2b45c8f17a5ca7a8e67ca652c9a0dce194e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a13900fe0e23c9421046db6cfc237d21d0a744bbdce29fcd24c9f17b360469db_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:ad14d54f4912883a0140d3ac97c6b2219e3ffb87015050bb147ca0c73cc3cc61_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:b174fb64ed734452a4390290022fd0ec60d37823be6b12a17c2c6ae7681b3594_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:08553069c4783d2a245702df54c1164633839ba790ebed8cbe1676e4131090cf_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:33d14b8d5f2c6b2e06b4bb0afb00a0725195ac80899f786640a0c3df9d238e30_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6b96857862bf6275ae1b5cd28a4eedabf4ecb6df67a441f47c1469359e76b9dd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:8fb9394145dcb16031acd61a0357c81facc3f7e2c26c8a5925581d68389805d8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0f14bc30863ee292aa6978966151fe4e77f43b502952a32565035ed9d48b1beb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1dd2bf9193891003a1666b3eef1890bf737089784285b1227393a690ca1cde04_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b2218da01a451dbe0e4dfb108b2c153e1a1b3399d7e6738e4c191cfc8f8801d3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:eee4ef2783405873838d6b4cf42eccadad062b9f056d5e13b76e709f7876c9b8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:3b594e4afd1f6540d0c0da8f875bdb8de328ba3f2dce17c8226712929079360b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d82ed0fbd775b5970fcffb980f6d28c885c1e2f9d44f409507778e9cf9bfde8c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d939c7835722074df7a0197e72aba718a27b8f88134883df7fd654b1ee57f0a8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ffc14425bb9275fd713b639c43ce33bf303c54e38cc53f4f9db3a3a1f2a6f105_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:463cd33991582264476015ec2ecf8ac12a9ae4107897cb2558c1d9a4a1b412f7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:876321c429821ed061d0908b2c57c02b865f775f47942f15401965ab1eb46056_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9cc79bb2a2c6602b4a72dc3abd536b1e47ea245de4f7ff2b3ae08a4bacac6bb4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a9102ac4baccbb625f4c4bf605ac61967c5381c24c777aa819577c2c7cde6c39_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:06a4acb5a7b97c5f66d70cc351f4636eda111bc81454308281567359ebe0e693_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:10439ed7506bb140f1977a564caacc309002a67a41c61539c2ee150873f23b69_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:113236bdca2ba374020fed560565f6aff01002a32c8eb969130b6265e1ebdac6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2996e3821813cad87e4bbef83d22bab2bdb80ade147e2f827714321a06d50769_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0a41b5b6efbf9ceb5605efcc5a74e872e5b82366478bd9aa1307c9a043b25194_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a8430b0829211ecb9925cb3061a328e054c006433bbe067d8746f92c348ff141_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:bdf77c78561fb5592d084c616462fb0341d8dfea9ce664196d398480cf4c9b95_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d2c51e9490479cf86973a6f9132ed075989ae64930747dda27ec3100999352c5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:148e6bf35d15e19100b342ec8ccd8f3b975b145f6aa1596d5a7004ec88684444_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:6cade19a99f1530ec4700b5283f965f9c97ae9732689916d1c40eb4797adb08a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fa007e3f1a38a5b48a21d37737077594f57cac65d08a9da8859bd1f98677fc86_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fdc7347043706d1c88f0d0327e29fd47dca2ba6b41bfaadfe4acb18c175c3a03_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:8f0030f4e532ae452721b47317f2bed3a91b4e18f7d58bc99f117d19a081ce5a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:f8fa8bb4a92b3ad3028f21cec3c5394f565c9e02f06b0619696cebf56cf598e3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:b0ef0d0003586a718c7747a6c5efc24313d757a4e15f7725328f8ce310793ec9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:fabefdede81f8045f228b94b2cdc64ffaa4840c7da5937fcc7ff40d82bd2a729_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:02d69fddf5e810141a02f739de9b3b56a1301d4ecbdad3b8df3b7b0c8c67db87_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:0aa7da9a515f449d3a6da50c5dd8d55ed318b494f2b3f3f866338ff1f49a3ba3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:16bbd40075cb4a55accc69db260da71419574395102c164a388ea491bf51d927_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:8b310a127ab9ef1521dbfa6ae4909d5e79b846838de6b07f8693a6f746d8e1d0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:d167970d8be3d911c29a54fe93b3c5ba2ace1a5bd823fb0dd3b5f0691d67f5e0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:ee8d34565b8f3e4d3c349b05feb279bf6a314f84897e668bc6bcb890e1320971_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:3ce22e5fd8def8305f8ecd28c69bb53111b68aa18a0f8907af504961caad2b31_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:6c8b3d7e73807714789155e434b87fb7444c1ea2cc5197fdd18b0f9e253d1504_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:76ec2d7ea2abda578740aed288764346e3e5236cd8bd1b42e776762ea5af7ff8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:a2cd6bd5ba28e30282de522e76ec1fee891eeee677350638802535f329f41d56_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:1ad410be29b78a62c6c761adb2ddc81dd6552e215f3bd71b2c49c19fd9506c49_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:2c3682906df67732160982aa12fb991407978d1c7a2cb36d279b0857134bfbee_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:3a4686f99c0461088ac8d8d83b53ff967b57840aca2fa87a3d04823823c4d5fa_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:66340f44b99e3bbd8c021e0c47b0617365b62c53b0b3911933d8f683b2c48aa2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1796f001455857a701404a4ee37d793895c4d179708fee5cfeb2467243c8cb06_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:cb2ff11c7a67c79a0164613e9ae68e58c14c6ef7a5af4dc4b6fbc897921db161_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:d30598bb001578c4b9e99ab1d5040af35a27b1b5c7503d566b0672d634ef9f1e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:e9cb3fec3be65cd06e6fe00d2954b8302e12814701e1906ad91833ef18a01fab_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:3616e4a7673a447207307a8acf0661496632a65ab79694abf81d8a47da0f590d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:a833695f4c37b7f90a42db6563f6cfe2ba22d175e1b2562eac67a2bf30874c00_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ef7b269606c239b4c5b9e720fe99a727b2fe55ca5eaf651c4209c5f4ece296dd_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ff65e0a6ded81326ad41c930abd5f396a6b3c2920169d349be3f4240aa212889_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:76da7e014155a69453feb8dc8eedda88578a3d3dd6e25da074013da1d32590f8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:83b56456b19882b4a9c29e1e3099317d6b2f38cb3f310c67cf6297063689d416_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:a0c019865c62a67303956123e1df05cb8a1ac3ddf188638f00b0d3fbab0e4502_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:bd6ab28545e203750806e1c22c4d1c9e10e91b20bcd922c5890d13eaa47982f8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:2a1b57399ea1e13524534dc38eed4139d56a4b56f0db7739cb99048588a96d9f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:48e3d29aeac5bc5c6d1cd9345436af66b233c63e898bbe5817016bb4f5ec17d3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:4a5be5aa4a12e2531d63f983de08bc3e411147454b3f2e601832d4d437a1a02a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:8bc5aeae1421310f6f635cb1679cf3145a158a8549bda6132526d02f533527cf_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:0e26d9dd3ce20a2b973f0128da5a0c27b8550941d1f6a71eb8a2d3db46086e59_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:7f7b4c6d942213eac8eb3b3e87c81094208a3b41e1345964f29e6936c5ac6b31_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e6755753af40adcaef42af4fa79da923446d57d2da328a5689a8aac7d7a6a803_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:fb299ef0ec0e3b11af2787b41c7b1acb5e161a11f244823831add0ea0cced3eb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:00381459ad3d92ccdd5a3a45ad1f09ddda8da0d48f4594a4c219288a266647c0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:076c49eb3ed9183e0ae26f6711a9e5aa1875a080e2d47510cb16e2714afcc585_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e8d9136a62d6038628221fefdae5923e39cde2aedb2aeff9dccbd1b5b1e4627f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:f43b9aaee22c9fd77e98ba94f89d886bd323c658bfe3e7df74af80052e4e9474_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:2014a37e5e4d7528a77ffcf3183354b0cd7c17eb5814721c469aac3d500fc58d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:315f55b2b96d9bb4e2ac7951fc6c3736bee817f27003f370b9006dac7096816d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:707698f30f4c8088b2620c5600f79bfcacfbd5b82c957de62e13ff432dcf35a3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e21ea71d36fdcdb320bf2f2b60c4d2e47b83439beaefe2a78013507f6d4faf2f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:1579b3e033644e046bab63965d6f34797294c079488feb1ab6a93bf431deeff5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:7eae88dd81a4cc334cc312551621a1e469c30ebf73def686b18aa7f43027302f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:9151d366b16d34b16a1c90575e3317054503b12c880af51d496f681fce3f88d7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:bf1a0690529c9ef700e616776f6372bdcc6883f8fcf5be062b6397dda5246b9a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:03bdb8f74c117562bff696fdff572c2cbc7d73901c63a092d63ac5be23e0f4d2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:82f6b0c46cbcb7d23b865db2f2cd94cb83fcfd07ca408dba1b50d28d93c72aea_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cc12aa0e564fef8638f82263cb9d15509dcd032f9eeae171c41543e292ffa47d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f07d0cc2e3c9185fb009f2cb7677f3b9a5a7da7b9cc2e385be40108911b61c45_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:04d44a7c55214235a6ca121f45eb8a2265b6a47803d0000a3f7819dd279bb634_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:aa7d02eb36629d56525c04dc37e30777d0b33d2af3b90e504ba4259ccbb01fc5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:af1ec368aab118eb5273e4e8db659bdbfe94ba2e0410dc0e872fb4703eb7f229_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:b37ec193d3318150fcfdeb63bf8955b1b03dccfbec5be52cbc08251d36da824d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:0ff28e5ca81e1ca5499ea80569c9b8a203b313e989559e4c83ac8f0fbaee0973_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:1410e37b8ce017f7da84c0b86b0411f01e1d8d6597d2dd97cb0b82e05ee944ce_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:84de5559116e4f57c27844e4c9d28ece511779570e62dbf436ef9d452c44fa93_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d18b86413dfd7450e3d201b42ff45d3f3e9bd8ac3caa591bb5ec80dbe55701fa_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:1a53f5592aaaf08e69ca0ebea2f1e04ffc39671ceaf2877b66d3337f7450f860_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:354d017903fc20f2a775c264be278253789845fb207eb876d2f650002e7d9d56_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:89bd631ea62ce494371f19913c50598c14d46e8ec90171864ed1aa9dff109b12_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:eefbc25642cd5387702ba23a6bbc3a33e1d507caf9b5d873657c08be096828bf_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:364bf9f2adf4282b4186106425ccecab534f23ab7603050e6bb1fafffd6aa176_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:b48a010d206d36ef0eb6e079407c7d921cbce7ff8f4d7976a4228a6eac88ad64_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f8efd3a98425d3b6ee6cb9df9d20cf8390168998d5f3d8ae4b8030b9353e2b43_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4ead6c7e104de4b1296fd135a0be96deb8348a6837383bf3ba75c98fd6c7c20e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:af1a072fdbb27a53132f6db1fa4153a3a0c61babca8293a6c40d6e1a8430e5d2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:dd07d396e484826008d9accb4013073f654bbdbc9373c3ec94c79e2fcd903c10_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:42b0c5d6a2ff553e1fdd1ce9daf95748b671d4b9f71b777ad6f06bb49e52d172_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:4f8de05a10bb92e5c982471035860ef72f44d0f4213397dd3a304c0fc21af267_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:7357ebbb98da36a072189586fb5845d495182d488ae0d88380fab5398616251d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:19ef2c2e8606c2bcc69c922cda581826281770cdb7e70aa9dfff11404ed30a3a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:6ebb3e355f86fb611dc2f7d414713ce89c4372ed05e074673fea20929b345ec8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:db8da3a0212ffefefcf7a198ed1d75030d3b2706f582d4115d3fdac3b7d377c5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:5f0b5c758fa46f12d4fcdbb64559ca96b32e74eac5e007c0c99d58051855d98b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c9c3e0f579e933d9644cc4b5feb0e9c97383bf2dcdddcd2a0c6182599e564af6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:cb2349e1fe8d9e74fb14a61be4716f0dfb8ee89d3debc762b39cb840c9ab12eb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:ff568746b033a045daa34f6f5c196950d1122c54562afa9d70fc4c8a49f0cf78_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:66e195d334243b880b11b18c5b867f05ce7717ae97fcc707ab05555ebb03662e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:80f26ba4b1206766785d1c060b3f4d9f399cbffea8a84bb807d4341cff8e5c11_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:91e89c2093305433fa84c8522679f781a3148a3890859eb436decfaf6a2fa9f7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:a02a71e69cc7a3f1747d5ee0e4a0535c9dd6abe0fc244c2f16094402b56ca52a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:237339db4971f1ac7be125fc689b87dd07b1e0f59da545a2a7d08727c69f0637_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:263b3dcbb11cbdd26611250be26c6923fac9b74a387da78519650f8d05cdb4dd_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:40b891a4cb673d3080ca260e54a87bc1e730820cc5058aab5c87f0d9242746db_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:5b10eeb7bcb9d3d5cc562cbe6ba759b47a302eccc48c658f6a11e2def6f627ac_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:a0d207f70105e6c6c74adeca74cb6b9218e107a869a7e9ceee35022db9218009_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c34f9a1038f52a60b3bfd081a569d5fb067a95cb2d6eb1e83512276afc4f217e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:00cb5b6fe5f046798ca21596f72d52b61e1e74c94dab877932fa9da65eba08df_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:7d983f60a53d61f594507cc64436fd505db9c113bea98bd2297404fbd39d208c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:01304de5720f291e6c7ac725311596634dc2ffe3d2c625fef7de40a22563b5d8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:e191bae1686c2699afca87bba65d819f47de39e94e4d57dc76566622b0e93233_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:0fd2d931780a25a95b718a2726c844e3fddad9187da2298e9c1f8302efb3fb55_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:88d0afed198a8eac80018f43ecb282f470f998dc21cb1053feec3ef26bebe206_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:c409fb63b2b3887dc7df2c203597ccea0c166c2f7e4b9d99dd586c9503a96082_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:a6f98204b5eda5ee82ed092ad791c0e75d3d299a0b2b7ddc56c229b2f2cfaab3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:f42b26c88531ea4dceb0c9ffecdae1d0ea54097e7ee2b9dc3eee2f226b8344af_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:01f51a86b3d544b7447be3a6505835651ac27433d4cd44912d7d90b67fd6dc1f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:dad2cd32abcba1dc64780ff15eb530a8ef3e45735c47f2069c2fa3a2c6729ac1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:88c33650ed5fa280c4ceee17f63bc94acb3e31bac6ce0ff922537044c62ac170_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:9a3a34d1184f72aa33d708c971e252247c1dcb187ca485ddf536967e2d60747e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a2f0b33c066abcd5945c172e45fde320dd575e74f92994e0b00ff83b0b2edde1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:b1f880f022597d0e8024271b99736555add047a58c3afb8b0c883b034e203c41_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:55116f0b9d2a169c62e830324808855c16ddc8086705dd884b386710d73af539_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:7387e89509be1816ffb3cb543b017332475eaaa5a2624e5bbee2e21a705e5cdb_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:904d7a9cc8e44f5c07fa09f25df6ed258e2b0aa87292b9a3ded77ed3a615e24c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:b370250af2a6f996100d937a7395b0d031f64c3b6e56114815fdfaa200e96272_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:36882254cc241dda67e3094467d51caf941355c31438658dfc1437228bb6f4c1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:8cb62fe1368a749cf2e5fe112e7deeea4157b6abd336772a52367d9d0ba21187_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e37e2a9400c167a70ad9bf6ee64883ce1d0cdf690802a2477f3e7a6b12757f6c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e43cc3e015aa865dfde70c7578ccbb79bfaa9d62f030e65bec769762cd087bc8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:17ebafab92393b198966eae8d3a669fed809b6c4f9fee4243ce177952e4d1c85_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1c389a261e900fd9f8fc87d748363706bcf1de74a24acd410075bf0d205b8cb7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:2c3d8ec443474d21ab9f59a88ef33184063beec103e3e4ffe7859cb429dc470a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:64abcf4ed85d43529c59bc77dc06133aeb3ccb1657fc877dcea8bcbee51f019d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:a629a70723438621732aaafbe799b0f92c2d3a07e9028e22ee2ff3bceb911bac_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:e105fb8b5c80f438d63cdcb29187a35df84393995e142369fedd2aeb89979681_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a85fdd4a1398a47f682526c16e97de1f87b8222ddda47a6c5f254d06b4c791b3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:afd2a6edd07ebb4b6b77544ae5ee18e3371f514daf4c669a00d154b5e33b701a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:20e35628df4b8844ea3668b147e125b32534d7b944753ae1f99b6ea46e159392_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:9e9525d31895ad7e9a1ff753e0895f7d845a36294f88fab8041f2f3deefa6608_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:1cb8736ad1e698a4ec78cbcb16d6e37d67887bed651a12bf63db51af96b0a7cc_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:554b7d9d81f9fb5dbccbabdaadfda9e45d186eba6488df224f83ab512a4c4653_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:249bd5ed39ae03fa46aa042d73bc097c700a6be65ec79157460de3d1ca75646d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:65777a3f824fbba1a23da143ef64a1824aa48883b94947682f787232d55055c1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:9e52b2efa8fdbd65ad70163f96f358b64f552783c7f03182dcf38994cb2dbb58_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:ece0c645d881112e48d2886024cb96b6cf4b1889cc456b30d331df729fcdc9cf_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:0b99f7875f7934b371fedcff686622acd03d9c2618bb613dd6721ea5ffe1dc57_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5537e4af85d49533292160803dc7bff5276485846f94e247353df944b4b28a54_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:8e64d6ec539d991b5a228d8f4b9079fb959dd11c3b8a77ee5bc3576398340dc2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:b32d68bfc83195f7cf85e5ca9d4baa658d768d3a98bab4a3ce3cc107e089d84e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:333d60c92a9efcb4febe144c3e331c553197d325ba0afd64bebfcc2803cc0e07_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:accbf8cdcc475fdd0ae3427f178de8f847fed6c09cce1c12428861adc9b342b8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:dd2518acc748d2fb1c6d5f8421a6d85ab2dedf2546508f45f8e2f6dacfa7f5b1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f3265ade73f238556cf2a7fc67e8ebb3d5636440fd9b7d4cd2aa725677ce3965_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:1bfd1b573bf924cb0a8be80be641b4ce684b141a66325d7c0cc923a9d3a2030a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:88bda970c0360c5c1160b32e589812e4289db230dfa9923e1494636f97c34278_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d849f73e901939241fc0853532489308b856ec530492a706db8f81ac47e59318_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ef722b792c00415c1efaecc99ea873df11d2ef8cd35c5b86af0afcb28c08f821_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:50ff46f43a500235707760885fbe4997cee8c7088bfa36c911697df3b81675a2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7845202df558b0ef442f3b4fbef423c6278fc43bea49169140fe3a263b15c7e4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:92d0cdf81fb07c8eb55fef4be846e84d5f18f181fed24221a294c5312c76e923_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:b19219d62e0e70404ac9b7643caa49a792b9450e8bdd815b02a6539e41526a77_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1da1b4d5b5eb3c2d6238b7e53fa040f03a759b8fa47e52d9e530c8a40885acdd_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:8410339435a39b3b5a97a180fd0b413e3ca02351edb8b9d7be1145688ca56cb0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:8873af11a450438c35d6b39d687e73fd0ee0faca3f0562698b24650b01248690_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:bd6ea26ce1660efdc5159b2a53d8812bb1a584d7185edbca08a07cb89a09cb0c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:063ae7b531e3156e051e254ec07faaec30ca971d027a48dcbf930b1b662d4d81_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:1aeee3943c69893e59b8d0bdbf4c32b4452cf4f6af73a802b64be9cfa051f38b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:51838e17ea6a17f32c4928c8d03fcd2af5052a350e4bff6bde1c484b0663ee7f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:ac68e0a125aa8e638b88d747e50b7b7ef9150d7e15459e5b4c0643dc1d534624_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:1caeb43e59e47f40b7dbb8e9def02e2dd3853254b749c40c42fe2092223d9ff9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6db33bd660e7c3cabfac5125820539a4ef4264c067b17ce404fffddf17965880_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:8444f6327a6cdd0cfa269384e58059a9d333af24c0e423b1abd6d85bb837ad49_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ee448c837b33b1e9ed15258933ad9cdca924ac64fa6d0c3bd7bea0ed9f489dff_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:61057b1135996175ee08d0672d50d1a9eaf083a1a057d0a5526f4af42089dd32_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:619bafa4b79a302982b0806c61721e26a0ab7b6863f478726c6b58b42badae7d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:1dcc4113c131eff2cfbfab09cf11c8186360c6cdbd1086af839a03c042a87fcb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:2eeeba70b8cdc334ceef7ff7e1fa3b1ef19522097e27301e2c7917334ed2b99c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:491afa1460d3cb3aae7dce1df98c67bc343cd47ce22df4c55810f578f8aa6b5f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:5f24e34fae65f3b7a473a8ca41afe45fe4dd8fe9d84c2856c5278c734b2a0ca7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:6d4fbb7a93c300154e76eec4307a3dfc14555e6a2d0d065db2de3fcdfe9f5fa6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:1c2ae2d75a70fd6620fc71ac3f314b3f09746f78903f93d5e1fdca64941946be_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:6baca746bd3180b4e6062141ce4d980c014cc18fd4c1fee527d4df751b0bea76_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a1cca9b456a2eb705f5b11a19d2c54778d1441d56b17d20c9680d0b1aad1ef39_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:bd271650ae9beef457d2c72a9f552448762e538d92cdb345d032ddc3786493bd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1001d2d3264dbdc69734b9e85a67db79c52d1c2f6a1a4f89880b570f834aea51_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:2d27ac19b5e4aa5532d05c71b6da43f4ed51550a36328209f1432378a96cfdaa_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a4623c62d9f7b6fed32b40d539815a3814c74338bf5974976b4dd1ccf8eeafab_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:d2e61adb97f22cc48deb48c31ed94d850fbf26c6590d0fa3aa154765258e185a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3c000e247f5d102792ffffd96011b889db2f5858799122f812b49b10a5b711b0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:49a9fea1a2a81a464be4ebf87a7f3ba7d880662bb85466039a5c8d461a0b69cf_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d4e4e5976380af9528d6405bbbfca7718307afdc46ace2fe3702ecb8ee479ff3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ff841517626da718d46f0869384bf5fa3a04b0eab21af3d4dd2f8d5bd3601aa6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:2efdc02714260c48bc53e7ab0cae1e2d3b99c467469ee1f73fb0b79149091d45_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:31bc24ff07edb1e527760a4d76b60e8d0712968f477d8d6cd419abf36cca0b0a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:84f34f50c2396055e87b857cc30411cf5b18d2f21e78bd13fd03c95c1650baf4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:96bf65054c994cec4326f1bd5432e45caeef3c48513a7e3cd2248759f9e6efdc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:58facad671ae16c072d4a0e96a2336d95c84a7f86d4242e49152e9275296d028_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9a7f6b3f08dfa866a2a1dbf9bcdd636c221c4dcf0ca38ab9b5c481684b4bca54_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9b033e2e92e64d07e7510846ed5f374b1f1375172819dd1eb567c83d9c3be4dd_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b81f64192da01c1b69af1f01bb109684b9a235b0879150ec37bc6bf43a53b351_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:5f3df6d30a624ae1c7a7eafc23b74b1ef674b2a8baaf9d2644d529f98831cc4a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b4edf57f165ba2a9d56e5e84a3aa61e96e76363eb7d56a816ecb15f8ac06244e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:cc8f8b60224940a4c6f8bc236f8cef754c8bc5b4a6d6ecddbc12db49b0087aea_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:e9df45732cef6649cd44dc00a89d9da66b95f1666785247477d000c4177e2c49_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:0670ef29c648fc035844be832f71378d5cda2122f5d6c7f82c831865d45f77b1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:34dadb46049ecbb75501d512642e7d2a58961c783f749aa0169d1a108155db97_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:371746e92f0c725ccaa0b0f58e950693872f87bea78608e95a2dc93b4e8ae77b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c22b1f502cdf6292792cca93076f4a7ef16f1c761a65b11f875c99408584857a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:ae26fa2a9ab61ddb95e4273d710c75edbd517f81d421b68acf84cbfeacaa913f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:e6c8fadf51bdb9c8623178a95c04ded1e3c8b1dce525783bedf1c7c501eaa76e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:e84ff17a4913201a476735cc76bebcb7819e7b65497c43267c19bb8e88b310e6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:ebcd87df2ac74dcac93ceed85bed5587957036381a49d7969e9a530f7744942b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3c98ad6c0008b1145186d1839c980631c119328c2c231956941300508eb27bea_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dab0992bd8f2a8b158c03d3c271e9cce7de86c1e188e136efdafcc20ff1520c3_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dd146a5240dc6b3328240e27e4257151e187aa50df62150160d1050e065f0041_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:def9dc04e6b217cf48b80373fdd6f860e9b020d6699def7089ea881a94b0ff64_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:72c545475f329944debd51692a1815ad56ffa000cae7cf243273136290d32801_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:7942d7e452866f23d468bc06b2b8b43df126c9bbf2fca5607fcd3e3fc391c76d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:c6a713980f98015bc170590afbe2f48b3c4addbd7ff19eee4af2be4b431b3dc8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f21522b2f22cd38ae626063bb6180405ed0eaebe2c443d38cff59b36079087ad_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:622ee3e0fa2560aa75798f4921d3b7417b64feef196cb8903aad499b7ba3ce63_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d30086b283e29e234410ad9521746f1cde8df72c61263e49e01b38135efbc380_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:e11beafd70191493099ea724097b3bdbf5c7d16daadc9e60770ca2e221406cf8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:f0f385d704d85a84503b5415a35a0e127f3a5eabbc813ce61a6afd5044fb35de_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0ab09129b8b99a86f2dc6314a9b30156b814daf1a287113fa9a7a49796bc8616_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:58e8b0de0751882c27612c0547004d51b8a59c1824acc2e8d30360f8ca6b2d0d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:673edbc5d7c6df884ce0c2358b1a5061c31b902bc472556db325ad91373d183a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:7ed466cd36f985050a860f2fb442d29103b2c15f4c373f4d6e3550d656dee8a6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:04e0e42f16e0c627e306f27839d671f541b9276f15bb077d238a98bfa0f4c66d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:92d9f3394d35d8f620a495d90bbfffa00fb30b02c07494ad353bf88b80b299e0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:a455c8087323aeef4d6b31ca68aebe41d2e2eb7bc68165afe0a8b9772a245cf0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:e5f0ea7b527bb4619fafebf3e2732e8b0915a66c7eff930f446c6c12b0c1f4a6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4b75f7a1212ce34fd15eeec8af7a9f45382deb3859f9d3fe2122584f4b70ac17_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8410dc1831f343db0b894f17aeacee702e705393ca83d0751b044f473309d1c1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e1dee7b5a5ea8c48960723f1dbc36b50bb8edf0e3756000631d705cc964a7ca6_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f35219a0965a2dc097d31af84fa649af4dc048ec4fe953b4535d42e37ac5ac28_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:60eccf911015b2af66258c858b1d0dfbc1f79d5d10146c8cec8f9a5f21708f86_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8b1ef7b7353353de1302942f9948833e3bd0b568396513d242f4920e5be58f27_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:963ee9ae771ea224be0c968cebeece76527f1d138452319cb17dad959d972d40_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:e4ea39c79db66f4c7144a8526d5971ac698c3502df81744df07f7a9f281149ec_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:e4e0509c00b2dc8f6feeba505240de8debcb1b7e6e01e138ce406125e344efcb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:d0acba106822523c6cdfcc2fc36d8b78f0859e887958ad8a5634c5cf4757b45c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:79b723e31ae2158844c9f9b1a302e379d90be8c21e1e175106b77ebf19e7a5fd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:7b95cef8669b142bf2c82310fb33215b2987b47de2ab5135d5845ad23f27db39_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:96258e901919b272871c1be3a5ee6e984ae13812022ddf0b817ff8e5f35f9fb6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:d97bfb4843b397a25cbca966319a8f2e809da9809720eba96d7c64cbfc403bd8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:0667250c45df43bf0110d46c8b8beb3ada41a0bb520d35629d9928ec373f1cdc_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:195220de99e688a7dd546e190638664c5236f67316276a0aae8d39b525e7e54d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:af0eca465c454003d66ef7d95cd0da38ed837a7da7d9978d318f2b29b2bcc472_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e0a03020adf1f6b1612c5a935aebce414ba1c84a71c09e9e91a8759c488137b7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:05bff5cef1e0071adfc0c9fc07b2a7ef6ef2e6f0b597dea05bd784f8f9746533_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:40df7a1323c23c3875e77061b3bccd337500d04f1cbe324a800eebb7181f8c46_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:5017bd5e359111c80afc7cf55fba210bcd7f15ca82d3a6282d2f63560ffe8d3d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:8ef63ddc25cd248263a40aba3201b2c6b3c3b2dbd998ced45626223efadbc3af_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:04b85fc4bcf3ee707044a3ad2556236e5b2fa4b09875ca781f61a13a11d94cde_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:0932ee4d4567b840a801bbe4161c37b40f1e5fd4b38be13947b8e09842d40623_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:60ac363479cf9156e89aaf94735053ea3ab48a2af18b902444ccfa4c723bd8bd_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d4f9611470c2e215f919f6b08149425755ebae0a89bea7c3a3b95ffa4b7c59db_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:25811e863ae8cce3659fa109172b0fe4fb11260cd612410b2880f69edf3f2459_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4f6d5dd85317206c92af4aa0bcdfada9319b70856135fad4b30691bca9740387_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:97c762eda0b5da7809e6e7f236215b2e524a7c7ce6f3cc2f6d934753f5fdea40_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f633ea56b1691be0c55b612d5d07a9469a8ae9b5e833dadce533f428026cd7c8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:151563529a3997849bbfcc5af0d7f785c26cbdc449935bc97d4f6250492fe4a7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:65a15ccfc8e4e132d1b11fad18930d7f1ef53199f14361826de6c21ffe2dbeea_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:85859d9cf6668ca35cf196718aa7df1588411e4ddb287f832d4e7c6992aa5af3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:ed1989895d9f856d4cfcc6e4709233883e0dc7b9bbd2443d10d826eaa899b734_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:88bc1b9cedee4bebf90d217f61b8166ab0457dd245103610369821a64687322f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b2f536faf8330207a5e3332dc4b7895ae75d7a0c80ed6681704dec1ed1c8d62b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c8f98eba93ba62f17c51a77572d1ea794f2928e0e6e295ec881046e9fb04fa97_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:cb206bd45940912fcf244734c32e2c8938673dfd87fe12bd15671bf7c2a5206e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3daa312b5c2bcfd679559c162f3ef9dc497dd1c1772cb18d003de78918a3e359_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:44cdd21f24db7870c11a5758e4e89f9aafbc7b77fbd510b7d26e8a9a6de03f1f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:60a2e0c35e6c1248da50a89b854450de14c875fc134b7e9be481fa5ca91524bc_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:632e71ea8413382e51005f4110fedc3930270e617fe176415958f15e11ca87d9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:32e4fc1654909b51802cb8abf8b5946e44483ccdced36c784941638296197163_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:45fdba490434d5c9b3f35072d5ca0f3c5f0dd2f836c9e3e1bffbfea53f8b4d11_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:5651967617c24f0fa3463d66cc35e484ef52dcc1cb32f1a96a095139c31964d8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:abe083c619d9906f8ad612d300dfd9b7a6c9fc93897e4c437f2ad5481eb4320a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2dd0915cc989ffbee4b234604427b4e14c89efe69a7d76e182ceaab10c6299b1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9eb6b6ad34e973b0c20aec9028b893d92baca2639b28b9f5d457aac43392bfdb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:be4a416afdfa019b7eefd6610034d97e43d15dc134cf2aa250dcf88084e6fbea_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ef488b181ed6865117b0f2ba94075786b6e564602ba420d58e570ce9d919f069_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:59e3ee88feccca815009efc5c992e184f4f091e01f3b2c014a65abcd1cf78284_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:7534da640a66d5b46018bac0decb415afe5a25a438c763afc73b4a7e8d25ee64_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:85c474a602a432c886402b1411497d7586ec3802d4e556bfdd6ce2676aad3862_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:ac2600a181492ce1a44e31c83258a5fba05c7f39695c5f6887965a6bb2871df8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:222b70b3268bd5b6e1a960a85773594e543ab847b59dfa0dd3d94104ac3cb38e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:596b7c513cfcf12c8e991f82f45aa2154363952c11f48bcdaa271818fe790515_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:86ce0e99da0c35b99dd1d8b28cb02076e26a87d9d7a7e539e85f56eca1906de2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cfd9974465dac521af7557689c6091d373d8462cd899ef4ee06716b2e2c945ec_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:077cd921e585d41b95eb57cf921878e7c3e36a6fd8a19fb00fb14a28650c0c56_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:5907d836ebf2133c63591afc2135a9224582e0c75373642d4bca8094ee4d48bc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:8dd9787566554a85650fdcbe3461ce973495bda716557aefc7a7a2c2fd482815_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:ffbab63b764bd79e20f869b83736c41ea28ef2eeeff1305f87fdb7dc4bf6dc55_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:162b737fd1a333a5eb9bf62eb46cea08d9285247685ae705977751f203e767a3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:8c4270b6cb5ac0d566c7a1b9e546cb637a43586587076f757e61a5a6fd34a251_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:b7d7b847c855c894255f887e106b3027a29e2fd0dfd8bd606a1280a4313b094b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:b88b8c16bbd10bffc3c7428e861c2e9b8749da27eda5a33a0fa538b9949ec33a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:82254fb1f4ee4da82f1a6326044cde4ba311044cea5a5c2e28da70a67a82e8f9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:88179c9f57abbdad3c20d59c3ce38768b17e53e7f463167fafb447810a9b78f7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:943f3d2183309803791c84adce621e29f3a61f6119dc0af1529cd688063c35f9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d6c0c5250326cb44c5950c4d46bd13fdbc3acc7d36b05f1dc34a9744aba6586d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:426b08682f0c5d8833046d5ca88f2b3af44ee38218dcc57fa41a884a9fa938a6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:64e190645dd9dff1f4898ec45cc4ac42cc94f1b4bf8b1b4022a07873da039a36_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:bd152c2607b552226f73b3a760aeb307592cac725106da7d65b3ea3a460708c6_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:cd37ef01e0c5586ab14e6a041a2cf093dfa8815b3e21a1ae636369b64fc2a253_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1922232d6d920c408323f02e725c79132e46a9d73beb16244d0320201bd2a097_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:2622b7c4add731fd89832f5eebec7c86300749d80cf50fe0e397657c52dd2fdf_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3d77a408ab227b6658ca9643adfa97499b469e7a2faf1a2eba8cffb57fa9dd6d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:b29944894d3e8fc54349b0382fb01b25cf4445a29f82c45a4e75146c18e2cf8d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:47a37b58e2bea7dabb2da791027a2e880c10387e6c836bac1c45bcb059105156_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c1836d3d39c323a9f3920b769a8e40af886abbd390a8ce57b7debfdcda966860_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f4fd8a5427d8f74e7833efa23a0f7ddc8f4a2fd497b85988cad2b201f9033264_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f872b70b2027aaa6e426ee17b4f08d729d4e8121e9e98cafdec350153ac6d464_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2e9f6ad9b1c5ac39b9e8813a056155ad2b594a264ddce4d7a5ddd411f4c9e8f8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:462c3f69e1907a9b834188eb2aad3426d3f262315d1fbdb5629eb42b1849be0f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5250cc91fe66d307afa3450a2c052725c340731911b342332bc3dbab76bd5e22_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:aad8e6a28b5544fd9e8db6641fcd2a85474eb04f87cd3823792710fae0e127c8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:610b71151a7df8f4e29091e43bf71ef4a440430bc1f395cdf552844c3a111577_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:81f8d5808ac1503ffb406ebcfa40ad33fe4c13a62ec504c535b94a01312c3dd5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:9a58f0d4761ad3c87d0bb346a3608965df2d3e85a5cd92072dfba1c831570279_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:abaf2a42a5b82e5bbfe58b051dbd24fd71db5dbd2375fe6b64b01e8154ebb183_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:767e3986e21c2f1514a8a12d8b07d8bfaccc5afabdb58ec2cec07918d9805554_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:e52247597556738716370c233f27fe6893bd7505b647204ad29e4bdbfb397c36_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:03201ef76eea07d6632c483c1f05a1b983a8fb17e892722f673d7903d3d589ae_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:c87642be397b0f7532a4d798adca5679a994a52f56ad0825859bec705e923f6a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:2296b574fac529573dac1bda657ea2916d59c5adad72385acf19d8e38146947d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:2b606ac9745c95d3c70d91044357602677c8ab5e6242ee78aa9f11ccb4729e57_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:05f4b34c9abb9bf70a50c0250f6b130274c276a216aa3d2d6a18cdfc61899886_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:44305451a86fa2140f50c3a6e9d430f84aa4015834d51d406fa5847bee846d04_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:2f962daa09a741fef6dae721df2f0c66b911b70ac45e50fba5d3c4e17e9942b8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3a22070544241e1aba74be893b409267d894b867cb245d0ff8bdcffda72f8930_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a3e610fffc61c36b60917fae40dd3869de7876ae41b286f0d5397d31fa119f8b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:acd05d00f32c61bb6fa2a544887dd218002e2135a0de1acf7896571768735aa2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:0c0a5d2256bb2f57a9656d8bc97df07613940255c6add3fbaf2e6322ca840d43_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2cf1694768e2bf9fdde5859407a7366f44dfd567ba956cad64e76cfae189450f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:707d8e731d89185bc601f005fb49bfe73a063702c3058b7de342e6b90e84c9a2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8c6a0ab37cf5fbbce8b9ab785c93d9eb368180c6ca39ce13bb10a7eea3208f3f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1b54fdc04c2314437910c9a093e8ec65dab98d46351796985a21335a6b769e0d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:21f55af564e556247c4ea8263a5878314e025f290a723b716a9402c3ad228084_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:240acd5fc3d093867cd7efd4587ebefe048c6284a801da08faf8e2d9fcb19a47_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:be910f706a78786f57bf9601f04808dd78cd377c7dca4e0fef655be3a03e3350_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:3588dbbbc1b77e32314e2cef4b226e8430c04d269f8fb0a428d1859cbf95748f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:53923226087001bf8b4a6fe17761d2f7f745ab20710e7c1074673c6566a070e8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6f20725914f0924a8c0e605bfe6cbb2040ebcb7953737a120aac78ae540cbe34_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:e54b16f55fc9fff3ffdd04798462db934a9c6f218cf427a29b63235c733c666b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:11a2f9b1e75a4e3af89c08a63a03854b3c8b4e42b3e4d82151502322b896a11f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:44846d7c33ba800c8078e768421b1d9b39ed30ed318b680da06b5c97ffec50e8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:8c5c065ef84a9e997ad7703c11e4676470ee7a2100fe617b51d08c5232a3cb75_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:94d5008f0cbba99ee510257dc9921c6874e3853bffa0a22f91fb8635608c4cd2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:00f6088de94a844f32fe0f9a182e56ab06524c946c47f2c5e7156b51cb5602bb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:1b94bd10f5dd7c2b2ea46d32c905b5d95634aced341be5dd8afacf9b8123093f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:492ed93a8e5a9ae62e754c29240958a6c1909bffba60fdd5fced1097b955bcd0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a301c39c613445ea4df3c3bb70cf653d456a2e2f2cabc8ba7899e14792065170_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:31af242f688dd17a96083aeb35e100f97d99df2e1d95ef975297cafca25b6575_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:55faf10fc5ede65f8bf6b3c3524ee3dc3427660180aa499e208c1a0ec2edc0ec_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:7bebc921122ec103b0a42a0040f98dbfb821a1b735a485ebeb8e5a58ba638216_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:a918a598fb1ccec94141c0578606d66016df51dd6d60437e6abef990d58177aa_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:0733858547fe3b3e5ba4fd312446b846f4da4117a767552662871d61ff6952c5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:61ecfb19f466f5e76b77fba34b03b592cd8465956aea1d7c64e2bc27ae1fd2d4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:97ad34222a7b6f40f4e7f371de5ab7f9bd21519abd49dad6fb9ce5e775cccafc_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:df538992ddf8edd62462644c5fdc23265be18523e42ee350226e4ef341896fb3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8f9dd799d03d523103b6ec8910f1824f01e142aff8c689d55a3728250b8be3d7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:9c0208ed841ab00ba866121c2c6d471cfb4356d05501a2a78c563d4d9735344b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c4631236ed116c123793555732f647ff3d3fd8cb89a4f83dfc846b4456e03588_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:eb77fcd0fc42f542e8f761eee4003cd969ef4e80b94f10e2b25e801acccd0911_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3986a780fc3c4722e9f89872becc411c9d30d824ca97990ea58943c95974bc67_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:42ebd671fba15ee296288177629f54b680248438351c85c305a970d74b5356cd_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:950695ad184709b631a6220ebd01cdcfff0c841f9c0977db7aab1fb2ec309c76_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:b664dc527a0cc5864e95b25751979fec4d4500ead771860fe6aa4f0f24c7ba8e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:41be253a6c643b9ff74f2728ca9c113129ff2cb7139d0130e661f757d178127f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5000590500a94e98d05367647643d0a878a940a55fdb22fe24031b254d40e81f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:7e3d1fe26cf4c96811fd9992becaf4e4c01055216ead8f58aaf3b4842b216d62_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e399f3ff5ec8b143ea7261572b85c170e39af26dd92aefbe21cc56fb652cfd16_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:725f8d814c5acd2fd5e5f38106a89ef41fec83ca077647cf4c9c5f909e338660_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:81e38a7a721ccd6b424b8162de021155c8afc3d4e036b26baece7a52e1ee44e0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:9b07702f9d90053a3e349df86cfa61ae30522447b3ed6e44ea14ca34e9d54f6a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e12cb0851fc2f5e35c9258ad9360efa8f107b0a79e1cd17e0b5e302690125ea7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1dd92470819fdcb1772f425687cacbb71f1ace0453cae1dd4b5ad01b747fe54c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1e76fe522f07e3acac6cc06c67b783af055d5d0f068ed64e96ab1eb38f7913d8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:65c62baa1eede5768a6d01c4a6cf9e5b4c8c9dabe933d167228711ee6f50bf22_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:eafcf7c7eec61806567473c474d88c2ee5fea2866360ff451214a20978fcbdd0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:98845440ef473d8a65a926f6fc7e9bc95e2d975c6431bc2c64c04d166226cce1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:be08fb249d0548451580e3795c97c98c9275bd2e0d8d6ac5385490876578f4b8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:e28276a853d5b9b4937c8d38717139597be50e7458801607c841a569703a97a2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:9adb740bf133ce7652c8196b32f4c5c5a3ef65515c4b861d8cf2c9c6f0d1c4bd_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:98845440ef473d8a65a926f6fc7e9bc95e2d975c6431bc2c64c04d166226cce1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:be08fb249d0548451580e3795c97c98c9275bd2e0d8d6ac5385490876578f4b8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:a8fced5ebdfe32003054afcac8ec22e606806a53dd12d9ef6b594c9b4add893b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:5288894add34aafeec729069a4a4917aa7d4156917f9a5e2dcd82aa4bcea2a91_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0e3b5a014910aa57779fb95853037590569f1edc9bb48bba2d9461b3a2b0fa73_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5c3e36c0e3589a527d795af3e4b2c7b543b6f5a4bf0e89f9262992a2284feb44_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6b2f4181bd5d51fa4058ad220841ff9db18b9dfb9aa16de912d89f26320c32e2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f81dae6cfa04aa748063691e788c0e90633868549d2a53b8fb0ce14e37900928_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:010c10fe8bd3e00d8ad7c690fd4026fef3737f41161cc5838a186c7e9b13c53c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:48e8779ae80d139e0d0cd6ff9d5586c66ba42f6c85d32cea200759056904ddd7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:693661ef8254befcc66a4b7836deb522b2ae96b68b10079f232e2d1c3a428ec7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:80921c9a957d7e76d85e0f30c83e8f007067ef8a435e6aeccb5918f399914784_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python-eventlet: Eventlet HTTP request smuggling"
},
{
"cve": "CVE-2025-65637",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2025-12-04T19:00:54.313916+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:31a0ff47aa1a017d18773be577a1dc3296001154c7c40de20cbc3cc767b0c16b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:41564206c906171df891ccc7c92274cb7998f29687ff7d2e44399242e38682b0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:71f36e93f7195b10639a5c7db58e2f396f1272c6dbaba651e78a4c9ce955c427_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:ab71874b013fdb05845e94a9b4e3432d865a6157cff72725b1ea7589c6717b9e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:34b678523168aca5571ba1e631a458addc39ea9aaea3eff355fbe091e859b30f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:7cc0d1bbc241ac63a5f45a949a439d54316c23c7045659a9d44771e5541e7e17_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:7dfa6966d81447102d92f49b7256c7b47955f1d2b60e5b9dc133f71a1b2c8033_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b07a724845d8acbb842e9c96ebe2ab5355f266ae382d703c0f92a84c6d79de20_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:3d124f0dfefa90e249b024817c37087e6294880030bf95333bdf0b39bb1db696_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:580b4036071c17c8551b3171c31ecaeb61aea5dd431d147f036a832565531948_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:5e9203d284843bf5a5a3e7178104fbaa3b4a620bc6f889b36c6c077aa93f56e4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:ccb8be0ede2d9ecffd5bd7b4c9c555156b826cd864f5eaae87b3c1c58c7ede31_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:17d2506a96ba4da62c33738d9798c651658555531ba721f277b95b9c5283df84_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:3e6f6f0d6ceed5244d82b17442e473729421d59ec5cd1a71deacc15531f2929c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:8ebf277d8c153fa0be2825ebade894a87f61ba26c198225e4fd714302be26ef2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e0ead7eca26924691145465af2c5c06efae71a197f68043730e56d5cd63aaa59_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:2d9397f611cb4830f7b9bb67e7e35af224c0f121e4fe884c98c7c4807ef84855_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:79e8c5b1e61683f9c78e8d1022c90ce13c4b3c438dc373773c8d174b9835c862_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e104e90349ec069f6b4fbf749dd261ce91b21237b367c421bfcec3dfbe1bbbb9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:ef70455cbaeae026e8b15538a2a1d159bbb35e47427ea97e13f5e5a7cdf27dcc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:1683b25c778adadab73dab246e98caa2ee21c561fa57b1f2ca7211eae88876ae_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5c875e3f0f2b0c11b8ba123f0716e007fa09b21ee696dce0c71ba774c1a2c7c4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6b96865aa6187e5d1d46bb64717dfcd42a1cc17f33bbb96be9021d8b61f6465f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6d1451124fcfb4ef7a5a4c673e06603443f538c6ff781f10706e8814245ff056_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:3cc3d7622e92973a3e7c5807ee254195082fb9808132838ac28a357e66e892c0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:685d78a491e935d0b4e7a8eea29df7863976a60800d1e08c3bd3faaeafad5a25_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:88b54af358d720bcc453fc09511bdfc7793b211dce0014648eea9ab01fc623f8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b6a234ddf1c93f87ab0ba77b6dfbb1ae9ff2a1b130224daded0de20781a1f650_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:68c09233701045a0512a7310d21be057e1baeab5eab74e246770e148daa87c53_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7566fa876d194d7cfd6efbb888c2ad71ff04c07e80cc4591be682c095d1b6822_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:790592a71ce9e5bfce5c82f0efb257d08c463658db59b6bef0af4de7d0ccfbd8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:db9a84842c47a03d10c5e9c1c27552406af1b748efb9a4aabd8fc3e4da3d68ba_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:10eaf2277f538f2cf72b3f408cec4168f718acdc1918f0227f6b6c62531abbb6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:1e58da4120c75035a6adaf6718a1e97ec9c3d6127bbec91836171ddbd7141049_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2299f00f191ec86185e9c9573d36f213ca8e6d8bc6fe104a4ff5861e81911ff0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:64d10474aa6082fbc20dcb45adf3f78369650b94352eab601e16e3ea0f45dc70_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2857f545269812b58ce790369808c13b1c6f891b1c8521f61031ae1237d5e7c9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:68b0a64071a455fcff666bbff51d2757c1c395c7ed8d533a8e36ed3c27d1ee44_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a045a2aadc8aadf68064292aed51b08b5b848fd726bff69e8811a23fd17f7da5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:b47c8a889f18a9d9601612c058e1c890308f1603584b626d16ee7bf50af00d4d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:03bf1102e3d50616a2431782c84cff62edf1161999bf1b10662eaf65410fc55b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:6bc2b0f07f5e3ee0986b7652434359992bc995788d7a1fcdfe393f2b1a717dbc_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:74939b01007b6160c704836484d686b246516a2a1a7929a09901a57b9b4bb512_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:fbdd3810520e77b36b749f73d70d416799bae48b35430eb025a6b4e5d4b42b77_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2f57a1926d479f00d26f8973d6edac58f5030df3010c33e231d8d350f5afe3f6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:5fb00e50df62152bbdb2b98fd2de8054dfcd4d4f27b07001a197b0e6bb5e72f4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7422274a999abaecb4642499177d042c60f0d2b9bd9b470c7797eaa1ae03a901_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:c1d816e822e159bbd4b0e96ff11c2c0866f50ce60a0731ed995b08b83e9cfc9a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:1c60e886fdd81c6b90dc6a0f142dc5c4d5eb8c9d5bd796cc343abe5bce33affd_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7b549eb97fcef1ffb0a36d99e385098665d88b96e983c0cab4a73f0a96abedd9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:82714d7071cc06d1ce7701311acc91cccca5970b8d00228c164703c90657c56a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:efce8f153aa7fa0e0b4fe0f88a29b6b0d3e91b94a7f22f2986797d10c3292c84_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:0fbc562bcfc4c42579ecc86721e9e5f5d73784d5608ac58514081e3503f7c813_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:34eea13ef689221a855605f253e237382ba0dff12442ad975c2c5f0054011b04_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5b24ffc3141a2022711242b92b9ef187ac9f243e92862588779ef465efb312a0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:d733261ef4993cbe69ece9ed43b50275890db613b7aa258bd0fb9f0f15978cf9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4e4d42f9f65e036769551889fc5e813e5931ed853d3ba24acdcaccde692b12cb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:80c813e3e501d8280abce8b3d0564ac915ef638277444ff4d05ed9b2d02d478f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a81cf2d9704abeb5e16c8b9b46a7fbb99bdf0bdb1ff5f8130b2a2d61b61c75c0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:b629bf6b74a1b8d8be44b2945a6e42cda27e0d828c088a5b49b6fe866cd9a98d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0e57f63039219af389f3920cbcb324436a2aaf1a2123f4c2647f1c1edba90306_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:6dd4c338afd7f75a01d8161008857b1dfd0c1e0a7516c5ac79387ac7a4947237_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d996ae5e72eb8bd4584b5b51b1bb56c4f1573caa0791c5e66a5c89d850ef3dc1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d9b30068f814c6c1bcf9798e35ae70480c993dabfb5d88209b48f149cb49e6a5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:939ce68dc53e8612f38f1c9ee2a25034e4d7953f98b136dd24966d30bb7d4e82_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:db48cb10424ecaf7a52681e7e17bfbe187ee238ddb3be21ba599b3aabc856e0a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:3bb343771d20dd2ec6a05b595dd0065474799b189c33985589f07217b1fd321a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4f81654bccced71c7ae5a5c3946d219f6dded80bcd1025466e4c5b56923b263d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:629425498dd6d127acfcc5a3017c7c983c60168c4f3ec6a006846dcc6874bff5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cf01a745925200f7159c83075664127536f48e0534e319a651cafa9f11ae17fd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:59214d21308fdcf9535342dd4662ecd4f8ebea431270f577f5d6fd266371b6ed_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:ef21c8c721f544404ba4ef1d9e15e4435af42ceec995cc2cc43d39925378b3a9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:bfc8feac89b1aa29252fda1d473014e4723b562d59dc88f3ef7872a94a6d098b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:d4979ac2a5c608ac31a5683811b55aca412e6726b5cc1ebe4b214d3c8dff15f8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:c89e9f403f7dd4bada53f4ba338de51345266c2b657adba6cdca65172d113aaf_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:cc9a82f57cca4904a7a4d58073b1ba7624090301e0e740d961d35a860898d8e4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:d63a70864e886482cbcda411c93c811bb3b1d904b9a586ab42fc67cda8ddd9c7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:da37ae31a142733b6add537f48f9ae28b3f496b1472ba60b0ef5587ef8d5568a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:396f40db5ba672cd4ecad68fa6f837405c9bfae9fa38f1276e672918f9de7b4d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:7c0925fb8469922ace0b86ef5f81f9ba4bc711b6277172ee963a856b7252b741_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:545a23225833cb931e6962febaf183bf7fb7d3532c5ffa4556c9c198f3b73954_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:b91eaa2723393eff033053dee12e51852a7428dd0c06de7ec92bc3f561545a31_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:c887cc0ed1561b2253c907df741d98c1bf4836ba3faccc2d8c5a8734e0857fc1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:f77de5df278c92b8b8cbb8f3f0d93333f3fbcd4a0abb834d1edc5159cde007cb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:843858cb4847ed991480eba34975318360a498aa2661729c2c11133ddef21db7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d344bcbdaab988fcc26ae36cceb1eaf2b5f60943fac7bc1c318786c5b33fd45e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:5135f9f7e7e94624e8a0c319228380f86eec7e833130bffc4d005062bbb24075_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:b0559b45426a1525296d6c9790d1fdd40314e1ffd48c6f0c7afccb4db675813c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:2a34794e9a9694b03f338acec35e7c52af7936006878aed6dfb9ab216549ee96_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:5fbffddc788c5499be501c8650150299d515527b230e62dd15920b33f9eb93a3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:5976ec6aa81c47bae00c6d399adbfa5d38894d89e926afb414bebb94e5b8b8d1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:72972cd3378a738e45235e515cb52a206950fbe7d0a57f73aa3fc352875b4cfb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:654fe020d5ff989d8092f577e5137ac9913dc8eb6b90007c85e694e5b4ae99a3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:7766c535404fb104ddca41eb50e2be914c14bdcb6305ff3f6ab1508594c1fc90_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:fc9f987fb8c7dcc4256b38236d89fcee5155e3ee5facd62ad794c6d94408714f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:feb92f825bb3ab62bb5ac81ed63718f5e3fb274fd0b6575487285e55bcd549de_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:1497850497e4ff31638d1b53032a1162af975c3abd2396e627ad90ea4515cd94_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3a1df74d7419d8a2b09fa4741ad8f7ff71cc856745ab85ea91a0821dd427976d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c1b8250462e0d3bedfd64c4611ce9e9aa77f6475e48d948a2f844fd293cb649b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:de1026343cc529670671124a64b039cfab52a4bbbfc7d6d0d1bf5d6c21a0eba0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2e98c100a02f00cc2f58fc7e4773041e81be4781e8a8c02539acb17d66cea93c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:55973d56e1df439ece9c90bf4a6ac870c4be37fa5c718c90da6deb275c34c062_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7d39c8eccd19b70bdab2757e9088f1e3259cd0ee8c0a76421f8cca3274ccfd5c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:fde0b6709806f4fa012e86093d3abba689c7e4dce25859df9993d02f77adac38_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6b089f63a260ec9dced6dd494b2cd8b48861fd8a54f5a1669862165a4030d790_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7d96b0e06e1b04ad121c95d6eb87943032f8734a6565fabd6ce99562ba873ae9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:804ed4857fbd1bbac303549388e72451a4d0f81b99696fc7176e196db8644140_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9c0ed5fd8235d31c3a959cf3f00717a841c2e5ea2e9e222454ded28932ac2f2b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:25d6a0e67f63ee551a50d23bbf3ee87a8590cc618d06a1041327af0bbddcfb6b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:5c4c1cfad723db265d037968ba4892ba883f1251d06a6b348d3f5bcd78f3725c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:ba8f4ffe3f54ffebb1aeb3ac55b9c2091b3be0e2eafb9f4fa877c6b2a8abc787_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d05e5450605a9101e2b4502927b51a6bd93a8eb01ac3db39918ab17ec3c1cb86_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:229900b0543979b8053752c05214994d2590b501da90dd6fc43ded0cd839a2b2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:241f97ed5176e7d9234cf1893f43dcc08d375587540c7af47c19977f44965ae6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:811a41790eb1654cdd1a133ae525e8fc329fe330cf06293d12653be5c3904ddc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ba2426e6f8b4c4f49b191df2ef4824d30486a87aa3bf3af5cecc5aa958f96e43_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:18c88139b031c49545ac09935d1599740f0b49e3c2fdd1d84f4006a47bb2880c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:314bd5ede25ad4718f9d682ca27fe8e8817d79922d59302f0449a55bd4764f26_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a0554e2bc18e8e16e5fc1efbb5fd653a3858f177d0fa84091ed1e48856c44672_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d0092859b3dd498418cb2ae30ae100d91a6d77abbf2f1be3400bd6bee1a57cbb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:0608e6ec895faca9ad6eec7f657893b8c05a3ba72600cb734cfd2ba7eee926f4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2a251ca88b8d2274b765b591bf4e015c1e817c0d98fc5cd7c19f51358226c1d6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7b50b78bfb9b21f2c6cd42be9990b95f1b3b810d9f3cf62d7ff5541a4ff7d5f4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:f80ce5f1854e4411bc2d73efdad02ff4b5fad6b15e2e3a09bf69f6229107c0fe_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:08cf0dc27f2e823756ba009358a028860354793bcb3abc9ef7c14d71ec011fed_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:285f603dbe97db7239d699ec52febf0bc5fe157222c202235bd6f5cc4af3b974_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:b7c4a0c49b1857e22b71299f9a921d0c56b831756f33708399b7a03d2f61d8e5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:e6ff566a5aa48b59411a421e98ce05e62268d4ead994c08e8bc4643beda5f115_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:22bfb7e9892df6e4045f7246544cbb73e900d17b8d1eba74af342dda56f697d4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8ee226df0ab0bf40ee1eb32bbf64b2feeafff15a165b92be994a331949f29516_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:97d901e0371158483af19aae8db34651dcf0278fd69e0ad14293a38d4713c58f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bbefe8212498c9204cf5a4b2834c8a7082f732c726fcaeffa55d9b66b5ab3c13_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:4b415d00d49331d5fd22e1b0c159ee4579506f378f1b13e8e1d0c1829996f6ac_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5c88ce9b17d4baf03f9ab7e89dfbd9c82a8e4bccd23e5dce74e11d6b2a0ecf6d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e6f512f11629d684e2713d7421677d35766f5a319122fae34ea25dbf95e79ec2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:fa7b4178af4fd9da7174d8c94e96363d73a1cc9f60f6a55a3cc28330ff7a4e89_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:10f802e9e5c96af91d1ca1427ace8984d2c31dcc7c409f3165e1ab21281293ec_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:477d5a4fc9a1354090356a06603a9b135814e9ee97d9c4b51046f597e195d5ae_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:5a20619d387dfa67a22d51e5eb6c4bff523b7fad8ca181cb4c09df25fa3d3540_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:70c40ef6f8cbf444e59c4522ffeb8800d19dbbda77a02f28310573d9941d6f2a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:26795eb48eb93cff9df39e25571a32b8d8c4fac44555227f932805760dde79d3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:45e8ad4ee3c68dd7425e889134eef96aef80f33946b303a1577593d53aac432a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d9ae6095cb2d622d947a1e861a56975ce434c7b57153d0dc8e4e9f1ddf95a393_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:f8f12d1cd2272529e159bbf2dc6680f772194cc235b0138146f40a499a9fbe2c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0f016a9fc412a5fa8b8289a19fee831b3441571d7a48135b92b6736af210d700_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:47e60f0ec21835c324472d63a89089c62480ef17e2225b537c7023404f63c796_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7a349e32d85fafd4f9dd8db4d80bd54e1c0869d74a542f698ef78bf6aeef4dfd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:8817b906fd93b0980fbb687876d4664c79668ec3e959d2cf184a3ed20aae953a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:027c710ef81f40bd47b16c296c121e36785eb5463321078f6bc657c37f2967d8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0d2b94501e72370b763a86146266411de3932995240514cd26362a0805525c7c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:ac40d2c4950576d453b18666a9acb3c19d4175d94a28d6e0e9bc19a4c302aece_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d9f6635946e9c0ddfc8f479486f08be9fdac8bc9f73d358a3d049b6feafe81ec_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:1ea77d4c8308769c7e2b5d667c8af3ee2e543fc0cd0c49447460c37ff0c56318_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:56aea13311a96784e84b4c5713ff5693e6aaf9f6035a042c5a28879019e3eaa1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:7eb0043c124f96f76970f835870cd45bedcee0179f5c63ed7688191cb5e0d718_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ae36b0e2d4f0efd222926a53364be6d7f9723496efe2463cc1521a85e0318808_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:81645a618293c85f28a1632034a0f3244cb15cb5b636d6ef447e571d526d3f60_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d70d809c25cbcaa772d2068975d7821b49f965a21be8ceef7ad7a17bfe79e611_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:dabdffb17f32a9684101e24dd08ea4587ff1c288959648684cc89f46ccc8d7a7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:dea959447acd57eda954f5fea4bb3d623d6bf19f11e7bd8ea04651f5cc52d95f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2b19aac1bb3f64b3e45d82d207f18fe3b692aff7d694c1cf99a02601dfadb2e9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:3ebb46a8c872e2dfc1d2bc7e50a84be90c998e721cb935a7d675e7ef02f204df_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:85930fd1b83c544a5debbcb1218282c91208fa876fb38e9564f3562ac199a30a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:97e522d7f8d7c3f88f50bb511f1696657f9dfb41282c702fbb5325a993267fd9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2eeee557fa7b05fabec97b753e50fc8b54811337b360ea542ab23a32db02165e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:8933a240bb1a42d823f4bf6feaf1baf6a6f083909fd9e5a62c8b61ca770cee50_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:8d06909ff0633fae70e3cda3ce95a1917ea8987c8e1372b4a8f00343494ea5d1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:f2153f3bd5ef181653f9ac8f40a8389e58771515b2fc49f205d5247455635c65_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:1fdb8df2f66c1558fcf03d227a63e58f63b990f1ff47ad81e3e3482c4e89779e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:7a2f54cce726a5f12a29c84d8a3af601d3627d1255b95e4adcd394a76e930c18_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:7bebec78f81645756aa1265950e28a980fd4c042b651c7b5c6fe6924af7675ce_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:d9af91fc94e0fb9645b5284e1a2a8a4ce3029a57c6c92e30ceff6562f7522b81_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:be58ac468d10396163e8e30c2e927d365ec7f21f710b99813b9f8f74b260c21a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d771771dbbed4376ceb699139a02a5b64456f2fd90f2cdd873879d56badf2885_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:de99fe560e6048e4e34d46dfbaeed9f5b3ddcbf41cd172f6c46cda8cb549faf3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:e8c673493346ce26aa4078ea788dc0b3c888613b8d161dee4a91d577f4686dcc_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4b909a7fa9307c352c5a50cfebe3694547a60195928c3a3616def9818dd6a701_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:74c62d51442c13d38b45be851fd70040ae8dbef49fb6b22a5cff7ec3d20918b3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:8acbe6bee1e736dc4b636057a9ca03e6d19a341c207f4856281e9442b4e2f5b1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e214faf773c10d348cd1fe3014a1541cc37f8484b53e35136f67e0bd3bcde588_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:19eb2ef0c58d253602d9dfc10f356481bc443b6ba6a1729eeb253549a5b06235_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:4aecd8e8a99b71f09c3fe659399204e461b1008def654038d8d2df6df34eb3d8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:57e1fac2b2f950168e3130a96d96a839b183c8d4bc5f051af5a951a13d69ddd8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7e60e4e7673f57490cbf6c96a033c4d6f0e373941cf7d7235c2455a7e7850a77_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:1e48b7ea9656f56b0ff7a95ae25a7fb6303b796f70c8a80925c98a1a38d09c9e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:30ffb3abac5d66f0d7192c3395f4e29f18bee60eec5b603126308cb8e986155b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:39572ca95b113cdbc944e60797371c1c70d210b718086be5796ad62a0753e74c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f04d8f791bf53ae7ba29b1c3ea0847d13a99a58d8d13d53eac95a648c4fd7d81_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:01d126ad02cd31c976cf2857928631f421ecf59096ca0e61daa28596a9ce3bad_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4ce5ec880ffd93abc262773d8c84390aeb22cf7aa4f6688b950c0490df2e7b0f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d1c2b9ba0cab850926c999b43cc85ea7ed91c5396d1d3ca272c330cbcf098392_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e46881e84e706330e4ebcf93cc1ec2ba9e1454b96ecee79fb81852d7b5826853_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:40cf04b4677fe397b6cca48fd704defd5dfbe5849116b2f855059340fb537da8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:b5df8abccc723af3f3ff86b4d1fbe7f643b89bcdf87c93abf3b926e8b622efc3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:b800c84b0984408d51fe965464e87ab18c0c3d82c8c51d12fbd488f9a6f17f7f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c0b5ffad8095d2ec71180e3857c7e5003040c79ea93835c5ee7ec6f544a406bc_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0f58f90811f760f3c9266f674a8f7fff259b48e10f1a8e994c5ec8cac3745191_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:4d336c3a625d32606df94aff5194969a6b3e20bd8586c56baacd509bcdb066f0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c67690128b6b243becc0fa48a9c8917740c4e4c01cbc3798c72e03fd9629430a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fcb458c8179222d8c01853b9654ca9708cf5f34146b6488486f2d44f12a1db1f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:10227468946141bf8f1f0dd71860ec2dcab6888ce2ec096f8250ce27dc9de66c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4cca1c61fb2e435230b15535e8423825378ad0f523e7eeed5300b139ade380da_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:c46179b6395be403c3e7915f9953c1b9527c2b384284a3ad16e0091346a86621_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d4ce3e07bfee07e11573773846eb94c759a6d648c06db0bfa2dda1f0110b9f84_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:2040c1f1f4193837690b31dc5f88a840bd6c1c070ab0b091bd20439dd9dfdb49_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:2ec681169d6ce8d33a853a03fb796a312e75992052f4546f94c2ad158bbb9228_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:38d16429ac19db268bbefe2509b4d88ab3cf44e0c4f8b75a05fe3b182e02506e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:8d49a0a22cdef610f8338e3e4e3c009d493e6990d6fd68362063a9138164cd1d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2e170eac98d152abc69b8fa44813a290b9cc2e57bdacb84e97a9ecbe602a7631_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6f08d4c8d88aab768b5c727b824584cb5443f67e69fd543ea95bcc8cf90cff2e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:aa161f825ec834c11a77240e4c8860d7e49957fc6137aa2730aee57d3b34b7ad_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e5568dc2b0aa9f9251b0ac80d28b2c01247a9fdd1a7fd42779932bcb9c0116ad_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0594f924eaa7baaa8350c40eb5b2253c99d8ede41d58291d362bcb334bf8eff7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:29473afe198e78ccc383122e9b9db15562d165d1a1a5d2ec9384f6282a9722c0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6c0d83c46bc0032ff04ea451858bf53db20a42b02c72870771a683b292977620_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:74ef91d30366fd9d581253c29197ebc1c237f72db26b728f7c27f26a1f446d0f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:1c0d5e001e41c928306cb746e0ea360cadb179221b726c5d11709f381132fc67_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:1cb6cdb6e3bf0b41c8844a6145a44416a2d385f640f42f496a4409db59f0a509_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:575c9649ab6ddf045d4be5b4c86501cd0a63fe02d73b4a803b511213405ff243_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:e82eb82d215ec8520e1938f0752a4ce0c869e865ee1c7fe2c96fd95ed74751d7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:31bd457006ce5cd45fdc3428de8e69856a3a387ef4383d1b08908a6f3b35047d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4f7552d3e6293c981fa9da6db88f330bece8f668376abf43f71b906553a5c99e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:973f4d0e9307929973adcd633718d00d09196bbe271b4f9d24f8a399643e1eae_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ab176c397c65bf978d7e517a34e10ea45c82a35f65b8bbe39f384f776822c03d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:34d1ed337dac313194803cbe7336560b7a630adc9cd2bd785883be5048ca52dc_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:4d29bc385e8920f178688a741187cc67ed670ea997201952d0b9a77b56c762bd_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c86661524ff0c65bd9dd0349b73a831204010ec59c84786916be4ecf22c625fd_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:da698e145cf30d354629fe8f6c4023d14fa2b5b167045bd8a6da0ba441b8c92d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:53be80af8fa2a60d9bd89de8e103fb2eb2cf008acff6d7f89383d861bb8a54f5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6decc15033377fcfef17782d66d17fe25501b157d69bd83e85a87c6e60f665d4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:8b2d6dfc8fc31a67250dca39ac60bdaf86cbbd61353cfe7731d4fb1ebf5463c0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ab21f8f97947845bb94bf6912ca8880ed39c4aa3a849af7f804d28c11a6f0ef6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3f2412d3a5a21739fc209d7caff76dd8dfc077f8a5a3a5034a6ca7a29532f14a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:598df55cedcdd92019d97e3ab1a6227b139798dc69adab00a65371e300803eb0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:9c4d4b4b4f7b8cf69f9535c0f1191f4de338b928311b0ed867fdcb0d8156220a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:df5cccd485b9a00dd75fd58cc2690f4713062e43fcba9aad630fa400f314c588_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:2814cd076f00b58ec1abc468adbe95d2281b50cddbce2d112dbf8befa70dd470_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:5903de42d0ee79b46d935ae3dc54e88a62d8e09dfbc6d055a31d3e6fa3c4cb81_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c1327a4cffa9882b931047ae66941c2d3a6f4c96bfebe56cd3070e3deb22fdc1_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:f3d14a42e2214c08f4695a86b716a383112b70245a711db6fda0a5a462371994_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:2a0f25a54392c0e18a35840e1d29f31d5dbaa7325819fbf58656e738496797bd_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:3eade2c45b25c59ca557f5a284adda009b84a3f6d21c9db089d8c5fa7abb949a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:992c550b1d50408bcdca519980d914bf7bca4ee382ee0540aa3af2d034eddc4b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e06661e1b9f1142191ead0cb0f04b252619ea50c2be307177853fda34761dfd9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:03926dc5ab653058aa6d7750ea01a2b45c8f17a5ca7a8e67ca652c9a0dce194e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a13900fe0e23c9421046db6cfc237d21d0a744bbdce29fcd24c9f17b360469db_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:ad14d54f4912883a0140d3ac97c6b2219e3ffb87015050bb147ca0c73cc3cc61_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:b174fb64ed734452a4390290022fd0ec60d37823be6b12a17c2c6ae7681b3594_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:08553069c4783d2a245702df54c1164633839ba790ebed8cbe1676e4131090cf_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:33d14b8d5f2c6b2e06b4bb0afb00a0725195ac80899f786640a0c3df9d238e30_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6b96857862bf6275ae1b5cd28a4eedabf4ecb6df67a441f47c1469359e76b9dd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:8fb9394145dcb16031acd61a0357c81facc3f7e2c26c8a5925581d68389805d8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0f14bc30863ee292aa6978966151fe4e77f43b502952a32565035ed9d48b1beb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1dd2bf9193891003a1666b3eef1890bf737089784285b1227393a690ca1cde04_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b2218da01a451dbe0e4dfb108b2c153e1a1b3399d7e6738e4c191cfc8f8801d3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:eee4ef2783405873838d6b4cf42eccadad062b9f056d5e13b76e709f7876c9b8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:3b594e4afd1f6540d0c0da8f875bdb8de328ba3f2dce17c8226712929079360b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d82ed0fbd775b5970fcffb980f6d28c885c1e2f9d44f409507778e9cf9bfde8c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d939c7835722074df7a0197e72aba718a27b8f88134883df7fd654b1ee57f0a8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ffc14425bb9275fd713b639c43ce33bf303c54e38cc53f4f9db3a3a1f2a6f105_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:463cd33991582264476015ec2ecf8ac12a9ae4107897cb2558c1d9a4a1b412f7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:876321c429821ed061d0908b2c57c02b865f775f47942f15401965ab1eb46056_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9cc79bb2a2c6602b4a72dc3abd536b1e47ea245de4f7ff2b3ae08a4bacac6bb4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a9102ac4baccbb625f4c4bf605ac61967c5381c24c777aa819577c2c7cde6c39_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:06a4acb5a7b97c5f66d70cc351f4636eda111bc81454308281567359ebe0e693_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:10439ed7506bb140f1977a564caacc309002a67a41c61539c2ee150873f23b69_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:113236bdca2ba374020fed560565f6aff01002a32c8eb969130b6265e1ebdac6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2996e3821813cad87e4bbef83d22bab2bdb80ade147e2f827714321a06d50769_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0a41b5b6efbf9ceb5605efcc5a74e872e5b82366478bd9aa1307c9a043b25194_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a8430b0829211ecb9925cb3061a328e054c006433bbe067d8746f92c348ff141_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:bdf77c78561fb5592d084c616462fb0341d8dfea9ce664196d398480cf4c9b95_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d2c51e9490479cf86973a6f9132ed075989ae64930747dda27ec3100999352c5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:148e6bf35d15e19100b342ec8ccd8f3b975b145f6aa1596d5a7004ec88684444_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:6cade19a99f1530ec4700b5283f965f9c97ae9732689916d1c40eb4797adb08a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fa007e3f1a38a5b48a21d37737077594f57cac65d08a9da8859bd1f98677fc86_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fdc7347043706d1c88f0d0327e29fd47dca2ba6b41bfaadfe4acb18c175c3a03_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:8f0030f4e532ae452721b47317f2bed3a91b4e18f7d58bc99f117d19a081ce5a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:f8fa8bb4a92b3ad3028f21cec3c5394f565c9e02f06b0619696cebf56cf598e3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:b0ef0d0003586a718c7747a6c5efc24313d757a4e15f7725328f8ce310793ec9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:fabefdede81f8045f228b94b2cdc64ffaa4840c7da5937fcc7ff40d82bd2a729_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:02d69fddf5e810141a02f739de9b3b56a1301d4ecbdad3b8df3b7b0c8c67db87_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:0aa7da9a515f449d3a6da50c5dd8d55ed318b494f2b3f3f866338ff1f49a3ba3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:16bbd40075cb4a55accc69db260da71419574395102c164a388ea491bf51d927_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:8b310a127ab9ef1521dbfa6ae4909d5e79b846838de6b07f8693a6f746d8e1d0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:d167970d8be3d911c29a54fe93b3c5ba2ace1a5bd823fb0dd3b5f0691d67f5e0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:ee8d34565b8f3e4d3c349b05feb279bf6a314f84897e668bc6bcb890e1320971_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:3ce22e5fd8def8305f8ecd28c69bb53111b68aa18a0f8907af504961caad2b31_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:6c8b3d7e73807714789155e434b87fb7444c1ea2cc5197fdd18b0f9e253d1504_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:76ec2d7ea2abda578740aed288764346e3e5236cd8bd1b42e776762ea5af7ff8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:a2cd6bd5ba28e30282de522e76ec1fee891eeee677350638802535f329f41d56_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:1ad410be29b78a62c6c761adb2ddc81dd6552e215f3bd71b2c49c19fd9506c49_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:2c3682906df67732160982aa12fb991407978d1c7a2cb36d279b0857134bfbee_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:3a4686f99c0461088ac8d8d83b53ff967b57840aca2fa87a3d04823823c4d5fa_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:66340f44b99e3bbd8c021e0c47b0617365b62c53b0b3911933d8f683b2c48aa2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1796f001455857a701404a4ee37d793895c4d179708fee5cfeb2467243c8cb06_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:cb2ff11c7a67c79a0164613e9ae68e58c14c6ef7a5af4dc4b6fbc897921db161_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:d30598bb001578c4b9e99ab1d5040af35a27b1b5c7503d566b0672d634ef9f1e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:e9cb3fec3be65cd06e6fe00d2954b8302e12814701e1906ad91833ef18a01fab_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:3616e4a7673a447207307a8acf0661496632a65ab79694abf81d8a47da0f590d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:a833695f4c37b7f90a42db6563f6cfe2ba22d175e1b2562eac67a2bf30874c00_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ef7b269606c239b4c5b9e720fe99a727b2fe55ca5eaf651c4209c5f4ece296dd_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ff65e0a6ded81326ad41c930abd5f396a6b3c2920169d349be3f4240aa212889_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:76da7e014155a69453feb8dc8eedda88578a3d3dd6e25da074013da1d32590f8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:83b56456b19882b4a9c29e1e3099317d6b2f38cb3f310c67cf6297063689d416_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:a0c019865c62a67303956123e1df05cb8a1ac3ddf188638f00b0d3fbab0e4502_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:bd6ab28545e203750806e1c22c4d1c9e10e91b20bcd922c5890d13eaa47982f8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:2a1b57399ea1e13524534dc38eed4139d56a4b56f0db7739cb99048588a96d9f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:48e3d29aeac5bc5c6d1cd9345436af66b233c63e898bbe5817016bb4f5ec17d3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:4a5be5aa4a12e2531d63f983de08bc3e411147454b3f2e601832d4d437a1a02a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:8bc5aeae1421310f6f635cb1679cf3145a158a8549bda6132526d02f533527cf_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:0e26d9dd3ce20a2b973f0128da5a0c27b8550941d1f6a71eb8a2d3db46086e59_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:7f7b4c6d942213eac8eb3b3e87c81094208a3b41e1345964f29e6936c5ac6b31_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e6755753af40adcaef42af4fa79da923446d57d2da328a5689a8aac7d7a6a803_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:fb299ef0ec0e3b11af2787b41c7b1acb5e161a11f244823831add0ea0cced3eb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:00381459ad3d92ccdd5a3a45ad1f09ddda8da0d48f4594a4c219288a266647c0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:076c49eb3ed9183e0ae26f6711a9e5aa1875a080e2d47510cb16e2714afcc585_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e8d9136a62d6038628221fefdae5923e39cde2aedb2aeff9dccbd1b5b1e4627f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:f43b9aaee22c9fd77e98ba94f89d886bd323c658bfe3e7df74af80052e4e9474_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:2014a37e5e4d7528a77ffcf3183354b0cd7c17eb5814721c469aac3d500fc58d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:315f55b2b96d9bb4e2ac7951fc6c3736bee817f27003f370b9006dac7096816d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:707698f30f4c8088b2620c5600f79bfcacfbd5b82c957de62e13ff432dcf35a3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e21ea71d36fdcdb320bf2f2b60c4d2e47b83439beaefe2a78013507f6d4faf2f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:1579b3e033644e046bab63965d6f34797294c079488feb1ab6a93bf431deeff5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:7eae88dd81a4cc334cc312551621a1e469c30ebf73def686b18aa7f43027302f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:9151d366b16d34b16a1c90575e3317054503b12c880af51d496f681fce3f88d7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:bf1a0690529c9ef700e616776f6372bdcc6883f8fcf5be062b6397dda5246b9a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:03bdb8f74c117562bff696fdff572c2cbc7d73901c63a092d63ac5be23e0f4d2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:82f6b0c46cbcb7d23b865db2f2cd94cb83fcfd07ca408dba1b50d28d93c72aea_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cc12aa0e564fef8638f82263cb9d15509dcd032f9eeae171c41543e292ffa47d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f07d0cc2e3c9185fb009f2cb7677f3b9a5a7da7b9cc2e385be40108911b61c45_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:04d44a7c55214235a6ca121f45eb8a2265b6a47803d0000a3f7819dd279bb634_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:aa7d02eb36629d56525c04dc37e30777d0b33d2af3b90e504ba4259ccbb01fc5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:af1ec368aab118eb5273e4e8db659bdbfe94ba2e0410dc0e872fb4703eb7f229_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:b37ec193d3318150fcfdeb63bf8955b1b03dccfbec5be52cbc08251d36da824d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:0ff28e5ca81e1ca5499ea80569c9b8a203b313e989559e4c83ac8f0fbaee0973_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:1410e37b8ce017f7da84c0b86b0411f01e1d8d6597d2dd97cb0b82e05ee944ce_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:84de5559116e4f57c27844e4c9d28ece511779570e62dbf436ef9d452c44fa93_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d18b86413dfd7450e3d201b42ff45d3f3e9bd8ac3caa591bb5ec80dbe55701fa_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:1a53f5592aaaf08e69ca0ebea2f1e04ffc39671ceaf2877b66d3337f7450f860_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:354d017903fc20f2a775c264be278253789845fb207eb876d2f650002e7d9d56_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:89bd631ea62ce494371f19913c50598c14d46e8ec90171864ed1aa9dff109b12_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:eefbc25642cd5387702ba23a6bbc3a33e1d507caf9b5d873657c08be096828bf_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:364bf9f2adf4282b4186106425ccecab534f23ab7603050e6bb1fafffd6aa176_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:b48a010d206d36ef0eb6e079407c7d921cbce7ff8f4d7976a4228a6eac88ad64_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f8efd3a98425d3b6ee6cb9df9d20cf8390168998d5f3d8ae4b8030b9353e2b43_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4ead6c7e104de4b1296fd135a0be96deb8348a6837383bf3ba75c98fd6c7c20e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:af1a072fdbb27a53132f6db1fa4153a3a0c61babca8293a6c40d6e1a8430e5d2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:dd07d396e484826008d9accb4013073f654bbdbc9373c3ec94c79e2fcd903c10_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:42b0c5d6a2ff553e1fdd1ce9daf95748b671d4b9f71b777ad6f06bb49e52d172_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:4f8de05a10bb92e5c982471035860ef72f44d0f4213397dd3a304c0fc21af267_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:7357ebbb98da36a072189586fb5845d495182d488ae0d88380fab5398616251d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:19ef2c2e8606c2bcc69c922cda581826281770cdb7e70aa9dfff11404ed30a3a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:6ebb3e355f86fb611dc2f7d414713ce89c4372ed05e074673fea20929b345ec8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:db8da3a0212ffefefcf7a198ed1d75030d3b2706f582d4115d3fdac3b7d377c5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:5f0b5c758fa46f12d4fcdbb64559ca96b32e74eac5e007c0c99d58051855d98b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c9c3e0f579e933d9644cc4b5feb0e9c97383bf2dcdddcd2a0c6182599e564af6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:cb2349e1fe8d9e74fb14a61be4716f0dfb8ee89d3debc762b39cb840c9ab12eb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:ff568746b033a045daa34f6f5c196950d1122c54562afa9d70fc4c8a49f0cf78_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:237339db4971f1ac7be125fc689b87dd07b1e0f59da545a2a7d08727c69f0637_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:263b3dcbb11cbdd26611250be26c6923fac9b74a387da78519650f8d05cdb4dd_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:40b891a4cb673d3080ca260e54a87bc1e730820cc5058aab5c87f0d9242746db_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:5b10eeb7bcb9d3d5cc562cbe6ba759b47a302eccc48c658f6a11e2def6f627ac_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:a0d207f70105e6c6c74adeca74cb6b9218e107a869a7e9ceee35022db9218009_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c34f9a1038f52a60b3bfd081a569d5fb067a95cb2d6eb1e83512276afc4f217e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:00cb5b6fe5f046798ca21596f72d52b61e1e74c94dab877932fa9da65eba08df_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:7d983f60a53d61f594507cc64436fd505db9c113bea98bd2297404fbd39d208c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:01304de5720f291e6c7ac725311596634dc2ffe3d2c625fef7de40a22563b5d8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:e191bae1686c2699afca87bba65d819f47de39e94e4d57dc76566622b0e93233_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:0fd2d931780a25a95b718a2726c844e3fddad9187da2298e9c1f8302efb3fb55_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:88d0afed198a8eac80018f43ecb282f470f998dc21cb1053feec3ef26bebe206_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:c409fb63b2b3887dc7df2c203597ccea0c166c2f7e4b9d99dd586c9503a96082_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:a6f98204b5eda5ee82ed092ad791c0e75d3d299a0b2b7ddc56c229b2f2cfaab3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:f42b26c88531ea4dceb0c9ffecdae1d0ea54097e7ee2b9dc3eee2f226b8344af_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:01f51a86b3d544b7447be3a6505835651ac27433d4cd44912d7d90b67fd6dc1f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:dad2cd32abcba1dc64780ff15eb530a8ef3e45735c47f2069c2fa3a2c6729ac1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:88c33650ed5fa280c4ceee17f63bc94acb3e31bac6ce0ff922537044c62ac170_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:9a3a34d1184f72aa33d708c971e252247c1dcb187ca485ddf536967e2d60747e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a2f0b33c066abcd5945c172e45fde320dd575e74f92994e0b00ff83b0b2edde1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:b1f880f022597d0e8024271b99736555add047a58c3afb8b0c883b034e203c41_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:55116f0b9d2a169c62e830324808855c16ddc8086705dd884b386710d73af539_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:7387e89509be1816ffb3cb543b017332475eaaa5a2624e5bbee2e21a705e5cdb_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:904d7a9cc8e44f5c07fa09f25df6ed258e2b0aa87292b9a3ded77ed3a615e24c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:b370250af2a6f996100d937a7395b0d031f64c3b6e56114815fdfaa200e96272_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:36882254cc241dda67e3094467d51caf941355c31438658dfc1437228bb6f4c1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:8cb62fe1368a749cf2e5fe112e7deeea4157b6abd336772a52367d9d0ba21187_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e37e2a9400c167a70ad9bf6ee64883ce1d0cdf690802a2477f3e7a6b12757f6c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e43cc3e015aa865dfde70c7578ccbb79bfaa9d62f030e65bec769762cd087bc8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:17ebafab92393b198966eae8d3a669fed809b6c4f9fee4243ce177952e4d1c85_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1c389a261e900fd9f8fc87d748363706bcf1de74a24acd410075bf0d205b8cb7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:2c3d8ec443474d21ab9f59a88ef33184063beec103e3e4ffe7859cb429dc470a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:64abcf4ed85d43529c59bc77dc06133aeb3ccb1657fc877dcea8bcbee51f019d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:a629a70723438621732aaafbe799b0f92c2d3a07e9028e22ee2ff3bceb911bac_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:e105fb8b5c80f438d63cdcb29187a35df84393995e142369fedd2aeb89979681_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a85fdd4a1398a47f682526c16e97de1f87b8222ddda47a6c5f254d06b4c791b3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:afd2a6edd07ebb4b6b77544ae5ee18e3371f514daf4c669a00d154b5e33b701a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:20e35628df4b8844ea3668b147e125b32534d7b944753ae1f99b6ea46e159392_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:9e9525d31895ad7e9a1ff753e0895f7d845a36294f88fab8041f2f3deefa6608_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:1cb8736ad1e698a4ec78cbcb16d6e37d67887bed651a12bf63db51af96b0a7cc_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:554b7d9d81f9fb5dbccbabdaadfda9e45d186eba6488df224f83ab512a4c4653_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:249bd5ed39ae03fa46aa042d73bc097c700a6be65ec79157460de3d1ca75646d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:65777a3f824fbba1a23da143ef64a1824aa48883b94947682f787232d55055c1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:9e52b2efa8fdbd65ad70163f96f358b64f552783c7f03182dcf38994cb2dbb58_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:ece0c645d881112e48d2886024cb96b6cf4b1889cc456b30d331df729fcdc9cf_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:0b99f7875f7934b371fedcff686622acd03d9c2618bb613dd6721ea5ffe1dc57_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5537e4af85d49533292160803dc7bff5276485846f94e247353df944b4b28a54_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:8e64d6ec539d991b5a228d8f4b9079fb959dd11c3b8a77ee5bc3576398340dc2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:b32d68bfc83195f7cf85e5ca9d4baa658d768d3a98bab4a3ce3cc107e089d84e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:333d60c92a9efcb4febe144c3e331c553197d325ba0afd64bebfcc2803cc0e07_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:accbf8cdcc475fdd0ae3427f178de8f847fed6c09cce1c12428861adc9b342b8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:dd2518acc748d2fb1c6d5f8421a6d85ab2dedf2546508f45f8e2f6dacfa7f5b1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f3265ade73f238556cf2a7fc67e8ebb3d5636440fd9b7d4cd2aa725677ce3965_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:1bfd1b573bf924cb0a8be80be641b4ce684b141a66325d7c0cc923a9d3a2030a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:88bda970c0360c5c1160b32e589812e4289db230dfa9923e1494636f97c34278_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d849f73e901939241fc0853532489308b856ec530492a706db8f81ac47e59318_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ef722b792c00415c1efaecc99ea873df11d2ef8cd35c5b86af0afcb28c08f821_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:50ff46f43a500235707760885fbe4997cee8c7088bfa36c911697df3b81675a2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7845202df558b0ef442f3b4fbef423c6278fc43bea49169140fe3a263b15c7e4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:92d0cdf81fb07c8eb55fef4be846e84d5f18f181fed24221a294c5312c76e923_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:b19219d62e0e70404ac9b7643caa49a792b9450e8bdd815b02a6539e41526a77_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1da1b4d5b5eb3c2d6238b7e53fa040f03a759b8fa47e52d9e530c8a40885acdd_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:8410339435a39b3b5a97a180fd0b413e3ca02351edb8b9d7be1145688ca56cb0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:8873af11a450438c35d6b39d687e73fd0ee0faca3f0562698b24650b01248690_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:bd6ea26ce1660efdc5159b2a53d8812bb1a584d7185edbca08a07cb89a09cb0c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:063ae7b531e3156e051e254ec07faaec30ca971d027a48dcbf930b1b662d4d81_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:1aeee3943c69893e59b8d0bdbf4c32b4452cf4f6af73a802b64be9cfa051f38b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:51838e17ea6a17f32c4928c8d03fcd2af5052a350e4bff6bde1c484b0663ee7f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:ac68e0a125aa8e638b88d747e50b7b7ef9150d7e15459e5b4c0643dc1d534624_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:1caeb43e59e47f40b7dbb8e9def02e2dd3853254b749c40c42fe2092223d9ff9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6db33bd660e7c3cabfac5125820539a4ef4264c067b17ce404fffddf17965880_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:8444f6327a6cdd0cfa269384e58059a9d333af24c0e423b1abd6d85bb837ad49_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ee448c837b33b1e9ed15258933ad9cdca924ac64fa6d0c3bd7bea0ed9f489dff_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:61057b1135996175ee08d0672d50d1a9eaf083a1a057d0a5526f4af42089dd32_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:619bafa4b79a302982b0806c61721e26a0ab7b6863f478726c6b58b42badae7d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:1dcc4113c131eff2cfbfab09cf11c8186360c6cdbd1086af839a03c042a87fcb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:2eeeba70b8cdc334ceef7ff7e1fa3b1ef19522097e27301e2c7917334ed2b99c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:491afa1460d3cb3aae7dce1df98c67bc343cd47ce22df4c55810f578f8aa6b5f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:5f24e34fae65f3b7a473a8ca41afe45fe4dd8fe9d84c2856c5278c734b2a0ca7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:6d4fbb7a93c300154e76eec4307a3dfc14555e6a2d0d065db2de3fcdfe9f5fa6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:1c2ae2d75a70fd6620fc71ac3f314b3f09746f78903f93d5e1fdca64941946be_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:6baca746bd3180b4e6062141ce4d980c014cc18fd4c1fee527d4df751b0bea76_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a1cca9b456a2eb705f5b11a19d2c54778d1441d56b17d20c9680d0b1aad1ef39_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:bd271650ae9beef457d2c72a9f552448762e538d92cdb345d032ddc3786493bd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1001d2d3264dbdc69734b9e85a67db79c52d1c2f6a1a4f89880b570f834aea51_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:2d27ac19b5e4aa5532d05c71b6da43f4ed51550a36328209f1432378a96cfdaa_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a4623c62d9f7b6fed32b40d539815a3814c74338bf5974976b4dd1ccf8eeafab_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:d2e61adb97f22cc48deb48c31ed94d850fbf26c6590d0fa3aa154765258e185a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3c000e247f5d102792ffffd96011b889db2f5858799122f812b49b10a5b711b0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:49a9fea1a2a81a464be4ebf87a7f3ba7d880662bb85466039a5c8d461a0b69cf_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d4e4e5976380af9528d6405bbbfca7718307afdc46ace2fe3702ecb8ee479ff3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ff841517626da718d46f0869384bf5fa3a04b0eab21af3d4dd2f8d5bd3601aa6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:2efdc02714260c48bc53e7ab0cae1e2d3b99c467469ee1f73fb0b79149091d45_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:31bc24ff07edb1e527760a4d76b60e8d0712968f477d8d6cd419abf36cca0b0a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:84f34f50c2396055e87b857cc30411cf5b18d2f21e78bd13fd03c95c1650baf4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:96bf65054c994cec4326f1bd5432e45caeef3c48513a7e3cd2248759f9e6efdc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:58facad671ae16c072d4a0e96a2336d95c84a7f86d4242e49152e9275296d028_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9a7f6b3f08dfa866a2a1dbf9bcdd636c221c4dcf0ca38ab9b5c481684b4bca54_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9b033e2e92e64d07e7510846ed5f374b1f1375172819dd1eb567c83d9c3be4dd_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b81f64192da01c1b69af1f01bb109684b9a235b0879150ec37bc6bf43a53b351_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:5f3df6d30a624ae1c7a7eafc23b74b1ef674b2a8baaf9d2644d529f98831cc4a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b4edf57f165ba2a9d56e5e84a3aa61e96e76363eb7d56a816ecb15f8ac06244e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:cc8f8b60224940a4c6f8bc236f8cef754c8bc5b4a6d6ecddbc12db49b0087aea_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:e9df45732cef6649cd44dc00a89d9da66b95f1666785247477d000c4177e2c49_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:0670ef29c648fc035844be832f71378d5cda2122f5d6c7f82c831865d45f77b1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:34dadb46049ecbb75501d512642e7d2a58961c783f749aa0169d1a108155db97_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:371746e92f0c725ccaa0b0f58e950693872f87bea78608e95a2dc93b4e8ae77b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c22b1f502cdf6292792cca93076f4a7ef16f1c761a65b11f875c99408584857a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:ae26fa2a9ab61ddb95e4273d710c75edbd517f81d421b68acf84cbfeacaa913f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:e6c8fadf51bdb9c8623178a95c04ded1e3c8b1dce525783bedf1c7c501eaa76e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:e84ff17a4913201a476735cc76bebcb7819e7b65497c43267c19bb8e88b310e6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:ebcd87df2ac74dcac93ceed85bed5587957036381a49d7969e9a530f7744942b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3c98ad6c0008b1145186d1839c980631c119328c2c231956941300508eb27bea_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dab0992bd8f2a8b158c03d3c271e9cce7de86c1e188e136efdafcc20ff1520c3_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dd146a5240dc6b3328240e27e4257151e187aa50df62150160d1050e065f0041_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:def9dc04e6b217cf48b80373fdd6f860e9b020d6699def7089ea881a94b0ff64_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:72c545475f329944debd51692a1815ad56ffa000cae7cf243273136290d32801_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:7942d7e452866f23d468bc06b2b8b43df126c9bbf2fca5607fcd3e3fc391c76d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:c6a713980f98015bc170590afbe2f48b3c4addbd7ff19eee4af2be4b431b3dc8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f21522b2f22cd38ae626063bb6180405ed0eaebe2c443d38cff59b36079087ad_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:622ee3e0fa2560aa75798f4921d3b7417b64feef196cb8903aad499b7ba3ce63_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d30086b283e29e234410ad9521746f1cde8df72c61263e49e01b38135efbc380_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:e11beafd70191493099ea724097b3bdbf5c7d16daadc9e60770ca2e221406cf8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:f0f385d704d85a84503b5415a35a0e127f3a5eabbc813ce61a6afd5044fb35de_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0ab09129b8b99a86f2dc6314a9b30156b814daf1a287113fa9a7a49796bc8616_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:58e8b0de0751882c27612c0547004d51b8a59c1824acc2e8d30360f8ca6b2d0d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:673edbc5d7c6df884ce0c2358b1a5061c31b902bc472556db325ad91373d183a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:7ed466cd36f985050a860f2fb442d29103b2c15f4c373f4d6e3550d656dee8a6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:04e0e42f16e0c627e306f27839d671f541b9276f15bb077d238a98bfa0f4c66d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:92d9f3394d35d8f620a495d90bbfffa00fb30b02c07494ad353bf88b80b299e0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:a455c8087323aeef4d6b31ca68aebe41d2e2eb7bc68165afe0a8b9772a245cf0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:e5f0ea7b527bb4619fafebf3e2732e8b0915a66c7eff930f446c6c12b0c1f4a6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4b75f7a1212ce34fd15eeec8af7a9f45382deb3859f9d3fe2122584f4b70ac17_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8410dc1831f343db0b894f17aeacee702e705393ca83d0751b044f473309d1c1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e1dee7b5a5ea8c48960723f1dbc36b50bb8edf0e3756000631d705cc964a7ca6_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f35219a0965a2dc097d31af84fa649af4dc048ec4fe953b4535d42e37ac5ac28_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:60eccf911015b2af66258c858b1d0dfbc1f79d5d10146c8cec8f9a5f21708f86_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8b1ef7b7353353de1302942f9948833e3bd0b568396513d242f4920e5be58f27_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:963ee9ae771ea224be0c968cebeece76527f1d138452319cb17dad959d972d40_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:e4ea39c79db66f4c7144a8526d5971ac698c3502df81744df07f7a9f281149ec_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:e4e0509c00b2dc8f6feeba505240de8debcb1b7e6e01e138ce406125e344efcb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:d0acba106822523c6cdfcc2fc36d8b78f0859e887958ad8a5634c5cf4757b45c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:79b723e31ae2158844c9f9b1a302e379d90be8c21e1e175106b77ebf19e7a5fd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:7b95cef8669b142bf2c82310fb33215b2987b47de2ab5135d5845ad23f27db39_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:96258e901919b272871c1be3a5ee6e984ae13812022ddf0b817ff8e5f35f9fb6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:d97bfb4843b397a25cbca966319a8f2e809da9809720eba96d7c64cbfc403bd8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:0667250c45df43bf0110d46c8b8beb3ada41a0bb520d35629d9928ec373f1cdc_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:195220de99e688a7dd546e190638664c5236f67316276a0aae8d39b525e7e54d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:af0eca465c454003d66ef7d95cd0da38ed837a7da7d9978d318f2b29b2bcc472_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e0a03020adf1f6b1612c5a935aebce414ba1c84a71c09e9e91a8759c488137b7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:05bff5cef1e0071adfc0c9fc07b2a7ef6ef2e6f0b597dea05bd784f8f9746533_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:40df7a1323c23c3875e77061b3bccd337500d04f1cbe324a800eebb7181f8c46_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:5017bd5e359111c80afc7cf55fba210bcd7f15ca82d3a6282d2f63560ffe8d3d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:8ef63ddc25cd248263a40aba3201b2c6b3c3b2dbd998ced45626223efadbc3af_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:04b85fc4bcf3ee707044a3ad2556236e5b2fa4b09875ca781f61a13a11d94cde_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:0932ee4d4567b840a801bbe4161c37b40f1e5fd4b38be13947b8e09842d40623_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:60ac363479cf9156e89aaf94735053ea3ab48a2af18b902444ccfa4c723bd8bd_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d4f9611470c2e215f919f6b08149425755ebae0a89bea7c3a3b95ffa4b7c59db_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:25811e863ae8cce3659fa109172b0fe4fb11260cd612410b2880f69edf3f2459_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4f6d5dd85317206c92af4aa0bcdfada9319b70856135fad4b30691bca9740387_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:97c762eda0b5da7809e6e7f236215b2e524a7c7ce6f3cc2f6d934753f5fdea40_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f633ea56b1691be0c55b612d5d07a9469a8ae9b5e833dadce533f428026cd7c8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:151563529a3997849bbfcc5af0d7f785c26cbdc449935bc97d4f6250492fe4a7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:65a15ccfc8e4e132d1b11fad18930d7f1ef53199f14361826de6c21ffe2dbeea_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:85859d9cf6668ca35cf196718aa7df1588411e4ddb287f832d4e7c6992aa5af3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:ed1989895d9f856d4cfcc6e4709233883e0dc7b9bbd2443d10d826eaa899b734_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:88bc1b9cedee4bebf90d217f61b8166ab0457dd245103610369821a64687322f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b2f536faf8330207a5e3332dc4b7895ae75d7a0c80ed6681704dec1ed1c8d62b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c8f98eba93ba62f17c51a77572d1ea794f2928e0e6e295ec881046e9fb04fa97_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:cb206bd45940912fcf244734c32e2c8938673dfd87fe12bd15671bf7c2a5206e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3daa312b5c2bcfd679559c162f3ef9dc497dd1c1772cb18d003de78918a3e359_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:44cdd21f24db7870c11a5758e4e89f9aafbc7b77fbd510b7d26e8a9a6de03f1f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:60a2e0c35e6c1248da50a89b854450de14c875fc134b7e9be481fa5ca91524bc_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:632e71ea8413382e51005f4110fedc3930270e617fe176415958f15e11ca87d9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:32e4fc1654909b51802cb8abf8b5946e44483ccdced36c784941638296197163_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:45fdba490434d5c9b3f35072d5ca0f3c5f0dd2f836c9e3e1bffbfea53f8b4d11_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:5651967617c24f0fa3463d66cc35e484ef52dcc1cb32f1a96a095139c31964d8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:abe083c619d9906f8ad612d300dfd9b7a6c9fc93897e4c437f2ad5481eb4320a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2dd0915cc989ffbee4b234604427b4e14c89efe69a7d76e182ceaab10c6299b1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9eb6b6ad34e973b0c20aec9028b893d92baca2639b28b9f5d457aac43392bfdb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:be4a416afdfa019b7eefd6610034d97e43d15dc134cf2aa250dcf88084e6fbea_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ef488b181ed6865117b0f2ba94075786b6e564602ba420d58e570ce9d919f069_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:59e3ee88feccca815009efc5c992e184f4f091e01f3b2c014a65abcd1cf78284_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:7534da640a66d5b46018bac0decb415afe5a25a438c763afc73b4a7e8d25ee64_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:85c474a602a432c886402b1411497d7586ec3802d4e556bfdd6ce2676aad3862_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:ac2600a181492ce1a44e31c83258a5fba05c7f39695c5f6887965a6bb2871df8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:222b70b3268bd5b6e1a960a85773594e543ab847b59dfa0dd3d94104ac3cb38e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:596b7c513cfcf12c8e991f82f45aa2154363952c11f48bcdaa271818fe790515_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:86ce0e99da0c35b99dd1d8b28cb02076e26a87d9d7a7e539e85f56eca1906de2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cfd9974465dac521af7557689c6091d373d8462cd899ef4ee06716b2e2c945ec_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:077cd921e585d41b95eb57cf921878e7c3e36a6fd8a19fb00fb14a28650c0c56_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:5907d836ebf2133c63591afc2135a9224582e0c75373642d4bca8094ee4d48bc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:8dd9787566554a85650fdcbe3461ce973495bda716557aefc7a7a2c2fd482815_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:ffbab63b764bd79e20f869b83736c41ea28ef2eeeff1305f87fdb7dc4bf6dc55_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:162b737fd1a333a5eb9bf62eb46cea08d9285247685ae705977751f203e767a3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:8c4270b6cb5ac0d566c7a1b9e546cb637a43586587076f757e61a5a6fd34a251_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:b7d7b847c855c894255f887e106b3027a29e2fd0dfd8bd606a1280a4313b094b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:b88b8c16bbd10bffc3c7428e861c2e9b8749da27eda5a33a0fa538b9949ec33a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:82254fb1f4ee4da82f1a6326044cde4ba311044cea5a5c2e28da70a67a82e8f9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:88179c9f57abbdad3c20d59c3ce38768b17e53e7f463167fafb447810a9b78f7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:943f3d2183309803791c84adce621e29f3a61f6119dc0af1529cd688063c35f9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d6c0c5250326cb44c5950c4d46bd13fdbc3acc7d36b05f1dc34a9744aba6586d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:426b08682f0c5d8833046d5ca88f2b3af44ee38218dcc57fa41a884a9fa938a6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:64e190645dd9dff1f4898ec45cc4ac42cc94f1b4bf8b1b4022a07873da039a36_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:bd152c2607b552226f73b3a760aeb307592cac725106da7d65b3ea3a460708c6_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:cd37ef01e0c5586ab14e6a041a2cf093dfa8815b3e21a1ae636369b64fc2a253_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1922232d6d920c408323f02e725c79132e46a9d73beb16244d0320201bd2a097_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:2622b7c4add731fd89832f5eebec7c86300749d80cf50fe0e397657c52dd2fdf_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3d77a408ab227b6658ca9643adfa97499b469e7a2faf1a2eba8cffb57fa9dd6d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:b29944894d3e8fc54349b0382fb01b25cf4445a29f82c45a4e75146c18e2cf8d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:47a37b58e2bea7dabb2da791027a2e880c10387e6c836bac1c45bcb059105156_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c1836d3d39c323a9f3920b769a8e40af886abbd390a8ce57b7debfdcda966860_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f4fd8a5427d8f74e7833efa23a0f7ddc8f4a2fd497b85988cad2b201f9033264_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f872b70b2027aaa6e426ee17b4f08d729d4e8121e9e98cafdec350153ac6d464_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2e9f6ad9b1c5ac39b9e8813a056155ad2b594a264ddce4d7a5ddd411f4c9e8f8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:462c3f69e1907a9b834188eb2aad3426d3f262315d1fbdb5629eb42b1849be0f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5250cc91fe66d307afa3450a2c052725c340731911b342332bc3dbab76bd5e22_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:aad8e6a28b5544fd9e8db6641fcd2a85474eb04f87cd3823792710fae0e127c8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:610b71151a7df8f4e29091e43bf71ef4a440430bc1f395cdf552844c3a111577_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:81f8d5808ac1503ffb406ebcfa40ad33fe4c13a62ec504c535b94a01312c3dd5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:9a58f0d4761ad3c87d0bb346a3608965df2d3e85a5cd92072dfba1c831570279_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:abaf2a42a5b82e5bbfe58b051dbd24fd71db5dbd2375fe6b64b01e8154ebb183_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:767e3986e21c2f1514a8a12d8b07d8bfaccc5afabdb58ec2cec07918d9805554_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:e52247597556738716370c233f27fe6893bd7505b647204ad29e4bdbfb397c36_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:03201ef76eea07d6632c483c1f05a1b983a8fb17e892722f673d7903d3d589ae_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:c87642be397b0f7532a4d798adca5679a994a52f56ad0825859bec705e923f6a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:2296b574fac529573dac1bda657ea2916d59c5adad72385acf19d8e38146947d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:2b606ac9745c95d3c70d91044357602677c8ab5e6242ee78aa9f11ccb4729e57_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:05f4b34c9abb9bf70a50c0250f6b130274c276a216aa3d2d6a18cdfc61899886_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:44305451a86fa2140f50c3a6e9d430f84aa4015834d51d406fa5847bee846d04_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:2f962daa09a741fef6dae721df2f0c66b911b70ac45e50fba5d3c4e17e9942b8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3a22070544241e1aba74be893b409267d894b867cb245d0ff8bdcffda72f8930_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a3e610fffc61c36b60917fae40dd3869de7876ae41b286f0d5397d31fa119f8b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:acd05d00f32c61bb6fa2a544887dd218002e2135a0de1acf7896571768735aa2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:0c0a5d2256bb2f57a9656d8bc97df07613940255c6add3fbaf2e6322ca840d43_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2cf1694768e2bf9fdde5859407a7366f44dfd567ba956cad64e76cfae189450f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:707d8e731d89185bc601f005fb49bfe73a063702c3058b7de342e6b90e84c9a2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8c6a0ab37cf5fbbce8b9ab785c93d9eb368180c6ca39ce13bb10a7eea3208f3f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1b54fdc04c2314437910c9a093e8ec65dab98d46351796985a21335a6b769e0d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:21f55af564e556247c4ea8263a5878314e025f290a723b716a9402c3ad228084_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:240acd5fc3d093867cd7efd4587ebefe048c6284a801da08faf8e2d9fcb19a47_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:be910f706a78786f57bf9601f04808dd78cd377c7dca4e0fef655be3a03e3350_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:3588dbbbc1b77e32314e2cef4b226e8430c04d269f8fb0a428d1859cbf95748f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:53923226087001bf8b4a6fe17761d2f7f745ab20710e7c1074673c6566a070e8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6f20725914f0924a8c0e605bfe6cbb2040ebcb7953737a120aac78ae540cbe34_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:e54b16f55fc9fff3ffdd04798462db934a9c6f218cf427a29b63235c733c666b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:11a2f9b1e75a4e3af89c08a63a03854b3c8b4e42b3e4d82151502322b896a11f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:44846d7c33ba800c8078e768421b1d9b39ed30ed318b680da06b5c97ffec50e8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:8c5c065ef84a9e997ad7703c11e4676470ee7a2100fe617b51d08c5232a3cb75_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:94d5008f0cbba99ee510257dc9921c6874e3853bffa0a22f91fb8635608c4cd2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:00f6088de94a844f32fe0f9a182e56ab06524c946c47f2c5e7156b51cb5602bb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:1b94bd10f5dd7c2b2ea46d32c905b5d95634aced341be5dd8afacf9b8123093f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:492ed93a8e5a9ae62e754c29240958a6c1909bffba60fdd5fced1097b955bcd0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a301c39c613445ea4df3c3bb70cf653d456a2e2f2cabc8ba7899e14792065170_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:31af242f688dd17a96083aeb35e100f97d99df2e1d95ef975297cafca25b6575_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:55faf10fc5ede65f8bf6b3c3524ee3dc3427660180aa499e208c1a0ec2edc0ec_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:7bebc921122ec103b0a42a0040f98dbfb821a1b735a485ebeb8e5a58ba638216_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:a918a598fb1ccec94141c0578606d66016df51dd6d60437e6abef990d58177aa_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:0733858547fe3b3e5ba4fd312446b846f4da4117a767552662871d61ff6952c5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:61ecfb19f466f5e76b77fba34b03b592cd8465956aea1d7c64e2bc27ae1fd2d4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:97ad34222a7b6f40f4e7f371de5ab7f9bd21519abd49dad6fb9ce5e775cccafc_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:df538992ddf8edd62462644c5fdc23265be18523e42ee350226e4ef341896fb3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8f9dd799d03d523103b6ec8910f1824f01e142aff8c689d55a3728250b8be3d7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:9c0208ed841ab00ba866121c2c6d471cfb4356d05501a2a78c563d4d9735344b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c4631236ed116c123793555732f647ff3d3fd8cb89a4f83dfc846b4456e03588_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:eb77fcd0fc42f542e8f761eee4003cd969ef4e80b94f10e2b25e801acccd0911_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3986a780fc3c4722e9f89872becc411c9d30d824ca97990ea58943c95974bc67_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:42ebd671fba15ee296288177629f54b680248438351c85c305a970d74b5356cd_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:950695ad184709b631a6220ebd01cdcfff0c841f9c0977db7aab1fb2ec309c76_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:b664dc527a0cc5864e95b25751979fec4d4500ead771860fe6aa4f0f24c7ba8e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:41be253a6c643b9ff74f2728ca9c113129ff2cb7139d0130e661f757d178127f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5000590500a94e98d05367647643d0a878a940a55fdb22fe24031b254d40e81f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:7e3d1fe26cf4c96811fd9992becaf4e4c01055216ead8f58aaf3b4842b216d62_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e399f3ff5ec8b143ea7261572b85c170e39af26dd92aefbe21cc56fb652cfd16_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:725f8d814c5acd2fd5e5f38106a89ef41fec83ca077647cf4c9c5f909e338660_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:81e38a7a721ccd6b424b8162de021155c8afc3d4e036b26baece7a52e1ee44e0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:9b07702f9d90053a3e349df86cfa61ae30522447b3ed6e44ea14ca34e9d54f6a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e12cb0851fc2f5e35c9258ad9360efa8f107b0a79e1cd17e0b5e302690125ea7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1dd92470819fdcb1772f425687cacbb71f1ace0453cae1dd4b5ad01b747fe54c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1e76fe522f07e3acac6cc06c67b783af055d5d0f068ed64e96ab1eb38f7913d8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:65c62baa1eede5768a6d01c4a6cf9e5b4c8c9dabe933d167228711ee6f50bf22_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:eafcf7c7eec61806567473c474d88c2ee5fea2866360ff451214a20978fcbdd0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:98845440ef473d8a65a926f6fc7e9bc95e2d975c6431bc2c64c04d166226cce1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:e28276a853d5b9b4937c8d38717139597be50e7458801607c841a569703a97a2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:9adb740bf133ce7652c8196b32f4c5c5a3ef65515c4b861d8cf2c9c6f0d1c4bd_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:98845440ef473d8a65a926f6fc7e9bc95e2d975c6431bc2c64c04d166226cce1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:be08fb249d0548451580e3795c97c98c9275bd2e0d8d6ac5385490876578f4b8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:a8fced5ebdfe32003054afcac8ec22e606806a53dd12d9ef6b594c9b4add893b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:5288894add34aafeec729069a4a4917aa7d4156917f9a5e2dcd82aa4bcea2a91_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0e3b5a014910aa57779fb95853037590569f1edc9bb48bba2d9461b3a2b0fa73_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5c3e36c0e3589a527d795af3e4b2c7b543b6f5a4bf0e89f9262992a2284feb44_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6b2f4181bd5d51fa4058ad220841ff9db18b9dfb9aa16de912d89f26320c32e2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f81dae6cfa04aa748063691e788c0e90633868549d2a53b8fb0ce14e37900928_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:010c10fe8bd3e00d8ad7c690fd4026fef3737f41161cc5838a186c7e9b13c53c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:48e8779ae80d139e0d0cd6ff9d5586c66ba42f6c85d32cea200759056904ddd7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:693661ef8254befcc66a4b7836deb522b2ae96b68b10079f232e2d1c3a428ec7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:80921c9a957d7e76d85e0f30c83e8f007067ef8a435e6aeccb5918f399914784_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418900"
}
],
"notes": [
{
"category": "description",
"text": "A denial-of-service vulnerability in github.com/sirupsen/logrus occurs when Entry.Writer() processes a single-line payload larger than 64KB with no newline characters. Due to a limitation in Go\u2019s internal bufio.Scanner, the read operation fails with a \u201ctoken too long\u201d error, causing the underlying writer pipe to close. In affected versions, this leaves the Writer interface unusable and can disrupt logging functionality, potentially degrading application availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/sirupsen/logrus: github.com/sirupsen/logrus: Denial-of-Service due to large single-line payload",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is categorized as Moderate because its impact is limited to the logging subsystem and requires a specific, non-default usage pattern to trigger\u2014namely, sending a single unbounded line exceeding 64KB through Entry.Writer(). Most Logrus deployments do not expose this interface directly to attacker-controlled input, which raises the attack complexity and reduces realistic exploitability. Additionally, the flaw does not affect confidentiality or integrity, nor does it allow code execution or privilege escalation. The failure results in a controlled degradation of availability (logging becoming non-functional), rather than a broader application outage or systemic compromise. These constrained conditions and limited real-world impact justify treating the issue as moderate rather than important.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:66e195d334243b880b11b18c5b867f05ce7717ae97fcc707ab05555ebb03662e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:80f26ba4b1206766785d1c060b3f4d9f399cbffea8a84bb807d4341cff8e5c11_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:91e89c2093305433fa84c8522679f781a3148a3890859eb436decfaf6a2fa9f7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:a02a71e69cc7a3f1747d5ee0e4a0535c9dd6abe0fc244c2f16094402b56ca52a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:be08fb249d0548451580e3795c97c98c9275bd2e0d8d6ac5385490876578f4b8_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:31a0ff47aa1a017d18773be577a1dc3296001154c7c40de20cbc3cc767b0c16b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:41564206c906171df891ccc7c92274cb7998f29687ff7d2e44399242e38682b0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:71f36e93f7195b10639a5c7db58e2f396f1272c6dbaba651e78a4c9ce955c427_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:ab71874b013fdb05845e94a9b4e3432d865a6157cff72725b1ea7589c6717b9e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:34b678523168aca5571ba1e631a458addc39ea9aaea3eff355fbe091e859b30f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:7cc0d1bbc241ac63a5f45a949a439d54316c23c7045659a9d44771e5541e7e17_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:7dfa6966d81447102d92f49b7256c7b47955f1d2b60e5b9dc133f71a1b2c8033_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b07a724845d8acbb842e9c96ebe2ab5355f266ae382d703c0f92a84c6d79de20_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:3d124f0dfefa90e249b024817c37087e6294880030bf95333bdf0b39bb1db696_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:580b4036071c17c8551b3171c31ecaeb61aea5dd431d147f036a832565531948_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:5e9203d284843bf5a5a3e7178104fbaa3b4a620bc6f889b36c6c077aa93f56e4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:ccb8be0ede2d9ecffd5bd7b4c9c555156b826cd864f5eaae87b3c1c58c7ede31_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:17d2506a96ba4da62c33738d9798c651658555531ba721f277b95b9c5283df84_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:3e6f6f0d6ceed5244d82b17442e473729421d59ec5cd1a71deacc15531f2929c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:8ebf277d8c153fa0be2825ebade894a87f61ba26c198225e4fd714302be26ef2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e0ead7eca26924691145465af2c5c06efae71a197f68043730e56d5cd63aaa59_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:2d9397f611cb4830f7b9bb67e7e35af224c0f121e4fe884c98c7c4807ef84855_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:79e8c5b1e61683f9c78e8d1022c90ce13c4b3c438dc373773c8d174b9835c862_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e104e90349ec069f6b4fbf749dd261ce91b21237b367c421bfcec3dfbe1bbbb9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:ef70455cbaeae026e8b15538a2a1d159bbb35e47427ea97e13f5e5a7cdf27dcc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:1683b25c778adadab73dab246e98caa2ee21c561fa57b1f2ca7211eae88876ae_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5c875e3f0f2b0c11b8ba123f0716e007fa09b21ee696dce0c71ba774c1a2c7c4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6b96865aa6187e5d1d46bb64717dfcd42a1cc17f33bbb96be9021d8b61f6465f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6d1451124fcfb4ef7a5a4c673e06603443f538c6ff781f10706e8814245ff056_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:3cc3d7622e92973a3e7c5807ee254195082fb9808132838ac28a357e66e892c0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:685d78a491e935d0b4e7a8eea29df7863976a60800d1e08c3bd3faaeafad5a25_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:88b54af358d720bcc453fc09511bdfc7793b211dce0014648eea9ab01fc623f8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b6a234ddf1c93f87ab0ba77b6dfbb1ae9ff2a1b130224daded0de20781a1f650_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:68c09233701045a0512a7310d21be057e1baeab5eab74e246770e148daa87c53_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7566fa876d194d7cfd6efbb888c2ad71ff04c07e80cc4591be682c095d1b6822_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:790592a71ce9e5bfce5c82f0efb257d08c463658db59b6bef0af4de7d0ccfbd8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:db9a84842c47a03d10c5e9c1c27552406af1b748efb9a4aabd8fc3e4da3d68ba_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:10eaf2277f538f2cf72b3f408cec4168f718acdc1918f0227f6b6c62531abbb6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:1e58da4120c75035a6adaf6718a1e97ec9c3d6127bbec91836171ddbd7141049_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2299f00f191ec86185e9c9573d36f213ca8e6d8bc6fe104a4ff5861e81911ff0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:64d10474aa6082fbc20dcb45adf3f78369650b94352eab601e16e3ea0f45dc70_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2857f545269812b58ce790369808c13b1c6f891b1c8521f61031ae1237d5e7c9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:68b0a64071a455fcff666bbff51d2757c1c395c7ed8d533a8e36ed3c27d1ee44_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a045a2aadc8aadf68064292aed51b08b5b848fd726bff69e8811a23fd17f7da5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:b47c8a889f18a9d9601612c058e1c890308f1603584b626d16ee7bf50af00d4d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:03bf1102e3d50616a2431782c84cff62edf1161999bf1b10662eaf65410fc55b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:6bc2b0f07f5e3ee0986b7652434359992bc995788d7a1fcdfe393f2b1a717dbc_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:74939b01007b6160c704836484d686b246516a2a1a7929a09901a57b9b4bb512_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:fbdd3810520e77b36b749f73d70d416799bae48b35430eb025a6b4e5d4b42b77_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2f57a1926d479f00d26f8973d6edac58f5030df3010c33e231d8d350f5afe3f6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:5fb00e50df62152bbdb2b98fd2de8054dfcd4d4f27b07001a197b0e6bb5e72f4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7422274a999abaecb4642499177d042c60f0d2b9bd9b470c7797eaa1ae03a901_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:c1d816e822e159bbd4b0e96ff11c2c0866f50ce60a0731ed995b08b83e9cfc9a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:1c60e886fdd81c6b90dc6a0f142dc5c4d5eb8c9d5bd796cc343abe5bce33affd_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7b549eb97fcef1ffb0a36d99e385098665d88b96e983c0cab4a73f0a96abedd9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:82714d7071cc06d1ce7701311acc91cccca5970b8d00228c164703c90657c56a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:efce8f153aa7fa0e0b4fe0f88a29b6b0d3e91b94a7f22f2986797d10c3292c84_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:0fbc562bcfc4c42579ecc86721e9e5f5d73784d5608ac58514081e3503f7c813_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:34eea13ef689221a855605f253e237382ba0dff12442ad975c2c5f0054011b04_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5b24ffc3141a2022711242b92b9ef187ac9f243e92862588779ef465efb312a0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:d733261ef4993cbe69ece9ed43b50275890db613b7aa258bd0fb9f0f15978cf9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4e4d42f9f65e036769551889fc5e813e5931ed853d3ba24acdcaccde692b12cb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:80c813e3e501d8280abce8b3d0564ac915ef638277444ff4d05ed9b2d02d478f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a81cf2d9704abeb5e16c8b9b46a7fbb99bdf0bdb1ff5f8130b2a2d61b61c75c0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:b629bf6b74a1b8d8be44b2945a6e42cda27e0d828c088a5b49b6fe866cd9a98d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0e57f63039219af389f3920cbcb324436a2aaf1a2123f4c2647f1c1edba90306_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:6dd4c338afd7f75a01d8161008857b1dfd0c1e0a7516c5ac79387ac7a4947237_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d996ae5e72eb8bd4584b5b51b1bb56c4f1573caa0791c5e66a5c89d850ef3dc1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d9b30068f814c6c1bcf9798e35ae70480c993dabfb5d88209b48f149cb49e6a5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:939ce68dc53e8612f38f1c9ee2a25034e4d7953f98b136dd24966d30bb7d4e82_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:db48cb10424ecaf7a52681e7e17bfbe187ee238ddb3be21ba599b3aabc856e0a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:3bb343771d20dd2ec6a05b595dd0065474799b189c33985589f07217b1fd321a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4f81654bccced71c7ae5a5c3946d219f6dded80bcd1025466e4c5b56923b263d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:629425498dd6d127acfcc5a3017c7c983c60168c4f3ec6a006846dcc6874bff5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cf01a745925200f7159c83075664127536f48e0534e319a651cafa9f11ae17fd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:59214d21308fdcf9535342dd4662ecd4f8ebea431270f577f5d6fd266371b6ed_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:ef21c8c721f544404ba4ef1d9e15e4435af42ceec995cc2cc43d39925378b3a9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:bfc8feac89b1aa29252fda1d473014e4723b562d59dc88f3ef7872a94a6d098b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:d4979ac2a5c608ac31a5683811b55aca412e6726b5cc1ebe4b214d3c8dff15f8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:c89e9f403f7dd4bada53f4ba338de51345266c2b657adba6cdca65172d113aaf_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:cc9a82f57cca4904a7a4d58073b1ba7624090301e0e740d961d35a860898d8e4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:d63a70864e886482cbcda411c93c811bb3b1d904b9a586ab42fc67cda8ddd9c7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:da37ae31a142733b6add537f48f9ae28b3f496b1472ba60b0ef5587ef8d5568a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:396f40db5ba672cd4ecad68fa6f837405c9bfae9fa38f1276e672918f9de7b4d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:7c0925fb8469922ace0b86ef5f81f9ba4bc711b6277172ee963a856b7252b741_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:545a23225833cb931e6962febaf183bf7fb7d3532c5ffa4556c9c198f3b73954_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:b91eaa2723393eff033053dee12e51852a7428dd0c06de7ec92bc3f561545a31_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:c887cc0ed1561b2253c907df741d98c1bf4836ba3faccc2d8c5a8734e0857fc1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:f77de5df278c92b8b8cbb8f3f0d93333f3fbcd4a0abb834d1edc5159cde007cb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:843858cb4847ed991480eba34975318360a498aa2661729c2c11133ddef21db7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d344bcbdaab988fcc26ae36cceb1eaf2b5f60943fac7bc1c318786c5b33fd45e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:5135f9f7e7e94624e8a0c319228380f86eec7e833130bffc4d005062bbb24075_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:b0559b45426a1525296d6c9790d1fdd40314e1ffd48c6f0c7afccb4db675813c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:2a34794e9a9694b03f338acec35e7c52af7936006878aed6dfb9ab216549ee96_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:5fbffddc788c5499be501c8650150299d515527b230e62dd15920b33f9eb93a3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:5976ec6aa81c47bae00c6d399adbfa5d38894d89e926afb414bebb94e5b8b8d1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:72972cd3378a738e45235e515cb52a206950fbe7d0a57f73aa3fc352875b4cfb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:654fe020d5ff989d8092f577e5137ac9913dc8eb6b90007c85e694e5b4ae99a3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:7766c535404fb104ddca41eb50e2be914c14bdcb6305ff3f6ab1508594c1fc90_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:fc9f987fb8c7dcc4256b38236d89fcee5155e3ee5facd62ad794c6d94408714f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:feb92f825bb3ab62bb5ac81ed63718f5e3fb274fd0b6575487285e55bcd549de_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:1497850497e4ff31638d1b53032a1162af975c3abd2396e627ad90ea4515cd94_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3a1df74d7419d8a2b09fa4741ad8f7ff71cc856745ab85ea91a0821dd427976d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c1b8250462e0d3bedfd64c4611ce9e9aa77f6475e48d948a2f844fd293cb649b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:de1026343cc529670671124a64b039cfab52a4bbbfc7d6d0d1bf5d6c21a0eba0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2e98c100a02f00cc2f58fc7e4773041e81be4781e8a8c02539acb17d66cea93c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:55973d56e1df439ece9c90bf4a6ac870c4be37fa5c718c90da6deb275c34c062_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7d39c8eccd19b70bdab2757e9088f1e3259cd0ee8c0a76421f8cca3274ccfd5c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:fde0b6709806f4fa012e86093d3abba689c7e4dce25859df9993d02f77adac38_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6b089f63a260ec9dced6dd494b2cd8b48861fd8a54f5a1669862165a4030d790_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7d96b0e06e1b04ad121c95d6eb87943032f8734a6565fabd6ce99562ba873ae9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:804ed4857fbd1bbac303549388e72451a4d0f81b99696fc7176e196db8644140_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9c0ed5fd8235d31c3a959cf3f00717a841c2e5ea2e9e222454ded28932ac2f2b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:25d6a0e67f63ee551a50d23bbf3ee87a8590cc618d06a1041327af0bbddcfb6b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:5c4c1cfad723db265d037968ba4892ba883f1251d06a6b348d3f5bcd78f3725c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:ba8f4ffe3f54ffebb1aeb3ac55b9c2091b3be0e2eafb9f4fa877c6b2a8abc787_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d05e5450605a9101e2b4502927b51a6bd93a8eb01ac3db39918ab17ec3c1cb86_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:229900b0543979b8053752c05214994d2590b501da90dd6fc43ded0cd839a2b2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:241f97ed5176e7d9234cf1893f43dcc08d375587540c7af47c19977f44965ae6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:811a41790eb1654cdd1a133ae525e8fc329fe330cf06293d12653be5c3904ddc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ba2426e6f8b4c4f49b191df2ef4824d30486a87aa3bf3af5cecc5aa958f96e43_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:18c88139b031c49545ac09935d1599740f0b49e3c2fdd1d84f4006a47bb2880c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:314bd5ede25ad4718f9d682ca27fe8e8817d79922d59302f0449a55bd4764f26_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a0554e2bc18e8e16e5fc1efbb5fd653a3858f177d0fa84091ed1e48856c44672_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d0092859b3dd498418cb2ae30ae100d91a6d77abbf2f1be3400bd6bee1a57cbb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:0608e6ec895faca9ad6eec7f657893b8c05a3ba72600cb734cfd2ba7eee926f4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2a251ca88b8d2274b765b591bf4e015c1e817c0d98fc5cd7c19f51358226c1d6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7b50b78bfb9b21f2c6cd42be9990b95f1b3b810d9f3cf62d7ff5541a4ff7d5f4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:f80ce5f1854e4411bc2d73efdad02ff4b5fad6b15e2e3a09bf69f6229107c0fe_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:08cf0dc27f2e823756ba009358a028860354793bcb3abc9ef7c14d71ec011fed_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:285f603dbe97db7239d699ec52febf0bc5fe157222c202235bd6f5cc4af3b974_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:b7c4a0c49b1857e22b71299f9a921d0c56b831756f33708399b7a03d2f61d8e5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:e6ff566a5aa48b59411a421e98ce05e62268d4ead994c08e8bc4643beda5f115_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:22bfb7e9892df6e4045f7246544cbb73e900d17b8d1eba74af342dda56f697d4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8ee226df0ab0bf40ee1eb32bbf64b2feeafff15a165b92be994a331949f29516_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:97d901e0371158483af19aae8db34651dcf0278fd69e0ad14293a38d4713c58f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bbefe8212498c9204cf5a4b2834c8a7082f732c726fcaeffa55d9b66b5ab3c13_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:4b415d00d49331d5fd22e1b0c159ee4579506f378f1b13e8e1d0c1829996f6ac_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5c88ce9b17d4baf03f9ab7e89dfbd9c82a8e4bccd23e5dce74e11d6b2a0ecf6d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e6f512f11629d684e2713d7421677d35766f5a319122fae34ea25dbf95e79ec2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:fa7b4178af4fd9da7174d8c94e96363d73a1cc9f60f6a55a3cc28330ff7a4e89_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:10f802e9e5c96af91d1ca1427ace8984d2c31dcc7c409f3165e1ab21281293ec_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:477d5a4fc9a1354090356a06603a9b135814e9ee97d9c4b51046f597e195d5ae_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:5a20619d387dfa67a22d51e5eb6c4bff523b7fad8ca181cb4c09df25fa3d3540_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:70c40ef6f8cbf444e59c4522ffeb8800d19dbbda77a02f28310573d9941d6f2a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:26795eb48eb93cff9df39e25571a32b8d8c4fac44555227f932805760dde79d3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:45e8ad4ee3c68dd7425e889134eef96aef80f33946b303a1577593d53aac432a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d9ae6095cb2d622d947a1e861a56975ce434c7b57153d0dc8e4e9f1ddf95a393_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:f8f12d1cd2272529e159bbf2dc6680f772194cc235b0138146f40a499a9fbe2c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0f016a9fc412a5fa8b8289a19fee831b3441571d7a48135b92b6736af210d700_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:47e60f0ec21835c324472d63a89089c62480ef17e2225b537c7023404f63c796_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7a349e32d85fafd4f9dd8db4d80bd54e1c0869d74a542f698ef78bf6aeef4dfd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:8817b906fd93b0980fbb687876d4664c79668ec3e959d2cf184a3ed20aae953a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:027c710ef81f40bd47b16c296c121e36785eb5463321078f6bc657c37f2967d8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0d2b94501e72370b763a86146266411de3932995240514cd26362a0805525c7c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:ac40d2c4950576d453b18666a9acb3c19d4175d94a28d6e0e9bc19a4c302aece_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d9f6635946e9c0ddfc8f479486f08be9fdac8bc9f73d358a3d049b6feafe81ec_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:1ea77d4c8308769c7e2b5d667c8af3ee2e543fc0cd0c49447460c37ff0c56318_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:56aea13311a96784e84b4c5713ff5693e6aaf9f6035a042c5a28879019e3eaa1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:7eb0043c124f96f76970f835870cd45bedcee0179f5c63ed7688191cb5e0d718_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ae36b0e2d4f0efd222926a53364be6d7f9723496efe2463cc1521a85e0318808_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:81645a618293c85f28a1632034a0f3244cb15cb5b636d6ef447e571d526d3f60_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d70d809c25cbcaa772d2068975d7821b49f965a21be8ceef7ad7a17bfe79e611_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:dabdffb17f32a9684101e24dd08ea4587ff1c288959648684cc89f46ccc8d7a7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:dea959447acd57eda954f5fea4bb3d623d6bf19f11e7bd8ea04651f5cc52d95f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2b19aac1bb3f64b3e45d82d207f18fe3b692aff7d694c1cf99a02601dfadb2e9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:3ebb46a8c872e2dfc1d2bc7e50a84be90c998e721cb935a7d675e7ef02f204df_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:85930fd1b83c544a5debbcb1218282c91208fa876fb38e9564f3562ac199a30a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:97e522d7f8d7c3f88f50bb511f1696657f9dfb41282c702fbb5325a993267fd9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2eeee557fa7b05fabec97b753e50fc8b54811337b360ea542ab23a32db02165e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:8933a240bb1a42d823f4bf6feaf1baf6a6f083909fd9e5a62c8b61ca770cee50_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:8d06909ff0633fae70e3cda3ce95a1917ea8987c8e1372b4a8f00343494ea5d1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:f2153f3bd5ef181653f9ac8f40a8389e58771515b2fc49f205d5247455635c65_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:1fdb8df2f66c1558fcf03d227a63e58f63b990f1ff47ad81e3e3482c4e89779e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:7a2f54cce726a5f12a29c84d8a3af601d3627d1255b95e4adcd394a76e930c18_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:7bebec78f81645756aa1265950e28a980fd4c042b651c7b5c6fe6924af7675ce_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:d9af91fc94e0fb9645b5284e1a2a8a4ce3029a57c6c92e30ceff6562f7522b81_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:be58ac468d10396163e8e30c2e927d365ec7f21f710b99813b9f8f74b260c21a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d771771dbbed4376ceb699139a02a5b64456f2fd90f2cdd873879d56badf2885_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:de99fe560e6048e4e34d46dfbaeed9f5b3ddcbf41cd172f6c46cda8cb549faf3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:e8c673493346ce26aa4078ea788dc0b3c888613b8d161dee4a91d577f4686dcc_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4b909a7fa9307c352c5a50cfebe3694547a60195928c3a3616def9818dd6a701_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:74c62d51442c13d38b45be851fd70040ae8dbef49fb6b22a5cff7ec3d20918b3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:8acbe6bee1e736dc4b636057a9ca03e6d19a341c207f4856281e9442b4e2f5b1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e214faf773c10d348cd1fe3014a1541cc37f8484b53e35136f67e0bd3bcde588_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:19eb2ef0c58d253602d9dfc10f356481bc443b6ba6a1729eeb253549a5b06235_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:4aecd8e8a99b71f09c3fe659399204e461b1008def654038d8d2df6df34eb3d8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:57e1fac2b2f950168e3130a96d96a839b183c8d4bc5f051af5a951a13d69ddd8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7e60e4e7673f57490cbf6c96a033c4d6f0e373941cf7d7235c2455a7e7850a77_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:1e48b7ea9656f56b0ff7a95ae25a7fb6303b796f70c8a80925c98a1a38d09c9e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:30ffb3abac5d66f0d7192c3395f4e29f18bee60eec5b603126308cb8e986155b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:39572ca95b113cdbc944e60797371c1c70d210b718086be5796ad62a0753e74c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f04d8f791bf53ae7ba29b1c3ea0847d13a99a58d8d13d53eac95a648c4fd7d81_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:01d126ad02cd31c976cf2857928631f421ecf59096ca0e61daa28596a9ce3bad_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4ce5ec880ffd93abc262773d8c84390aeb22cf7aa4f6688b950c0490df2e7b0f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d1c2b9ba0cab850926c999b43cc85ea7ed91c5396d1d3ca272c330cbcf098392_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e46881e84e706330e4ebcf93cc1ec2ba9e1454b96ecee79fb81852d7b5826853_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:40cf04b4677fe397b6cca48fd704defd5dfbe5849116b2f855059340fb537da8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:b5df8abccc723af3f3ff86b4d1fbe7f643b89bcdf87c93abf3b926e8b622efc3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:b800c84b0984408d51fe965464e87ab18c0c3d82c8c51d12fbd488f9a6f17f7f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c0b5ffad8095d2ec71180e3857c7e5003040c79ea93835c5ee7ec6f544a406bc_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0f58f90811f760f3c9266f674a8f7fff259b48e10f1a8e994c5ec8cac3745191_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:4d336c3a625d32606df94aff5194969a6b3e20bd8586c56baacd509bcdb066f0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c67690128b6b243becc0fa48a9c8917740c4e4c01cbc3798c72e03fd9629430a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fcb458c8179222d8c01853b9654ca9708cf5f34146b6488486f2d44f12a1db1f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:10227468946141bf8f1f0dd71860ec2dcab6888ce2ec096f8250ce27dc9de66c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4cca1c61fb2e435230b15535e8423825378ad0f523e7eeed5300b139ade380da_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:c46179b6395be403c3e7915f9953c1b9527c2b384284a3ad16e0091346a86621_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d4ce3e07bfee07e11573773846eb94c759a6d648c06db0bfa2dda1f0110b9f84_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:2040c1f1f4193837690b31dc5f88a840bd6c1c070ab0b091bd20439dd9dfdb49_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:2ec681169d6ce8d33a853a03fb796a312e75992052f4546f94c2ad158bbb9228_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:38d16429ac19db268bbefe2509b4d88ab3cf44e0c4f8b75a05fe3b182e02506e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:8d49a0a22cdef610f8338e3e4e3c009d493e6990d6fd68362063a9138164cd1d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2e170eac98d152abc69b8fa44813a290b9cc2e57bdacb84e97a9ecbe602a7631_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6f08d4c8d88aab768b5c727b824584cb5443f67e69fd543ea95bcc8cf90cff2e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:aa161f825ec834c11a77240e4c8860d7e49957fc6137aa2730aee57d3b34b7ad_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e5568dc2b0aa9f9251b0ac80d28b2c01247a9fdd1a7fd42779932bcb9c0116ad_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0594f924eaa7baaa8350c40eb5b2253c99d8ede41d58291d362bcb334bf8eff7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:29473afe198e78ccc383122e9b9db15562d165d1a1a5d2ec9384f6282a9722c0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6c0d83c46bc0032ff04ea451858bf53db20a42b02c72870771a683b292977620_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:74ef91d30366fd9d581253c29197ebc1c237f72db26b728f7c27f26a1f446d0f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:1c0d5e001e41c928306cb746e0ea360cadb179221b726c5d11709f381132fc67_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:1cb6cdb6e3bf0b41c8844a6145a44416a2d385f640f42f496a4409db59f0a509_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:575c9649ab6ddf045d4be5b4c86501cd0a63fe02d73b4a803b511213405ff243_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:e82eb82d215ec8520e1938f0752a4ce0c869e865ee1c7fe2c96fd95ed74751d7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:31bd457006ce5cd45fdc3428de8e69856a3a387ef4383d1b08908a6f3b35047d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4f7552d3e6293c981fa9da6db88f330bece8f668376abf43f71b906553a5c99e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:973f4d0e9307929973adcd633718d00d09196bbe271b4f9d24f8a399643e1eae_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ab176c397c65bf978d7e517a34e10ea45c82a35f65b8bbe39f384f776822c03d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:34d1ed337dac313194803cbe7336560b7a630adc9cd2bd785883be5048ca52dc_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:4d29bc385e8920f178688a741187cc67ed670ea997201952d0b9a77b56c762bd_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c86661524ff0c65bd9dd0349b73a831204010ec59c84786916be4ecf22c625fd_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:da698e145cf30d354629fe8f6c4023d14fa2b5b167045bd8a6da0ba441b8c92d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:53be80af8fa2a60d9bd89de8e103fb2eb2cf008acff6d7f89383d861bb8a54f5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6decc15033377fcfef17782d66d17fe25501b157d69bd83e85a87c6e60f665d4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:8b2d6dfc8fc31a67250dca39ac60bdaf86cbbd61353cfe7731d4fb1ebf5463c0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ab21f8f97947845bb94bf6912ca8880ed39c4aa3a849af7f804d28c11a6f0ef6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3f2412d3a5a21739fc209d7caff76dd8dfc077f8a5a3a5034a6ca7a29532f14a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:598df55cedcdd92019d97e3ab1a6227b139798dc69adab00a65371e300803eb0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:9c4d4b4b4f7b8cf69f9535c0f1191f4de338b928311b0ed867fdcb0d8156220a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:df5cccd485b9a00dd75fd58cc2690f4713062e43fcba9aad630fa400f314c588_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:2814cd076f00b58ec1abc468adbe95d2281b50cddbce2d112dbf8befa70dd470_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:5903de42d0ee79b46d935ae3dc54e88a62d8e09dfbc6d055a31d3e6fa3c4cb81_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c1327a4cffa9882b931047ae66941c2d3a6f4c96bfebe56cd3070e3deb22fdc1_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:f3d14a42e2214c08f4695a86b716a383112b70245a711db6fda0a5a462371994_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:2a0f25a54392c0e18a35840e1d29f31d5dbaa7325819fbf58656e738496797bd_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:3eade2c45b25c59ca557f5a284adda009b84a3f6d21c9db089d8c5fa7abb949a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:992c550b1d50408bcdca519980d914bf7bca4ee382ee0540aa3af2d034eddc4b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e06661e1b9f1142191ead0cb0f04b252619ea50c2be307177853fda34761dfd9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:03926dc5ab653058aa6d7750ea01a2b45c8f17a5ca7a8e67ca652c9a0dce194e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a13900fe0e23c9421046db6cfc237d21d0a744bbdce29fcd24c9f17b360469db_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:ad14d54f4912883a0140d3ac97c6b2219e3ffb87015050bb147ca0c73cc3cc61_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:b174fb64ed734452a4390290022fd0ec60d37823be6b12a17c2c6ae7681b3594_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:08553069c4783d2a245702df54c1164633839ba790ebed8cbe1676e4131090cf_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:33d14b8d5f2c6b2e06b4bb0afb00a0725195ac80899f786640a0c3df9d238e30_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6b96857862bf6275ae1b5cd28a4eedabf4ecb6df67a441f47c1469359e76b9dd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:8fb9394145dcb16031acd61a0357c81facc3f7e2c26c8a5925581d68389805d8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0f14bc30863ee292aa6978966151fe4e77f43b502952a32565035ed9d48b1beb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1dd2bf9193891003a1666b3eef1890bf737089784285b1227393a690ca1cde04_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b2218da01a451dbe0e4dfb108b2c153e1a1b3399d7e6738e4c191cfc8f8801d3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:eee4ef2783405873838d6b4cf42eccadad062b9f056d5e13b76e709f7876c9b8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:3b594e4afd1f6540d0c0da8f875bdb8de328ba3f2dce17c8226712929079360b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d82ed0fbd775b5970fcffb980f6d28c885c1e2f9d44f409507778e9cf9bfde8c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d939c7835722074df7a0197e72aba718a27b8f88134883df7fd654b1ee57f0a8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ffc14425bb9275fd713b639c43ce33bf303c54e38cc53f4f9db3a3a1f2a6f105_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:463cd33991582264476015ec2ecf8ac12a9ae4107897cb2558c1d9a4a1b412f7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:876321c429821ed061d0908b2c57c02b865f775f47942f15401965ab1eb46056_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9cc79bb2a2c6602b4a72dc3abd536b1e47ea245de4f7ff2b3ae08a4bacac6bb4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a9102ac4baccbb625f4c4bf605ac61967c5381c24c777aa819577c2c7cde6c39_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:06a4acb5a7b97c5f66d70cc351f4636eda111bc81454308281567359ebe0e693_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:10439ed7506bb140f1977a564caacc309002a67a41c61539c2ee150873f23b69_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:113236bdca2ba374020fed560565f6aff01002a32c8eb969130b6265e1ebdac6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2996e3821813cad87e4bbef83d22bab2bdb80ade147e2f827714321a06d50769_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0a41b5b6efbf9ceb5605efcc5a74e872e5b82366478bd9aa1307c9a043b25194_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a8430b0829211ecb9925cb3061a328e054c006433bbe067d8746f92c348ff141_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:bdf77c78561fb5592d084c616462fb0341d8dfea9ce664196d398480cf4c9b95_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d2c51e9490479cf86973a6f9132ed075989ae64930747dda27ec3100999352c5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:148e6bf35d15e19100b342ec8ccd8f3b975b145f6aa1596d5a7004ec88684444_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:6cade19a99f1530ec4700b5283f965f9c97ae9732689916d1c40eb4797adb08a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fa007e3f1a38a5b48a21d37737077594f57cac65d08a9da8859bd1f98677fc86_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fdc7347043706d1c88f0d0327e29fd47dca2ba6b41bfaadfe4acb18c175c3a03_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:8f0030f4e532ae452721b47317f2bed3a91b4e18f7d58bc99f117d19a081ce5a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:f8fa8bb4a92b3ad3028f21cec3c5394f565c9e02f06b0619696cebf56cf598e3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:b0ef0d0003586a718c7747a6c5efc24313d757a4e15f7725328f8ce310793ec9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:fabefdede81f8045f228b94b2cdc64ffaa4840c7da5937fcc7ff40d82bd2a729_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:02d69fddf5e810141a02f739de9b3b56a1301d4ecbdad3b8df3b7b0c8c67db87_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:0aa7da9a515f449d3a6da50c5dd8d55ed318b494f2b3f3f866338ff1f49a3ba3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:16bbd40075cb4a55accc69db260da71419574395102c164a388ea491bf51d927_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:8b310a127ab9ef1521dbfa6ae4909d5e79b846838de6b07f8693a6f746d8e1d0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:d167970d8be3d911c29a54fe93b3c5ba2ace1a5bd823fb0dd3b5f0691d67f5e0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:ee8d34565b8f3e4d3c349b05feb279bf6a314f84897e668bc6bcb890e1320971_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:3ce22e5fd8def8305f8ecd28c69bb53111b68aa18a0f8907af504961caad2b31_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:6c8b3d7e73807714789155e434b87fb7444c1ea2cc5197fdd18b0f9e253d1504_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:76ec2d7ea2abda578740aed288764346e3e5236cd8bd1b42e776762ea5af7ff8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:a2cd6bd5ba28e30282de522e76ec1fee891eeee677350638802535f329f41d56_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:1ad410be29b78a62c6c761adb2ddc81dd6552e215f3bd71b2c49c19fd9506c49_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:2c3682906df67732160982aa12fb991407978d1c7a2cb36d279b0857134bfbee_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:3a4686f99c0461088ac8d8d83b53ff967b57840aca2fa87a3d04823823c4d5fa_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:66340f44b99e3bbd8c021e0c47b0617365b62c53b0b3911933d8f683b2c48aa2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1796f001455857a701404a4ee37d793895c4d179708fee5cfeb2467243c8cb06_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:cb2ff11c7a67c79a0164613e9ae68e58c14c6ef7a5af4dc4b6fbc897921db161_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:d30598bb001578c4b9e99ab1d5040af35a27b1b5c7503d566b0672d634ef9f1e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:e9cb3fec3be65cd06e6fe00d2954b8302e12814701e1906ad91833ef18a01fab_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:3616e4a7673a447207307a8acf0661496632a65ab79694abf81d8a47da0f590d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:a833695f4c37b7f90a42db6563f6cfe2ba22d175e1b2562eac67a2bf30874c00_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ef7b269606c239b4c5b9e720fe99a727b2fe55ca5eaf651c4209c5f4ece296dd_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ff65e0a6ded81326ad41c930abd5f396a6b3c2920169d349be3f4240aa212889_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:76da7e014155a69453feb8dc8eedda88578a3d3dd6e25da074013da1d32590f8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:83b56456b19882b4a9c29e1e3099317d6b2f38cb3f310c67cf6297063689d416_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:a0c019865c62a67303956123e1df05cb8a1ac3ddf188638f00b0d3fbab0e4502_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:bd6ab28545e203750806e1c22c4d1c9e10e91b20bcd922c5890d13eaa47982f8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:2a1b57399ea1e13524534dc38eed4139d56a4b56f0db7739cb99048588a96d9f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:48e3d29aeac5bc5c6d1cd9345436af66b233c63e898bbe5817016bb4f5ec17d3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:4a5be5aa4a12e2531d63f983de08bc3e411147454b3f2e601832d4d437a1a02a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:8bc5aeae1421310f6f635cb1679cf3145a158a8549bda6132526d02f533527cf_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:0e26d9dd3ce20a2b973f0128da5a0c27b8550941d1f6a71eb8a2d3db46086e59_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:7f7b4c6d942213eac8eb3b3e87c81094208a3b41e1345964f29e6936c5ac6b31_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e6755753af40adcaef42af4fa79da923446d57d2da328a5689a8aac7d7a6a803_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:fb299ef0ec0e3b11af2787b41c7b1acb5e161a11f244823831add0ea0cced3eb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:00381459ad3d92ccdd5a3a45ad1f09ddda8da0d48f4594a4c219288a266647c0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:076c49eb3ed9183e0ae26f6711a9e5aa1875a080e2d47510cb16e2714afcc585_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e8d9136a62d6038628221fefdae5923e39cde2aedb2aeff9dccbd1b5b1e4627f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:f43b9aaee22c9fd77e98ba94f89d886bd323c658bfe3e7df74af80052e4e9474_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:2014a37e5e4d7528a77ffcf3183354b0cd7c17eb5814721c469aac3d500fc58d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:315f55b2b96d9bb4e2ac7951fc6c3736bee817f27003f370b9006dac7096816d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:707698f30f4c8088b2620c5600f79bfcacfbd5b82c957de62e13ff432dcf35a3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e21ea71d36fdcdb320bf2f2b60c4d2e47b83439beaefe2a78013507f6d4faf2f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:1579b3e033644e046bab63965d6f34797294c079488feb1ab6a93bf431deeff5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:7eae88dd81a4cc334cc312551621a1e469c30ebf73def686b18aa7f43027302f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:9151d366b16d34b16a1c90575e3317054503b12c880af51d496f681fce3f88d7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:bf1a0690529c9ef700e616776f6372bdcc6883f8fcf5be062b6397dda5246b9a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:03bdb8f74c117562bff696fdff572c2cbc7d73901c63a092d63ac5be23e0f4d2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:82f6b0c46cbcb7d23b865db2f2cd94cb83fcfd07ca408dba1b50d28d93c72aea_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cc12aa0e564fef8638f82263cb9d15509dcd032f9eeae171c41543e292ffa47d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f07d0cc2e3c9185fb009f2cb7677f3b9a5a7da7b9cc2e385be40108911b61c45_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:04d44a7c55214235a6ca121f45eb8a2265b6a47803d0000a3f7819dd279bb634_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:aa7d02eb36629d56525c04dc37e30777d0b33d2af3b90e504ba4259ccbb01fc5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:af1ec368aab118eb5273e4e8db659bdbfe94ba2e0410dc0e872fb4703eb7f229_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:b37ec193d3318150fcfdeb63bf8955b1b03dccfbec5be52cbc08251d36da824d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:0ff28e5ca81e1ca5499ea80569c9b8a203b313e989559e4c83ac8f0fbaee0973_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:1410e37b8ce017f7da84c0b86b0411f01e1d8d6597d2dd97cb0b82e05ee944ce_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:84de5559116e4f57c27844e4c9d28ece511779570e62dbf436ef9d452c44fa93_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d18b86413dfd7450e3d201b42ff45d3f3e9bd8ac3caa591bb5ec80dbe55701fa_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:1a53f5592aaaf08e69ca0ebea2f1e04ffc39671ceaf2877b66d3337f7450f860_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:354d017903fc20f2a775c264be278253789845fb207eb876d2f650002e7d9d56_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:89bd631ea62ce494371f19913c50598c14d46e8ec90171864ed1aa9dff109b12_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:eefbc25642cd5387702ba23a6bbc3a33e1d507caf9b5d873657c08be096828bf_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:364bf9f2adf4282b4186106425ccecab534f23ab7603050e6bb1fafffd6aa176_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:b48a010d206d36ef0eb6e079407c7d921cbce7ff8f4d7976a4228a6eac88ad64_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f8efd3a98425d3b6ee6cb9df9d20cf8390168998d5f3d8ae4b8030b9353e2b43_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4ead6c7e104de4b1296fd135a0be96deb8348a6837383bf3ba75c98fd6c7c20e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:af1a072fdbb27a53132f6db1fa4153a3a0c61babca8293a6c40d6e1a8430e5d2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:dd07d396e484826008d9accb4013073f654bbdbc9373c3ec94c79e2fcd903c10_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:42b0c5d6a2ff553e1fdd1ce9daf95748b671d4b9f71b777ad6f06bb49e52d172_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:4f8de05a10bb92e5c982471035860ef72f44d0f4213397dd3a304c0fc21af267_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:7357ebbb98da36a072189586fb5845d495182d488ae0d88380fab5398616251d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:19ef2c2e8606c2bcc69c922cda581826281770cdb7e70aa9dfff11404ed30a3a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:6ebb3e355f86fb611dc2f7d414713ce89c4372ed05e074673fea20929b345ec8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:db8da3a0212ffefefcf7a198ed1d75030d3b2706f582d4115d3fdac3b7d377c5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:5f0b5c758fa46f12d4fcdbb64559ca96b32e74eac5e007c0c99d58051855d98b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c9c3e0f579e933d9644cc4b5feb0e9c97383bf2dcdddcd2a0c6182599e564af6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:cb2349e1fe8d9e74fb14a61be4716f0dfb8ee89d3debc762b39cb840c9ab12eb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:ff568746b033a045daa34f6f5c196950d1122c54562afa9d70fc4c8a49f0cf78_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:237339db4971f1ac7be125fc689b87dd07b1e0f59da545a2a7d08727c69f0637_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:263b3dcbb11cbdd26611250be26c6923fac9b74a387da78519650f8d05cdb4dd_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:40b891a4cb673d3080ca260e54a87bc1e730820cc5058aab5c87f0d9242746db_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:5b10eeb7bcb9d3d5cc562cbe6ba759b47a302eccc48c658f6a11e2def6f627ac_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:a0d207f70105e6c6c74adeca74cb6b9218e107a869a7e9ceee35022db9218009_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c34f9a1038f52a60b3bfd081a569d5fb067a95cb2d6eb1e83512276afc4f217e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:00cb5b6fe5f046798ca21596f72d52b61e1e74c94dab877932fa9da65eba08df_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:7d983f60a53d61f594507cc64436fd505db9c113bea98bd2297404fbd39d208c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:01304de5720f291e6c7ac725311596634dc2ffe3d2c625fef7de40a22563b5d8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:e191bae1686c2699afca87bba65d819f47de39e94e4d57dc76566622b0e93233_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:0fd2d931780a25a95b718a2726c844e3fddad9187da2298e9c1f8302efb3fb55_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:88d0afed198a8eac80018f43ecb282f470f998dc21cb1053feec3ef26bebe206_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:c409fb63b2b3887dc7df2c203597ccea0c166c2f7e4b9d99dd586c9503a96082_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:a6f98204b5eda5ee82ed092ad791c0e75d3d299a0b2b7ddc56c229b2f2cfaab3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:f42b26c88531ea4dceb0c9ffecdae1d0ea54097e7ee2b9dc3eee2f226b8344af_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:01f51a86b3d544b7447be3a6505835651ac27433d4cd44912d7d90b67fd6dc1f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:dad2cd32abcba1dc64780ff15eb530a8ef3e45735c47f2069c2fa3a2c6729ac1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:88c33650ed5fa280c4ceee17f63bc94acb3e31bac6ce0ff922537044c62ac170_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:9a3a34d1184f72aa33d708c971e252247c1dcb187ca485ddf536967e2d60747e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a2f0b33c066abcd5945c172e45fde320dd575e74f92994e0b00ff83b0b2edde1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:b1f880f022597d0e8024271b99736555add047a58c3afb8b0c883b034e203c41_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:55116f0b9d2a169c62e830324808855c16ddc8086705dd884b386710d73af539_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:7387e89509be1816ffb3cb543b017332475eaaa5a2624e5bbee2e21a705e5cdb_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:904d7a9cc8e44f5c07fa09f25df6ed258e2b0aa87292b9a3ded77ed3a615e24c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:b370250af2a6f996100d937a7395b0d031f64c3b6e56114815fdfaa200e96272_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:36882254cc241dda67e3094467d51caf941355c31438658dfc1437228bb6f4c1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:8cb62fe1368a749cf2e5fe112e7deeea4157b6abd336772a52367d9d0ba21187_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e37e2a9400c167a70ad9bf6ee64883ce1d0cdf690802a2477f3e7a6b12757f6c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e43cc3e015aa865dfde70c7578ccbb79bfaa9d62f030e65bec769762cd087bc8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:17ebafab92393b198966eae8d3a669fed809b6c4f9fee4243ce177952e4d1c85_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1c389a261e900fd9f8fc87d748363706bcf1de74a24acd410075bf0d205b8cb7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:2c3d8ec443474d21ab9f59a88ef33184063beec103e3e4ffe7859cb429dc470a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:64abcf4ed85d43529c59bc77dc06133aeb3ccb1657fc877dcea8bcbee51f019d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:a629a70723438621732aaafbe799b0f92c2d3a07e9028e22ee2ff3bceb911bac_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:e105fb8b5c80f438d63cdcb29187a35df84393995e142369fedd2aeb89979681_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a85fdd4a1398a47f682526c16e97de1f87b8222ddda47a6c5f254d06b4c791b3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:afd2a6edd07ebb4b6b77544ae5ee18e3371f514daf4c669a00d154b5e33b701a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:20e35628df4b8844ea3668b147e125b32534d7b944753ae1f99b6ea46e159392_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:9e9525d31895ad7e9a1ff753e0895f7d845a36294f88fab8041f2f3deefa6608_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:1cb8736ad1e698a4ec78cbcb16d6e37d67887bed651a12bf63db51af96b0a7cc_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:554b7d9d81f9fb5dbccbabdaadfda9e45d186eba6488df224f83ab512a4c4653_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:249bd5ed39ae03fa46aa042d73bc097c700a6be65ec79157460de3d1ca75646d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:65777a3f824fbba1a23da143ef64a1824aa48883b94947682f787232d55055c1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:9e52b2efa8fdbd65ad70163f96f358b64f552783c7f03182dcf38994cb2dbb58_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:ece0c645d881112e48d2886024cb96b6cf4b1889cc456b30d331df729fcdc9cf_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:0b99f7875f7934b371fedcff686622acd03d9c2618bb613dd6721ea5ffe1dc57_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5537e4af85d49533292160803dc7bff5276485846f94e247353df944b4b28a54_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:8e64d6ec539d991b5a228d8f4b9079fb959dd11c3b8a77ee5bc3576398340dc2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:b32d68bfc83195f7cf85e5ca9d4baa658d768d3a98bab4a3ce3cc107e089d84e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:333d60c92a9efcb4febe144c3e331c553197d325ba0afd64bebfcc2803cc0e07_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:accbf8cdcc475fdd0ae3427f178de8f847fed6c09cce1c12428861adc9b342b8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:dd2518acc748d2fb1c6d5f8421a6d85ab2dedf2546508f45f8e2f6dacfa7f5b1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f3265ade73f238556cf2a7fc67e8ebb3d5636440fd9b7d4cd2aa725677ce3965_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:1bfd1b573bf924cb0a8be80be641b4ce684b141a66325d7c0cc923a9d3a2030a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:88bda970c0360c5c1160b32e589812e4289db230dfa9923e1494636f97c34278_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d849f73e901939241fc0853532489308b856ec530492a706db8f81ac47e59318_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ef722b792c00415c1efaecc99ea873df11d2ef8cd35c5b86af0afcb28c08f821_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:50ff46f43a500235707760885fbe4997cee8c7088bfa36c911697df3b81675a2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7845202df558b0ef442f3b4fbef423c6278fc43bea49169140fe3a263b15c7e4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:92d0cdf81fb07c8eb55fef4be846e84d5f18f181fed24221a294c5312c76e923_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:b19219d62e0e70404ac9b7643caa49a792b9450e8bdd815b02a6539e41526a77_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1da1b4d5b5eb3c2d6238b7e53fa040f03a759b8fa47e52d9e530c8a40885acdd_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:8410339435a39b3b5a97a180fd0b413e3ca02351edb8b9d7be1145688ca56cb0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:8873af11a450438c35d6b39d687e73fd0ee0faca3f0562698b24650b01248690_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:bd6ea26ce1660efdc5159b2a53d8812bb1a584d7185edbca08a07cb89a09cb0c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:063ae7b531e3156e051e254ec07faaec30ca971d027a48dcbf930b1b662d4d81_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:1aeee3943c69893e59b8d0bdbf4c32b4452cf4f6af73a802b64be9cfa051f38b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:51838e17ea6a17f32c4928c8d03fcd2af5052a350e4bff6bde1c484b0663ee7f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:ac68e0a125aa8e638b88d747e50b7b7ef9150d7e15459e5b4c0643dc1d534624_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:1caeb43e59e47f40b7dbb8e9def02e2dd3853254b749c40c42fe2092223d9ff9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6db33bd660e7c3cabfac5125820539a4ef4264c067b17ce404fffddf17965880_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:8444f6327a6cdd0cfa269384e58059a9d333af24c0e423b1abd6d85bb837ad49_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ee448c837b33b1e9ed15258933ad9cdca924ac64fa6d0c3bd7bea0ed9f489dff_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:61057b1135996175ee08d0672d50d1a9eaf083a1a057d0a5526f4af42089dd32_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:619bafa4b79a302982b0806c61721e26a0ab7b6863f478726c6b58b42badae7d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:1dcc4113c131eff2cfbfab09cf11c8186360c6cdbd1086af839a03c042a87fcb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:2eeeba70b8cdc334ceef7ff7e1fa3b1ef19522097e27301e2c7917334ed2b99c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:491afa1460d3cb3aae7dce1df98c67bc343cd47ce22df4c55810f578f8aa6b5f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:5f24e34fae65f3b7a473a8ca41afe45fe4dd8fe9d84c2856c5278c734b2a0ca7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:6d4fbb7a93c300154e76eec4307a3dfc14555e6a2d0d065db2de3fcdfe9f5fa6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:1c2ae2d75a70fd6620fc71ac3f314b3f09746f78903f93d5e1fdca64941946be_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:6baca746bd3180b4e6062141ce4d980c014cc18fd4c1fee527d4df751b0bea76_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a1cca9b456a2eb705f5b11a19d2c54778d1441d56b17d20c9680d0b1aad1ef39_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:bd271650ae9beef457d2c72a9f552448762e538d92cdb345d032ddc3786493bd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1001d2d3264dbdc69734b9e85a67db79c52d1c2f6a1a4f89880b570f834aea51_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:2d27ac19b5e4aa5532d05c71b6da43f4ed51550a36328209f1432378a96cfdaa_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a4623c62d9f7b6fed32b40d539815a3814c74338bf5974976b4dd1ccf8eeafab_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:d2e61adb97f22cc48deb48c31ed94d850fbf26c6590d0fa3aa154765258e185a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3c000e247f5d102792ffffd96011b889db2f5858799122f812b49b10a5b711b0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:49a9fea1a2a81a464be4ebf87a7f3ba7d880662bb85466039a5c8d461a0b69cf_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d4e4e5976380af9528d6405bbbfca7718307afdc46ace2fe3702ecb8ee479ff3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ff841517626da718d46f0869384bf5fa3a04b0eab21af3d4dd2f8d5bd3601aa6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:2efdc02714260c48bc53e7ab0cae1e2d3b99c467469ee1f73fb0b79149091d45_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:31bc24ff07edb1e527760a4d76b60e8d0712968f477d8d6cd419abf36cca0b0a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:84f34f50c2396055e87b857cc30411cf5b18d2f21e78bd13fd03c95c1650baf4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:96bf65054c994cec4326f1bd5432e45caeef3c48513a7e3cd2248759f9e6efdc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:58facad671ae16c072d4a0e96a2336d95c84a7f86d4242e49152e9275296d028_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9a7f6b3f08dfa866a2a1dbf9bcdd636c221c4dcf0ca38ab9b5c481684b4bca54_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9b033e2e92e64d07e7510846ed5f374b1f1375172819dd1eb567c83d9c3be4dd_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b81f64192da01c1b69af1f01bb109684b9a235b0879150ec37bc6bf43a53b351_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:5f3df6d30a624ae1c7a7eafc23b74b1ef674b2a8baaf9d2644d529f98831cc4a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b4edf57f165ba2a9d56e5e84a3aa61e96e76363eb7d56a816ecb15f8ac06244e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:cc8f8b60224940a4c6f8bc236f8cef754c8bc5b4a6d6ecddbc12db49b0087aea_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:e9df45732cef6649cd44dc00a89d9da66b95f1666785247477d000c4177e2c49_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:0670ef29c648fc035844be832f71378d5cda2122f5d6c7f82c831865d45f77b1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:34dadb46049ecbb75501d512642e7d2a58961c783f749aa0169d1a108155db97_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:371746e92f0c725ccaa0b0f58e950693872f87bea78608e95a2dc93b4e8ae77b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c22b1f502cdf6292792cca93076f4a7ef16f1c761a65b11f875c99408584857a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:ae26fa2a9ab61ddb95e4273d710c75edbd517f81d421b68acf84cbfeacaa913f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:e6c8fadf51bdb9c8623178a95c04ded1e3c8b1dce525783bedf1c7c501eaa76e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:e84ff17a4913201a476735cc76bebcb7819e7b65497c43267c19bb8e88b310e6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:ebcd87df2ac74dcac93ceed85bed5587957036381a49d7969e9a530f7744942b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3c98ad6c0008b1145186d1839c980631c119328c2c231956941300508eb27bea_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dab0992bd8f2a8b158c03d3c271e9cce7de86c1e188e136efdafcc20ff1520c3_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dd146a5240dc6b3328240e27e4257151e187aa50df62150160d1050e065f0041_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:def9dc04e6b217cf48b80373fdd6f860e9b020d6699def7089ea881a94b0ff64_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:72c545475f329944debd51692a1815ad56ffa000cae7cf243273136290d32801_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:7942d7e452866f23d468bc06b2b8b43df126c9bbf2fca5607fcd3e3fc391c76d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:c6a713980f98015bc170590afbe2f48b3c4addbd7ff19eee4af2be4b431b3dc8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f21522b2f22cd38ae626063bb6180405ed0eaebe2c443d38cff59b36079087ad_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:622ee3e0fa2560aa75798f4921d3b7417b64feef196cb8903aad499b7ba3ce63_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d30086b283e29e234410ad9521746f1cde8df72c61263e49e01b38135efbc380_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:e11beafd70191493099ea724097b3bdbf5c7d16daadc9e60770ca2e221406cf8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:f0f385d704d85a84503b5415a35a0e127f3a5eabbc813ce61a6afd5044fb35de_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0ab09129b8b99a86f2dc6314a9b30156b814daf1a287113fa9a7a49796bc8616_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:58e8b0de0751882c27612c0547004d51b8a59c1824acc2e8d30360f8ca6b2d0d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:673edbc5d7c6df884ce0c2358b1a5061c31b902bc472556db325ad91373d183a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:7ed466cd36f985050a860f2fb442d29103b2c15f4c373f4d6e3550d656dee8a6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:04e0e42f16e0c627e306f27839d671f541b9276f15bb077d238a98bfa0f4c66d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:92d9f3394d35d8f620a495d90bbfffa00fb30b02c07494ad353bf88b80b299e0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:a455c8087323aeef4d6b31ca68aebe41d2e2eb7bc68165afe0a8b9772a245cf0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:e5f0ea7b527bb4619fafebf3e2732e8b0915a66c7eff930f446c6c12b0c1f4a6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4b75f7a1212ce34fd15eeec8af7a9f45382deb3859f9d3fe2122584f4b70ac17_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8410dc1831f343db0b894f17aeacee702e705393ca83d0751b044f473309d1c1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e1dee7b5a5ea8c48960723f1dbc36b50bb8edf0e3756000631d705cc964a7ca6_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f35219a0965a2dc097d31af84fa649af4dc048ec4fe953b4535d42e37ac5ac28_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:60eccf911015b2af66258c858b1d0dfbc1f79d5d10146c8cec8f9a5f21708f86_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8b1ef7b7353353de1302942f9948833e3bd0b568396513d242f4920e5be58f27_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:963ee9ae771ea224be0c968cebeece76527f1d138452319cb17dad959d972d40_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:e4ea39c79db66f4c7144a8526d5971ac698c3502df81744df07f7a9f281149ec_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:e4e0509c00b2dc8f6feeba505240de8debcb1b7e6e01e138ce406125e344efcb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:d0acba106822523c6cdfcc2fc36d8b78f0859e887958ad8a5634c5cf4757b45c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:79b723e31ae2158844c9f9b1a302e379d90be8c21e1e175106b77ebf19e7a5fd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:7b95cef8669b142bf2c82310fb33215b2987b47de2ab5135d5845ad23f27db39_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:96258e901919b272871c1be3a5ee6e984ae13812022ddf0b817ff8e5f35f9fb6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:d97bfb4843b397a25cbca966319a8f2e809da9809720eba96d7c64cbfc403bd8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:0667250c45df43bf0110d46c8b8beb3ada41a0bb520d35629d9928ec373f1cdc_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:195220de99e688a7dd546e190638664c5236f67316276a0aae8d39b525e7e54d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:af0eca465c454003d66ef7d95cd0da38ed837a7da7d9978d318f2b29b2bcc472_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e0a03020adf1f6b1612c5a935aebce414ba1c84a71c09e9e91a8759c488137b7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:05bff5cef1e0071adfc0c9fc07b2a7ef6ef2e6f0b597dea05bd784f8f9746533_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:40df7a1323c23c3875e77061b3bccd337500d04f1cbe324a800eebb7181f8c46_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:5017bd5e359111c80afc7cf55fba210bcd7f15ca82d3a6282d2f63560ffe8d3d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:8ef63ddc25cd248263a40aba3201b2c6b3c3b2dbd998ced45626223efadbc3af_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:04b85fc4bcf3ee707044a3ad2556236e5b2fa4b09875ca781f61a13a11d94cde_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:0932ee4d4567b840a801bbe4161c37b40f1e5fd4b38be13947b8e09842d40623_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:60ac363479cf9156e89aaf94735053ea3ab48a2af18b902444ccfa4c723bd8bd_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d4f9611470c2e215f919f6b08149425755ebae0a89bea7c3a3b95ffa4b7c59db_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:25811e863ae8cce3659fa109172b0fe4fb11260cd612410b2880f69edf3f2459_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4f6d5dd85317206c92af4aa0bcdfada9319b70856135fad4b30691bca9740387_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:97c762eda0b5da7809e6e7f236215b2e524a7c7ce6f3cc2f6d934753f5fdea40_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f633ea56b1691be0c55b612d5d07a9469a8ae9b5e833dadce533f428026cd7c8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:151563529a3997849bbfcc5af0d7f785c26cbdc449935bc97d4f6250492fe4a7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:65a15ccfc8e4e132d1b11fad18930d7f1ef53199f14361826de6c21ffe2dbeea_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:85859d9cf6668ca35cf196718aa7df1588411e4ddb287f832d4e7c6992aa5af3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:ed1989895d9f856d4cfcc6e4709233883e0dc7b9bbd2443d10d826eaa899b734_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:88bc1b9cedee4bebf90d217f61b8166ab0457dd245103610369821a64687322f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b2f536faf8330207a5e3332dc4b7895ae75d7a0c80ed6681704dec1ed1c8d62b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c8f98eba93ba62f17c51a77572d1ea794f2928e0e6e295ec881046e9fb04fa97_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:cb206bd45940912fcf244734c32e2c8938673dfd87fe12bd15671bf7c2a5206e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3daa312b5c2bcfd679559c162f3ef9dc497dd1c1772cb18d003de78918a3e359_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:44cdd21f24db7870c11a5758e4e89f9aafbc7b77fbd510b7d26e8a9a6de03f1f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:60a2e0c35e6c1248da50a89b854450de14c875fc134b7e9be481fa5ca91524bc_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:632e71ea8413382e51005f4110fedc3930270e617fe176415958f15e11ca87d9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:32e4fc1654909b51802cb8abf8b5946e44483ccdced36c784941638296197163_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:45fdba490434d5c9b3f35072d5ca0f3c5f0dd2f836c9e3e1bffbfea53f8b4d11_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:5651967617c24f0fa3463d66cc35e484ef52dcc1cb32f1a96a095139c31964d8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:abe083c619d9906f8ad612d300dfd9b7a6c9fc93897e4c437f2ad5481eb4320a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2dd0915cc989ffbee4b234604427b4e14c89efe69a7d76e182ceaab10c6299b1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9eb6b6ad34e973b0c20aec9028b893d92baca2639b28b9f5d457aac43392bfdb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:be4a416afdfa019b7eefd6610034d97e43d15dc134cf2aa250dcf88084e6fbea_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ef488b181ed6865117b0f2ba94075786b6e564602ba420d58e570ce9d919f069_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:59e3ee88feccca815009efc5c992e184f4f091e01f3b2c014a65abcd1cf78284_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:7534da640a66d5b46018bac0decb415afe5a25a438c763afc73b4a7e8d25ee64_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:85c474a602a432c886402b1411497d7586ec3802d4e556bfdd6ce2676aad3862_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:ac2600a181492ce1a44e31c83258a5fba05c7f39695c5f6887965a6bb2871df8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:222b70b3268bd5b6e1a960a85773594e543ab847b59dfa0dd3d94104ac3cb38e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:596b7c513cfcf12c8e991f82f45aa2154363952c11f48bcdaa271818fe790515_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:86ce0e99da0c35b99dd1d8b28cb02076e26a87d9d7a7e539e85f56eca1906de2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cfd9974465dac521af7557689c6091d373d8462cd899ef4ee06716b2e2c945ec_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:077cd921e585d41b95eb57cf921878e7c3e36a6fd8a19fb00fb14a28650c0c56_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:5907d836ebf2133c63591afc2135a9224582e0c75373642d4bca8094ee4d48bc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:8dd9787566554a85650fdcbe3461ce973495bda716557aefc7a7a2c2fd482815_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:ffbab63b764bd79e20f869b83736c41ea28ef2eeeff1305f87fdb7dc4bf6dc55_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:162b737fd1a333a5eb9bf62eb46cea08d9285247685ae705977751f203e767a3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:8c4270b6cb5ac0d566c7a1b9e546cb637a43586587076f757e61a5a6fd34a251_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:b7d7b847c855c894255f887e106b3027a29e2fd0dfd8bd606a1280a4313b094b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:b88b8c16bbd10bffc3c7428e861c2e9b8749da27eda5a33a0fa538b9949ec33a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:82254fb1f4ee4da82f1a6326044cde4ba311044cea5a5c2e28da70a67a82e8f9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:88179c9f57abbdad3c20d59c3ce38768b17e53e7f463167fafb447810a9b78f7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:943f3d2183309803791c84adce621e29f3a61f6119dc0af1529cd688063c35f9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d6c0c5250326cb44c5950c4d46bd13fdbc3acc7d36b05f1dc34a9744aba6586d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:426b08682f0c5d8833046d5ca88f2b3af44ee38218dcc57fa41a884a9fa938a6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:64e190645dd9dff1f4898ec45cc4ac42cc94f1b4bf8b1b4022a07873da039a36_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:bd152c2607b552226f73b3a760aeb307592cac725106da7d65b3ea3a460708c6_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:cd37ef01e0c5586ab14e6a041a2cf093dfa8815b3e21a1ae636369b64fc2a253_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1922232d6d920c408323f02e725c79132e46a9d73beb16244d0320201bd2a097_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:2622b7c4add731fd89832f5eebec7c86300749d80cf50fe0e397657c52dd2fdf_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3d77a408ab227b6658ca9643adfa97499b469e7a2faf1a2eba8cffb57fa9dd6d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:b29944894d3e8fc54349b0382fb01b25cf4445a29f82c45a4e75146c18e2cf8d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:47a37b58e2bea7dabb2da791027a2e880c10387e6c836bac1c45bcb059105156_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c1836d3d39c323a9f3920b769a8e40af886abbd390a8ce57b7debfdcda966860_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f4fd8a5427d8f74e7833efa23a0f7ddc8f4a2fd497b85988cad2b201f9033264_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f872b70b2027aaa6e426ee17b4f08d729d4e8121e9e98cafdec350153ac6d464_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2e9f6ad9b1c5ac39b9e8813a056155ad2b594a264ddce4d7a5ddd411f4c9e8f8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:462c3f69e1907a9b834188eb2aad3426d3f262315d1fbdb5629eb42b1849be0f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5250cc91fe66d307afa3450a2c052725c340731911b342332bc3dbab76bd5e22_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:aad8e6a28b5544fd9e8db6641fcd2a85474eb04f87cd3823792710fae0e127c8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:610b71151a7df8f4e29091e43bf71ef4a440430bc1f395cdf552844c3a111577_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:81f8d5808ac1503ffb406ebcfa40ad33fe4c13a62ec504c535b94a01312c3dd5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:9a58f0d4761ad3c87d0bb346a3608965df2d3e85a5cd92072dfba1c831570279_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:abaf2a42a5b82e5bbfe58b051dbd24fd71db5dbd2375fe6b64b01e8154ebb183_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:767e3986e21c2f1514a8a12d8b07d8bfaccc5afabdb58ec2cec07918d9805554_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:e52247597556738716370c233f27fe6893bd7505b647204ad29e4bdbfb397c36_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:03201ef76eea07d6632c483c1f05a1b983a8fb17e892722f673d7903d3d589ae_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:c87642be397b0f7532a4d798adca5679a994a52f56ad0825859bec705e923f6a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:2296b574fac529573dac1bda657ea2916d59c5adad72385acf19d8e38146947d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:2b606ac9745c95d3c70d91044357602677c8ab5e6242ee78aa9f11ccb4729e57_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:05f4b34c9abb9bf70a50c0250f6b130274c276a216aa3d2d6a18cdfc61899886_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:44305451a86fa2140f50c3a6e9d430f84aa4015834d51d406fa5847bee846d04_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:2f962daa09a741fef6dae721df2f0c66b911b70ac45e50fba5d3c4e17e9942b8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3a22070544241e1aba74be893b409267d894b867cb245d0ff8bdcffda72f8930_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a3e610fffc61c36b60917fae40dd3869de7876ae41b286f0d5397d31fa119f8b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:acd05d00f32c61bb6fa2a544887dd218002e2135a0de1acf7896571768735aa2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:0c0a5d2256bb2f57a9656d8bc97df07613940255c6add3fbaf2e6322ca840d43_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2cf1694768e2bf9fdde5859407a7366f44dfd567ba956cad64e76cfae189450f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:707d8e731d89185bc601f005fb49bfe73a063702c3058b7de342e6b90e84c9a2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8c6a0ab37cf5fbbce8b9ab785c93d9eb368180c6ca39ce13bb10a7eea3208f3f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1b54fdc04c2314437910c9a093e8ec65dab98d46351796985a21335a6b769e0d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:21f55af564e556247c4ea8263a5878314e025f290a723b716a9402c3ad228084_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:240acd5fc3d093867cd7efd4587ebefe048c6284a801da08faf8e2d9fcb19a47_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:be910f706a78786f57bf9601f04808dd78cd377c7dca4e0fef655be3a03e3350_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:3588dbbbc1b77e32314e2cef4b226e8430c04d269f8fb0a428d1859cbf95748f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:53923226087001bf8b4a6fe17761d2f7f745ab20710e7c1074673c6566a070e8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6f20725914f0924a8c0e605bfe6cbb2040ebcb7953737a120aac78ae540cbe34_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:e54b16f55fc9fff3ffdd04798462db934a9c6f218cf427a29b63235c733c666b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:11a2f9b1e75a4e3af89c08a63a03854b3c8b4e42b3e4d82151502322b896a11f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:44846d7c33ba800c8078e768421b1d9b39ed30ed318b680da06b5c97ffec50e8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:8c5c065ef84a9e997ad7703c11e4676470ee7a2100fe617b51d08c5232a3cb75_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:94d5008f0cbba99ee510257dc9921c6874e3853bffa0a22f91fb8635608c4cd2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:00f6088de94a844f32fe0f9a182e56ab06524c946c47f2c5e7156b51cb5602bb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:1b94bd10f5dd7c2b2ea46d32c905b5d95634aced341be5dd8afacf9b8123093f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:492ed93a8e5a9ae62e754c29240958a6c1909bffba60fdd5fced1097b955bcd0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a301c39c613445ea4df3c3bb70cf653d456a2e2f2cabc8ba7899e14792065170_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:31af242f688dd17a96083aeb35e100f97d99df2e1d95ef975297cafca25b6575_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:55faf10fc5ede65f8bf6b3c3524ee3dc3427660180aa499e208c1a0ec2edc0ec_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:7bebc921122ec103b0a42a0040f98dbfb821a1b735a485ebeb8e5a58ba638216_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:a918a598fb1ccec94141c0578606d66016df51dd6d60437e6abef990d58177aa_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:0733858547fe3b3e5ba4fd312446b846f4da4117a767552662871d61ff6952c5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:61ecfb19f466f5e76b77fba34b03b592cd8465956aea1d7c64e2bc27ae1fd2d4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:97ad34222a7b6f40f4e7f371de5ab7f9bd21519abd49dad6fb9ce5e775cccafc_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:df538992ddf8edd62462644c5fdc23265be18523e42ee350226e4ef341896fb3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8f9dd799d03d523103b6ec8910f1824f01e142aff8c689d55a3728250b8be3d7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:9c0208ed841ab00ba866121c2c6d471cfb4356d05501a2a78c563d4d9735344b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c4631236ed116c123793555732f647ff3d3fd8cb89a4f83dfc846b4456e03588_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:eb77fcd0fc42f542e8f761eee4003cd969ef4e80b94f10e2b25e801acccd0911_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3986a780fc3c4722e9f89872becc411c9d30d824ca97990ea58943c95974bc67_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:42ebd671fba15ee296288177629f54b680248438351c85c305a970d74b5356cd_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:950695ad184709b631a6220ebd01cdcfff0c841f9c0977db7aab1fb2ec309c76_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:b664dc527a0cc5864e95b25751979fec4d4500ead771860fe6aa4f0f24c7ba8e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:41be253a6c643b9ff74f2728ca9c113129ff2cb7139d0130e661f757d178127f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5000590500a94e98d05367647643d0a878a940a55fdb22fe24031b254d40e81f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:7e3d1fe26cf4c96811fd9992becaf4e4c01055216ead8f58aaf3b4842b216d62_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e399f3ff5ec8b143ea7261572b85c170e39af26dd92aefbe21cc56fb652cfd16_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:725f8d814c5acd2fd5e5f38106a89ef41fec83ca077647cf4c9c5f909e338660_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:81e38a7a721ccd6b424b8162de021155c8afc3d4e036b26baece7a52e1ee44e0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:9b07702f9d90053a3e349df86cfa61ae30522447b3ed6e44ea14ca34e9d54f6a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e12cb0851fc2f5e35c9258ad9360efa8f107b0a79e1cd17e0b5e302690125ea7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1dd92470819fdcb1772f425687cacbb71f1ace0453cae1dd4b5ad01b747fe54c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1e76fe522f07e3acac6cc06c67b783af055d5d0f068ed64e96ab1eb38f7913d8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:65c62baa1eede5768a6d01c4a6cf9e5b4c8c9dabe933d167228711ee6f50bf22_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:eafcf7c7eec61806567473c474d88c2ee5fea2866360ff451214a20978fcbdd0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:98845440ef473d8a65a926f6fc7e9bc95e2d975c6431bc2c64c04d166226cce1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:e28276a853d5b9b4937c8d38717139597be50e7458801607c841a569703a97a2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:9adb740bf133ce7652c8196b32f4c5c5a3ef65515c4b861d8cf2c9c6f0d1c4bd_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:98845440ef473d8a65a926f6fc7e9bc95e2d975c6431bc2c64c04d166226cce1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:be08fb249d0548451580e3795c97c98c9275bd2e0d8d6ac5385490876578f4b8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:a8fced5ebdfe32003054afcac8ec22e606806a53dd12d9ef6b594c9b4add893b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:5288894add34aafeec729069a4a4917aa7d4156917f9a5e2dcd82aa4bcea2a91_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0e3b5a014910aa57779fb95853037590569f1edc9bb48bba2d9461b3a2b0fa73_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5c3e36c0e3589a527d795af3e4b2c7b543b6f5a4bf0e89f9262992a2284feb44_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6b2f4181bd5d51fa4058ad220841ff9db18b9dfb9aa16de912d89f26320c32e2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f81dae6cfa04aa748063691e788c0e90633868549d2a53b8fb0ce14e37900928_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:010c10fe8bd3e00d8ad7c690fd4026fef3737f41161cc5838a186c7e9b13c53c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:48e8779ae80d139e0d0cd6ff9d5586c66ba42f6c85d32cea200759056904ddd7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:693661ef8254befcc66a4b7836deb522b2ae96b68b10079f232e2d1c3a428ec7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:80921c9a957d7e76d85e0f30c83e8f007067ef8a435e6aeccb5918f399914784_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-65637"
},
{
"category": "external",
"summary": "RHBZ#2418900",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418900"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-65637",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-65637"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-65637",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-65637"
},
{
"category": "external",
"summary": "https://github.com/mjuanxd/logrus-dos-poc",
"url": "https://github.com/mjuanxd/logrus-dos-poc"
},
{
"category": "external",
"summary": "https://github.com/mjuanxd/logrus-dos-poc/blob/main/README.md",
"url": "https://github.com/mjuanxd/logrus-dos-poc/blob/main/README.md"
},
{
"category": "external",
"summary": "https://github.com/sirupsen/logrus/issues/1370",
"url": "https://github.com/sirupsen/logrus/issues/1370"
},
{
"category": "external",
"summary": "https://github.com/sirupsen/logrus/pull/1376",
"url": "https://github.com/sirupsen/logrus/pull/1376"
},
{
"category": "external",
"summary": "https://github.com/sirupsen/logrus/releases/tag/v1.8.3",
"url": "https://github.com/sirupsen/logrus/releases/tag/v1.8.3"
},
{
"category": "external",
"summary": "https://github.com/sirupsen/logrus/releases/tag/v1.9.1",
"url": "https://github.com/sirupsen/logrus/releases/tag/v1.9.1"
},
{
"category": "external",
"summary": "https://github.com/sirupsen/logrus/releases/tag/v1.9.3",
"url": "https://github.com/sirupsen/logrus/releases/tag/v1.9.3"
},
{
"category": "external",
"summary": "https://security.snyk.io/vuln/SNYK-GOLANG-GITHUBCOMSIRUPSENLOGRUS-5564391",
"url": "https://security.snyk.io/vuln/SNYK-GOLANG-GITHUBCOMSIRUPSENLOGRUS-5564391"
}
],
"release_date": "2025-12-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-18T09:27:53+00:00",
"details": "For OpenShift Container Platform 4.16 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.16/html/release_notes/\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:9be78983e01f2fd4a8652543a3a997923818f2d62e0968f15ff30d0084233b49\n\n (For s390x architecture)\n The image digest is sha256:62344078c5d27a8b4a230cb69f800be2e7bace1ba0683ad48c219be850549abc\n\n (For ppc64le architecture)\n The image digest is sha256:8dc7e7317bb32a320281248503bda3dea8262c671d99acb75b83eda1e6b3695e\n\n (For aarch64 architecture)\n The image digest is sha256:e179e1d1ed72417286499f8f075a00c43ef9ddb96de9bf0234dd3a28e448c5f1\n\nAll OpenShift Container Platform 4.16 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.16/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:66e195d334243b880b11b18c5b867f05ce7717ae97fcc707ab05555ebb03662e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:80f26ba4b1206766785d1c060b3f4d9f399cbffea8a84bb807d4341cff8e5c11_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:91e89c2093305433fa84c8522679f781a3148a3890859eb436decfaf6a2fa9f7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:a02a71e69cc7a3f1747d5ee0e4a0535c9dd6abe0fc244c2f16094402b56ca52a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:be08fb249d0548451580e3795c97c98c9275bd2e0d8d6ac5385490876578f4b8_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2661"
},
{
"category": "workaround",
"details": "Mitigation is either unavailable or does not meet Red Hat Product Security standards for usability, deployment, applicability, or stability.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:31a0ff47aa1a017d18773be577a1dc3296001154c7c40de20cbc3cc767b0c16b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:41564206c906171df891ccc7c92274cb7998f29687ff7d2e44399242e38682b0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:71f36e93f7195b10639a5c7db58e2f396f1272c6dbaba651e78a4c9ce955c427_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:ab71874b013fdb05845e94a9b4e3432d865a6157cff72725b1ea7589c6717b9e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:34b678523168aca5571ba1e631a458addc39ea9aaea3eff355fbe091e859b30f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:7cc0d1bbc241ac63a5f45a949a439d54316c23c7045659a9d44771e5541e7e17_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:7dfa6966d81447102d92f49b7256c7b47955f1d2b60e5b9dc133f71a1b2c8033_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b07a724845d8acbb842e9c96ebe2ab5355f266ae382d703c0f92a84c6d79de20_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:3d124f0dfefa90e249b024817c37087e6294880030bf95333bdf0b39bb1db696_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:580b4036071c17c8551b3171c31ecaeb61aea5dd431d147f036a832565531948_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:5e9203d284843bf5a5a3e7178104fbaa3b4a620bc6f889b36c6c077aa93f56e4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:ccb8be0ede2d9ecffd5bd7b4c9c555156b826cd864f5eaae87b3c1c58c7ede31_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:17d2506a96ba4da62c33738d9798c651658555531ba721f277b95b9c5283df84_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:3e6f6f0d6ceed5244d82b17442e473729421d59ec5cd1a71deacc15531f2929c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:8ebf277d8c153fa0be2825ebade894a87f61ba26c198225e4fd714302be26ef2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e0ead7eca26924691145465af2c5c06efae71a197f68043730e56d5cd63aaa59_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:2d9397f611cb4830f7b9bb67e7e35af224c0f121e4fe884c98c7c4807ef84855_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:79e8c5b1e61683f9c78e8d1022c90ce13c4b3c438dc373773c8d174b9835c862_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e104e90349ec069f6b4fbf749dd261ce91b21237b367c421bfcec3dfbe1bbbb9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:ef70455cbaeae026e8b15538a2a1d159bbb35e47427ea97e13f5e5a7cdf27dcc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:1683b25c778adadab73dab246e98caa2ee21c561fa57b1f2ca7211eae88876ae_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5c875e3f0f2b0c11b8ba123f0716e007fa09b21ee696dce0c71ba774c1a2c7c4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6b96865aa6187e5d1d46bb64717dfcd42a1cc17f33bbb96be9021d8b61f6465f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6d1451124fcfb4ef7a5a4c673e06603443f538c6ff781f10706e8814245ff056_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:3cc3d7622e92973a3e7c5807ee254195082fb9808132838ac28a357e66e892c0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:685d78a491e935d0b4e7a8eea29df7863976a60800d1e08c3bd3faaeafad5a25_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:88b54af358d720bcc453fc09511bdfc7793b211dce0014648eea9ab01fc623f8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b6a234ddf1c93f87ab0ba77b6dfbb1ae9ff2a1b130224daded0de20781a1f650_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:68c09233701045a0512a7310d21be057e1baeab5eab74e246770e148daa87c53_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7566fa876d194d7cfd6efbb888c2ad71ff04c07e80cc4591be682c095d1b6822_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:790592a71ce9e5bfce5c82f0efb257d08c463658db59b6bef0af4de7d0ccfbd8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:db9a84842c47a03d10c5e9c1c27552406af1b748efb9a4aabd8fc3e4da3d68ba_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:10eaf2277f538f2cf72b3f408cec4168f718acdc1918f0227f6b6c62531abbb6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:1e58da4120c75035a6adaf6718a1e97ec9c3d6127bbec91836171ddbd7141049_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2299f00f191ec86185e9c9573d36f213ca8e6d8bc6fe104a4ff5861e81911ff0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:64d10474aa6082fbc20dcb45adf3f78369650b94352eab601e16e3ea0f45dc70_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2857f545269812b58ce790369808c13b1c6f891b1c8521f61031ae1237d5e7c9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:68b0a64071a455fcff666bbff51d2757c1c395c7ed8d533a8e36ed3c27d1ee44_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a045a2aadc8aadf68064292aed51b08b5b848fd726bff69e8811a23fd17f7da5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:b47c8a889f18a9d9601612c058e1c890308f1603584b626d16ee7bf50af00d4d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:03bf1102e3d50616a2431782c84cff62edf1161999bf1b10662eaf65410fc55b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:6bc2b0f07f5e3ee0986b7652434359992bc995788d7a1fcdfe393f2b1a717dbc_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:74939b01007b6160c704836484d686b246516a2a1a7929a09901a57b9b4bb512_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:fbdd3810520e77b36b749f73d70d416799bae48b35430eb025a6b4e5d4b42b77_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2f57a1926d479f00d26f8973d6edac58f5030df3010c33e231d8d350f5afe3f6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:5fb00e50df62152bbdb2b98fd2de8054dfcd4d4f27b07001a197b0e6bb5e72f4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7422274a999abaecb4642499177d042c60f0d2b9bd9b470c7797eaa1ae03a901_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:c1d816e822e159bbd4b0e96ff11c2c0866f50ce60a0731ed995b08b83e9cfc9a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:1c60e886fdd81c6b90dc6a0f142dc5c4d5eb8c9d5bd796cc343abe5bce33affd_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7b549eb97fcef1ffb0a36d99e385098665d88b96e983c0cab4a73f0a96abedd9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:82714d7071cc06d1ce7701311acc91cccca5970b8d00228c164703c90657c56a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:efce8f153aa7fa0e0b4fe0f88a29b6b0d3e91b94a7f22f2986797d10c3292c84_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:0fbc562bcfc4c42579ecc86721e9e5f5d73784d5608ac58514081e3503f7c813_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:34eea13ef689221a855605f253e237382ba0dff12442ad975c2c5f0054011b04_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5b24ffc3141a2022711242b92b9ef187ac9f243e92862588779ef465efb312a0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:d733261ef4993cbe69ece9ed43b50275890db613b7aa258bd0fb9f0f15978cf9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4e4d42f9f65e036769551889fc5e813e5931ed853d3ba24acdcaccde692b12cb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:80c813e3e501d8280abce8b3d0564ac915ef638277444ff4d05ed9b2d02d478f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a81cf2d9704abeb5e16c8b9b46a7fbb99bdf0bdb1ff5f8130b2a2d61b61c75c0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:b629bf6b74a1b8d8be44b2945a6e42cda27e0d828c088a5b49b6fe866cd9a98d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0e57f63039219af389f3920cbcb324436a2aaf1a2123f4c2647f1c1edba90306_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:6dd4c338afd7f75a01d8161008857b1dfd0c1e0a7516c5ac79387ac7a4947237_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d996ae5e72eb8bd4584b5b51b1bb56c4f1573caa0791c5e66a5c89d850ef3dc1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d9b30068f814c6c1bcf9798e35ae70480c993dabfb5d88209b48f149cb49e6a5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:939ce68dc53e8612f38f1c9ee2a25034e4d7953f98b136dd24966d30bb7d4e82_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:db48cb10424ecaf7a52681e7e17bfbe187ee238ddb3be21ba599b3aabc856e0a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:3bb343771d20dd2ec6a05b595dd0065474799b189c33985589f07217b1fd321a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4f81654bccced71c7ae5a5c3946d219f6dded80bcd1025466e4c5b56923b263d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:629425498dd6d127acfcc5a3017c7c983c60168c4f3ec6a006846dcc6874bff5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cf01a745925200f7159c83075664127536f48e0534e319a651cafa9f11ae17fd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:59214d21308fdcf9535342dd4662ecd4f8ebea431270f577f5d6fd266371b6ed_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:ef21c8c721f544404ba4ef1d9e15e4435af42ceec995cc2cc43d39925378b3a9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:bfc8feac89b1aa29252fda1d473014e4723b562d59dc88f3ef7872a94a6d098b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:d4979ac2a5c608ac31a5683811b55aca412e6726b5cc1ebe4b214d3c8dff15f8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:c89e9f403f7dd4bada53f4ba338de51345266c2b657adba6cdca65172d113aaf_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:cc9a82f57cca4904a7a4d58073b1ba7624090301e0e740d961d35a860898d8e4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:d63a70864e886482cbcda411c93c811bb3b1d904b9a586ab42fc67cda8ddd9c7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:da37ae31a142733b6add537f48f9ae28b3f496b1472ba60b0ef5587ef8d5568a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:396f40db5ba672cd4ecad68fa6f837405c9bfae9fa38f1276e672918f9de7b4d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:7c0925fb8469922ace0b86ef5f81f9ba4bc711b6277172ee963a856b7252b741_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:545a23225833cb931e6962febaf183bf7fb7d3532c5ffa4556c9c198f3b73954_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:b91eaa2723393eff033053dee12e51852a7428dd0c06de7ec92bc3f561545a31_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:c887cc0ed1561b2253c907df741d98c1bf4836ba3faccc2d8c5a8734e0857fc1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:f77de5df278c92b8b8cbb8f3f0d93333f3fbcd4a0abb834d1edc5159cde007cb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:843858cb4847ed991480eba34975318360a498aa2661729c2c11133ddef21db7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d344bcbdaab988fcc26ae36cceb1eaf2b5f60943fac7bc1c318786c5b33fd45e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:5135f9f7e7e94624e8a0c319228380f86eec7e833130bffc4d005062bbb24075_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:b0559b45426a1525296d6c9790d1fdd40314e1ffd48c6f0c7afccb4db675813c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:2a34794e9a9694b03f338acec35e7c52af7936006878aed6dfb9ab216549ee96_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:5fbffddc788c5499be501c8650150299d515527b230e62dd15920b33f9eb93a3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:5976ec6aa81c47bae00c6d399adbfa5d38894d89e926afb414bebb94e5b8b8d1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:72972cd3378a738e45235e515cb52a206950fbe7d0a57f73aa3fc352875b4cfb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:654fe020d5ff989d8092f577e5137ac9913dc8eb6b90007c85e694e5b4ae99a3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:7766c535404fb104ddca41eb50e2be914c14bdcb6305ff3f6ab1508594c1fc90_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:fc9f987fb8c7dcc4256b38236d89fcee5155e3ee5facd62ad794c6d94408714f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:feb92f825bb3ab62bb5ac81ed63718f5e3fb274fd0b6575487285e55bcd549de_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:1497850497e4ff31638d1b53032a1162af975c3abd2396e627ad90ea4515cd94_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3a1df74d7419d8a2b09fa4741ad8f7ff71cc856745ab85ea91a0821dd427976d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c1b8250462e0d3bedfd64c4611ce9e9aa77f6475e48d948a2f844fd293cb649b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:de1026343cc529670671124a64b039cfab52a4bbbfc7d6d0d1bf5d6c21a0eba0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2e98c100a02f00cc2f58fc7e4773041e81be4781e8a8c02539acb17d66cea93c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:55973d56e1df439ece9c90bf4a6ac870c4be37fa5c718c90da6deb275c34c062_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7d39c8eccd19b70bdab2757e9088f1e3259cd0ee8c0a76421f8cca3274ccfd5c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:fde0b6709806f4fa012e86093d3abba689c7e4dce25859df9993d02f77adac38_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6b089f63a260ec9dced6dd494b2cd8b48861fd8a54f5a1669862165a4030d790_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7d96b0e06e1b04ad121c95d6eb87943032f8734a6565fabd6ce99562ba873ae9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:804ed4857fbd1bbac303549388e72451a4d0f81b99696fc7176e196db8644140_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9c0ed5fd8235d31c3a959cf3f00717a841c2e5ea2e9e222454ded28932ac2f2b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:25d6a0e67f63ee551a50d23bbf3ee87a8590cc618d06a1041327af0bbddcfb6b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:5c4c1cfad723db265d037968ba4892ba883f1251d06a6b348d3f5bcd78f3725c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:ba8f4ffe3f54ffebb1aeb3ac55b9c2091b3be0e2eafb9f4fa877c6b2a8abc787_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d05e5450605a9101e2b4502927b51a6bd93a8eb01ac3db39918ab17ec3c1cb86_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:229900b0543979b8053752c05214994d2590b501da90dd6fc43ded0cd839a2b2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:241f97ed5176e7d9234cf1893f43dcc08d375587540c7af47c19977f44965ae6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:811a41790eb1654cdd1a133ae525e8fc329fe330cf06293d12653be5c3904ddc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ba2426e6f8b4c4f49b191df2ef4824d30486a87aa3bf3af5cecc5aa958f96e43_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:18c88139b031c49545ac09935d1599740f0b49e3c2fdd1d84f4006a47bb2880c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:314bd5ede25ad4718f9d682ca27fe8e8817d79922d59302f0449a55bd4764f26_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a0554e2bc18e8e16e5fc1efbb5fd653a3858f177d0fa84091ed1e48856c44672_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d0092859b3dd498418cb2ae30ae100d91a6d77abbf2f1be3400bd6bee1a57cbb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:0608e6ec895faca9ad6eec7f657893b8c05a3ba72600cb734cfd2ba7eee926f4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2a251ca88b8d2274b765b591bf4e015c1e817c0d98fc5cd7c19f51358226c1d6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7b50b78bfb9b21f2c6cd42be9990b95f1b3b810d9f3cf62d7ff5541a4ff7d5f4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:f80ce5f1854e4411bc2d73efdad02ff4b5fad6b15e2e3a09bf69f6229107c0fe_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:08cf0dc27f2e823756ba009358a028860354793bcb3abc9ef7c14d71ec011fed_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:285f603dbe97db7239d699ec52febf0bc5fe157222c202235bd6f5cc4af3b974_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:b7c4a0c49b1857e22b71299f9a921d0c56b831756f33708399b7a03d2f61d8e5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:e6ff566a5aa48b59411a421e98ce05e62268d4ead994c08e8bc4643beda5f115_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:22bfb7e9892df6e4045f7246544cbb73e900d17b8d1eba74af342dda56f697d4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8ee226df0ab0bf40ee1eb32bbf64b2feeafff15a165b92be994a331949f29516_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:97d901e0371158483af19aae8db34651dcf0278fd69e0ad14293a38d4713c58f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bbefe8212498c9204cf5a4b2834c8a7082f732c726fcaeffa55d9b66b5ab3c13_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:4b415d00d49331d5fd22e1b0c159ee4579506f378f1b13e8e1d0c1829996f6ac_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5c88ce9b17d4baf03f9ab7e89dfbd9c82a8e4bccd23e5dce74e11d6b2a0ecf6d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e6f512f11629d684e2713d7421677d35766f5a319122fae34ea25dbf95e79ec2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:fa7b4178af4fd9da7174d8c94e96363d73a1cc9f60f6a55a3cc28330ff7a4e89_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:10f802e9e5c96af91d1ca1427ace8984d2c31dcc7c409f3165e1ab21281293ec_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:477d5a4fc9a1354090356a06603a9b135814e9ee97d9c4b51046f597e195d5ae_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:5a20619d387dfa67a22d51e5eb6c4bff523b7fad8ca181cb4c09df25fa3d3540_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:70c40ef6f8cbf444e59c4522ffeb8800d19dbbda77a02f28310573d9941d6f2a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:26795eb48eb93cff9df39e25571a32b8d8c4fac44555227f932805760dde79d3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:45e8ad4ee3c68dd7425e889134eef96aef80f33946b303a1577593d53aac432a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d9ae6095cb2d622d947a1e861a56975ce434c7b57153d0dc8e4e9f1ddf95a393_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:f8f12d1cd2272529e159bbf2dc6680f772194cc235b0138146f40a499a9fbe2c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0f016a9fc412a5fa8b8289a19fee831b3441571d7a48135b92b6736af210d700_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:47e60f0ec21835c324472d63a89089c62480ef17e2225b537c7023404f63c796_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7a349e32d85fafd4f9dd8db4d80bd54e1c0869d74a542f698ef78bf6aeef4dfd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:8817b906fd93b0980fbb687876d4664c79668ec3e959d2cf184a3ed20aae953a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:027c710ef81f40bd47b16c296c121e36785eb5463321078f6bc657c37f2967d8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0d2b94501e72370b763a86146266411de3932995240514cd26362a0805525c7c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:ac40d2c4950576d453b18666a9acb3c19d4175d94a28d6e0e9bc19a4c302aece_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d9f6635946e9c0ddfc8f479486f08be9fdac8bc9f73d358a3d049b6feafe81ec_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:1ea77d4c8308769c7e2b5d667c8af3ee2e543fc0cd0c49447460c37ff0c56318_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:56aea13311a96784e84b4c5713ff5693e6aaf9f6035a042c5a28879019e3eaa1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:7eb0043c124f96f76970f835870cd45bedcee0179f5c63ed7688191cb5e0d718_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ae36b0e2d4f0efd222926a53364be6d7f9723496efe2463cc1521a85e0318808_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:81645a618293c85f28a1632034a0f3244cb15cb5b636d6ef447e571d526d3f60_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d70d809c25cbcaa772d2068975d7821b49f965a21be8ceef7ad7a17bfe79e611_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:dabdffb17f32a9684101e24dd08ea4587ff1c288959648684cc89f46ccc8d7a7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:dea959447acd57eda954f5fea4bb3d623d6bf19f11e7bd8ea04651f5cc52d95f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2b19aac1bb3f64b3e45d82d207f18fe3b692aff7d694c1cf99a02601dfadb2e9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:3ebb46a8c872e2dfc1d2bc7e50a84be90c998e721cb935a7d675e7ef02f204df_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:85930fd1b83c544a5debbcb1218282c91208fa876fb38e9564f3562ac199a30a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:97e522d7f8d7c3f88f50bb511f1696657f9dfb41282c702fbb5325a993267fd9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2eeee557fa7b05fabec97b753e50fc8b54811337b360ea542ab23a32db02165e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:8933a240bb1a42d823f4bf6feaf1baf6a6f083909fd9e5a62c8b61ca770cee50_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:8d06909ff0633fae70e3cda3ce95a1917ea8987c8e1372b4a8f00343494ea5d1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:f2153f3bd5ef181653f9ac8f40a8389e58771515b2fc49f205d5247455635c65_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:1fdb8df2f66c1558fcf03d227a63e58f63b990f1ff47ad81e3e3482c4e89779e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:7a2f54cce726a5f12a29c84d8a3af601d3627d1255b95e4adcd394a76e930c18_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:7bebec78f81645756aa1265950e28a980fd4c042b651c7b5c6fe6924af7675ce_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:d9af91fc94e0fb9645b5284e1a2a8a4ce3029a57c6c92e30ceff6562f7522b81_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:be58ac468d10396163e8e30c2e927d365ec7f21f710b99813b9f8f74b260c21a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d771771dbbed4376ceb699139a02a5b64456f2fd90f2cdd873879d56badf2885_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:de99fe560e6048e4e34d46dfbaeed9f5b3ddcbf41cd172f6c46cda8cb549faf3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:e8c673493346ce26aa4078ea788dc0b3c888613b8d161dee4a91d577f4686dcc_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4b909a7fa9307c352c5a50cfebe3694547a60195928c3a3616def9818dd6a701_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:74c62d51442c13d38b45be851fd70040ae8dbef49fb6b22a5cff7ec3d20918b3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:8acbe6bee1e736dc4b636057a9ca03e6d19a341c207f4856281e9442b4e2f5b1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e214faf773c10d348cd1fe3014a1541cc37f8484b53e35136f67e0bd3bcde588_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:19eb2ef0c58d253602d9dfc10f356481bc443b6ba6a1729eeb253549a5b06235_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:4aecd8e8a99b71f09c3fe659399204e461b1008def654038d8d2df6df34eb3d8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:57e1fac2b2f950168e3130a96d96a839b183c8d4bc5f051af5a951a13d69ddd8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7e60e4e7673f57490cbf6c96a033c4d6f0e373941cf7d7235c2455a7e7850a77_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:1e48b7ea9656f56b0ff7a95ae25a7fb6303b796f70c8a80925c98a1a38d09c9e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:30ffb3abac5d66f0d7192c3395f4e29f18bee60eec5b603126308cb8e986155b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:39572ca95b113cdbc944e60797371c1c70d210b718086be5796ad62a0753e74c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f04d8f791bf53ae7ba29b1c3ea0847d13a99a58d8d13d53eac95a648c4fd7d81_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:01d126ad02cd31c976cf2857928631f421ecf59096ca0e61daa28596a9ce3bad_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4ce5ec880ffd93abc262773d8c84390aeb22cf7aa4f6688b950c0490df2e7b0f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d1c2b9ba0cab850926c999b43cc85ea7ed91c5396d1d3ca272c330cbcf098392_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e46881e84e706330e4ebcf93cc1ec2ba9e1454b96ecee79fb81852d7b5826853_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:40cf04b4677fe397b6cca48fd704defd5dfbe5849116b2f855059340fb537da8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:b5df8abccc723af3f3ff86b4d1fbe7f643b89bcdf87c93abf3b926e8b622efc3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:b800c84b0984408d51fe965464e87ab18c0c3d82c8c51d12fbd488f9a6f17f7f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c0b5ffad8095d2ec71180e3857c7e5003040c79ea93835c5ee7ec6f544a406bc_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0f58f90811f760f3c9266f674a8f7fff259b48e10f1a8e994c5ec8cac3745191_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:4d336c3a625d32606df94aff5194969a6b3e20bd8586c56baacd509bcdb066f0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c67690128b6b243becc0fa48a9c8917740c4e4c01cbc3798c72e03fd9629430a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fcb458c8179222d8c01853b9654ca9708cf5f34146b6488486f2d44f12a1db1f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:10227468946141bf8f1f0dd71860ec2dcab6888ce2ec096f8250ce27dc9de66c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4cca1c61fb2e435230b15535e8423825378ad0f523e7eeed5300b139ade380da_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:c46179b6395be403c3e7915f9953c1b9527c2b384284a3ad16e0091346a86621_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d4ce3e07bfee07e11573773846eb94c759a6d648c06db0bfa2dda1f0110b9f84_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:2040c1f1f4193837690b31dc5f88a840bd6c1c070ab0b091bd20439dd9dfdb49_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:2ec681169d6ce8d33a853a03fb796a312e75992052f4546f94c2ad158bbb9228_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:38d16429ac19db268bbefe2509b4d88ab3cf44e0c4f8b75a05fe3b182e02506e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:8d49a0a22cdef610f8338e3e4e3c009d493e6990d6fd68362063a9138164cd1d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2e170eac98d152abc69b8fa44813a290b9cc2e57bdacb84e97a9ecbe602a7631_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6f08d4c8d88aab768b5c727b824584cb5443f67e69fd543ea95bcc8cf90cff2e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:aa161f825ec834c11a77240e4c8860d7e49957fc6137aa2730aee57d3b34b7ad_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e5568dc2b0aa9f9251b0ac80d28b2c01247a9fdd1a7fd42779932bcb9c0116ad_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0594f924eaa7baaa8350c40eb5b2253c99d8ede41d58291d362bcb334bf8eff7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:29473afe198e78ccc383122e9b9db15562d165d1a1a5d2ec9384f6282a9722c0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6c0d83c46bc0032ff04ea451858bf53db20a42b02c72870771a683b292977620_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:74ef91d30366fd9d581253c29197ebc1c237f72db26b728f7c27f26a1f446d0f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:1c0d5e001e41c928306cb746e0ea360cadb179221b726c5d11709f381132fc67_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:1cb6cdb6e3bf0b41c8844a6145a44416a2d385f640f42f496a4409db59f0a509_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:575c9649ab6ddf045d4be5b4c86501cd0a63fe02d73b4a803b511213405ff243_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:e82eb82d215ec8520e1938f0752a4ce0c869e865ee1c7fe2c96fd95ed74751d7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:31bd457006ce5cd45fdc3428de8e69856a3a387ef4383d1b08908a6f3b35047d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4f7552d3e6293c981fa9da6db88f330bece8f668376abf43f71b906553a5c99e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:973f4d0e9307929973adcd633718d00d09196bbe271b4f9d24f8a399643e1eae_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ab176c397c65bf978d7e517a34e10ea45c82a35f65b8bbe39f384f776822c03d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:34d1ed337dac313194803cbe7336560b7a630adc9cd2bd785883be5048ca52dc_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:4d29bc385e8920f178688a741187cc67ed670ea997201952d0b9a77b56c762bd_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c86661524ff0c65bd9dd0349b73a831204010ec59c84786916be4ecf22c625fd_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:da698e145cf30d354629fe8f6c4023d14fa2b5b167045bd8a6da0ba441b8c92d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:53be80af8fa2a60d9bd89de8e103fb2eb2cf008acff6d7f89383d861bb8a54f5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6decc15033377fcfef17782d66d17fe25501b157d69bd83e85a87c6e60f665d4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:8b2d6dfc8fc31a67250dca39ac60bdaf86cbbd61353cfe7731d4fb1ebf5463c0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ab21f8f97947845bb94bf6912ca8880ed39c4aa3a849af7f804d28c11a6f0ef6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3f2412d3a5a21739fc209d7caff76dd8dfc077f8a5a3a5034a6ca7a29532f14a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:598df55cedcdd92019d97e3ab1a6227b139798dc69adab00a65371e300803eb0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:9c4d4b4b4f7b8cf69f9535c0f1191f4de338b928311b0ed867fdcb0d8156220a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:df5cccd485b9a00dd75fd58cc2690f4713062e43fcba9aad630fa400f314c588_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:2814cd076f00b58ec1abc468adbe95d2281b50cddbce2d112dbf8befa70dd470_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:5903de42d0ee79b46d935ae3dc54e88a62d8e09dfbc6d055a31d3e6fa3c4cb81_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c1327a4cffa9882b931047ae66941c2d3a6f4c96bfebe56cd3070e3deb22fdc1_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:f3d14a42e2214c08f4695a86b716a383112b70245a711db6fda0a5a462371994_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:2a0f25a54392c0e18a35840e1d29f31d5dbaa7325819fbf58656e738496797bd_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:3eade2c45b25c59ca557f5a284adda009b84a3f6d21c9db089d8c5fa7abb949a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:992c550b1d50408bcdca519980d914bf7bca4ee382ee0540aa3af2d034eddc4b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e06661e1b9f1142191ead0cb0f04b252619ea50c2be307177853fda34761dfd9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:03926dc5ab653058aa6d7750ea01a2b45c8f17a5ca7a8e67ca652c9a0dce194e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a13900fe0e23c9421046db6cfc237d21d0a744bbdce29fcd24c9f17b360469db_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:ad14d54f4912883a0140d3ac97c6b2219e3ffb87015050bb147ca0c73cc3cc61_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:b174fb64ed734452a4390290022fd0ec60d37823be6b12a17c2c6ae7681b3594_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:08553069c4783d2a245702df54c1164633839ba790ebed8cbe1676e4131090cf_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:33d14b8d5f2c6b2e06b4bb0afb00a0725195ac80899f786640a0c3df9d238e30_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6b96857862bf6275ae1b5cd28a4eedabf4ecb6df67a441f47c1469359e76b9dd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:8fb9394145dcb16031acd61a0357c81facc3f7e2c26c8a5925581d68389805d8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0f14bc30863ee292aa6978966151fe4e77f43b502952a32565035ed9d48b1beb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1dd2bf9193891003a1666b3eef1890bf737089784285b1227393a690ca1cde04_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b2218da01a451dbe0e4dfb108b2c153e1a1b3399d7e6738e4c191cfc8f8801d3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:eee4ef2783405873838d6b4cf42eccadad062b9f056d5e13b76e709f7876c9b8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:3b594e4afd1f6540d0c0da8f875bdb8de328ba3f2dce17c8226712929079360b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d82ed0fbd775b5970fcffb980f6d28c885c1e2f9d44f409507778e9cf9bfde8c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d939c7835722074df7a0197e72aba718a27b8f88134883df7fd654b1ee57f0a8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ffc14425bb9275fd713b639c43ce33bf303c54e38cc53f4f9db3a3a1f2a6f105_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:463cd33991582264476015ec2ecf8ac12a9ae4107897cb2558c1d9a4a1b412f7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:876321c429821ed061d0908b2c57c02b865f775f47942f15401965ab1eb46056_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9cc79bb2a2c6602b4a72dc3abd536b1e47ea245de4f7ff2b3ae08a4bacac6bb4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a9102ac4baccbb625f4c4bf605ac61967c5381c24c777aa819577c2c7cde6c39_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:06a4acb5a7b97c5f66d70cc351f4636eda111bc81454308281567359ebe0e693_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:10439ed7506bb140f1977a564caacc309002a67a41c61539c2ee150873f23b69_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:113236bdca2ba374020fed560565f6aff01002a32c8eb969130b6265e1ebdac6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2996e3821813cad87e4bbef83d22bab2bdb80ade147e2f827714321a06d50769_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0a41b5b6efbf9ceb5605efcc5a74e872e5b82366478bd9aa1307c9a043b25194_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a8430b0829211ecb9925cb3061a328e054c006433bbe067d8746f92c348ff141_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:bdf77c78561fb5592d084c616462fb0341d8dfea9ce664196d398480cf4c9b95_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d2c51e9490479cf86973a6f9132ed075989ae64930747dda27ec3100999352c5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:148e6bf35d15e19100b342ec8ccd8f3b975b145f6aa1596d5a7004ec88684444_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:6cade19a99f1530ec4700b5283f965f9c97ae9732689916d1c40eb4797adb08a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fa007e3f1a38a5b48a21d37737077594f57cac65d08a9da8859bd1f98677fc86_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fdc7347043706d1c88f0d0327e29fd47dca2ba6b41bfaadfe4acb18c175c3a03_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:8f0030f4e532ae452721b47317f2bed3a91b4e18f7d58bc99f117d19a081ce5a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:f8fa8bb4a92b3ad3028f21cec3c5394f565c9e02f06b0619696cebf56cf598e3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:b0ef0d0003586a718c7747a6c5efc24313d757a4e15f7725328f8ce310793ec9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:fabefdede81f8045f228b94b2cdc64ffaa4840c7da5937fcc7ff40d82bd2a729_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:02d69fddf5e810141a02f739de9b3b56a1301d4ecbdad3b8df3b7b0c8c67db87_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:0aa7da9a515f449d3a6da50c5dd8d55ed318b494f2b3f3f866338ff1f49a3ba3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:16bbd40075cb4a55accc69db260da71419574395102c164a388ea491bf51d927_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:8b310a127ab9ef1521dbfa6ae4909d5e79b846838de6b07f8693a6f746d8e1d0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:d167970d8be3d911c29a54fe93b3c5ba2ace1a5bd823fb0dd3b5f0691d67f5e0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:ee8d34565b8f3e4d3c349b05feb279bf6a314f84897e668bc6bcb890e1320971_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:3ce22e5fd8def8305f8ecd28c69bb53111b68aa18a0f8907af504961caad2b31_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:6c8b3d7e73807714789155e434b87fb7444c1ea2cc5197fdd18b0f9e253d1504_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:76ec2d7ea2abda578740aed288764346e3e5236cd8bd1b42e776762ea5af7ff8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:a2cd6bd5ba28e30282de522e76ec1fee891eeee677350638802535f329f41d56_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:1ad410be29b78a62c6c761adb2ddc81dd6552e215f3bd71b2c49c19fd9506c49_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:2c3682906df67732160982aa12fb991407978d1c7a2cb36d279b0857134bfbee_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:3a4686f99c0461088ac8d8d83b53ff967b57840aca2fa87a3d04823823c4d5fa_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:66340f44b99e3bbd8c021e0c47b0617365b62c53b0b3911933d8f683b2c48aa2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1796f001455857a701404a4ee37d793895c4d179708fee5cfeb2467243c8cb06_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:cb2ff11c7a67c79a0164613e9ae68e58c14c6ef7a5af4dc4b6fbc897921db161_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:d30598bb001578c4b9e99ab1d5040af35a27b1b5c7503d566b0672d634ef9f1e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:e9cb3fec3be65cd06e6fe00d2954b8302e12814701e1906ad91833ef18a01fab_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:3616e4a7673a447207307a8acf0661496632a65ab79694abf81d8a47da0f590d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:a833695f4c37b7f90a42db6563f6cfe2ba22d175e1b2562eac67a2bf30874c00_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ef7b269606c239b4c5b9e720fe99a727b2fe55ca5eaf651c4209c5f4ece296dd_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ff65e0a6ded81326ad41c930abd5f396a6b3c2920169d349be3f4240aa212889_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:76da7e014155a69453feb8dc8eedda88578a3d3dd6e25da074013da1d32590f8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:83b56456b19882b4a9c29e1e3099317d6b2f38cb3f310c67cf6297063689d416_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:a0c019865c62a67303956123e1df05cb8a1ac3ddf188638f00b0d3fbab0e4502_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:bd6ab28545e203750806e1c22c4d1c9e10e91b20bcd922c5890d13eaa47982f8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:2a1b57399ea1e13524534dc38eed4139d56a4b56f0db7739cb99048588a96d9f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:48e3d29aeac5bc5c6d1cd9345436af66b233c63e898bbe5817016bb4f5ec17d3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:4a5be5aa4a12e2531d63f983de08bc3e411147454b3f2e601832d4d437a1a02a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:8bc5aeae1421310f6f635cb1679cf3145a158a8549bda6132526d02f533527cf_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:0e26d9dd3ce20a2b973f0128da5a0c27b8550941d1f6a71eb8a2d3db46086e59_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:7f7b4c6d942213eac8eb3b3e87c81094208a3b41e1345964f29e6936c5ac6b31_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e6755753af40adcaef42af4fa79da923446d57d2da328a5689a8aac7d7a6a803_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:fb299ef0ec0e3b11af2787b41c7b1acb5e161a11f244823831add0ea0cced3eb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:00381459ad3d92ccdd5a3a45ad1f09ddda8da0d48f4594a4c219288a266647c0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:076c49eb3ed9183e0ae26f6711a9e5aa1875a080e2d47510cb16e2714afcc585_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e8d9136a62d6038628221fefdae5923e39cde2aedb2aeff9dccbd1b5b1e4627f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:f43b9aaee22c9fd77e98ba94f89d886bd323c658bfe3e7df74af80052e4e9474_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:2014a37e5e4d7528a77ffcf3183354b0cd7c17eb5814721c469aac3d500fc58d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:315f55b2b96d9bb4e2ac7951fc6c3736bee817f27003f370b9006dac7096816d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:707698f30f4c8088b2620c5600f79bfcacfbd5b82c957de62e13ff432dcf35a3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e21ea71d36fdcdb320bf2f2b60c4d2e47b83439beaefe2a78013507f6d4faf2f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:1579b3e033644e046bab63965d6f34797294c079488feb1ab6a93bf431deeff5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:7eae88dd81a4cc334cc312551621a1e469c30ebf73def686b18aa7f43027302f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:9151d366b16d34b16a1c90575e3317054503b12c880af51d496f681fce3f88d7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:bf1a0690529c9ef700e616776f6372bdcc6883f8fcf5be062b6397dda5246b9a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:03bdb8f74c117562bff696fdff572c2cbc7d73901c63a092d63ac5be23e0f4d2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:82f6b0c46cbcb7d23b865db2f2cd94cb83fcfd07ca408dba1b50d28d93c72aea_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cc12aa0e564fef8638f82263cb9d15509dcd032f9eeae171c41543e292ffa47d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f07d0cc2e3c9185fb009f2cb7677f3b9a5a7da7b9cc2e385be40108911b61c45_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:04d44a7c55214235a6ca121f45eb8a2265b6a47803d0000a3f7819dd279bb634_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:aa7d02eb36629d56525c04dc37e30777d0b33d2af3b90e504ba4259ccbb01fc5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:af1ec368aab118eb5273e4e8db659bdbfe94ba2e0410dc0e872fb4703eb7f229_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:b37ec193d3318150fcfdeb63bf8955b1b03dccfbec5be52cbc08251d36da824d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:0ff28e5ca81e1ca5499ea80569c9b8a203b313e989559e4c83ac8f0fbaee0973_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:1410e37b8ce017f7da84c0b86b0411f01e1d8d6597d2dd97cb0b82e05ee944ce_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:84de5559116e4f57c27844e4c9d28ece511779570e62dbf436ef9d452c44fa93_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d18b86413dfd7450e3d201b42ff45d3f3e9bd8ac3caa591bb5ec80dbe55701fa_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:1a53f5592aaaf08e69ca0ebea2f1e04ffc39671ceaf2877b66d3337f7450f860_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:354d017903fc20f2a775c264be278253789845fb207eb876d2f650002e7d9d56_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:89bd631ea62ce494371f19913c50598c14d46e8ec90171864ed1aa9dff109b12_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:eefbc25642cd5387702ba23a6bbc3a33e1d507caf9b5d873657c08be096828bf_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:364bf9f2adf4282b4186106425ccecab534f23ab7603050e6bb1fafffd6aa176_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:b48a010d206d36ef0eb6e079407c7d921cbce7ff8f4d7976a4228a6eac88ad64_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f8efd3a98425d3b6ee6cb9df9d20cf8390168998d5f3d8ae4b8030b9353e2b43_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4ead6c7e104de4b1296fd135a0be96deb8348a6837383bf3ba75c98fd6c7c20e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:af1a072fdbb27a53132f6db1fa4153a3a0c61babca8293a6c40d6e1a8430e5d2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:dd07d396e484826008d9accb4013073f654bbdbc9373c3ec94c79e2fcd903c10_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:42b0c5d6a2ff553e1fdd1ce9daf95748b671d4b9f71b777ad6f06bb49e52d172_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:4f8de05a10bb92e5c982471035860ef72f44d0f4213397dd3a304c0fc21af267_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:7357ebbb98da36a072189586fb5845d495182d488ae0d88380fab5398616251d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:19ef2c2e8606c2bcc69c922cda581826281770cdb7e70aa9dfff11404ed30a3a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:6ebb3e355f86fb611dc2f7d414713ce89c4372ed05e074673fea20929b345ec8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:db8da3a0212ffefefcf7a198ed1d75030d3b2706f582d4115d3fdac3b7d377c5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:5f0b5c758fa46f12d4fcdbb64559ca96b32e74eac5e007c0c99d58051855d98b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c9c3e0f579e933d9644cc4b5feb0e9c97383bf2dcdddcd2a0c6182599e564af6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:cb2349e1fe8d9e74fb14a61be4716f0dfb8ee89d3debc762b39cb840c9ab12eb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:ff568746b033a045daa34f6f5c196950d1122c54562afa9d70fc4c8a49f0cf78_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:66e195d334243b880b11b18c5b867f05ce7717ae97fcc707ab05555ebb03662e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:80f26ba4b1206766785d1c060b3f4d9f399cbffea8a84bb807d4341cff8e5c11_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:91e89c2093305433fa84c8522679f781a3148a3890859eb436decfaf6a2fa9f7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:a02a71e69cc7a3f1747d5ee0e4a0535c9dd6abe0fc244c2f16094402b56ca52a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:237339db4971f1ac7be125fc689b87dd07b1e0f59da545a2a7d08727c69f0637_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:263b3dcbb11cbdd26611250be26c6923fac9b74a387da78519650f8d05cdb4dd_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:40b891a4cb673d3080ca260e54a87bc1e730820cc5058aab5c87f0d9242746db_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:5b10eeb7bcb9d3d5cc562cbe6ba759b47a302eccc48c658f6a11e2def6f627ac_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:a0d207f70105e6c6c74adeca74cb6b9218e107a869a7e9ceee35022db9218009_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c34f9a1038f52a60b3bfd081a569d5fb067a95cb2d6eb1e83512276afc4f217e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:00cb5b6fe5f046798ca21596f72d52b61e1e74c94dab877932fa9da65eba08df_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:7d983f60a53d61f594507cc64436fd505db9c113bea98bd2297404fbd39d208c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:01304de5720f291e6c7ac725311596634dc2ffe3d2c625fef7de40a22563b5d8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:e191bae1686c2699afca87bba65d819f47de39e94e4d57dc76566622b0e93233_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:0fd2d931780a25a95b718a2726c844e3fddad9187da2298e9c1f8302efb3fb55_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:88d0afed198a8eac80018f43ecb282f470f998dc21cb1053feec3ef26bebe206_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:c409fb63b2b3887dc7df2c203597ccea0c166c2f7e4b9d99dd586c9503a96082_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:a6f98204b5eda5ee82ed092ad791c0e75d3d299a0b2b7ddc56c229b2f2cfaab3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:f42b26c88531ea4dceb0c9ffecdae1d0ea54097e7ee2b9dc3eee2f226b8344af_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:01f51a86b3d544b7447be3a6505835651ac27433d4cd44912d7d90b67fd6dc1f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:dad2cd32abcba1dc64780ff15eb530a8ef3e45735c47f2069c2fa3a2c6729ac1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:88c33650ed5fa280c4ceee17f63bc94acb3e31bac6ce0ff922537044c62ac170_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:9a3a34d1184f72aa33d708c971e252247c1dcb187ca485ddf536967e2d60747e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a2f0b33c066abcd5945c172e45fde320dd575e74f92994e0b00ff83b0b2edde1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:b1f880f022597d0e8024271b99736555add047a58c3afb8b0c883b034e203c41_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:55116f0b9d2a169c62e830324808855c16ddc8086705dd884b386710d73af539_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:7387e89509be1816ffb3cb543b017332475eaaa5a2624e5bbee2e21a705e5cdb_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:904d7a9cc8e44f5c07fa09f25df6ed258e2b0aa87292b9a3ded77ed3a615e24c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:b370250af2a6f996100d937a7395b0d031f64c3b6e56114815fdfaa200e96272_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:36882254cc241dda67e3094467d51caf941355c31438658dfc1437228bb6f4c1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:8cb62fe1368a749cf2e5fe112e7deeea4157b6abd336772a52367d9d0ba21187_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e37e2a9400c167a70ad9bf6ee64883ce1d0cdf690802a2477f3e7a6b12757f6c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e43cc3e015aa865dfde70c7578ccbb79bfaa9d62f030e65bec769762cd087bc8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:17ebafab92393b198966eae8d3a669fed809b6c4f9fee4243ce177952e4d1c85_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1c389a261e900fd9f8fc87d748363706bcf1de74a24acd410075bf0d205b8cb7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:2c3d8ec443474d21ab9f59a88ef33184063beec103e3e4ffe7859cb429dc470a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:64abcf4ed85d43529c59bc77dc06133aeb3ccb1657fc877dcea8bcbee51f019d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:a629a70723438621732aaafbe799b0f92c2d3a07e9028e22ee2ff3bceb911bac_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:e105fb8b5c80f438d63cdcb29187a35df84393995e142369fedd2aeb89979681_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a85fdd4a1398a47f682526c16e97de1f87b8222ddda47a6c5f254d06b4c791b3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:afd2a6edd07ebb4b6b77544ae5ee18e3371f514daf4c669a00d154b5e33b701a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:20e35628df4b8844ea3668b147e125b32534d7b944753ae1f99b6ea46e159392_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:9e9525d31895ad7e9a1ff753e0895f7d845a36294f88fab8041f2f3deefa6608_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:1cb8736ad1e698a4ec78cbcb16d6e37d67887bed651a12bf63db51af96b0a7cc_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:554b7d9d81f9fb5dbccbabdaadfda9e45d186eba6488df224f83ab512a4c4653_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:249bd5ed39ae03fa46aa042d73bc097c700a6be65ec79157460de3d1ca75646d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:65777a3f824fbba1a23da143ef64a1824aa48883b94947682f787232d55055c1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:9e52b2efa8fdbd65ad70163f96f358b64f552783c7f03182dcf38994cb2dbb58_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:ece0c645d881112e48d2886024cb96b6cf4b1889cc456b30d331df729fcdc9cf_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:0b99f7875f7934b371fedcff686622acd03d9c2618bb613dd6721ea5ffe1dc57_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5537e4af85d49533292160803dc7bff5276485846f94e247353df944b4b28a54_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:8e64d6ec539d991b5a228d8f4b9079fb959dd11c3b8a77ee5bc3576398340dc2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:b32d68bfc83195f7cf85e5ca9d4baa658d768d3a98bab4a3ce3cc107e089d84e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:333d60c92a9efcb4febe144c3e331c553197d325ba0afd64bebfcc2803cc0e07_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:accbf8cdcc475fdd0ae3427f178de8f847fed6c09cce1c12428861adc9b342b8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:dd2518acc748d2fb1c6d5f8421a6d85ab2dedf2546508f45f8e2f6dacfa7f5b1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f3265ade73f238556cf2a7fc67e8ebb3d5636440fd9b7d4cd2aa725677ce3965_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:1bfd1b573bf924cb0a8be80be641b4ce684b141a66325d7c0cc923a9d3a2030a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:88bda970c0360c5c1160b32e589812e4289db230dfa9923e1494636f97c34278_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d849f73e901939241fc0853532489308b856ec530492a706db8f81ac47e59318_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ef722b792c00415c1efaecc99ea873df11d2ef8cd35c5b86af0afcb28c08f821_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:50ff46f43a500235707760885fbe4997cee8c7088bfa36c911697df3b81675a2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7845202df558b0ef442f3b4fbef423c6278fc43bea49169140fe3a263b15c7e4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:92d0cdf81fb07c8eb55fef4be846e84d5f18f181fed24221a294c5312c76e923_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:b19219d62e0e70404ac9b7643caa49a792b9450e8bdd815b02a6539e41526a77_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1da1b4d5b5eb3c2d6238b7e53fa040f03a759b8fa47e52d9e530c8a40885acdd_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:8410339435a39b3b5a97a180fd0b413e3ca02351edb8b9d7be1145688ca56cb0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:8873af11a450438c35d6b39d687e73fd0ee0faca3f0562698b24650b01248690_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:bd6ea26ce1660efdc5159b2a53d8812bb1a584d7185edbca08a07cb89a09cb0c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:063ae7b531e3156e051e254ec07faaec30ca971d027a48dcbf930b1b662d4d81_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:1aeee3943c69893e59b8d0bdbf4c32b4452cf4f6af73a802b64be9cfa051f38b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:51838e17ea6a17f32c4928c8d03fcd2af5052a350e4bff6bde1c484b0663ee7f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:ac68e0a125aa8e638b88d747e50b7b7ef9150d7e15459e5b4c0643dc1d534624_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:1caeb43e59e47f40b7dbb8e9def02e2dd3853254b749c40c42fe2092223d9ff9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6db33bd660e7c3cabfac5125820539a4ef4264c067b17ce404fffddf17965880_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:8444f6327a6cdd0cfa269384e58059a9d333af24c0e423b1abd6d85bb837ad49_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ee448c837b33b1e9ed15258933ad9cdca924ac64fa6d0c3bd7bea0ed9f489dff_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:61057b1135996175ee08d0672d50d1a9eaf083a1a057d0a5526f4af42089dd32_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:619bafa4b79a302982b0806c61721e26a0ab7b6863f478726c6b58b42badae7d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:1dcc4113c131eff2cfbfab09cf11c8186360c6cdbd1086af839a03c042a87fcb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:2eeeba70b8cdc334ceef7ff7e1fa3b1ef19522097e27301e2c7917334ed2b99c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:491afa1460d3cb3aae7dce1df98c67bc343cd47ce22df4c55810f578f8aa6b5f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:5f24e34fae65f3b7a473a8ca41afe45fe4dd8fe9d84c2856c5278c734b2a0ca7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:6d4fbb7a93c300154e76eec4307a3dfc14555e6a2d0d065db2de3fcdfe9f5fa6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:1c2ae2d75a70fd6620fc71ac3f314b3f09746f78903f93d5e1fdca64941946be_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:6baca746bd3180b4e6062141ce4d980c014cc18fd4c1fee527d4df751b0bea76_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a1cca9b456a2eb705f5b11a19d2c54778d1441d56b17d20c9680d0b1aad1ef39_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:bd271650ae9beef457d2c72a9f552448762e538d92cdb345d032ddc3786493bd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1001d2d3264dbdc69734b9e85a67db79c52d1c2f6a1a4f89880b570f834aea51_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:2d27ac19b5e4aa5532d05c71b6da43f4ed51550a36328209f1432378a96cfdaa_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a4623c62d9f7b6fed32b40d539815a3814c74338bf5974976b4dd1ccf8eeafab_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:d2e61adb97f22cc48deb48c31ed94d850fbf26c6590d0fa3aa154765258e185a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3c000e247f5d102792ffffd96011b889db2f5858799122f812b49b10a5b711b0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:49a9fea1a2a81a464be4ebf87a7f3ba7d880662bb85466039a5c8d461a0b69cf_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d4e4e5976380af9528d6405bbbfca7718307afdc46ace2fe3702ecb8ee479ff3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ff841517626da718d46f0869384bf5fa3a04b0eab21af3d4dd2f8d5bd3601aa6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:2efdc02714260c48bc53e7ab0cae1e2d3b99c467469ee1f73fb0b79149091d45_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:31bc24ff07edb1e527760a4d76b60e8d0712968f477d8d6cd419abf36cca0b0a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:84f34f50c2396055e87b857cc30411cf5b18d2f21e78bd13fd03c95c1650baf4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:96bf65054c994cec4326f1bd5432e45caeef3c48513a7e3cd2248759f9e6efdc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:58facad671ae16c072d4a0e96a2336d95c84a7f86d4242e49152e9275296d028_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9a7f6b3f08dfa866a2a1dbf9bcdd636c221c4dcf0ca38ab9b5c481684b4bca54_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9b033e2e92e64d07e7510846ed5f374b1f1375172819dd1eb567c83d9c3be4dd_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b81f64192da01c1b69af1f01bb109684b9a235b0879150ec37bc6bf43a53b351_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:5f3df6d30a624ae1c7a7eafc23b74b1ef674b2a8baaf9d2644d529f98831cc4a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b4edf57f165ba2a9d56e5e84a3aa61e96e76363eb7d56a816ecb15f8ac06244e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:cc8f8b60224940a4c6f8bc236f8cef754c8bc5b4a6d6ecddbc12db49b0087aea_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:e9df45732cef6649cd44dc00a89d9da66b95f1666785247477d000c4177e2c49_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:0670ef29c648fc035844be832f71378d5cda2122f5d6c7f82c831865d45f77b1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:34dadb46049ecbb75501d512642e7d2a58961c783f749aa0169d1a108155db97_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:371746e92f0c725ccaa0b0f58e950693872f87bea78608e95a2dc93b4e8ae77b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c22b1f502cdf6292792cca93076f4a7ef16f1c761a65b11f875c99408584857a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:ae26fa2a9ab61ddb95e4273d710c75edbd517f81d421b68acf84cbfeacaa913f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:e6c8fadf51bdb9c8623178a95c04ded1e3c8b1dce525783bedf1c7c501eaa76e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:e84ff17a4913201a476735cc76bebcb7819e7b65497c43267c19bb8e88b310e6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:ebcd87df2ac74dcac93ceed85bed5587957036381a49d7969e9a530f7744942b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3c98ad6c0008b1145186d1839c980631c119328c2c231956941300508eb27bea_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dab0992bd8f2a8b158c03d3c271e9cce7de86c1e188e136efdafcc20ff1520c3_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dd146a5240dc6b3328240e27e4257151e187aa50df62150160d1050e065f0041_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:def9dc04e6b217cf48b80373fdd6f860e9b020d6699def7089ea881a94b0ff64_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:72c545475f329944debd51692a1815ad56ffa000cae7cf243273136290d32801_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:7942d7e452866f23d468bc06b2b8b43df126c9bbf2fca5607fcd3e3fc391c76d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:c6a713980f98015bc170590afbe2f48b3c4addbd7ff19eee4af2be4b431b3dc8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f21522b2f22cd38ae626063bb6180405ed0eaebe2c443d38cff59b36079087ad_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:622ee3e0fa2560aa75798f4921d3b7417b64feef196cb8903aad499b7ba3ce63_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d30086b283e29e234410ad9521746f1cde8df72c61263e49e01b38135efbc380_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:e11beafd70191493099ea724097b3bdbf5c7d16daadc9e60770ca2e221406cf8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:f0f385d704d85a84503b5415a35a0e127f3a5eabbc813ce61a6afd5044fb35de_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0ab09129b8b99a86f2dc6314a9b30156b814daf1a287113fa9a7a49796bc8616_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:58e8b0de0751882c27612c0547004d51b8a59c1824acc2e8d30360f8ca6b2d0d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:673edbc5d7c6df884ce0c2358b1a5061c31b902bc472556db325ad91373d183a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:7ed466cd36f985050a860f2fb442d29103b2c15f4c373f4d6e3550d656dee8a6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:04e0e42f16e0c627e306f27839d671f541b9276f15bb077d238a98bfa0f4c66d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:92d9f3394d35d8f620a495d90bbfffa00fb30b02c07494ad353bf88b80b299e0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:a455c8087323aeef4d6b31ca68aebe41d2e2eb7bc68165afe0a8b9772a245cf0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:e5f0ea7b527bb4619fafebf3e2732e8b0915a66c7eff930f446c6c12b0c1f4a6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4b75f7a1212ce34fd15eeec8af7a9f45382deb3859f9d3fe2122584f4b70ac17_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8410dc1831f343db0b894f17aeacee702e705393ca83d0751b044f473309d1c1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e1dee7b5a5ea8c48960723f1dbc36b50bb8edf0e3756000631d705cc964a7ca6_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f35219a0965a2dc097d31af84fa649af4dc048ec4fe953b4535d42e37ac5ac28_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:60eccf911015b2af66258c858b1d0dfbc1f79d5d10146c8cec8f9a5f21708f86_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8b1ef7b7353353de1302942f9948833e3bd0b568396513d242f4920e5be58f27_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:963ee9ae771ea224be0c968cebeece76527f1d138452319cb17dad959d972d40_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:e4ea39c79db66f4c7144a8526d5971ac698c3502df81744df07f7a9f281149ec_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:e4e0509c00b2dc8f6feeba505240de8debcb1b7e6e01e138ce406125e344efcb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:d0acba106822523c6cdfcc2fc36d8b78f0859e887958ad8a5634c5cf4757b45c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:79b723e31ae2158844c9f9b1a302e379d90be8c21e1e175106b77ebf19e7a5fd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:7b95cef8669b142bf2c82310fb33215b2987b47de2ab5135d5845ad23f27db39_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:96258e901919b272871c1be3a5ee6e984ae13812022ddf0b817ff8e5f35f9fb6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:d97bfb4843b397a25cbca966319a8f2e809da9809720eba96d7c64cbfc403bd8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:0667250c45df43bf0110d46c8b8beb3ada41a0bb520d35629d9928ec373f1cdc_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:195220de99e688a7dd546e190638664c5236f67316276a0aae8d39b525e7e54d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:af0eca465c454003d66ef7d95cd0da38ed837a7da7d9978d318f2b29b2bcc472_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e0a03020adf1f6b1612c5a935aebce414ba1c84a71c09e9e91a8759c488137b7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:05bff5cef1e0071adfc0c9fc07b2a7ef6ef2e6f0b597dea05bd784f8f9746533_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:40df7a1323c23c3875e77061b3bccd337500d04f1cbe324a800eebb7181f8c46_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:5017bd5e359111c80afc7cf55fba210bcd7f15ca82d3a6282d2f63560ffe8d3d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:8ef63ddc25cd248263a40aba3201b2c6b3c3b2dbd998ced45626223efadbc3af_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:04b85fc4bcf3ee707044a3ad2556236e5b2fa4b09875ca781f61a13a11d94cde_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:0932ee4d4567b840a801bbe4161c37b40f1e5fd4b38be13947b8e09842d40623_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:60ac363479cf9156e89aaf94735053ea3ab48a2af18b902444ccfa4c723bd8bd_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d4f9611470c2e215f919f6b08149425755ebae0a89bea7c3a3b95ffa4b7c59db_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:25811e863ae8cce3659fa109172b0fe4fb11260cd612410b2880f69edf3f2459_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4f6d5dd85317206c92af4aa0bcdfada9319b70856135fad4b30691bca9740387_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:97c762eda0b5da7809e6e7f236215b2e524a7c7ce6f3cc2f6d934753f5fdea40_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f633ea56b1691be0c55b612d5d07a9469a8ae9b5e833dadce533f428026cd7c8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:151563529a3997849bbfcc5af0d7f785c26cbdc449935bc97d4f6250492fe4a7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:65a15ccfc8e4e132d1b11fad18930d7f1ef53199f14361826de6c21ffe2dbeea_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:85859d9cf6668ca35cf196718aa7df1588411e4ddb287f832d4e7c6992aa5af3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:ed1989895d9f856d4cfcc6e4709233883e0dc7b9bbd2443d10d826eaa899b734_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:88bc1b9cedee4bebf90d217f61b8166ab0457dd245103610369821a64687322f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b2f536faf8330207a5e3332dc4b7895ae75d7a0c80ed6681704dec1ed1c8d62b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c8f98eba93ba62f17c51a77572d1ea794f2928e0e6e295ec881046e9fb04fa97_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:cb206bd45940912fcf244734c32e2c8938673dfd87fe12bd15671bf7c2a5206e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3daa312b5c2bcfd679559c162f3ef9dc497dd1c1772cb18d003de78918a3e359_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:44cdd21f24db7870c11a5758e4e89f9aafbc7b77fbd510b7d26e8a9a6de03f1f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:60a2e0c35e6c1248da50a89b854450de14c875fc134b7e9be481fa5ca91524bc_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:632e71ea8413382e51005f4110fedc3930270e617fe176415958f15e11ca87d9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:32e4fc1654909b51802cb8abf8b5946e44483ccdced36c784941638296197163_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:45fdba490434d5c9b3f35072d5ca0f3c5f0dd2f836c9e3e1bffbfea53f8b4d11_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:5651967617c24f0fa3463d66cc35e484ef52dcc1cb32f1a96a095139c31964d8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:abe083c619d9906f8ad612d300dfd9b7a6c9fc93897e4c437f2ad5481eb4320a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2dd0915cc989ffbee4b234604427b4e14c89efe69a7d76e182ceaab10c6299b1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9eb6b6ad34e973b0c20aec9028b893d92baca2639b28b9f5d457aac43392bfdb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:be4a416afdfa019b7eefd6610034d97e43d15dc134cf2aa250dcf88084e6fbea_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ef488b181ed6865117b0f2ba94075786b6e564602ba420d58e570ce9d919f069_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:59e3ee88feccca815009efc5c992e184f4f091e01f3b2c014a65abcd1cf78284_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:7534da640a66d5b46018bac0decb415afe5a25a438c763afc73b4a7e8d25ee64_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:85c474a602a432c886402b1411497d7586ec3802d4e556bfdd6ce2676aad3862_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:ac2600a181492ce1a44e31c83258a5fba05c7f39695c5f6887965a6bb2871df8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:222b70b3268bd5b6e1a960a85773594e543ab847b59dfa0dd3d94104ac3cb38e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:596b7c513cfcf12c8e991f82f45aa2154363952c11f48bcdaa271818fe790515_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:86ce0e99da0c35b99dd1d8b28cb02076e26a87d9d7a7e539e85f56eca1906de2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cfd9974465dac521af7557689c6091d373d8462cd899ef4ee06716b2e2c945ec_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:077cd921e585d41b95eb57cf921878e7c3e36a6fd8a19fb00fb14a28650c0c56_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:5907d836ebf2133c63591afc2135a9224582e0c75373642d4bca8094ee4d48bc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:8dd9787566554a85650fdcbe3461ce973495bda716557aefc7a7a2c2fd482815_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:ffbab63b764bd79e20f869b83736c41ea28ef2eeeff1305f87fdb7dc4bf6dc55_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:162b737fd1a333a5eb9bf62eb46cea08d9285247685ae705977751f203e767a3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:8c4270b6cb5ac0d566c7a1b9e546cb637a43586587076f757e61a5a6fd34a251_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:b7d7b847c855c894255f887e106b3027a29e2fd0dfd8bd606a1280a4313b094b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:b88b8c16bbd10bffc3c7428e861c2e9b8749da27eda5a33a0fa538b9949ec33a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:82254fb1f4ee4da82f1a6326044cde4ba311044cea5a5c2e28da70a67a82e8f9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:88179c9f57abbdad3c20d59c3ce38768b17e53e7f463167fafb447810a9b78f7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:943f3d2183309803791c84adce621e29f3a61f6119dc0af1529cd688063c35f9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d6c0c5250326cb44c5950c4d46bd13fdbc3acc7d36b05f1dc34a9744aba6586d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:426b08682f0c5d8833046d5ca88f2b3af44ee38218dcc57fa41a884a9fa938a6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:64e190645dd9dff1f4898ec45cc4ac42cc94f1b4bf8b1b4022a07873da039a36_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:bd152c2607b552226f73b3a760aeb307592cac725106da7d65b3ea3a460708c6_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:cd37ef01e0c5586ab14e6a041a2cf093dfa8815b3e21a1ae636369b64fc2a253_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1922232d6d920c408323f02e725c79132e46a9d73beb16244d0320201bd2a097_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:2622b7c4add731fd89832f5eebec7c86300749d80cf50fe0e397657c52dd2fdf_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3d77a408ab227b6658ca9643adfa97499b469e7a2faf1a2eba8cffb57fa9dd6d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:b29944894d3e8fc54349b0382fb01b25cf4445a29f82c45a4e75146c18e2cf8d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:47a37b58e2bea7dabb2da791027a2e880c10387e6c836bac1c45bcb059105156_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c1836d3d39c323a9f3920b769a8e40af886abbd390a8ce57b7debfdcda966860_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f4fd8a5427d8f74e7833efa23a0f7ddc8f4a2fd497b85988cad2b201f9033264_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f872b70b2027aaa6e426ee17b4f08d729d4e8121e9e98cafdec350153ac6d464_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2e9f6ad9b1c5ac39b9e8813a056155ad2b594a264ddce4d7a5ddd411f4c9e8f8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:462c3f69e1907a9b834188eb2aad3426d3f262315d1fbdb5629eb42b1849be0f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5250cc91fe66d307afa3450a2c052725c340731911b342332bc3dbab76bd5e22_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:aad8e6a28b5544fd9e8db6641fcd2a85474eb04f87cd3823792710fae0e127c8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:610b71151a7df8f4e29091e43bf71ef4a440430bc1f395cdf552844c3a111577_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:81f8d5808ac1503ffb406ebcfa40ad33fe4c13a62ec504c535b94a01312c3dd5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:9a58f0d4761ad3c87d0bb346a3608965df2d3e85a5cd92072dfba1c831570279_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:abaf2a42a5b82e5bbfe58b051dbd24fd71db5dbd2375fe6b64b01e8154ebb183_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:767e3986e21c2f1514a8a12d8b07d8bfaccc5afabdb58ec2cec07918d9805554_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:e52247597556738716370c233f27fe6893bd7505b647204ad29e4bdbfb397c36_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:03201ef76eea07d6632c483c1f05a1b983a8fb17e892722f673d7903d3d589ae_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:c87642be397b0f7532a4d798adca5679a994a52f56ad0825859bec705e923f6a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:2296b574fac529573dac1bda657ea2916d59c5adad72385acf19d8e38146947d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:2b606ac9745c95d3c70d91044357602677c8ab5e6242ee78aa9f11ccb4729e57_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:05f4b34c9abb9bf70a50c0250f6b130274c276a216aa3d2d6a18cdfc61899886_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:44305451a86fa2140f50c3a6e9d430f84aa4015834d51d406fa5847bee846d04_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:2f962daa09a741fef6dae721df2f0c66b911b70ac45e50fba5d3c4e17e9942b8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3a22070544241e1aba74be893b409267d894b867cb245d0ff8bdcffda72f8930_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a3e610fffc61c36b60917fae40dd3869de7876ae41b286f0d5397d31fa119f8b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:acd05d00f32c61bb6fa2a544887dd218002e2135a0de1acf7896571768735aa2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:0c0a5d2256bb2f57a9656d8bc97df07613940255c6add3fbaf2e6322ca840d43_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2cf1694768e2bf9fdde5859407a7366f44dfd567ba956cad64e76cfae189450f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:707d8e731d89185bc601f005fb49bfe73a063702c3058b7de342e6b90e84c9a2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8c6a0ab37cf5fbbce8b9ab785c93d9eb368180c6ca39ce13bb10a7eea3208f3f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1b54fdc04c2314437910c9a093e8ec65dab98d46351796985a21335a6b769e0d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:21f55af564e556247c4ea8263a5878314e025f290a723b716a9402c3ad228084_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:240acd5fc3d093867cd7efd4587ebefe048c6284a801da08faf8e2d9fcb19a47_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:be910f706a78786f57bf9601f04808dd78cd377c7dca4e0fef655be3a03e3350_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:3588dbbbc1b77e32314e2cef4b226e8430c04d269f8fb0a428d1859cbf95748f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:53923226087001bf8b4a6fe17761d2f7f745ab20710e7c1074673c6566a070e8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6f20725914f0924a8c0e605bfe6cbb2040ebcb7953737a120aac78ae540cbe34_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:e54b16f55fc9fff3ffdd04798462db934a9c6f218cf427a29b63235c733c666b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:11a2f9b1e75a4e3af89c08a63a03854b3c8b4e42b3e4d82151502322b896a11f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:44846d7c33ba800c8078e768421b1d9b39ed30ed318b680da06b5c97ffec50e8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:8c5c065ef84a9e997ad7703c11e4676470ee7a2100fe617b51d08c5232a3cb75_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:94d5008f0cbba99ee510257dc9921c6874e3853bffa0a22f91fb8635608c4cd2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:00f6088de94a844f32fe0f9a182e56ab06524c946c47f2c5e7156b51cb5602bb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:1b94bd10f5dd7c2b2ea46d32c905b5d95634aced341be5dd8afacf9b8123093f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:492ed93a8e5a9ae62e754c29240958a6c1909bffba60fdd5fced1097b955bcd0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a301c39c613445ea4df3c3bb70cf653d456a2e2f2cabc8ba7899e14792065170_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:31af242f688dd17a96083aeb35e100f97d99df2e1d95ef975297cafca25b6575_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:55faf10fc5ede65f8bf6b3c3524ee3dc3427660180aa499e208c1a0ec2edc0ec_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:7bebc921122ec103b0a42a0040f98dbfb821a1b735a485ebeb8e5a58ba638216_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:a918a598fb1ccec94141c0578606d66016df51dd6d60437e6abef990d58177aa_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:0733858547fe3b3e5ba4fd312446b846f4da4117a767552662871d61ff6952c5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:61ecfb19f466f5e76b77fba34b03b592cd8465956aea1d7c64e2bc27ae1fd2d4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:97ad34222a7b6f40f4e7f371de5ab7f9bd21519abd49dad6fb9ce5e775cccafc_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:df538992ddf8edd62462644c5fdc23265be18523e42ee350226e4ef341896fb3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8f9dd799d03d523103b6ec8910f1824f01e142aff8c689d55a3728250b8be3d7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:9c0208ed841ab00ba866121c2c6d471cfb4356d05501a2a78c563d4d9735344b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c4631236ed116c123793555732f647ff3d3fd8cb89a4f83dfc846b4456e03588_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:eb77fcd0fc42f542e8f761eee4003cd969ef4e80b94f10e2b25e801acccd0911_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3986a780fc3c4722e9f89872becc411c9d30d824ca97990ea58943c95974bc67_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:42ebd671fba15ee296288177629f54b680248438351c85c305a970d74b5356cd_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:950695ad184709b631a6220ebd01cdcfff0c841f9c0977db7aab1fb2ec309c76_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:b664dc527a0cc5864e95b25751979fec4d4500ead771860fe6aa4f0f24c7ba8e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:41be253a6c643b9ff74f2728ca9c113129ff2cb7139d0130e661f757d178127f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5000590500a94e98d05367647643d0a878a940a55fdb22fe24031b254d40e81f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:7e3d1fe26cf4c96811fd9992becaf4e4c01055216ead8f58aaf3b4842b216d62_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e399f3ff5ec8b143ea7261572b85c170e39af26dd92aefbe21cc56fb652cfd16_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:725f8d814c5acd2fd5e5f38106a89ef41fec83ca077647cf4c9c5f909e338660_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:81e38a7a721ccd6b424b8162de021155c8afc3d4e036b26baece7a52e1ee44e0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:9b07702f9d90053a3e349df86cfa61ae30522447b3ed6e44ea14ca34e9d54f6a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e12cb0851fc2f5e35c9258ad9360efa8f107b0a79e1cd17e0b5e302690125ea7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1dd92470819fdcb1772f425687cacbb71f1ace0453cae1dd4b5ad01b747fe54c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1e76fe522f07e3acac6cc06c67b783af055d5d0f068ed64e96ab1eb38f7913d8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:65c62baa1eede5768a6d01c4a6cf9e5b4c8c9dabe933d167228711ee6f50bf22_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:eafcf7c7eec61806567473c474d88c2ee5fea2866360ff451214a20978fcbdd0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:98845440ef473d8a65a926f6fc7e9bc95e2d975c6431bc2c64c04d166226cce1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:be08fb249d0548451580e3795c97c98c9275bd2e0d8d6ac5385490876578f4b8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:e28276a853d5b9b4937c8d38717139597be50e7458801607c841a569703a97a2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:9adb740bf133ce7652c8196b32f4c5c5a3ef65515c4b861d8cf2c9c6f0d1c4bd_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:98845440ef473d8a65a926f6fc7e9bc95e2d975c6431bc2c64c04d166226cce1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:be08fb249d0548451580e3795c97c98c9275bd2e0d8d6ac5385490876578f4b8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:a8fced5ebdfe32003054afcac8ec22e606806a53dd12d9ef6b594c9b4add893b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:5288894add34aafeec729069a4a4917aa7d4156917f9a5e2dcd82aa4bcea2a91_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0e3b5a014910aa57779fb95853037590569f1edc9bb48bba2d9461b3a2b0fa73_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5c3e36c0e3589a527d795af3e4b2c7b543b6f5a4bf0e89f9262992a2284feb44_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6b2f4181bd5d51fa4058ad220841ff9db18b9dfb9aa16de912d89f26320c32e2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f81dae6cfa04aa748063691e788c0e90633868549d2a53b8fb0ce14e37900928_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:010c10fe8bd3e00d8ad7c690fd4026fef3737f41161cc5838a186c7e9b13c53c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:48e8779ae80d139e0d0cd6ff9d5586c66ba42f6c85d32cea200759056904ddd7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:693661ef8254befcc66a4b7836deb522b2ae96b68b10079f232e2d1c3a428ec7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:80921c9a957d7e76d85e0f30c83e8f007067ef8a435e6aeccb5918f399914784_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:31a0ff47aa1a017d18773be577a1dc3296001154c7c40de20cbc3cc767b0c16b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:41564206c906171df891ccc7c92274cb7998f29687ff7d2e44399242e38682b0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:71f36e93f7195b10639a5c7db58e2f396f1272c6dbaba651e78a4c9ce955c427_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:ab71874b013fdb05845e94a9b4e3432d865a6157cff72725b1ea7589c6717b9e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:34b678523168aca5571ba1e631a458addc39ea9aaea3eff355fbe091e859b30f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:7cc0d1bbc241ac63a5f45a949a439d54316c23c7045659a9d44771e5541e7e17_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:7dfa6966d81447102d92f49b7256c7b47955f1d2b60e5b9dc133f71a1b2c8033_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b07a724845d8acbb842e9c96ebe2ab5355f266ae382d703c0f92a84c6d79de20_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:3d124f0dfefa90e249b024817c37087e6294880030bf95333bdf0b39bb1db696_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:580b4036071c17c8551b3171c31ecaeb61aea5dd431d147f036a832565531948_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:5e9203d284843bf5a5a3e7178104fbaa3b4a620bc6f889b36c6c077aa93f56e4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:ccb8be0ede2d9ecffd5bd7b4c9c555156b826cd864f5eaae87b3c1c58c7ede31_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:17d2506a96ba4da62c33738d9798c651658555531ba721f277b95b9c5283df84_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:3e6f6f0d6ceed5244d82b17442e473729421d59ec5cd1a71deacc15531f2929c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:8ebf277d8c153fa0be2825ebade894a87f61ba26c198225e4fd714302be26ef2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e0ead7eca26924691145465af2c5c06efae71a197f68043730e56d5cd63aaa59_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:2d9397f611cb4830f7b9bb67e7e35af224c0f121e4fe884c98c7c4807ef84855_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:79e8c5b1e61683f9c78e8d1022c90ce13c4b3c438dc373773c8d174b9835c862_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:e104e90349ec069f6b4fbf749dd261ce91b21237b367c421bfcec3dfbe1bbbb9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:ef70455cbaeae026e8b15538a2a1d159bbb35e47427ea97e13f5e5a7cdf27dcc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:1683b25c778adadab73dab246e98caa2ee21c561fa57b1f2ca7211eae88876ae_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5c875e3f0f2b0c11b8ba123f0716e007fa09b21ee696dce0c71ba774c1a2c7c4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6b96865aa6187e5d1d46bb64717dfcd42a1cc17f33bbb96be9021d8b61f6465f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6d1451124fcfb4ef7a5a4c673e06603443f538c6ff781f10706e8814245ff056_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:3cc3d7622e92973a3e7c5807ee254195082fb9808132838ac28a357e66e892c0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:685d78a491e935d0b4e7a8eea29df7863976a60800d1e08c3bd3faaeafad5a25_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:88b54af358d720bcc453fc09511bdfc7793b211dce0014648eea9ab01fc623f8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:b6a234ddf1c93f87ab0ba77b6dfbb1ae9ff2a1b130224daded0de20781a1f650_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:68c09233701045a0512a7310d21be057e1baeab5eab74e246770e148daa87c53_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7566fa876d194d7cfd6efbb888c2ad71ff04c07e80cc4591be682c095d1b6822_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:790592a71ce9e5bfce5c82f0efb257d08c463658db59b6bef0af4de7d0ccfbd8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:db9a84842c47a03d10c5e9c1c27552406af1b748efb9a4aabd8fc3e4da3d68ba_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:10eaf2277f538f2cf72b3f408cec4168f718acdc1918f0227f6b6c62531abbb6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:1e58da4120c75035a6adaf6718a1e97ec9c3d6127bbec91836171ddbd7141049_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2299f00f191ec86185e9c9573d36f213ca8e6d8bc6fe104a4ff5861e81911ff0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:64d10474aa6082fbc20dcb45adf3f78369650b94352eab601e16e3ea0f45dc70_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2857f545269812b58ce790369808c13b1c6f891b1c8521f61031ae1237d5e7c9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:68b0a64071a455fcff666bbff51d2757c1c395c7ed8d533a8e36ed3c27d1ee44_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a045a2aadc8aadf68064292aed51b08b5b848fd726bff69e8811a23fd17f7da5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:b47c8a889f18a9d9601612c058e1c890308f1603584b626d16ee7bf50af00d4d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:03bf1102e3d50616a2431782c84cff62edf1161999bf1b10662eaf65410fc55b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:6bc2b0f07f5e3ee0986b7652434359992bc995788d7a1fcdfe393f2b1a717dbc_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:74939b01007b6160c704836484d686b246516a2a1a7929a09901a57b9b4bb512_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:fbdd3810520e77b36b749f73d70d416799bae48b35430eb025a6b4e5d4b42b77_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2f57a1926d479f00d26f8973d6edac58f5030df3010c33e231d8d350f5afe3f6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:5fb00e50df62152bbdb2b98fd2de8054dfcd4d4f27b07001a197b0e6bb5e72f4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7422274a999abaecb4642499177d042c60f0d2b9bd9b470c7797eaa1ae03a901_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:c1d816e822e159bbd4b0e96ff11c2c0866f50ce60a0731ed995b08b83e9cfc9a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:1c60e886fdd81c6b90dc6a0f142dc5c4d5eb8c9d5bd796cc343abe5bce33affd_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:7b549eb97fcef1ffb0a36d99e385098665d88b96e983c0cab4a73f0a96abedd9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:82714d7071cc06d1ce7701311acc91cccca5970b8d00228c164703c90657c56a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:efce8f153aa7fa0e0b4fe0f88a29b6b0d3e91b94a7f22f2986797d10c3292c84_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:0fbc562bcfc4c42579ecc86721e9e5f5d73784d5608ac58514081e3503f7c813_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:34eea13ef689221a855605f253e237382ba0dff12442ad975c2c5f0054011b04_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5b24ffc3141a2022711242b92b9ef187ac9f243e92862588779ef465efb312a0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:d733261ef4993cbe69ece9ed43b50275890db613b7aa258bd0fb9f0f15978cf9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:4e4d42f9f65e036769551889fc5e813e5931ed853d3ba24acdcaccde692b12cb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:80c813e3e501d8280abce8b3d0564ac915ef638277444ff4d05ed9b2d02d478f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a81cf2d9704abeb5e16c8b9b46a7fbb99bdf0bdb1ff5f8130b2a2d61b61c75c0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:b629bf6b74a1b8d8be44b2945a6e42cda27e0d828c088a5b49b6fe866cd9a98d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0e57f63039219af389f3920cbcb324436a2aaf1a2123f4c2647f1c1edba90306_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:6dd4c338afd7f75a01d8161008857b1dfd0c1e0a7516c5ac79387ac7a4947237_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d996ae5e72eb8bd4584b5b51b1bb56c4f1573caa0791c5e66a5c89d850ef3dc1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d9b30068f814c6c1bcf9798e35ae70480c993dabfb5d88209b48f149cb49e6a5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:939ce68dc53e8612f38f1c9ee2a25034e4d7953f98b136dd24966d30bb7d4e82_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:db48cb10424ecaf7a52681e7e17bfbe187ee238ddb3be21ba599b3aabc856e0a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:3bb343771d20dd2ec6a05b595dd0065474799b189c33985589f07217b1fd321a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4f81654bccced71c7ae5a5c3946d219f6dded80bcd1025466e4c5b56923b263d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:629425498dd6d127acfcc5a3017c7c983c60168c4f3ec6a006846dcc6874bff5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cf01a745925200f7159c83075664127536f48e0534e319a651cafa9f11ae17fd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:59214d21308fdcf9535342dd4662ecd4f8ebea431270f577f5d6fd266371b6ed_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:ef21c8c721f544404ba4ef1d9e15e4435af42ceec995cc2cc43d39925378b3a9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:bfc8feac89b1aa29252fda1d473014e4723b562d59dc88f3ef7872a94a6d098b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:d4979ac2a5c608ac31a5683811b55aca412e6726b5cc1ebe4b214d3c8dff15f8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:c89e9f403f7dd4bada53f4ba338de51345266c2b657adba6cdca65172d113aaf_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:cc9a82f57cca4904a7a4d58073b1ba7624090301e0e740d961d35a860898d8e4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:d63a70864e886482cbcda411c93c811bb3b1d904b9a586ab42fc67cda8ddd9c7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:da37ae31a142733b6add537f48f9ae28b3f496b1472ba60b0ef5587ef8d5568a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:396f40db5ba672cd4ecad68fa6f837405c9bfae9fa38f1276e672918f9de7b4d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:7c0925fb8469922ace0b86ef5f81f9ba4bc711b6277172ee963a856b7252b741_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:545a23225833cb931e6962febaf183bf7fb7d3532c5ffa4556c9c198f3b73954_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:b91eaa2723393eff033053dee12e51852a7428dd0c06de7ec92bc3f561545a31_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:c887cc0ed1561b2253c907df741d98c1bf4836ba3faccc2d8c5a8734e0857fc1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:f77de5df278c92b8b8cbb8f3f0d93333f3fbcd4a0abb834d1edc5159cde007cb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:843858cb4847ed991480eba34975318360a498aa2661729c2c11133ddef21db7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d344bcbdaab988fcc26ae36cceb1eaf2b5f60943fac7bc1c318786c5b33fd45e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:5135f9f7e7e94624e8a0c319228380f86eec7e833130bffc4d005062bbb24075_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:b0559b45426a1525296d6c9790d1fdd40314e1ffd48c6f0c7afccb4db675813c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:2a34794e9a9694b03f338acec35e7c52af7936006878aed6dfb9ab216549ee96_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:5fbffddc788c5499be501c8650150299d515527b230e62dd15920b33f9eb93a3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:5976ec6aa81c47bae00c6d399adbfa5d38894d89e926afb414bebb94e5b8b8d1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:72972cd3378a738e45235e515cb52a206950fbe7d0a57f73aa3fc352875b4cfb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:654fe020d5ff989d8092f577e5137ac9913dc8eb6b90007c85e694e5b4ae99a3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:7766c535404fb104ddca41eb50e2be914c14bdcb6305ff3f6ab1508594c1fc90_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:fc9f987fb8c7dcc4256b38236d89fcee5155e3ee5facd62ad794c6d94408714f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:feb92f825bb3ab62bb5ac81ed63718f5e3fb274fd0b6575487285e55bcd549de_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:1497850497e4ff31638d1b53032a1162af975c3abd2396e627ad90ea4515cd94_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:3a1df74d7419d8a2b09fa4741ad8f7ff71cc856745ab85ea91a0821dd427976d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c1b8250462e0d3bedfd64c4611ce9e9aa77f6475e48d948a2f844fd293cb649b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:de1026343cc529670671124a64b039cfab52a4bbbfc7d6d0d1bf5d6c21a0eba0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2e98c100a02f00cc2f58fc7e4773041e81be4781e8a8c02539acb17d66cea93c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:55973d56e1df439ece9c90bf4a6ac870c4be37fa5c718c90da6deb275c34c062_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:7d39c8eccd19b70bdab2757e9088f1e3259cd0ee8c0a76421f8cca3274ccfd5c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:fde0b6709806f4fa012e86093d3abba689c7e4dce25859df9993d02f77adac38_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6b089f63a260ec9dced6dd494b2cd8b48861fd8a54f5a1669862165a4030d790_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:7d96b0e06e1b04ad121c95d6eb87943032f8734a6565fabd6ce99562ba873ae9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:804ed4857fbd1bbac303549388e72451a4d0f81b99696fc7176e196db8644140_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9c0ed5fd8235d31c3a959cf3f00717a841c2e5ea2e9e222454ded28932ac2f2b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:25d6a0e67f63ee551a50d23bbf3ee87a8590cc618d06a1041327af0bbddcfb6b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:5c4c1cfad723db265d037968ba4892ba883f1251d06a6b348d3f5bcd78f3725c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:ba8f4ffe3f54ffebb1aeb3ac55b9c2091b3be0e2eafb9f4fa877c6b2a8abc787_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d05e5450605a9101e2b4502927b51a6bd93a8eb01ac3db39918ab17ec3c1cb86_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:229900b0543979b8053752c05214994d2590b501da90dd6fc43ded0cd839a2b2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:241f97ed5176e7d9234cf1893f43dcc08d375587540c7af47c19977f44965ae6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:811a41790eb1654cdd1a133ae525e8fc329fe330cf06293d12653be5c3904ddc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ba2426e6f8b4c4f49b191df2ef4824d30486a87aa3bf3af5cecc5aa958f96e43_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:18c88139b031c49545ac09935d1599740f0b49e3c2fdd1d84f4006a47bb2880c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:314bd5ede25ad4718f9d682ca27fe8e8817d79922d59302f0449a55bd4764f26_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a0554e2bc18e8e16e5fc1efbb5fd653a3858f177d0fa84091ed1e48856c44672_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d0092859b3dd498418cb2ae30ae100d91a6d77abbf2f1be3400bd6bee1a57cbb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:0608e6ec895faca9ad6eec7f657893b8c05a3ba72600cb734cfd2ba7eee926f4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2a251ca88b8d2274b765b591bf4e015c1e817c0d98fc5cd7c19f51358226c1d6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7b50b78bfb9b21f2c6cd42be9990b95f1b3b810d9f3cf62d7ff5541a4ff7d5f4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:f80ce5f1854e4411bc2d73efdad02ff4b5fad6b15e2e3a09bf69f6229107c0fe_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:08cf0dc27f2e823756ba009358a028860354793bcb3abc9ef7c14d71ec011fed_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:285f603dbe97db7239d699ec52febf0bc5fe157222c202235bd6f5cc4af3b974_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:b7c4a0c49b1857e22b71299f9a921d0c56b831756f33708399b7a03d2f61d8e5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:e6ff566a5aa48b59411a421e98ce05e62268d4ead994c08e8bc4643beda5f115_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:22bfb7e9892df6e4045f7246544cbb73e900d17b8d1eba74af342dda56f697d4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8ee226df0ab0bf40ee1eb32bbf64b2feeafff15a165b92be994a331949f29516_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:97d901e0371158483af19aae8db34651dcf0278fd69e0ad14293a38d4713c58f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:bbefe8212498c9204cf5a4b2834c8a7082f732c726fcaeffa55d9b66b5ab3c13_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:4b415d00d49331d5fd22e1b0c159ee4579506f378f1b13e8e1d0c1829996f6ac_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5c88ce9b17d4baf03f9ab7e89dfbd9c82a8e4bccd23e5dce74e11d6b2a0ecf6d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:e6f512f11629d684e2713d7421677d35766f5a319122fae34ea25dbf95e79ec2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:fa7b4178af4fd9da7174d8c94e96363d73a1cc9f60f6a55a3cc28330ff7a4e89_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:10f802e9e5c96af91d1ca1427ace8984d2c31dcc7c409f3165e1ab21281293ec_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:477d5a4fc9a1354090356a06603a9b135814e9ee97d9c4b51046f597e195d5ae_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:5a20619d387dfa67a22d51e5eb6c4bff523b7fad8ca181cb4c09df25fa3d3540_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:70c40ef6f8cbf444e59c4522ffeb8800d19dbbda77a02f28310573d9941d6f2a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:26795eb48eb93cff9df39e25571a32b8d8c4fac44555227f932805760dde79d3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:45e8ad4ee3c68dd7425e889134eef96aef80f33946b303a1577593d53aac432a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d9ae6095cb2d622d947a1e861a56975ce434c7b57153d0dc8e4e9f1ddf95a393_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:f8f12d1cd2272529e159bbf2dc6680f772194cc235b0138146f40a499a9fbe2c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0f016a9fc412a5fa8b8289a19fee831b3441571d7a48135b92b6736af210d700_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:47e60f0ec21835c324472d63a89089c62480ef17e2225b537c7023404f63c796_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7a349e32d85fafd4f9dd8db4d80bd54e1c0869d74a542f698ef78bf6aeef4dfd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:8817b906fd93b0980fbb687876d4664c79668ec3e959d2cf184a3ed20aae953a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:027c710ef81f40bd47b16c296c121e36785eb5463321078f6bc657c37f2967d8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0d2b94501e72370b763a86146266411de3932995240514cd26362a0805525c7c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:ac40d2c4950576d453b18666a9acb3c19d4175d94a28d6e0e9bc19a4c302aece_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d9f6635946e9c0ddfc8f479486f08be9fdac8bc9f73d358a3d049b6feafe81ec_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:1ea77d4c8308769c7e2b5d667c8af3ee2e543fc0cd0c49447460c37ff0c56318_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:56aea13311a96784e84b4c5713ff5693e6aaf9f6035a042c5a28879019e3eaa1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:7eb0043c124f96f76970f835870cd45bedcee0179f5c63ed7688191cb5e0d718_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:ae36b0e2d4f0efd222926a53364be6d7f9723496efe2463cc1521a85e0318808_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:81645a618293c85f28a1632034a0f3244cb15cb5b636d6ef447e571d526d3f60_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d70d809c25cbcaa772d2068975d7821b49f965a21be8ceef7ad7a17bfe79e611_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:dabdffb17f32a9684101e24dd08ea4587ff1c288959648684cc89f46ccc8d7a7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:dea959447acd57eda954f5fea4bb3d623d6bf19f11e7bd8ea04651f5cc52d95f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2b19aac1bb3f64b3e45d82d207f18fe3b692aff7d694c1cf99a02601dfadb2e9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:3ebb46a8c872e2dfc1d2bc7e50a84be90c998e721cb935a7d675e7ef02f204df_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:85930fd1b83c544a5debbcb1218282c91208fa876fb38e9564f3562ac199a30a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:97e522d7f8d7c3f88f50bb511f1696657f9dfb41282c702fbb5325a993267fd9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:2eeee557fa7b05fabec97b753e50fc8b54811337b360ea542ab23a32db02165e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:8933a240bb1a42d823f4bf6feaf1baf6a6f083909fd9e5a62c8b61ca770cee50_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:8d06909ff0633fae70e3cda3ce95a1917ea8987c8e1372b4a8f00343494ea5d1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:f2153f3bd5ef181653f9ac8f40a8389e58771515b2fc49f205d5247455635c65_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:1fdb8df2f66c1558fcf03d227a63e58f63b990f1ff47ad81e3e3482c4e89779e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:7a2f54cce726a5f12a29c84d8a3af601d3627d1255b95e4adcd394a76e930c18_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:7bebec78f81645756aa1265950e28a980fd4c042b651c7b5c6fe6924af7675ce_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:d9af91fc94e0fb9645b5284e1a2a8a4ce3029a57c6c92e30ceff6562f7522b81_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:be58ac468d10396163e8e30c2e927d365ec7f21f710b99813b9f8f74b260c21a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d771771dbbed4376ceb699139a02a5b64456f2fd90f2cdd873879d56badf2885_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:de99fe560e6048e4e34d46dfbaeed9f5b3ddcbf41cd172f6c46cda8cb549faf3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:e8c673493346ce26aa4078ea788dc0b3c888613b8d161dee4a91d577f4686dcc_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4b909a7fa9307c352c5a50cfebe3694547a60195928c3a3616def9818dd6a701_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:74c62d51442c13d38b45be851fd70040ae8dbef49fb6b22a5cff7ec3d20918b3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:8acbe6bee1e736dc4b636057a9ca03e6d19a341c207f4856281e9442b4e2f5b1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e214faf773c10d348cd1fe3014a1541cc37f8484b53e35136f67e0bd3bcde588_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:19eb2ef0c58d253602d9dfc10f356481bc443b6ba6a1729eeb253549a5b06235_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:4aecd8e8a99b71f09c3fe659399204e461b1008def654038d8d2df6df34eb3d8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:57e1fac2b2f950168e3130a96d96a839b183c8d4bc5f051af5a951a13d69ddd8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7e60e4e7673f57490cbf6c96a033c4d6f0e373941cf7d7235c2455a7e7850a77_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:1e48b7ea9656f56b0ff7a95ae25a7fb6303b796f70c8a80925c98a1a38d09c9e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:30ffb3abac5d66f0d7192c3395f4e29f18bee60eec5b603126308cb8e986155b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:39572ca95b113cdbc944e60797371c1c70d210b718086be5796ad62a0753e74c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f04d8f791bf53ae7ba29b1c3ea0847d13a99a58d8d13d53eac95a648c4fd7d81_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:01d126ad02cd31c976cf2857928631f421ecf59096ca0e61daa28596a9ce3bad_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4ce5ec880ffd93abc262773d8c84390aeb22cf7aa4f6688b950c0490df2e7b0f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d1c2b9ba0cab850926c999b43cc85ea7ed91c5396d1d3ca272c330cbcf098392_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e46881e84e706330e4ebcf93cc1ec2ba9e1454b96ecee79fb81852d7b5826853_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:40cf04b4677fe397b6cca48fd704defd5dfbe5849116b2f855059340fb537da8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:b5df8abccc723af3f3ff86b4d1fbe7f643b89bcdf87c93abf3b926e8b622efc3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:b800c84b0984408d51fe965464e87ab18c0c3d82c8c51d12fbd488f9a6f17f7f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:c0b5ffad8095d2ec71180e3857c7e5003040c79ea93835c5ee7ec6f544a406bc_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0f58f90811f760f3c9266f674a8f7fff259b48e10f1a8e994c5ec8cac3745191_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:4d336c3a625d32606df94aff5194969a6b3e20bd8586c56baacd509bcdb066f0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c67690128b6b243becc0fa48a9c8917740c4e4c01cbc3798c72e03fd9629430a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fcb458c8179222d8c01853b9654ca9708cf5f34146b6488486f2d44f12a1db1f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:10227468946141bf8f1f0dd71860ec2dcab6888ce2ec096f8250ce27dc9de66c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:4cca1c61fb2e435230b15535e8423825378ad0f523e7eeed5300b139ade380da_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:c46179b6395be403c3e7915f9953c1b9527c2b384284a3ad16e0091346a86621_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d4ce3e07bfee07e11573773846eb94c759a6d648c06db0bfa2dda1f0110b9f84_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:2040c1f1f4193837690b31dc5f88a840bd6c1c070ab0b091bd20439dd9dfdb49_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:2ec681169d6ce8d33a853a03fb796a312e75992052f4546f94c2ad158bbb9228_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:38d16429ac19db268bbefe2509b4d88ab3cf44e0c4f8b75a05fe3b182e02506e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:8d49a0a22cdef610f8338e3e4e3c009d493e6990d6fd68362063a9138164cd1d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2e170eac98d152abc69b8fa44813a290b9cc2e57bdacb84e97a9ecbe602a7631_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:6f08d4c8d88aab768b5c727b824584cb5443f67e69fd543ea95bcc8cf90cff2e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:aa161f825ec834c11a77240e4c8860d7e49957fc6137aa2730aee57d3b34b7ad_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e5568dc2b0aa9f9251b0ac80d28b2c01247a9fdd1a7fd42779932bcb9c0116ad_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0594f924eaa7baaa8350c40eb5b2253c99d8ede41d58291d362bcb334bf8eff7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:29473afe198e78ccc383122e9b9db15562d165d1a1a5d2ec9384f6282a9722c0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6c0d83c46bc0032ff04ea451858bf53db20a42b02c72870771a683b292977620_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:74ef91d30366fd9d581253c29197ebc1c237f72db26b728f7c27f26a1f446d0f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:1c0d5e001e41c928306cb746e0ea360cadb179221b726c5d11709f381132fc67_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:1cb6cdb6e3bf0b41c8844a6145a44416a2d385f640f42f496a4409db59f0a509_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:575c9649ab6ddf045d4be5b4c86501cd0a63fe02d73b4a803b511213405ff243_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:e82eb82d215ec8520e1938f0752a4ce0c869e865ee1c7fe2c96fd95ed74751d7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:31bd457006ce5cd45fdc3428de8e69856a3a387ef4383d1b08908a6f3b35047d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4f7552d3e6293c981fa9da6db88f330bece8f668376abf43f71b906553a5c99e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:973f4d0e9307929973adcd633718d00d09196bbe271b4f9d24f8a399643e1eae_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ab176c397c65bf978d7e517a34e10ea45c82a35f65b8bbe39f384f776822c03d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:34d1ed337dac313194803cbe7336560b7a630adc9cd2bd785883be5048ca52dc_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:4d29bc385e8920f178688a741187cc67ed670ea997201952d0b9a77b56c762bd_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c86661524ff0c65bd9dd0349b73a831204010ec59c84786916be4ecf22c625fd_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:da698e145cf30d354629fe8f6c4023d14fa2b5b167045bd8a6da0ba441b8c92d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:53be80af8fa2a60d9bd89de8e103fb2eb2cf008acff6d7f89383d861bb8a54f5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:6decc15033377fcfef17782d66d17fe25501b157d69bd83e85a87c6e60f665d4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:8b2d6dfc8fc31a67250dca39ac60bdaf86cbbd61353cfe7731d4fb1ebf5463c0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ab21f8f97947845bb94bf6912ca8880ed39c4aa3a849af7f804d28c11a6f0ef6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:3f2412d3a5a21739fc209d7caff76dd8dfc077f8a5a3a5034a6ca7a29532f14a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:598df55cedcdd92019d97e3ab1a6227b139798dc69adab00a65371e300803eb0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:9c4d4b4b4f7b8cf69f9535c0f1191f4de338b928311b0ed867fdcb0d8156220a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:df5cccd485b9a00dd75fd58cc2690f4713062e43fcba9aad630fa400f314c588_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:2814cd076f00b58ec1abc468adbe95d2281b50cddbce2d112dbf8befa70dd470_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:5903de42d0ee79b46d935ae3dc54e88a62d8e09dfbc6d055a31d3e6fa3c4cb81_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c1327a4cffa9882b931047ae66941c2d3a6f4c96bfebe56cd3070e3deb22fdc1_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:f3d14a42e2214c08f4695a86b716a383112b70245a711db6fda0a5a462371994_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:2a0f25a54392c0e18a35840e1d29f31d5dbaa7325819fbf58656e738496797bd_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:3eade2c45b25c59ca557f5a284adda009b84a3f6d21c9db089d8c5fa7abb949a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:992c550b1d50408bcdca519980d914bf7bca4ee382ee0540aa3af2d034eddc4b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:e06661e1b9f1142191ead0cb0f04b252619ea50c2be307177853fda34761dfd9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:03926dc5ab653058aa6d7750ea01a2b45c8f17a5ca7a8e67ca652c9a0dce194e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:a13900fe0e23c9421046db6cfc237d21d0a744bbdce29fcd24c9f17b360469db_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:ad14d54f4912883a0140d3ac97c6b2219e3ffb87015050bb147ca0c73cc3cc61_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:b174fb64ed734452a4390290022fd0ec60d37823be6b12a17c2c6ae7681b3594_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:08553069c4783d2a245702df54c1164633839ba790ebed8cbe1676e4131090cf_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:33d14b8d5f2c6b2e06b4bb0afb00a0725195ac80899f786640a0c3df9d238e30_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6b96857862bf6275ae1b5cd28a4eedabf4ecb6df67a441f47c1469359e76b9dd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:8fb9394145dcb16031acd61a0357c81facc3f7e2c26c8a5925581d68389805d8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0f14bc30863ee292aa6978966151fe4e77f43b502952a32565035ed9d48b1beb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:1dd2bf9193891003a1666b3eef1890bf737089784285b1227393a690ca1cde04_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:b2218da01a451dbe0e4dfb108b2c153e1a1b3399d7e6738e4c191cfc8f8801d3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:eee4ef2783405873838d6b4cf42eccadad062b9f056d5e13b76e709f7876c9b8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:3b594e4afd1f6540d0c0da8f875bdb8de328ba3f2dce17c8226712929079360b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d82ed0fbd775b5970fcffb980f6d28c885c1e2f9d44f409507778e9cf9bfde8c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:d939c7835722074df7a0197e72aba718a27b8f88134883df7fd654b1ee57f0a8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ffc14425bb9275fd713b639c43ce33bf303c54e38cc53f4f9db3a3a1f2a6f105_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:463cd33991582264476015ec2ecf8ac12a9ae4107897cb2558c1d9a4a1b412f7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:876321c429821ed061d0908b2c57c02b865f775f47942f15401965ab1eb46056_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9cc79bb2a2c6602b4a72dc3abd536b1e47ea245de4f7ff2b3ae08a4bacac6bb4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:a9102ac4baccbb625f4c4bf605ac61967c5381c24c777aa819577c2c7cde6c39_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:06a4acb5a7b97c5f66d70cc351f4636eda111bc81454308281567359ebe0e693_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:10439ed7506bb140f1977a564caacc309002a67a41c61539c2ee150873f23b69_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:113236bdca2ba374020fed560565f6aff01002a32c8eb969130b6265e1ebdac6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2996e3821813cad87e4bbef83d22bab2bdb80ade147e2f827714321a06d50769_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0a41b5b6efbf9ceb5605efcc5a74e872e5b82366478bd9aa1307c9a043b25194_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a8430b0829211ecb9925cb3061a328e054c006433bbe067d8746f92c348ff141_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:bdf77c78561fb5592d084c616462fb0341d8dfea9ce664196d398480cf4c9b95_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d2c51e9490479cf86973a6f9132ed075989ae64930747dda27ec3100999352c5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:148e6bf35d15e19100b342ec8ccd8f3b975b145f6aa1596d5a7004ec88684444_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:6cade19a99f1530ec4700b5283f965f9c97ae9732689916d1c40eb4797adb08a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fa007e3f1a38a5b48a21d37737077594f57cac65d08a9da8859bd1f98677fc86_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fdc7347043706d1c88f0d0327e29fd47dca2ba6b41bfaadfe4acb18c175c3a03_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:8f0030f4e532ae452721b47317f2bed3a91b4e18f7d58bc99f117d19a081ce5a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:f8fa8bb4a92b3ad3028f21cec3c5394f565c9e02f06b0619696cebf56cf598e3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:b0ef0d0003586a718c7747a6c5efc24313d757a4e15f7725328f8ce310793ec9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:fabefdede81f8045f228b94b2cdc64ffaa4840c7da5937fcc7ff40d82bd2a729_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:02d69fddf5e810141a02f739de9b3b56a1301d4ecbdad3b8df3b7b0c8c67db87_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:0aa7da9a515f449d3a6da50c5dd8d55ed318b494f2b3f3f866338ff1f49a3ba3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:16bbd40075cb4a55accc69db260da71419574395102c164a388ea491bf51d927_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:8b310a127ab9ef1521dbfa6ae4909d5e79b846838de6b07f8693a6f746d8e1d0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:d167970d8be3d911c29a54fe93b3c5ba2ace1a5bd823fb0dd3b5f0691d67f5e0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:ee8d34565b8f3e4d3c349b05feb279bf6a314f84897e668bc6bcb890e1320971_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:3ce22e5fd8def8305f8ecd28c69bb53111b68aa18a0f8907af504961caad2b31_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:6c8b3d7e73807714789155e434b87fb7444c1ea2cc5197fdd18b0f9e253d1504_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:76ec2d7ea2abda578740aed288764346e3e5236cd8bd1b42e776762ea5af7ff8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:a2cd6bd5ba28e30282de522e76ec1fee891eeee677350638802535f329f41d56_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:1ad410be29b78a62c6c761adb2ddc81dd6552e215f3bd71b2c49c19fd9506c49_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:2c3682906df67732160982aa12fb991407978d1c7a2cb36d279b0857134bfbee_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:3a4686f99c0461088ac8d8d83b53ff967b57840aca2fa87a3d04823823c4d5fa_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:66340f44b99e3bbd8c021e0c47b0617365b62c53b0b3911933d8f683b2c48aa2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1796f001455857a701404a4ee37d793895c4d179708fee5cfeb2467243c8cb06_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:cb2ff11c7a67c79a0164613e9ae68e58c14c6ef7a5af4dc4b6fbc897921db161_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:d30598bb001578c4b9e99ab1d5040af35a27b1b5c7503d566b0672d634ef9f1e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:e9cb3fec3be65cd06e6fe00d2954b8302e12814701e1906ad91833ef18a01fab_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:3616e4a7673a447207307a8acf0661496632a65ab79694abf81d8a47da0f590d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:a833695f4c37b7f90a42db6563f6cfe2ba22d175e1b2562eac67a2bf30874c00_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ef7b269606c239b4c5b9e720fe99a727b2fe55ca5eaf651c4209c5f4ece296dd_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ff65e0a6ded81326ad41c930abd5f396a6b3c2920169d349be3f4240aa212889_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:76da7e014155a69453feb8dc8eedda88578a3d3dd6e25da074013da1d32590f8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:83b56456b19882b4a9c29e1e3099317d6b2f38cb3f310c67cf6297063689d416_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:a0c019865c62a67303956123e1df05cb8a1ac3ddf188638f00b0d3fbab0e4502_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:bd6ab28545e203750806e1c22c4d1c9e10e91b20bcd922c5890d13eaa47982f8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:2a1b57399ea1e13524534dc38eed4139d56a4b56f0db7739cb99048588a96d9f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:48e3d29aeac5bc5c6d1cd9345436af66b233c63e898bbe5817016bb4f5ec17d3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:4a5be5aa4a12e2531d63f983de08bc3e411147454b3f2e601832d4d437a1a02a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:8bc5aeae1421310f6f635cb1679cf3145a158a8549bda6132526d02f533527cf_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:0e26d9dd3ce20a2b973f0128da5a0c27b8550941d1f6a71eb8a2d3db46086e59_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:7f7b4c6d942213eac8eb3b3e87c81094208a3b41e1345964f29e6936c5ac6b31_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e6755753af40adcaef42af4fa79da923446d57d2da328a5689a8aac7d7a6a803_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:fb299ef0ec0e3b11af2787b41c7b1acb5e161a11f244823831add0ea0cced3eb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:00381459ad3d92ccdd5a3a45ad1f09ddda8da0d48f4594a4c219288a266647c0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:076c49eb3ed9183e0ae26f6711a9e5aa1875a080e2d47510cb16e2714afcc585_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e8d9136a62d6038628221fefdae5923e39cde2aedb2aeff9dccbd1b5b1e4627f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:f43b9aaee22c9fd77e98ba94f89d886bd323c658bfe3e7df74af80052e4e9474_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:2014a37e5e4d7528a77ffcf3183354b0cd7c17eb5814721c469aac3d500fc58d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:315f55b2b96d9bb4e2ac7951fc6c3736bee817f27003f370b9006dac7096816d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:707698f30f4c8088b2620c5600f79bfcacfbd5b82c957de62e13ff432dcf35a3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e21ea71d36fdcdb320bf2f2b60c4d2e47b83439beaefe2a78013507f6d4faf2f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:1579b3e033644e046bab63965d6f34797294c079488feb1ab6a93bf431deeff5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:7eae88dd81a4cc334cc312551621a1e469c30ebf73def686b18aa7f43027302f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:9151d366b16d34b16a1c90575e3317054503b12c880af51d496f681fce3f88d7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:bf1a0690529c9ef700e616776f6372bdcc6883f8fcf5be062b6397dda5246b9a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:03bdb8f74c117562bff696fdff572c2cbc7d73901c63a092d63ac5be23e0f4d2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:82f6b0c46cbcb7d23b865db2f2cd94cb83fcfd07ca408dba1b50d28d93c72aea_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cc12aa0e564fef8638f82263cb9d15509dcd032f9eeae171c41543e292ffa47d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:f07d0cc2e3c9185fb009f2cb7677f3b9a5a7da7b9cc2e385be40108911b61c45_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:04d44a7c55214235a6ca121f45eb8a2265b6a47803d0000a3f7819dd279bb634_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:aa7d02eb36629d56525c04dc37e30777d0b33d2af3b90e504ba4259ccbb01fc5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:af1ec368aab118eb5273e4e8db659bdbfe94ba2e0410dc0e872fb4703eb7f229_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:b37ec193d3318150fcfdeb63bf8955b1b03dccfbec5be52cbc08251d36da824d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:0ff28e5ca81e1ca5499ea80569c9b8a203b313e989559e4c83ac8f0fbaee0973_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:1410e37b8ce017f7da84c0b86b0411f01e1d8d6597d2dd97cb0b82e05ee944ce_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:84de5559116e4f57c27844e4c9d28ece511779570e62dbf436ef9d452c44fa93_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d18b86413dfd7450e3d201b42ff45d3f3e9bd8ac3caa591bb5ec80dbe55701fa_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:1a53f5592aaaf08e69ca0ebea2f1e04ffc39671ceaf2877b66d3337f7450f860_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:354d017903fc20f2a775c264be278253789845fb207eb876d2f650002e7d9d56_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:89bd631ea62ce494371f19913c50598c14d46e8ec90171864ed1aa9dff109b12_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:eefbc25642cd5387702ba23a6bbc3a33e1d507caf9b5d873657c08be096828bf_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:364bf9f2adf4282b4186106425ccecab534f23ab7603050e6bb1fafffd6aa176_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:b48a010d206d36ef0eb6e079407c7d921cbce7ff8f4d7976a4228a6eac88ad64_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f8efd3a98425d3b6ee6cb9df9d20cf8390168998d5f3d8ae4b8030b9353e2b43_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4ead6c7e104de4b1296fd135a0be96deb8348a6837383bf3ba75c98fd6c7c20e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:af1a072fdbb27a53132f6db1fa4153a3a0c61babca8293a6c40d6e1a8430e5d2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:dd07d396e484826008d9accb4013073f654bbdbc9373c3ec94c79e2fcd903c10_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:42b0c5d6a2ff553e1fdd1ce9daf95748b671d4b9f71b777ad6f06bb49e52d172_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:4f8de05a10bb92e5c982471035860ef72f44d0f4213397dd3a304c0fc21af267_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:7357ebbb98da36a072189586fb5845d495182d488ae0d88380fab5398616251d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:19ef2c2e8606c2bcc69c922cda581826281770cdb7e70aa9dfff11404ed30a3a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:6ebb3e355f86fb611dc2f7d414713ce89c4372ed05e074673fea20929b345ec8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:db8da3a0212ffefefcf7a198ed1d75030d3b2706f582d4115d3fdac3b7d377c5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:5f0b5c758fa46f12d4fcdbb64559ca96b32e74eac5e007c0c99d58051855d98b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c9c3e0f579e933d9644cc4b5feb0e9c97383bf2dcdddcd2a0c6182599e564af6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:cb2349e1fe8d9e74fb14a61be4716f0dfb8ee89d3debc762b39cb840c9ab12eb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:ff568746b033a045daa34f6f5c196950d1122c54562afa9d70fc4c8a49f0cf78_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:66e195d334243b880b11b18c5b867f05ce7717ae97fcc707ab05555ebb03662e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:80f26ba4b1206766785d1c060b3f4d9f399cbffea8a84bb807d4341cff8e5c11_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:91e89c2093305433fa84c8522679f781a3148a3890859eb436decfaf6a2fa9f7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:a02a71e69cc7a3f1747d5ee0e4a0535c9dd6abe0fc244c2f16094402b56ca52a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:237339db4971f1ac7be125fc689b87dd07b1e0f59da545a2a7d08727c69f0637_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:263b3dcbb11cbdd26611250be26c6923fac9b74a387da78519650f8d05cdb4dd_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:40b891a4cb673d3080ca260e54a87bc1e730820cc5058aab5c87f0d9242746db_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:5b10eeb7bcb9d3d5cc562cbe6ba759b47a302eccc48c658f6a11e2def6f627ac_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:a0d207f70105e6c6c74adeca74cb6b9218e107a869a7e9ceee35022db9218009_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:c34f9a1038f52a60b3bfd081a569d5fb067a95cb2d6eb1e83512276afc4f217e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:00cb5b6fe5f046798ca21596f72d52b61e1e74c94dab877932fa9da65eba08df_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:7d983f60a53d61f594507cc64436fd505db9c113bea98bd2297404fbd39d208c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:01304de5720f291e6c7ac725311596634dc2ffe3d2c625fef7de40a22563b5d8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:e191bae1686c2699afca87bba65d819f47de39e94e4d57dc76566622b0e93233_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:0fd2d931780a25a95b718a2726c844e3fddad9187da2298e9c1f8302efb3fb55_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:88d0afed198a8eac80018f43ecb282f470f998dc21cb1053feec3ef26bebe206_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:c409fb63b2b3887dc7df2c203597ccea0c166c2f7e4b9d99dd586c9503a96082_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:a6f98204b5eda5ee82ed092ad791c0e75d3d299a0b2b7ddc56c229b2f2cfaab3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:f42b26c88531ea4dceb0c9ffecdae1d0ea54097e7ee2b9dc3eee2f226b8344af_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:01f51a86b3d544b7447be3a6505835651ac27433d4cd44912d7d90b67fd6dc1f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:dad2cd32abcba1dc64780ff15eb530a8ef3e45735c47f2069c2fa3a2c6729ac1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:88c33650ed5fa280c4ceee17f63bc94acb3e31bac6ce0ff922537044c62ac170_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:9a3a34d1184f72aa33d708c971e252247c1dcb187ca485ddf536967e2d60747e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a2f0b33c066abcd5945c172e45fde320dd575e74f92994e0b00ff83b0b2edde1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:b1f880f022597d0e8024271b99736555add047a58c3afb8b0c883b034e203c41_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:55116f0b9d2a169c62e830324808855c16ddc8086705dd884b386710d73af539_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:7387e89509be1816ffb3cb543b017332475eaaa5a2624e5bbee2e21a705e5cdb_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:904d7a9cc8e44f5c07fa09f25df6ed258e2b0aa87292b9a3ded77ed3a615e24c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:b370250af2a6f996100d937a7395b0d031f64c3b6e56114815fdfaa200e96272_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:36882254cc241dda67e3094467d51caf941355c31438658dfc1437228bb6f4c1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:8cb62fe1368a749cf2e5fe112e7deeea4157b6abd336772a52367d9d0ba21187_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e37e2a9400c167a70ad9bf6ee64883ce1d0cdf690802a2477f3e7a6b12757f6c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e43cc3e015aa865dfde70c7578ccbb79bfaa9d62f030e65bec769762cd087bc8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:17ebafab92393b198966eae8d3a669fed809b6c4f9fee4243ce177952e4d1c85_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:1c389a261e900fd9f8fc87d748363706bcf1de74a24acd410075bf0d205b8cb7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:2c3d8ec443474d21ab9f59a88ef33184063beec103e3e4ffe7859cb429dc470a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:64abcf4ed85d43529c59bc77dc06133aeb3ccb1657fc877dcea8bcbee51f019d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:a629a70723438621732aaafbe799b0f92c2d3a07e9028e22ee2ff3bceb911bac_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:e105fb8b5c80f438d63cdcb29187a35df84393995e142369fedd2aeb89979681_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:a85fdd4a1398a47f682526c16e97de1f87b8222ddda47a6c5f254d06b4c791b3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:afd2a6edd07ebb4b6b77544ae5ee18e3371f514daf4c669a00d154b5e33b701a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:20e35628df4b8844ea3668b147e125b32534d7b944753ae1f99b6ea46e159392_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:9e9525d31895ad7e9a1ff753e0895f7d845a36294f88fab8041f2f3deefa6608_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:1cb8736ad1e698a4ec78cbcb16d6e37d67887bed651a12bf63db51af96b0a7cc_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:554b7d9d81f9fb5dbccbabdaadfda9e45d186eba6488df224f83ab512a4c4653_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:249bd5ed39ae03fa46aa042d73bc097c700a6be65ec79157460de3d1ca75646d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:65777a3f824fbba1a23da143ef64a1824aa48883b94947682f787232d55055c1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:9e52b2efa8fdbd65ad70163f96f358b64f552783c7f03182dcf38994cb2dbb58_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:ece0c645d881112e48d2886024cb96b6cf4b1889cc456b30d331df729fcdc9cf_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:0b99f7875f7934b371fedcff686622acd03d9c2618bb613dd6721ea5ffe1dc57_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5537e4af85d49533292160803dc7bff5276485846f94e247353df944b4b28a54_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:8e64d6ec539d991b5a228d8f4b9079fb959dd11c3b8a77ee5bc3576398340dc2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:b32d68bfc83195f7cf85e5ca9d4baa658d768d3a98bab4a3ce3cc107e089d84e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:333d60c92a9efcb4febe144c3e331c553197d325ba0afd64bebfcc2803cc0e07_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:accbf8cdcc475fdd0ae3427f178de8f847fed6c09cce1c12428861adc9b342b8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:dd2518acc748d2fb1c6d5f8421a6d85ab2dedf2546508f45f8e2f6dacfa7f5b1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f3265ade73f238556cf2a7fc67e8ebb3d5636440fd9b7d4cd2aa725677ce3965_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:1bfd1b573bf924cb0a8be80be641b4ce684b141a66325d7c0cc923a9d3a2030a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:88bda970c0360c5c1160b32e589812e4289db230dfa9923e1494636f97c34278_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:d849f73e901939241fc0853532489308b856ec530492a706db8f81ac47e59318_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ef722b792c00415c1efaecc99ea873df11d2ef8cd35c5b86af0afcb28c08f821_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:50ff46f43a500235707760885fbe4997cee8c7088bfa36c911697df3b81675a2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7845202df558b0ef442f3b4fbef423c6278fc43bea49169140fe3a263b15c7e4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:92d0cdf81fb07c8eb55fef4be846e84d5f18f181fed24221a294c5312c76e923_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:b19219d62e0e70404ac9b7643caa49a792b9450e8bdd815b02a6539e41526a77_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1da1b4d5b5eb3c2d6238b7e53fa040f03a759b8fa47e52d9e530c8a40885acdd_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:8410339435a39b3b5a97a180fd0b413e3ca02351edb8b9d7be1145688ca56cb0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:8873af11a450438c35d6b39d687e73fd0ee0faca3f0562698b24650b01248690_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:bd6ea26ce1660efdc5159b2a53d8812bb1a584d7185edbca08a07cb89a09cb0c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:063ae7b531e3156e051e254ec07faaec30ca971d027a48dcbf930b1b662d4d81_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:1aeee3943c69893e59b8d0bdbf4c32b4452cf4f6af73a802b64be9cfa051f38b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:51838e17ea6a17f32c4928c8d03fcd2af5052a350e4bff6bde1c484b0663ee7f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:ac68e0a125aa8e638b88d747e50b7b7ef9150d7e15459e5b4c0643dc1d534624_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:1caeb43e59e47f40b7dbb8e9def02e2dd3853254b749c40c42fe2092223d9ff9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6db33bd660e7c3cabfac5125820539a4ef4264c067b17ce404fffddf17965880_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:8444f6327a6cdd0cfa269384e58059a9d333af24c0e423b1abd6d85bb837ad49_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ee448c837b33b1e9ed15258933ad9cdca924ac64fa6d0c3bd7bea0ed9f489dff_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:61057b1135996175ee08d0672d50d1a9eaf083a1a057d0a5526f4af42089dd32_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:619bafa4b79a302982b0806c61721e26a0ab7b6863f478726c6b58b42badae7d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:1dcc4113c131eff2cfbfab09cf11c8186360c6cdbd1086af839a03c042a87fcb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:2eeeba70b8cdc334ceef7ff7e1fa3b1ef19522097e27301e2c7917334ed2b99c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:491afa1460d3cb3aae7dce1df98c67bc343cd47ce22df4c55810f578f8aa6b5f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:5f24e34fae65f3b7a473a8ca41afe45fe4dd8fe9d84c2856c5278c734b2a0ca7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:6d4fbb7a93c300154e76eec4307a3dfc14555e6a2d0d065db2de3fcdfe9f5fa6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:1c2ae2d75a70fd6620fc71ac3f314b3f09746f78903f93d5e1fdca64941946be_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:6baca746bd3180b4e6062141ce4d980c014cc18fd4c1fee527d4df751b0bea76_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a1cca9b456a2eb705f5b11a19d2c54778d1441d56b17d20c9680d0b1aad1ef39_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:bd271650ae9beef457d2c72a9f552448762e538d92cdb345d032ddc3786493bd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1001d2d3264dbdc69734b9e85a67db79c52d1c2f6a1a4f89880b570f834aea51_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:2d27ac19b5e4aa5532d05c71b6da43f4ed51550a36328209f1432378a96cfdaa_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a4623c62d9f7b6fed32b40d539815a3814c74338bf5974976b4dd1ccf8eeafab_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:d2e61adb97f22cc48deb48c31ed94d850fbf26c6590d0fa3aa154765258e185a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3c000e247f5d102792ffffd96011b889db2f5858799122f812b49b10a5b711b0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:49a9fea1a2a81a464be4ebf87a7f3ba7d880662bb85466039a5c8d461a0b69cf_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d4e4e5976380af9528d6405bbbfca7718307afdc46ace2fe3702ecb8ee479ff3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ff841517626da718d46f0869384bf5fa3a04b0eab21af3d4dd2f8d5bd3601aa6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:2efdc02714260c48bc53e7ab0cae1e2d3b99c467469ee1f73fb0b79149091d45_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:31bc24ff07edb1e527760a4d76b60e8d0712968f477d8d6cd419abf36cca0b0a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:84f34f50c2396055e87b857cc30411cf5b18d2f21e78bd13fd03c95c1650baf4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:96bf65054c994cec4326f1bd5432e45caeef3c48513a7e3cd2248759f9e6efdc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:58facad671ae16c072d4a0e96a2336d95c84a7f86d4242e49152e9275296d028_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9a7f6b3f08dfa866a2a1dbf9bcdd636c221c4dcf0ca38ab9b5c481684b4bca54_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9b033e2e92e64d07e7510846ed5f374b1f1375172819dd1eb567c83d9c3be4dd_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b81f64192da01c1b69af1f01bb109684b9a235b0879150ec37bc6bf43a53b351_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:5f3df6d30a624ae1c7a7eafc23b74b1ef674b2a8baaf9d2644d529f98831cc4a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b4edf57f165ba2a9d56e5e84a3aa61e96e76363eb7d56a816ecb15f8ac06244e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:cc8f8b60224940a4c6f8bc236f8cef754c8bc5b4a6d6ecddbc12db49b0087aea_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:e9df45732cef6649cd44dc00a89d9da66b95f1666785247477d000c4177e2c49_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:0670ef29c648fc035844be832f71378d5cda2122f5d6c7f82c831865d45f77b1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:34dadb46049ecbb75501d512642e7d2a58961c783f749aa0169d1a108155db97_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:371746e92f0c725ccaa0b0f58e950693872f87bea78608e95a2dc93b4e8ae77b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:c22b1f502cdf6292792cca93076f4a7ef16f1c761a65b11f875c99408584857a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:ae26fa2a9ab61ddb95e4273d710c75edbd517f81d421b68acf84cbfeacaa913f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:e6c8fadf51bdb9c8623178a95c04ded1e3c8b1dce525783bedf1c7c501eaa76e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:e84ff17a4913201a476735cc76bebcb7819e7b65497c43267c19bb8e88b310e6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:ebcd87df2ac74dcac93ceed85bed5587957036381a49d7969e9a530f7744942b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3c98ad6c0008b1145186d1839c980631c119328c2c231956941300508eb27bea_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dab0992bd8f2a8b158c03d3c271e9cce7de86c1e188e136efdafcc20ff1520c3_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:dd146a5240dc6b3328240e27e4257151e187aa50df62150160d1050e065f0041_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:def9dc04e6b217cf48b80373fdd6f860e9b020d6699def7089ea881a94b0ff64_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:72c545475f329944debd51692a1815ad56ffa000cae7cf243273136290d32801_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:7942d7e452866f23d468bc06b2b8b43df126c9bbf2fca5607fcd3e3fc391c76d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:c6a713980f98015bc170590afbe2f48b3c4addbd7ff19eee4af2be4b431b3dc8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f21522b2f22cd38ae626063bb6180405ed0eaebe2c443d38cff59b36079087ad_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:622ee3e0fa2560aa75798f4921d3b7417b64feef196cb8903aad499b7ba3ce63_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d30086b283e29e234410ad9521746f1cde8df72c61263e49e01b38135efbc380_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:e11beafd70191493099ea724097b3bdbf5c7d16daadc9e60770ca2e221406cf8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:f0f385d704d85a84503b5415a35a0e127f3a5eabbc813ce61a6afd5044fb35de_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:0ab09129b8b99a86f2dc6314a9b30156b814daf1a287113fa9a7a49796bc8616_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:58e8b0de0751882c27612c0547004d51b8a59c1824acc2e8d30360f8ca6b2d0d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:673edbc5d7c6df884ce0c2358b1a5061c31b902bc472556db325ad91373d183a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:7ed466cd36f985050a860f2fb442d29103b2c15f4c373f4d6e3550d656dee8a6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:04e0e42f16e0c627e306f27839d671f541b9276f15bb077d238a98bfa0f4c66d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:92d9f3394d35d8f620a495d90bbfffa00fb30b02c07494ad353bf88b80b299e0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:a455c8087323aeef4d6b31ca68aebe41d2e2eb7bc68165afe0a8b9772a245cf0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:e5f0ea7b527bb4619fafebf3e2732e8b0915a66c7eff930f446c6c12b0c1f4a6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4b75f7a1212ce34fd15eeec8af7a9f45382deb3859f9d3fe2122584f4b70ac17_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8410dc1831f343db0b894f17aeacee702e705393ca83d0751b044f473309d1c1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e1dee7b5a5ea8c48960723f1dbc36b50bb8edf0e3756000631d705cc964a7ca6_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:f35219a0965a2dc097d31af84fa649af4dc048ec4fe953b4535d42e37ac5ac28_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:60eccf911015b2af66258c858b1d0dfbc1f79d5d10146c8cec8f9a5f21708f86_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:8b1ef7b7353353de1302942f9948833e3bd0b568396513d242f4920e5be58f27_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:963ee9ae771ea224be0c968cebeece76527f1d138452319cb17dad959d972d40_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:e4ea39c79db66f4c7144a8526d5971ac698c3502df81744df07f7a9f281149ec_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:e4e0509c00b2dc8f6feeba505240de8debcb1b7e6e01e138ce406125e344efcb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:d0acba106822523c6cdfcc2fc36d8b78f0859e887958ad8a5634c5cf4757b45c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:79b723e31ae2158844c9f9b1a302e379d90be8c21e1e175106b77ebf19e7a5fd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:7b95cef8669b142bf2c82310fb33215b2987b47de2ab5135d5845ad23f27db39_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:96258e901919b272871c1be3a5ee6e984ae13812022ddf0b817ff8e5f35f9fb6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:d97bfb4843b397a25cbca966319a8f2e809da9809720eba96d7c64cbfc403bd8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:0667250c45df43bf0110d46c8b8beb3ada41a0bb520d35629d9928ec373f1cdc_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:195220de99e688a7dd546e190638664c5236f67316276a0aae8d39b525e7e54d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:af0eca465c454003d66ef7d95cd0da38ed837a7da7d9978d318f2b29b2bcc472_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e0a03020adf1f6b1612c5a935aebce414ba1c84a71c09e9e91a8759c488137b7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:05bff5cef1e0071adfc0c9fc07b2a7ef6ef2e6f0b597dea05bd784f8f9746533_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:40df7a1323c23c3875e77061b3bccd337500d04f1cbe324a800eebb7181f8c46_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:5017bd5e359111c80afc7cf55fba210bcd7f15ca82d3a6282d2f63560ffe8d3d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:8ef63ddc25cd248263a40aba3201b2c6b3c3b2dbd998ced45626223efadbc3af_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:04b85fc4bcf3ee707044a3ad2556236e5b2fa4b09875ca781f61a13a11d94cde_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:0932ee4d4567b840a801bbe4161c37b40f1e5fd4b38be13947b8e09842d40623_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:60ac363479cf9156e89aaf94735053ea3ab48a2af18b902444ccfa4c723bd8bd_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d4f9611470c2e215f919f6b08149425755ebae0a89bea7c3a3b95ffa4b7c59db_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:25811e863ae8cce3659fa109172b0fe4fb11260cd612410b2880f69edf3f2459_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:4f6d5dd85317206c92af4aa0bcdfada9319b70856135fad4b30691bca9740387_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:97c762eda0b5da7809e6e7f236215b2e524a7c7ce6f3cc2f6d934753f5fdea40_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f633ea56b1691be0c55b612d5d07a9469a8ae9b5e833dadce533f428026cd7c8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:151563529a3997849bbfcc5af0d7f785c26cbdc449935bc97d4f6250492fe4a7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:65a15ccfc8e4e132d1b11fad18930d7f1ef53199f14361826de6c21ffe2dbeea_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:85859d9cf6668ca35cf196718aa7df1588411e4ddb287f832d4e7c6992aa5af3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:ed1989895d9f856d4cfcc6e4709233883e0dc7b9bbd2443d10d826eaa899b734_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:88bc1b9cedee4bebf90d217f61b8166ab0457dd245103610369821a64687322f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:b2f536faf8330207a5e3332dc4b7895ae75d7a0c80ed6681704dec1ed1c8d62b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c8f98eba93ba62f17c51a77572d1ea794f2928e0e6e295ec881046e9fb04fa97_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:cb206bd45940912fcf244734c32e2c8938673dfd87fe12bd15671bf7c2a5206e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3daa312b5c2bcfd679559c162f3ef9dc497dd1c1772cb18d003de78918a3e359_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:44cdd21f24db7870c11a5758e4e89f9aafbc7b77fbd510b7d26e8a9a6de03f1f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:60a2e0c35e6c1248da50a89b854450de14c875fc134b7e9be481fa5ca91524bc_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:632e71ea8413382e51005f4110fedc3930270e617fe176415958f15e11ca87d9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:32e4fc1654909b51802cb8abf8b5946e44483ccdced36c784941638296197163_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:45fdba490434d5c9b3f35072d5ca0f3c5f0dd2f836c9e3e1bffbfea53f8b4d11_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:5651967617c24f0fa3463d66cc35e484ef52dcc1cb32f1a96a095139c31964d8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:abe083c619d9906f8ad612d300dfd9b7a6c9fc93897e4c437f2ad5481eb4320a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2dd0915cc989ffbee4b234604427b4e14c89efe69a7d76e182ceaab10c6299b1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9eb6b6ad34e973b0c20aec9028b893d92baca2639b28b9f5d457aac43392bfdb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:be4a416afdfa019b7eefd6610034d97e43d15dc134cf2aa250dcf88084e6fbea_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ef488b181ed6865117b0f2ba94075786b6e564602ba420d58e570ce9d919f069_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:59e3ee88feccca815009efc5c992e184f4f091e01f3b2c014a65abcd1cf78284_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:7534da640a66d5b46018bac0decb415afe5a25a438c763afc73b4a7e8d25ee64_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:85c474a602a432c886402b1411497d7586ec3802d4e556bfdd6ce2676aad3862_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:ac2600a181492ce1a44e31c83258a5fba05c7f39695c5f6887965a6bb2871df8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:222b70b3268bd5b6e1a960a85773594e543ab847b59dfa0dd3d94104ac3cb38e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:596b7c513cfcf12c8e991f82f45aa2154363952c11f48bcdaa271818fe790515_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:86ce0e99da0c35b99dd1d8b28cb02076e26a87d9d7a7e539e85f56eca1906de2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cfd9974465dac521af7557689c6091d373d8462cd899ef4ee06716b2e2c945ec_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:077cd921e585d41b95eb57cf921878e7c3e36a6fd8a19fb00fb14a28650c0c56_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:5907d836ebf2133c63591afc2135a9224582e0c75373642d4bca8094ee4d48bc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:8dd9787566554a85650fdcbe3461ce973495bda716557aefc7a7a2c2fd482815_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:ffbab63b764bd79e20f869b83736c41ea28ef2eeeff1305f87fdb7dc4bf6dc55_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:162b737fd1a333a5eb9bf62eb46cea08d9285247685ae705977751f203e767a3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:8c4270b6cb5ac0d566c7a1b9e546cb637a43586587076f757e61a5a6fd34a251_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:b7d7b847c855c894255f887e106b3027a29e2fd0dfd8bd606a1280a4313b094b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:b88b8c16bbd10bffc3c7428e861c2e9b8749da27eda5a33a0fa538b9949ec33a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:82254fb1f4ee4da82f1a6326044cde4ba311044cea5a5c2e28da70a67a82e8f9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:88179c9f57abbdad3c20d59c3ce38768b17e53e7f463167fafb447810a9b78f7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:943f3d2183309803791c84adce621e29f3a61f6119dc0af1529cd688063c35f9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d6c0c5250326cb44c5950c4d46bd13fdbc3acc7d36b05f1dc34a9744aba6586d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:426b08682f0c5d8833046d5ca88f2b3af44ee38218dcc57fa41a884a9fa938a6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:64e190645dd9dff1f4898ec45cc4ac42cc94f1b4bf8b1b4022a07873da039a36_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:bd152c2607b552226f73b3a760aeb307592cac725106da7d65b3ea3a460708c6_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:cd37ef01e0c5586ab14e6a041a2cf093dfa8815b3e21a1ae636369b64fc2a253_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1922232d6d920c408323f02e725c79132e46a9d73beb16244d0320201bd2a097_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:2622b7c4add731fd89832f5eebec7c86300749d80cf50fe0e397657c52dd2fdf_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3d77a408ab227b6658ca9643adfa97499b469e7a2faf1a2eba8cffb57fa9dd6d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:b29944894d3e8fc54349b0382fb01b25cf4445a29f82c45a4e75146c18e2cf8d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:47a37b58e2bea7dabb2da791027a2e880c10387e6c836bac1c45bcb059105156_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c1836d3d39c323a9f3920b769a8e40af886abbd390a8ce57b7debfdcda966860_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f4fd8a5427d8f74e7833efa23a0f7ddc8f4a2fd497b85988cad2b201f9033264_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f872b70b2027aaa6e426ee17b4f08d729d4e8121e9e98cafdec350153ac6d464_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2e9f6ad9b1c5ac39b9e8813a056155ad2b594a264ddce4d7a5ddd411f4c9e8f8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:462c3f69e1907a9b834188eb2aad3426d3f262315d1fbdb5629eb42b1849be0f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5250cc91fe66d307afa3450a2c052725c340731911b342332bc3dbab76bd5e22_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:aad8e6a28b5544fd9e8db6641fcd2a85474eb04f87cd3823792710fae0e127c8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:610b71151a7df8f4e29091e43bf71ef4a440430bc1f395cdf552844c3a111577_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:81f8d5808ac1503ffb406ebcfa40ad33fe4c13a62ec504c535b94a01312c3dd5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:9a58f0d4761ad3c87d0bb346a3608965df2d3e85a5cd92072dfba1c831570279_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:abaf2a42a5b82e5bbfe58b051dbd24fd71db5dbd2375fe6b64b01e8154ebb183_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:767e3986e21c2f1514a8a12d8b07d8bfaccc5afabdb58ec2cec07918d9805554_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:e52247597556738716370c233f27fe6893bd7505b647204ad29e4bdbfb397c36_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:03201ef76eea07d6632c483c1f05a1b983a8fb17e892722f673d7903d3d589ae_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:c87642be397b0f7532a4d798adca5679a994a52f56ad0825859bec705e923f6a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:2296b574fac529573dac1bda657ea2916d59c5adad72385acf19d8e38146947d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:2b606ac9745c95d3c70d91044357602677c8ab5e6242ee78aa9f11ccb4729e57_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:05f4b34c9abb9bf70a50c0250f6b130274c276a216aa3d2d6a18cdfc61899886_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:44305451a86fa2140f50c3a6e9d430f84aa4015834d51d406fa5847bee846d04_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:2f962daa09a741fef6dae721df2f0c66b911b70ac45e50fba5d3c4e17e9942b8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:3a22070544241e1aba74be893b409267d894b867cb245d0ff8bdcffda72f8930_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a3e610fffc61c36b60917fae40dd3869de7876ae41b286f0d5397d31fa119f8b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:acd05d00f32c61bb6fa2a544887dd218002e2135a0de1acf7896571768735aa2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:0c0a5d2256bb2f57a9656d8bc97df07613940255c6add3fbaf2e6322ca840d43_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:2cf1694768e2bf9fdde5859407a7366f44dfd567ba956cad64e76cfae189450f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:707d8e731d89185bc601f005fb49bfe73a063702c3058b7de342e6b90e84c9a2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:8c6a0ab37cf5fbbce8b9ab785c93d9eb368180c6ca39ce13bb10a7eea3208f3f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1b54fdc04c2314437910c9a093e8ec65dab98d46351796985a21335a6b769e0d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:21f55af564e556247c4ea8263a5878314e025f290a723b716a9402c3ad228084_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:240acd5fc3d093867cd7efd4587ebefe048c6284a801da08faf8e2d9fcb19a47_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:be910f706a78786f57bf9601f04808dd78cd377c7dca4e0fef655be3a03e3350_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:3588dbbbc1b77e32314e2cef4b226e8430c04d269f8fb0a428d1859cbf95748f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:53923226087001bf8b4a6fe17761d2f7f745ab20710e7c1074673c6566a070e8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6f20725914f0924a8c0e605bfe6cbb2040ebcb7953737a120aac78ae540cbe34_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:e54b16f55fc9fff3ffdd04798462db934a9c6f218cf427a29b63235c733c666b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:11a2f9b1e75a4e3af89c08a63a03854b3c8b4e42b3e4d82151502322b896a11f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:44846d7c33ba800c8078e768421b1d9b39ed30ed318b680da06b5c97ffec50e8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:8c5c065ef84a9e997ad7703c11e4676470ee7a2100fe617b51d08c5232a3cb75_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:94d5008f0cbba99ee510257dc9921c6874e3853bffa0a22f91fb8635608c4cd2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:00f6088de94a844f32fe0f9a182e56ab06524c946c47f2c5e7156b51cb5602bb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:1b94bd10f5dd7c2b2ea46d32c905b5d95634aced341be5dd8afacf9b8123093f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:492ed93a8e5a9ae62e754c29240958a6c1909bffba60fdd5fced1097b955bcd0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:a301c39c613445ea4df3c3bb70cf653d456a2e2f2cabc8ba7899e14792065170_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:31af242f688dd17a96083aeb35e100f97d99df2e1d95ef975297cafca25b6575_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:55faf10fc5ede65f8bf6b3c3524ee3dc3427660180aa499e208c1a0ec2edc0ec_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:7bebc921122ec103b0a42a0040f98dbfb821a1b735a485ebeb8e5a58ba638216_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:a918a598fb1ccec94141c0578606d66016df51dd6d60437e6abef990d58177aa_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:0733858547fe3b3e5ba4fd312446b846f4da4117a767552662871d61ff6952c5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:61ecfb19f466f5e76b77fba34b03b592cd8465956aea1d7c64e2bc27ae1fd2d4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:97ad34222a7b6f40f4e7f371de5ab7f9bd21519abd49dad6fb9ce5e775cccafc_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:df538992ddf8edd62462644c5fdc23265be18523e42ee350226e4ef341896fb3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:8f9dd799d03d523103b6ec8910f1824f01e142aff8c689d55a3728250b8be3d7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:9c0208ed841ab00ba866121c2c6d471cfb4356d05501a2a78c563d4d9735344b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c4631236ed116c123793555732f647ff3d3fd8cb89a4f83dfc846b4456e03588_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:eb77fcd0fc42f542e8f761eee4003cd969ef4e80b94f10e2b25e801acccd0911_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3986a780fc3c4722e9f89872becc411c9d30d824ca97990ea58943c95974bc67_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:42ebd671fba15ee296288177629f54b680248438351c85c305a970d74b5356cd_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:950695ad184709b631a6220ebd01cdcfff0c841f9c0977db7aab1fb2ec309c76_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:b664dc527a0cc5864e95b25751979fec4d4500ead771860fe6aa4f0f24c7ba8e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:41be253a6c643b9ff74f2728ca9c113129ff2cb7139d0130e661f757d178127f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5000590500a94e98d05367647643d0a878a940a55fdb22fe24031b254d40e81f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:7e3d1fe26cf4c96811fd9992becaf4e4c01055216ead8f58aaf3b4842b216d62_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:e399f3ff5ec8b143ea7261572b85c170e39af26dd92aefbe21cc56fb652cfd16_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:725f8d814c5acd2fd5e5f38106a89ef41fec83ca077647cf4c9c5f909e338660_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:81e38a7a721ccd6b424b8162de021155c8afc3d4e036b26baece7a52e1ee44e0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:9b07702f9d90053a3e349df86cfa61ae30522447b3ed6e44ea14ca34e9d54f6a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e12cb0851fc2f5e35c9258ad9360efa8f107b0a79e1cd17e0b5e302690125ea7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1dd92470819fdcb1772f425687cacbb71f1ace0453cae1dd4b5ad01b747fe54c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1e76fe522f07e3acac6cc06c67b783af055d5d0f068ed64e96ab1eb38f7913d8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:65c62baa1eede5768a6d01c4a6cf9e5b4c8c9dabe933d167228711ee6f50bf22_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:eafcf7c7eec61806567473c474d88c2ee5fea2866360ff451214a20978fcbdd0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:98845440ef473d8a65a926f6fc7e9bc95e2d975c6431bc2c64c04d166226cce1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:be08fb249d0548451580e3795c97c98c9275bd2e0d8d6ac5385490876578f4b8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:e28276a853d5b9b4937c8d38717139597be50e7458801607c841a569703a97a2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:9adb740bf133ce7652c8196b32f4c5c5a3ef65515c4b861d8cf2c9c6f0d1c4bd_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:98845440ef473d8a65a926f6fc7e9bc95e2d975c6431bc2c64c04d166226cce1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:be08fb249d0548451580e3795c97c98c9275bd2e0d8d6ac5385490876578f4b8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:a8fced5ebdfe32003054afcac8ec22e606806a53dd12d9ef6b594c9b4add893b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:5288894add34aafeec729069a4a4917aa7d4156917f9a5e2dcd82aa4bcea2a91_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0e3b5a014910aa57779fb95853037590569f1edc9bb48bba2d9461b3a2b0fa73_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5c3e36c0e3589a527d795af3e4b2c7b543b6f5a4bf0e89f9262992a2284feb44_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6b2f4181bd5d51fa4058ad220841ff9db18b9dfb9aa16de912d89f26320c32e2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:f81dae6cfa04aa748063691e788c0e90633868549d2a53b8fb0ce14e37900928_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:010c10fe8bd3e00d8ad7c690fd4026fef3737f41161cc5838a186c7e9b13c53c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:48e8779ae80d139e0d0cd6ff9d5586c66ba42f6c85d32cea200759056904ddd7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:693661ef8254befcc66a4b7836deb522b2ae96b68b10079f232e2d1c3a428ec7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:80921c9a957d7e76d85e0f30c83e8f007067ef8a435e6aeccb5918f399914784_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "github.com/sirupsen/logrus: github.com/sirupsen/logrus: Denial-of-Service due to large single-line payload"
}
]
}
RHSA-2026:2990
Vulnerability from csaf_redhat - Published: 2026-02-26 14:04 - Updated: 2026-05-28 10:44A flaw was found in Lodash. A prototype pollution vulnerability in the _.unset and _.omit functions allows an attacker able to control property paths to delete methods from global prototypes. By removing essential functionalities, this can result in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:027b3596835e02a412ab6cb19ae476a4d3987a90403a46abb039ffc2f1c775e7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:39af4cee0a425da0814b28bdd6d515a397544d3c5f83b5e9cfffb7aa33c4fbb5_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:8516be3a082fe2a93bb5976bb394865cd85aba4beaa399055a76bde057d9e70d_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:b2426b3664db720bd7a53cdf4cf376425ef8d7c6c5ef039716efd00cdb9e3e6f_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:39f3e8a9f78d4756e9c681513c02b5574e80ccd7043e7f0130ea1e5505e27cc9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:7dc4d67c2153b57bd1d0e74e85e21d898acdc5e792ebf3e9e2254e9c243069c0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:934e6f7aa8dead546ddb258b6753f8ffc577205ed6ac19796a2140cb242497c2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:d3c8598be6bfcb46c310e881493b8299f126b86c041ba560edbcdcb700430d0d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1df62178853e8698d9d86da8530144f3cc5671c77b72bd09098faab187f6a78d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bfb1ae8157364e5772facba2869c37414fa49fadc0b7a42ade55684e5a93ef0c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c70cb3d1a437e747e1d7d54f631853d611a97278fa260daed6c56f36f885e17b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:fc89d0c5582c76488c56d471746fc9f8acee50a5d727cdb559623af580389f5a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:5e1d1c77c595cf7cc63e38f771d7b2e64a4b31da119476238b26dce182cac160_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:d14dd4c11011464adb44f802bbff4820560b56422a8891664de65bc1f8da66ef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:d26f4f47b5b3447e021d20ab0e6dae7eeeadeeb4f5529b85f8e836d6625dac62_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:d4de045b2177b2abda6b28b814c450961272ab3c982a4c1da29271384aff2f06_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:587c9c3ab23222ba8e4581c20758a690e420982196b416a0dc895071ba13cffa_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:7b806e315b880b6e3fd85f23585d5a8032637099242d0d1abdb7703d67913529_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:e8718288050d418f62e75b956e2d19b285e3513fb70771beff64c7d96b02ad8d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:faaa0f58bae404689e533be4e44817cd8008d1ae4c2999fe1b671e663dd1588d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:19fbed56d75e69a0d9582fa54d3328fb44aee9a119781a0d9800a1f948b79926_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:2e4109f5e9abff71ace58bf6c904d19bee7c5936d99af1192191ffcf75e87606_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:b703668aed81e1c3d2b3b17c7c05b2453bb7685089f2de6d9e91b9525ef14c96_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:fbcb0389b7f506b044d1b908c0fe8e8eb1fb5509cc006fff4ecc992c2dcf31ae_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:21db1e5da0fdc170417ff618727d1df59d264a27a1fac0df40f62cc6d0b92e34_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:2c7df73b7d4e11ccf47cfe561600541569d7a5daa04bacadd28b601ea9593d29_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:4671fc86a01df017bad93436e10f40c0ea23e27a73a58f76742f8010f60a3922_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:71684546a20bc4ca896f3daea721b658557f992f3b4d9679fb414415713ae8dd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:209bbc308b2c772b4553e1353d8ff7d79d47fcba4facfae1649eb7fcb9b8fb70_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:21f468b304e0e0358ba70b05bb712b6231601b0e438a4a6d2ecf3239b016c448_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:654ffb6786eaa915fbce588d9016bd09927a204f797ba0104585bbb19de6e15b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:b71f4aecabf4c609d03b751b55cb94ea717983179b73efb6ff00001a514ff4bc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:203a0938168df89a72bd108bebbf6be7652794447dd2ccb69f8aeafa28a3d6ea_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:204bf1950ee8144592b630869c44755c364392504de447c41ca0b8d011f660c1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:d559c94732a888059af7b5e723fd8464c0598ff02ac49dd4ca0e8c2ff6752a0e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:ef2d45fdc583671d6b145882f99cb260b370c18178efb43b42a57e63ddb36d2b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:585c4a56a35fa219f5a0d37861eab449241a71ea59bd6b200e7e3db34879a522_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:975ecae2d886df90e6854aa2ac7d0d9f3b6b415756f87e13b0d6c8a0a29e819a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:a640f43787725158c81fd3b759298b4cb0fc841a6136a9eaf2ae254b7bc5c576_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:daaa767d88c6c006e6a0a6625c68e35d60000bc3081be76bf89d35d23bd513de_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6a75f23de4af4f22be6aefb132ab72514930d0a29241ce36614e884bb58652d9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:87a2b1d5044fc95c3a65a066b80302e2429b62e3ca65f831994842371febb7fd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:8db77a2fef0a9e5d7307d284c982f118467dafd3fbfb8e181326685852137221_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ac74ea8293510fcef95584bed98d33dd6b11672583b7c621c296c738eb7f747a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:0aef808deed9fb96b58f283824e1d3c15a8721ec39b16c5e480b777ad71ac137_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:675e727613bf0e5a3a85f4346866e0561838945eedc23619ea18804f8bf12257_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:8550f4f5bb2efa499a73ec16761aa448cf62943bfcbb4307a40e8889a6b83c42_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:b1932c7d09565a69842642106d794c5dd3a170345e34cdff9a8be3f64b04abb9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:28f0ab10c245d632ac282c48d3a81d371591a814a5bf553908bb14a43d0eab74_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:62202210c4f18a691ea29ac894a45ee52e2a4eafe6df0877f49ddcb6f6aa5c11_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:839834a01c39f2eaac826a50374e8ac4cb8a103e661366e512c62eae9fc88b3d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d57959fe134e8c76b6cf6b936b5ea015256e50a2ed550115ffa85e0e91d591f7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:5839069a2cd4c793f45a41023f2a53914a8b60e4f5ec935513b2640063067bc2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:c9560ed43dbce1ed3b0e73bf7d6b1b28540ee38584463a09ec1b38a6b09ae2bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:edce8f86ec198beb0e28cecaed5a1051a556e92662914eb77a14598bfd98cc61_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:11e30523f9e047f84527779dbd66c1be046c70b02daa197840bfdad6a2bfc025_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:22803a26a17162a465eef2269781abe2690ea22fcd86369f35688cef57e12fb1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:439f405fd3d827569af717e2627f900798107ff3c7987bb96dd75715b28aeb4e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:8edba5bc6956d8b5d2430d2f4d50ab31d71a50dd740b3557e5e9361099d6bd2c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:cb33b3f0160d1e3bb96217581854933be739cf23b22d03771de07482e8fd66f1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:84b554a6e493cbe4d936cdf9bf5f39d57a5d01ed433e9ae35be2cbb651cd7490_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:d985029f965b57700107fc5e5c10d805f83271575c32e79751e42d382bf586e3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:dbfacc2b8021dab0bc88bfeb107bc3c60885d7dd28dd6e716569e82c1f1b2050_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:ed158388ead4ac07264beee291cc7f4b75d7f26769876e00ee0d938a720320b0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:7b8f6f7d07b96111436e1f24d2f968eb402d94043216411e5700555e53d9f42d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b2b165722afc872b8b7e33baf3d203c5d454f119587ae2377bdfb15d9490ea99_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:0bbafe014c77d472d14038e2b46bc69a1e649fc9b6a4c1097bbdb354c34a41ec_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:1b1c50cfab6be876b4f25c0b27fa17fbbdeef827d3167bc0dcbc3341d92d41b5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:73b4d01b2ff7f173a1e49e5a6f019e3954a5b9f255119a8af87a6fcbb280653e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:f90510800365871dcda5645ccfe6055eefc38b59406b41c9c54cb29cb3e49968_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:4983e7e3d7ab2d8b1ee13bf734b260c3d56090b4551fc0bd59aaafec69ffe37f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:e0c269061957cc8b3586d4ca484c389544d3acda0077d96445e37d300eead15c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:6fadfbdfc9ddadd7b692568b38beb660a48f0cdee1f886e1451ffe0dcb73c07d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:f82f5726816a060c19917f06d37a1aa160b675953ebaac52f136e250e98fd332_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:7b5ff6a4931473798293031a401b2418906d91d62b5c7d1cad45ea3ac39462d6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:ecf14f2430d830ea24baf52751009cab008bc2cef501b358306fc46a2a32ab25_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:500cfeb055b38b0b9f76c9f262bc90ca2edafe664e517da1b38fb6a2928bdf09_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:78585533e3516310fca7f65c26f2f6b5e3fa0f3268ec9b338d9c53e96bb8822d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:21922b50b69626e99b6fe3741aaa1d2d2d08e56766d166b32046ba3c592a8d93_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:836c6111c70ba9228d80e09eb0e53344150b7dbe4bc1761cca6df0cdcc57efd0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:549bc2dbacc1479bbda10cfbeb3688f2e83f51d8e61fba07ca6816f7c56e9e0e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:d36656855883b3e306b6923234c26fb3ae6883fb235e58416266f3645227db0c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:5f035963d48b03c48682ee5e08df9929a84ae062ed1989e4e7b3ade0e22da544_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:bc70d98a850ba4bdcff403087fc8f57418039ee79bdcb7dcd2be49905a3b9cf8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:780dd4ebd061e9ae7f72f7d1964caeafaf1ed5bd0870576d8e81022ff5bb019d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:c3ef35038f951713ffe1951872a06d5bf731dc14a735b69d342b3d7ca197dda5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:1fdf87821555c4982cf42bebe5b46b58e1103b876970d69b298fa7527bbcd53a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:22e5b57a530a6336e81664f3886d543b34ac4f02475694af6fed90590c8209f2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:5f1f51686d55d53af9015141ea4ef00dea86ca65a6cc89b8b3afff34fa416002_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:c8e35113d1af6f424ddb2b3ccd7da6bb00e39cc7e9101ae6498a40926dd45f27_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:471037482b480a52f798d0fd05366ab7a2e92744f8902450dfc3fe2b88f6c2b0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:672c761fc4a8651c8493ea60f5d0f33aae52bc19ca4d55fcc1b94f2e002e1ace_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:8f509fac366943d4732e7d0f36f9f7223499c7aece9868713fd7de79f5fcd3a2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:c81004be0a15d543f6e84b81622f8514d66f663a46de37e00f5e2f18a423308e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:974a00d5e9f5825345c437b3987dad130f084c8b983a2934e5b69cfa67120616_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:bf9e71e10cea47686d4edf0c60cba4fbb0c4e1bf8b805c387b9c070e2032e5d9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:c6bb4ec25a7721ee6af5de90282a925ba47e6f26f4bc6b76651a5e811fe4786b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:cca13f123b2d8227760498112882fed890c50a78d740a84f21c1d58d58cb1434_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:32cab0a65fc0b14963201bb720a770bb68da3815bf306559da7ec5c8ed7c044d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:552d368f4be0334882e389c732ba4a46eb9905666b90ae2208101db7a65ba19f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:69d8d98aadf25c63f2cc51ec917ee5498fe97a013fdaae075186bca58e2bda40_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5969b94e914ff5ff8ce4cf32df64f10f1b6996832e3f2ab0b377dff46efc9af_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:725fb4e263107a568a1c556264f4e5a1d88adcd4ce5a2979b57a8fd4463065c8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:abfff75068bcce70cec31d704cf851d2642ca48a3b35ed48d739f19f0c311dfd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:b2e6862fbd2830ca980b1066d15f69e1a1997316ecf700983619f1f893a8f3f6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:e073583037092c6649e373a5b19242df74cdb830656722e1396b274a041317a3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:01fcc59502a374f19532397c5c6ff43d2d308510f11189f19f75aa2944a04e23_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:31c0fab9d575ada9af8f496ae4bb2553f26b762ef2d6c39f6446aeee2899b262_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:60d8c8511f21d929058cfbcb7b8df55148935ae34db2dd4e626913ec1a54c779_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:eba94f94949aca0330425b1ae3897f37b2365fc09fc88d60615ca7d02b06e8a9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:278de54a51e74d045ec339e762c5b81ce4a2a3d40f1bad8d7c9cb4e5de898cbc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:93f23ab49212aa9eb231527335346b45424a5322a5e9496a4c246e01f017edb0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:d9205cb2f0ed16fc021fb8be67f6c27f368fd4deb8aabccec39e134218f2ad0a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:e4688eccd23a6b01995b878a5b7f12cd2640d89a7402747a94c8fbc48bf99798_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:062d502a4f595b6faaf24ab566c9b4d7cbe23d112737c749f6223d84b0cc63b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:10e61696271303aedeea539ae19ec6fa8018878059815e5a58497e023ab496d1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:e2ac15e82021d5dbd07c6548374bd47bdcc609addd61dcebc5e675293726563b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:f5e3d590f430e44eeb3192dfed40ebae4a6a90b773d7444c4d4335210b99a4cd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:29e242c717fb61d195700e1f1665427ce99188265b2014aea970dd9bd8441134_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:c118d03728b27ee94fcdef1f63bd58fbf62475a5c016667a6a9805c7fbafa47a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:c3da083850cc4e2a8d365a2141e5d6a38b90ff9107631ed39c964a3870e01066_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:e50c7fb186e0cdcbfe16d0e1631ce1953c6df5f1b600a0753224225c475f4bc1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:47bfa9b89ba1688e7c1a6d4fbd9543f274be9585d328f94bdf96c82ae98051d9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:a2062fa20e09a9ef5574e7bc8d02b870cec2eb700f1e3bd338f62eb62bce13bf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:a3d35f264ad04e586073cc5971a8e5ee50a43d4ee5f3671ac4090ccaba868265_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:f3dd31d9b9a94707a1dc4d597ce12abb9b33d463007b311798bc031c55935803_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:26d287b7756ead1bb073b19ca79276d082c0b5231c0b007b2b18089036817e18_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:6e50edd777e828943e3624600bb3e31f078bbfb9bbe1860c6cf6652b94fdf143_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:e332b8312285dfecce531264a1115ac9b7b36d4099ca72fc8fa19358962ee0cd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:edaeb800342b998c1e3fe5630506656ab2c34c2190dadbac5f33dd78eee7ba44_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:09c6b2bfe80fabd18a6398342fcb6420aa2680168ffd5d25d7d18231977a5e32_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9e6c5bd0b8ec8c6259b9db817ac5a8fb954b1dac58b0fe00306a84f36c22035c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:ac670fb76fb48ac762f7135fc404d57d31947e7c5ce9a6525d081164ae1ed578_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:dc0bdd5c00450f4f6de330888ae8e9e2ee272e879974560b312785f44df85a0c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:248df5e1def073d8b37d1d6659cc44f4c9653c0f1b6024e1bccb16b208afada6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:36ea064f84c69157224566e5aafd03ef21af6bf9f0b8b78bcc6e197981239ccc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:95dfb6d0a1a4e15962f089a71151a37dd7b8ca19c26289f8f934eae7dcec2ab0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:b5643d03d8dd0798ec6cfdb27e9ba22aa9479049c81480b23aa96b12c7c96568_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:1002d87d382b6dd836a14734b00959cd62e9898950d1258662f8b29be154cf02_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5d2da4620f6bb6c224692d33c93f0b327c16dcc5ceb31da1f767d3a6fdc3f70b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:763b411a1610701bc473415f0a677ea9e43b3b2ccbf2152ee4fc5cb13e710028_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:89afc48cb1145085a0d6d262edac7dccd3f381c74f18588698498fe070cfe3ca_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:1002d87d382b6dd836a14734b00959cd62e9898950d1258662f8b29be154cf02_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:5d2da4620f6bb6c224692d33c93f0b327c16dcc5ceb31da1f767d3a6fdc3f70b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:763b411a1610701bc473415f0a677ea9e43b3b2ccbf2152ee4fc5cb13e710028_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:89afc48cb1145085a0d6d262edac7dccd3f381c74f18588698498fe070cfe3ca_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:053561dbfbd124b7311afe6b5eeebb4b2f333bc1b61636e3e989b732016efab1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:708eeadd9b25c308fe7fb46fc4a33cc39ebbab70e2a20168951f1bd629d7ad86_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:fa8de46b73a5c714c051e281d30c4837c97a7d67d349e58d9ec36c7a13d8b1fe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:fba9ce2c2b16aa7ca1d2fdfcab07ebc67baa65816858489ace9d1408bb26e4de_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:07c83354fbde69786f65b60b2cba2f8ace4f277a5283cb2f29eb88f2707984cf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:619c81363e6e4fdc632e8bc54038411571bf01a3f7d2bc0ad0ef153ea13756f9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:80318e120a0950964736f022e7a73902965f8391e25a03691757b3450203c5e7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:efbb18f2f2c8d01ce7b785b3bc5dcfd9a1f687ac392b8795ac63e2c6c2779869_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:2c2d668bef0b240bf5f3b95edc0fec5f561302e7f15f05b1a4c1f38a48517bc4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:398ea756c84de4884d03d27a59c1661bd1df0fb6e12ce9b3ee0319ca406ceb3e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:9976237825a262abd9196fa7c23265587f3c32f68fed224228a0ad38b6d2157e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:d5fe085af0ad1189eda74690b02c5c25d6617898731bccbe6d20101fffb7aec6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:1f4292bf324c244e58b589ec521132ac15f1640c33bfe3763560df2a1a692c13_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:936103960861b7912cc9406f82082acb342021032e2def2f37df6def4187c034_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a73db734acbc781aa0420b142e6a3d61e8c471b5e4eeae005d520eaae4a72e44_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:b4937dd875f1b9610a8a6d6c79475152418d5ebc991b192ae9ee4755a780cfa3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:79ea995391777e5de109ea7d10ae1c808c840af72de6e992f37d667d84fbdb9c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:9ced6b74ea8456ddda60cf304f6faf8ff5fc033905eed2a59fae1b4845756211_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:a8a1a27a92492c82dce2ca5bacc23dc4c1da0f1dbc29c5c749f888716dfa81eb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:f444afe09392bfbc6a9be984ba05b5d289de4ca44344594e0e1c10a3f3befbbe_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:6bcc1fcc07058024d85554e472ff660d28a4c4dd8a5a78a0744380e11a6a06d8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:846e39473ab761940f0e13f005efb60ca59497dd094b7e7eb60a2f6431a661ab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:9cd88b86ac24ea22bdf9ab938b793d833fd146c77b7ee5e162e5ba3d9aa95448_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:a7f257be16c02c62b9b01656b655ebeb2a1eb640a57b3d38877c44083497cefd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:6c1bbdfc2c9f3fa4c23af400e4cea7f91827801b956fae3effb4a8f313c673e9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:800e71c14775b5c2aaf6daeaada39be53964b123567f6fc6389cc62483042e72_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:982a623205d2d6ede6ed1a295e36738e500c91ef9f8c2e3e62443082a2ba987b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:a99de35e56014d9642ecf9f13869709a8fe08e93d499ffb7a50feae5e04ac651_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:1f86c359dad1658f01c77bcd1a634510baea2c8df28e3106ff8139e5e92b1c47_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:9fc2fae2be9a11e6c5f8d9d4f1e486f80bb8370cb6dec829b481b2418797207e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:cf4a19e2114134bf5c2d9163a09e087c3ec391ba159140635a7270e70605a4c4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:d3f9470c3930133339a3e805c2d5d1ad07945a44906a5b039270abec4c7b75f4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:11fd6113796a1caac13a8d4c5542632e6b396e0bc460ae66eaa0f2a1f3b4da44_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:23a24688a4be7be1242a773aa20f53f2aeb57d316cfa566de7cf2fb11000cb35_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:41d769e206ec812a0f5f34487d4646de1cc1f4d9ec3372b17758bf8fcb76ef98_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:fbdce711d845967d3aba18dbf3966442c7fbbf4a8a5f8eda7e3db9cea63457f8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:2086865a8c3f61d47894fc5a683ea22349599b82c6e5f7b5475c5b50b42bcf89_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:68c120642854e9aa45b15d21c3f9d02dd10e837089131bf4662fba1fd87ad9c5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:6ee4ad03dabec3dc2c36ec8ed305eb1c74c4c099cdc7fe9cc48555a20d7210c1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:a45563482bf570357b036302275609966253f74439f1acb59c8ff2bc3baf7b31_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:2002c2c89b091a1729718cbe2c2cb73cfc9a1826eb8cb6bec45dbd164ac9639a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:260a8887d952fb84f5d017c15ba8a1e60e23455dd20ac8e2034bfde8cc0b8f08_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:803630934c8c0dac3996191a83ed389d27bd1d9d6e84ad33bee837dbd840e458_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:c016ce259e9871041f3209f577455f3eaaf98dc952a89f32c349473148a20976_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:1556c0c53266796776454422b11f713d84e4a1586a6fb841efac115ec1906971_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:7c196c858cb5e94e65472daed3d55230823b8e958d35f73bfb507d6693807708_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:c48060447a689c5be3c0abb9787c778c0b1de183d66b0a9fb6839d9b3c3d59a0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:e45ff3c1c0074e519f5282ae8208750a4dc0bd3ac7207e0453fbab7f30727793_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0f63a311771f61ac8c0267d1d102769c18b16055d60260107b2acf033ba5a185_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:27abe5d06a3149ceddd3375e026f50955d4a45ef482ab6f61b9f02030e8e3b19_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:832d5121a94abd3eadf92a8df55a632455cc51a649900c7450547f34c58316ed_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:8c1090b8e0ba9e071f41d66068bc8aa4271251192889a767594e0c5d836a9d40_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:0374dc23f5a2d22a7929da246a8ef5a032b43f19b386a162e4882aca7dff1383_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:0b07eb65787a670b95cb47d98ee8b2ca36cc1b36d962e996d2f0a12a5d58a37f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:76bacd34ec3b1d6dd135ce8dd06e718f6a1ea6c8e2f8fd3954f9e9d5028b9821_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:b0bb4b11507285b17b32be7358e17094f00708e159e32ffd808999a63df60a7d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:79d4304244379d410212241de9b91ee5604bd5bbce5676301bcf3fada3824c2d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:beeb8e60ababc4bba5c6759da3d7ba4ee1786a43132b414748f8e0a2cc9f63a7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:eb92d3d3351d845e5c169721baf1683f93d943578a48e0192bd273db648725d5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:efa0f8523d171326bb6fc12e6d1610b2d2d28a38e5b95180358c9122bbe6070f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:180a405ab9bb66e3ab6a904d2b91d27224ec507d8eeb1c00ab182b130d9ed26d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:89a9de8f0804a61e01ce2a34d25933af30df2f3e8cd8f1209f8f058951bb5c1c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:90c430420821ff7a0ef7a752f120505c2c36225296f6b238771e6bf1fbee755c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:d9817e136b2c3dfb1fbf805c3d29b8d0cefbb07f76fc1e56ee486666726abbe2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:60ad5b01bbc9aa574ef6024d59be388bf7ca6d8704e247f7e56c8a6ebe3c81f1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:b809958ea47a5d78f8e47a8c822a3b2abf14091a3f526501f2eaf7ef36c87b4e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:dd6662403f5ceb2bb3b8887c7d608c73ff18a8dfb8ef1ec089ca61e4a4f75254_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:fff87189c1c3eafae4722d812e5becae925b71f1b6727944333fb129b7ae48ee_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:60ad5b01bbc9aa574ef6024d59be388bf7ca6d8704e247f7e56c8a6ebe3c81f1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:b809958ea47a5d78f8e47a8c822a3b2abf14091a3f526501f2eaf7ef36c87b4e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:dd6662403f5ceb2bb3b8887c7d608c73ff18a8dfb8ef1ec089ca61e4a4f75254_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fff87189c1c3eafae4722d812e5becae925b71f1b6727944333fb129b7ae48ee_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:7353494095c9f0628274678311b2172589026dcc4e8e28091641ef65a2923e66_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:9dd5d4aff113b23dc86a191abe7f9ddff0b207890634ef9a1c5568df8eccd663_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:be14afa02ae1e9d13d4c6a8e534954bb385f63e9939e8b20942c072901430d5f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:e68a3fe0f5d91d2e914d4b24bcab9a2bffda33daf56cebd73566445b96f64316_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:01f43f0606246a3609b3738ca75c68e2f7f9020c1bb88bf7717818c8a26a1e36_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:3f047ae5585f08301e17488fd86c9ca6cf0309d39e8cd6b580b045f1d1415fed_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:762cc951e74b525f20b93e71742a5bf44d12d3599fdba16a95608baf774c4555_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:9e62d2b1ad0efdd3de7b973cd6639e96203c01b6d484578a4e3cf13f67b2b856_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:1130385b660f719e78d9449c6c7be888b7c6ed16a2ab43e1fb3505fe4ed03b33_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:25c3342fcbb073d32ec53627b8a062f89c1d4be9e641371ec46e6dfd3f540efc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5b3d375d7d4187b601a77e2eabbf656cbc70a1e7671916ce58e6fc595edfb215_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:dda703452472d35e7d8ddf9750a5229a0c4c6929c7409bf95b973a89a8de08d0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:058f3ca5452aa97a3fa778064a75d88cc169b7ce84a5f320359f561e76f08a95_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:71e5d332051f134f3f90e4089df6c2a5f88b0b11843d046b0d33726d2d988f96_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:aab5a67ac1a3ccac5761114e28474e11b451124c5b7e71e6ec29e2895374c668_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:da133cbcf2ef025ebaf274afeb555c9c18fe80584c058d31f39b7d343995a42f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:38bd47929b935f662766156026433f1f2ec6e1731d2c7f40c792054cbdb1f87a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:80b3c3854d4f22afec57e0a7cb04b0c98d58cd104c54464306126566edc3ce97_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:8b36c39a63639cdf7c05bc997bf98c0f5cf9c1cee0d740cf9aa6e74b91dc0249_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:d0e132dd83e2b754fe20b12859ffdf7139037da53f2a6af6ee08eed15429a14e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:2b553e5669ef51cbce468f8c7c85bef41faf7f7952abefbcc2a55a9ce15c1251_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:4715855d33583642e942fec45ccd9f6d2b90d07f2712ce1eac357d9d45c32f14_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:c2f018f8674903f77b5f4ed8979703b5ae67fe83c6a7d76c1ee4bf7010d77a0f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:f0e41fa92b534e5bda08cf38c6c513b4adf930df9af740de05248476c74c04a4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:8db04c6d7afcb6b650dddaac2ff88cb82093660a3125912172db7fbb51f1f1c2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:b539177c3bdf37dfc67cca8b3a2dbffa0b4941952135f7f144d3ee1498cfb05f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:cb400c373be837f788f663e7a1b2a94bacec4f4dbb4bf5a5ddd5d1a0d89e3291_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:f16534746cf3a8ecb10aae9765d399ddc3b91bdb2b1ce15c59a4cc76f9e4cee6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:37b02c91edc5520a2371b6f8354028e7404482f3e192aa74f683990fce40ea6b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:5097e2faf0ad7dd54961a6f4cabae703df9df1b2b41e9867b955ab9abfe8bd3b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:b56dc790cc28994513ca38162ceed6f6e10c99a3142aa2abef9bbb7fee86d924_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:f4f4b53c8b205d611fa6bd641be601ead79d73bca40f838049eada4d5d0df227_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:2a6400cf874eda4c283683a9733e63a7e8b5ce53a37eb5ee30c07b14a9301a76_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:3908e08f8cd7c94ba3e5e382ee40cc02db84f5b0a4aabc60f5d17142c42437df_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:88f2c3ab06c1757d7681ea0b157b48847b6543dd9d1fba7a76941d9bb49b92be_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:f7b123897a6b90484fd938de9dd8ecd1b104f2e70e0564fc10aa1b3583ad1011_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:292e59f484b68803dc0076b9fb7b9f426852c967c235f9923dd68d8448013794_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:59c896aa966fef8ca6396239201cb9f1821d71f1e4787c4a03f36190b8a42c76_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:6023696ac24b81f72312201fa6c97a6ba4f2a780fae94047968dba982278562d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:d52e3ca8cf609c8d15dd77a525466184c5c9c641db88856aed56de318e23f47a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:10532406aac6636cd860a0517ca512f6fd8a2505cdce5486b793e9cb2bcfb16c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:567ca37a4ed2afe89da71f0b33af4e5e3af3f89acaab50ea32325ebbfcf86aa2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:a3e1cecdfc749a34b7e3574642458edc7870f03ae9e1a2e7aac63e3fecb43eb6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:cd5d904d0e36cafd45ea72914850b748e921bf4ab9f454e1e6f613d2f7b45a61_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:24603d314b5539161b5974f234a9fac64ae0a36e7100a708326265ee568f756a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:79385981434c7e938f71e4616bb61c0f37826ab4891fc5b370479383bfa9d169_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:7a5ba0b22dcab9e3bdf107a7e443a212f7a9ec343f41d3deada1aa59091cf952_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:b7cdf071883783cda48c2663e86e3e271f42a470f2f22d73bae8304c87c2e712_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:0159ee555501103045d1f188ba21ef468c3f463251ff2debae0c8e1999f14eb6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:237a287a2db660c2b844ac5e985ca1cc70be0f7732c7beac536e3c3e09da9b71_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:31190bca682241fe6ed6bf64602560638c963d70127cee441cd991f82a17fa82_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:da97b83cc6f07e4c7e72f9d7b8461fea71ea92e1b29e6117ef0360e088d7adb7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:06ba4dd88b81f15bb0fea21bf039fe45d38e3356c19a6389dad7010940d535c7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:cd7efd34ed2a41d64b09e5670082cd68776b31011532d0e02cb932467f05a24a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:92ab63720b8e0929cf11f5ec81a3a968017ea1fe2d0aa57b137e6609b1c07bc3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:94ca29a099adc0665222212c90c60d763621671428a1de28a75c8ed6e2be2ada_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:93edc806a96f7afebabbeac4280196d313eb789ec43978fda985a5445d19bc45_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:fd2d5df7915e62949191f0497ed98359a3440c424a56e8cf12d66e99e67d4a3f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:4947bf6c31aab91f8a0eb8f7ed55052a33d35b70fbe40b06e45f5e5aec94c020_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:87439e5f75484270318701b52e986973d66d6f30f4d00b0da08036b2db846335_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:e42c9804da1f84dccea6375967159daa56b38d6d029bb78617120ff3af87ee92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:fdf0f3062593efcff1f58947da781fe9e9deb1cfa4a1634db93a0d6e40d069ae_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:003480e424f3ed4baad296af322ff6ec0612cb9107c85116f065f4622adb0f52_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:574259966929feeb14060fd8b80ebb8b5ba2ce10be9f19e66c1e53d033586db4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:5d40461ee29cd3134137b105576bca5ae014920da3ccd90b5729b326e848444b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:b1082fb3535909dc2b8eb0ed95434e571071b5dc4324c6d3dbb1fe892012d607_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:1e7f3dd79b1969fe87590b82bcf2db172533f401f37b975e26829d531042becf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:50b6b05372735625c16a7ed674b1f056ec23b35dca896652ba94c5fe11ca7c82_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c01fce15d9f6b9a9a52b8ccfbde4b8a7aa1b969d7927430eedd169c0b5f28113_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c608bb7e62594f12c2f52a78eefeddbdc11314494ec933698ba52af303436f1e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:3167f80d0848b65adf52382a35ab3a8c76f06fc5b706e001c2aedd897371e56f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:94f7a32483750e9da8038b84e4e1977fa22f099d3b29012a40ee059ba0cca9b0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:c8489b7e4c95b36f247d85adf5181b39691fa97f00bca455c4fc950c9eec818b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:e187b0624e19031a80b2fb26bfdd82cb8ec9dc66a115e5fab48312cd8bc5d014_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:3167f80d0848b65adf52382a35ab3a8c76f06fc5b706e001c2aedd897371e56f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:94f7a32483750e9da8038b84e4e1977fa22f099d3b29012a40ee059ba0cca9b0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:c8489b7e4c95b36f247d85adf5181b39691fa97f00bca455c4fc950c9eec818b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:e187b0624e19031a80b2fb26bfdd82cb8ec9dc66a115e5fab48312cd8bc5d014_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:174437f0c1b3b1d8dd82307d1fabbe34821ca30d773b70ec1cfb67d45e0c1e19_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:3e9dd635257195cd5c90778267107ce11566f35c60d415e4f8bb9ec13fcb4477_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:56dc1c55657428a6508c4eee1940194c81fb9679a11a3777289749afb8ac12b8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:a8b4f74d041370868aec2986f884db5e41ee82baf193dc94701c5934a060be0f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:174437f0c1b3b1d8dd82307d1fabbe34821ca30d773b70ec1cfb67d45e0c1e19_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:3e9dd635257195cd5c90778267107ce11566f35c60d415e4f8bb9ec13fcb4477_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:56dc1c55657428a6508c4eee1940194c81fb9679a11a3777289749afb8ac12b8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:a8b4f74d041370868aec2986f884db5e41ee82baf193dc94701c5934a060be0f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:5d9fa9b4f15954cca4a5c46f00840bd1047151f89e77da0c4250b673011fb6e0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:7b167041fa1524f28380783f43e5cc54763d84fe17c32bc35cc58efcb147c2a4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:d7881138cbe71cab0d372df6c74e11ea195ef6c55c812dc36b84b1e29f8d788a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:e7ffbd7d025233611c4a70dd7e81eb0cb0ff5880c554cd2dfd9f495313902032_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:5d9fa9b4f15954cca4a5c46f00840bd1047151f89e77da0c4250b673011fb6e0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:7b167041fa1524f28380783f43e5cc54763d84fe17c32bc35cc58efcb147c2a4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:d7881138cbe71cab0d372df6c74e11ea195ef6c55c812dc36b84b1e29f8d788a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:e7ffbd7d025233611c4a70dd7e81eb0cb0ff5880c554cd2dfd9f495313902032_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:4dbb8cf627ac6c902416e06181beeafbbe3ce1a3891eeafb504d8169c29dc359_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:5c4066929ed59bb460091ccb5b503f5c09617459667e3b8cef83fd256c1f9ce3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:829668fbadbaf7e87cfb9cf9cbe304ef8b9a343dd989f9a9c887c7352f0c0a01_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:bc3d45f66fed2adcd79722519ed8ea7f81dd17dfb960d06ac79764b66f421c9d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:4dbb8cf627ac6c902416e06181beeafbbe3ce1a3891eeafb504d8169c29dc359_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:5c4066929ed59bb460091ccb5b503f5c09617459667e3b8cef83fd256c1f9ce3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:829668fbadbaf7e87cfb9cf9cbe304ef8b9a343dd989f9a9c887c7352f0c0a01_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:bc3d45f66fed2adcd79722519ed8ea7f81dd17dfb960d06ac79764b66f421c9d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:22ca0ebc3fe663bf0e9270067ddae2e143bbe0401ec4be56f56399dd038bdaed_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:26044987ded8bf944da915148c69be6e247e3e1fca35f0c9d0abfdbb61071e93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:a988a8373d3f22e2c162052a01e7eba15cab6d0fae768bf76759aeb333c5838c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:aef67ae561902de2e77f7cbf09b98be2efaae40bbfa671d33a73874a9fca506f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:22ca0ebc3fe663bf0e9270067ddae2e143bbe0401ec4be56f56399dd038bdaed_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:26044987ded8bf944da915148c69be6e247e3e1fca35f0c9d0abfdbb61071e93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:a988a8373d3f22e2c162052a01e7eba15cab6d0fae768bf76759aeb333c5838c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:aef67ae561902de2e77f7cbf09b98be2efaae40bbfa671d33a73874a9fca506f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:3d60041633a1f162c71979b435c96e1b5188df0e04e0349602ac6ef7ae91fa08_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:61dcb1b12d90c58eb1095cedd0f8d050b1f61e68d3bc05037e8e94c274bcd855_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:85363677c4bb40f00d43ca5d6491b03bf73b5aa2cdd514509a8168ab8c47399a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:b2d065c15021ff26eaf335e8365b797c9c0c9b54c2722a4fd88b015d2f3b2aba_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:3d60041633a1f162c71979b435c96e1b5188df0e04e0349602ac6ef7ae91fa08_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:61dcb1b12d90c58eb1095cedd0f8d050b1f61e68d3bc05037e8e94c274bcd855_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:85363677c4bb40f00d43ca5d6491b03bf73b5aa2cdd514509a8168ab8c47399a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:b2d065c15021ff26eaf335e8365b797c9c0c9b54c2722a4fd88b015d2f3b2aba_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:089dbe82b1e1deff569436e344928255e7446795ee2c1965551941f4dfcc20fd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:52d2793450c879e8cc2df405b8f9ce03239f3ac832705bf8bf071b6d6c1aab00_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:5d68aba559ef836f0992f78c78a8dc79fb5a680dab2abbc876a25041ab8767e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:a40345997aab0e6dfe1830ffcc76320acb4a19743cd8ddc249de4dde99697d7c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:089dbe82b1e1deff569436e344928255e7446795ee2c1965551941f4dfcc20fd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:52d2793450c879e8cc2df405b8f9ce03239f3ac832705bf8bf071b6d6c1aab00_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:5d68aba559ef836f0992f78c78a8dc79fb5a680dab2abbc876a25041ab8767e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:a40345997aab0e6dfe1830ffcc76320acb4a19743cd8ddc249de4dde99697d7c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:08a79a55c753372a11f38e7573bfc6a930e21cfd4cf78a583b298c2955fd76b3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:656c38b2cc045e620277466f42436ba47633b284107fd2dd77b2a20b6d92fb65_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:efbdf6e8cb6fbf9141f2459feb49bd1e4f9b99d0607331337ecbcca851c6b2d3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:ff3fa757849d5246cc4998aef80a5a8192ea48221bfabdde42d3eda664f00107_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:0ced086ae1f60e918833e7296b812627bb201d461f64b154b238e6cdabb543e7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:825705cde8c5cea16fff7f61b99fb8fe77b00fbf9f910dcf980491c836299a9d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:84f0338a3c427ac9c88708f5611286972a71a0b67425a82b28e6b9cdb0777fdb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:db72294ec20391b00df5aff0c61131e458d53c77f8e7ad46221bbc1a0e48c627_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:3abf569beb7de9365d996b72deb8d16da11619ef721f4d7f244d275123308faf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:95fe24d21ca65114bb288e30d3ebd77954db630a4a3162dbe877aab4dd9c5cb4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:e2a10747ca1f65c6d894e6eae44dd77d1ee826e60311c7fbf11ccb5ba3b35c20_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:e6e84f0ec9ae5b483ef8872c9703908b595a6d0fbbdc368e19eca8b58121025f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:5999694f230c5fac3ce7b5f2c74922088b437067f775d23e01e0340453f9188f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:a91dfaca38590d32108269bab1c7eb59444931bd7a994de781398f50d228d988_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:b7947f27cc0ffedc07e93c3a5450cd87405352f93b39bdf66c1c045312497d35_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:bda4051ff681d545c59cc6e9a02583278236f267de53b3c68605635689eef2e9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:58e76dc80151dc5fbdd3089685b72d74b1aa8b98de2d5ef1525071fd972ef623_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:692e57961b5cb2225ea4d757cc5e19ddee4ae1bd5fd89429cde7ae9ed0ac0c5c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a80a31405351245150ab8feebb87ba63f5cb9dc5ebc85d560a89941f983a70b7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d73bfeebb2c2c0b386d5b2e909bbb815e9c39f6e82869d9cffcac5767f2de172_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:3ba88359360ca1532c5224ba2acad3d1588ca40bfc4829ccb8c85ea19bc129a7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:b237d7893ab617e9c2f53933cd87f2062de4b6621db677403e11ab58a0de10bc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:f9bb0780a4d8be56bea13e9ab0f834835e04e7e8570494d37798ddb60bc8d7e1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4f02b77a2cab5ccdcccba93d51d2a5d9a92ceff151236ffdb8390ac4a67a4af6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:5510f4dcb3215d46c7c73b0f84744d94adc13d45066885abcc522c9f80185152_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:6db471dd0c0492d33613a34a2e53a1c025f1d34cfd3d7e4d2b4009276806433b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:1a40166f257d1ab58f04543cafd99a8b7fd88d8d0a1c970dd9b771b0f01534a9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:678ee1ac6110db9cc2380674735c94ed5f18c5c2d75137179ea2e100517ed2b3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:d19a14818ee13265fc1722ed2700a2943e56942442ce4bebb322c80ad0f2c5ab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:2b6431891ea6d2f9af668ae5afecc0dc6719ce7314bd59a89ec344cd46214565_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:60b68743e0d82aa2c39c47afd70a39fa7da4426772b946bc4afd8558350d500f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:aa2fe1a953150e3e4160160fc7a121c952e8b7805564ec63339aed27ab2dd3f6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:00fde8b59b779b0b068e80b2e1874c7d351022aa4142d779016f08798955270b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:13a92758fa914e1267dfeea1896210d3a2a665ad05c9256b1b0192bb8abdaa7a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:146f072051e97a611f39759f5a5c419a883b0e64a1362b205806913b6a8153d9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:3c37d2d3853372a7304e39921f4462a44d81136ce24188e7b61fb63e73c97e5d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:97427755eeb8b957837189ef49fb894b743508a1950645e8f42a08eb7b3ee0bd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c03bbab0f14b2ca0db5a24c2cb646899fe1a4eb4cbbbf987c3b17b22bcd3d995_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fa8d5b44b4fd8273f20ab466a88a29d6ea344484995566640c17c67cb0e7d7ea_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fc06fe0990909d66e2981f12a6fb0f35967f834089bb348e0c4442d47d087214_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:2199c2a7a9e5f483699e62faede55d3df35fedcd4ca8768f05f48e0fcdb71fe0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:756352e643e268c63330c33c30ee12e27fceda1239390fc991f06589dbd78959_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:81c0edf7f04fd4d89dcabc840e84288dab661a2dd7eec8553867ccb5acda9b5b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:856deaffcb6e4b4b9d7503e91f3d23b8767100a1c8c72a6c472e1f882631833c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:5dd9628769aeb00b44e9a18fcbe1d56e7b172805be508e7b4ea85ab1b21fca3c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:6d25728b5108a7941285b8bfca698ccda25d72dbefcfe12dba929cbb0c24690a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:7bad17203de6fe7f1ca5e3d3f192a154d48368b6d877b66e60825c41041600e3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:94a23b1f97ca91ee3195c6ea07b4d867d32c717279fb9159bdaf3413f8e05582_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:17dc9edba250dc41896d18e2dab48a9fe51c08f0cedca362566f504bc1b90ecb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:f3148cf7ab32c8d179feeadd09f57c3f3a8296aa4b013d24f63d61afcf57b0f3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:beadf30285a781c710de30bc1ae87d2e8a3bc13c2646dc55ba8fdedeeeaa018e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:db6b71f10ce51d3b8940b551ed77c786b402a12bb287ef3bc614b259b44713d6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:38bf5373f8d67ef1c79741f697d9454328072f615def597752078137b38f65d1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:9358fffe89e2f3a4783f6f3fbde49c1b19984f3e0252f4749c3e42ec8d8f5523_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:e49ce33f3bead2227d446c2b8ca852dbaff56af0e95f2882d4c1404286c22b3e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:b234daf9313e3efc2362f79a513d35bd15bb7c9b7a6aa936e12fa3a53feb7412_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:efec04960159b197a0626461dde2e11512787cfa6c71190a180ce6bdc9ff8c60_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:a68d4bcf134f78d2de8cb1bd1d9639ba484dfc613da1668f4bb2a044d5582f4f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:ce2d048651c8b159bfe370425e5bead6a0873253ddbd6d6497ff429369798968_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:75bea5902fd17c1e4b9d9115cd160c55ed9aedd67ca5fbd14e9b0a013eb1feaf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:78a6b3728b3e9c807b1b80ef6e79d29e5df49b5c92c5580ff31b9c2d6d013ceb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:ae98a6ec26befeca00294a2b0c7ce210bc7bace1f220571a35c04ec14db03e5b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:ed131d0cfadf5b581837ae7b345053603eef694a0e074a6d88f992c55c3d896c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:18380c9080b259cc8d02487331e3ef1247d2308e6b1e70ce803426d36c0e1f27_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:1f51177c9d6e9d8adb6f61d1b171549573506a7a4d826e539c9aa8f942507705_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:b2ffb8ad7db07d9f7069d160daba5b7a73de760c7cc161106301d3654883553f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:dddec677a6081085ad00e206077030bb99713e506277e2ced311d492e86dab02_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:38563974217bdd53752fdd063138b0a11e90b85dff7f9c7537de064033f36966_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:c420d49c96f376956982296e7a03f4febfe0cde367fc95ab63a87642e0b361c1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:ca2eac21c18a227f5672c8d3b50469953b29cd369792a207614b8b25291eb931_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:e5b54fd6da54c520f1cff80858c7bfb5b8b4b378fa7a57ffacee623b1d77cc43_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:5a30a1eb1091054facc200e9518afd543192758a9bf2e664e44cfc531e10978b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:d8b63cb4fcd259a66eebb6605a7a105384cdb4cec042952b966b4f8bfabebf4f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:6f4aa5824d6ecd57443e2bb696bd3e79703269df862ccc42d56f9f9d7e060f50_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:7924a3056fabcec515d879413e5b88ef00fcb7451c884b7f7743d3679f127a12_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:7cd191dbc1db9d5266bb1e1f958871b6b12cc93ad7394482f6a53bf5cee83dc6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:9dd169e3a46ae8eaf47028070e752a308cec0418f8102dbedadd4210b867e706_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:c6e0507565b5274a8b474e772093d75c2f58ce178da633c24cfdaae3264b2a8a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:f85276401d03d6f3dbe5de6fab4cdd44379d4e3cbc3d0ea53efce7eb9ac59d60_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:321c1737ee36a2b23ac9e1ac85368965bd0f120d8577f5999c3f6d3797b0a6c7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:449dd56bdd7e138d514aaa0c4d9489bc2d8e01b0b4c459131b116f221e2956f1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:50ffb33fdbac78a475913b7e307e730d40a5934c743cda0cf45d05f6b5712459_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:61dcb76dde13dd2ca7d6573f2a7c09a5cfcda1de1294e5a506d07e14e5408a90_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:4636f3477179b218c2ada2c241a65d804f0798743da95e3a171830736f383160_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:83e26b219bffb578d76bf9842585f4307e41a8f6f20610054842b3526dc5424e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:8d806e0cf0b13ce667b08498833473314716c59b6bac3ab96d2d7956e7ec86bb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:efef95d7a9a80b5919d54fcddd2d2996294988efefd8e286f33902ba4b94df81_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:99811313942236572f7ac4c4726f6709609452a3da5e811463e7a9263285d8dd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:a3027db225c166629284e11ab26f4d8dfc41a2fff2deacc99df5c4ce151b5fd3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:c7b4aebff94f6bb707d9c4ca28ef6c6060571be88d9b9eb53cddc39fc1456f76_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:d7ac53074e1cfc8218326b613104a28aae4cee1c67785de8cfa755d1772ebb13_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:56056031eb0746e98052842eb628a66ed222b1dfa1c7cba6e511b4bb4fe05533_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:79f3b697eb24b1f1fb941a3adb768c4fc11e742e4de8b917900fbb301f5605d4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:cacdca41cd532e2a84e1acd9a392a5ad73cd5f74b0215da3ebbce77885afe1d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:d1d39bd6c538c62ec5e18435e712b1798183951d4238a970eb4ee037a9a70f51_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:634a8c373f209fb3cf1a9251bc2cd8cfecf9390b71ed4089a57865bf15013d4b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:8a9dd162f613ba32fae56bc1b9f1ed10c577b4e3aa3c42bb08e3abe76e820c82_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:9906a9d16a474aa1d103c169b6e64b13009511c45a7df76fecf76ef0e25f2a29_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:bad61947f5ee2cd63364f8ca7cfaf343294934b448a96b4e0c86db4430bef34c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:00608f5cbc3440cf612a54f7dab4812bdf3c65cb0639e2ad68695f95f399a559_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:577f1f21d3e9a632d5fec2d0545ef62cda58a2f71dfcd2a7cb0ddf420841092b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:6cb0fb8c18dd7ffc43887ad12374f540c4844b62b69adbcd9286820e51249309_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:dea046947cc52f5b617e5c2e273ed1fa409fda43a2dc0eeaacd1fc0f27fe7ee3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:813370f8fcb5b9e8830be339da8c73c5303a5a9755b18a8d26b4ad58007d2825_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:aec19cf38f563bcb9c4254432305bf11883020c9e2a25b0f50f71981ef6aa161_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:e8de1336623bf1366668f6a56a55b5553692303ddb4950a4158176dd78a458cd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:fc3f344bdf3d6f5d9c0e940aee5e25662b05ccf1b8827f81ba140835534b655a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:8e925337d28c451279d1922b0dab9ce2a4919e0bd75a293db234518c09ccfa92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:d134d9f1085573b2ecfa5380e17eafa45cb573ce00da1c62e0ca769c6ac28f6d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:0d4f60f600d906f1122152da7b8b0449a938f5f4dfb2ed198065d2bd3a2ebc5f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:803ecd02649eef62da8885831e2d38917ba51b891573c195b323298bd71432bc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:174f58ecc534af5ba1915d204f2e829972d3632652864eb1d61a95de29de7eb2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:64efbcaeb77bbfaefd493170eadd2eacf6af2da186b53ee1803fa2283b2e5711_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:969b7220dee835ce08b1d039027c776c83b6ad3da5388772daf26e4c8f09cc80_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:f01e210631aa090775e7f3b07b8012da4a4c53ecf3aea6fd9bf8ca08d49d511f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:2e07fb199c7724f86935b745dfb5c77991205c9c4c45ee5961abb57abd0cb823_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:ade497f48de9224ae91409818c6e0571e634891a84ad0057b508c3ac85b21b05_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:c495c52ec300a44ef4173edf15624688b38011a3ff5cd738bca779757e42d958_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:c983af07026014d73b6cfc0d06fdd31a7dbebcbdee204cba1a672d24608d4d14_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:21209efc735beb2bbc8daca5776cea1ccc5418b51b97b799561fcb751e8491ce_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:e87a5743e86e549e3b17b57cb6c3a93724ab85796407a3e4a0a816bb75a9a36e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:166c39667529c8deaa8cb6bdcd0f973c115a44a33ce2371e0c956cf157498d45_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:e527f1aecb09a2c40e856370615b16e7797be1f9b82848e862eb88a42a9e3eee_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:4b743b7d2d78e0f2a887ab796b2ac9a150988aaec67dff3adde88687e46f7b1a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:4bc8956bb61c0451b1fc424ec1b8abb2a4af487ed8911d952c367592d31a4f3a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:71c807e7cea2c0944f06dcf96bbffd21dee4672e7274dc817dbbcdb65677a6ae_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:59adbd89a4a3fcb8f845a9f951063c2c059e9b67c043351ab1ac1128e0cb066d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:8ece29e4b3c200c4b113a12e23ba43349fdeb827b050ab1179b97d929de452d9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:b9c9b5e975e00da4e745d6caacf725e37ef8510727d354d65a96cbb51fcdaa86_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:c738b9609d40a0bd2c17207f9113948c95e55f4e216f2dcb1f37a42914669d6d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:81cfb4ee1ae877a6ac439db16b4f91ff789b50b8f02908858954afc51e7d9b19_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:ab00d7940fe91a26c7f45e6824c8afc516bb655a6c725c0a3200ce164e127596_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:b95d59ca455992dacfdf186d011dc3dfb0844827c944b91da28c1b1e678948b8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:f1adacb5d83f6207a7cbf196c82d30feef5a41fddd90520fc0026396494f2ffe_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:0857e1c73c07b272f017af571c91b3bcdc108540ec002da89b11ed2690c03de5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:0b2599c96ad1b12dd5ebbfafa53327fae38e586b269eddfd3ac87e51d38ff0c3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:750954c71fd9789e0e4a93f2cdb25e4b6a8e4c292bc7f6c28397619c980ca118_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:68a7b4a2434007d41d8c0f29accfe43e00b04ef18101a3b400213c4eda9117db_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:96538bfc448f0d0649d003f11b49f989ca36e10838f34fb91a9f7ca8967d574d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:c2853ae37c6d4f1a44d5f03f77825030fd584268fe67856fa611487d2aef7afc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:d2e88346989d7c7c40b556408761a58f3e179856ccadc1e7780d103981eba9f5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:08a1038d6b2be6effe347769a0e2fc89c43caeb44dac796c34481274072534b0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:5ba881fb649a3cfaebc470b0fbcbcfb799df2205477e3263adab655bffb4c268_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:c8974096b8764ffbb4a9f8279a485508e9457c0f7e176c77cb779d3ea585a15f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:fea604dc691a2515b1c9a34f6b41afb60287a5420f30b8957911403885658e04_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:69411bfaeb395222009f0ca46a1bc3e456907b650a285f56e26eb207c7ca4383_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:e20e87ddf196803191368f1dc4f6cca4465c1a92fbcbe29851ebb1f908a55038_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:f051e24c3447762f3476242739a696f882ba9ce210fe775256dac55eb28fcad4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:f385411362f79afcf35acac0f49acdfef8b9f5ebdabdb20cb4143f33bb505733_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:2e6cf654f0c887465ff3b3ddca67c12e2510a6b82a69705e1fd055ed30cdd9b2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:56e0fe3c3d2aabb7c30c6ddd28d07b3005cb128c82a5d0a51dfc8cf1f1cfd2a4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:8c01bbae6f1cd673c1ac45ee550a792409e534a1fbfc4489269c5d849c4fb119_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:bbd136c9bee87cfd71601d22fc05f16a7b07996f39b41195cf5105a84f0e847c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:683316d9efb43eeb14a1e3ac0c8f8bd98771819389d89c1c0ceab8afb3e61c35_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:c91b7c636c3672e3a38ff2c5964d9352f573b32abd2205a6bcabd6f555068c9e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:e1091f8361184469358998047fb0916f7f8a22706609fd0a9ba5610bc17e947a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:e9a2908a457f2935037d9f4a27d85d77fa334c4ed7fdd1f593040e0bec592161_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:15131025164bf722ebed8724e62f4b70ba018f3d9c671476f33e3485ce3a43fe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:400674850f994c9de28b9e5686789e97eb0dcb235474f8f3a42068790d63bb09_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:5bc0e064ce599860205080a84750abb3de613a2735ec5f67ea4431a7a6f9249c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:a7fe5ae007435227287fe4f4e9e1c75f53905ac1c1e4eeb183e9dfe865a611e9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:2936230694f5ed225050c118595e401be4360ef7d899cf3554c42e40bf82921a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:3578bc2eb20c76eaf6120449b7842f8d502269454f962379b026b1342482af0f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:afe42b2c8f953258782138392a88fd1413fb2097c648d559ceff1f3975dbb1a6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:fc8f8e4042ffc6ff97d75d2c97c2df435a7f2ac27d54109d4873ddac71a82069_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:1eee004700ca936c97efdbb97384677f3e3f2a2d42606967c1cf9c6765317154_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:2575052c200b4367f535e1bc653561492dedea225ae80f298045f4309c20f7df_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:921d77cf40e5f25b256c397a9538deb9b5214fd1dd320b272ec73f368d965325_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:ff3548b2acf73724ef2672fdc0533ca212dd20cc55842efb49a4302a3d152c1b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:4ef2b930ab6b1fb2f7c50dea6b34d55d45fc3fc4464b871359ab105145ef6b6c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:85d787413a3e60a0064132f45a19fdb810082bd401429e8248ff4df750bdad12_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:8eb4f27d2d6db0545c96878704a8d5265ba9d847dd8b6ac823cfe8ff6689554e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:ede9c2be4904769a47aafef33f068a0e67b8458746c74199efe17d745624d3bd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:8e1c3cb2cc5f294d03e007b0aaf322662c3c6c09245c61a9553eb7b33a02d3cb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:8bfa6e267d4b8d65d364bcef54b1c09399a64dd7a5c97116e2b8358e0cde0cf6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:00d9e9b53df16cf21513e47c4a980eeaf3358af5472a4a66f7b8ee422a3313da_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:3148750b4508846de939bd0907eadecf7d8258443b4a3d7fc30b93c39c4abb63_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:646817898e42b4ddb0768945180739b794aec7dc3e31f5ba809569d87bdc1fe0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:7fff4f51c84e229eb72015faf1e6d9939545cfd1a6766b8f1e4f10f17029aaeb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:2e487cac721a6c9b8cff331ded53fc6ad0397aecbd51c1384632319d573bf601_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:4f4729ce2ba297f713fdf02edc3ba34d649ab2e7d648a47af99ad762fe4c9e4d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:691e2b24b901f3e1a669bbf5188b16e80c8e8d99433463f36aa6ad087ccb11ff_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:9bb9f5cd5e94fc8041d25e9a9d10aad1be92c734c8a8dd618c93e2d2cbe27c99_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:48d371c93bb28c4282f540750b91ac299178ee320a79178b28ef77d294cc2452_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:4919f1c330d56e5dbdc091d33e5fce13cbdac96876e773a8109ce807dee67b4d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:a6a13a734f336edbf73c601da1990c2eced4e74fabdcc6f66c6075278574730c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:d0147210992ca5d1b5d8465029135f3f5c400f7f15ed001858b6415946a22fbc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:14587c92943288e6c9f56d60476f40b8f15ce7f1056913e5b4cf33f0a83af7c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:9356fbf52e0dafc970befd18d5337a29e2496242b221727095c83d850ed45d62_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:d3c0890549855355461d90eeac26335cb114a584af9698af531eee0bbd809807_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:f6ade0ad3a5e4952955f2d40c0d867eaf290de111a2c35bcbaf7b59c3b734490_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:26baac061161143b4960d00cdc53adbe77aa5fa52b415b3ae3de1cacb18a5634_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:2d74639836f3384e157e3e1fccc2c10a90aef742c8d8c826317fd5ea88b1284a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:46823bab7a55eaeb658763753c36e75a89494371926db2f9d8c48375f03a04ab_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:b135940892cdd26c7e983f3c37d6d492cc588767dafb5960e1d5e9642ac48e5a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:2899f24f2fca98123800e88171603fe6022226299341679474740be10d59053b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:354ff055338adaec79759136d29087337e0658ca64cdefb447e8fe4157a8003e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:58b4935884a488e6c796db1c1a8e37189e2b76dad3a18483ccf06368a8c84e6a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:6e0ed09893071387d638004e2c9177d1933ba9cd59145ab3ecaf4167c9e955fe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:17306fddebdf61a0a4bffd5ba6cf4bf595701c14553fb87968985e670e3a7f55_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:18325aacfd110965ec933fd9cb5a873a88572fa0507be6f64519c42306266846_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:33b3ac785f10dce0378b5ce81e84d4d6799e0ee2e573b45e4fa8bcba3ae83d9b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:a15084c226ef3a1bb0488c272ffdf4a59bacdb293d0f1d2d3b0d3ede8fc856ee_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:039085f52e4730608fdc2cf5023460e7b1496a87d34c3f44e958be30e93bc88e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:799213061337226fac59a610753c8b5b5b2feca766753702303a51ae0f7f4ac8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:dc9f4de544635597483c56742772b5c471ff16f2220ed4a75aeaca2b28a6a40e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:fd8bab3b8804bb1b4ac56408fad43519fbe11ded255435ac22e20f162fe27252_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:246d18436f5aa8a6e9de5a6ea2a81c09bc21e37ba02ffe57fe836937ee54565a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:2814b78bfe377098e59e5e252759ed64e1d3db9cd00f117ee48983a01d3bbab4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:c7c37e63f204f3063bfd8f34e6f984c41e07718194379f86265a47749e269d6b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:fdeafcdb178182b8484c50c321886f8b2611d27ee4fd1a7906eaac8054ab9625_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:1d6862cc2b12521141b533f7ebfc42e558af07195fafbb8f7be6ab7e64ecab34_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2d473ff75f549db1505984e23280fa2f3a6570d19d7ed72f78bf0ca6330f0e91_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:4b721f641f5fe989d9a0ec209ab4921d001360aa570cd2a7a9e5879c8e1804f4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:713d23b937eb12215688c4d67649aaf4270ece88b5197ff85fd3486b89ecf572_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:3d1d10391974723b15b31315b9c99c98b8296c61032905893a88e42f739f4a54_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:65fec2305e5a5e05b89b507b3356a8686bd11372b59d1ea078a3c9794c2805fc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:c4a5f8deb979c46d9c6babc5d52d026a0de3bbdf08238fcb798a05b6a76d69ea_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:cb06db0919e77bd26200cf8610277dd5feb9e627de2dfe43317fb4256be7cd0b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:214521bf60ec834c8d397bcf685e2ebbe39921f4deee0c09b9601253d929e583_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:5b057bc84cdc3f1749467d0ef85cf09d6a06f783ab16fb57c5cc19554ce720f3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:8150193ac1d183bc045856ed3862107d045d2f0582f60ec4203c99c641a8a30b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:af21478733313da2cfce7c56cc6151609b18be0f096532de317313abd002bcb7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:9499cb5614434c687db474ad657de64098ba4d1ee1f643194a92488a21faf652_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:98d2604ab5bd65c852b8d6efa756b045cdc2833017b874af343f47951b015b2c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:b594ea68afa771c39f64ef2002eca85d0541e9b7d954721fe3fe784d4d6aff81_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:e6b9aa21e43519da9b49140c570738bbc43436212ea75e7dfd0bee67c7c3fd62_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:0ef624ef1b65af220fb60fc4d80d6059aa5061e8f9fa800410019ec42e2fd839_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:5623d5f0940fd4e2dcd11b1469dcbe95f0dd801feb2d92c3c385628c82dc993e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:711a9081e2bb725ceda8dcda213f5f3475b326f708b077c4b4e215c643bcae71_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:9e35a4faa30dbebb4c0781e948a98391c41500225be6e4f399a2654f4d443c74_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:b5eaf716c0b3223abd931fc510d8c93f6fd342de822aa115e60b80d48332323f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:c31b361799f39dd3e931b2ea44689df6524281e53de962447b37cca578954ac3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:dbf8ecc16795fd9c9e838e0b0e5bb67c95f5493f695c90093813819a71e6a989_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:e419449bd0fcb506b32e7042d3c1d490ab961e070c0715951db4babf43b1f527_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:265fe91b3158db898cef1933be732ba61a1cb0dd4006257b9f0aa30a8d4bc654_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:30f55aa98a244d7b7072cda47c5f6b61f0aea4fc5e966081efd5c4c030a94271_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:3cf63aaea43c416aab8879a538bf238a6000066dd6170fc958acc281b4538b03_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:8f04739af1f6321c039253bef7e7c8413592238249c6b9c68bfe2b4c6742cd6a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0c41a5d04b68877df42b5e2d47b1a51a205f9b5bbaeb272b876040840df70cdd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0f9b478c439a81b264c306f4b597d40cbd2b9461a2be9167d667ae96ccf2d80f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:7d1cce729216a86f6f3142e1dcb9d3c6b4eec52b35f55c1aef1911af499fd6c2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:de5431ddae08fe8b534706adcbc5a99e1d93da3460fe5008f319aeb17280d6fb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:27ef373e865dacd62cc3d29fa3ba0661280570b9f1e3e36abaffd6a0830896c8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2a129685c29ed30eda4c991cf88833941ca25afcbb0929766fc24aa939b3fbde_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:554535a577ee5e912aec65bb9af114dce400c54955b1a15d3b0d8a3cab725389_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f120d3b13d54b6abc62fbc6a87f7b1509a3de6c01e316e28a014e355bee5c002_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:27ef373e865dacd62cc3d29fa3ba0661280570b9f1e3e36abaffd6a0830896c8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:2a129685c29ed30eda4c991cf88833941ca25afcbb0929766fc24aa939b3fbde_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:554535a577ee5e912aec65bb9af114dce400c54955b1a15d3b0d8a3cab725389_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:f120d3b13d54b6abc62fbc6a87f7b1509a3de6c01e316e28a014e355bee5c002_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:8846ed3df7609e0a20e5020c5019e066e3156c5cb3e32719f55405b54d2167c4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:90ef3f26f00eae41ceab0866b5bbaef1ec56387f0e02c55ac6797ee527c829e7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:de9a1e420ff965ea9dcf80d4cfa0f99e351fd1362dc883b2dd75bb09d88f509f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:eba4869ea1ac77524cdc048c718c20e3e30da1de957570ff28840c8cf3c65d34_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:caf4fe81752b9984c30496aeb287eee457aaa9a51c1d4dc8dc47552f927f8989_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:eaef6750f50858e6c3f22961f4e31e0bd2600873d23881dbfc2968ee7d167aec_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:c40f3fdee914e790347ad59fc55c2424628927c75d88bbd40bc39783075a301a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:c43678e689872e352ec44d2a2f395199a34ce16d085c4f7e563ee3e9534bdac8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:9038c74fb45e35bf411a05528ab578cff9cc10a8b0927fbad0a735e3b1d414ec_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:fe85c1ba2ab6ad8f94b1858bbe3f6cdde4a7c768fd2a451e79ecd4e0d780c99b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:3448dd1942c7ffd71cdd12b778525042c5e38485872c6f579229cf786b20e9cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:e2439ad3e79037d4b53d6ef9514a7cc3428f57789ada20f9aae6c844fa35019c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:3be8282baee49a9fdcea455723d5fd12ed820ea578af9deb23171ab09156c9e7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:4035f82b6b41d63e30cf4e1b04631e5890c76f610835f8365699bbd633ea3788_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:7c1b269972bf5e330da11df053fe60f0a8f1af43fb34ea0c22685fb65ad53715_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:b5657aca295b3a67c1cb6525a55fe234d959098f500ac7866c8cb7c09769c8e1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:39d2eed706008f5ebb0d2baa19ebaeb77ded4e0de4ce28e0232f614f8df18c5b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:6e6882fa1afe45eced0befc1bfd30c874c888a22d8656d929eae355be8709ec2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:73021b1853b79ffeb0d04c028cad9905455214a59cc50dba01ef7f97372da705_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:8d791856506c0cda2cf02f3903c6da293a257ab6326960931d0e5da995dd3d82_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:93bcb96825fe79993767a89bd7305a5f6ec39deba51b6a48a307eb6a7e3e508c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:d0d43e6dabdc4f060c91b7d247a444b763821f61931ef78eba33482eb493acd0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:d7ab49355e1654d655aaa7a12967a5bbfd34d7175f7e5b9143ca9abbee0d9b06_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:f2a68573461f17d018ff650a7dc8f4fe233cad39bd64e8e006a62d040a7befdc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:5c2fe110d1caa5d7b14a653f3af1194bdab821255758880809e9c356341323a6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:6bef60acc457405d245a8d7b17335ef424ab68962255fd1bc0ee5c87b73b9ed7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:708132b57f6743a257e0c14f8955beaf7a6b759dea9187cc02c0072fe01d7c21_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:dc3a9ba0d7083481d3717e6b486b130674223d5ec26c40e854bc40aa9d819538_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:1a041a1f772f19dba24bb7dd08cbb374b8b9011e2982804d34a739e5050af270_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:31afc8611dbb85e2afa41373aa19b95f19f3b6f3c9dd9303fcb324566ddafb05_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:4ca8edf1c43441ab6d2b34eb7572659d27c7ea64c95a5de9e12cea5ea0dd2799_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:e8a39e1add8a7a4d65b17aeee0bd0b0bf5292c432e56fb97ab52f1865dbcaad7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:10cab7813ac451d2d17414591c27d5626a7bd43d7dae6f030de9291f3f0377e9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:2d83001997d22839a2df4acbb23553acd372c163df0a8bdbb97080d5274b6925_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:6e4889fcfd7cfd56cb6a4bf34e30d92b5893a64e8a036ccb18eaf9fc1fb8bdbd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:d348bcfb0e822de362a7c67ffd9f572569502d09b3f2d3a4475ed4810f2e2d6f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:45d111c26b3b1b96a1911dfe65ed604ead63c26f9f5534b027614d8ec8f11a6f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:734cc9b8e88fc9b2d7c30535080a5c0570ae19bee912486a7d27255ad694bfae_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:e02754f15b7094b2956ae2364dfca3ac178bbf62bd5dc2061d681cf645129114_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:f081c5b04915471afae962eebefea4ea2b71e0afc6d367f59c4710a3953239b2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:1248b42c2a006bc5117a42c76ced63048cc3fca7b5f0dabe1a5d16efd0b8f604_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:ad34ac62efbe8c297baa00f75a7fbbc87d1fe9d29563811d723f0f10f8174366_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:c17711a9aaf902cc6c95e62c3715201e6354a76117166fc3715a27342c2be2fa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:e28aa33846c0489e23b86bbe768a6d23a7e31e3830574792c5d5007979f05675_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:81774e36cad16a5f5da6c89483f4139ba295e29726cc5bb9fb119277e087a1d8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:8f4fba2b28c5dac5dbce6cf38a064fdbea5ca1ab2e039ae96df7d34c90296ff6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:b18472469fc37430b4810a9551fcc833c52df25bb34e09bec904c82c172ce268_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:d97ac99882fc7894c72d6030a4578fab814b2550e6478be0bef5eab5b41b85bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:74531d0fd46e112088ae1583e873e40ea082223804b723473c67aec06f5e8e32_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:8cfc4b26606408d8028903e16b23e16836d1eb7d9be0c6ac6b8968330ed5ee7c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:a0837af0880180f927e3c2edd48377d2d5ab849a06186158695e0f2d9d460be4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:c86017bd51d33ceb8f42f837a4b19f0c750967486b6ad647f01b7536d20c5d41_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:103c34c394ba900666000bc5627c63e1b564878aec0defbb91a18711aa95bd7c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:5273cef06cb438b801ebedf984156ef179be56b86ca0c1168ef1c2b9ec547ef1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:6772f96ecc0d3b1a9b021f66c53bba423e763e2ec31fab4f3f14a8e7e82b01de_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:703919dbe997e2b17f6063dfce55226c14f5eabff46db358a397a25effe43932_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:2d6037ca2e1cfa58511058b4555e6f65f1eb66f80b0e0d78110076bcbfaa5a0a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:43ea6c2d16a1e89c0a76259219af19d79fc034665551181c153f3675f31bf238_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:6178ef94bcfcd227c35d30a2479119f8e94ac53749d14f4892e44f1d6aaba331_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:df29038076b03784ec2f881405902f2bdb91d46a7a2bf38b75cb024ca6936787_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:218a452cc4548f90ced34504132e4c0048815a5e67c8d9f93b5e1987e83d6c2b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:8f19d00af7e51f94765c630bea606b7cf7861ef434a001987c07247189d255d2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:c59e505cc5dd47f6aa71473d755d0f91bcc54d1d450830fafb3d622dab432ceb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:f383f85c0c0470333be07dbe4923042a818b9b5949eaa320c0e99d5ddaf643b2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:00a118e4fbe39e9be377d2318d259343a159b83d322caa771a933c0696696e4e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:4bbe5d322d15b2f708bd75f6b7e1f52bd0639ad729910ec4bb488faeead2ebf6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:b163baec860229f0a73b3901940045535b666102f42dd61e453f196b77124604_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:aaeef54d7945e2f9df7ddc715776cd9133a335e39268dac2a65d4bb27b0baec6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:00a118e4fbe39e9be377d2318d259343a159b83d322caa771a933c0696696e4e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:4bbe5d322d15b2f708bd75f6b7e1f52bd0639ad729910ec4bb488faeead2ebf6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:81fff6216dfca869c758bd60a0efc7eec81c81005544dee1b52e1098b9646322_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:9b28af07fd820df432f76f7cbf5f6c17ff275307679b909b9fcef39af9c13aae_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:068996fb40042f413b58f8b5087a55d5275c8abb6cbbabba81dcaa8512800d8d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:29508b9d94bf0bdcda583afab57029f189f07e845cfea44972430a6d40c7bd76_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:631436430c6bfefd7ece74a6f1ce7eaba8d4da935d61ba5db66553155204e0c4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:9adc42aa480b66104ee6d0e81ecf7cccf7cf155b9082d063d9a9537dbb378ee5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:0d1300f732f6e66a363b6fba2bb55e0187b2b345dc2583d1f0a1389f7526cf30_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:72b5a08e055d90a3eb6f8b0f3c8267d7cf7c8fbdb064faf381ddee94d2090f49_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:733261a8f75e4080761cdff18e6e619df7fc4de05cd2050d8127935bffc862b4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:cd0efc4e9a3014c1acc79fd8ca9cec790a71b7745e7ed820613047953da1d641_s390x | — |
Workaround
|
A request smuggling flaw was found in the Eventlet PyPI library. The Eventlet WSGI parser is vulnerable to HTTP Request Smuggling due to improper handling of HTTP trailer sections. This vulnerability allows attackers to bypass front-end security controls, launch targeted attacks against active site users, and poison web caches.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:5a30a1eb1091054facc200e9518afd543192758a9bf2e664e44cfc531e10978b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:d8b63cb4fcd259a66eebb6605a7a105384cdb4cec042952b966b4f8bfabebf4f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:7cd191dbc1db9d5266bb1e1f958871b6b12cc93ad7394482f6a53bf5cee83dc6_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:9dd169e3a46ae8eaf47028070e752a308cec0418f8102dbedadd4210b867e706_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:39f3e8a9f78d4756e9c681513c02b5574e80ccd7043e7f0130ea1e5505e27cc9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:7dc4d67c2153b57bd1d0e74e85e21d898acdc5e792ebf3e9e2254e9c243069c0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:934e6f7aa8dead546ddb258b6753f8ffc577205ed6ac19796a2140cb242497c2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:d3c8598be6bfcb46c310e881493b8299f126b86c041ba560edbcdcb700430d0d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1df62178853e8698d9d86da8530144f3cc5671c77b72bd09098faab187f6a78d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bfb1ae8157364e5772facba2869c37414fa49fadc0b7a42ade55684e5a93ef0c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c70cb3d1a437e747e1d7d54f631853d611a97278fa260daed6c56f36f885e17b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:fc89d0c5582c76488c56d471746fc9f8acee50a5d727cdb559623af580389f5a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:5e1d1c77c595cf7cc63e38f771d7b2e64a4b31da119476238b26dce182cac160_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:d14dd4c11011464adb44f802bbff4820560b56422a8891664de65bc1f8da66ef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:d26f4f47b5b3447e021d20ab0e6dae7eeeadeeb4f5529b85f8e836d6625dac62_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:d4de045b2177b2abda6b28b814c450961272ab3c982a4c1da29271384aff2f06_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:587c9c3ab23222ba8e4581c20758a690e420982196b416a0dc895071ba13cffa_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:7b806e315b880b6e3fd85f23585d5a8032637099242d0d1abdb7703d67913529_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:e8718288050d418f62e75b956e2d19b285e3513fb70771beff64c7d96b02ad8d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:faaa0f58bae404689e533be4e44817cd8008d1ae4c2999fe1b671e663dd1588d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:19fbed56d75e69a0d9582fa54d3328fb44aee9a119781a0d9800a1f948b79926_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:2e4109f5e9abff71ace58bf6c904d19bee7c5936d99af1192191ffcf75e87606_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:b703668aed81e1c3d2b3b17c7c05b2453bb7685089f2de6d9e91b9525ef14c96_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:fbcb0389b7f506b044d1b908c0fe8e8eb1fb5509cc006fff4ecc992c2dcf31ae_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:21db1e5da0fdc170417ff618727d1df59d264a27a1fac0df40f62cc6d0b92e34_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:2c7df73b7d4e11ccf47cfe561600541569d7a5daa04bacadd28b601ea9593d29_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:4671fc86a01df017bad93436e10f40c0ea23e27a73a58f76742f8010f60a3922_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:71684546a20bc4ca896f3daea721b658557f992f3b4d9679fb414415713ae8dd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:209bbc308b2c772b4553e1353d8ff7d79d47fcba4facfae1649eb7fcb9b8fb70_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:21f468b304e0e0358ba70b05bb712b6231601b0e438a4a6d2ecf3239b016c448_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:654ffb6786eaa915fbce588d9016bd09927a204f797ba0104585bbb19de6e15b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:b71f4aecabf4c609d03b751b55cb94ea717983179b73efb6ff00001a514ff4bc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:203a0938168df89a72bd108bebbf6be7652794447dd2ccb69f8aeafa28a3d6ea_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:204bf1950ee8144592b630869c44755c364392504de447c41ca0b8d011f660c1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:d559c94732a888059af7b5e723fd8464c0598ff02ac49dd4ca0e8c2ff6752a0e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:ef2d45fdc583671d6b145882f99cb260b370c18178efb43b42a57e63ddb36d2b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:585c4a56a35fa219f5a0d37861eab449241a71ea59bd6b200e7e3db34879a522_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:975ecae2d886df90e6854aa2ac7d0d9f3b6b415756f87e13b0d6c8a0a29e819a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:a640f43787725158c81fd3b759298b4cb0fc841a6136a9eaf2ae254b7bc5c576_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:daaa767d88c6c006e6a0a6625c68e35d60000bc3081be76bf89d35d23bd513de_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6a75f23de4af4f22be6aefb132ab72514930d0a29241ce36614e884bb58652d9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:87a2b1d5044fc95c3a65a066b80302e2429b62e3ca65f831994842371febb7fd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:8db77a2fef0a9e5d7307d284c982f118467dafd3fbfb8e181326685852137221_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ac74ea8293510fcef95584bed98d33dd6b11672583b7c621c296c738eb7f747a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:0aef808deed9fb96b58f283824e1d3c15a8721ec39b16c5e480b777ad71ac137_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:675e727613bf0e5a3a85f4346866e0561838945eedc23619ea18804f8bf12257_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:8550f4f5bb2efa499a73ec16761aa448cf62943bfcbb4307a40e8889a6b83c42_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:b1932c7d09565a69842642106d794c5dd3a170345e34cdff9a8be3f64b04abb9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:28f0ab10c245d632ac282c48d3a81d371591a814a5bf553908bb14a43d0eab74_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:62202210c4f18a691ea29ac894a45ee52e2a4eafe6df0877f49ddcb6f6aa5c11_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:839834a01c39f2eaac826a50374e8ac4cb8a103e661366e512c62eae9fc88b3d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d57959fe134e8c76b6cf6b936b5ea015256e50a2ed550115ffa85e0e91d591f7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:5839069a2cd4c793f45a41023f2a53914a8b60e4f5ec935513b2640063067bc2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:c9560ed43dbce1ed3b0e73bf7d6b1b28540ee38584463a09ec1b38a6b09ae2bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:edce8f86ec198beb0e28cecaed5a1051a556e92662914eb77a14598bfd98cc61_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:11e30523f9e047f84527779dbd66c1be046c70b02daa197840bfdad6a2bfc025_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:22803a26a17162a465eef2269781abe2690ea22fcd86369f35688cef57e12fb1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:439f405fd3d827569af717e2627f900798107ff3c7987bb96dd75715b28aeb4e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:8edba5bc6956d8b5d2430d2f4d50ab31d71a50dd740b3557e5e9361099d6bd2c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:cb33b3f0160d1e3bb96217581854933be739cf23b22d03771de07482e8fd66f1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:84b554a6e493cbe4d936cdf9bf5f39d57a5d01ed433e9ae35be2cbb651cd7490_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:d985029f965b57700107fc5e5c10d805f83271575c32e79751e42d382bf586e3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:dbfacc2b8021dab0bc88bfeb107bc3c60885d7dd28dd6e716569e82c1f1b2050_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:ed158388ead4ac07264beee291cc7f4b75d7f26769876e00ee0d938a720320b0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:7b8f6f7d07b96111436e1f24d2f968eb402d94043216411e5700555e53d9f42d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b2b165722afc872b8b7e33baf3d203c5d454f119587ae2377bdfb15d9490ea99_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:0bbafe014c77d472d14038e2b46bc69a1e649fc9b6a4c1097bbdb354c34a41ec_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:1b1c50cfab6be876b4f25c0b27fa17fbbdeef827d3167bc0dcbc3341d92d41b5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:73b4d01b2ff7f173a1e49e5a6f019e3954a5b9f255119a8af87a6fcbb280653e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:f90510800365871dcda5645ccfe6055eefc38b59406b41c9c54cb29cb3e49968_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:4983e7e3d7ab2d8b1ee13bf734b260c3d56090b4551fc0bd59aaafec69ffe37f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:e0c269061957cc8b3586d4ca484c389544d3acda0077d96445e37d300eead15c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:6fadfbdfc9ddadd7b692568b38beb660a48f0cdee1f886e1451ffe0dcb73c07d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:f82f5726816a060c19917f06d37a1aa160b675953ebaac52f136e250e98fd332_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:7b5ff6a4931473798293031a401b2418906d91d62b5c7d1cad45ea3ac39462d6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:ecf14f2430d830ea24baf52751009cab008bc2cef501b358306fc46a2a32ab25_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:500cfeb055b38b0b9f76c9f262bc90ca2edafe664e517da1b38fb6a2928bdf09_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:78585533e3516310fca7f65c26f2f6b5e3fa0f3268ec9b338d9c53e96bb8822d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:21922b50b69626e99b6fe3741aaa1d2d2d08e56766d166b32046ba3c592a8d93_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:836c6111c70ba9228d80e09eb0e53344150b7dbe4bc1761cca6df0cdcc57efd0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:549bc2dbacc1479bbda10cfbeb3688f2e83f51d8e61fba07ca6816f7c56e9e0e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:d36656855883b3e306b6923234c26fb3ae6883fb235e58416266f3645227db0c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:5f035963d48b03c48682ee5e08df9929a84ae062ed1989e4e7b3ade0e22da544_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:bc70d98a850ba4bdcff403087fc8f57418039ee79bdcb7dcd2be49905a3b9cf8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:780dd4ebd061e9ae7f72f7d1964caeafaf1ed5bd0870576d8e81022ff5bb019d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:c3ef35038f951713ffe1951872a06d5bf731dc14a735b69d342b3d7ca197dda5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:1fdf87821555c4982cf42bebe5b46b58e1103b876970d69b298fa7527bbcd53a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:22e5b57a530a6336e81664f3886d543b34ac4f02475694af6fed90590c8209f2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:5f1f51686d55d53af9015141ea4ef00dea86ca65a6cc89b8b3afff34fa416002_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:c8e35113d1af6f424ddb2b3ccd7da6bb00e39cc7e9101ae6498a40926dd45f27_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:471037482b480a52f798d0fd05366ab7a2e92744f8902450dfc3fe2b88f6c2b0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:672c761fc4a8651c8493ea60f5d0f33aae52bc19ca4d55fcc1b94f2e002e1ace_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:8f509fac366943d4732e7d0f36f9f7223499c7aece9868713fd7de79f5fcd3a2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:c81004be0a15d543f6e84b81622f8514d66f663a46de37e00f5e2f18a423308e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:974a00d5e9f5825345c437b3987dad130f084c8b983a2934e5b69cfa67120616_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:bf9e71e10cea47686d4edf0c60cba4fbb0c4e1bf8b805c387b9c070e2032e5d9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:c6bb4ec25a7721ee6af5de90282a925ba47e6f26f4bc6b76651a5e811fe4786b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:cca13f123b2d8227760498112882fed890c50a78d740a84f21c1d58d58cb1434_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:32cab0a65fc0b14963201bb720a770bb68da3815bf306559da7ec5c8ed7c044d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:552d368f4be0334882e389c732ba4a46eb9905666b90ae2208101db7a65ba19f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:69d8d98aadf25c63f2cc51ec917ee5498fe97a013fdaae075186bca58e2bda40_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5969b94e914ff5ff8ce4cf32df64f10f1b6996832e3f2ab0b377dff46efc9af_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:725fb4e263107a568a1c556264f4e5a1d88adcd4ce5a2979b57a8fd4463065c8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:abfff75068bcce70cec31d704cf851d2642ca48a3b35ed48d739f19f0c311dfd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:b2e6862fbd2830ca980b1066d15f69e1a1997316ecf700983619f1f893a8f3f6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:e073583037092c6649e373a5b19242df74cdb830656722e1396b274a041317a3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:01fcc59502a374f19532397c5c6ff43d2d308510f11189f19f75aa2944a04e23_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:31c0fab9d575ada9af8f496ae4bb2553f26b762ef2d6c39f6446aeee2899b262_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:60d8c8511f21d929058cfbcb7b8df55148935ae34db2dd4e626913ec1a54c779_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:eba94f94949aca0330425b1ae3897f37b2365fc09fc88d60615ca7d02b06e8a9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:278de54a51e74d045ec339e762c5b81ce4a2a3d40f1bad8d7c9cb4e5de898cbc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:93f23ab49212aa9eb231527335346b45424a5322a5e9496a4c246e01f017edb0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:d9205cb2f0ed16fc021fb8be67f6c27f368fd4deb8aabccec39e134218f2ad0a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:e4688eccd23a6b01995b878a5b7f12cd2640d89a7402747a94c8fbc48bf99798_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:062d502a4f595b6faaf24ab566c9b4d7cbe23d112737c749f6223d84b0cc63b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:10e61696271303aedeea539ae19ec6fa8018878059815e5a58497e023ab496d1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:e2ac15e82021d5dbd07c6548374bd47bdcc609addd61dcebc5e675293726563b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:f5e3d590f430e44eeb3192dfed40ebae4a6a90b773d7444c4d4335210b99a4cd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:29e242c717fb61d195700e1f1665427ce99188265b2014aea970dd9bd8441134_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:c118d03728b27ee94fcdef1f63bd58fbf62475a5c016667a6a9805c7fbafa47a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:c3da083850cc4e2a8d365a2141e5d6a38b90ff9107631ed39c964a3870e01066_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:e50c7fb186e0cdcbfe16d0e1631ce1953c6df5f1b600a0753224225c475f4bc1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:47bfa9b89ba1688e7c1a6d4fbd9543f274be9585d328f94bdf96c82ae98051d9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:a2062fa20e09a9ef5574e7bc8d02b870cec2eb700f1e3bd338f62eb62bce13bf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:a3d35f264ad04e586073cc5971a8e5ee50a43d4ee5f3671ac4090ccaba868265_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:f3dd31d9b9a94707a1dc4d597ce12abb9b33d463007b311798bc031c55935803_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:26d287b7756ead1bb073b19ca79276d082c0b5231c0b007b2b18089036817e18_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:6e50edd777e828943e3624600bb3e31f078bbfb9bbe1860c6cf6652b94fdf143_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:e332b8312285dfecce531264a1115ac9b7b36d4099ca72fc8fa19358962ee0cd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:edaeb800342b998c1e3fe5630506656ab2c34c2190dadbac5f33dd78eee7ba44_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:09c6b2bfe80fabd18a6398342fcb6420aa2680168ffd5d25d7d18231977a5e32_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9e6c5bd0b8ec8c6259b9db817ac5a8fb954b1dac58b0fe00306a84f36c22035c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:ac670fb76fb48ac762f7135fc404d57d31947e7c5ce9a6525d081164ae1ed578_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:dc0bdd5c00450f4f6de330888ae8e9e2ee272e879974560b312785f44df85a0c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:248df5e1def073d8b37d1d6659cc44f4c9653c0f1b6024e1bccb16b208afada6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:36ea064f84c69157224566e5aafd03ef21af6bf9f0b8b78bcc6e197981239ccc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:95dfb6d0a1a4e15962f089a71151a37dd7b8ca19c26289f8f934eae7dcec2ab0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:b5643d03d8dd0798ec6cfdb27e9ba22aa9479049c81480b23aa96b12c7c96568_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:1002d87d382b6dd836a14734b00959cd62e9898950d1258662f8b29be154cf02_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5d2da4620f6bb6c224692d33c93f0b327c16dcc5ceb31da1f767d3a6fdc3f70b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:763b411a1610701bc473415f0a677ea9e43b3b2ccbf2152ee4fc5cb13e710028_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:89afc48cb1145085a0d6d262edac7dccd3f381c74f18588698498fe070cfe3ca_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:1002d87d382b6dd836a14734b00959cd62e9898950d1258662f8b29be154cf02_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:5d2da4620f6bb6c224692d33c93f0b327c16dcc5ceb31da1f767d3a6fdc3f70b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:763b411a1610701bc473415f0a677ea9e43b3b2ccbf2152ee4fc5cb13e710028_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:89afc48cb1145085a0d6d262edac7dccd3f381c74f18588698498fe070cfe3ca_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:053561dbfbd124b7311afe6b5eeebb4b2f333bc1b61636e3e989b732016efab1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:708eeadd9b25c308fe7fb46fc4a33cc39ebbab70e2a20168951f1bd629d7ad86_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:fa8de46b73a5c714c051e281d30c4837c97a7d67d349e58d9ec36c7a13d8b1fe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:fba9ce2c2b16aa7ca1d2fdfcab07ebc67baa65816858489ace9d1408bb26e4de_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:07c83354fbde69786f65b60b2cba2f8ace4f277a5283cb2f29eb88f2707984cf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:619c81363e6e4fdc632e8bc54038411571bf01a3f7d2bc0ad0ef153ea13756f9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:80318e120a0950964736f022e7a73902965f8391e25a03691757b3450203c5e7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:efbb18f2f2c8d01ce7b785b3bc5dcfd9a1f687ac392b8795ac63e2c6c2779869_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:2c2d668bef0b240bf5f3b95edc0fec5f561302e7f15f05b1a4c1f38a48517bc4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:398ea756c84de4884d03d27a59c1661bd1df0fb6e12ce9b3ee0319ca406ceb3e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:9976237825a262abd9196fa7c23265587f3c32f68fed224228a0ad38b6d2157e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:d5fe085af0ad1189eda74690b02c5c25d6617898731bccbe6d20101fffb7aec6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:1f4292bf324c244e58b589ec521132ac15f1640c33bfe3763560df2a1a692c13_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:936103960861b7912cc9406f82082acb342021032e2def2f37df6def4187c034_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a73db734acbc781aa0420b142e6a3d61e8c471b5e4eeae005d520eaae4a72e44_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:b4937dd875f1b9610a8a6d6c79475152418d5ebc991b192ae9ee4755a780cfa3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:79ea995391777e5de109ea7d10ae1c808c840af72de6e992f37d667d84fbdb9c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:9ced6b74ea8456ddda60cf304f6faf8ff5fc033905eed2a59fae1b4845756211_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:a8a1a27a92492c82dce2ca5bacc23dc4c1da0f1dbc29c5c749f888716dfa81eb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:f444afe09392bfbc6a9be984ba05b5d289de4ca44344594e0e1c10a3f3befbbe_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:6bcc1fcc07058024d85554e472ff660d28a4c4dd8a5a78a0744380e11a6a06d8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:846e39473ab761940f0e13f005efb60ca59497dd094b7e7eb60a2f6431a661ab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:9cd88b86ac24ea22bdf9ab938b793d833fd146c77b7ee5e162e5ba3d9aa95448_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:a7f257be16c02c62b9b01656b655ebeb2a1eb640a57b3d38877c44083497cefd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:6c1bbdfc2c9f3fa4c23af400e4cea7f91827801b956fae3effb4a8f313c673e9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:800e71c14775b5c2aaf6daeaada39be53964b123567f6fc6389cc62483042e72_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:982a623205d2d6ede6ed1a295e36738e500c91ef9f8c2e3e62443082a2ba987b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:a99de35e56014d9642ecf9f13869709a8fe08e93d499ffb7a50feae5e04ac651_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:1f86c359dad1658f01c77bcd1a634510baea2c8df28e3106ff8139e5e92b1c47_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:9fc2fae2be9a11e6c5f8d9d4f1e486f80bb8370cb6dec829b481b2418797207e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:cf4a19e2114134bf5c2d9163a09e087c3ec391ba159140635a7270e70605a4c4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:d3f9470c3930133339a3e805c2d5d1ad07945a44906a5b039270abec4c7b75f4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:11fd6113796a1caac13a8d4c5542632e6b396e0bc460ae66eaa0f2a1f3b4da44_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:23a24688a4be7be1242a773aa20f53f2aeb57d316cfa566de7cf2fb11000cb35_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:41d769e206ec812a0f5f34487d4646de1cc1f4d9ec3372b17758bf8fcb76ef98_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:fbdce711d845967d3aba18dbf3966442c7fbbf4a8a5f8eda7e3db9cea63457f8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:2086865a8c3f61d47894fc5a683ea22349599b82c6e5f7b5475c5b50b42bcf89_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:68c120642854e9aa45b15d21c3f9d02dd10e837089131bf4662fba1fd87ad9c5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:6ee4ad03dabec3dc2c36ec8ed305eb1c74c4c099cdc7fe9cc48555a20d7210c1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:a45563482bf570357b036302275609966253f74439f1acb59c8ff2bc3baf7b31_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:2002c2c89b091a1729718cbe2c2cb73cfc9a1826eb8cb6bec45dbd164ac9639a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:260a8887d952fb84f5d017c15ba8a1e60e23455dd20ac8e2034bfde8cc0b8f08_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:803630934c8c0dac3996191a83ed389d27bd1d9d6e84ad33bee837dbd840e458_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:c016ce259e9871041f3209f577455f3eaaf98dc952a89f32c349473148a20976_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:1556c0c53266796776454422b11f713d84e4a1586a6fb841efac115ec1906971_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:7c196c858cb5e94e65472daed3d55230823b8e958d35f73bfb507d6693807708_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:c48060447a689c5be3c0abb9787c778c0b1de183d66b0a9fb6839d9b3c3d59a0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:e45ff3c1c0074e519f5282ae8208750a4dc0bd3ac7207e0453fbab7f30727793_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0f63a311771f61ac8c0267d1d102769c18b16055d60260107b2acf033ba5a185_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:27abe5d06a3149ceddd3375e026f50955d4a45ef482ab6f61b9f02030e8e3b19_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:832d5121a94abd3eadf92a8df55a632455cc51a649900c7450547f34c58316ed_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:8c1090b8e0ba9e071f41d66068bc8aa4271251192889a767594e0c5d836a9d40_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:0374dc23f5a2d22a7929da246a8ef5a032b43f19b386a162e4882aca7dff1383_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:0b07eb65787a670b95cb47d98ee8b2ca36cc1b36d962e996d2f0a12a5d58a37f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:76bacd34ec3b1d6dd135ce8dd06e718f6a1ea6c8e2f8fd3954f9e9d5028b9821_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:b0bb4b11507285b17b32be7358e17094f00708e159e32ffd808999a63df60a7d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:79d4304244379d410212241de9b91ee5604bd5bbce5676301bcf3fada3824c2d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:beeb8e60ababc4bba5c6759da3d7ba4ee1786a43132b414748f8e0a2cc9f63a7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:eb92d3d3351d845e5c169721baf1683f93d943578a48e0192bd273db648725d5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:efa0f8523d171326bb6fc12e6d1610b2d2d28a38e5b95180358c9122bbe6070f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:180a405ab9bb66e3ab6a904d2b91d27224ec507d8eeb1c00ab182b130d9ed26d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:89a9de8f0804a61e01ce2a34d25933af30df2f3e8cd8f1209f8f058951bb5c1c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:90c430420821ff7a0ef7a752f120505c2c36225296f6b238771e6bf1fbee755c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:d9817e136b2c3dfb1fbf805c3d29b8d0cefbb07f76fc1e56ee486666726abbe2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:60ad5b01bbc9aa574ef6024d59be388bf7ca6d8704e247f7e56c8a6ebe3c81f1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:b809958ea47a5d78f8e47a8c822a3b2abf14091a3f526501f2eaf7ef36c87b4e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:dd6662403f5ceb2bb3b8887c7d608c73ff18a8dfb8ef1ec089ca61e4a4f75254_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:fff87189c1c3eafae4722d812e5becae925b71f1b6727944333fb129b7ae48ee_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:60ad5b01bbc9aa574ef6024d59be388bf7ca6d8704e247f7e56c8a6ebe3c81f1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:b809958ea47a5d78f8e47a8c822a3b2abf14091a3f526501f2eaf7ef36c87b4e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:dd6662403f5ceb2bb3b8887c7d608c73ff18a8dfb8ef1ec089ca61e4a4f75254_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fff87189c1c3eafae4722d812e5becae925b71f1b6727944333fb129b7ae48ee_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:7353494095c9f0628274678311b2172589026dcc4e8e28091641ef65a2923e66_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:9dd5d4aff113b23dc86a191abe7f9ddff0b207890634ef9a1c5568df8eccd663_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:be14afa02ae1e9d13d4c6a8e534954bb385f63e9939e8b20942c072901430d5f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:e68a3fe0f5d91d2e914d4b24bcab9a2bffda33daf56cebd73566445b96f64316_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:01f43f0606246a3609b3738ca75c68e2f7f9020c1bb88bf7717818c8a26a1e36_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:3f047ae5585f08301e17488fd86c9ca6cf0309d39e8cd6b580b045f1d1415fed_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:762cc951e74b525f20b93e71742a5bf44d12d3599fdba16a95608baf774c4555_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:9e62d2b1ad0efdd3de7b973cd6639e96203c01b6d484578a4e3cf13f67b2b856_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:1130385b660f719e78d9449c6c7be888b7c6ed16a2ab43e1fb3505fe4ed03b33_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:25c3342fcbb073d32ec53627b8a062f89c1d4be9e641371ec46e6dfd3f540efc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5b3d375d7d4187b601a77e2eabbf656cbc70a1e7671916ce58e6fc595edfb215_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:dda703452472d35e7d8ddf9750a5229a0c4c6929c7409bf95b973a89a8de08d0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:058f3ca5452aa97a3fa778064a75d88cc169b7ce84a5f320359f561e76f08a95_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:71e5d332051f134f3f90e4089df6c2a5f88b0b11843d046b0d33726d2d988f96_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:aab5a67ac1a3ccac5761114e28474e11b451124c5b7e71e6ec29e2895374c668_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:da133cbcf2ef025ebaf274afeb555c9c18fe80584c058d31f39b7d343995a42f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:38bd47929b935f662766156026433f1f2ec6e1731d2c7f40c792054cbdb1f87a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:80b3c3854d4f22afec57e0a7cb04b0c98d58cd104c54464306126566edc3ce97_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:8b36c39a63639cdf7c05bc997bf98c0f5cf9c1cee0d740cf9aa6e74b91dc0249_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:d0e132dd83e2b754fe20b12859ffdf7139037da53f2a6af6ee08eed15429a14e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:2b553e5669ef51cbce468f8c7c85bef41faf7f7952abefbcc2a55a9ce15c1251_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:4715855d33583642e942fec45ccd9f6d2b90d07f2712ce1eac357d9d45c32f14_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:c2f018f8674903f77b5f4ed8979703b5ae67fe83c6a7d76c1ee4bf7010d77a0f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:f0e41fa92b534e5bda08cf38c6c513b4adf930df9af740de05248476c74c04a4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:8db04c6d7afcb6b650dddaac2ff88cb82093660a3125912172db7fbb51f1f1c2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:b539177c3bdf37dfc67cca8b3a2dbffa0b4941952135f7f144d3ee1498cfb05f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:cb400c373be837f788f663e7a1b2a94bacec4f4dbb4bf5a5ddd5d1a0d89e3291_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:f16534746cf3a8ecb10aae9765d399ddc3b91bdb2b1ce15c59a4cc76f9e4cee6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:37b02c91edc5520a2371b6f8354028e7404482f3e192aa74f683990fce40ea6b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:5097e2faf0ad7dd54961a6f4cabae703df9df1b2b41e9867b955ab9abfe8bd3b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:b56dc790cc28994513ca38162ceed6f6e10c99a3142aa2abef9bbb7fee86d924_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:f4f4b53c8b205d611fa6bd641be601ead79d73bca40f838049eada4d5d0df227_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:2a6400cf874eda4c283683a9733e63a7e8b5ce53a37eb5ee30c07b14a9301a76_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:3908e08f8cd7c94ba3e5e382ee40cc02db84f5b0a4aabc60f5d17142c42437df_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:88f2c3ab06c1757d7681ea0b157b48847b6543dd9d1fba7a76941d9bb49b92be_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:f7b123897a6b90484fd938de9dd8ecd1b104f2e70e0564fc10aa1b3583ad1011_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:292e59f484b68803dc0076b9fb7b9f426852c967c235f9923dd68d8448013794_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:59c896aa966fef8ca6396239201cb9f1821d71f1e4787c4a03f36190b8a42c76_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:6023696ac24b81f72312201fa6c97a6ba4f2a780fae94047968dba982278562d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:d52e3ca8cf609c8d15dd77a525466184c5c9c641db88856aed56de318e23f47a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:10532406aac6636cd860a0517ca512f6fd8a2505cdce5486b793e9cb2bcfb16c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:567ca37a4ed2afe89da71f0b33af4e5e3af3f89acaab50ea32325ebbfcf86aa2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:a3e1cecdfc749a34b7e3574642458edc7870f03ae9e1a2e7aac63e3fecb43eb6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:cd5d904d0e36cafd45ea72914850b748e921bf4ab9f454e1e6f613d2f7b45a61_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:027b3596835e02a412ab6cb19ae476a4d3987a90403a46abb039ffc2f1c775e7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:39af4cee0a425da0814b28bdd6d515a397544d3c5f83b5e9cfffb7aa33c4fbb5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:8516be3a082fe2a93bb5976bb394865cd85aba4beaa399055a76bde057d9e70d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:b2426b3664db720bd7a53cdf4cf376425ef8d7c6c5ef039716efd00cdb9e3e6f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:24603d314b5539161b5974f234a9fac64ae0a36e7100a708326265ee568f756a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:79385981434c7e938f71e4616bb61c0f37826ab4891fc5b370479383bfa9d169_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:7a5ba0b22dcab9e3bdf107a7e443a212f7a9ec343f41d3deada1aa59091cf952_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:b7cdf071883783cda48c2663e86e3e271f42a470f2f22d73bae8304c87c2e712_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:0159ee555501103045d1f188ba21ef468c3f463251ff2debae0c8e1999f14eb6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:237a287a2db660c2b844ac5e985ca1cc70be0f7732c7beac536e3c3e09da9b71_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:31190bca682241fe6ed6bf64602560638c963d70127cee441cd991f82a17fa82_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:da97b83cc6f07e4c7e72f9d7b8461fea71ea92e1b29e6117ef0360e088d7adb7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:06ba4dd88b81f15bb0fea21bf039fe45d38e3356c19a6389dad7010940d535c7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:cd7efd34ed2a41d64b09e5670082cd68776b31011532d0e02cb932467f05a24a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:92ab63720b8e0929cf11f5ec81a3a968017ea1fe2d0aa57b137e6609b1c07bc3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:94ca29a099adc0665222212c90c60d763621671428a1de28a75c8ed6e2be2ada_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:93edc806a96f7afebabbeac4280196d313eb789ec43978fda985a5445d19bc45_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:fd2d5df7915e62949191f0497ed98359a3440c424a56e8cf12d66e99e67d4a3f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:4947bf6c31aab91f8a0eb8f7ed55052a33d35b70fbe40b06e45f5e5aec94c020_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:87439e5f75484270318701b52e986973d66d6f30f4d00b0da08036b2db846335_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:e42c9804da1f84dccea6375967159daa56b38d6d029bb78617120ff3af87ee92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:fdf0f3062593efcff1f58947da781fe9e9deb1cfa4a1634db93a0d6e40d069ae_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:003480e424f3ed4baad296af322ff6ec0612cb9107c85116f065f4622adb0f52_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:574259966929feeb14060fd8b80ebb8b5ba2ce10be9f19e66c1e53d033586db4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:5d40461ee29cd3134137b105576bca5ae014920da3ccd90b5729b326e848444b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:b1082fb3535909dc2b8eb0ed95434e571071b5dc4324c6d3dbb1fe892012d607_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:1e7f3dd79b1969fe87590b82bcf2db172533f401f37b975e26829d531042becf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:50b6b05372735625c16a7ed674b1f056ec23b35dca896652ba94c5fe11ca7c82_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c01fce15d9f6b9a9a52b8ccfbde4b8a7aa1b969d7927430eedd169c0b5f28113_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c608bb7e62594f12c2f52a78eefeddbdc11314494ec933698ba52af303436f1e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:3167f80d0848b65adf52382a35ab3a8c76f06fc5b706e001c2aedd897371e56f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:94f7a32483750e9da8038b84e4e1977fa22f099d3b29012a40ee059ba0cca9b0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:c8489b7e4c95b36f247d85adf5181b39691fa97f00bca455c4fc950c9eec818b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:e187b0624e19031a80b2fb26bfdd82cb8ec9dc66a115e5fab48312cd8bc5d014_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:3167f80d0848b65adf52382a35ab3a8c76f06fc5b706e001c2aedd897371e56f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:94f7a32483750e9da8038b84e4e1977fa22f099d3b29012a40ee059ba0cca9b0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:c8489b7e4c95b36f247d85adf5181b39691fa97f00bca455c4fc950c9eec818b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:e187b0624e19031a80b2fb26bfdd82cb8ec9dc66a115e5fab48312cd8bc5d014_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:174437f0c1b3b1d8dd82307d1fabbe34821ca30d773b70ec1cfb67d45e0c1e19_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:3e9dd635257195cd5c90778267107ce11566f35c60d415e4f8bb9ec13fcb4477_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:56dc1c55657428a6508c4eee1940194c81fb9679a11a3777289749afb8ac12b8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:a8b4f74d041370868aec2986f884db5e41ee82baf193dc94701c5934a060be0f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:174437f0c1b3b1d8dd82307d1fabbe34821ca30d773b70ec1cfb67d45e0c1e19_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:3e9dd635257195cd5c90778267107ce11566f35c60d415e4f8bb9ec13fcb4477_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:56dc1c55657428a6508c4eee1940194c81fb9679a11a3777289749afb8ac12b8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:a8b4f74d041370868aec2986f884db5e41ee82baf193dc94701c5934a060be0f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:5d9fa9b4f15954cca4a5c46f00840bd1047151f89e77da0c4250b673011fb6e0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:7b167041fa1524f28380783f43e5cc54763d84fe17c32bc35cc58efcb147c2a4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:d7881138cbe71cab0d372df6c74e11ea195ef6c55c812dc36b84b1e29f8d788a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:e7ffbd7d025233611c4a70dd7e81eb0cb0ff5880c554cd2dfd9f495313902032_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:5d9fa9b4f15954cca4a5c46f00840bd1047151f89e77da0c4250b673011fb6e0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:7b167041fa1524f28380783f43e5cc54763d84fe17c32bc35cc58efcb147c2a4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:d7881138cbe71cab0d372df6c74e11ea195ef6c55c812dc36b84b1e29f8d788a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:e7ffbd7d025233611c4a70dd7e81eb0cb0ff5880c554cd2dfd9f495313902032_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:4dbb8cf627ac6c902416e06181beeafbbe3ce1a3891eeafb504d8169c29dc359_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:5c4066929ed59bb460091ccb5b503f5c09617459667e3b8cef83fd256c1f9ce3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:829668fbadbaf7e87cfb9cf9cbe304ef8b9a343dd989f9a9c887c7352f0c0a01_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:bc3d45f66fed2adcd79722519ed8ea7f81dd17dfb960d06ac79764b66f421c9d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:4dbb8cf627ac6c902416e06181beeafbbe3ce1a3891eeafb504d8169c29dc359_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:5c4066929ed59bb460091ccb5b503f5c09617459667e3b8cef83fd256c1f9ce3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:829668fbadbaf7e87cfb9cf9cbe304ef8b9a343dd989f9a9c887c7352f0c0a01_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:bc3d45f66fed2adcd79722519ed8ea7f81dd17dfb960d06ac79764b66f421c9d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:22ca0ebc3fe663bf0e9270067ddae2e143bbe0401ec4be56f56399dd038bdaed_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:26044987ded8bf944da915148c69be6e247e3e1fca35f0c9d0abfdbb61071e93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:a988a8373d3f22e2c162052a01e7eba15cab6d0fae768bf76759aeb333c5838c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:aef67ae561902de2e77f7cbf09b98be2efaae40bbfa671d33a73874a9fca506f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:22ca0ebc3fe663bf0e9270067ddae2e143bbe0401ec4be56f56399dd038bdaed_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:26044987ded8bf944da915148c69be6e247e3e1fca35f0c9d0abfdbb61071e93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:a988a8373d3f22e2c162052a01e7eba15cab6d0fae768bf76759aeb333c5838c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:aef67ae561902de2e77f7cbf09b98be2efaae40bbfa671d33a73874a9fca506f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:3d60041633a1f162c71979b435c96e1b5188df0e04e0349602ac6ef7ae91fa08_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:61dcb1b12d90c58eb1095cedd0f8d050b1f61e68d3bc05037e8e94c274bcd855_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:85363677c4bb40f00d43ca5d6491b03bf73b5aa2cdd514509a8168ab8c47399a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:b2d065c15021ff26eaf335e8365b797c9c0c9b54c2722a4fd88b015d2f3b2aba_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:3d60041633a1f162c71979b435c96e1b5188df0e04e0349602ac6ef7ae91fa08_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:61dcb1b12d90c58eb1095cedd0f8d050b1f61e68d3bc05037e8e94c274bcd855_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:85363677c4bb40f00d43ca5d6491b03bf73b5aa2cdd514509a8168ab8c47399a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:b2d065c15021ff26eaf335e8365b797c9c0c9b54c2722a4fd88b015d2f3b2aba_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:089dbe82b1e1deff569436e344928255e7446795ee2c1965551941f4dfcc20fd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:52d2793450c879e8cc2df405b8f9ce03239f3ac832705bf8bf071b6d6c1aab00_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:5d68aba559ef836f0992f78c78a8dc79fb5a680dab2abbc876a25041ab8767e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:a40345997aab0e6dfe1830ffcc76320acb4a19743cd8ddc249de4dde99697d7c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:089dbe82b1e1deff569436e344928255e7446795ee2c1965551941f4dfcc20fd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:52d2793450c879e8cc2df405b8f9ce03239f3ac832705bf8bf071b6d6c1aab00_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:5d68aba559ef836f0992f78c78a8dc79fb5a680dab2abbc876a25041ab8767e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:a40345997aab0e6dfe1830ffcc76320acb4a19743cd8ddc249de4dde99697d7c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:08a79a55c753372a11f38e7573bfc6a930e21cfd4cf78a583b298c2955fd76b3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:656c38b2cc045e620277466f42436ba47633b284107fd2dd77b2a20b6d92fb65_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:efbdf6e8cb6fbf9141f2459feb49bd1e4f9b99d0607331337ecbcca851c6b2d3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:ff3fa757849d5246cc4998aef80a5a8192ea48221bfabdde42d3eda664f00107_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:0ced086ae1f60e918833e7296b812627bb201d461f64b154b238e6cdabb543e7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:825705cde8c5cea16fff7f61b99fb8fe77b00fbf9f910dcf980491c836299a9d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:84f0338a3c427ac9c88708f5611286972a71a0b67425a82b28e6b9cdb0777fdb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:db72294ec20391b00df5aff0c61131e458d53c77f8e7ad46221bbc1a0e48c627_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:3abf569beb7de9365d996b72deb8d16da11619ef721f4d7f244d275123308faf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:95fe24d21ca65114bb288e30d3ebd77954db630a4a3162dbe877aab4dd9c5cb4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:e2a10747ca1f65c6d894e6eae44dd77d1ee826e60311c7fbf11ccb5ba3b35c20_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:e6e84f0ec9ae5b483ef8872c9703908b595a6d0fbbdc368e19eca8b58121025f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:5999694f230c5fac3ce7b5f2c74922088b437067f775d23e01e0340453f9188f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:a91dfaca38590d32108269bab1c7eb59444931bd7a994de781398f50d228d988_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:b7947f27cc0ffedc07e93c3a5450cd87405352f93b39bdf66c1c045312497d35_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:bda4051ff681d545c59cc6e9a02583278236f267de53b3c68605635689eef2e9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:58e76dc80151dc5fbdd3089685b72d74b1aa8b98de2d5ef1525071fd972ef623_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:692e57961b5cb2225ea4d757cc5e19ddee4ae1bd5fd89429cde7ae9ed0ac0c5c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a80a31405351245150ab8feebb87ba63f5cb9dc5ebc85d560a89941f983a70b7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d73bfeebb2c2c0b386d5b2e909bbb815e9c39f6e82869d9cffcac5767f2de172_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:3ba88359360ca1532c5224ba2acad3d1588ca40bfc4829ccb8c85ea19bc129a7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:b237d7893ab617e9c2f53933cd87f2062de4b6621db677403e11ab58a0de10bc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:f9bb0780a4d8be56bea13e9ab0f834835e04e7e8570494d37798ddb60bc8d7e1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4f02b77a2cab5ccdcccba93d51d2a5d9a92ceff151236ffdb8390ac4a67a4af6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:5510f4dcb3215d46c7c73b0f84744d94adc13d45066885abcc522c9f80185152_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:6db471dd0c0492d33613a34a2e53a1c025f1d34cfd3d7e4d2b4009276806433b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:1a40166f257d1ab58f04543cafd99a8b7fd88d8d0a1c970dd9b771b0f01534a9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:678ee1ac6110db9cc2380674735c94ed5f18c5c2d75137179ea2e100517ed2b3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:d19a14818ee13265fc1722ed2700a2943e56942442ce4bebb322c80ad0f2c5ab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:2b6431891ea6d2f9af668ae5afecc0dc6719ce7314bd59a89ec344cd46214565_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:60b68743e0d82aa2c39c47afd70a39fa7da4426772b946bc4afd8558350d500f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:aa2fe1a953150e3e4160160fc7a121c952e8b7805564ec63339aed27ab2dd3f6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:00fde8b59b779b0b068e80b2e1874c7d351022aa4142d779016f08798955270b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:13a92758fa914e1267dfeea1896210d3a2a665ad05c9256b1b0192bb8abdaa7a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:146f072051e97a611f39759f5a5c419a883b0e64a1362b205806913b6a8153d9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:3c37d2d3853372a7304e39921f4462a44d81136ce24188e7b61fb63e73c97e5d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:97427755eeb8b957837189ef49fb894b743508a1950645e8f42a08eb7b3ee0bd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c03bbab0f14b2ca0db5a24c2cb646899fe1a4eb4cbbbf987c3b17b22bcd3d995_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fa8d5b44b4fd8273f20ab466a88a29d6ea344484995566640c17c67cb0e7d7ea_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fc06fe0990909d66e2981f12a6fb0f35967f834089bb348e0c4442d47d087214_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:2199c2a7a9e5f483699e62faede55d3df35fedcd4ca8768f05f48e0fcdb71fe0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:756352e643e268c63330c33c30ee12e27fceda1239390fc991f06589dbd78959_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:81c0edf7f04fd4d89dcabc840e84288dab661a2dd7eec8553867ccb5acda9b5b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:856deaffcb6e4b4b9d7503e91f3d23b8767100a1c8c72a6c472e1f882631833c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:5dd9628769aeb00b44e9a18fcbe1d56e7b172805be508e7b4ea85ab1b21fca3c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:6d25728b5108a7941285b8bfca698ccda25d72dbefcfe12dba929cbb0c24690a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:7bad17203de6fe7f1ca5e3d3f192a154d48368b6d877b66e60825c41041600e3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:94a23b1f97ca91ee3195c6ea07b4d867d32c717279fb9159bdaf3413f8e05582_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:17dc9edba250dc41896d18e2dab48a9fe51c08f0cedca362566f504bc1b90ecb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:f3148cf7ab32c8d179feeadd09f57c3f3a8296aa4b013d24f63d61afcf57b0f3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:beadf30285a781c710de30bc1ae87d2e8a3bc13c2646dc55ba8fdedeeeaa018e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:db6b71f10ce51d3b8940b551ed77c786b402a12bb287ef3bc614b259b44713d6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:38bf5373f8d67ef1c79741f697d9454328072f615def597752078137b38f65d1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:9358fffe89e2f3a4783f6f3fbde49c1b19984f3e0252f4749c3e42ec8d8f5523_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:e49ce33f3bead2227d446c2b8ca852dbaff56af0e95f2882d4c1404286c22b3e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:b234daf9313e3efc2362f79a513d35bd15bb7c9b7a6aa936e12fa3a53feb7412_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:efec04960159b197a0626461dde2e11512787cfa6c71190a180ce6bdc9ff8c60_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:a68d4bcf134f78d2de8cb1bd1d9639ba484dfc613da1668f4bb2a044d5582f4f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:ce2d048651c8b159bfe370425e5bead6a0873253ddbd6d6497ff429369798968_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:75bea5902fd17c1e4b9d9115cd160c55ed9aedd67ca5fbd14e9b0a013eb1feaf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:78a6b3728b3e9c807b1b80ef6e79d29e5df49b5c92c5580ff31b9c2d6d013ceb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:ae98a6ec26befeca00294a2b0c7ce210bc7bace1f220571a35c04ec14db03e5b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:ed131d0cfadf5b581837ae7b345053603eef694a0e074a6d88f992c55c3d896c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:18380c9080b259cc8d02487331e3ef1247d2308e6b1e70ce803426d36c0e1f27_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:1f51177c9d6e9d8adb6f61d1b171549573506a7a4d826e539c9aa8f942507705_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:b2ffb8ad7db07d9f7069d160daba5b7a73de760c7cc161106301d3654883553f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:dddec677a6081085ad00e206077030bb99713e506277e2ced311d492e86dab02_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:38563974217bdd53752fdd063138b0a11e90b85dff7f9c7537de064033f36966_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:c420d49c96f376956982296e7a03f4febfe0cde367fc95ab63a87642e0b361c1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:ca2eac21c18a227f5672c8d3b50469953b29cd369792a207614b8b25291eb931_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:e5b54fd6da54c520f1cff80858c7bfb5b8b4b378fa7a57ffacee623b1d77cc43_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:6f4aa5824d6ecd57443e2bb696bd3e79703269df862ccc42d56f9f9d7e060f50_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:7924a3056fabcec515d879413e5b88ef00fcb7451c884b7f7743d3679f127a12_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:c6e0507565b5274a8b474e772093d75c2f58ce178da633c24cfdaae3264b2a8a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:f85276401d03d6f3dbe5de6fab4cdd44379d4e3cbc3d0ea53efce7eb9ac59d60_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:321c1737ee36a2b23ac9e1ac85368965bd0f120d8577f5999c3f6d3797b0a6c7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:449dd56bdd7e138d514aaa0c4d9489bc2d8e01b0b4c459131b116f221e2956f1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:50ffb33fdbac78a475913b7e307e730d40a5934c743cda0cf45d05f6b5712459_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:61dcb76dde13dd2ca7d6573f2a7c09a5cfcda1de1294e5a506d07e14e5408a90_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:4636f3477179b218c2ada2c241a65d804f0798743da95e3a171830736f383160_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:83e26b219bffb578d76bf9842585f4307e41a8f6f20610054842b3526dc5424e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:8d806e0cf0b13ce667b08498833473314716c59b6bac3ab96d2d7956e7ec86bb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:efef95d7a9a80b5919d54fcddd2d2996294988efefd8e286f33902ba4b94df81_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:99811313942236572f7ac4c4726f6709609452a3da5e811463e7a9263285d8dd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:a3027db225c166629284e11ab26f4d8dfc41a2fff2deacc99df5c4ce151b5fd3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:c7b4aebff94f6bb707d9c4ca28ef6c6060571be88d9b9eb53cddc39fc1456f76_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:d7ac53074e1cfc8218326b613104a28aae4cee1c67785de8cfa755d1772ebb13_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:56056031eb0746e98052842eb628a66ed222b1dfa1c7cba6e511b4bb4fe05533_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:79f3b697eb24b1f1fb941a3adb768c4fc11e742e4de8b917900fbb301f5605d4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:cacdca41cd532e2a84e1acd9a392a5ad73cd5f74b0215da3ebbce77885afe1d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:d1d39bd6c538c62ec5e18435e712b1798183951d4238a970eb4ee037a9a70f51_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:634a8c373f209fb3cf1a9251bc2cd8cfecf9390b71ed4089a57865bf15013d4b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:8a9dd162f613ba32fae56bc1b9f1ed10c577b4e3aa3c42bb08e3abe76e820c82_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:9906a9d16a474aa1d103c169b6e64b13009511c45a7df76fecf76ef0e25f2a29_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:bad61947f5ee2cd63364f8ca7cfaf343294934b448a96b4e0c86db4430bef34c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:00608f5cbc3440cf612a54f7dab4812bdf3c65cb0639e2ad68695f95f399a559_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:577f1f21d3e9a632d5fec2d0545ef62cda58a2f71dfcd2a7cb0ddf420841092b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:6cb0fb8c18dd7ffc43887ad12374f540c4844b62b69adbcd9286820e51249309_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:dea046947cc52f5b617e5c2e273ed1fa409fda43a2dc0eeaacd1fc0f27fe7ee3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:813370f8fcb5b9e8830be339da8c73c5303a5a9755b18a8d26b4ad58007d2825_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:aec19cf38f563bcb9c4254432305bf11883020c9e2a25b0f50f71981ef6aa161_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:e8de1336623bf1366668f6a56a55b5553692303ddb4950a4158176dd78a458cd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:fc3f344bdf3d6f5d9c0e940aee5e25662b05ccf1b8827f81ba140835534b655a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:8e925337d28c451279d1922b0dab9ce2a4919e0bd75a293db234518c09ccfa92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:d134d9f1085573b2ecfa5380e17eafa45cb573ce00da1c62e0ca769c6ac28f6d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:0d4f60f600d906f1122152da7b8b0449a938f5f4dfb2ed198065d2bd3a2ebc5f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:803ecd02649eef62da8885831e2d38917ba51b891573c195b323298bd71432bc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:174f58ecc534af5ba1915d204f2e829972d3632652864eb1d61a95de29de7eb2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:64efbcaeb77bbfaefd493170eadd2eacf6af2da186b53ee1803fa2283b2e5711_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:969b7220dee835ce08b1d039027c776c83b6ad3da5388772daf26e4c8f09cc80_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:f01e210631aa090775e7f3b07b8012da4a4c53ecf3aea6fd9bf8ca08d49d511f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:2e07fb199c7724f86935b745dfb5c77991205c9c4c45ee5961abb57abd0cb823_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:ade497f48de9224ae91409818c6e0571e634891a84ad0057b508c3ac85b21b05_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:c495c52ec300a44ef4173edf15624688b38011a3ff5cd738bca779757e42d958_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:c983af07026014d73b6cfc0d06fdd31a7dbebcbdee204cba1a672d24608d4d14_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:21209efc735beb2bbc8daca5776cea1ccc5418b51b97b799561fcb751e8491ce_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:e87a5743e86e549e3b17b57cb6c3a93724ab85796407a3e4a0a816bb75a9a36e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:166c39667529c8deaa8cb6bdcd0f973c115a44a33ce2371e0c956cf157498d45_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:e527f1aecb09a2c40e856370615b16e7797be1f9b82848e862eb88a42a9e3eee_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:4b743b7d2d78e0f2a887ab796b2ac9a150988aaec67dff3adde88687e46f7b1a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:4bc8956bb61c0451b1fc424ec1b8abb2a4af487ed8911d952c367592d31a4f3a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:71c807e7cea2c0944f06dcf96bbffd21dee4672e7274dc817dbbcdb65677a6ae_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:59adbd89a4a3fcb8f845a9f951063c2c059e9b67c043351ab1ac1128e0cb066d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:8ece29e4b3c200c4b113a12e23ba43349fdeb827b050ab1179b97d929de452d9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:b9c9b5e975e00da4e745d6caacf725e37ef8510727d354d65a96cbb51fcdaa86_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:c738b9609d40a0bd2c17207f9113948c95e55f4e216f2dcb1f37a42914669d6d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:81cfb4ee1ae877a6ac439db16b4f91ff789b50b8f02908858954afc51e7d9b19_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:ab00d7940fe91a26c7f45e6824c8afc516bb655a6c725c0a3200ce164e127596_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:b95d59ca455992dacfdf186d011dc3dfb0844827c944b91da28c1b1e678948b8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:f1adacb5d83f6207a7cbf196c82d30feef5a41fddd90520fc0026396494f2ffe_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:0857e1c73c07b272f017af571c91b3bcdc108540ec002da89b11ed2690c03de5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:0b2599c96ad1b12dd5ebbfafa53327fae38e586b269eddfd3ac87e51d38ff0c3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:750954c71fd9789e0e4a93f2cdb25e4b6a8e4c292bc7f6c28397619c980ca118_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:68a7b4a2434007d41d8c0f29accfe43e00b04ef18101a3b400213c4eda9117db_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:96538bfc448f0d0649d003f11b49f989ca36e10838f34fb91a9f7ca8967d574d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:c2853ae37c6d4f1a44d5f03f77825030fd584268fe67856fa611487d2aef7afc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:d2e88346989d7c7c40b556408761a58f3e179856ccadc1e7780d103981eba9f5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:08a1038d6b2be6effe347769a0e2fc89c43caeb44dac796c34481274072534b0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:5ba881fb649a3cfaebc470b0fbcbcfb799df2205477e3263adab655bffb4c268_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:c8974096b8764ffbb4a9f8279a485508e9457c0f7e176c77cb779d3ea585a15f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:fea604dc691a2515b1c9a34f6b41afb60287a5420f30b8957911403885658e04_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:69411bfaeb395222009f0ca46a1bc3e456907b650a285f56e26eb207c7ca4383_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:e20e87ddf196803191368f1dc4f6cca4465c1a92fbcbe29851ebb1f908a55038_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:f051e24c3447762f3476242739a696f882ba9ce210fe775256dac55eb28fcad4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:f385411362f79afcf35acac0f49acdfef8b9f5ebdabdb20cb4143f33bb505733_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:2e6cf654f0c887465ff3b3ddca67c12e2510a6b82a69705e1fd055ed30cdd9b2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:56e0fe3c3d2aabb7c30c6ddd28d07b3005cb128c82a5d0a51dfc8cf1f1cfd2a4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:8c01bbae6f1cd673c1ac45ee550a792409e534a1fbfc4489269c5d849c4fb119_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:bbd136c9bee87cfd71601d22fc05f16a7b07996f39b41195cf5105a84f0e847c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:683316d9efb43eeb14a1e3ac0c8f8bd98771819389d89c1c0ceab8afb3e61c35_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:c91b7c636c3672e3a38ff2c5964d9352f573b32abd2205a6bcabd6f555068c9e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:e1091f8361184469358998047fb0916f7f8a22706609fd0a9ba5610bc17e947a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:e9a2908a457f2935037d9f4a27d85d77fa334c4ed7fdd1f593040e0bec592161_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:15131025164bf722ebed8724e62f4b70ba018f3d9c671476f33e3485ce3a43fe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:400674850f994c9de28b9e5686789e97eb0dcb235474f8f3a42068790d63bb09_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:5bc0e064ce599860205080a84750abb3de613a2735ec5f67ea4431a7a6f9249c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:a7fe5ae007435227287fe4f4e9e1c75f53905ac1c1e4eeb183e9dfe865a611e9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:2936230694f5ed225050c118595e401be4360ef7d899cf3554c42e40bf82921a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:3578bc2eb20c76eaf6120449b7842f8d502269454f962379b026b1342482af0f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:afe42b2c8f953258782138392a88fd1413fb2097c648d559ceff1f3975dbb1a6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:fc8f8e4042ffc6ff97d75d2c97c2df435a7f2ac27d54109d4873ddac71a82069_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:1eee004700ca936c97efdbb97384677f3e3f2a2d42606967c1cf9c6765317154_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:2575052c200b4367f535e1bc653561492dedea225ae80f298045f4309c20f7df_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:921d77cf40e5f25b256c397a9538deb9b5214fd1dd320b272ec73f368d965325_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:ff3548b2acf73724ef2672fdc0533ca212dd20cc55842efb49a4302a3d152c1b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:4ef2b930ab6b1fb2f7c50dea6b34d55d45fc3fc4464b871359ab105145ef6b6c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:85d787413a3e60a0064132f45a19fdb810082bd401429e8248ff4df750bdad12_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:8eb4f27d2d6db0545c96878704a8d5265ba9d847dd8b6ac823cfe8ff6689554e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:ede9c2be4904769a47aafef33f068a0e67b8458746c74199efe17d745624d3bd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:8e1c3cb2cc5f294d03e007b0aaf322662c3c6c09245c61a9553eb7b33a02d3cb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:8bfa6e267d4b8d65d364bcef54b1c09399a64dd7a5c97116e2b8358e0cde0cf6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:00d9e9b53df16cf21513e47c4a980eeaf3358af5472a4a66f7b8ee422a3313da_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:3148750b4508846de939bd0907eadecf7d8258443b4a3d7fc30b93c39c4abb63_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:646817898e42b4ddb0768945180739b794aec7dc3e31f5ba809569d87bdc1fe0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:7fff4f51c84e229eb72015faf1e6d9939545cfd1a6766b8f1e4f10f17029aaeb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:2e487cac721a6c9b8cff331ded53fc6ad0397aecbd51c1384632319d573bf601_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:4f4729ce2ba297f713fdf02edc3ba34d649ab2e7d648a47af99ad762fe4c9e4d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:691e2b24b901f3e1a669bbf5188b16e80c8e8d99433463f36aa6ad087ccb11ff_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:9bb9f5cd5e94fc8041d25e9a9d10aad1be92c734c8a8dd618c93e2d2cbe27c99_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:48d371c93bb28c4282f540750b91ac299178ee320a79178b28ef77d294cc2452_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:4919f1c330d56e5dbdc091d33e5fce13cbdac96876e773a8109ce807dee67b4d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:a6a13a734f336edbf73c601da1990c2eced4e74fabdcc6f66c6075278574730c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:d0147210992ca5d1b5d8465029135f3f5c400f7f15ed001858b6415946a22fbc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:14587c92943288e6c9f56d60476f40b8f15ce7f1056913e5b4cf33f0a83af7c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:9356fbf52e0dafc970befd18d5337a29e2496242b221727095c83d850ed45d62_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:d3c0890549855355461d90eeac26335cb114a584af9698af531eee0bbd809807_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:f6ade0ad3a5e4952955f2d40c0d867eaf290de111a2c35bcbaf7b59c3b734490_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:26baac061161143b4960d00cdc53adbe77aa5fa52b415b3ae3de1cacb18a5634_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:2d74639836f3384e157e3e1fccc2c10a90aef742c8d8c826317fd5ea88b1284a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:46823bab7a55eaeb658763753c36e75a89494371926db2f9d8c48375f03a04ab_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:b135940892cdd26c7e983f3c37d6d492cc588767dafb5960e1d5e9642ac48e5a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:2899f24f2fca98123800e88171603fe6022226299341679474740be10d59053b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:354ff055338adaec79759136d29087337e0658ca64cdefb447e8fe4157a8003e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:58b4935884a488e6c796db1c1a8e37189e2b76dad3a18483ccf06368a8c84e6a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:6e0ed09893071387d638004e2c9177d1933ba9cd59145ab3ecaf4167c9e955fe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:17306fddebdf61a0a4bffd5ba6cf4bf595701c14553fb87968985e670e3a7f55_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:18325aacfd110965ec933fd9cb5a873a88572fa0507be6f64519c42306266846_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:33b3ac785f10dce0378b5ce81e84d4d6799e0ee2e573b45e4fa8bcba3ae83d9b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:a15084c226ef3a1bb0488c272ffdf4a59bacdb293d0f1d2d3b0d3ede8fc856ee_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:039085f52e4730608fdc2cf5023460e7b1496a87d34c3f44e958be30e93bc88e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:799213061337226fac59a610753c8b5b5b2feca766753702303a51ae0f7f4ac8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:dc9f4de544635597483c56742772b5c471ff16f2220ed4a75aeaca2b28a6a40e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:fd8bab3b8804bb1b4ac56408fad43519fbe11ded255435ac22e20f162fe27252_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:246d18436f5aa8a6e9de5a6ea2a81c09bc21e37ba02ffe57fe836937ee54565a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:2814b78bfe377098e59e5e252759ed64e1d3db9cd00f117ee48983a01d3bbab4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:c7c37e63f204f3063bfd8f34e6f984c41e07718194379f86265a47749e269d6b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:fdeafcdb178182b8484c50c321886f8b2611d27ee4fd1a7906eaac8054ab9625_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:1d6862cc2b12521141b533f7ebfc42e558af07195fafbb8f7be6ab7e64ecab34_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2d473ff75f549db1505984e23280fa2f3a6570d19d7ed72f78bf0ca6330f0e91_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:4b721f641f5fe989d9a0ec209ab4921d001360aa570cd2a7a9e5879c8e1804f4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:713d23b937eb12215688c4d67649aaf4270ece88b5197ff85fd3486b89ecf572_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:3d1d10391974723b15b31315b9c99c98b8296c61032905893a88e42f739f4a54_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:65fec2305e5a5e05b89b507b3356a8686bd11372b59d1ea078a3c9794c2805fc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:c4a5f8deb979c46d9c6babc5d52d026a0de3bbdf08238fcb798a05b6a76d69ea_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:cb06db0919e77bd26200cf8610277dd5feb9e627de2dfe43317fb4256be7cd0b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:214521bf60ec834c8d397bcf685e2ebbe39921f4deee0c09b9601253d929e583_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:5b057bc84cdc3f1749467d0ef85cf09d6a06f783ab16fb57c5cc19554ce720f3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:8150193ac1d183bc045856ed3862107d045d2f0582f60ec4203c99c641a8a30b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:af21478733313da2cfce7c56cc6151609b18be0f096532de317313abd002bcb7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:9499cb5614434c687db474ad657de64098ba4d1ee1f643194a92488a21faf652_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:98d2604ab5bd65c852b8d6efa756b045cdc2833017b874af343f47951b015b2c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:b594ea68afa771c39f64ef2002eca85d0541e9b7d954721fe3fe784d4d6aff81_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:e6b9aa21e43519da9b49140c570738bbc43436212ea75e7dfd0bee67c7c3fd62_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:0ef624ef1b65af220fb60fc4d80d6059aa5061e8f9fa800410019ec42e2fd839_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:5623d5f0940fd4e2dcd11b1469dcbe95f0dd801feb2d92c3c385628c82dc993e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:711a9081e2bb725ceda8dcda213f5f3475b326f708b077c4b4e215c643bcae71_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:9e35a4faa30dbebb4c0781e948a98391c41500225be6e4f399a2654f4d443c74_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:b5eaf716c0b3223abd931fc510d8c93f6fd342de822aa115e60b80d48332323f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:c31b361799f39dd3e931b2ea44689df6524281e53de962447b37cca578954ac3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:dbf8ecc16795fd9c9e838e0b0e5bb67c95f5493f695c90093813819a71e6a989_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:e419449bd0fcb506b32e7042d3c1d490ab961e070c0715951db4babf43b1f527_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:265fe91b3158db898cef1933be732ba61a1cb0dd4006257b9f0aa30a8d4bc654_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:30f55aa98a244d7b7072cda47c5f6b61f0aea4fc5e966081efd5c4c030a94271_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:3cf63aaea43c416aab8879a538bf238a6000066dd6170fc958acc281b4538b03_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:8f04739af1f6321c039253bef7e7c8413592238249c6b9c68bfe2b4c6742cd6a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0c41a5d04b68877df42b5e2d47b1a51a205f9b5bbaeb272b876040840df70cdd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0f9b478c439a81b264c306f4b597d40cbd2b9461a2be9167d667ae96ccf2d80f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:7d1cce729216a86f6f3142e1dcb9d3c6b4eec52b35f55c1aef1911af499fd6c2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:de5431ddae08fe8b534706adcbc5a99e1d93da3460fe5008f319aeb17280d6fb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:27ef373e865dacd62cc3d29fa3ba0661280570b9f1e3e36abaffd6a0830896c8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2a129685c29ed30eda4c991cf88833941ca25afcbb0929766fc24aa939b3fbde_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:554535a577ee5e912aec65bb9af114dce400c54955b1a15d3b0d8a3cab725389_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f120d3b13d54b6abc62fbc6a87f7b1509a3de6c01e316e28a014e355bee5c002_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:27ef373e865dacd62cc3d29fa3ba0661280570b9f1e3e36abaffd6a0830896c8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:2a129685c29ed30eda4c991cf88833941ca25afcbb0929766fc24aa939b3fbde_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:554535a577ee5e912aec65bb9af114dce400c54955b1a15d3b0d8a3cab725389_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:f120d3b13d54b6abc62fbc6a87f7b1509a3de6c01e316e28a014e355bee5c002_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:8846ed3df7609e0a20e5020c5019e066e3156c5cb3e32719f55405b54d2167c4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:90ef3f26f00eae41ceab0866b5bbaef1ec56387f0e02c55ac6797ee527c829e7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:de9a1e420ff965ea9dcf80d4cfa0f99e351fd1362dc883b2dd75bb09d88f509f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:eba4869ea1ac77524cdc048c718c20e3e30da1de957570ff28840c8cf3c65d34_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:caf4fe81752b9984c30496aeb287eee457aaa9a51c1d4dc8dc47552f927f8989_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:eaef6750f50858e6c3f22961f4e31e0bd2600873d23881dbfc2968ee7d167aec_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:c40f3fdee914e790347ad59fc55c2424628927c75d88bbd40bc39783075a301a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:c43678e689872e352ec44d2a2f395199a34ce16d085c4f7e563ee3e9534bdac8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:9038c74fb45e35bf411a05528ab578cff9cc10a8b0927fbad0a735e3b1d414ec_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:fe85c1ba2ab6ad8f94b1858bbe3f6cdde4a7c768fd2a451e79ecd4e0d780c99b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:3448dd1942c7ffd71cdd12b778525042c5e38485872c6f579229cf786b20e9cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:e2439ad3e79037d4b53d6ef9514a7cc3428f57789ada20f9aae6c844fa35019c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:3be8282baee49a9fdcea455723d5fd12ed820ea578af9deb23171ab09156c9e7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:4035f82b6b41d63e30cf4e1b04631e5890c76f610835f8365699bbd633ea3788_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:7c1b269972bf5e330da11df053fe60f0a8f1af43fb34ea0c22685fb65ad53715_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:b5657aca295b3a67c1cb6525a55fe234d959098f500ac7866c8cb7c09769c8e1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:39d2eed706008f5ebb0d2baa19ebaeb77ded4e0de4ce28e0232f614f8df18c5b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:6e6882fa1afe45eced0befc1bfd30c874c888a22d8656d929eae355be8709ec2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:73021b1853b79ffeb0d04c028cad9905455214a59cc50dba01ef7f97372da705_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:8d791856506c0cda2cf02f3903c6da293a257ab6326960931d0e5da995dd3d82_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:93bcb96825fe79993767a89bd7305a5f6ec39deba51b6a48a307eb6a7e3e508c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:d0d43e6dabdc4f060c91b7d247a444b763821f61931ef78eba33482eb493acd0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:d7ab49355e1654d655aaa7a12967a5bbfd34d7175f7e5b9143ca9abbee0d9b06_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:f2a68573461f17d018ff650a7dc8f4fe233cad39bd64e8e006a62d040a7befdc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:5c2fe110d1caa5d7b14a653f3af1194bdab821255758880809e9c356341323a6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:6bef60acc457405d245a8d7b17335ef424ab68962255fd1bc0ee5c87b73b9ed7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:708132b57f6743a257e0c14f8955beaf7a6b759dea9187cc02c0072fe01d7c21_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:dc3a9ba0d7083481d3717e6b486b130674223d5ec26c40e854bc40aa9d819538_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:1a041a1f772f19dba24bb7dd08cbb374b8b9011e2982804d34a739e5050af270_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:31afc8611dbb85e2afa41373aa19b95f19f3b6f3c9dd9303fcb324566ddafb05_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:4ca8edf1c43441ab6d2b34eb7572659d27c7ea64c95a5de9e12cea5ea0dd2799_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:e8a39e1add8a7a4d65b17aeee0bd0b0bf5292c432e56fb97ab52f1865dbcaad7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:10cab7813ac451d2d17414591c27d5626a7bd43d7dae6f030de9291f3f0377e9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:2d83001997d22839a2df4acbb23553acd372c163df0a8bdbb97080d5274b6925_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:6e4889fcfd7cfd56cb6a4bf34e30d92b5893a64e8a036ccb18eaf9fc1fb8bdbd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:d348bcfb0e822de362a7c67ffd9f572569502d09b3f2d3a4475ed4810f2e2d6f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:45d111c26b3b1b96a1911dfe65ed604ead63c26f9f5534b027614d8ec8f11a6f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:734cc9b8e88fc9b2d7c30535080a5c0570ae19bee912486a7d27255ad694bfae_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:e02754f15b7094b2956ae2364dfca3ac178bbf62bd5dc2061d681cf645129114_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:f081c5b04915471afae962eebefea4ea2b71e0afc6d367f59c4710a3953239b2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:1248b42c2a006bc5117a42c76ced63048cc3fca7b5f0dabe1a5d16efd0b8f604_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:ad34ac62efbe8c297baa00f75a7fbbc87d1fe9d29563811d723f0f10f8174366_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:c17711a9aaf902cc6c95e62c3715201e6354a76117166fc3715a27342c2be2fa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:e28aa33846c0489e23b86bbe768a6d23a7e31e3830574792c5d5007979f05675_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:81774e36cad16a5f5da6c89483f4139ba295e29726cc5bb9fb119277e087a1d8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:8f4fba2b28c5dac5dbce6cf38a064fdbea5ca1ab2e039ae96df7d34c90296ff6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:b18472469fc37430b4810a9551fcc833c52df25bb34e09bec904c82c172ce268_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:d97ac99882fc7894c72d6030a4578fab814b2550e6478be0bef5eab5b41b85bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:74531d0fd46e112088ae1583e873e40ea082223804b723473c67aec06f5e8e32_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:8cfc4b26606408d8028903e16b23e16836d1eb7d9be0c6ac6b8968330ed5ee7c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:a0837af0880180f927e3c2edd48377d2d5ab849a06186158695e0f2d9d460be4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:c86017bd51d33ceb8f42f837a4b19f0c750967486b6ad647f01b7536d20c5d41_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:103c34c394ba900666000bc5627c63e1b564878aec0defbb91a18711aa95bd7c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:5273cef06cb438b801ebedf984156ef179be56b86ca0c1168ef1c2b9ec547ef1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:6772f96ecc0d3b1a9b021f66c53bba423e763e2ec31fab4f3f14a8e7e82b01de_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:703919dbe997e2b17f6063dfce55226c14f5eabff46db358a397a25effe43932_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:2d6037ca2e1cfa58511058b4555e6f65f1eb66f80b0e0d78110076bcbfaa5a0a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:43ea6c2d16a1e89c0a76259219af19d79fc034665551181c153f3675f31bf238_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:6178ef94bcfcd227c35d30a2479119f8e94ac53749d14f4892e44f1d6aaba331_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:df29038076b03784ec2f881405902f2bdb91d46a7a2bf38b75cb024ca6936787_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:218a452cc4548f90ced34504132e4c0048815a5e67c8d9f93b5e1987e83d6c2b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:8f19d00af7e51f94765c630bea606b7cf7861ef434a001987c07247189d255d2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:c59e505cc5dd47f6aa71473d755d0f91bcc54d1d450830fafb3d622dab432ceb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:f383f85c0c0470333be07dbe4923042a818b9b5949eaa320c0e99d5ddaf643b2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:00a118e4fbe39e9be377d2318d259343a159b83d322caa771a933c0696696e4e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:4bbe5d322d15b2f708bd75f6b7e1f52bd0639ad729910ec4bb488faeead2ebf6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:b163baec860229f0a73b3901940045535b666102f42dd61e453f196b77124604_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:aaeef54d7945e2f9df7ddc715776cd9133a335e39268dac2a65d4bb27b0baec6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:00a118e4fbe39e9be377d2318d259343a159b83d322caa771a933c0696696e4e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:4bbe5d322d15b2f708bd75f6b7e1f52bd0639ad729910ec4bb488faeead2ebf6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:81fff6216dfca869c758bd60a0efc7eec81c81005544dee1b52e1098b9646322_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:9b28af07fd820df432f76f7cbf5f6c17ff275307679b909b9fcef39af9c13aae_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:068996fb40042f413b58f8b5087a55d5275c8abb6cbbabba81dcaa8512800d8d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:29508b9d94bf0bdcda583afab57029f189f07e845cfea44972430a6d40c7bd76_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:631436430c6bfefd7ece74a6f1ce7eaba8d4da935d61ba5db66553155204e0c4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:9adc42aa480b66104ee6d0e81ecf7cccf7cf155b9082d063d9a9537dbb378ee5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:0d1300f732f6e66a363b6fba2bb55e0187b2b345dc2583d1f0a1389f7526cf30_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:72b5a08e055d90a3eb6f8b0f3c8267d7cf7c8fbdb064faf381ddee94d2090f49_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:733261a8f75e4080761cdff18e6e619df7fc4de05cd2050d8127935bffc862b4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:cd0efc4e9a3014c1acc79fd8ca9cec790a71b7745e7ed820613047953da1d641_s390x | — |
Workaround
|
A denial-of-service vulnerability in github.com/sirupsen/logrus occurs when Entry.Writer() processes a single-line payload larger than 64KB with no newline characters. Due to a limitation in Go’s internal bufio.Scanner, the read operation fails with a “token too long” error, causing the underlying writer pipe to close. In affected versions, this leaves the Writer interface unusable and can disrupt logging functionality, potentially degrading application availability.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:7b8f6f7d07b96111436e1f24d2f968eb402d94043216411e5700555e53d9f42d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b2b165722afc872b8b7e33baf3d203c5d454f119587ae2377bdfb15d9490ea99_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:549bc2dbacc1479bbda10cfbeb3688f2e83f51d8e61fba07ca6816f7c56e9e0e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:d36656855883b3e306b6923234c26fb3ae6883fb235e58416266f3645227db0c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:6bcc1fcc07058024d85554e472ff660d28a4c4dd8a5a78a0744380e11a6a06d8_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:846e39473ab761940f0e13f005efb60ca59497dd094b7e7eb60a2f6431a661ab_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:9cd88b86ac24ea22bdf9ab938b793d833fd146c77b7ee5e162e5ba3d9aa95448_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:a7f257be16c02c62b9b01656b655ebeb2a1eb640a57b3d38877c44083497cefd_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:8db04c6d7afcb6b650dddaac2ff88cb82093660a3125912172db7fbb51f1f1c2_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:b539177c3bdf37dfc67cca8b3a2dbffa0b4941952135f7f144d3ee1498cfb05f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:cb400c373be837f788f663e7a1b2a94bacec4f4dbb4bf5a5ddd5d1a0d89e3291_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:f16534746cf3a8ecb10aae9765d399ddc3b91bdb2b1ce15c59a4cc76f9e4cee6_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:97427755eeb8b957837189ef49fb894b743508a1950645e8f42a08eb7b3ee0bd_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c03bbab0f14b2ca0db5a24c2cb646899fe1a4eb4cbbbf987c3b17b22bcd3d995_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fa8d5b44b4fd8273f20ab466a88a29d6ea344484995566640c17c67cb0e7d7ea_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fc06fe0990909d66e2981f12a6fb0f35967f834089bb348e0c4442d47d087214_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:a68d4bcf134f78d2de8cb1bd1d9639ba484dfc613da1668f4bb2a044d5582f4f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:ce2d048651c8b159bfe370425e5bead6a0873253ddbd6d6497ff429369798968_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:1d6862cc2b12521141b533f7ebfc42e558af07195fafbb8f7be6ab7e64ecab34_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2d473ff75f549db1505984e23280fa2f3a6570d19d7ed72f78bf0ca6330f0e91_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:4b721f641f5fe989d9a0ec209ab4921d001360aa570cd2a7a9e5879c8e1804f4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:713d23b937eb12215688c4d67649aaf4270ece88b5197ff85fd3486b89ecf572_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:2d6037ca2e1cfa58511058b4555e6f65f1eb66f80b0e0d78110076bcbfaa5a0a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:43ea6c2d16a1e89c0a76259219af19d79fc034665551181c153f3675f31bf238_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:6178ef94bcfcd227c35d30a2479119f8e94ac53749d14f4892e44f1d6aaba331_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:df29038076b03784ec2f881405902f2bdb91d46a7a2bf38b75cb024ca6936787_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:00a118e4fbe39e9be377d2318d259343a159b83d322caa771a933c0696696e4e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:4bbe5d322d15b2f708bd75f6b7e1f52bd0639ad729910ec4bb488faeead2ebf6_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:9b28af07fd820df432f76f7cbf5f6c17ff275307679b909b9fcef39af9c13aae_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:068996fb40042f413b58f8b5087a55d5275c8abb6cbbabba81dcaa8512800d8d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:29508b9d94bf0bdcda583afab57029f189f07e845cfea44972430a6d40c7bd76_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:631436430c6bfefd7ece74a6f1ce7eaba8d4da935d61ba5db66553155204e0c4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:9adc42aa480b66104ee6d0e81ecf7cccf7cf155b9082d063d9a9537dbb378ee5_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:39f3e8a9f78d4756e9c681513c02b5574e80ccd7043e7f0130ea1e5505e27cc9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:7dc4d67c2153b57bd1d0e74e85e21d898acdc5e792ebf3e9e2254e9c243069c0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:934e6f7aa8dead546ddb258b6753f8ffc577205ed6ac19796a2140cb242497c2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:d3c8598be6bfcb46c310e881493b8299f126b86c041ba560edbcdcb700430d0d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1df62178853e8698d9d86da8530144f3cc5671c77b72bd09098faab187f6a78d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bfb1ae8157364e5772facba2869c37414fa49fadc0b7a42ade55684e5a93ef0c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c70cb3d1a437e747e1d7d54f631853d611a97278fa260daed6c56f36f885e17b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:fc89d0c5582c76488c56d471746fc9f8acee50a5d727cdb559623af580389f5a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:5e1d1c77c595cf7cc63e38f771d7b2e64a4b31da119476238b26dce182cac160_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:d14dd4c11011464adb44f802bbff4820560b56422a8891664de65bc1f8da66ef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:d26f4f47b5b3447e021d20ab0e6dae7eeeadeeb4f5529b85f8e836d6625dac62_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:d4de045b2177b2abda6b28b814c450961272ab3c982a4c1da29271384aff2f06_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:587c9c3ab23222ba8e4581c20758a690e420982196b416a0dc895071ba13cffa_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:7b806e315b880b6e3fd85f23585d5a8032637099242d0d1abdb7703d67913529_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:e8718288050d418f62e75b956e2d19b285e3513fb70771beff64c7d96b02ad8d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:faaa0f58bae404689e533be4e44817cd8008d1ae4c2999fe1b671e663dd1588d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:19fbed56d75e69a0d9582fa54d3328fb44aee9a119781a0d9800a1f948b79926_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:2e4109f5e9abff71ace58bf6c904d19bee7c5936d99af1192191ffcf75e87606_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:b703668aed81e1c3d2b3b17c7c05b2453bb7685089f2de6d9e91b9525ef14c96_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:fbcb0389b7f506b044d1b908c0fe8e8eb1fb5509cc006fff4ecc992c2dcf31ae_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:21db1e5da0fdc170417ff618727d1df59d264a27a1fac0df40f62cc6d0b92e34_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:2c7df73b7d4e11ccf47cfe561600541569d7a5daa04bacadd28b601ea9593d29_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:4671fc86a01df017bad93436e10f40c0ea23e27a73a58f76742f8010f60a3922_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:71684546a20bc4ca896f3daea721b658557f992f3b4d9679fb414415713ae8dd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:209bbc308b2c772b4553e1353d8ff7d79d47fcba4facfae1649eb7fcb9b8fb70_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:21f468b304e0e0358ba70b05bb712b6231601b0e438a4a6d2ecf3239b016c448_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:654ffb6786eaa915fbce588d9016bd09927a204f797ba0104585bbb19de6e15b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:b71f4aecabf4c609d03b751b55cb94ea717983179b73efb6ff00001a514ff4bc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:203a0938168df89a72bd108bebbf6be7652794447dd2ccb69f8aeafa28a3d6ea_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:204bf1950ee8144592b630869c44755c364392504de447c41ca0b8d011f660c1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:d559c94732a888059af7b5e723fd8464c0598ff02ac49dd4ca0e8c2ff6752a0e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:ef2d45fdc583671d6b145882f99cb260b370c18178efb43b42a57e63ddb36d2b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:585c4a56a35fa219f5a0d37861eab449241a71ea59bd6b200e7e3db34879a522_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:975ecae2d886df90e6854aa2ac7d0d9f3b6b415756f87e13b0d6c8a0a29e819a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:a640f43787725158c81fd3b759298b4cb0fc841a6136a9eaf2ae254b7bc5c576_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:daaa767d88c6c006e6a0a6625c68e35d60000bc3081be76bf89d35d23bd513de_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6a75f23de4af4f22be6aefb132ab72514930d0a29241ce36614e884bb58652d9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:87a2b1d5044fc95c3a65a066b80302e2429b62e3ca65f831994842371febb7fd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:8db77a2fef0a9e5d7307d284c982f118467dafd3fbfb8e181326685852137221_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ac74ea8293510fcef95584bed98d33dd6b11672583b7c621c296c738eb7f747a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:0aef808deed9fb96b58f283824e1d3c15a8721ec39b16c5e480b777ad71ac137_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:675e727613bf0e5a3a85f4346866e0561838945eedc23619ea18804f8bf12257_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:8550f4f5bb2efa499a73ec16761aa448cf62943bfcbb4307a40e8889a6b83c42_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:b1932c7d09565a69842642106d794c5dd3a170345e34cdff9a8be3f64b04abb9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:28f0ab10c245d632ac282c48d3a81d371591a814a5bf553908bb14a43d0eab74_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:62202210c4f18a691ea29ac894a45ee52e2a4eafe6df0877f49ddcb6f6aa5c11_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:839834a01c39f2eaac826a50374e8ac4cb8a103e661366e512c62eae9fc88b3d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d57959fe134e8c76b6cf6b936b5ea015256e50a2ed550115ffa85e0e91d591f7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:5839069a2cd4c793f45a41023f2a53914a8b60e4f5ec935513b2640063067bc2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:c9560ed43dbce1ed3b0e73bf7d6b1b28540ee38584463a09ec1b38a6b09ae2bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:edce8f86ec198beb0e28cecaed5a1051a556e92662914eb77a14598bfd98cc61_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:11e30523f9e047f84527779dbd66c1be046c70b02daa197840bfdad6a2bfc025_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:22803a26a17162a465eef2269781abe2690ea22fcd86369f35688cef57e12fb1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:439f405fd3d827569af717e2627f900798107ff3c7987bb96dd75715b28aeb4e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:8edba5bc6956d8b5d2430d2f4d50ab31d71a50dd740b3557e5e9361099d6bd2c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:cb33b3f0160d1e3bb96217581854933be739cf23b22d03771de07482e8fd66f1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:84b554a6e493cbe4d936cdf9bf5f39d57a5d01ed433e9ae35be2cbb651cd7490_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:d985029f965b57700107fc5e5c10d805f83271575c32e79751e42d382bf586e3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:dbfacc2b8021dab0bc88bfeb107bc3c60885d7dd28dd6e716569e82c1f1b2050_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:ed158388ead4ac07264beee291cc7f4b75d7f26769876e00ee0d938a720320b0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:0bbafe014c77d472d14038e2b46bc69a1e649fc9b6a4c1097bbdb354c34a41ec_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:1b1c50cfab6be876b4f25c0b27fa17fbbdeef827d3167bc0dcbc3341d92d41b5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:73b4d01b2ff7f173a1e49e5a6f019e3954a5b9f255119a8af87a6fcbb280653e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:f90510800365871dcda5645ccfe6055eefc38b59406b41c9c54cb29cb3e49968_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:4983e7e3d7ab2d8b1ee13bf734b260c3d56090b4551fc0bd59aaafec69ffe37f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:e0c269061957cc8b3586d4ca484c389544d3acda0077d96445e37d300eead15c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:6fadfbdfc9ddadd7b692568b38beb660a48f0cdee1f886e1451ffe0dcb73c07d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:f82f5726816a060c19917f06d37a1aa160b675953ebaac52f136e250e98fd332_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:7b5ff6a4931473798293031a401b2418906d91d62b5c7d1cad45ea3ac39462d6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:ecf14f2430d830ea24baf52751009cab008bc2cef501b358306fc46a2a32ab25_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:500cfeb055b38b0b9f76c9f262bc90ca2edafe664e517da1b38fb6a2928bdf09_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:78585533e3516310fca7f65c26f2f6b5e3fa0f3268ec9b338d9c53e96bb8822d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:21922b50b69626e99b6fe3741aaa1d2d2d08e56766d166b32046ba3c592a8d93_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:836c6111c70ba9228d80e09eb0e53344150b7dbe4bc1761cca6df0cdcc57efd0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:5f035963d48b03c48682ee5e08df9929a84ae062ed1989e4e7b3ade0e22da544_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:bc70d98a850ba4bdcff403087fc8f57418039ee79bdcb7dcd2be49905a3b9cf8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:780dd4ebd061e9ae7f72f7d1964caeafaf1ed5bd0870576d8e81022ff5bb019d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:c3ef35038f951713ffe1951872a06d5bf731dc14a735b69d342b3d7ca197dda5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:1fdf87821555c4982cf42bebe5b46b58e1103b876970d69b298fa7527bbcd53a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:22e5b57a530a6336e81664f3886d543b34ac4f02475694af6fed90590c8209f2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:5f1f51686d55d53af9015141ea4ef00dea86ca65a6cc89b8b3afff34fa416002_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:c8e35113d1af6f424ddb2b3ccd7da6bb00e39cc7e9101ae6498a40926dd45f27_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:471037482b480a52f798d0fd05366ab7a2e92744f8902450dfc3fe2b88f6c2b0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:672c761fc4a8651c8493ea60f5d0f33aae52bc19ca4d55fcc1b94f2e002e1ace_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:8f509fac366943d4732e7d0f36f9f7223499c7aece9868713fd7de79f5fcd3a2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:c81004be0a15d543f6e84b81622f8514d66f663a46de37e00f5e2f18a423308e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:974a00d5e9f5825345c437b3987dad130f084c8b983a2934e5b69cfa67120616_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:bf9e71e10cea47686d4edf0c60cba4fbb0c4e1bf8b805c387b9c070e2032e5d9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:c6bb4ec25a7721ee6af5de90282a925ba47e6f26f4bc6b76651a5e811fe4786b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:cca13f123b2d8227760498112882fed890c50a78d740a84f21c1d58d58cb1434_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:32cab0a65fc0b14963201bb720a770bb68da3815bf306559da7ec5c8ed7c044d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:552d368f4be0334882e389c732ba4a46eb9905666b90ae2208101db7a65ba19f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:69d8d98aadf25c63f2cc51ec917ee5498fe97a013fdaae075186bca58e2bda40_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5969b94e914ff5ff8ce4cf32df64f10f1b6996832e3f2ab0b377dff46efc9af_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:725fb4e263107a568a1c556264f4e5a1d88adcd4ce5a2979b57a8fd4463065c8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:abfff75068bcce70cec31d704cf851d2642ca48a3b35ed48d739f19f0c311dfd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:b2e6862fbd2830ca980b1066d15f69e1a1997316ecf700983619f1f893a8f3f6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:e073583037092c6649e373a5b19242df74cdb830656722e1396b274a041317a3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:01fcc59502a374f19532397c5c6ff43d2d308510f11189f19f75aa2944a04e23_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:31c0fab9d575ada9af8f496ae4bb2553f26b762ef2d6c39f6446aeee2899b262_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:60d8c8511f21d929058cfbcb7b8df55148935ae34db2dd4e626913ec1a54c779_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:eba94f94949aca0330425b1ae3897f37b2365fc09fc88d60615ca7d02b06e8a9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:278de54a51e74d045ec339e762c5b81ce4a2a3d40f1bad8d7c9cb4e5de898cbc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:93f23ab49212aa9eb231527335346b45424a5322a5e9496a4c246e01f017edb0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:d9205cb2f0ed16fc021fb8be67f6c27f368fd4deb8aabccec39e134218f2ad0a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:e4688eccd23a6b01995b878a5b7f12cd2640d89a7402747a94c8fbc48bf99798_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:062d502a4f595b6faaf24ab566c9b4d7cbe23d112737c749f6223d84b0cc63b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:10e61696271303aedeea539ae19ec6fa8018878059815e5a58497e023ab496d1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:e2ac15e82021d5dbd07c6548374bd47bdcc609addd61dcebc5e675293726563b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:f5e3d590f430e44eeb3192dfed40ebae4a6a90b773d7444c4d4335210b99a4cd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:29e242c717fb61d195700e1f1665427ce99188265b2014aea970dd9bd8441134_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:c118d03728b27ee94fcdef1f63bd58fbf62475a5c016667a6a9805c7fbafa47a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:c3da083850cc4e2a8d365a2141e5d6a38b90ff9107631ed39c964a3870e01066_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:e50c7fb186e0cdcbfe16d0e1631ce1953c6df5f1b600a0753224225c475f4bc1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:47bfa9b89ba1688e7c1a6d4fbd9543f274be9585d328f94bdf96c82ae98051d9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:a2062fa20e09a9ef5574e7bc8d02b870cec2eb700f1e3bd338f62eb62bce13bf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:a3d35f264ad04e586073cc5971a8e5ee50a43d4ee5f3671ac4090ccaba868265_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:f3dd31d9b9a94707a1dc4d597ce12abb9b33d463007b311798bc031c55935803_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:26d287b7756ead1bb073b19ca79276d082c0b5231c0b007b2b18089036817e18_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:6e50edd777e828943e3624600bb3e31f078bbfb9bbe1860c6cf6652b94fdf143_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:e332b8312285dfecce531264a1115ac9b7b36d4099ca72fc8fa19358962ee0cd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:edaeb800342b998c1e3fe5630506656ab2c34c2190dadbac5f33dd78eee7ba44_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:09c6b2bfe80fabd18a6398342fcb6420aa2680168ffd5d25d7d18231977a5e32_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9e6c5bd0b8ec8c6259b9db817ac5a8fb954b1dac58b0fe00306a84f36c22035c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:ac670fb76fb48ac762f7135fc404d57d31947e7c5ce9a6525d081164ae1ed578_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:dc0bdd5c00450f4f6de330888ae8e9e2ee272e879974560b312785f44df85a0c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:248df5e1def073d8b37d1d6659cc44f4c9653c0f1b6024e1bccb16b208afada6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:36ea064f84c69157224566e5aafd03ef21af6bf9f0b8b78bcc6e197981239ccc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:95dfb6d0a1a4e15962f089a71151a37dd7b8ca19c26289f8f934eae7dcec2ab0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:b5643d03d8dd0798ec6cfdb27e9ba22aa9479049c81480b23aa96b12c7c96568_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:1002d87d382b6dd836a14734b00959cd62e9898950d1258662f8b29be154cf02_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5d2da4620f6bb6c224692d33c93f0b327c16dcc5ceb31da1f767d3a6fdc3f70b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:763b411a1610701bc473415f0a677ea9e43b3b2ccbf2152ee4fc5cb13e710028_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:89afc48cb1145085a0d6d262edac7dccd3f381c74f18588698498fe070cfe3ca_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:1002d87d382b6dd836a14734b00959cd62e9898950d1258662f8b29be154cf02_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:5d2da4620f6bb6c224692d33c93f0b327c16dcc5ceb31da1f767d3a6fdc3f70b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:763b411a1610701bc473415f0a677ea9e43b3b2ccbf2152ee4fc5cb13e710028_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:89afc48cb1145085a0d6d262edac7dccd3f381c74f18588698498fe070cfe3ca_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:053561dbfbd124b7311afe6b5eeebb4b2f333bc1b61636e3e989b732016efab1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:708eeadd9b25c308fe7fb46fc4a33cc39ebbab70e2a20168951f1bd629d7ad86_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:fa8de46b73a5c714c051e281d30c4837c97a7d67d349e58d9ec36c7a13d8b1fe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:fba9ce2c2b16aa7ca1d2fdfcab07ebc67baa65816858489ace9d1408bb26e4de_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:07c83354fbde69786f65b60b2cba2f8ace4f277a5283cb2f29eb88f2707984cf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:619c81363e6e4fdc632e8bc54038411571bf01a3f7d2bc0ad0ef153ea13756f9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:80318e120a0950964736f022e7a73902965f8391e25a03691757b3450203c5e7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:efbb18f2f2c8d01ce7b785b3bc5dcfd9a1f687ac392b8795ac63e2c6c2779869_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:2c2d668bef0b240bf5f3b95edc0fec5f561302e7f15f05b1a4c1f38a48517bc4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:398ea756c84de4884d03d27a59c1661bd1df0fb6e12ce9b3ee0319ca406ceb3e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:9976237825a262abd9196fa7c23265587f3c32f68fed224228a0ad38b6d2157e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:d5fe085af0ad1189eda74690b02c5c25d6617898731bccbe6d20101fffb7aec6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:1f4292bf324c244e58b589ec521132ac15f1640c33bfe3763560df2a1a692c13_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:936103960861b7912cc9406f82082acb342021032e2def2f37df6def4187c034_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a73db734acbc781aa0420b142e6a3d61e8c471b5e4eeae005d520eaae4a72e44_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:b4937dd875f1b9610a8a6d6c79475152418d5ebc991b192ae9ee4755a780cfa3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:79ea995391777e5de109ea7d10ae1c808c840af72de6e992f37d667d84fbdb9c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:9ced6b74ea8456ddda60cf304f6faf8ff5fc033905eed2a59fae1b4845756211_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:a8a1a27a92492c82dce2ca5bacc23dc4c1da0f1dbc29c5c749f888716dfa81eb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:f444afe09392bfbc6a9be984ba05b5d289de4ca44344594e0e1c10a3f3befbbe_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:6c1bbdfc2c9f3fa4c23af400e4cea7f91827801b956fae3effb4a8f313c673e9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:800e71c14775b5c2aaf6daeaada39be53964b123567f6fc6389cc62483042e72_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:982a623205d2d6ede6ed1a295e36738e500c91ef9f8c2e3e62443082a2ba987b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:a99de35e56014d9642ecf9f13869709a8fe08e93d499ffb7a50feae5e04ac651_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:1f86c359dad1658f01c77bcd1a634510baea2c8df28e3106ff8139e5e92b1c47_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:9fc2fae2be9a11e6c5f8d9d4f1e486f80bb8370cb6dec829b481b2418797207e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:cf4a19e2114134bf5c2d9163a09e087c3ec391ba159140635a7270e70605a4c4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:d3f9470c3930133339a3e805c2d5d1ad07945a44906a5b039270abec4c7b75f4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:11fd6113796a1caac13a8d4c5542632e6b396e0bc460ae66eaa0f2a1f3b4da44_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:23a24688a4be7be1242a773aa20f53f2aeb57d316cfa566de7cf2fb11000cb35_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:41d769e206ec812a0f5f34487d4646de1cc1f4d9ec3372b17758bf8fcb76ef98_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:fbdce711d845967d3aba18dbf3966442c7fbbf4a8a5f8eda7e3db9cea63457f8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:2086865a8c3f61d47894fc5a683ea22349599b82c6e5f7b5475c5b50b42bcf89_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:68c120642854e9aa45b15d21c3f9d02dd10e837089131bf4662fba1fd87ad9c5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:6ee4ad03dabec3dc2c36ec8ed305eb1c74c4c099cdc7fe9cc48555a20d7210c1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:a45563482bf570357b036302275609966253f74439f1acb59c8ff2bc3baf7b31_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:2002c2c89b091a1729718cbe2c2cb73cfc9a1826eb8cb6bec45dbd164ac9639a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:260a8887d952fb84f5d017c15ba8a1e60e23455dd20ac8e2034bfde8cc0b8f08_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:803630934c8c0dac3996191a83ed389d27bd1d9d6e84ad33bee837dbd840e458_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:c016ce259e9871041f3209f577455f3eaaf98dc952a89f32c349473148a20976_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:1556c0c53266796776454422b11f713d84e4a1586a6fb841efac115ec1906971_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:7c196c858cb5e94e65472daed3d55230823b8e958d35f73bfb507d6693807708_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:c48060447a689c5be3c0abb9787c778c0b1de183d66b0a9fb6839d9b3c3d59a0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:e45ff3c1c0074e519f5282ae8208750a4dc0bd3ac7207e0453fbab7f30727793_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0f63a311771f61ac8c0267d1d102769c18b16055d60260107b2acf033ba5a185_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:27abe5d06a3149ceddd3375e026f50955d4a45ef482ab6f61b9f02030e8e3b19_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:832d5121a94abd3eadf92a8df55a632455cc51a649900c7450547f34c58316ed_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:8c1090b8e0ba9e071f41d66068bc8aa4271251192889a767594e0c5d836a9d40_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:0374dc23f5a2d22a7929da246a8ef5a032b43f19b386a162e4882aca7dff1383_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:0b07eb65787a670b95cb47d98ee8b2ca36cc1b36d962e996d2f0a12a5d58a37f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:76bacd34ec3b1d6dd135ce8dd06e718f6a1ea6c8e2f8fd3954f9e9d5028b9821_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:b0bb4b11507285b17b32be7358e17094f00708e159e32ffd808999a63df60a7d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:79d4304244379d410212241de9b91ee5604bd5bbce5676301bcf3fada3824c2d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:beeb8e60ababc4bba5c6759da3d7ba4ee1786a43132b414748f8e0a2cc9f63a7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:eb92d3d3351d845e5c169721baf1683f93d943578a48e0192bd273db648725d5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:efa0f8523d171326bb6fc12e6d1610b2d2d28a38e5b95180358c9122bbe6070f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:180a405ab9bb66e3ab6a904d2b91d27224ec507d8eeb1c00ab182b130d9ed26d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:89a9de8f0804a61e01ce2a34d25933af30df2f3e8cd8f1209f8f058951bb5c1c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:90c430420821ff7a0ef7a752f120505c2c36225296f6b238771e6bf1fbee755c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:d9817e136b2c3dfb1fbf805c3d29b8d0cefbb07f76fc1e56ee486666726abbe2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:60ad5b01bbc9aa574ef6024d59be388bf7ca6d8704e247f7e56c8a6ebe3c81f1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:b809958ea47a5d78f8e47a8c822a3b2abf14091a3f526501f2eaf7ef36c87b4e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:dd6662403f5ceb2bb3b8887c7d608c73ff18a8dfb8ef1ec089ca61e4a4f75254_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:fff87189c1c3eafae4722d812e5becae925b71f1b6727944333fb129b7ae48ee_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:60ad5b01bbc9aa574ef6024d59be388bf7ca6d8704e247f7e56c8a6ebe3c81f1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:b809958ea47a5d78f8e47a8c822a3b2abf14091a3f526501f2eaf7ef36c87b4e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:dd6662403f5ceb2bb3b8887c7d608c73ff18a8dfb8ef1ec089ca61e4a4f75254_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fff87189c1c3eafae4722d812e5becae925b71f1b6727944333fb129b7ae48ee_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:7353494095c9f0628274678311b2172589026dcc4e8e28091641ef65a2923e66_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:9dd5d4aff113b23dc86a191abe7f9ddff0b207890634ef9a1c5568df8eccd663_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:be14afa02ae1e9d13d4c6a8e534954bb385f63e9939e8b20942c072901430d5f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:e68a3fe0f5d91d2e914d4b24bcab9a2bffda33daf56cebd73566445b96f64316_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:01f43f0606246a3609b3738ca75c68e2f7f9020c1bb88bf7717818c8a26a1e36_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:3f047ae5585f08301e17488fd86c9ca6cf0309d39e8cd6b580b045f1d1415fed_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:762cc951e74b525f20b93e71742a5bf44d12d3599fdba16a95608baf774c4555_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:9e62d2b1ad0efdd3de7b973cd6639e96203c01b6d484578a4e3cf13f67b2b856_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:1130385b660f719e78d9449c6c7be888b7c6ed16a2ab43e1fb3505fe4ed03b33_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:25c3342fcbb073d32ec53627b8a062f89c1d4be9e641371ec46e6dfd3f540efc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5b3d375d7d4187b601a77e2eabbf656cbc70a1e7671916ce58e6fc595edfb215_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:dda703452472d35e7d8ddf9750a5229a0c4c6929c7409bf95b973a89a8de08d0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:058f3ca5452aa97a3fa778064a75d88cc169b7ce84a5f320359f561e76f08a95_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:71e5d332051f134f3f90e4089df6c2a5f88b0b11843d046b0d33726d2d988f96_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:aab5a67ac1a3ccac5761114e28474e11b451124c5b7e71e6ec29e2895374c668_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:da133cbcf2ef025ebaf274afeb555c9c18fe80584c058d31f39b7d343995a42f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:38bd47929b935f662766156026433f1f2ec6e1731d2c7f40c792054cbdb1f87a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:80b3c3854d4f22afec57e0a7cb04b0c98d58cd104c54464306126566edc3ce97_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:8b36c39a63639cdf7c05bc997bf98c0f5cf9c1cee0d740cf9aa6e74b91dc0249_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:d0e132dd83e2b754fe20b12859ffdf7139037da53f2a6af6ee08eed15429a14e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:2b553e5669ef51cbce468f8c7c85bef41faf7f7952abefbcc2a55a9ce15c1251_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:4715855d33583642e942fec45ccd9f6d2b90d07f2712ce1eac357d9d45c32f14_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:c2f018f8674903f77b5f4ed8979703b5ae67fe83c6a7d76c1ee4bf7010d77a0f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:f0e41fa92b534e5bda08cf38c6c513b4adf930df9af740de05248476c74c04a4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:37b02c91edc5520a2371b6f8354028e7404482f3e192aa74f683990fce40ea6b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:5097e2faf0ad7dd54961a6f4cabae703df9df1b2b41e9867b955ab9abfe8bd3b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:b56dc790cc28994513ca38162ceed6f6e10c99a3142aa2abef9bbb7fee86d924_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:f4f4b53c8b205d611fa6bd641be601ead79d73bca40f838049eada4d5d0df227_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:2a6400cf874eda4c283683a9733e63a7e8b5ce53a37eb5ee30c07b14a9301a76_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:3908e08f8cd7c94ba3e5e382ee40cc02db84f5b0a4aabc60f5d17142c42437df_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:88f2c3ab06c1757d7681ea0b157b48847b6543dd9d1fba7a76941d9bb49b92be_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:f7b123897a6b90484fd938de9dd8ecd1b104f2e70e0564fc10aa1b3583ad1011_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:292e59f484b68803dc0076b9fb7b9f426852c967c235f9923dd68d8448013794_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:59c896aa966fef8ca6396239201cb9f1821d71f1e4787c4a03f36190b8a42c76_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:6023696ac24b81f72312201fa6c97a6ba4f2a780fae94047968dba982278562d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:d52e3ca8cf609c8d15dd77a525466184c5c9c641db88856aed56de318e23f47a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:10532406aac6636cd860a0517ca512f6fd8a2505cdce5486b793e9cb2bcfb16c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:567ca37a4ed2afe89da71f0b33af4e5e3af3f89acaab50ea32325ebbfcf86aa2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:a3e1cecdfc749a34b7e3574642458edc7870f03ae9e1a2e7aac63e3fecb43eb6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:cd5d904d0e36cafd45ea72914850b748e921bf4ab9f454e1e6f613d2f7b45a61_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:027b3596835e02a412ab6cb19ae476a4d3987a90403a46abb039ffc2f1c775e7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:39af4cee0a425da0814b28bdd6d515a397544d3c5f83b5e9cfffb7aa33c4fbb5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:8516be3a082fe2a93bb5976bb394865cd85aba4beaa399055a76bde057d9e70d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:b2426b3664db720bd7a53cdf4cf376425ef8d7c6c5ef039716efd00cdb9e3e6f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:24603d314b5539161b5974f234a9fac64ae0a36e7100a708326265ee568f756a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:79385981434c7e938f71e4616bb61c0f37826ab4891fc5b370479383bfa9d169_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:7a5ba0b22dcab9e3bdf107a7e443a212f7a9ec343f41d3deada1aa59091cf952_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:b7cdf071883783cda48c2663e86e3e271f42a470f2f22d73bae8304c87c2e712_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:0159ee555501103045d1f188ba21ef468c3f463251ff2debae0c8e1999f14eb6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:237a287a2db660c2b844ac5e985ca1cc70be0f7732c7beac536e3c3e09da9b71_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:31190bca682241fe6ed6bf64602560638c963d70127cee441cd991f82a17fa82_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:da97b83cc6f07e4c7e72f9d7b8461fea71ea92e1b29e6117ef0360e088d7adb7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:06ba4dd88b81f15bb0fea21bf039fe45d38e3356c19a6389dad7010940d535c7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:cd7efd34ed2a41d64b09e5670082cd68776b31011532d0e02cb932467f05a24a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:92ab63720b8e0929cf11f5ec81a3a968017ea1fe2d0aa57b137e6609b1c07bc3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:94ca29a099adc0665222212c90c60d763621671428a1de28a75c8ed6e2be2ada_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:93edc806a96f7afebabbeac4280196d313eb789ec43978fda985a5445d19bc45_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:fd2d5df7915e62949191f0497ed98359a3440c424a56e8cf12d66e99e67d4a3f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:4947bf6c31aab91f8a0eb8f7ed55052a33d35b70fbe40b06e45f5e5aec94c020_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:87439e5f75484270318701b52e986973d66d6f30f4d00b0da08036b2db846335_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:e42c9804da1f84dccea6375967159daa56b38d6d029bb78617120ff3af87ee92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:fdf0f3062593efcff1f58947da781fe9e9deb1cfa4a1634db93a0d6e40d069ae_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:003480e424f3ed4baad296af322ff6ec0612cb9107c85116f065f4622adb0f52_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:574259966929feeb14060fd8b80ebb8b5ba2ce10be9f19e66c1e53d033586db4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:5d40461ee29cd3134137b105576bca5ae014920da3ccd90b5729b326e848444b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:b1082fb3535909dc2b8eb0ed95434e571071b5dc4324c6d3dbb1fe892012d607_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:1e7f3dd79b1969fe87590b82bcf2db172533f401f37b975e26829d531042becf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:50b6b05372735625c16a7ed674b1f056ec23b35dca896652ba94c5fe11ca7c82_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c01fce15d9f6b9a9a52b8ccfbde4b8a7aa1b969d7927430eedd169c0b5f28113_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c608bb7e62594f12c2f52a78eefeddbdc11314494ec933698ba52af303436f1e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:3167f80d0848b65adf52382a35ab3a8c76f06fc5b706e001c2aedd897371e56f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:94f7a32483750e9da8038b84e4e1977fa22f099d3b29012a40ee059ba0cca9b0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:c8489b7e4c95b36f247d85adf5181b39691fa97f00bca455c4fc950c9eec818b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:e187b0624e19031a80b2fb26bfdd82cb8ec9dc66a115e5fab48312cd8bc5d014_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:3167f80d0848b65adf52382a35ab3a8c76f06fc5b706e001c2aedd897371e56f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:94f7a32483750e9da8038b84e4e1977fa22f099d3b29012a40ee059ba0cca9b0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:c8489b7e4c95b36f247d85adf5181b39691fa97f00bca455c4fc950c9eec818b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:e187b0624e19031a80b2fb26bfdd82cb8ec9dc66a115e5fab48312cd8bc5d014_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:174437f0c1b3b1d8dd82307d1fabbe34821ca30d773b70ec1cfb67d45e0c1e19_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:3e9dd635257195cd5c90778267107ce11566f35c60d415e4f8bb9ec13fcb4477_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:56dc1c55657428a6508c4eee1940194c81fb9679a11a3777289749afb8ac12b8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:a8b4f74d041370868aec2986f884db5e41ee82baf193dc94701c5934a060be0f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:174437f0c1b3b1d8dd82307d1fabbe34821ca30d773b70ec1cfb67d45e0c1e19_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:3e9dd635257195cd5c90778267107ce11566f35c60d415e4f8bb9ec13fcb4477_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:56dc1c55657428a6508c4eee1940194c81fb9679a11a3777289749afb8ac12b8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:a8b4f74d041370868aec2986f884db5e41ee82baf193dc94701c5934a060be0f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:5d9fa9b4f15954cca4a5c46f00840bd1047151f89e77da0c4250b673011fb6e0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:7b167041fa1524f28380783f43e5cc54763d84fe17c32bc35cc58efcb147c2a4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:d7881138cbe71cab0d372df6c74e11ea195ef6c55c812dc36b84b1e29f8d788a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:e7ffbd7d025233611c4a70dd7e81eb0cb0ff5880c554cd2dfd9f495313902032_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:5d9fa9b4f15954cca4a5c46f00840bd1047151f89e77da0c4250b673011fb6e0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:7b167041fa1524f28380783f43e5cc54763d84fe17c32bc35cc58efcb147c2a4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:d7881138cbe71cab0d372df6c74e11ea195ef6c55c812dc36b84b1e29f8d788a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:e7ffbd7d025233611c4a70dd7e81eb0cb0ff5880c554cd2dfd9f495313902032_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:4dbb8cf627ac6c902416e06181beeafbbe3ce1a3891eeafb504d8169c29dc359_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:5c4066929ed59bb460091ccb5b503f5c09617459667e3b8cef83fd256c1f9ce3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:829668fbadbaf7e87cfb9cf9cbe304ef8b9a343dd989f9a9c887c7352f0c0a01_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:bc3d45f66fed2adcd79722519ed8ea7f81dd17dfb960d06ac79764b66f421c9d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:4dbb8cf627ac6c902416e06181beeafbbe3ce1a3891eeafb504d8169c29dc359_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:5c4066929ed59bb460091ccb5b503f5c09617459667e3b8cef83fd256c1f9ce3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:829668fbadbaf7e87cfb9cf9cbe304ef8b9a343dd989f9a9c887c7352f0c0a01_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:bc3d45f66fed2adcd79722519ed8ea7f81dd17dfb960d06ac79764b66f421c9d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:22ca0ebc3fe663bf0e9270067ddae2e143bbe0401ec4be56f56399dd038bdaed_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:26044987ded8bf944da915148c69be6e247e3e1fca35f0c9d0abfdbb61071e93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:a988a8373d3f22e2c162052a01e7eba15cab6d0fae768bf76759aeb333c5838c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:aef67ae561902de2e77f7cbf09b98be2efaae40bbfa671d33a73874a9fca506f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:22ca0ebc3fe663bf0e9270067ddae2e143bbe0401ec4be56f56399dd038bdaed_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:26044987ded8bf944da915148c69be6e247e3e1fca35f0c9d0abfdbb61071e93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:a988a8373d3f22e2c162052a01e7eba15cab6d0fae768bf76759aeb333c5838c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:aef67ae561902de2e77f7cbf09b98be2efaae40bbfa671d33a73874a9fca506f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:3d60041633a1f162c71979b435c96e1b5188df0e04e0349602ac6ef7ae91fa08_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:61dcb1b12d90c58eb1095cedd0f8d050b1f61e68d3bc05037e8e94c274bcd855_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:85363677c4bb40f00d43ca5d6491b03bf73b5aa2cdd514509a8168ab8c47399a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:b2d065c15021ff26eaf335e8365b797c9c0c9b54c2722a4fd88b015d2f3b2aba_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:3d60041633a1f162c71979b435c96e1b5188df0e04e0349602ac6ef7ae91fa08_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:61dcb1b12d90c58eb1095cedd0f8d050b1f61e68d3bc05037e8e94c274bcd855_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:85363677c4bb40f00d43ca5d6491b03bf73b5aa2cdd514509a8168ab8c47399a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:b2d065c15021ff26eaf335e8365b797c9c0c9b54c2722a4fd88b015d2f3b2aba_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:089dbe82b1e1deff569436e344928255e7446795ee2c1965551941f4dfcc20fd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:52d2793450c879e8cc2df405b8f9ce03239f3ac832705bf8bf071b6d6c1aab00_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:5d68aba559ef836f0992f78c78a8dc79fb5a680dab2abbc876a25041ab8767e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:a40345997aab0e6dfe1830ffcc76320acb4a19743cd8ddc249de4dde99697d7c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:089dbe82b1e1deff569436e344928255e7446795ee2c1965551941f4dfcc20fd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:52d2793450c879e8cc2df405b8f9ce03239f3ac832705bf8bf071b6d6c1aab00_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:5d68aba559ef836f0992f78c78a8dc79fb5a680dab2abbc876a25041ab8767e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:a40345997aab0e6dfe1830ffcc76320acb4a19743cd8ddc249de4dde99697d7c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:08a79a55c753372a11f38e7573bfc6a930e21cfd4cf78a583b298c2955fd76b3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:656c38b2cc045e620277466f42436ba47633b284107fd2dd77b2a20b6d92fb65_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:efbdf6e8cb6fbf9141f2459feb49bd1e4f9b99d0607331337ecbcca851c6b2d3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:ff3fa757849d5246cc4998aef80a5a8192ea48221bfabdde42d3eda664f00107_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:0ced086ae1f60e918833e7296b812627bb201d461f64b154b238e6cdabb543e7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:825705cde8c5cea16fff7f61b99fb8fe77b00fbf9f910dcf980491c836299a9d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:84f0338a3c427ac9c88708f5611286972a71a0b67425a82b28e6b9cdb0777fdb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:db72294ec20391b00df5aff0c61131e458d53c77f8e7ad46221bbc1a0e48c627_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:3abf569beb7de9365d996b72deb8d16da11619ef721f4d7f244d275123308faf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:95fe24d21ca65114bb288e30d3ebd77954db630a4a3162dbe877aab4dd9c5cb4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:e2a10747ca1f65c6d894e6eae44dd77d1ee826e60311c7fbf11ccb5ba3b35c20_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:e6e84f0ec9ae5b483ef8872c9703908b595a6d0fbbdc368e19eca8b58121025f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:5999694f230c5fac3ce7b5f2c74922088b437067f775d23e01e0340453f9188f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:a91dfaca38590d32108269bab1c7eb59444931bd7a994de781398f50d228d988_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:b7947f27cc0ffedc07e93c3a5450cd87405352f93b39bdf66c1c045312497d35_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:bda4051ff681d545c59cc6e9a02583278236f267de53b3c68605635689eef2e9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:58e76dc80151dc5fbdd3089685b72d74b1aa8b98de2d5ef1525071fd972ef623_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:692e57961b5cb2225ea4d757cc5e19ddee4ae1bd5fd89429cde7ae9ed0ac0c5c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a80a31405351245150ab8feebb87ba63f5cb9dc5ebc85d560a89941f983a70b7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d73bfeebb2c2c0b386d5b2e909bbb815e9c39f6e82869d9cffcac5767f2de172_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:3ba88359360ca1532c5224ba2acad3d1588ca40bfc4829ccb8c85ea19bc129a7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:b237d7893ab617e9c2f53933cd87f2062de4b6621db677403e11ab58a0de10bc_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:f9bb0780a4d8be56bea13e9ab0f834835e04e7e8570494d37798ddb60bc8d7e1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4f02b77a2cab5ccdcccba93d51d2a5d9a92ceff151236ffdb8390ac4a67a4af6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:5510f4dcb3215d46c7c73b0f84744d94adc13d45066885abcc522c9f80185152_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:6db471dd0c0492d33613a34a2e53a1c025f1d34cfd3d7e4d2b4009276806433b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:1a40166f257d1ab58f04543cafd99a8b7fd88d8d0a1c970dd9b771b0f01534a9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:678ee1ac6110db9cc2380674735c94ed5f18c5c2d75137179ea2e100517ed2b3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:d19a14818ee13265fc1722ed2700a2943e56942442ce4bebb322c80ad0f2c5ab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:2b6431891ea6d2f9af668ae5afecc0dc6719ce7314bd59a89ec344cd46214565_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:60b68743e0d82aa2c39c47afd70a39fa7da4426772b946bc4afd8558350d500f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:aa2fe1a953150e3e4160160fc7a121c952e8b7805564ec63339aed27ab2dd3f6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:00fde8b59b779b0b068e80b2e1874c7d351022aa4142d779016f08798955270b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:13a92758fa914e1267dfeea1896210d3a2a665ad05c9256b1b0192bb8abdaa7a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:146f072051e97a611f39759f5a5c419a883b0e64a1362b205806913b6a8153d9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:3c37d2d3853372a7304e39921f4462a44d81136ce24188e7b61fb63e73c97e5d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:2199c2a7a9e5f483699e62faede55d3df35fedcd4ca8768f05f48e0fcdb71fe0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:756352e643e268c63330c33c30ee12e27fceda1239390fc991f06589dbd78959_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:81c0edf7f04fd4d89dcabc840e84288dab661a2dd7eec8553867ccb5acda9b5b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:856deaffcb6e4b4b9d7503e91f3d23b8767100a1c8c72a6c472e1f882631833c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:5dd9628769aeb00b44e9a18fcbe1d56e7b172805be508e7b4ea85ab1b21fca3c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:6d25728b5108a7941285b8bfca698ccda25d72dbefcfe12dba929cbb0c24690a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:7bad17203de6fe7f1ca5e3d3f192a154d48368b6d877b66e60825c41041600e3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:94a23b1f97ca91ee3195c6ea07b4d867d32c717279fb9159bdaf3413f8e05582_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:17dc9edba250dc41896d18e2dab48a9fe51c08f0cedca362566f504bc1b90ecb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:f3148cf7ab32c8d179feeadd09f57c3f3a8296aa4b013d24f63d61afcf57b0f3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:beadf30285a781c710de30bc1ae87d2e8a3bc13c2646dc55ba8fdedeeeaa018e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:db6b71f10ce51d3b8940b551ed77c786b402a12bb287ef3bc614b259b44713d6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:38bf5373f8d67ef1c79741f697d9454328072f615def597752078137b38f65d1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:9358fffe89e2f3a4783f6f3fbde49c1b19984f3e0252f4749c3e42ec8d8f5523_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:e49ce33f3bead2227d446c2b8ca852dbaff56af0e95f2882d4c1404286c22b3e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:b234daf9313e3efc2362f79a513d35bd15bb7c9b7a6aa936e12fa3a53feb7412_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:efec04960159b197a0626461dde2e11512787cfa6c71190a180ce6bdc9ff8c60_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:75bea5902fd17c1e4b9d9115cd160c55ed9aedd67ca5fbd14e9b0a013eb1feaf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:78a6b3728b3e9c807b1b80ef6e79d29e5df49b5c92c5580ff31b9c2d6d013ceb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:ae98a6ec26befeca00294a2b0c7ce210bc7bace1f220571a35c04ec14db03e5b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:ed131d0cfadf5b581837ae7b345053603eef694a0e074a6d88f992c55c3d896c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:18380c9080b259cc8d02487331e3ef1247d2308e6b1e70ce803426d36c0e1f27_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:1f51177c9d6e9d8adb6f61d1b171549573506a7a4d826e539c9aa8f942507705_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:b2ffb8ad7db07d9f7069d160daba5b7a73de760c7cc161106301d3654883553f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:dddec677a6081085ad00e206077030bb99713e506277e2ced311d492e86dab02_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:38563974217bdd53752fdd063138b0a11e90b85dff7f9c7537de064033f36966_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:c420d49c96f376956982296e7a03f4febfe0cde367fc95ab63a87642e0b361c1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:ca2eac21c18a227f5672c8d3b50469953b29cd369792a207614b8b25291eb931_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:e5b54fd6da54c520f1cff80858c7bfb5b8b4b378fa7a57ffacee623b1d77cc43_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:5a30a1eb1091054facc200e9518afd543192758a9bf2e664e44cfc531e10978b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:d8b63cb4fcd259a66eebb6605a7a105384cdb4cec042952b966b4f8bfabebf4f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:6f4aa5824d6ecd57443e2bb696bd3e79703269df862ccc42d56f9f9d7e060f50_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:7924a3056fabcec515d879413e5b88ef00fcb7451c884b7f7743d3679f127a12_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:7cd191dbc1db9d5266bb1e1f958871b6b12cc93ad7394482f6a53bf5cee83dc6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:9dd169e3a46ae8eaf47028070e752a308cec0418f8102dbedadd4210b867e706_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:c6e0507565b5274a8b474e772093d75c2f58ce178da633c24cfdaae3264b2a8a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:f85276401d03d6f3dbe5de6fab4cdd44379d4e3cbc3d0ea53efce7eb9ac59d60_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:321c1737ee36a2b23ac9e1ac85368965bd0f120d8577f5999c3f6d3797b0a6c7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:449dd56bdd7e138d514aaa0c4d9489bc2d8e01b0b4c459131b116f221e2956f1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:50ffb33fdbac78a475913b7e307e730d40a5934c743cda0cf45d05f6b5712459_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:61dcb76dde13dd2ca7d6573f2a7c09a5cfcda1de1294e5a506d07e14e5408a90_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:4636f3477179b218c2ada2c241a65d804f0798743da95e3a171830736f383160_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:83e26b219bffb578d76bf9842585f4307e41a8f6f20610054842b3526dc5424e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:8d806e0cf0b13ce667b08498833473314716c59b6bac3ab96d2d7956e7ec86bb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:efef95d7a9a80b5919d54fcddd2d2996294988efefd8e286f33902ba4b94df81_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:99811313942236572f7ac4c4726f6709609452a3da5e811463e7a9263285d8dd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:a3027db225c166629284e11ab26f4d8dfc41a2fff2deacc99df5c4ce151b5fd3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:c7b4aebff94f6bb707d9c4ca28ef6c6060571be88d9b9eb53cddc39fc1456f76_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:d7ac53074e1cfc8218326b613104a28aae4cee1c67785de8cfa755d1772ebb13_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:56056031eb0746e98052842eb628a66ed222b1dfa1c7cba6e511b4bb4fe05533_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:79f3b697eb24b1f1fb941a3adb768c4fc11e742e4de8b917900fbb301f5605d4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:cacdca41cd532e2a84e1acd9a392a5ad73cd5f74b0215da3ebbce77885afe1d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:d1d39bd6c538c62ec5e18435e712b1798183951d4238a970eb4ee037a9a70f51_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:634a8c373f209fb3cf1a9251bc2cd8cfecf9390b71ed4089a57865bf15013d4b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:8a9dd162f613ba32fae56bc1b9f1ed10c577b4e3aa3c42bb08e3abe76e820c82_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:9906a9d16a474aa1d103c169b6e64b13009511c45a7df76fecf76ef0e25f2a29_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:bad61947f5ee2cd63364f8ca7cfaf343294934b448a96b4e0c86db4430bef34c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:00608f5cbc3440cf612a54f7dab4812bdf3c65cb0639e2ad68695f95f399a559_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:577f1f21d3e9a632d5fec2d0545ef62cda58a2f71dfcd2a7cb0ddf420841092b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:6cb0fb8c18dd7ffc43887ad12374f540c4844b62b69adbcd9286820e51249309_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:dea046947cc52f5b617e5c2e273ed1fa409fda43a2dc0eeaacd1fc0f27fe7ee3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:813370f8fcb5b9e8830be339da8c73c5303a5a9755b18a8d26b4ad58007d2825_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:aec19cf38f563bcb9c4254432305bf11883020c9e2a25b0f50f71981ef6aa161_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:e8de1336623bf1366668f6a56a55b5553692303ddb4950a4158176dd78a458cd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:fc3f344bdf3d6f5d9c0e940aee5e25662b05ccf1b8827f81ba140835534b655a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:8e925337d28c451279d1922b0dab9ce2a4919e0bd75a293db234518c09ccfa92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:d134d9f1085573b2ecfa5380e17eafa45cb573ce00da1c62e0ca769c6ac28f6d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:0d4f60f600d906f1122152da7b8b0449a938f5f4dfb2ed198065d2bd3a2ebc5f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:803ecd02649eef62da8885831e2d38917ba51b891573c195b323298bd71432bc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:174f58ecc534af5ba1915d204f2e829972d3632652864eb1d61a95de29de7eb2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:64efbcaeb77bbfaefd493170eadd2eacf6af2da186b53ee1803fa2283b2e5711_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:969b7220dee835ce08b1d039027c776c83b6ad3da5388772daf26e4c8f09cc80_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:f01e210631aa090775e7f3b07b8012da4a4c53ecf3aea6fd9bf8ca08d49d511f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:2e07fb199c7724f86935b745dfb5c77991205c9c4c45ee5961abb57abd0cb823_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:ade497f48de9224ae91409818c6e0571e634891a84ad0057b508c3ac85b21b05_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:c495c52ec300a44ef4173edf15624688b38011a3ff5cd738bca779757e42d958_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:c983af07026014d73b6cfc0d06fdd31a7dbebcbdee204cba1a672d24608d4d14_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:21209efc735beb2bbc8daca5776cea1ccc5418b51b97b799561fcb751e8491ce_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:e87a5743e86e549e3b17b57cb6c3a93724ab85796407a3e4a0a816bb75a9a36e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:166c39667529c8deaa8cb6bdcd0f973c115a44a33ce2371e0c956cf157498d45_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:e527f1aecb09a2c40e856370615b16e7797be1f9b82848e862eb88a42a9e3eee_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:4b743b7d2d78e0f2a887ab796b2ac9a150988aaec67dff3adde88687e46f7b1a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:4bc8956bb61c0451b1fc424ec1b8abb2a4af487ed8911d952c367592d31a4f3a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:71c807e7cea2c0944f06dcf96bbffd21dee4672e7274dc817dbbcdb65677a6ae_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:59adbd89a4a3fcb8f845a9f951063c2c059e9b67c043351ab1ac1128e0cb066d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:8ece29e4b3c200c4b113a12e23ba43349fdeb827b050ab1179b97d929de452d9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:b9c9b5e975e00da4e745d6caacf725e37ef8510727d354d65a96cbb51fcdaa86_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:c738b9609d40a0bd2c17207f9113948c95e55f4e216f2dcb1f37a42914669d6d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:81cfb4ee1ae877a6ac439db16b4f91ff789b50b8f02908858954afc51e7d9b19_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:ab00d7940fe91a26c7f45e6824c8afc516bb655a6c725c0a3200ce164e127596_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:b95d59ca455992dacfdf186d011dc3dfb0844827c944b91da28c1b1e678948b8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:f1adacb5d83f6207a7cbf196c82d30feef5a41fddd90520fc0026396494f2ffe_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:0857e1c73c07b272f017af571c91b3bcdc108540ec002da89b11ed2690c03de5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:0b2599c96ad1b12dd5ebbfafa53327fae38e586b269eddfd3ac87e51d38ff0c3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:750954c71fd9789e0e4a93f2cdb25e4b6a8e4c292bc7f6c28397619c980ca118_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:68a7b4a2434007d41d8c0f29accfe43e00b04ef18101a3b400213c4eda9117db_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:96538bfc448f0d0649d003f11b49f989ca36e10838f34fb91a9f7ca8967d574d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:c2853ae37c6d4f1a44d5f03f77825030fd584268fe67856fa611487d2aef7afc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:d2e88346989d7c7c40b556408761a58f3e179856ccadc1e7780d103981eba9f5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:08a1038d6b2be6effe347769a0e2fc89c43caeb44dac796c34481274072534b0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:5ba881fb649a3cfaebc470b0fbcbcfb799df2205477e3263adab655bffb4c268_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:c8974096b8764ffbb4a9f8279a485508e9457c0f7e176c77cb779d3ea585a15f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:fea604dc691a2515b1c9a34f6b41afb60287a5420f30b8957911403885658e04_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:69411bfaeb395222009f0ca46a1bc3e456907b650a285f56e26eb207c7ca4383_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:e20e87ddf196803191368f1dc4f6cca4465c1a92fbcbe29851ebb1f908a55038_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:f051e24c3447762f3476242739a696f882ba9ce210fe775256dac55eb28fcad4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:f385411362f79afcf35acac0f49acdfef8b9f5ebdabdb20cb4143f33bb505733_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:2e6cf654f0c887465ff3b3ddca67c12e2510a6b82a69705e1fd055ed30cdd9b2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:56e0fe3c3d2aabb7c30c6ddd28d07b3005cb128c82a5d0a51dfc8cf1f1cfd2a4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:8c01bbae6f1cd673c1ac45ee550a792409e534a1fbfc4489269c5d849c4fb119_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:bbd136c9bee87cfd71601d22fc05f16a7b07996f39b41195cf5105a84f0e847c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:683316d9efb43eeb14a1e3ac0c8f8bd98771819389d89c1c0ceab8afb3e61c35_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:c91b7c636c3672e3a38ff2c5964d9352f573b32abd2205a6bcabd6f555068c9e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:e1091f8361184469358998047fb0916f7f8a22706609fd0a9ba5610bc17e947a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:e9a2908a457f2935037d9f4a27d85d77fa334c4ed7fdd1f593040e0bec592161_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:15131025164bf722ebed8724e62f4b70ba018f3d9c671476f33e3485ce3a43fe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:400674850f994c9de28b9e5686789e97eb0dcb235474f8f3a42068790d63bb09_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:5bc0e064ce599860205080a84750abb3de613a2735ec5f67ea4431a7a6f9249c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:a7fe5ae007435227287fe4f4e9e1c75f53905ac1c1e4eeb183e9dfe865a611e9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:2936230694f5ed225050c118595e401be4360ef7d899cf3554c42e40bf82921a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:3578bc2eb20c76eaf6120449b7842f8d502269454f962379b026b1342482af0f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:afe42b2c8f953258782138392a88fd1413fb2097c648d559ceff1f3975dbb1a6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:fc8f8e4042ffc6ff97d75d2c97c2df435a7f2ac27d54109d4873ddac71a82069_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:1eee004700ca936c97efdbb97384677f3e3f2a2d42606967c1cf9c6765317154_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:2575052c200b4367f535e1bc653561492dedea225ae80f298045f4309c20f7df_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:921d77cf40e5f25b256c397a9538deb9b5214fd1dd320b272ec73f368d965325_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:ff3548b2acf73724ef2672fdc0533ca212dd20cc55842efb49a4302a3d152c1b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:4ef2b930ab6b1fb2f7c50dea6b34d55d45fc3fc4464b871359ab105145ef6b6c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:85d787413a3e60a0064132f45a19fdb810082bd401429e8248ff4df750bdad12_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:8eb4f27d2d6db0545c96878704a8d5265ba9d847dd8b6ac823cfe8ff6689554e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:ede9c2be4904769a47aafef33f068a0e67b8458746c74199efe17d745624d3bd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:8e1c3cb2cc5f294d03e007b0aaf322662c3c6c09245c61a9553eb7b33a02d3cb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:8bfa6e267d4b8d65d364bcef54b1c09399a64dd7a5c97116e2b8358e0cde0cf6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:00d9e9b53df16cf21513e47c4a980eeaf3358af5472a4a66f7b8ee422a3313da_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:3148750b4508846de939bd0907eadecf7d8258443b4a3d7fc30b93c39c4abb63_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:646817898e42b4ddb0768945180739b794aec7dc3e31f5ba809569d87bdc1fe0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:7fff4f51c84e229eb72015faf1e6d9939545cfd1a6766b8f1e4f10f17029aaeb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:2e487cac721a6c9b8cff331ded53fc6ad0397aecbd51c1384632319d573bf601_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:4f4729ce2ba297f713fdf02edc3ba34d649ab2e7d648a47af99ad762fe4c9e4d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:691e2b24b901f3e1a669bbf5188b16e80c8e8d99433463f36aa6ad087ccb11ff_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:9bb9f5cd5e94fc8041d25e9a9d10aad1be92c734c8a8dd618c93e2d2cbe27c99_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:48d371c93bb28c4282f540750b91ac299178ee320a79178b28ef77d294cc2452_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:4919f1c330d56e5dbdc091d33e5fce13cbdac96876e773a8109ce807dee67b4d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:a6a13a734f336edbf73c601da1990c2eced4e74fabdcc6f66c6075278574730c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:d0147210992ca5d1b5d8465029135f3f5c400f7f15ed001858b6415946a22fbc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:14587c92943288e6c9f56d60476f40b8f15ce7f1056913e5b4cf33f0a83af7c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:9356fbf52e0dafc970befd18d5337a29e2496242b221727095c83d850ed45d62_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:d3c0890549855355461d90eeac26335cb114a584af9698af531eee0bbd809807_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:f6ade0ad3a5e4952955f2d40c0d867eaf290de111a2c35bcbaf7b59c3b734490_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:26baac061161143b4960d00cdc53adbe77aa5fa52b415b3ae3de1cacb18a5634_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:2d74639836f3384e157e3e1fccc2c10a90aef742c8d8c826317fd5ea88b1284a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:46823bab7a55eaeb658763753c36e75a89494371926db2f9d8c48375f03a04ab_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:b135940892cdd26c7e983f3c37d6d492cc588767dafb5960e1d5e9642ac48e5a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:2899f24f2fca98123800e88171603fe6022226299341679474740be10d59053b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:354ff055338adaec79759136d29087337e0658ca64cdefb447e8fe4157a8003e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:58b4935884a488e6c796db1c1a8e37189e2b76dad3a18483ccf06368a8c84e6a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:6e0ed09893071387d638004e2c9177d1933ba9cd59145ab3ecaf4167c9e955fe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:17306fddebdf61a0a4bffd5ba6cf4bf595701c14553fb87968985e670e3a7f55_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:18325aacfd110965ec933fd9cb5a873a88572fa0507be6f64519c42306266846_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:33b3ac785f10dce0378b5ce81e84d4d6799e0ee2e573b45e4fa8bcba3ae83d9b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:a15084c226ef3a1bb0488c272ffdf4a59bacdb293d0f1d2d3b0d3ede8fc856ee_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:039085f52e4730608fdc2cf5023460e7b1496a87d34c3f44e958be30e93bc88e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:799213061337226fac59a610753c8b5b5b2feca766753702303a51ae0f7f4ac8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:dc9f4de544635597483c56742772b5c471ff16f2220ed4a75aeaca2b28a6a40e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:fd8bab3b8804bb1b4ac56408fad43519fbe11ded255435ac22e20f162fe27252_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:246d18436f5aa8a6e9de5a6ea2a81c09bc21e37ba02ffe57fe836937ee54565a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:2814b78bfe377098e59e5e252759ed64e1d3db9cd00f117ee48983a01d3bbab4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:c7c37e63f204f3063bfd8f34e6f984c41e07718194379f86265a47749e269d6b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:fdeafcdb178182b8484c50c321886f8b2611d27ee4fd1a7906eaac8054ab9625_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:3d1d10391974723b15b31315b9c99c98b8296c61032905893a88e42f739f4a54_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:65fec2305e5a5e05b89b507b3356a8686bd11372b59d1ea078a3c9794c2805fc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:c4a5f8deb979c46d9c6babc5d52d026a0de3bbdf08238fcb798a05b6a76d69ea_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:cb06db0919e77bd26200cf8610277dd5feb9e627de2dfe43317fb4256be7cd0b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:214521bf60ec834c8d397bcf685e2ebbe39921f4deee0c09b9601253d929e583_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:5b057bc84cdc3f1749467d0ef85cf09d6a06f783ab16fb57c5cc19554ce720f3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:8150193ac1d183bc045856ed3862107d045d2f0582f60ec4203c99c641a8a30b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:af21478733313da2cfce7c56cc6151609b18be0f096532de317313abd002bcb7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:9499cb5614434c687db474ad657de64098ba4d1ee1f643194a92488a21faf652_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:98d2604ab5bd65c852b8d6efa756b045cdc2833017b874af343f47951b015b2c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:b594ea68afa771c39f64ef2002eca85d0541e9b7d954721fe3fe784d4d6aff81_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:e6b9aa21e43519da9b49140c570738bbc43436212ea75e7dfd0bee67c7c3fd62_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:0ef624ef1b65af220fb60fc4d80d6059aa5061e8f9fa800410019ec42e2fd839_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:5623d5f0940fd4e2dcd11b1469dcbe95f0dd801feb2d92c3c385628c82dc993e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:711a9081e2bb725ceda8dcda213f5f3475b326f708b077c4b4e215c643bcae71_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:9e35a4faa30dbebb4c0781e948a98391c41500225be6e4f399a2654f4d443c74_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:b5eaf716c0b3223abd931fc510d8c93f6fd342de822aa115e60b80d48332323f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:c31b361799f39dd3e931b2ea44689df6524281e53de962447b37cca578954ac3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:dbf8ecc16795fd9c9e838e0b0e5bb67c95f5493f695c90093813819a71e6a989_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:e419449bd0fcb506b32e7042d3c1d490ab961e070c0715951db4babf43b1f527_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:265fe91b3158db898cef1933be732ba61a1cb0dd4006257b9f0aa30a8d4bc654_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:30f55aa98a244d7b7072cda47c5f6b61f0aea4fc5e966081efd5c4c030a94271_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:3cf63aaea43c416aab8879a538bf238a6000066dd6170fc958acc281b4538b03_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:8f04739af1f6321c039253bef7e7c8413592238249c6b9c68bfe2b4c6742cd6a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0c41a5d04b68877df42b5e2d47b1a51a205f9b5bbaeb272b876040840df70cdd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0f9b478c439a81b264c306f4b597d40cbd2b9461a2be9167d667ae96ccf2d80f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:7d1cce729216a86f6f3142e1dcb9d3c6b4eec52b35f55c1aef1911af499fd6c2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:de5431ddae08fe8b534706adcbc5a99e1d93da3460fe5008f319aeb17280d6fb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:27ef373e865dacd62cc3d29fa3ba0661280570b9f1e3e36abaffd6a0830896c8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2a129685c29ed30eda4c991cf88833941ca25afcbb0929766fc24aa939b3fbde_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:554535a577ee5e912aec65bb9af114dce400c54955b1a15d3b0d8a3cab725389_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f120d3b13d54b6abc62fbc6a87f7b1509a3de6c01e316e28a014e355bee5c002_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:27ef373e865dacd62cc3d29fa3ba0661280570b9f1e3e36abaffd6a0830896c8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:2a129685c29ed30eda4c991cf88833941ca25afcbb0929766fc24aa939b3fbde_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:554535a577ee5e912aec65bb9af114dce400c54955b1a15d3b0d8a3cab725389_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:f120d3b13d54b6abc62fbc6a87f7b1509a3de6c01e316e28a014e355bee5c002_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:8846ed3df7609e0a20e5020c5019e066e3156c5cb3e32719f55405b54d2167c4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:90ef3f26f00eae41ceab0866b5bbaef1ec56387f0e02c55ac6797ee527c829e7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:de9a1e420ff965ea9dcf80d4cfa0f99e351fd1362dc883b2dd75bb09d88f509f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:eba4869ea1ac77524cdc048c718c20e3e30da1de957570ff28840c8cf3c65d34_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:caf4fe81752b9984c30496aeb287eee457aaa9a51c1d4dc8dc47552f927f8989_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:eaef6750f50858e6c3f22961f4e31e0bd2600873d23881dbfc2968ee7d167aec_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:c40f3fdee914e790347ad59fc55c2424628927c75d88bbd40bc39783075a301a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:c43678e689872e352ec44d2a2f395199a34ce16d085c4f7e563ee3e9534bdac8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:9038c74fb45e35bf411a05528ab578cff9cc10a8b0927fbad0a735e3b1d414ec_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:fe85c1ba2ab6ad8f94b1858bbe3f6cdde4a7c768fd2a451e79ecd4e0d780c99b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:3448dd1942c7ffd71cdd12b778525042c5e38485872c6f579229cf786b20e9cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:e2439ad3e79037d4b53d6ef9514a7cc3428f57789ada20f9aae6c844fa35019c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:3be8282baee49a9fdcea455723d5fd12ed820ea578af9deb23171ab09156c9e7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:4035f82b6b41d63e30cf4e1b04631e5890c76f610835f8365699bbd633ea3788_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:7c1b269972bf5e330da11df053fe60f0a8f1af43fb34ea0c22685fb65ad53715_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:b5657aca295b3a67c1cb6525a55fe234d959098f500ac7866c8cb7c09769c8e1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:39d2eed706008f5ebb0d2baa19ebaeb77ded4e0de4ce28e0232f614f8df18c5b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:6e6882fa1afe45eced0befc1bfd30c874c888a22d8656d929eae355be8709ec2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:73021b1853b79ffeb0d04c028cad9905455214a59cc50dba01ef7f97372da705_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:8d791856506c0cda2cf02f3903c6da293a257ab6326960931d0e5da995dd3d82_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:93bcb96825fe79993767a89bd7305a5f6ec39deba51b6a48a307eb6a7e3e508c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:d0d43e6dabdc4f060c91b7d247a444b763821f61931ef78eba33482eb493acd0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:d7ab49355e1654d655aaa7a12967a5bbfd34d7175f7e5b9143ca9abbee0d9b06_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:f2a68573461f17d018ff650a7dc8f4fe233cad39bd64e8e006a62d040a7befdc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:5c2fe110d1caa5d7b14a653f3af1194bdab821255758880809e9c356341323a6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:6bef60acc457405d245a8d7b17335ef424ab68962255fd1bc0ee5c87b73b9ed7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:708132b57f6743a257e0c14f8955beaf7a6b759dea9187cc02c0072fe01d7c21_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:dc3a9ba0d7083481d3717e6b486b130674223d5ec26c40e854bc40aa9d819538_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:1a041a1f772f19dba24bb7dd08cbb374b8b9011e2982804d34a739e5050af270_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:31afc8611dbb85e2afa41373aa19b95f19f3b6f3c9dd9303fcb324566ddafb05_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:4ca8edf1c43441ab6d2b34eb7572659d27c7ea64c95a5de9e12cea5ea0dd2799_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:e8a39e1add8a7a4d65b17aeee0bd0b0bf5292c432e56fb97ab52f1865dbcaad7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:10cab7813ac451d2d17414591c27d5626a7bd43d7dae6f030de9291f3f0377e9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:2d83001997d22839a2df4acbb23553acd372c163df0a8bdbb97080d5274b6925_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:6e4889fcfd7cfd56cb6a4bf34e30d92b5893a64e8a036ccb18eaf9fc1fb8bdbd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:d348bcfb0e822de362a7c67ffd9f572569502d09b3f2d3a4475ed4810f2e2d6f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:45d111c26b3b1b96a1911dfe65ed604ead63c26f9f5534b027614d8ec8f11a6f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:734cc9b8e88fc9b2d7c30535080a5c0570ae19bee912486a7d27255ad694bfae_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:e02754f15b7094b2956ae2364dfca3ac178bbf62bd5dc2061d681cf645129114_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:f081c5b04915471afae962eebefea4ea2b71e0afc6d367f59c4710a3953239b2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:1248b42c2a006bc5117a42c76ced63048cc3fca7b5f0dabe1a5d16efd0b8f604_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:ad34ac62efbe8c297baa00f75a7fbbc87d1fe9d29563811d723f0f10f8174366_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:c17711a9aaf902cc6c95e62c3715201e6354a76117166fc3715a27342c2be2fa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:e28aa33846c0489e23b86bbe768a6d23a7e31e3830574792c5d5007979f05675_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:81774e36cad16a5f5da6c89483f4139ba295e29726cc5bb9fb119277e087a1d8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:8f4fba2b28c5dac5dbce6cf38a064fdbea5ca1ab2e039ae96df7d34c90296ff6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:b18472469fc37430b4810a9551fcc833c52df25bb34e09bec904c82c172ce268_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:d97ac99882fc7894c72d6030a4578fab814b2550e6478be0bef5eab5b41b85bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:74531d0fd46e112088ae1583e873e40ea082223804b723473c67aec06f5e8e32_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:8cfc4b26606408d8028903e16b23e16836d1eb7d9be0c6ac6b8968330ed5ee7c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:a0837af0880180f927e3c2edd48377d2d5ab849a06186158695e0f2d9d460be4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:c86017bd51d33ceb8f42f837a4b19f0c750967486b6ad647f01b7536d20c5d41_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:103c34c394ba900666000bc5627c63e1b564878aec0defbb91a18711aa95bd7c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:5273cef06cb438b801ebedf984156ef179be56b86ca0c1168ef1c2b9ec547ef1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:6772f96ecc0d3b1a9b021f66c53bba423e763e2ec31fab4f3f14a8e7e82b01de_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:703919dbe997e2b17f6063dfce55226c14f5eabff46db358a397a25effe43932_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:218a452cc4548f90ced34504132e4c0048815a5e67c8d9f93b5e1987e83d6c2b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:8f19d00af7e51f94765c630bea606b7cf7861ef434a001987c07247189d255d2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:c59e505cc5dd47f6aa71473d755d0f91bcc54d1d450830fafb3d622dab432ceb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:f383f85c0c0470333be07dbe4923042a818b9b5949eaa320c0e99d5ddaf643b2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:b163baec860229f0a73b3901940045535b666102f42dd61e453f196b77124604_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:aaeef54d7945e2f9df7ddc715776cd9133a335e39268dac2a65d4bb27b0baec6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:00a118e4fbe39e9be377d2318d259343a159b83d322caa771a933c0696696e4e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:4bbe5d322d15b2f708bd75f6b7e1f52bd0639ad729910ec4bb488faeead2ebf6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:81fff6216dfca869c758bd60a0efc7eec81c81005544dee1b52e1098b9646322_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:0d1300f732f6e66a363b6fba2bb55e0187b2b345dc2583d1f0a1389f7526cf30_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:72b5a08e055d90a3eb6f8b0f3c8267d7cf7c8fbdb064faf381ddee94d2090f49_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:733261a8f75e4080761cdff18e6e619df7fc4de05cd2050d8127935bffc862b4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:cd0efc4e9a3014c1acc79fd8ca9cec790a71b7745e7ed820613047953da1d641_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.14.62 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.14.\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.14.62. See the following advisory for the RPM packages for this release:\n\nhttps://access.redhat.com/errata/RHSA-2026:2973\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.14/html/release_notes/",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:2990",
"url": "https://access.redhat.com/errata/RHSA-2026:2990"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-13465",
"url": "https://access.redhat.com/security/cve/CVE-2025-13465"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-58068",
"url": "https://access.redhat.com/security/cve/CVE-2025-58068"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-65637",
"url": "https://access.redhat.com/security/cve/CVE-2025-65637"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_2990.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 4.14.62 bug fix and security update",
"tracking": {
"current_release_date": "2026-05-28T10:44:58+00:00",
"generator": {
"date": "2026-05-28T10:44:58+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2026:2990",
"initial_release_date": "2026-02-26T14:04:36+00:00",
"revision_history": [
{
"date": "2026-02-26T14:04:36+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-02-26T14:05:29+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-28T10:44:58+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift Container Platform 4.14",
"product": {
"name": "Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:4.14::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Container Platform"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:26d287b7756ead1bb073b19ca79276d082c0b5231c0b007b2b18089036817e18_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:26d287b7756ead1bb073b19ca79276d082c0b5231c0b007b2b18089036817e18_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:26d287b7756ead1bb073b19ca79276d082c0b5231c0b007b2b18089036817e18_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler@sha256%3A26d287b7756ead1bb073b19ca79276d082c0b5231c0b007b2b18089036817e18?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770733847"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:bc70d98a850ba4bdcff403087fc8f57418039ee79bdcb7dcd2be49905a3b9cf8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:bc70d98a850ba4bdcff403087fc8f57418039ee79bdcb7dcd2be49905a3b9cf8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:bc70d98a850ba4bdcff403087fc8f57418039ee79bdcb7dcd2be49905a3b9cf8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-rhel8@sha256%3Abc70d98a850ba4bdcff403087fc8f57418039ee79bdcb7dcd2be49905a3b9cf8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770735153"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:d36656855883b3e306b6923234c26fb3ae6883fb235e58416266f3645227db0c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:d36656855883b3e306b6923234c26fb3ae6883fb235e58416266f3645227db0c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:d36656855883b3e306b6923234c26fb3ae6883fb235e58416266f3645227db0c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-operator-rhel8@sha256%3Ad36656855883b3e306b6923234c26fb3ae6883fb235e58416266f3645227db0c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770734979"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:c81004be0a15d543f6e84b81622f8514d66f663a46de37e00f5e2f18a423308e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:c81004be0a15d543f6e84b81622f8514d66f663a46de37e00f5e2f18a423308e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:c81004be0a15d543f6e84b81622f8514d66f663a46de37e00f5e2f18a423308e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers@sha256%3Ac81004be0a15d543f6e84b81622f8514d66f663a46de37e00f5e2f18a423308e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770744358"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:69d8d98aadf25c63f2cc51ec917ee5498fe97a013fdaae075186bca58e2bda40_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:69d8d98aadf25c63f2cc51ec917ee5498fe97a013fdaae075186bca58e2bda40_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:69d8d98aadf25c63f2cc51ec917ee5498fe97a013fdaae075186bca58e2bda40_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel8@sha256%3A69d8d98aadf25c63f2cc51ec917ee5498fe97a013fdaae075186bca58e2bda40?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770744157"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:9cd88b86ac24ea22bdf9ab938b793d833fd146c77b7ee5e162e5ba3d9aa95448_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:9cd88b86ac24ea22bdf9ab938b793d833fd146c77b7ee5e162e5ba3d9aa95448_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:9cd88b86ac24ea22bdf9ab938b793d833fd146c77b7ee5e162e5ba3d9aa95448_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel8-operator@sha256%3A9cd88b86ac24ea22bdf9ab938b793d833fd146c77b7ee5e162e5ba3d9aa95448?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771369118"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:eb92d3d3351d845e5c169721baf1683f93d943578a48e0192bd273db648725d5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:eb92d3d3351d845e5c169721baf1683f93d943578a48e0192bd273db648725d5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:eb92d3d3351d845e5c169721baf1683f93d943578a48e0192bd273db648725d5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-operator@sha256%3Aeb92d3d3351d845e5c169721baf1683f93d943578a48e0192bd273db648725d5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770740419"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:90c430420821ff7a0ef7a752f120505c2c36225296f6b238771e6bf1fbee755c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:90c430420821ff7a0ef7a752f120505c2c36225296f6b238771e6bf1fbee755c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:90c430420821ff7a0ef7a752f120505c2c36225296f6b238771e6bf1fbee755c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-operator@sha256%3A90c430420821ff7a0ef7a752f120505c2c36225296f6b238771e6bf1fbee755c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770740144"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:b809958ea47a5d78f8e47a8c822a3b2abf14091a3f526501f2eaf7ef36c87b4e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:b809958ea47a5d78f8e47a8c822a3b2abf14091a3f526501f2eaf7ef36c87b4e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:b809958ea47a5d78f8e47a8c822a3b2abf14091a3f526501f2eaf7ef36c87b4e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-operator@sha256%3Ab809958ea47a5d78f8e47a8c822a3b2abf14091a3f526501f2eaf7ef36c87b4e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770863538"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:b809958ea47a5d78f8e47a8c822a3b2abf14091a3f526501f2eaf7ef36c87b4e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:b809958ea47a5d78f8e47a8c822a3b2abf14091a3f526501f2eaf7ef36c87b4e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:b809958ea47a5d78f8e47a8c822a3b2abf14091a3f526501f2eaf7ef36c87b4e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256%3Ab809958ea47a5d78f8e47a8c822a3b2abf14091a3f526501f2eaf7ef36c87b4e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770863538"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:38bd47929b935f662766156026433f1f2ec6e1731d2c7f40c792054cbdb1f87a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:38bd47929b935f662766156026433f1f2ec6e1731d2c7f40c792054cbdb1f87a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:38bd47929b935f662766156026433f1f2ec6e1731d2c7f40c792054cbdb1f87a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel8@sha256%3A38bd47929b935f662766156026433f1f2ec6e1731d2c7f40c792054cbdb1f87a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770744653"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:cb400c373be837f788f663e7a1b2a94bacec4f4dbb4bf5a5ddd5d1a0d89e3291_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:cb400c373be837f788f663e7a1b2a94bacec4f4dbb4bf5a5ddd5d1a0d89e3291_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:cb400c373be837f788f663e7a1b2a94bacec4f4dbb4bf5a5ddd5d1a0d89e3291_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-operator@sha256%3Acb400c373be837f788f663e7a1b2a94bacec4f4dbb4bf5a5ddd5d1a0d89e3291?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770743637"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:2a6400cf874eda4c283683a9733e63a7e8b5ce53a37eb5ee30c07b14a9301a76_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:2a6400cf874eda4c283683a9733e63a7e8b5ce53a37eb5ee30c07b14a9301a76_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:2a6400cf874eda4c283683a9733e63a7e8b5ce53a37eb5ee30c07b14a9301a76_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-operator@sha256%3A2a6400cf874eda4c283683a9733e63a7e8b5ce53a37eb5ee30c07b14a9301a76?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770742783"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader@sha256:d52e3ca8cf609c8d15dd77a525466184c5c9c641db88856aed56de318e23f47a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader@sha256:d52e3ca8cf609c8d15dd77a525466184c5c9c641db88856aed56de318e23f47a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader@sha256:d52e3ca8cf609c8d15dd77a525466184c5c9c641db88856aed56de318e23f47a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader@sha256%3Ad52e3ca8cf609c8d15dd77a525466184c5c9c641db88856aed56de318e23f47a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770742626"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns@sha256:da97b83cc6f07e4c7e72f9d7b8461fea71ea92e1b29e6117ef0360e088d7adb7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns@sha256:da97b83cc6f07e4c7e72f9d7b8461fea71ea92e1b29e6117ef0360e088d7adb7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-coredns@sha256:da97b83cc6f07e4c7e72f9d7b8461fea71ea92e1b29e6117ef0360e088d7adb7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns@sha256%3Ada97b83cc6f07e4c7e72f9d7b8461fea71ea92e1b29e6117ef0360e088d7adb7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770744862"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:c8489b7e4c95b36f247d85adf5181b39691fa97f00bca455c4fc950c9eec818b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:c8489b7e4c95b36f247d85adf5181b39691fa97f00bca455c4fc950c9eec818b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:c8489b7e4c95b36f247d85adf5181b39691fa97f00bca455c4fc950c9eec818b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher@sha256%3Ac8489b7e4c95b36f247d85adf5181b39691fa97f00bca455c4fc950c9eec818b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770743028"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:c8489b7e4c95b36f247d85adf5181b39691fa97f00bca455c4fc950c9eec818b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:c8489b7e4c95b36f247d85adf5181b39691fa97f00bca455c4fc950c9eec818b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:c8489b7e4c95b36f247d85adf5181b39691fa97f00bca455c4fc950c9eec818b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel8@sha256%3Ac8489b7e4c95b36f247d85adf5181b39691fa97f00bca455c4fc950c9eec818b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770743028"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:92ab63720b8e0929cf11f5ec81a3a968017ea1fe2d0aa57b137e6609b1c07bc3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:92ab63720b8e0929cf11f5ec81a3a968017ea1fe2d0aa57b137e6609b1c07bc3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:92ab63720b8e0929cf11f5ec81a3a968017ea1fe2d0aa57b137e6609b1c07bc3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel8@sha256%3A92ab63720b8e0929cf11f5ec81a3a968017ea1fe2d0aa57b137e6609b1c07bc3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770737549"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:cd7efd34ed2a41d64b09e5670082cd68776b31011532d0e02cb932467f05a24a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:cd7efd34ed2a41d64b09e5670082cd68776b31011532d0e02cb932467f05a24a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:cd7efd34ed2a41d64b09e5670082cd68776b31011532d0e02cb932467f05a24a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel8-operator@sha256%3Acd7efd34ed2a41d64b09e5670082cd68776b31011532d0e02cb932467f05a24a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770741509"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:93edc806a96f7afebabbeac4280196d313eb789ec43978fda985a5445d19bc45_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:93edc806a96f7afebabbeac4280196d313eb789ec43978fda985a5445d19bc45_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:93edc806a96f7afebabbeac4280196d313eb789ec43978fda985a5445d19bc45_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-nfs-rhel8@sha256%3A93edc806a96f7afebabbeac4280196d313eb789ec43978fda985a5445d19bc45?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770740536"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:a988a8373d3f22e2c162052a01e7eba15cab6d0fae768bf76759aeb333c5838c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:a988a8373d3f22e2c162052a01e7eba15cab6d0fae768bf76759aeb333c5838c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:a988a8373d3f22e2c162052a01e7eba15cab6d0fae768bf76759aeb333c5838c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe@sha256%3Aa988a8373d3f22e2c162052a01e7eba15cab6d0fae768bf76759aeb333c5838c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770742008"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:a988a8373d3f22e2c162052a01e7eba15cab6d0fae768bf76759aeb333c5838c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:a988a8373d3f22e2c162052a01e7eba15cab6d0fae768bf76759aeb333c5838c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:a988a8373d3f22e2c162052a01e7eba15cab6d0fae768bf76759aeb333c5838c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel8@sha256%3Aa988a8373d3f22e2c162052a01e7eba15cab6d0fae768bf76759aeb333c5838c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770742008"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:3d60041633a1f162c71979b435c96e1b5188df0e04e0349602ac6ef7ae91fa08_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:3d60041633a1f162c71979b435c96e1b5188df0e04e0349602ac6ef7ae91fa08_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:3d60041633a1f162c71979b435c96e1b5188df0e04e0349602ac6ef7ae91fa08_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar@sha256%3A3d60041633a1f162c71979b435c96e1b5188df0e04e0349602ac6ef7ae91fa08?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770744302"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:3d60041633a1f162c71979b435c96e1b5188df0e04e0349602ac6ef7ae91fa08_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:3d60041633a1f162c71979b435c96e1b5188df0e04e0349602ac6ef7ae91fa08_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:3d60041633a1f162c71979b435c96e1b5188df0e04e0349602ac6ef7ae91fa08_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel8@sha256%3A3d60041633a1f162c71979b435c96e1b5188df0e04e0349602ac6ef7ae91fa08?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770744302"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:a8b4f74d041370868aec2986f884db5e41ee82baf193dc94701c5934a060be0f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:a8b4f74d041370868aec2986f884db5e41ee82baf193dc94701c5934a060be0f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:a8b4f74d041370868aec2986f884db5e41ee82baf193dc94701c5934a060be0f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner@sha256%3Aa8b4f74d041370868aec2986f884db5e41ee82baf193dc94701c5934a060be0f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770740996"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:a8b4f74d041370868aec2986f884db5e41ee82baf193dc94701c5934a060be0f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:a8b4f74d041370868aec2986f884db5e41ee82baf193dc94701c5934a060be0f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:a8b4f74d041370868aec2986f884db5e41ee82baf193dc94701c5934a060be0f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel8@sha256%3Aa8b4f74d041370868aec2986f884db5e41ee82baf193dc94701c5934a060be0f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770740996"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:08a79a55c753372a11f38e7573bfc6a930e21cfd4cf78a583b298c2955fd76b3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:08a79a55c753372a11f38e7573bfc6a930e21cfd4cf78a583b298c2955fd76b3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:08a79a55c753372a11f38e7573bfc6a930e21cfd4cf78a583b298c2955fd76b3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-validation-webhook-rhel8@sha256%3A08a79a55c753372a11f38e7573bfc6a930e21cfd4cf78a583b298c2955fd76b3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770739833"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1df62178853e8698d9d86da8530144f3cc5671c77b72bd09098faab187f6a78d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1df62178853e8698d9d86da8530144f3cc5671c77b72bd09098faab187f6a78d_amd64",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1df62178853e8698d9d86da8530144f3cc5671c77b72bd09098faab187f6a78d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256%3A1df62178853e8698d9d86da8530144f3cc5671c77b72bd09098faab187f6a78d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771120085"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:d4de045b2177b2abda6b28b814c450961272ab3c982a4c1da29271384aff2f06_amd64",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:d4de045b2177b2abda6b28b814c450961272ab3c982a4c1da29271384aff2f06_amd64",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:d4de045b2177b2abda6b28b814c450961272ab3c982a4c1da29271384aff2f06_amd64",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel8@sha256%3Ad4de045b2177b2abda6b28b814c450961272ab3c982a4c1da29271384aff2f06?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770739860"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy@sha256:4f4729ce2ba297f713fdf02edc3ba34d649ab2e7d648a47af99ad762fe4c9e4d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy@sha256:4f4729ce2ba297f713fdf02edc3ba34d649ab2e7d648a47af99ad762fe4c9e4d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy@sha256:4f4729ce2ba297f713fdf02edc3ba34d649ab2e7d648a47af99ad762fe4c9e4d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy@sha256%3A4f4729ce2ba297f713fdf02edc3ba34d649ab2e7d648a47af99ad762fe4c9e4d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770733839"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:6e6882fa1afe45eced0befc1bfd30c874c888a22d8656d929eae355be8709ec2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:6e6882fa1afe45eced0befc1bfd30c874c888a22d8656d929eae355be8709ec2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:6e6882fa1afe45eced0befc1bfd30c874c888a22d8656d929eae355be8709ec2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager@sha256%3A6e6882fa1afe45eced0befc1bfd30c874c888a22d8656d929eae355be8709ec2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770733777"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:5c2fe110d1caa5d7b14a653f3af1194bdab821255758880809e9c356341323a6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:5c2fe110d1caa5d7b14a653f3af1194bdab821255758880809e9c356341323a6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:5c2fe110d1caa5d7b14a653f3af1194bdab821255758880809e9c356341323a6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-node-exporter@sha256%3A5c2fe110d1caa5d7b14a653f3af1194bdab821255758880809e9c356341323a6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770734121"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus@sha256:45d111c26b3b1b96a1911dfe65ed604ead63c26f9f5534b027614d8ec8f11a6f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus@sha256:45d111c26b3b1b96a1911dfe65ed604ead63c26f9f5534b027614d8ec8f11a6f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus@sha256:45d111c26b3b1b96a1911dfe65ed604ead63c26f9f5534b027614d8ec8f11a6f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus@sha256%3A45d111c26b3b1b96a1911dfe65ed604ead63c26f9f5534b027614d8ec8f11a6f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770734026"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:2199c2a7a9e5f483699e62faede55d3df35fedcd4ca8768f05f48e0fcdb71fe0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:2199c2a7a9e5f483699e62faede55d3df35fedcd4ca8768f05f48e0fcdb71fe0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:2199c2a7a9e5f483699e62faede55d3df35fedcd4ca8768f05f48e0fcdb71fe0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel8@sha256%3A2199c2a7a9e5f483699e62faede55d3df35fedcd4ca8768f05f48e0fcdb71fe0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770739632"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:beadf30285a781c710de30bc1ae87d2e8a3bc13c2646dc55ba8fdedeeeaa018e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:beadf30285a781c710de30bc1ae87d2e8a3bc13c2646dc55ba8fdedeeeaa018e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:beadf30285a781c710de30bc1ae87d2e8a3bc13c2646dc55ba8fdedeeeaa018e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-node-label-updater-rhel8@sha256%3Abeadf30285a781c710de30bc1ae87d2e8a3bc13c2646dc55ba8fdedeeeaa018e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770741772"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:7cd191dbc1db9d5266bb1e1f958871b6b12cc93ad7394482f6a53bf5cee83dc6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:7cd191dbc1db9d5266bb1e1f958871b6b12cc93ad7394482f6a53bf5cee83dc6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:7cd191dbc1db9d5266bb1e1f958871b6b12cc93ad7394482f6a53bf5cee83dc6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-rhel9@sha256%3A7cd191dbc1db9d5266bb1e1f958871b6b12cc93ad7394482f6a53bf5cee83dc6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770733664"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:5a30a1eb1091054facc200e9518afd543192758a9bf2e664e44cfc531e10978b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:5a30a1eb1091054facc200e9518afd543192758a9bf2e664e44cfc531e10978b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:5a30a1eb1091054facc200e9518afd543192758a9bf2e664e44cfc531e10978b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-agent-rhel9@sha256%3A5a30a1eb1091054facc200e9518afd543192758a9bf2e664e44cfc531e10978b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770733671"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:6f4aa5824d6ecd57443e2bb696bd3e79703269df862ccc42d56f9f9d7e060f50_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:6f4aa5824d6ecd57443e2bb696bd3e79703269df862ccc42d56f9f9d7e060f50_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:6f4aa5824d6ecd57443e2bb696bd3e79703269df862ccc42d56f9f9d7e060f50_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-machine-os-downloader-rhel9@sha256%3A6f4aa5824d6ecd57443e2bb696bd3e79703269df862ccc42d56f9f9d7e060f50?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771119611"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:c6e0507565b5274a8b474e772093d75c2f58ce178da633c24cfdaae3264b2a8a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:c6e0507565b5274a8b474e772093d75c2f58ce178da633c24cfdaae3264b2a8a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:c6e0507565b5274a8b474e772093d75c2f58ce178da633c24cfdaae3264b2a8a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-static-ip-manager-rhel9@sha256%3Ac6e0507565b5274a8b474e772093d75c2f58ce178da633c24cfdaae3264b2a8a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770733687"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy@sha256:a3027db225c166629284e11ab26f4d8dfc41a2fff2deacc99df5c4ce151b5fd3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy@sha256:a3027db225c166629284e11ab26f4d8dfc41a2fff2deacc99df5c4ce151b5fd3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy@sha256:a3027db225c166629284e11ab26f4d8dfc41a2fff2deacc99df5c4ce151b5fd3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy@sha256%3Aa3027db225c166629284e11ab26f4d8dfc41a2fff2deacc99df5c4ce151b5fd3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770741102"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:cacdca41cd532e2a84e1acd9a392a5ad73cd5f74b0215da3ebbce77885afe1d4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:cacdca41cd532e2a84e1acd9a392a5ad73cd5f74b0215da3ebbce77885afe1d4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:cacdca41cd532e2a84e1acd9a392a5ad73cd5f74b0215da3ebbce77885afe1d4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy@sha256%3Acacdca41cd532e2a84e1acd9a392a5ad73cd5f74b0215da3ebbce77885afe1d4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770743455"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:9906a9d16a474aa1d103c169b6e64b13009511c45a7df76fecf76ef0e25f2a29_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:9906a9d16a474aa1d103c169b6e64b13009511c45a7df76fecf76ef0e25f2a29_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:9906a9d16a474aa1d103c169b6e64b13009511c45a7df76fecf76ef0e25f2a29_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics@sha256%3A9906a9d16a474aa1d103c169b6e64b13009511c45a7df76fecf76ef0e25f2a29?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770740975"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:8e925337d28c451279d1922b0dab9ce2a4919e0bd75a293db234518c09ccfa92_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:8e925337d28c451279d1922b0dab9ce2a4919e0bd75a293db234518c09ccfa92_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:8e925337d28c451279d1922b0dab9ce2a4919e0bd75a293db234518c09ccfa92_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kuryr-cni-rhel8@sha256%3A8e925337d28c451279d1922b0dab9ce2a4919e0bd75a293db234518c09ccfa92?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770733763"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:803ecd02649eef62da8885831e2d38917ba51b891573c195b323298bd71432bc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:803ecd02649eef62da8885831e2d38917ba51b891573c195b323298bd71432bc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:803ecd02649eef62da8885831e2d38917ba51b891573c195b323298bd71432bc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kuryr-controller-rhel8@sha256%3A803ecd02649eef62da8885831e2d38917ba51b891573c195b323298bd71432bc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770733766"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace@sha256:5623d5f0940fd4e2dcd11b1469dcbe95f0dd801feb2d92c3c385628c82dc993e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace@sha256:5623d5f0940fd4e2dcd11b1469dcbe95f0dd801feb2d92c3c385628c82dc993e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace@sha256:5623d5f0940fd4e2dcd11b1469dcbe95f0dd801feb2d92c3c385628c82dc993e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace@sha256%3A5623d5f0940fd4e2dcd11b1469dcbe95f0dd801feb2d92c3c385628c82dc993e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770745177"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:d2e88346989d7c7c40b556408761a58f3e179856ccadc1e7780d103981eba9f5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:d2e88346989d7c7c40b556408761a58f3e179856ccadc1e7780d103981eba9f5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:d2e88346989d7c7c40b556408761a58f3e179856ccadc1e7780d103981eba9f5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel8@sha256%3Ad2e88346989d7c7c40b556408761a58f3e179856ccadc1e7780d103981eba9f5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770743232"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni@sha256:e20e87ddf196803191368f1dc4f6cca4465c1a92fbcbe29851ebb1f908a55038_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni@sha256:e20e87ddf196803191368f1dc4f6cca4465c1a92fbcbe29851ebb1f908a55038_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni@sha256:e20e87ddf196803191368f1dc4f6cca4465c1a92fbcbe29851ebb1f908a55038_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni@sha256%3Ae20e87ddf196803191368f1dc4f6cca4465c1a92fbcbe29851ebb1f908a55038?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770744352"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:bbd136c9bee87cfd71601d22fc05f16a7b07996f39b41195cf5105a84f0e847c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:bbd136c9bee87cfd71601d22fc05f16a7b07996f39b41195cf5105a84f0e847c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:bbd136c9bee87cfd71601d22fc05f16a7b07996f39b41195cf5105a84f0e847c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel8@sha256%3Abbd136c9bee87cfd71601d22fc05f16a7b07996f39b41195cf5105a84f0e847c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770742960"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:a6a13a734f336edbf73c601da1990c2eced4e74fabdcc6f66c6075278574730c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:a6a13a734f336edbf73c601da1990c2eced4e74fabdcc6f66c6075278574730c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:a6a13a734f336edbf73c601da1990c2eced4e74fabdcc6f66c6075278574730c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel8@sha256%3Aa6a13a734f336edbf73c601da1990c2eced4e74fabdcc6f66c6075278574730c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770740924"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:2c7df73b7d4e11ccf47cfe561600541569d7a5daa04bacadd28b601ea9593d29_amd64",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:2c7df73b7d4e11ccf47cfe561600541569d7a5daa04bacadd28b601ea9593d29_amd64",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:2c7df73b7d4e11ccf47cfe561600541569d7a5daa04bacadd28b601ea9593d29_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oc-mirror-plugin-rhel8@sha256%3A2c7df73b7d4e11ccf47cfe561600541569d7a5daa04bacadd28b601ea9593d29?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770741415"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder@sha256:e2a10747ca1f65c6d894e6eae44dd77d1ee826e60311c7fbf11ccb5ba3b35c20_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder@sha256:e2a10747ca1f65c6d894e6eae44dd77d1ee826e60311c7fbf11ccb5ba3b35c20_amd64",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder@sha256:e2a10747ca1f65c6d894e6eae44dd77d1ee826e60311c7fbf11ccb5ba3b35c20_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder@sha256%3Ae2a10747ca1f65c6d894e6eae44dd77d1ee826e60311c7fbf11ccb5ba3b35c20?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770733979"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli@sha256:eba94f94949aca0330425b1ae3897f37b2365fc09fc88d60615ca7d02b06e8a9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli@sha256:eba94f94949aca0330425b1ae3897f37b2365fc09fc88d60615ca7d02b06e8a9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cli@sha256:eba94f94949aca0330425b1ae3897f37b2365fc09fc88d60615ca7d02b06e8a9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli@sha256%3Aeba94f94949aca0330425b1ae3897f37b2365fc09fc88d60615ca7d02b06e8a9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770741996"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console@sha256:027b3596835e02a412ab6cb19ae476a4d3987a90403a46abb039ffc2f1c775e7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console@sha256:027b3596835e02a412ab6cb19ae476a4d3987a90403a46abb039ffc2f1c775e7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-console@sha256:027b3596835e02a412ab6cb19ae476a4d3987a90403a46abb039ffc2f1c775e7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console@sha256%3A027b3596835e02a412ab6cb19ae476a4d3987a90403a46abb039ffc2f1c775e7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771425150"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-operator@sha256:cd5d904d0e36cafd45ea72914850b748e921bf4ab9f454e1e6f613d2f7b45a61_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-operator@sha256:cd5d904d0e36cafd45ea72914850b748e921bf4ab9f454e1e6f613d2f7b45a61_amd64",
"product_id": "registry.redhat.io/openshift4/ose-console-operator@sha256:cd5d904d0e36cafd45ea72914850b748e921bf4ab9f454e1e6f613d2f7b45a61_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-operator@sha256%3Acd5d904d0e36cafd45ea72914850b748e921bf4ab9f454e1e6f613d2f7b45a61?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770740972"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer@sha256:825705cde8c5cea16fff7f61b99fb8fe77b00fbf9f910dcf980491c836299a9d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer@sha256:825705cde8c5cea16fff7f61b99fb8fe77b00fbf9f910dcf980491c836299a9d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-deployer@sha256:825705cde8c5cea16fff7f61b99fb8fe77b00fbf9f910dcf980491c836299a9d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer@sha256%3A825705cde8c5cea16fff7f61b99fb8fe77b00fbf9f910dcf980491c836299a9d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770749298"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:3c37d2d3853372a7304e39921f4462a44d81136ce24188e7b61fb63e73c97e5d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:3c37d2d3853372a7304e39921f4462a44d81136ce24188e7b61fb63e73c97e5d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:3c37d2d3853372a7304e39921f4462a44d81136ce24188e7b61fb63e73c97e5d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router@sha256%3A3c37d2d3853372a7304e39921f4462a44d81136ce24188e7b61fb63e73c97e5d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770749963"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fc06fe0990909d66e2981f12a6fb0f35967f834089bb348e0c4442d47d087214_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fc06fe0990909d66e2981f12a6fb0f35967f834089bb348e0c4442d47d087214_amd64",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fc06fe0990909d66e2981f12a6fb0f35967f834089bb348e0c4442d47d087214_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube-rhel9@sha256%3Afc06fe0990909d66e2981f12a6fb0f35967f834089bb348e0c4442d47d087214?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771294265"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:8d806e0cf0b13ce667b08498833473314716c59b6bac3ab96d2d7956e7ec86bb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:8d806e0cf0b13ce667b08498833473314716c59b6bac3ab96d2d7956e7ec86bb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:8d806e0cf0b13ce667b08498833473314716c59b6bac3ab96d2d7956e7ec86bb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-keepalived-ipfailover@sha256%3A8d806e0cf0b13ce667b08498833473314716c59b6bac3ab96d2d7956e7ec86bb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770742171"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod@sha256:de9a1e420ff965ea9dcf80d4cfa0f99e351fd1362dc883b2dd75bb09d88f509f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod@sha256:de9a1e420ff965ea9dcf80d4cfa0f99e351fd1362dc883b2dd75bb09d88f509f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-pod@sha256:de9a1e420ff965ea9dcf80d4cfa0f99e351fd1362dc883b2dd75bb09d88f509f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod@sha256%3Ade9a1e420ff965ea9dcf80d4cfa0f99e351fd1362dc883b2dd75bb09d88f509f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771294377"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry@sha256:b7947f27cc0ffedc07e93c3a5450cd87405352f93b39bdf66c1c045312497d35_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry@sha256:b7947f27cc0ffedc07e93c3a5450cd87405352f93b39bdf66c1c045312497d35_amd64",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry@sha256:b7947f27cc0ffedc07e93c3a5450cd87405352f93b39bdf66c1c045312497d35_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry@sha256%3Ab7947f27cc0ffedc07e93c3a5450cd87405352f93b39bdf66c1c045312497d35?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770743887"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests@sha256:5273cef06cb438b801ebedf984156ef179be56b86ca0c1168ef1c2b9ec547ef1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests@sha256:5273cef06cb438b801ebedf984156ef179be56b86ca0c1168ef1c2b9ec547ef1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-tests@sha256:5273cef06cb438b801ebedf984156ef179be56b86ca0c1168ef1c2b9ec547ef1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests@sha256%3A5273cef06cb438b801ebedf984156ef179be56b86ca0c1168ef1c2b9ec547ef1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771252307"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:c7c37e63f204f3063bfd8f34e6f984c41e07718194379f86265a47749e269d6b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:c7c37e63f204f3063bfd8f34e6f984c41e07718194379f86265a47749e269d6b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:c7c37e63f204f3063bfd8f34e6f984c41e07718194379f86265a47749e269d6b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel8@sha256%3Ac7c37e63f204f3063bfd8f34e6f984c41e07718194379f86265a47749e269d6b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770740747"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:9499cb5614434c687db474ad657de64098ba4d1ee1f643194a92488a21faf652_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:9499cb5614434c687db474ad657de64098ba4d1ee1f643194a92488a21faf652_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:9499cb5614434c687db474ad657de64098ba4d1ee1f643194a92488a21faf652_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager@sha256%3A9499cb5614434c687db474ad657de64098ba4d1ee1f643194a92488a21faf652?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770744428"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry@sha256:c31b361799f39dd3e931b2ea44689df6524281e53de962447b37cca578954ac3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry@sha256:c31b361799f39dd3e931b2ea44689df6524281e53de962447b37cca578954ac3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry@sha256:c31b361799f39dd3e931b2ea44689df6524281e53de962447b37cca578954ac3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry@sha256%3Ac31b361799f39dd3e931b2ea44689df6524281e53de962447b37cca578954ac3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770742284"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:d559c94732a888059af7b5e723fd8464c0598ff02ac49dd4ca0e8c2ff6752a0e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:d559c94732a888059af7b5e723fd8464c0598ff02ac49dd4ca0e8c2ff6752a0e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:d559c94732a888059af7b5e723fd8464c0598ff02ac49dd4ca0e8c2ff6752a0e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel8@sha256%3Ad559c94732a888059af7b5e723fd8464c0598ff02ac49dd4ca0e8c2ff6752a0e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770749101"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:975ecae2d886df90e6854aa2ac7d0d9f3b6b415756f87e13b0d6c8a0a29e819a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:975ecae2d886df90e6854aa2ac7d0d9f3b6b415756f87e13b0d6c8a0a29e819a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:975ecae2d886df90e6854aa2ac7d0d9f3b6b415756f87e13b0d6c8a0a29e819a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel8@sha256%3A975ecae2d886df90e6854aa2ac7d0d9f3b6b415756f87e13b0d6c8a0a29e819a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770749167"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:8db77a2fef0a9e5d7307d284c982f118467dafd3fbfb8e181326685852137221_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:8db77a2fef0a9e5d7307d284c982f118467dafd3fbfb8e181326685852137221_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:8db77a2fef0a9e5d7307d284c982f118467dafd3fbfb8e181326685852137221_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256%3A8db77a2fef0a9e5d7307d284c982f118467dafd3fbfb8e181326685852137221?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770736018"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:b1932c7d09565a69842642106d794c5dd3a170345e34cdff9a8be3f64b04abb9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:b1932c7d09565a69842642106d794c5dd3a170345e34cdff9a8be3f64b04abb9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:b1932c7d09565a69842642106d794c5dd3a170345e34cdff9a8be3f64b04abb9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel8@sha256%3Ab1932c7d09565a69842642106d794c5dd3a170345e34cdff9a8be3f64b04abb9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770742760"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:28f0ab10c245d632ac282c48d3a81d371591a814a5bf553908bb14a43d0eab74_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:28f0ab10c245d632ac282c48d3a81d371591a814a5bf553908bb14a43d0eab74_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:28f0ab10c245d632ac282c48d3a81d371591a814a5bf553908bb14a43d0eab74_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-utils-rhel9@sha256%3A28f0ab10c245d632ac282c48d3a81d371591a814a5bf553908bb14a43d0eab74?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770736454"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:5839069a2cd4c793f45a41023f2a53914a8b60e4f5ec935513b2640063067bc2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:5839069a2cd4c793f45a41023f2a53914a8b60e4f5ec935513b2640063067bc2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:5839069a2cd4c793f45a41023f2a53914a8b60e4f5ec935513b2640063067bc2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-alibaba-cloud-controller-manager-rhel8@sha256%3A5839069a2cd4c793f45a41023f2a53914a8b60e4f5ec935513b2640063067bc2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770735463"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:c9560ed43dbce1ed3b0e73bf7d6b1b28540ee38584463a09ec1b38a6b09ae2bd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:c9560ed43dbce1ed3b0e73bf7d6b1b28540ee38584463a09ec1b38a6b09ae2bd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:c9560ed43dbce1ed3b0e73bf7d6b1b28540ee38584463a09ec1b38a6b09ae2bd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-alibaba-cloud-csi-driver-container-rhel8@sha256%3Ac9560ed43dbce1ed3b0e73bf7d6b1b28540ee38584463a09ec1b38a6b09ae2bd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770735346"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:edce8f86ec198beb0e28cecaed5a1051a556e92662914eb77a14598bfd98cc61_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:edce8f86ec198beb0e28cecaed5a1051a556e92662914eb77a14598bfd98cc61_amd64",
"product_id": "registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:edce8f86ec198beb0e28cecaed5a1051a556e92662914eb77a14598bfd98cc61_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256%3Aedce8f86ec198beb0e28cecaed5a1051a556e92662914eb77a14598bfd98cc61?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770734953"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:11e30523f9e047f84527779dbd66c1be046c70b02daa197840bfdad6a2bfc025_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:11e30523f9e047f84527779dbd66c1be046c70b02daa197840bfdad6a2bfc025_amd64",
"product_id": "registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:11e30523f9e047f84527779dbd66c1be046c70b02daa197840bfdad6a2bfc025_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-alibaba-machine-controllers-rhel8@sha256%3A11e30523f9e047f84527779dbd66c1be046c70b02daa197840bfdad6a2bfc025?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770735263"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:22803a26a17162a465eef2269781abe2690ea22fcd86369f35688cef57e12fb1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:22803a26a17162a465eef2269781abe2690ea22fcd86369f35688cef57e12fb1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:22803a26a17162a465eef2269781abe2690ea22fcd86369f35688cef57e12fb1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel8@sha256%3A22803a26a17162a465eef2269781abe2690ea22fcd86369f35688cef57e12fb1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770742492"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:84b554a6e493cbe4d936cdf9bf5f39d57a5d01ed433e9ae35be2cbb651cd7490_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:84b554a6e493cbe4d936cdf9bf5f39d57a5d01ed433e9ae35be2cbb651cd7490_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:84b554a6e493cbe4d936cdf9bf5f39d57a5d01ed433e9ae35be2cbb651cd7490_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cloud-controller-manager-rhel8@sha256%3A84b554a6e493cbe4d936cdf9bf5f39d57a5d01ed433e9ae35be2cbb651cd7490?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770735050"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:dbfacc2b8021dab0bc88bfeb107bc3c60885d7dd28dd6e716569e82c1f1b2050_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:dbfacc2b8021dab0bc88bfeb107bc3c60885d7dd28dd6e716569e82c1f1b2050_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:dbfacc2b8021dab0bc88bfeb107bc3c60885d7dd28dd6e716569e82c1f1b2050_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cluster-api-controllers-rhel8@sha256%3Adbfacc2b8021dab0bc88bfeb107bc3c60885d7dd28dd6e716569e82c1f1b2050?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770734920"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:1b1c50cfab6be876b4f25c0b27fa17fbbdeef827d3167bc0dcbc3341d92d41b5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:1b1c50cfab6be876b4f25c0b27fa17fbbdeef827d3167bc0dcbc3341d92d41b5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:1b1c50cfab6be876b4f25c0b27fa17fbbdeef827d3167bc0dcbc3341d92d41b5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel8@sha256%3A1b1c50cfab6be876b4f25c0b27fa17fbbdeef827d3167bc0dcbc3341d92d41b5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770735070"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:7b8f6f7d07b96111436e1f24d2f968eb402d94043216411e5700555e53d9f42d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:7b8f6f7d07b96111436e1f24d2f968eb402d94043216411e5700555e53d9f42d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:7b8f6f7d07b96111436e1f24d2f968eb402d94043216411e5700555e53d9f42d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel8-operator@sha256%3A7b8f6f7d07b96111436e1f24d2f968eb402d94043216411e5700555e53d9f42d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770905009"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:f90510800365871dcda5645ccfe6055eefc38b59406b41c9c54cb29cb3e49968_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:f90510800365871dcda5645ccfe6055eefc38b59406b41c9c54cb29cb3e49968_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:f90510800365871dcda5645ccfe6055eefc38b59406b41c9c54cb29cb3e49968_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-pod-identity-webhook-rhel8@sha256%3Af90510800365871dcda5645ccfe6055eefc38b59406b41c9c54cb29cb3e49968?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770735096"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:4983e7e3d7ab2d8b1ee13bf734b260c3d56090b4551fc0bd59aaafec69ffe37f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:4983e7e3d7ab2d8b1ee13bf734b260c3d56090b4551fc0bd59aaafec69ffe37f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:4983e7e3d7ab2d8b1ee13bf734b260c3d56090b4551fc0bd59aaafec69ffe37f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-controller-manager-rhel8@sha256%3A4983e7e3d7ab2d8b1ee13bf734b260c3d56090b4551fc0bd59aaafec69ffe37f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770735161"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:f82f5726816a060c19917f06d37a1aa160b675953ebaac52f136e250e98fd332_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:f82f5726816a060c19917f06d37a1aa160b675953ebaac52f136e250e98fd332_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:f82f5726816a060c19917f06d37a1aa160b675953ebaac52f136e250e98fd332_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-node-manager-rhel8@sha256%3Af82f5726816a060c19917f06d37a1aa160b675953ebaac52f136e250e98fd332?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770735078"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:ecf14f2430d830ea24baf52751009cab008bc2cef501b358306fc46a2a32ab25_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:ecf14f2430d830ea24baf52751009cab008bc2cef501b358306fc46a2a32ab25_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:ecf14f2430d830ea24baf52751009cab008bc2cef501b358306fc46a2a32ab25_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cluster-api-controllers-rhel8@sha256%3Aecf14f2430d830ea24baf52751009cab008bc2cef501b358306fc46a2a32ab25?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770735176"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:836c6111c70ba9228d80e09eb0e53344150b7dbe4bc1761cca6df0cdcc57efd0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:836c6111c70ba9228d80e09eb0e53344150b7dbe4bc1761cca6df0cdcc57efd0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:836c6111c70ba9228d80e09eb0e53344150b7dbe4bc1761cca6df0cdcc57efd0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel8@sha256%3A836c6111c70ba9228d80e09eb0e53344150b7dbe4bc1761cca6df0cdcc57efd0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770735192"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:500cfeb055b38b0b9f76c9f262bc90ca2edafe664e517da1b38fb6a2928bdf09_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:500cfeb055b38b0b9f76c9f262bc90ca2edafe664e517da1b38fb6a2928bdf09_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:500cfeb055b38b0b9f76c9f262bc90ca2edafe664e517da1b38fb6a2928bdf09_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel8-operator@sha256%3A500cfeb055b38b0b9f76c9f262bc90ca2edafe664e517da1b38fb6a2928bdf09?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770735032"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:780dd4ebd061e9ae7f72f7d1964caeafaf1ed5bd0870576d8e81022ff5bb019d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:780dd4ebd061e9ae7f72f7d1964caeafaf1ed5bd0870576d8e81022ff5bb019d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:780dd4ebd061e9ae7f72f7d1964caeafaf1ed5bd0870576d8e81022ff5bb019d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-workload-identity-webhook-rhel8@sha256%3A780dd4ebd061e9ae7f72f7d1964caeafaf1ed5bd0870576d8e81022ff5bb019d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770734964"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:5f1f51686d55d53af9015141ea4ef00dea86ca65a6cc89b8b3afff34fa416002_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:5f1f51686d55d53af9015141ea4ef00dea86ca65a6cc89b8b3afff34fa416002_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:5f1f51686d55d53af9015141ea4ef00dea86ca65a6cc89b8b3afff34fa416002_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel8@sha256%3A5f1f51686d55d53af9015141ea4ef00dea86ca65a6cc89b8b3afff34fa416002?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771438598"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:c6bb4ec25a7721ee6af5de90282a925ba47e6f26f4bc6b76651a5e811fe4786b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:c6bb4ec25a7721ee6af5de90282a925ba47e6f26f4bc6b76651a5e811fe4786b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:c6bb4ec25a7721ee6af5de90282a925ba47e6f26f4bc6b76651a5e811fe4786b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel8-operator@sha256%3Ac6bb4ec25a7721ee6af5de90282a925ba47e6f26f4bc6b76651a5e811fe4786b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770743196"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:b2e6862fbd2830ca980b1066d15f69e1a1997316ecf700983619f1f893a8f3f6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:b2e6862fbd2830ca980b1066d15f69e1a1997316ecf700983619f1f893a8f3f6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:b2e6862fbd2830ca980b1066d15f69e1a1997316ecf700983619f1f893a8f3f6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts@sha256%3Ab2e6862fbd2830ca980b1066d15f69e1a1997316ecf700983619f1f893a8f3f6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770749639"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:d9205cb2f0ed16fc021fb8be67f6c27f368fd4deb8aabccec39e134218f2ad0a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:d9205cb2f0ed16fc021fb8be67f6c27f368fd4deb8aabccec39e134218f2ad0a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:d9205cb2f0ed16fc021fb8be67f6c27f368fd4deb8aabccec39e134218f2ad0a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-operator@sha256%3Ad9205cb2f0ed16fc021fb8be67f6c27f368fd4deb8aabccec39e134218f2ad0a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770744452"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:7dc4d67c2153b57bd1d0e74e85e21d898acdc5e792ebf3e9e2254e9c243069c0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:7dc4d67c2153b57bd1d0e74e85e21d898acdc5e792ebf3e9e2254e9c243069c0_amd64",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:7dc4d67c2153b57bd1d0e74e85e21d898acdc5e792ebf3e9e2254e9c243069c0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel8@sha256%3A7dc4d67c2153b57bd1d0e74e85e21d898acdc5e792ebf3e9e2254e9c243069c0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770742318"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:e2ac15e82021d5dbd07c6548374bd47bdcc609addd61dcebc5e675293726563b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:e2ac15e82021d5dbd07c6548374bd47bdcc609addd61dcebc5e675293726563b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:e2ac15e82021d5dbd07c6548374bd47bdcc609addd61dcebc5e675293726563b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel8@sha256%3Ae2ac15e82021d5dbd07c6548374bd47bdcc609addd61dcebc5e675293726563b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770741315"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:c118d03728b27ee94fcdef1f63bd58fbf62475a5c016667a6a9805c7fbafa47a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:c118d03728b27ee94fcdef1f63bd58fbf62475a5c016667a6a9805c7fbafa47a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:c118d03728b27ee94fcdef1f63bd58fbf62475a5c016667a6a9805c7fbafa47a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-operator@sha256%3Ac118d03728b27ee94fcdef1f63bd58fbf62475a5c016667a6a9805c7fbafa47a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770744098"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:a3d35f264ad04e586073cc5971a8e5ee50a43d4ee5f3671ac4090ccaba868265_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:a3d35f264ad04e586073cc5971a8e5ee50a43d4ee5f3671ac4090ccaba868265_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:a3d35f264ad04e586073cc5971a8e5ee50a43d4ee5f3671ac4090ccaba868265_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-operator@sha256%3Aa3d35f264ad04e586073cc5971a8e5ee50a43d4ee5f3671ac4090ccaba868265?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770741786"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9e6c5bd0b8ec8c6259b9db817ac5a8fb954b1dac58b0fe00306a84f36c22035c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9e6c5bd0b8ec8c6259b9db817ac5a8fb954b1dac58b0fe00306a84f36c22035c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9e6c5bd0b8ec8c6259b9db817ac5a8fb954b1dac58b0fe00306a84f36c22035c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel8@sha256%3A9e6c5bd0b8ec8c6259b9db817ac5a8fb954b1dac58b0fe00306a84f36c22035c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770743877"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:36ea064f84c69157224566e5aafd03ef21af6bf9f0b8b78bcc6e197981239ccc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:36ea064f84c69157224566e5aafd03ef21af6bf9f0b8b78bcc6e197981239ccc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:36ea064f84c69157224566e5aafd03ef21af6bf9f0b8b78bcc6e197981239ccc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap@sha256%3A36ea064f84c69157224566e5aafd03ef21af6bf9f0b8b78bcc6e197981239ccc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770744346"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:763b411a1610701bc473415f0a677ea9e43b3b2ccbf2152ee4fc5cb13e710028_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:763b411a1610701bc473415f0a677ea9e43b3b2ccbf2152ee4fc5cb13e710028_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:763b411a1610701bc473415f0a677ea9e43b3b2ccbf2152ee4fc5cb13e710028_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-operator-container-rhel8@sha256%3A763b411a1610701bc473415f0a677ea9e43b3b2ccbf2152ee4fc5cb13e710028?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770739797"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:763b411a1610701bc473415f0a677ea9e43b3b2ccbf2152ee4fc5cb13e710028_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:763b411a1610701bc473415f0a677ea9e43b3b2ccbf2152ee4fc5cb13e710028_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:763b411a1610701bc473415f0a677ea9e43b3b2ccbf2152ee4fc5cb13e710028_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel8-operator@sha256%3A763b411a1610701bc473415f0a677ea9e43b3b2ccbf2152ee4fc5cb13e710028?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770739797"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:053561dbfbd124b7311afe6b5eeebb4b2f333bc1b61636e3e989b732016efab1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:053561dbfbd124b7311afe6b5eeebb4b2f333bc1b61636e3e989b732016efab1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:053561dbfbd124b7311afe6b5eeebb4b2f333bc1b61636e3e989b732016efab1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-operator-rhel8@sha256%3A053561dbfbd124b7311afe6b5eeebb4b2f333bc1b61636e3e989b732016efab1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770742835"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:07c83354fbde69786f65b60b2cba2f8ace4f277a5283cb2f29eb88f2707984cf_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:07c83354fbde69786f65b60b2cba2f8ace4f277a5283cb2f29eb88f2707984cf_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:07c83354fbde69786f65b60b2cba2f8ace4f277a5283cb2f29eb88f2707984cf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-operator@sha256%3A07c83354fbde69786f65b60b2cba2f8ace4f277a5283cb2f29eb88f2707984cf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770740598"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:398ea756c84de4884d03d27a59c1661bd1df0fb6e12ce9b3ee0319ca406ceb3e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:398ea756c84de4884d03d27a59c1661bd1df0fb6e12ce9b3ee0319ca406ceb3e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:398ea756c84de4884d03d27a59c1661bd1df0fb6e12ce9b3ee0319ca406ceb3e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-control-plane-machine-set-operator-rhel8@sha256%3A398ea756c84de4884d03d27a59c1661bd1df0fb6e12ce9b3ee0319ca406ceb3e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770740826"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:936103960861b7912cc9406f82082acb342021032e2def2f37df6def4187c034_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:936103960861b7912cc9406f82082acb342021032e2def2f37df6def4187c034_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:936103960861b7912cc9406f82082acb342021032e2def2f37df6def4187c034_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256%3A936103960861b7912cc9406f82082acb342021032e2def2f37df6def4187c034?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770742813"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:9ced6b74ea8456ddda60cf304f6faf8ff5fc033905eed2a59fae1b4845756211_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:9ced6b74ea8456ddda60cf304f6faf8ff5fc033905eed2a59fae1b4845756211_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:9ced6b74ea8456ddda60cf304f6faf8ff5fc033905eed2a59fae1b4845756211_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-operator@sha256%3A9ced6b74ea8456ddda60cf304f6faf8ff5fc033905eed2a59fae1b4845756211?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770744911"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:982a623205d2d6ede6ed1a295e36738e500c91ef9f8c2e3e62443082a2ba987b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:982a623205d2d6ede6ed1a295e36738e500c91ef9f8c2e3e62443082a2ba987b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:982a623205d2d6ede6ed1a295e36738e500c91ef9f8c2e3e62443082a2ba987b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-operator@sha256%3A982a623205d2d6ede6ed1a295e36738e500c91ef9f8c2e3e62443082a2ba987b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770741660"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:d3f9470c3930133339a3e805c2d5d1ad07945a44906a5b039270abec4c7b75f4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:d3f9470c3930133339a3e805c2d5d1ad07945a44906a5b039270abec4c7b75f4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:d3f9470c3930133339a3e805c2d5d1ad07945a44906a5b039270abec4c7b75f4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-operator@sha256%3Ad3f9470c3930133339a3e805c2d5d1ad07945a44906a5b039270abec4c7b75f4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770743648"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:23a24688a4be7be1242a773aa20f53f2aeb57d316cfa566de7cf2fb11000cb35_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:23a24688a4be7be1242a773aa20f53f2aeb57d316cfa566de7cf2fb11000cb35_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:23a24688a4be7be1242a773aa20f53f2aeb57d316cfa566de7cf2fb11000cb35_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-operator@sha256%3A23a24688a4be7be1242a773aa20f53f2aeb57d316cfa566de7cf2fb11000cb35?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770744735"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:a45563482bf570357b036302275609966253f74439f1acb59c8ff2bc3baf7b31_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:a45563482bf570357b036302275609966253f74439f1acb59c8ff2bc3baf7b31_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:a45563482bf570357b036302275609966253f74439f1acb59c8ff2bc3baf7b31_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel8-operator@sha256%3Aa45563482bf570357b036302275609966253f74439f1acb59c8ff2bc3baf7b31?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770742307"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:260a8887d952fb84f5d017c15ba8a1e60e23455dd20ac8e2034bfde8cc0b8f08_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:260a8887d952fb84f5d017c15ba8a1e60e23455dd20ac8e2034bfde8cc0b8f08_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:260a8887d952fb84f5d017c15ba8a1e60e23455dd20ac8e2034bfde8cc0b8f08_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-operator@sha256%3A260a8887d952fb84f5d017c15ba8a1e60e23455dd20ac8e2034bfde8cc0b8f08?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770740146"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:1556c0c53266796776454422b11f713d84e4a1586a6fb841efac115ec1906971_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:1556c0c53266796776454422b11f713d84e4a1586a6fb841efac115ec1906971_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:1556c0c53266796776454422b11f713d84e4a1586a6fb841efac115ec1906971_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-operator@sha256%3A1556c0c53266796776454422b11f713d84e4a1586a6fb841efac115ec1906971?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770741966"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:27abe5d06a3149ceddd3375e026f50955d4a45ef482ab6f61b9f02030e8e3b19_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:27abe5d06a3149ceddd3375e026f50955d4a45ef482ab6f61b9f02030e8e3b19_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:27abe5d06a3149ceddd3375e026f50955d4a45ef482ab6f61b9f02030e8e3b19_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256%3A27abe5d06a3149ceddd3375e026f50955d4a45ef482ab6f61b9f02030e8e3b19?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770740608"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:0b07eb65787a670b95cb47d98ee8b2ca36cc1b36d962e996d2f0a12a5d58a37f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:0b07eb65787a670b95cb47d98ee8b2ca36cc1b36d962e996d2f0a12a5d58a37f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:0b07eb65787a670b95cb47d98ee8b2ca36cc1b36d962e996d2f0a12a5d58a37f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver@sha256%3A0b07eb65787a670b95cb47d98ee8b2ca36cc1b36d962e996d2f0a12a5d58a37f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770742595"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:7353494095c9f0628274678311b2172589026dcc4e8e28091641ef65a2923e66_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:7353494095c9f0628274678311b2172589026dcc4e8e28091641ef65a2923e66_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:7353494095c9f0628274678311b2172589026dcc4e8e28091641ef65a2923e66_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-olm-operator-rhel8@sha256%3A7353494095c9f0628274678311b2172589026dcc4e8e28091641ef65a2923e66?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770742971"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:762cc951e74b525f20b93e71742a5bf44d12d3599fdba16a95608baf774c4555_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:762cc951e74b525f20b93e71742a5bf44d12d3599fdba16a95608baf774c4555_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:762cc951e74b525f20b93e71742a5bf44d12d3599fdba16a95608baf774c4555_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-operator@sha256%3A762cc951e74b525f20b93e71742a5bf44d12d3599fdba16a95608baf774c4555?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770743526"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:1130385b660f719e78d9449c6c7be888b7c6ed16a2ab43e1fb3505fe4ed03b33_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:1130385b660f719e78d9449c6c7be888b7c6ed16a2ab43e1fb3505fe4ed03b33_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:1130385b660f719e78d9449c6c7be888b7c6ed16a2ab43e1fb3505fe4ed03b33_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-operator@sha256%3A1130385b660f719e78d9449c6c7be888b7c6ed16a2ab43e1fb3505fe4ed03b33?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770739756"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:068996fb40042f413b58f8b5087a55d5275c8abb6cbbabba81dcaa8512800d8d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:068996fb40042f413b58f8b5087a55d5275c8abb6cbbabba81dcaa8512800d8d_amd64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:068996fb40042f413b58f8b5087a55d5275c8abb6cbbabba81dcaa8512800d8d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel8-operator@sha256%3A068996fb40042f413b58f8b5087a55d5275c8abb6cbbabba81dcaa8512800d8d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770991275"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:aab5a67ac1a3ccac5761114e28474e11b451124c5b7e71e6ec29e2895374c668_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:aab5a67ac1a3ccac5761114e28474e11b451124c5b7e71e6ec29e2895374c668_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:aab5a67ac1a3ccac5761114e28474e11b451124c5b7e71e6ec29e2895374c668_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-platform-operators-manager-rhel8@sha256%3Aaab5a67ac1a3ccac5761114e28474e11b451124c5b7e71e6ec29e2895374c668?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770740829"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:2b553e5669ef51cbce468f8c7c85bef41faf7f7952abefbcc2a55a9ce15c1251_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:2b553e5669ef51cbce468f8c7c85bef41faf7f7952abefbcc2a55a9ce15c1251_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:2b553e5669ef51cbce468f8c7c85bef41faf7f7952abefbcc2a55a9ce15c1251_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-operator@sha256%3A2b553e5669ef51cbce468f8c7c85bef41faf7f7952abefbcc2a55a9ce15c1251?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770733836"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:f4f4b53c8b205d611fa6bd641be601ead79d73bca40f838049eada4d5d0df227_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:f4f4b53c8b205d611fa6bd641be601ead79d73bca40f838049eada4d5d0df227_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:f4f4b53c8b205d611fa6bd641be601ead79d73bca40f838049eada4d5d0df227_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-update-keys@sha256%3Af4f4b53c8b205d611fa6bd641be601ead79d73bca40f838049eada4d5d0df227?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770743694"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:7a5ba0b22dcab9e3bdf107a7e443a212f7a9ec343f41d3deada1aa59091cf952_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:7a5ba0b22dcab9e3bdf107a7e443a212f7a9ec343f41d3deada1aa59091cf952_amd64",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:7a5ba0b22dcab9e3bdf107a7e443a212f7a9ec343f41d3deada1aa59091cf952_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel8@sha256%3A7a5ba0b22dcab9e3bdf107a7e443a212f7a9ec343f41d3deada1aa59091cf952?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770741023"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:b1082fb3535909dc2b8eb0ed95434e571071b5dc4324c6d3dbb1fe892012d607_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:b1082fb3535909dc2b8eb0ed95434e571071b5dc4324c6d3dbb1fe892012d607_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:b1082fb3535909dc2b8eb0ed95434e571071b5dc4324c6d3dbb1fe892012d607_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-rhel8@sha256%3Ab1082fb3535909dc2b8eb0ed95434e571071b5dc4324c6d3dbb1fe892012d607?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770742769"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:87439e5f75484270318701b52e986973d66d6f30f4d00b0da08036b2db846335_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:87439e5f75484270318701b52e986973d66d6f30f4d00b0da08036b2db846335_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:87439e5f75484270318701b52e986973d66d6f30f4d00b0da08036b2db846335_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-operator-rhel8@sha256%3A87439e5f75484270318701b52e986973d66d6f30f4d00b0da08036b2db846335?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770740529"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:50b6b05372735625c16a7ed674b1f056ec23b35dca896652ba94c5fe11ca7c82_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:50b6b05372735625c16a7ed674b1f056ec23b35dca896652ba94c5fe11ca7c82_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:50b6b05372735625c16a7ed674b1f056ec23b35dca896652ba94c5fe11ca7c82_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-webhook-rhel8@sha256%3A50b6b05372735625c16a7ed674b1f056ec23b35dca896652ba94c5fe11ca7c82?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770739607"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:5d9fa9b4f15954cca4a5c46f00840bd1047151f89e77da0c4250b673011fb6e0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:5d9fa9b4f15954cca4a5c46f00840bd1047151f89e77da0c4250b673011fb6e0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:5d9fa9b4f15954cca4a5c46f00840bd1047151f89e77da0c4250b673011fb6e0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer@sha256%3A5d9fa9b4f15954cca4a5c46f00840bd1047151f89e77da0c4250b673011fb6e0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770740518"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:5d9fa9b4f15954cca4a5c46f00840bd1047151f89e77da0c4250b673011fb6e0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:5d9fa9b4f15954cca4a5c46f00840bd1047151f89e77da0c4250b673011fb6e0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:5d9fa9b4f15954cca4a5c46f00840bd1047151f89e77da0c4250b673011fb6e0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel8@sha256%3A5d9fa9b4f15954cca4a5c46f00840bd1047151f89e77da0c4250b673011fb6e0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770740518"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:4dbb8cf627ac6c902416e06181beeafbbe3ce1a3891eeafb504d8169c29dc359_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:4dbb8cf627ac6c902416e06181beeafbbe3ce1a3891eeafb504d8169c29dc359_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:4dbb8cf627ac6c902416e06181beeafbbe3ce1a3891eeafb504d8169c29dc359_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter@sha256%3A4dbb8cf627ac6c902416e06181beeafbbe3ce1a3891eeafb504d8169c29dc359?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770743015"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:4dbb8cf627ac6c902416e06181beeafbbe3ce1a3891eeafb504d8169c29dc359_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:4dbb8cf627ac6c902416e06181beeafbbe3ce1a3891eeafb504d8169c29dc359_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:4dbb8cf627ac6c902416e06181beeafbbe3ce1a3891eeafb504d8169c29dc359_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel8@sha256%3A4dbb8cf627ac6c902416e06181beeafbbe3ce1a3891eeafb504d8169c29dc359?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770743015"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:52d2793450c879e8cc2df405b8f9ce03239f3ac832705bf8bf071b6d6c1aab00_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:52d2793450c879e8cc2df405b8f9ce03239f3ac832705bf8bf071b6d6c1aab00_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:52d2793450c879e8cc2df405b8f9ce03239f3ac832705bf8bf071b6d6c1aab00_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller@sha256%3A52d2793450c879e8cc2df405b8f9ce03239f3ac832705bf8bf071b6d6c1aab00?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770743875"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:52d2793450c879e8cc2df405b8f9ce03239f3ac832705bf8bf071b6d6c1aab00_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:52d2793450c879e8cc2df405b8f9ce03239f3ac832705bf8bf071b6d6c1aab00_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:52d2793450c879e8cc2df405b8f9ce03239f3ac832705bf8bf071b6d6c1aab00_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel8@sha256%3A52d2793450c879e8cc2df405b8f9ce03239f3ac832705bf8bf071b6d6c1aab00?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770743875"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:58e76dc80151dc5fbdd3089685b72d74b1aa8b98de2d5ef1525071fd972ef623_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:58e76dc80151dc5fbdd3089685b72d74b1aa8b98de2d5ef1525071fd972ef623_amd64",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:58e76dc80151dc5fbdd3089685b72d74b1aa8b98de2d5ef1525071fd972ef623_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd-rhel9@sha256%3A58e76dc80151dc5fbdd3089685b72d74b1aa8b98de2d5ef1525071fd972ef623?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770736649"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:3ba88359360ca1532c5224ba2acad3d1588ca40bfc4829ccb8c85ea19bc129a7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:3ba88359360ca1532c5224ba2acad3d1588ca40bfc4829ccb8c85ea19bc129a7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:3ba88359360ca1532c5224ba2acad3d1588ca40bfc4829ccb8c85ea19bc129a7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cloud-controller-manager-rhel8@sha256%3A3ba88359360ca1532c5224ba2acad3d1588ca40bfc4829ccb8c85ea19bc129a7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770737648"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4f02b77a2cab5ccdcccba93d51d2a5d9a92ceff151236ffdb8390ac4a67a4af6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4f02b77a2cab5ccdcccba93d51d2a5d9a92ceff151236ffdb8390ac4a67a4af6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4f02b77a2cab5ccdcccba93d51d2a5d9a92ceff151236ffdb8390ac4a67a4af6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cluster-api-controllers-rhel8@sha256%3A4f02b77a2cab5ccdcccba93d51d2a5d9a92ceff151236ffdb8390ac4a67a4af6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770739826"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:60b68743e0d82aa2c39c47afd70a39fa7da4426772b946bc4afd8558350d500f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:60b68743e0d82aa2c39c47afd70a39fa7da4426772b946bc4afd8558350d500f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:60b68743e0d82aa2c39c47afd70a39fa7da4426772b946bc4afd8558350d500f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-rhel8@sha256%3A60b68743e0d82aa2c39c47afd70a39fa7da4426772b946bc4afd8558350d500f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770739301"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:678ee1ac6110db9cc2380674735c94ed5f18c5c2d75137179ea2e100517ed2b3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:678ee1ac6110db9cc2380674735c94ed5f18c5c2d75137179ea2e100517ed2b3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:678ee1ac6110db9cc2380674735c94ed5f18c5c2d75137179ea2e100517ed2b3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-operator-rhel8@sha256%3A678ee1ac6110db9cc2380674735c94ed5f18c5c2d75137179ea2e100517ed2b3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770741204"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:5dd9628769aeb00b44e9a18fcbe1d56e7b172805be508e7b4ea85ab1b21fca3c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:5dd9628769aeb00b44e9a18fcbe1d56e7b172805be508e7b4ea85ab1b21fca3c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:5dd9628769aeb00b44e9a18fcbe1d56e7b172805be508e7b4ea85ab1b21fca3c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-cloud-controller-manager-rhel8@sha256%3A5dd9628769aeb00b44e9a18fcbe1d56e7b172805be508e7b4ea85ab1b21fca3c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770742829"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:17dc9edba250dc41896d18e2dab48a9fe51c08f0cedca362566f504bc1b90ecb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:17dc9edba250dc41896d18e2dab48a9fe51c08f0cedca362566f504bc1b90ecb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:17dc9edba250dc41896d18e2dab48a9fe51c08f0cedca362566f504bc1b90ecb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-rhel8@sha256%3A17dc9edba250dc41896d18e2dab48a9fe51c08f0cedca362566f504bc1b90ecb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770741791"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:94a23b1f97ca91ee3195c6ea07b4d867d32c717279fb9159bdaf3413f8e05582_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:94a23b1f97ca91ee3195c6ea07b4d867d32c717279fb9159bdaf3413f8e05582_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:94a23b1f97ca91ee3195c6ea07b4d867d32c717279fb9159bdaf3413f8e05582_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256%3A94a23b1f97ca91ee3195c6ea07b4d867d32c717279fb9159bdaf3413f8e05582?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770739847"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:38bf5373f8d67ef1c79741f697d9454328072f615def597752078137b38f65d1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:38bf5373f8d67ef1c79741f697d9454328072f615def597752078137b38f65d1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:38bf5373f8d67ef1c79741f697d9454328072f615def597752078137b38f65d1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-cluster-api-controllers-rhel8@sha256%3A38bf5373f8d67ef1c79741f697d9454328072f615def597752078137b38f65d1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770743649"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:b234daf9313e3efc2362f79a513d35bd15bb7c9b7a6aa936e12fa3a53feb7412_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:b234daf9313e3efc2362f79a513d35bd15bb7c9b7a6aa936e12fa3a53feb7412_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:b234daf9313e3efc2362f79a513d35bd15bb7c9b7a6aa936e12fa3a53feb7412_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-machine-controllers-rhel8@sha256%3Ab234daf9313e3efc2362f79a513d35bd15bb7c9b7a6aa936e12fa3a53feb7412?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770737667"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:ce2d048651c8b159bfe370425e5bead6a0873253ddbd6d6497ff429369798968_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:ce2d048651c8b159bfe370425e5bead6a0873253ddbd6d6497ff429369798968_amd64",
"product_id": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:ce2d048651c8b159bfe370425e5bead6a0873253ddbd6d6497ff429369798968_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-image-customization-controller-rhel8@sha256%3Ace2d048651c8b159bfe370425e5bead6a0873253ddbd6d6497ff429369798968?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771369290"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:78a6b3728b3e9c807b1b80ef6e79d29e5df49b5c92c5580ff31b9c2d6d013ceb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:78a6b3728b3e9c807b1b80ef6e79d29e5df49b5c92c5580ff31b9c2d6d013ceb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:78a6b3728b3e9c807b1b80ef6e79d29e5df49b5c92c5580ff31b9c2d6d013ceb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel8-operator@sha256%3A78a6b3728b3e9c807b1b80ef6e79d29e5df49b5c92c5580ff31b9c2d6d013ceb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770742039"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer@sha256:c420d49c96f376956982296e7a03f4febfe0cde367fc95ab63a87642e0b361c1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer@sha256:c420d49c96f376956982296e7a03f4febfe0cde367fc95ab63a87642e0b361c1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-installer@sha256:c420d49c96f376956982296e7a03f4febfe0cde367fc95ab63a87642e0b361c1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer@sha256%3Ac420d49c96f376956982296e7a03f4febfe0cde367fc95ab63a87642e0b361c1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770741564"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:b2ffb8ad7db07d9f7069d160daba5b7a73de760c7cc161106301d3654883553f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:b2ffb8ad7db07d9f7069d160daba5b7a73de760c7cc161106301d3654883553f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:b2ffb8ad7db07d9f7069d160daba5b7a73de760c7cc161106301d3654883553f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts@sha256%3Ab2ffb8ad7db07d9f7069d160daba5b7a73de760c7cc161106301d3654883553f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770751309"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:dea046947cc52f5b617e5c2e273ed1fa409fda43a2dc0eeaacd1fc0f27fe7ee3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:dea046947cc52f5b617e5c2e273ed1fa409fda43a2dc0eeaacd1fc0f27fe7ee3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:dea046947cc52f5b617e5c2e273ed1fa409fda43a2dc0eeaacd1fc0f27fe7ee3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel8@sha256%3Adea046947cc52f5b617e5c2e273ed1fa409fda43a2dc0eeaacd1fc0f27fe7ee3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770742934"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:813370f8fcb5b9e8830be339da8c73c5303a5a9755b18a8d26b4ad58007d2825_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:813370f8fcb5b9e8830be339da8c73c5303a5a9755b18a8d26b4ad58007d2825_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:813370f8fcb5b9e8830be339da8c73c5303a5a9755b18a8d26b4ad58007d2825_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel8@sha256%3A813370f8fcb5b9e8830be339da8c73c5303a5a9755b18a8d26b4ad58007d2825?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770743063"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:faaa0f58bae404689e533be4e44817cd8008d1ae4c2999fe1b671e663dd1588d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:faaa0f58bae404689e533be4e44817cd8008d1ae4c2999fe1b671e663dd1588d_amd64",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:faaa0f58bae404689e533be4e44817cd8008d1ae4c2999fe1b671e663dd1588d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-csi-driver-rhel8@sha256%3Afaaa0f58bae404689e533be4e44817cd8008d1ae4c2999fe1b671e663dd1588d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770742590"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:174f58ecc534af5ba1915d204f2e829972d3632652864eb1d61a95de29de7eb2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:174f58ecc534af5ba1915d204f2e829972d3632652864eb1d61a95de29de7eb2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:174f58ecc534af5ba1915d204f2e829972d3632652864eb1d61a95de29de7eb2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers@sha256%3A174f58ecc534af5ba1915d204f2e829972d3632652864eb1d61a95de29de7eb2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770742267"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-operator@sha256:c983af07026014d73b6cfc0d06fdd31a7dbebcbdee204cba1a672d24608d4d14_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-operator@sha256:c983af07026014d73b6cfc0d06fdd31a7dbebcbdee204cba1a672d24608d4d14_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-operator@sha256:c983af07026014d73b6cfc0d06fdd31a7dbebcbdee204cba1a672d24608d4d14_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-operator@sha256%3Ac983af07026014d73b6cfc0d06fdd31a7dbebcbdee204cba1a672d24608d4d14?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770741053"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:e87a5743e86e549e3b17b57cb6c3a93724ab85796407a3e4a0a816bb75a9a36e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:e87a5743e86e549e3b17b57cb6c3a93724ab85796407a3e4a0a816bb75a9a36e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:e87a5743e86e549e3b17b57cb6c3a93724ab85796407a3e4a0a816bb75a9a36e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-aws-rhel8@sha256%3Ae87a5743e86e549e3b17b57cb6c3a93724ab85796407a3e4a0a816bb75a9a36e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770735285"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:166c39667529c8deaa8cb6bdcd0f973c115a44a33ce2371e0c956cf157498d45_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:166c39667529c8deaa8cb6bdcd0f973c115a44a33ce2371e0c956cf157498d45_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:166c39667529c8deaa8cb6bdcd0f973c115a44a33ce2371e0c956cf157498d45_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-azure-rhel8@sha256%3A166c39667529c8deaa8cb6bdcd0f973c115a44a33ce2371e0c956cf157498d45?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770735022"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:4bc8956bb61c0451b1fc424ec1b8abb2a4af487ed8911d952c367592d31a4f3a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:4bc8956bb61c0451b1fc424ec1b8abb2a4af487ed8911d952c367592d31a4f3a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:4bc8956bb61c0451b1fc424ec1b8abb2a4af487ed8911d952c367592d31a4f3a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-gcp-rhel8@sha256%3A4bc8956bb61c0451b1fc424ec1b8abb2a4af487ed8911d952c367592d31a4f3a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770741484"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:b9c9b5e975e00da4e745d6caacf725e37ef8510727d354d65a96cbb51fcdaa86_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:b9c9b5e975e00da4e745d6caacf725e37ef8510727d354d65a96cbb51fcdaa86_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:b9c9b5e975e00da4e745d6caacf725e37ef8510727d354d65a96cbb51fcdaa86_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-openstack-rhel8@sha256%3Ab9c9b5e975e00da4e745d6caacf725e37ef8510727d354d65a96cbb51fcdaa86?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770744499"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:ab00d7940fe91a26c7f45e6824c8afc516bb655a6c725c0a3200ce164e127596_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:ab00d7940fe91a26c7f45e6824c8afc516bb655a6c725c0a3200ce164e127596_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:ab00d7940fe91a26c7f45e6824c8afc516bb655a6c725c0a3200ce164e127596_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-operator@sha256%3Aab00d7940fe91a26c7f45e6824c8afc516bb655a6c725c0a3200ce164e127596?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770742404"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:0857e1c73c07b272f017af571c91b3bcdc108540ec002da89b11ed2690c03de5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:0857e1c73c07b272f017af571c91b3bcdc108540ec002da89b11ed2690c03de5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:0857e1c73c07b272f017af571c91b3bcdc108540ec002da89b11ed2690c03de5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel8@sha256%3A0857e1c73c07b272f017af571c91b3bcdc108540ec002da89b11ed2690c03de5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770748901"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:5ba881fb649a3cfaebc470b0fbcbcfb799df2205477e3263adab655bffb4c268_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:5ba881fb649a3cfaebc470b0fbcbcfb799df2205477e3263adab655bffb4c268_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:5ba881fb649a3cfaebc470b0fbcbcfb799df2205477e3263adab655bffb4c268_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller@sha256%3A5ba881fb649a3cfaebc470b0fbcbcfb799df2205477e3263adab655bffb4c268?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770742250"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:e9a2908a457f2935037d9f4a27d85d77fa334c4ed7fdd1f593040e0bec592161_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:e9a2908a457f2935037d9f4a27d85d77fa334c4ed7fdd1f593040e0bec592161_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:e9a2908a457f2935037d9f4a27d85d77fa334c4ed7fdd1f593040e0bec592161_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel8@sha256%3Ae9a2908a457f2935037d9f4a27d85d77fa334c4ed7fdd1f593040e0bec592161?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770733842"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:5bc0e064ce599860205080a84750abb3de613a2735ec5f67ea4431a7a6f9249c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:5bc0e064ce599860205080a84750abb3de613a2735ec5f67ea4431a7a6f9249c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:5bc0e064ce599860205080a84750abb3de613a2735ec5f67ea4431a7a6f9249c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel8@sha256%3A5bc0e064ce599860205080a84750abb3de613a2735ec5f67ea4431a7a6f9249c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770733852"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather@sha256:fc8f8e4042ffc6ff97d75d2c97c2df435a7f2ac27d54109d4873ddac71a82069_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather@sha256:fc8f8e4042ffc6ff97d75d2c97c2df435a7f2ac27d54109d4873ddac71a82069_amd64",
"product_id": "registry.redhat.io/openshift4/ose-must-gather@sha256:fc8f8e4042ffc6ff97d75d2c97c2df435a7f2ac27d54109d4873ddac71a82069_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather@sha256%3Afc8f8e4042ffc6ff97d75d2c97c2df435a7f2ac27d54109d4873ddac71a82069?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770749290"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:1eee004700ca936c97efdbb97384677f3e3f2a2d42606967c1cf9c6765317154_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:1eee004700ca936c97efdbb97384677f3e3f2a2d42606967c1cf9c6765317154_amd64",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:1eee004700ca936c97efdbb97384677f3e3f2a2d42606967c1cf9c6765317154_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel8@sha256%3A1eee004700ca936c97efdbb97384677f3e3f2a2d42606967c1cf9c6765317154?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770744965"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:85d787413a3e60a0064132f45a19fdb810082bd401429e8248ff4df750bdad12_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:85d787413a3e60a0064132f45a19fdb810082bd401429e8248ff4df750bdad12_amd64",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:85d787413a3e60a0064132f45a19fdb810082bd401429e8248ff4df750bdad12_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel8@sha256%3A85d787413a3e60a0064132f45a19fdb810082bd401429e8248ff4df750bdad12?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770743496"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:19fbed56d75e69a0d9582fa54d3328fb44aee9a119781a0d9800a1f948b79926_amd64",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:19fbed56d75e69a0d9582fa54d3328fb44aee9a119781a0d9800a1f948b79926_amd64",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:19fbed56d75e69a0d9582fa54d3328fb44aee9a119781a0d9800a1f948b79926_amd64",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel8@sha256%3A19fbed56d75e69a0d9582fa54d3328fb44aee9a119781a0d9800a1f948b79926?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771385416"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:8e1c3cb2cc5f294d03e007b0aaf322662c3c6c09245c61a9553eb7b33a02d3cb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:8e1c3cb2cc5f294d03e007b0aaf322662c3c6c09245c61a9553eb7b33a02d3cb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:8e1c3cb2cc5f294d03e007b0aaf322662c3c6c09245c61a9553eb7b33a02d3cb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-nutanix-cloud-controller-manager-rhel8@sha256%3A8e1c3cb2cc5f294d03e007b0aaf322662c3c6c09245c61a9553eb7b33a02d3cb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770735229"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:8bfa6e267d4b8d65d364bcef54b1c09399a64dd7a5c97116e2b8358e0cde0cf6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:8bfa6e267d4b8d65d364bcef54b1c09399a64dd7a5c97116e2b8358e0cde0cf6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:8bfa6e267d4b8d65d364bcef54b1c09399a64dd7a5c97116e2b8358e0cde0cf6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-nutanix-machine-controllers-rhel8@sha256%3A8bfa6e267d4b8d65d364bcef54b1c09399a64dd7a5c97116e2b8358e0cde0cf6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770735273"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:646817898e42b4ddb0768945180739b794aec7dc3e31f5ba809569d87bdc1fe0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:646817898e42b4ddb0768945180739b794aec7dc3e31f5ba809569d87bdc1fe0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:646817898e42b4ddb0768945180739b794aec7dc3e31f5ba809569d87bdc1fe0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel8@sha256%3A646817898e42b4ddb0768945180739b794aec7dc3e31f5ba809569d87bdc1fe0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770991285"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:14587c92943288e6c9f56d60476f40b8f15ce7f1056913e5b4cf33f0a83af7c9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:14587c92943288e6c9f56d60476f40b8f15ce7f1056913e5b4cf33f0a83af7c9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:14587c92943288e6c9f56d60476f40b8f15ce7f1056913e5b4cf33f0a83af7c9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-catalogd-rhel8@sha256%3A14587c92943288e6c9f56d60476f40b8f15ce7f1056913e5b4cf33f0a83af7c9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770745246"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:b135940892cdd26c7e983f3c37d6d492cc588767dafb5960e1d5e9642ac48e5a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:b135940892cdd26c7e983f3c37d6d492cc588767dafb5960e1d5e9642ac48e5a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:b135940892cdd26c7e983f3c37d6d492cc588767dafb5960e1d5e9642ac48e5a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-operator-controller-rhel8@sha256%3Ab135940892cdd26c7e983f3c37d6d492cc588767dafb5960e1d5e9642ac48e5a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770743496"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:6e0ed09893071387d638004e2c9177d1933ba9cd59145ab3ecaf4167c9e955fe_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:6e0ed09893071387d638004e2c9177d1933ba9cd59145ab3ecaf4167c9e955fe_amd64",
"product_id": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:6e0ed09893071387d638004e2c9177d1933ba9cd59145ab3ecaf4167c9e955fe_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-rukpak-rhel8@sha256%3A6e0ed09893071387d638004e2c9177d1933ba9cd59145ab3ecaf4167c9e955fe?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770749611"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:17306fddebdf61a0a4bffd5ba6cf4bf595701c14553fb87968985e670e3a7f55_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:17306fddebdf61a0a4bffd5ba6cf4bf595701c14553fb87968985e670e3a7f55_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:17306fddebdf61a0a4bffd5ba6cf4bf595701c14553fb87968985e670e3a7f55_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel8@sha256%3A17306fddebdf61a0a4bffd5ba6cf4bf595701c14553fb87968985e670e3a7f55?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770740081"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:fd8bab3b8804bb1b4ac56408fad43519fbe11ded255435ac22e20f162fe27252_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:fd8bab3b8804bb1b4ac56408fad43519fbe11ded255435ac22e20f162fe27252_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:fd8bab3b8804bb1b4ac56408fad43519fbe11ded255435ac22e20f162fe27252_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel8@sha256%3Afd8bab3b8804bb1b4ac56408fad43519fbe11ded255435ac22e20f162fe27252?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770742133"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:cb06db0919e77bd26200cf8610277dd5feb9e627de2dfe43317fb4256be7cd0b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:cb06db0919e77bd26200cf8610277dd5feb9e627de2dfe43317fb4256be7cd0b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:cb06db0919e77bd26200cf8610277dd5feb9e627de2dfe43317fb4256be7cd0b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel8@sha256%3Acb06db0919e77bd26200cf8610277dd5feb9e627de2dfe43317fb4256be7cd0b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770743158"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:713d23b937eb12215688c4d67649aaf4270ece88b5197ff85fd3486b89ecf572_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:713d23b937eb12215688c4d67649aaf4270ece88b5197ff85fd3486b89ecf572_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:713d23b937eb12215688c4d67649aaf4270ece88b5197ff85fd3486b89ecf572_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel8-operator@sha256%3A713d23b937eb12215688c4d67649aaf4270ece88b5197ff85fd3486b89ecf572?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771369120"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:8150193ac1d183bc045856ed3862107d045d2f0582f60ec4203c99c641a8a30b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:8150193ac1d183bc045856ed3862107d045d2f0582f60ec4203c99c641a8a30b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:8150193ac1d183bc045856ed3862107d045d2f0582f60ec4203c99c641a8a30b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel8@sha256%3A8150193ac1d183bc045856ed3862107d045d2f0582f60ec4203c99c641a8a30b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770742075"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:0d1300f732f6e66a363b6fba2bb55e0187b2b345dc2583d1f0a1389f7526cf30_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:0d1300f732f6e66a363b6fba2bb55e0187b2b345dc2583d1f0a1389f7526cf30_amd64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:0d1300f732f6e66a363b6fba2bb55e0187b2b345dc2583d1f0a1389f7526cf30_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel8@sha256%3A0d1300f732f6e66a363b6fba2bb55e0187b2b345dc2583d1f0a1389f7526cf30?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770740072"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:265fe91b3158db898cef1933be732ba61a1cb0dd4006257b9f0aa30a8d4bc654_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:265fe91b3158db898cef1933be732ba61a1cb0dd4006257b9f0aa30a8d4bc654_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:265fe91b3158db898cef1933be732ba61a1cb0dd4006257b9f0aa30a8d4bc654_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovirt-machine-controllers-rhel8@sha256%3A265fe91b3158db898cef1933be732ba61a1cb0dd4006257b9f0aa30a8d4bc654?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770743471"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:554535a577ee5e912aec65bb9af114dce400c54955b1a15d3b0d8a3cab725389_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:554535a577ee5e912aec65bb9af114dce400c54955b1a15d3b0d8a3cab725389_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:554535a577ee5e912aec65bb9af114dce400c54955b1a15d3b0d8a3cab725389_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes@sha256%3A554535a577ee5e912aec65bb9af114dce400c54955b1a15d3b0d8a3cab725389?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771422053"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:554535a577ee5e912aec65bb9af114dce400c54955b1a15d3b0d8a3cab725389_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:554535a577ee5e912aec65bb9af114dce400c54955b1a15d3b0d8a3cab725389_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:554535a577ee5e912aec65bb9af114dce400c54955b1a15d3b0d8a3cab725389_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256%3A554535a577ee5e912aec65bb9af114dce400c54955b1a15d3b0d8a3cab725389?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771422053"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:c43678e689872e352ec44d2a2f395199a34ce16d085c4f7e563ee3e9534bdac8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:c43678e689872e352ec44d2a2f395199a34ce16d085c4f7e563ee3e9534bdac8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:c43678e689872e352ec44d2a2f395199a34ce16d085c4f7e563ee3e9534bdac8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-rhel8@sha256%3Ac43678e689872e352ec44d2a2f395199a34ce16d085c4f7e563ee3e9534bdac8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770737779"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:caf4fe81752b9984c30496aeb287eee457aaa9a51c1d4dc8dc47552f927f8989_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:caf4fe81752b9984c30496aeb287eee457aaa9a51c1d4dc8dc47552f927f8989_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:caf4fe81752b9984c30496aeb287eee457aaa9a51c1d4dc8dc47552f927f8989_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-operator-rhel8@sha256%3Acaf4fe81752b9984c30496aeb287eee457aaa9a51c1d4dc8dc47552f927f8989?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770738469"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:9038c74fb45e35bf411a05528ab578cff9cc10a8b0927fbad0a735e3b1d414ec_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:9038c74fb45e35bf411a05528ab578cff9cc10a8b0927fbad0a735e3b1d414ec_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:9038c74fb45e35bf411a05528ab578cff9cc10a8b0927fbad0a735e3b1d414ec_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-cloud-controller-manager-rhel8@sha256%3A9038c74fb45e35bf411a05528ab578cff9cc10a8b0927fbad0a735e3b1d414ec?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770739605"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:3448dd1942c7ffd71cdd12b778525042c5e38485872c6f579229cf786b20e9cd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:3448dd1942c7ffd71cdd12b778525042c5e38485872c6f579229cf786b20e9cd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:3448dd1942c7ffd71cdd12b778525042c5e38485872c6f579229cf786b20e9cd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-machine-controllers-rhel8@sha256%3A3448dd1942c7ffd71cdd12b778525042c5e38485872c6f579229cf786b20e9cd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770741057"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:449dd56bdd7e138d514aaa0c4d9489bc2d8e01b0b4c459131b116f221e2956f1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:449dd56bdd7e138d514aaa0c4d9489bc2d8e01b0b4c459131b116f221e2956f1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:449dd56bdd7e138d514aaa0c4d9489bc2d8e01b0b4c459131b116f221e2956f1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-k8s-prometheus-adapter@sha256%3A449dd56bdd7e138d514aaa0c4d9489bc2d8e01b0b4c459131b116f221e2956f1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770744433"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:654ffb6786eaa915fbce588d9016bd09927a204f797ba0104585bbb19de6e15b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:654ffb6786eaa915fbce588d9016bd09927a204f797ba0104585bbb19de6e15b_amd64",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:654ffb6786eaa915fbce588d9016bd09927a204f797ba0104585bbb19de6e15b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel8@sha256%3A654ffb6786eaa915fbce588d9016bd09927a204f797ba0104585bbb19de6e15b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770744235"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:c17711a9aaf902cc6c95e62c3715201e6354a76117166fc3715a27342c2be2fa_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:c17711a9aaf902cc6c95e62c3715201e6354a76117166fc3715a27342c2be2fa_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:c17711a9aaf902cc6c95e62c3715201e6354a76117166fc3715a27342c2be2fa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-sdn-rhel8@sha256%3Ac17711a9aaf902cc6c95e62c3715201e6354a76117166fc3715a27342c2be2fa?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770749099"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-operator@sha256:d97ac99882fc7894c72d6030a4578fab814b2550e6478be0bef5eab5b41b85bd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-operator@sha256:d97ac99882fc7894c72d6030a4578fab814b2550e6478be0bef5eab5b41b85bd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-operator@sha256:d97ac99882fc7894c72d6030a4578fab814b2550e6478be0bef5eab5b41b85bd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-operator@sha256%3Ad97ac99882fc7894c72d6030a4578fab814b2550e6478be0bef5eab5b41b85bd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770743600"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:f383f85c0c0470333be07dbe4923042a818b9b5949eaa320c0e99d5ddaf643b2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:f383f85c0c0470333be07dbe4923042a818b9b5949eaa320c0e99d5ddaf643b2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:f383f85c0c0470333be07dbe4923042a818b9b5949eaa320c0e99d5ddaf643b2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel8@sha256%3Af383f85c0c0470333be07dbe4923042a818b9b5949eaa320c0e99d5ddaf643b2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771249805"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:4bbe5d322d15b2f708bd75f6b7e1f52bd0639ad729910ec4bb488faeead2ebf6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:4bbe5d322d15b2f708bd75f6b7e1f52bd0639ad729910ec4bb488faeead2ebf6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:4bbe5d322d15b2f708bd75f6b7e1f52bd0639ad729910ec4bb488faeead2ebf6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vmware-vsphere-csi-driver-rhel8@sha256%3A4bbe5d322d15b2f708bd75f6b7e1f52bd0639ad729910ec4bb488faeead2ebf6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770735124"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:4bbe5d322d15b2f708bd75f6b7e1f52bd0639ad729910ec4bb488faeead2ebf6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:4bbe5d322d15b2f708bd75f6b7e1f52bd0639ad729910ec4bb488faeead2ebf6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:4bbe5d322d15b2f708bd75f6b7e1f52bd0639ad729910ec4bb488faeead2ebf6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-csi-driver-rhel8@sha256%3A4bbe5d322d15b2f708bd75f6b7e1f52bd0639ad729910ec4bb488faeead2ebf6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770735124"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:00a118e4fbe39e9be377d2318d259343a159b83d322caa771a933c0696696e4e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:00a118e4fbe39e9be377d2318d259343a159b83d322caa771a933c0696696e4e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:00a118e4fbe39e9be377d2318d259343a159b83d322caa771a933c0696696e4e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256%3A00a118e4fbe39e9be377d2318d259343a159b83d322caa771a933c0696696e4e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770735085"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:00a118e4fbe39e9be377d2318d259343a159b83d322caa771a933c0696696e4e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:00a118e4fbe39e9be377d2318d259343a159b83d322caa771a933c0696696e4e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:00a118e4fbe39e9be377d2318d259343a159b83d322caa771a933c0696696e4e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-csi-driver-operator-rhel8@sha256%3A00a118e4fbe39e9be377d2318d259343a159b83d322caa771a933c0696696e4e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770735085"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:b163baec860229f0a73b3901940045535b666102f42dd61e453f196b77124604_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:b163baec860229f0a73b3901940045535b666102f42dd61e453f196b77124604_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:b163baec860229f0a73b3901940045535b666102f42dd61e453f196b77124604_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-cloud-controller-manager-rhel8@sha256%3Ab163baec860229f0a73b3901940045535b666102f42dd61e453f196b77124604?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770735403"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:aaeef54d7945e2f9df7ddc715776cd9133a335e39268dac2a65d4bb27b0baec6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:aaeef54d7945e2f9df7ddc715776cd9133a335e39268dac2a65d4bb27b0baec6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:aaeef54d7945e2f9df7ddc715776cd9133a335e39268dac2a65d4bb27b0baec6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-cluster-api-controllers-rhel8@sha256%3Aaaeef54d7945e2f9df7ddc715776cd9133a335e39268dac2a65d4bb27b0baec6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770735855"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0f9b478c439a81b264c306f4b597d40cbd2b9461a2be9167d667ae96ccf2d80f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0f9b478c439a81b264c306f4b597d40cbd2b9461a2be9167d667ae96ccf2d80f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0f9b478c439a81b264c306f4b597d40cbd2b9461a2be9167d667ae96ccf2d80f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256%3A0f9b478c439a81b264c306f4b597d40cbd2b9461a2be9167d667ae96ccf2d80f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770749126"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:7c1b269972bf5e330da11df053fe60f0a8f1af43fb34ea0c22685fb65ad53715_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:7c1b269972bf5e330da11df053fe60f0a8f1af43fb34ea0c22685fb65ad53715_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:7c1b269972bf5e330da11df053fe60f0a8f1af43fb34ea0c22685fb65ad53715_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy@sha256%3A7c1b269972bf5e330da11df053fe60f0a8f1af43fb34ea0c22685fb65ad53715?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770733900"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:d0d43e6dabdc4f060c91b7d247a444b763821f61931ef78eba33482eb493acd0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:d0d43e6dabdc4f060c91b7d247a444b763821f61931ef78eba33482eb493acd0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:d0d43e6dabdc4f060c91b7d247a444b763821f61931ef78eba33482eb493acd0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader@sha256%3Ad0d43e6dabdc4f060c91b7d247a444b763821f61931ef78eba33482eb493acd0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770743528"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator@sha256:2d83001997d22839a2df4acbb23553acd372c163df0a8bdbb97080d5274b6925_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator@sha256:2d83001997d22839a2df4acbb23553acd372c163df0a8bdbb97080d5274b6925_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator@sha256:2d83001997d22839a2df4acbb23553acd372c163df0a8bdbb97080d5274b6925_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator@sha256%3A2d83001997d22839a2df4acbb23553acd372c163df0a8bdbb97080d5274b6925?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770741142"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:1a041a1f772f19dba24bb7dd08cbb374b8b9011e2982804d34a739e5050af270_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:1a041a1f772f19dba24bb7dd08cbb374b8b9011e2982804d34a739e5050af270_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:1a041a1f772f19dba24bb7dd08cbb374b8b9011e2982804d34a739e5050af270_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel8@sha256%3A1a041a1f772f19dba24bb7dd08cbb374b8b9011e2982804d34a739e5050af270?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770742346"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter@sha256:c86017bd51d33ceb8f42f837a4b19f0c750967486b6ad647f01b7536d20c5d41_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter@sha256:c86017bd51d33ceb8f42f837a4b19f0c750967486b6ad647f01b7536d20c5d41_amd64",
"product_id": "registry.redhat.io/openshift4/ose-telemeter@sha256:c86017bd51d33ceb8f42f837a4b19f0c750967486b6ad647f01b7536d20c5d41_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter@sha256%3Ac86017bd51d33ceb8f42f837a4b19f0c750967486b6ad647f01b7536d20c5d41?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770741433"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:2d6037ca2e1cfa58511058b4555e6f65f1eb66f80b0e0d78110076bcbfaa5a0a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:2d6037ca2e1cfa58511058b4555e6f65f1eb66f80b0e0d78110076bcbfaa5a0a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:2d6037ca2e1cfa58511058b4555e6f65f1eb66f80b0e0d78110076bcbfaa5a0a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel8@sha256%3A2d6037ca2e1cfa58511058b4555e6f65f1eb66f80b0e0d78110076bcbfaa5a0a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771294312"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:81fff6216dfca869c758bd60a0efc7eec81c81005544dee1b52e1098b9646322_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:81fff6216dfca869c758bd60a0efc7eec81c81005544dee1b52e1098b9646322_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:81fff6216dfca869c758bd60a0efc7eec81c81005544dee1b52e1098b9646322_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-csi-driver-syncer-rhel8@sha256%3A81fff6216dfca869c758bd60a0efc7eec81c81005544dee1b52e1098b9646322?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770735495"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:9b28af07fd820df432f76f7cbf5f6c17ff275307679b909b9fcef39af9c13aae_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:9b28af07fd820df432f76f7cbf5f6c17ff275307679b909b9fcef39af9c13aae_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:9b28af07fd820df432f76f7cbf5f6c17ff275307679b909b9fcef39af9c13aae_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-problem-detector-rhel8@sha256%3A9b28af07fd820df432f76f7cbf5f6c17ff275307679b909b9fcef39af9c13aae?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770734951"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:edaeb800342b998c1e3fe5630506656ab2c34c2190dadbac5f33dd78eee7ba44_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:edaeb800342b998c1e3fe5630506656ab2c34c2190dadbac5f33dd78eee7ba44_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:edaeb800342b998c1e3fe5630506656ab2c34c2190dadbac5f33dd78eee7ba44_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler@sha256%3Aedaeb800342b998c1e3fe5630506656ab2c34c2190dadbac5f33dd78eee7ba44?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770733847"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:5f035963d48b03c48682ee5e08df9929a84ae062ed1989e4e7b3ade0e22da544_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:5f035963d48b03c48682ee5e08df9929a84ae062ed1989e4e7b3ade0e22da544_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:5f035963d48b03c48682ee5e08df9929a84ae062ed1989e4e7b3ade0e22da544_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-rhel8@sha256%3A5f035963d48b03c48682ee5e08df9929a84ae062ed1989e4e7b3ade0e22da544?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770735153"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:549bc2dbacc1479bbda10cfbeb3688f2e83f51d8e61fba07ca6816f7c56e9e0e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:549bc2dbacc1479bbda10cfbeb3688f2e83f51d8e61fba07ca6816f7c56e9e0e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:549bc2dbacc1479bbda10cfbeb3688f2e83f51d8e61fba07ca6816f7c56e9e0e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-operator-rhel8@sha256%3A549bc2dbacc1479bbda10cfbeb3688f2e83f51d8e61fba07ca6816f7c56e9e0e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770734979"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:471037482b480a52f798d0fd05366ab7a2e92744f8902450dfc3fe2b88f6c2b0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:471037482b480a52f798d0fd05366ab7a2e92744f8902450dfc3fe2b88f6c2b0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:471037482b480a52f798d0fd05366ab7a2e92744f8902450dfc3fe2b88f6c2b0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers@sha256%3A471037482b480a52f798d0fd05366ab7a2e92744f8902450dfc3fe2b88f6c2b0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770744358"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5969b94e914ff5ff8ce4cf32df64f10f1b6996832e3f2ab0b377dff46efc9af_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5969b94e914ff5ff8ce4cf32df64f10f1b6996832e3f2ab0b377dff46efc9af_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5969b94e914ff5ff8ce4cf32df64f10f1b6996832e3f2ab0b377dff46efc9af_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel8@sha256%3Af5969b94e914ff5ff8ce4cf32df64f10f1b6996832e3f2ab0b377dff46efc9af?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770744157"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:a7f257be16c02c62b9b01656b655ebeb2a1eb640a57b3d38877c44083497cefd_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:a7f257be16c02c62b9b01656b655ebeb2a1eb640a57b3d38877c44083497cefd_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:a7f257be16c02c62b9b01656b655ebeb2a1eb640a57b3d38877c44083497cefd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel8-operator@sha256%3Aa7f257be16c02c62b9b01656b655ebeb2a1eb640a57b3d38877c44083497cefd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771369118"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:beeb8e60ababc4bba5c6759da3d7ba4ee1786a43132b414748f8e0a2cc9f63a7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:beeb8e60ababc4bba5c6759da3d7ba4ee1786a43132b414748f8e0a2cc9f63a7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:beeb8e60ababc4bba5c6759da3d7ba4ee1786a43132b414748f8e0a2cc9f63a7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-operator@sha256%3Abeeb8e60ababc4bba5c6759da3d7ba4ee1786a43132b414748f8e0a2cc9f63a7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770740419"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:d9817e136b2c3dfb1fbf805c3d29b8d0cefbb07f76fc1e56ee486666726abbe2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:d9817e136b2c3dfb1fbf805c3d29b8d0cefbb07f76fc1e56ee486666726abbe2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:d9817e136b2c3dfb1fbf805c3d29b8d0cefbb07f76fc1e56ee486666726abbe2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-operator@sha256%3Ad9817e136b2c3dfb1fbf805c3d29b8d0cefbb07f76fc1e56ee486666726abbe2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770740144"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:dd6662403f5ceb2bb3b8887c7d608c73ff18a8dfb8ef1ec089ca61e4a4f75254_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:dd6662403f5ceb2bb3b8887c7d608c73ff18a8dfb8ef1ec089ca61e4a4f75254_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:dd6662403f5ceb2bb3b8887c7d608c73ff18a8dfb8ef1ec089ca61e4a4f75254_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-operator@sha256%3Add6662403f5ceb2bb3b8887c7d608c73ff18a8dfb8ef1ec089ca61e4a4f75254?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770863538"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:dd6662403f5ceb2bb3b8887c7d608c73ff18a8dfb8ef1ec089ca61e4a4f75254_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:dd6662403f5ceb2bb3b8887c7d608c73ff18a8dfb8ef1ec089ca61e4a4f75254_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:dd6662403f5ceb2bb3b8887c7d608c73ff18a8dfb8ef1ec089ca61e4a4f75254_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256%3Add6662403f5ceb2bb3b8887c7d608c73ff18a8dfb8ef1ec089ca61e4a4f75254?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770863538"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:8b36c39a63639cdf7c05bc997bf98c0f5cf9c1cee0d740cf9aa6e74b91dc0249_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:8b36c39a63639cdf7c05bc997bf98c0f5cf9c1cee0d740cf9aa6e74b91dc0249_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:8b36c39a63639cdf7c05bc997bf98c0f5cf9c1cee0d740cf9aa6e74b91dc0249_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel8@sha256%3A8b36c39a63639cdf7c05bc997bf98c0f5cf9c1cee0d740cf9aa6e74b91dc0249?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770744653"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:b539177c3bdf37dfc67cca8b3a2dbffa0b4941952135f7f144d3ee1498cfb05f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:b539177c3bdf37dfc67cca8b3a2dbffa0b4941952135f7f144d3ee1498cfb05f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:b539177c3bdf37dfc67cca8b3a2dbffa0b4941952135f7f144d3ee1498cfb05f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-operator@sha256%3Ab539177c3bdf37dfc67cca8b3a2dbffa0b4941952135f7f144d3ee1498cfb05f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770743637"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:f7b123897a6b90484fd938de9dd8ecd1b104f2e70e0564fc10aa1b3583ad1011_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:f7b123897a6b90484fd938de9dd8ecd1b104f2e70e0564fc10aa1b3583ad1011_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:f7b123897a6b90484fd938de9dd8ecd1b104f2e70e0564fc10aa1b3583ad1011_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-operator@sha256%3Af7b123897a6b90484fd938de9dd8ecd1b104f2e70e0564fc10aa1b3583ad1011?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770742783"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader@sha256:59c896aa966fef8ca6396239201cb9f1821d71f1e4787c4a03f36190b8a42c76_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader@sha256:59c896aa966fef8ca6396239201cb9f1821d71f1e4787c4a03f36190b8a42c76_arm64",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader@sha256:59c896aa966fef8ca6396239201cb9f1821d71f1e4787c4a03f36190b8a42c76_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader@sha256%3A59c896aa966fef8ca6396239201cb9f1821d71f1e4787c4a03f36190b8a42c76?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770742626"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns@sha256:237a287a2db660c2b844ac5e985ca1cc70be0f7732c7beac536e3c3e09da9b71_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns@sha256:237a287a2db660c2b844ac5e985ca1cc70be0f7732c7beac536e3c3e09da9b71_arm64",
"product_id": "registry.redhat.io/openshift4/ose-coredns@sha256:237a287a2db660c2b844ac5e985ca1cc70be0f7732c7beac536e3c3e09da9b71_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns@sha256%3A237a287a2db660c2b844ac5e985ca1cc70be0f7732c7beac536e3c3e09da9b71?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770744862"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:e187b0624e19031a80b2fb26bfdd82cb8ec9dc66a115e5fab48312cd8bc5d014_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:e187b0624e19031a80b2fb26bfdd82cb8ec9dc66a115e5fab48312cd8bc5d014_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:e187b0624e19031a80b2fb26bfdd82cb8ec9dc66a115e5fab48312cd8bc5d014_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher@sha256%3Ae187b0624e19031a80b2fb26bfdd82cb8ec9dc66a115e5fab48312cd8bc5d014?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770743028"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:e187b0624e19031a80b2fb26bfdd82cb8ec9dc66a115e5fab48312cd8bc5d014_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:e187b0624e19031a80b2fb26bfdd82cb8ec9dc66a115e5fab48312cd8bc5d014_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:e187b0624e19031a80b2fb26bfdd82cb8ec9dc66a115e5fab48312cd8bc5d014_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel8@sha256%3Ae187b0624e19031a80b2fb26bfdd82cb8ec9dc66a115e5fab48312cd8bc5d014?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770743028"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:22ca0ebc3fe663bf0e9270067ddae2e143bbe0401ec4be56f56399dd038bdaed_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:22ca0ebc3fe663bf0e9270067ddae2e143bbe0401ec4be56f56399dd038bdaed_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:22ca0ebc3fe663bf0e9270067ddae2e143bbe0401ec4be56f56399dd038bdaed_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe@sha256%3A22ca0ebc3fe663bf0e9270067ddae2e143bbe0401ec4be56f56399dd038bdaed?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770742008"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:22ca0ebc3fe663bf0e9270067ddae2e143bbe0401ec4be56f56399dd038bdaed_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:22ca0ebc3fe663bf0e9270067ddae2e143bbe0401ec4be56f56399dd038bdaed_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:22ca0ebc3fe663bf0e9270067ddae2e143bbe0401ec4be56f56399dd038bdaed_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel8@sha256%3A22ca0ebc3fe663bf0e9270067ddae2e143bbe0401ec4be56f56399dd038bdaed?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770742008"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:85363677c4bb40f00d43ca5d6491b03bf73b5aa2cdd514509a8168ab8c47399a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:85363677c4bb40f00d43ca5d6491b03bf73b5aa2cdd514509a8168ab8c47399a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:85363677c4bb40f00d43ca5d6491b03bf73b5aa2cdd514509a8168ab8c47399a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar@sha256%3A85363677c4bb40f00d43ca5d6491b03bf73b5aa2cdd514509a8168ab8c47399a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770744302"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:85363677c4bb40f00d43ca5d6491b03bf73b5aa2cdd514509a8168ab8c47399a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:85363677c4bb40f00d43ca5d6491b03bf73b5aa2cdd514509a8168ab8c47399a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:85363677c4bb40f00d43ca5d6491b03bf73b5aa2cdd514509a8168ab8c47399a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel8@sha256%3A85363677c4bb40f00d43ca5d6491b03bf73b5aa2cdd514509a8168ab8c47399a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770744302"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:3e9dd635257195cd5c90778267107ce11566f35c60d415e4f8bb9ec13fcb4477_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:3e9dd635257195cd5c90778267107ce11566f35c60d415e4f8bb9ec13fcb4477_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:3e9dd635257195cd5c90778267107ce11566f35c60d415e4f8bb9ec13fcb4477_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner@sha256%3A3e9dd635257195cd5c90778267107ce11566f35c60d415e4f8bb9ec13fcb4477?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770740996"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:3e9dd635257195cd5c90778267107ce11566f35c60d415e4f8bb9ec13fcb4477_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:3e9dd635257195cd5c90778267107ce11566f35c60d415e4f8bb9ec13fcb4477_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:3e9dd635257195cd5c90778267107ce11566f35c60d415e4f8bb9ec13fcb4477_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel8@sha256%3A3e9dd635257195cd5c90778267107ce11566f35c60d415e4f8bb9ec13fcb4477?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770740996"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:656c38b2cc045e620277466f42436ba47633b284107fd2dd77b2a20b6d92fb65_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:656c38b2cc045e620277466f42436ba47633b284107fd2dd77b2a20b6d92fb65_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:656c38b2cc045e620277466f42436ba47633b284107fd2dd77b2a20b6d92fb65_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-validation-webhook-rhel8@sha256%3A656c38b2cc045e620277466f42436ba47633b284107fd2dd77b2a20b6d92fb65?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770739833"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bfb1ae8157364e5772facba2869c37414fa49fadc0b7a42ade55684e5a93ef0c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bfb1ae8157364e5772facba2869c37414fa49fadc0b7a42ade55684e5a93ef0c_arm64",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bfb1ae8157364e5772facba2869c37414fa49fadc0b7a42ade55684e5a93ef0c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256%3Abfb1ae8157364e5772facba2869c37414fa49fadc0b7a42ade55684e5a93ef0c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771120085"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:d14dd4c11011464adb44f802bbff4820560b56422a8891664de65bc1f8da66ef_arm64",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:d14dd4c11011464adb44f802bbff4820560b56422a8891664de65bc1f8da66ef_arm64",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:d14dd4c11011464adb44f802bbff4820560b56422a8891664de65bc1f8da66ef_arm64",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel8@sha256%3Ad14dd4c11011464adb44f802bbff4820560b56422a8891664de65bc1f8da66ef?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770739860"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy@sha256:2e487cac721a6c9b8cff331ded53fc6ad0397aecbd51c1384632319d573bf601_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy@sha256:2e487cac721a6c9b8cff331ded53fc6ad0397aecbd51c1384632319d573bf601_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy@sha256:2e487cac721a6c9b8cff331ded53fc6ad0397aecbd51c1384632319d573bf601_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy@sha256%3A2e487cac721a6c9b8cff331ded53fc6ad0397aecbd51c1384632319d573bf601?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770733839"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:73021b1853b79ffeb0d04c028cad9905455214a59cc50dba01ef7f97372da705_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:73021b1853b79ffeb0d04c028cad9905455214a59cc50dba01ef7f97372da705_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:73021b1853b79ffeb0d04c028cad9905455214a59cc50dba01ef7f97372da705_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager@sha256%3A73021b1853b79ffeb0d04c028cad9905455214a59cc50dba01ef7f97372da705?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770733777"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:dc3a9ba0d7083481d3717e6b486b130674223d5ec26c40e854bc40aa9d819538_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:dc3a9ba0d7083481d3717e6b486b130674223d5ec26c40e854bc40aa9d819538_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:dc3a9ba0d7083481d3717e6b486b130674223d5ec26c40e854bc40aa9d819538_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-node-exporter@sha256%3Adc3a9ba0d7083481d3717e6b486b130674223d5ec26c40e854bc40aa9d819538?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770734121"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus@sha256:f081c5b04915471afae962eebefea4ea2b71e0afc6d367f59c4710a3953239b2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus@sha256:f081c5b04915471afae962eebefea4ea2b71e0afc6d367f59c4710a3953239b2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus@sha256:f081c5b04915471afae962eebefea4ea2b71e0afc6d367f59c4710a3953239b2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus@sha256%3Af081c5b04915471afae962eebefea4ea2b71e0afc6d367f59c4710a3953239b2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770734026"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:856deaffcb6e4b4b9d7503e91f3d23b8767100a1c8c72a6c472e1f882631833c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:856deaffcb6e4b4b9d7503e91f3d23b8767100a1c8c72a6c472e1f882631833c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:856deaffcb6e4b4b9d7503e91f3d23b8767100a1c8c72a6c472e1f882631833c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel8@sha256%3A856deaffcb6e4b4b9d7503e91f3d23b8767100a1c8c72a6c472e1f882631833c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770739632"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:9dd169e3a46ae8eaf47028070e752a308cec0418f8102dbedadd4210b867e706_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:9dd169e3a46ae8eaf47028070e752a308cec0418f8102dbedadd4210b867e706_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:9dd169e3a46ae8eaf47028070e752a308cec0418f8102dbedadd4210b867e706_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-rhel9@sha256%3A9dd169e3a46ae8eaf47028070e752a308cec0418f8102dbedadd4210b867e706?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770733664"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:d8b63cb4fcd259a66eebb6605a7a105384cdb4cec042952b966b4f8bfabebf4f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:d8b63cb4fcd259a66eebb6605a7a105384cdb4cec042952b966b4f8bfabebf4f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:d8b63cb4fcd259a66eebb6605a7a105384cdb4cec042952b966b4f8bfabebf4f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-agent-rhel9@sha256%3Ad8b63cb4fcd259a66eebb6605a7a105384cdb4cec042952b966b4f8bfabebf4f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770733671"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:7924a3056fabcec515d879413e5b88ef00fcb7451c884b7f7743d3679f127a12_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:7924a3056fabcec515d879413e5b88ef00fcb7451c884b7f7743d3679f127a12_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:7924a3056fabcec515d879413e5b88ef00fcb7451c884b7f7743d3679f127a12_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-machine-os-downloader-rhel9@sha256%3A7924a3056fabcec515d879413e5b88ef00fcb7451c884b7f7743d3679f127a12?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771119611"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:f85276401d03d6f3dbe5de6fab4cdd44379d4e3cbc3d0ea53efce7eb9ac59d60_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:f85276401d03d6f3dbe5de6fab4cdd44379d4e3cbc3d0ea53efce7eb9ac59d60_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:f85276401d03d6f3dbe5de6fab4cdd44379d4e3cbc3d0ea53efce7eb9ac59d60_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-static-ip-manager-rhel9@sha256%3Af85276401d03d6f3dbe5de6fab4cdd44379d4e3cbc3d0ea53efce7eb9ac59d60?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770733687"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy@sha256:d7ac53074e1cfc8218326b613104a28aae4cee1c67785de8cfa755d1772ebb13_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy@sha256:d7ac53074e1cfc8218326b613104a28aae4cee1c67785de8cfa755d1772ebb13_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy@sha256:d7ac53074e1cfc8218326b613104a28aae4cee1c67785de8cfa755d1772ebb13_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy@sha256%3Ad7ac53074e1cfc8218326b613104a28aae4cee1c67785de8cfa755d1772ebb13?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770741102"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:79f3b697eb24b1f1fb941a3adb768c4fc11e742e4de8b917900fbb301f5605d4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:79f3b697eb24b1f1fb941a3adb768c4fc11e742e4de8b917900fbb301f5605d4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:79f3b697eb24b1f1fb941a3adb768c4fc11e742e4de8b917900fbb301f5605d4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy@sha256%3A79f3b697eb24b1f1fb941a3adb768c4fc11e742e4de8b917900fbb301f5605d4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770743455"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:8a9dd162f613ba32fae56bc1b9f1ed10c577b4e3aa3c42bb08e3abe76e820c82_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:8a9dd162f613ba32fae56bc1b9f1ed10c577b4e3aa3c42bb08e3abe76e820c82_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:8a9dd162f613ba32fae56bc1b9f1ed10c577b4e3aa3c42bb08e3abe76e820c82_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics@sha256%3A8a9dd162f613ba32fae56bc1b9f1ed10c577b4e3aa3c42bb08e3abe76e820c82?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770740975"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace@sha256:711a9081e2bb725ceda8dcda213f5f3475b326f708b077c4b4e215c643bcae71_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace@sha256:711a9081e2bb725ceda8dcda213f5f3475b326f708b077c4b4e215c643bcae71_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace@sha256:711a9081e2bb725ceda8dcda213f5f3475b326f708b077c4b4e215c643bcae71_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace@sha256%3A711a9081e2bb725ceda8dcda213f5f3475b326f708b077c4b4e215c643bcae71?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770745177"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:96538bfc448f0d0649d003f11b49f989ca36e10838f34fb91a9f7ca8967d574d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:96538bfc448f0d0649d003f11b49f989ca36e10838f34fb91a9f7ca8967d574d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:96538bfc448f0d0649d003f11b49f989ca36e10838f34fb91a9f7ca8967d574d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel8@sha256%3A96538bfc448f0d0649d003f11b49f989ca36e10838f34fb91a9f7ca8967d574d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770743232"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni@sha256:f385411362f79afcf35acac0f49acdfef8b9f5ebdabdb20cb4143f33bb505733_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni@sha256:f385411362f79afcf35acac0f49acdfef8b9f5ebdabdb20cb4143f33bb505733_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni@sha256:f385411362f79afcf35acac0f49acdfef8b9f5ebdabdb20cb4143f33bb505733_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni@sha256%3Af385411362f79afcf35acac0f49acdfef8b9f5ebdabdb20cb4143f33bb505733?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770744352"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:2e6cf654f0c887465ff3b3ddca67c12e2510a6b82a69705e1fd055ed30cdd9b2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:2e6cf654f0c887465ff3b3ddca67c12e2510a6b82a69705e1fd055ed30cdd9b2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:2e6cf654f0c887465ff3b3ddca67c12e2510a6b82a69705e1fd055ed30cdd9b2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel8@sha256%3A2e6cf654f0c887465ff3b3ddca67c12e2510a6b82a69705e1fd055ed30cdd9b2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770742960"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:48d371c93bb28c4282f540750b91ac299178ee320a79178b28ef77d294cc2452_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:48d371c93bb28c4282f540750b91ac299178ee320a79178b28ef77d294cc2452_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:48d371c93bb28c4282f540750b91ac299178ee320a79178b28ef77d294cc2452_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel8@sha256%3A48d371c93bb28c4282f540750b91ac299178ee320a79178b28ef77d294cc2452?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770740924"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:4671fc86a01df017bad93436e10f40c0ea23e27a73a58f76742f8010f60a3922_arm64",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:4671fc86a01df017bad93436e10f40c0ea23e27a73a58f76742f8010f60a3922_arm64",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:4671fc86a01df017bad93436e10f40c0ea23e27a73a58f76742f8010f60a3922_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oc-mirror-plugin-rhel8@sha256%3A4671fc86a01df017bad93436e10f40c0ea23e27a73a58f76742f8010f60a3922?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770741415"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder@sha256:95fe24d21ca65114bb288e30d3ebd77954db630a4a3162dbe877aab4dd9c5cb4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder@sha256:95fe24d21ca65114bb288e30d3ebd77954db630a4a3162dbe877aab4dd9c5cb4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder@sha256:95fe24d21ca65114bb288e30d3ebd77954db630a4a3162dbe877aab4dd9c5cb4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder@sha256%3A95fe24d21ca65114bb288e30d3ebd77954db630a4a3162dbe877aab4dd9c5cb4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770733979"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli@sha256:60d8c8511f21d929058cfbcb7b8df55148935ae34db2dd4e626913ec1a54c779_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli@sha256:60d8c8511f21d929058cfbcb7b8df55148935ae34db2dd4e626913ec1a54c779_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cli@sha256:60d8c8511f21d929058cfbcb7b8df55148935ae34db2dd4e626913ec1a54c779_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli@sha256%3A60d8c8511f21d929058cfbcb7b8df55148935ae34db2dd4e626913ec1a54c779?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770741996"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console@sha256:39af4cee0a425da0814b28bdd6d515a397544d3c5f83b5e9cfffb7aa33c4fbb5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console@sha256:39af4cee0a425da0814b28bdd6d515a397544d3c5f83b5e9cfffb7aa33c4fbb5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-console@sha256:39af4cee0a425da0814b28bdd6d515a397544d3c5f83b5e9cfffb7aa33c4fbb5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console@sha256%3A39af4cee0a425da0814b28bdd6d515a397544d3c5f83b5e9cfffb7aa33c4fbb5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771425150"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-operator@sha256:10532406aac6636cd860a0517ca512f6fd8a2505cdce5486b793e9cb2bcfb16c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-operator@sha256:10532406aac6636cd860a0517ca512f6fd8a2505cdce5486b793e9cb2bcfb16c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-console-operator@sha256:10532406aac6636cd860a0517ca512f6fd8a2505cdce5486b793e9cb2bcfb16c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-operator@sha256%3A10532406aac6636cd860a0517ca512f6fd8a2505cdce5486b793e9cb2bcfb16c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770740972"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer@sha256:84f0338a3c427ac9c88708f5611286972a71a0b67425a82b28e6b9cdb0777fdb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer@sha256:84f0338a3c427ac9c88708f5611286972a71a0b67425a82b28e6b9cdb0777fdb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-deployer@sha256:84f0338a3c427ac9c88708f5611286972a71a0b67425a82b28e6b9cdb0777fdb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer@sha256%3A84f0338a3c427ac9c88708f5611286972a71a0b67425a82b28e6b9cdb0777fdb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770749298"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:13a92758fa914e1267dfeea1896210d3a2a665ad05c9256b1b0192bb8abdaa7a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:13a92758fa914e1267dfeea1896210d3a2a665ad05c9256b1b0192bb8abdaa7a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:13a92758fa914e1267dfeea1896210d3a2a665ad05c9256b1b0192bb8abdaa7a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router@sha256%3A13a92758fa914e1267dfeea1896210d3a2a665ad05c9256b1b0192bb8abdaa7a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770749963"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:97427755eeb8b957837189ef49fb894b743508a1950645e8f42a08eb7b3ee0bd_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:97427755eeb8b957837189ef49fb894b743508a1950645e8f42a08eb7b3ee0bd_arm64",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:97427755eeb8b957837189ef49fb894b743508a1950645e8f42a08eb7b3ee0bd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube-rhel9@sha256%3A97427755eeb8b957837189ef49fb894b743508a1950645e8f42a08eb7b3ee0bd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771294265"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:83e26b219bffb578d76bf9842585f4307e41a8f6f20610054842b3526dc5424e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:83e26b219bffb578d76bf9842585f4307e41a8f6f20610054842b3526dc5424e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:83e26b219bffb578d76bf9842585f4307e41a8f6f20610054842b3526dc5424e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-keepalived-ipfailover@sha256%3A83e26b219bffb578d76bf9842585f4307e41a8f6f20610054842b3526dc5424e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770742171"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod@sha256:90ef3f26f00eae41ceab0866b5bbaef1ec56387f0e02c55ac6797ee527c829e7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod@sha256:90ef3f26f00eae41ceab0866b5bbaef1ec56387f0e02c55ac6797ee527c829e7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-pod@sha256:90ef3f26f00eae41ceab0866b5bbaef1ec56387f0e02c55ac6797ee527c829e7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod@sha256%3A90ef3f26f00eae41ceab0866b5bbaef1ec56387f0e02c55ac6797ee527c829e7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771294377"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry@sha256:a91dfaca38590d32108269bab1c7eb59444931bd7a994de781398f50d228d988_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry@sha256:a91dfaca38590d32108269bab1c7eb59444931bd7a994de781398f50d228d988_arm64",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry@sha256:a91dfaca38590d32108269bab1c7eb59444931bd7a994de781398f50d228d988_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry@sha256%3Aa91dfaca38590d32108269bab1c7eb59444931bd7a994de781398f50d228d988?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770743887"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests@sha256:6772f96ecc0d3b1a9b021f66c53bba423e763e2ec31fab4f3f14a8e7e82b01de_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests@sha256:6772f96ecc0d3b1a9b021f66c53bba423e763e2ec31fab4f3f14a8e7e82b01de_arm64",
"product_id": "registry.redhat.io/openshift4/ose-tests@sha256:6772f96ecc0d3b1a9b021f66c53bba423e763e2ec31fab4f3f14a8e7e82b01de_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests@sha256%3A6772f96ecc0d3b1a9b021f66c53bba423e763e2ec31fab4f3f14a8e7e82b01de?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771252307"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:fdeafcdb178182b8484c50c321886f8b2611d27ee4fd1a7906eaac8054ab9625_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:fdeafcdb178182b8484c50c321886f8b2611d27ee4fd1a7906eaac8054ab9625_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:fdeafcdb178182b8484c50c321886f8b2611d27ee4fd1a7906eaac8054ab9625_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel8@sha256%3Afdeafcdb178182b8484c50c321886f8b2611d27ee4fd1a7906eaac8054ab9625?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770740747"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:98d2604ab5bd65c852b8d6efa756b045cdc2833017b874af343f47951b015b2c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:98d2604ab5bd65c852b8d6efa756b045cdc2833017b874af343f47951b015b2c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:98d2604ab5bd65c852b8d6efa756b045cdc2833017b874af343f47951b015b2c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager@sha256%3A98d2604ab5bd65c852b8d6efa756b045cdc2833017b874af343f47951b015b2c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770744428"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry@sha256:e419449bd0fcb506b32e7042d3c1d490ab961e070c0715951db4babf43b1f527_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry@sha256:e419449bd0fcb506b32e7042d3c1d490ab961e070c0715951db4babf43b1f527_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry@sha256:e419449bd0fcb506b32e7042d3c1d490ab961e070c0715951db4babf43b1f527_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry@sha256%3Ae419449bd0fcb506b32e7042d3c1d490ab961e070c0715951db4babf43b1f527?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770742284"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:204bf1950ee8144592b630869c44755c364392504de447c41ca0b8d011f660c1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:204bf1950ee8144592b630869c44755c364392504de447c41ca0b8d011f660c1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:204bf1950ee8144592b630869c44755c364392504de447c41ca0b8d011f660c1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel8@sha256%3A204bf1950ee8144592b630869c44755c364392504de447c41ca0b8d011f660c1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770749101"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:585c4a56a35fa219f5a0d37861eab449241a71ea59bd6b200e7e3db34879a522_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:585c4a56a35fa219f5a0d37861eab449241a71ea59bd6b200e7e3db34879a522_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:585c4a56a35fa219f5a0d37861eab449241a71ea59bd6b200e7e3db34879a522_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel8@sha256%3A585c4a56a35fa219f5a0d37861eab449241a71ea59bd6b200e7e3db34879a522?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770749167"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6a75f23de4af4f22be6aefb132ab72514930d0a29241ce36614e884bb58652d9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6a75f23de4af4f22be6aefb132ab72514930d0a29241ce36614e884bb58652d9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6a75f23de4af4f22be6aefb132ab72514930d0a29241ce36614e884bb58652d9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256%3A6a75f23de4af4f22be6aefb132ab72514930d0a29241ce36614e884bb58652d9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770736018"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:675e727613bf0e5a3a85f4346866e0561838945eedc23619ea18804f8bf12257_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:675e727613bf0e5a3a85f4346866e0561838945eedc23619ea18804f8bf12257_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:675e727613bf0e5a3a85f4346866e0561838945eedc23619ea18804f8bf12257_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel8@sha256%3A675e727613bf0e5a3a85f4346866e0561838945eedc23619ea18804f8bf12257?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770742760"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:839834a01c39f2eaac826a50374e8ac4cb8a103e661366e512c62eae9fc88b3d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:839834a01c39f2eaac826a50374e8ac4cb8a103e661366e512c62eae9fc88b3d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:839834a01c39f2eaac826a50374e8ac4cb8a103e661366e512c62eae9fc88b3d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-utils-rhel9@sha256%3A839834a01c39f2eaac826a50374e8ac4cb8a103e661366e512c62eae9fc88b3d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770736454"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:8edba5bc6956d8b5d2430d2f4d50ab31d71a50dd740b3557e5e9361099d6bd2c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:8edba5bc6956d8b5d2430d2f4d50ab31d71a50dd740b3557e5e9361099d6bd2c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:8edba5bc6956d8b5d2430d2f4d50ab31d71a50dd740b3557e5e9361099d6bd2c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel8@sha256%3A8edba5bc6956d8b5d2430d2f4d50ab31d71a50dd740b3557e5e9361099d6bd2c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770742492"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:d985029f965b57700107fc5e5c10d805f83271575c32e79751e42d382bf586e3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:d985029f965b57700107fc5e5c10d805f83271575c32e79751e42d382bf586e3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:d985029f965b57700107fc5e5c10d805f83271575c32e79751e42d382bf586e3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cloud-controller-manager-rhel8@sha256%3Ad985029f965b57700107fc5e5c10d805f83271575c32e79751e42d382bf586e3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770735050"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:ed158388ead4ac07264beee291cc7f4b75d7f26769876e00ee0d938a720320b0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:ed158388ead4ac07264beee291cc7f4b75d7f26769876e00ee0d938a720320b0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:ed158388ead4ac07264beee291cc7f4b75d7f26769876e00ee0d938a720320b0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cluster-api-controllers-rhel8@sha256%3Aed158388ead4ac07264beee291cc7f4b75d7f26769876e00ee0d938a720320b0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770734920"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:0bbafe014c77d472d14038e2b46bc69a1e649fc9b6a4c1097bbdb354c34a41ec_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:0bbafe014c77d472d14038e2b46bc69a1e649fc9b6a4c1097bbdb354c34a41ec_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:0bbafe014c77d472d14038e2b46bc69a1e649fc9b6a4c1097bbdb354c34a41ec_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel8@sha256%3A0bbafe014c77d472d14038e2b46bc69a1e649fc9b6a4c1097bbdb354c34a41ec?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770735070"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b2b165722afc872b8b7e33baf3d203c5d454f119587ae2377bdfb15d9490ea99_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b2b165722afc872b8b7e33baf3d203c5d454f119587ae2377bdfb15d9490ea99_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b2b165722afc872b8b7e33baf3d203c5d454f119587ae2377bdfb15d9490ea99_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel8-operator@sha256%3Ab2b165722afc872b8b7e33baf3d203c5d454f119587ae2377bdfb15d9490ea99?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770905009"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:73b4d01b2ff7f173a1e49e5a6f019e3954a5b9f255119a8af87a6fcbb280653e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:73b4d01b2ff7f173a1e49e5a6f019e3954a5b9f255119a8af87a6fcbb280653e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:73b4d01b2ff7f173a1e49e5a6f019e3954a5b9f255119a8af87a6fcbb280653e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-pod-identity-webhook-rhel8@sha256%3A73b4d01b2ff7f173a1e49e5a6f019e3954a5b9f255119a8af87a6fcbb280653e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770735096"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:e0c269061957cc8b3586d4ca484c389544d3acda0077d96445e37d300eead15c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:e0c269061957cc8b3586d4ca484c389544d3acda0077d96445e37d300eead15c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:e0c269061957cc8b3586d4ca484c389544d3acda0077d96445e37d300eead15c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-controller-manager-rhel8@sha256%3Ae0c269061957cc8b3586d4ca484c389544d3acda0077d96445e37d300eead15c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770735161"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:6fadfbdfc9ddadd7b692568b38beb660a48f0cdee1f886e1451ffe0dcb73c07d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:6fadfbdfc9ddadd7b692568b38beb660a48f0cdee1f886e1451ffe0dcb73c07d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:6fadfbdfc9ddadd7b692568b38beb660a48f0cdee1f886e1451ffe0dcb73c07d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-node-manager-rhel8@sha256%3A6fadfbdfc9ddadd7b692568b38beb660a48f0cdee1f886e1451ffe0dcb73c07d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770735078"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:7b5ff6a4931473798293031a401b2418906d91d62b5c7d1cad45ea3ac39462d6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:7b5ff6a4931473798293031a401b2418906d91d62b5c7d1cad45ea3ac39462d6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:7b5ff6a4931473798293031a401b2418906d91d62b5c7d1cad45ea3ac39462d6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cluster-api-controllers-rhel8@sha256%3A7b5ff6a4931473798293031a401b2418906d91d62b5c7d1cad45ea3ac39462d6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770735176"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:21922b50b69626e99b6fe3741aaa1d2d2d08e56766d166b32046ba3c592a8d93_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:21922b50b69626e99b6fe3741aaa1d2d2d08e56766d166b32046ba3c592a8d93_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:21922b50b69626e99b6fe3741aaa1d2d2d08e56766d166b32046ba3c592a8d93_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel8@sha256%3A21922b50b69626e99b6fe3741aaa1d2d2d08e56766d166b32046ba3c592a8d93?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770735192"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:78585533e3516310fca7f65c26f2f6b5e3fa0f3268ec9b338d9c53e96bb8822d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:78585533e3516310fca7f65c26f2f6b5e3fa0f3268ec9b338d9c53e96bb8822d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:78585533e3516310fca7f65c26f2f6b5e3fa0f3268ec9b338d9c53e96bb8822d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel8-operator@sha256%3A78585533e3516310fca7f65c26f2f6b5e3fa0f3268ec9b338d9c53e96bb8822d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770735032"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:c3ef35038f951713ffe1951872a06d5bf731dc14a735b69d342b3d7ca197dda5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:c3ef35038f951713ffe1951872a06d5bf731dc14a735b69d342b3d7ca197dda5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:c3ef35038f951713ffe1951872a06d5bf731dc14a735b69d342b3d7ca197dda5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-workload-identity-webhook-rhel8@sha256%3Ac3ef35038f951713ffe1951872a06d5bf731dc14a735b69d342b3d7ca197dda5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770734964"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:22e5b57a530a6336e81664f3886d543b34ac4f02475694af6fed90590c8209f2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:22e5b57a530a6336e81664f3886d543b34ac4f02475694af6fed90590c8209f2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:22e5b57a530a6336e81664f3886d543b34ac4f02475694af6fed90590c8209f2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel8@sha256%3A22e5b57a530a6336e81664f3886d543b34ac4f02475694af6fed90590c8209f2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771438598"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:cca13f123b2d8227760498112882fed890c50a78d740a84f21c1d58d58cb1434_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:cca13f123b2d8227760498112882fed890c50a78d740a84f21c1d58d58cb1434_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:cca13f123b2d8227760498112882fed890c50a78d740a84f21c1d58d58cb1434_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel8-operator@sha256%3Acca13f123b2d8227760498112882fed890c50a78d740a84f21c1d58d58cb1434?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770743196"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:e073583037092c6649e373a5b19242df74cdb830656722e1396b274a041317a3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:e073583037092c6649e373a5b19242df74cdb830656722e1396b274a041317a3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:e073583037092c6649e373a5b19242df74cdb830656722e1396b274a041317a3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts@sha256%3Ae073583037092c6649e373a5b19242df74cdb830656722e1396b274a041317a3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770749639"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:e4688eccd23a6b01995b878a5b7f12cd2640d89a7402747a94c8fbc48bf99798_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:e4688eccd23a6b01995b878a5b7f12cd2640d89a7402747a94c8fbc48bf99798_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:e4688eccd23a6b01995b878a5b7f12cd2640d89a7402747a94c8fbc48bf99798_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-operator@sha256%3Ae4688eccd23a6b01995b878a5b7f12cd2640d89a7402747a94c8fbc48bf99798?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770744452"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:934e6f7aa8dead546ddb258b6753f8ffc577205ed6ac19796a2140cb242497c2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:934e6f7aa8dead546ddb258b6753f8ffc577205ed6ac19796a2140cb242497c2_arm64",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:934e6f7aa8dead546ddb258b6753f8ffc577205ed6ac19796a2140cb242497c2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel8@sha256%3A934e6f7aa8dead546ddb258b6753f8ffc577205ed6ac19796a2140cb242497c2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770742318"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:f5e3d590f430e44eeb3192dfed40ebae4a6a90b773d7444c4d4335210b99a4cd_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:f5e3d590f430e44eeb3192dfed40ebae4a6a90b773d7444c4d4335210b99a4cd_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:f5e3d590f430e44eeb3192dfed40ebae4a6a90b773d7444c4d4335210b99a4cd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel8@sha256%3Af5e3d590f430e44eeb3192dfed40ebae4a6a90b773d7444c4d4335210b99a4cd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770741315"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:e50c7fb186e0cdcbfe16d0e1631ce1953c6df5f1b600a0753224225c475f4bc1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:e50c7fb186e0cdcbfe16d0e1631ce1953c6df5f1b600a0753224225c475f4bc1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:e50c7fb186e0cdcbfe16d0e1631ce1953c6df5f1b600a0753224225c475f4bc1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-operator@sha256%3Ae50c7fb186e0cdcbfe16d0e1631ce1953c6df5f1b600a0753224225c475f4bc1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770744098"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:47bfa9b89ba1688e7c1a6d4fbd9543f274be9585d328f94bdf96c82ae98051d9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:47bfa9b89ba1688e7c1a6d4fbd9543f274be9585d328f94bdf96c82ae98051d9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:47bfa9b89ba1688e7c1a6d4fbd9543f274be9585d328f94bdf96c82ae98051d9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-operator@sha256%3A47bfa9b89ba1688e7c1a6d4fbd9543f274be9585d328f94bdf96c82ae98051d9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770741786"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:ac670fb76fb48ac762f7135fc404d57d31947e7c5ce9a6525d081164ae1ed578_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:ac670fb76fb48ac762f7135fc404d57d31947e7c5ce9a6525d081164ae1ed578_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:ac670fb76fb48ac762f7135fc404d57d31947e7c5ce9a6525d081164ae1ed578_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel8@sha256%3Aac670fb76fb48ac762f7135fc404d57d31947e7c5ce9a6525d081164ae1ed578?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770743877"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:248df5e1def073d8b37d1d6659cc44f4c9653c0f1b6024e1bccb16b208afada6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:248df5e1def073d8b37d1d6659cc44f4c9653c0f1b6024e1bccb16b208afada6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:248df5e1def073d8b37d1d6659cc44f4c9653c0f1b6024e1bccb16b208afada6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap@sha256%3A248df5e1def073d8b37d1d6659cc44f4c9653c0f1b6024e1bccb16b208afada6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770744346"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:1002d87d382b6dd836a14734b00959cd62e9898950d1258662f8b29be154cf02_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:1002d87d382b6dd836a14734b00959cd62e9898950d1258662f8b29be154cf02_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:1002d87d382b6dd836a14734b00959cd62e9898950d1258662f8b29be154cf02_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-operator-container-rhel8@sha256%3A1002d87d382b6dd836a14734b00959cd62e9898950d1258662f8b29be154cf02?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770739797"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:1002d87d382b6dd836a14734b00959cd62e9898950d1258662f8b29be154cf02_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:1002d87d382b6dd836a14734b00959cd62e9898950d1258662f8b29be154cf02_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:1002d87d382b6dd836a14734b00959cd62e9898950d1258662f8b29be154cf02_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel8-operator@sha256%3A1002d87d382b6dd836a14734b00959cd62e9898950d1258662f8b29be154cf02?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770739797"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:fa8de46b73a5c714c051e281d30c4837c97a7d67d349e58d9ec36c7a13d8b1fe_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:fa8de46b73a5c714c051e281d30c4837c97a7d67d349e58d9ec36c7a13d8b1fe_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:fa8de46b73a5c714c051e281d30c4837c97a7d67d349e58d9ec36c7a13d8b1fe_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-operator-rhel8@sha256%3Afa8de46b73a5c714c051e281d30c4837c97a7d67d349e58d9ec36c7a13d8b1fe?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770742835"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:619c81363e6e4fdc632e8bc54038411571bf01a3f7d2bc0ad0ef153ea13756f9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:619c81363e6e4fdc632e8bc54038411571bf01a3f7d2bc0ad0ef153ea13756f9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:619c81363e6e4fdc632e8bc54038411571bf01a3f7d2bc0ad0ef153ea13756f9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-operator@sha256%3A619c81363e6e4fdc632e8bc54038411571bf01a3f7d2bc0ad0ef153ea13756f9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770740598"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:d5fe085af0ad1189eda74690b02c5c25d6617898731bccbe6d20101fffb7aec6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:d5fe085af0ad1189eda74690b02c5c25d6617898731bccbe6d20101fffb7aec6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:d5fe085af0ad1189eda74690b02c5c25d6617898731bccbe6d20101fffb7aec6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-control-plane-machine-set-operator-rhel8@sha256%3Ad5fe085af0ad1189eda74690b02c5c25d6617898731bccbe6d20101fffb7aec6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770740826"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:1f4292bf324c244e58b589ec521132ac15f1640c33bfe3763560df2a1a692c13_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:1f4292bf324c244e58b589ec521132ac15f1640c33bfe3763560df2a1a692c13_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:1f4292bf324c244e58b589ec521132ac15f1640c33bfe3763560df2a1a692c13_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256%3A1f4292bf324c244e58b589ec521132ac15f1640c33bfe3763560df2a1a692c13?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770742813"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:a8a1a27a92492c82dce2ca5bacc23dc4c1da0f1dbc29c5c749f888716dfa81eb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:a8a1a27a92492c82dce2ca5bacc23dc4c1da0f1dbc29c5c749f888716dfa81eb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:a8a1a27a92492c82dce2ca5bacc23dc4c1da0f1dbc29c5c749f888716dfa81eb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-operator@sha256%3Aa8a1a27a92492c82dce2ca5bacc23dc4c1da0f1dbc29c5c749f888716dfa81eb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770744911"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:6c1bbdfc2c9f3fa4c23af400e4cea7f91827801b956fae3effb4a8f313c673e9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:6c1bbdfc2c9f3fa4c23af400e4cea7f91827801b956fae3effb4a8f313c673e9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:6c1bbdfc2c9f3fa4c23af400e4cea7f91827801b956fae3effb4a8f313c673e9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-operator@sha256%3A6c1bbdfc2c9f3fa4c23af400e4cea7f91827801b956fae3effb4a8f313c673e9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770741660"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:cf4a19e2114134bf5c2d9163a09e087c3ec391ba159140635a7270e70605a4c4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:cf4a19e2114134bf5c2d9163a09e087c3ec391ba159140635a7270e70605a4c4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:cf4a19e2114134bf5c2d9163a09e087c3ec391ba159140635a7270e70605a4c4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-operator@sha256%3Acf4a19e2114134bf5c2d9163a09e087c3ec391ba159140635a7270e70605a4c4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770743648"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:11fd6113796a1caac13a8d4c5542632e6b396e0bc460ae66eaa0f2a1f3b4da44_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:11fd6113796a1caac13a8d4c5542632e6b396e0bc460ae66eaa0f2a1f3b4da44_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:11fd6113796a1caac13a8d4c5542632e6b396e0bc460ae66eaa0f2a1f3b4da44_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-operator@sha256%3A11fd6113796a1caac13a8d4c5542632e6b396e0bc460ae66eaa0f2a1f3b4da44?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770744735"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:6ee4ad03dabec3dc2c36ec8ed305eb1c74c4c099cdc7fe9cc48555a20d7210c1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:6ee4ad03dabec3dc2c36ec8ed305eb1c74c4c099cdc7fe9cc48555a20d7210c1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:6ee4ad03dabec3dc2c36ec8ed305eb1c74c4c099cdc7fe9cc48555a20d7210c1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel8-operator@sha256%3A6ee4ad03dabec3dc2c36ec8ed305eb1c74c4c099cdc7fe9cc48555a20d7210c1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770742307"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:c016ce259e9871041f3209f577455f3eaaf98dc952a89f32c349473148a20976_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:c016ce259e9871041f3209f577455f3eaaf98dc952a89f32c349473148a20976_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:c016ce259e9871041f3209f577455f3eaaf98dc952a89f32c349473148a20976_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-operator@sha256%3Ac016ce259e9871041f3209f577455f3eaaf98dc952a89f32c349473148a20976?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770740146"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:e45ff3c1c0074e519f5282ae8208750a4dc0bd3ac7207e0453fbab7f30727793_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:e45ff3c1c0074e519f5282ae8208750a4dc0bd3ac7207e0453fbab7f30727793_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:e45ff3c1c0074e519f5282ae8208750a4dc0bd3ac7207e0453fbab7f30727793_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-operator@sha256%3Ae45ff3c1c0074e519f5282ae8208750a4dc0bd3ac7207e0453fbab7f30727793?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770741966"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:832d5121a94abd3eadf92a8df55a632455cc51a649900c7450547f34c58316ed_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:832d5121a94abd3eadf92a8df55a632455cc51a649900c7450547f34c58316ed_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:832d5121a94abd3eadf92a8df55a632455cc51a649900c7450547f34c58316ed_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256%3A832d5121a94abd3eadf92a8df55a632455cc51a649900c7450547f34c58316ed?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770740608"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:b0bb4b11507285b17b32be7358e17094f00708e159e32ffd808999a63df60a7d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:b0bb4b11507285b17b32be7358e17094f00708e159e32ffd808999a63df60a7d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:b0bb4b11507285b17b32be7358e17094f00708e159e32ffd808999a63df60a7d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver@sha256%3Ab0bb4b11507285b17b32be7358e17094f00708e159e32ffd808999a63df60a7d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770742595"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:be14afa02ae1e9d13d4c6a8e534954bb385f63e9939e8b20942c072901430d5f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:be14afa02ae1e9d13d4c6a8e534954bb385f63e9939e8b20942c072901430d5f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:be14afa02ae1e9d13d4c6a8e534954bb385f63e9939e8b20942c072901430d5f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-olm-operator-rhel8@sha256%3Abe14afa02ae1e9d13d4c6a8e534954bb385f63e9939e8b20942c072901430d5f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770742971"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:9e62d2b1ad0efdd3de7b973cd6639e96203c01b6d484578a4e3cf13f67b2b856_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:9e62d2b1ad0efdd3de7b973cd6639e96203c01b6d484578a4e3cf13f67b2b856_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:9e62d2b1ad0efdd3de7b973cd6639e96203c01b6d484578a4e3cf13f67b2b856_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-operator@sha256%3A9e62d2b1ad0efdd3de7b973cd6639e96203c01b6d484578a4e3cf13f67b2b856?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770743526"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:dda703452472d35e7d8ddf9750a5229a0c4c6929c7409bf95b973a89a8de08d0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:dda703452472d35e7d8ddf9750a5229a0c4c6929c7409bf95b973a89a8de08d0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:dda703452472d35e7d8ddf9750a5229a0c4c6929c7409bf95b973a89a8de08d0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-operator@sha256%3Adda703452472d35e7d8ddf9750a5229a0c4c6929c7409bf95b973a89a8de08d0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770739756"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:29508b9d94bf0bdcda583afab57029f189f07e845cfea44972430a6d40c7bd76_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:29508b9d94bf0bdcda583afab57029f189f07e845cfea44972430a6d40c7bd76_arm64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:29508b9d94bf0bdcda583afab57029f189f07e845cfea44972430a6d40c7bd76_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel8-operator@sha256%3A29508b9d94bf0bdcda583afab57029f189f07e845cfea44972430a6d40c7bd76?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770991275"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:da133cbcf2ef025ebaf274afeb555c9c18fe80584c058d31f39b7d343995a42f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:da133cbcf2ef025ebaf274afeb555c9c18fe80584c058d31f39b7d343995a42f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:da133cbcf2ef025ebaf274afeb555c9c18fe80584c058d31f39b7d343995a42f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-platform-operators-manager-rhel8@sha256%3Ada133cbcf2ef025ebaf274afeb555c9c18fe80584c058d31f39b7d343995a42f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770740829"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:f0e41fa92b534e5bda08cf38c6c513b4adf930df9af740de05248476c74c04a4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:f0e41fa92b534e5bda08cf38c6c513b4adf930df9af740de05248476c74c04a4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:f0e41fa92b534e5bda08cf38c6c513b4adf930df9af740de05248476c74c04a4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-operator@sha256%3Af0e41fa92b534e5bda08cf38c6c513b4adf930df9af740de05248476c74c04a4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770733836"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:b56dc790cc28994513ca38162ceed6f6e10c99a3142aa2abef9bbb7fee86d924_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:b56dc790cc28994513ca38162ceed6f6e10c99a3142aa2abef9bbb7fee86d924_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:b56dc790cc28994513ca38162ceed6f6e10c99a3142aa2abef9bbb7fee86d924_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-update-keys@sha256%3Ab56dc790cc28994513ca38162ceed6f6e10c99a3142aa2abef9bbb7fee86d924?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770743694"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:b7cdf071883783cda48c2663e86e3e271f42a470f2f22d73bae8304c87c2e712_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:b7cdf071883783cda48c2663e86e3e271f42a470f2f22d73bae8304c87c2e712_arm64",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:b7cdf071883783cda48c2663e86e3e271f42a470f2f22d73bae8304c87c2e712_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel8@sha256%3Ab7cdf071883783cda48c2663e86e3e271f42a470f2f22d73bae8304c87c2e712?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770741023"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:5d40461ee29cd3134137b105576bca5ae014920da3ccd90b5729b326e848444b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:5d40461ee29cd3134137b105576bca5ae014920da3ccd90b5729b326e848444b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:5d40461ee29cd3134137b105576bca5ae014920da3ccd90b5729b326e848444b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-rhel8@sha256%3A5d40461ee29cd3134137b105576bca5ae014920da3ccd90b5729b326e848444b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770742769"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:fdf0f3062593efcff1f58947da781fe9e9deb1cfa4a1634db93a0d6e40d069ae_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:fdf0f3062593efcff1f58947da781fe9e9deb1cfa4a1634db93a0d6e40d069ae_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:fdf0f3062593efcff1f58947da781fe9e9deb1cfa4a1634db93a0d6e40d069ae_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-operator-rhel8@sha256%3Afdf0f3062593efcff1f58947da781fe9e9deb1cfa4a1634db93a0d6e40d069ae?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770740529"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:1e7f3dd79b1969fe87590b82bcf2db172533f401f37b975e26829d531042becf_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:1e7f3dd79b1969fe87590b82bcf2db172533f401f37b975e26829d531042becf_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:1e7f3dd79b1969fe87590b82bcf2db172533f401f37b975e26829d531042becf_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-webhook-rhel8@sha256%3A1e7f3dd79b1969fe87590b82bcf2db172533f401f37b975e26829d531042becf?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770739607"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:e7ffbd7d025233611c4a70dd7e81eb0cb0ff5880c554cd2dfd9f495313902032_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:e7ffbd7d025233611c4a70dd7e81eb0cb0ff5880c554cd2dfd9f495313902032_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:e7ffbd7d025233611c4a70dd7e81eb0cb0ff5880c554cd2dfd9f495313902032_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer@sha256%3Ae7ffbd7d025233611c4a70dd7e81eb0cb0ff5880c554cd2dfd9f495313902032?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770740518"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:e7ffbd7d025233611c4a70dd7e81eb0cb0ff5880c554cd2dfd9f495313902032_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:e7ffbd7d025233611c4a70dd7e81eb0cb0ff5880c554cd2dfd9f495313902032_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:e7ffbd7d025233611c4a70dd7e81eb0cb0ff5880c554cd2dfd9f495313902032_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel8@sha256%3Ae7ffbd7d025233611c4a70dd7e81eb0cb0ff5880c554cd2dfd9f495313902032?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770740518"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:bc3d45f66fed2adcd79722519ed8ea7f81dd17dfb960d06ac79764b66f421c9d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:bc3d45f66fed2adcd79722519ed8ea7f81dd17dfb960d06ac79764b66f421c9d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:bc3d45f66fed2adcd79722519ed8ea7f81dd17dfb960d06ac79764b66f421c9d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter@sha256%3Abc3d45f66fed2adcd79722519ed8ea7f81dd17dfb960d06ac79764b66f421c9d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770743015"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:bc3d45f66fed2adcd79722519ed8ea7f81dd17dfb960d06ac79764b66f421c9d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:bc3d45f66fed2adcd79722519ed8ea7f81dd17dfb960d06ac79764b66f421c9d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:bc3d45f66fed2adcd79722519ed8ea7f81dd17dfb960d06ac79764b66f421c9d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel8@sha256%3Abc3d45f66fed2adcd79722519ed8ea7f81dd17dfb960d06ac79764b66f421c9d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770743015"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:a40345997aab0e6dfe1830ffcc76320acb4a19743cd8ddc249de4dde99697d7c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:a40345997aab0e6dfe1830ffcc76320acb4a19743cd8ddc249de4dde99697d7c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:a40345997aab0e6dfe1830ffcc76320acb4a19743cd8ddc249de4dde99697d7c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller@sha256%3Aa40345997aab0e6dfe1830ffcc76320acb4a19743cd8ddc249de4dde99697d7c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770743875"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:a40345997aab0e6dfe1830ffcc76320acb4a19743cd8ddc249de4dde99697d7c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:a40345997aab0e6dfe1830ffcc76320acb4a19743cd8ddc249de4dde99697d7c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:a40345997aab0e6dfe1830ffcc76320acb4a19743cd8ddc249de4dde99697d7c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel8@sha256%3Aa40345997aab0e6dfe1830ffcc76320acb4a19743cd8ddc249de4dde99697d7c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770743875"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d73bfeebb2c2c0b386d5b2e909bbb815e9c39f6e82869d9cffcac5767f2de172_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d73bfeebb2c2c0b386d5b2e909bbb815e9c39f6e82869d9cffcac5767f2de172_arm64",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d73bfeebb2c2c0b386d5b2e909bbb815e9c39f6e82869d9cffcac5767f2de172_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd-rhel9@sha256%3Ad73bfeebb2c2c0b386d5b2e909bbb815e9c39f6e82869d9cffcac5767f2de172?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770736649"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:b237d7893ab617e9c2f53933cd87f2062de4b6621db677403e11ab58a0de10bc_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:b237d7893ab617e9c2f53933cd87f2062de4b6621db677403e11ab58a0de10bc_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:b237d7893ab617e9c2f53933cd87f2062de4b6621db677403e11ab58a0de10bc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cloud-controller-manager-rhel8@sha256%3Ab237d7893ab617e9c2f53933cd87f2062de4b6621db677403e11ab58a0de10bc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770737648"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:6db471dd0c0492d33613a34a2e53a1c025f1d34cfd3d7e4d2b4009276806433b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:6db471dd0c0492d33613a34a2e53a1c025f1d34cfd3d7e4d2b4009276806433b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:6db471dd0c0492d33613a34a2e53a1c025f1d34cfd3d7e4d2b4009276806433b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cluster-api-controllers-rhel8@sha256%3A6db471dd0c0492d33613a34a2e53a1c025f1d34cfd3d7e4d2b4009276806433b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770739826"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:aa2fe1a953150e3e4160160fc7a121c952e8b7805564ec63339aed27ab2dd3f6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:aa2fe1a953150e3e4160160fc7a121c952e8b7805564ec63339aed27ab2dd3f6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:aa2fe1a953150e3e4160160fc7a121c952e8b7805564ec63339aed27ab2dd3f6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-rhel8@sha256%3Aaa2fe1a953150e3e4160160fc7a121c952e8b7805564ec63339aed27ab2dd3f6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770739301"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:1a40166f257d1ab58f04543cafd99a8b7fd88d8d0a1c970dd9b771b0f01534a9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:1a40166f257d1ab58f04543cafd99a8b7fd88d8d0a1c970dd9b771b0f01534a9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:1a40166f257d1ab58f04543cafd99a8b7fd88d8d0a1c970dd9b771b0f01534a9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-operator-rhel8@sha256%3A1a40166f257d1ab58f04543cafd99a8b7fd88d8d0a1c970dd9b771b0f01534a9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770741204"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:a68d4bcf134f78d2de8cb1bd1d9639ba484dfc613da1668f4bb2a044d5582f4f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:a68d4bcf134f78d2de8cb1bd1d9639ba484dfc613da1668f4bb2a044d5582f4f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:a68d4bcf134f78d2de8cb1bd1d9639ba484dfc613da1668f4bb2a044d5582f4f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-image-customization-controller-rhel8@sha256%3Aa68d4bcf134f78d2de8cb1bd1d9639ba484dfc613da1668f4bb2a044d5582f4f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771369290"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:ae98a6ec26befeca00294a2b0c7ce210bc7bace1f220571a35c04ec14db03e5b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:ae98a6ec26befeca00294a2b0c7ce210bc7bace1f220571a35c04ec14db03e5b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:ae98a6ec26befeca00294a2b0c7ce210bc7bace1f220571a35c04ec14db03e5b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel8-operator@sha256%3Aae98a6ec26befeca00294a2b0c7ce210bc7bace1f220571a35c04ec14db03e5b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770742039"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer@sha256:38563974217bdd53752fdd063138b0a11e90b85dff7f9c7537de064033f36966_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer@sha256:38563974217bdd53752fdd063138b0a11e90b85dff7f9c7537de064033f36966_arm64",
"product_id": "registry.redhat.io/openshift4/ose-installer@sha256:38563974217bdd53752fdd063138b0a11e90b85dff7f9c7537de064033f36966_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer@sha256%3A38563974217bdd53752fdd063138b0a11e90b85dff7f9c7537de064033f36966?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770741564"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:1f51177c9d6e9d8adb6f61d1b171549573506a7a4d826e539c9aa8f942507705_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:1f51177c9d6e9d8adb6f61d1b171549573506a7a4d826e539c9aa8f942507705_arm64",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:1f51177c9d6e9d8adb6f61d1b171549573506a7a4d826e539c9aa8f942507705_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts@sha256%3A1f51177c9d6e9d8adb6f61d1b171549573506a7a4d826e539c9aa8f942507705?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770751309"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:00608f5cbc3440cf612a54f7dab4812bdf3c65cb0639e2ad68695f95f399a559_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:00608f5cbc3440cf612a54f7dab4812bdf3c65cb0639e2ad68695f95f399a559_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:00608f5cbc3440cf612a54f7dab4812bdf3c65cb0639e2ad68695f95f399a559_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel8@sha256%3A00608f5cbc3440cf612a54f7dab4812bdf3c65cb0639e2ad68695f95f399a559?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770742934"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:fc3f344bdf3d6f5d9c0e940aee5e25662b05ccf1b8827f81ba140835534b655a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:fc3f344bdf3d6f5d9c0e940aee5e25662b05ccf1b8827f81ba140835534b655a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:fc3f344bdf3d6f5d9c0e940aee5e25662b05ccf1b8827f81ba140835534b655a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel8@sha256%3Afc3f344bdf3d6f5d9c0e940aee5e25662b05ccf1b8827f81ba140835534b655a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770743063"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:7b806e315b880b6e3fd85f23585d5a8032637099242d0d1abdb7703d67913529_arm64",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:7b806e315b880b6e3fd85f23585d5a8032637099242d0d1abdb7703d67913529_arm64",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:7b806e315b880b6e3fd85f23585d5a8032637099242d0d1abdb7703d67913529_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-csi-driver-rhel8@sha256%3A7b806e315b880b6e3fd85f23585d5a8032637099242d0d1abdb7703d67913529?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770742590"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:64efbcaeb77bbfaefd493170eadd2eacf6af2da186b53ee1803fa2283b2e5711_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:64efbcaeb77bbfaefd493170eadd2eacf6af2da186b53ee1803fa2283b2e5711_arm64",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:64efbcaeb77bbfaefd493170eadd2eacf6af2da186b53ee1803fa2283b2e5711_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers@sha256%3A64efbcaeb77bbfaefd493170eadd2eacf6af2da186b53ee1803fa2283b2e5711?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770742267"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-operator@sha256:ade497f48de9224ae91409818c6e0571e634891a84ad0057b508c3ac85b21b05_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-operator@sha256:ade497f48de9224ae91409818c6e0571e634891a84ad0057b508c3ac85b21b05_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-operator@sha256:ade497f48de9224ae91409818c6e0571e634891a84ad0057b508c3ac85b21b05_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-operator@sha256%3Aade497f48de9224ae91409818c6e0571e634891a84ad0057b508c3ac85b21b05?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770741053"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:21209efc735beb2bbc8daca5776cea1ccc5418b51b97b799561fcb751e8491ce_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:21209efc735beb2bbc8daca5776cea1ccc5418b51b97b799561fcb751e8491ce_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:21209efc735beb2bbc8daca5776cea1ccc5418b51b97b799561fcb751e8491ce_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-aws-rhel8@sha256%3A21209efc735beb2bbc8daca5776cea1ccc5418b51b97b799561fcb751e8491ce?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770735285"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:e527f1aecb09a2c40e856370615b16e7797be1f9b82848e862eb88a42a9e3eee_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:e527f1aecb09a2c40e856370615b16e7797be1f9b82848e862eb88a42a9e3eee_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:e527f1aecb09a2c40e856370615b16e7797be1f9b82848e862eb88a42a9e3eee_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-azure-rhel8@sha256%3Ae527f1aecb09a2c40e856370615b16e7797be1f9b82848e862eb88a42a9e3eee?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770735022"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:4b743b7d2d78e0f2a887ab796b2ac9a150988aaec67dff3adde88687e46f7b1a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:4b743b7d2d78e0f2a887ab796b2ac9a150988aaec67dff3adde88687e46f7b1a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:4b743b7d2d78e0f2a887ab796b2ac9a150988aaec67dff3adde88687e46f7b1a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-gcp-rhel8@sha256%3A4b743b7d2d78e0f2a887ab796b2ac9a150988aaec67dff3adde88687e46f7b1a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770741484"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:59adbd89a4a3fcb8f845a9f951063c2c059e9b67c043351ab1ac1128e0cb066d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:59adbd89a4a3fcb8f845a9f951063c2c059e9b67c043351ab1ac1128e0cb066d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:59adbd89a4a3fcb8f845a9f951063c2c059e9b67c043351ab1ac1128e0cb066d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-openstack-rhel8@sha256%3A59adbd89a4a3fcb8f845a9f951063c2c059e9b67c043351ab1ac1128e0cb066d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770744499"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:81cfb4ee1ae877a6ac439db16b4f91ff789b50b8f02908858954afc51e7d9b19_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:81cfb4ee1ae877a6ac439db16b4f91ff789b50b8f02908858954afc51e7d9b19_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:81cfb4ee1ae877a6ac439db16b4f91ff789b50b8f02908858954afc51e7d9b19_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-operator@sha256%3A81cfb4ee1ae877a6ac439db16b4f91ff789b50b8f02908858954afc51e7d9b19?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770742404"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:750954c71fd9789e0e4a93f2cdb25e4b6a8e4c292bc7f6c28397619c980ca118_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:750954c71fd9789e0e4a93f2cdb25e4b6a8e4c292bc7f6c28397619c980ca118_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:750954c71fd9789e0e4a93f2cdb25e4b6a8e4c292bc7f6c28397619c980ca118_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel8@sha256%3A750954c71fd9789e0e4a93f2cdb25e4b6a8e4c292bc7f6c28397619c980ca118?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770748901"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:fea604dc691a2515b1c9a34f6b41afb60287a5420f30b8957911403885658e04_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:fea604dc691a2515b1c9a34f6b41afb60287a5420f30b8957911403885658e04_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:fea604dc691a2515b1c9a34f6b41afb60287a5420f30b8957911403885658e04_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller@sha256%3Afea604dc691a2515b1c9a34f6b41afb60287a5420f30b8957911403885658e04?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770742250"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:c91b7c636c3672e3a38ff2c5964d9352f573b32abd2205a6bcabd6f555068c9e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:c91b7c636c3672e3a38ff2c5964d9352f573b32abd2205a6bcabd6f555068c9e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:c91b7c636c3672e3a38ff2c5964d9352f573b32abd2205a6bcabd6f555068c9e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel8@sha256%3Ac91b7c636c3672e3a38ff2c5964d9352f573b32abd2205a6bcabd6f555068c9e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770733842"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:15131025164bf722ebed8724e62f4b70ba018f3d9c671476f33e3485ce3a43fe_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:15131025164bf722ebed8724e62f4b70ba018f3d9c671476f33e3485ce3a43fe_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:15131025164bf722ebed8724e62f4b70ba018f3d9c671476f33e3485ce3a43fe_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel8@sha256%3A15131025164bf722ebed8724e62f4b70ba018f3d9c671476f33e3485ce3a43fe?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770733852"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather@sha256:afe42b2c8f953258782138392a88fd1413fb2097c648d559ceff1f3975dbb1a6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather@sha256:afe42b2c8f953258782138392a88fd1413fb2097c648d559ceff1f3975dbb1a6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-must-gather@sha256:afe42b2c8f953258782138392a88fd1413fb2097c648d559ceff1f3975dbb1a6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather@sha256%3Aafe42b2c8f953258782138392a88fd1413fb2097c648d559ceff1f3975dbb1a6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770749290"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:921d77cf40e5f25b256c397a9538deb9b5214fd1dd320b272ec73f368d965325_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:921d77cf40e5f25b256c397a9538deb9b5214fd1dd320b272ec73f368d965325_arm64",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:921d77cf40e5f25b256c397a9538deb9b5214fd1dd320b272ec73f368d965325_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel8@sha256%3A921d77cf40e5f25b256c397a9538deb9b5214fd1dd320b272ec73f368d965325?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770744965"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:ede9c2be4904769a47aafef33f068a0e67b8458746c74199efe17d745624d3bd_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:ede9c2be4904769a47aafef33f068a0e67b8458746c74199efe17d745624d3bd_arm64",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:ede9c2be4904769a47aafef33f068a0e67b8458746c74199efe17d745624d3bd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel8@sha256%3Aede9c2be4904769a47aafef33f068a0e67b8458746c74199efe17d745624d3bd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770743496"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:fbcb0389b7f506b044d1b908c0fe8e8eb1fb5509cc006fff4ecc992c2dcf31ae_arm64",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:fbcb0389b7f506b044d1b908c0fe8e8eb1fb5509cc006fff4ecc992c2dcf31ae_arm64",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:fbcb0389b7f506b044d1b908c0fe8e8eb1fb5509cc006fff4ecc992c2dcf31ae_arm64",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel8@sha256%3Afbcb0389b7f506b044d1b908c0fe8e8eb1fb5509cc006fff4ecc992c2dcf31ae?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771385416"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:7fff4f51c84e229eb72015faf1e6d9939545cfd1a6766b8f1e4f10f17029aaeb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:7fff4f51c84e229eb72015faf1e6d9939545cfd1a6766b8f1e4f10f17029aaeb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:7fff4f51c84e229eb72015faf1e6d9939545cfd1a6766b8f1e4f10f17029aaeb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel8@sha256%3A7fff4f51c84e229eb72015faf1e6d9939545cfd1a6766b8f1e4f10f17029aaeb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770991285"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:9356fbf52e0dafc970befd18d5337a29e2496242b221727095c83d850ed45d62_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:9356fbf52e0dafc970befd18d5337a29e2496242b221727095c83d850ed45d62_arm64",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:9356fbf52e0dafc970befd18d5337a29e2496242b221727095c83d850ed45d62_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-catalogd-rhel8@sha256%3A9356fbf52e0dafc970befd18d5337a29e2496242b221727095c83d850ed45d62?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770745246"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:2d74639836f3384e157e3e1fccc2c10a90aef742c8d8c826317fd5ea88b1284a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:2d74639836f3384e157e3e1fccc2c10a90aef742c8d8c826317fd5ea88b1284a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:2d74639836f3384e157e3e1fccc2c10a90aef742c8d8c826317fd5ea88b1284a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-operator-controller-rhel8@sha256%3A2d74639836f3384e157e3e1fccc2c10a90aef742c8d8c826317fd5ea88b1284a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770743496"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:58b4935884a488e6c796db1c1a8e37189e2b76dad3a18483ccf06368a8c84e6a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:58b4935884a488e6c796db1c1a8e37189e2b76dad3a18483ccf06368a8c84e6a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:58b4935884a488e6c796db1c1a8e37189e2b76dad3a18483ccf06368a8c84e6a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-rukpak-rhel8@sha256%3A58b4935884a488e6c796db1c1a8e37189e2b76dad3a18483ccf06368a8c84e6a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770749611"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:33b3ac785f10dce0378b5ce81e84d4d6799e0ee2e573b45e4fa8bcba3ae83d9b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:33b3ac785f10dce0378b5ce81e84d4d6799e0ee2e573b45e4fa8bcba3ae83d9b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:33b3ac785f10dce0378b5ce81e84d4d6799e0ee2e573b45e4fa8bcba3ae83d9b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel8@sha256%3A33b3ac785f10dce0378b5ce81e84d4d6799e0ee2e573b45e4fa8bcba3ae83d9b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770740081"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:039085f52e4730608fdc2cf5023460e7b1496a87d34c3f44e958be30e93bc88e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:039085f52e4730608fdc2cf5023460e7b1496a87d34c3f44e958be30e93bc88e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:039085f52e4730608fdc2cf5023460e7b1496a87d34c3f44e958be30e93bc88e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel8@sha256%3A039085f52e4730608fdc2cf5023460e7b1496a87d34c3f44e958be30e93bc88e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770742133"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:3d1d10391974723b15b31315b9c99c98b8296c61032905893a88e42f739f4a54_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:3d1d10391974723b15b31315b9c99c98b8296c61032905893a88e42f739f4a54_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:3d1d10391974723b15b31315b9c99c98b8296c61032905893a88e42f739f4a54_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel8@sha256%3A3d1d10391974723b15b31315b9c99c98b8296c61032905893a88e42f739f4a54?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770743158"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:1d6862cc2b12521141b533f7ebfc42e558af07195fafbb8f7be6ab7e64ecab34_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:1d6862cc2b12521141b533f7ebfc42e558af07195fafbb8f7be6ab7e64ecab34_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:1d6862cc2b12521141b533f7ebfc42e558af07195fafbb8f7be6ab7e64ecab34_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel8-operator@sha256%3A1d6862cc2b12521141b533f7ebfc42e558af07195fafbb8f7be6ab7e64ecab34?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771369120"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:5b057bc84cdc3f1749467d0ef85cf09d6a06f783ab16fb57c5cc19554ce720f3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:5b057bc84cdc3f1749467d0ef85cf09d6a06f783ab16fb57c5cc19554ce720f3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:5b057bc84cdc3f1749467d0ef85cf09d6a06f783ab16fb57c5cc19554ce720f3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel8@sha256%3A5b057bc84cdc3f1749467d0ef85cf09d6a06f783ab16fb57c5cc19554ce720f3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770742075"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:733261a8f75e4080761cdff18e6e619df7fc4de05cd2050d8127935bffc862b4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:733261a8f75e4080761cdff18e6e619df7fc4de05cd2050d8127935bffc862b4_arm64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:733261a8f75e4080761cdff18e6e619df7fc4de05cd2050d8127935bffc862b4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel8@sha256%3A733261a8f75e4080761cdff18e6e619df7fc4de05cd2050d8127935bffc862b4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770740072"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:30f55aa98a244d7b7072cda47c5f6b61f0aea4fc5e966081efd5c4c030a94271_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:30f55aa98a244d7b7072cda47c5f6b61f0aea4fc5e966081efd5c4c030a94271_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:30f55aa98a244d7b7072cda47c5f6b61f0aea4fc5e966081efd5c4c030a94271_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovirt-machine-controllers-rhel8@sha256%3A30f55aa98a244d7b7072cda47c5f6b61f0aea4fc5e966081efd5c4c030a94271?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770743471"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:f120d3b13d54b6abc62fbc6a87f7b1509a3de6c01e316e28a014e355bee5c002_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:f120d3b13d54b6abc62fbc6a87f7b1509a3de6c01e316e28a014e355bee5c002_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:f120d3b13d54b6abc62fbc6a87f7b1509a3de6c01e316e28a014e355bee5c002_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes@sha256%3Af120d3b13d54b6abc62fbc6a87f7b1509a3de6c01e316e28a014e355bee5c002?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771422053"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f120d3b13d54b6abc62fbc6a87f7b1509a3de6c01e316e28a014e355bee5c002_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f120d3b13d54b6abc62fbc6a87f7b1509a3de6c01e316e28a014e355bee5c002_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f120d3b13d54b6abc62fbc6a87f7b1509a3de6c01e316e28a014e355bee5c002_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256%3Af120d3b13d54b6abc62fbc6a87f7b1509a3de6c01e316e28a014e355bee5c002?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771422053"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:61dcb76dde13dd2ca7d6573f2a7c09a5cfcda1de1294e5a506d07e14e5408a90_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:61dcb76dde13dd2ca7d6573f2a7c09a5cfcda1de1294e5a506d07e14e5408a90_arm64",
"product_id": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:61dcb76dde13dd2ca7d6573f2a7c09a5cfcda1de1294e5a506d07e14e5408a90_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-k8s-prometheus-adapter@sha256%3A61dcb76dde13dd2ca7d6573f2a7c09a5cfcda1de1294e5a506d07e14e5408a90?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770744433"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:b71f4aecabf4c609d03b751b55cb94ea717983179b73efb6ff00001a514ff4bc_arm64",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:b71f4aecabf4c609d03b751b55cb94ea717983179b73efb6ff00001a514ff4bc_arm64",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:b71f4aecabf4c609d03b751b55cb94ea717983179b73efb6ff00001a514ff4bc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel8@sha256%3Ab71f4aecabf4c609d03b751b55cb94ea717983179b73efb6ff00001a514ff4bc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770744235"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:ad34ac62efbe8c297baa00f75a7fbbc87d1fe9d29563811d723f0f10f8174366_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:ad34ac62efbe8c297baa00f75a7fbbc87d1fe9d29563811d723f0f10f8174366_arm64",
"product_id": "registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:ad34ac62efbe8c297baa00f75a7fbbc87d1fe9d29563811d723f0f10f8174366_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-sdn-rhel8@sha256%3Aad34ac62efbe8c297baa00f75a7fbbc87d1fe9d29563811d723f0f10f8174366?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770749099"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-operator@sha256:81774e36cad16a5f5da6c89483f4139ba295e29726cc5bb9fb119277e087a1d8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-operator@sha256:81774e36cad16a5f5da6c89483f4139ba295e29726cc5bb9fb119277e087a1d8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-operator@sha256:81774e36cad16a5f5da6c89483f4139ba295e29726cc5bb9fb119277e087a1d8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-operator@sha256%3A81774e36cad16a5f5da6c89483f4139ba295e29726cc5bb9fb119277e087a1d8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770743600"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:218a452cc4548f90ced34504132e4c0048815a5e67c8d9f93b5e1987e83d6c2b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:218a452cc4548f90ced34504132e4c0048815a5e67c8d9f93b5e1987e83d6c2b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:218a452cc4548f90ced34504132e4c0048815a5e67c8d9f93b5e1987e83d6c2b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel8@sha256%3A218a452cc4548f90ced34504132e4c0048815a5e67c8d9f93b5e1987e83d6c2b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771249805"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:de5431ddae08fe8b534706adcbc5a99e1d93da3460fe5008f319aeb17280d6fb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:de5431ddae08fe8b534706adcbc5a99e1d93da3460fe5008f319aeb17280d6fb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:de5431ddae08fe8b534706adcbc5a99e1d93da3460fe5008f319aeb17280d6fb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256%3Ade5431ddae08fe8b534706adcbc5a99e1d93da3460fe5008f319aeb17280d6fb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770749126"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:b5657aca295b3a67c1cb6525a55fe234d959098f500ac7866c8cb7c09769c8e1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:b5657aca295b3a67c1cb6525a55fe234d959098f500ac7866c8cb7c09769c8e1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:b5657aca295b3a67c1cb6525a55fe234d959098f500ac7866c8cb7c09769c8e1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy@sha256%3Ab5657aca295b3a67c1cb6525a55fe234d959098f500ac7866c8cb7c09769c8e1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770733900"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:93bcb96825fe79993767a89bd7305a5f6ec39deba51b6a48a307eb6a7e3e508c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:93bcb96825fe79993767a89bd7305a5f6ec39deba51b6a48a307eb6a7e3e508c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:93bcb96825fe79993767a89bd7305a5f6ec39deba51b6a48a307eb6a7e3e508c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader@sha256%3A93bcb96825fe79993767a89bd7305a5f6ec39deba51b6a48a307eb6a7e3e508c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770743528"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator@sha256:d348bcfb0e822de362a7c67ffd9f572569502d09b3f2d3a4475ed4810f2e2d6f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator@sha256:d348bcfb0e822de362a7c67ffd9f572569502d09b3f2d3a4475ed4810f2e2d6f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator@sha256:d348bcfb0e822de362a7c67ffd9f572569502d09b3f2d3a4475ed4810f2e2d6f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator@sha256%3Ad348bcfb0e822de362a7c67ffd9f572569502d09b3f2d3a4475ed4810f2e2d6f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770741142"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:e8a39e1add8a7a4d65b17aeee0bd0b0bf5292c432e56fb97ab52f1865dbcaad7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:e8a39e1add8a7a4d65b17aeee0bd0b0bf5292c432e56fb97ab52f1865dbcaad7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:e8a39e1add8a7a4d65b17aeee0bd0b0bf5292c432e56fb97ab52f1865dbcaad7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel8@sha256%3Ae8a39e1add8a7a4d65b17aeee0bd0b0bf5292c432e56fb97ab52f1865dbcaad7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770742346"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter@sha256:a0837af0880180f927e3c2edd48377d2d5ab849a06186158695e0f2d9d460be4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter@sha256:a0837af0880180f927e3c2edd48377d2d5ab849a06186158695e0f2d9d460be4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-telemeter@sha256:a0837af0880180f927e3c2edd48377d2d5ab849a06186158695e0f2d9d460be4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter@sha256%3Aa0837af0880180f927e3c2edd48377d2d5ab849a06186158695e0f2d9d460be4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770741433"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:43ea6c2d16a1e89c0a76259219af19d79fc034665551181c153f3675f31bf238_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:43ea6c2d16a1e89c0a76259219af19d79fc034665551181c153f3675f31bf238_arm64",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:43ea6c2d16a1e89c0a76259219af19d79fc034665551181c153f3675f31bf238_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel8@sha256%3A43ea6c2d16a1e89c0a76259219af19d79fc034665551181c153f3675f31bf238?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771294312"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:6e50edd777e828943e3624600bb3e31f078bbfb9bbe1860c6cf6652b94fdf143_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:6e50edd777e828943e3624600bb3e31f078bbfb9bbe1860c6cf6652b94fdf143_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:6e50edd777e828943e3624600bb3e31f078bbfb9bbe1860c6cf6652b94fdf143_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler@sha256%3A6e50edd777e828943e3624600bb3e31f078bbfb9bbe1860c6cf6652b94fdf143?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770733847"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:8f509fac366943d4732e7d0f36f9f7223499c7aece9868713fd7de79f5fcd3a2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:8f509fac366943d4732e7d0f36f9f7223499c7aece9868713fd7de79f5fcd3a2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:8f509fac366943d4732e7d0f36f9f7223499c7aece9868713fd7de79f5fcd3a2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers@sha256%3A8f509fac366943d4732e7d0f36f9f7223499c7aece9868713fd7de79f5fcd3a2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770744358"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:32cab0a65fc0b14963201bb720a770bb68da3815bf306559da7ec5c8ed7c044d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:32cab0a65fc0b14963201bb720a770bb68da3815bf306559da7ec5c8ed7c044d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:32cab0a65fc0b14963201bb720a770bb68da3815bf306559da7ec5c8ed7c044d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel8@sha256%3A32cab0a65fc0b14963201bb720a770bb68da3815bf306559da7ec5c8ed7c044d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770744157"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:6bcc1fcc07058024d85554e472ff660d28a4c4dd8a5a78a0744380e11a6a06d8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:6bcc1fcc07058024d85554e472ff660d28a4c4dd8a5a78a0744380e11a6a06d8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:6bcc1fcc07058024d85554e472ff660d28a4c4dd8a5a78a0744380e11a6a06d8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel8-operator@sha256%3A6bcc1fcc07058024d85554e472ff660d28a4c4dd8a5a78a0744380e11a6a06d8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771369118"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:79d4304244379d410212241de9b91ee5604bd5bbce5676301bcf3fada3824c2d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:79d4304244379d410212241de9b91ee5604bd5bbce5676301bcf3fada3824c2d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:79d4304244379d410212241de9b91ee5604bd5bbce5676301bcf3fada3824c2d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-operator@sha256%3A79d4304244379d410212241de9b91ee5604bd5bbce5676301bcf3fada3824c2d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770740419"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:89a9de8f0804a61e01ce2a34d25933af30df2f3e8cd8f1209f8f058951bb5c1c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:89a9de8f0804a61e01ce2a34d25933af30df2f3e8cd8f1209f8f058951bb5c1c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:89a9de8f0804a61e01ce2a34d25933af30df2f3e8cd8f1209f8f058951bb5c1c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-operator@sha256%3A89a9de8f0804a61e01ce2a34d25933af30df2f3e8cd8f1209f8f058951bb5c1c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770740144"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:fff87189c1c3eafae4722d812e5becae925b71f1b6727944333fb129b7ae48ee_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:fff87189c1c3eafae4722d812e5becae925b71f1b6727944333fb129b7ae48ee_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:fff87189c1c3eafae4722d812e5becae925b71f1b6727944333fb129b7ae48ee_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-operator@sha256%3Afff87189c1c3eafae4722d812e5becae925b71f1b6727944333fb129b7ae48ee?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770863538"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fff87189c1c3eafae4722d812e5becae925b71f1b6727944333fb129b7ae48ee_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fff87189c1c3eafae4722d812e5becae925b71f1b6727944333fb129b7ae48ee_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fff87189c1c3eafae4722d812e5becae925b71f1b6727944333fb129b7ae48ee_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256%3Afff87189c1c3eafae4722d812e5becae925b71f1b6727944333fb129b7ae48ee?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770863538"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:d0e132dd83e2b754fe20b12859ffdf7139037da53f2a6af6ee08eed15429a14e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:d0e132dd83e2b754fe20b12859ffdf7139037da53f2a6af6ee08eed15429a14e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:d0e132dd83e2b754fe20b12859ffdf7139037da53f2a6af6ee08eed15429a14e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel8@sha256%3Ad0e132dd83e2b754fe20b12859ffdf7139037da53f2a6af6ee08eed15429a14e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770744653"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:8db04c6d7afcb6b650dddaac2ff88cb82093660a3125912172db7fbb51f1f1c2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:8db04c6d7afcb6b650dddaac2ff88cb82093660a3125912172db7fbb51f1f1c2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:8db04c6d7afcb6b650dddaac2ff88cb82093660a3125912172db7fbb51f1f1c2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-operator@sha256%3A8db04c6d7afcb6b650dddaac2ff88cb82093660a3125912172db7fbb51f1f1c2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770743637"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:3908e08f8cd7c94ba3e5e382ee40cc02db84f5b0a4aabc60f5d17142c42437df_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:3908e08f8cd7c94ba3e5e382ee40cc02db84f5b0a4aabc60f5d17142c42437df_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:3908e08f8cd7c94ba3e5e382ee40cc02db84f5b0a4aabc60f5d17142c42437df_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-operator@sha256%3A3908e08f8cd7c94ba3e5e382ee40cc02db84f5b0a4aabc60f5d17142c42437df?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770742783"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader@sha256:6023696ac24b81f72312201fa6c97a6ba4f2a780fae94047968dba982278562d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader@sha256:6023696ac24b81f72312201fa6c97a6ba4f2a780fae94047968dba982278562d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader@sha256:6023696ac24b81f72312201fa6c97a6ba4f2a780fae94047968dba982278562d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader@sha256%3A6023696ac24b81f72312201fa6c97a6ba4f2a780fae94047968dba982278562d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770742626"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns@sha256:0159ee555501103045d1f188ba21ef468c3f463251ff2debae0c8e1999f14eb6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns@sha256:0159ee555501103045d1f188ba21ef468c3f463251ff2debae0c8e1999f14eb6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-coredns@sha256:0159ee555501103045d1f188ba21ef468c3f463251ff2debae0c8e1999f14eb6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns@sha256%3A0159ee555501103045d1f188ba21ef468c3f463251ff2debae0c8e1999f14eb6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770744862"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:94f7a32483750e9da8038b84e4e1977fa22f099d3b29012a40ee059ba0cca9b0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:94f7a32483750e9da8038b84e4e1977fa22f099d3b29012a40ee059ba0cca9b0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:94f7a32483750e9da8038b84e4e1977fa22f099d3b29012a40ee059ba0cca9b0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher@sha256%3A94f7a32483750e9da8038b84e4e1977fa22f099d3b29012a40ee059ba0cca9b0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770743028"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:94f7a32483750e9da8038b84e4e1977fa22f099d3b29012a40ee059ba0cca9b0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:94f7a32483750e9da8038b84e4e1977fa22f099d3b29012a40ee059ba0cca9b0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:94f7a32483750e9da8038b84e4e1977fa22f099d3b29012a40ee059ba0cca9b0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel8@sha256%3A94f7a32483750e9da8038b84e4e1977fa22f099d3b29012a40ee059ba0cca9b0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770743028"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:aef67ae561902de2e77f7cbf09b98be2efaae40bbfa671d33a73874a9fca506f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:aef67ae561902de2e77f7cbf09b98be2efaae40bbfa671d33a73874a9fca506f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:aef67ae561902de2e77f7cbf09b98be2efaae40bbfa671d33a73874a9fca506f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe@sha256%3Aaef67ae561902de2e77f7cbf09b98be2efaae40bbfa671d33a73874a9fca506f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770742008"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:aef67ae561902de2e77f7cbf09b98be2efaae40bbfa671d33a73874a9fca506f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:aef67ae561902de2e77f7cbf09b98be2efaae40bbfa671d33a73874a9fca506f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:aef67ae561902de2e77f7cbf09b98be2efaae40bbfa671d33a73874a9fca506f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel8@sha256%3Aaef67ae561902de2e77f7cbf09b98be2efaae40bbfa671d33a73874a9fca506f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770742008"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:61dcb1b12d90c58eb1095cedd0f8d050b1f61e68d3bc05037e8e94c274bcd855_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:61dcb1b12d90c58eb1095cedd0f8d050b1f61e68d3bc05037e8e94c274bcd855_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:61dcb1b12d90c58eb1095cedd0f8d050b1f61e68d3bc05037e8e94c274bcd855_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar@sha256%3A61dcb1b12d90c58eb1095cedd0f8d050b1f61e68d3bc05037e8e94c274bcd855?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770744302"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:61dcb1b12d90c58eb1095cedd0f8d050b1f61e68d3bc05037e8e94c274bcd855_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:61dcb1b12d90c58eb1095cedd0f8d050b1f61e68d3bc05037e8e94c274bcd855_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:61dcb1b12d90c58eb1095cedd0f8d050b1f61e68d3bc05037e8e94c274bcd855_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel8@sha256%3A61dcb1b12d90c58eb1095cedd0f8d050b1f61e68d3bc05037e8e94c274bcd855?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770744302"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:56dc1c55657428a6508c4eee1940194c81fb9679a11a3777289749afb8ac12b8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:56dc1c55657428a6508c4eee1940194c81fb9679a11a3777289749afb8ac12b8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:56dc1c55657428a6508c4eee1940194c81fb9679a11a3777289749afb8ac12b8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner@sha256%3A56dc1c55657428a6508c4eee1940194c81fb9679a11a3777289749afb8ac12b8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770740996"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:56dc1c55657428a6508c4eee1940194c81fb9679a11a3777289749afb8ac12b8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:56dc1c55657428a6508c4eee1940194c81fb9679a11a3777289749afb8ac12b8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:56dc1c55657428a6508c4eee1940194c81fb9679a11a3777289749afb8ac12b8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel8@sha256%3A56dc1c55657428a6508c4eee1940194c81fb9679a11a3777289749afb8ac12b8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770740996"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:ff3fa757849d5246cc4998aef80a5a8192ea48221bfabdde42d3eda664f00107_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:ff3fa757849d5246cc4998aef80a5a8192ea48221bfabdde42d3eda664f00107_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:ff3fa757849d5246cc4998aef80a5a8192ea48221bfabdde42d3eda664f00107_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-validation-webhook-rhel8@sha256%3Aff3fa757849d5246cc4998aef80a5a8192ea48221bfabdde42d3eda664f00107?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770739833"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c70cb3d1a437e747e1d7d54f631853d611a97278fa260daed6c56f36f885e17b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c70cb3d1a437e747e1d7d54f631853d611a97278fa260daed6c56f36f885e17b_s390x",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c70cb3d1a437e747e1d7d54f631853d611a97278fa260daed6c56f36f885e17b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256%3Ac70cb3d1a437e747e1d7d54f631853d611a97278fa260daed6c56f36f885e17b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771120085"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:d26f4f47b5b3447e021d20ab0e6dae7eeeadeeb4f5529b85f8e836d6625dac62_s390x",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:d26f4f47b5b3447e021d20ab0e6dae7eeeadeeb4f5529b85f8e836d6625dac62_s390x",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:d26f4f47b5b3447e021d20ab0e6dae7eeeadeeb4f5529b85f8e836d6625dac62_s390x",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel8@sha256%3Ad26f4f47b5b3447e021d20ab0e6dae7eeeadeeb4f5529b85f8e836d6625dac62?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770739860"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy@sha256:9bb9f5cd5e94fc8041d25e9a9d10aad1be92c734c8a8dd618c93e2d2cbe27c99_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy@sha256:9bb9f5cd5e94fc8041d25e9a9d10aad1be92c734c8a8dd618c93e2d2cbe27c99_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy@sha256:9bb9f5cd5e94fc8041d25e9a9d10aad1be92c734c8a8dd618c93e2d2cbe27c99_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy@sha256%3A9bb9f5cd5e94fc8041d25e9a9d10aad1be92c734c8a8dd618c93e2d2cbe27c99?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770733839"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:39d2eed706008f5ebb0d2baa19ebaeb77ded4e0de4ce28e0232f614f8df18c5b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:39d2eed706008f5ebb0d2baa19ebaeb77ded4e0de4ce28e0232f614f8df18c5b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:39d2eed706008f5ebb0d2baa19ebaeb77ded4e0de4ce28e0232f614f8df18c5b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager@sha256%3A39d2eed706008f5ebb0d2baa19ebaeb77ded4e0de4ce28e0232f614f8df18c5b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770733777"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:6bef60acc457405d245a8d7b17335ef424ab68962255fd1bc0ee5c87b73b9ed7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:6bef60acc457405d245a8d7b17335ef424ab68962255fd1bc0ee5c87b73b9ed7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:6bef60acc457405d245a8d7b17335ef424ab68962255fd1bc0ee5c87b73b9ed7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-node-exporter@sha256%3A6bef60acc457405d245a8d7b17335ef424ab68962255fd1bc0ee5c87b73b9ed7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770734121"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus@sha256:e02754f15b7094b2956ae2364dfca3ac178bbf62bd5dc2061d681cf645129114_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus@sha256:e02754f15b7094b2956ae2364dfca3ac178bbf62bd5dc2061d681cf645129114_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus@sha256:e02754f15b7094b2956ae2364dfca3ac178bbf62bd5dc2061d681cf645129114_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus@sha256%3Ae02754f15b7094b2956ae2364dfca3ac178bbf62bd5dc2061d681cf645129114?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770734026"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:81c0edf7f04fd4d89dcabc840e84288dab661a2dd7eec8553867ccb5acda9b5b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:81c0edf7f04fd4d89dcabc840e84288dab661a2dd7eec8553867ccb5acda9b5b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:81c0edf7f04fd4d89dcabc840e84288dab661a2dd7eec8553867ccb5acda9b5b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel8@sha256%3A81c0edf7f04fd4d89dcabc840e84288dab661a2dd7eec8553867ccb5acda9b5b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770739632"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:db6b71f10ce51d3b8940b551ed77c786b402a12bb287ef3bc614b259b44713d6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:db6b71f10ce51d3b8940b551ed77c786b402a12bb287ef3bc614b259b44713d6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:db6b71f10ce51d3b8940b551ed77c786b402a12bb287ef3bc614b259b44713d6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-node-label-updater-rhel8@sha256%3Adb6b71f10ce51d3b8940b551ed77c786b402a12bb287ef3bc614b259b44713d6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770741772"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy@sha256:c7b4aebff94f6bb707d9c4ca28ef6c6060571be88d9b9eb53cddc39fc1456f76_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy@sha256:c7b4aebff94f6bb707d9c4ca28ef6c6060571be88d9b9eb53cddc39fc1456f76_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy@sha256:c7b4aebff94f6bb707d9c4ca28ef6c6060571be88d9b9eb53cddc39fc1456f76_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy@sha256%3Ac7b4aebff94f6bb707d9c4ca28ef6c6060571be88d9b9eb53cddc39fc1456f76?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770741102"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:56056031eb0746e98052842eb628a66ed222b1dfa1c7cba6e511b4bb4fe05533_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:56056031eb0746e98052842eb628a66ed222b1dfa1c7cba6e511b4bb4fe05533_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:56056031eb0746e98052842eb628a66ed222b1dfa1c7cba6e511b4bb4fe05533_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy@sha256%3A56056031eb0746e98052842eb628a66ed222b1dfa1c7cba6e511b4bb4fe05533?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770743455"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:bad61947f5ee2cd63364f8ca7cfaf343294934b448a96b4e0c86db4430bef34c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:bad61947f5ee2cd63364f8ca7cfaf343294934b448a96b4e0c86db4430bef34c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:bad61947f5ee2cd63364f8ca7cfaf343294934b448a96b4e0c86db4430bef34c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics@sha256%3Abad61947f5ee2cd63364f8ca7cfaf343294934b448a96b4e0c86db4430bef34c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770740975"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace@sha256:9e35a4faa30dbebb4c0781e948a98391c41500225be6e4f399a2654f4d443c74_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace@sha256:9e35a4faa30dbebb4c0781e948a98391c41500225be6e4f399a2654f4d443c74_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace@sha256:9e35a4faa30dbebb4c0781e948a98391c41500225be6e4f399a2654f4d443c74_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace@sha256%3A9e35a4faa30dbebb4c0781e948a98391c41500225be6e4f399a2654f4d443c74?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770745177"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:68a7b4a2434007d41d8c0f29accfe43e00b04ef18101a3b400213c4eda9117db_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:68a7b4a2434007d41d8c0f29accfe43e00b04ef18101a3b400213c4eda9117db_s390x",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:68a7b4a2434007d41d8c0f29accfe43e00b04ef18101a3b400213c4eda9117db_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel8@sha256%3A68a7b4a2434007d41d8c0f29accfe43e00b04ef18101a3b400213c4eda9117db?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770743232"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni@sha256:f051e24c3447762f3476242739a696f882ba9ce210fe775256dac55eb28fcad4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni@sha256:f051e24c3447762f3476242739a696f882ba9ce210fe775256dac55eb28fcad4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni@sha256:f051e24c3447762f3476242739a696f882ba9ce210fe775256dac55eb28fcad4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni@sha256%3Af051e24c3447762f3476242739a696f882ba9ce210fe775256dac55eb28fcad4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770744352"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:8c01bbae6f1cd673c1ac45ee550a792409e534a1fbfc4489269c5d849c4fb119_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:8c01bbae6f1cd673c1ac45ee550a792409e534a1fbfc4489269c5d849c4fb119_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:8c01bbae6f1cd673c1ac45ee550a792409e534a1fbfc4489269c5d849c4fb119_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel8@sha256%3A8c01bbae6f1cd673c1ac45ee550a792409e534a1fbfc4489269c5d849c4fb119?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770742960"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:4919f1c330d56e5dbdc091d33e5fce13cbdac96876e773a8109ce807dee67b4d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:4919f1c330d56e5dbdc091d33e5fce13cbdac96876e773a8109ce807dee67b4d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:4919f1c330d56e5dbdc091d33e5fce13cbdac96876e773a8109ce807dee67b4d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel8@sha256%3A4919f1c330d56e5dbdc091d33e5fce13cbdac96876e773a8109ce807dee67b4d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770740924"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:21db1e5da0fdc170417ff618727d1df59d264a27a1fac0df40f62cc6d0b92e34_s390x",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:21db1e5da0fdc170417ff618727d1df59d264a27a1fac0df40f62cc6d0b92e34_s390x",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:21db1e5da0fdc170417ff618727d1df59d264a27a1fac0df40f62cc6d0b92e34_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oc-mirror-plugin-rhel8@sha256%3A21db1e5da0fdc170417ff618727d1df59d264a27a1fac0df40f62cc6d0b92e34?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770741415"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder@sha256:e6e84f0ec9ae5b483ef8872c9703908b595a6d0fbbdc368e19eca8b58121025f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder@sha256:e6e84f0ec9ae5b483ef8872c9703908b595a6d0fbbdc368e19eca8b58121025f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder@sha256:e6e84f0ec9ae5b483ef8872c9703908b595a6d0fbbdc368e19eca8b58121025f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder@sha256%3Ae6e84f0ec9ae5b483ef8872c9703908b595a6d0fbbdc368e19eca8b58121025f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770733979"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli@sha256:31c0fab9d575ada9af8f496ae4bb2553f26b762ef2d6c39f6446aeee2899b262_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli@sha256:31c0fab9d575ada9af8f496ae4bb2553f26b762ef2d6c39f6446aeee2899b262_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cli@sha256:31c0fab9d575ada9af8f496ae4bb2553f26b762ef2d6c39f6446aeee2899b262_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli@sha256%3A31c0fab9d575ada9af8f496ae4bb2553f26b762ef2d6c39f6446aeee2899b262?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770741996"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console@sha256:8516be3a082fe2a93bb5976bb394865cd85aba4beaa399055a76bde057d9e70d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-console@sha256:8516be3a082fe2a93bb5976bb394865cd85aba4beaa399055a76bde057d9e70d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-console@sha256:8516be3a082fe2a93bb5976bb394865cd85aba4beaa399055a76bde057d9e70d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-console@sha256%3A8516be3a082fe2a93bb5976bb394865cd85aba4beaa399055a76bde057d9e70d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771425150"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-operator@sha256:a3e1cecdfc749a34b7e3574642458edc7870f03ae9e1a2e7aac63e3fecb43eb6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-operator@sha256:a3e1cecdfc749a34b7e3574642458edc7870f03ae9e1a2e7aac63e3fecb43eb6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-console-operator@sha256:a3e1cecdfc749a34b7e3574642458edc7870f03ae9e1a2e7aac63e3fecb43eb6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-operator@sha256%3Aa3e1cecdfc749a34b7e3574642458edc7870f03ae9e1a2e7aac63e3fecb43eb6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770740972"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer@sha256:db72294ec20391b00df5aff0c61131e458d53c77f8e7ad46221bbc1a0e48c627_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer@sha256:db72294ec20391b00df5aff0c61131e458d53c77f8e7ad46221bbc1a0e48c627_s390x",
"product_id": "registry.redhat.io/openshift4/ose-deployer@sha256:db72294ec20391b00df5aff0c61131e458d53c77f8e7ad46221bbc1a0e48c627_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer@sha256%3Adb72294ec20391b00df5aff0c61131e458d53c77f8e7ad46221bbc1a0e48c627?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770749298"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:00fde8b59b779b0b068e80b2e1874c7d351022aa4142d779016f08798955270b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:00fde8b59b779b0b068e80b2e1874c7d351022aa4142d779016f08798955270b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:00fde8b59b779b0b068e80b2e1874c7d351022aa4142d779016f08798955270b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router@sha256%3A00fde8b59b779b0b068e80b2e1874c7d351022aa4142d779016f08798955270b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770749963"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c03bbab0f14b2ca0db5a24c2cb646899fe1a4eb4cbbbf987c3b17b22bcd3d995_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c03bbab0f14b2ca0db5a24c2cb646899fe1a4eb4cbbbf987c3b17b22bcd3d995_s390x",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c03bbab0f14b2ca0db5a24c2cb646899fe1a4eb4cbbbf987c3b17b22bcd3d995_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube-rhel9@sha256%3Ac03bbab0f14b2ca0db5a24c2cb646899fe1a4eb4cbbbf987c3b17b22bcd3d995?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771294265"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:efef95d7a9a80b5919d54fcddd2d2996294988efefd8e286f33902ba4b94df81_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:efef95d7a9a80b5919d54fcddd2d2996294988efefd8e286f33902ba4b94df81_s390x",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:efef95d7a9a80b5919d54fcddd2d2996294988efefd8e286f33902ba4b94df81_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-keepalived-ipfailover@sha256%3Aefef95d7a9a80b5919d54fcddd2d2996294988efefd8e286f33902ba4b94df81?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770742171"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod@sha256:8846ed3df7609e0a20e5020c5019e066e3156c5cb3e32719f55405b54d2167c4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod@sha256:8846ed3df7609e0a20e5020c5019e066e3156c5cb3e32719f55405b54d2167c4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-pod@sha256:8846ed3df7609e0a20e5020c5019e066e3156c5cb3e32719f55405b54d2167c4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod@sha256%3A8846ed3df7609e0a20e5020c5019e066e3156c5cb3e32719f55405b54d2167c4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771294377"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry@sha256:bda4051ff681d545c59cc6e9a02583278236f267de53b3c68605635689eef2e9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry@sha256:bda4051ff681d545c59cc6e9a02583278236f267de53b3c68605635689eef2e9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry@sha256:bda4051ff681d545c59cc6e9a02583278236f267de53b3c68605635689eef2e9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry@sha256%3Abda4051ff681d545c59cc6e9a02583278236f267de53b3c68605635689eef2e9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770743887"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests@sha256:103c34c394ba900666000bc5627c63e1b564878aec0defbb91a18711aa95bd7c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests@sha256:103c34c394ba900666000bc5627c63e1b564878aec0defbb91a18711aa95bd7c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-tests@sha256:103c34c394ba900666000bc5627c63e1b564878aec0defbb91a18711aa95bd7c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests@sha256%3A103c34c394ba900666000bc5627c63e1b564878aec0defbb91a18711aa95bd7c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771252307"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:246d18436f5aa8a6e9de5a6ea2a81c09bc21e37ba02ffe57fe836937ee54565a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:246d18436f5aa8a6e9de5a6ea2a81c09bc21e37ba02ffe57fe836937ee54565a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:246d18436f5aa8a6e9de5a6ea2a81c09bc21e37ba02ffe57fe836937ee54565a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel8@sha256%3A246d18436f5aa8a6e9de5a6ea2a81c09bc21e37ba02ffe57fe836937ee54565a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770740747"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:e6b9aa21e43519da9b49140c570738bbc43436212ea75e7dfd0bee67c7c3fd62_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:e6b9aa21e43519da9b49140c570738bbc43436212ea75e7dfd0bee67c7c3fd62_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:e6b9aa21e43519da9b49140c570738bbc43436212ea75e7dfd0bee67c7c3fd62_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager@sha256%3Ae6b9aa21e43519da9b49140c570738bbc43436212ea75e7dfd0bee67c7c3fd62?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770744428"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry@sha256:b5eaf716c0b3223abd931fc510d8c93f6fd342de822aa115e60b80d48332323f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry@sha256:b5eaf716c0b3223abd931fc510d8c93f6fd342de822aa115e60b80d48332323f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry@sha256:b5eaf716c0b3223abd931fc510d8c93f6fd342de822aa115e60b80d48332323f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry@sha256%3Ab5eaf716c0b3223abd931fc510d8c93f6fd342de822aa115e60b80d48332323f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770742284"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:ef2d45fdc583671d6b145882f99cb260b370c18178efb43b42a57e63ddb36d2b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:ef2d45fdc583671d6b145882f99cb260b370c18178efb43b42a57e63ddb36d2b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:ef2d45fdc583671d6b145882f99cb260b370c18178efb43b42a57e63ddb36d2b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel8@sha256%3Aef2d45fdc583671d6b145882f99cb260b370c18178efb43b42a57e63ddb36d2b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770749101"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:a640f43787725158c81fd3b759298b4cb0fc841a6136a9eaf2ae254b7bc5c576_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:a640f43787725158c81fd3b759298b4cb0fc841a6136a9eaf2ae254b7bc5c576_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:a640f43787725158c81fd3b759298b4cb0fc841a6136a9eaf2ae254b7bc5c576_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel8@sha256%3Aa640f43787725158c81fd3b759298b4cb0fc841a6136a9eaf2ae254b7bc5c576?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770749167"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:87a2b1d5044fc95c3a65a066b80302e2429b62e3ca65f831994842371febb7fd_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:87a2b1d5044fc95c3a65a066b80302e2429b62e3ca65f831994842371febb7fd_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:87a2b1d5044fc95c3a65a066b80302e2429b62e3ca65f831994842371febb7fd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256%3A87a2b1d5044fc95c3a65a066b80302e2429b62e3ca65f831994842371febb7fd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770736018"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:8550f4f5bb2efa499a73ec16761aa448cf62943bfcbb4307a40e8889a6b83c42_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:8550f4f5bb2efa499a73ec16761aa448cf62943bfcbb4307a40e8889a6b83c42_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:8550f4f5bb2efa499a73ec16761aa448cf62943bfcbb4307a40e8889a6b83c42_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel8@sha256%3A8550f4f5bb2efa499a73ec16761aa448cf62943bfcbb4307a40e8889a6b83c42?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770742760"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d57959fe134e8c76b6cf6b936b5ea015256e50a2ed550115ffa85e0e91d591f7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d57959fe134e8c76b6cf6b936b5ea015256e50a2ed550115ffa85e0e91d591f7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d57959fe134e8c76b6cf6b936b5ea015256e50a2ed550115ffa85e0e91d591f7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-utils-rhel9@sha256%3Ad57959fe134e8c76b6cf6b936b5ea015256e50a2ed550115ffa85e0e91d591f7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770736454"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:439f405fd3d827569af717e2627f900798107ff3c7987bb96dd75715b28aeb4e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:439f405fd3d827569af717e2627f900798107ff3c7987bb96dd75715b28aeb4e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:439f405fd3d827569af717e2627f900798107ff3c7987bb96dd75715b28aeb4e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel8@sha256%3A439f405fd3d827569af717e2627f900798107ff3c7987bb96dd75715b28aeb4e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770742492"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:c8e35113d1af6f424ddb2b3ccd7da6bb00e39cc7e9101ae6498a40926dd45f27_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:c8e35113d1af6f424ddb2b3ccd7da6bb00e39cc7e9101ae6498a40926dd45f27_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:c8e35113d1af6f424ddb2b3ccd7da6bb00e39cc7e9101ae6498a40926dd45f27_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel8@sha256%3Ac8e35113d1af6f424ddb2b3ccd7da6bb00e39cc7e9101ae6498a40926dd45f27?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771438598"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:bf9e71e10cea47686d4edf0c60cba4fbb0c4e1bf8b805c387b9c070e2032e5d9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:bf9e71e10cea47686d4edf0c60cba4fbb0c4e1bf8b805c387b9c070e2032e5d9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:bf9e71e10cea47686d4edf0c60cba4fbb0c4e1bf8b805c387b9c070e2032e5d9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel8-operator@sha256%3Abf9e71e10cea47686d4edf0c60cba4fbb0c4e1bf8b805c387b9c070e2032e5d9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770743196"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:725fb4e263107a568a1c556264f4e5a1d88adcd4ce5a2979b57a8fd4463065c8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:725fb4e263107a568a1c556264f4e5a1d88adcd4ce5a2979b57a8fd4463065c8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:725fb4e263107a568a1c556264f4e5a1d88adcd4ce5a2979b57a8fd4463065c8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts@sha256%3A725fb4e263107a568a1c556264f4e5a1d88adcd4ce5a2979b57a8fd4463065c8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770749639"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:278de54a51e74d045ec339e762c5b81ce4a2a3d40f1bad8d7c9cb4e5de898cbc_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:278de54a51e74d045ec339e762c5b81ce4a2a3d40f1bad8d7c9cb4e5de898cbc_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:278de54a51e74d045ec339e762c5b81ce4a2a3d40f1bad8d7c9cb4e5de898cbc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-operator@sha256%3A278de54a51e74d045ec339e762c5b81ce4a2a3d40f1bad8d7c9cb4e5de898cbc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770744452"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:39f3e8a9f78d4756e9c681513c02b5574e80ccd7043e7f0130ea1e5505e27cc9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:39f3e8a9f78d4756e9c681513c02b5574e80ccd7043e7f0130ea1e5505e27cc9_s390x",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:39f3e8a9f78d4756e9c681513c02b5574e80ccd7043e7f0130ea1e5505e27cc9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel8@sha256%3A39f3e8a9f78d4756e9c681513c02b5574e80ccd7043e7f0130ea1e5505e27cc9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770742318"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:10e61696271303aedeea539ae19ec6fa8018878059815e5a58497e023ab496d1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:10e61696271303aedeea539ae19ec6fa8018878059815e5a58497e023ab496d1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:10e61696271303aedeea539ae19ec6fa8018878059815e5a58497e023ab496d1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel8@sha256%3A10e61696271303aedeea539ae19ec6fa8018878059815e5a58497e023ab496d1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770741315"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:29e242c717fb61d195700e1f1665427ce99188265b2014aea970dd9bd8441134_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:29e242c717fb61d195700e1f1665427ce99188265b2014aea970dd9bd8441134_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:29e242c717fb61d195700e1f1665427ce99188265b2014aea970dd9bd8441134_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-operator@sha256%3A29e242c717fb61d195700e1f1665427ce99188265b2014aea970dd9bd8441134?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770744098"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:f3dd31d9b9a94707a1dc4d597ce12abb9b33d463007b311798bc031c55935803_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:f3dd31d9b9a94707a1dc4d597ce12abb9b33d463007b311798bc031c55935803_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:f3dd31d9b9a94707a1dc4d597ce12abb9b33d463007b311798bc031c55935803_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-operator@sha256%3Af3dd31d9b9a94707a1dc4d597ce12abb9b33d463007b311798bc031c55935803?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770741786"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:dc0bdd5c00450f4f6de330888ae8e9e2ee272e879974560b312785f44df85a0c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:dc0bdd5c00450f4f6de330888ae8e9e2ee272e879974560b312785f44df85a0c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:dc0bdd5c00450f4f6de330888ae8e9e2ee272e879974560b312785f44df85a0c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel8@sha256%3Adc0bdd5c00450f4f6de330888ae8e9e2ee272e879974560b312785f44df85a0c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770743877"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:b5643d03d8dd0798ec6cfdb27e9ba22aa9479049c81480b23aa96b12c7c96568_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:b5643d03d8dd0798ec6cfdb27e9ba22aa9479049c81480b23aa96b12c7c96568_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:b5643d03d8dd0798ec6cfdb27e9ba22aa9479049c81480b23aa96b12c7c96568_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap@sha256%3Ab5643d03d8dd0798ec6cfdb27e9ba22aa9479049c81480b23aa96b12c7c96568?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770744346"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5d2da4620f6bb6c224692d33c93f0b327c16dcc5ceb31da1f767d3a6fdc3f70b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5d2da4620f6bb6c224692d33c93f0b327c16dcc5ceb31da1f767d3a6fdc3f70b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5d2da4620f6bb6c224692d33c93f0b327c16dcc5ceb31da1f767d3a6fdc3f70b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-operator-container-rhel8@sha256%3A5d2da4620f6bb6c224692d33c93f0b327c16dcc5ceb31da1f767d3a6fdc3f70b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770739797"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:5d2da4620f6bb6c224692d33c93f0b327c16dcc5ceb31da1f767d3a6fdc3f70b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:5d2da4620f6bb6c224692d33c93f0b327c16dcc5ceb31da1f767d3a6fdc3f70b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:5d2da4620f6bb6c224692d33c93f0b327c16dcc5ceb31da1f767d3a6fdc3f70b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel8-operator@sha256%3A5d2da4620f6bb6c224692d33c93f0b327c16dcc5ceb31da1f767d3a6fdc3f70b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770739797"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:708eeadd9b25c308fe7fb46fc4a33cc39ebbab70e2a20168951f1bd629d7ad86_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:708eeadd9b25c308fe7fb46fc4a33cc39ebbab70e2a20168951f1bd629d7ad86_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:708eeadd9b25c308fe7fb46fc4a33cc39ebbab70e2a20168951f1bd629d7ad86_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-operator-rhel8@sha256%3A708eeadd9b25c308fe7fb46fc4a33cc39ebbab70e2a20168951f1bd629d7ad86?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770742835"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:80318e120a0950964736f022e7a73902965f8391e25a03691757b3450203c5e7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:80318e120a0950964736f022e7a73902965f8391e25a03691757b3450203c5e7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:80318e120a0950964736f022e7a73902965f8391e25a03691757b3450203c5e7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-operator@sha256%3A80318e120a0950964736f022e7a73902965f8391e25a03691757b3450203c5e7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770740598"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:9976237825a262abd9196fa7c23265587f3c32f68fed224228a0ad38b6d2157e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:9976237825a262abd9196fa7c23265587f3c32f68fed224228a0ad38b6d2157e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:9976237825a262abd9196fa7c23265587f3c32f68fed224228a0ad38b6d2157e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-control-plane-machine-set-operator-rhel8@sha256%3A9976237825a262abd9196fa7c23265587f3c32f68fed224228a0ad38b6d2157e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770740826"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:b4937dd875f1b9610a8a6d6c79475152418d5ebc991b192ae9ee4755a780cfa3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:b4937dd875f1b9610a8a6d6c79475152418d5ebc991b192ae9ee4755a780cfa3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:b4937dd875f1b9610a8a6d6c79475152418d5ebc991b192ae9ee4755a780cfa3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256%3Ab4937dd875f1b9610a8a6d6c79475152418d5ebc991b192ae9ee4755a780cfa3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770742813"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:79ea995391777e5de109ea7d10ae1c808c840af72de6e992f37d667d84fbdb9c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:79ea995391777e5de109ea7d10ae1c808c840af72de6e992f37d667d84fbdb9c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:79ea995391777e5de109ea7d10ae1c808c840af72de6e992f37d667d84fbdb9c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-operator@sha256%3A79ea995391777e5de109ea7d10ae1c808c840af72de6e992f37d667d84fbdb9c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770744911"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:800e71c14775b5c2aaf6daeaada39be53964b123567f6fc6389cc62483042e72_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:800e71c14775b5c2aaf6daeaada39be53964b123567f6fc6389cc62483042e72_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:800e71c14775b5c2aaf6daeaada39be53964b123567f6fc6389cc62483042e72_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-operator@sha256%3A800e71c14775b5c2aaf6daeaada39be53964b123567f6fc6389cc62483042e72?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770741660"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:1f86c359dad1658f01c77bcd1a634510baea2c8df28e3106ff8139e5e92b1c47_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:1f86c359dad1658f01c77bcd1a634510baea2c8df28e3106ff8139e5e92b1c47_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:1f86c359dad1658f01c77bcd1a634510baea2c8df28e3106ff8139e5e92b1c47_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-operator@sha256%3A1f86c359dad1658f01c77bcd1a634510baea2c8df28e3106ff8139e5e92b1c47?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770743648"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:41d769e206ec812a0f5f34487d4646de1cc1f4d9ec3372b17758bf8fcb76ef98_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:41d769e206ec812a0f5f34487d4646de1cc1f4d9ec3372b17758bf8fcb76ef98_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:41d769e206ec812a0f5f34487d4646de1cc1f4d9ec3372b17758bf8fcb76ef98_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-operator@sha256%3A41d769e206ec812a0f5f34487d4646de1cc1f4d9ec3372b17758bf8fcb76ef98?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770744735"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:68c120642854e9aa45b15d21c3f9d02dd10e837089131bf4662fba1fd87ad9c5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:68c120642854e9aa45b15d21c3f9d02dd10e837089131bf4662fba1fd87ad9c5_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:68c120642854e9aa45b15d21c3f9d02dd10e837089131bf4662fba1fd87ad9c5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel8-operator@sha256%3A68c120642854e9aa45b15d21c3f9d02dd10e837089131bf4662fba1fd87ad9c5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770742307"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:2002c2c89b091a1729718cbe2c2cb73cfc9a1826eb8cb6bec45dbd164ac9639a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:2002c2c89b091a1729718cbe2c2cb73cfc9a1826eb8cb6bec45dbd164ac9639a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:2002c2c89b091a1729718cbe2c2cb73cfc9a1826eb8cb6bec45dbd164ac9639a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-operator@sha256%3A2002c2c89b091a1729718cbe2c2cb73cfc9a1826eb8cb6bec45dbd164ac9639a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770740146"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:c48060447a689c5be3c0abb9787c778c0b1de183d66b0a9fb6839d9b3c3d59a0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:c48060447a689c5be3c0abb9787c778c0b1de183d66b0a9fb6839d9b3c3d59a0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:c48060447a689c5be3c0abb9787c778c0b1de183d66b0a9fb6839d9b3c3d59a0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-operator@sha256%3Ac48060447a689c5be3c0abb9787c778c0b1de183d66b0a9fb6839d9b3c3d59a0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770741966"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0f63a311771f61ac8c0267d1d102769c18b16055d60260107b2acf033ba5a185_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0f63a311771f61ac8c0267d1d102769c18b16055d60260107b2acf033ba5a185_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0f63a311771f61ac8c0267d1d102769c18b16055d60260107b2acf033ba5a185_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256%3A0f63a311771f61ac8c0267d1d102769c18b16055d60260107b2acf033ba5a185?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770740608"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:76bacd34ec3b1d6dd135ce8dd06e718f6a1ea6c8e2f8fd3954f9e9d5028b9821_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:76bacd34ec3b1d6dd135ce8dd06e718f6a1ea6c8e2f8fd3954f9e9d5028b9821_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:76bacd34ec3b1d6dd135ce8dd06e718f6a1ea6c8e2f8fd3954f9e9d5028b9821_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver@sha256%3A76bacd34ec3b1d6dd135ce8dd06e718f6a1ea6c8e2f8fd3954f9e9d5028b9821?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770742595"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:9dd5d4aff113b23dc86a191abe7f9ddff0b207890634ef9a1c5568df8eccd663_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:9dd5d4aff113b23dc86a191abe7f9ddff0b207890634ef9a1c5568df8eccd663_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:9dd5d4aff113b23dc86a191abe7f9ddff0b207890634ef9a1c5568df8eccd663_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-olm-operator-rhel8@sha256%3A9dd5d4aff113b23dc86a191abe7f9ddff0b207890634ef9a1c5568df8eccd663?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770742971"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:3f047ae5585f08301e17488fd86c9ca6cf0309d39e8cd6b580b045f1d1415fed_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:3f047ae5585f08301e17488fd86c9ca6cf0309d39e8cd6b580b045f1d1415fed_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:3f047ae5585f08301e17488fd86c9ca6cf0309d39e8cd6b580b045f1d1415fed_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-operator@sha256%3A3f047ae5585f08301e17488fd86c9ca6cf0309d39e8cd6b580b045f1d1415fed?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770743526"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5b3d375d7d4187b601a77e2eabbf656cbc70a1e7671916ce58e6fc595edfb215_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5b3d375d7d4187b601a77e2eabbf656cbc70a1e7671916ce58e6fc595edfb215_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5b3d375d7d4187b601a77e2eabbf656cbc70a1e7671916ce58e6fc595edfb215_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-operator@sha256%3A5b3d375d7d4187b601a77e2eabbf656cbc70a1e7671916ce58e6fc595edfb215?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770739756"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:9adc42aa480b66104ee6d0e81ecf7cccf7cf155b9082d063d9a9537dbb378ee5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:9adc42aa480b66104ee6d0e81ecf7cccf7cf155b9082d063d9a9537dbb378ee5_s390x",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:9adc42aa480b66104ee6d0e81ecf7cccf7cf155b9082d063d9a9537dbb378ee5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel8-operator@sha256%3A9adc42aa480b66104ee6d0e81ecf7cccf7cf155b9082d063d9a9537dbb378ee5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770991275"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:058f3ca5452aa97a3fa778064a75d88cc169b7ce84a5f320359f561e76f08a95_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:058f3ca5452aa97a3fa778064a75d88cc169b7ce84a5f320359f561e76f08a95_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:058f3ca5452aa97a3fa778064a75d88cc169b7ce84a5f320359f561e76f08a95_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-platform-operators-manager-rhel8@sha256%3A058f3ca5452aa97a3fa778064a75d88cc169b7ce84a5f320359f561e76f08a95?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770740829"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:c2f018f8674903f77b5f4ed8979703b5ae67fe83c6a7d76c1ee4bf7010d77a0f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:c2f018f8674903f77b5f4ed8979703b5ae67fe83c6a7d76c1ee4bf7010d77a0f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:c2f018f8674903f77b5f4ed8979703b5ae67fe83c6a7d76c1ee4bf7010d77a0f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-operator@sha256%3Ac2f018f8674903f77b5f4ed8979703b5ae67fe83c6a7d76c1ee4bf7010d77a0f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770733836"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:37b02c91edc5520a2371b6f8354028e7404482f3e192aa74f683990fce40ea6b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:37b02c91edc5520a2371b6f8354028e7404482f3e192aa74f683990fce40ea6b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:37b02c91edc5520a2371b6f8354028e7404482f3e192aa74f683990fce40ea6b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-update-keys@sha256%3A37b02c91edc5520a2371b6f8354028e7404482f3e192aa74f683990fce40ea6b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770743694"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:24603d314b5539161b5974f234a9fac64ae0a36e7100a708326265ee568f756a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:24603d314b5539161b5974f234a9fac64ae0a36e7100a708326265ee568f756a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:24603d314b5539161b5974f234a9fac64ae0a36e7100a708326265ee568f756a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel8@sha256%3A24603d314b5539161b5974f234a9fac64ae0a36e7100a708326265ee568f756a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770741023"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:574259966929feeb14060fd8b80ebb8b5ba2ce10be9f19e66c1e53d033586db4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:574259966929feeb14060fd8b80ebb8b5ba2ce10be9f19e66c1e53d033586db4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:574259966929feeb14060fd8b80ebb8b5ba2ce10be9f19e66c1e53d033586db4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-rhel8@sha256%3A574259966929feeb14060fd8b80ebb8b5ba2ce10be9f19e66c1e53d033586db4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770742769"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:e42c9804da1f84dccea6375967159daa56b38d6d029bb78617120ff3af87ee92_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:e42c9804da1f84dccea6375967159daa56b38d6d029bb78617120ff3af87ee92_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:e42c9804da1f84dccea6375967159daa56b38d6d029bb78617120ff3af87ee92_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-operator-rhel8@sha256%3Ae42c9804da1f84dccea6375967159daa56b38d6d029bb78617120ff3af87ee92?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770740529"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c01fce15d9f6b9a9a52b8ccfbde4b8a7aa1b969d7927430eedd169c0b5f28113_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c01fce15d9f6b9a9a52b8ccfbde4b8a7aa1b969d7927430eedd169c0b5f28113_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c01fce15d9f6b9a9a52b8ccfbde4b8a7aa1b969d7927430eedd169c0b5f28113_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-webhook-rhel8@sha256%3Ac01fce15d9f6b9a9a52b8ccfbde4b8a7aa1b969d7927430eedd169c0b5f28113?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770739607"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:7b167041fa1524f28380783f43e5cc54763d84fe17c32bc35cc58efcb147c2a4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:7b167041fa1524f28380783f43e5cc54763d84fe17c32bc35cc58efcb147c2a4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:7b167041fa1524f28380783f43e5cc54763d84fe17c32bc35cc58efcb147c2a4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer@sha256%3A7b167041fa1524f28380783f43e5cc54763d84fe17c32bc35cc58efcb147c2a4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770740518"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:7b167041fa1524f28380783f43e5cc54763d84fe17c32bc35cc58efcb147c2a4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:7b167041fa1524f28380783f43e5cc54763d84fe17c32bc35cc58efcb147c2a4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:7b167041fa1524f28380783f43e5cc54763d84fe17c32bc35cc58efcb147c2a4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel8@sha256%3A7b167041fa1524f28380783f43e5cc54763d84fe17c32bc35cc58efcb147c2a4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770740518"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:829668fbadbaf7e87cfb9cf9cbe304ef8b9a343dd989f9a9c887c7352f0c0a01_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:829668fbadbaf7e87cfb9cf9cbe304ef8b9a343dd989f9a9c887c7352f0c0a01_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:829668fbadbaf7e87cfb9cf9cbe304ef8b9a343dd989f9a9c887c7352f0c0a01_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter@sha256%3A829668fbadbaf7e87cfb9cf9cbe304ef8b9a343dd989f9a9c887c7352f0c0a01?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770743015"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:829668fbadbaf7e87cfb9cf9cbe304ef8b9a343dd989f9a9c887c7352f0c0a01_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:829668fbadbaf7e87cfb9cf9cbe304ef8b9a343dd989f9a9c887c7352f0c0a01_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:829668fbadbaf7e87cfb9cf9cbe304ef8b9a343dd989f9a9c887c7352f0c0a01_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel8@sha256%3A829668fbadbaf7e87cfb9cf9cbe304ef8b9a343dd989f9a9c887c7352f0c0a01?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770743015"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:089dbe82b1e1deff569436e344928255e7446795ee2c1965551941f4dfcc20fd_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:089dbe82b1e1deff569436e344928255e7446795ee2c1965551941f4dfcc20fd_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:089dbe82b1e1deff569436e344928255e7446795ee2c1965551941f4dfcc20fd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller@sha256%3A089dbe82b1e1deff569436e344928255e7446795ee2c1965551941f4dfcc20fd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770743875"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:089dbe82b1e1deff569436e344928255e7446795ee2c1965551941f4dfcc20fd_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:089dbe82b1e1deff569436e344928255e7446795ee2c1965551941f4dfcc20fd_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:089dbe82b1e1deff569436e344928255e7446795ee2c1965551941f4dfcc20fd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel8@sha256%3A089dbe82b1e1deff569436e344928255e7446795ee2c1965551941f4dfcc20fd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770743875"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a80a31405351245150ab8feebb87ba63f5cb9dc5ebc85d560a89941f983a70b7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a80a31405351245150ab8feebb87ba63f5cb9dc5ebc85d560a89941f983a70b7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a80a31405351245150ab8feebb87ba63f5cb9dc5ebc85d560a89941f983a70b7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd-rhel9@sha256%3Aa80a31405351245150ab8feebb87ba63f5cb9dc5ebc85d560a89941f983a70b7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770736649"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:6d25728b5108a7941285b8bfca698ccda25d72dbefcfe12dba929cbb0c24690a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:6d25728b5108a7941285b8bfca698ccda25d72dbefcfe12dba929cbb0c24690a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:6d25728b5108a7941285b8bfca698ccda25d72dbefcfe12dba929cbb0c24690a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-cloud-controller-manager-rhel8@sha256%3A6d25728b5108a7941285b8bfca698ccda25d72dbefcfe12dba929cbb0c24690a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770742829"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:f3148cf7ab32c8d179feeadd09f57c3f3a8296aa4b013d24f63d61afcf57b0f3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:f3148cf7ab32c8d179feeadd09f57c3f3a8296aa4b013d24f63d61afcf57b0f3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:f3148cf7ab32c8d179feeadd09f57c3f3a8296aa4b013d24f63d61afcf57b0f3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-rhel8@sha256%3Af3148cf7ab32c8d179feeadd09f57c3f3a8296aa4b013d24f63d61afcf57b0f3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770741791"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:7bad17203de6fe7f1ca5e3d3f192a154d48368b6d877b66e60825c41041600e3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:7bad17203de6fe7f1ca5e3d3f192a154d48368b6d877b66e60825c41041600e3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:7bad17203de6fe7f1ca5e3d3f192a154d48368b6d877b66e60825c41041600e3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256%3A7bad17203de6fe7f1ca5e3d3f192a154d48368b6d877b66e60825c41041600e3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770739847"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:9358fffe89e2f3a4783f6f3fbde49c1b19984f3e0252f4749c3e42ec8d8f5523_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:9358fffe89e2f3a4783f6f3fbde49c1b19984f3e0252f4749c3e42ec8d8f5523_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:9358fffe89e2f3a4783f6f3fbde49c1b19984f3e0252f4749c3e42ec8d8f5523_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-cluster-api-controllers-rhel8@sha256%3A9358fffe89e2f3a4783f6f3fbde49c1b19984f3e0252f4749c3e42ec8d8f5523?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770743649"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:efec04960159b197a0626461dde2e11512787cfa6c71190a180ce6bdc9ff8c60_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:efec04960159b197a0626461dde2e11512787cfa6c71190a180ce6bdc9ff8c60_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:efec04960159b197a0626461dde2e11512787cfa6c71190a180ce6bdc9ff8c60_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-machine-controllers-rhel8@sha256%3Aefec04960159b197a0626461dde2e11512787cfa6c71190a180ce6bdc9ff8c60?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770737667"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:75bea5902fd17c1e4b9d9115cd160c55ed9aedd67ca5fbd14e9b0a013eb1feaf_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:75bea5902fd17c1e4b9d9115cd160c55ed9aedd67ca5fbd14e9b0a013eb1feaf_s390x",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:75bea5902fd17c1e4b9d9115cd160c55ed9aedd67ca5fbd14e9b0a013eb1feaf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel8-operator@sha256%3A75bea5902fd17c1e4b9d9115cd160c55ed9aedd67ca5fbd14e9b0a013eb1feaf?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770742039"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer@sha256:e5b54fd6da54c520f1cff80858c7bfb5b8b4b378fa7a57ffacee623b1d77cc43_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer@sha256:e5b54fd6da54c520f1cff80858c7bfb5b8b4b378fa7a57ffacee623b1d77cc43_s390x",
"product_id": "registry.redhat.io/openshift4/ose-installer@sha256:e5b54fd6da54c520f1cff80858c7bfb5b8b4b378fa7a57ffacee623b1d77cc43_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer@sha256%3Ae5b54fd6da54c520f1cff80858c7bfb5b8b4b378fa7a57ffacee623b1d77cc43?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770741564"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:dddec677a6081085ad00e206077030bb99713e506277e2ced311d492e86dab02_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:dddec677a6081085ad00e206077030bb99713e506277e2ced311d492e86dab02_s390x",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:dddec677a6081085ad00e206077030bb99713e506277e2ced311d492e86dab02_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts@sha256%3Adddec677a6081085ad00e206077030bb99713e506277e2ced311d492e86dab02?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770751309"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:6cb0fb8c18dd7ffc43887ad12374f540c4844b62b69adbcd9286820e51249309_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:6cb0fb8c18dd7ffc43887ad12374f540c4844b62b69adbcd9286820e51249309_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:6cb0fb8c18dd7ffc43887ad12374f540c4844b62b69adbcd9286820e51249309_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel8@sha256%3A6cb0fb8c18dd7ffc43887ad12374f540c4844b62b69adbcd9286820e51249309?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770742934"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:aec19cf38f563bcb9c4254432305bf11883020c9e2a25b0f50f71981ef6aa161_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:aec19cf38f563bcb9c4254432305bf11883020c9e2a25b0f50f71981ef6aa161_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:aec19cf38f563bcb9c4254432305bf11883020c9e2a25b0f50f71981ef6aa161_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel8@sha256%3Aaec19cf38f563bcb9c4254432305bf11883020c9e2a25b0f50f71981ef6aa161?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770743063"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:587c9c3ab23222ba8e4581c20758a690e420982196b416a0dc895071ba13cffa_s390x",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:587c9c3ab23222ba8e4581c20758a690e420982196b416a0dc895071ba13cffa_s390x",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:587c9c3ab23222ba8e4581c20758a690e420982196b416a0dc895071ba13cffa_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-csi-driver-rhel8@sha256%3A587c9c3ab23222ba8e4581c20758a690e420982196b416a0dc895071ba13cffa?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770742590"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:f01e210631aa090775e7f3b07b8012da4a4c53ecf3aea6fd9bf8ca08d49d511f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:f01e210631aa090775e7f3b07b8012da4a4c53ecf3aea6fd9bf8ca08d49d511f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:f01e210631aa090775e7f3b07b8012da4a4c53ecf3aea6fd9bf8ca08d49d511f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers@sha256%3Af01e210631aa090775e7f3b07b8012da4a4c53ecf3aea6fd9bf8ca08d49d511f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770742267"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-operator@sha256:c495c52ec300a44ef4173edf15624688b38011a3ff5cd738bca779757e42d958_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-operator@sha256:c495c52ec300a44ef4173edf15624688b38011a3ff5cd738bca779757e42d958_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-operator@sha256:c495c52ec300a44ef4173edf15624688b38011a3ff5cd738bca779757e42d958_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-operator@sha256%3Ac495c52ec300a44ef4173edf15624688b38011a3ff5cd738bca779757e42d958?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770741053"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:8ece29e4b3c200c4b113a12e23ba43349fdeb827b050ab1179b97d929de452d9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:8ece29e4b3c200c4b113a12e23ba43349fdeb827b050ab1179b97d929de452d9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:8ece29e4b3c200c4b113a12e23ba43349fdeb827b050ab1179b97d929de452d9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-openstack-rhel8@sha256%3A8ece29e4b3c200c4b113a12e23ba43349fdeb827b050ab1179b97d929de452d9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770744499"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:b95d59ca455992dacfdf186d011dc3dfb0844827c944b91da28c1b1e678948b8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:b95d59ca455992dacfdf186d011dc3dfb0844827c944b91da28c1b1e678948b8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:b95d59ca455992dacfdf186d011dc3dfb0844827c944b91da28c1b1e678948b8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-operator@sha256%3Ab95d59ca455992dacfdf186d011dc3dfb0844827c944b91da28c1b1e678948b8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770742404"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:08a1038d6b2be6effe347769a0e2fc89c43caeb44dac796c34481274072534b0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:08a1038d6b2be6effe347769a0e2fc89c43caeb44dac796c34481274072534b0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:08a1038d6b2be6effe347769a0e2fc89c43caeb44dac796c34481274072534b0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller@sha256%3A08a1038d6b2be6effe347769a0e2fc89c43caeb44dac796c34481274072534b0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770742250"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:e1091f8361184469358998047fb0916f7f8a22706609fd0a9ba5610bc17e947a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:e1091f8361184469358998047fb0916f7f8a22706609fd0a9ba5610bc17e947a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:e1091f8361184469358998047fb0916f7f8a22706609fd0a9ba5610bc17e947a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel8@sha256%3Ae1091f8361184469358998047fb0916f7f8a22706609fd0a9ba5610bc17e947a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770733842"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:400674850f994c9de28b9e5686789e97eb0dcb235474f8f3a42068790d63bb09_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:400674850f994c9de28b9e5686789e97eb0dcb235474f8f3a42068790d63bb09_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:400674850f994c9de28b9e5686789e97eb0dcb235474f8f3a42068790d63bb09_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel8@sha256%3A400674850f994c9de28b9e5686789e97eb0dcb235474f8f3a42068790d63bb09?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770733852"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather@sha256:2936230694f5ed225050c118595e401be4360ef7d899cf3554c42e40bf82921a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather@sha256:2936230694f5ed225050c118595e401be4360ef7d899cf3554c42e40bf82921a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-must-gather@sha256:2936230694f5ed225050c118595e401be4360ef7d899cf3554c42e40bf82921a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather@sha256%3A2936230694f5ed225050c118595e401be4360ef7d899cf3554c42e40bf82921a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770749290"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:ff3548b2acf73724ef2672fdc0533ca212dd20cc55842efb49a4302a3d152c1b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:ff3548b2acf73724ef2672fdc0533ca212dd20cc55842efb49a4302a3d152c1b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:ff3548b2acf73724ef2672fdc0533ca212dd20cc55842efb49a4302a3d152c1b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel8@sha256%3Aff3548b2acf73724ef2672fdc0533ca212dd20cc55842efb49a4302a3d152c1b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770744965"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:4ef2b930ab6b1fb2f7c50dea6b34d55d45fc3fc4464b871359ab105145ef6b6c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:4ef2b930ab6b1fb2f7c50dea6b34d55d45fc3fc4464b871359ab105145ef6b6c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:4ef2b930ab6b1fb2f7c50dea6b34d55d45fc3fc4464b871359ab105145ef6b6c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel8@sha256%3A4ef2b930ab6b1fb2f7c50dea6b34d55d45fc3fc4464b871359ab105145ef6b6c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770743496"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:b703668aed81e1c3d2b3b17c7c05b2453bb7685089f2de6d9e91b9525ef14c96_s390x",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:b703668aed81e1c3d2b3b17c7c05b2453bb7685089f2de6d9e91b9525ef14c96_s390x",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:b703668aed81e1c3d2b3b17c7c05b2453bb7685089f2de6d9e91b9525ef14c96_s390x",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel8@sha256%3Ab703668aed81e1c3d2b3b17c7c05b2453bb7685089f2de6d9e91b9525ef14c96?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771385416"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:3148750b4508846de939bd0907eadecf7d8258443b4a3d7fc30b93c39c4abb63_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:3148750b4508846de939bd0907eadecf7d8258443b4a3d7fc30b93c39c4abb63_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:3148750b4508846de939bd0907eadecf7d8258443b4a3d7fc30b93c39c4abb63_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel8@sha256%3A3148750b4508846de939bd0907eadecf7d8258443b4a3d7fc30b93c39c4abb63?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770991285"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:d3c0890549855355461d90eeac26335cb114a584af9698af531eee0bbd809807_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:d3c0890549855355461d90eeac26335cb114a584af9698af531eee0bbd809807_s390x",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:d3c0890549855355461d90eeac26335cb114a584af9698af531eee0bbd809807_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-catalogd-rhel8@sha256%3Ad3c0890549855355461d90eeac26335cb114a584af9698af531eee0bbd809807?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770745246"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:46823bab7a55eaeb658763753c36e75a89494371926db2f9d8c48375f03a04ab_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:46823bab7a55eaeb658763753c36e75a89494371926db2f9d8c48375f03a04ab_s390x",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:46823bab7a55eaeb658763753c36e75a89494371926db2f9d8c48375f03a04ab_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-operator-controller-rhel8@sha256%3A46823bab7a55eaeb658763753c36e75a89494371926db2f9d8c48375f03a04ab?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770743496"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:2899f24f2fca98123800e88171603fe6022226299341679474740be10d59053b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:2899f24f2fca98123800e88171603fe6022226299341679474740be10d59053b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:2899f24f2fca98123800e88171603fe6022226299341679474740be10d59053b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-rukpak-rhel8@sha256%3A2899f24f2fca98123800e88171603fe6022226299341679474740be10d59053b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770749611"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:18325aacfd110965ec933fd9cb5a873a88572fa0507be6f64519c42306266846_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:18325aacfd110965ec933fd9cb5a873a88572fa0507be6f64519c42306266846_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:18325aacfd110965ec933fd9cb5a873a88572fa0507be6f64519c42306266846_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel8@sha256%3A18325aacfd110965ec933fd9cb5a873a88572fa0507be6f64519c42306266846?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770740081"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:799213061337226fac59a610753c8b5b5b2feca766753702303a51ae0f7f4ac8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:799213061337226fac59a610753c8b5b5b2feca766753702303a51ae0f7f4ac8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:799213061337226fac59a610753c8b5b5b2feca766753702303a51ae0f7f4ac8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel8@sha256%3A799213061337226fac59a610753c8b5b5b2feca766753702303a51ae0f7f4ac8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770742133"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:65fec2305e5a5e05b89b507b3356a8686bd11372b59d1ea078a3c9794c2805fc_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:65fec2305e5a5e05b89b507b3356a8686bd11372b59d1ea078a3c9794c2805fc_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:65fec2305e5a5e05b89b507b3356a8686bd11372b59d1ea078a3c9794c2805fc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel8@sha256%3A65fec2305e5a5e05b89b507b3356a8686bd11372b59d1ea078a3c9794c2805fc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770743158"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2d473ff75f549db1505984e23280fa2f3a6570d19d7ed72f78bf0ca6330f0e91_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2d473ff75f549db1505984e23280fa2f3a6570d19d7ed72f78bf0ca6330f0e91_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2d473ff75f549db1505984e23280fa2f3a6570d19d7ed72f78bf0ca6330f0e91_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel8-operator@sha256%3A2d473ff75f549db1505984e23280fa2f3a6570d19d7ed72f78bf0ca6330f0e91?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771369120"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:af21478733313da2cfce7c56cc6151609b18be0f096532de317313abd002bcb7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:af21478733313da2cfce7c56cc6151609b18be0f096532de317313abd002bcb7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:af21478733313da2cfce7c56cc6151609b18be0f096532de317313abd002bcb7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel8@sha256%3Aaf21478733313da2cfce7c56cc6151609b18be0f096532de317313abd002bcb7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770742075"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:cd0efc4e9a3014c1acc79fd8ca9cec790a71b7745e7ed820613047953da1d641_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:cd0efc4e9a3014c1acc79fd8ca9cec790a71b7745e7ed820613047953da1d641_s390x",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:cd0efc4e9a3014c1acc79fd8ca9cec790a71b7745e7ed820613047953da1d641_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel8@sha256%3Acd0efc4e9a3014c1acc79fd8ca9cec790a71b7745e7ed820613047953da1d641?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770740072"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:3cf63aaea43c416aab8879a538bf238a6000066dd6170fc958acc281b4538b03_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:3cf63aaea43c416aab8879a538bf238a6000066dd6170fc958acc281b4538b03_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:3cf63aaea43c416aab8879a538bf238a6000066dd6170fc958acc281b4538b03_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovirt-machine-controllers-rhel8@sha256%3A3cf63aaea43c416aab8879a538bf238a6000066dd6170fc958acc281b4538b03?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770743471"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:27ef373e865dacd62cc3d29fa3ba0661280570b9f1e3e36abaffd6a0830896c8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:27ef373e865dacd62cc3d29fa3ba0661280570b9f1e3e36abaffd6a0830896c8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:27ef373e865dacd62cc3d29fa3ba0661280570b9f1e3e36abaffd6a0830896c8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes@sha256%3A27ef373e865dacd62cc3d29fa3ba0661280570b9f1e3e36abaffd6a0830896c8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771422053"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:27ef373e865dacd62cc3d29fa3ba0661280570b9f1e3e36abaffd6a0830896c8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:27ef373e865dacd62cc3d29fa3ba0661280570b9f1e3e36abaffd6a0830896c8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:27ef373e865dacd62cc3d29fa3ba0661280570b9f1e3e36abaffd6a0830896c8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256%3A27ef373e865dacd62cc3d29fa3ba0661280570b9f1e3e36abaffd6a0830896c8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771422053"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:321c1737ee36a2b23ac9e1ac85368965bd0f120d8577f5999c3f6d3797b0a6c7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:321c1737ee36a2b23ac9e1ac85368965bd0f120d8577f5999c3f6d3797b0a6c7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:321c1737ee36a2b23ac9e1ac85368965bd0f120d8577f5999c3f6d3797b0a6c7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-k8s-prometheus-adapter@sha256%3A321c1737ee36a2b23ac9e1ac85368965bd0f120d8577f5999c3f6d3797b0a6c7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770744433"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:209bbc308b2c772b4553e1353d8ff7d79d47fcba4facfae1649eb7fcb9b8fb70_s390x",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:209bbc308b2c772b4553e1353d8ff7d79d47fcba4facfae1649eb7fcb9b8fb70_s390x",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:209bbc308b2c772b4553e1353d8ff7d79d47fcba4facfae1649eb7fcb9b8fb70_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel8@sha256%3A209bbc308b2c772b4553e1353d8ff7d79d47fcba4facfae1649eb7fcb9b8fb70?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770744235"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:e28aa33846c0489e23b86bbe768a6d23a7e31e3830574792c5d5007979f05675_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:e28aa33846c0489e23b86bbe768a6d23a7e31e3830574792c5d5007979f05675_s390x",
"product_id": "registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:e28aa33846c0489e23b86bbe768a6d23a7e31e3830574792c5d5007979f05675_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-sdn-rhel8@sha256%3Ae28aa33846c0489e23b86bbe768a6d23a7e31e3830574792c5d5007979f05675?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770749099"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-operator@sha256:b18472469fc37430b4810a9551fcc833c52df25bb34e09bec904c82c172ce268_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-operator@sha256:b18472469fc37430b4810a9551fcc833c52df25bb34e09bec904c82c172ce268_s390x",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-operator@sha256:b18472469fc37430b4810a9551fcc833c52df25bb34e09bec904c82c172ce268_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-operator@sha256%3Ab18472469fc37430b4810a9551fcc833c52df25bb34e09bec904c82c172ce268?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770743600"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:c59e505cc5dd47f6aa71473d755d0f91bcc54d1d450830fafb3d622dab432ceb_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:c59e505cc5dd47f6aa71473d755d0f91bcc54d1d450830fafb3d622dab432ceb_s390x",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:c59e505cc5dd47f6aa71473d755d0f91bcc54d1d450830fafb3d622dab432ceb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel8@sha256%3Ac59e505cc5dd47f6aa71473d755d0f91bcc54d1d450830fafb3d622dab432ceb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771249805"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:7d1cce729216a86f6f3142e1dcb9d3c6b4eec52b35f55c1aef1911af499fd6c2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:7d1cce729216a86f6f3142e1dcb9d3c6b4eec52b35f55c1aef1911af499fd6c2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:7d1cce729216a86f6f3142e1dcb9d3c6b4eec52b35f55c1aef1911af499fd6c2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256%3A7d1cce729216a86f6f3142e1dcb9d3c6b4eec52b35f55c1aef1911af499fd6c2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770749126"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:3be8282baee49a9fdcea455723d5fd12ed820ea578af9deb23171ab09156c9e7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:3be8282baee49a9fdcea455723d5fd12ed820ea578af9deb23171ab09156c9e7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:3be8282baee49a9fdcea455723d5fd12ed820ea578af9deb23171ab09156c9e7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy@sha256%3A3be8282baee49a9fdcea455723d5fd12ed820ea578af9deb23171ab09156c9e7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770733900"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:f2a68573461f17d018ff650a7dc8f4fe233cad39bd64e8e006a62d040a7befdc_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:f2a68573461f17d018ff650a7dc8f4fe233cad39bd64e8e006a62d040a7befdc_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:f2a68573461f17d018ff650a7dc8f4fe233cad39bd64e8e006a62d040a7befdc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader@sha256%3Af2a68573461f17d018ff650a7dc8f4fe233cad39bd64e8e006a62d040a7befdc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770743528"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator@sha256:6e4889fcfd7cfd56cb6a4bf34e30d92b5893a64e8a036ccb18eaf9fc1fb8bdbd_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator@sha256:6e4889fcfd7cfd56cb6a4bf34e30d92b5893a64e8a036ccb18eaf9fc1fb8bdbd_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator@sha256:6e4889fcfd7cfd56cb6a4bf34e30d92b5893a64e8a036ccb18eaf9fc1fb8bdbd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator@sha256%3A6e4889fcfd7cfd56cb6a4bf34e30d92b5893a64e8a036ccb18eaf9fc1fb8bdbd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770741142"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:31afc8611dbb85e2afa41373aa19b95f19f3b6f3c9dd9303fcb324566ddafb05_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:31afc8611dbb85e2afa41373aa19b95f19f3b6f3c9dd9303fcb324566ddafb05_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:31afc8611dbb85e2afa41373aa19b95f19f3b6f3c9dd9303fcb324566ddafb05_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel8@sha256%3A31afc8611dbb85e2afa41373aa19b95f19f3b6f3c9dd9303fcb324566ddafb05?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770742346"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter@sha256:8cfc4b26606408d8028903e16b23e16836d1eb7d9be0c6ac6b8968330ed5ee7c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter@sha256:8cfc4b26606408d8028903e16b23e16836d1eb7d9be0c6ac6b8968330ed5ee7c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-telemeter@sha256:8cfc4b26606408d8028903e16b23e16836d1eb7d9be0c6ac6b8968330ed5ee7c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter@sha256%3A8cfc4b26606408d8028903e16b23e16836d1eb7d9be0c6ac6b8968330ed5ee7c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770741433"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:df29038076b03784ec2f881405902f2bdb91d46a7a2bf38b75cb024ca6936787_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:df29038076b03784ec2f881405902f2bdb91d46a7a2bf38b75cb024ca6936787_s390x",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:df29038076b03784ec2f881405902f2bdb91d46a7a2bf38b75cb024ca6936787_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel8@sha256%3Adf29038076b03784ec2f881405902f2bdb91d46a7a2bf38b75cb024ca6936787?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771294312"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:e332b8312285dfecce531264a1115ac9b7b36d4099ca72fc8fa19358962ee0cd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:e332b8312285dfecce531264a1115ac9b7b36d4099ca72fc8fa19358962ee0cd_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:e332b8312285dfecce531264a1115ac9b7b36d4099ca72fc8fa19358962ee0cd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler@sha256%3Ae332b8312285dfecce531264a1115ac9b7b36d4099ca72fc8fa19358962ee0cd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770733847"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:672c761fc4a8651c8493ea60f5d0f33aae52bc19ca4d55fcc1b94f2e002e1ace_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:672c761fc4a8651c8493ea60f5d0f33aae52bc19ca4d55fcc1b94f2e002e1ace_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:672c761fc4a8651c8493ea60f5d0f33aae52bc19ca4d55fcc1b94f2e002e1ace_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers@sha256%3A672c761fc4a8651c8493ea60f5d0f33aae52bc19ca4d55fcc1b94f2e002e1ace?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770744358"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:552d368f4be0334882e389c732ba4a46eb9905666b90ae2208101db7a65ba19f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:552d368f4be0334882e389c732ba4a46eb9905666b90ae2208101db7a65ba19f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:552d368f4be0334882e389c732ba4a46eb9905666b90ae2208101db7a65ba19f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel8@sha256%3A552d368f4be0334882e389c732ba4a46eb9905666b90ae2208101db7a65ba19f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770744157"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:846e39473ab761940f0e13f005efb60ca59497dd094b7e7eb60a2f6431a661ab_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:846e39473ab761940f0e13f005efb60ca59497dd094b7e7eb60a2f6431a661ab_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:846e39473ab761940f0e13f005efb60ca59497dd094b7e7eb60a2f6431a661ab_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel8-operator@sha256%3A846e39473ab761940f0e13f005efb60ca59497dd094b7e7eb60a2f6431a661ab?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771369118"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:efa0f8523d171326bb6fc12e6d1610b2d2d28a38e5b95180358c9122bbe6070f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:efa0f8523d171326bb6fc12e6d1610b2d2d28a38e5b95180358c9122bbe6070f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:efa0f8523d171326bb6fc12e6d1610b2d2d28a38e5b95180358c9122bbe6070f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-operator@sha256%3Aefa0f8523d171326bb6fc12e6d1610b2d2d28a38e5b95180358c9122bbe6070f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770740419"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:180a405ab9bb66e3ab6a904d2b91d27224ec507d8eeb1c00ab182b130d9ed26d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:180a405ab9bb66e3ab6a904d2b91d27224ec507d8eeb1c00ab182b130d9ed26d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:180a405ab9bb66e3ab6a904d2b91d27224ec507d8eeb1c00ab182b130d9ed26d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-operator@sha256%3A180a405ab9bb66e3ab6a904d2b91d27224ec507d8eeb1c00ab182b130d9ed26d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770740144"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:60ad5b01bbc9aa574ef6024d59be388bf7ca6d8704e247f7e56c8a6ebe3c81f1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:60ad5b01bbc9aa574ef6024d59be388bf7ca6d8704e247f7e56c8a6ebe3c81f1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:60ad5b01bbc9aa574ef6024d59be388bf7ca6d8704e247f7e56c8a6ebe3c81f1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-operator@sha256%3A60ad5b01bbc9aa574ef6024d59be388bf7ca6d8704e247f7e56c8a6ebe3c81f1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770863538"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:60ad5b01bbc9aa574ef6024d59be388bf7ca6d8704e247f7e56c8a6ebe3c81f1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:60ad5b01bbc9aa574ef6024d59be388bf7ca6d8704e247f7e56c8a6ebe3c81f1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:60ad5b01bbc9aa574ef6024d59be388bf7ca6d8704e247f7e56c8a6ebe3c81f1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256%3A60ad5b01bbc9aa574ef6024d59be388bf7ca6d8704e247f7e56c8a6ebe3c81f1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770863538"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:80b3c3854d4f22afec57e0a7cb04b0c98d58cd104c54464306126566edc3ce97_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:80b3c3854d4f22afec57e0a7cb04b0c98d58cd104c54464306126566edc3ce97_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:80b3c3854d4f22afec57e0a7cb04b0c98d58cd104c54464306126566edc3ce97_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel8@sha256%3A80b3c3854d4f22afec57e0a7cb04b0c98d58cd104c54464306126566edc3ce97?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770744653"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:f16534746cf3a8ecb10aae9765d399ddc3b91bdb2b1ce15c59a4cc76f9e4cee6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:f16534746cf3a8ecb10aae9765d399ddc3b91bdb2b1ce15c59a4cc76f9e4cee6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:f16534746cf3a8ecb10aae9765d399ddc3b91bdb2b1ce15c59a4cc76f9e4cee6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-operator@sha256%3Af16534746cf3a8ecb10aae9765d399ddc3b91bdb2b1ce15c59a4cc76f9e4cee6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770743637"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:88f2c3ab06c1757d7681ea0b157b48847b6543dd9d1fba7a76941d9bb49b92be_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:88f2c3ab06c1757d7681ea0b157b48847b6543dd9d1fba7a76941d9bb49b92be_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:88f2c3ab06c1757d7681ea0b157b48847b6543dd9d1fba7a76941d9bb49b92be_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-operator@sha256%3A88f2c3ab06c1757d7681ea0b157b48847b6543dd9d1fba7a76941d9bb49b92be?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770742783"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader@sha256:292e59f484b68803dc0076b9fb7b9f426852c967c235f9923dd68d8448013794_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader@sha256:292e59f484b68803dc0076b9fb7b9f426852c967c235f9923dd68d8448013794_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader@sha256:292e59f484b68803dc0076b9fb7b9f426852c967c235f9923dd68d8448013794_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader@sha256%3A292e59f484b68803dc0076b9fb7b9f426852c967c235f9923dd68d8448013794?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770742626"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns@sha256:31190bca682241fe6ed6bf64602560638c963d70127cee441cd991f82a17fa82_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns@sha256:31190bca682241fe6ed6bf64602560638c963d70127cee441cd991f82a17fa82_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-coredns@sha256:31190bca682241fe6ed6bf64602560638c963d70127cee441cd991f82a17fa82_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns@sha256%3A31190bca682241fe6ed6bf64602560638c963d70127cee441cd991f82a17fa82?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770744862"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:3167f80d0848b65adf52382a35ab3a8c76f06fc5b706e001c2aedd897371e56f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:3167f80d0848b65adf52382a35ab3a8c76f06fc5b706e001c2aedd897371e56f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:3167f80d0848b65adf52382a35ab3a8c76f06fc5b706e001c2aedd897371e56f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher@sha256%3A3167f80d0848b65adf52382a35ab3a8c76f06fc5b706e001c2aedd897371e56f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770743028"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:3167f80d0848b65adf52382a35ab3a8c76f06fc5b706e001c2aedd897371e56f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:3167f80d0848b65adf52382a35ab3a8c76f06fc5b706e001c2aedd897371e56f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:3167f80d0848b65adf52382a35ab3a8c76f06fc5b706e001c2aedd897371e56f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel8@sha256%3A3167f80d0848b65adf52382a35ab3a8c76f06fc5b706e001c2aedd897371e56f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770743028"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:94ca29a099adc0665222212c90c60d763621671428a1de28a75c8ed6e2be2ada_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:94ca29a099adc0665222212c90c60d763621671428a1de28a75c8ed6e2be2ada_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:94ca29a099adc0665222212c90c60d763621671428a1de28a75c8ed6e2be2ada_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel8@sha256%3A94ca29a099adc0665222212c90c60d763621671428a1de28a75c8ed6e2be2ada?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770737549"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:06ba4dd88b81f15bb0fea21bf039fe45d38e3356c19a6389dad7010940d535c7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:06ba4dd88b81f15bb0fea21bf039fe45d38e3356c19a6389dad7010940d535c7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:06ba4dd88b81f15bb0fea21bf039fe45d38e3356c19a6389dad7010940d535c7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel8-operator@sha256%3A06ba4dd88b81f15bb0fea21bf039fe45d38e3356c19a6389dad7010940d535c7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770741509"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:fd2d5df7915e62949191f0497ed98359a3440c424a56e8cf12d66e99e67d4a3f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:fd2d5df7915e62949191f0497ed98359a3440c424a56e8cf12d66e99e67d4a3f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:fd2d5df7915e62949191f0497ed98359a3440c424a56e8cf12d66e99e67d4a3f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-nfs-rhel8@sha256%3Afd2d5df7915e62949191f0497ed98359a3440c424a56e8cf12d66e99e67d4a3f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770740536"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:26044987ded8bf944da915148c69be6e247e3e1fca35f0c9d0abfdbb61071e93_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:26044987ded8bf944da915148c69be6e247e3e1fca35f0c9d0abfdbb61071e93_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:26044987ded8bf944da915148c69be6e247e3e1fca35f0c9d0abfdbb61071e93_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe@sha256%3A26044987ded8bf944da915148c69be6e247e3e1fca35f0c9d0abfdbb61071e93?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770742008"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:26044987ded8bf944da915148c69be6e247e3e1fca35f0c9d0abfdbb61071e93_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:26044987ded8bf944da915148c69be6e247e3e1fca35f0c9d0abfdbb61071e93_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:26044987ded8bf944da915148c69be6e247e3e1fca35f0c9d0abfdbb61071e93_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel8@sha256%3A26044987ded8bf944da915148c69be6e247e3e1fca35f0c9d0abfdbb61071e93?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770742008"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:b2d065c15021ff26eaf335e8365b797c9c0c9b54c2722a4fd88b015d2f3b2aba_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:b2d065c15021ff26eaf335e8365b797c9c0c9b54c2722a4fd88b015d2f3b2aba_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:b2d065c15021ff26eaf335e8365b797c9c0c9b54c2722a4fd88b015d2f3b2aba_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar@sha256%3Ab2d065c15021ff26eaf335e8365b797c9c0c9b54c2722a4fd88b015d2f3b2aba?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770744302"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:b2d065c15021ff26eaf335e8365b797c9c0c9b54c2722a4fd88b015d2f3b2aba_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:b2d065c15021ff26eaf335e8365b797c9c0c9b54c2722a4fd88b015d2f3b2aba_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:b2d065c15021ff26eaf335e8365b797c9c0c9b54c2722a4fd88b015d2f3b2aba_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel8@sha256%3Ab2d065c15021ff26eaf335e8365b797c9c0c9b54c2722a4fd88b015d2f3b2aba?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770744302"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:174437f0c1b3b1d8dd82307d1fabbe34821ca30d773b70ec1cfb67d45e0c1e19_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:174437f0c1b3b1d8dd82307d1fabbe34821ca30d773b70ec1cfb67d45e0c1e19_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:174437f0c1b3b1d8dd82307d1fabbe34821ca30d773b70ec1cfb67d45e0c1e19_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner@sha256%3A174437f0c1b3b1d8dd82307d1fabbe34821ca30d773b70ec1cfb67d45e0c1e19?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770740996"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:174437f0c1b3b1d8dd82307d1fabbe34821ca30d773b70ec1cfb67d45e0c1e19_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:174437f0c1b3b1d8dd82307d1fabbe34821ca30d773b70ec1cfb67d45e0c1e19_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:174437f0c1b3b1d8dd82307d1fabbe34821ca30d773b70ec1cfb67d45e0c1e19_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel8@sha256%3A174437f0c1b3b1d8dd82307d1fabbe34821ca30d773b70ec1cfb67d45e0c1e19?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770740996"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:efbdf6e8cb6fbf9141f2459feb49bd1e4f9b99d0607331337ecbcca851c6b2d3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:efbdf6e8cb6fbf9141f2459feb49bd1e4f9b99d0607331337ecbcca851c6b2d3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:efbdf6e8cb6fbf9141f2459feb49bd1e4f9b99d0607331337ecbcca851c6b2d3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-validation-webhook-rhel8@sha256%3Aefbdf6e8cb6fbf9141f2459feb49bd1e4f9b99d0607331337ecbcca851c6b2d3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770739833"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:fc89d0c5582c76488c56d471746fc9f8acee50a5d727cdb559623af580389f5a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:fc89d0c5582c76488c56d471746fc9f8acee50a5d727cdb559623af580389f5a_ppc64le",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:fc89d0c5582c76488c56d471746fc9f8acee50a5d727cdb559623af580389f5a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256%3Afc89d0c5582c76488c56d471746fc9f8acee50a5d727cdb559623af580389f5a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771120085"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:5e1d1c77c595cf7cc63e38f771d7b2e64a4b31da119476238b26dce182cac160_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:5e1d1c77c595cf7cc63e38f771d7b2e64a4b31da119476238b26dce182cac160_ppc64le",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:5e1d1c77c595cf7cc63e38f771d7b2e64a4b31da119476238b26dce182cac160_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel8@sha256%3A5e1d1c77c595cf7cc63e38f771d7b2e64a4b31da119476238b26dce182cac160?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770739860"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy@sha256:691e2b24b901f3e1a669bbf5188b16e80c8e8d99433463f36aa6ad087ccb11ff_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy@sha256:691e2b24b901f3e1a669bbf5188b16e80c8e8d99433463f36aa6ad087ccb11ff_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy@sha256:691e2b24b901f3e1a669bbf5188b16e80c8e8d99433463f36aa6ad087ccb11ff_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy@sha256%3A691e2b24b901f3e1a669bbf5188b16e80c8e8d99433463f36aa6ad087ccb11ff?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770733839"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:8d791856506c0cda2cf02f3903c6da293a257ab6326960931d0e5da995dd3d82_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:8d791856506c0cda2cf02f3903c6da293a257ab6326960931d0e5da995dd3d82_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:8d791856506c0cda2cf02f3903c6da293a257ab6326960931d0e5da995dd3d82_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager@sha256%3A8d791856506c0cda2cf02f3903c6da293a257ab6326960931d0e5da995dd3d82?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770733777"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:708132b57f6743a257e0c14f8955beaf7a6b759dea9187cc02c0072fe01d7c21_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:708132b57f6743a257e0c14f8955beaf7a6b759dea9187cc02c0072fe01d7c21_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:708132b57f6743a257e0c14f8955beaf7a6b759dea9187cc02c0072fe01d7c21_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-node-exporter@sha256%3A708132b57f6743a257e0c14f8955beaf7a6b759dea9187cc02c0072fe01d7c21?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770734121"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus@sha256:734cc9b8e88fc9b2d7c30535080a5c0570ae19bee912486a7d27255ad694bfae_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus@sha256:734cc9b8e88fc9b2d7c30535080a5c0570ae19bee912486a7d27255ad694bfae_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus@sha256:734cc9b8e88fc9b2d7c30535080a5c0570ae19bee912486a7d27255ad694bfae_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus@sha256%3A734cc9b8e88fc9b2d7c30535080a5c0570ae19bee912486a7d27255ad694bfae?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770734026"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:756352e643e268c63330c33c30ee12e27fceda1239390fc991f06589dbd78959_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:756352e643e268c63330c33c30ee12e27fceda1239390fc991f06589dbd78959_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:756352e643e268c63330c33c30ee12e27fceda1239390fc991f06589dbd78959_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel8@sha256%3A756352e643e268c63330c33c30ee12e27fceda1239390fc991f06589dbd78959?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770739632"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy@sha256:99811313942236572f7ac4c4726f6709609452a3da5e811463e7a9263285d8dd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy@sha256:99811313942236572f7ac4c4726f6709609452a3da5e811463e7a9263285d8dd_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy@sha256:99811313942236572f7ac4c4726f6709609452a3da5e811463e7a9263285d8dd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy@sha256%3A99811313942236572f7ac4c4726f6709609452a3da5e811463e7a9263285d8dd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770741102"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:d1d39bd6c538c62ec5e18435e712b1798183951d4238a970eb4ee037a9a70f51_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:d1d39bd6c538c62ec5e18435e712b1798183951d4238a970eb4ee037a9a70f51_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:d1d39bd6c538c62ec5e18435e712b1798183951d4238a970eb4ee037a9a70f51_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy@sha256%3Ad1d39bd6c538c62ec5e18435e712b1798183951d4238a970eb4ee037a9a70f51?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770743455"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:634a8c373f209fb3cf1a9251bc2cd8cfecf9390b71ed4089a57865bf15013d4b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:634a8c373f209fb3cf1a9251bc2cd8cfecf9390b71ed4089a57865bf15013d4b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:634a8c373f209fb3cf1a9251bc2cd8cfecf9390b71ed4089a57865bf15013d4b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics@sha256%3A634a8c373f209fb3cf1a9251bc2cd8cfecf9390b71ed4089a57865bf15013d4b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770740975"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:d134d9f1085573b2ecfa5380e17eafa45cb573ce00da1c62e0ca769c6ac28f6d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:d134d9f1085573b2ecfa5380e17eafa45cb573ce00da1c62e0ca769c6ac28f6d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:d134d9f1085573b2ecfa5380e17eafa45cb573ce00da1c62e0ca769c6ac28f6d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kuryr-cni-rhel8@sha256%3Ad134d9f1085573b2ecfa5380e17eafa45cb573ce00da1c62e0ca769c6ac28f6d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770733763"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:0d4f60f600d906f1122152da7b8b0449a938f5f4dfb2ed198065d2bd3a2ebc5f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:0d4f60f600d906f1122152da7b8b0449a938f5f4dfb2ed198065d2bd3a2ebc5f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:0d4f60f600d906f1122152da7b8b0449a938f5f4dfb2ed198065d2bd3a2ebc5f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kuryr-controller-rhel8@sha256%3A0d4f60f600d906f1122152da7b8b0449a938f5f4dfb2ed198065d2bd3a2ebc5f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770733766"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace@sha256:0ef624ef1b65af220fb60fc4d80d6059aa5061e8f9fa800410019ec42e2fd839_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace@sha256:0ef624ef1b65af220fb60fc4d80d6059aa5061e8f9fa800410019ec42e2fd839_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace@sha256:0ef624ef1b65af220fb60fc4d80d6059aa5061e8f9fa800410019ec42e2fd839_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace@sha256%3A0ef624ef1b65af220fb60fc4d80d6059aa5061e8f9fa800410019ec42e2fd839?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770745177"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:c2853ae37c6d4f1a44d5f03f77825030fd584268fe67856fa611487d2aef7afc_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:c2853ae37c6d4f1a44d5f03f77825030fd584268fe67856fa611487d2aef7afc_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:c2853ae37c6d4f1a44d5f03f77825030fd584268fe67856fa611487d2aef7afc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel8@sha256%3Ac2853ae37c6d4f1a44d5f03f77825030fd584268fe67856fa611487d2aef7afc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770743232"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni@sha256:69411bfaeb395222009f0ca46a1bc3e456907b650a285f56e26eb207c7ca4383_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni@sha256:69411bfaeb395222009f0ca46a1bc3e456907b650a285f56e26eb207c7ca4383_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni@sha256:69411bfaeb395222009f0ca46a1bc3e456907b650a285f56e26eb207c7ca4383_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni@sha256%3A69411bfaeb395222009f0ca46a1bc3e456907b650a285f56e26eb207c7ca4383?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770744352"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:56e0fe3c3d2aabb7c30c6ddd28d07b3005cb128c82a5d0a51dfc8cf1f1cfd2a4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:56e0fe3c3d2aabb7c30c6ddd28d07b3005cb128c82a5d0a51dfc8cf1f1cfd2a4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:56e0fe3c3d2aabb7c30c6ddd28d07b3005cb128c82a5d0a51dfc8cf1f1cfd2a4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel8@sha256%3A56e0fe3c3d2aabb7c30c6ddd28d07b3005cb128c82a5d0a51dfc8cf1f1cfd2a4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770742960"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:d0147210992ca5d1b5d8465029135f3f5c400f7f15ed001858b6415946a22fbc_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:d0147210992ca5d1b5d8465029135f3f5c400f7f15ed001858b6415946a22fbc_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:d0147210992ca5d1b5d8465029135f3f5c400f7f15ed001858b6415946a22fbc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel8@sha256%3Ad0147210992ca5d1b5d8465029135f3f5c400f7f15ed001858b6415946a22fbc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770740924"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:71684546a20bc4ca896f3daea721b658557f992f3b4d9679fb414415713ae8dd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:71684546a20bc4ca896f3daea721b658557f992f3b4d9679fb414415713ae8dd_ppc64le",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:71684546a20bc4ca896f3daea721b658557f992f3b4d9679fb414415713ae8dd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oc-mirror-plugin-rhel8@sha256%3A71684546a20bc4ca896f3daea721b658557f992f3b4d9679fb414415713ae8dd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770741415"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder@sha256:3abf569beb7de9365d996b72deb8d16da11619ef721f4d7f244d275123308faf_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder@sha256:3abf569beb7de9365d996b72deb8d16da11619ef721f4d7f244d275123308faf_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder@sha256:3abf569beb7de9365d996b72deb8d16da11619ef721f4d7f244d275123308faf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder@sha256%3A3abf569beb7de9365d996b72deb8d16da11619ef721f4d7f244d275123308faf?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770733979"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli@sha256:01fcc59502a374f19532397c5c6ff43d2d308510f11189f19f75aa2944a04e23_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli@sha256:01fcc59502a374f19532397c5c6ff43d2d308510f11189f19f75aa2944a04e23_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cli@sha256:01fcc59502a374f19532397c5c6ff43d2d308510f11189f19f75aa2944a04e23_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli@sha256%3A01fcc59502a374f19532397c5c6ff43d2d308510f11189f19f75aa2944a04e23?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770741996"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console@sha256:b2426b3664db720bd7a53cdf4cf376425ef8d7c6c5ef039716efd00cdb9e3e6f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-console@sha256:b2426b3664db720bd7a53cdf4cf376425ef8d7c6c5ef039716efd00cdb9e3e6f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-console@sha256:b2426b3664db720bd7a53cdf4cf376425ef8d7c6c5ef039716efd00cdb9e3e6f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-console@sha256%3Ab2426b3664db720bd7a53cdf4cf376425ef8d7c6c5ef039716efd00cdb9e3e6f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771425150"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-operator@sha256:567ca37a4ed2afe89da71f0b33af4e5e3af3f89acaab50ea32325ebbfcf86aa2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-operator@sha256:567ca37a4ed2afe89da71f0b33af4e5e3af3f89acaab50ea32325ebbfcf86aa2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-console-operator@sha256:567ca37a4ed2afe89da71f0b33af4e5e3af3f89acaab50ea32325ebbfcf86aa2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-operator@sha256%3A567ca37a4ed2afe89da71f0b33af4e5e3af3f89acaab50ea32325ebbfcf86aa2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770740972"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer@sha256:0ced086ae1f60e918833e7296b812627bb201d461f64b154b238e6cdabb543e7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer@sha256:0ced086ae1f60e918833e7296b812627bb201d461f64b154b238e6cdabb543e7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-deployer@sha256:0ced086ae1f60e918833e7296b812627bb201d461f64b154b238e6cdabb543e7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer@sha256%3A0ced086ae1f60e918833e7296b812627bb201d461f64b154b238e6cdabb543e7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770749298"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:146f072051e97a611f39759f5a5c419a883b0e64a1362b205806913b6a8153d9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:146f072051e97a611f39759f5a5c419a883b0e64a1362b205806913b6a8153d9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:146f072051e97a611f39759f5a5c419a883b0e64a1362b205806913b6a8153d9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router@sha256%3A146f072051e97a611f39759f5a5c419a883b0e64a1362b205806913b6a8153d9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770749963"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fa8d5b44b4fd8273f20ab466a88a29d6ea344484995566640c17c67cb0e7d7ea_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fa8d5b44b4fd8273f20ab466a88a29d6ea344484995566640c17c67cb0e7d7ea_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fa8d5b44b4fd8273f20ab466a88a29d6ea344484995566640c17c67cb0e7d7ea_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube-rhel9@sha256%3Afa8d5b44b4fd8273f20ab466a88a29d6ea344484995566640c17c67cb0e7d7ea?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771294265"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:4636f3477179b218c2ada2c241a65d804f0798743da95e3a171830736f383160_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:4636f3477179b218c2ada2c241a65d804f0798743da95e3a171830736f383160_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:4636f3477179b218c2ada2c241a65d804f0798743da95e3a171830736f383160_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-keepalived-ipfailover@sha256%3A4636f3477179b218c2ada2c241a65d804f0798743da95e3a171830736f383160?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770742171"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod@sha256:eba4869ea1ac77524cdc048c718c20e3e30da1de957570ff28840c8cf3c65d34_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod@sha256:eba4869ea1ac77524cdc048c718c20e3e30da1de957570ff28840c8cf3c65d34_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-pod@sha256:eba4869ea1ac77524cdc048c718c20e3e30da1de957570ff28840c8cf3c65d34_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod@sha256%3Aeba4869ea1ac77524cdc048c718c20e3e30da1de957570ff28840c8cf3c65d34?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771294377"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry@sha256:5999694f230c5fac3ce7b5f2c74922088b437067f775d23e01e0340453f9188f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry@sha256:5999694f230c5fac3ce7b5f2c74922088b437067f775d23e01e0340453f9188f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry@sha256:5999694f230c5fac3ce7b5f2c74922088b437067f775d23e01e0340453f9188f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry@sha256%3A5999694f230c5fac3ce7b5f2c74922088b437067f775d23e01e0340453f9188f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770743887"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests@sha256:703919dbe997e2b17f6063dfce55226c14f5eabff46db358a397a25effe43932_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests@sha256:703919dbe997e2b17f6063dfce55226c14f5eabff46db358a397a25effe43932_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-tests@sha256:703919dbe997e2b17f6063dfce55226c14f5eabff46db358a397a25effe43932_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests@sha256%3A703919dbe997e2b17f6063dfce55226c14f5eabff46db358a397a25effe43932?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771252307"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:2814b78bfe377098e59e5e252759ed64e1d3db9cd00f117ee48983a01d3bbab4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:2814b78bfe377098e59e5e252759ed64e1d3db9cd00f117ee48983a01d3bbab4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:2814b78bfe377098e59e5e252759ed64e1d3db9cd00f117ee48983a01d3bbab4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel8@sha256%3A2814b78bfe377098e59e5e252759ed64e1d3db9cd00f117ee48983a01d3bbab4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770740747"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:b594ea68afa771c39f64ef2002eca85d0541e9b7d954721fe3fe784d4d6aff81_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:b594ea68afa771c39f64ef2002eca85d0541e9b7d954721fe3fe784d4d6aff81_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:b594ea68afa771c39f64ef2002eca85d0541e9b7d954721fe3fe784d4d6aff81_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager@sha256%3Ab594ea68afa771c39f64ef2002eca85d0541e9b7d954721fe3fe784d4d6aff81?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770744428"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry@sha256:dbf8ecc16795fd9c9e838e0b0e5bb67c95f5493f695c90093813819a71e6a989_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry@sha256:dbf8ecc16795fd9c9e838e0b0e5bb67c95f5493f695c90093813819a71e6a989_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry@sha256:dbf8ecc16795fd9c9e838e0b0e5bb67c95f5493f695c90093813819a71e6a989_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry@sha256%3Adbf8ecc16795fd9c9e838e0b0e5bb67c95f5493f695c90093813819a71e6a989?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770742284"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:203a0938168df89a72bd108bebbf6be7652794447dd2ccb69f8aeafa28a3d6ea_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:203a0938168df89a72bd108bebbf6be7652794447dd2ccb69f8aeafa28a3d6ea_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:203a0938168df89a72bd108bebbf6be7652794447dd2ccb69f8aeafa28a3d6ea_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel8@sha256%3A203a0938168df89a72bd108bebbf6be7652794447dd2ccb69f8aeafa28a3d6ea?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770749101"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:daaa767d88c6c006e6a0a6625c68e35d60000bc3081be76bf89d35d23bd513de_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:daaa767d88c6c006e6a0a6625c68e35d60000bc3081be76bf89d35d23bd513de_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:daaa767d88c6c006e6a0a6625c68e35d60000bc3081be76bf89d35d23bd513de_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel8@sha256%3Adaaa767d88c6c006e6a0a6625c68e35d60000bc3081be76bf89d35d23bd513de?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770749167"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ac74ea8293510fcef95584bed98d33dd6b11672583b7c621c296c738eb7f747a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ac74ea8293510fcef95584bed98d33dd6b11672583b7c621c296c738eb7f747a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ac74ea8293510fcef95584bed98d33dd6b11672583b7c621c296c738eb7f747a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256%3Aac74ea8293510fcef95584bed98d33dd6b11672583b7c621c296c738eb7f747a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770736018"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:0aef808deed9fb96b58f283824e1d3c15a8721ec39b16c5e480b777ad71ac137_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:0aef808deed9fb96b58f283824e1d3c15a8721ec39b16c5e480b777ad71ac137_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:0aef808deed9fb96b58f283824e1d3c15a8721ec39b16c5e480b777ad71ac137_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel8@sha256%3A0aef808deed9fb96b58f283824e1d3c15a8721ec39b16c5e480b777ad71ac137?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770742760"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:62202210c4f18a691ea29ac894a45ee52e2a4eafe6df0877f49ddcb6f6aa5c11_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:62202210c4f18a691ea29ac894a45ee52e2a4eafe6df0877f49ddcb6f6aa5c11_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:62202210c4f18a691ea29ac894a45ee52e2a4eafe6df0877f49ddcb6f6aa5c11_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-utils-rhel9@sha256%3A62202210c4f18a691ea29ac894a45ee52e2a4eafe6df0877f49ddcb6f6aa5c11?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770736454"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:cb33b3f0160d1e3bb96217581854933be739cf23b22d03771de07482e8fd66f1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:cb33b3f0160d1e3bb96217581854933be739cf23b22d03771de07482e8fd66f1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:cb33b3f0160d1e3bb96217581854933be739cf23b22d03771de07482e8fd66f1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel8@sha256%3Acb33b3f0160d1e3bb96217581854933be739cf23b22d03771de07482e8fd66f1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770742492"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:1fdf87821555c4982cf42bebe5b46b58e1103b876970d69b298fa7527bbcd53a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:1fdf87821555c4982cf42bebe5b46b58e1103b876970d69b298fa7527bbcd53a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:1fdf87821555c4982cf42bebe5b46b58e1103b876970d69b298fa7527bbcd53a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel8@sha256%3A1fdf87821555c4982cf42bebe5b46b58e1103b876970d69b298fa7527bbcd53a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771438598"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:974a00d5e9f5825345c437b3987dad130f084c8b983a2934e5b69cfa67120616_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:974a00d5e9f5825345c437b3987dad130f084c8b983a2934e5b69cfa67120616_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:974a00d5e9f5825345c437b3987dad130f084c8b983a2934e5b69cfa67120616_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel8-operator@sha256%3A974a00d5e9f5825345c437b3987dad130f084c8b983a2934e5b69cfa67120616?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770743196"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:abfff75068bcce70cec31d704cf851d2642ca48a3b35ed48d739f19f0c311dfd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:abfff75068bcce70cec31d704cf851d2642ca48a3b35ed48d739f19f0c311dfd_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:abfff75068bcce70cec31d704cf851d2642ca48a3b35ed48d739f19f0c311dfd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts@sha256%3Aabfff75068bcce70cec31d704cf851d2642ca48a3b35ed48d739f19f0c311dfd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770749639"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:93f23ab49212aa9eb231527335346b45424a5322a5e9496a4c246e01f017edb0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:93f23ab49212aa9eb231527335346b45424a5322a5e9496a4c246e01f017edb0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:93f23ab49212aa9eb231527335346b45424a5322a5e9496a4c246e01f017edb0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-operator@sha256%3A93f23ab49212aa9eb231527335346b45424a5322a5e9496a4c246e01f017edb0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770744452"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:d3c8598be6bfcb46c310e881493b8299f126b86c041ba560edbcdcb700430d0d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:d3c8598be6bfcb46c310e881493b8299f126b86c041ba560edbcdcb700430d0d_ppc64le",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:d3c8598be6bfcb46c310e881493b8299f126b86c041ba560edbcdcb700430d0d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel8@sha256%3Ad3c8598be6bfcb46c310e881493b8299f126b86c041ba560edbcdcb700430d0d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770742318"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:062d502a4f595b6faaf24ab566c9b4d7cbe23d112737c749f6223d84b0cc63b9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:062d502a4f595b6faaf24ab566c9b4d7cbe23d112737c749f6223d84b0cc63b9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:062d502a4f595b6faaf24ab566c9b4d7cbe23d112737c749f6223d84b0cc63b9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel8@sha256%3A062d502a4f595b6faaf24ab566c9b4d7cbe23d112737c749f6223d84b0cc63b9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770741315"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:c3da083850cc4e2a8d365a2141e5d6a38b90ff9107631ed39c964a3870e01066_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:c3da083850cc4e2a8d365a2141e5d6a38b90ff9107631ed39c964a3870e01066_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:c3da083850cc4e2a8d365a2141e5d6a38b90ff9107631ed39c964a3870e01066_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-operator@sha256%3Ac3da083850cc4e2a8d365a2141e5d6a38b90ff9107631ed39c964a3870e01066?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770744098"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:a2062fa20e09a9ef5574e7bc8d02b870cec2eb700f1e3bd338f62eb62bce13bf_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:a2062fa20e09a9ef5574e7bc8d02b870cec2eb700f1e3bd338f62eb62bce13bf_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:a2062fa20e09a9ef5574e7bc8d02b870cec2eb700f1e3bd338f62eb62bce13bf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-operator@sha256%3Aa2062fa20e09a9ef5574e7bc8d02b870cec2eb700f1e3bd338f62eb62bce13bf?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770741786"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:09c6b2bfe80fabd18a6398342fcb6420aa2680168ffd5d25d7d18231977a5e32_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:09c6b2bfe80fabd18a6398342fcb6420aa2680168ffd5d25d7d18231977a5e32_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:09c6b2bfe80fabd18a6398342fcb6420aa2680168ffd5d25d7d18231977a5e32_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel8@sha256%3A09c6b2bfe80fabd18a6398342fcb6420aa2680168ffd5d25d7d18231977a5e32?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770743877"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:95dfb6d0a1a4e15962f089a71151a37dd7b8ca19c26289f8f934eae7dcec2ab0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:95dfb6d0a1a4e15962f089a71151a37dd7b8ca19c26289f8f934eae7dcec2ab0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:95dfb6d0a1a4e15962f089a71151a37dd7b8ca19c26289f8f934eae7dcec2ab0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap@sha256%3A95dfb6d0a1a4e15962f089a71151a37dd7b8ca19c26289f8f934eae7dcec2ab0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770744346"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:89afc48cb1145085a0d6d262edac7dccd3f381c74f18588698498fe070cfe3ca_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:89afc48cb1145085a0d6d262edac7dccd3f381c74f18588698498fe070cfe3ca_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:89afc48cb1145085a0d6d262edac7dccd3f381c74f18588698498fe070cfe3ca_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-operator-container-rhel8@sha256%3A89afc48cb1145085a0d6d262edac7dccd3f381c74f18588698498fe070cfe3ca?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770739797"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:89afc48cb1145085a0d6d262edac7dccd3f381c74f18588698498fe070cfe3ca_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:89afc48cb1145085a0d6d262edac7dccd3f381c74f18588698498fe070cfe3ca_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:89afc48cb1145085a0d6d262edac7dccd3f381c74f18588698498fe070cfe3ca_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel8-operator@sha256%3A89afc48cb1145085a0d6d262edac7dccd3f381c74f18588698498fe070cfe3ca?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770739797"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:fba9ce2c2b16aa7ca1d2fdfcab07ebc67baa65816858489ace9d1408bb26e4de_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:fba9ce2c2b16aa7ca1d2fdfcab07ebc67baa65816858489ace9d1408bb26e4de_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:fba9ce2c2b16aa7ca1d2fdfcab07ebc67baa65816858489ace9d1408bb26e4de_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-operator-rhel8@sha256%3Afba9ce2c2b16aa7ca1d2fdfcab07ebc67baa65816858489ace9d1408bb26e4de?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770742835"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:efbb18f2f2c8d01ce7b785b3bc5dcfd9a1f687ac392b8795ac63e2c6c2779869_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:efbb18f2f2c8d01ce7b785b3bc5dcfd9a1f687ac392b8795ac63e2c6c2779869_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:efbb18f2f2c8d01ce7b785b3bc5dcfd9a1f687ac392b8795ac63e2c6c2779869_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-operator@sha256%3Aefbb18f2f2c8d01ce7b785b3bc5dcfd9a1f687ac392b8795ac63e2c6c2779869?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770740598"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:2c2d668bef0b240bf5f3b95edc0fec5f561302e7f15f05b1a4c1f38a48517bc4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:2c2d668bef0b240bf5f3b95edc0fec5f561302e7f15f05b1a4c1f38a48517bc4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:2c2d668bef0b240bf5f3b95edc0fec5f561302e7f15f05b1a4c1f38a48517bc4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-control-plane-machine-set-operator-rhel8@sha256%3A2c2d668bef0b240bf5f3b95edc0fec5f561302e7f15f05b1a4c1f38a48517bc4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770740826"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a73db734acbc781aa0420b142e6a3d61e8c471b5e4eeae005d520eaae4a72e44_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a73db734acbc781aa0420b142e6a3d61e8c471b5e4eeae005d520eaae4a72e44_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a73db734acbc781aa0420b142e6a3d61e8c471b5e4eeae005d520eaae4a72e44_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256%3Aa73db734acbc781aa0420b142e6a3d61e8c471b5e4eeae005d520eaae4a72e44?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770742813"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:f444afe09392bfbc6a9be984ba05b5d289de4ca44344594e0e1c10a3f3befbbe_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:f444afe09392bfbc6a9be984ba05b5d289de4ca44344594e0e1c10a3f3befbbe_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:f444afe09392bfbc6a9be984ba05b5d289de4ca44344594e0e1c10a3f3befbbe_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-operator@sha256%3Af444afe09392bfbc6a9be984ba05b5d289de4ca44344594e0e1c10a3f3befbbe?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770744911"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:a99de35e56014d9642ecf9f13869709a8fe08e93d499ffb7a50feae5e04ac651_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:a99de35e56014d9642ecf9f13869709a8fe08e93d499ffb7a50feae5e04ac651_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:a99de35e56014d9642ecf9f13869709a8fe08e93d499ffb7a50feae5e04ac651_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-operator@sha256%3Aa99de35e56014d9642ecf9f13869709a8fe08e93d499ffb7a50feae5e04ac651?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770741660"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:9fc2fae2be9a11e6c5f8d9d4f1e486f80bb8370cb6dec829b481b2418797207e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:9fc2fae2be9a11e6c5f8d9d4f1e486f80bb8370cb6dec829b481b2418797207e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:9fc2fae2be9a11e6c5f8d9d4f1e486f80bb8370cb6dec829b481b2418797207e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-operator@sha256%3A9fc2fae2be9a11e6c5f8d9d4f1e486f80bb8370cb6dec829b481b2418797207e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770743648"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:fbdce711d845967d3aba18dbf3966442c7fbbf4a8a5f8eda7e3db9cea63457f8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:fbdce711d845967d3aba18dbf3966442c7fbbf4a8a5f8eda7e3db9cea63457f8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:fbdce711d845967d3aba18dbf3966442c7fbbf4a8a5f8eda7e3db9cea63457f8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-operator@sha256%3Afbdce711d845967d3aba18dbf3966442c7fbbf4a8a5f8eda7e3db9cea63457f8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770744735"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:2086865a8c3f61d47894fc5a683ea22349599b82c6e5f7b5475c5b50b42bcf89_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:2086865a8c3f61d47894fc5a683ea22349599b82c6e5f7b5475c5b50b42bcf89_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:2086865a8c3f61d47894fc5a683ea22349599b82c6e5f7b5475c5b50b42bcf89_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel8-operator@sha256%3A2086865a8c3f61d47894fc5a683ea22349599b82c6e5f7b5475c5b50b42bcf89?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770742307"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:803630934c8c0dac3996191a83ed389d27bd1d9d6e84ad33bee837dbd840e458_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:803630934c8c0dac3996191a83ed389d27bd1d9d6e84ad33bee837dbd840e458_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:803630934c8c0dac3996191a83ed389d27bd1d9d6e84ad33bee837dbd840e458_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-operator@sha256%3A803630934c8c0dac3996191a83ed389d27bd1d9d6e84ad33bee837dbd840e458?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770740146"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:7c196c858cb5e94e65472daed3d55230823b8e958d35f73bfb507d6693807708_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:7c196c858cb5e94e65472daed3d55230823b8e958d35f73bfb507d6693807708_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:7c196c858cb5e94e65472daed3d55230823b8e958d35f73bfb507d6693807708_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-operator@sha256%3A7c196c858cb5e94e65472daed3d55230823b8e958d35f73bfb507d6693807708?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770741966"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:8c1090b8e0ba9e071f41d66068bc8aa4271251192889a767594e0c5d836a9d40_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:8c1090b8e0ba9e071f41d66068bc8aa4271251192889a767594e0c5d836a9d40_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:8c1090b8e0ba9e071f41d66068bc8aa4271251192889a767594e0c5d836a9d40_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256%3A8c1090b8e0ba9e071f41d66068bc8aa4271251192889a767594e0c5d836a9d40?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770740608"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:0374dc23f5a2d22a7929da246a8ef5a032b43f19b386a162e4882aca7dff1383_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:0374dc23f5a2d22a7929da246a8ef5a032b43f19b386a162e4882aca7dff1383_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:0374dc23f5a2d22a7929da246a8ef5a032b43f19b386a162e4882aca7dff1383_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver@sha256%3A0374dc23f5a2d22a7929da246a8ef5a032b43f19b386a162e4882aca7dff1383?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770742595"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:e68a3fe0f5d91d2e914d4b24bcab9a2bffda33daf56cebd73566445b96f64316_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:e68a3fe0f5d91d2e914d4b24bcab9a2bffda33daf56cebd73566445b96f64316_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:e68a3fe0f5d91d2e914d4b24bcab9a2bffda33daf56cebd73566445b96f64316_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-olm-operator-rhel8@sha256%3Ae68a3fe0f5d91d2e914d4b24bcab9a2bffda33daf56cebd73566445b96f64316?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770742971"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:01f43f0606246a3609b3738ca75c68e2f7f9020c1bb88bf7717818c8a26a1e36_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:01f43f0606246a3609b3738ca75c68e2f7f9020c1bb88bf7717818c8a26a1e36_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:01f43f0606246a3609b3738ca75c68e2f7f9020c1bb88bf7717818c8a26a1e36_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-operator@sha256%3A01f43f0606246a3609b3738ca75c68e2f7f9020c1bb88bf7717818c8a26a1e36?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770743526"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:25c3342fcbb073d32ec53627b8a062f89c1d4be9e641371ec46e6dfd3f540efc_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:25c3342fcbb073d32ec53627b8a062f89c1d4be9e641371ec46e6dfd3f540efc_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:25c3342fcbb073d32ec53627b8a062f89c1d4be9e641371ec46e6dfd3f540efc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-operator@sha256%3A25c3342fcbb073d32ec53627b8a062f89c1d4be9e641371ec46e6dfd3f540efc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770739756"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:631436430c6bfefd7ece74a6f1ce7eaba8d4da935d61ba5db66553155204e0c4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:631436430c6bfefd7ece74a6f1ce7eaba8d4da935d61ba5db66553155204e0c4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:631436430c6bfefd7ece74a6f1ce7eaba8d4da935d61ba5db66553155204e0c4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel8-operator@sha256%3A631436430c6bfefd7ece74a6f1ce7eaba8d4da935d61ba5db66553155204e0c4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770991275"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:71e5d332051f134f3f90e4089df6c2a5f88b0b11843d046b0d33726d2d988f96_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:71e5d332051f134f3f90e4089df6c2a5f88b0b11843d046b0d33726d2d988f96_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:71e5d332051f134f3f90e4089df6c2a5f88b0b11843d046b0d33726d2d988f96_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-platform-operators-manager-rhel8@sha256%3A71e5d332051f134f3f90e4089df6c2a5f88b0b11843d046b0d33726d2d988f96?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770740829"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:4715855d33583642e942fec45ccd9f6d2b90d07f2712ce1eac357d9d45c32f14_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:4715855d33583642e942fec45ccd9f6d2b90d07f2712ce1eac357d9d45c32f14_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:4715855d33583642e942fec45ccd9f6d2b90d07f2712ce1eac357d9d45c32f14_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-operator@sha256%3A4715855d33583642e942fec45ccd9f6d2b90d07f2712ce1eac357d9d45c32f14?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770733836"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:5097e2faf0ad7dd54961a6f4cabae703df9df1b2b41e9867b955ab9abfe8bd3b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:5097e2faf0ad7dd54961a6f4cabae703df9df1b2b41e9867b955ab9abfe8bd3b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:5097e2faf0ad7dd54961a6f4cabae703df9df1b2b41e9867b955ab9abfe8bd3b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-update-keys@sha256%3A5097e2faf0ad7dd54961a6f4cabae703df9df1b2b41e9867b955ab9abfe8bd3b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770743694"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:79385981434c7e938f71e4616bb61c0f37826ab4891fc5b370479383bfa9d169_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:79385981434c7e938f71e4616bb61c0f37826ab4891fc5b370479383bfa9d169_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:79385981434c7e938f71e4616bb61c0f37826ab4891fc5b370479383bfa9d169_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel8@sha256%3A79385981434c7e938f71e4616bb61c0f37826ab4891fc5b370479383bfa9d169?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770741023"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:003480e424f3ed4baad296af322ff6ec0612cb9107c85116f065f4622adb0f52_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:003480e424f3ed4baad296af322ff6ec0612cb9107c85116f065f4622adb0f52_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:003480e424f3ed4baad296af322ff6ec0612cb9107c85116f065f4622adb0f52_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-rhel8@sha256%3A003480e424f3ed4baad296af322ff6ec0612cb9107c85116f065f4622adb0f52?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770742769"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:4947bf6c31aab91f8a0eb8f7ed55052a33d35b70fbe40b06e45f5e5aec94c020_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:4947bf6c31aab91f8a0eb8f7ed55052a33d35b70fbe40b06e45f5e5aec94c020_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:4947bf6c31aab91f8a0eb8f7ed55052a33d35b70fbe40b06e45f5e5aec94c020_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-operator-rhel8@sha256%3A4947bf6c31aab91f8a0eb8f7ed55052a33d35b70fbe40b06e45f5e5aec94c020?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770740529"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c608bb7e62594f12c2f52a78eefeddbdc11314494ec933698ba52af303436f1e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c608bb7e62594f12c2f52a78eefeddbdc11314494ec933698ba52af303436f1e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c608bb7e62594f12c2f52a78eefeddbdc11314494ec933698ba52af303436f1e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-webhook-rhel8@sha256%3Ac608bb7e62594f12c2f52a78eefeddbdc11314494ec933698ba52af303436f1e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770739607"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:d7881138cbe71cab0d372df6c74e11ea195ef6c55c812dc36b84b1e29f8d788a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:d7881138cbe71cab0d372df6c74e11ea195ef6c55c812dc36b84b1e29f8d788a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:d7881138cbe71cab0d372df6c74e11ea195ef6c55c812dc36b84b1e29f8d788a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer@sha256%3Ad7881138cbe71cab0d372df6c74e11ea195ef6c55c812dc36b84b1e29f8d788a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770740518"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:d7881138cbe71cab0d372df6c74e11ea195ef6c55c812dc36b84b1e29f8d788a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:d7881138cbe71cab0d372df6c74e11ea195ef6c55c812dc36b84b1e29f8d788a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:d7881138cbe71cab0d372df6c74e11ea195ef6c55c812dc36b84b1e29f8d788a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel8@sha256%3Ad7881138cbe71cab0d372df6c74e11ea195ef6c55c812dc36b84b1e29f8d788a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770740518"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:5c4066929ed59bb460091ccb5b503f5c09617459667e3b8cef83fd256c1f9ce3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:5c4066929ed59bb460091ccb5b503f5c09617459667e3b8cef83fd256c1f9ce3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:5c4066929ed59bb460091ccb5b503f5c09617459667e3b8cef83fd256c1f9ce3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter@sha256%3A5c4066929ed59bb460091ccb5b503f5c09617459667e3b8cef83fd256c1f9ce3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770743015"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:5c4066929ed59bb460091ccb5b503f5c09617459667e3b8cef83fd256c1f9ce3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:5c4066929ed59bb460091ccb5b503f5c09617459667e3b8cef83fd256c1f9ce3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:5c4066929ed59bb460091ccb5b503f5c09617459667e3b8cef83fd256c1f9ce3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel8@sha256%3A5c4066929ed59bb460091ccb5b503f5c09617459667e3b8cef83fd256c1f9ce3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770743015"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:5d68aba559ef836f0992f78c78a8dc79fb5a680dab2abbc876a25041ab8767e8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:5d68aba559ef836f0992f78c78a8dc79fb5a680dab2abbc876a25041ab8767e8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:5d68aba559ef836f0992f78c78a8dc79fb5a680dab2abbc876a25041ab8767e8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller@sha256%3A5d68aba559ef836f0992f78c78a8dc79fb5a680dab2abbc876a25041ab8767e8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770743875"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:5d68aba559ef836f0992f78c78a8dc79fb5a680dab2abbc876a25041ab8767e8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:5d68aba559ef836f0992f78c78a8dc79fb5a680dab2abbc876a25041ab8767e8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:5d68aba559ef836f0992f78c78a8dc79fb5a680dab2abbc876a25041ab8767e8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel8@sha256%3A5d68aba559ef836f0992f78c78a8dc79fb5a680dab2abbc876a25041ab8767e8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770743875"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:692e57961b5cb2225ea4d757cc5e19ddee4ae1bd5fd89429cde7ae9ed0ac0c5c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:692e57961b5cb2225ea4d757cc5e19ddee4ae1bd5fd89429cde7ae9ed0ac0c5c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:692e57961b5cb2225ea4d757cc5e19ddee4ae1bd5fd89429cde7ae9ed0ac0c5c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd-rhel9@sha256%3A692e57961b5cb2225ea4d757cc5e19ddee4ae1bd5fd89429cde7ae9ed0ac0c5c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770736649"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:f9bb0780a4d8be56bea13e9ab0f834835e04e7e8570494d37798ddb60bc8d7e1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:f9bb0780a4d8be56bea13e9ab0f834835e04e7e8570494d37798ddb60bc8d7e1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:f9bb0780a4d8be56bea13e9ab0f834835e04e7e8570494d37798ddb60bc8d7e1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cloud-controller-manager-rhel8@sha256%3Af9bb0780a4d8be56bea13e9ab0f834835e04e7e8570494d37798ddb60bc8d7e1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770737648"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:5510f4dcb3215d46c7c73b0f84744d94adc13d45066885abcc522c9f80185152_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:5510f4dcb3215d46c7c73b0f84744d94adc13d45066885abcc522c9f80185152_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:5510f4dcb3215d46c7c73b0f84744d94adc13d45066885abcc522c9f80185152_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cluster-api-controllers-rhel8@sha256%3A5510f4dcb3215d46c7c73b0f84744d94adc13d45066885abcc522c9f80185152?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770739826"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:2b6431891ea6d2f9af668ae5afecc0dc6719ce7314bd59a89ec344cd46214565_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:2b6431891ea6d2f9af668ae5afecc0dc6719ce7314bd59a89ec344cd46214565_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:2b6431891ea6d2f9af668ae5afecc0dc6719ce7314bd59a89ec344cd46214565_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-rhel8@sha256%3A2b6431891ea6d2f9af668ae5afecc0dc6719ce7314bd59a89ec344cd46214565?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770739301"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:d19a14818ee13265fc1722ed2700a2943e56942442ce4bebb322c80ad0f2c5ab_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:d19a14818ee13265fc1722ed2700a2943e56942442ce4bebb322c80ad0f2c5ab_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:d19a14818ee13265fc1722ed2700a2943e56942442ce4bebb322c80ad0f2c5ab_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-operator-rhel8@sha256%3Ad19a14818ee13265fc1722ed2700a2943e56942442ce4bebb322c80ad0f2c5ab?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770741204"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:e49ce33f3bead2227d446c2b8ca852dbaff56af0e95f2882d4c1404286c22b3e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:e49ce33f3bead2227d446c2b8ca852dbaff56af0e95f2882d4c1404286c22b3e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:e49ce33f3bead2227d446c2b8ca852dbaff56af0e95f2882d4c1404286c22b3e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-cluster-api-controllers-rhel8@sha256%3Ae49ce33f3bead2227d446c2b8ca852dbaff56af0e95f2882d4c1404286c22b3e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770743649"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:ed131d0cfadf5b581837ae7b345053603eef694a0e074a6d88f992c55c3d896c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:ed131d0cfadf5b581837ae7b345053603eef694a0e074a6d88f992c55c3d896c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:ed131d0cfadf5b581837ae7b345053603eef694a0e074a6d88f992c55c3d896c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel8-operator@sha256%3Aed131d0cfadf5b581837ae7b345053603eef694a0e074a6d88f992c55c3d896c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770742039"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer@sha256:ca2eac21c18a227f5672c8d3b50469953b29cd369792a207614b8b25291eb931_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer@sha256:ca2eac21c18a227f5672c8d3b50469953b29cd369792a207614b8b25291eb931_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-installer@sha256:ca2eac21c18a227f5672c8d3b50469953b29cd369792a207614b8b25291eb931_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer@sha256%3Aca2eac21c18a227f5672c8d3b50469953b29cd369792a207614b8b25291eb931?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770741564"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:18380c9080b259cc8d02487331e3ef1247d2308e6b1e70ce803426d36c0e1f27_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:18380c9080b259cc8d02487331e3ef1247d2308e6b1e70ce803426d36c0e1f27_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:18380c9080b259cc8d02487331e3ef1247d2308e6b1e70ce803426d36c0e1f27_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts@sha256%3A18380c9080b259cc8d02487331e3ef1247d2308e6b1e70ce803426d36c0e1f27?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770751309"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:577f1f21d3e9a632d5fec2d0545ef62cda58a2f71dfcd2a7cb0ddf420841092b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:577f1f21d3e9a632d5fec2d0545ef62cda58a2f71dfcd2a7cb0ddf420841092b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:577f1f21d3e9a632d5fec2d0545ef62cda58a2f71dfcd2a7cb0ddf420841092b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel8@sha256%3A577f1f21d3e9a632d5fec2d0545ef62cda58a2f71dfcd2a7cb0ddf420841092b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770742934"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:e8de1336623bf1366668f6a56a55b5553692303ddb4950a4158176dd78a458cd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:e8de1336623bf1366668f6a56a55b5553692303ddb4950a4158176dd78a458cd_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:e8de1336623bf1366668f6a56a55b5553692303ddb4950a4158176dd78a458cd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel8@sha256%3Ae8de1336623bf1366668f6a56a55b5553692303ddb4950a4158176dd78a458cd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770743063"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:e8718288050d418f62e75b956e2d19b285e3513fb70771beff64c7d96b02ad8d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:e8718288050d418f62e75b956e2d19b285e3513fb70771beff64c7d96b02ad8d_ppc64le",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:e8718288050d418f62e75b956e2d19b285e3513fb70771beff64c7d96b02ad8d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-csi-driver-rhel8@sha256%3Ae8718288050d418f62e75b956e2d19b285e3513fb70771beff64c7d96b02ad8d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770742590"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:969b7220dee835ce08b1d039027c776c83b6ad3da5388772daf26e4c8f09cc80_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:969b7220dee835ce08b1d039027c776c83b6ad3da5388772daf26e4c8f09cc80_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:969b7220dee835ce08b1d039027c776c83b6ad3da5388772daf26e4c8f09cc80_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers@sha256%3A969b7220dee835ce08b1d039027c776c83b6ad3da5388772daf26e4c8f09cc80?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770742267"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-operator@sha256:2e07fb199c7724f86935b745dfb5c77991205c9c4c45ee5961abb57abd0cb823_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-operator@sha256:2e07fb199c7724f86935b745dfb5c77991205c9c4c45ee5961abb57abd0cb823_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-operator@sha256:2e07fb199c7724f86935b745dfb5c77991205c9c4c45ee5961abb57abd0cb823_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-operator@sha256%3A2e07fb199c7724f86935b745dfb5c77991205c9c4c45ee5961abb57abd0cb823?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770741053"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:71c807e7cea2c0944f06dcf96bbffd21dee4672e7274dc817dbbcdb65677a6ae_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:71c807e7cea2c0944f06dcf96bbffd21dee4672e7274dc817dbbcdb65677a6ae_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:71c807e7cea2c0944f06dcf96bbffd21dee4672e7274dc817dbbcdb65677a6ae_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-gcp-rhel8@sha256%3A71c807e7cea2c0944f06dcf96bbffd21dee4672e7274dc817dbbcdb65677a6ae?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770741484"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:c738b9609d40a0bd2c17207f9113948c95e55f4e216f2dcb1f37a42914669d6d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:c738b9609d40a0bd2c17207f9113948c95e55f4e216f2dcb1f37a42914669d6d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:c738b9609d40a0bd2c17207f9113948c95e55f4e216f2dcb1f37a42914669d6d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-openstack-rhel8@sha256%3Ac738b9609d40a0bd2c17207f9113948c95e55f4e216f2dcb1f37a42914669d6d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770744499"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:f1adacb5d83f6207a7cbf196c82d30feef5a41fddd90520fc0026396494f2ffe_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:f1adacb5d83f6207a7cbf196c82d30feef5a41fddd90520fc0026396494f2ffe_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:f1adacb5d83f6207a7cbf196c82d30feef5a41fddd90520fc0026396494f2ffe_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-operator@sha256%3Af1adacb5d83f6207a7cbf196c82d30feef5a41fddd90520fc0026396494f2ffe?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770742404"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:0b2599c96ad1b12dd5ebbfafa53327fae38e586b269eddfd3ac87e51d38ff0c3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:0b2599c96ad1b12dd5ebbfafa53327fae38e586b269eddfd3ac87e51d38ff0c3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:0b2599c96ad1b12dd5ebbfafa53327fae38e586b269eddfd3ac87e51d38ff0c3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel8@sha256%3A0b2599c96ad1b12dd5ebbfafa53327fae38e586b269eddfd3ac87e51d38ff0c3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770748901"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:c8974096b8764ffbb4a9f8279a485508e9457c0f7e176c77cb779d3ea585a15f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:c8974096b8764ffbb4a9f8279a485508e9457c0f7e176c77cb779d3ea585a15f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:c8974096b8764ffbb4a9f8279a485508e9457c0f7e176c77cb779d3ea585a15f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller@sha256%3Ac8974096b8764ffbb4a9f8279a485508e9457c0f7e176c77cb779d3ea585a15f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770742250"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:683316d9efb43eeb14a1e3ac0c8f8bd98771819389d89c1c0ceab8afb3e61c35_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:683316d9efb43eeb14a1e3ac0c8f8bd98771819389d89c1c0ceab8afb3e61c35_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:683316d9efb43eeb14a1e3ac0c8f8bd98771819389d89c1c0ceab8afb3e61c35_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel8@sha256%3A683316d9efb43eeb14a1e3ac0c8f8bd98771819389d89c1c0ceab8afb3e61c35?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770733842"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:a7fe5ae007435227287fe4f4e9e1c75f53905ac1c1e4eeb183e9dfe865a611e9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:a7fe5ae007435227287fe4f4e9e1c75f53905ac1c1e4eeb183e9dfe865a611e9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:a7fe5ae007435227287fe4f4e9e1c75f53905ac1c1e4eeb183e9dfe865a611e9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel8@sha256%3Aa7fe5ae007435227287fe4f4e9e1c75f53905ac1c1e4eeb183e9dfe865a611e9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770733852"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather@sha256:3578bc2eb20c76eaf6120449b7842f8d502269454f962379b026b1342482af0f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather@sha256:3578bc2eb20c76eaf6120449b7842f8d502269454f962379b026b1342482af0f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-must-gather@sha256:3578bc2eb20c76eaf6120449b7842f8d502269454f962379b026b1342482af0f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather@sha256%3A3578bc2eb20c76eaf6120449b7842f8d502269454f962379b026b1342482af0f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770749290"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:2575052c200b4367f535e1bc653561492dedea225ae80f298045f4309c20f7df_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:2575052c200b4367f535e1bc653561492dedea225ae80f298045f4309c20f7df_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:2575052c200b4367f535e1bc653561492dedea225ae80f298045f4309c20f7df_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel8@sha256%3A2575052c200b4367f535e1bc653561492dedea225ae80f298045f4309c20f7df?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770744965"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:8eb4f27d2d6db0545c96878704a8d5265ba9d847dd8b6ac823cfe8ff6689554e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:8eb4f27d2d6db0545c96878704a8d5265ba9d847dd8b6ac823cfe8ff6689554e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:8eb4f27d2d6db0545c96878704a8d5265ba9d847dd8b6ac823cfe8ff6689554e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel8@sha256%3A8eb4f27d2d6db0545c96878704a8d5265ba9d847dd8b6ac823cfe8ff6689554e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770743496"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:2e4109f5e9abff71ace58bf6c904d19bee7c5936d99af1192191ffcf75e87606_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:2e4109f5e9abff71ace58bf6c904d19bee7c5936d99af1192191ffcf75e87606_ppc64le",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:2e4109f5e9abff71ace58bf6c904d19bee7c5936d99af1192191ffcf75e87606_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel8@sha256%3A2e4109f5e9abff71ace58bf6c904d19bee7c5936d99af1192191ffcf75e87606?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771385416"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:00d9e9b53df16cf21513e47c4a980eeaf3358af5472a4a66f7b8ee422a3313da_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:00d9e9b53df16cf21513e47c4a980eeaf3358af5472a4a66f7b8ee422a3313da_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:00d9e9b53df16cf21513e47c4a980eeaf3358af5472a4a66f7b8ee422a3313da_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel8@sha256%3A00d9e9b53df16cf21513e47c4a980eeaf3358af5472a4a66f7b8ee422a3313da?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770991285"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:f6ade0ad3a5e4952955f2d40c0d867eaf290de111a2c35bcbaf7b59c3b734490_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:f6ade0ad3a5e4952955f2d40c0d867eaf290de111a2c35bcbaf7b59c3b734490_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:f6ade0ad3a5e4952955f2d40c0d867eaf290de111a2c35bcbaf7b59c3b734490_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-catalogd-rhel8@sha256%3Af6ade0ad3a5e4952955f2d40c0d867eaf290de111a2c35bcbaf7b59c3b734490?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770745246"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:26baac061161143b4960d00cdc53adbe77aa5fa52b415b3ae3de1cacb18a5634_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:26baac061161143b4960d00cdc53adbe77aa5fa52b415b3ae3de1cacb18a5634_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:26baac061161143b4960d00cdc53adbe77aa5fa52b415b3ae3de1cacb18a5634_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-operator-controller-rhel8@sha256%3A26baac061161143b4960d00cdc53adbe77aa5fa52b415b3ae3de1cacb18a5634?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770743496"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:354ff055338adaec79759136d29087337e0658ca64cdefb447e8fe4157a8003e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:354ff055338adaec79759136d29087337e0658ca64cdefb447e8fe4157a8003e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:354ff055338adaec79759136d29087337e0658ca64cdefb447e8fe4157a8003e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-rukpak-rhel8@sha256%3A354ff055338adaec79759136d29087337e0658ca64cdefb447e8fe4157a8003e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770749611"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:a15084c226ef3a1bb0488c272ffdf4a59bacdb293d0f1d2d3b0d3ede8fc856ee_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:a15084c226ef3a1bb0488c272ffdf4a59bacdb293d0f1d2d3b0d3ede8fc856ee_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:a15084c226ef3a1bb0488c272ffdf4a59bacdb293d0f1d2d3b0d3ede8fc856ee_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel8@sha256%3Aa15084c226ef3a1bb0488c272ffdf4a59bacdb293d0f1d2d3b0d3ede8fc856ee?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770740081"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:dc9f4de544635597483c56742772b5c471ff16f2220ed4a75aeaca2b28a6a40e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:dc9f4de544635597483c56742772b5c471ff16f2220ed4a75aeaca2b28a6a40e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:dc9f4de544635597483c56742772b5c471ff16f2220ed4a75aeaca2b28a6a40e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel8@sha256%3Adc9f4de544635597483c56742772b5c471ff16f2220ed4a75aeaca2b28a6a40e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770742133"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:c4a5f8deb979c46d9c6babc5d52d026a0de3bbdf08238fcb798a05b6a76d69ea_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:c4a5f8deb979c46d9c6babc5d52d026a0de3bbdf08238fcb798a05b6a76d69ea_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:c4a5f8deb979c46d9c6babc5d52d026a0de3bbdf08238fcb798a05b6a76d69ea_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel8@sha256%3Ac4a5f8deb979c46d9c6babc5d52d026a0de3bbdf08238fcb798a05b6a76d69ea?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770743158"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:4b721f641f5fe989d9a0ec209ab4921d001360aa570cd2a7a9e5879c8e1804f4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:4b721f641f5fe989d9a0ec209ab4921d001360aa570cd2a7a9e5879c8e1804f4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:4b721f641f5fe989d9a0ec209ab4921d001360aa570cd2a7a9e5879c8e1804f4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel8-operator@sha256%3A4b721f641f5fe989d9a0ec209ab4921d001360aa570cd2a7a9e5879c8e1804f4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771369120"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:214521bf60ec834c8d397bcf685e2ebbe39921f4deee0c09b9601253d929e583_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:214521bf60ec834c8d397bcf685e2ebbe39921f4deee0c09b9601253d929e583_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:214521bf60ec834c8d397bcf685e2ebbe39921f4deee0c09b9601253d929e583_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel8@sha256%3A214521bf60ec834c8d397bcf685e2ebbe39921f4deee0c09b9601253d929e583?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770742075"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:72b5a08e055d90a3eb6f8b0f3c8267d7cf7c8fbdb064faf381ddee94d2090f49_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:72b5a08e055d90a3eb6f8b0f3c8267d7cf7c8fbdb064faf381ddee94d2090f49_ppc64le",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:72b5a08e055d90a3eb6f8b0f3c8267d7cf7c8fbdb064faf381ddee94d2090f49_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel8@sha256%3A72b5a08e055d90a3eb6f8b0f3c8267d7cf7c8fbdb064faf381ddee94d2090f49?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770740072"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:8f04739af1f6321c039253bef7e7c8413592238249c6b9c68bfe2b4c6742cd6a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:8f04739af1f6321c039253bef7e7c8413592238249c6b9c68bfe2b4c6742cd6a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:8f04739af1f6321c039253bef7e7c8413592238249c6b9c68bfe2b4c6742cd6a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovirt-machine-controllers-rhel8@sha256%3A8f04739af1f6321c039253bef7e7c8413592238249c6b9c68bfe2b4c6742cd6a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770743471"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:2a129685c29ed30eda4c991cf88833941ca25afcbb0929766fc24aa939b3fbde_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:2a129685c29ed30eda4c991cf88833941ca25afcbb0929766fc24aa939b3fbde_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:2a129685c29ed30eda4c991cf88833941ca25afcbb0929766fc24aa939b3fbde_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes@sha256%3A2a129685c29ed30eda4c991cf88833941ca25afcbb0929766fc24aa939b3fbde?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771422053"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2a129685c29ed30eda4c991cf88833941ca25afcbb0929766fc24aa939b3fbde_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2a129685c29ed30eda4c991cf88833941ca25afcbb0929766fc24aa939b3fbde_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2a129685c29ed30eda4c991cf88833941ca25afcbb0929766fc24aa939b3fbde_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256%3A2a129685c29ed30eda4c991cf88833941ca25afcbb0929766fc24aa939b3fbde?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771422053"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:c40f3fdee914e790347ad59fc55c2424628927c75d88bbd40bc39783075a301a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:c40f3fdee914e790347ad59fc55c2424628927c75d88bbd40bc39783075a301a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:c40f3fdee914e790347ad59fc55c2424628927c75d88bbd40bc39783075a301a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-rhel8@sha256%3Ac40f3fdee914e790347ad59fc55c2424628927c75d88bbd40bc39783075a301a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770737779"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:eaef6750f50858e6c3f22961f4e31e0bd2600873d23881dbfc2968ee7d167aec_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:eaef6750f50858e6c3f22961f4e31e0bd2600873d23881dbfc2968ee7d167aec_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:eaef6750f50858e6c3f22961f4e31e0bd2600873d23881dbfc2968ee7d167aec_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-operator-rhel8@sha256%3Aeaef6750f50858e6c3f22961f4e31e0bd2600873d23881dbfc2968ee7d167aec?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770738469"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:fe85c1ba2ab6ad8f94b1858bbe3f6cdde4a7c768fd2a451e79ecd4e0d780c99b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:fe85c1ba2ab6ad8f94b1858bbe3f6cdde4a7c768fd2a451e79ecd4e0d780c99b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:fe85c1ba2ab6ad8f94b1858bbe3f6cdde4a7c768fd2a451e79ecd4e0d780c99b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-cloud-controller-manager-rhel8@sha256%3Afe85c1ba2ab6ad8f94b1858bbe3f6cdde4a7c768fd2a451e79ecd4e0d780c99b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770739605"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:e2439ad3e79037d4b53d6ef9514a7cc3428f57789ada20f9aae6c844fa35019c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:e2439ad3e79037d4b53d6ef9514a7cc3428f57789ada20f9aae6c844fa35019c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:e2439ad3e79037d4b53d6ef9514a7cc3428f57789ada20f9aae6c844fa35019c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-machine-controllers-rhel8@sha256%3Ae2439ad3e79037d4b53d6ef9514a7cc3428f57789ada20f9aae6c844fa35019c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770741057"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:50ffb33fdbac78a475913b7e307e730d40a5934c743cda0cf45d05f6b5712459_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:50ffb33fdbac78a475913b7e307e730d40a5934c743cda0cf45d05f6b5712459_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:50ffb33fdbac78a475913b7e307e730d40a5934c743cda0cf45d05f6b5712459_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-k8s-prometheus-adapter@sha256%3A50ffb33fdbac78a475913b7e307e730d40a5934c743cda0cf45d05f6b5712459?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770744433"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:21f468b304e0e0358ba70b05bb712b6231601b0e438a4a6d2ecf3239b016c448_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:21f468b304e0e0358ba70b05bb712b6231601b0e438a4a6d2ecf3239b016c448_ppc64le",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:21f468b304e0e0358ba70b05bb712b6231601b0e438a4a6d2ecf3239b016c448_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel8@sha256%3A21f468b304e0e0358ba70b05bb712b6231601b0e438a4a6d2ecf3239b016c448?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770744235"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:1248b42c2a006bc5117a42c76ced63048cc3fca7b5f0dabe1a5d16efd0b8f604_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:1248b42c2a006bc5117a42c76ced63048cc3fca7b5f0dabe1a5d16efd0b8f604_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:1248b42c2a006bc5117a42c76ced63048cc3fca7b5f0dabe1a5d16efd0b8f604_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-sdn-rhel8@sha256%3A1248b42c2a006bc5117a42c76ced63048cc3fca7b5f0dabe1a5d16efd0b8f604?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770749099"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-operator@sha256:8f4fba2b28c5dac5dbce6cf38a064fdbea5ca1ab2e039ae96df7d34c90296ff6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-operator@sha256:8f4fba2b28c5dac5dbce6cf38a064fdbea5ca1ab2e039ae96df7d34c90296ff6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-operator@sha256:8f4fba2b28c5dac5dbce6cf38a064fdbea5ca1ab2e039ae96df7d34c90296ff6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-operator@sha256%3A8f4fba2b28c5dac5dbce6cf38a064fdbea5ca1ab2e039ae96df7d34c90296ff6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770743600"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:8f19d00af7e51f94765c630bea606b7cf7861ef434a001987c07247189d255d2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:8f19d00af7e51f94765c630bea606b7cf7861ef434a001987c07247189d255d2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:8f19d00af7e51f94765c630bea606b7cf7861ef434a001987c07247189d255d2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel8@sha256%3A8f19d00af7e51f94765c630bea606b7cf7861ef434a001987c07247189d255d2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771249805"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0c41a5d04b68877df42b5e2d47b1a51a205f9b5bbaeb272b876040840df70cdd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0c41a5d04b68877df42b5e2d47b1a51a205f9b5bbaeb272b876040840df70cdd_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0c41a5d04b68877df42b5e2d47b1a51a205f9b5bbaeb272b876040840df70cdd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256%3A0c41a5d04b68877df42b5e2d47b1a51a205f9b5bbaeb272b876040840df70cdd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770749126"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:4035f82b6b41d63e30cf4e1b04631e5890c76f610835f8365699bbd633ea3788_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:4035f82b6b41d63e30cf4e1b04631e5890c76f610835f8365699bbd633ea3788_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:4035f82b6b41d63e30cf4e1b04631e5890c76f610835f8365699bbd633ea3788_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy@sha256%3A4035f82b6b41d63e30cf4e1b04631e5890c76f610835f8365699bbd633ea3788?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770733900"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:d7ab49355e1654d655aaa7a12967a5bbfd34d7175f7e5b9143ca9abbee0d9b06_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:d7ab49355e1654d655aaa7a12967a5bbfd34d7175f7e5b9143ca9abbee0d9b06_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:d7ab49355e1654d655aaa7a12967a5bbfd34d7175f7e5b9143ca9abbee0d9b06_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader@sha256%3Ad7ab49355e1654d655aaa7a12967a5bbfd34d7175f7e5b9143ca9abbee0d9b06?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770743528"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator@sha256:10cab7813ac451d2d17414591c27d5626a7bd43d7dae6f030de9291f3f0377e9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator@sha256:10cab7813ac451d2d17414591c27d5626a7bd43d7dae6f030de9291f3f0377e9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator@sha256:10cab7813ac451d2d17414591c27d5626a7bd43d7dae6f030de9291f3f0377e9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator@sha256%3A10cab7813ac451d2d17414591c27d5626a7bd43d7dae6f030de9291f3f0377e9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770741142"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:4ca8edf1c43441ab6d2b34eb7572659d27c7ea64c95a5de9e12cea5ea0dd2799_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:4ca8edf1c43441ab6d2b34eb7572659d27c7ea64c95a5de9e12cea5ea0dd2799_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:4ca8edf1c43441ab6d2b34eb7572659d27c7ea64c95a5de9e12cea5ea0dd2799_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel8@sha256%3A4ca8edf1c43441ab6d2b34eb7572659d27c7ea64c95a5de9e12cea5ea0dd2799?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770742346"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter@sha256:74531d0fd46e112088ae1583e873e40ea082223804b723473c67aec06f5e8e32_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter@sha256:74531d0fd46e112088ae1583e873e40ea082223804b723473c67aec06f5e8e32_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-telemeter@sha256:74531d0fd46e112088ae1583e873e40ea082223804b723473c67aec06f5e8e32_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter@sha256%3A74531d0fd46e112088ae1583e873e40ea082223804b723473c67aec06f5e8e32?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770741433"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:6178ef94bcfcd227c35d30a2479119f8e94ac53749d14f4892e44f1d6aaba331_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:6178ef94bcfcd227c35d30a2479119f8e94ac53749d14f4892e44f1d6aaba331_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:6178ef94bcfcd227c35d30a2479119f8e94ac53749d14f4892e44f1d6aaba331_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel8@sha256%3A6178ef94bcfcd227c35d30a2479119f8e94ac53749d14f4892e44f1d6aaba331?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771294312"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:39f3e8a9f78d4756e9c681513c02b5574e80ccd7043e7f0130ea1e5505e27cc9_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:39f3e8a9f78d4756e9c681513c02b5574e80ccd7043e7f0130ea1e5505e27cc9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:39f3e8a9f78d4756e9c681513c02b5574e80ccd7043e7f0130ea1e5505e27cc9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:7dc4d67c2153b57bd1d0e74e85e21d898acdc5e792ebf3e9e2254e9c243069c0_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:7dc4d67c2153b57bd1d0e74e85e21d898acdc5e792ebf3e9e2254e9c243069c0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:7dc4d67c2153b57bd1d0e74e85e21d898acdc5e792ebf3e9e2254e9c243069c0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:934e6f7aa8dead546ddb258b6753f8ffc577205ed6ac19796a2140cb242497c2_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:934e6f7aa8dead546ddb258b6753f8ffc577205ed6ac19796a2140cb242497c2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:934e6f7aa8dead546ddb258b6753f8ffc577205ed6ac19796a2140cb242497c2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:d3c8598be6bfcb46c310e881493b8299f126b86c041ba560edbcdcb700430d0d_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:d3c8598be6bfcb46c310e881493b8299f126b86c041ba560edbcdcb700430d0d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:d3c8598be6bfcb46c310e881493b8299f126b86c041ba560edbcdcb700430d0d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1df62178853e8698d9d86da8530144f3cc5671c77b72bd09098faab187f6a78d_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1df62178853e8698d9d86da8530144f3cc5671c77b72bd09098faab187f6a78d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1df62178853e8698d9d86da8530144f3cc5671c77b72bd09098faab187f6a78d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bfb1ae8157364e5772facba2869c37414fa49fadc0b7a42ade55684e5a93ef0c_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bfb1ae8157364e5772facba2869c37414fa49fadc0b7a42ade55684e5a93ef0c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bfb1ae8157364e5772facba2869c37414fa49fadc0b7a42ade55684e5a93ef0c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c70cb3d1a437e747e1d7d54f631853d611a97278fa260daed6c56f36f885e17b_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c70cb3d1a437e747e1d7d54f631853d611a97278fa260daed6c56f36f885e17b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c70cb3d1a437e747e1d7d54f631853d611a97278fa260daed6c56f36f885e17b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:fc89d0c5582c76488c56d471746fc9f8acee50a5d727cdb559623af580389f5a_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:fc89d0c5582c76488c56d471746fc9f8acee50a5d727cdb559623af580389f5a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:fc89d0c5582c76488c56d471746fc9f8acee50a5d727cdb559623af580389f5a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:5e1d1c77c595cf7cc63e38f771d7b2e64a4b31da119476238b26dce182cac160_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:5e1d1c77c595cf7cc63e38f771d7b2e64a4b31da119476238b26dce182cac160_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:5e1d1c77c595cf7cc63e38f771d7b2e64a4b31da119476238b26dce182cac160_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:d14dd4c11011464adb44f802bbff4820560b56422a8891664de65bc1f8da66ef_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:d14dd4c11011464adb44f802bbff4820560b56422a8891664de65bc1f8da66ef_arm64"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:d14dd4c11011464adb44f802bbff4820560b56422a8891664de65bc1f8da66ef_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:d26f4f47b5b3447e021d20ab0e6dae7eeeadeeb4f5529b85f8e836d6625dac62_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:d26f4f47b5b3447e021d20ab0e6dae7eeeadeeb4f5529b85f8e836d6625dac62_s390x"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:d26f4f47b5b3447e021d20ab0e6dae7eeeadeeb4f5529b85f8e836d6625dac62_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:d4de045b2177b2abda6b28b814c450961272ab3c982a4c1da29271384aff2f06_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:d4de045b2177b2abda6b28b814c450961272ab3c982a4c1da29271384aff2f06_amd64"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:d4de045b2177b2abda6b28b814c450961272ab3c982a4c1da29271384aff2f06_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:587c9c3ab23222ba8e4581c20758a690e420982196b416a0dc895071ba13cffa_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:587c9c3ab23222ba8e4581c20758a690e420982196b416a0dc895071ba13cffa_s390x"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:587c9c3ab23222ba8e4581c20758a690e420982196b416a0dc895071ba13cffa_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:7b806e315b880b6e3fd85f23585d5a8032637099242d0d1abdb7703d67913529_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:7b806e315b880b6e3fd85f23585d5a8032637099242d0d1abdb7703d67913529_arm64"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:7b806e315b880b6e3fd85f23585d5a8032637099242d0d1abdb7703d67913529_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:e8718288050d418f62e75b956e2d19b285e3513fb70771beff64c7d96b02ad8d_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:e8718288050d418f62e75b956e2d19b285e3513fb70771beff64c7d96b02ad8d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:e8718288050d418f62e75b956e2d19b285e3513fb70771beff64c7d96b02ad8d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:faaa0f58bae404689e533be4e44817cd8008d1ae4c2999fe1b671e663dd1588d_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:faaa0f58bae404689e533be4e44817cd8008d1ae4c2999fe1b671e663dd1588d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:faaa0f58bae404689e533be4e44817cd8008d1ae4c2999fe1b671e663dd1588d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:19fbed56d75e69a0d9582fa54d3328fb44aee9a119781a0d9800a1f948b79926_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:19fbed56d75e69a0d9582fa54d3328fb44aee9a119781a0d9800a1f948b79926_amd64"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:19fbed56d75e69a0d9582fa54d3328fb44aee9a119781a0d9800a1f948b79926_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:2e4109f5e9abff71ace58bf6c904d19bee7c5936d99af1192191ffcf75e87606_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:2e4109f5e9abff71ace58bf6c904d19bee7c5936d99af1192191ffcf75e87606_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:2e4109f5e9abff71ace58bf6c904d19bee7c5936d99af1192191ffcf75e87606_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:b703668aed81e1c3d2b3b17c7c05b2453bb7685089f2de6d9e91b9525ef14c96_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:b703668aed81e1c3d2b3b17c7c05b2453bb7685089f2de6d9e91b9525ef14c96_s390x"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:b703668aed81e1c3d2b3b17c7c05b2453bb7685089f2de6d9e91b9525ef14c96_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:fbcb0389b7f506b044d1b908c0fe8e8eb1fb5509cc006fff4ecc992c2dcf31ae_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:fbcb0389b7f506b044d1b908c0fe8e8eb1fb5509cc006fff4ecc992c2dcf31ae_arm64"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:fbcb0389b7f506b044d1b908c0fe8e8eb1fb5509cc006fff4ecc992c2dcf31ae_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:21db1e5da0fdc170417ff618727d1df59d264a27a1fac0df40f62cc6d0b92e34_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:21db1e5da0fdc170417ff618727d1df59d264a27a1fac0df40f62cc6d0b92e34_s390x"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:21db1e5da0fdc170417ff618727d1df59d264a27a1fac0df40f62cc6d0b92e34_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:2c7df73b7d4e11ccf47cfe561600541569d7a5daa04bacadd28b601ea9593d29_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:2c7df73b7d4e11ccf47cfe561600541569d7a5daa04bacadd28b601ea9593d29_amd64"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:2c7df73b7d4e11ccf47cfe561600541569d7a5daa04bacadd28b601ea9593d29_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:4671fc86a01df017bad93436e10f40c0ea23e27a73a58f76742f8010f60a3922_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:4671fc86a01df017bad93436e10f40c0ea23e27a73a58f76742f8010f60a3922_arm64"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:4671fc86a01df017bad93436e10f40c0ea23e27a73a58f76742f8010f60a3922_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:71684546a20bc4ca896f3daea721b658557f992f3b4d9679fb414415713ae8dd_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:71684546a20bc4ca896f3daea721b658557f992f3b4d9679fb414415713ae8dd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:71684546a20bc4ca896f3daea721b658557f992f3b4d9679fb414415713ae8dd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:209bbc308b2c772b4553e1353d8ff7d79d47fcba4facfae1649eb7fcb9b8fb70_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:209bbc308b2c772b4553e1353d8ff7d79d47fcba4facfae1649eb7fcb9b8fb70_s390x"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:209bbc308b2c772b4553e1353d8ff7d79d47fcba4facfae1649eb7fcb9b8fb70_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:21f468b304e0e0358ba70b05bb712b6231601b0e438a4a6d2ecf3239b016c448_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:21f468b304e0e0358ba70b05bb712b6231601b0e438a4a6d2ecf3239b016c448_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:21f468b304e0e0358ba70b05bb712b6231601b0e438a4a6d2ecf3239b016c448_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:654ffb6786eaa915fbce588d9016bd09927a204f797ba0104585bbb19de6e15b_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:654ffb6786eaa915fbce588d9016bd09927a204f797ba0104585bbb19de6e15b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:654ffb6786eaa915fbce588d9016bd09927a204f797ba0104585bbb19de6e15b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:b71f4aecabf4c609d03b751b55cb94ea717983179b73efb6ff00001a514ff4bc_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:b71f4aecabf4c609d03b751b55cb94ea717983179b73efb6ff00001a514ff4bc_arm64"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:b71f4aecabf4c609d03b751b55cb94ea717983179b73efb6ff00001a514ff4bc_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:203a0938168df89a72bd108bebbf6be7652794447dd2ccb69f8aeafa28a3d6ea_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:203a0938168df89a72bd108bebbf6be7652794447dd2ccb69f8aeafa28a3d6ea_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:203a0938168df89a72bd108bebbf6be7652794447dd2ccb69f8aeafa28a3d6ea_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:204bf1950ee8144592b630869c44755c364392504de447c41ca0b8d011f660c1_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:204bf1950ee8144592b630869c44755c364392504de447c41ca0b8d011f660c1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:204bf1950ee8144592b630869c44755c364392504de447c41ca0b8d011f660c1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:d559c94732a888059af7b5e723fd8464c0598ff02ac49dd4ca0e8c2ff6752a0e_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:d559c94732a888059af7b5e723fd8464c0598ff02ac49dd4ca0e8c2ff6752a0e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:d559c94732a888059af7b5e723fd8464c0598ff02ac49dd4ca0e8c2ff6752a0e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:ef2d45fdc583671d6b145882f99cb260b370c18178efb43b42a57e63ddb36d2b_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:ef2d45fdc583671d6b145882f99cb260b370c18178efb43b42a57e63ddb36d2b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:ef2d45fdc583671d6b145882f99cb260b370c18178efb43b42a57e63ddb36d2b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:585c4a56a35fa219f5a0d37861eab449241a71ea59bd6b200e7e3db34879a522_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:585c4a56a35fa219f5a0d37861eab449241a71ea59bd6b200e7e3db34879a522_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:585c4a56a35fa219f5a0d37861eab449241a71ea59bd6b200e7e3db34879a522_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:975ecae2d886df90e6854aa2ac7d0d9f3b6b415756f87e13b0d6c8a0a29e819a_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:975ecae2d886df90e6854aa2ac7d0d9f3b6b415756f87e13b0d6c8a0a29e819a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:975ecae2d886df90e6854aa2ac7d0d9f3b6b415756f87e13b0d6c8a0a29e819a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:a640f43787725158c81fd3b759298b4cb0fc841a6136a9eaf2ae254b7bc5c576_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:a640f43787725158c81fd3b759298b4cb0fc841a6136a9eaf2ae254b7bc5c576_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:a640f43787725158c81fd3b759298b4cb0fc841a6136a9eaf2ae254b7bc5c576_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:daaa767d88c6c006e6a0a6625c68e35d60000bc3081be76bf89d35d23bd513de_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:daaa767d88c6c006e6a0a6625c68e35d60000bc3081be76bf89d35d23bd513de_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:daaa767d88c6c006e6a0a6625c68e35d60000bc3081be76bf89d35d23bd513de_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6a75f23de4af4f22be6aefb132ab72514930d0a29241ce36614e884bb58652d9_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6a75f23de4af4f22be6aefb132ab72514930d0a29241ce36614e884bb58652d9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6a75f23de4af4f22be6aefb132ab72514930d0a29241ce36614e884bb58652d9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:87a2b1d5044fc95c3a65a066b80302e2429b62e3ca65f831994842371febb7fd_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:87a2b1d5044fc95c3a65a066b80302e2429b62e3ca65f831994842371febb7fd_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:87a2b1d5044fc95c3a65a066b80302e2429b62e3ca65f831994842371febb7fd_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:8db77a2fef0a9e5d7307d284c982f118467dafd3fbfb8e181326685852137221_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:8db77a2fef0a9e5d7307d284c982f118467dafd3fbfb8e181326685852137221_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:8db77a2fef0a9e5d7307d284c982f118467dafd3fbfb8e181326685852137221_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ac74ea8293510fcef95584bed98d33dd6b11672583b7c621c296c738eb7f747a_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ac74ea8293510fcef95584bed98d33dd6b11672583b7c621c296c738eb7f747a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ac74ea8293510fcef95584bed98d33dd6b11672583b7c621c296c738eb7f747a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:0aef808deed9fb96b58f283824e1d3c15a8721ec39b16c5e480b777ad71ac137_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:0aef808deed9fb96b58f283824e1d3c15a8721ec39b16c5e480b777ad71ac137_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:0aef808deed9fb96b58f283824e1d3c15a8721ec39b16c5e480b777ad71ac137_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:675e727613bf0e5a3a85f4346866e0561838945eedc23619ea18804f8bf12257_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:675e727613bf0e5a3a85f4346866e0561838945eedc23619ea18804f8bf12257_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:675e727613bf0e5a3a85f4346866e0561838945eedc23619ea18804f8bf12257_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:8550f4f5bb2efa499a73ec16761aa448cf62943bfcbb4307a40e8889a6b83c42_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:8550f4f5bb2efa499a73ec16761aa448cf62943bfcbb4307a40e8889a6b83c42_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:8550f4f5bb2efa499a73ec16761aa448cf62943bfcbb4307a40e8889a6b83c42_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:b1932c7d09565a69842642106d794c5dd3a170345e34cdff9a8be3f64b04abb9_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:b1932c7d09565a69842642106d794c5dd3a170345e34cdff9a8be3f64b04abb9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:b1932c7d09565a69842642106d794c5dd3a170345e34cdff9a8be3f64b04abb9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:28f0ab10c245d632ac282c48d3a81d371591a814a5bf553908bb14a43d0eab74_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:28f0ab10c245d632ac282c48d3a81d371591a814a5bf553908bb14a43d0eab74_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:28f0ab10c245d632ac282c48d3a81d371591a814a5bf553908bb14a43d0eab74_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:62202210c4f18a691ea29ac894a45ee52e2a4eafe6df0877f49ddcb6f6aa5c11_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:62202210c4f18a691ea29ac894a45ee52e2a4eafe6df0877f49ddcb6f6aa5c11_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:62202210c4f18a691ea29ac894a45ee52e2a4eafe6df0877f49ddcb6f6aa5c11_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:839834a01c39f2eaac826a50374e8ac4cb8a103e661366e512c62eae9fc88b3d_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:839834a01c39f2eaac826a50374e8ac4cb8a103e661366e512c62eae9fc88b3d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:839834a01c39f2eaac826a50374e8ac4cb8a103e661366e512c62eae9fc88b3d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d57959fe134e8c76b6cf6b936b5ea015256e50a2ed550115ffa85e0e91d591f7_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d57959fe134e8c76b6cf6b936b5ea015256e50a2ed550115ffa85e0e91d591f7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d57959fe134e8c76b6cf6b936b5ea015256e50a2ed550115ffa85e0e91d591f7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:5839069a2cd4c793f45a41023f2a53914a8b60e4f5ec935513b2640063067bc2_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:5839069a2cd4c793f45a41023f2a53914a8b60e4f5ec935513b2640063067bc2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:5839069a2cd4c793f45a41023f2a53914a8b60e4f5ec935513b2640063067bc2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:c9560ed43dbce1ed3b0e73bf7d6b1b28540ee38584463a09ec1b38a6b09ae2bd_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:c9560ed43dbce1ed3b0e73bf7d6b1b28540ee38584463a09ec1b38a6b09ae2bd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:c9560ed43dbce1ed3b0e73bf7d6b1b28540ee38584463a09ec1b38a6b09ae2bd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:edce8f86ec198beb0e28cecaed5a1051a556e92662914eb77a14598bfd98cc61_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:edce8f86ec198beb0e28cecaed5a1051a556e92662914eb77a14598bfd98cc61_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:edce8f86ec198beb0e28cecaed5a1051a556e92662914eb77a14598bfd98cc61_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:11e30523f9e047f84527779dbd66c1be046c70b02daa197840bfdad6a2bfc025_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:11e30523f9e047f84527779dbd66c1be046c70b02daa197840bfdad6a2bfc025_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:11e30523f9e047f84527779dbd66c1be046c70b02daa197840bfdad6a2bfc025_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:22803a26a17162a465eef2269781abe2690ea22fcd86369f35688cef57e12fb1_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:22803a26a17162a465eef2269781abe2690ea22fcd86369f35688cef57e12fb1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:22803a26a17162a465eef2269781abe2690ea22fcd86369f35688cef57e12fb1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:439f405fd3d827569af717e2627f900798107ff3c7987bb96dd75715b28aeb4e_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:439f405fd3d827569af717e2627f900798107ff3c7987bb96dd75715b28aeb4e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:439f405fd3d827569af717e2627f900798107ff3c7987bb96dd75715b28aeb4e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:8edba5bc6956d8b5d2430d2f4d50ab31d71a50dd740b3557e5e9361099d6bd2c_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:8edba5bc6956d8b5d2430d2f4d50ab31d71a50dd740b3557e5e9361099d6bd2c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:8edba5bc6956d8b5d2430d2f4d50ab31d71a50dd740b3557e5e9361099d6bd2c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:cb33b3f0160d1e3bb96217581854933be739cf23b22d03771de07482e8fd66f1_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:cb33b3f0160d1e3bb96217581854933be739cf23b22d03771de07482e8fd66f1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:cb33b3f0160d1e3bb96217581854933be739cf23b22d03771de07482e8fd66f1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:84b554a6e493cbe4d936cdf9bf5f39d57a5d01ed433e9ae35be2cbb651cd7490_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:84b554a6e493cbe4d936cdf9bf5f39d57a5d01ed433e9ae35be2cbb651cd7490_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:84b554a6e493cbe4d936cdf9bf5f39d57a5d01ed433e9ae35be2cbb651cd7490_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:d985029f965b57700107fc5e5c10d805f83271575c32e79751e42d382bf586e3_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:d985029f965b57700107fc5e5c10d805f83271575c32e79751e42d382bf586e3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:d985029f965b57700107fc5e5c10d805f83271575c32e79751e42d382bf586e3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:dbfacc2b8021dab0bc88bfeb107bc3c60885d7dd28dd6e716569e82c1f1b2050_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:dbfacc2b8021dab0bc88bfeb107bc3c60885d7dd28dd6e716569e82c1f1b2050_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:dbfacc2b8021dab0bc88bfeb107bc3c60885d7dd28dd6e716569e82c1f1b2050_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:ed158388ead4ac07264beee291cc7f4b75d7f26769876e00ee0d938a720320b0_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:ed158388ead4ac07264beee291cc7f4b75d7f26769876e00ee0d938a720320b0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:ed158388ead4ac07264beee291cc7f4b75d7f26769876e00ee0d938a720320b0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:7b8f6f7d07b96111436e1f24d2f968eb402d94043216411e5700555e53d9f42d_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:7b8f6f7d07b96111436e1f24d2f968eb402d94043216411e5700555e53d9f42d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:7b8f6f7d07b96111436e1f24d2f968eb402d94043216411e5700555e53d9f42d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b2b165722afc872b8b7e33baf3d203c5d454f119587ae2377bdfb15d9490ea99_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b2b165722afc872b8b7e33baf3d203c5d454f119587ae2377bdfb15d9490ea99_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b2b165722afc872b8b7e33baf3d203c5d454f119587ae2377bdfb15d9490ea99_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:0bbafe014c77d472d14038e2b46bc69a1e649fc9b6a4c1097bbdb354c34a41ec_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:0bbafe014c77d472d14038e2b46bc69a1e649fc9b6a4c1097bbdb354c34a41ec_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:0bbafe014c77d472d14038e2b46bc69a1e649fc9b6a4c1097bbdb354c34a41ec_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:1b1c50cfab6be876b4f25c0b27fa17fbbdeef827d3167bc0dcbc3341d92d41b5_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:1b1c50cfab6be876b4f25c0b27fa17fbbdeef827d3167bc0dcbc3341d92d41b5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:1b1c50cfab6be876b4f25c0b27fa17fbbdeef827d3167bc0dcbc3341d92d41b5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:73b4d01b2ff7f173a1e49e5a6f019e3954a5b9f255119a8af87a6fcbb280653e_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:73b4d01b2ff7f173a1e49e5a6f019e3954a5b9f255119a8af87a6fcbb280653e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:73b4d01b2ff7f173a1e49e5a6f019e3954a5b9f255119a8af87a6fcbb280653e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:f90510800365871dcda5645ccfe6055eefc38b59406b41c9c54cb29cb3e49968_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:f90510800365871dcda5645ccfe6055eefc38b59406b41c9c54cb29cb3e49968_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:f90510800365871dcda5645ccfe6055eefc38b59406b41c9c54cb29cb3e49968_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:4983e7e3d7ab2d8b1ee13bf734b260c3d56090b4551fc0bd59aaafec69ffe37f_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:4983e7e3d7ab2d8b1ee13bf734b260c3d56090b4551fc0bd59aaafec69ffe37f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:4983e7e3d7ab2d8b1ee13bf734b260c3d56090b4551fc0bd59aaafec69ffe37f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:e0c269061957cc8b3586d4ca484c389544d3acda0077d96445e37d300eead15c_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:e0c269061957cc8b3586d4ca484c389544d3acda0077d96445e37d300eead15c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:e0c269061957cc8b3586d4ca484c389544d3acda0077d96445e37d300eead15c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:6fadfbdfc9ddadd7b692568b38beb660a48f0cdee1f886e1451ffe0dcb73c07d_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:6fadfbdfc9ddadd7b692568b38beb660a48f0cdee1f886e1451ffe0dcb73c07d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:6fadfbdfc9ddadd7b692568b38beb660a48f0cdee1f886e1451ffe0dcb73c07d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:f82f5726816a060c19917f06d37a1aa160b675953ebaac52f136e250e98fd332_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:f82f5726816a060c19917f06d37a1aa160b675953ebaac52f136e250e98fd332_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:f82f5726816a060c19917f06d37a1aa160b675953ebaac52f136e250e98fd332_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:7b5ff6a4931473798293031a401b2418906d91d62b5c7d1cad45ea3ac39462d6_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:7b5ff6a4931473798293031a401b2418906d91d62b5c7d1cad45ea3ac39462d6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:7b5ff6a4931473798293031a401b2418906d91d62b5c7d1cad45ea3ac39462d6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:ecf14f2430d830ea24baf52751009cab008bc2cef501b358306fc46a2a32ab25_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:ecf14f2430d830ea24baf52751009cab008bc2cef501b358306fc46a2a32ab25_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:ecf14f2430d830ea24baf52751009cab008bc2cef501b358306fc46a2a32ab25_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:500cfeb055b38b0b9f76c9f262bc90ca2edafe664e517da1b38fb6a2928bdf09_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:500cfeb055b38b0b9f76c9f262bc90ca2edafe664e517da1b38fb6a2928bdf09_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:500cfeb055b38b0b9f76c9f262bc90ca2edafe664e517da1b38fb6a2928bdf09_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:78585533e3516310fca7f65c26f2f6b5e3fa0f3268ec9b338d9c53e96bb8822d_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:78585533e3516310fca7f65c26f2f6b5e3fa0f3268ec9b338d9c53e96bb8822d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:78585533e3516310fca7f65c26f2f6b5e3fa0f3268ec9b338d9c53e96bb8822d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:21922b50b69626e99b6fe3741aaa1d2d2d08e56766d166b32046ba3c592a8d93_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:21922b50b69626e99b6fe3741aaa1d2d2d08e56766d166b32046ba3c592a8d93_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:21922b50b69626e99b6fe3741aaa1d2d2d08e56766d166b32046ba3c592a8d93_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:836c6111c70ba9228d80e09eb0e53344150b7dbe4bc1761cca6df0cdcc57efd0_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:836c6111c70ba9228d80e09eb0e53344150b7dbe4bc1761cca6df0cdcc57efd0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:836c6111c70ba9228d80e09eb0e53344150b7dbe4bc1761cca6df0cdcc57efd0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:549bc2dbacc1479bbda10cfbeb3688f2e83f51d8e61fba07ca6816f7c56e9e0e_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:549bc2dbacc1479bbda10cfbeb3688f2e83f51d8e61fba07ca6816f7c56e9e0e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:549bc2dbacc1479bbda10cfbeb3688f2e83f51d8e61fba07ca6816f7c56e9e0e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:d36656855883b3e306b6923234c26fb3ae6883fb235e58416266f3645227db0c_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:d36656855883b3e306b6923234c26fb3ae6883fb235e58416266f3645227db0c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:d36656855883b3e306b6923234c26fb3ae6883fb235e58416266f3645227db0c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:5f035963d48b03c48682ee5e08df9929a84ae062ed1989e4e7b3ade0e22da544_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:5f035963d48b03c48682ee5e08df9929a84ae062ed1989e4e7b3ade0e22da544_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:5f035963d48b03c48682ee5e08df9929a84ae062ed1989e4e7b3ade0e22da544_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:bc70d98a850ba4bdcff403087fc8f57418039ee79bdcb7dcd2be49905a3b9cf8_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:bc70d98a850ba4bdcff403087fc8f57418039ee79bdcb7dcd2be49905a3b9cf8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:bc70d98a850ba4bdcff403087fc8f57418039ee79bdcb7dcd2be49905a3b9cf8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:780dd4ebd061e9ae7f72f7d1964caeafaf1ed5bd0870576d8e81022ff5bb019d_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:780dd4ebd061e9ae7f72f7d1964caeafaf1ed5bd0870576d8e81022ff5bb019d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:780dd4ebd061e9ae7f72f7d1964caeafaf1ed5bd0870576d8e81022ff5bb019d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:c3ef35038f951713ffe1951872a06d5bf731dc14a735b69d342b3d7ca197dda5_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:c3ef35038f951713ffe1951872a06d5bf731dc14a735b69d342b3d7ca197dda5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:c3ef35038f951713ffe1951872a06d5bf731dc14a735b69d342b3d7ca197dda5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:1fdf87821555c4982cf42bebe5b46b58e1103b876970d69b298fa7527bbcd53a_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:1fdf87821555c4982cf42bebe5b46b58e1103b876970d69b298fa7527bbcd53a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:1fdf87821555c4982cf42bebe5b46b58e1103b876970d69b298fa7527bbcd53a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:22e5b57a530a6336e81664f3886d543b34ac4f02475694af6fed90590c8209f2_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:22e5b57a530a6336e81664f3886d543b34ac4f02475694af6fed90590c8209f2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:22e5b57a530a6336e81664f3886d543b34ac4f02475694af6fed90590c8209f2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:5f1f51686d55d53af9015141ea4ef00dea86ca65a6cc89b8b3afff34fa416002_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:5f1f51686d55d53af9015141ea4ef00dea86ca65a6cc89b8b3afff34fa416002_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:5f1f51686d55d53af9015141ea4ef00dea86ca65a6cc89b8b3afff34fa416002_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:c8e35113d1af6f424ddb2b3ccd7da6bb00e39cc7e9101ae6498a40926dd45f27_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:c8e35113d1af6f424ddb2b3ccd7da6bb00e39cc7e9101ae6498a40926dd45f27_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:c8e35113d1af6f424ddb2b3ccd7da6bb00e39cc7e9101ae6498a40926dd45f27_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:471037482b480a52f798d0fd05366ab7a2e92744f8902450dfc3fe2b88f6c2b0_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:471037482b480a52f798d0fd05366ab7a2e92744f8902450dfc3fe2b88f6c2b0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:471037482b480a52f798d0fd05366ab7a2e92744f8902450dfc3fe2b88f6c2b0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:672c761fc4a8651c8493ea60f5d0f33aae52bc19ca4d55fcc1b94f2e002e1ace_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:672c761fc4a8651c8493ea60f5d0f33aae52bc19ca4d55fcc1b94f2e002e1ace_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:672c761fc4a8651c8493ea60f5d0f33aae52bc19ca4d55fcc1b94f2e002e1ace_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:8f509fac366943d4732e7d0f36f9f7223499c7aece9868713fd7de79f5fcd3a2_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:8f509fac366943d4732e7d0f36f9f7223499c7aece9868713fd7de79f5fcd3a2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:8f509fac366943d4732e7d0f36f9f7223499c7aece9868713fd7de79f5fcd3a2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:c81004be0a15d543f6e84b81622f8514d66f663a46de37e00f5e2f18a423308e_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:c81004be0a15d543f6e84b81622f8514d66f663a46de37e00f5e2f18a423308e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:c81004be0a15d543f6e84b81622f8514d66f663a46de37e00f5e2f18a423308e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:974a00d5e9f5825345c437b3987dad130f084c8b983a2934e5b69cfa67120616_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:974a00d5e9f5825345c437b3987dad130f084c8b983a2934e5b69cfa67120616_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:974a00d5e9f5825345c437b3987dad130f084c8b983a2934e5b69cfa67120616_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:bf9e71e10cea47686d4edf0c60cba4fbb0c4e1bf8b805c387b9c070e2032e5d9_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:bf9e71e10cea47686d4edf0c60cba4fbb0c4e1bf8b805c387b9c070e2032e5d9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:bf9e71e10cea47686d4edf0c60cba4fbb0c4e1bf8b805c387b9c070e2032e5d9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:c6bb4ec25a7721ee6af5de90282a925ba47e6f26f4bc6b76651a5e811fe4786b_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:c6bb4ec25a7721ee6af5de90282a925ba47e6f26f4bc6b76651a5e811fe4786b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:c6bb4ec25a7721ee6af5de90282a925ba47e6f26f4bc6b76651a5e811fe4786b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:cca13f123b2d8227760498112882fed890c50a78d740a84f21c1d58d58cb1434_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:cca13f123b2d8227760498112882fed890c50a78d740a84f21c1d58d58cb1434_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:cca13f123b2d8227760498112882fed890c50a78d740a84f21c1d58d58cb1434_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:32cab0a65fc0b14963201bb720a770bb68da3815bf306559da7ec5c8ed7c044d_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:32cab0a65fc0b14963201bb720a770bb68da3815bf306559da7ec5c8ed7c044d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:32cab0a65fc0b14963201bb720a770bb68da3815bf306559da7ec5c8ed7c044d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:552d368f4be0334882e389c732ba4a46eb9905666b90ae2208101db7a65ba19f_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:552d368f4be0334882e389c732ba4a46eb9905666b90ae2208101db7a65ba19f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:552d368f4be0334882e389c732ba4a46eb9905666b90ae2208101db7a65ba19f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:69d8d98aadf25c63f2cc51ec917ee5498fe97a013fdaae075186bca58e2bda40_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:69d8d98aadf25c63f2cc51ec917ee5498fe97a013fdaae075186bca58e2bda40_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:69d8d98aadf25c63f2cc51ec917ee5498fe97a013fdaae075186bca58e2bda40_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5969b94e914ff5ff8ce4cf32df64f10f1b6996832e3f2ab0b377dff46efc9af_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5969b94e914ff5ff8ce4cf32df64f10f1b6996832e3f2ab0b377dff46efc9af_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5969b94e914ff5ff8ce4cf32df64f10f1b6996832e3f2ab0b377dff46efc9af_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:725fb4e263107a568a1c556264f4e5a1d88adcd4ce5a2979b57a8fd4463065c8_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:725fb4e263107a568a1c556264f4e5a1d88adcd4ce5a2979b57a8fd4463065c8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:725fb4e263107a568a1c556264f4e5a1d88adcd4ce5a2979b57a8fd4463065c8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:abfff75068bcce70cec31d704cf851d2642ca48a3b35ed48d739f19f0c311dfd_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:abfff75068bcce70cec31d704cf851d2642ca48a3b35ed48d739f19f0c311dfd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:abfff75068bcce70cec31d704cf851d2642ca48a3b35ed48d739f19f0c311dfd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:b2e6862fbd2830ca980b1066d15f69e1a1997316ecf700983619f1f893a8f3f6_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:b2e6862fbd2830ca980b1066d15f69e1a1997316ecf700983619f1f893a8f3f6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:b2e6862fbd2830ca980b1066d15f69e1a1997316ecf700983619f1f893a8f3f6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:e073583037092c6649e373a5b19242df74cdb830656722e1396b274a041317a3_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:e073583037092c6649e373a5b19242df74cdb830656722e1396b274a041317a3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:e073583037092c6649e373a5b19242df74cdb830656722e1396b274a041317a3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli@sha256:01fcc59502a374f19532397c5c6ff43d2d308510f11189f19f75aa2944a04e23_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:01fcc59502a374f19532397c5c6ff43d2d308510f11189f19f75aa2944a04e23_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli@sha256:01fcc59502a374f19532397c5c6ff43d2d308510f11189f19f75aa2944a04e23_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli@sha256:31c0fab9d575ada9af8f496ae4bb2553f26b762ef2d6c39f6446aeee2899b262_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:31c0fab9d575ada9af8f496ae4bb2553f26b762ef2d6c39f6446aeee2899b262_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli@sha256:31c0fab9d575ada9af8f496ae4bb2553f26b762ef2d6c39f6446aeee2899b262_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli@sha256:60d8c8511f21d929058cfbcb7b8df55148935ae34db2dd4e626913ec1a54c779_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:60d8c8511f21d929058cfbcb7b8df55148935ae34db2dd4e626913ec1a54c779_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli@sha256:60d8c8511f21d929058cfbcb7b8df55148935ae34db2dd4e626913ec1a54c779_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli@sha256:eba94f94949aca0330425b1ae3897f37b2365fc09fc88d60615ca7d02b06e8a9_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:eba94f94949aca0330425b1ae3897f37b2365fc09fc88d60615ca7d02b06e8a9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli@sha256:eba94f94949aca0330425b1ae3897f37b2365fc09fc88d60615ca7d02b06e8a9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:278de54a51e74d045ec339e762c5b81ce4a2a3d40f1bad8d7c9cb4e5de898cbc_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:278de54a51e74d045ec339e762c5b81ce4a2a3d40f1bad8d7c9cb4e5de898cbc_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:278de54a51e74d045ec339e762c5b81ce4a2a3d40f1bad8d7c9cb4e5de898cbc_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:93f23ab49212aa9eb231527335346b45424a5322a5e9496a4c246e01f017edb0_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:93f23ab49212aa9eb231527335346b45424a5322a5e9496a4c246e01f017edb0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:93f23ab49212aa9eb231527335346b45424a5322a5e9496a4c246e01f017edb0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:d9205cb2f0ed16fc021fb8be67f6c27f368fd4deb8aabccec39e134218f2ad0a_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:d9205cb2f0ed16fc021fb8be67f6c27f368fd4deb8aabccec39e134218f2ad0a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:d9205cb2f0ed16fc021fb8be67f6c27f368fd4deb8aabccec39e134218f2ad0a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:e4688eccd23a6b01995b878a5b7f12cd2640d89a7402747a94c8fbc48bf99798_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:e4688eccd23a6b01995b878a5b7f12cd2640d89a7402747a94c8fbc48bf99798_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:e4688eccd23a6b01995b878a5b7f12cd2640d89a7402747a94c8fbc48bf99798_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:062d502a4f595b6faaf24ab566c9b4d7cbe23d112737c749f6223d84b0cc63b9_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:062d502a4f595b6faaf24ab566c9b4d7cbe23d112737c749f6223d84b0cc63b9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:062d502a4f595b6faaf24ab566c9b4d7cbe23d112737c749f6223d84b0cc63b9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:10e61696271303aedeea539ae19ec6fa8018878059815e5a58497e023ab496d1_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:10e61696271303aedeea539ae19ec6fa8018878059815e5a58497e023ab496d1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:10e61696271303aedeea539ae19ec6fa8018878059815e5a58497e023ab496d1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:e2ac15e82021d5dbd07c6548374bd47bdcc609addd61dcebc5e675293726563b_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:e2ac15e82021d5dbd07c6548374bd47bdcc609addd61dcebc5e675293726563b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:e2ac15e82021d5dbd07c6548374bd47bdcc609addd61dcebc5e675293726563b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:f5e3d590f430e44eeb3192dfed40ebae4a6a90b773d7444c4d4335210b99a4cd_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:f5e3d590f430e44eeb3192dfed40ebae4a6a90b773d7444c4d4335210b99a4cd_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:f5e3d590f430e44eeb3192dfed40ebae4a6a90b773d7444c4d4335210b99a4cd_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:29e242c717fb61d195700e1f1665427ce99188265b2014aea970dd9bd8441134_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:29e242c717fb61d195700e1f1665427ce99188265b2014aea970dd9bd8441134_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:29e242c717fb61d195700e1f1665427ce99188265b2014aea970dd9bd8441134_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:c118d03728b27ee94fcdef1f63bd58fbf62475a5c016667a6a9805c7fbafa47a_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:c118d03728b27ee94fcdef1f63bd58fbf62475a5c016667a6a9805c7fbafa47a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:c118d03728b27ee94fcdef1f63bd58fbf62475a5c016667a6a9805c7fbafa47a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:c3da083850cc4e2a8d365a2141e5d6a38b90ff9107631ed39c964a3870e01066_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:c3da083850cc4e2a8d365a2141e5d6a38b90ff9107631ed39c964a3870e01066_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:c3da083850cc4e2a8d365a2141e5d6a38b90ff9107631ed39c964a3870e01066_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:e50c7fb186e0cdcbfe16d0e1631ce1953c6df5f1b600a0753224225c475f4bc1_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:e50c7fb186e0cdcbfe16d0e1631ce1953c6df5f1b600a0753224225c475f4bc1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:e50c7fb186e0cdcbfe16d0e1631ce1953c6df5f1b600a0753224225c475f4bc1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:47bfa9b89ba1688e7c1a6d4fbd9543f274be9585d328f94bdf96c82ae98051d9_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:47bfa9b89ba1688e7c1a6d4fbd9543f274be9585d328f94bdf96c82ae98051d9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:47bfa9b89ba1688e7c1a6d4fbd9543f274be9585d328f94bdf96c82ae98051d9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:a2062fa20e09a9ef5574e7bc8d02b870cec2eb700f1e3bd338f62eb62bce13bf_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:a2062fa20e09a9ef5574e7bc8d02b870cec2eb700f1e3bd338f62eb62bce13bf_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:a2062fa20e09a9ef5574e7bc8d02b870cec2eb700f1e3bd338f62eb62bce13bf_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:a3d35f264ad04e586073cc5971a8e5ee50a43d4ee5f3671ac4090ccaba868265_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:a3d35f264ad04e586073cc5971a8e5ee50a43d4ee5f3671ac4090ccaba868265_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:a3d35f264ad04e586073cc5971a8e5ee50a43d4ee5f3671ac4090ccaba868265_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:f3dd31d9b9a94707a1dc4d597ce12abb9b33d463007b311798bc031c55935803_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:f3dd31d9b9a94707a1dc4d597ce12abb9b33d463007b311798bc031c55935803_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:f3dd31d9b9a94707a1dc4d597ce12abb9b33d463007b311798bc031c55935803_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:26d287b7756ead1bb073b19ca79276d082c0b5231c0b007b2b18089036817e18_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:26d287b7756ead1bb073b19ca79276d082c0b5231c0b007b2b18089036817e18_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:26d287b7756ead1bb073b19ca79276d082c0b5231c0b007b2b18089036817e18_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:6e50edd777e828943e3624600bb3e31f078bbfb9bbe1860c6cf6652b94fdf143_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:6e50edd777e828943e3624600bb3e31f078bbfb9bbe1860c6cf6652b94fdf143_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:6e50edd777e828943e3624600bb3e31f078bbfb9bbe1860c6cf6652b94fdf143_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:e332b8312285dfecce531264a1115ac9b7b36d4099ca72fc8fa19358962ee0cd_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:e332b8312285dfecce531264a1115ac9b7b36d4099ca72fc8fa19358962ee0cd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:e332b8312285dfecce531264a1115ac9b7b36d4099ca72fc8fa19358962ee0cd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:edaeb800342b998c1e3fe5630506656ab2c34c2190dadbac5f33dd78eee7ba44_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:edaeb800342b998c1e3fe5630506656ab2c34c2190dadbac5f33dd78eee7ba44_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:edaeb800342b998c1e3fe5630506656ab2c34c2190dadbac5f33dd78eee7ba44_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:09c6b2bfe80fabd18a6398342fcb6420aa2680168ffd5d25d7d18231977a5e32_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:09c6b2bfe80fabd18a6398342fcb6420aa2680168ffd5d25d7d18231977a5e32_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:09c6b2bfe80fabd18a6398342fcb6420aa2680168ffd5d25d7d18231977a5e32_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9e6c5bd0b8ec8c6259b9db817ac5a8fb954b1dac58b0fe00306a84f36c22035c_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9e6c5bd0b8ec8c6259b9db817ac5a8fb954b1dac58b0fe00306a84f36c22035c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9e6c5bd0b8ec8c6259b9db817ac5a8fb954b1dac58b0fe00306a84f36c22035c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:ac670fb76fb48ac762f7135fc404d57d31947e7c5ce9a6525d081164ae1ed578_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:ac670fb76fb48ac762f7135fc404d57d31947e7c5ce9a6525d081164ae1ed578_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:ac670fb76fb48ac762f7135fc404d57d31947e7c5ce9a6525d081164ae1ed578_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:dc0bdd5c00450f4f6de330888ae8e9e2ee272e879974560b312785f44df85a0c_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:dc0bdd5c00450f4f6de330888ae8e9e2ee272e879974560b312785f44df85a0c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:dc0bdd5c00450f4f6de330888ae8e9e2ee272e879974560b312785f44df85a0c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:248df5e1def073d8b37d1d6659cc44f4c9653c0f1b6024e1bccb16b208afada6_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:248df5e1def073d8b37d1d6659cc44f4c9653c0f1b6024e1bccb16b208afada6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:248df5e1def073d8b37d1d6659cc44f4c9653c0f1b6024e1bccb16b208afada6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:36ea064f84c69157224566e5aafd03ef21af6bf9f0b8b78bcc6e197981239ccc_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:36ea064f84c69157224566e5aafd03ef21af6bf9f0b8b78bcc6e197981239ccc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:36ea064f84c69157224566e5aafd03ef21af6bf9f0b8b78bcc6e197981239ccc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:95dfb6d0a1a4e15962f089a71151a37dd7b8ca19c26289f8f934eae7dcec2ab0_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:95dfb6d0a1a4e15962f089a71151a37dd7b8ca19c26289f8f934eae7dcec2ab0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:95dfb6d0a1a4e15962f089a71151a37dd7b8ca19c26289f8f934eae7dcec2ab0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:b5643d03d8dd0798ec6cfdb27e9ba22aa9479049c81480b23aa96b12c7c96568_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:b5643d03d8dd0798ec6cfdb27e9ba22aa9479049c81480b23aa96b12c7c96568_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:b5643d03d8dd0798ec6cfdb27e9ba22aa9479049c81480b23aa96b12c7c96568_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:1002d87d382b6dd836a14734b00959cd62e9898950d1258662f8b29be154cf02_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:1002d87d382b6dd836a14734b00959cd62e9898950d1258662f8b29be154cf02_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:1002d87d382b6dd836a14734b00959cd62e9898950d1258662f8b29be154cf02_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5d2da4620f6bb6c224692d33c93f0b327c16dcc5ceb31da1f767d3a6fdc3f70b_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5d2da4620f6bb6c224692d33c93f0b327c16dcc5ceb31da1f767d3a6fdc3f70b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5d2da4620f6bb6c224692d33c93f0b327c16dcc5ceb31da1f767d3a6fdc3f70b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:763b411a1610701bc473415f0a677ea9e43b3b2ccbf2152ee4fc5cb13e710028_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:763b411a1610701bc473415f0a677ea9e43b3b2ccbf2152ee4fc5cb13e710028_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:763b411a1610701bc473415f0a677ea9e43b3b2ccbf2152ee4fc5cb13e710028_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:89afc48cb1145085a0d6d262edac7dccd3f381c74f18588698498fe070cfe3ca_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:89afc48cb1145085a0d6d262edac7dccd3f381c74f18588698498fe070cfe3ca_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:89afc48cb1145085a0d6d262edac7dccd3f381c74f18588698498fe070cfe3ca_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:1002d87d382b6dd836a14734b00959cd62e9898950d1258662f8b29be154cf02_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:1002d87d382b6dd836a14734b00959cd62e9898950d1258662f8b29be154cf02_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:1002d87d382b6dd836a14734b00959cd62e9898950d1258662f8b29be154cf02_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:5d2da4620f6bb6c224692d33c93f0b327c16dcc5ceb31da1f767d3a6fdc3f70b_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:5d2da4620f6bb6c224692d33c93f0b327c16dcc5ceb31da1f767d3a6fdc3f70b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:5d2da4620f6bb6c224692d33c93f0b327c16dcc5ceb31da1f767d3a6fdc3f70b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:763b411a1610701bc473415f0a677ea9e43b3b2ccbf2152ee4fc5cb13e710028_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:763b411a1610701bc473415f0a677ea9e43b3b2ccbf2152ee4fc5cb13e710028_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:763b411a1610701bc473415f0a677ea9e43b3b2ccbf2152ee4fc5cb13e710028_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:89afc48cb1145085a0d6d262edac7dccd3f381c74f18588698498fe070cfe3ca_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:89afc48cb1145085a0d6d262edac7dccd3f381c74f18588698498fe070cfe3ca_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:89afc48cb1145085a0d6d262edac7dccd3f381c74f18588698498fe070cfe3ca_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:053561dbfbd124b7311afe6b5eeebb4b2f333bc1b61636e3e989b732016efab1_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:053561dbfbd124b7311afe6b5eeebb4b2f333bc1b61636e3e989b732016efab1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:053561dbfbd124b7311afe6b5eeebb4b2f333bc1b61636e3e989b732016efab1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:708eeadd9b25c308fe7fb46fc4a33cc39ebbab70e2a20168951f1bd629d7ad86_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:708eeadd9b25c308fe7fb46fc4a33cc39ebbab70e2a20168951f1bd629d7ad86_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:708eeadd9b25c308fe7fb46fc4a33cc39ebbab70e2a20168951f1bd629d7ad86_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:fa8de46b73a5c714c051e281d30c4837c97a7d67d349e58d9ec36c7a13d8b1fe_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:fa8de46b73a5c714c051e281d30c4837c97a7d67d349e58d9ec36c7a13d8b1fe_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:fa8de46b73a5c714c051e281d30c4837c97a7d67d349e58d9ec36c7a13d8b1fe_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:fba9ce2c2b16aa7ca1d2fdfcab07ebc67baa65816858489ace9d1408bb26e4de_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:fba9ce2c2b16aa7ca1d2fdfcab07ebc67baa65816858489ace9d1408bb26e4de_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:fba9ce2c2b16aa7ca1d2fdfcab07ebc67baa65816858489ace9d1408bb26e4de_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:07c83354fbde69786f65b60b2cba2f8ace4f277a5283cb2f29eb88f2707984cf_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:07c83354fbde69786f65b60b2cba2f8ace4f277a5283cb2f29eb88f2707984cf_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:07c83354fbde69786f65b60b2cba2f8ace4f277a5283cb2f29eb88f2707984cf_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:619c81363e6e4fdc632e8bc54038411571bf01a3f7d2bc0ad0ef153ea13756f9_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:619c81363e6e4fdc632e8bc54038411571bf01a3f7d2bc0ad0ef153ea13756f9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:619c81363e6e4fdc632e8bc54038411571bf01a3f7d2bc0ad0ef153ea13756f9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:80318e120a0950964736f022e7a73902965f8391e25a03691757b3450203c5e7_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:80318e120a0950964736f022e7a73902965f8391e25a03691757b3450203c5e7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:80318e120a0950964736f022e7a73902965f8391e25a03691757b3450203c5e7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:efbb18f2f2c8d01ce7b785b3bc5dcfd9a1f687ac392b8795ac63e2c6c2779869_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:efbb18f2f2c8d01ce7b785b3bc5dcfd9a1f687ac392b8795ac63e2c6c2779869_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:efbb18f2f2c8d01ce7b785b3bc5dcfd9a1f687ac392b8795ac63e2c6c2779869_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:2c2d668bef0b240bf5f3b95edc0fec5f561302e7f15f05b1a4c1f38a48517bc4_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:2c2d668bef0b240bf5f3b95edc0fec5f561302e7f15f05b1a4c1f38a48517bc4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:2c2d668bef0b240bf5f3b95edc0fec5f561302e7f15f05b1a4c1f38a48517bc4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:398ea756c84de4884d03d27a59c1661bd1df0fb6e12ce9b3ee0319ca406ceb3e_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:398ea756c84de4884d03d27a59c1661bd1df0fb6e12ce9b3ee0319ca406ceb3e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:398ea756c84de4884d03d27a59c1661bd1df0fb6e12ce9b3ee0319ca406ceb3e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:9976237825a262abd9196fa7c23265587f3c32f68fed224228a0ad38b6d2157e_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:9976237825a262abd9196fa7c23265587f3c32f68fed224228a0ad38b6d2157e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:9976237825a262abd9196fa7c23265587f3c32f68fed224228a0ad38b6d2157e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:d5fe085af0ad1189eda74690b02c5c25d6617898731bccbe6d20101fffb7aec6_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:d5fe085af0ad1189eda74690b02c5c25d6617898731bccbe6d20101fffb7aec6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:d5fe085af0ad1189eda74690b02c5c25d6617898731bccbe6d20101fffb7aec6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:1f4292bf324c244e58b589ec521132ac15f1640c33bfe3763560df2a1a692c13_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:1f4292bf324c244e58b589ec521132ac15f1640c33bfe3763560df2a1a692c13_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:1f4292bf324c244e58b589ec521132ac15f1640c33bfe3763560df2a1a692c13_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:936103960861b7912cc9406f82082acb342021032e2def2f37df6def4187c034_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:936103960861b7912cc9406f82082acb342021032e2def2f37df6def4187c034_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:936103960861b7912cc9406f82082acb342021032e2def2f37df6def4187c034_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a73db734acbc781aa0420b142e6a3d61e8c471b5e4eeae005d520eaae4a72e44_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a73db734acbc781aa0420b142e6a3d61e8c471b5e4eeae005d520eaae4a72e44_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a73db734acbc781aa0420b142e6a3d61e8c471b5e4eeae005d520eaae4a72e44_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:b4937dd875f1b9610a8a6d6c79475152418d5ebc991b192ae9ee4755a780cfa3_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:b4937dd875f1b9610a8a6d6c79475152418d5ebc991b192ae9ee4755a780cfa3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:b4937dd875f1b9610a8a6d6c79475152418d5ebc991b192ae9ee4755a780cfa3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:79ea995391777e5de109ea7d10ae1c808c840af72de6e992f37d667d84fbdb9c_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:79ea995391777e5de109ea7d10ae1c808c840af72de6e992f37d667d84fbdb9c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:79ea995391777e5de109ea7d10ae1c808c840af72de6e992f37d667d84fbdb9c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:9ced6b74ea8456ddda60cf304f6faf8ff5fc033905eed2a59fae1b4845756211_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:9ced6b74ea8456ddda60cf304f6faf8ff5fc033905eed2a59fae1b4845756211_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:9ced6b74ea8456ddda60cf304f6faf8ff5fc033905eed2a59fae1b4845756211_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:a8a1a27a92492c82dce2ca5bacc23dc4c1da0f1dbc29c5c749f888716dfa81eb_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:a8a1a27a92492c82dce2ca5bacc23dc4c1da0f1dbc29c5c749f888716dfa81eb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:a8a1a27a92492c82dce2ca5bacc23dc4c1da0f1dbc29c5c749f888716dfa81eb_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:f444afe09392bfbc6a9be984ba05b5d289de4ca44344594e0e1c10a3f3befbbe_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:f444afe09392bfbc6a9be984ba05b5d289de4ca44344594e0e1c10a3f3befbbe_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:f444afe09392bfbc6a9be984ba05b5d289de4ca44344594e0e1c10a3f3befbbe_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:6bcc1fcc07058024d85554e472ff660d28a4c4dd8a5a78a0744380e11a6a06d8_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:6bcc1fcc07058024d85554e472ff660d28a4c4dd8a5a78a0744380e11a6a06d8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:6bcc1fcc07058024d85554e472ff660d28a4c4dd8a5a78a0744380e11a6a06d8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:846e39473ab761940f0e13f005efb60ca59497dd094b7e7eb60a2f6431a661ab_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:846e39473ab761940f0e13f005efb60ca59497dd094b7e7eb60a2f6431a661ab_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:846e39473ab761940f0e13f005efb60ca59497dd094b7e7eb60a2f6431a661ab_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:9cd88b86ac24ea22bdf9ab938b793d833fd146c77b7ee5e162e5ba3d9aa95448_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:9cd88b86ac24ea22bdf9ab938b793d833fd146c77b7ee5e162e5ba3d9aa95448_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:9cd88b86ac24ea22bdf9ab938b793d833fd146c77b7ee5e162e5ba3d9aa95448_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:a7f257be16c02c62b9b01656b655ebeb2a1eb640a57b3d38877c44083497cefd_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:a7f257be16c02c62b9b01656b655ebeb2a1eb640a57b3d38877c44083497cefd_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:a7f257be16c02c62b9b01656b655ebeb2a1eb640a57b3d38877c44083497cefd_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:6c1bbdfc2c9f3fa4c23af400e4cea7f91827801b956fae3effb4a8f313c673e9_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:6c1bbdfc2c9f3fa4c23af400e4cea7f91827801b956fae3effb4a8f313c673e9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:6c1bbdfc2c9f3fa4c23af400e4cea7f91827801b956fae3effb4a8f313c673e9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:800e71c14775b5c2aaf6daeaada39be53964b123567f6fc6389cc62483042e72_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:800e71c14775b5c2aaf6daeaada39be53964b123567f6fc6389cc62483042e72_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:800e71c14775b5c2aaf6daeaada39be53964b123567f6fc6389cc62483042e72_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:982a623205d2d6ede6ed1a295e36738e500c91ef9f8c2e3e62443082a2ba987b_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:982a623205d2d6ede6ed1a295e36738e500c91ef9f8c2e3e62443082a2ba987b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:982a623205d2d6ede6ed1a295e36738e500c91ef9f8c2e3e62443082a2ba987b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:a99de35e56014d9642ecf9f13869709a8fe08e93d499ffb7a50feae5e04ac651_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:a99de35e56014d9642ecf9f13869709a8fe08e93d499ffb7a50feae5e04ac651_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:a99de35e56014d9642ecf9f13869709a8fe08e93d499ffb7a50feae5e04ac651_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:1f86c359dad1658f01c77bcd1a634510baea2c8df28e3106ff8139e5e92b1c47_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:1f86c359dad1658f01c77bcd1a634510baea2c8df28e3106ff8139e5e92b1c47_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:1f86c359dad1658f01c77bcd1a634510baea2c8df28e3106ff8139e5e92b1c47_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:9fc2fae2be9a11e6c5f8d9d4f1e486f80bb8370cb6dec829b481b2418797207e_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:9fc2fae2be9a11e6c5f8d9d4f1e486f80bb8370cb6dec829b481b2418797207e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:9fc2fae2be9a11e6c5f8d9d4f1e486f80bb8370cb6dec829b481b2418797207e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:cf4a19e2114134bf5c2d9163a09e087c3ec391ba159140635a7270e70605a4c4_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:cf4a19e2114134bf5c2d9163a09e087c3ec391ba159140635a7270e70605a4c4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:cf4a19e2114134bf5c2d9163a09e087c3ec391ba159140635a7270e70605a4c4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:d3f9470c3930133339a3e805c2d5d1ad07945a44906a5b039270abec4c7b75f4_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:d3f9470c3930133339a3e805c2d5d1ad07945a44906a5b039270abec4c7b75f4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:d3f9470c3930133339a3e805c2d5d1ad07945a44906a5b039270abec4c7b75f4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:11fd6113796a1caac13a8d4c5542632e6b396e0bc460ae66eaa0f2a1f3b4da44_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:11fd6113796a1caac13a8d4c5542632e6b396e0bc460ae66eaa0f2a1f3b4da44_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:11fd6113796a1caac13a8d4c5542632e6b396e0bc460ae66eaa0f2a1f3b4da44_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:23a24688a4be7be1242a773aa20f53f2aeb57d316cfa566de7cf2fb11000cb35_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:23a24688a4be7be1242a773aa20f53f2aeb57d316cfa566de7cf2fb11000cb35_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:23a24688a4be7be1242a773aa20f53f2aeb57d316cfa566de7cf2fb11000cb35_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:41d769e206ec812a0f5f34487d4646de1cc1f4d9ec3372b17758bf8fcb76ef98_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:41d769e206ec812a0f5f34487d4646de1cc1f4d9ec3372b17758bf8fcb76ef98_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:41d769e206ec812a0f5f34487d4646de1cc1f4d9ec3372b17758bf8fcb76ef98_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:fbdce711d845967d3aba18dbf3966442c7fbbf4a8a5f8eda7e3db9cea63457f8_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:fbdce711d845967d3aba18dbf3966442c7fbbf4a8a5f8eda7e3db9cea63457f8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:fbdce711d845967d3aba18dbf3966442c7fbbf4a8a5f8eda7e3db9cea63457f8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:2086865a8c3f61d47894fc5a683ea22349599b82c6e5f7b5475c5b50b42bcf89_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:2086865a8c3f61d47894fc5a683ea22349599b82c6e5f7b5475c5b50b42bcf89_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:2086865a8c3f61d47894fc5a683ea22349599b82c6e5f7b5475c5b50b42bcf89_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:68c120642854e9aa45b15d21c3f9d02dd10e837089131bf4662fba1fd87ad9c5_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:68c120642854e9aa45b15d21c3f9d02dd10e837089131bf4662fba1fd87ad9c5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:68c120642854e9aa45b15d21c3f9d02dd10e837089131bf4662fba1fd87ad9c5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:6ee4ad03dabec3dc2c36ec8ed305eb1c74c4c099cdc7fe9cc48555a20d7210c1_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:6ee4ad03dabec3dc2c36ec8ed305eb1c74c4c099cdc7fe9cc48555a20d7210c1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:6ee4ad03dabec3dc2c36ec8ed305eb1c74c4c099cdc7fe9cc48555a20d7210c1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:a45563482bf570357b036302275609966253f74439f1acb59c8ff2bc3baf7b31_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:a45563482bf570357b036302275609966253f74439f1acb59c8ff2bc3baf7b31_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:a45563482bf570357b036302275609966253f74439f1acb59c8ff2bc3baf7b31_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:2002c2c89b091a1729718cbe2c2cb73cfc9a1826eb8cb6bec45dbd164ac9639a_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:2002c2c89b091a1729718cbe2c2cb73cfc9a1826eb8cb6bec45dbd164ac9639a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:2002c2c89b091a1729718cbe2c2cb73cfc9a1826eb8cb6bec45dbd164ac9639a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:260a8887d952fb84f5d017c15ba8a1e60e23455dd20ac8e2034bfde8cc0b8f08_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:260a8887d952fb84f5d017c15ba8a1e60e23455dd20ac8e2034bfde8cc0b8f08_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:260a8887d952fb84f5d017c15ba8a1e60e23455dd20ac8e2034bfde8cc0b8f08_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:803630934c8c0dac3996191a83ed389d27bd1d9d6e84ad33bee837dbd840e458_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:803630934c8c0dac3996191a83ed389d27bd1d9d6e84ad33bee837dbd840e458_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:803630934c8c0dac3996191a83ed389d27bd1d9d6e84ad33bee837dbd840e458_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:c016ce259e9871041f3209f577455f3eaaf98dc952a89f32c349473148a20976_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:c016ce259e9871041f3209f577455f3eaaf98dc952a89f32c349473148a20976_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:c016ce259e9871041f3209f577455f3eaaf98dc952a89f32c349473148a20976_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:1556c0c53266796776454422b11f713d84e4a1586a6fb841efac115ec1906971_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:1556c0c53266796776454422b11f713d84e4a1586a6fb841efac115ec1906971_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:1556c0c53266796776454422b11f713d84e4a1586a6fb841efac115ec1906971_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:7c196c858cb5e94e65472daed3d55230823b8e958d35f73bfb507d6693807708_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:7c196c858cb5e94e65472daed3d55230823b8e958d35f73bfb507d6693807708_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:7c196c858cb5e94e65472daed3d55230823b8e958d35f73bfb507d6693807708_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:c48060447a689c5be3c0abb9787c778c0b1de183d66b0a9fb6839d9b3c3d59a0_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:c48060447a689c5be3c0abb9787c778c0b1de183d66b0a9fb6839d9b3c3d59a0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:c48060447a689c5be3c0abb9787c778c0b1de183d66b0a9fb6839d9b3c3d59a0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:e45ff3c1c0074e519f5282ae8208750a4dc0bd3ac7207e0453fbab7f30727793_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:e45ff3c1c0074e519f5282ae8208750a4dc0bd3ac7207e0453fbab7f30727793_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:e45ff3c1c0074e519f5282ae8208750a4dc0bd3ac7207e0453fbab7f30727793_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0f63a311771f61ac8c0267d1d102769c18b16055d60260107b2acf033ba5a185_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0f63a311771f61ac8c0267d1d102769c18b16055d60260107b2acf033ba5a185_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0f63a311771f61ac8c0267d1d102769c18b16055d60260107b2acf033ba5a185_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:27abe5d06a3149ceddd3375e026f50955d4a45ef482ab6f61b9f02030e8e3b19_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:27abe5d06a3149ceddd3375e026f50955d4a45ef482ab6f61b9f02030e8e3b19_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:27abe5d06a3149ceddd3375e026f50955d4a45ef482ab6f61b9f02030e8e3b19_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:832d5121a94abd3eadf92a8df55a632455cc51a649900c7450547f34c58316ed_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:832d5121a94abd3eadf92a8df55a632455cc51a649900c7450547f34c58316ed_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:832d5121a94abd3eadf92a8df55a632455cc51a649900c7450547f34c58316ed_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:8c1090b8e0ba9e071f41d66068bc8aa4271251192889a767594e0c5d836a9d40_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:8c1090b8e0ba9e071f41d66068bc8aa4271251192889a767594e0c5d836a9d40_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:8c1090b8e0ba9e071f41d66068bc8aa4271251192889a767594e0c5d836a9d40_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:0374dc23f5a2d22a7929da246a8ef5a032b43f19b386a162e4882aca7dff1383_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:0374dc23f5a2d22a7929da246a8ef5a032b43f19b386a162e4882aca7dff1383_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:0374dc23f5a2d22a7929da246a8ef5a032b43f19b386a162e4882aca7dff1383_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:0b07eb65787a670b95cb47d98ee8b2ca36cc1b36d962e996d2f0a12a5d58a37f_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:0b07eb65787a670b95cb47d98ee8b2ca36cc1b36d962e996d2f0a12a5d58a37f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:0b07eb65787a670b95cb47d98ee8b2ca36cc1b36d962e996d2f0a12a5d58a37f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:76bacd34ec3b1d6dd135ce8dd06e718f6a1ea6c8e2f8fd3954f9e9d5028b9821_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:76bacd34ec3b1d6dd135ce8dd06e718f6a1ea6c8e2f8fd3954f9e9d5028b9821_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:76bacd34ec3b1d6dd135ce8dd06e718f6a1ea6c8e2f8fd3954f9e9d5028b9821_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:b0bb4b11507285b17b32be7358e17094f00708e159e32ffd808999a63df60a7d_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:b0bb4b11507285b17b32be7358e17094f00708e159e32ffd808999a63df60a7d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:b0bb4b11507285b17b32be7358e17094f00708e159e32ffd808999a63df60a7d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:79d4304244379d410212241de9b91ee5604bd5bbce5676301bcf3fada3824c2d_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:79d4304244379d410212241de9b91ee5604bd5bbce5676301bcf3fada3824c2d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:79d4304244379d410212241de9b91ee5604bd5bbce5676301bcf3fada3824c2d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:beeb8e60ababc4bba5c6759da3d7ba4ee1786a43132b414748f8e0a2cc9f63a7_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:beeb8e60ababc4bba5c6759da3d7ba4ee1786a43132b414748f8e0a2cc9f63a7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:beeb8e60ababc4bba5c6759da3d7ba4ee1786a43132b414748f8e0a2cc9f63a7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:eb92d3d3351d845e5c169721baf1683f93d943578a48e0192bd273db648725d5_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:eb92d3d3351d845e5c169721baf1683f93d943578a48e0192bd273db648725d5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:eb92d3d3351d845e5c169721baf1683f93d943578a48e0192bd273db648725d5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:efa0f8523d171326bb6fc12e6d1610b2d2d28a38e5b95180358c9122bbe6070f_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:efa0f8523d171326bb6fc12e6d1610b2d2d28a38e5b95180358c9122bbe6070f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:efa0f8523d171326bb6fc12e6d1610b2d2d28a38e5b95180358c9122bbe6070f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:180a405ab9bb66e3ab6a904d2b91d27224ec507d8eeb1c00ab182b130d9ed26d_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:180a405ab9bb66e3ab6a904d2b91d27224ec507d8eeb1c00ab182b130d9ed26d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:180a405ab9bb66e3ab6a904d2b91d27224ec507d8eeb1c00ab182b130d9ed26d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:89a9de8f0804a61e01ce2a34d25933af30df2f3e8cd8f1209f8f058951bb5c1c_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:89a9de8f0804a61e01ce2a34d25933af30df2f3e8cd8f1209f8f058951bb5c1c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:89a9de8f0804a61e01ce2a34d25933af30df2f3e8cd8f1209f8f058951bb5c1c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:90c430420821ff7a0ef7a752f120505c2c36225296f6b238771e6bf1fbee755c_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:90c430420821ff7a0ef7a752f120505c2c36225296f6b238771e6bf1fbee755c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:90c430420821ff7a0ef7a752f120505c2c36225296f6b238771e6bf1fbee755c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:d9817e136b2c3dfb1fbf805c3d29b8d0cefbb07f76fc1e56ee486666726abbe2_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:d9817e136b2c3dfb1fbf805c3d29b8d0cefbb07f76fc1e56ee486666726abbe2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:d9817e136b2c3dfb1fbf805c3d29b8d0cefbb07f76fc1e56ee486666726abbe2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:60ad5b01bbc9aa574ef6024d59be388bf7ca6d8704e247f7e56c8a6ebe3c81f1_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:60ad5b01bbc9aa574ef6024d59be388bf7ca6d8704e247f7e56c8a6ebe3c81f1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:60ad5b01bbc9aa574ef6024d59be388bf7ca6d8704e247f7e56c8a6ebe3c81f1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:b809958ea47a5d78f8e47a8c822a3b2abf14091a3f526501f2eaf7ef36c87b4e_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:b809958ea47a5d78f8e47a8c822a3b2abf14091a3f526501f2eaf7ef36c87b4e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:b809958ea47a5d78f8e47a8c822a3b2abf14091a3f526501f2eaf7ef36c87b4e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:dd6662403f5ceb2bb3b8887c7d608c73ff18a8dfb8ef1ec089ca61e4a4f75254_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:dd6662403f5ceb2bb3b8887c7d608c73ff18a8dfb8ef1ec089ca61e4a4f75254_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:dd6662403f5ceb2bb3b8887c7d608c73ff18a8dfb8ef1ec089ca61e4a4f75254_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:fff87189c1c3eafae4722d812e5becae925b71f1b6727944333fb129b7ae48ee_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:fff87189c1c3eafae4722d812e5becae925b71f1b6727944333fb129b7ae48ee_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:fff87189c1c3eafae4722d812e5becae925b71f1b6727944333fb129b7ae48ee_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:60ad5b01bbc9aa574ef6024d59be388bf7ca6d8704e247f7e56c8a6ebe3c81f1_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:60ad5b01bbc9aa574ef6024d59be388bf7ca6d8704e247f7e56c8a6ebe3c81f1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:60ad5b01bbc9aa574ef6024d59be388bf7ca6d8704e247f7e56c8a6ebe3c81f1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:b809958ea47a5d78f8e47a8c822a3b2abf14091a3f526501f2eaf7ef36c87b4e_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:b809958ea47a5d78f8e47a8c822a3b2abf14091a3f526501f2eaf7ef36c87b4e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:b809958ea47a5d78f8e47a8c822a3b2abf14091a3f526501f2eaf7ef36c87b4e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:dd6662403f5ceb2bb3b8887c7d608c73ff18a8dfb8ef1ec089ca61e4a4f75254_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:dd6662403f5ceb2bb3b8887c7d608c73ff18a8dfb8ef1ec089ca61e4a4f75254_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:dd6662403f5ceb2bb3b8887c7d608c73ff18a8dfb8ef1ec089ca61e4a4f75254_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fff87189c1c3eafae4722d812e5becae925b71f1b6727944333fb129b7ae48ee_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fff87189c1c3eafae4722d812e5becae925b71f1b6727944333fb129b7ae48ee_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fff87189c1c3eafae4722d812e5becae925b71f1b6727944333fb129b7ae48ee_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:7353494095c9f0628274678311b2172589026dcc4e8e28091641ef65a2923e66_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:7353494095c9f0628274678311b2172589026dcc4e8e28091641ef65a2923e66_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:7353494095c9f0628274678311b2172589026dcc4e8e28091641ef65a2923e66_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:9dd5d4aff113b23dc86a191abe7f9ddff0b207890634ef9a1c5568df8eccd663_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:9dd5d4aff113b23dc86a191abe7f9ddff0b207890634ef9a1c5568df8eccd663_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:9dd5d4aff113b23dc86a191abe7f9ddff0b207890634ef9a1c5568df8eccd663_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:be14afa02ae1e9d13d4c6a8e534954bb385f63e9939e8b20942c072901430d5f_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:be14afa02ae1e9d13d4c6a8e534954bb385f63e9939e8b20942c072901430d5f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:be14afa02ae1e9d13d4c6a8e534954bb385f63e9939e8b20942c072901430d5f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:e68a3fe0f5d91d2e914d4b24bcab9a2bffda33daf56cebd73566445b96f64316_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:e68a3fe0f5d91d2e914d4b24bcab9a2bffda33daf56cebd73566445b96f64316_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:e68a3fe0f5d91d2e914d4b24bcab9a2bffda33daf56cebd73566445b96f64316_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:01f43f0606246a3609b3738ca75c68e2f7f9020c1bb88bf7717818c8a26a1e36_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:01f43f0606246a3609b3738ca75c68e2f7f9020c1bb88bf7717818c8a26a1e36_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:01f43f0606246a3609b3738ca75c68e2f7f9020c1bb88bf7717818c8a26a1e36_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:3f047ae5585f08301e17488fd86c9ca6cf0309d39e8cd6b580b045f1d1415fed_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:3f047ae5585f08301e17488fd86c9ca6cf0309d39e8cd6b580b045f1d1415fed_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:3f047ae5585f08301e17488fd86c9ca6cf0309d39e8cd6b580b045f1d1415fed_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:762cc951e74b525f20b93e71742a5bf44d12d3599fdba16a95608baf774c4555_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:762cc951e74b525f20b93e71742a5bf44d12d3599fdba16a95608baf774c4555_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:762cc951e74b525f20b93e71742a5bf44d12d3599fdba16a95608baf774c4555_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:9e62d2b1ad0efdd3de7b973cd6639e96203c01b6d484578a4e3cf13f67b2b856_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:9e62d2b1ad0efdd3de7b973cd6639e96203c01b6d484578a4e3cf13f67b2b856_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:9e62d2b1ad0efdd3de7b973cd6639e96203c01b6d484578a4e3cf13f67b2b856_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:1130385b660f719e78d9449c6c7be888b7c6ed16a2ab43e1fb3505fe4ed03b33_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:1130385b660f719e78d9449c6c7be888b7c6ed16a2ab43e1fb3505fe4ed03b33_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:1130385b660f719e78d9449c6c7be888b7c6ed16a2ab43e1fb3505fe4ed03b33_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:25c3342fcbb073d32ec53627b8a062f89c1d4be9e641371ec46e6dfd3f540efc_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:25c3342fcbb073d32ec53627b8a062f89c1d4be9e641371ec46e6dfd3f540efc_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:25c3342fcbb073d32ec53627b8a062f89c1d4be9e641371ec46e6dfd3f540efc_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5b3d375d7d4187b601a77e2eabbf656cbc70a1e7671916ce58e6fc595edfb215_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5b3d375d7d4187b601a77e2eabbf656cbc70a1e7671916ce58e6fc595edfb215_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5b3d375d7d4187b601a77e2eabbf656cbc70a1e7671916ce58e6fc595edfb215_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:dda703452472d35e7d8ddf9750a5229a0c4c6929c7409bf95b973a89a8de08d0_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:dda703452472d35e7d8ddf9750a5229a0c4c6929c7409bf95b973a89a8de08d0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:dda703452472d35e7d8ddf9750a5229a0c4c6929c7409bf95b973a89a8de08d0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:058f3ca5452aa97a3fa778064a75d88cc169b7ce84a5f320359f561e76f08a95_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:058f3ca5452aa97a3fa778064a75d88cc169b7ce84a5f320359f561e76f08a95_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:058f3ca5452aa97a3fa778064a75d88cc169b7ce84a5f320359f561e76f08a95_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:71e5d332051f134f3f90e4089df6c2a5f88b0b11843d046b0d33726d2d988f96_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:71e5d332051f134f3f90e4089df6c2a5f88b0b11843d046b0d33726d2d988f96_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:71e5d332051f134f3f90e4089df6c2a5f88b0b11843d046b0d33726d2d988f96_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:aab5a67ac1a3ccac5761114e28474e11b451124c5b7e71e6ec29e2895374c668_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:aab5a67ac1a3ccac5761114e28474e11b451124c5b7e71e6ec29e2895374c668_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:aab5a67ac1a3ccac5761114e28474e11b451124c5b7e71e6ec29e2895374c668_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:da133cbcf2ef025ebaf274afeb555c9c18fe80584c058d31f39b7d343995a42f_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:da133cbcf2ef025ebaf274afeb555c9c18fe80584c058d31f39b7d343995a42f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:da133cbcf2ef025ebaf274afeb555c9c18fe80584c058d31f39b7d343995a42f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:38bd47929b935f662766156026433f1f2ec6e1731d2c7f40c792054cbdb1f87a_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:38bd47929b935f662766156026433f1f2ec6e1731d2c7f40c792054cbdb1f87a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:38bd47929b935f662766156026433f1f2ec6e1731d2c7f40c792054cbdb1f87a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:80b3c3854d4f22afec57e0a7cb04b0c98d58cd104c54464306126566edc3ce97_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:80b3c3854d4f22afec57e0a7cb04b0c98d58cd104c54464306126566edc3ce97_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:80b3c3854d4f22afec57e0a7cb04b0c98d58cd104c54464306126566edc3ce97_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:8b36c39a63639cdf7c05bc997bf98c0f5cf9c1cee0d740cf9aa6e74b91dc0249_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:8b36c39a63639cdf7c05bc997bf98c0f5cf9c1cee0d740cf9aa6e74b91dc0249_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:8b36c39a63639cdf7c05bc997bf98c0f5cf9c1cee0d740cf9aa6e74b91dc0249_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:d0e132dd83e2b754fe20b12859ffdf7139037da53f2a6af6ee08eed15429a14e_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:d0e132dd83e2b754fe20b12859ffdf7139037da53f2a6af6ee08eed15429a14e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:d0e132dd83e2b754fe20b12859ffdf7139037da53f2a6af6ee08eed15429a14e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:2b553e5669ef51cbce468f8c7c85bef41faf7f7952abefbcc2a55a9ce15c1251_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:2b553e5669ef51cbce468f8c7c85bef41faf7f7952abefbcc2a55a9ce15c1251_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:2b553e5669ef51cbce468f8c7c85bef41faf7f7952abefbcc2a55a9ce15c1251_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:4715855d33583642e942fec45ccd9f6d2b90d07f2712ce1eac357d9d45c32f14_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:4715855d33583642e942fec45ccd9f6d2b90d07f2712ce1eac357d9d45c32f14_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:4715855d33583642e942fec45ccd9f6d2b90d07f2712ce1eac357d9d45c32f14_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:c2f018f8674903f77b5f4ed8979703b5ae67fe83c6a7d76c1ee4bf7010d77a0f_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:c2f018f8674903f77b5f4ed8979703b5ae67fe83c6a7d76c1ee4bf7010d77a0f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:c2f018f8674903f77b5f4ed8979703b5ae67fe83c6a7d76c1ee4bf7010d77a0f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:f0e41fa92b534e5bda08cf38c6c513b4adf930df9af740de05248476c74c04a4_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:f0e41fa92b534e5bda08cf38c6c513b4adf930df9af740de05248476c74c04a4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:f0e41fa92b534e5bda08cf38c6c513b4adf930df9af740de05248476c74c04a4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:8db04c6d7afcb6b650dddaac2ff88cb82093660a3125912172db7fbb51f1f1c2_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:8db04c6d7afcb6b650dddaac2ff88cb82093660a3125912172db7fbb51f1f1c2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:8db04c6d7afcb6b650dddaac2ff88cb82093660a3125912172db7fbb51f1f1c2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:b539177c3bdf37dfc67cca8b3a2dbffa0b4941952135f7f144d3ee1498cfb05f_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:b539177c3bdf37dfc67cca8b3a2dbffa0b4941952135f7f144d3ee1498cfb05f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:b539177c3bdf37dfc67cca8b3a2dbffa0b4941952135f7f144d3ee1498cfb05f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:cb400c373be837f788f663e7a1b2a94bacec4f4dbb4bf5a5ddd5d1a0d89e3291_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:cb400c373be837f788f663e7a1b2a94bacec4f4dbb4bf5a5ddd5d1a0d89e3291_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:cb400c373be837f788f663e7a1b2a94bacec4f4dbb4bf5a5ddd5d1a0d89e3291_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:f16534746cf3a8ecb10aae9765d399ddc3b91bdb2b1ce15c59a4cc76f9e4cee6_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:f16534746cf3a8ecb10aae9765d399ddc3b91bdb2b1ce15c59a4cc76f9e4cee6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:f16534746cf3a8ecb10aae9765d399ddc3b91bdb2b1ce15c59a4cc76f9e4cee6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:37b02c91edc5520a2371b6f8354028e7404482f3e192aa74f683990fce40ea6b_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:37b02c91edc5520a2371b6f8354028e7404482f3e192aa74f683990fce40ea6b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:37b02c91edc5520a2371b6f8354028e7404482f3e192aa74f683990fce40ea6b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:5097e2faf0ad7dd54961a6f4cabae703df9df1b2b41e9867b955ab9abfe8bd3b_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:5097e2faf0ad7dd54961a6f4cabae703df9df1b2b41e9867b955ab9abfe8bd3b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:5097e2faf0ad7dd54961a6f4cabae703df9df1b2b41e9867b955ab9abfe8bd3b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:b56dc790cc28994513ca38162ceed6f6e10c99a3142aa2abef9bbb7fee86d924_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:b56dc790cc28994513ca38162ceed6f6e10c99a3142aa2abef9bbb7fee86d924_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:b56dc790cc28994513ca38162ceed6f6e10c99a3142aa2abef9bbb7fee86d924_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:f4f4b53c8b205d611fa6bd641be601ead79d73bca40f838049eada4d5d0df227_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:f4f4b53c8b205d611fa6bd641be601ead79d73bca40f838049eada4d5d0df227_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:f4f4b53c8b205d611fa6bd641be601ead79d73bca40f838049eada4d5d0df227_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:2a6400cf874eda4c283683a9733e63a7e8b5ce53a37eb5ee30c07b14a9301a76_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:2a6400cf874eda4c283683a9733e63a7e8b5ce53a37eb5ee30c07b14a9301a76_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:2a6400cf874eda4c283683a9733e63a7e8b5ce53a37eb5ee30c07b14a9301a76_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:3908e08f8cd7c94ba3e5e382ee40cc02db84f5b0a4aabc60f5d17142c42437df_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:3908e08f8cd7c94ba3e5e382ee40cc02db84f5b0a4aabc60f5d17142c42437df_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:3908e08f8cd7c94ba3e5e382ee40cc02db84f5b0a4aabc60f5d17142c42437df_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:88f2c3ab06c1757d7681ea0b157b48847b6543dd9d1fba7a76941d9bb49b92be_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:88f2c3ab06c1757d7681ea0b157b48847b6543dd9d1fba7a76941d9bb49b92be_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:88f2c3ab06c1757d7681ea0b157b48847b6543dd9d1fba7a76941d9bb49b92be_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:f7b123897a6b90484fd938de9dd8ecd1b104f2e70e0564fc10aa1b3583ad1011_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:f7b123897a6b90484fd938de9dd8ecd1b104f2e70e0564fc10aa1b3583ad1011_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:f7b123897a6b90484fd938de9dd8ecd1b104f2e70e0564fc10aa1b3583ad1011_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader@sha256:292e59f484b68803dc0076b9fb7b9f426852c967c235f9923dd68d8448013794_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:292e59f484b68803dc0076b9fb7b9f426852c967c235f9923dd68d8448013794_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader@sha256:292e59f484b68803dc0076b9fb7b9f426852c967c235f9923dd68d8448013794_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader@sha256:59c896aa966fef8ca6396239201cb9f1821d71f1e4787c4a03f36190b8a42c76_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:59c896aa966fef8ca6396239201cb9f1821d71f1e4787c4a03f36190b8a42c76_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader@sha256:59c896aa966fef8ca6396239201cb9f1821d71f1e4787c4a03f36190b8a42c76_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader@sha256:6023696ac24b81f72312201fa6c97a6ba4f2a780fae94047968dba982278562d_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:6023696ac24b81f72312201fa6c97a6ba4f2a780fae94047968dba982278562d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader@sha256:6023696ac24b81f72312201fa6c97a6ba4f2a780fae94047968dba982278562d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader@sha256:d52e3ca8cf609c8d15dd77a525466184c5c9c641db88856aed56de318e23f47a_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:d52e3ca8cf609c8d15dd77a525466184c5c9c641db88856aed56de318e23f47a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader@sha256:d52e3ca8cf609c8d15dd77a525466184c5c9c641db88856aed56de318e23f47a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-operator@sha256:10532406aac6636cd860a0517ca512f6fd8a2505cdce5486b793e9cb2bcfb16c_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:10532406aac6636cd860a0517ca512f6fd8a2505cdce5486b793e9cb2bcfb16c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-operator@sha256:10532406aac6636cd860a0517ca512f6fd8a2505cdce5486b793e9cb2bcfb16c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-operator@sha256:567ca37a4ed2afe89da71f0b33af4e5e3af3f89acaab50ea32325ebbfcf86aa2_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:567ca37a4ed2afe89da71f0b33af4e5e3af3f89acaab50ea32325ebbfcf86aa2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-operator@sha256:567ca37a4ed2afe89da71f0b33af4e5e3af3f89acaab50ea32325ebbfcf86aa2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-operator@sha256:a3e1cecdfc749a34b7e3574642458edc7870f03ae9e1a2e7aac63e3fecb43eb6_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:a3e1cecdfc749a34b7e3574642458edc7870f03ae9e1a2e7aac63e3fecb43eb6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-operator@sha256:a3e1cecdfc749a34b7e3574642458edc7870f03ae9e1a2e7aac63e3fecb43eb6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-operator@sha256:cd5d904d0e36cafd45ea72914850b748e921bf4ab9f454e1e6f613d2f7b45a61_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:cd5d904d0e36cafd45ea72914850b748e921bf4ab9f454e1e6f613d2f7b45a61_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-operator@sha256:cd5d904d0e36cafd45ea72914850b748e921bf4ab9f454e1e6f613d2f7b45a61_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console@sha256:027b3596835e02a412ab6cb19ae476a4d3987a90403a46abb039ffc2f1c775e7_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:027b3596835e02a412ab6cb19ae476a4d3987a90403a46abb039ffc2f1c775e7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console@sha256:027b3596835e02a412ab6cb19ae476a4d3987a90403a46abb039ffc2f1c775e7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console@sha256:39af4cee0a425da0814b28bdd6d515a397544d3c5f83b5e9cfffb7aa33c4fbb5_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:39af4cee0a425da0814b28bdd6d515a397544d3c5f83b5e9cfffb7aa33c4fbb5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console@sha256:39af4cee0a425da0814b28bdd6d515a397544d3c5f83b5e9cfffb7aa33c4fbb5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console@sha256:8516be3a082fe2a93bb5976bb394865cd85aba4beaa399055a76bde057d9e70d_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:8516be3a082fe2a93bb5976bb394865cd85aba4beaa399055a76bde057d9e70d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-console@sha256:8516be3a082fe2a93bb5976bb394865cd85aba4beaa399055a76bde057d9e70d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console@sha256:b2426b3664db720bd7a53cdf4cf376425ef8d7c6c5ef039716efd00cdb9e3e6f_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:b2426b3664db720bd7a53cdf4cf376425ef8d7c6c5ef039716efd00cdb9e3e6f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-console@sha256:b2426b3664db720bd7a53cdf4cf376425ef8d7c6c5ef039716efd00cdb9e3e6f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:24603d314b5539161b5974f234a9fac64ae0a36e7100a708326265ee568f756a_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:24603d314b5539161b5974f234a9fac64ae0a36e7100a708326265ee568f756a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:24603d314b5539161b5974f234a9fac64ae0a36e7100a708326265ee568f756a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:79385981434c7e938f71e4616bb61c0f37826ab4891fc5b370479383bfa9d169_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:79385981434c7e938f71e4616bb61c0f37826ab4891fc5b370479383bfa9d169_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:79385981434c7e938f71e4616bb61c0f37826ab4891fc5b370479383bfa9d169_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:7a5ba0b22dcab9e3bdf107a7e443a212f7a9ec343f41d3deada1aa59091cf952_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:7a5ba0b22dcab9e3bdf107a7e443a212f7a9ec343f41d3deada1aa59091cf952_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:7a5ba0b22dcab9e3bdf107a7e443a212f7a9ec343f41d3deada1aa59091cf952_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:b7cdf071883783cda48c2663e86e3e271f42a470f2f22d73bae8304c87c2e712_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:b7cdf071883783cda48c2663e86e3e271f42a470f2f22d73bae8304c87c2e712_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:b7cdf071883783cda48c2663e86e3e271f42a470f2f22d73bae8304c87c2e712_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns@sha256:0159ee555501103045d1f188ba21ef468c3f463251ff2debae0c8e1999f14eb6_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:0159ee555501103045d1f188ba21ef468c3f463251ff2debae0c8e1999f14eb6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns@sha256:0159ee555501103045d1f188ba21ef468c3f463251ff2debae0c8e1999f14eb6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns@sha256:237a287a2db660c2b844ac5e985ca1cc70be0f7732c7beac536e3c3e09da9b71_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:237a287a2db660c2b844ac5e985ca1cc70be0f7732c7beac536e3c3e09da9b71_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns@sha256:237a287a2db660c2b844ac5e985ca1cc70be0f7732c7beac536e3c3e09da9b71_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns@sha256:31190bca682241fe6ed6bf64602560638c963d70127cee441cd991f82a17fa82_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:31190bca682241fe6ed6bf64602560638c963d70127cee441cd991f82a17fa82_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns@sha256:31190bca682241fe6ed6bf64602560638c963d70127cee441cd991f82a17fa82_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns@sha256:da97b83cc6f07e4c7e72f9d7b8461fea71ea92e1b29e6117ef0360e088d7adb7_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:da97b83cc6f07e4c7e72f9d7b8461fea71ea92e1b29e6117ef0360e088d7adb7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns@sha256:da97b83cc6f07e4c7e72f9d7b8461fea71ea92e1b29e6117ef0360e088d7adb7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:06ba4dd88b81f15bb0fea21bf039fe45d38e3356c19a6389dad7010940d535c7_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:06ba4dd88b81f15bb0fea21bf039fe45d38e3356c19a6389dad7010940d535c7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:06ba4dd88b81f15bb0fea21bf039fe45d38e3356c19a6389dad7010940d535c7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:cd7efd34ed2a41d64b09e5670082cd68776b31011532d0e02cb932467f05a24a_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:cd7efd34ed2a41d64b09e5670082cd68776b31011532d0e02cb932467f05a24a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:cd7efd34ed2a41d64b09e5670082cd68776b31011532d0e02cb932467f05a24a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:92ab63720b8e0929cf11f5ec81a3a968017ea1fe2d0aa57b137e6609b1c07bc3_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:92ab63720b8e0929cf11f5ec81a3a968017ea1fe2d0aa57b137e6609b1c07bc3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:92ab63720b8e0929cf11f5ec81a3a968017ea1fe2d0aa57b137e6609b1c07bc3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:94ca29a099adc0665222212c90c60d763621671428a1de28a75c8ed6e2be2ada_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:94ca29a099adc0665222212c90c60d763621671428a1de28a75c8ed6e2be2ada_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:94ca29a099adc0665222212c90c60d763621671428a1de28a75c8ed6e2be2ada_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:93edc806a96f7afebabbeac4280196d313eb789ec43978fda985a5445d19bc45_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:93edc806a96f7afebabbeac4280196d313eb789ec43978fda985a5445d19bc45_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:93edc806a96f7afebabbeac4280196d313eb789ec43978fda985a5445d19bc45_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:fd2d5df7915e62949191f0497ed98359a3440c424a56e8cf12d66e99e67d4a3f_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:fd2d5df7915e62949191f0497ed98359a3440c424a56e8cf12d66e99e67d4a3f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:fd2d5df7915e62949191f0497ed98359a3440c424a56e8cf12d66e99e67d4a3f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:4947bf6c31aab91f8a0eb8f7ed55052a33d35b70fbe40b06e45f5e5aec94c020_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:4947bf6c31aab91f8a0eb8f7ed55052a33d35b70fbe40b06e45f5e5aec94c020_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:4947bf6c31aab91f8a0eb8f7ed55052a33d35b70fbe40b06e45f5e5aec94c020_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:87439e5f75484270318701b52e986973d66d6f30f4d00b0da08036b2db846335_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:87439e5f75484270318701b52e986973d66d6f30f4d00b0da08036b2db846335_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:87439e5f75484270318701b52e986973d66d6f30f4d00b0da08036b2db846335_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:e42c9804da1f84dccea6375967159daa56b38d6d029bb78617120ff3af87ee92_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:e42c9804da1f84dccea6375967159daa56b38d6d029bb78617120ff3af87ee92_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:e42c9804da1f84dccea6375967159daa56b38d6d029bb78617120ff3af87ee92_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:fdf0f3062593efcff1f58947da781fe9e9deb1cfa4a1634db93a0d6e40d069ae_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:fdf0f3062593efcff1f58947da781fe9e9deb1cfa4a1634db93a0d6e40d069ae_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:fdf0f3062593efcff1f58947da781fe9e9deb1cfa4a1634db93a0d6e40d069ae_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:003480e424f3ed4baad296af322ff6ec0612cb9107c85116f065f4622adb0f52_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:003480e424f3ed4baad296af322ff6ec0612cb9107c85116f065f4622adb0f52_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:003480e424f3ed4baad296af322ff6ec0612cb9107c85116f065f4622adb0f52_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:574259966929feeb14060fd8b80ebb8b5ba2ce10be9f19e66c1e53d033586db4_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:574259966929feeb14060fd8b80ebb8b5ba2ce10be9f19e66c1e53d033586db4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:574259966929feeb14060fd8b80ebb8b5ba2ce10be9f19e66c1e53d033586db4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:5d40461ee29cd3134137b105576bca5ae014920da3ccd90b5729b326e848444b_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:5d40461ee29cd3134137b105576bca5ae014920da3ccd90b5729b326e848444b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:5d40461ee29cd3134137b105576bca5ae014920da3ccd90b5729b326e848444b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:b1082fb3535909dc2b8eb0ed95434e571071b5dc4324c6d3dbb1fe892012d607_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:b1082fb3535909dc2b8eb0ed95434e571071b5dc4324c6d3dbb1fe892012d607_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:b1082fb3535909dc2b8eb0ed95434e571071b5dc4324c6d3dbb1fe892012d607_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:1e7f3dd79b1969fe87590b82bcf2db172533f401f37b975e26829d531042becf_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:1e7f3dd79b1969fe87590b82bcf2db172533f401f37b975e26829d531042becf_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:1e7f3dd79b1969fe87590b82bcf2db172533f401f37b975e26829d531042becf_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:50b6b05372735625c16a7ed674b1f056ec23b35dca896652ba94c5fe11ca7c82_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:50b6b05372735625c16a7ed674b1f056ec23b35dca896652ba94c5fe11ca7c82_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:50b6b05372735625c16a7ed674b1f056ec23b35dca896652ba94c5fe11ca7c82_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c01fce15d9f6b9a9a52b8ccfbde4b8a7aa1b969d7927430eedd169c0b5f28113_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c01fce15d9f6b9a9a52b8ccfbde4b8a7aa1b969d7927430eedd169c0b5f28113_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c01fce15d9f6b9a9a52b8ccfbde4b8a7aa1b969d7927430eedd169c0b5f28113_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c608bb7e62594f12c2f52a78eefeddbdc11314494ec933698ba52af303436f1e_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c608bb7e62594f12c2f52a78eefeddbdc11314494ec933698ba52af303436f1e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c608bb7e62594f12c2f52a78eefeddbdc11314494ec933698ba52af303436f1e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:3167f80d0848b65adf52382a35ab3a8c76f06fc5b706e001c2aedd897371e56f_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:3167f80d0848b65adf52382a35ab3a8c76f06fc5b706e001c2aedd897371e56f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:3167f80d0848b65adf52382a35ab3a8c76f06fc5b706e001c2aedd897371e56f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:94f7a32483750e9da8038b84e4e1977fa22f099d3b29012a40ee059ba0cca9b0_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:94f7a32483750e9da8038b84e4e1977fa22f099d3b29012a40ee059ba0cca9b0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:94f7a32483750e9da8038b84e4e1977fa22f099d3b29012a40ee059ba0cca9b0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:c8489b7e4c95b36f247d85adf5181b39691fa97f00bca455c4fc950c9eec818b_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:c8489b7e4c95b36f247d85adf5181b39691fa97f00bca455c4fc950c9eec818b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:c8489b7e4c95b36f247d85adf5181b39691fa97f00bca455c4fc950c9eec818b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:e187b0624e19031a80b2fb26bfdd82cb8ec9dc66a115e5fab48312cd8bc5d014_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:e187b0624e19031a80b2fb26bfdd82cb8ec9dc66a115e5fab48312cd8bc5d014_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:e187b0624e19031a80b2fb26bfdd82cb8ec9dc66a115e5fab48312cd8bc5d014_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:3167f80d0848b65adf52382a35ab3a8c76f06fc5b706e001c2aedd897371e56f_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:3167f80d0848b65adf52382a35ab3a8c76f06fc5b706e001c2aedd897371e56f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:3167f80d0848b65adf52382a35ab3a8c76f06fc5b706e001c2aedd897371e56f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:94f7a32483750e9da8038b84e4e1977fa22f099d3b29012a40ee059ba0cca9b0_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:94f7a32483750e9da8038b84e4e1977fa22f099d3b29012a40ee059ba0cca9b0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:94f7a32483750e9da8038b84e4e1977fa22f099d3b29012a40ee059ba0cca9b0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:c8489b7e4c95b36f247d85adf5181b39691fa97f00bca455c4fc950c9eec818b_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:c8489b7e4c95b36f247d85adf5181b39691fa97f00bca455c4fc950c9eec818b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:c8489b7e4c95b36f247d85adf5181b39691fa97f00bca455c4fc950c9eec818b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:e187b0624e19031a80b2fb26bfdd82cb8ec9dc66a115e5fab48312cd8bc5d014_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:e187b0624e19031a80b2fb26bfdd82cb8ec9dc66a115e5fab48312cd8bc5d014_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:e187b0624e19031a80b2fb26bfdd82cb8ec9dc66a115e5fab48312cd8bc5d014_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:174437f0c1b3b1d8dd82307d1fabbe34821ca30d773b70ec1cfb67d45e0c1e19_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:174437f0c1b3b1d8dd82307d1fabbe34821ca30d773b70ec1cfb67d45e0c1e19_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:174437f0c1b3b1d8dd82307d1fabbe34821ca30d773b70ec1cfb67d45e0c1e19_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:3e9dd635257195cd5c90778267107ce11566f35c60d415e4f8bb9ec13fcb4477_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:3e9dd635257195cd5c90778267107ce11566f35c60d415e4f8bb9ec13fcb4477_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:3e9dd635257195cd5c90778267107ce11566f35c60d415e4f8bb9ec13fcb4477_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:56dc1c55657428a6508c4eee1940194c81fb9679a11a3777289749afb8ac12b8_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:56dc1c55657428a6508c4eee1940194c81fb9679a11a3777289749afb8ac12b8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:56dc1c55657428a6508c4eee1940194c81fb9679a11a3777289749afb8ac12b8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:a8b4f74d041370868aec2986f884db5e41ee82baf193dc94701c5934a060be0f_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:a8b4f74d041370868aec2986f884db5e41ee82baf193dc94701c5934a060be0f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:a8b4f74d041370868aec2986f884db5e41ee82baf193dc94701c5934a060be0f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:174437f0c1b3b1d8dd82307d1fabbe34821ca30d773b70ec1cfb67d45e0c1e19_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:174437f0c1b3b1d8dd82307d1fabbe34821ca30d773b70ec1cfb67d45e0c1e19_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:174437f0c1b3b1d8dd82307d1fabbe34821ca30d773b70ec1cfb67d45e0c1e19_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:3e9dd635257195cd5c90778267107ce11566f35c60d415e4f8bb9ec13fcb4477_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:3e9dd635257195cd5c90778267107ce11566f35c60d415e4f8bb9ec13fcb4477_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:3e9dd635257195cd5c90778267107ce11566f35c60d415e4f8bb9ec13fcb4477_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:56dc1c55657428a6508c4eee1940194c81fb9679a11a3777289749afb8ac12b8_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:56dc1c55657428a6508c4eee1940194c81fb9679a11a3777289749afb8ac12b8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:56dc1c55657428a6508c4eee1940194c81fb9679a11a3777289749afb8ac12b8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:a8b4f74d041370868aec2986f884db5e41ee82baf193dc94701c5934a060be0f_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:a8b4f74d041370868aec2986f884db5e41ee82baf193dc94701c5934a060be0f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:a8b4f74d041370868aec2986f884db5e41ee82baf193dc94701c5934a060be0f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:5d9fa9b4f15954cca4a5c46f00840bd1047151f89e77da0c4250b673011fb6e0_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:5d9fa9b4f15954cca4a5c46f00840bd1047151f89e77da0c4250b673011fb6e0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:5d9fa9b4f15954cca4a5c46f00840bd1047151f89e77da0c4250b673011fb6e0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:7b167041fa1524f28380783f43e5cc54763d84fe17c32bc35cc58efcb147c2a4_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:7b167041fa1524f28380783f43e5cc54763d84fe17c32bc35cc58efcb147c2a4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:7b167041fa1524f28380783f43e5cc54763d84fe17c32bc35cc58efcb147c2a4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:d7881138cbe71cab0d372df6c74e11ea195ef6c55c812dc36b84b1e29f8d788a_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:d7881138cbe71cab0d372df6c74e11ea195ef6c55c812dc36b84b1e29f8d788a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:d7881138cbe71cab0d372df6c74e11ea195ef6c55c812dc36b84b1e29f8d788a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:e7ffbd7d025233611c4a70dd7e81eb0cb0ff5880c554cd2dfd9f495313902032_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:e7ffbd7d025233611c4a70dd7e81eb0cb0ff5880c554cd2dfd9f495313902032_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:e7ffbd7d025233611c4a70dd7e81eb0cb0ff5880c554cd2dfd9f495313902032_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:5d9fa9b4f15954cca4a5c46f00840bd1047151f89e77da0c4250b673011fb6e0_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:5d9fa9b4f15954cca4a5c46f00840bd1047151f89e77da0c4250b673011fb6e0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:5d9fa9b4f15954cca4a5c46f00840bd1047151f89e77da0c4250b673011fb6e0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:7b167041fa1524f28380783f43e5cc54763d84fe17c32bc35cc58efcb147c2a4_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:7b167041fa1524f28380783f43e5cc54763d84fe17c32bc35cc58efcb147c2a4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:7b167041fa1524f28380783f43e5cc54763d84fe17c32bc35cc58efcb147c2a4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:d7881138cbe71cab0d372df6c74e11ea195ef6c55c812dc36b84b1e29f8d788a_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:d7881138cbe71cab0d372df6c74e11ea195ef6c55c812dc36b84b1e29f8d788a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:d7881138cbe71cab0d372df6c74e11ea195ef6c55c812dc36b84b1e29f8d788a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:e7ffbd7d025233611c4a70dd7e81eb0cb0ff5880c554cd2dfd9f495313902032_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:e7ffbd7d025233611c4a70dd7e81eb0cb0ff5880c554cd2dfd9f495313902032_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:e7ffbd7d025233611c4a70dd7e81eb0cb0ff5880c554cd2dfd9f495313902032_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:4dbb8cf627ac6c902416e06181beeafbbe3ce1a3891eeafb504d8169c29dc359_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:4dbb8cf627ac6c902416e06181beeafbbe3ce1a3891eeafb504d8169c29dc359_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:4dbb8cf627ac6c902416e06181beeafbbe3ce1a3891eeafb504d8169c29dc359_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:5c4066929ed59bb460091ccb5b503f5c09617459667e3b8cef83fd256c1f9ce3_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:5c4066929ed59bb460091ccb5b503f5c09617459667e3b8cef83fd256c1f9ce3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:5c4066929ed59bb460091ccb5b503f5c09617459667e3b8cef83fd256c1f9ce3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:829668fbadbaf7e87cfb9cf9cbe304ef8b9a343dd989f9a9c887c7352f0c0a01_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:829668fbadbaf7e87cfb9cf9cbe304ef8b9a343dd989f9a9c887c7352f0c0a01_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:829668fbadbaf7e87cfb9cf9cbe304ef8b9a343dd989f9a9c887c7352f0c0a01_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:bc3d45f66fed2adcd79722519ed8ea7f81dd17dfb960d06ac79764b66f421c9d_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:bc3d45f66fed2adcd79722519ed8ea7f81dd17dfb960d06ac79764b66f421c9d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:bc3d45f66fed2adcd79722519ed8ea7f81dd17dfb960d06ac79764b66f421c9d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:4dbb8cf627ac6c902416e06181beeafbbe3ce1a3891eeafb504d8169c29dc359_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:4dbb8cf627ac6c902416e06181beeafbbe3ce1a3891eeafb504d8169c29dc359_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:4dbb8cf627ac6c902416e06181beeafbbe3ce1a3891eeafb504d8169c29dc359_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:5c4066929ed59bb460091ccb5b503f5c09617459667e3b8cef83fd256c1f9ce3_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:5c4066929ed59bb460091ccb5b503f5c09617459667e3b8cef83fd256c1f9ce3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:5c4066929ed59bb460091ccb5b503f5c09617459667e3b8cef83fd256c1f9ce3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:829668fbadbaf7e87cfb9cf9cbe304ef8b9a343dd989f9a9c887c7352f0c0a01_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:829668fbadbaf7e87cfb9cf9cbe304ef8b9a343dd989f9a9c887c7352f0c0a01_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:829668fbadbaf7e87cfb9cf9cbe304ef8b9a343dd989f9a9c887c7352f0c0a01_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:bc3d45f66fed2adcd79722519ed8ea7f81dd17dfb960d06ac79764b66f421c9d_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:bc3d45f66fed2adcd79722519ed8ea7f81dd17dfb960d06ac79764b66f421c9d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:bc3d45f66fed2adcd79722519ed8ea7f81dd17dfb960d06ac79764b66f421c9d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:22ca0ebc3fe663bf0e9270067ddae2e143bbe0401ec4be56f56399dd038bdaed_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:22ca0ebc3fe663bf0e9270067ddae2e143bbe0401ec4be56f56399dd038bdaed_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:22ca0ebc3fe663bf0e9270067ddae2e143bbe0401ec4be56f56399dd038bdaed_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:26044987ded8bf944da915148c69be6e247e3e1fca35f0c9d0abfdbb61071e93_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:26044987ded8bf944da915148c69be6e247e3e1fca35f0c9d0abfdbb61071e93_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:26044987ded8bf944da915148c69be6e247e3e1fca35f0c9d0abfdbb61071e93_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:a988a8373d3f22e2c162052a01e7eba15cab6d0fae768bf76759aeb333c5838c_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:a988a8373d3f22e2c162052a01e7eba15cab6d0fae768bf76759aeb333c5838c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:a988a8373d3f22e2c162052a01e7eba15cab6d0fae768bf76759aeb333c5838c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:aef67ae561902de2e77f7cbf09b98be2efaae40bbfa671d33a73874a9fca506f_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:aef67ae561902de2e77f7cbf09b98be2efaae40bbfa671d33a73874a9fca506f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:aef67ae561902de2e77f7cbf09b98be2efaae40bbfa671d33a73874a9fca506f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:22ca0ebc3fe663bf0e9270067ddae2e143bbe0401ec4be56f56399dd038bdaed_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:22ca0ebc3fe663bf0e9270067ddae2e143bbe0401ec4be56f56399dd038bdaed_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:22ca0ebc3fe663bf0e9270067ddae2e143bbe0401ec4be56f56399dd038bdaed_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:26044987ded8bf944da915148c69be6e247e3e1fca35f0c9d0abfdbb61071e93_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:26044987ded8bf944da915148c69be6e247e3e1fca35f0c9d0abfdbb61071e93_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:26044987ded8bf944da915148c69be6e247e3e1fca35f0c9d0abfdbb61071e93_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:a988a8373d3f22e2c162052a01e7eba15cab6d0fae768bf76759aeb333c5838c_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:a988a8373d3f22e2c162052a01e7eba15cab6d0fae768bf76759aeb333c5838c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:a988a8373d3f22e2c162052a01e7eba15cab6d0fae768bf76759aeb333c5838c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:aef67ae561902de2e77f7cbf09b98be2efaae40bbfa671d33a73874a9fca506f_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:aef67ae561902de2e77f7cbf09b98be2efaae40bbfa671d33a73874a9fca506f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:aef67ae561902de2e77f7cbf09b98be2efaae40bbfa671d33a73874a9fca506f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:3d60041633a1f162c71979b435c96e1b5188df0e04e0349602ac6ef7ae91fa08_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:3d60041633a1f162c71979b435c96e1b5188df0e04e0349602ac6ef7ae91fa08_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:3d60041633a1f162c71979b435c96e1b5188df0e04e0349602ac6ef7ae91fa08_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:61dcb1b12d90c58eb1095cedd0f8d050b1f61e68d3bc05037e8e94c274bcd855_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:61dcb1b12d90c58eb1095cedd0f8d050b1f61e68d3bc05037e8e94c274bcd855_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:61dcb1b12d90c58eb1095cedd0f8d050b1f61e68d3bc05037e8e94c274bcd855_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:85363677c4bb40f00d43ca5d6491b03bf73b5aa2cdd514509a8168ab8c47399a_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:85363677c4bb40f00d43ca5d6491b03bf73b5aa2cdd514509a8168ab8c47399a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:85363677c4bb40f00d43ca5d6491b03bf73b5aa2cdd514509a8168ab8c47399a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:b2d065c15021ff26eaf335e8365b797c9c0c9b54c2722a4fd88b015d2f3b2aba_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:b2d065c15021ff26eaf335e8365b797c9c0c9b54c2722a4fd88b015d2f3b2aba_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:b2d065c15021ff26eaf335e8365b797c9c0c9b54c2722a4fd88b015d2f3b2aba_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:3d60041633a1f162c71979b435c96e1b5188df0e04e0349602ac6ef7ae91fa08_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:3d60041633a1f162c71979b435c96e1b5188df0e04e0349602ac6ef7ae91fa08_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:3d60041633a1f162c71979b435c96e1b5188df0e04e0349602ac6ef7ae91fa08_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:61dcb1b12d90c58eb1095cedd0f8d050b1f61e68d3bc05037e8e94c274bcd855_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:61dcb1b12d90c58eb1095cedd0f8d050b1f61e68d3bc05037e8e94c274bcd855_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:61dcb1b12d90c58eb1095cedd0f8d050b1f61e68d3bc05037e8e94c274bcd855_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:85363677c4bb40f00d43ca5d6491b03bf73b5aa2cdd514509a8168ab8c47399a_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:85363677c4bb40f00d43ca5d6491b03bf73b5aa2cdd514509a8168ab8c47399a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:85363677c4bb40f00d43ca5d6491b03bf73b5aa2cdd514509a8168ab8c47399a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:b2d065c15021ff26eaf335e8365b797c9c0c9b54c2722a4fd88b015d2f3b2aba_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:b2d065c15021ff26eaf335e8365b797c9c0c9b54c2722a4fd88b015d2f3b2aba_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:b2d065c15021ff26eaf335e8365b797c9c0c9b54c2722a4fd88b015d2f3b2aba_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:089dbe82b1e1deff569436e344928255e7446795ee2c1965551941f4dfcc20fd_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:089dbe82b1e1deff569436e344928255e7446795ee2c1965551941f4dfcc20fd_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:089dbe82b1e1deff569436e344928255e7446795ee2c1965551941f4dfcc20fd_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:52d2793450c879e8cc2df405b8f9ce03239f3ac832705bf8bf071b6d6c1aab00_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:52d2793450c879e8cc2df405b8f9ce03239f3ac832705bf8bf071b6d6c1aab00_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:52d2793450c879e8cc2df405b8f9ce03239f3ac832705bf8bf071b6d6c1aab00_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:5d68aba559ef836f0992f78c78a8dc79fb5a680dab2abbc876a25041ab8767e8_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:5d68aba559ef836f0992f78c78a8dc79fb5a680dab2abbc876a25041ab8767e8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:5d68aba559ef836f0992f78c78a8dc79fb5a680dab2abbc876a25041ab8767e8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:a40345997aab0e6dfe1830ffcc76320acb4a19743cd8ddc249de4dde99697d7c_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:a40345997aab0e6dfe1830ffcc76320acb4a19743cd8ddc249de4dde99697d7c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:a40345997aab0e6dfe1830ffcc76320acb4a19743cd8ddc249de4dde99697d7c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:089dbe82b1e1deff569436e344928255e7446795ee2c1965551941f4dfcc20fd_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:089dbe82b1e1deff569436e344928255e7446795ee2c1965551941f4dfcc20fd_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:089dbe82b1e1deff569436e344928255e7446795ee2c1965551941f4dfcc20fd_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:52d2793450c879e8cc2df405b8f9ce03239f3ac832705bf8bf071b6d6c1aab00_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:52d2793450c879e8cc2df405b8f9ce03239f3ac832705bf8bf071b6d6c1aab00_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:52d2793450c879e8cc2df405b8f9ce03239f3ac832705bf8bf071b6d6c1aab00_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:5d68aba559ef836f0992f78c78a8dc79fb5a680dab2abbc876a25041ab8767e8_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:5d68aba559ef836f0992f78c78a8dc79fb5a680dab2abbc876a25041ab8767e8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:5d68aba559ef836f0992f78c78a8dc79fb5a680dab2abbc876a25041ab8767e8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:a40345997aab0e6dfe1830ffcc76320acb4a19743cd8ddc249de4dde99697d7c_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:a40345997aab0e6dfe1830ffcc76320acb4a19743cd8ddc249de4dde99697d7c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:a40345997aab0e6dfe1830ffcc76320acb4a19743cd8ddc249de4dde99697d7c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:08a79a55c753372a11f38e7573bfc6a930e21cfd4cf78a583b298c2955fd76b3_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:08a79a55c753372a11f38e7573bfc6a930e21cfd4cf78a583b298c2955fd76b3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:08a79a55c753372a11f38e7573bfc6a930e21cfd4cf78a583b298c2955fd76b3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:656c38b2cc045e620277466f42436ba47633b284107fd2dd77b2a20b6d92fb65_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:656c38b2cc045e620277466f42436ba47633b284107fd2dd77b2a20b6d92fb65_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:656c38b2cc045e620277466f42436ba47633b284107fd2dd77b2a20b6d92fb65_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:efbdf6e8cb6fbf9141f2459feb49bd1e4f9b99d0607331337ecbcca851c6b2d3_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:efbdf6e8cb6fbf9141f2459feb49bd1e4f9b99d0607331337ecbcca851c6b2d3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:efbdf6e8cb6fbf9141f2459feb49bd1e4f9b99d0607331337ecbcca851c6b2d3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:ff3fa757849d5246cc4998aef80a5a8192ea48221bfabdde42d3eda664f00107_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:ff3fa757849d5246cc4998aef80a5a8192ea48221bfabdde42d3eda664f00107_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:ff3fa757849d5246cc4998aef80a5a8192ea48221bfabdde42d3eda664f00107_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer@sha256:0ced086ae1f60e918833e7296b812627bb201d461f64b154b238e6cdabb543e7_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:0ced086ae1f60e918833e7296b812627bb201d461f64b154b238e6cdabb543e7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer@sha256:0ced086ae1f60e918833e7296b812627bb201d461f64b154b238e6cdabb543e7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer@sha256:825705cde8c5cea16fff7f61b99fb8fe77b00fbf9f910dcf980491c836299a9d_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:825705cde8c5cea16fff7f61b99fb8fe77b00fbf9f910dcf980491c836299a9d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer@sha256:825705cde8c5cea16fff7f61b99fb8fe77b00fbf9f910dcf980491c836299a9d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer@sha256:84f0338a3c427ac9c88708f5611286972a71a0b67425a82b28e6b9cdb0777fdb_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:84f0338a3c427ac9c88708f5611286972a71a0b67425a82b28e6b9cdb0777fdb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer@sha256:84f0338a3c427ac9c88708f5611286972a71a0b67425a82b28e6b9cdb0777fdb_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer@sha256:db72294ec20391b00df5aff0c61131e458d53c77f8e7ad46221bbc1a0e48c627_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:db72294ec20391b00df5aff0c61131e458d53c77f8e7ad46221bbc1a0e48c627_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer@sha256:db72294ec20391b00df5aff0c61131e458d53c77f8e7ad46221bbc1a0e48c627_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder@sha256:3abf569beb7de9365d996b72deb8d16da11619ef721f4d7f244d275123308faf_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:3abf569beb7de9365d996b72deb8d16da11619ef721f4d7f244d275123308faf_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder@sha256:3abf569beb7de9365d996b72deb8d16da11619ef721f4d7f244d275123308faf_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder@sha256:95fe24d21ca65114bb288e30d3ebd77954db630a4a3162dbe877aab4dd9c5cb4_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:95fe24d21ca65114bb288e30d3ebd77954db630a4a3162dbe877aab4dd9c5cb4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder@sha256:95fe24d21ca65114bb288e30d3ebd77954db630a4a3162dbe877aab4dd9c5cb4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder@sha256:e2a10747ca1f65c6d894e6eae44dd77d1ee826e60311c7fbf11ccb5ba3b35c20_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:e2a10747ca1f65c6d894e6eae44dd77d1ee826e60311c7fbf11ccb5ba3b35c20_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder@sha256:e2a10747ca1f65c6d894e6eae44dd77d1ee826e60311c7fbf11ccb5ba3b35c20_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder@sha256:e6e84f0ec9ae5b483ef8872c9703908b595a6d0fbbdc368e19eca8b58121025f_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:e6e84f0ec9ae5b483ef8872c9703908b595a6d0fbbdc368e19eca8b58121025f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder@sha256:e6e84f0ec9ae5b483ef8872c9703908b595a6d0fbbdc368e19eca8b58121025f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry@sha256:5999694f230c5fac3ce7b5f2c74922088b437067f775d23e01e0340453f9188f_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:5999694f230c5fac3ce7b5f2c74922088b437067f775d23e01e0340453f9188f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry@sha256:5999694f230c5fac3ce7b5f2c74922088b437067f775d23e01e0340453f9188f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry@sha256:a91dfaca38590d32108269bab1c7eb59444931bd7a994de781398f50d228d988_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:a91dfaca38590d32108269bab1c7eb59444931bd7a994de781398f50d228d988_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry@sha256:a91dfaca38590d32108269bab1c7eb59444931bd7a994de781398f50d228d988_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry@sha256:b7947f27cc0ffedc07e93c3a5450cd87405352f93b39bdf66c1c045312497d35_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:b7947f27cc0ffedc07e93c3a5450cd87405352f93b39bdf66c1c045312497d35_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry@sha256:b7947f27cc0ffedc07e93c3a5450cd87405352f93b39bdf66c1c045312497d35_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry@sha256:bda4051ff681d545c59cc6e9a02583278236f267de53b3c68605635689eef2e9_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:bda4051ff681d545c59cc6e9a02583278236f267de53b3c68605635689eef2e9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry@sha256:bda4051ff681d545c59cc6e9a02583278236f267de53b3c68605635689eef2e9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:58e76dc80151dc5fbdd3089685b72d74b1aa8b98de2d5ef1525071fd972ef623_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:58e76dc80151dc5fbdd3089685b72d74b1aa8b98de2d5ef1525071fd972ef623_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:58e76dc80151dc5fbdd3089685b72d74b1aa8b98de2d5ef1525071fd972ef623_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:692e57961b5cb2225ea4d757cc5e19ddee4ae1bd5fd89429cde7ae9ed0ac0c5c_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:692e57961b5cb2225ea4d757cc5e19ddee4ae1bd5fd89429cde7ae9ed0ac0c5c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:692e57961b5cb2225ea4d757cc5e19ddee4ae1bd5fd89429cde7ae9ed0ac0c5c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a80a31405351245150ab8feebb87ba63f5cb9dc5ebc85d560a89941f983a70b7_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a80a31405351245150ab8feebb87ba63f5cb9dc5ebc85d560a89941f983a70b7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a80a31405351245150ab8feebb87ba63f5cb9dc5ebc85d560a89941f983a70b7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d73bfeebb2c2c0b386d5b2e909bbb815e9c39f6e82869d9cffcac5767f2de172_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d73bfeebb2c2c0b386d5b2e909bbb815e9c39f6e82869d9cffcac5767f2de172_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d73bfeebb2c2c0b386d5b2e909bbb815e9c39f6e82869d9cffcac5767f2de172_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:3ba88359360ca1532c5224ba2acad3d1588ca40bfc4829ccb8c85ea19bc129a7_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:3ba88359360ca1532c5224ba2acad3d1588ca40bfc4829ccb8c85ea19bc129a7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:3ba88359360ca1532c5224ba2acad3d1588ca40bfc4829ccb8c85ea19bc129a7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:b237d7893ab617e9c2f53933cd87f2062de4b6621db677403e11ab58a0de10bc_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:b237d7893ab617e9c2f53933cd87f2062de4b6621db677403e11ab58a0de10bc_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:b237d7893ab617e9c2f53933cd87f2062de4b6621db677403e11ab58a0de10bc_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:f9bb0780a4d8be56bea13e9ab0f834835e04e7e8570494d37798ddb60bc8d7e1_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:f9bb0780a4d8be56bea13e9ab0f834835e04e7e8570494d37798ddb60bc8d7e1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:f9bb0780a4d8be56bea13e9ab0f834835e04e7e8570494d37798ddb60bc8d7e1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4f02b77a2cab5ccdcccba93d51d2a5d9a92ceff151236ffdb8390ac4a67a4af6_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4f02b77a2cab5ccdcccba93d51d2a5d9a92ceff151236ffdb8390ac4a67a4af6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4f02b77a2cab5ccdcccba93d51d2a5d9a92ceff151236ffdb8390ac4a67a4af6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:5510f4dcb3215d46c7c73b0f84744d94adc13d45066885abcc522c9f80185152_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:5510f4dcb3215d46c7c73b0f84744d94adc13d45066885abcc522c9f80185152_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:5510f4dcb3215d46c7c73b0f84744d94adc13d45066885abcc522c9f80185152_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:6db471dd0c0492d33613a34a2e53a1c025f1d34cfd3d7e4d2b4009276806433b_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:6db471dd0c0492d33613a34a2e53a1c025f1d34cfd3d7e4d2b4009276806433b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:6db471dd0c0492d33613a34a2e53a1c025f1d34cfd3d7e4d2b4009276806433b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:1a40166f257d1ab58f04543cafd99a8b7fd88d8d0a1c970dd9b771b0f01534a9_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:1a40166f257d1ab58f04543cafd99a8b7fd88d8d0a1c970dd9b771b0f01534a9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:1a40166f257d1ab58f04543cafd99a8b7fd88d8d0a1c970dd9b771b0f01534a9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:678ee1ac6110db9cc2380674735c94ed5f18c5c2d75137179ea2e100517ed2b3_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:678ee1ac6110db9cc2380674735c94ed5f18c5c2d75137179ea2e100517ed2b3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:678ee1ac6110db9cc2380674735c94ed5f18c5c2d75137179ea2e100517ed2b3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:d19a14818ee13265fc1722ed2700a2943e56942442ce4bebb322c80ad0f2c5ab_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:d19a14818ee13265fc1722ed2700a2943e56942442ce4bebb322c80ad0f2c5ab_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:d19a14818ee13265fc1722ed2700a2943e56942442ce4bebb322c80ad0f2c5ab_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:2b6431891ea6d2f9af668ae5afecc0dc6719ce7314bd59a89ec344cd46214565_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:2b6431891ea6d2f9af668ae5afecc0dc6719ce7314bd59a89ec344cd46214565_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:2b6431891ea6d2f9af668ae5afecc0dc6719ce7314bd59a89ec344cd46214565_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:60b68743e0d82aa2c39c47afd70a39fa7da4426772b946bc4afd8558350d500f_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:60b68743e0d82aa2c39c47afd70a39fa7da4426772b946bc4afd8558350d500f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:60b68743e0d82aa2c39c47afd70a39fa7da4426772b946bc4afd8558350d500f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:aa2fe1a953150e3e4160160fc7a121c952e8b7805564ec63339aed27ab2dd3f6_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:aa2fe1a953150e3e4160160fc7a121c952e8b7805564ec63339aed27ab2dd3f6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:aa2fe1a953150e3e4160160fc7a121c952e8b7805564ec63339aed27ab2dd3f6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:00fde8b59b779b0b068e80b2e1874c7d351022aa4142d779016f08798955270b_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:00fde8b59b779b0b068e80b2e1874c7d351022aa4142d779016f08798955270b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:00fde8b59b779b0b068e80b2e1874c7d351022aa4142d779016f08798955270b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:13a92758fa914e1267dfeea1896210d3a2a665ad05c9256b1b0192bb8abdaa7a_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:13a92758fa914e1267dfeea1896210d3a2a665ad05c9256b1b0192bb8abdaa7a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:13a92758fa914e1267dfeea1896210d3a2a665ad05c9256b1b0192bb8abdaa7a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:146f072051e97a611f39759f5a5c419a883b0e64a1362b205806913b6a8153d9_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:146f072051e97a611f39759f5a5c419a883b0e64a1362b205806913b6a8153d9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:146f072051e97a611f39759f5a5c419a883b0e64a1362b205806913b6a8153d9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:3c37d2d3853372a7304e39921f4462a44d81136ce24188e7b61fb63e73c97e5d_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:3c37d2d3853372a7304e39921f4462a44d81136ce24188e7b61fb63e73c97e5d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:3c37d2d3853372a7304e39921f4462a44d81136ce24188e7b61fb63e73c97e5d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:97427755eeb8b957837189ef49fb894b743508a1950645e8f42a08eb7b3ee0bd_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:97427755eeb8b957837189ef49fb894b743508a1950645e8f42a08eb7b3ee0bd_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:97427755eeb8b957837189ef49fb894b743508a1950645e8f42a08eb7b3ee0bd_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c03bbab0f14b2ca0db5a24c2cb646899fe1a4eb4cbbbf987c3b17b22bcd3d995_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c03bbab0f14b2ca0db5a24c2cb646899fe1a4eb4cbbbf987c3b17b22bcd3d995_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c03bbab0f14b2ca0db5a24c2cb646899fe1a4eb4cbbbf987c3b17b22bcd3d995_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fa8d5b44b4fd8273f20ab466a88a29d6ea344484995566640c17c67cb0e7d7ea_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fa8d5b44b4fd8273f20ab466a88a29d6ea344484995566640c17c67cb0e7d7ea_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fa8d5b44b4fd8273f20ab466a88a29d6ea344484995566640c17c67cb0e7d7ea_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fc06fe0990909d66e2981f12a6fb0f35967f834089bb348e0c4442d47d087214_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fc06fe0990909d66e2981f12a6fb0f35967f834089bb348e0c4442d47d087214_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fc06fe0990909d66e2981f12a6fb0f35967f834089bb348e0c4442d47d087214_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:2199c2a7a9e5f483699e62faede55d3df35fedcd4ca8768f05f48e0fcdb71fe0_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:2199c2a7a9e5f483699e62faede55d3df35fedcd4ca8768f05f48e0fcdb71fe0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:2199c2a7a9e5f483699e62faede55d3df35fedcd4ca8768f05f48e0fcdb71fe0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:756352e643e268c63330c33c30ee12e27fceda1239390fc991f06589dbd78959_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:756352e643e268c63330c33c30ee12e27fceda1239390fc991f06589dbd78959_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:756352e643e268c63330c33c30ee12e27fceda1239390fc991f06589dbd78959_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:81c0edf7f04fd4d89dcabc840e84288dab661a2dd7eec8553867ccb5acda9b5b_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:81c0edf7f04fd4d89dcabc840e84288dab661a2dd7eec8553867ccb5acda9b5b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:81c0edf7f04fd4d89dcabc840e84288dab661a2dd7eec8553867ccb5acda9b5b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:856deaffcb6e4b4b9d7503e91f3d23b8767100a1c8c72a6c472e1f882631833c_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:856deaffcb6e4b4b9d7503e91f3d23b8767100a1c8c72a6c472e1f882631833c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:856deaffcb6e4b4b9d7503e91f3d23b8767100a1c8c72a6c472e1f882631833c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:5dd9628769aeb00b44e9a18fcbe1d56e7b172805be508e7b4ea85ab1b21fca3c_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:5dd9628769aeb00b44e9a18fcbe1d56e7b172805be508e7b4ea85ab1b21fca3c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:5dd9628769aeb00b44e9a18fcbe1d56e7b172805be508e7b4ea85ab1b21fca3c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:6d25728b5108a7941285b8bfca698ccda25d72dbefcfe12dba929cbb0c24690a_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:6d25728b5108a7941285b8bfca698ccda25d72dbefcfe12dba929cbb0c24690a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:6d25728b5108a7941285b8bfca698ccda25d72dbefcfe12dba929cbb0c24690a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:7bad17203de6fe7f1ca5e3d3f192a154d48368b6d877b66e60825c41041600e3_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:7bad17203de6fe7f1ca5e3d3f192a154d48368b6d877b66e60825c41041600e3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:7bad17203de6fe7f1ca5e3d3f192a154d48368b6d877b66e60825c41041600e3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:94a23b1f97ca91ee3195c6ea07b4d867d32c717279fb9159bdaf3413f8e05582_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:94a23b1f97ca91ee3195c6ea07b4d867d32c717279fb9159bdaf3413f8e05582_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:94a23b1f97ca91ee3195c6ea07b4d867d32c717279fb9159bdaf3413f8e05582_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:17dc9edba250dc41896d18e2dab48a9fe51c08f0cedca362566f504bc1b90ecb_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:17dc9edba250dc41896d18e2dab48a9fe51c08f0cedca362566f504bc1b90ecb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:17dc9edba250dc41896d18e2dab48a9fe51c08f0cedca362566f504bc1b90ecb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:f3148cf7ab32c8d179feeadd09f57c3f3a8296aa4b013d24f63d61afcf57b0f3_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:f3148cf7ab32c8d179feeadd09f57c3f3a8296aa4b013d24f63d61afcf57b0f3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:f3148cf7ab32c8d179feeadd09f57c3f3a8296aa4b013d24f63d61afcf57b0f3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:beadf30285a781c710de30bc1ae87d2e8a3bc13c2646dc55ba8fdedeeeaa018e_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:beadf30285a781c710de30bc1ae87d2e8a3bc13c2646dc55ba8fdedeeeaa018e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:beadf30285a781c710de30bc1ae87d2e8a3bc13c2646dc55ba8fdedeeeaa018e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:db6b71f10ce51d3b8940b551ed77c786b402a12bb287ef3bc614b259b44713d6_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:db6b71f10ce51d3b8940b551ed77c786b402a12bb287ef3bc614b259b44713d6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:db6b71f10ce51d3b8940b551ed77c786b402a12bb287ef3bc614b259b44713d6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:38bf5373f8d67ef1c79741f697d9454328072f615def597752078137b38f65d1_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:38bf5373f8d67ef1c79741f697d9454328072f615def597752078137b38f65d1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:38bf5373f8d67ef1c79741f697d9454328072f615def597752078137b38f65d1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:9358fffe89e2f3a4783f6f3fbde49c1b19984f3e0252f4749c3e42ec8d8f5523_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:9358fffe89e2f3a4783f6f3fbde49c1b19984f3e0252f4749c3e42ec8d8f5523_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:9358fffe89e2f3a4783f6f3fbde49c1b19984f3e0252f4749c3e42ec8d8f5523_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:e49ce33f3bead2227d446c2b8ca852dbaff56af0e95f2882d4c1404286c22b3e_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:e49ce33f3bead2227d446c2b8ca852dbaff56af0e95f2882d4c1404286c22b3e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:e49ce33f3bead2227d446c2b8ca852dbaff56af0e95f2882d4c1404286c22b3e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:b234daf9313e3efc2362f79a513d35bd15bb7c9b7a6aa936e12fa3a53feb7412_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:b234daf9313e3efc2362f79a513d35bd15bb7c9b7a6aa936e12fa3a53feb7412_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:b234daf9313e3efc2362f79a513d35bd15bb7c9b7a6aa936e12fa3a53feb7412_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:efec04960159b197a0626461dde2e11512787cfa6c71190a180ce6bdc9ff8c60_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:efec04960159b197a0626461dde2e11512787cfa6c71190a180ce6bdc9ff8c60_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:efec04960159b197a0626461dde2e11512787cfa6c71190a180ce6bdc9ff8c60_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:a68d4bcf134f78d2de8cb1bd1d9639ba484dfc613da1668f4bb2a044d5582f4f_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:a68d4bcf134f78d2de8cb1bd1d9639ba484dfc613da1668f4bb2a044d5582f4f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:a68d4bcf134f78d2de8cb1bd1d9639ba484dfc613da1668f4bb2a044d5582f4f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:ce2d048651c8b159bfe370425e5bead6a0873253ddbd6d6497ff429369798968_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:ce2d048651c8b159bfe370425e5bead6a0873253ddbd6d6497ff429369798968_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:ce2d048651c8b159bfe370425e5bead6a0873253ddbd6d6497ff429369798968_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:75bea5902fd17c1e4b9d9115cd160c55ed9aedd67ca5fbd14e9b0a013eb1feaf_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:75bea5902fd17c1e4b9d9115cd160c55ed9aedd67ca5fbd14e9b0a013eb1feaf_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:75bea5902fd17c1e4b9d9115cd160c55ed9aedd67ca5fbd14e9b0a013eb1feaf_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:78a6b3728b3e9c807b1b80ef6e79d29e5df49b5c92c5580ff31b9c2d6d013ceb_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:78a6b3728b3e9c807b1b80ef6e79d29e5df49b5c92c5580ff31b9c2d6d013ceb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:78a6b3728b3e9c807b1b80ef6e79d29e5df49b5c92c5580ff31b9c2d6d013ceb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:ae98a6ec26befeca00294a2b0c7ce210bc7bace1f220571a35c04ec14db03e5b_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:ae98a6ec26befeca00294a2b0c7ce210bc7bace1f220571a35c04ec14db03e5b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:ae98a6ec26befeca00294a2b0c7ce210bc7bace1f220571a35c04ec14db03e5b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:ed131d0cfadf5b581837ae7b345053603eef694a0e074a6d88f992c55c3d896c_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:ed131d0cfadf5b581837ae7b345053603eef694a0e074a6d88f992c55c3d896c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:ed131d0cfadf5b581837ae7b345053603eef694a0e074a6d88f992c55c3d896c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:18380c9080b259cc8d02487331e3ef1247d2308e6b1e70ce803426d36c0e1f27_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:18380c9080b259cc8d02487331e3ef1247d2308e6b1e70ce803426d36c0e1f27_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:18380c9080b259cc8d02487331e3ef1247d2308e6b1e70ce803426d36c0e1f27_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:1f51177c9d6e9d8adb6f61d1b171549573506a7a4d826e539c9aa8f942507705_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:1f51177c9d6e9d8adb6f61d1b171549573506a7a4d826e539c9aa8f942507705_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:1f51177c9d6e9d8adb6f61d1b171549573506a7a4d826e539c9aa8f942507705_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:b2ffb8ad7db07d9f7069d160daba5b7a73de760c7cc161106301d3654883553f_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:b2ffb8ad7db07d9f7069d160daba5b7a73de760c7cc161106301d3654883553f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:b2ffb8ad7db07d9f7069d160daba5b7a73de760c7cc161106301d3654883553f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:dddec677a6081085ad00e206077030bb99713e506277e2ced311d492e86dab02_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:dddec677a6081085ad00e206077030bb99713e506277e2ced311d492e86dab02_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:dddec677a6081085ad00e206077030bb99713e506277e2ced311d492e86dab02_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer@sha256:38563974217bdd53752fdd063138b0a11e90b85dff7f9c7537de064033f36966_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:38563974217bdd53752fdd063138b0a11e90b85dff7f9c7537de064033f36966_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer@sha256:38563974217bdd53752fdd063138b0a11e90b85dff7f9c7537de064033f36966_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer@sha256:c420d49c96f376956982296e7a03f4febfe0cde367fc95ab63a87642e0b361c1_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:c420d49c96f376956982296e7a03f4febfe0cde367fc95ab63a87642e0b361c1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer@sha256:c420d49c96f376956982296e7a03f4febfe0cde367fc95ab63a87642e0b361c1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer@sha256:ca2eac21c18a227f5672c8d3b50469953b29cd369792a207614b8b25291eb931_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:ca2eac21c18a227f5672c8d3b50469953b29cd369792a207614b8b25291eb931_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer@sha256:ca2eac21c18a227f5672c8d3b50469953b29cd369792a207614b8b25291eb931_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer@sha256:e5b54fd6da54c520f1cff80858c7bfb5b8b4b378fa7a57ffacee623b1d77cc43_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:e5b54fd6da54c520f1cff80858c7bfb5b8b4b378fa7a57ffacee623b1d77cc43_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer@sha256:e5b54fd6da54c520f1cff80858c7bfb5b8b4b378fa7a57ffacee623b1d77cc43_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:5a30a1eb1091054facc200e9518afd543192758a9bf2e664e44cfc531e10978b_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:5a30a1eb1091054facc200e9518afd543192758a9bf2e664e44cfc531e10978b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:5a30a1eb1091054facc200e9518afd543192758a9bf2e664e44cfc531e10978b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:d8b63cb4fcd259a66eebb6605a7a105384cdb4cec042952b966b4f8bfabebf4f_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:d8b63cb4fcd259a66eebb6605a7a105384cdb4cec042952b966b4f8bfabebf4f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:d8b63cb4fcd259a66eebb6605a7a105384cdb4cec042952b966b4f8bfabebf4f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:6f4aa5824d6ecd57443e2bb696bd3e79703269df862ccc42d56f9f9d7e060f50_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:6f4aa5824d6ecd57443e2bb696bd3e79703269df862ccc42d56f9f9d7e060f50_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:6f4aa5824d6ecd57443e2bb696bd3e79703269df862ccc42d56f9f9d7e060f50_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:7924a3056fabcec515d879413e5b88ef00fcb7451c884b7f7743d3679f127a12_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:7924a3056fabcec515d879413e5b88ef00fcb7451c884b7f7743d3679f127a12_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:7924a3056fabcec515d879413e5b88ef00fcb7451c884b7f7743d3679f127a12_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:7cd191dbc1db9d5266bb1e1f958871b6b12cc93ad7394482f6a53bf5cee83dc6_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:7cd191dbc1db9d5266bb1e1f958871b6b12cc93ad7394482f6a53bf5cee83dc6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:7cd191dbc1db9d5266bb1e1f958871b6b12cc93ad7394482f6a53bf5cee83dc6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:9dd169e3a46ae8eaf47028070e752a308cec0418f8102dbedadd4210b867e706_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:9dd169e3a46ae8eaf47028070e752a308cec0418f8102dbedadd4210b867e706_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:9dd169e3a46ae8eaf47028070e752a308cec0418f8102dbedadd4210b867e706_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:c6e0507565b5274a8b474e772093d75c2f58ce178da633c24cfdaae3264b2a8a_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:c6e0507565b5274a8b474e772093d75c2f58ce178da633c24cfdaae3264b2a8a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:c6e0507565b5274a8b474e772093d75c2f58ce178da633c24cfdaae3264b2a8a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:f85276401d03d6f3dbe5de6fab4cdd44379d4e3cbc3d0ea53efce7eb9ac59d60_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:f85276401d03d6f3dbe5de6fab4cdd44379d4e3cbc3d0ea53efce7eb9ac59d60_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:f85276401d03d6f3dbe5de6fab4cdd44379d4e3cbc3d0ea53efce7eb9ac59d60_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:321c1737ee36a2b23ac9e1ac85368965bd0f120d8577f5999c3f6d3797b0a6c7_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:321c1737ee36a2b23ac9e1ac85368965bd0f120d8577f5999c3f6d3797b0a6c7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:321c1737ee36a2b23ac9e1ac85368965bd0f120d8577f5999c3f6d3797b0a6c7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:449dd56bdd7e138d514aaa0c4d9489bc2d8e01b0b4c459131b116f221e2956f1_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:449dd56bdd7e138d514aaa0c4d9489bc2d8e01b0b4c459131b116f221e2956f1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:449dd56bdd7e138d514aaa0c4d9489bc2d8e01b0b4c459131b116f221e2956f1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:50ffb33fdbac78a475913b7e307e730d40a5934c743cda0cf45d05f6b5712459_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:50ffb33fdbac78a475913b7e307e730d40a5934c743cda0cf45d05f6b5712459_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:50ffb33fdbac78a475913b7e307e730d40a5934c743cda0cf45d05f6b5712459_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:61dcb76dde13dd2ca7d6573f2a7c09a5cfcda1de1294e5a506d07e14e5408a90_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:61dcb76dde13dd2ca7d6573f2a7c09a5cfcda1de1294e5a506d07e14e5408a90_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:61dcb76dde13dd2ca7d6573f2a7c09a5cfcda1de1294e5a506d07e14e5408a90_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:4636f3477179b218c2ada2c241a65d804f0798743da95e3a171830736f383160_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:4636f3477179b218c2ada2c241a65d804f0798743da95e3a171830736f383160_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:4636f3477179b218c2ada2c241a65d804f0798743da95e3a171830736f383160_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:83e26b219bffb578d76bf9842585f4307e41a8f6f20610054842b3526dc5424e_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:83e26b219bffb578d76bf9842585f4307e41a8f6f20610054842b3526dc5424e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:83e26b219bffb578d76bf9842585f4307e41a8f6f20610054842b3526dc5424e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:8d806e0cf0b13ce667b08498833473314716c59b6bac3ab96d2d7956e7ec86bb_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:8d806e0cf0b13ce667b08498833473314716c59b6bac3ab96d2d7956e7ec86bb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:8d806e0cf0b13ce667b08498833473314716c59b6bac3ab96d2d7956e7ec86bb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:efef95d7a9a80b5919d54fcddd2d2996294988efefd8e286f33902ba4b94df81_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:efef95d7a9a80b5919d54fcddd2d2996294988efefd8e286f33902ba4b94df81_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:efef95d7a9a80b5919d54fcddd2d2996294988efefd8e286f33902ba4b94df81_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy@sha256:99811313942236572f7ac4c4726f6709609452a3da5e811463e7a9263285d8dd_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:99811313942236572f7ac4c4726f6709609452a3da5e811463e7a9263285d8dd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy@sha256:99811313942236572f7ac4c4726f6709609452a3da5e811463e7a9263285d8dd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy@sha256:a3027db225c166629284e11ab26f4d8dfc41a2fff2deacc99df5c4ce151b5fd3_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:a3027db225c166629284e11ab26f4d8dfc41a2fff2deacc99df5c4ce151b5fd3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy@sha256:a3027db225c166629284e11ab26f4d8dfc41a2fff2deacc99df5c4ce151b5fd3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy@sha256:c7b4aebff94f6bb707d9c4ca28ef6c6060571be88d9b9eb53cddc39fc1456f76_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:c7b4aebff94f6bb707d9c4ca28ef6c6060571be88d9b9eb53cddc39fc1456f76_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy@sha256:c7b4aebff94f6bb707d9c4ca28ef6c6060571be88d9b9eb53cddc39fc1456f76_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy@sha256:d7ac53074e1cfc8218326b613104a28aae4cee1c67785de8cfa755d1772ebb13_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:d7ac53074e1cfc8218326b613104a28aae4cee1c67785de8cfa755d1772ebb13_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy@sha256:d7ac53074e1cfc8218326b613104a28aae4cee1c67785de8cfa755d1772ebb13_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:56056031eb0746e98052842eb628a66ed222b1dfa1c7cba6e511b4bb4fe05533_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:56056031eb0746e98052842eb628a66ed222b1dfa1c7cba6e511b4bb4fe05533_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:56056031eb0746e98052842eb628a66ed222b1dfa1c7cba6e511b4bb4fe05533_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:79f3b697eb24b1f1fb941a3adb768c4fc11e742e4de8b917900fbb301f5605d4_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:79f3b697eb24b1f1fb941a3adb768c4fc11e742e4de8b917900fbb301f5605d4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:79f3b697eb24b1f1fb941a3adb768c4fc11e742e4de8b917900fbb301f5605d4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:cacdca41cd532e2a84e1acd9a392a5ad73cd5f74b0215da3ebbce77885afe1d4_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:cacdca41cd532e2a84e1acd9a392a5ad73cd5f74b0215da3ebbce77885afe1d4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:cacdca41cd532e2a84e1acd9a392a5ad73cd5f74b0215da3ebbce77885afe1d4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:d1d39bd6c538c62ec5e18435e712b1798183951d4238a970eb4ee037a9a70f51_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:d1d39bd6c538c62ec5e18435e712b1798183951d4238a970eb4ee037a9a70f51_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:d1d39bd6c538c62ec5e18435e712b1798183951d4238a970eb4ee037a9a70f51_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:634a8c373f209fb3cf1a9251bc2cd8cfecf9390b71ed4089a57865bf15013d4b_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:634a8c373f209fb3cf1a9251bc2cd8cfecf9390b71ed4089a57865bf15013d4b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:634a8c373f209fb3cf1a9251bc2cd8cfecf9390b71ed4089a57865bf15013d4b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:8a9dd162f613ba32fae56bc1b9f1ed10c577b4e3aa3c42bb08e3abe76e820c82_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:8a9dd162f613ba32fae56bc1b9f1ed10c577b4e3aa3c42bb08e3abe76e820c82_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:8a9dd162f613ba32fae56bc1b9f1ed10c577b4e3aa3c42bb08e3abe76e820c82_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:9906a9d16a474aa1d103c169b6e64b13009511c45a7df76fecf76ef0e25f2a29_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:9906a9d16a474aa1d103c169b6e64b13009511c45a7df76fecf76ef0e25f2a29_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:9906a9d16a474aa1d103c169b6e64b13009511c45a7df76fecf76ef0e25f2a29_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:bad61947f5ee2cd63364f8ca7cfaf343294934b448a96b4e0c86db4430bef34c_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:bad61947f5ee2cd63364f8ca7cfaf343294934b448a96b4e0c86db4430bef34c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:bad61947f5ee2cd63364f8ca7cfaf343294934b448a96b4e0c86db4430bef34c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:00608f5cbc3440cf612a54f7dab4812bdf3c65cb0639e2ad68695f95f399a559_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:00608f5cbc3440cf612a54f7dab4812bdf3c65cb0639e2ad68695f95f399a559_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:00608f5cbc3440cf612a54f7dab4812bdf3c65cb0639e2ad68695f95f399a559_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:577f1f21d3e9a632d5fec2d0545ef62cda58a2f71dfcd2a7cb0ddf420841092b_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:577f1f21d3e9a632d5fec2d0545ef62cda58a2f71dfcd2a7cb0ddf420841092b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:577f1f21d3e9a632d5fec2d0545ef62cda58a2f71dfcd2a7cb0ddf420841092b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:6cb0fb8c18dd7ffc43887ad12374f540c4844b62b69adbcd9286820e51249309_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:6cb0fb8c18dd7ffc43887ad12374f540c4844b62b69adbcd9286820e51249309_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:6cb0fb8c18dd7ffc43887ad12374f540c4844b62b69adbcd9286820e51249309_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:dea046947cc52f5b617e5c2e273ed1fa409fda43a2dc0eeaacd1fc0f27fe7ee3_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:dea046947cc52f5b617e5c2e273ed1fa409fda43a2dc0eeaacd1fc0f27fe7ee3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:dea046947cc52f5b617e5c2e273ed1fa409fda43a2dc0eeaacd1fc0f27fe7ee3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:813370f8fcb5b9e8830be339da8c73c5303a5a9755b18a8d26b4ad58007d2825_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:813370f8fcb5b9e8830be339da8c73c5303a5a9755b18a8d26b4ad58007d2825_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:813370f8fcb5b9e8830be339da8c73c5303a5a9755b18a8d26b4ad58007d2825_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:aec19cf38f563bcb9c4254432305bf11883020c9e2a25b0f50f71981ef6aa161_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:aec19cf38f563bcb9c4254432305bf11883020c9e2a25b0f50f71981ef6aa161_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:aec19cf38f563bcb9c4254432305bf11883020c9e2a25b0f50f71981ef6aa161_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:e8de1336623bf1366668f6a56a55b5553692303ddb4950a4158176dd78a458cd_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:e8de1336623bf1366668f6a56a55b5553692303ddb4950a4158176dd78a458cd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:e8de1336623bf1366668f6a56a55b5553692303ddb4950a4158176dd78a458cd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:fc3f344bdf3d6f5d9c0e940aee5e25662b05ccf1b8827f81ba140835534b655a_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:fc3f344bdf3d6f5d9c0e940aee5e25662b05ccf1b8827f81ba140835534b655a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:fc3f344bdf3d6f5d9c0e940aee5e25662b05ccf1b8827f81ba140835534b655a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:8e925337d28c451279d1922b0dab9ce2a4919e0bd75a293db234518c09ccfa92_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:8e925337d28c451279d1922b0dab9ce2a4919e0bd75a293db234518c09ccfa92_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:8e925337d28c451279d1922b0dab9ce2a4919e0bd75a293db234518c09ccfa92_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:d134d9f1085573b2ecfa5380e17eafa45cb573ce00da1c62e0ca769c6ac28f6d_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:d134d9f1085573b2ecfa5380e17eafa45cb573ce00da1c62e0ca769c6ac28f6d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:d134d9f1085573b2ecfa5380e17eafa45cb573ce00da1c62e0ca769c6ac28f6d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:0d4f60f600d906f1122152da7b8b0449a938f5f4dfb2ed198065d2bd3a2ebc5f_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:0d4f60f600d906f1122152da7b8b0449a938f5f4dfb2ed198065d2bd3a2ebc5f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:0d4f60f600d906f1122152da7b8b0449a938f5f4dfb2ed198065d2bd3a2ebc5f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:803ecd02649eef62da8885831e2d38917ba51b891573c195b323298bd71432bc_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:803ecd02649eef62da8885831e2d38917ba51b891573c195b323298bd71432bc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:803ecd02649eef62da8885831e2d38917ba51b891573c195b323298bd71432bc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:174f58ecc534af5ba1915d204f2e829972d3632652864eb1d61a95de29de7eb2_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:174f58ecc534af5ba1915d204f2e829972d3632652864eb1d61a95de29de7eb2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:174f58ecc534af5ba1915d204f2e829972d3632652864eb1d61a95de29de7eb2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:64efbcaeb77bbfaefd493170eadd2eacf6af2da186b53ee1803fa2283b2e5711_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:64efbcaeb77bbfaefd493170eadd2eacf6af2da186b53ee1803fa2283b2e5711_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:64efbcaeb77bbfaefd493170eadd2eacf6af2da186b53ee1803fa2283b2e5711_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:969b7220dee835ce08b1d039027c776c83b6ad3da5388772daf26e4c8f09cc80_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:969b7220dee835ce08b1d039027c776c83b6ad3da5388772daf26e4c8f09cc80_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:969b7220dee835ce08b1d039027c776c83b6ad3da5388772daf26e4c8f09cc80_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:f01e210631aa090775e7f3b07b8012da4a4c53ecf3aea6fd9bf8ca08d49d511f_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:f01e210631aa090775e7f3b07b8012da4a4c53ecf3aea6fd9bf8ca08d49d511f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:f01e210631aa090775e7f3b07b8012da4a4c53ecf3aea6fd9bf8ca08d49d511f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-operator@sha256:2e07fb199c7724f86935b745dfb5c77991205c9c4c45ee5961abb57abd0cb823_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:2e07fb199c7724f86935b745dfb5c77991205c9c4c45ee5961abb57abd0cb823_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-operator@sha256:2e07fb199c7724f86935b745dfb5c77991205c9c4c45ee5961abb57abd0cb823_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-operator@sha256:ade497f48de9224ae91409818c6e0571e634891a84ad0057b508c3ac85b21b05_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:ade497f48de9224ae91409818c6e0571e634891a84ad0057b508c3ac85b21b05_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-operator@sha256:ade497f48de9224ae91409818c6e0571e634891a84ad0057b508c3ac85b21b05_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-operator@sha256:c495c52ec300a44ef4173edf15624688b38011a3ff5cd738bca779757e42d958_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:c495c52ec300a44ef4173edf15624688b38011a3ff5cd738bca779757e42d958_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-operator@sha256:c495c52ec300a44ef4173edf15624688b38011a3ff5cd738bca779757e42d958_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-operator@sha256:c983af07026014d73b6cfc0d06fdd31a7dbebcbdee204cba1a672d24608d4d14_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:c983af07026014d73b6cfc0d06fdd31a7dbebcbdee204cba1a672d24608d4d14_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-operator@sha256:c983af07026014d73b6cfc0d06fdd31a7dbebcbdee204cba1a672d24608d4d14_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:21209efc735beb2bbc8daca5776cea1ccc5418b51b97b799561fcb751e8491ce_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:21209efc735beb2bbc8daca5776cea1ccc5418b51b97b799561fcb751e8491ce_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:21209efc735beb2bbc8daca5776cea1ccc5418b51b97b799561fcb751e8491ce_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:e87a5743e86e549e3b17b57cb6c3a93724ab85796407a3e4a0a816bb75a9a36e_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:e87a5743e86e549e3b17b57cb6c3a93724ab85796407a3e4a0a816bb75a9a36e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:e87a5743e86e549e3b17b57cb6c3a93724ab85796407a3e4a0a816bb75a9a36e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:166c39667529c8deaa8cb6bdcd0f973c115a44a33ce2371e0c956cf157498d45_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:166c39667529c8deaa8cb6bdcd0f973c115a44a33ce2371e0c956cf157498d45_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:166c39667529c8deaa8cb6bdcd0f973c115a44a33ce2371e0c956cf157498d45_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:e527f1aecb09a2c40e856370615b16e7797be1f9b82848e862eb88a42a9e3eee_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:e527f1aecb09a2c40e856370615b16e7797be1f9b82848e862eb88a42a9e3eee_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:e527f1aecb09a2c40e856370615b16e7797be1f9b82848e862eb88a42a9e3eee_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:4b743b7d2d78e0f2a887ab796b2ac9a150988aaec67dff3adde88687e46f7b1a_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:4b743b7d2d78e0f2a887ab796b2ac9a150988aaec67dff3adde88687e46f7b1a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:4b743b7d2d78e0f2a887ab796b2ac9a150988aaec67dff3adde88687e46f7b1a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:4bc8956bb61c0451b1fc424ec1b8abb2a4af487ed8911d952c367592d31a4f3a_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:4bc8956bb61c0451b1fc424ec1b8abb2a4af487ed8911d952c367592d31a4f3a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:4bc8956bb61c0451b1fc424ec1b8abb2a4af487ed8911d952c367592d31a4f3a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:71c807e7cea2c0944f06dcf96bbffd21dee4672e7274dc817dbbcdb65677a6ae_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:71c807e7cea2c0944f06dcf96bbffd21dee4672e7274dc817dbbcdb65677a6ae_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:71c807e7cea2c0944f06dcf96bbffd21dee4672e7274dc817dbbcdb65677a6ae_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:59adbd89a4a3fcb8f845a9f951063c2c059e9b67c043351ab1ac1128e0cb066d_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:59adbd89a4a3fcb8f845a9f951063c2c059e9b67c043351ab1ac1128e0cb066d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:59adbd89a4a3fcb8f845a9f951063c2c059e9b67c043351ab1ac1128e0cb066d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:8ece29e4b3c200c4b113a12e23ba43349fdeb827b050ab1179b97d929de452d9_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:8ece29e4b3c200c4b113a12e23ba43349fdeb827b050ab1179b97d929de452d9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:8ece29e4b3c200c4b113a12e23ba43349fdeb827b050ab1179b97d929de452d9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:b9c9b5e975e00da4e745d6caacf725e37ef8510727d354d65a96cbb51fcdaa86_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:b9c9b5e975e00da4e745d6caacf725e37ef8510727d354d65a96cbb51fcdaa86_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:b9c9b5e975e00da4e745d6caacf725e37ef8510727d354d65a96cbb51fcdaa86_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:c738b9609d40a0bd2c17207f9113948c95e55f4e216f2dcb1f37a42914669d6d_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:c738b9609d40a0bd2c17207f9113948c95e55f4e216f2dcb1f37a42914669d6d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:c738b9609d40a0bd2c17207f9113948c95e55f4e216f2dcb1f37a42914669d6d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:81cfb4ee1ae877a6ac439db16b4f91ff789b50b8f02908858954afc51e7d9b19_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:81cfb4ee1ae877a6ac439db16b4f91ff789b50b8f02908858954afc51e7d9b19_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:81cfb4ee1ae877a6ac439db16b4f91ff789b50b8f02908858954afc51e7d9b19_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:ab00d7940fe91a26c7f45e6824c8afc516bb655a6c725c0a3200ce164e127596_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:ab00d7940fe91a26c7f45e6824c8afc516bb655a6c725c0a3200ce164e127596_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:ab00d7940fe91a26c7f45e6824c8afc516bb655a6c725c0a3200ce164e127596_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:b95d59ca455992dacfdf186d011dc3dfb0844827c944b91da28c1b1e678948b8_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:b95d59ca455992dacfdf186d011dc3dfb0844827c944b91da28c1b1e678948b8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:b95d59ca455992dacfdf186d011dc3dfb0844827c944b91da28c1b1e678948b8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:f1adacb5d83f6207a7cbf196c82d30feef5a41fddd90520fc0026396494f2ffe_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:f1adacb5d83f6207a7cbf196c82d30feef5a41fddd90520fc0026396494f2ffe_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:f1adacb5d83f6207a7cbf196c82d30feef5a41fddd90520fc0026396494f2ffe_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:0857e1c73c07b272f017af571c91b3bcdc108540ec002da89b11ed2690c03de5_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:0857e1c73c07b272f017af571c91b3bcdc108540ec002da89b11ed2690c03de5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:0857e1c73c07b272f017af571c91b3bcdc108540ec002da89b11ed2690c03de5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:0b2599c96ad1b12dd5ebbfafa53327fae38e586b269eddfd3ac87e51d38ff0c3_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:0b2599c96ad1b12dd5ebbfafa53327fae38e586b269eddfd3ac87e51d38ff0c3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:0b2599c96ad1b12dd5ebbfafa53327fae38e586b269eddfd3ac87e51d38ff0c3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:750954c71fd9789e0e4a93f2cdb25e4b6a8e4c292bc7f6c28397619c980ca118_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:750954c71fd9789e0e4a93f2cdb25e4b6a8e4c292bc7f6c28397619c980ca118_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:750954c71fd9789e0e4a93f2cdb25e4b6a8e4c292bc7f6c28397619c980ca118_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:68a7b4a2434007d41d8c0f29accfe43e00b04ef18101a3b400213c4eda9117db_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:68a7b4a2434007d41d8c0f29accfe43e00b04ef18101a3b400213c4eda9117db_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:68a7b4a2434007d41d8c0f29accfe43e00b04ef18101a3b400213c4eda9117db_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:96538bfc448f0d0649d003f11b49f989ca36e10838f34fb91a9f7ca8967d574d_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:96538bfc448f0d0649d003f11b49f989ca36e10838f34fb91a9f7ca8967d574d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:96538bfc448f0d0649d003f11b49f989ca36e10838f34fb91a9f7ca8967d574d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:c2853ae37c6d4f1a44d5f03f77825030fd584268fe67856fa611487d2aef7afc_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:c2853ae37c6d4f1a44d5f03f77825030fd584268fe67856fa611487d2aef7afc_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:c2853ae37c6d4f1a44d5f03f77825030fd584268fe67856fa611487d2aef7afc_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:d2e88346989d7c7c40b556408761a58f3e179856ccadc1e7780d103981eba9f5_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:d2e88346989d7c7c40b556408761a58f3e179856ccadc1e7780d103981eba9f5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:d2e88346989d7c7c40b556408761a58f3e179856ccadc1e7780d103981eba9f5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:08a1038d6b2be6effe347769a0e2fc89c43caeb44dac796c34481274072534b0_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:08a1038d6b2be6effe347769a0e2fc89c43caeb44dac796c34481274072534b0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:08a1038d6b2be6effe347769a0e2fc89c43caeb44dac796c34481274072534b0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:5ba881fb649a3cfaebc470b0fbcbcfb799df2205477e3263adab655bffb4c268_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:5ba881fb649a3cfaebc470b0fbcbcfb799df2205477e3263adab655bffb4c268_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:5ba881fb649a3cfaebc470b0fbcbcfb799df2205477e3263adab655bffb4c268_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:c8974096b8764ffbb4a9f8279a485508e9457c0f7e176c77cb779d3ea585a15f_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:c8974096b8764ffbb4a9f8279a485508e9457c0f7e176c77cb779d3ea585a15f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:c8974096b8764ffbb4a9f8279a485508e9457c0f7e176c77cb779d3ea585a15f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:fea604dc691a2515b1c9a34f6b41afb60287a5420f30b8957911403885658e04_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:fea604dc691a2515b1c9a34f6b41afb60287a5420f30b8957911403885658e04_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:fea604dc691a2515b1c9a34f6b41afb60287a5420f30b8957911403885658e04_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni@sha256:69411bfaeb395222009f0ca46a1bc3e456907b650a285f56e26eb207c7ca4383_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:69411bfaeb395222009f0ca46a1bc3e456907b650a285f56e26eb207c7ca4383_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni@sha256:69411bfaeb395222009f0ca46a1bc3e456907b650a285f56e26eb207c7ca4383_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni@sha256:e20e87ddf196803191368f1dc4f6cca4465c1a92fbcbe29851ebb1f908a55038_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:e20e87ddf196803191368f1dc4f6cca4465c1a92fbcbe29851ebb1f908a55038_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni@sha256:e20e87ddf196803191368f1dc4f6cca4465c1a92fbcbe29851ebb1f908a55038_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni@sha256:f051e24c3447762f3476242739a696f882ba9ce210fe775256dac55eb28fcad4_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:f051e24c3447762f3476242739a696f882ba9ce210fe775256dac55eb28fcad4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni@sha256:f051e24c3447762f3476242739a696f882ba9ce210fe775256dac55eb28fcad4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni@sha256:f385411362f79afcf35acac0f49acdfef8b9f5ebdabdb20cb4143f33bb505733_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:f385411362f79afcf35acac0f49acdfef8b9f5ebdabdb20cb4143f33bb505733_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni@sha256:f385411362f79afcf35acac0f49acdfef8b9f5ebdabdb20cb4143f33bb505733_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:2e6cf654f0c887465ff3b3ddca67c12e2510a6b82a69705e1fd055ed30cdd9b2_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:2e6cf654f0c887465ff3b3ddca67c12e2510a6b82a69705e1fd055ed30cdd9b2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:2e6cf654f0c887465ff3b3ddca67c12e2510a6b82a69705e1fd055ed30cdd9b2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:56e0fe3c3d2aabb7c30c6ddd28d07b3005cb128c82a5d0a51dfc8cf1f1cfd2a4_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:56e0fe3c3d2aabb7c30c6ddd28d07b3005cb128c82a5d0a51dfc8cf1f1cfd2a4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:56e0fe3c3d2aabb7c30c6ddd28d07b3005cb128c82a5d0a51dfc8cf1f1cfd2a4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:8c01bbae6f1cd673c1ac45ee550a792409e534a1fbfc4489269c5d849c4fb119_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:8c01bbae6f1cd673c1ac45ee550a792409e534a1fbfc4489269c5d849c4fb119_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:8c01bbae6f1cd673c1ac45ee550a792409e534a1fbfc4489269c5d849c4fb119_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:bbd136c9bee87cfd71601d22fc05f16a7b07996f39b41195cf5105a84f0e847c_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:bbd136c9bee87cfd71601d22fc05f16a7b07996f39b41195cf5105a84f0e847c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:bbd136c9bee87cfd71601d22fc05f16a7b07996f39b41195cf5105a84f0e847c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:683316d9efb43eeb14a1e3ac0c8f8bd98771819389d89c1c0ceab8afb3e61c35_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:683316d9efb43eeb14a1e3ac0c8f8bd98771819389d89c1c0ceab8afb3e61c35_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:683316d9efb43eeb14a1e3ac0c8f8bd98771819389d89c1c0ceab8afb3e61c35_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:c91b7c636c3672e3a38ff2c5964d9352f573b32abd2205a6bcabd6f555068c9e_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:c91b7c636c3672e3a38ff2c5964d9352f573b32abd2205a6bcabd6f555068c9e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:c91b7c636c3672e3a38ff2c5964d9352f573b32abd2205a6bcabd6f555068c9e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:e1091f8361184469358998047fb0916f7f8a22706609fd0a9ba5610bc17e947a_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:e1091f8361184469358998047fb0916f7f8a22706609fd0a9ba5610bc17e947a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:e1091f8361184469358998047fb0916f7f8a22706609fd0a9ba5610bc17e947a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:e9a2908a457f2935037d9f4a27d85d77fa334c4ed7fdd1f593040e0bec592161_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:e9a2908a457f2935037d9f4a27d85d77fa334c4ed7fdd1f593040e0bec592161_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:e9a2908a457f2935037d9f4a27d85d77fa334c4ed7fdd1f593040e0bec592161_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:15131025164bf722ebed8724e62f4b70ba018f3d9c671476f33e3485ce3a43fe_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:15131025164bf722ebed8724e62f4b70ba018f3d9c671476f33e3485ce3a43fe_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:15131025164bf722ebed8724e62f4b70ba018f3d9c671476f33e3485ce3a43fe_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:400674850f994c9de28b9e5686789e97eb0dcb235474f8f3a42068790d63bb09_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:400674850f994c9de28b9e5686789e97eb0dcb235474f8f3a42068790d63bb09_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:400674850f994c9de28b9e5686789e97eb0dcb235474f8f3a42068790d63bb09_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:5bc0e064ce599860205080a84750abb3de613a2735ec5f67ea4431a7a6f9249c_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:5bc0e064ce599860205080a84750abb3de613a2735ec5f67ea4431a7a6f9249c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:5bc0e064ce599860205080a84750abb3de613a2735ec5f67ea4431a7a6f9249c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:a7fe5ae007435227287fe4f4e9e1c75f53905ac1c1e4eeb183e9dfe865a611e9_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:a7fe5ae007435227287fe4f4e9e1c75f53905ac1c1e4eeb183e9dfe865a611e9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:a7fe5ae007435227287fe4f4e9e1c75f53905ac1c1e4eeb183e9dfe865a611e9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather@sha256:2936230694f5ed225050c118595e401be4360ef7d899cf3554c42e40bf82921a_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:2936230694f5ed225050c118595e401be4360ef7d899cf3554c42e40bf82921a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather@sha256:2936230694f5ed225050c118595e401be4360ef7d899cf3554c42e40bf82921a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather@sha256:3578bc2eb20c76eaf6120449b7842f8d502269454f962379b026b1342482af0f_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:3578bc2eb20c76eaf6120449b7842f8d502269454f962379b026b1342482af0f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather@sha256:3578bc2eb20c76eaf6120449b7842f8d502269454f962379b026b1342482af0f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather@sha256:afe42b2c8f953258782138392a88fd1413fb2097c648d559ceff1f3975dbb1a6_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:afe42b2c8f953258782138392a88fd1413fb2097c648d559ceff1f3975dbb1a6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather@sha256:afe42b2c8f953258782138392a88fd1413fb2097c648d559ceff1f3975dbb1a6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather@sha256:fc8f8e4042ffc6ff97d75d2c97c2df435a7f2ac27d54109d4873ddac71a82069_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:fc8f8e4042ffc6ff97d75d2c97c2df435a7f2ac27d54109d4873ddac71a82069_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather@sha256:fc8f8e4042ffc6ff97d75d2c97c2df435a7f2ac27d54109d4873ddac71a82069_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:1eee004700ca936c97efdbb97384677f3e3f2a2d42606967c1cf9c6765317154_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:1eee004700ca936c97efdbb97384677f3e3f2a2d42606967c1cf9c6765317154_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:1eee004700ca936c97efdbb97384677f3e3f2a2d42606967c1cf9c6765317154_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:2575052c200b4367f535e1bc653561492dedea225ae80f298045f4309c20f7df_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:2575052c200b4367f535e1bc653561492dedea225ae80f298045f4309c20f7df_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:2575052c200b4367f535e1bc653561492dedea225ae80f298045f4309c20f7df_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:921d77cf40e5f25b256c397a9538deb9b5214fd1dd320b272ec73f368d965325_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:921d77cf40e5f25b256c397a9538deb9b5214fd1dd320b272ec73f368d965325_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:921d77cf40e5f25b256c397a9538deb9b5214fd1dd320b272ec73f368d965325_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:ff3548b2acf73724ef2672fdc0533ca212dd20cc55842efb49a4302a3d152c1b_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:ff3548b2acf73724ef2672fdc0533ca212dd20cc55842efb49a4302a3d152c1b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:ff3548b2acf73724ef2672fdc0533ca212dd20cc55842efb49a4302a3d152c1b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:4ef2b930ab6b1fb2f7c50dea6b34d55d45fc3fc4464b871359ab105145ef6b6c_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:4ef2b930ab6b1fb2f7c50dea6b34d55d45fc3fc4464b871359ab105145ef6b6c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:4ef2b930ab6b1fb2f7c50dea6b34d55d45fc3fc4464b871359ab105145ef6b6c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:85d787413a3e60a0064132f45a19fdb810082bd401429e8248ff4df750bdad12_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:85d787413a3e60a0064132f45a19fdb810082bd401429e8248ff4df750bdad12_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:85d787413a3e60a0064132f45a19fdb810082bd401429e8248ff4df750bdad12_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:8eb4f27d2d6db0545c96878704a8d5265ba9d847dd8b6ac823cfe8ff6689554e_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:8eb4f27d2d6db0545c96878704a8d5265ba9d847dd8b6ac823cfe8ff6689554e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:8eb4f27d2d6db0545c96878704a8d5265ba9d847dd8b6ac823cfe8ff6689554e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:ede9c2be4904769a47aafef33f068a0e67b8458746c74199efe17d745624d3bd_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:ede9c2be4904769a47aafef33f068a0e67b8458746c74199efe17d745624d3bd_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:ede9c2be4904769a47aafef33f068a0e67b8458746c74199efe17d745624d3bd_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:8e1c3cb2cc5f294d03e007b0aaf322662c3c6c09245c61a9553eb7b33a02d3cb_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:8e1c3cb2cc5f294d03e007b0aaf322662c3c6c09245c61a9553eb7b33a02d3cb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:8e1c3cb2cc5f294d03e007b0aaf322662c3c6c09245c61a9553eb7b33a02d3cb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:8bfa6e267d4b8d65d364bcef54b1c09399a64dd7a5c97116e2b8358e0cde0cf6_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:8bfa6e267d4b8d65d364bcef54b1c09399a64dd7a5c97116e2b8358e0cde0cf6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:8bfa6e267d4b8d65d364bcef54b1c09399a64dd7a5c97116e2b8358e0cde0cf6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:00d9e9b53df16cf21513e47c4a980eeaf3358af5472a4a66f7b8ee422a3313da_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:00d9e9b53df16cf21513e47c4a980eeaf3358af5472a4a66f7b8ee422a3313da_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:00d9e9b53df16cf21513e47c4a980eeaf3358af5472a4a66f7b8ee422a3313da_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:3148750b4508846de939bd0907eadecf7d8258443b4a3d7fc30b93c39c4abb63_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:3148750b4508846de939bd0907eadecf7d8258443b4a3d7fc30b93c39c4abb63_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:3148750b4508846de939bd0907eadecf7d8258443b4a3d7fc30b93c39c4abb63_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:646817898e42b4ddb0768945180739b794aec7dc3e31f5ba809569d87bdc1fe0_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:646817898e42b4ddb0768945180739b794aec7dc3e31f5ba809569d87bdc1fe0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:646817898e42b4ddb0768945180739b794aec7dc3e31f5ba809569d87bdc1fe0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:7fff4f51c84e229eb72015faf1e6d9939545cfd1a6766b8f1e4f10f17029aaeb_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:7fff4f51c84e229eb72015faf1e6d9939545cfd1a6766b8f1e4f10f17029aaeb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:7fff4f51c84e229eb72015faf1e6d9939545cfd1a6766b8f1e4f10f17029aaeb_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy@sha256:2e487cac721a6c9b8cff331ded53fc6ad0397aecbd51c1384632319d573bf601_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:2e487cac721a6c9b8cff331ded53fc6ad0397aecbd51c1384632319d573bf601_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy@sha256:2e487cac721a6c9b8cff331ded53fc6ad0397aecbd51c1384632319d573bf601_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy@sha256:4f4729ce2ba297f713fdf02edc3ba34d649ab2e7d648a47af99ad762fe4c9e4d_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:4f4729ce2ba297f713fdf02edc3ba34d649ab2e7d648a47af99ad762fe4c9e4d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy@sha256:4f4729ce2ba297f713fdf02edc3ba34d649ab2e7d648a47af99ad762fe4c9e4d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy@sha256:691e2b24b901f3e1a669bbf5188b16e80c8e8d99433463f36aa6ad087ccb11ff_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:691e2b24b901f3e1a669bbf5188b16e80c8e8d99433463f36aa6ad087ccb11ff_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy@sha256:691e2b24b901f3e1a669bbf5188b16e80c8e8d99433463f36aa6ad087ccb11ff_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy@sha256:9bb9f5cd5e94fc8041d25e9a9d10aad1be92c734c8a8dd618c93e2d2cbe27c99_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:9bb9f5cd5e94fc8041d25e9a9d10aad1be92c734c8a8dd618c93e2d2cbe27c99_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy@sha256:9bb9f5cd5e94fc8041d25e9a9d10aad1be92c734c8a8dd618c93e2d2cbe27c99_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:48d371c93bb28c4282f540750b91ac299178ee320a79178b28ef77d294cc2452_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:48d371c93bb28c4282f540750b91ac299178ee320a79178b28ef77d294cc2452_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:48d371c93bb28c4282f540750b91ac299178ee320a79178b28ef77d294cc2452_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:4919f1c330d56e5dbdc091d33e5fce13cbdac96876e773a8109ce807dee67b4d_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:4919f1c330d56e5dbdc091d33e5fce13cbdac96876e773a8109ce807dee67b4d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:4919f1c330d56e5dbdc091d33e5fce13cbdac96876e773a8109ce807dee67b4d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:a6a13a734f336edbf73c601da1990c2eced4e74fabdcc6f66c6075278574730c_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:a6a13a734f336edbf73c601da1990c2eced4e74fabdcc6f66c6075278574730c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:a6a13a734f336edbf73c601da1990c2eced4e74fabdcc6f66c6075278574730c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:d0147210992ca5d1b5d8465029135f3f5c400f7f15ed001858b6415946a22fbc_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:d0147210992ca5d1b5d8465029135f3f5c400f7f15ed001858b6415946a22fbc_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:d0147210992ca5d1b5d8465029135f3f5c400f7f15ed001858b6415946a22fbc_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:14587c92943288e6c9f56d60476f40b8f15ce7f1056913e5b4cf33f0a83af7c9_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:14587c92943288e6c9f56d60476f40b8f15ce7f1056913e5b4cf33f0a83af7c9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:14587c92943288e6c9f56d60476f40b8f15ce7f1056913e5b4cf33f0a83af7c9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:9356fbf52e0dafc970befd18d5337a29e2496242b221727095c83d850ed45d62_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:9356fbf52e0dafc970befd18d5337a29e2496242b221727095c83d850ed45d62_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:9356fbf52e0dafc970befd18d5337a29e2496242b221727095c83d850ed45d62_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:d3c0890549855355461d90eeac26335cb114a584af9698af531eee0bbd809807_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:d3c0890549855355461d90eeac26335cb114a584af9698af531eee0bbd809807_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:d3c0890549855355461d90eeac26335cb114a584af9698af531eee0bbd809807_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:f6ade0ad3a5e4952955f2d40c0d867eaf290de111a2c35bcbaf7b59c3b734490_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:f6ade0ad3a5e4952955f2d40c0d867eaf290de111a2c35bcbaf7b59c3b734490_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:f6ade0ad3a5e4952955f2d40c0d867eaf290de111a2c35bcbaf7b59c3b734490_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:26baac061161143b4960d00cdc53adbe77aa5fa52b415b3ae3de1cacb18a5634_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:26baac061161143b4960d00cdc53adbe77aa5fa52b415b3ae3de1cacb18a5634_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:26baac061161143b4960d00cdc53adbe77aa5fa52b415b3ae3de1cacb18a5634_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:2d74639836f3384e157e3e1fccc2c10a90aef742c8d8c826317fd5ea88b1284a_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:2d74639836f3384e157e3e1fccc2c10a90aef742c8d8c826317fd5ea88b1284a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:2d74639836f3384e157e3e1fccc2c10a90aef742c8d8c826317fd5ea88b1284a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:46823bab7a55eaeb658763753c36e75a89494371926db2f9d8c48375f03a04ab_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:46823bab7a55eaeb658763753c36e75a89494371926db2f9d8c48375f03a04ab_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:46823bab7a55eaeb658763753c36e75a89494371926db2f9d8c48375f03a04ab_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:b135940892cdd26c7e983f3c37d6d492cc588767dafb5960e1d5e9642ac48e5a_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:b135940892cdd26c7e983f3c37d6d492cc588767dafb5960e1d5e9642ac48e5a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:b135940892cdd26c7e983f3c37d6d492cc588767dafb5960e1d5e9642ac48e5a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:2899f24f2fca98123800e88171603fe6022226299341679474740be10d59053b_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:2899f24f2fca98123800e88171603fe6022226299341679474740be10d59053b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:2899f24f2fca98123800e88171603fe6022226299341679474740be10d59053b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:354ff055338adaec79759136d29087337e0658ca64cdefb447e8fe4157a8003e_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:354ff055338adaec79759136d29087337e0658ca64cdefb447e8fe4157a8003e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:354ff055338adaec79759136d29087337e0658ca64cdefb447e8fe4157a8003e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:58b4935884a488e6c796db1c1a8e37189e2b76dad3a18483ccf06368a8c84e6a_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:58b4935884a488e6c796db1c1a8e37189e2b76dad3a18483ccf06368a8c84e6a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:58b4935884a488e6c796db1c1a8e37189e2b76dad3a18483ccf06368a8c84e6a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:6e0ed09893071387d638004e2c9177d1933ba9cd59145ab3ecaf4167c9e955fe_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:6e0ed09893071387d638004e2c9177d1933ba9cd59145ab3ecaf4167c9e955fe_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:6e0ed09893071387d638004e2c9177d1933ba9cd59145ab3ecaf4167c9e955fe_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:17306fddebdf61a0a4bffd5ba6cf4bf595701c14553fb87968985e670e3a7f55_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:17306fddebdf61a0a4bffd5ba6cf4bf595701c14553fb87968985e670e3a7f55_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:17306fddebdf61a0a4bffd5ba6cf4bf595701c14553fb87968985e670e3a7f55_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:18325aacfd110965ec933fd9cb5a873a88572fa0507be6f64519c42306266846_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:18325aacfd110965ec933fd9cb5a873a88572fa0507be6f64519c42306266846_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:18325aacfd110965ec933fd9cb5a873a88572fa0507be6f64519c42306266846_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:33b3ac785f10dce0378b5ce81e84d4d6799e0ee2e573b45e4fa8bcba3ae83d9b_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:33b3ac785f10dce0378b5ce81e84d4d6799e0ee2e573b45e4fa8bcba3ae83d9b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:33b3ac785f10dce0378b5ce81e84d4d6799e0ee2e573b45e4fa8bcba3ae83d9b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:a15084c226ef3a1bb0488c272ffdf4a59bacdb293d0f1d2d3b0d3ede8fc856ee_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:a15084c226ef3a1bb0488c272ffdf4a59bacdb293d0f1d2d3b0d3ede8fc856ee_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:a15084c226ef3a1bb0488c272ffdf4a59bacdb293d0f1d2d3b0d3ede8fc856ee_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:039085f52e4730608fdc2cf5023460e7b1496a87d34c3f44e958be30e93bc88e_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:039085f52e4730608fdc2cf5023460e7b1496a87d34c3f44e958be30e93bc88e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:039085f52e4730608fdc2cf5023460e7b1496a87d34c3f44e958be30e93bc88e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:799213061337226fac59a610753c8b5b5b2feca766753702303a51ae0f7f4ac8_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:799213061337226fac59a610753c8b5b5b2feca766753702303a51ae0f7f4ac8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:799213061337226fac59a610753c8b5b5b2feca766753702303a51ae0f7f4ac8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:dc9f4de544635597483c56742772b5c471ff16f2220ed4a75aeaca2b28a6a40e_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:dc9f4de544635597483c56742772b5c471ff16f2220ed4a75aeaca2b28a6a40e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:dc9f4de544635597483c56742772b5c471ff16f2220ed4a75aeaca2b28a6a40e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:fd8bab3b8804bb1b4ac56408fad43519fbe11ded255435ac22e20f162fe27252_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:fd8bab3b8804bb1b4ac56408fad43519fbe11ded255435ac22e20f162fe27252_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:fd8bab3b8804bb1b4ac56408fad43519fbe11ded255435ac22e20f162fe27252_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:246d18436f5aa8a6e9de5a6ea2a81c09bc21e37ba02ffe57fe836937ee54565a_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:246d18436f5aa8a6e9de5a6ea2a81c09bc21e37ba02ffe57fe836937ee54565a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:246d18436f5aa8a6e9de5a6ea2a81c09bc21e37ba02ffe57fe836937ee54565a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:2814b78bfe377098e59e5e252759ed64e1d3db9cd00f117ee48983a01d3bbab4_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:2814b78bfe377098e59e5e252759ed64e1d3db9cd00f117ee48983a01d3bbab4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:2814b78bfe377098e59e5e252759ed64e1d3db9cd00f117ee48983a01d3bbab4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:c7c37e63f204f3063bfd8f34e6f984c41e07718194379f86265a47749e269d6b_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:c7c37e63f204f3063bfd8f34e6f984c41e07718194379f86265a47749e269d6b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:c7c37e63f204f3063bfd8f34e6f984c41e07718194379f86265a47749e269d6b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:fdeafcdb178182b8484c50c321886f8b2611d27ee4fd1a7906eaac8054ab9625_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:fdeafcdb178182b8484c50c321886f8b2611d27ee4fd1a7906eaac8054ab9625_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:fdeafcdb178182b8484c50c321886f8b2611d27ee4fd1a7906eaac8054ab9625_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:1d6862cc2b12521141b533f7ebfc42e558af07195fafbb8f7be6ab7e64ecab34_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:1d6862cc2b12521141b533f7ebfc42e558af07195fafbb8f7be6ab7e64ecab34_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:1d6862cc2b12521141b533f7ebfc42e558af07195fafbb8f7be6ab7e64ecab34_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2d473ff75f549db1505984e23280fa2f3a6570d19d7ed72f78bf0ca6330f0e91_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2d473ff75f549db1505984e23280fa2f3a6570d19d7ed72f78bf0ca6330f0e91_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2d473ff75f549db1505984e23280fa2f3a6570d19d7ed72f78bf0ca6330f0e91_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:4b721f641f5fe989d9a0ec209ab4921d001360aa570cd2a7a9e5879c8e1804f4_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:4b721f641f5fe989d9a0ec209ab4921d001360aa570cd2a7a9e5879c8e1804f4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:4b721f641f5fe989d9a0ec209ab4921d001360aa570cd2a7a9e5879c8e1804f4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:713d23b937eb12215688c4d67649aaf4270ece88b5197ff85fd3486b89ecf572_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:713d23b937eb12215688c4d67649aaf4270ece88b5197ff85fd3486b89ecf572_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:713d23b937eb12215688c4d67649aaf4270ece88b5197ff85fd3486b89ecf572_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:3d1d10391974723b15b31315b9c99c98b8296c61032905893a88e42f739f4a54_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:3d1d10391974723b15b31315b9c99c98b8296c61032905893a88e42f739f4a54_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:3d1d10391974723b15b31315b9c99c98b8296c61032905893a88e42f739f4a54_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:65fec2305e5a5e05b89b507b3356a8686bd11372b59d1ea078a3c9794c2805fc_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:65fec2305e5a5e05b89b507b3356a8686bd11372b59d1ea078a3c9794c2805fc_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:65fec2305e5a5e05b89b507b3356a8686bd11372b59d1ea078a3c9794c2805fc_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:c4a5f8deb979c46d9c6babc5d52d026a0de3bbdf08238fcb798a05b6a76d69ea_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:c4a5f8deb979c46d9c6babc5d52d026a0de3bbdf08238fcb798a05b6a76d69ea_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:c4a5f8deb979c46d9c6babc5d52d026a0de3bbdf08238fcb798a05b6a76d69ea_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:cb06db0919e77bd26200cf8610277dd5feb9e627de2dfe43317fb4256be7cd0b_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:cb06db0919e77bd26200cf8610277dd5feb9e627de2dfe43317fb4256be7cd0b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:cb06db0919e77bd26200cf8610277dd5feb9e627de2dfe43317fb4256be7cd0b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:214521bf60ec834c8d397bcf685e2ebbe39921f4deee0c09b9601253d929e583_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:214521bf60ec834c8d397bcf685e2ebbe39921f4deee0c09b9601253d929e583_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:214521bf60ec834c8d397bcf685e2ebbe39921f4deee0c09b9601253d929e583_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:5b057bc84cdc3f1749467d0ef85cf09d6a06f783ab16fb57c5cc19554ce720f3_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:5b057bc84cdc3f1749467d0ef85cf09d6a06f783ab16fb57c5cc19554ce720f3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:5b057bc84cdc3f1749467d0ef85cf09d6a06f783ab16fb57c5cc19554ce720f3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:8150193ac1d183bc045856ed3862107d045d2f0582f60ec4203c99c641a8a30b_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:8150193ac1d183bc045856ed3862107d045d2f0582f60ec4203c99c641a8a30b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:8150193ac1d183bc045856ed3862107d045d2f0582f60ec4203c99c641a8a30b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:af21478733313da2cfce7c56cc6151609b18be0f096532de317313abd002bcb7_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:af21478733313da2cfce7c56cc6151609b18be0f096532de317313abd002bcb7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:af21478733313da2cfce7c56cc6151609b18be0f096532de317313abd002bcb7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:9499cb5614434c687db474ad657de64098ba4d1ee1f643194a92488a21faf652_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:9499cb5614434c687db474ad657de64098ba4d1ee1f643194a92488a21faf652_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:9499cb5614434c687db474ad657de64098ba4d1ee1f643194a92488a21faf652_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:98d2604ab5bd65c852b8d6efa756b045cdc2833017b874af343f47951b015b2c_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:98d2604ab5bd65c852b8d6efa756b045cdc2833017b874af343f47951b015b2c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:98d2604ab5bd65c852b8d6efa756b045cdc2833017b874af343f47951b015b2c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:b594ea68afa771c39f64ef2002eca85d0541e9b7d954721fe3fe784d4d6aff81_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:b594ea68afa771c39f64ef2002eca85d0541e9b7d954721fe3fe784d4d6aff81_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:b594ea68afa771c39f64ef2002eca85d0541e9b7d954721fe3fe784d4d6aff81_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:e6b9aa21e43519da9b49140c570738bbc43436212ea75e7dfd0bee67c7c3fd62_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:e6b9aa21e43519da9b49140c570738bbc43436212ea75e7dfd0bee67c7c3fd62_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:e6b9aa21e43519da9b49140c570738bbc43436212ea75e7dfd0bee67c7c3fd62_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace@sha256:0ef624ef1b65af220fb60fc4d80d6059aa5061e8f9fa800410019ec42e2fd839_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:0ef624ef1b65af220fb60fc4d80d6059aa5061e8f9fa800410019ec42e2fd839_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace@sha256:0ef624ef1b65af220fb60fc4d80d6059aa5061e8f9fa800410019ec42e2fd839_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace@sha256:5623d5f0940fd4e2dcd11b1469dcbe95f0dd801feb2d92c3c385628c82dc993e_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:5623d5f0940fd4e2dcd11b1469dcbe95f0dd801feb2d92c3c385628c82dc993e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace@sha256:5623d5f0940fd4e2dcd11b1469dcbe95f0dd801feb2d92c3c385628c82dc993e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace@sha256:711a9081e2bb725ceda8dcda213f5f3475b326f708b077c4b4e215c643bcae71_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:711a9081e2bb725ceda8dcda213f5f3475b326f708b077c4b4e215c643bcae71_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace@sha256:711a9081e2bb725ceda8dcda213f5f3475b326f708b077c4b4e215c643bcae71_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace@sha256:9e35a4faa30dbebb4c0781e948a98391c41500225be6e4f399a2654f4d443c74_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:9e35a4faa30dbebb4c0781e948a98391c41500225be6e4f399a2654f4d443c74_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace@sha256:9e35a4faa30dbebb4c0781e948a98391c41500225be6e4f399a2654f4d443c74_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry@sha256:b5eaf716c0b3223abd931fc510d8c93f6fd342de822aa115e60b80d48332323f_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:b5eaf716c0b3223abd931fc510d8c93f6fd342de822aa115e60b80d48332323f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry@sha256:b5eaf716c0b3223abd931fc510d8c93f6fd342de822aa115e60b80d48332323f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry@sha256:c31b361799f39dd3e931b2ea44689df6524281e53de962447b37cca578954ac3_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:c31b361799f39dd3e931b2ea44689df6524281e53de962447b37cca578954ac3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry@sha256:c31b361799f39dd3e931b2ea44689df6524281e53de962447b37cca578954ac3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry@sha256:dbf8ecc16795fd9c9e838e0b0e5bb67c95f5493f695c90093813819a71e6a989_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:dbf8ecc16795fd9c9e838e0b0e5bb67c95f5493f695c90093813819a71e6a989_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry@sha256:dbf8ecc16795fd9c9e838e0b0e5bb67c95f5493f695c90093813819a71e6a989_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry@sha256:e419449bd0fcb506b32e7042d3c1d490ab961e070c0715951db4babf43b1f527_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:e419449bd0fcb506b32e7042d3c1d490ab961e070c0715951db4babf43b1f527_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry@sha256:e419449bd0fcb506b32e7042d3c1d490ab961e070c0715951db4babf43b1f527_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:265fe91b3158db898cef1933be732ba61a1cb0dd4006257b9f0aa30a8d4bc654_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:265fe91b3158db898cef1933be732ba61a1cb0dd4006257b9f0aa30a8d4bc654_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:265fe91b3158db898cef1933be732ba61a1cb0dd4006257b9f0aa30a8d4bc654_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:30f55aa98a244d7b7072cda47c5f6b61f0aea4fc5e966081efd5c4c030a94271_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:30f55aa98a244d7b7072cda47c5f6b61f0aea4fc5e966081efd5c4c030a94271_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:30f55aa98a244d7b7072cda47c5f6b61f0aea4fc5e966081efd5c4c030a94271_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:3cf63aaea43c416aab8879a538bf238a6000066dd6170fc958acc281b4538b03_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:3cf63aaea43c416aab8879a538bf238a6000066dd6170fc958acc281b4538b03_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:3cf63aaea43c416aab8879a538bf238a6000066dd6170fc958acc281b4538b03_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:8f04739af1f6321c039253bef7e7c8413592238249c6b9c68bfe2b4c6742cd6a_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:8f04739af1f6321c039253bef7e7c8413592238249c6b9c68bfe2b4c6742cd6a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:8f04739af1f6321c039253bef7e7c8413592238249c6b9c68bfe2b4c6742cd6a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0c41a5d04b68877df42b5e2d47b1a51a205f9b5bbaeb272b876040840df70cdd_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0c41a5d04b68877df42b5e2d47b1a51a205f9b5bbaeb272b876040840df70cdd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0c41a5d04b68877df42b5e2d47b1a51a205f9b5bbaeb272b876040840df70cdd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0f9b478c439a81b264c306f4b597d40cbd2b9461a2be9167d667ae96ccf2d80f_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0f9b478c439a81b264c306f4b597d40cbd2b9461a2be9167d667ae96ccf2d80f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0f9b478c439a81b264c306f4b597d40cbd2b9461a2be9167d667ae96ccf2d80f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:7d1cce729216a86f6f3142e1dcb9d3c6b4eec52b35f55c1aef1911af499fd6c2_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:7d1cce729216a86f6f3142e1dcb9d3c6b4eec52b35f55c1aef1911af499fd6c2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:7d1cce729216a86f6f3142e1dcb9d3c6b4eec52b35f55c1aef1911af499fd6c2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:de5431ddae08fe8b534706adcbc5a99e1d93da3460fe5008f319aeb17280d6fb_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:de5431ddae08fe8b534706adcbc5a99e1d93da3460fe5008f319aeb17280d6fb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:de5431ddae08fe8b534706adcbc5a99e1d93da3460fe5008f319aeb17280d6fb_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:27ef373e865dacd62cc3d29fa3ba0661280570b9f1e3e36abaffd6a0830896c8_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:27ef373e865dacd62cc3d29fa3ba0661280570b9f1e3e36abaffd6a0830896c8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:27ef373e865dacd62cc3d29fa3ba0661280570b9f1e3e36abaffd6a0830896c8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2a129685c29ed30eda4c991cf88833941ca25afcbb0929766fc24aa939b3fbde_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2a129685c29ed30eda4c991cf88833941ca25afcbb0929766fc24aa939b3fbde_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2a129685c29ed30eda4c991cf88833941ca25afcbb0929766fc24aa939b3fbde_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:554535a577ee5e912aec65bb9af114dce400c54955b1a15d3b0d8a3cab725389_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:554535a577ee5e912aec65bb9af114dce400c54955b1a15d3b0d8a3cab725389_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:554535a577ee5e912aec65bb9af114dce400c54955b1a15d3b0d8a3cab725389_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f120d3b13d54b6abc62fbc6a87f7b1509a3de6c01e316e28a014e355bee5c002_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f120d3b13d54b6abc62fbc6a87f7b1509a3de6c01e316e28a014e355bee5c002_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f120d3b13d54b6abc62fbc6a87f7b1509a3de6c01e316e28a014e355bee5c002_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:27ef373e865dacd62cc3d29fa3ba0661280570b9f1e3e36abaffd6a0830896c8_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:27ef373e865dacd62cc3d29fa3ba0661280570b9f1e3e36abaffd6a0830896c8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:27ef373e865dacd62cc3d29fa3ba0661280570b9f1e3e36abaffd6a0830896c8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:2a129685c29ed30eda4c991cf88833941ca25afcbb0929766fc24aa939b3fbde_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:2a129685c29ed30eda4c991cf88833941ca25afcbb0929766fc24aa939b3fbde_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:2a129685c29ed30eda4c991cf88833941ca25afcbb0929766fc24aa939b3fbde_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:554535a577ee5e912aec65bb9af114dce400c54955b1a15d3b0d8a3cab725389_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:554535a577ee5e912aec65bb9af114dce400c54955b1a15d3b0d8a3cab725389_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:554535a577ee5e912aec65bb9af114dce400c54955b1a15d3b0d8a3cab725389_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:f120d3b13d54b6abc62fbc6a87f7b1509a3de6c01e316e28a014e355bee5c002_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:f120d3b13d54b6abc62fbc6a87f7b1509a3de6c01e316e28a014e355bee5c002_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:f120d3b13d54b6abc62fbc6a87f7b1509a3de6c01e316e28a014e355bee5c002_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod@sha256:8846ed3df7609e0a20e5020c5019e066e3156c5cb3e32719f55405b54d2167c4_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:8846ed3df7609e0a20e5020c5019e066e3156c5cb3e32719f55405b54d2167c4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod@sha256:8846ed3df7609e0a20e5020c5019e066e3156c5cb3e32719f55405b54d2167c4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod@sha256:90ef3f26f00eae41ceab0866b5bbaef1ec56387f0e02c55ac6797ee527c829e7_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:90ef3f26f00eae41ceab0866b5bbaef1ec56387f0e02c55ac6797ee527c829e7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod@sha256:90ef3f26f00eae41ceab0866b5bbaef1ec56387f0e02c55ac6797ee527c829e7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod@sha256:de9a1e420ff965ea9dcf80d4cfa0f99e351fd1362dc883b2dd75bb09d88f509f_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:de9a1e420ff965ea9dcf80d4cfa0f99e351fd1362dc883b2dd75bb09d88f509f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod@sha256:de9a1e420ff965ea9dcf80d4cfa0f99e351fd1362dc883b2dd75bb09d88f509f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod@sha256:eba4869ea1ac77524cdc048c718c20e3e30da1de957570ff28840c8cf3c65d34_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:eba4869ea1ac77524cdc048c718c20e3e30da1de957570ff28840c8cf3c65d34_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod@sha256:eba4869ea1ac77524cdc048c718c20e3e30da1de957570ff28840c8cf3c65d34_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:caf4fe81752b9984c30496aeb287eee457aaa9a51c1d4dc8dc47552f927f8989_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:caf4fe81752b9984c30496aeb287eee457aaa9a51c1d4dc8dc47552f927f8989_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:caf4fe81752b9984c30496aeb287eee457aaa9a51c1d4dc8dc47552f927f8989_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:eaef6750f50858e6c3f22961f4e31e0bd2600873d23881dbfc2968ee7d167aec_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:eaef6750f50858e6c3f22961f4e31e0bd2600873d23881dbfc2968ee7d167aec_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:eaef6750f50858e6c3f22961f4e31e0bd2600873d23881dbfc2968ee7d167aec_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:c40f3fdee914e790347ad59fc55c2424628927c75d88bbd40bc39783075a301a_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:c40f3fdee914e790347ad59fc55c2424628927c75d88bbd40bc39783075a301a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:c40f3fdee914e790347ad59fc55c2424628927c75d88bbd40bc39783075a301a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:c43678e689872e352ec44d2a2f395199a34ce16d085c4f7e563ee3e9534bdac8_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:c43678e689872e352ec44d2a2f395199a34ce16d085c4f7e563ee3e9534bdac8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:c43678e689872e352ec44d2a2f395199a34ce16d085c4f7e563ee3e9534bdac8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:9038c74fb45e35bf411a05528ab578cff9cc10a8b0927fbad0a735e3b1d414ec_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:9038c74fb45e35bf411a05528ab578cff9cc10a8b0927fbad0a735e3b1d414ec_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:9038c74fb45e35bf411a05528ab578cff9cc10a8b0927fbad0a735e3b1d414ec_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:fe85c1ba2ab6ad8f94b1858bbe3f6cdde4a7c768fd2a451e79ecd4e0d780c99b_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:fe85c1ba2ab6ad8f94b1858bbe3f6cdde4a7c768fd2a451e79ecd4e0d780c99b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:fe85c1ba2ab6ad8f94b1858bbe3f6cdde4a7c768fd2a451e79ecd4e0d780c99b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:3448dd1942c7ffd71cdd12b778525042c5e38485872c6f579229cf786b20e9cd_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:3448dd1942c7ffd71cdd12b778525042c5e38485872c6f579229cf786b20e9cd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:3448dd1942c7ffd71cdd12b778525042c5e38485872c6f579229cf786b20e9cd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:e2439ad3e79037d4b53d6ef9514a7cc3428f57789ada20f9aae6c844fa35019c_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:e2439ad3e79037d4b53d6ef9514a7cc3428f57789ada20f9aae6c844fa35019c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:e2439ad3e79037d4b53d6ef9514a7cc3428f57789ada20f9aae6c844fa35019c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:3be8282baee49a9fdcea455723d5fd12ed820ea578af9deb23171ab09156c9e7_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:3be8282baee49a9fdcea455723d5fd12ed820ea578af9deb23171ab09156c9e7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:3be8282baee49a9fdcea455723d5fd12ed820ea578af9deb23171ab09156c9e7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:4035f82b6b41d63e30cf4e1b04631e5890c76f610835f8365699bbd633ea3788_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:4035f82b6b41d63e30cf4e1b04631e5890c76f610835f8365699bbd633ea3788_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:4035f82b6b41d63e30cf4e1b04631e5890c76f610835f8365699bbd633ea3788_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:7c1b269972bf5e330da11df053fe60f0a8f1af43fb34ea0c22685fb65ad53715_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:7c1b269972bf5e330da11df053fe60f0a8f1af43fb34ea0c22685fb65ad53715_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:7c1b269972bf5e330da11df053fe60f0a8f1af43fb34ea0c22685fb65ad53715_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:b5657aca295b3a67c1cb6525a55fe234d959098f500ac7866c8cb7c09769c8e1_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:b5657aca295b3a67c1cb6525a55fe234d959098f500ac7866c8cb7c09769c8e1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:b5657aca295b3a67c1cb6525a55fe234d959098f500ac7866c8cb7c09769c8e1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:39d2eed706008f5ebb0d2baa19ebaeb77ded4e0de4ce28e0232f614f8df18c5b_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:39d2eed706008f5ebb0d2baa19ebaeb77ded4e0de4ce28e0232f614f8df18c5b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:39d2eed706008f5ebb0d2baa19ebaeb77ded4e0de4ce28e0232f614f8df18c5b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:6e6882fa1afe45eced0befc1bfd30c874c888a22d8656d929eae355be8709ec2_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:6e6882fa1afe45eced0befc1bfd30c874c888a22d8656d929eae355be8709ec2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:6e6882fa1afe45eced0befc1bfd30c874c888a22d8656d929eae355be8709ec2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:73021b1853b79ffeb0d04c028cad9905455214a59cc50dba01ef7f97372da705_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:73021b1853b79ffeb0d04c028cad9905455214a59cc50dba01ef7f97372da705_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:73021b1853b79ffeb0d04c028cad9905455214a59cc50dba01ef7f97372da705_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:8d791856506c0cda2cf02f3903c6da293a257ab6326960931d0e5da995dd3d82_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:8d791856506c0cda2cf02f3903c6da293a257ab6326960931d0e5da995dd3d82_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:8d791856506c0cda2cf02f3903c6da293a257ab6326960931d0e5da995dd3d82_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:93bcb96825fe79993767a89bd7305a5f6ec39deba51b6a48a307eb6a7e3e508c_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:93bcb96825fe79993767a89bd7305a5f6ec39deba51b6a48a307eb6a7e3e508c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:93bcb96825fe79993767a89bd7305a5f6ec39deba51b6a48a307eb6a7e3e508c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:d0d43e6dabdc4f060c91b7d247a444b763821f61931ef78eba33482eb493acd0_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:d0d43e6dabdc4f060c91b7d247a444b763821f61931ef78eba33482eb493acd0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:d0d43e6dabdc4f060c91b7d247a444b763821f61931ef78eba33482eb493acd0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:d7ab49355e1654d655aaa7a12967a5bbfd34d7175f7e5b9143ca9abbee0d9b06_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:d7ab49355e1654d655aaa7a12967a5bbfd34d7175f7e5b9143ca9abbee0d9b06_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:d7ab49355e1654d655aaa7a12967a5bbfd34d7175f7e5b9143ca9abbee0d9b06_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:f2a68573461f17d018ff650a7dc8f4fe233cad39bd64e8e006a62d040a7befdc_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:f2a68573461f17d018ff650a7dc8f4fe233cad39bd64e8e006a62d040a7befdc_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:f2a68573461f17d018ff650a7dc8f4fe233cad39bd64e8e006a62d040a7befdc_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:5c2fe110d1caa5d7b14a653f3af1194bdab821255758880809e9c356341323a6_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:5c2fe110d1caa5d7b14a653f3af1194bdab821255758880809e9c356341323a6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:5c2fe110d1caa5d7b14a653f3af1194bdab821255758880809e9c356341323a6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:6bef60acc457405d245a8d7b17335ef424ab68962255fd1bc0ee5c87b73b9ed7_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:6bef60acc457405d245a8d7b17335ef424ab68962255fd1bc0ee5c87b73b9ed7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:6bef60acc457405d245a8d7b17335ef424ab68962255fd1bc0ee5c87b73b9ed7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:708132b57f6743a257e0c14f8955beaf7a6b759dea9187cc02c0072fe01d7c21_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:708132b57f6743a257e0c14f8955beaf7a6b759dea9187cc02c0072fe01d7c21_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:708132b57f6743a257e0c14f8955beaf7a6b759dea9187cc02c0072fe01d7c21_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:dc3a9ba0d7083481d3717e6b486b130674223d5ec26c40e854bc40aa9d819538_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:dc3a9ba0d7083481d3717e6b486b130674223d5ec26c40e854bc40aa9d819538_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:dc3a9ba0d7083481d3717e6b486b130674223d5ec26c40e854bc40aa9d819538_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:1a041a1f772f19dba24bb7dd08cbb374b8b9011e2982804d34a739e5050af270_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:1a041a1f772f19dba24bb7dd08cbb374b8b9011e2982804d34a739e5050af270_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:1a041a1f772f19dba24bb7dd08cbb374b8b9011e2982804d34a739e5050af270_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:31afc8611dbb85e2afa41373aa19b95f19f3b6f3c9dd9303fcb324566ddafb05_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:31afc8611dbb85e2afa41373aa19b95f19f3b6f3c9dd9303fcb324566ddafb05_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:31afc8611dbb85e2afa41373aa19b95f19f3b6f3c9dd9303fcb324566ddafb05_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:4ca8edf1c43441ab6d2b34eb7572659d27c7ea64c95a5de9e12cea5ea0dd2799_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:4ca8edf1c43441ab6d2b34eb7572659d27c7ea64c95a5de9e12cea5ea0dd2799_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:4ca8edf1c43441ab6d2b34eb7572659d27c7ea64c95a5de9e12cea5ea0dd2799_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:e8a39e1add8a7a4d65b17aeee0bd0b0bf5292c432e56fb97ab52f1865dbcaad7_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:e8a39e1add8a7a4d65b17aeee0bd0b0bf5292c432e56fb97ab52f1865dbcaad7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:e8a39e1add8a7a4d65b17aeee0bd0b0bf5292c432e56fb97ab52f1865dbcaad7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator@sha256:10cab7813ac451d2d17414591c27d5626a7bd43d7dae6f030de9291f3f0377e9_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:10cab7813ac451d2d17414591c27d5626a7bd43d7dae6f030de9291f3f0377e9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator@sha256:10cab7813ac451d2d17414591c27d5626a7bd43d7dae6f030de9291f3f0377e9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator@sha256:2d83001997d22839a2df4acbb23553acd372c163df0a8bdbb97080d5274b6925_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:2d83001997d22839a2df4acbb23553acd372c163df0a8bdbb97080d5274b6925_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator@sha256:2d83001997d22839a2df4acbb23553acd372c163df0a8bdbb97080d5274b6925_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator@sha256:6e4889fcfd7cfd56cb6a4bf34e30d92b5893a64e8a036ccb18eaf9fc1fb8bdbd_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:6e4889fcfd7cfd56cb6a4bf34e30d92b5893a64e8a036ccb18eaf9fc1fb8bdbd_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator@sha256:6e4889fcfd7cfd56cb6a4bf34e30d92b5893a64e8a036ccb18eaf9fc1fb8bdbd_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator@sha256:d348bcfb0e822de362a7c67ffd9f572569502d09b3f2d3a4475ed4810f2e2d6f_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:d348bcfb0e822de362a7c67ffd9f572569502d09b3f2d3a4475ed4810f2e2d6f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator@sha256:d348bcfb0e822de362a7c67ffd9f572569502d09b3f2d3a4475ed4810f2e2d6f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus@sha256:45d111c26b3b1b96a1911dfe65ed604ead63c26f9f5534b027614d8ec8f11a6f_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:45d111c26b3b1b96a1911dfe65ed604ead63c26f9f5534b027614d8ec8f11a6f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus@sha256:45d111c26b3b1b96a1911dfe65ed604ead63c26f9f5534b027614d8ec8f11a6f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus@sha256:734cc9b8e88fc9b2d7c30535080a5c0570ae19bee912486a7d27255ad694bfae_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:734cc9b8e88fc9b2d7c30535080a5c0570ae19bee912486a7d27255ad694bfae_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus@sha256:734cc9b8e88fc9b2d7c30535080a5c0570ae19bee912486a7d27255ad694bfae_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus@sha256:e02754f15b7094b2956ae2364dfca3ac178bbf62bd5dc2061d681cf645129114_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:e02754f15b7094b2956ae2364dfca3ac178bbf62bd5dc2061d681cf645129114_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus@sha256:e02754f15b7094b2956ae2364dfca3ac178bbf62bd5dc2061d681cf645129114_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus@sha256:f081c5b04915471afae962eebefea4ea2b71e0afc6d367f59c4710a3953239b2_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:f081c5b04915471afae962eebefea4ea2b71e0afc6d367f59c4710a3953239b2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus@sha256:f081c5b04915471afae962eebefea4ea2b71e0afc6d367f59c4710a3953239b2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:1248b42c2a006bc5117a42c76ced63048cc3fca7b5f0dabe1a5d16efd0b8f604_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:1248b42c2a006bc5117a42c76ced63048cc3fca7b5f0dabe1a5d16efd0b8f604_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:1248b42c2a006bc5117a42c76ced63048cc3fca7b5f0dabe1a5d16efd0b8f604_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:ad34ac62efbe8c297baa00f75a7fbbc87d1fe9d29563811d723f0f10f8174366_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:ad34ac62efbe8c297baa00f75a7fbbc87d1fe9d29563811d723f0f10f8174366_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:ad34ac62efbe8c297baa00f75a7fbbc87d1fe9d29563811d723f0f10f8174366_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:c17711a9aaf902cc6c95e62c3715201e6354a76117166fc3715a27342c2be2fa_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:c17711a9aaf902cc6c95e62c3715201e6354a76117166fc3715a27342c2be2fa_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:c17711a9aaf902cc6c95e62c3715201e6354a76117166fc3715a27342c2be2fa_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:e28aa33846c0489e23b86bbe768a6d23a7e31e3830574792c5d5007979f05675_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:e28aa33846c0489e23b86bbe768a6d23a7e31e3830574792c5d5007979f05675_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:e28aa33846c0489e23b86bbe768a6d23a7e31e3830574792c5d5007979f05675_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-operator@sha256:81774e36cad16a5f5da6c89483f4139ba295e29726cc5bb9fb119277e087a1d8_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:81774e36cad16a5f5da6c89483f4139ba295e29726cc5bb9fb119277e087a1d8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-operator@sha256:81774e36cad16a5f5da6c89483f4139ba295e29726cc5bb9fb119277e087a1d8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-operator@sha256:8f4fba2b28c5dac5dbce6cf38a064fdbea5ca1ab2e039ae96df7d34c90296ff6_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:8f4fba2b28c5dac5dbce6cf38a064fdbea5ca1ab2e039ae96df7d34c90296ff6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-operator@sha256:8f4fba2b28c5dac5dbce6cf38a064fdbea5ca1ab2e039ae96df7d34c90296ff6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-operator@sha256:b18472469fc37430b4810a9551fcc833c52df25bb34e09bec904c82c172ce268_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:b18472469fc37430b4810a9551fcc833c52df25bb34e09bec904c82c172ce268_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-operator@sha256:b18472469fc37430b4810a9551fcc833c52df25bb34e09bec904c82c172ce268_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-operator@sha256:d97ac99882fc7894c72d6030a4578fab814b2550e6478be0bef5eab5b41b85bd_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:d97ac99882fc7894c72d6030a4578fab814b2550e6478be0bef5eab5b41b85bd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-operator@sha256:d97ac99882fc7894c72d6030a4578fab814b2550e6478be0bef5eab5b41b85bd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter@sha256:74531d0fd46e112088ae1583e873e40ea082223804b723473c67aec06f5e8e32_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:74531d0fd46e112088ae1583e873e40ea082223804b723473c67aec06f5e8e32_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter@sha256:74531d0fd46e112088ae1583e873e40ea082223804b723473c67aec06f5e8e32_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter@sha256:8cfc4b26606408d8028903e16b23e16836d1eb7d9be0c6ac6b8968330ed5ee7c_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:8cfc4b26606408d8028903e16b23e16836d1eb7d9be0c6ac6b8968330ed5ee7c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter@sha256:8cfc4b26606408d8028903e16b23e16836d1eb7d9be0c6ac6b8968330ed5ee7c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter@sha256:a0837af0880180f927e3c2edd48377d2d5ab849a06186158695e0f2d9d460be4_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:a0837af0880180f927e3c2edd48377d2d5ab849a06186158695e0f2d9d460be4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter@sha256:a0837af0880180f927e3c2edd48377d2d5ab849a06186158695e0f2d9d460be4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter@sha256:c86017bd51d33ceb8f42f837a4b19f0c750967486b6ad647f01b7536d20c5d41_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:c86017bd51d33ceb8f42f837a4b19f0c750967486b6ad647f01b7536d20c5d41_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter@sha256:c86017bd51d33ceb8f42f837a4b19f0c750967486b6ad647f01b7536d20c5d41_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests@sha256:103c34c394ba900666000bc5627c63e1b564878aec0defbb91a18711aa95bd7c_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:103c34c394ba900666000bc5627c63e1b564878aec0defbb91a18711aa95bd7c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests@sha256:103c34c394ba900666000bc5627c63e1b564878aec0defbb91a18711aa95bd7c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests@sha256:5273cef06cb438b801ebedf984156ef179be56b86ca0c1168ef1c2b9ec547ef1_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:5273cef06cb438b801ebedf984156ef179be56b86ca0c1168ef1c2b9ec547ef1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests@sha256:5273cef06cb438b801ebedf984156ef179be56b86ca0c1168ef1c2b9ec547ef1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests@sha256:6772f96ecc0d3b1a9b021f66c53bba423e763e2ec31fab4f3f14a8e7e82b01de_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:6772f96ecc0d3b1a9b021f66c53bba423e763e2ec31fab4f3f14a8e7e82b01de_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests@sha256:6772f96ecc0d3b1a9b021f66c53bba423e763e2ec31fab4f3f14a8e7e82b01de_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests@sha256:703919dbe997e2b17f6063dfce55226c14f5eabff46db358a397a25effe43932_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:703919dbe997e2b17f6063dfce55226c14f5eabff46db358a397a25effe43932_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests@sha256:703919dbe997e2b17f6063dfce55226c14f5eabff46db358a397a25effe43932_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:2d6037ca2e1cfa58511058b4555e6f65f1eb66f80b0e0d78110076bcbfaa5a0a_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:2d6037ca2e1cfa58511058b4555e6f65f1eb66f80b0e0d78110076bcbfaa5a0a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:2d6037ca2e1cfa58511058b4555e6f65f1eb66f80b0e0d78110076bcbfaa5a0a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:43ea6c2d16a1e89c0a76259219af19d79fc034665551181c153f3675f31bf238_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:43ea6c2d16a1e89c0a76259219af19d79fc034665551181c153f3675f31bf238_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:43ea6c2d16a1e89c0a76259219af19d79fc034665551181c153f3675f31bf238_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:6178ef94bcfcd227c35d30a2479119f8e94ac53749d14f4892e44f1d6aaba331_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:6178ef94bcfcd227c35d30a2479119f8e94ac53749d14f4892e44f1d6aaba331_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:6178ef94bcfcd227c35d30a2479119f8e94ac53749d14f4892e44f1d6aaba331_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:df29038076b03784ec2f881405902f2bdb91d46a7a2bf38b75cb024ca6936787_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:df29038076b03784ec2f881405902f2bdb91d46a7a2bf38b75cb024ca6936787_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:df29038076b03784ec2f881405902f2bdb91d46a7a2bf38b75cb024ca6936787_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:218a452cc4548f90ced34504132e4c0048815a5e67c8d9f93b5e1987e83d6c2b_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:218a452cc4548f90ced34504132e4c0048815a5e67c8d9f93b5e1987e83d6c2b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:218a452cc4548f90ced34504132e4c0048815a5e67c8d9f93b5e1987e83d6c2b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:8f19d00af7e51f94765c630bea606b7cf7861ef434a001987c07247189d255d2_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:8f19d00af7e51f94765c630bea606b7cf7861ef434a001987c07247189d255d2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:8f19d00af7e51f94765c630bea606b7cf7861ef434a001987c07247189d255d2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:c59e505cc5dd47f6aa71473d755d0f91bcc54d1d450830fafb3d622dab432ceb_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:c59e505cc5dd47f6aa71473d755d0f91bcc54d1d450830fafb3d622dab432ceb_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:c59e505cc5dd47f6aa71473d755d0f91bcc54d1d450830fafb3d622dab432ceb_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:f383f85c0c0470333be07dbe4923042a818b9b5949eaa320c0e99d5ddaf643b2_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:f383f85c0c0470333be07dbe4923042a818b9b5949eaa320c0e99d5ddaf643b2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:f383f85c0c0470333be07dbe4923042a818b9b5949eaa320c0e99d5ddaf643b2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:00a118e4fbe39e9be377d2318d259343a159b83d322caa771a933c0696696e4e_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:00a118e4fbe39e9be377d2318d259343a159b83d322caa771a933c0696696e4e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:00a118e4fbe39e9be377d2318d259343a159b83d322caa771a933c0696696e4e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:4bbe5d322d15b2f708bd75f6b7e1f52bd0639ad729910ec4bb488faeead2ebf6_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:4bbe5d322d15b2f708bd75f6b7e1f52bd0639ad729910ec4bb488faeead2ebf6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:4bbe5d322d15b2f708bd75f6b7e1f52bd0639ad729910ec4bb488faeead2ebf6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:b163baec860229f0a73b3901940045535b666102f42dd61e453f196b77124604_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:b163baec860229f0a73b3901940045535b666102f42dd61e453f196b77124604_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:b163baec860229f0a73b3901940045535b666102f42dd61e453f196b77124604_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:aaeef54d7945e2f9df7ddc715776cd9133a335e39268dac2a65d4bb27b0baec6_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:aaeef54d7945e2f9df7ddc715776cd9133a335e39268dac2a65d4bb27b0baec6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:aaeef54d7945e2f9df7ddc715776cd9133a335e39268dac2a65d4bb27b0baec6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:00a118e4fbe39e9be377d2318d259343a159b83d322caa771a933c0696696e4e_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:00a118e4fbe39e9be377d2318d259343a159b83d322caa771a933c0696696e4e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:00a118e4fbe39e9be377d2318d259343a159b83d322caa771a933c0696696e4e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:4bbe5d322d15b2f708bd75f6b7e1f52bd0639ad729910ec4bb488faeead2ebf6_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:4bbe5d322d15b2f708bd75f6b7e1f52bd0639ad729910ec4bb488faeead2ebf6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:4bbe5d322d15b2f708bd75f6b7e1f52bd0639ad729910ec4bb488faeead2ebf6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:81fff6216dfca869c758bd60a0efc7eec81c81005544dee1b52e1098b9646322_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:81fff6216dfca869c758bd60a0efc7eec81c81005544dee1b52e1098b9646322_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:81fff6216dfca869c758bd60a0efc7eec81c81005544dee1b52e1098b9646322_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:9b28af07fd820df432f76f7cbf5f6c17ff275307679b909b9fcef39af9c13aae_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:9b28af07fd820df432f76f7cbf5f6c17ff275307679b909b9fcef39af9c13aae_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:9b28af07fd820df432f76f7cbf5f6c17ff275307679b909b9fcef39af9c13aae_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:068996fb40042f413b58f8b5087a55d5275c8abb6cbbabba81dcaa8512800d8d_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:068996fb40042f413b58f8b5087a55d5275c8abb6cbbabba81dcaa8512800d8d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:068996fb40042f413b58f8b5087a55d5275c8abb6cbbabba81dcaa8512800d8d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:29508b9d94bf0bdcda583afab57029f189f07e845cfea44972430a6d40c7bd76_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:29508b9d94bf0bdcda583afab57029f189f07e845cfea44972430a6d40c7bd76_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:29508b9d94bf0bdcda583afab57029f189f07e845cfea44972430a6d40c7bd76_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:631436430c6bfefd7ece74a6f1ce7eaba8d4da935d61ba5db66553155204e0c4_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:631436430c6bfefd7ece74a6f1ce7eaba8d4da935d61ba5db66553155204e0c4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:631436430c6bfefd7ece74a6f1ce7eaba8d4da935d61ba5db66553155204e0c4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:9adc42aa480b66104ee6d0e81ecf7cccf7cf155b9082d063d9a9537dbb378ee5_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:9adc42aa480b66104ee6d0e81ecf7cccf7cf155b9082d063d9a9537dbb378ee5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:9adc42aa480b66104ee6d0e81ecf7cccf7cf155b9082d063d9a9537dbb378ee5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:0d1300f732f6e66a363b6fba2bb55e0187b2b345dc2583d1f0a1389f7526cf30_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:0d1300f732f6e66a363b6fba2bb55e0187b2b345dc2583d1f0a1389f7526cf30_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:0d1300f732f6e66a363b6fba2bb55e0187b2b345dc2583d1f0a1389f7526cf30_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:72b5a08e055d90a3eb6f8b0f3c8267d7cf7c8fbdb064faf381ddee94d2090f49_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:72b5a08e055d90a3eb6f8b0f3c8267d7cf7c8fbdb064faf381ddee94d2090f49_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:72b5a08e055d90a3eb6f8b0f3c8267d7cf7c8fbdb064faf381ddee94d2090f49_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:733261a8f75e4080761cdff18e6e619df7fc4de05cd2050d8127935bffc862b4_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:733261a8f75e4080761cdff18e6e619df7fc4de05cd2050d8127935bffc862b4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:733261a8f75e4080761cdff18e6e619df7fc4de05cd2050d8127935bffc862b4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:cd0efc4e9a3014c1acc79fd8ca9cec790a71b7745e7ed820613047953da1d641_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:cd0efc4e9a3014c1acc79fd8ca9cec790a71b7745e7ed820613047953da1d641_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:cd0efc4e9a3014c1acc79fd8ca9cec790a71b7745e7ed820613047953da1d641_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.14"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-13465",
"cwe": {
"id": "CWE-1321",
"name": "Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)"
},
"discovery_date": "2026-01-21T20:01:28.774829+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:39f3e8a9f78d4756e9c681513c02b5574e80ccd7043e7f0130ea1e5505e27cc9_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:7dc4d67c2153b57bd1d0e74e85e21d898acdc5e792ebf3e9e2254e9c243069c0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:934e6f7aa8dead546ddb258b6753f8ffc577205ed6ac19796a2140cb242497c2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:d3c8598be6bfcb46c310e881493b8299f126b86c041ba560edbcdcb700430d0d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1df62178853e8698d9d86da8530144f3cc5671c77b72bd09098faab187f6a78d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bfb1ae8157364e5772facba2869c37414fa49fadc0b7a42ade55684e5a93ef0c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c70cb3d1a437e747e1d7d54f631853d611a97278fa260daed6c56f36f885e17b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:fc89d0c5582c76488c56d471746fc9f8acee50a5d727cdb559623af580389f5a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:5e1d1c77c595cf7cc63e38f771d7b2e64a4b31da119476238b26dce182cac160_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:d14dd4c11011464adb44f802bbff4820560b56422a8891664de65bc1f8da66ef_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:d26f4f47b5b3447e021d20ab0e6dae7eeeadeeb4f5529b85f8e836d6625dac62_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:d4de045b2177b2abda6b28b814c450961272ab3c982a4c1da29271384aff2f06_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:587c9c3ab23222ba8e4581c20758a690e420982196b416a0dc895071ba13cffa_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:7b806e315b880b6e3fd85f23585d5a8032637099242d0d1abdb7703d67913529_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:e8718288050d418f62e75b956e2d19b285e3513fb70771beff64c7d96b02ad8d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:faaa0f58bae404689e533be4e44817cd8008d1ae4c2999fe1b671e663dd1588d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:19fbed56d75e69a0d9582fa54d3328fb44aee9a119781a0d9800a1f948b79926_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:2e4109f5e9abff71ace58bf6c904d19bee7c5936d99af1192191ffcf75e87606_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:b703668aed81e1c3d2b3b17c7c05b2453bb7685089f2de6d9e91b9525ef14c96_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:fbcb0389b7f506b044d1b908c0fe8e8eb1fb5509cc006fff4ecc992c2dcf31ae_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:21db1e5da0fdc170417ff618727d1df59d264a27a1fac0df40f62cc6d0b92e34_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:2c7df73b7d4e11ccf47cfe561600541569d7a5daa04bacadd28b601ea9593d29_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:4671fc86a01df017bad93436e10f40c0ea23e27a73a58f76742f8010f60a3922_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:71684546a20bc4ca896f3daea721b658557f992f3b4d9679fb414415713ae8dd_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:209bbc308b2c772b4553e1353d8ff7d79d47fcba4facfae1649eb7fcb9b8fb70_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:21f468b304e0e0358ba70b05bb712b6231601b0e438a4a6d2ecf3239b016c448_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:654ffb6786eaa915fbce588d9016bd09927a204f797ba0104585bbb19de6e15b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:b71f4aecabf4c609d03b751b55cb94ea717983179b73efb6ff00001a514ff4bc_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:203a0938168df89a72bd108bebbf6be7652794447dd2ccb69f8aeafa28a3d6ea_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:204bf1950ee8144592b630869c44755c364392504de447c41ca0b8d011f660c1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:d559c94732a888059af7b5e723fd8464c0598ff02ac49dd4ca0e8c2ff6752a0e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:ef2d45fdc583671d6b145882f99cb260b370c18178efb43b42a57e63ddb36d2b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:585c4a56a35fa219f5a0d37861eab449241a71ea59bd6b200e7e3db34879a522_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:975ecae2d886df90e6854aa2ac7d0d9f3b6b415756f87e13b0d6c8a0a29e819a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:a640f43787725158c81fd3b759298b4cb0fc841a6136a9eaf2ae254b7bc5c576_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:daaa767d88c6c006e6a0a6625c68e35d60000bc3081be76bf89d35d23bd513de_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6a75f23de4af4f22be6aefb132ab72514930d0a29241ce36614e884bb58652d9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:87a2b1d5044fc95c3a65a066b80302e2429b62e3ca65f831994842371febb7fd_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:8db77a2fef0a9e5d7307d284c982f118467dafd3fbfb8e181326685852137221_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ac74ea8293510fcef95584bed98d33dd6b11672583b7c621c296c738eb7f747a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:0aef808deed9fb96b58f283824e1d3c15a8721ec39b16c5e480b777ad71ac137_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:675e727613bf0e5a3a85f4346866e0561838945eedc23619ea18804f8bf12257_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:8550f4f5bb2efa499a73ec16761aa448cf62943bfcbb4307a40e8889a6b83c42_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:b1932c7d09565a69842642106d794c5dd3a170345e34cdff9a8be3f64b04abb9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:28f0ab10c245d632ac282c48d3a81d371591a814a5bf553908bb14a43d0eab74_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:62202210c4f18a691ea29ac894a45ee52e2a4eafe6df0877f49ddcb6f6aa5c11_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:839834a01c39f2eaac826a50374e8ac4cb8a103e661366e512c62eae9fc88b3d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d57959fe134e8c76b6cf6b936b5ea015256e50a2ed550115ffa85e0e91d591f7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:5839069a2cd4c793f45a41023f2a53914a8b60e4f5ec935513b2640063067bc2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:c9560ed43dbce1ed3b0e73bf7d6b1b28540ee38584463a09ec1b38a6b09ae2bd_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:edce8f86ec198beb0e28cecaed5a1051a556e92662914eb77a14598bfd98cc61_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:11e30523f9e047f84527779dbd66c1be046c70b02daa197840bfdad6a2bfc025_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:22803a26a17162a465eef2269781abe2690ea22fcd86369f35688cef57e12fb1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:439f405fd3d827569af717e2627f900798107ff3c7987bb96dd75715b28aeb4e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:8edba5bc6956d8b5d2430d2f4d50ab31d71a50dd740b3557e5e9361099d6bd2c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:cb33b3f0160d1e3bb96217581854933be739cf23b22d03771de07482e8fd66f1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:84b554a6e493cbe4d936cdf9bf5f39d57a5d01ed433e9ae35be2cbb651cd7490_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:d985029f965b57700107fc5e5c10d805f83271575c32e79751e42d382bf586e3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:dbfacc2b8021dab0bc88bfeb107bc3c60885d7dd28dd6e716569e82c1f1b2050_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:ed158388ead4ac07264beee291cc7f4b75d7f26769876e00ee0d938a720320b0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:7b8f6f7d07b96111436e1f24d2f968eb402d94043216411e5700555e53d9f42d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b2b165722afc872b8b7e33baf3d203c5d454f119587ae2377bdfb15d9490ea99_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:0bbafe014c77d472d14038e2b46bc69a1e649fc9b6a4c1097bbdb354c34a41ec_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:1b1c50cfab6be876b4f25c0b27fa17fbbdeef827d3167bc0dcbc3341d92d41b5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:73b4d01b2ff7f173a1e49e5a6f019e3954a5b9f255119a8af87a6fcbb280653e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:f90510800365871dcda5645ccfe6055eefc38b59406b41c9c54cb29cb3e49968_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:4983e7e3d7ab2d8b1ee13bf734b260c3d56090b4551fc0bd59aaafec69ffe37f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:e0c269061957cc8b3586d4ca484c389544d3acda0077d96445e37d300eead15c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:6fadfbdfc9ddadd7b692568b38beb660a48f0cdee1f886e1451ffe0dcb73c07d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:f82f5726816a060c19917f06d37a1aa160b675953ebaac52f136e250e98fd332_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:7b5ff6a4931473798293031a401b2418906d91d62b5c7d1cad45ea3ac39462d6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:ecf14f2430d830ea24baf52751009cab008bc2cef501b358306fc46a2a32ab25_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:500cfeb055b38b0b9f76c9f262bc90ca2edafe664e517da1b38fb6a2928bdf09_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:78585533e3516310fca7f65c26f2f6b5e3fa0f3268ec9b338d9c53e96bb8822d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:21922b50b69626e99b6fe3741aaa1d2d2d08e56766d166b32046ba3c592a8d93_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:836c6111c70ba9228d80e09eb0e53344150b7dbe4bc1761cca6df0cdcc57efd0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:549bc2dbacc1479bbda10cfbeb3688f2e83f51d8e61fba07ca6816f7c56e9e0e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:d36656855883b3e306b6923234c26fb3ae6883fb235e58416266f3645227db0c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:5f035963d48b03c48682ee5e08df9929a84ae062ed1989e4e7b3ade0e22da544_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:bc70d98a850ba4bdcff403087fc8f57418039ee79bdcb7dcd2be49905a3b9cf8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:780dd4ebd061e9ae7f72f7d1964caeafaf1ed5bd0870576d8e81022ff5bb019d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:c3ef35038f951713ffe1951872a06d5bf731dc14a735b69d342b3d7ca197dda5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:1fdf87821555c4982cf42bebe5b46b58e1103b876970d69b298fa7527bbcd53a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:22e5b57a530a6336e81664f3886d543b34ac4f02475694af6fed90590c8209f2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:5f1f51686d55d53af9015141ea4ef00dea86ca65a6cc89b8b3afff34fa416002_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:c8e35113d1af6f424ddb2b3ccd7da6bb00e39cc7e9101ae6498a40926dd45f27_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:471037482b480a52f798d0fd05366ab7a2e92744f8902450dfc3fe2b88f6c2b0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:672c761fc4a8651c8493ea60f5d0f33aae52bc19ca4d55fcc1b94f2e002e1ace_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:8f509fac366943d4732e7d0f36f9f7223499c7aece9868713fd7de79f5fcd3a2_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:c81004be0a15d543f6e84b81622f8514d66f663a46de37e00f5e2f18a423308e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:974a00d5e9f5825345c437b3987dad130f084c8b983a2934e5b69cfa67120616_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:bf9e71e10cea47686d4edf0c60cba4fbb0c4e1bf8b805c387b9c070e2032e5d9_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:c6bb4ec25a7721ee6af5de90282a925ba47e6f26f4bc6b76651a5e811fe4786b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:cca13f123b2d8227760498112882fed890c50a78d740a84f21c1d58d58cb1434_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:32cab0a65fc0b14963201bb720a770bb68da3815bf306559da7ec5c8ed7c044d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:552d368f4be0334882e389c732ba4a46eb9905666b90ae2208101db7a65ba19f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:69d8d98aadf25c63f2cc51ec917ee5498fe97a013fdaae075186bca58e2bda40_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5969b94e914ff5ff8ce4cf32df64f10f1b6996832e3f2ab0b377dff46efc9af_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:725fb4e263107a568a1c556264f4e5a1d88adcd4ce5a2979b57a8fd4463065c8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:abfff75068bcce70cec31d704cf851d2642ca48a3b35ed48d739f19f0c311dfd_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:b2e6862fbd2830ca980b1066d15f69e1a1997316ecf700983619f1f893a8f3f6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:e073583037092c6649e373a5b19242df74cdb830656722e1396b274a041317a3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:01fcc59502a374f19532397c5c6ff43d2d308510f11189f19f75aa2944a04e23_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:31c0fab9d575ada9af8f496ae4bb2553f26b762ef2d6c39f6446aeee2899b262_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:60d8c8511f21d929058cfbcb7b8df55148935ae34db2dd4e626913ec1a54c779_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:eba94f94949aca0330425b1ae3897f37b2365fc09fc88d60615ca7d02b06e8a9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:278de54a51e74d045ec339e762c5b81ce4a2a3d40f1bad8d7c9cb4e5de898cbc_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:93f23ab49212aa9eb231527335346b45424a5322a5e9496a4c246e01f017edb0_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:d9205cb2f0ed16fc021fb8be67f6c27f368fd4deb8aabccec39e134218f2ad0a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:e4688eccd23a6b01995b878a5b7f12cd2640d89a7402747a94c8fbc48bf99798_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:062d502a4f595b6faaf24ab566c9b4d7cbe23d112737c749f6223d84b0cc63b9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:10e61696271303aedeea539ae19ec6fa8018878059815e5a58497e023ab496d1_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:e2ac15e82021d5dbd07c6548374bd47bdcc609addd61dcebc5e675293726563b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:f5e3d590f430e44eeb3192dfed40ebae4a6a90b773d7444c4d4335210b99a4cd_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:29e242c717fb61d195700e1f1665427ce99188265b2014aea970dd9bd8441134_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:c118d03728b27ee94fcdef1f63bd58fbf62475a5c016667a6a9805c7fbafa47a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:c3da083850cc4e2a8d365a2141e5d6a38b90ff9107631ed39c964a3870e01066_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:e50c7fb186e0cdcbfe16d0e1631ce1953c6df5f1b600a0753224225c475f4bc1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:47bfa9b89ba1688e7c1a6d4fbd9543f274be9585d328f94bdf96c82ae98051d9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:a2062fa20e09a9ef5574e7bc8d02b870cec2eb700f1e3bd338f62eb62bce13bf_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:a3d35f264ad04e586073cc5971a8e5ee50a43d4ee5f3671ac4090ccaba868265_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:f3dd31d9b9a94707a1dc4d597ce12abb9b33d463007b311798bc031c55935803_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:26d287b7756ead1bb073b19ca79276d082c0b5231c0b007b2b18089036817e18_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:6e50edd777e828943e3624600bb3e31f078bbfb9bbe1860c6cf6652b94fdf143_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:e332b8312285dfecce531264a1115ac9b7b36d4099ca72fc8fa19358962ee0cd_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:edaeb800342b998c1e3fe5630506656ab2c34c2190dadbac5f33dd78eee7ba44_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:09c6b2bfe80fabd18a6398342fcb6420aa2680168ffd5d25d7d18231977a5e32_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9e6c5bd0b8ec8c6259b9db817ac5a8fb954b1dac58b0fe00306a84f36c22035c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:ac670fb76fb48ac762f7135fc404d57d31947e7c5ce9a6525d081164ae1ed578_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:dc0bdd5c00450f4f6de330888ae8e9e2ee272e879974560b312785f44df85a0c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:248df5e1def073d8b37d1d6659cc44f4c9653c0f1b6024e1bccb16b208afada6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:36ea064f84c69157224566e5aafd03ef21af6bf9f0b8b78bcc6e197981239ccc_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:95dfb6d0a1a4e15962f089a71151a37dd7b8ca19c26289f8f934eae7dcec2ab0_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:b5643d03d8dd0798ec6cfdb27e9ba22aa9479049c81480b23aa96b12c7c96568_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:1002d87d382b6dd836a14734b00959cd62e9898950d1258662f8b29be154cf02_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5d2da4620f6bb6c224692d33c93f0b327c16dcc5ceb31da1f767d3a6fdc3f70b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:763b411a1610701bc473415f0a677ea9e43b3b2ccbf2152ee4fc5cb13e710028_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:89afc48cb1145085a0d6d262edac7dccd3f381c74f18588698498fe070cfe3ca_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:1002d87d382b6dd836a14734b00959cd62e9898950d1258662f8b29be154cf02_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:5d2da4620f6bb6c224692d33c93f0b327c16dcc5ceb31da1f767d3a6fdc3f70b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:763b411a1610701bc473415f0a677ea9e43b3b2ccbf2152ee4fc5cb13e710028_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:89afc48cb1145085a0d6d262edac7dccd3f381c74f18588698498fe070cfe3ca_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:053561dbfbd124b7311afe6b5eeebb4b2f333bc1b61636e3e989b732016efab1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:708eeadd9b25c308fe7fb46fc4a33cc39ebbab70e2a20168951f1bd629d7ad86_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:fa8de46b73a5c714c051e281d30c4837c97a7d67d349e58d9ec36c7a13d8b1fe_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:fba9ce2c2b16aa7ca1d2fdfcab07ebc67baa65816858489ace9d1408bb26e4de_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:07c83354fbde69786f65b60b2cba2f8ace4f277a5283cb2f29eb88f2707984cf_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:619c81363e6e4fdc632e8bc54038411571bf01a3f7d2bc0ad0ef153ea13756f9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:80318e120a0950964736f022e7a73902965f8391e25a03691757b3450203c5e7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:efbb18f2f2c8d01ce7b785b3bc5dcfd9a1f687ac392b8795ac63e2c6c2779869_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:2c2d668bef0b240bf5f3b95edc0fec5f561302e7f15f05b1a4c1f38a48517bc4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:398ea756c84de4884d03d27a59c1661bd1df0fb6e12ce9b3ee0319ca406ceb3e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:9976237825a262abd9196fa7c23265587f3c32f68fed224228a0ad38b6d2157e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:d5fe085af0ad1189eda74690b02c5c25d6617898731bccbe6d20101fffb7aec6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:1f4292bf324c244e58b589ec521132ac15f1640c33bfe3763560df2a1a692c13_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:936103960861b7912cc9406f82082acb342021032e2def2f37df6def4187c034_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a73db734acbc781aa0420b142e6a3d61e8c471b5e4eeae005d520eaae4a72e44_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:b4937dd875f1b9610a8a6d6c79475152418d5ebc991b192ae9ee4755a780cfa3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:79ea995391777e5de109ea7d10ae1c808c840af72de6e992f37d667d84fbdb9c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:9ced6b74ea8456ddda60cf304f6faf8ff5fc033905eed2a59fae1b4845756211_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:a8a1a27a92492c82dce2ca5bacc23dc4c1da0f1dbc29c5c749f888716dfa81eb_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:f444afe09392bfbc6a9be984ba05b5d289de4ca44344594e0e1c10a3f3befbbe_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:6bcc1fcc07058024d85554e472ff660d28a4c4dd8a5a78a0744380e11a6a06d8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:846e39473ab761940f0e13f005efb60ca59497dd094b7e7eb60a2f6431a661ab_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:9cd88b86ac24ea22bdf9ab938b793d833fd146c77b7ee5e162e5ba3d9aa95448_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:a7f257be16c02c62b9b01656b655ebeb2a1eb640a57b3d38877c44083497cefd_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:6c1bbdfc2c9f3fa4c23af400e4cea7f91827801b956fae3effb4a8f313c673e9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:800e71c14775b5c2aaf6daeaada39be53964b123567f6fc6389cc62483042e72_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:982a623205d2d6ede6ed1a295e36738e500c91ef9f8c2e3e62443082a2ba987b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:a99de35e56014d9642ecf9f13869709a8fe08e93d499ffb7a50feae5e04ac651_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:1f86c359dad1658f01c77bcd1a634510baea2c8df28e3106ff8139e5e92b1c47_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:9fc2fae2be9a11e6c5f8d9d4f1e486f80bb8370cb6dec829b481b2418797207e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:cf4a19e2114134bf5c2d9163a09e087c3ec391ba159140635a7270e70605a4c4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:d3f9470c3930133339a3e805c2d5d1ad07945a44906a5b039270abec4c7b75f4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:11fd6113796a1caac13a8d4c5542632e6b396e0bc460ae66eaa0f2a1f3b4da44_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:23a24688a4be7be1242a773aa20f53f2aeb57d316cfa566de7cf2fb11000cb35_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:41d769e206ec812a0f5f34487d4646de1cc1f4d9ec3372b17758bf8fcb76ef98_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:fbdce711d845967d3aba18dbf3966442c7fbbf4a8a5f8eda7e3db9cea63457f8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:2086865a8c3f61d47894fc5a683ea22349599b82c6e5f7b5475c5b50b42bcf89_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:68c120642854e9aa45b15d21c3f9d02dd10e837089131bf4662fba1fd87ad9c5_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:6ee4ad03dabec3dc2c36ec8ed305eb1c74c4c099cdc7fe9cc48555a20d7210c1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:a45563482bf570357b036302275609966253f74439f1acb59c8ff2bc3baf7b31_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:2002c2c89b091a1729718cbe2c2cb73cfc9a1826eb8cb6bec45dbd164ac9639a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:260a8887d952fb84f5d017c15ba8a1e60e23455dd20ac8e2034bfde8cc0b8f08_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:803630934c8c0dac3996191a83ed389d27bd1d9d6e84ad33bee837dbd840e458_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:c016ce259e9871041f3209f577455f3eaaf98dc952a89f32c349473148a20976_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:1556c0c53266796776454422b11f713d84e4a1586a6fb841efac115ec1906971_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:7c196c858cb5e94e65472daed3d55230823b8e958d35f73bfb507d6693807708_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:c48060447a689c5be3c0abb9787c778c0b1de183d66b0a9fb6839d9b3c3d59a0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:e45ff3c1c0074e519f5282ae8208750a4dc0bd3ac7207e0453fbab7f30727793_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0f63a311771f61ac8c0267d1d102769c18b16055d60260107b2acf033ba5a185_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:27abe5d06a3149ceddd3375e026f50955d4a45ef482ab6f61b9f02030e8e3b19_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:832d5121a94abd3eadf92a8df55a632455cc51a649900c7450547f34c58316ed_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:8c1090b8e0ba9e071f41d66068bc8aa4271251192889a767594e0c5d836a9d40_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:0374dc23f5a2d22a7929da246a8ef5a032b43f19b386a162e4882aca7dff1383_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:0b07eb65787a670b95cb47d98ee8b2ca36cc1b36d962e996d2f0a12a5d58a37f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:76bacd34ec3b1d6dd135ce8dd06e718f6a1ea6c8e2f8fd3954f9e9d5028b9821_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:b0bb4b11507285b17b32be7358e17094f00708e159e32ffd808999a63df60a7d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:79d4304244379d410212241de9b91ee5604bd5bbce5676301bcf3fada3824c2d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:beeb8e60ababc4bba5c6759da3d7ba4ee1786a43132b414748f8e0a2cc9f63a7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:eb92d3d3351d845e5c169721baf1683f93d943578a48e0192bd273db648725d5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:efa0f8523d171326bb6fc12e6d1610b2d2d28a38e5b95180358c9122bbe6070f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:180a405ab9bb66e3ab6a904d2b91d27224ec507d8eeb1c00ab182b130d9ed26d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:89a9de8f0804a61e01ce2a34d25933af30df2f3e8cd8f1209f8f058951bb5c1c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:90c430420821ff7a0ef7a752f120505c2c36225296f6b238771e6bf1fbee755c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:d9817e136b2c3dfb1fbf805c3d29b8d0cefbb07f76fc1e56ee486666726abbe2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:60ad5b01bbc9aa574ef6024d59be388bf7ca6d8704e247f7e56c8a6ebe3c81f1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:b809958ea47a5d78f8e47a8c822a3b2abf14091a3f526501f2eaf7ef36c87b4e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:dd6662403f5ceb2bb3b8887c7d608c73ff18a8dfb8ef1ec089ca61e4a4f75254_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:fff87189c1c3eafae4722d812e5becae925b71f1b6727944333fb129b7ae48ee_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:60ad5b01bbc9aa574ef6024d59be388bf7ca6d8704e247f7e56c8a6ebe3c81f1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:b809958ea47a5d78f8e47a8c822a3b2abf14091a3f526501f2eaf7ef36c87b4e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:dd6662403f5ceb2bb3b8887c7d608c73ff18a8dfb8ef1ec089ca61e4a4f75254_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fff87189c1c3eafae4722d812e5becae925b71f1b6727944333fb129b7ae48ee_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:7353494095c9f0628274678311b2172589026dcc4e8e28091641ef65a2923e66_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:9dd5d4aff113b23dc86a191abe7f9ddff0b207890634ef9a1c5568df8eccd663_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:be14afa02ae1e9d13d4c6a8e534954bb385f63e9939e8b20942c072901430d5f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:e68a3fe0f5d91d2e914d4b24bcab9a2bffda33daf56cebd73566445b96f64316_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:01f43f0606246a3609b3738ca75c68e2f7f9020c1bb88bf7717818c8a26a1e36_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:3f047ae5585f08301e17488fd86c9ca6cf0309d39e8cd6b580b045f1d1415fed_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:762cc951e74b525f20b93e71742a5bf44d12d3599fdba16a95608baf774c4555_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:9e62d2b1ad0efdd3de7b973cd6639e96203c01b6d484578a4e3cf13f67b2b856_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:1130385b660f719e78d9449c6c7be888b7c6ed16a2ab43e1fb3505fe4ed03b33_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:25c3342fcbb073d32ec53627b8a062f89c1d4be9e641371ec46e6dfd3f540efc_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5b3d375d7d4187b601a77e2eabbf656cbc70a1e7671916ce58e6fc595edfb215_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:dda703452472d35e7d8ddf9750a5229a0c4c6929c7409bf95b973a89a8de08d0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:058f3ca5452aa97a3fa778064a75d88cc169b7ce84a5f320359f561e76f08a95_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:71e5d332051f134f3f90e4089df6c2a5f88b0b11843d046b0d33726d2d988f96_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:aab5a67ac1a3ccac5761114e28474e11b451124c5b7e71e6ec29e2895374c668_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:da133cbcf2ef025ebaf274afeb555c9c18fe80584c058d31f39b7d343995a42f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:38bd47929b935f662766156026433f1f2ec6e1731d2c7f40c792054cbdb1f87a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:80b3c3854d4f22afec57e0a7cb04b0c98d58cd104c54464306126566edc3ce97_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:8b36c39a63639cdf7c05bc997bf98c0f5cf9c1cee0d740cf9aa6e74b91dc0249_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:d0e132dd83e2b754fe20b12859ffdf7139037da53f2a6af6ee08eed15429a14e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:2b553e5669ef51cbce468f8c7c85bef41faf7f7952abefbcc2a55a9ce15c1251_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:4715855d33583642e942fec45ccd9f6d2b90d07f2712ce1eac357d9d45c32f14_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:c2f018f8674903f77b5f4ed8979703b5ae67fe83c6a7d76c1ee4bf7010d77a0f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:f0e41fa92b534e5bda08cf38c6c513b4adf930df9af740de05248476c74c04a4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:8db04c6d7afcb6b650dddaac2ff88cb82093660a3125912172db7fbb51f1f1c2_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:b539177c3bdf37dfc67cca8b3a2dbffa0b4941952135f7f144d3ee1498cfb05f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:cb400c373be837f788f663e7a1b2a94bacec4f4dbb4bf5a5ddd5d1a0d89e3291_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:f16534746cf3a8ecb10aae9765d399ddc3b91bdb2b1ce15c59a4cc76f9e4cee6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:37b02c91edc5520a2371b6f8354028e7404482f3e192aa74f683990fce40ea6b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:5097e2faf0ad7dd54961a6f4cabae703df9df1b2b41e9867b955ab9abfe8bd3b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:b56dc790cc28994513ca38162ceed6f6e10c99a3142aa2abef9bbb7fee86d924_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:f4f4b53c8b205d611fa6bd641be601ead79d73bca40f838049eada4d5d0df227_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:2a6400cf874eda4c283683a9733e63a7e8b5ce53a37eb5ee30c07b14a9301a76_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:3908e08f8cd7c94ba3e5e382ee40cc02db84f5b0a4aabc60f5d17142c42437df_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:88f2c3ab06c1757d7681ea0b157b48847b6543dd9d1fba7a76941d9bb49b92be_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:f7b123897a6b90484fd938de9dd8ecd1b104f2e70e0564fc10aa1b3583ad1011_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:292e59f484b68803dc0076b9fb7b9f426852c967c235f9923dd68d8448013794_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:59c896aa966fef8ca6396239201cb9f1821d71f1e4787c4a03f36190b8a42c76_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:6023696ac24b81f72312201fa6c97a6ba4f2a780fae94047968dba982278562d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:d52e3ca8cf609c8d15dd77a525466184c5c9c641db88856aed56de318e23f47a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:10532406aac6636cd860a0517ca512f6fd8a2505cdce5486b793e9cb2bcfb16c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:567ca37a4ed2afe89da71f0b33af4e5e3af3f89acaab50ea32325ebbfcf86aa2_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:a3e1cecdfc749a34b7e3574642458edc7870f03ae9e1a2e7aac63e3fecb43eb6_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:cd5d904d0e36cafd45ea72914850b748e921bf4ab9f454e1e6f613d2f7b45a61_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:24603d314b5539161b5974f234a9fac64ae0a36e7100a708326265ee568f756a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:79385981434c7e938f71e4616bb61c0f37826ab4891fc5b370479383bfa9d169_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:7a5ba0b22dcab9e3bdf107a7e443a212f7a9ec343f41d3deada1aa59091cf952_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:b7cdf071883783cda48c2663e86e3e271f42a470f2f22d73bae8304c87c2e712_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:0159ee555501103045d1f188ba21ef468c3f463251ff2debae0c8e1999f14eb6_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:237a287a2db660c2b844ac5e985ca1cc70be0f7732c7beac536e3c3e09da9b71_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:31190bca682241fe6ed6bf64602560638c963d70127cee441cd991f82a17fa82_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:da97b83cc6f07e4c7e72f9d7b8461fea71ea92e1b29e6117ef0360e088d7adb7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:06ba4dd88b81f15bb0fea21bf039fe45d38e3356c19a6389dad7010940d535c7_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:cd7efd34ed2a41d64b09e5670082cd68776b31011532d0e02cb932467f05a24a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:92ab63720b8e0929cf11f5ec81a3a968017ea1fe2d0aa57b137e6609b1c07bc3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:94ca29a099adc0665222212c90c60d763621671428a1de28a75c8ed6e2be2ada_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:93edc806a96f7afebabbeac4280196d313eb789ec43978fda985a5445d19bc45_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:fd2d5df7915e62949191f0497ed98359a3440c424a56e8cf12d66e99e67d4a3f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:4947bf6c31aab91f8a0eb8f7ed55052a33d35b70fbe40b06e45f5e5aec94c020_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:87439e5f75484270318701b52e986973d66d6f30f4d00b0da08036b2db846335_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:e42c9804da1f84dccea6375967159daa56b38d6d029bb78617120ff3af87ee92_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:fdf0f3062593efcff1f58947da781fe9e9deb1cfa4a1634db93a0d6e40d069ae_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:003480e424f3ed4baad296af322ff6ec0612cb9107c85116f065f4622adb0f52_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:574259966929feeb14060fd8b80ebb8b5ba2ce10be9f19e66c1e53d033586db4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:5d40461ee29cd3134137b105576bca5ae014920da3ccd90b5729b326e848444b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:b1082fb3535909dc2b8eb0ed95434e571071b5dc4324c6d3dbb1fe892012d607_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:1e7f3dd79b1969fe87590b82bcf2db172533f401f37b975e26829d531042becf_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:50b6b05372735625c16a7ed674b1f056ec23b35dca896652ba94c5fe11ca7c82_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c01fce15d9f6b9a9a52b8ccfbde4b8a7aa1b969d7927430eedd169c0b5f28113_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c608bb7e62594f12c2f52a78eefeddbdc11314494ec933698ba52af303436f1e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:3167f80d0848b65adf52382a35ab3a8c76f06fc5b706e001c2aedd897371e56f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:94f7a32483750e9da8038b84e4e1977fa22f099d3b29012a40ee059ba0cca9b0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:c8489b7e4c95b36f247d85adf5181b39691fa97f00bca455c4fc950c9eec818b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:e187b0624e19031a80b2fb26bfdd82cb8ec9dc66a115e5fab48312cd8bc5d014_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:3167f80d0848b65adf52382a35ab3a8c76f06fc5b706e001c2aedd897371e56f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:94f7a32483750e9da8038b84e4e1977fa22f099d3b29012a40ee059ba0cca9b0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:c8489b7e4c95b36f247d85adf5181b39691fa97f00bca455c4fc950c9eec818b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:e187b0624e19031a80b2fb26bfdd82cb8ec9dc66a115e5fab48312cd8bc5d014_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:174437f0c1b3b1d8dd82307d1fabbe34821ca30d773b70ec1cfb67d45e0c1e19_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:3e9dd635257195cd5c90778267107ce11566f35c60d415e4f8bb9ec13fcb4477_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:56dc1c55657428a6508c4eee1940194c81fb9679a11a3777289749afb8ac12b8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:a8b4f74d041370868aec2986f884db5e41ee82baf193dc94701c5934a060be0f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:174437f0c1b3b1d8dd82307d1fabbe34821ca30d773b70ec1cfb67d45e0c1e19_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:3e9dd635257195cd5c90778267107ce11566f35c60d415e4f8bb9ec13fcb4477_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:56dc1c55657428a6508c4eee1940194c81fb9679a11a3777289749afb8ac12b8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:a8b4f74d041370868aec2986f884db5e41ee82baf193dc94701c5934a060be0f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:5d9fa9b4f15954cca4a5c46f00840bd1047151f89e77da0c4250b673011fb6e0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:7b167041fa1524f28380783f43e5cc54763d84fe17c32bc35cc58efcb147c2a4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:d7881138cbe71cab0d372df6c74e11ea195ef6c55c812dc36b84b1e29f8d788a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:e7ffbd7d025233611c4a70dd7e81eb0cb0ff5880c554cd2dfd9f495313902032_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:5d9fa9b4f15954cca4a5c46f00840bd1047151f89e77da0c4250b673011fb6e0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:7b167041fa1524f28380783f43e5cc54763d84fe17c32bc35cc58efcb147c2a4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:d7881138cbe71cab0d372df6c74e11ea195ef6c55c812dc36b84b1e29f8d788a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:e7ffbd7d025233611c4a70dd7e81eb0cb0ff5880c554cd2dfd9f495313902032_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:4dbb8cf627ac6c902416e06181beeafbbe3ce1a3891eeafb504d8169c29dc359_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:5c4066929ed59bb460091ccb5b503f5c09617459667e3b8cef83fd256c1f9ce3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:829668fbadbaf7e87cfb9cf9cbe304ef8b9a343dd989f9a9c887c7352f0c0a01_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:bc3d45f66fed2adcd79722519ed8ea7f81dd17dfb960d06ac79764b66f421c9d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:4dbb8cf627ac6c902416e06181beeafbbe3ce1a3891eeafb504d8169c29dc359_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:5c4066929ed59bb460091ccb5b503f5c09617459667e3b8cef83fd256c1f9ce3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:829668fbadbaf7e87cfb9cf9cbe304ef8b9a343dd989f9a9c887c7352f0c0a01_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:bc3d45f66fed2adcd79722519ed8ea7f81dd17dfb960d06ac79764b66f421c9d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:22ca0ebc3fe663bf0e9270067ddae2e143bbe0401ec4be56f56399dd038bdaed_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:26044987ded8bf944da915148c69be6e247e3e1fca35f0c9d0abfdbb61071e93_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:a988a8373d3f22e2c162052a01e7eba15cab6d0fae768bf76759aeb333c5838c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:aef67ae561902de2e77f7cbf09b98be2efaae40bbfa671d33a73874a9fca506f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:22ca0ebc3fe663bf0e9270067ddae2e143bbe0401ec4be56f56399dd038bdaed_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:26044987ded8bf944da915148c69be6e247e3e1fca35f0c9d0abfdbb61071e93_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:a988a8373d3f22e2c162052a01e7eba15cab6d0fae768bf76759aeb333c5838c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:aef67ae561902de2e77f7cbf09b98be2efaae40bbfa671d33a73874a9fca506f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:3d60041633a1f162c71979b435c96e1b5188df0e04e0349602ac6ef7ae91fa08_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:61dcb1b12d90c58eb1095cedd0f8d050b1f61e68d3bc05037e8e94c274bcd855_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:85363677c4bb40f00d43ca5d6491b03bf73b5aa2cdd514509a8168ab8c47399a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:b2d065c15021ff26eaf335e8365b797c9c0c9b54c2722a4fd88b015d2f3b2aba_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:3d60041633a1f162c71979b435c96e1b5188df0e04e0349602ac6ef7ae91fa08_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:61dcb1b12d90c58eb1095cedd0f8d050b1f61e68d3bc05037e8e94c274bcd855_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:85363677c4bb40f00d43ca5d6491b03bf73b5aa2cdd514509a8168ab8c47399a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:b2d065c15021ff26eaf335e8365b797c9c0c9b54c2722a4fd88b015d2f3b2aba_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:089dbe82b1e1deff569436e344928255e7446795ee2c1965551941f4dfcc20fd_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:52d2793450c879e8cc2df405b8f9ce03239f3ac832705bf8bf071b6d6c1aab00_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:5d68aba559ef836f0992f78c78a8dc79fb5a680dab2abbc876a25041ab8767e8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:a40345997aab0e6dfe1830ffcc76320acb4a19743cd8ddc249de4dde99697d7c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:089dbe82b1e1deff569436e344928255e7446795ee2c1965551941f4dfcc20fd_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:52d2793450c879e8cc2df405b8f9ce03239f3ac832705bf8bf071b6d6c1aab00_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:5d68aba559ef836f0992f78c78a8dc79fb5a680dab2abbc876a25041ab8767e8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:a40345997aab0e6dfe1830ffcc76320acb4a19743cd8ddc249de4dde99697d7c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:08a79a55c753372a11f38e7573bfc6a930e21cfd4cf78a583b298c2955fd76b3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:656c38b2cc045e620277466f42436ba47633b284107fd2dd77b2a20b6d92fb65_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:efbdf6e8cb6fbf9141f2459feb49bd1e4f9b99d0607331337ecbcca851c6b2d3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:ff3fa757849d5246cc4998aef80a5a8192ea48221bfabdde42d3eda664f00107_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:0ced086ae1f60e918833e7296b812627bb201d461f64b154b238e6cdabb543e7_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:825705cde8c5cea16fff7f61b99fb8fe77b00fbf9f910dcf980491c836299a9d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:84f0338a3c427ac9c88708f5611286972a71a0b67425a82b28e6b9cdb0777fdb_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:db72294ec20391b00df5aff0c61131e458d53c77f8e7ad46221bbc1a0e48c627_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:3abf569beb7de9365d996b72deb8d16da11619ef721f4d7f244d275123308faf_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:95fe24d21ca65114bb288e30d3ebd77954db630a4a3162dbe877aab4dd9c5cb4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:e2a10747ca1f65c6d894e6eae44dd77d1ee826e60311c7fbf11ccb5ba3b35c20_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:e6e84f0ec9ae5b483ef8872c9703908b595a6d0fbbdc368e19eca8b58121025f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:5999694f230c5fac3ce7b5f2c74922088b437067f775d23e01e0340453f9188f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:a91dfaca38590d32108269bab1c7eb59444931bd7a994de781398f50d228d988_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:b7947f27cc0ffedc07e93c3a5450cd87405352f93b39bdf66c1c045312497d35_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:bda4051ff681d545c59cc6e9a02583278236f267de53b3c68605635689eef2e9_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:58e76dc80151dc5fbdd3089685b72d74b1aa8b98de2d5ef1525071fd972ef623_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:692e57961b5cb2225ea4d757cc5e19ddee4ae1bd5fd89429cde7ae9ed0ac0c5c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a80a31405351245150ab8feebb87ba63f5cb9dc5ebc85d560a89941f983a70b7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d73bfeebb2c2c0b386d5b2e909bbb815e9c39f6e82869d9cffcac5767f2de172_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:3ba88359360ca1532c5224ba2acad3d1588ca40bfc4829ccb8c85ea19bc129a7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:b237d7893ab617e9c2f53933cd87f2062de4b6621db677403e11ab58a0de10bc_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:f9bb0780a4d8be56bea13e9ab0f834835e04e7e8570494d37798ddb60bc8d7e1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4f02b77a2cab5ccdcccba93d51d2a5d9a92ceff151236ffdb8390ac4a67a4af6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:5510f4dcb3215d46c7c73b0f84744d94adc13d45066885abcc522c9f80185152_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:6db471dd0c0492d33613a34a2e53a1c025f1d34cfd3d7e4d2b4009276806433b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:1a40166f257d1ab58f04543cafd99a8b7fd88d8d0a1c970dd9b771b0f01534a9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:678ee1ac6110db9cc2380674735c94ed5f18c5c2d75137179ea2e100517ed2b3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:d19a14818ee13265fc1722ed2700a2943e56942442ce4bebb322c80ad0f2c5ab_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:2b6431891ea6d2f9af668ae5afecc0dc6719ce7314bd59a89ec344cd46214565_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:60b68743e0d82aa2c39c47afd70a39fa7da4426772b946bc4afd8558350d500f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:aa2fe1a953150e3e4160160fc7a121c952e8b7805564ec63339aed27ab2dd3f6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:00fde8b59b779b0b068e80b2e1874c7d351022aa4142d779016f08798955270b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:13a92758fa914e1267dfeea1896210d3a2a665ad05c9256b1b0192bb8abdaa7a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:146f072051e97a611f39759f5a5c419a883b0e64a1362b205806913b6a8153d9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:3c37d2d3853372a7304e39921f4462a44d81136ce24188e7b61fb63e73c97e5d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:97427755eeb8b957837189ef49fb894b743508a1950645e8f42a08eb7b3ee0bd_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c03bbab0f14b2ca0db5a24c2cb646899fe1a4eb4cbbbf987c3b17b22bcd3d995_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fa8d5b44b4fd8273f20ab466a88a29d6ea344484995566640c17c67cb0e7d7ea_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fc06fe0990909d66e2981f12a6fb0f35967f834089bb348e0c4442d47d087214_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:2199c2a7a9e5f483699e62faede55d3df35fedcd4ca8768f05f48e0fcdb71fe0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:756352e643e268c63330c33c30ee12e27fceda1239390fc991f06589dbd78959_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:81c0edf7f04fd4d89dcabc840e84288dab661a2dd7eec8553867ccb5acda9b5b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:856deaffcb6e4b4b9d7503e91f3d23b8767100a1c8c72a6c472e1f882631833c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:5dd9628769aeb00b44e9a18fcbe1d56e7b172805be508e7b4ea85ab1b21fca3c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:6d25728b5108a7941285b8bfca698ccda25d72dbefcfe12dba929cbb0c24690a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:7bad17203de6fe7f1ca5e3d3f192a154d48368b6d877b66e60825c41041600e3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:94a23b1f97ca91ee3195c6ea07b4d867d32c717279fb9159bdaf3413f8e05582_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:17dc9edba250dc41896d18e2dab48a9fe51c08f0cedca362566f504bc1b90ecb_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:f3148cf7ab32c8d179feeadd09f57c3f3a8296aa4b013d24f63d61afcf57b0f3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:beadf30285a781c710de30bc1ae87d2e8a3bc13c2646dc55ba8fdedeeeaa018e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:db6b71f10ce51d3b8940b551ed77c786b402a12bb287ef3bc614b259b44713d6_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:38bf5373f8d67ef1c79741f697d9454328072f615def597752078137b38f65d1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:9358fffe89e2f3a4783f6f3fbde49c1b19984f3e0252f4749c3e42ec8d8f5523_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:e49ce33f3bead2227d446c2b8ca852dbaff56af0e95f2882d4c1404286c22b3e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:b234daf9313e3efc2362f79a513d35bd15bb7c9b7a6aa936e12fa3a53feb7412_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:efec04960159b197a0626461dde2e11512787cfa6c71190a180ce6bdc9ff8c60_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:a68d4bcf134f78d2de8cb1bd1d9639ba484dfc613da1668f4bb2a044d5582f4f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:ce2d048651c8b159bfe370425e5bead6a0873253ddbd6d6497ff429369798968_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:75bea5902fd17c1e4b9d9115cd160c55ed9aedd67ca5fbd14e9b0a013eb1feaf_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:78a6b3728b3e9c807b1b80ef6e79d29e5df49b5c92c5580ff31b9c2d6d013ceb_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:ae98a6ec26befeca00294a2b0c7ce210bc7bace1f220571a35c04ec14db03e5b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:ed131d0cfadf5b581837ae7b345053603eef694a0e074a6d88f992c55c3d896c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:18380c9080b259cc8d02487331e3ef1247d2308e6b1e70ce803426d36c0e1f27_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:1f51177c9d6e9d8adb6f61d1b171549573506a7a4d826e539c9aa8f942507705_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:b2ffb8ad7db07d9f7069d160daba5b7a73de760c7cc161106301d3654883553f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:dddec677a6081085ad00e206077030bb99713e506277e2ced311d492e86dab02_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:38563974217bdd53752fdd063138b0a11e90b85dff7f9c7537de064033f36966_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:c420d49c96f376956982296e7a03f4febfe0cde367fc95ab63a87642e0b361c1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:ca2eac21c18a227f5672c8d3b50469953b29cd369792a207614b8b25291eb931_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:e5b54fd6da54c520f1cff80858c7bfb5b8b4b378fa7a57ffacee623b1d77cc43_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:5a30a1eb1091054facc200e9518afd543192758a9bf2e664e44cfc531e10978b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:d8b63cb4fcd259a66eebb6605a7a105384cdb4cec042952b966b4f8bfabebf4f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:6f4aa5824d6ecd57443e2bb696bd3e79703269df862ccc42d56f9f9d7e060f50_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:7924a3056fabcec515d879413e5b88ef00fcb7451c884b7f7743d3679f127a12_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:7cd191dbc1db9d5266bb1e1f958871b6b12cc93ad7394482f6a53bf5cee83dc6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:9dd169e3a46ae8eaf47028070e752a308cec0418f8102dbedadd4210b867e706_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:c6e0507565b5274a8b474e772093d75c2f58ce178da633c24cfdaae3264b2a8a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:f85276401d03d6f3dbe5de6fab4cdd44379d4e3cbc3d0ea53efce7eb9ac59d60_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:321c1737ee36a2b23ac9e1ac85368965bd0f120d8577f5999c3f6d3797b0a6c7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:449dd56bdd7e138d514aaa0c4d9489bc2d8e01b0b4c459131b116f221e2956f1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:50ffb33fdbac78a475913b7e307e730d40a5934c743cda0cf45d05f6b5712459_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:61dcb76dde13dd2ca7d6573f2a7c09a5cfcda1de1294e5a506d07e14e5408a90_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:4636f3477179b218c2ada2c241a65d804f0798743da95e3a171830736f383160_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:83e26b219bffb578d76bf9842585f4307e41a8f6f20610054842b3526dc5424e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:8d806e0cf0b13ce667b08498833473314716c59b6bac3ab96d2d7956e7ec86bb_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:efef95d7a9a80b5919d54fcddd2d2996294988efefd8e286f33902ba4b94df81_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:99811313942236572f7ac4c4726f6709609452a3da5e811463e7a9263285d8dd_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:a3027db225c166629284e11ab26f4d8dfc41a2fff2deacc99df5c4ce151b5fd3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:c7b4aebff94f6bb707d9c4ca28ef6c6060571be88d9b9eb53cddc39fc1456f76_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:d7ac53074e1cfc8218326b613104a28aae4cee1c67785de8cfa755d1772ebb13_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:56056031eb0746e98052842eb628a66ed222b1dfa1c7cba6e511b4bb4fe05533_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:79f3b697eb24b1f1fb941a3adb768c4fc11e742e4de8b917900fbb301f5605d4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:cacdca41cd532e2a84e1acd9a392a5ad73cd5f74b0215da3ebbce77885afe1d4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:d1d39bd6c538c62ec5e18435e712b1798183951d4238a970eb4ee037a9a70f51_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:634a8c373f209fb3cf1a9251bc2cd8cfecf9390b71ed4089a57865bf15013d4b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:8a9dd162f613ba32fae56bc1b9f1ed10c577b4e3aa3c42bb08e3abe76e820c82_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:9906a9d16a474aa1d103c169b6e64b13009511c45a7df76fecf76ef0e25f2a29_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:bad61947f5ee2cd63364f8ca7cfaf343294934b448a96b4e0c86db4430bef34c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:00608f5cbc3440cf612a54f7dab4812bdf3c65cb0639e2ad68695f95f399a559_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:577f1f21d3e9a632d5fec2d0545ef62cda58a2f71dfcd2a7cb0ddf420841092b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:6cb0fb8c18dd7ffc43887ad12374f540c4844b62b69adbcd9286820e51249309_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:dea046947cc52f5b617e5c2e273ed1fa409fda43a2dc0eeaacd1fc0f27fe7ee3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:813370f8fcb5b9e8830be339da8c73c5303a5a9755b18a8d26b4ad58007d2825_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:aec19cf38f563bcb9c4254432305bf11883020c9e2a25b0f50f71981ef6aa161_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:e8de1336623bf1366668f6a56a55b5553692303ddb4950a4158176dd78a458cd_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:fc3f344bdf3d6f5d9c0e940aee5e25662b05ccf1b8827f81ba140835534b655a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:8e925337d28c451279d1922b0dab9ce2a4919e0bd75a293db234518c09ccfa92_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:d134d9f1085573b2ecfa5380e17eafa45cb573ce00da1c62e0ca769c6ac28f6d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:0d4f60f600d906f1122152da7b8b0449a938f5f4dfb2ed198065d2bd3a2ebc5f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:803ecd02649eef62da8885831e2d38917ba51b891573c195b323298bd71432bc_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:174f58ecc534af5ba1915d204f2e829972d3632652864eb1d61a95de29de7eb2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:64efbcaeb77bbfaefd493170eadd2eacf6af2da186b53ee1803fa2283b2e5711_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:969b7220dee835ce08b1d039027c776c83b6ad3da5388772daf26e4c8f09cc80_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:f01e210631aa090775e7f3b07b8012da4a4c53ecf3aea6fd9bf8ca08d49d511f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:2e07fb199c7724f86935b745dfb5c77991205c9c4c45ee5961abb57abd0cb823_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:ade497f48de9224ae91409818c6e0571e634891a84ad0057b508c3ac85b21b05_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:c495c52ec300a44ef4173edf15624688b38011a3ff5cd738bca779757e42d958_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:c983af07026014d73b6cfc0d06fdd31a7dbebcbdee204cba1a672d24608d4d14_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:21209efc735beb2bbc8daca5776cea1ccc5418b51b97b799561fcb751e8491ce_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:e87a5743e86e549e3b17b57cb6c3a93724ab85796407a3e4a0a816bb75a9a36e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:166c39667529c8deaa8cb6bdcd0f973c115a44a33ce2371e0c956cf157498d45_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:e527f1aecb09a2c40e856370615b16e7797be1f9b82848e862eb88a42a9e3eee_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:4b743b7d2d78e0f2a887ab796b2ac9a150988aaec67dff3adde88687e46f7b1a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:4bc8956bb61c0451b1fc424ec1b8abb2a4af487ed8911d952c367592d31a4f3a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:71c807e7cea2c0944f06dcf96bbffd21dee4672e7274dc817dbbcdb65677a6ae_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:59adbd89a4a3fcb8f845a9f951063c2c059e9b67c043351ab1ac1128e0cb066d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:8ece29e4b3c200c4b113a12e23ba43349fdeb827b050ab1179b97d929de452d9_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:b9c9b5e975e00da4e745d6caacf725e37ef8510727d354d65a96cbb51fcdaa86_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:c738b9609d40a0bd2c17207f9113948c95e55f4e216f2dcb1f37a42914669d6d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:81cfb4ee1ae877a6ac439db16b4f91ff789b50b8f02908858954afc51e7d9b19_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:ab00d7940fe91a26c7f45e6824c8afc516bb655a6c725c0a3200ce164e127596_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:b95d59ca455992dacfdf186d011dc3dfb0844827c944b91da28c1b1e678948b8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:f1adacb5d83f6207a7cbf196c82d30feef5a41fddd90520fc0026396494f2ffe_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:0857e1c73c07b272f017af571c91b3bcdc108540ec002da89b11ed2690c03de5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:0b2599c96ad1b12dd5ebbfafa53327fae38e586b269eddfd3ac87e51d38ff0c3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:750954c71fd9789e0e4a93f2cdb25e4b6a8e4c292bc7f6c28397619c980ca118_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:68a7b4a2434007d41d8c0f29accfe43e00b04ef18101a3b400213c4eda9117db_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:96538bfc448f0d0649d003f11b49f989ca36e10838f34fb91a9f7ca8967d574d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:c2853ae37c6d4f1a44d5f03f77825030fd584268fe67856fa611487d2aef7afc_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:d2e88346989d7c7c40b556408761a58f3e179856ccadc1e7780d103981eba9f5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:08a1038d6b2be6effe347769a0e2fc89c43caeb44dac796c34481274072534b0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:5ba881fb649a3cfaebc470b0fbcbcfb799df2205477e3263adab655bffb4c268_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:c8974096b8764ffbb4a9f8279a485508e9457c0f7e176c77cb779d3ea585a15f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:fea604dc691a2515b1c9a34f6b41afb60287a5420f30b8957911403885658e04_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:69411bfaeb395222009f0ca46a1bc3e456907b650a285f56e26eb207c7ca4383_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:e20e87ddf196803191368f1dc4f6cca4465c1a92fbcbe29851ebb1f908a55038_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:f051e24c3447762f3476242739a696f882ba9ce210fe775256dac55eb28fcad4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:f385411362f79afcf35acac0f49acdfef8b9f5ebdabdb20cb4143f33bb505733_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:2e6cf654f0c887465ff3b3ddca67c12e2510a6b82a69705e1fd055ed30cdd9b2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:56e0fe3c3d2aabb7c30c6ddd28d07b3005cb128c82a5d0a51dfc8cf1f1cfd2a4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:8c01bbae6f1cd673c1ac45ee550a792409e534a1fbfc4489269c5d849c4fb119_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:bbd136c9bee87cfd71601d22fc05f16a7b07996f39b41195cf5105a84f0e847c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:683316d9efb43eeb14a1e3ac0c8f8bd98771819389d89c1c0ceab8afb3e61c35_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:c91b7c636c3672e3a38ff2c5964d9352f573b32abd2205a6bcabd6f555068c9e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:e1091f8361184469358998047fb0916f7f8a22706609fd0a9ba5610bc17e947a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:e9a2908a457f2935037d9f4a27d85d77fa334c4ed7fdd1f593040e0bec592161_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:15131025164bf722ebed8724e62f4b70ba018f3d9c671476f33e3485ce3a43fe_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:400674850f994c9de28b9e5686789e97eb0dcb235474f8f3a42068790d63bb09_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:5bc0e064ce599860205080a84750abb3de613a2735ec5f67ea4431a7a6f9249c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:a7fe5ae007435227287fe4f4e9e1c75f53905ac1c1e4eeb183e9dfe865a611e9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:2936230694f5ed225050c118595e401be4360ef7d899cf3554c42e40bf82921a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:3578bc2eb20c76eaf6120449b7842f8d502269454f962379b026b1342482af0f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:afe42b2c8f953258782138392a88fd1413fb2097c648d559ceff1f3975dbb1a6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:fc8f8e4042ffc6ff97d75d2c97c2df435a7f2ac27d54109d4873ddac71a82069_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:1eee004700ca936c97efdbb97384677f3e3f2a2d42606967c1cf9c6765317154_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:2575052c200b4367f535e1bc653561492dedea225ae80f298045f4309c20f7df_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:921d77cf40e5f25b256c397a9538deb9b5214fd1dd320b272ec73f368d965325_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:ff3548b2acf73724ef2672fdc0533ca212dd20cc55842efb49a4302a3d152c1b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:4ef2b930ab6b1fb2f7c50dea6b34d55d45fc3fc4464b871359ab105145ef6b6c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:85d787413a3e60a0064132f45a19fdb810082bd401429e8248ff4df750bdad12_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:8eb4f27d2d6db0545c96878704a8d5265ba9d847dd8b6ac823cfe8ff6689554e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:ede9c2be4904769a47aafef33f068a0e67b8458746c74199efe17d745624d3bd_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:8e1c3cb2cc5f294d03e007b0aaf322662c3c6c09245c61a9553eb7b33a02d3cb_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:8bfa6e267d4b8d65d364bcef54b1c09399a64dd7a5c97116e2b8358e0cde0cf6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:00d9e9b53df16cf21513e47c4a980eeaf3358af5472a4a66f7b8ee422a3313da_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:3148750b4508846de939bd0907eadecf7d8258443b4a3d7fc30b93c39c4abb63_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:646817898e42b4ddb0768945180739b794aec7dc3e31f5ba809569d87bdc1fe0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:7fff4f51c84e229eb72015faf1e6d9939545cfd1a6766b8f1e4f10f17029aaeb_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:2e487cac721a6c9b8cff331ded53fc6ad0397aecbd51c1384632319d573bf601_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:4f4729ce2ba297f713fdf02edc3ba34d649ab2e7d648a47af99ad762fe4c9e4d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:691e2b24b901f3e1a669bbf5188b16e80c8e8d99433463f36aa6ad087ccb11ff_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:9bb9f5cd5e94fc8041d25e9a9d10aad1be92c734c8a8dd618c93e2d2cbe27c99_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:48d371c93bb28c4282f540750b91ac299178ee320a79178b28ef77d294cc2452_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:4919f1c330d56e5dbdc091d33e5fce13cbdac96876e773a8109ce807dee67b4d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:a6a13a734f336edbf73c601da1990c2eced4e74fabdcc6f66c6075278574730c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:d0147210992ca5d1b5d8465029135f3f5c400f7f15ed001858b6415946a22fbc_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:14587c92943288e6c9f56d60476f40b8f15ce7f1056913e5b4cf33f0a83af7c9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:9356fbf52e0dafc970befd18d5337a29e2496242b221727095c83d850ed45d62_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:d3c0890549855355461d90eeac26335cb114a584af9698af531eee0bbd809807_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:f6ade0ad3a5e4952955f2d40c0d867eaf290de111a2c35bcbaf7b59c3b734490_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:26baac061161143b4960d00cdc53adbe77aa5fa52b415b3ae3de1cacb18a5634_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:2d74639836f3384e157e3e1fccc2c10a90aef742c8d8c826317fd5ea88b1284a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:46823bab7a55eaeb658763753c36e75a89494371926db2f9d8c48375f03a04ab_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:b135940892cdd26c7e983f3c37d6d492cc588767dafb5960e1d5e9642ac48e5a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:2899f24f2fca98123800e88171603fe6022226299341679474740be10d59053b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:354ff055338adaec79759136d29087337e0658ca64cdefb447e8fe4157a8003e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:58b4935884a488e6c796db1c1a8e37189e2b76dad3a18483ccf06368a8c84e6a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:6e0ed09893071387d638004e2c9177d1933ba9cd59145ab3ecaf4167c9e955fe_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:17306fddebdf61a0a4bffd5ba6cf4bf595701c14553fb87968985e670e3a7f55_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:18325aacfd110965ec933fd9cb5a873a88572fa0507be6f64519c42306266846_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:33b3ac785f10dce0378b5ce81e84d4d6799e0ee2e573b45e4fa8bcba3ae83d9b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:a15084c226ef3a1bb0488c272ffdf4a59bacdb293d0f1d2d3b0d3ede8fc856ee_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:039085f52e4730608fdc2cf5023460e7b1496a87d34c3f44e958be30e93bc88e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:799213061337226fac59a610753c8b5b5b2feca766753702303a51ae0f7f4ac8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:dc9f4de544635597483c56742772b5c471ff16f2220ed4a75aeaca2b28a6a40e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:fd8bab3b8804bb1b4ac56408fad43519fbe11ded255435ac22e20f162fe27252_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:246d18436f5aa8a6e9de5a6ea2a81c09bc21e37ba02ffe57fe836937ee54565a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:2814b78bfe377098e59e5e252759ed64e1d3db9cd00f117ee48983a01d3bbab4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:c7c37e63f204f3063bfd8f34e6f984c41e07718194379f86265a47749e269d6b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:fdeafcdb178182b8484c50c321886f8b2611d27ee4fd1a7906eaac8054ab9625_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:1d6862cc2b12521141b533f7ebfc42e558af07195fafbb8f7be6ab7e64ecab34_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2d473ff75f549db1505984e23280fa2f3a6570d19d7ed72f78bf0ca6330f0e91_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:4b721f641f5fe989d9a0ec209ab4921d001360aa570cd2a7a9e5879c8e1804f4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:713d23b937eb12215688c4d67649aaf4270ece88b5197ff85fd3486b89ecf572_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:3d1d10391974723b15b31315b9c99c98b8296c61032905893a88e42f739f4a54_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:65fec2305e5a5e05b89b507b3356a8686bd11372b59d1ea078a3c9794c2805fc_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:c4a5f8deb979c46d9c6babc5d52d026a0de3bbdf08238fcb798a05b6a76d69ea_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:cb06db0919e77bd26200cf8610277dd5feb9e627de2dfe43317fb4256be7cd0b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:214521bf60ec834c8d397bcf685e2ebbe39921f4deee0c09b9601253d929e583_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:5b057bc84cdc3f1749467d0ef85cf09d6a06f783ab16fb57c5cc19554ce720f3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:8150193ac1d183bc045856ed3862107d045d2f0582f60ec4203c99c641a8a30b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:af21478733313da2cfce7c56cc6151609b18be0f096532de317313abd002bcb7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:9499cb5614434c687db474ad657de64098ba4d1ee1f643194a92488a21faf652_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:98d2604ab5bd65c852b8d6efa756b045cdc2833017b874af343f47951b015b2c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:b594ea68afa771c39f64ef2002eca85d0541e9b7d954721fe3fe784d4d6aff81_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:e6b9aa21e43519da9b49140c570738bbc43436212ea75e7dfd0bee67c7c3fd62_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:0ef624ef1b65af220fb60fc4d80d6059aa5061e8f9fa800410019ec42e2fd839_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:5623d5f0940fd4e2dcd11b1469dcbe95f0dd801feb2d92c3c385628c82dc993e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:711a9081e2bb725ceda8dcda213f5f3475b326f708b077c4b4e215c643bcae71_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:9e35a4faa30dbebb4c0781e948a98391c41500225be6e4f399a2654f4d443c74_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:b5eaf716c0b3223abd931fc510d8c93f6fd342de822aa115e60b80d48332323f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:c31b361799f39dd3e931b2ea44689df6524281e53de962447b37cca578954ac3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:dbf8ecc16795fd9c9e838e0b0e5bb67c95f5493f695c90093813819a71e6a989_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:e419449bd0fcb506b32e7042d3c1d490ab961e070c0715951db4babf43b1f527_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:265fe91b3158db898cef1933be732ba61a1cb0dd4006257b9f0aa30a8d4bc654_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:30f55aa98a244d7b7072cda47c5f6b61f0aea4fc5e966081efd5c4c030a94271_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:3cf63aaea43c416aab8879a538bf238a6000066dd6170fc958acc281b4538b03_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:8f04739af1f6321c039253bef7e7c8413592238249c6b9c68bfe2b4c6742cd6a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0c41a5d04b68877df42b5e2d47b1a51a205f9b5bbaeb272b876040840df70cdd_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0f9b478c439a81b264c306f4b597d40cbd2b9461a2be9167d667ae96ccf2d80f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:7d1cce729216a86f6f3142e1dcb9d3c6b4eec52b35f55c1aef1911af499fd6c2_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:de5431ddae08fe8b534706adcbc5a99e1d93da3460fe5008f319aeb17280d6fb_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:27ef373e865dacd62cc3d29fa3ba0661280570b9f1e3e36abaffd6a0830896c8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2a129685c29ed30eda4c991cf88833941ca25afcbb0929766fc24aa939b3fbde_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:554535a577ee5e912aec65bb9af114dce400c54955b1a15d3b0d8a3cab725389_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f120d3b13d54b6abc62fbc6a87f7b1509a3de6c01e316e28a014e355bee5c002_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:27ef373e865dacd62cc3d29fa3ba0661280570b9f1e3e36abaffd6a0830896c8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:2a129685c29ed30eda4c991cf88833941ca25afcbb0929766fc24aa939b3fbde_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:554535a577ee5e912aec65bb9af114dce400c54955b1a15d3b0d8a3cab725389_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:f120d3b13d54b6abc62fbc6a87f7b1509a3de6c01e316e28a014e355bee5c002_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:8846ed3df7609e0a20e5020c5019e066e3156c5cb3e32719f55405b54d2167c4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:90ef3f26f00eae41ceab0866b5bbaef1ec56387f0e02c55ac6797ee527c829e7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:de9a1e420ff965ea9dcf80d4cfa0f99e351fd1362dc883b2dd75bb09d88f509f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:eba4869ea1ac77524cdc048c718c20e3e30da1de957570ff28840c8cf3c65d34_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:caf4fe81752b9984c30496aeb287eee457aaa9a51c1d4dc8dc47552f927f8989_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:eaef6750f50858e6c3f22961f4e31e0bd2600873d23881dbfc2968ee7d167aec_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:c40f3fdee914e790347ad59fc55c2424628927c75d88bbd40bc39783075a301a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:c43678e689872e352ec44d2a2f395199a34ce16d085c4f7e563ee3e9534bdac8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:9038c74fb45e35bf411a05528ab578cff9cc10a8b0927fbad0a735e3b1d414ec_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:fe85c1ba2ab6ad8f94b1858bbe3f6cdde4a7c768fd2a451e79ecd4e0d780c99b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:3448dd1942c7ffd71cdd12b778525042c5e38485872c6f579229cf786b20e9cd_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:e2439ad3e79037d4b53d6ef9514a7cc3428f57789ada20f9aae6c844fa35019c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:3be8282baee49a9fdcea455723d5fd12ed820ea578af9deb23171ab09156c9e7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:4035f82b6b41d63e30cf4e1b04631e5890c76f610835f8365699bbd633ea3788_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:7c1b269972bf5e330da11df053fe60f0a8f1af43fb34ea0c22685fb65ad53715_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:b5657aca295b3a67c1cb6525a55fe234d959098f500ac7866c8cb7c09769c8e1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:39d2eed706008f5ebb0d2baa19ebaeb77ded4e0de4ce28e0232f614f8df18c5b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:6e6882fa1afe45eced0befc1bfd30c874c888a22d8656d929eae355be8709ec2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:73021b1853b79ffeb0d04c028cad9905455214a59cc50dba01ef7f97372da705_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:8d791856506c0cda2cf02f3903c6da293a257ab6326960931d0e5da995dd3d82_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:93bcb96825fe79993767a89bd7305a5f6ec39deba51b6a48a307eb6a7e3e508c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:d0d43e6dabdc4f060c91b7d247a444b763821f61931ef78eba33482eb493acd0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:d7ab49355e1654d655aaa7a12967a5bbfd34d7175f7e5b9143ca9abbee0d9b06_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:f2a68573461f17d018ff650a7dc8f4fe233cad39bd64e8e006a62d040a7befdc_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:5c2fe110d1caa5d7b14a653f3af1194bdab821255758880809e9c356341323a6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:6bef60acc457405d245a8d7b17335ef424ab68962255fd1bc0ee5c87b73b9ed7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:708132b57f6743a257e0c14f8955beaf7a6b759dea9187cc02c0072fe01d7c21_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:dc3a9ba0d7083481d3717e6b486b130674223d5ec26c40e854bc40aa9d819538_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:1a041a1f772f19dba24bb7dd08cbb374b8b9011e2982804d34a739e5050af270_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:31afc8611dbb85e2afa41373aa19b95f19f3b6f3c9dd9303fcb324566ddafb05_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:4ca8edf1c43441ab6d2b34eb7572659d27c7ea64c95a5de9e12cea5ea0dd2799_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:e8a39e1add8a7a4d65b17aeee0bd0b0bf5292c432e56fb97ab52f1865dbcaad7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:10cab7813ac451d2d17414591c27d5626a7bd43d7dae6f030de9291f3f0377e9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:2d83001997d22839a2df4acbb23553acd372c163df0a8bdbb97080d5274b6925_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:6e4889fcfd7cfd56cb6a4bf34e30d92b5893a64e8a036ccb18eaf9fc1fb8bdbd_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:d348bcfb0e822de362a7c67ffd9f572569502d09b3f2d3a4475ed4810f2e2d6f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:45d111c26b3b1b96a1911dfe65ed604ead63c26f9f5534b027614d8ec8f11a6f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:734cc9b8e88fc9b2d7c30535080a5c0570ae19bee912486a7d27255ad694bfae_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:e02754f15b7094b2956ae2364dfca3ac178bbf62bd5dc2061d681cf645129114_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:f081c5b04915471afae962eebefea4ea2b71e0afc6d367f59c4710a3953239b2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:1248b42c2a006bc5117a42c76ced63048cc3fca7b5f0dabe1a5d16efd0b8f604_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:ad34ac62efbe8c297baa00f75a7fbbc87d1fe9d29563811d723f0f10f8174366_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:c17711a9aaf902cc6c95e62c3715201e6354a76117166fc3715a27342c2be2fa_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:e28aa33846c0489e23b86bbe768a6d23a7e31e3830574792c5d5007979f05675_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:81774e36cad16a5f5da6c89483f4139ba295e29726cc5bb9fb119277e087a1d8_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:8f4fba2b28c5dac5dbce6cf38a064fdbea5ca1ab2e039ae96df7d34c90296ff6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:b18472469fc37430b4810a9551fcc833c52df25bb34e09bec904c82c172ce268_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:d97ac99882fc7894c72d6030a4578fab814b2550e6478be0bef5eab5b41b85bd_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:74531d0fd46e112088ae1583e873e40ea082223804b723473c67aec06f5e8e32_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:8cfc4b26606408d8028903e16b23e16836d1eb7d9be0c6ac6b8968330ed5ee7c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:a0837af0880180f927e3c2edd48377d2d5ab849a06186158695e0f2d9d460be4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:c86017bd51d33ceb8f42f837a4b19f0c750967486b6ad647f01b7536d20c5d41_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:103c34c394ba900666000bc5627c63e1b564878aec0defbb91a18711aa95bd7c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:5273cef06cb438b801ebedf984156ef179be56b86ca0c1168ef1c2b9ec547ef1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:6772f96ecc0d3b1a9b021f66c53bba423e763e2ec31fab4f3f14a8e7e82b01de_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:703919dbe997e2b17f6063dfce55226c14f5eabff46db358a397a25effe43932_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:2d6037ca2e1cfa58511058b4555e6f65f1eb66f80b0e0d78110076bcbfaa5a0a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:43ea6c2d16a1e89c0a76259219af19d79fc034665551181c153f3675f31bf238_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:6178ef94bcfcd227c35d30a2479119f8e94ac53749d14f4892e44f1d6aaba331_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:df29038076b03784ec2f881405902f2bdb91d46a7a2bf38b75cb024ca6936787_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:218a452cc4548f90ced34504132e4c0048815a5e67c8d9f93b5e1987e83d6c2b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:8f19d00af7e51f94765c630bea606b7cf7861ef434a001987c07247189d255d2_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:c59e505cc5dd47f6aa71473d755d0f91bcc54d1d450830fafb3d622dab432ceb_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:f383f85c0c0470333be07dbe4923042a818b9b5949eaa320c0e99d5ddaf643b2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:00a118e4fbe39e9be377d2318d259343a159b83d322caa771a933c0696696e4e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:4bbe5d322d15b2f708bd75f6b7e1f52bd0639ad729910ec4bb488faeead2ebf6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:b163baec860229f0a73b3901940045535b666102f42dd61e453f196b77124604_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:aaeef54d7945e2f9df7ddc715776cd9133a335e39268dac2a65d4bb27b0baec6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:00a118e4fbe39e9be377d2318d259343a159b83d322caa771a933c0696696e4e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:4bbe5d322d15b2f708bd75f6b7e1f52bd0639ad729910ec4bb488faeead2ebf6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:81fff6216dfca869c758bd60a0efc7eec81c81005544dee1b52e1098b9646322_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:9b28af07fd820df432f76f7cbf5f6c17ff275307679b909b9fcef39af9c13aae_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:068996fb40042f413b58f8b5087a55d5275c8abb6cbbabba81dcaa8512800d8d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:29508b9d94bf0bdcda583afab57029f189f07e845cfea44972430a6d40c7bd76_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:631436430c6bfefd7ece74a6f1ce7eaba8d4da935d61ba5db66553155204e0c4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:9adc42aa480b66104ee6d0e81ecf7cccf7cf155b9082d063d9a9537dbb378ee5_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:0d1300f732f6e66a363b6fba2bb55e0187b2b345dc2583d1f0a1389f7526cf30_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:72b5a08e055d90a3eb6f8b0f3c8267d7cf7c8fbdb064faf381ddee94d2090f49_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:733261a8f75e4080761cdff18e6e619df7fc4de05cd2050d8127935bffc862b4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:cd0efc4e9a3014c1acc79fd8ca9cec790a71b7745e7ed820613047953da1d641_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2431740"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Lodash. A prototype pollution vulnerability in the _.unset and _.omit functions allows an attacker able to control property paths to delete methods from global prototypes. By removing essential functionalities, this can result in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "lodash: prototype pollution in _.unset and _.omit functions",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue is only exploitable by applications using the _.unset and _.omit functions on an object and allowing user input to determine the path of the property to be removed. This issue only allows the deletion of properties but does not allow overwriting their behavior, limiting the impact to a denial of service. Due to this reason, this vulnerability has been rated with an important severity.\n\nIn Grafana, JavaScript code runs only in the browser, while the server side is all Golang. Therefore, the worst-case scenario is a loss of functionality in the client application inside the browser. To reflect this, the CVSS availability metric and the severity of the Grafana and the Grafana-PCP component have been updated to low and moderate, respectively.\n\nThe lodash dependency is bundled and used by the pcs-web-ui component of the PCS package. In Red Hat Enterprise Linux 8.10, the pcs-web-ui component is no longer included in the PCS package. As a result, RHEL 8.10 does not ship the vulnerable lodash component within PCS and is therefore not-affected by this CVE.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:027b3596835e02a412ab6cb19ae476a4d3987a90403a46abb039ffc2f1c775e7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:39af4cee0a425da0814b28bdd6d515a397544d3c5f83b5e9cfffb7aa33c4fbb5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:8516be3a082fe2a93bb5976bb394865cd85aba4beaa399055a76bde057d9e70d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:b2426b3664db720bd7a53cdf4cf376425ef8d7c6c5ef039716efd00cdb9e3e6f_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:39f3e8a9f78d4756e9c681513c02b5574e80ccd7043e7f0130ea1e5505e27cc9_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:7dc4d67c2153b57bd1d0e74e85e21d898acdc5e792ebf3e9e2254e9c243069c0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:934e6f7aa8dead546ddb258b6753f8ffc577205ed6ac19796a2140cb242497c2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:d3c8598be6bfcb46c310e881493b8299f126b86c041ba560edbcdcb700430d0d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1df62178853e8698d9d86da8530144f3cc5671c77b72bd09098faab187f6a78d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bfb1ae8157364e5772facba2869c37414fa49fadc0b7a42ade55684e5a93ef0c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c70cb3d1a437e747e1d7d54f631853d611a97278fa260daed6c56f36f885e17b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:fc89d0c5582c76488c56d471746fc9f8acee50a5d727cdb559623af580389f5a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:5e1d1c77c595cf7cc63e38f771d7b2e64a4b31da119476238b26dce182cac160_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:d14dd4c11011464adb44f802bbff4820560b56422a8891664de65bc1f8da66ef_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:d26f4f47b5b3447e021d20ab0e6dae7eeeadeeb4f5529b85f8e836d6625dac62_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:d4de045b2177b2abda6b28b814c450961272ab3c982a4c1da29271384aff2f06_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:587c9c3ab23222ba8e4581c20758a690e420982196b416a0dc895071ba13cffa_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:7b806e315b880b6e3fd85f23585d5a8032637099242d0d1abdb7703d67913529_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:e8718288050d418f62e75b956e2d19b285e3513fb70771beff64c7d96b02ad8d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:faaa0f58bae404689e533be4e44817cd8008d1ae4c2999fe1b671e663dd1588d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:19fbed56d75e69a0d9582fa54d3328fb44aee9a119781a0d9800a1f948b79926_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:2e4109f5e9abff71ace58bf6c904d19bee7c5936d99af1192191ffcf75e87606_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:b703668aed81e1c3d2b3b17c7c05b2453bb7685089f2de6d9e91b9525ef14c96_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:fbcb0389b7f506b044d1b908c0fe8e8eb1fb5509cc006fff4ecc992c2dcf31ae_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:21db1e5da0fdc170417ff618727d1df59d264a27a1fac0df40f62cc6d0b92e34_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:2c7df73b7d4e11ccf47cfe561600541569d7a5daa04bacadd28b601ea9593d29_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:4671fc86a01df017bad93436e10f40c0ea23e27a73a58f76742f8010f60a3922_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:71684546a20bc4ca896f3daea721b658557f992f3b4d9679fb414415713ae8dd_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:209bbc308b2c772b4553e1353d8ff7d79d47fcba4facfae1649eb7fcb9b8fb70_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:21f468b304e0e0358ba70b05bb712b6231601b0e438a4a6d2ecf3239b016c448_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:654ffb6786eaa915fbce588d9016bd09927a204f797ba0104585bbb19de6e15b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:b71f4aecabf4c609d03b751b55cb94ea717983179b73efb6ff00001a514ff4bc_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:203a0938168df89a72bd108bebbf6be7652794447dd2ccb69f8aeafa28a3d6ea_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:204bf1950ee8144592b630869c44755c364392504de447c41ca0b8d011f660c1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:d559c94732a888059af7b5e723fd8464c0598ff02ac49dd4ca0e8c2ff6752a0e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:ef2d45fdc583671d6b145882f99cb260b370c18178efb43b42a57e63ddb36d2b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:585c4a56a35fa219f5a0d37861eab449241a71ea59bd6b200e7e3db34879a522_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:975ecae2d886df90e6854aa2ac7d0d9f3b6b415756f87e13b0d6c8a0a29e819a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:a640f43787725158c81fd3b759298b4cb0fc841a6136a9eaf2ae254b7bc5c576_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:daaa767d88c6c006e6a0a6625c68e35d60000bc3081be76bf89d35d23bd513de_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6a75f23de4af4f22be6aefb132ab72514930d0a29241ce36614e884bb58652d9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:87a2b1d5044fc95c3a65a066b80302e2429b62e3ca65f831994842371febb7fd_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:8db77a2fef0a9e5d7307d284c982f118467dafd3fbfb8e181326685852137221_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ac74ea8293510fcef95584bed98d33dd6b11672583b7c621c296c738eb7f747a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:0aef808deed9fb96b58f283824e1d3c15a8721ec39b16c5e480b777ad71ac137_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:675e727613bf0e5a3a85f4346866e0561838945eedc23619ea18804f8bf12257_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:8550f4f5bb2efa499a73ec16761aa448cf62943bfcbb4307a40e8889a6b83c42_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:b1932c7d09565a69842642106d794c5dd3a170345e34cdff9a8be3f64b04abb9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:28f0ab10c245d632ac282c48d3a81d371591a814a5bf553908bb14a43d0eab74_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:62202210c4f18a691ea29ac894a45ee52e2a4eafe6df0877f49ddcb6f6aa5c11_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:839834a01c39f2eaac826a50374e8ac4cb8a103e661366e512c62eae9fc88b3d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d57959fe134e8c76b6cf6b936b5ea015256e50a2ed550115ffa85e0e91d591f7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:5839069a2cd4c793f45a41023f2a53914a8b60e4f5ec935513b2640063067bc2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:c9560ed43dbce1ed3b0e73bf7d6b1b28540ee38584463a09ec1b38a6b09ae2bd_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:edce8f86ec198beb0e28cecaed5a1051a556e92662914eb77a14598bfd98cc61_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:11e30523f9e047f84527779dbd66c1be046c70b02daa197840bfdad6a2bfc025_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:22803a26a17162a465eef2269781abe2690ea22fcd86369f35688cef57e12fb1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:439f405fd3d827569af717e2627f900798107ff3c7987bb96dd75715b28aeb4e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:8edba5bc6956d8b5d2430d2f4d50ab31d71a50dd740b3557e5e9361099d6bd2c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:cb33b3f0160d1e3bb96217581854933be739cf23b22d03771de07482e8fd66f1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:84b554a6e493cbe4d936cdf9bf5f39d57a5d01ed433e9ae35be2cbb651cd7490_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:d985029f965b57700107fc5e5c10d805f83271575c32e79751e42d382bf586e3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:dbfacc2b8021dab0bc88bfeb107bc3c60885d7dd28dd6e716569e82c1f1b2050_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:ed158388ead4ac07264beee291cc7f4b75d7f26769876e00ee0d938a720320b0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:7b8f6f7d07b96111436e1f24d2f968eb402d94043216411e5700555e53d9f42d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b2b165722afc872b8b7e33baf3d203c5d454f119587ae2377bdfb15d9490ea99_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:0bbafe014c77d472d14038e2b46bc69a1e649fc9b6a4c1097bbdb354c34a41ec_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:1b1c50cfab6be876b4f25c0b27fa17fbbdeef827d3167bc0dcbc3341d92d41b5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:73b4d01b2ff7f173a1e49e5a6f019e3954a5b9f255119a8af87a6fcbb280653e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:f90510800365871dcda5645ccfe6055eefc38b59406b41c9c54cb29cb3e49968_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:4983e7e3d7ab2d8b1ee13bf734b260c3d56090b4551fc0bd59aaafec69ffe37f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:e0c269061957cc8b3586d4ca484c389544d3acda0077d96445e37d300eead15c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:6fadfbdfc9ddadd7b692568b38beb660a48f0cdee1f886e1451ffe0dcb73c07d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:f82f5726816a060c19917f06d37a1aa160b675953ebaac52f136e250e98fd332_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:7b5ff6a4931473798293031a401b2418906d91d62b5c7d1cad45ea3ac39462d6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:ecf14f2430d830ea24baf52751009cab008bc2cef501b358306fc46a2a32ab25_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:500cfeb055b38b0b9f76c9f262bc90ca2edafe664e517da1b38fb6a2928bdf09_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:78585533e3516310fca7f65c26f2f6b5e3fa0f3268ec9b338d9c53e96bb8822d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:21922b50b69626e99b6fe3741aaa1d2d2d08e56766d166b32046ba3c592a8d93_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:836c6111c70ba9228d80e09eb0e53344150b7dbe4bc1761cca6df0cdcc57efd0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:549bc2dbacc1479bbda10cfbeb3688f2e83f51d8e61fba07ca6816f7c56e9e0e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:d36656855883b3e306b6923234c26fb3ae6883fb235e58416266f3645227db0c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:5f035963d48b03c48682ee5e08df9929a84ae062ed1989e4e7b3ade0e22da544_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:bc70d98a850ba4bdcff403087fc8f57418039ee79bdcb7dcd2be49905a3b9cf8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:780dd4ebd061e9ae7f72f7d1964caeafaf1ed5bd0870576d8e81022ff5bb019d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:c3ef35038f951713ffe1951872a06d5bf731dc14a735b69d342b3d7ca197dda5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:1fdf87821555c4982cf42bebe5b46b58e1103b876970d69b298fa7527bbcd53a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:22e5b57a530a6336e81664f3886d543b34ac4f02475694af6fed90590c8209f2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:5f1f51686d55d53af9015141ea4ef00dea86ca65a6cc89b8b3afff34fa416002_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:c8e35113d1af6f424ddb2b3ccd7da6bb00e39cc7e9101ae6498a40926dd45f27_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:471037482b480a52f798d0fd05366ab7a2e92744f8902450dfc3fe2b88f6c2b0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:672c761fc4a8651c8493ea60f5d0f33aae52bc19ca4d55fcc1b94f2e002e1ace_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:8f509fac366943d4732e7d0f36f9f7223499c7aece9868713fd7de79f5fcd3a2_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:c81004be0a15d543f6e84b81622f8514d66f663a46de37e00f5e2f18a423308e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:974a00d5e9f5825345c437b3987dad130f084c8b983a2934e5b69cfa67120616_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:bf9e71e10cea47686d4edf0c60cba4fbb0c4e1bf8b805c387b9c070e2032e5d9_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:c6bb4ec25a7721ee6af5de90282a925ba47e6f26f4bc6b76651a5e811fe4786b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:cca13f123b2d8227760498112882fed890c50a78d740a84f21c1d58d58cb1434_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:32cab0a65fc0b14963201bb720a770bb68da3815bf306559da7ec5c8ed7c044d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:552d368f4be0334882e389c732ba4a46eb9905666b90ae2208101db7a65ba19f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:69d8d98aadf25c63f2cc51ec917ee5498fe97a013fdaae075186bca58e2bda40_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5969b94e914ff5ff8ce4cf32df64f10f1b6996832e3f2ab0b377dff46efc9af_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:725fb4e263107a568a1c556264f4e5a1d88adcd4ce5a2979b57a8fd4463065c8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:abfff75068bcce70cec31d704cf851d2642ca48a3b35ed48d739f19f0c311dfd_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:b2e6862fbd2830ca980b1066d15f69e1a1997316ecf700983619f1f893a8f3f6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:e073583037092c6649e373a5b19242df74cdb830656722e1396b274a041317a3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:01fcc59502a374f19532397c5c6ff43d2d308510f11189f19f75aa2944a04e23_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:31c0fab9d575ada9af8f496ae4bb2553f26b762ef2d6c39f6446aeee2899b262_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:60d8c8511f21d929058cfbcb7b8df55148935ae34db2dd4e626913ec1a54c779_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:eba94f94949aca0330425b1ae3897f37b2365fc09fc88d60615ca7d02b06e8a9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:278de54a51e74d045ec339e762c5b81ce4a2a3d40f1bad8d7c9cb4e5de898cbc_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:93f23ab49212aa9eb231527335346b45424a5322a5e9496a4c246e01f017edb0_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:d9205cb2f0ed16fc021fb8be67f6c27f368fd4deb8aabccec39e134218f2ad0a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:e4688eccd23a6b01995b878a5b7f12cd2640d89a7402747a94c8fbc48bf99798_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:062d502a4f595b6faaf24ab566c9b4d7cbe23d112737c749f6223d84b0cc63b9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:10e61696271303aedeea539ae19ec6fa8018878059815e5a58497e023ab496d1_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:e2ac15e82021d5dbd07c6548374bd47bdcc609addd61dcebc5e675293726563b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:f5e3d590f430e44eeb3192dfed40ebae4a6a90b773d7444c4d4335210b99a4cd_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:29e242c717fb61d195700e1f1665427ce99188265b2014aea970dd9bd8441134_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:c118d03728b27ee94fcdef1f63bd58fbf62475a5c016667a6a9805c7fbafa47a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:c3da083850cc4e2a8d365a2141e5d6a38b90ff9107631ed39c964a3870e01066_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:e50c7fb186e0cdcbfe16d0e1631ce1953c6df5f1b600a0753224225c475f4bc1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:47bfa9b89ba1688e7c1a6d4fbd9543f274be9585d328f94bdf96c82ae98051d9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:a2062fa20e09a9ef5574e7bc8d02b870cec2eb700f1e3bd338f62eb62bce13bf_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:a3d35f264ad04e586073cc5971a8e5ee50a43d4ee5f3671ac4090ccaba868265_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:f3dd31d9b9a94707a1dc4d597ce12abb9b33d463007b311798bc031c55935803_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:26d287b7756ead1bb073b19ca79276d082c0b5231c0b007b2b18089036817e18_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:6e50edd777e828943e3624600bb3e31f078bbfb9bbe1860c6cf6652b94fdf143_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:e332b8312285dfecce531264a1115ac9b7b36d4099ca72fc8fa19358962ee0cd_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:edaeb800342b998c1e3fe5630506656ab2c34c2190dadbac5f33dd78eee7ba44_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:09c6b2bfe80fabd18a6398342fcb6420aa2680168ffd5d25d7d18231977a5e32_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9e6c5bd0b8ec8c6259b9db817ac5a8fb954b1dac58b0fe00306a84f36c22035c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:ac670fb76fb48ac762f7135fc404d57d31947e7c5ce9a6525d081164ae1ed578_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:dc0bdd5c00450f4f6de330888ae8e9e2ee272e879974560b312785f44df85a0c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:248df5e1def073d8b37d1d6659cc44f4c9653c0f1b6024e1bccb16b208afada6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:36ea064f84c69157224566e5aafd03ef21af6bf9f0b8b78bcc6e197981239ccc_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:95dfb6d0a1a4e15962f089a71151a37dd7b8ca19c26289f8f934eae7dcec2ab0_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:b5643d03d8dd0798ec6cfdb27e9ba22aa9479049c81480b23aa96b12c7c96568_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:1002d87d382b6dd836a14734b00959cd62e9898950d1258662f8b29be154cf02_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5d2da4620f6bb6c224692d33c93f0b327c16dcc5ceb31da1f767d3a6fdc3f70b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:763b411a1610701bc473415f0a677ea9e43b3b2ccbf2152ee4fc5cb13e710028_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:89afc48cb1145085a0d6d262edac7dccd3f381c74f18588698498fe070cfe3ca_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:1002d87d382b6dd836a14734b00959cd62e9898950d1258662f8b29be154cf02_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:5d2da4620f6bb6c224692d33c93f0b327c16dcc5ceb31da1f767d3a6fdc3f70b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:763b411a1610701bc473415f0a677ea9e43b3b2ccbf2152ee4fc5cb13e710028_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:89afc48cb1145085a0d6d262edac7dccd3f381c74f18588698498fe070cfe3ca_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:053561dbfbd124b7311afe6b5eeebb4b2f333bc1b61636e3e989b732016efab1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:708eeadd9b25c308fe7fb46fc4a33cc39ebbab70e2a20168951f1bd629d7ad86_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:fa8de46b73a5c714c051e281d30c4837c97a7d67d349e58d9ec36c7a13d8b1fe_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:fba9ce2c2b16aa7ca1d2fdfcab07ebc67baa65816858489ace9d1408bb26e4de_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:07c83354fbde69786f65b60b2cba2f8ace4f277a5283cb2f29eb88f2707984cf_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:619c81363e6e4fdc632e8bc54038411571bf01a3f7d2bc0ad0ef153ea13756f9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:80318e120a0950964736f022e7a73902965f8391e25a03691757b3450203c5e7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:efbb18f2f2c8d01ce7b785b3bc5dcfd9a1f687ac392b8795ac63e2c6c2779869_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:2c2d668bef0b240bf5f3b95edc0fec5f561302e7f15f05b1a4c1f38a48517bc4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:398ea756c84de4884d03d27a59c1661bd1df0fb6e12ce9b3ee0319ca406ceb3e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:9976237825a262abd9196fa7c23265587f3c32f68fed224228a0ad38b6d2157e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:d5fe085af0ad1189eda74690b02c5c25d6617898731bccbe6d20101fffb7aec6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:1f4292bf324c244e58b589ec521132ac15f1640c33bfe3763560df2a1a692c13_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:936103960861b7912cc9406f82082acb342021032e2def2f37df6def4187c034_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a73db734acbc781aa0420b142e6a3d61e8c471b5e4eeae005d520eaae4a72e44_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:b4937dd875f1b9610a8a6d6c79475152418d5ebc991b192ae9ee4755a780cfa3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:79ea995391777e5de109ea7d10ae1c808c840af72de6e992f37d667d84fbdb9c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:9ced6b74ea8456ddda60cf304f6faf8ff5fc033905eed2a59fae1b4845756211_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:a8a1a27a92492c82dce2ca5bacc23dc4c1da0f1dbc29c5c749f888716dfa81eb_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:f444afe09392bfbc6a9be984ba05b5d289de4ca44344594e0e1c10a3f3befbbe_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:6bcc1fcc07058024d85554e472ff660d28a4c4dd8a5a78a0744380e11a6a06d8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:846e39473ab761940f0e13f005efb60ca59497dd094b7e7eb60a2f6431a661ab_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:9cd88b86ac24ea22bdf9ab938b793d833fd146c77b7ee5e162e5ba3d9aa95448_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:a7f257be16c02c62b9b01656b655ebeb2a1eb640a57b3d38877c44083497cefd_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:6c1bbdfc2c9f3fa4c23af400e4cea7f91827801b956fae3effb4a8f313c673e9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:800e71c14775b5c2aaf6daeaada39be53964b123567f6fc6389cc62483042e72_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:982a623205d2d6ede6ed1a295e36738e500c91ef9f8c2e3e62443082a2ba987b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:a99de35e56014d9642ecf9f13869709a8fe08e93d499ffb7a50feae5e04ac651_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:1f86c359dad1658f01c77bcd1a634510baea2c8df28e3106ff8139e5e92b1c47_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:9fc2fae2be9a11e6c5f8d9d4f1e486f80bb8370cb6dec829b481b2418797207e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:cf4a19e2114134bf5c2d9163a09e087c3ec391ba159140635a7270e70605a4c4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:d3f9470c3930133339a3e805c2d5d1ad07945a44906a5b039270abec4c7b75f4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:11fd6113796a1caac13a8d4c5542632e6b396e0bc460ae66eaa0f2a1f3b4da44_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:23a24688a4be7be1242a773aa20f53f2aeb57d316cfa566de7cf2fb11000cb35_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:41d769e206ec812a0f5f34487d4646de1cc1f4d9ec3372b17758bf8fcb76ef98_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:fbdce711d845967d3aba18dbf3966442c7fbbf4a8a5f8eda7e3db9cea63457f8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:2086865a8c3f61d47894fc5a683ea22349599b82c6e5f7b5475c5b50b42bcf89_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:68c120642854e9aa45b15d21c3f9d02dd10e837089131bf4662fba1fd87ad9c5_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:6ee4ad03dabec3dc2c36ec8ed305eb1c74c4c099cdc7fe9cc48555a20d7210c1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:a45563482bf570357b036302275609966253f74439f1acb59c8ff2bc3baf7b31_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:2002c2c89b091a1729718cbe2c2cb73cfc9a1826eb8cb6bec45dbd164ac9639a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:260a8887d952fb84f5d017c15ba8a1e60e23455dd20ac8e2034bfde8cc0b8f08_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:803630934c8c0dac3996191a83ed389d27bd1d9d6e84ad33bee837dbd840e458_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:c016ce259e9871041f3209f577455f3eaaf98dc952a89f32c349473148a20976_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:1556c0c53266796776454422b11f713d84e4a1586a6fb841efac115ec1906971_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:7c196c858cb5e94e65472daed3d55230823b8e958d35f73bfb507d6693807708_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:c48060447a689c5be3c0abb9787c778c0b1de183d66b0a9fb6839d9b3c3d59a0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:e45ff3c1c0074e519f5282ae8208750a4dc0bd3ac7207e0453fbab7f30727793_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0f63a311771f61ac8c0267d1d102769c18b16055d60260107b2acf033ba5a185_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:27abe5d06a3149ceddd3375e026f50955d4a45ef482ab6f61b9f02030e8e3b19_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:832d5121a94abd3eadf92a8df55a632455cc51a649900c7450547f34c58316ed_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:8c1090b8e0ba9e071f41d66068bc8aa4271251192889a767594e0c5d836a9d40_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:0374dc23f5a2d22a7929da246a8ef5a032b43f19b386a162e4882aca7dff1383_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:0b07eb65787a670b95cb47d98ee8b2ca36cc1b36d962e996d2f0a12a5d58a37f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:76bacd34ec3b1d6dd135ce8dd06e718f6a1ea6c8e2f8fd3954f9e9d5028b9821_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:b0bb4b11507285b17b32be7358e17094f00708e159e32ffd808999a63df60a7d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:79d4304244379d410212241de9b91ee5604bd5bbce5676301bcf3fada3824c2d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:beeb8e60ababc4bba5c6759da3d7ba4ee1786a43132b414748f8e0a2cc9f63a7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:eb92d3d3351d845e5c169721baf1683f93d943578a48e0192bd273db648725d5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:efa0f8523d171326bb6fc12e6d1610b2d2d28a38e5b95180358c9122bbe6070f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:180a405ab9bb66e3ab6a904d2b91d27224ec507d8eeb1c00ab182b130d9ed26d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:89a9de8f0804a61e01ce2a34d25933af30df2f3e8cd8f1209f8f058951bb5c1c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:90c430420821ff7a0ef7a752f120505c2c36225296f6b238771e6bf1fbee755c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:d9817e136b2c3dfb1fbf805c3d29b8d0cefbb07f76fc1e56ee486666726abbe2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:60ad5b01bbc9aa574ef6024d59be388bf7ca6d8704e247f7e56c8a6ebe3c81f1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:b809958ea47a5d78f8e47a8c822a3b2abf14091a3f526501f2eaf7ef36c87b4e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:dd6662403f5ceb2bb3b8887c7d608c73ff18a8dfb8ef1ec089ca61e4a4f75254_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:fff87189c1c3eafae4722d812e5becae925b71f1b6727944333fb129b7ae48ee_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:60ad5b01bbc9aa574ef6024d59be388bf7ca6d8704e247f7e56c8a6ebe3c81f1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:b809958ea47a5d78f8e47a8c822a3b2abf14091a3f526501f2eaf7ef36c87b4e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:dd6662403f5ceb2bb3b8887c7d608c73ff18a8dfb8ef1ec089ca61e4a4f75254_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fff87189c1c3eafae4722d812e5becae925b71f1b6727944333fb129b7ae48ee_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:7353494095c9f0628274678311b2172589026dcc4e8e28091641ef65a2923e66_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:9dd5d4aff113b23dc86a191abe7f9ddff0b207890634ef9a1c5568df8eccd663_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:be14afa02ae1e9d13d4c6a8e534954bb385f63e9939e8b20942c072901430d5f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:e68a3fe0f5d91d2e914d4b24bcab9a2bffda33daf56cebd73566445b96f64316_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:01f43f0606246a3609b3738ca75c68e2f7f9020c1bb88bf7717818c8a26a1e36_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:3f047ae5585f08301e17488fd86c9ca6cf0309d39e8cd6b580b045f1d1415fed_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:762cc951e74b525f20b93e71742a5bf44d12d3599fdba16a95608baf774c4555_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:9e62d2b1ad0efdd3de7b973cd6639e96203c01b6d484578a4e3cf13f67b2b856_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:1130385b660f719e78d9449c6c7be888b7c6ed16a2ab43e1fb3505fe4ed03b33_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:25c3342fcbb073d32ec53627b8a062f89c1d4be9e641371ec46e6dfd3f540efc_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5b3d375d7d4187b601a77e2eabbf656cbc70a1e7671916ce58e6fc595edfb215_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:dda703452472d35e7d8ddf9750a5229a0c4c6929c7409bf95b973a89a8de08d0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:058f3ca5452aa97a3fa778064a75d88cc169b7ce84a5f320359f561e76f08a95_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:71e5d332051f134f3f90e4089df6c2a5f88b0b11843d046b0d33726d2d988f96_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:aab5a67ac1a3ccac5761114e28474e11b451124c5b7e71e6ec29e2895374c668_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:da133cbcf2ef025ebaf274afeb555c9c18fe80584c058d31f39b7d343995a42f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:38bd47929b935f662766156026433f1f2ec6e1731d2c7f40c792054cbdb1f87a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:80b3c3854d4f22afec57e0a7cb04b0c98d58cd104c54464306126566edc3ce97_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:8b36c39a63639cdf7c05bc997bf98c0f5cf9c1cee0d740cf9aa6e74b91dc0249_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:d0e132dd83e2b754fe20b12859ffdf7139037da53f2a6af6ee08eed15429a14e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:2b553e5669ef51cbce468f8c7c85bef41faf7f7952abefbcc2a55a9ce15c1251_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:4715855d33583642e942fec45ccd9f6d2b90d07f2712ce1eac357d9d45c32f14_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:c2f018f8674903f77b5f4ed8979703b5ae67fe83c6a7d76c1ee4bf7010d77a0f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:f0e41fa92b534e5bda08cf38c6c513b4adf930df9af740de05248476c74c04a4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:8db04c6d7afcb6b650dddaac2ff88cb82093660a3125912172db7fbb51f1f1c2_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:b539177c3bdf37dfc67cca8b3a2dbffa0b4941952135f7f144d3ee1498cfb05f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:cb400c373be837f788f663e7a1b2a94bacec4f4dbb4bf5a5ddd5d1a0d89e3291_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:f16534746cf3a8ecb10aae9765d399ddc3b91bdb2b1ce15c59a4cc76f9e4cee6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:37b02c91edc5520a2371b6f8354028e7404482f3e192aa74f683990fce40ea6b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:5097e2faf0ad7dd54961a6f4cabae703df9df1b2b41e9867b955ab9abfe8bd3b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:b56dc790cc28994513ca38162ceed6f6e10c99a3142aa2abef9bbb7fee86d924_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:f4f4b53c8b205d611fa6bd641be601ead79d73bca40f838049eada4d5d0df227_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:2a6400cf874eda4c283683a9733e63a7e8b5ce53a37eb5ee30c07b14a9301a76_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:3908e08f8cd7c94ba3e5e382ee40cc02db84f5b0a4aabc60f5d17142c42437df_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:88f2c3ab06c1757d7681ea0b157b48847b6543dd9d1fba7a76941d9bb49b92be_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:f7b123897a6b90484fd938de9dd8ecd1b104f2e70e0564fc10aa1b3583ad1011_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:292e59f484b68803dc0076b9fb7b9f426852c967c235f9923dd68d8448013794_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:59c896aa966fef8ca6396239201cb9f1821d71f1e4787c4a03f36190b8a42c76_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:6023696ac24b81f72312201fa6c97a6ba4f2a780fae94047968dba982278562d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:d52e3ca8cf609c8d15dd77a525466184c5c9c641db88856aed56de318e23f47a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:10532406aac6636cd860a0517ca512f6fd8a2505cdce5486b793e9cb2bcfb16c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:567ca37a4ed2afe89da71f0b33af4e5e3af3f89acaab50ea32325ebbfcf86aa2_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:a3e1cecdfc749a34b7e3574642458edc7870f03ae9e1a2e7aac63e3fecb43eb6_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:cd5d904d0e36cafd45ea72914850b748e921bf4ab9f454e1e6f613d2f7b45a61_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:24603d314b5539161b5974f234a9fac64ae0a36e7100a708326265ee568f756a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:79385981434c7e938f71e4616bb61c0f37826ab4891fc5b370479383bfa9d169_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:7a5ba0b22dcab9e3bdf107a7e443a212f7a9ec343f41d3deada1aa59091cf952_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:b7cdf071883783cda48c2663e86e3e271f42a470f2f22d73bae8304c87c2e712_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:0159ee555501103045d1f188ba21ef468c3f463251ff2debae0c8e1999f14eb6_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:237a287a2db660c2b844ac5e985ca1cc70be0f7732c7beac536e3c3e09da9b71_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:31190bca682241fe6ed6bf64602560638c963d70127cee441cd991f82a17fa82_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:da97b83cc6f07e4c7e72f9d7b8461fea71ea92e1b29e6117ef0360e088d7adb7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:06ba4dd88b81f15bb0fea21bf039fe45d38e3356c19a6389dad7010940d535c7_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:cd7efd34ed2a41d64b09e5670082cd68776b31011532d0e02cb932467f05a24a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:92ab63720b8e0929cf11f5ec81a3a968017ea1fe2d0aa57b137e6609b1c07bc3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:94ca29a099adc0665222212c90c60d763621671428a1de28a75c8ed6e2be2ada_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:93edc806a96f7afebabbeac4280196d313eb789ec43978fda985a5445d19bc45_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:fd2d5df7915e62949191f0497ed98359a3440c424a56e8cf12d66e99e67d4a3f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:4947bf6c31aab91f8a0eb8f7ed55052a33d35b70fbe40b06e45f5e5aec94c020_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:87439e5f75484270318701b52e986973d66d6f30f4d00b0da08036b2db846335_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:e42c9804da1f84dccea6375967159daa56b38d6d029bb78617120ff3af87ee92_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:fdf0f3062593efcff1f58947da781fe9e9deb1cfa4a1634db93a0d6e40d069ae_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:003480e424f3ed4baad296af322ff6ec0612cb9107c85116f065f4622adb0f52_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:574259966929feeb14060fd8b80ebb8b5ba2ce10be9f19e66c1e53d033586db4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:5d40461ee29cd3134137b105576bca5ae014920da3ccd90b5729b326e848444b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:b1082fb3535909dc2b8eb0ed95434e571071b5dc4324c6d3dbb1fe892012d607_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:1e7f3dd79b1969fe87590b82bcf2db172533f401f37b975e26829d531042becf_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:50b6b05372735625c16a7ed674b1f056ec23b35dca896652ba94c5fe11ca7c82_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c01fce15d9f6b9a9a52b8ccfbde4b8a7aa1b969d7927430eedd169c0b5f28113_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c608bb7e62594f12c2f52a78eefeddbdc11314494ec933698ba52af303436f1e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:3167f80d0848b65adf52382a35ab3a8c76f06fc5b706e001c2aedd897371e56f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:94f7a32483750e9da8038b84e4e1977fa22f099d3b29012a40ee059ba0cca9b0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:c8489b7e4c95b36f247d85adf5181b39691fa97f00bca455c4fc950c9eec818b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:e187b0624e19031a80b2fb26bfdd82cb8ec9dc66a115e5fab48312cd8bc5d014_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:3167f80d0848b65adf52382a35ab3a8c76f06fc5b706e001c2aedd897371e56f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:94f7a32483750e9da8038b84e4e1977fa22f099d3b29012a40ee059ba0cca9b0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:c8489b7e4c95b36f247d85adf5181b39691fa97f00bca455c4fc950c9eec818b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:e187b0624e19031a80b2fb26bfdd82cb8ec9dc66a115e5fab48312cd8bc5d014_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:174437f0c1b3b1d8dd82307d1fabbe34821ca30d773b70ec1cfb67d45e0c1e19_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:3e9dd635257195cd5c90778267107ce11566f35c60d415e4f8bb9ec13fcb4477_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:56dc1c55657428a6508c4eee1940194c81fb9679a11a3777289749afb8ac12b8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:a8b4f74d041370868aec2986f884db5e41ee82baf193dc94701c5934a060be0f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:174437f0c1b3b1d8dd82307d1fabbe34821ca30d773b70ec1cfb67d45e0c1e19_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:3e9dd635257195cd5c90778267107ce11566f35c60d415e4f8bb9ec13fcb4477_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:56dc1c55657428a6508c4eee1940194c81fb9679a11a3777289749afb8ac12b8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:a8b4f74d041370868aec2986f884db5e41ee82baf193dc94701c5934a060be0f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:5d9fa9b4f15954cca4a5c46f00840bd1047151f89e77da0c4250b673011fb6e0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:7b167041fa1524f28380783f43e5cc54763d84fe17c32bc35cc58efcb147c2a4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:d7881138cbe71cab0d372df6c74e11ea195ef6c55c812dc36b84b1e29f8d788a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:e7ffbd7d025233611c4a70dd7e81eb0cb0ff5880c554cd2dfd9f495313902032_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:5d9fa9b4f15954cca4a5c46f00840bd1047151f89e77da0c4250b673011fb6e0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:7b167041fa1524f28380783f43e5cc54763d84fe17c32bc35cc58efcb147c2a4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:d7881138cbe71cab0d372df6c74e11ea195ef6c55c812dc36b84b1e29f8d788a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:e7ffbd7d025233611c4a70dd7e81eb0cb0ff5880c554cd2dfd9f495313902032_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:4dbb8cf627ac6c902416e06181beeafbbe3ce1a3891eeafb504d8169c29dc359_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:5c4066929ed59bb460091ccb5b503f5c09617459667e3b8cef83fd256c1f9ce3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:829668fbadbaf7e87cfb9cf9cbe304ef8b9a343dd989f9a9c887c7352f0c0a01_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:bc3d45f66fed2adcd79722519ed8ea7f81dd17dfb960d06ac79764b66f421c9d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:4dbb8cf627ac6c902416e06181beeafbbe3ce1a3891eeafb504d8169c29dc359_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:5c4066929ed59bb460091ccb5b503f5c09617459667e3b8cef83fd256c1f9ce3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:829668fbadbaf7e87cfb9cf9cbe304ef8b9a343dd989f9a9c887c7352f0c0a01_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:bc3d45f66fed2adcd79722519ed8ea7f81dd17dfb960d06ac79764b66f421c9d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:22ca0ebc3fe663bf0e9270067ddae2e143bbe0401ec4be56f56399dd038bdaed_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:26044987ded8bf944da915148c69be6e247e3e1fca35f0c9d0abfdbb61071e93_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:a988a8373d3f22e2c162052a01e7eba15cab6d0fae768bf76759aeb333c5838c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:aef67ae561902de2e77f7cbf09b98be2efaae40bbfa671d33a73874a9fca506f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:22ca0ebc3fe663bf0e9270067ddae2e143bbe0401ec4be56f56399dd038bdaed_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:26044987ded8bf944da915148c69be6e247e3e1fca35f0c9d0abfdbb61071e93_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:a988a8373d3f22e2c162052a01e7eba15cab6d0fae768bf76759aeb333c5838c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:aef67ae561902de2e77f7cbf09b98be2efaae40bbfa671d33a73874a9fca506f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:3d60041633a1f162c71979b435c96e1b5188df0e04e0349602ac6ef7ae91fa08_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:61dcb1b12d90c58eb1095cedd0f8d050b1f61e68d3bc05037e8e94c274bcd855_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:85363677c4bb40f00d43ca5d6491b03bf73b5aa2cdd514509a8168ab8c47399a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:b2d065c15021ff26eaf335e8365b797c9c0c9b54c2722a4fd88b015d2f3b2aba_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:3d60041633a1f162c71979b435c96e1b5188df0e04e0349602ac6ef7ae91fa08_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:61dcb1b12d90c58eb1095cedd0f8d050b1f61e68d3bc05037e8e94c274bcd855_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:85363677c4bb40f00d43ca5d6491b03bf73b5aa2cdd514509a8168ab8c47399a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:b2d065c15021ff26eaf335e8365b797c9c0c9b54c2722a4fd88b015d2f3b2aba_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:089dbe82b1e1deff569436e344928255e7446795ee2c1965551941f4dfcc20fd_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:52d2793450c879e8cc2df405b8f9ce03239f3ac832705bf8bf071b6d6c1aab00_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:5d68aba559ef836f0992f78c78a8dc79fb5a680dab2abbc876a25041ab8767e8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:a40345997aab0e6dfe1830ffcc76320acb4a19743cd8ddc249de4dde99697d7c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:089dbe82b1e1deff569436e344928255e7446795ee2c1965551941f4dfcc20fd_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:52d2793450c879e8cc2df405b8f9ce03239f3ac832705bf8bf071b6d6c1aab00_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:5d68aba559ef836f0992f78c78a8dc79fb5a680dab2abbc876a25041ab8767e8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:a40345997aab0e6dfe1830ffcc76320acb4a19743cd8ddc249de4dde99697d7c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:08a79a55c753372a11f38e7573bfc6a930e21cfd4cf78a583b298c2955fd76b3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:656c38b2cc045e620277466f42436ba47633b284107fd2dd77b2a20b6d92fb65_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:efbdf6e8cb6fbf9141f2459feb49bd1e4f9b99d0607331337ecbcca851c6b2d3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:ff3fa757849d5246cc4998aef80a5a8192ea48221bfabdde42d3eda664f00107_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:0ced086ae1f60e918833e7296b812627bb201d461f64b154b238e6cdabb543e7_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:825705cde8c5cea16fff7f61b99fb8fe77b00fbf9f910dcf980491c836299a9d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:84f0338a3c427ac9c88708f5611286972a71a0b67425a82b28e6b9cdb0777fdb_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:db72294ec20391b00df5aff0c61131e458d53c77f8e7ad46221bbc1a0e48c627_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:3abf569beb7de9365d996b72deb8d16da11619ef721f4d7f244d275123308faf_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:95fe24d21ca65114bb288e30d3ebd77954db630a4a3162dbe877aab4dd9c5cb4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:e2a10747ca1f65c6d894e6eae44dd77d1ee826e60311c7fbf11ccb5ba3b35c20_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:e6e84f0ec9ae5b483ef8872c9703908b595a6d0fbbdc368e19eca8b58121025f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:5999694f230c5fac3ce7b5f2c74922088b437067f775d23e01e0340453f9188f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:a91dfaca38590d32108269bab1c7eb59444931bd7a994de781398f50d228d988_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:b7947f27cc0ffedc07e93c3a5450cd87405352f93b39bdf66c1c045312497d35_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:bda4051ff681d545c59cc6e9a02583278236f267de53b3c68605635689eef2e9_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:58e76dc80151dc5fbdd3089685b72d74b1aa8b98de2d5ef1525071fd972ef623_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:692e57961b5cb2225ea4d757cc5e19ddee4ae1bd5fd89429cde7ae9ed0ac0c5c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a80a31405351245150ab8feebb87ba63f5cb9dc5ebc85d560a89941f983a70b7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d73bfeebb2c2c0b386d5b2e909bbb815e9c39f6e82869d9cffcac5767f2de172_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:3ba88359360ca1532c5224ba2acad3d1588ca40bfc4829ccb8c85ea19bc129a7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:b237d7893ab617e9c2f53933cd87f2062de4b6621db677403e11ab58a0de10bc_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:f9bb0780a4d8be56bea13e9ab0f834835e04e7e8570494d37798ddb60bc8d7e1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4f02b77a2cab5ccdcccba93d51d2a5d9a92ceff151236ffdb8390ac4a67a4af6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:5510f4dcb3215d46c7c73b0f84744d94adc13d45066885abcc522c9f80185152_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:6db471dd0c0492d33613a34a2e53a1c025f1d34cfd3d7e4d2b4009276806433b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:1a40166f257d1ab58f04543cafd99a8b7fd88d8d0a1c970dd9b771b0f01534a9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:678ee1ac6110db9cc2380674735c94ed5f18c5c2d75137179ea2e100517ed2b3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:d19a14818ee13265fc1722ed2700a2943e56942442ce4bebb322c80ad0f2c5ab_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:2b6431891ea6d2f9af668ae5afecc0dc6719ce7314bd59a89ec344cd46214565_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:60b68743e0d82aa2c39c47afd70a39fa7da4426772b946bc4afd8558350d500f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:aa2fe1a953150e3e4160160fc7a121c952e8b7805564ec63339aed27ab2dd3f6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:00fde8b59b779b0b068e80b2e1874c7d351022aa4142d779016f08798955270b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:13a92758fa914e1267dfeea1896210d3a2a665ad05c9256b1b0192bb8abdaa7a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:146f072051e97a611f39759f5a5c419a883b0e64a1362b205806913b6a8153d9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:3c37d2d3853372a7304e39921f4462a44d81136ce24188e7b61fb63e73c97e5d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:97427755eeb8b957837189ef49fb894b743508a1950645e8f42a08eb7b3ee0bd_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c03bbab0f14b2ca0db5a24c2cb646899fe1a4eb4cbbbf987c3b17b22bcd3d995_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fa8d5b44b4fd8273f20ab466a88a29d6ea344484995566640c17c67cb0e7d7ea_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fc06fe0990909d66e2981f12a6fb0f35967f834089bb348e0c4442d47d087214_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:2199c2a7a9e5f483699e62faede55d3df35fedcd4ca8768f05f48e0fcdb71fe0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:756352e643e268c63330c33c30ee12e27fceda1239390fc991f06589dbd78959_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:81c0edf7f04fd4d89dcabc840e84288dab661a2dd7eec8553867ccb5acda9b5b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:856deaffcb6e4b4b9d7503e91f3d23b8767100a1c8c72a6c472e1f882631833c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:5dd9628769aeb00b44e9a18fcbe1d56e7b172805be508e7b4ea85ab1b21fca3c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:6d25728b5108a7941285b8bfca698ccda25d72dbefcfe12dba929cbb0c24690a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:7bad17203de6fe7f1ca5e3d3f192a154d48368b6d877b66e60825c41041600e3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:94a23b1f97ca91ee3195c6ea07b4d867d32c717279fb9159bdaf3413f8e05582_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:17dc9edba250dc41896d18e2dab48a9fe51c08f0cedca362566f504bc1b90ecb_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:f3148cf7ab32c8d179feeadd09f57c3f3a8296aa4b013d24f63d61afcf57b0f3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:beadf30285a781c710de30bc1ae87d2e8a3bc13c2646dc55ba8fdedeeeaa018e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:db6b71f10ce51d3b8940b551ed77c786b402a12bb287ef3bc614b259b44713d6_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:38bf5373f8d67ef1c79741f697d9454328072f615def597752078137b38f65d1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:9358fffe89e2f3a4783f6f3fbde49c1b19984f3e0252f4749c3e42ec8d8f5523_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:e49ce33f3bead2227d446c2b8ca852dbaff56af0e95f2882d4c1404286c22b3e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:b234daf9313e3efc2362f79a513d35bd15bb7c9b7a6aa936e12fa3a53feb7412_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:efec04960159b197a0626461dde2e11512787cfa6c71190a180ce6bdc9ff8c60_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:a68d4bcf134f78d2de8cb1bd1d9639ba484dfc613da1668f4bb2a044d5582f4f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:ce2d048651c8b159bfe370425e5bead6a0873253ddbd6d6497ff429369798968_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:75bea5902fd17c1e4b9d9115cd160c55ed9aedd67ca5fbd14e9b0a013eb1feaf_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:78a6b3728b3e9c807b1b80ef6e79d29e5df49b5c92c5580ff31b9c2d6d013ceb_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:ae98a6ec26befeca00294a2b0c7ce210bc7bace1f220571a35c04ec14db03e5b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:ed131d0cfadf5b581837ae7b345053603eef694a0e074a6d88f992c55c3d896c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:18380c9080b259cc8d02487331e3ef1247d2308e6b1e70ce803426d36c0e1f27_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:1f51177c9d6e9d8adb6f61d1b171549573506a7a4d826e539c9aa8f942507705_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:b2ffb8ad7db07d9f7069d160daba5b7a73de760c7cc161106301d3654883553f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:dddec677a6081085ad00e206077030bb99713e506277e2ced311d492e86dab02_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:38563974217bdd53752fdd063138b0a11e90b85dff7f9c7537de064033f36966_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:c420d49c96f376956982296e7a03f4febfe0cde367fc95ab63a87642e0b361c1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:ca2eac21c18a227f5672c8d3b50469953b29cd369792a207614b8b25291eb931_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:e5b54fd6da54c520f1cff80858c7bfb5b8b4b378fa7a57ffacee623b1d77cc43_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:5a30a1eb1091054facc200e9518afd543192758a9bf2e664e44cfc531e10978b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:d8b63cb4fcd259a66eebb6605a7a105384cdb4cec042952b966b4f8bfabebf4f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:6f4aa5824d6ecd57443e2bb696bd3e79703269df862ccc42d56f9f9d7e060f50_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:7924a3056fabcec515d879413e5b88ef00fcb7451c884b7f7743d3679f127a12_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:7cd191dbc1db9d5266bb1e1f958871b6b12cc93ad7394482f6a53bf5cee83dc6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:9dd169e3a46ae8eaf47028070e752a308cec0418f8102dbedadd4210b867e706_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:c6e0507565b5274a8b474e772093d75c2f58ce178da633c24cfdaae3264b2a8a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:f85276401d03d6f3dbe5de6fab4cdd44379d4e3cbc3d0ea53efce7eb9ac59d60_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:321c1737ee36a2b23ac9e1ac85368965bd0f120d8577f5999c3f6d3797b0a6c7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:449dd56bdd7e138d514aaa0c4d9489bc2d8e01b0b4c459131b116f221e2956f1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:50ffb33fdbac78a475913b7e307e730d40a5934c743cda0cf45d05f6b5712459_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:61dcb76dde13dd2ca7d6573f2a7c09a5cfcda1de1294e5a506d07e14e5408a90_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:4636f3477179b218c2ada2c241a65d804f0798743da95e3a171830736f383160_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:83e26b219bffb578d76bf9842585f4307e41a8f6f20610054842b3526dc5424e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:8d806e0cf0b13ce667b08498833473314716c59b6bac3ab96d2d7956e7ec86bb_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:efef95d7a9a80b5919d54fcddd2d2996294988efefd8e286f33902ba4b94df81_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:99811313942236572f7ac4c4726f6709609452a3da5e811463e7a9263285d8dd_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:a3027db225c166629284e11ab26f4d8dfc41a2fff2deacc99df5c4ce151b5fd3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:c7b4aebff94f6bb707d9c4ca28ef6c6060571be88d9b9eb53cddc39fc1456f76_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:d7ac53074e1cfc8218326b613104a28aae4cee1c67785de8cfa755d1772ebb13_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:56056031eb0746e98052842eb628a66ed222b1dfa1c7cba6e511b4bb4fe05533_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:79f3b697eb24b1f1fb941a3adb768c4fc11e742e4de8b917900fbb301f5605d4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:cacdca41cd532e2a84e1acd9a392a5ad73cd5f74b0215da3ebbce77885afe1d4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:d1d39bd6c538c62ec5e18435e712b1798183951d4238a970eb4ee037a9a70f51_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:634a8c373f209fb3cf1a9251bc2cd8cfecf9390b71ed4089a57865bf15013d4b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:8a9dd162f613ba32fae56bc1b9f1ed10c577b4e3aa3c42bb08e3abe76e820c82_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:9906a9d16a474aa1d103c169b6e64b13009511c45a7df76fecf76ef0e25f2a29_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:bad61947f5ee2cd63364f8ca7cfaf343294934b448a96b4e0c86db4430bef34c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:00608f5cbc3440cf612a54f7dab4812bdf3c65cb0639e2ad68695f95f399a559_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:577f1f21d3e9a632d5fec2d0545ef62cda58a2f71dfcd2a7cb0ddf420841092b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:6cb0fb8c18dd7ffc43887ad12374f540c4844b62b69adbcd9286820e51249309_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:dea046947cc52f5b617e5c2e273ed1fa409fda43a2dc0eeaacd1fc0f27fe7ee3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:813370f8fcb5b9e8830be339da8c73c5303a5a9755b18a8d26b4ad58007d2825_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:aec19cf38f563bcb9c4254432305bf11883020c9e2a25b0f50f71981ef6aa161_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:e8de1336623bf1366668f6a56a55b5553692303ddb4950a4158176dd78a458cd_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:fc3f344bdf3d6f5d9c0e940aee5e25662b05ccf1b8827f81ba140835534b655a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:8e925337d28c451279d1922b0dab9ce2a4919e0bd75a293db234518c09ccfa92_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:d134d9f1085573b2ecfa5380e17eafa45cb573ce00da1c62e0ca769c6ac28f6d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:0d4f60f600d906f1122152da7b8b0449a938f5f4dfb2ed198065d2bd3a2ebc5f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:803ecd02649eef62da8885831e2d38917ba51b891573c195b323298bd71432bc_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:174f58ecc534af5ba1915d204f2e829972d3632652864eb1d61a95de29de7eb2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:64efbcaeb77bbfaefd493170eadd2eacf6af2da186b53ee1803fa2283b2e5711_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:969b7220dee835ce08b1d039027c776c83b6ad3da5388772daf26e4c8f09cc80_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:f01e210631aa090775e7f3b07b8012da4a4c53ecf3aea6fd9bf8ca08d49d511f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:2e07fb199c7724f86935b745dfb5c77991205c9c4c45ee5961abb57abd0cb823_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:ade497f48de9224ae91409818c6e0571e634891a84ad0057b508c3ac85b21b05_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:c495c52ec300a44ef4173edf15624688b38011a3ff5cd738bca779757e42d958_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:c983af07026014d73b6cfc0d06fdd31a7dbebcbdee204cba1a672d24608d4d14_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:21209efc735beb2bbc8daca5776cea1ccc5418b51b97b799561fcb751e8491ce_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:e87a5743e86e549e3b17b57cb6c3a93724ab85796407a3e4a0a816bb75a9a36e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:166c39667529c8deaa8cb6bdcd0f973c115a44a33ce2371e0c956cf157498d45_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:e527f1aecb09a2c40e856370615b16e7797be1f9b82848e862eb88a42a9e3eee_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:4b743b7d2d78e0f2a887ab796b2ac9a150988aaec67dff3adde88687e46f7b1a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:4bc8956bb61c0451b1fc424ec1b8abb2a4af487ed8911d952c367592d31a4f3a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:71c807e7cea2c0944f06dcf96bbffd21dee4672e7274dc817dbbcdb65677a6ae_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:59adbd89a4a3fcb8f845a9f951063c2c059e9b67c043351ab1ac1128e0cb066d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:8ece29e4b3c200c4b113a12e23ba43349fdeb827b050ab1179b97d929de452d9_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:b9c9b5e975e00da4e745d6caacf725e37ef8510727d354d65a96cbb51fcdaa86_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:c738b9609d40a0bd2c17207f9113948c95e55f4e216f2dcb1f37a42914669d6d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:81cfb4ee1ae877a6ac439db16b4f91ff789b50b8f02908858954afc51e7d9b19_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:ab00d7940fe91a26c7f45e6824c8afc516bb655a6c725c0a3200ce164e127596_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:b95d59ca455992dacfdf186d011dc3dfb0844827c944b91da28c1b1e678948b8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:f1adacb5d83f6207a7cbf196c82d30feef5a41fddd90520fc0026396494f2ffe_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:0857e1c73c07b272f017af571c91b3bcdc108540ec002da89b11ed2690c03de5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:0b2599c96ad1b12dd5ebbfafa53327fae38e586b269eddfd3ac87e51d38ff0c3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:750954c71fd9789e0e4a93f2cdb25e4b6a8e4c292bc7f6c28397619c980ca118_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:68a7b4a2434007d41d8c0f29accfe43e00b04ef18101a3b400213c4eda9117db_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:96538bfc448f0d0649d003f11b49f989ca36e10838f34fb91a9f7ca8967d574d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:c2853ae37c6d4f1a44d5f03f77825030fd584268fe67856fa611487d2aef7afc_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:d2e88346989d7c7c40b556408761a58f3e179856ccadc1e7780d103981eba9f5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:08a1038d6b2be6effe347769a0e2fc89c43caeb44dac796c34481274072534b0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:5ba881fb649a3cfaebc470b0fbcbcfb799df2205477e3263adab655bffb4c268_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:c8974096b8764ffbb4a9f8279a485508e9457c0f7e176c77cb779d3ea585a15f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:fea604dc691a2515b1c9a34f6b41afb60287a5420f30b8957911403885658e04_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:69411bfaeb395222009f0ca46a1bc3e456907b650a285f56e26eb207c7ca4383_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:e20e87ddf196803191368f1dc4f6cca4465c1a92fbcbe29851ebb1f908a55038_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:f051e24c3447762f3476242739a696f882ba9ce210fe775256dac55eb28fcad4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:f385411362f79afcf35acac0f49acdfef8b9f5ebdabdb20cb4143f33bb505733_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:2e6cf654f0c887465ff3b3ddca67c12e2510a6b82a69705e1fd055ed30cdd9b2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:56e0fe3c3d2aabb7c30c6ddd28d07b3005cb128c82a5d0a51dfc8cf1f1cfd2a4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:8c01bbae6f1cd673c1ac45ee550a792409e534a1fbfc4489269c5d849c4fb119_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:bbd136c9bee87cfd71601d22fc05f16a7b07996f39b41195cf5105a84f0e847c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:683316d9efb43eeb14a1e3ac0c8f8bd98771819389d89c1c0ceab8afb3e61c35_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:c91b7c636c3672e3a38ff2c5964d9352f573b32abd2205a6bcabd6f555068c9e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:e1091f8361184469358998047fb0916f7f8a22706609fd0a9ba5610bc17e947a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:e9a2908a457f2935037d9f4a27d85d77fa334c4ed7fdd1f593040e0bec592161_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:15131025164bf722ebed8724e62f4b70ba018f3d9c671476f33e3485ce3a43fe_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:400674850f994c9de28b9e5686789e97eb0dcb235474f8f3a42068790d63bb09_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:5bc0e064ce599860205080a84750abb3de613a2735ec5f67ea4431a7a6f9249c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:a7fe5ae007435227287fe4f4e9e1c75f53905ac1c1e4eeb183e9dfe865a611e9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:2936230694f5ed225050c118595e401be4360ef7d899cf3554c42e40bf82921a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:3578bc2eb20c76eaf6120449b7842f8d502269454f962379b026b1342482af0f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:afe42b2c8f953258782138392a88fd1413fb2097c648d559ceff1f3975dbb1a6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:fc8f8e4042ffc6ff97d75d2c97c2df435a7f2ac27d54109d4873ddac71a82069_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:1eee004700ca936c97efdbb97384677f3e3f2a2d42606967c1cf9c6765317154_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:2575052c200b4367f535e1bc653561492dedea225ae80f298045f4309c20f7df_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:921d77cf40e5f25b256c397a9538deb9b5214fd1dd320b272ec73f368d965325_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:ff3548b2acf73724ef2672fdc0533ca212dd20cc55842efb49a4302a3d152c1b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:4ef2b930ab6b1fb2f7c50dea6b34d55d45fc3fc4464b871359ab105145ef6b6c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:85d787413a3e60a0064132f45a19fdb810082bd401429e8248ff4df750bdad12_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:8eb4f27d2d6db0545c96878704a8d5265ba9d847dd8b6ac823cfe8ff6689554e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:ede9c2be4904769a47aafef33f068a0e67b8458746c74199efe17d745624d3bd_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:8e1c3cb2cc5f294d03e007b0aaf322662c3c6c09245c61a9553eb7b33a02d3cb_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:8bfa6e267d4b8d65d364bcef54b1c09399a64dd7a5c97116e2b8358e0cde0cf6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:00d9e9b53df16cf21513e47c4a980eeaf3358af5472a4a66f7b8ee422a3313da_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:3148750b4508846de939bd0907eadecf7d8258443b4a3d7fc30b93c39c4abb63_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:646817898e42b4ddb0768945180739b794aec7dc3e31f5ba809569d87bdc1fe0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:7fff4f51c84e229eb72015faf1e6d9939545cfd1a6766b8f1e4f10f17029aaeb_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:2e487cac721a6c9b8cff331ded53fc6ad0397aecbd51c1384632319d573bf601_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:4f4729ce2ba297f713fdf02edc3ba34d649ab2e7d648a47af99ad762fe4c9e4d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:691e2b24b901f3e1a669bbf5188b16e80c8e8d99433463f36aa6ad087ccb11ff_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:9bb9f5cd5e94fc8041d25e9a9d10aad1be92c734c8a8dd618c93e2d2cbe27c99_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:48d371c93bb28c4282f540750b91ac299178ee320a79178b28ef77d294cc2452_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:4919f1c330d56e5dbdc091d33e5fce13cbdac96876e773a8109ce807dee67b4d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:a6a13a734f336edbf73c601da1990c2eced4e74fabdcc6f66c6075278574730c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:d0147210992ca5d1b5d8465029135f3f5c400f7f15ed001858b6415946a22fbc_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:14587c92943288e6c9f56d60476f40b8f15ce7f1056913e5b4cf33f0a83af7c9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:9356fbf52e0dafc970befd18d5337a29e2496242b221727095c83d850ed45d62_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:d3c0890549855355461d90eeac26335cb114a584af9698af531eee0bbd809807_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:f6ade0ad3a5e4952955f2d40c0d867eaf290de111a2c35bcbaf7b59c3b734490_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:26baac061161143b4960d00cdc53adbe77aa5fa52b415b3ae3de1cacb18a5634_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:2d74639836f3384e157e3e1fccc2c10a90aef742c8d8c826317fd5ea88b1284a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:46823bab7a55eaeb658763753c36e75a89494371926db2f9d8c48375f03a04ab_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:b135940892cdd26c7e983f3c37d6d492cc588767dafb5960e1d5e9642ac48e5a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:2899f24f2fca98123800e88171603fe6022226299341679474740be10d59053b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:354ff055338adaec79759136d29087337e0658ca64cdefb447e8fe4157a8003e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:58b4935884a488e6c796db1c1a8e37189e2b76dad3a18483ccf06368a8c84e6a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:6e0ed09893071387d638004e2c9177d1933ba9cd59145ab3ecaf4167c9e955fe_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:17306fddebdf61a0a4bffd5ba6cf4bf595701c14553fb87968985e670e3a7f55_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:18325aacfd110965ec933fd9cb5a873a88572fa0507be6f64519c42306266846_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:33b3ac785f10dce0378b5ce81e84d4d6799e0ee2e573b45e4fa8bcba3ae83d9b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:a15084c226ef3a1bb0488c272ffdf4a59bacdb293d0f1d2d3b0d3ede8fc856ee_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:039085f52e4730608fdc2cf5023460e7b1496a87d34c3f44e958be30e93bc88e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:799213061337226fac59a610753c8b5b5b2feca766753702303a51ae0f7f4ac8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:dc9f4de544635597483c56742772b5c471ff16f2220ed4a75aeaca2b28a6a40e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:fd8bab3b8804bb1b4ac56408fad43519fbe11ded255435ac22e20f162fe27252_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:246d18436f5aa8a6e9de5a6ea2a81c09bc21e37ba02ffe57fe836937ee54565a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:2814b78bfe377098e59e5e252759ed64e1d3db9cd00f117ee48983a01d3bbab4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:c7c37e63f204f3063bfd8f34e6f984c41e07718194379f86265a47749e269d6b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:fdeafcdb178182b8484c50c321886f8b2611d27ee4fd1a7906eaac8054ab9625_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:1d6862cc2b12521141b533f7ebfc42e558af07195fafbb8f7be6ab7e64ecab34_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2d473ff75f549db1505984e23280fa2f3a6570d19d7ed72f78bf0ca6330f0e91_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:4b721f641f5fe989d9a0ec209ab4921d001360aa570cd2a7a9e5879c8e1804f4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:713d23b937eb12215688c4d67649aaf4270ece88b5197ff85fd3486b89ecf572_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:3d1d10391974723b15b31315b9c99c98b8296c61032905893a88e42f739f4a54_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:65fec2305e5a5e05b89b507b3356a8686bd11372b59d1ea078a3c9794c2805fc_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:c4a5f8deb979c46d9c6babc5d52d026a0de3bbdf08238fcb798a05b6a76d69ea_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:cb06db0919e77bd26200cf8610277dd5feb9e627de2dfe43317fb4256be7cd0b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:214521bf60ec834c8d397bcf685e2ebbe39921f4deee0c09b9601253d929e583_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:5b057bc84cdc3f1749467d0ef85cf09d6a06f783ab16fb57c5cc19554ce720f3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:8150193ac1d183bc045856ed3862107d045d2f0582f60ec4203c99c641a8a30b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:af21478733313da2cfce7c56cc6151609b18be0f096532de317313abd002bcb7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:9499cb5614434c687db474ad657de64098ba4d1ee1f643194a92488a21faf652_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:98d2604ab5bd65c852b8d6efa756b045cdc2833017b874af343f47951b015b2c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:b594ea68afa771c39f64ef2002eca85d0541e9b7d954721fe3fe784d4d6aff81_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:e6b9aa21e43519da9b49140c570738bbc43436212ea75e7dfd0bee67c7c3fd62_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:0ef624ef1b65af220fb60fc4d80d6059aa5061e8f9fa800410019ec42e2fd839_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:5623d5f0940fd4e2dcd11b1469dcbe95f0dd801feb2d92c3c385628c82dc993e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:711a9081e2bb725ceda8dcda213f5f3475b326f708b077c4b4e215c643bcae71_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:9e35a4faa30dbebb4c0781e948a98391c41500225be6e4f399a2654f4d443c74_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:b5eaf716c0b3223abd931fc510d8c93f6fd342de822aa115e60b80d48332323f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:c31b361799f39dd3e931b2ea44689df6524281e53de962447b37cca578954ac3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:dbf8ecc16795fd9c9e838e0b0e5bb67c95f5493f695c90093813819a71e6a989_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:e419449bd0fcb506b32e7042d3c1d490ab961e070c0715951db4babf43b1f527_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:265fe91b3158db898cef1933be732ba61a1cb0dd4006257b9f0aa30a8d4bc654_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:30f55aa98a244d7b7072cda47c5f6b61f0aea4fc5e966081efd5c4c030a94271_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:3cf63aaea43c416aab8879a538bf238a6000066dd6170fc958acc281b4538b03_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:8f04739af1f6321c039253bef7e7c8413592238249c6b9c68bfe2b4c6742cd6a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0c41a5d04b68877df42b5e2d47b1a51a205f9b5bbaeb272b876040840df70cdd_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0f9b478c439a81b264c306f4b597d40cbd2b9461a2be9167d667ae96ccf2d80f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:7d1cce729216a86f6f3142e1dcb9d3c6b4eec52b35f55c1aef1911af499fd6c2_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:de5431ddae08fe8b534706adcbc5a99e1d93da3460fe5008f319aeb17280d6fb_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:27ef373e865dacd62cc3d29fa3ba0661280570b9f1e3e36abaffd6a0830896c8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2a129685c29ed30eda4c991cf88833941ca25afcbb0929766fc24aa939b3fbde_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:554535a577ee5e912aec65bb9af114dce400c54955b1a15d3b0d8a3cab725389_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f120d3b13d54b6abc62fbc6a87f7b1509a3de6c01e316e28a014e355bee5c002_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:27ef373e865dacd62cc3d29fa3ba0661280570b9f1e3e36abaffd6a0830896c8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:2a129685c29ed30eda4c991cf88833941ca25afcbb0929766fc24aa939b3fbde_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:554535a577ee5e912aec65bb9af114dce400c54955b1a15d3b0d8a3cab725389_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:f120d3b13d54b6abc62fbc6a87f7b1509a3de6c01e316e28a014e355bee5c002_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:8846ed3df7609e0a20e5020c5019e066e3156c5cb3e32719f55405b54d2167c4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:90ef3f26f00eae41ceab0866b5bbaef1ec56387f0e02c55ac6797ee527c829e7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:de9a1e420ff965ea9dcf80d4cfa0f99e351fd1362dc883b2dd75bb09d88f509f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:eba4869ea1ac77524cdc048c718c20e3e30da1de957570ff28840c8cf3c65d34_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:caf4fe81752b9984c30496aeb287eee457aaa9a51c1d4dc8dc47552f927f8989_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:eaef6750f50858e6c3f22961f4e31e0bd2600873d23881dbfc2968ee7d167aec_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:c40f3fdee914e790347ad59fc55c2424628927c75d88bbd40bc39783075a301a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:c43678e689872e352ec44d2a2f395199a34ce16d085c4f7e563ee3e9534bdac8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:9038c74fb45e35bf411a05528ab578cff9cc10a8b0927fbad0a735e3b1d414ec_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:fe85c1ba2ab6ad8f94b1858bbe3f6cdde4a7c768fd2a451e79ecd4e0d780c99b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:3448dd1942c7ffd71cdd12b778525042c5e38485872c6f579229cf786b20e9cd_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:e2439ad3e79037d4b53d6ef9514a7cc3428f57789ada20f9aae6c844fa35019c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:3be8282baee49a9fdcea455723d5fd12ed820ea578af9deb23171ab09156c9e7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:4035f82b6b41d63e30cf4e1b04631e5890c76f610835f8365699bbd633ea3788_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:7c1b269972bf5e330da11df053fe60f0a8f1af43fb34ea0c22685fb65ad53715_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:b5657aca295b3a67c1cb6525a55fe234d959098f500ac7866c8cb7c09769c8e1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:39d2eed706008f5ebb0d2baa19ebaeb77ded4e0de4ce28e0232f614f8df18c5b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:6e6882fa1afe45eced0befc1bfd30c874c888a22d8656d929eae355be8709ec2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:73021b1853b79ffeb0d04c028cad9905455214a59cc50dba01ef7f97372da705_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:8d791856506c0cda2cf02f3903c6da293a257ab6326960931d0e5da995dd3d82_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:93bcb96825fe79993767a89bd7305a5f6ec39deba51b6a48a307eb6a7e3e508c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:d0d43e6dabdc4f060c91b7d247a444b763821f61931ef78eba33482eb493acd0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:d7ab49355e1654d655aaa7a12967a5bbfd34d7175f7e5b9143ca9abbee0d9b06_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:f2a68573461f17d018ff650a7dc8f4fe233cad39bd64e8e006a62d040a7befdc_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:5c2fe110d1caa5d7b14a653f3af1194bdab821255758880809e9c356341323a6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:6bef60acc457405d245a8d7b17335ef424ab68962255fd1bc0ee5c87b73b9ed7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:708132b57f6743a257e0c14f8955beaf7a6b759dea9187cc02c0072fe01d7c21_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:dc3a9ba0d7083481d3717e6b486b130674223d5ec26c40e854bc40aa9d819538_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:1a041a1f772f19dba24bb7dd08cbb374b8b9011e2982804d34a739e5050af270_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:31afc8611dbb85e2afa41373aa19b95f19f3b6f3c9dd9303fcb324566ddafb05_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:4ca8edf1c43441ab6d2b34eb7572659d27c7ea64c95a5de9e12cea5ea0dd2799_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:e8a39e1add8a7a4d65b17aeee0bd0b0bf5292c432e56fb97ab52f1865dbcaad7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:10cab7813ac451d2d17414591c27d5626a7bd43d7dae6f030de9291f3f0377e9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:2d83001997d22839a2df4acbb23553acd372c163df0a8bdbb97080d5274b6925_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:6e4889fcfd7cfd56cb6a4bf34e30d92b5893a64e8a036ccb18eaf9fc1fb8bdbd_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:d348bcfb0e822de362a7c67ffd9f572569502d09b3f2d3a4475ed4810f2e2d6f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:45d111c26b3b1b96a1911dfe65ed604ead63c26f9f5534b027614d8ec8f11a6f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:734cc9b8e88fc9b2d7c30535080a5c0570ae19bee912486a7d27255ad694bfae_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:e02754f15b7094b2956ae2364dfca3ac178bbf62bd5dc2061d681cf645129114_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:f081c5b04915471afae962eebefea4ea2b71e0afc6d367f59c4710a3953239b2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:1248b42c2a006bc5117a42c76ced63048cc3fca7b5f0dabe1a5d16efd0b8f604_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:ad34ac62efbe8c297baa00f75a7fbbc87d1fe9d29563811d723f0f10f8174366_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:c17711a9aaf902cc6c95e62c3715201e6354a76117166fc3715a27342c2be2fa_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:e28aa33846c0489e23b86bbe768a6d23a7e31e3830574792c5d5007979f05675_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:81774e36cad16a5f5da6c89483f4139ba295e29726cc5bb9fb119277e087a1d8_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:8f4fba2b28c5dac5dbce6cf38a064fdbea5ca1ab2e039ae96df7d34c90296ff6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:b18472469fc37430b4810a9551fcc833c52df25bb34e09bec904c82c172ce268_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:d97ac99882fc7894c72d6030a4578fab814b2550e6478be0bef5eab5b41b85bd_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:74531d0fd46e112088ae1583e873e40ea082223804b723473c67aec06f5e8e32_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:8cfc4b26606408d8028903e16b23e16836d1eb7d9be0c6ac6b8968330ed5ee7c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:a0837af0880180f927e3c2edd48377d2d5ab849a06186158695e0f2d9d460be4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:c86017bd51d33ceb8f42f837a4b19f0c750967486b6ad647f01b7536d20c5d41_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:103c34c394ba900666000bc5627c63e1b564878aec0defbb91a18711aa95bd7c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:5273cef06cb438b801ebedf984156ef179be56b86ca0c1168ef1c2b9ec547ef1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:6772f96ecc0d3b1a9b021f66c53bba423e763e2ec31fab4f3f14a8e7e82b01de_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:703919dbe997e2b17f6063dfce55226c14f5eabff46db358a397a25effe43932_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:2d6037ca2e1cfa58511058b4555e6f65f1eb66f80b0e0d78110076bcbfaa5a0a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:43ea6c2d16a1e89c0a76259219af19d79fc034665551181c153f3675f31bf238_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:6178ef94bcfcd227c35d30a2479119f8e94ac53749d14f4892e44f1d6aaba331_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:df29038076b03784ec2f881405902f2bdb91d46a7a2bf38b75cb024ca6936787_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:218a452cc4548f90ced34504132e4c0048815a5e67c8d9f93b5e1987e83d6c2b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:8f19d00af7e51f94765c630bea606b7cf7861ef434a001987c07247189d255d2_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:c59e505cc5dd47f6aa71473d755d0f91bcc54d1d450830fafb3d622dab432ceb_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:f383f85c0c0470333be07dbe4923042a818b9b5949eaa320c0e99d5ddaf643b2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:00a118e4fbe39e9be377d2318d259343a159b83d322caa771a933c0696696e4e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:4bbe5d322d15b2f708bd75f6b7e1f52bd0639ad729910ec4bb488faeead2ebf6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:b163baec860229f0a73b3901940045535b666102f42dd61e453f196b77124604_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:aaeef54d7945e2f9df7ddc715776cd9133a335e39268dac2a65d4bb27b0baec6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:00a118e4fbe39e9be377d2318d259343a159b83d322caa771a933c0696696e4e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:4bbe5d322d15b2f708bd75f6b7e1f52bd0639ad729910ec4bb488faeead2ebf6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:81fff6216dfca869c758bd60a0efc7eec81c81005544dee1b52e1098b9646322_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:9b28af07fd820df432f76f7cbf5f6c17ff275307679b909b9fcef39af9c13aae_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:068996fb40042f413b58f8b5087a55d5275c8abb6cbbabba81dcaa8512800d8d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:29508b9d94bf0bdcda583afab57029f189f07e845cfea44972430a6d40c7bd76_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:631436430c6bfefd7ece74a6f1ce7eaba8d4da935d61ba5db66553155204e0c4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:9adc42aa480b66104ee6d0e81ecf7cccf7cf155b9082d063d9a9537dbb378ee5_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:0d1300f732f6e66a363b6fba2bb55e0187b2b345dc2583d1f0a1389f7526cf30_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:72b5a08e055d90a3eb6f8b0f3c8267d7cf7c8fbdb064faf381ddee94d2090f49_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:733261a8f75e4080761cdff18e6e619df7fc4de05cd2050d8127935bffc862b4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:cd0efc4e9a3014c1acc79fd8ca9cec790a71b7745e7ed820613047953da1d641_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-13465"
},
{
"category": "external",
"summary": "RHBZ#2431740",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2431740"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-13465",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-13465"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-13465",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-13465"
},
{
"category": "external",
"summary": "https://github.com/lodash/lodash/security/advisories/GHSA-xxjr-mmjv-4gpg",
"url": "https://github.com/lodash/lodash/security/advisories/GHSA-xxjr-mmjv-4gpg"
}
],
"release_date": "2026-01-21T19:05:28.846000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-26T14:04:36+00:00",
"details": "For OpenShift Container Platform 4.14 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.14/html/release_notes/\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:5d84e0f03cadea0cffa8a36ea86f815c4015d18af9e7150dbc4ce7c3b4043891\n\n (For s390x architecture)\n The image digest is sha256:8482c7b8dda889961377707d79813d14f4283c8bfb93b33767b62f9c08684f82\n\n (For ppc64le architecture)\n The image digest is sha256:731eefeadb4821a0e9e4572039b85467035d0388bd003b8484324ac7c5917caf\n\n (For aarch64 architecture)\n The image digest is sha256:e116421add29af6e166cbc15891dba184ddc560c5976b424532f96bf0472c2e9\n\nAll OpenShift Container Platform 4.14 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.14/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:027b3596835e02a412ab6cb19ae476a4d3987a90403a46abb039ffc2f1c775e7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:39af4cee0a425da0814b28bdd6d515a397544d3c5f83b5e9cfffb7aa33c4fbb5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:8516be3a082fe2a93bb5976bb394865cd85aba4beaa399055a76bde057d9e70d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:b2426b3664db720bd7a53cdf4cf376425ef8d7c6c5ef039716efd00cdb9e3e6f_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2990"
},
{
"category": "workaround",
"details": "To mitigate this issue, implement strict input validation before passing any property paths to the _.unset and _.omit functions to block attempts to access the prototype chain. Ensure that strings like __proto__, constructor and prototype are blocked, for example.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:39f3e8a9f78d4756e9c681513c02b5574e80ccd7043e7f0130ea1e5505e27cc9_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:7dc4d67c2153b57bd1d0e74e85e21d898acdc5e792ebf3e9e2254e9c243069c0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:934e6f7aa8dead546ddb258b6753f8ffc577205ed6ac19796a2140cb242497c2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:d3c8598be6bfcb46c310e881493b8299f126b86c041ba560edbcdcb700430d0d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1df62178853e8698d9d86da8530144f3cc5671c77b72bd09098faab187f6a78d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bfb1ae8157364e5772facba2869c37414fa49fadc0b7a42ade55684e5a93ef0c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c70cb3d1a437e747e1d7d54f631853d611a97278fa260daed6c56f36f885e17b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:fc89d0c5582c76488c56d471746fc9f8acee50a5d727cdb559623af580389f5a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:5e1d1c77c595cf7cc63e38f771d7b2e64a4b31da119476238b26dce182cac160_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:d14dd4c11011464adb44f802bbff4820560b56422a8891664de65bc1f8da66ef_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:d26f4f47b5b3447e021d20ab0e6dae7eeeadeeb4f5529b85f8e836d6625dac62_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:d4de045b2177b2abda6b28b814c450961272ab3c982a4c1da29271384aff2f06_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:587c9c3ab23222ba8e4581c20758a690e420982196b416a0dc895071ba13cffa_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:7b806e315b880b6e3fd85f23585d5a8032637099242d0d1abdb7703d67913529_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:e8718288050d418f62e75b956e2d19b285e3513fb70771beff64c7d96b02ad8d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:faaa0f58bae404689e533be4e44817cd8008d1ae4c2999fe1b671e663dd1588d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:19fbed56d75e69a0d9582fa54d3328fb44aee9a119781a0d9800a1f948b79926_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:2e4109f5e9abff71ace58bf6c904d19bee7c5936d99af1192191ffcf75e87606_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:b703668aed81e1c3d2b3b17c7c05b2453bb7685089f2de6d9e91b9525ef14c96_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:fbcb0389b7f506b044d1b908c0fe8e8eb1fb5509cc006fff4ecc992c2dcf31ae_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:21db1e5da0fdc170417ff618727d1df59d264a27a1fac0df40f62cc6d0b92e34_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:2c7df73b7d4e11ccf47cfe561600541569d7a5daa04bacadd28b601ea9593d29_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:4671fc86a01df017bad93436e10f40c0ea23e27a73a58f76742f8010f60a3922_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:71684546a20bc4ca896f3daea721b658557f992f3b4d9679fb414415713ae8dd_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:209bbc308b2c772b4553e1353d8ff7d79d47fcba4facfae1649eb7fcb9b8fb70_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:21f468b304e0e0358ba70b05bb712b6231601b0e438a4a6d2ecf3239b016c448_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:654ffb6786eaa915fbce588d9016bd09927a204f797ba0104585bbb19de6e15b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:b71f4aecabf4c609d03b751b55cb94ea717983179b73efb6ff00001a514ff4bc_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:203a0938168df89a72bd108bebbf6be7652794447dd2ccb69f8aeafa28a3d6ea_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:204bf1950ee8144592b630869c44755c364392504de447c41ca0b8d011f660c1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:d559c94732a888059af7b5e723fd8464c0598ff02ac49dd4ca0e8c2ff6752a0e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:ef2d45fdc583671d6b145882f99cb260b370c18178efb43b42a57e63ddb36d2b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:585c4a56a35fa219f5a0d37861eab449241a71ea59bd6b200e7e3db34879a522_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:975ecae2d886df90e6854aa2ac7d0d9f3b6b415756f87e13b0d6c8a0a29e819a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:a640f43787725158c81fd3b759298b4cb0fc841a6136a9eaf2ae254b7bc5c576_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:daaa767d88c6c006e6a0a6625c68e35d60000bc3081be76bf89d35d23bd513de_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6a75f23de4af4f22be6aefb132ab72514930d0a29241ce36614e884bb58652d9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:87a2b1d5044fc95c3a65a066b80302e2429b62e3ca65f831994842371febb7fd_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:8db77a2fef0a9e5d7307d284c982f118467dafd3fbfb8e181326685852137221_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ac74ea8293510fcef95584bed98d33dd6b11672583b7c621c296c738eb7f747a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:0aef808deed9fb96b58f283824e1d3c15a8721ec39b16c5e480b777ad71ac137_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:675e727613bf0e5a3a85f4346866e0561838945eedc23619ea18804f8bf12257_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:8550f4f5bb2efa499a73ec16761aa448cf62943bfcbb4307a40e8889a6b83c42_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:b1932c7d09565a69842642106d794c5dd3a170345e34cdff9a8be3f64b04abb9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:28f0ab10c245d632ac282c48d3a81d371591a814a5bf553908bb14a43d0eab74_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:62202210c4f18a691ea29ac894a45ee52e2a4eafe6df0877f49ddcb6f6aa5c11_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:839834a01c39f2eaac826a50374e8ac4cb8a103e661366e512c62eae9fc88b3d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d57959fe134e8c76b6cf6b936b5ea015256e50a2ed550115ffa85e0e91d591f7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:5839069a2cd4c793f45a41023f2a53914a8b60e4f5ec935513b2640063067bc2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:c9560ed43dbce1ed3b0e73bf7d6b1b28540ee38584463a09ec1b38a6b09ae2bd_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:edce8f86ec198beb0e28cecaed5a1051a556e92662914eb77a14598bfd98cc61_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:11e30523f9e047f84527779dbd66c1be046c70b02daa197840bfdad6a2bfc025_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:22803a26a17162a465eef2269781abe2690ea22fcd86369f35688cef57e12fb1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:439f405fd3d827569af717e2627f900798107ff3c7987bb96dd75715b28aeb4e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:8edba5bc6956d8b5d2430d2f4d50ab31d71a50dd740b3557e5e9361099d6bd2c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:cb33b3f0160d1e3bb96217581854933be739cf23b22d03771de07482e8fd66f1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:84b554a6e493cbe4d936cdf9bf5f39d57a5d01ed433e9ae35be2cbb651cd7490_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:d985029f965b57700107fc5e5c10d805f83271575c32e79751e42d382bf586e3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:dbfacc2b8021dab0bc88bfeb107bc3c60885d7dd28dd6e716569e82c1f1b2050_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:ed158388ead4ac07264beee291cc7f4b75d7f26769876e00ee0d938a720320b0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:7b8f6f7d07b96111436e1f24d2f968eb402d94043216411e5700555e53d9f42d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b2b165722afc872b8b7e33baf3d203c5d454f119587ae2377bdfb15d9490ea99_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:0bbafe014c77d472d14038e2b46bc69a1e649fc9b6a4c1097bbdb354c34a41ec_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:1b1c50cfab6be876b4f25c0b27fa17fbbdeef827d3167bc0dcbc3341d92d41b5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:73b4d01b2ff7f173a1e49e5a6f019e3954a5b9f255119a8af87a6fcbb280653e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:f90510800365871dcda5645ccfe6055eefc38b59406b41c9c54cb29cb3e49968_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:4983e7e3d7ab2d8b1ee13bf734b260c3d56090b4551fc0bd59aaafec69ffe37f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:e0c269061957cc8b3586d4ca484c389544d3acda0077d96445e37d300eead15c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:6fadfbdfc9ddadd7b692568b38beb660a48f0cdee1f886e1451ffe0dcb73c07d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:f82f5726816a060c19917f06d37a1aa160b675953ebaac52f136e250e98fd332_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:7b5ff6a4931473798293031a401b2418906d91d62b5c7d1cad45ea3ac39462d6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:ecf14f2430d830ea24baf52751009cab008bc2cef501b358306fc46a2a32ab25_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:500cfeb055b38b0b9f76c9f262bc90ca2edafe664e517da1b38fb6a2928bdf09_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:78585533e3516310fca7f65c26f2f6b5e3fa0f3268ec9b338d9c53e96bb8822d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:21922b50b69626e99b6fe3741aaa1d2d2d08e56766d166b32046ba3c592a8d93_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:836c6111c70ba9228d80e09eb0e53344150b7dbe4bc1761cca6df0cdcc57efd0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:549bc2dbacc1479bbda10cfbeb3688f2e83f51d8e61fba07ca6816f7c56e9e0e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:d36656855883b3e306b6923234c26fb3ae6883fb235e58416266f3645227db0c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:5f035963d48b03c48682ee5e08df9929a84ae062ed1989e4e7b3ade0e22da544_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:bc70d98a850ba4bdcff403087fc8f57418039ee79bdcb7dcd2be49905a3b9cf8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:780dd4ebd061e9ae7f72f7d1964caeafaf1ed5bd0870576d8e81022ff5bb019d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:c3ef35038f951713ffe1951872a06d5bf731dc14a735b69d342b3d7ca197dda5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:1fdf87821555c4982cf42bebe5b46b58e1103b876970d69b298fa7527bbcd53a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:22e5b57a530a6336e81664f3886d543b34ac4f02475694af6fed90590c8209f2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:5f1f51686d55d53af9015141ea4ef00dea86ca65a6cc89b8b3afff34fa416002_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:c8e35113d1af6f424ddb2b3ccd7da6bb00e39cc7e9101ae6498a40926dd45f27_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:471037482b480a52f798d0fd05366ab7a2e92744f8902450dfc3fe2b88f6c2b0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:672c761fc4a8651c8493ea60f5d0f33aae52bc19ca4d55fcc1b94f2e002e1ace_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:8f509fac366943d4732e7d0f36f9f7223499c7aece9868713fd7de79f5fcd3a2_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:c81004be0a15d543f6e84b81622f8514d66f663a46de37e00f5e2f18a423308e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:974a00d5e9f5825345c437b3987dad130f084c8b983a2934e5b69cfa67120616_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:bf9e71e10cea47686d4edf0c60cba4fbb0c4e1bf8b805c387b9c070e2032e5d9_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:c6bb4ec25a7721ee6af5de90282a925ba47e6f26f4bc6b76651a5e811fe4786b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:cca13f123b2d8227760498112882fed890c50a78d740a84f21c1d58d58cb1434_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:32cab0a65fc0b14963201bb720a770bb68da3815bf306559da7ec5c8ed7c044d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:552d368f4be0334882e389c732ba4a46eb9905666b90ae2208101db7a65ba19f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:69d8d98aadf25c63f2cc51ec917ee5498fe97a013fdaae075186bca58e2bda40_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5969b94e914ff5ff8ce4cf32df64f10f1b6996832e3f2ab0b377dff46efc9af_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:725fb4e263107a568a1c556264f4e5a1d88adcd4ce5a2979b57a8fd4463065c8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:abfff75068bcce70cec31d704cf851d2642ca48a3b35ed48d739f19f0c311dfd_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:b2e6862fbd2830ca980b1066d15f69e1a1997316ecf700983619f1f893a8f3f6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:e073583037092c6649e373a5b19242df74cdb830656722e1396b274a041317a3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:01fcc59502a374f19532397c5c6ff43d2d308510f11189f19f75aa2944a04e23_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:31c0fab9d575ada9af8f496ae4bb2553f26b762ef2d6c39f6446aeee2899b262_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:60d8c8511f21d929058cfbcb7b8df55148935ae34db2dd4e626913ec1a54c779_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:eba94f94949aca0330425b1ae3897f37b2365fc09fc88d60615ca7d02b06e8a9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:278de54a51e74d045ec339e762c5b81ce4a2a3d40f1bad8d7c9cb4e5de898cbc_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:93f23ab49212aa9eb231527335346b45424a5322a5e9496a4c246e01f017edb0_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:d9205cb2f0ed16fc021fb8be67f6c27f368fd4deb8aabccec39e134218f2ad0a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:e4688eccd23a6b01995b878a5b7f12cd2640d89a7402747a94c8fbc48bf99798_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:062d502a4f595b6faaf24ab566c9b4d7cbe23d112737c749f6223d84b0cc63b9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:10e61696271303aedeea539ae19ec6fa8018878059815e5a58497e023ab496d1_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:e2ac15e82021d5dbd07c6548374bd47bdcc609addd61dcebc5e675293726563b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:f5e3d590f430e44eeb3192dfed40ebae4a6a90b773d7444c4d4335210b99a4cd_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:29e242c717fb61d195700e1f1665427ce99188265b2014aea970dd9bd8441134_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:c118d03728b27ee94fcdef1f63bd58fbf62475a5c016667a6a9805c7fbafa47a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:c3da083850cc4e2a8d365a2141e5d6a38b90ff9107631ed39c964a3870e01066_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:e50c7fb186e0cdcbfe16d0e1631ce1953c6df5f1b600a0753224225c475f4bc1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:47bfa9b89ba1688e7c1a6d4fbd9543f274be9585d328f94bdf96c82ae98051d9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:a2062fa20e09a9ef5574e7bc8d02b870cec2eb700f1e3bd338f62eb62bce13bf_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:a3d35f264ad04e586073cc5971a8e5ee50a43d4ee5f3671ac4090ccaba868265_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:f3dd31d9b9a94707a1dc4d597ce12abb9b33d463007b311798bc031c55935803_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:26d287b7756ead1bb073b19ca79276d082c0b5231c0b007b2b18089036817e18_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:6e50edd777e828943e3624600bb3e31f078bbfb9bbe1860c6cf6652b94fdf143_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:e332b8312285dfecce531264a1115ac9b7b36d4099ca72fc8fa19358962ee0cd_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:edaeb800342b998c1e3fe5630506656ab2c34c2190dadbac5f33dd78eee7ba44_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:09c6b2bfe80fabd18a6398342fcb6420aa2680168ffd5d25d7d18231977a5e32_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9e6c5bd0b8ec8c6259b9db817ac5a8fb954b1dac58b0fe00306a84f36c22035c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:ac670fb76fb48ac762f7135fc404d57d31947e7c5ce9a6525d081164ae1ed578_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:dc0bdd5c00450f4f6de330888ae8e9e2ee272e879974560b312785f44df85a0c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:248df5e1def073d8b37d1d6659cc44f4c9653c0f1b6024e1bccb16b208afada6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:36ea064f84c69157224566e5aafd03ef21af6bf9f0b8b78bcc6e197981239ccc_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:95dfb6d0a1a4e15962f089a71151a37dd7b8ca19c26289f8f934eae7dcec2ab0_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:b5643d03d8dd0798ec6cfdb27e9ba22aa9479049c81480b23aa96b12c7c96568_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:1002d87d382b6dd836a14734b00959cd62e9898950d1258662f8b29be154cf02_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5d2da4620f6bb6c224692d33c93f0b327c16dcc5ceb31da1f767d3a6fdc3f70b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:763b411a1610701bc473415f0a677ea9e43b3b2ccbf2152ee4fc5cb13e710028_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:89afc48cb1145085a0d6d262edac7dccd3f381c74f18588698498fe070cfe3ca_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:1002d87d382b6dd836a14734b00959cd62e9898950d1258662f8b29be154cf02_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:5d2da4620f6bb6c224692d33c93f0b327c16dcc5ceb31da1f767d3a6fdc3f70b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:763b411a1610701bc473415f0a677ea9e43b3b2ccbf2152ee4fc5cb13e710028_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:89afc48cb1145085a0d6d262edac7dccd3f381c74f18588698498fe070cfe3ca_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:053561dbfbd124b7311afe6b5eeebb4b2f333bc1b61636e3e989b732016efab1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:708eeadd9b25c308fe7fb46fc4a33cc39ebbab70e2a20168951f1bd629d7ad86_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:fa8de46b73a5c714c051e281d30c4837c97a7d67d349e58d9ec36c7a13d8b1fe_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:fba9ce2c2b16aa7ca1d2fdfcab07ebc67baa65816858489ace9d1408bb26e4de_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:07c83354fbde69786f65b60b2cba2f8ace4f277a5283cb2f29eb88f2707984cf_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:619c81363e6e4fdc632e8bc54038411571bf01a3f7d2bc0ad0ef153ea13756f9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:80318e120a0950964736f022e7a73902965f8391e25a03691757b3450203c5e7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:efbb18f2f2c8d01ce7b785b3bc5dcfd9a1f687ac392b8795ac63e2c6c2779869_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:2c2d668bef0b240bf5f3b95edc0fec5f561302e7f15f05b1a4c1f38a48517bc4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:398ea756c84de4884d03d27a59c1661bd1df0fb6e12ce9b3ee0319ca406ceb3e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:9976237825a262abd9196fa7c23265587f3c32f68fed224228a0ad38b6d2157e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:d5fe085af0ad1189eda74690b02c5c25d6617898731bccbe6d20101fffb7aec6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:1f4292bf324c244e58b589ec521132ac15f1640c33bfe3763560df2a1a692c13_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:936103960861b7912cc9406f82082acb342021032e2def2f37df6def4187c034_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a73db734acbc781aa0420b142e6a3d61e8c471b5e4eeae005d520eaae4a72e44_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:b4937dd875f1b9610a8a6d6c79475152418d5ebc991b192ae9ee4755a780cfa3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:79ea995391777e5de109ea7d10ae1c808c840af72de6e992f37d667d84fbdb9c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:9ced6b74ea8456ddda60cf304f6faf8ff5fc033905eed2a59fae1b4845756211_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:a8a1a27a92492c82dce2ca5bacc23dc4c1da0f1dbc29c5c749f888716dfa81eb_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:f444afe09392bfbc6a9be984ba05b5d289de4ca44344594e0e1c10a3f3befbbe_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:6bcc1fcc07058024d85554e472ff660d28a4c4dd8a5a78a0744380e11a6a06d8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:846e39473ab761940f0e13f005efb60ca59497dd094b7e7eb60a2f6431a661ab_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:9cd88b86ac24ea22bdf9ab938b793d833fd146c77b7ee5e162e5ba3d9aa95448_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:a7f257be16c02c62b9b01656b655ebeb2a1eb640a57b3d38877c44083497cefd_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:6c1bbdfc2c9f3fa4c23af400e4cea7f91827801b956fae3effb4a8f313c673e9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:800e71c14775b5c2aaf6daeaada39be53964b123567f6fc6389cc62483042e72_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:982a623205d2d6ede6ed1a295e36738e500c91ef9f8c2e3e62443082a2ba987b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:a99de35e56014d9642ecf9f13869709a8fe08e93d499ffb7a50feae5e04ac651_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:1f86c359dad1658f01c77bcd1a634510baea2c8df28e3106ff8139e5e92b1c47_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:9fc2fae2be9a11e6c5f8d9d4f1e486f80bb8370cb6dec829b481b2418797207e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:cf4a19e2114134bf5c2d9163a09e087c3ec391ba159140635a7270e70605a4c4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:d3f9470c3930133339a3e805c2d5d1ad07945a44906a5b039270abec4c7b75f4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:11fd6113796a1caac13a8d4c5542632e6b396e0bc460ae66eaa0f2a1f3b4da44_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:23a24688a4be7be1242a773aa20f53f2aeb57d316cfa566de7cf2fb11000cb35_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:41d769e206ec812a0f5f34487d4646de1cc1f4d9ec3372b17758bf8fcb76ef98_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:fbdce711d845967d3aba18dbf3966442c7fbbf4a8a5f8eda7e3db9cea63457f8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:2086865a8c3f61d47894fc5a683ea22349599b82c6e5f7b5475c5b50b42bcf89_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:68c120642854e9aa45b15d21c3f9d02dd10e837089131bf4662fba1fd87ad9c5_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:6ee4ad03dabec3dc2c36ec8ed305eb1c74c4c099cdc7fe9cc48555a20d7210c1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:a45563482bf570357b036302275609966253f74439f1acb59c8ff2bc3baf7b31_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:2002c2c89b091a1729718cbe2c2cb73cfc9a1826eb8cb6bec45dbd164ac9639a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:260a8887d952fb84f5d017c15ba8a1e60e23455dd20ac8e2034bfde8cc0b8f08_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:803630934c8c0dac3996191a83ed389d27bd1d9d6e84ad33bee837dbd840e458_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:c016ce259e9871041f3209f577455f3eaaf98dc952a89f32c349473148a20976_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:1556c0c53266796776454422b11f713d84e4a1586a6fb841efac115ec1906971_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:7c196c858cb5e94e65472daed3d55230823b8e958d35f73bfb507d6693807708_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:c48060447a689c5be3c0abb9787c778c0b1de183d66b0a9fb6839d9b3c3d59a0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:e45ff3c1c0074e519f5282ae8208750a4dc0bd3ac7207e0453fbab7f30727793_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0f63a311771f61ac8c0267d1d102769c18b16055d60260107b2acf033ba5a185_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:27abe5d06a3149ceddd3375e026f50955d4a45ef482ab6f61b9f02030e8e3b19_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:832d5121a94abd3eadf92a8df55a632455cc51a649900c7450547f34c58316ed_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:8c1090b8e0ba9e071f41d66068bc8aa4271251192889a767594e0c5d836a9d40_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:0374dc23f5a2d22a7929da246a8ef5a032b43f19b386a162e4882aca7dff1383_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:0b07eb65787a670b95cb47d98ee8b2ca36cc1b36d962e996d2f0a12a5d58a37f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:76bacd34ec3b1d6dd135ce8dd06e718f6a1ea6c8e2f8fd3954f9e9d5028b9821_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:b0bb4b11507285b17b32be7358e17094f00708e159e32ffd808999a63df60a7d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:79d4304244379d410212241de9b91ee5604bd5bbce5676301bcf3fada3824c2d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:beeb8e60ababc4bba5c6759da3d7ba4ee1786a43132b414748f8e0a2cc9f63a7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:eb92d3d3351d845e5c169721baf1683f93d943578a48e0192bd273db648725d5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:efa0f8523d171326bb6fc12e6d1610b2d2d28a38e5b95180358c9122bbe6070f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:180a405ab9bb66e3ab6a904d2b91d27224ec507d8eeb1c00ab182b130d9ed26d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:89a9de8f0804a61e01ce2a34d25933af30df2f3e8cd8f1209f8f058951bb5c1c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:90c430420821ff7a0ef7a752f120505c2c36225296f6b238771e6bf1fbee755c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:d9817e136b2c3dfb1fbf805c3d29b8d0cefbb07f76fc1e56ee486666726abbe2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:60ad5b01bbc9aa574ef6024d59be388bf7ca6d8704e247f7e56c8a6ebe3c81f1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:b809958ea47a5d78f8e47a8c822a3b2abf14091a3f526501f2eaf7ef36c87b4e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:dd6662403f5ceb2bb3b8887c7d608c73ff18a8dfb8ef1ec089ca61e4a4f75254_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:fff87189c1c3eafae4722d812e5becae925b71f1b6727944333fb129b7ae48ee_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:60ad5b01bbc9aa574ef6024d59be388bf7ca6d8704e247f7e56c8a6ebe3c81f1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:b809958ea47a5d78f8e47a8c822a3b2abf14091a3f526501f2eaf7ef36c87b4e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:dd6662403f5ceb2bb3b8887c7d608c73ff18a8dfb8ef1ec089ca61e4a4f75254_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fff87189c1c3eafae4722d812e5becae925b71f1b6727944333fb129b7ae48ee_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:7353494095c9f0628274678311b2172589026dcc4e8e28091641ef65a2923e66_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:9dd5d4aff113b23dc86a191abe7f9ddff0b207890634ef9a1c5568df8eccd663_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:be14afa02ae1e9d13d4c6a8e534954bb385f63e9939e8b20942c072901430d5f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:e68a3fe0f5d91d2e914d4b24bcab9a2bffda33daf56cebd73566445b96f64316_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:01f43f0606246a3609b3738ca75c68e2f7f9020c1bb88bf7717818c8a26a1e36_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:3f047ae5585f08301e17488fd86c9ca6cf0309d39e8cd6b580b045f1d1415fed_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:762cc951e74b525f20b93e71742a5bf44d12d3599fdba16a95608baf774c4555_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:9e62d2b1ad0efdd3de7b973cd6639e96203c01b6d484578a4e3cf13f67b2b856_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:1130385b660f719e78d9449c6c7be888b7c6ed16a2ab43e1fb3505fe4ed03b33_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:25c3342fcbb073d32ec53627b8a062f89c1d4be9e641371ec46e6dfd3f540efc_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5b3d375d7d4187b601a77e2eabbf656cbc70a1e7671916ce58e6fc595edfb215_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:dda703452472d35e7d8ddf9750a5229a0c4c6929c7409bf95b973a89a8de08d0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:058f3ca5452aa97a3fa778064a75d88cc169b7ce84a5f320359f561e76f08a95_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:71e5d332051f134f3f90e4089df6c2a5f88b0b11843d046b0d33726d2d988f96_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:aab5a67ac1a3ccac5761114e28474e11b451124c5b7e71e6ec29e2895374c668_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:da133cbcf2ef025ebaf274afeb555c9c18fe80584c058d31f39b7d343995a42f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:38bd47929b935f662766156026433f1f2ec6e1731d2c7f40c792054cbdb1f87a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:80b3c3854d4f22afec57e0a7cb04b0c98d58cd104c54464306126566edc3ce97_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:8b36c39a63639cdf7c05bc997bf98c0f5cf9c1cee0d740cf9aa6e74b91dc0249_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:d0e132dd83e2b754fe20b12859ffdf7139037da53f2a6af6ee08eed15429a14e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:2b553e5669ef51cbce468f8c7c85bef41faf7f7952abefbcc2a55a9ce15c1251_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:4715855d33583642e942fec45ccd9f6d2b90d07f2712ce1eac357d9d45c32f14_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:c2f018f8674903f77b5f4ed8979703b5ae67fe83c6a7d76c1ee4bf7010d77a0f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:f0e41fa92b534e5bda08cf38c6c513b4adf930df9af740de05248476c74c04a4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:8db04c6d7afcb6b650dddaac2ff88cb82093660a3125912172db7fbb51f1f1c2_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:b539177c3bdf37dfc67cca8b3a2dbffa0b4941952135f7f144d3ee1498cfb05f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:cb400c373be837f788f663e7a1b2a94bacec4f4dbb4bf5a5ddd5d1a0d89e3291_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:f16534746cf3a8ecb10aae9765d399ddc3b91bdb2b1ce15c59a4cc76f9e4cee6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:37b02c91edc5520a2371b6f8354028e7404482f3e192aa74f683990fce40ea6b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:5097e2faf0ad7dd54961a6f4cabae703df9df1b2b41e9867b955ab9abfe8bd3b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:b56dc790cc28994513ca38162ceed6f6e10c99a3142aa2abef9bbb7fee86d924_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:f4f4b53c8b205d611fa6bd641be601ead79d73bca40f838049eada4d5d0df227_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:2a6400cf874eda4c283683a9733e63a7e8b5ce53a37eb5ee30c07b14a9301a76_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:3908e08f8cd7c94ba3e5e382ee40cc02db84f5b0a4aabc60f5d17142c42437df_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:88f2c3ab06c1757d7681ea0b157b48847b6543dd9d1fba7a76941d9bb49b92be_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:f7b123897a6b90484fd938de9dd8ecd1b104f2e70e0564fc10aa1b3583ad1011_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:292e59f484b68803dc0076b9fb7b9f426852c967c235f9923dd68d8448013794_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:59c896aa966fef8ca6396239201cb9f1821d71f1e4787c4a03f36190b8a42c76_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:6023696ac24b81f72312201fa6c97a6ba4f2a780fae94047968dba982278562d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:d52e3ca8cf609c8d15dd77a525466184c5c9c641db88856aed56de318e23f47a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:10532406aac6636cd860a0517ca512f6fd8a2505cdce5486b793e9cb2bcfb16c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:567ca37a4ed2afe89da71f0b33af4e5e3af3f89acaab50ea32325ebbfcf86aa2_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:a3e1cecdfc749a34b7e3574642458edc7870f03ae9e1a2e7aac63e3fecb43eb6_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:cd5d904d0e36cafd45ea72914850b748e921bf4ab9f454e1e6f613d2f7b45a61_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:027b3596835e02a412ab6cb19ae476a4d3987a90403a46abb039ffc2f1c775e7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:39af4cee0a425da0814b28bdd6d515a397544d3c5f83b5e9cfffb7aa33c4fbb5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:8516be3a082fe2a93bb5976bb394865cd85aba4beaa399055a76bde057d9e70d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:b2426b3664db720bd7a53cdf4cf376425ef8d7c6c5ef039716efd00cdb9e3e6f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:24603d314b5539161b5974f234a9fac64ae0a36e7100a708326265ee568f756a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:79385981434c7e938f71e4616bb61c0f37826ab4891fc5b370479383bfa9d169_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:7a5ba0b22dcab9e3bdf107a7e443a212f7a9ec343f41d3deada1aa59091cf952_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:b7cdf071883783cda48c2663e86e3e271f42a470f2f22d73bae8304c87c2e712_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:0159ee555501103045d1f188ba21ef468c3f463251ff2debae0c8e1999f14eb6_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:237a287a2db660c2b844ac5e985ca1cc70be0f7732c7beac536e3c3e09da9b71_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:31190bca682241fe6ed6bf64602560638c963d70127cee441cd991f82a17fa82_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:da97b83cc6f07e4c7e72f9d7b8461fea71ea92e1b29e6117ef0360e088d7adb7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:06ba4dd88b81f15bb0fea21bf039fe45d38e3356c19a6389dad7010940d535c7_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:cd7efd34ed2a41d64b09e5670082cd68776b31011532d0e02cb932467f05a24a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:92ab63720b8e0929cf11f5ec81a3a968017ea1fe2d0aa57b137e6609b1c07bc3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:94ca29a099adc0665222212c90c60d763621671428a1de28a75c8ed6e2be2ada_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:93edc806a96f7afebabbeac4280196d313eb789ec43978fda985a5445d19bc45_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:fd2d5df7915e62949191f0497ed98359a3440c424a56e8cf12d66e99e67d4a3f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:4947bf6c31aab91f8a0eb8f7ed55052a33d35b70fbe40b06e45f5e5aec94c020_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:87439e5f75484270318701b52e986973d66d6f30f4d00b0da08036b2db846335_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:e42c9804da1f84dccea6375967159daa56b38d6d029bb78617120ff3af87ee92_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:fdf0f3062593efcff1f58947da781fe9e9deb1cfa4a1634db93a0d6e40d069ae_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:003480e424f3ed4baad296af322ff6ec0612cb9107c85116f065f4622adb0f52_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:574259966929feeb14060fd8b80ebb8b5ba2ce10be9f19e66c1e53d033586db4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:5d40461ee29cd3134137b105576bca5ae014920da3ccd90b5729b326e848444b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:b1082fb3535909dc2b8eb0ed95434e571071b5dc4324c6d3dbb1fe892012d607_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:1e7f3dd79b1969fe87590b82bcf2db172533f401f37b975e26829d531042becf_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:50b6b05372735625c16a7ed674b1f056ec23b35dca896652ba94c5fe11ca7c82_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c01fce15d9f6b9a9a52b8ccfbde4b8a7aa1b969d7927430eedd169c0b5f28113_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c608bb7e62594f12c2f52a78eefeddbdc11314494ec933698ba52af303436f1e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:3167f80d0848b65adf52382a35ab3a8c76f06fc5b706e001c2aedd897371e56f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:94f7a32483750e9da8038b84e4e1977fa22f099d3b29012a40ee059ba0cca9b0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:c8489b7e4c95b36f247d85adf5181b39691fa97f00bca455c4fc950c9eec818b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:e187b0624e19031a80b2fb26bfdd82cb8ec9dc66a115e5fab48312cd8bc5d014_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:3167f80d0848b65adf52382a35ab3a8c76f06fc5b706e001c2aedd897371e56f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:94f7a32483750e9da8038b84e4e1977fa22f099d3b29012a40ee059ba0cca9b0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:c8489b7e4c95b36f247d85adf5181b39691fa97f00bca455c4fc950c9eec818b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:e187b0624e19031a80b2fb26bfdd82cb8ec9dc66a115e5fab48312cd8bc5d014_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:174437f0c1b3b1d8dd82307d1fabbe34821ca30d773b70ec1cfb67d45e0c1e19_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:3e9dd635257195cd5c90778267107ce11566f35c60d415e4f8bb9ec13fcb4477_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:56dc1c55657428a6508c4eee1940194c81fb9679a11a3777289749afb8ac12b8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:a8b4f74d041370868aec2986f884db5e41ee82baf193dc94701c5934a060be0f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:174437f0c1b3b1d8dd82307d1fabbe34821ca30d773b70ec1cfb67d45e0c1e19_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:3e9dd635257195cd5c90778267107ce11566f35c60d415e4f8bb9ec13fcb4477_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:56dc1c55657428a6508c4eee1940194c81fb9679a11a3777289749afb8ac12b8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:a8b4f74d041370868aec2986f884db5e41ee82baf193dc94701c5934a060be0f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:5d9fa9b4f15954cca4a5c46f00840bd1047151f89e77da0c4250b673011fb6e0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:7b167041fa1524f28380783f43e5cc54763d84fe17c32bc35cc58efcb147c2a4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:d7881138cbe71cab0d372df6c74e11ea195ef6c55c812dc36b84b1e29f8d788a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:e7ffbd7d025233611c4a70dd7e81eb0cb0ff5880c554cd2dfd9f495313902032_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:5d9fa9b4f15954cca4a5c46f00840bd1047151f89e77da0c4250b673011fb6e0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:7b167041fa1524f28380783f43e5cc54763d84fe17c32bc35cc58efcb147c2a4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:d7881138cbe71cab0d372df6c74e11ea195ef6c55c812dc36b84b1e29f8d788a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:e7ffbd7d025233611c4a70dd7e81eb0cb0ff5880c554cd2dfd9f495313902032_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:4dbb8cf627ac6c902416e06181beeafbbe3ce1a3891eeafb504d8169c29dc359_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:5c4066929ed59bb460091ccb5b503f5c09617459667e3b8cef83fd256c1f9ce3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:829668fbadbaf7e87cfb9cf9cbe304ef8b9a343dd989f9a9c887c7352f0c0a01_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:bc3d45f66fed2adcd79722519ed8ea7f81dd17dfb960d06ac79764b66f421c9d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:4dbb8cf627ac6c902416e06181beeafbbe3ce1a3891eeafb504d8169c29dc359_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:5c4066929ed59bb460091ccb5b503f5c09617459667e3b8cef83fd256c1f9ce3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:829668fbadbaf7e87cfb9cf9cbe304ef8b9a343dd989f9a9c887c7352f0c0a01_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:bc3d45f66fed2adcd79722519ed8ea7f81dd17dfb960d06ac79764b66f421c9d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:22ca0ebc3fe663bf0e9270067ddae2e143bbe0401ec4be56f56399dd038bdaed_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:26044987ded8bf944da915148c69be6e247e3e1fca35f0c9d0abfdbb61071e93_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:a988a8373d3f22e2c162052a01e7eba15cab6d0fae768bf76759aeb333c5838c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:aef67ae561902de2e77f7cbf09b98be2efaae40bbfa671d33a73874a9fca506f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:22ca0ebc3fe663bf0e9270067ddae2e143bbe0401ec4be56f56399dd038bdaed_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:26044987ded8bf944da915148c69be6e247e3e1fca35f0c9d0abfdbb61071e93_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:a988a8373d3f22e2c162052a01e7eba15cab6d0fae768bf76759aeb333c5838c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:aef67ae561902de2e77f7cbf09b98be2efaae40bbfa671d33a73874a9fca506f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:3d60041633a1f162c71979b435c96e1b5188df0e04e0349602ac6ef7ae91fa08_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:61dcb1b12d90c58eb1095cedd0f8d050b1f61e68d3bc05037e8e94c274bcd855_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:85363677c4bb40f00d43ca5d6491b03bf73b5aa2cdd514509a8168ab8c47399a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:b2d065c15021ff26eaf335e8365b797c9c0c9b54c2722a4fd88b015d2f3b2aba_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:3d60041633a1f162c71979b435c96e1b5188df0e04e0349602ac6ef7ae91fa08_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:61dcb1b12d90c58eb1095cedd0f8d050b1f61e68d3bc05037e8e94c274bcd855_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:85363677c4bb40f00d43ca5d6491b03bf73b5aa2cdd514509a8168ab8c47399a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:b2d065c15021ff26eaf335e8365b797c9c0c9b54c2722a4fd88b015d2f3b2aba_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:089dbe82b1e1deff569436e344928255e7446795ee2c1965551941f4dfcc20fd_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:52d2793450c879e8cc2df405b8f9ce03239f3ac832705bf8bf071b6d6c1aab00_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:5d68aba559ef836f0992f78c78a8dc79fb5a680dab2abbc876a25041ab8767e8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:a40345997aab0e6dfe1830ffcc76320acb4a19743cd8ddc249de4dde99697d7c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:089dbe82b1e1deff569436e344928255e7446795ee2c1965551941f4dfcc20fd_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:52d2793450c879e8cc2df405b8f9ce03239f3ac832705bf8bf071b6d6c1aab00_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:5d68aba559ef836f0992f78c78a8dc79fb5a680dab2abbc876a25041ab8767e8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:a40345997aab0e6dfe1830ffcc76320acb4a19743cd8ddc249de4dde99697d7c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:08a79a55c753372a11f38e7573bfc6a930e21cfd4cf78a583b298c2955fd76b3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:656c38b2cc045e620277466f42436ba47633b284107fd2dd77b2a20b6d92fb65_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:efbdf6e8cb6fbf9141f2459feb49bd1e4f9b99d0607331337ecbcca851c6b2d3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:ff3fa757849d5246cc4998aef80a5a8192ea48221bfabdde42d3eda664f00107_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:0ced086ae1f60e918833e7296b812627bb201d461f64b154b238e6cdabb543e7_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:825705cde8c5cea16fff7f61b99fb8fe77b00fbf9f910dcf980491c836299a9d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:84f0338a3c427ac9c88708f5611286972a71a0b67425a82b28e6b9cdb0777fdb_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:db72294ec20391b00df5aff0c61131e458d53c77f8e7ad46221bbc1a0e48c627_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:3abf569beb7de9365d996b72deb8d16da11619ef721f4d7f244d275123308faf_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:95fe24d21ca65114bb288e30d3ebd77954db630a4a3162dbe877aab4dd9c5cb4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:e2a10747ca1f65c6d894e6eae44dd77d1ee826e60311c7fbf11ccb5ba3b35c20_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:e6e84f0ec9ae5b483ef8872c9703908b595a6d0fbbdc368e19eca8b58121025f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:5999694f230c5fac3ce7b5f2c74922088b437067f775d23e01e0340453f9188f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:a91dfaca38590d32108269bab1c7eb59444931bd7a994de781398f50d228d988_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:b7947f27cc0ffedc07e93c3a5450cd87405352f93b39bdf66c1c045312497d35_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:bda4051ff681d545c59cc6e9a02583278236f267de53b3c68605635689eef2e9_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:58e76dc80151dc5fbdd3089685b72d74b1aa8b98de2d5ef1525071fd972ef623_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:692e57961b5cb2225ea4d757cc5e19ddee4ae1bd5fd89429cde7ae9ed0ac0c5c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a80a31405351245150ab8feebb87ba63f5cb9dc5ebc85d560a89941f983a70b7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d73bfeebb2c2c0b386d5b2e909bbb815e9c39f6e82869d9cffcac5767f2de172_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:3ba88359360ca1532c5224ba2acad3d1588ca40bfc4829ccb8c85ea19bc129a7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:b237d7893ab617e9c2f53933cd87f2062de4b6621db677403e11ab58a0de10bc_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:f9bb0780a4d8be56bea13e9ab0f834835e04e7e8570494d37798ddb60bc8d7e1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4f02b77a2cab5ccdcccba93d51d2a5d9a92ceff151236ffdb8390ac4a67a4af6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:5510f4dcb3215d46c7c73b0f84744d94adc13d45066885abcc522c9f80185152_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:6db471dd0c0492d33613a34a2e53a1c025f1d34cfd3d7e4d2b4009276806433b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:1a40166f257d1ab58f04543cafd99a8b7fd88d8d0a1c970dd9b771b0f01534a9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:678ee1ac6110db9cc2380674735c94ed5f18c5c2d75137179ea2e100517ed2b3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:d19a14818ee13265fc1722ed2700a2943e56942442ce4bebb322c80ad0f2c5ab_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:2b6431891ea6d2f9af668ae5afecc0dc6719ce7314bd59a89ec344cd46214565_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:60b68743e0d82aa2c39c47afd70a39fa7da4426772b946bc4afd8558350d500f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:aa2fe1a953150e3e4160160fc7a121c952e8b7805564ec63339aed27ab2dd3f6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:00fde8b59b779b0b068e80b2e1874c7d351022aa4142d779016f08798955270b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:13a92758fa914e1267dfeea1896210d3a2a665ad05c9256b1b0192bb8abdaa7a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:146f072051e97a611f39759f5a5c419a883b0e64a1362b205806913b6a8153d9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:3c37d2d3853372a7304e39921f4462a44d81136ce24188e7b61fb63e73c97e5d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:97427755eeb8b957837189ef49fb894b743508a1950645e8f42a08eb7b3ee0bd_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c03bbab0f14b2ca0db5a24c2cb646899fe1a4eb4cbbbf987c3b17b22bcd3d995_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fa8d5b44b4fd8273f20ab466a88a29d6ea344484995566640c17c67cb0e7d7ea_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fc06fe0990909d66e2981f12a6fb0f35967f834089bb348e0c4442d47d087214_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:2199c2a7a9e5f483699e62faede55d3df35fedcd4ca8768f05f48e0fcdb71fe0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:756352e643e268c63330c33c30ee12e27fceda1239390fc991f06589dbd78959_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:81c0edf7f04fd4d89dcabc840e84288dab661a2dd7eec8553867ccb5acda9b5b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:856deaffcb6e4b4b9d7503e91f3d23b8767100a1c8c72a6c472e1f882631833c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:5dd9628769aeb00b44e9a18fcbe1d56e7b172805be508e7b4ea85ab1b21fca3c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:6d25728b5108a7941285b8bfca698ccda25d72dbefcfe12dba929cbb0c24690a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:7bad17203de6fe7f1ca5e3d3f192a154d48368b6d877b66e60825c41041600e3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:94a23b1f97ca91ee3195c6ea07b4d867d32c717279fb9159bdaf3413f8e05582_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:17dc9edba250dc41896d18e2dab48a9fe51c08f0cedca362566f504bc1b90ecb_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:f3148cf7ab32c8d179feeadd09f57c3f3a8296aa4b013d24f63d61afcf57b0f3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:beadf30285a781c710de30bc1ae87d2e8a3bc13c2646dc55ba8fdedeeeaa018e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:db6b71f10ce51d3b8940b551ed77c786b402a12bb287ef3bc614b259b44713d6_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:38bf5373f8d67ef1c79741f697d9454328072f615def597752078137b38f65d1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:9358fffe89e2f3a4783f6f3fbde49c1b19984f3e0252f4749c3e42ec8d8f5523_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:e49ce33f3bead2227d446c2b8ca852dbaff56af0e95f2882d4c1404286c22b3e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:b234daf9313e3efc2362f79a513d35bd15bb7c9b7a6aa936e12fa3a53feb7412_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:efec04960159b197a0626461dde2e11512787cfa6c71190a180ce6bdc9ff8c60_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:a68d4bcf134f78d2de8cb1bd1d9639ba484dfc613da1668f4bb2a044d5582f4f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:ce2d048651c8b159bfe370425e5bead6a0873253ddbd6d6497ff429369798968_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:75bea5902fd17c1e4b9d9115cd160c55ed9aedd67ca5fbd14e9b0a013eb1feaf_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:78a6b3728b3e9c807b1b80ef6e79d29e5df49b5c92c5580ff31b9c2d6d013ceb_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:ae98a6ec26befeca00294a2b0c7ce210bc7bace1f220571a35c04ec14db03e5b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:ed131d0cfadf5b581837ae7b345053603eef694a0e074a6d88f992c55c3d896c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:18380c9080b259cc8d02487331e3ef1247d2308e6b1e70ce803426d36c0e1f27_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:1f51177c9d6e9d8adb6f61d1b171549573506a7a4d826e539c9aa8f942507705_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:b2ffb8ad7db07d9f7069d160daba5b7a73de760c7cc161106301d3654883553f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:dddec677a6081085ad00e206077030bb99713e506277e2ced311d492e86dab02_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:38563974217bdd53752fdd063138b0a11e90b85dff7f9c7537de064033f36966_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:c420d49c96f376956982296e7a03f4febfe0cde367fc95ab63a87642e0b361c1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:ca2eac21c18a227f5672c8d3b50469953b29cd369792a207614b8b25291eb931_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:e5b54fd6da54c520f1cff80858c7bfb5b8b4b378fa7a57ffacee623b1d77cc43_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:5a30a1eb1091054facc200e9518afd543192758a9bf2e664e44cfc531e10978b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:d8b63cb4fcd259a66eebb6605a7a105384cdb4cec042952b966b4f8bfabebf4f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:6f4aa5824d6ecd57443e2bb696bd3e79703269df862ccc42d56f9f9d7e060f50_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:7924a3056fabcec515d879413e5b88ef00fcb7451c884b7f7743d3679f127a12_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:7cd191dbc1db9d5266bb1e1f958871b6b12cc93ad7394482f6a53bf5cee83dc6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:9dd169e3a46ae8eaf47028070e752a308cec0418f8102dbedadd4210b867e706_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:c6e0507565b5274a8b474e772093d75c2f58ce178da633c24cfdaae3264b2a8a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:f85276401d03d6f3dbe5de6fab4cdd44379d4e3cbc3d0ea53efce7eb9ac59d60_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:321c1737ee36a2b23ac9e1ac85368965bd0f120d8577f5999c3f6d3797b0a6c7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:449dd56bdd7e138d514aaa0c4d9489bc2d8e01b0b4c459131b116f221e2956f1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:50ffb33fdbac78a475913b7e307e730d40a5934c743cda0cf45d05f6b5712459_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:61dcb76dde13dd2ca7d6573f2a7c09a5cfcda1de1294e5a506d07e14e5408a90_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:4636f3477179b218c2ada2c241a65d804f0798743da95e3a171830736f383160_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:83e26b219bffb578d76bf9842585f4307e41a8f6f20610054842b3526dc5424e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:8d806e0cf0b13ce667b08498833473314716c59b6bac3ab96d2d7956e7ec86bb_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:efef95d7a9a80b5919d54fcddd2d2996294988efefd8e286f33902ba4b94df81_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:99811313942236572f7ac4c4726f6709609452a3da5e811463e7a9263285d8dd_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:a3027db225c166629284e11ab26f4d8dfc41a2fff2deacc99df5c4ce151b5fd3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:c7b4aebff94f6bb707d9c4ca28ef6c6060571be88d9b9eb53cddc39fc1456f76_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:d7ac53074e1cfc8218326b613104a28aae4cee1c67785de8cfa755d1772ebb13_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:56056031eb0746e98052842eb628a66ed222b1dfa1c7cba6e511b4bb4fe05533_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:79f3b697eb24b1f1fb941a3adb768c4fc11e742e4de8b917900fbb301f5605d4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:cacdca41cd532e2a84e1acd9a392a5ad73cd5f74b0215da3ebbce77885afe1d4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:d1d39bd6c538c62ec5e18435e712b1798183951d4238a970eb4ee037a9a70f51_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:634a8c373f209fb3cf1a9251bc2cd8cfecf9390b71ed4089a57865bf15013d4b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:8a9dd162f613ba32fae56bc1b9f1ed10c577b4e3aa3c42bb08e3abe76e820c82_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:9906a9d16a474aa1d103c169b6e64b13009511c45a7df76fecf76ef0e25f2a29_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:bad61947f5ee2cd63364f8ca7cfaf343294934b448a96b4e0c86db4430bef34c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:00608f5cbc3440cf612a54f7dab4812bdf3c65cb0639e2ad68695f95f399a559_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:577f1f21d3e9a632d5fec2d0545ef62cda58a2f71dfcd2a7cb0ddf420841092b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:6cb0fb8c18dd7ffc43887ad12374f540c4844b62b69adbcd9286820e51249309_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:dea046947cc52f5b617e5c2e273ed1fa409fda43a2dc0eeaacd1fc0f27fe7ee3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:813370f8fcb5b9e8830be339da8c73c5303a5a9755b18a8d26b4ad58007d2825_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:aec19cf38f563bcb9c4254432305bf11883020c9e2a25b0f50f71981ef6aa161_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:e8de1336623bf1366668f6a56a55b5553692303ddb4950a4158176dd78a458cd_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:fc3f344bdf3d6f5d9c0e940aee5e25662b05ccf1b8827f81ba140835534b655a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:8e925337d28c451279d1922b0dab9ce2a4919e0bd75a293db234518c09ccfa92_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:d134d9f1085573b2ecfa5380e17eafa45cb573ce00da1c62e0ca769c6ac28f6d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:0d4f60f600d906f1122152da7b8b0449a938f5f4dfb2ed198065d2bd3a2ebc5f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:803ecd02649eef62da8885831e2d38917ba51b891573c195b323298bd71432bc_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:174f58ecc534af5ba1915d204f2e829972d3632652864eb1d61a95de29de7eb2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:64efbcaeb77bbfaefd493170eadd2eacf6af2da186b53ee1803fa2283b2e5711_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:969b7220dee835ce08b1d039027c776c83b6ad3da5388772daf26e4c8f09cc80_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:f01e210631aa090775e7f3b07b8012da4a4c53ecf3aea6fd9bf8ca08d49d511f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:2e07fb199c7724f86935b745dfb5c77991205c9c4c45ee5961abb57abd0cb823_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:ade497f48de9224ae91409818c6e0571e634891a84ad0057b508c3ac85b21b05_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:c495c52ec300a44ef4173edf15624688b38011a3ff5cd738bca779757e42d958_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:c983af07026014d73b6cfc0d06fdd31a7dbebcbdee204cba1a672d24608d4d14_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:21209efc735beb2bbc8daca5776cea1ccc5418b51b97b799561fcb751e8491ce_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:e87a5743e86e549e3b17b57cb6c3a93724ab85796407a3e4a0a816bb75a9a36e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:166c39667529c8deaa8cb6bdcd0f973c115a44a33ce2371e0c956cf157498d45_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:e527f1aecb09a2c40e856370615b16e7797be1f9b82848e862eb88a42a9e3eee_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:4b743b7d2d78e0f2a887ab796b2ac9a150988aaec67dff3adde88687e46f7b1a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:4bc8956bb61c0451b1fc424ec1b8abb2a4af487ed8911d952c367592d31a4f3a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:71c807e7cea2c0944f06dcf96bbffd21dee4672e7274dc817dbbcdb65677a6ae_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:59adbd89a4a3fcb8f845a9f951063c2c059e9b67c043351ab1ac1128e0cb066d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:8ece29e4b3c200c4b113a12e23ba43349fdeb827b050ab1179b97d929de452d9_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:b9c9b5e975e00da4e745d6caacf725e37ef8510727d354d65a96cbb51fcdaa86_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:c738b9609d40a0bd2c17207f9113948c95e55f4e216f2dcb1f37a42914669d6d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:81cfb4ee1ae877a6ac439db16b4f91ff789b50b8f02908858954afc51e7d9b19_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:ab00d7940fe91a26c7f45e6824c8afc516bb655a6c725c0a3200ce164e127596_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:b95d59ca455992dacfdf186d011dc3dfb0844827c944b91da28c1b1e678948b8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:f1adacb5d83f6207a7cbf196c82d30feef5a41fddd90520fc0026396494f2ffe_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:0857e1c73c07b272f017af571c91b3bcdc108540ec002da89b11ed2690c03de5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:0b2599c96ad1b12dd5ebbfafa53327fae38e586b269eddfd3ac87e51d38ff0c3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:750954c71fd9789e0e4a93f2cdb25e4b6a8e4c292bc7f6c28397619c980ca118_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:68a7b4a2434007d41d8c0f29accfe43e00b04ef18101a3b400213c4eda9117db_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:96538bfc448f0d0649d003f11b49f989ca36e10838f34fb91a9f7ca8967d574d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:c2853ae37c6d4f1a44d5f03f77825030fd584268fe67856fa611487d2aef7afc_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:d2e88346989d7c7c40b556408761a58f3e179856ccadc1e7780d103981eba9f5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:08a1038d6b2be6effe347769a0e2fc89c43caeb44dac796c34481274072534b0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:5ba881fb649a3cfaebc470b0fbcbcfb799df2205477e3263adab655bffb4c268_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:c8974096b8764ffbb4a9f8279a485508e9457c0f7e176c77cb779d3ea585a15f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:fea604dc691a2515b1c9a34f6b41afb60287a5420f30b8957911403885658e04_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:69411bfaeb395222009f0ca46a1bc3e456907b650a285f56e26eb207c7ca4383_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:e20e87ddf196803191368f1dc4f6cca4465c1a92fbcbe29851ebb1f908a55038_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:f051e24c3447762f3476242739a696f882ba9ce210fe775256dac55eb28fcad4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:f385411362f79afcf35acac0f49acdfef8b9f5ebdabdb20cb4143f33bb505733_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:2e6cf654f0c887465ff3b3ddca67c12e2510a6b82a69705e1fd055ed30cdd9b2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:56e0fe3c3d2aabb7c30c6ddd28d07b3005cb128c82a5d0a51dfc8cf1f1cfd2a4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:8c01bbae6f1cd673c1ac45ee550a792409e534a1fbfc4489269c5d849c4fb119_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:bbd136c9bee87cfd71601d22fc05f16a7b07996f39b41195cf5105a84f0e847c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:683316d9efb43eeb14a1e3ac0c8f8bd98771819389d89c1c0ceab8afb3e61c35_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:c91b7c636c3672e3a38ff2c5964d9352f573b32abd2205a6bcabd6f555068c9e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:e1091f8361184469358998047fb0916f7f8a22706609fd0a9ba5610bc17e947a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:e9a2908a457f2935037d9f4a27d85d77fa334c4ed7fdd1f593040e0bec592161_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:15131025164bf722ebed8724e62f4b70ba018f3d9c671476f33e3485ce3a43fe_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:400674850f994c9de28b9e5686789e97eb0dcb235474f8f3a42068790d63bb09_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:5bc0e064ce599860205080a84750abb3de613a2735ec5f67ea4431a7a6f9249c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:a7fe5ae007435227287fe4f4e9e1c75f53905ac1c1e4eeb183e9dfe865a611e9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:2936230694f5ed225050c118595e401be4360ef7d899cf3554c42e40bf82921a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:3578bc2eb20c76eaf6120449b7842f8d502269454f962379b026b1342482af0f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:afe42b2c8f953258782138392a88fd1413fb2097c648d559ceff1f3975dbb1a6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:fc8f8e4042ffc6ff97d75d2c97c2df435a7f2ac27d54109d4873ddac71a82069_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:1eee004700ca936c97efdbb97384677f3e3f2a2d42606967c1cf9c6765317154_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:2575052c200b4367f535e1bc653561492dedea225ae80f298045f4309c20f7df_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:921d77cf40e5f25b256c397a9538deb9b5214fd1dd320b272ec73f368d965325_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:ff3548b2acf73724ef2672fdc0533ca212dd20cc55842efb49a4302a3d152c1b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:4ef2b930ab6b1fb2f7c50dea6b34d55d45fc3fc4464b871359ab105145ef6b6c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:85d787413a3e60a0064132f45a19fdb810082bd401429e8248ff4df750bdad12_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:8eb4f27d2d6db0545c96878704a8d5265ba9d847dd8b6ac823cfe8ff6689554e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:ede9c2be4904769a47aafef33f068a0e67b8458746c74199efe17d745624d3bd_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:8e1c3cb2cc5f294d03e007b0aaf322662c3c6c09245c61a9553eb7b33a02d3cb_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:8bfa6e267d4b8d65d364bcef54b1c09399a64dd7a5c97116e2b8358e0cde0cf6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:00d9e9b53df16cf21513e47c4a980eeaf3358af5472a4a66f7b8ee422a3313da_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:3148750b4508846de939bd0907eadecf7d8258443b4a3d7fc30b93c39c4abb63_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:646817898e42b4ddb0768945180739b794aec7dc3e31f5ba809569d87bdc1fe0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:7fff4f51c84e229eb72015faf1e6d9939545cfd1a6766b8f1e4f10f17029aaeb_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:2e487cac721a6c9b8cff331ded53fc6ad0397aecbd51c1384632319d573bf601_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:4f4729ce2ba297f713fdf02edc3ba34d649ab2e7d648a47af99ad762fe4c9e4d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:691e2b24b901f3e1a669bbf5188b16e80c8e8d99433463f36aa6ad087ccb11ff_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:9bb9f5cd5e94fc8041d25e9a9d10aad1be92c734c8a8dd618c93e2d2cbe27c99_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:48d371c93bb28c4282f540750b91ac299178ee320a79178b28ef77d294cc2452_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:4919f1c330d56e5dbdc091d33e5fce13cbdac96876e773a8109ce807dee67b4d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:a6a13a734f336edbf73c601da1990c2eced4e74fabdcc6f66c6075278574730c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:d0147210992ca5d1b5d8465029135f3f5c400f7f15ed001858b6415946a22fbc_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:14587c92943288e6c9f56d60476f40b8f15ce7f1056913e5b4cf33f0a83af7c9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:9356fbf52e0dafc970befd18d5337a29e2496242b221727095c83d850ed45d62_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:d3c0890549855355461d90eeac26335cb114a584af9698af531eee0bbd809807_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:f6ade0ad3a5e4952955f2d40c0d867eaf290de111a2c35bcbaf7b59c3b734490_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:26baac061161143b4960d00cdc53adbe77aa5fa52b415b3ae3de1cacb18a5634_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:2d74639836f3384e157e3e1fccc2c10a90aef742c8d8c826317fd5ea88b1284a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:46823bab7a55eaeb658763753c36e75a89494371926db2f9d8c48375f03a04ab_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:b135940892cdd26c7e983f3c37d6d492cc588767dafb5960e1d5e9642ac48e5a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:2899f24f2fca98123800e88171603fe6022226299341679474740be10d59053b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:354ff055338adaec79759136d29087337e0658ca64cdefb447e8fe4157a8003e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:58b4935884a488e6c796db1c1a8e37189e2b76dad3a18483ccf06368a8c84e6a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:6e0ed09893071387d638004e2c9177d1933ba9cd59145ab3ecaf4167c9e955fe_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:17306fddebdf61a0a4bffd5ba6cf4bf595701c14553fb87968985e670e3a7f55_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:18325aacfd110965ec933fd9cb5a873a88572fa0507be6f64519c42306266846_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:33b3ac785f10dce0378b5ce81e84d4d6799e0ee2e573b45e4fa8bcba3ae83d9b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:a15084c226ef3a1bb0488c272ffdf4a59bacdb293d0f1d2d3b0d3ede8fc856ee_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:039085f52e4730608fdc2cf5023460e7b1496a87d34c3f44e958be30e93bc88e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:799213061337226fac59a610753c8b5b5b2feca766753702303a51ae0f7f4ac8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:dc9f4de544635597483c56742772b5c471ff16f2220ed4a75aeaca2b28a6a40e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:fd8bab3b8804bb1b4ac56408fad43519fbe11ded255435ac22e20f162fe27252_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:246d18436f5aa8a6e9de5a6ea2a81c09bc21e37ba02ffe57fe836937ee54565a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:2814b78bfe377098e59e5e252759ed64e1d3db9cd00f117ee48983a01d3bbab4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:c7c37e63f204f3063bfd8f34e6f984c41e07718194379f86265a47749e269d6b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:fdeafcdb178182b8484c50c321886f8b2611d27ee4fd1a7906eaac8054ab9625_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:1d6862cc2b12521141b533f7ebfc42e558af07195fafbb8f7be6ab7e64ecab34_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2d473ff75f549db1505984e23280fa2f3a6570d19d7ed72f78bf0ca6330f0e91_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:4b721f641f5fe989d9a0ec209ab4921d001360aa570cd2a7a9e5879c8e1804f4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:713d23b937eb12215688c4d67649aaf4270ece88b5197ff85fd3486b89ecf572_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:3d1d10391974723b15b31315b9c99c98b8296c61032905893a88e42f739f4a54_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:65fec2305e5a5e05b89b507b3356a8686bd11372b59d1ea078a3c9794c2805fc_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:c4a5f8deb979c46d9c6babc5d52d026a0de3bbdf08238fcb798a05b6a76d69ea_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:cb06db0919e77bd26200cf8610277dd5feb9e627de2dfe43317fb4256be7cd0b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:214521bf60ec834c8d397bcf685e2ebbe39921f4deee0c09b9601253d929e583_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:5b057bc84cdc3f1749467d0ef85cf09d6a06f783ab16fb57c5cc19554ce720f3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:8150193ac1d183bc045856ed3862107d045d2f0582f60ec4203c99c641a8a30b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:af21478733313da2cfce7c56cc6151609b18be0f096532de317313abd002bcb7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:9499cb5614434c687db474ad657de64098ba4d1ee1f643194a92488a21faf652_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:98d2604ab5bd65c852b8d6efa756b045cdc2833017b874af343f47951b015b2c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:b594ea68afa771c39f64ef2002eca85d0541e9b7d954721fe3fe784d4d6aff81_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:e6b9aa21e43519da9b49140c570738bbc43436212ea75e7dfd0bee67c7c3fd62_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:0ef624ef1b65af220fb60fc4d80d6059aa5061e8f9fa800410019ec42e2fd839_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:5623d5f0940fd4e2dcd11b1469dcbe95f0dd801feb2d92c3c385628c82dc993e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:711a9081e2bb725ceda8dcda213f5f3475b326f708b077c4b4e215c643bcae71_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:9e35a4faa30dbebb4c0781e948a98391c41500225be6e4f399a2654f4d443c74_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:b5eaf716c0b3223abd931fc510d8c93f6fd342de822aa115e60b80d48332323f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:c31b361799f39dd3e931b2ea44689df6524281e53de962447b37cca578954ac3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:dbf8ecc16795fd9c9e838e0b0e5bb67c95f5493f695c90093813819a71e6a989_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:e419449bd0fcb506b32e7042d3c1d490ab961e070c0715951db4babf43b1f527_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:265fe91b3158db898cef1933be732ba61a1cb0dd4006257b9f0aa30a8d4bc654_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:30f55aa98a244d7b7072cda47c5f6b61f0aea4fc5e966081efd5c4c030a94271_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:3cf63aaea43c416aab8879a538bf238a6000066dd6170fc958acc281b4538b03_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:8f04739af1f6321c039253bef7e7c8413592238249c6b9c68bfe2b4c6742cd6a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0c41a5d04b68877df42b5e2d47b1a51a205f9b5bbaeb272b876040840df70cdd_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0f9b478c439a81b264c306f4b597d40cbd2b9461a2be9167d667ae96ccf2d80f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:7d1cce729216a86f6f3142e1dcb9d3c6b4eec52b35f55c1aef1911af499fd6c2_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:de5431ddae08fe8b534706adcbc5a99e1d93da3460fe5008f319aeb17280d6fb_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:27ef373e865dacd62cc3d29fa3ba0661280570b9f1e3e36abaffd6a0830896c8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2a129685c29ed30eda4c991cf88833941ca25afcbb0929766fc24aa939b3fbde_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:554535a577ee5e912aec65bb9af114dce400c54955b1a15d3b0d8a3cab725389_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f120d3b13d54b6abc62fbc6a87f7b1509a3de6c01e316e28a014e355bee5c002_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:27ef373e865dacd62cc3d29fa3ba0661280570b9f1e3e36abaffd6a0830896c8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:2a129685c29ed30eda4c991cf88833941ca25afcbb0929766fc24aa939b3fbde_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:554535a577ee5e912aec65bb9af114dce400c54955b1a15d3b0d8a3cab725389_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:f120d3b13d54b6abc62fbc6a87f7b1509a3de6c01e316e28a014e355bee5c002_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:8846ed3df7609e0a20e5020c5019e066e3156c5cb3e32719f55405b54d2167c4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:90ef3f26f00eae41ceab0866b5bbaef1ec56387f0e02c55ac6797ee527c829e7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:de9a1e420ff965ea9dcf80d4cfa0f99e351fd1362dc883b2dd75bb09d88f509f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:eba4869ea1ac77524cdc048c718c20e3e30da1de957570ff28840c8cf3c65d34_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:caf4fe81752b9984c30496aeb287eee457aaa9a51c1d4dc8dc47552f927f8989_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:eaef6750f50858e6c3f22961f4e31e0bd2600873d23881dbfc2968ee7d167aec_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:c40f3fdee914e790347ad59fc55c2424628927c75d88bbd40bc39783075a301a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:c43678e689872e352ec44d2a2f395199a34ce16d085c4f7e563ee3e9534bdac8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:9038c74fb45e35bf411a05528ab578cff9cc10a8b0927fbad0a735e3b1d414ec_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:fe85c1ba2ab6ad8f94b1858bbe3f6cdde4a7c768fd2a451e79ecd4e0d780c99b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:3448dd1942c7ffd71cdd12b778525042c5e38485872c6f579229cf786b20e9cd_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:e2439ad3e79037d4b53d6ef9514a7cc3428f57789ada20f9aae6c844fa35019c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:3be8282baee49a9fdcea455723d5fd12ed820ea578af9deb23171ab09156c9e7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:4035f82b6b41d63e30cf4e1b04631e5890c76f610835f8365699bbd633ea3788_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:7c1b269972bf5e330da11df053fe60f0a8f1af43fb34ea0c22685fb65ad53715_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:b5657aca295b3a67c1cb6525a55fe234d959098f500ac7866c8cb7c09769c8e1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:39d2eed706008f5ebb0d2baa19ebaeb77ded4e0de4ce28e0232f614f8df18c5b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:6e6882fa1afe45eced0befc1bfd30c874c888a22d8656d929eae355be8709ec2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:73021b1853b79ffeb0d04c028cad9905455214a59cc50dba01ef7f97372da705_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:8d791856506c0cda2cf02f3903c6da293a257ab6326960931d0e5da995dd3d82_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:93bcb96825fe79993767a89bd7305a5f6ec39deba51b6a48a307eb6a7e3e508c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:d0d43e6dabdc4f060c91b7d247a444b763821f61931ef78eba33482eb493acd0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:d7ab49355e1654d655aaa7a12967a5bbfd34d7175f7e5b9143ca9abbee0d9b06_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:f2a68573461f17d018ff650a7dc8f4fe233cad39bd64e8e006a62d040a7befdc_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:5c2fe110d1caa5d7b14a653f3af1194bdab821255758880809e9c356341323a6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:6bef60acc457405d245a8d7b17335ef424ab68962255fd1bc0ee5c87b73b9ed7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:708132b57f6743a257e0c14f8955beaf7a6b759dea9187cc02c0072fe01d7c21_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:dc3a9ba0d7083481d3717e6b486b130674223d5ec26c40e854bc40aa9d819538_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:1a041a1f772f19dba24bb7dd08cbb374b8b9011e2982804d34a739e5050af270_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:31afc8611dbb85e2afa41373aa19b95f19f3b6f3c9dd9303fcb324566ddafb05_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:4ca8edf1c43441ab6d2b34eb7572659d27c7ea64c95a5de9e12cea5ea0dd2799_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:e8a39e1add8a7a4d65b17aeee0bd0b0bf5292c432e56fb97ab52f1865dbcaad7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:10cab7813ac451d2d17414591c27d5626a7bd43d7dae6f030de9291f3f0377e9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:2d83001997d22839a2df4acbb23553acd372c163df0a8bdbb97080d5274b6925_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:6e4889fcfd7cfd56cb6a4bf34e30d92b5893a64e8a036ccb18eaf9fc1fb8bdbd_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:d348bcfb0e822de362a7c67ffd9f572569502d09b3f2d3a4475ed4810f2e2d6f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:45d111c26b3b1b96a1911dfe65ed604ead63c26f9f5534b027614d8ec8f11a6f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:734cc9b8e88fc9b2d7c30535080a5c0570ae19bee912486a7d27255ad694bfae_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:e02754f15b7094b2956ae2364dfca3ac178bbf62bd5dc2061d681cf645129114_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:f081c5b04915471afae962eebefea4ea2b71e0afc6d367f59c4710a3953239b2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:1248b42c2a006bc5117a42c76ced63048cc3fca7b5f0dabe1a5d16efd0b8f604_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:ad34ac62efbe8c297baa00f75a7fbbc87d1fe9d29563811d723f0f10f8174366_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:c17711a9aaf902cc6c95e62c3715201e6354a76117166fc3715a27342c2be2fa_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:e28aa33846c0489e23b86bbe768a6d23a7e31e3830574792c5d5007979f05675_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:81774e36cad16a5f5da6c89483f4139ba295e29726cc5bb9fb119277e087a1d8_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:8f4fba2b28c5dac5dbce6cf38a064fdbea5ca1ab2e039ae96df7d34c90296ff6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:b18472469fc37430b4810a9551fcc833c52df25bb34e09bec904c82c172ce268_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:d97ac99882fc7894c72d6030a4578fab814b2550e6478be0bef5eab5b41b85bd_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:74531d0fd46e112088ae1583e873e40ea082223804b723473c67aec06f5e8e32_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:8cfc4b26606408d8028903e16b23e16836d1eb7d9be0c6ac6b8968330ed5ee7c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:a0837af0880180f927e3c2edd48377d2d5ab849a06186158695e0f2d9d460be4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:c86017bd51d33ceb8f42f837a4b19f0c750967486b6ad647f01b7536d20c5d41_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:103c34c394ba900666000bc5627c63e1b564878aec0defbb91a18711aa95bd7c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:5273cef06cb438b801ebedf984156ef179be56b86ca0c1168ef1c2b9ec547ef1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:6772f96ecc0d3b1a9b021f66c53bba423e763e2ec31fab4f3f14a8e7e82b01de_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:703919dbe997e2b17f6063dfce55226c14f5eabff46db358a397a25effe43932_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:2d6037ca2e1cfa58511058b4555e6f65f1eb66f80b0e0d78110076bcbfaa5a0a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:43ea6c2d16a1e89c0a76259219af19d79fc034665551181c153f3675f31bf238_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:6178ef94bcfcd227c35d30a2479119f8e94ac53749d14f4892e44f1d6aaba331_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:df29038076b03784ec2f881405902f2bdb91d46a7a2bf38b75cb024ca6936787_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:218a452cc4548f90ced34504132e4c0048815a5e67c8d9f93b5e1987e83d6c2b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:8f19d00af7e51f94765c630bea606b7cf7861ef434a001987c07247189d255d2_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:c59e505cc5dd47f6aa71473d755d0f91bcc54d1d450830fafb3d622dab432ceb_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:f383f85c0c0470333be07dbe4923042a818b9b5949eaa320c0e99d5ddaf643b2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:00a118e4fbe39e9be377d2318d259343a159b83d322caa771a933c0696696e4e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:4bbe5d322d15b2f708bd75f6b7e1f52bd0639ad729910ec4bb488faeead2ebf6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:b163baec860229f0a73b3901940045535b666102f42dd61e453f196b77124604_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:aaeef54d7945e2f9df7ddc715776cd9133a335e39268dac2a65d4bb27b0baec6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:00a118e4fbe39e9be377d2318d259343a159b83d322caa771a933c0696696e4e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:4bbe5d322d15b2f708bd75f6b7e1f52bd0639ad729910ec4bb488faeead2ebf6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:81fff6216dfca869c758bd60a0efc7eec81c81005544dee1b52e1098b9646322_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:9b28af07fd820df432f76f7cbf5f6c17ff275307679b909b9fcef39af9c13aae_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:068996fb40042f413b58f8b5087a55d5275c8abb6cbbabba81dcaa8512800d8d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:29508b9d94bf0bdcda583afab57029f189f07e845cfea44972430a6d40c7bd76_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:631436430c6bfefd7ece74a6f1ce7eaba8d4da935d61ba5db66553155204e0c4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:9adc42aa480b66104ee6d0e81ecf7cccf7cf155b9082d063d9a9537dbb378ee5_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:0d1300f732f6e66a363b6fba2bb55e0187b2b345dc2583d1f0a1389f7526cf30_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:72b5a08e055d90a3eb6f8b0f3c8267d7cf7c8fbdb064faf381ddee94d2090f49_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:733261a8f75e4080761cdff18e6e619df7fc4de05cd2050d8127935bffc862b4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:cd0efc4e9a3014c1acc79fd8ca9cec790a71b7745e7ed820613047953da1d641_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:39f3e8a9f78d4756e9c681513c02b5574e80ccd7043e7f0130ea1e5505e27cc9_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:7dc4d67c2153b57bd1d0e74e85e21d898acdc5e792ebf3e9e2254e9c243069c0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:934e6f7aa8dead546ddb258b6753f8ffc577205ed6ac19796a2140cb242497c2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:d3c8598be6bfcb46c310e881493b8299f126b86c041ba560edbcdcb700430d0d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1df62178853e8698d9d86da8530144f3cc5671c77b72bd09098faab187f6a78d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bfb1ae8157364e5772facba2869c37414fa49fadc0b7a42ade55684e5a93ef0c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c70cb3d1a437e747e1d7d54f631853d611a97278fa260daed6c56f36f885e17b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:fc89d0c5582c76488c56d471746fc9f8acee50a5d727cdb559623af580389f5a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:5e1d1c77c595cf7cc63e38f771d7b2e64a4b31da119476238b26dce182cac160_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:d14dd4c11011464adb44f802bbff4820560b56422a8891664de65bc1f8da66ef_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:d26f4f47b5b3447e021d20ab0e6dae7eeeadeeb4f5529b85f8e836d6625dac62_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:d4de045b2177b2abda6b28b814c450961272ab3c982a4c1da29271384aff2f06_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:587c9c3ab23222ba8e4581c20758a690e420982196b416a0dc895071ba13cffa_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:7b806e315b880b6e3fd85f23585d5a8032637099242d0d1abdb7703d67913529_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:e8718288050d418f62e75b956e2d19b285e3513fb70771beff64c7d96b02ad8d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:faaa0f58bae404689e533be4e44817cd8008d1ae4c2999fe1b671e663dd1588d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:19fbed56d75e69a0d9582fa54d3328fb44aee9a119781a0d9800a1f948b79926_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:2e4109f5e9abff71ace58bf6c904d19bee7c5936d99af1192191ffcf75e87606_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:b703668aed81e1c3d2b3b17c7c05b2453bb7685089f2de6d9e91b9525ef14c96_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:fbcb0389b7f506b044d1b908c0fe8e8eb1fb5509cc006fff4ecc992c2dcf31ae_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:21db1e5da0fdc170417ff618727d1df59d264a27a1fac0df40f62cc6d0b92e34_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:2c7df73b7d4e11ccf47cfe561600541569d7a5daa04bacadd28b601ea9593d29_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:4671fc86a01df017bad93436e10f40c0ea23e27a73a58f76742f8010f60a3922_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:71684546a20bc4ca896f3daea721b658557f992f3b4d9679fb414415713ae8dd_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:209bbc308b2c772b4553e1353d8ff7d79d47fcba4facfae1649eb7fcb9b8fb70_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:21f468b304e0e0358ba70b05bb712b6231601b0e438a4a6d2ecf3239b016c448_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:654ffb6786eaa915fbce588d9016bd09927a204f797ba0104585bbb19de6e15b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:b71f4aecabf4c609d03b751b55cb94ea717983179b73efb6ff00001a514ff4bc_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:203a0938168df89a72bd108bebbf6be7652794447dd2ccb69f8aeafa28a3d6ea_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:204bf1950ee8144592b630869c44755c364392504de447c41ca0b8d011f660c1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:d559c94732a888059af7b5e723fd8464c0598ff02ac49dd4ca0e8c2ff6752a0e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:ef2d45fdc583671d6b145882f99cb260b370c18178efb43b42a57e63ddb36d2b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:585c4a56a35fa219f5a0d37861eab449241a71ea59bd6b200e7e3db34879a522_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:975ecae2d886df90e6854aa2ac7d0d9f3b6b415756f87e13b0d6c8a0a29e819a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:a640f43787725158c81fd3b759298b4cb0fc841a6136a9eaf2ae254b7bc5c576_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:daaa767d88c6c006e6a0a6625c68e35d60000bc3081be76bf89d35d23bd513de_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6a75f23de4af4f22be6aefb132ab72514930d0a29241ce36614e884bb58652d9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:87a2b1d5044fc95c3a65a066b80302e2429b62e3ca65f831994842371febb7fd_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:8db77a2fef0a9e5d7307d284c982f118467dafd3fbfb8e181326685852137221_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ac74ea8293510fcef95584bed98d33dd6b11672583b7c621c296c738eb7f747a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:0aef808deed9fb96b58f283824e1d3c15a8721ec39b16c5e480b777ad71ac137_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:675e727613bf0e5a3a85f4346866e0561838945eedc23619ea18804f8bf12257_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:8550f4f5bb2efa499a73ec16761aa448cf62943bfcbb4307a40e8889a6b83c42_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:b1932c7d09565a69842642106d794c5dd3a170345e34cdff9a8be3f64b04abb9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:28f0ab10c245d632ac282c48d3a81d371591a814a5bf553908bb14a43d0eab74_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:62202210c4f18a691ea29ac894a45ee52e2a4eafe6df0877f49ddcb6f6aa5c11_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:839834a01c39f2eaac826a50374e8ac4cb8a103e661366e512c62eae9fc88b3d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d57959fe134e8c76b6cf6b936b5ea015256e50a2ed550115ffa85e0e91d591f7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:5839069a2cd4c793f45a41023f2a53914a8b60e4f5ec935513b2640063067bc2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:c9560ed43dbce1ed3b0e73bf7d6b1b28540ee38584463a09ec1b38a6b09ae2bd_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:edce8f86ec198beb0e28cecaed5a1051a556e92662914eb77a14598bfd98cc61_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:11e30523f9e047f84527779dbd66c1be046c70b02daa197840bfdad6a2bfc025_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:22803a26a17162a465eef2269781abe2690ea22fcd86369f35688cef57e12fb1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:439f405fd3d827569af717e2627f900798107ff3c7987bb96dd75715b28aeb4e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:8edba5bc6956d8b5d2430d2f4d50ab31d71a50dd740b3557e5e9361099d6bd2c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:cb33b3f0160d1e3bb96217581854933be739cf23b22d03771de07482e8fd66f1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:84b554a6e493cbe4d936cdf9bf5f39d57a5d01ed433e9ae35be2cbb651cd7490_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:d985029f965b57700107fc5e5c10d805f83271575c32e79751e42d382bf586e3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:dbfacc2b8021dab0bc88bfeb107bc3c60885d7dd28dd6e716569e82c1f1b2050_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:ed158388ead4ac07264beee291cc7f4b75d7f26769876e00ee0d938a720320b0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:7b8f6f7d07b96111436e1f24d2f968eb402d94043216411e5700555e53d9f42d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b2b165722afc872b8b7e33baf3d203c5d454f119587ae2377bdfb15d9490ea99_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:0bbafe014c77d472d14038e2b46bc69a1e649fc9b6a4c1097bbdb354c34a41ec_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:1b1c50cfab6be876b4f25c0b27fa17fbbdeef827d3167bc0dcbc3341d92d41b5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:73b4d01b2ff7f173a1e49e5a6f019e3954a5b9f255119a8af87a6fcbb280653e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:f90510800365871dcda5645ccfe6055eefc38b59406b41c9c54cb29cb3e49968_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:4983e7e3d7ab2d8b1ee13bf734b260c3d56090b4551fc0bd59aaafec69ffe37f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:e0c269061957cc8b3586d4ca484c389544d3acda0077d96445e37d300eead15c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:6fadfbdfc9ddadd7b692568b38beb660a48f0cdee1f886e1451ffe0dcb73c07d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:f82f5726816a060c19917f06d37a1aa160b675953ebaac52f136e250e98fd332_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:7b5ff6a4931473798293031a401b2418906d91d62b5c7d1cad45ea3ac39462d6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:ecf14f2430d830ea24baf52751009cab008bc2cef501b358306fc46a2a32ab25_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:500cfeb055b38b0b9f76c9f262bc90ca2edafe664e517da1b38fb6a2928bdf09_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:78585533e3516310fca7f65c26f2f6b5e3fa0f3268ec9b338d9c53e96bb8822d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:21922b50b69626e99b6fe3741aaa1d2d2d08e56766d166b32046ba3c592a8d93_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:836c6111c70ba9228d80e09eb0e53344150b7dbe4bc1761cca6df0cdcc57efd0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:549bc2dbacc1479bbda10cfbeb3688f2e83f51d8e61fba07ca6816f7c56e9e0e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:d36656855883b3e306b6923234c26fb3ae6883fb235e58416266f3645227db0c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:5f035963d48b03c48682ee5e08df9929a84ae062ed1989e4e7b3ade0e22da544_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:bc70d98a850ba4bdcff403087fc8f57418039ee79bdcb7dcd2be49905a3b9cf8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:780dd4ebd061e9ae7f72f7d1964caeafaf1ed5bd0870576d8e81022ff5bb019d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:c3ef35038f951713ffe1951872a06d5bf731dc14a735b69d342b3d7ca197dda5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:1fdf87821555c4982cf42bebe5b46b58e1103b876970d69b298fa7527bbcd53a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:22e5b57a530a6336e81664f3886d543b34ac4f02475694af6fed90590c8209f2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:5f1f51686d55d53af9015141ea4ef00dea86ca65a6cc89b8b3afff34fa416002_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:c8e35113d1af6f424ddb2b3ccd7da6bb00e39cc7e9101ae6498a40926dd45f27_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:471037482b480a52f798d0fd05366ab7a2e92744f8902450dfc3fe2b88f6c2b0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:672c761fc4a8651c8493ea60f5d0f33aae52bc19ca4d55fcc1b94f2e002e1ace_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:8f509fac366943d4732e7d0f36f9f7223499c7aece9868713fd7de79f5fcd3a2_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:c81004be0a15d543f6e84b81622f8514d66f663a46de37e00f5e2f18a423308e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:974a00d5e9f5825345c437b3987dad130f084c8b983a2934e5b69cfa67120616_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:bf9e71e10cea47686d4edf0c60cba4fbb0c4e1bf8b805c387b9c070e2032e5d9_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:c6bb4ec25a7721ee6af5de90282a925ba47e6f26f4bc6b76651a5e811fe4786b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:cca13f123b2d8227760498112882fed890c50a78d740a84f21c1d58d58cb1434_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:32cab0a65fc0b14963201bb720a770bb68da3815bf306559da7ec5c8ed7c044d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:552d368f4be0334882e389c732ba4a46eb9905666b90ae2208101db7a65ba19f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:69d8d98aadf25c63f2cc51ec917ee5498fe97a013fdaae075186bca58e2bda40_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5969b94e914ff5ff8ce4cf32df64f10f1b6996832e3f2ab0b377dff46efc9af_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:725fb4e263107a568a1c556264f4e5a1d88adcd4ce5a2979b57a8fd4463065c8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:abfff75068bcce70cec31d704cf851d2642ca48a3b35ed48d739f19f0c311dfd_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:b2e6862fbd2830ca980b1066d15f69e1a1997316ecf700983619f1f893a8f3f6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:e073583037092c6649e373a5b19242df74cdb830656722e1396b274a041317a3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:01fcc59502a374f19532397c5c6ff43d2d308510f11189f19f75aa2944a04e23_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:31c0fab9d575ada9af8f496ae4bb2553f26b762ef2d6c39f6446aeee2899b262_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:60d8c8511f21d929058cfbcb7b8df55148935ae34db2dd4e626913ec1a54c779_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:eba94f94949aca0330425b1ae3897f37b2365fc09fc88d60615ca7d02b06e8a9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:278de54a51e74d045ec339e762c5b81ce4a2a3d40f1bad8d7c9cb4e5de898cbc_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:93f23ab49212aa9eb231527335346b45424a5322a5e9496a4c246e01f017edb0_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:d9205cb2f0ed16fc021fb8be67f6c27f368fd4deb8aabccec39e134218f2ad0a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:e4688eccd23a6b01995b878a5b7f12cd2640d89a7402747a94c8fbc48bf99798_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:062d502a4f595b6faaf24ab566c9b4d7cbe23d112737c749f6223d84b0cc63b9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:10e61696271303aedeea539ae19ec6fa8018878059815e5a58497e023ab496d1_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:e2ac15e82021d5dbd07c6548374bd47bdcc609addd61dcebc5e675293726563b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:f5e3d590f430e44eeb3192dfed40ebae4a6a90b773d7444c4d4335210b99a4cd_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:29e242c717fb61d195700e1f1665427ce99188265b2014aea970dd9bd8441134_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:c118d03728b27ee94fcdef1f63bd58fbf62475a5c016667a6a9805c7fbafa47a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:c3da083850cc4e2a8d365a2141e5d6a38b90ff9107631ed39c964a3870e01066_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:e50c7fb186e0cdcbfe16d0e1631ce1953c6df5f1b600a0753224225c475f4bc1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:47bfa9b89ba1688e7c1a6d4fbd9543f274be9585d328f94bdf96c82ae98051d9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:a2062fa20e09a9ef5574e7bc8d02b870cec2eb700f1e3bd338f62eb62bce13bf_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:a3d35f264ad04e586073cc5971a8e5ee50a43d4ee5f3671ac4090ccaba868265_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:f3dd31d9b9a94707a1dc4d597ce12abb9b33d463007b311798bc031c55935803_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:26d287b7756ead1bb073b19ca79276d082c0b5231c0b007b2b18089036817e18_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:6e50edd777e828943e3624600bb3e31f078bbfb9bbe1860c6cf6652b94fdf143_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:e332b8312285dfecce531264a1115ac9b7b36d4099ca72fc8fa19358962ee0cd_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:edaeb800342b998c1e3fe5630506656ab2c34c2190dadbac5f33dd78eee7ba44_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:09c6b2bfe80fabd18a6398342fcb6420aa2680168ffd5d25d7d18231977a5e32_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9e6c5bd0b8ec8c6259b9db817ac5a8fb954b1dac58b0fe00306a84f36c22035c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:ac670fb76fb48ac762f7135fc404d57d31947e7c5ce9a6525d081164ae1ed578_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:dc0bdd5c00450f4f6de330888ae8e9e2ee272e879974560b312785f44df85a0c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:248df5e1def073d8b37d1d6659cc44f4c9653c0f1b6024e1bccb16b208afada6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:36ea064f84c69157224566e5aafd03ef21af6bf9f0b8b78bcc6e197981239ccc_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:95dfb6d0a1a4e15962f089a71151a37dd7b8ca19c26289f8f934eae7dcec2ab0_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:b5643d03d8dd0798ec6cfdb27e9ba22aa9479049c81480b23aa96b12c7c96568_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:1002d87d382b6dd836a14734b00959cd62e9898950d1258662f8b29be154cf02_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5d2da4620f6bb6c224692d33c93f0b327c16dcc5ceb31da1f767d3a6fdc3f70b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:763b411a1610701bc473415f0a677ea9e43b3b2ccbf2152ee4fc5cb13e710028_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:89afc48cb1145085a0d6d262edac7dccd3f381c74f18588698498fe070cfe3ca_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:1002d87d382b6dd836a14734b00959cd62e9898950d1258662f8b29be154cf02_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:5d2da4620f6bb6c224692d33c93f0b327c16dcc5ceb31da1f767d3a6fdc3f70b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:763b411a1610701bc473415f0a677ea9e43b3b2ccbf2152ee4fc5cb13e710028_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:89afc48cb1145085a0d6d262edac7dccd3f381c74f18588698498fe070cfe3ca_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:053561dbfbd124b7311afe6b5eeebb4b2f333bc1b61636e3e989b732016efab1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:708eeadd9b25c308fe7fb46fc4a33cc39ebbab70e2a20168951f1bd629d7ad86_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:fa8de46b73a5c714c051e281d30c4837c97a7d67d349e58d9ec36c7a13d8b1fe_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:fba9ce2c2b16aa7ca1d2fdfcab07ebc67baa65816858489ace9d1408bb26e4de_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:07c83354fbde69786f65b60b2cba2f8ace4f277a5283cb2f29eb88f2707984cf_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:619c81363e6e4fdc632e8bc54038411571bf01a3f7d2bc0ad0ef153ea13756f9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:80318e120a0950964736f022e7a73902965f8391e25a03691757b3450203c5e7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:efbb18f2f2c8d01ce7b785b3bc5dcfd9a1f687ac392b8795ac63e2c6c2779869_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:2c2d668bef0b240bf5f3b95edc0fec5f561302e7f15f05b1a4c1f38a48517bc4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:398ea756c84de4884d03d27a59c1661bd1df0fb6e12ce9b3ee0319ca406ceb3e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:9976237825a262abd9196fa7c23265587f3c32f68fed224228a0ad38b6d2157e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:d5fe085af0ad1189eda74690b02c5c25d6617898731bccbe6d20101fffb7aec6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:1f4292bf324c244e58b589ec521132ac15f1640c33bfe3763560df2a1a692c13_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:936103960861b7912cc9406f82082acb342021032e2def2f37df6def4187c034_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a73db734acbc781aa0420b142e6a3d61e8c471b5e4eeae005d520eaae4a72e44_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:b4937dd875f1b9610a8a6d6c79475152418d5ebc991b192ae9ee4755a780cfa3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:79ea995391777e5de109ea7d10ae1c808c840af72de6e992f37d667d84fbdb9c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:9ced6b74ea8456ddda60cf304f6faf8ff5fc033905eed2a59fae1b4845756211_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:a8a1a27a92492c82dce2ca5bacc23dc4c1da0f1dbc29c5c749f888716dfa81eb_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:f444afe09392bfbc6a9be984ba05b5d289de4ca44344594e0e1c10a3f3befbbe_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:6bcc1fcc07058024d85554e472ff660d28a4c4dd8a5a78a0744380e11a6a06d8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:846e39473ab761940f0e13f005efb60ca59497dd094b7e7eb60a2f6431a661ab_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:9cd88b86ac24ea22bdf9ab938b793d833fd146c77b7ee5e162e5ba3d9aa95448_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:a7f257be16c02c62b9b01656b655ebeb2a1eb640a57b3d38877c44083497cefd_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:6c1bbdfc2c9f3fa4c23af400e4cea7f91827801b956fae3effb4a8f313c673e9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:800e71c14775b5c2aaf6daeaada39be53964b123567f6fc6389cc62483042e72_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:982a623205d2d6ede6ed1a295e36738e500c91ef9f8c2e3e62443082a2ba987b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:a99de35e56014d9642ecf9f13869709a8fe08e93d499ffb7a50feae5e04ac651_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:1f86c359dad1658f01c77bcd1a634510baea2c8df28e3106ff8139e5e92b1c47_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:9fc2fae2be9a11e6c5f8d9d4f1e486f80bb8370cb6dec829b481b2418797207e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:cf4a19e2114134bf5c2d9163a09e087c3ec391ba159140635a7270e70605a4c4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:d3f9470c3930133339a3e805c2d5d1ad07945a44906a5b039270abec4c7b75f4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:11fd6113796a1caac13a8d4c5542632e6b396e0bc460ae66eaa0f2a1f3b4da44_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:23a24688a4be7be1242a773aa20f53f2aeb57d316cfa566de7cf2fb11000cb35_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:41d769e206ec812a0f5f34487d4646de1cc1f4d9ec3372b17758bf8fcb76ef98_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:fbdce711d845967d3aba18dbf3966442c7fbbf4a8a5f8eda7e3db9cea63457f8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:2086865a8c3f61d47894fc5a683ea22349599b82c6e5f7b5475c5b50b42bcf89_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:68c120642854e9aa45b15d21c3f9d02dd10e837089131bf4662fba1fd87ad9c5_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:6ee4ad03dabec3dc2c36ec8ed305eb1c74c4c099cdc7fe9cc48555a20d7210c1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:a45563482bf570357b036302275609966253f74439f1acb59c8ff2bc3baf7b31_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:2002c2c89b091a1729718cbe2c2cb73cfc9a1826eb8cb6bec45dbd164ac9639a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:260a8887d952fb84f5d017c15ba8a1e60e23455dd20ac8e2034bfde8cc0b8f08_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:803630934c8c0dac3996191a83ed389d27bd1d9d6e84ad33bee837dbd840e458_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:c016ce259e9871041f3209f577455f3eaaf98dc952a89f32c349473148a20976_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:1556c0c53266796776454422b11f713d84e4a1586a6fb841efac115ec1906971_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:7c196c858cb5e94e65472daed3d55230823b8e958d35f73bfb507d6693807708_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:c48060447a689c5be3c0abb9787c778c0b1de183d66b0a9fb6839d9b3c3d59a0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:e45ff3c1c0074e519f5282ae8208750a4dc0bd3ac7207e0453fbab7f30727793_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0f63a311771f61ac8c0267d1d102769c18b16055d60260107b2acf033ba5a185_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:27abe5d06a3149ceddd3375e026f50955d4a45ef482ab6f61b9f02030e8e3b19_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:832d5121a94abd3eadf92a8df55a632455cc51a649900c7450547f34c58316ed_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:8c1090b8e0ba9e071f41d66068bc8aa4271251192889a767594e0c5d836a9d40_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:0374dc23f5a2d22a7929da246a8ef5a032b43f19b386a162e4882aca7dff1383_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:0b07eb65787a670b95cb47d98ee8b2ca36cc1b36d962e996d2f0a12a5d58a37f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:76bacd34ec3b1d6dd135ce8dd06e718f6a1ea6c8e2f8fd3954f9e9d5028b9821_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:b0bb4b11507285b17b32be7358e17094f00708e159e32ffd808999a63df60a7d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:79d4304244379d410212241de9b91ee5604bd5bbce5676301bcf3fada3824c2d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:beeb8e60ababc4bba5c6759da3d7ba4ee1786a43132b414748f8e0a2cc9f63a7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:eb92d3d3351d845e5c169721baf1683f93d943578a48e0192bd273db648725d5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:efa0f8523d171326bb6fc12e6d1610b2d2d28a38e5b95180358c9122bbe6070f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:180a405ab9bb66e3ab6a904d2b91d27224ec507d8eeb1c00ab182b130d9ed26d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:89a9de8f0804a61e01ce2a34d25933af30df2f3e8cd8f1209f8f058951bb5c1c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:90c430420821ff7a0ef7a752f120505c2c36225296f6b238771e6bf1fbee755c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:d9817e136b2c3dfb1fbf805c3d29b8d0cefbb07f76fc1e56ee486666726abbe2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:60ad5b01bbc9aa574ef6024d59be388bf7ca6d8704e247f7e56c8a6ebe3c81f1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:b809958ea47a5d78f8e47a8c822a3b2abf14091a3f526501f2eaf7ef36c87b4e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:dd6662403f5ceb2bb3b8887c7d608c73ff18a8dfb8ef1ec089ca61e4a4f75254_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:fff87189c1c3eafae4722d812e5becae925b71f1b6727944333fb129b7ae48ee_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:60ad5b01bbc9aa574ef6024d59be388bf7ca6d8704e247f7e56c8a6ebe3c81f1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:b809958ea47a5d78f8e47a8c822a3b2abf14091a3f526501f2eaf7ef36c87b4e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:dd6662403f5ceb2bb3b8887c7d608c73ff18a8dfb8ef1ec089ca61e4a4f75254_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fff87189c1c3eafae4722d812e5becae925b71f1b6727944333fb129b7ae48ee_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:7353494095c9f0628274678311b2172589026dcc4e8e28091641ef65a2923e66_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:9dd5d4aff113b23dc86a191abe7f9ddff0b207890634ef9a1c5568df8eccd663_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:be14afa02ae1e9d13d4c6a8e534954bb385f63e9939e8b20942c072901430d5f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:e68a3fe0f5d91d2e914d4b24bcab9a2bffda33daf56cebd73566445b96f64316_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:01f43f0606246a3609b3738ca75c68e2f7f9020c1bb88bf7717818c8a26a1e36_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:3f047ae5585f08301e17488fd86c9ca6cf0309d39e8cd6b580b045f1d1415fed_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:762cc951e74b525f20b93e71742a5bf44d12d3599fdba16a95608baf774c4555_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:9e62d2b1ad0efdd3de7b973cd6639e96203c01b6d484578a4e3cf13f67b2b856_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:1130385b660f719e78d9449c6c7be888b7c6ed16a2ab43e1fb3505fe4ed03b33_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:25c3342fcbb073d32ec53627b8a062f89c1d4be9e641371ec46e6dfd3f540efc_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5b3d375d7d4187b601a77e2eabbf656cbc70a1e7671916ce58e6fc595edfb215_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:dda703452472d35e7d8ddf9750a5229a0c4c6929c7409bf95b973a89a8de08d0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:058f3ca5452aa97a3fa778064a75d88cc169b7ce84a5f320359f561e76f08a95_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:71e5d332051f134f3f90e4089df6c2a5f88b0b11843d046b0d33726d2d988f96_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:aab5a67ac1a3ccac5761114e28474e11b451124c5b7e71e6ec29e2895374c668_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:da133cbcf2ef025ebaf274afeb555c9c18fe80584c058d31f39b7d343995a42f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:38bd47929b935f662766156026433f1f2ec6e1731d2c7f40c792054cbdb1f87a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:80b3c3854d4f22afec57e0a7cb04b0c98d58cd104c54464306126566edc3ce97_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:8b36c39a63639cdf7c05bc997bf98c0f5cf9c1cee0d740cf9aa6e74b91dc0249_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:d0e132dd83e2b754fe20b12859ffdf7139037da53f2a6af6ee08eed15429a14e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:2b553e5669ef51cbce468f8c7c85bef41faf7f7952abefbcc2a55a9ce15c1251_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:4715855d33583642e942fec45ccd9f6d2b90d07f2712ce1eac357d9d45c32f14_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:c2f018f8674903f77b5f4ed8979703b5ae67fe83c6a7d76c1ee4bf7010d77a0f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:f0e41fa92b534e5bda08cf38c6c513b4adf930df9af740de05248476c74c04a4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:8db04c6d7afcb6b650dddaac2ff88cb82093660a3125912172db7fbb51f1f1c2_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:b539177c3bdf37dfc67cca8b3a2dbffa0b4941952135f7f144d3ee1498cfb05f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:cb400c373be837f788f663e7a1b2a94bacec4f4dbb4bf5a5ddd5d1a0d89e3291_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:f16534746cf3a8ecb10aae9765d399ddc3b91bdb2b1ce15c59a4cc76f9e4cee6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:37b02c91edc5520a2371b6f8354028e7404482f3e192aa74f683990fce40ea6b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:5097e2faf0ad7dd54961a6f4cabae703df9df1b2b41e9867b955ab9abfe8bd3b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:b56dc790cc28994513ca38162ceed6f6e10c99a3142aa2abef9bbb7fee86d924_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:f4f4b53c8b205d611fa6bd641be601ead79d73bca40f838049eada4d5d0df227_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:2a6400cf874eda4c283683a9733e63a7e8b5ce53a37eb5ee30c07b14a9301a76_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:3908e08f8cd7c94ba3e5e382ee40cc02db84f5b0a4aabc60f5d17142c42437df_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:88f2c3ab06c1757d7681ea0b157b48847b6543dd9d1fba7a76941d9bb49b92be_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:f7b123897a6b90484fd938de9dd8ecd1b104f2e70e0564fc10aa1b3583ad1011_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:292e59f484b68803dc0076b9fb7b9f426852c967c235f9923dd68d8448013794_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:59c896aa966fef8ca6396239201cb9f1821d71f1e4787c4a03f36190b8a42c76_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:6023696ac24b81f72312201fa6c97a6ba4f2a780fae94047968dba982278562d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:d52e3ca8cf609c8d15dd77a525466184c5c9c641db88856aed56de318e23f47a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:10532406aac6636cd860a0517ca512f6fd8a2505cdce5486b793e9cb2bcfb16c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:567ca37a4ed2afe89da71f0b33af4e5e3af3f89acaab50ea32325ebbfcf86aa2_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:a3e1cecdfc749a34b7e3574642458edc7870f03ae9e1a2e7aac63e3fecb43eb6_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:cd5d904d0e36cafd45ea72914850b748e921bf4ab9f454e1e6f613d2f7b45a61_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:027b3596835e02a412ab6cb19ae476a4d3987a90403a46abb039ffc2f1c775e7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:39af4cee0a425da0814b28bdd6d515a397544d3c5f83b5e9cfffb7aa33c4fbb5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:8516be3a082fe2a93bb5976bb394865cd85aba4beaa399055a76bde057d9e70d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:b2426b3664db720bd7a53cdf4cf376425ef8d7c6c5ef039716efd00cdb9e3e6f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:24603d314b5539161b5974f234a9fac64ae0a36e7100a708326265ee568f756a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:79385981434c7e938f71e4616bb61c0f37826ab4891fc5b370479383bfa9d169_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:7a5ba0b22dcab9e3bdf107a7e443a212f7a9ec343f41d3deada1aa59091cf952_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:b7cdf071883783cda48c2663e86e3e271f42a470f2f22d73bae8304c87c2e712_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:0159ee555501103045d1f188ba21ef468c3f463251ff2debae0c8e1999f14eb6_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:237a287a2db660c2b844ac5e985ca1cc70be0f7732c7beac536e3c3e09da9b71_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:31190bca682241fe6ed6bf64602560638c963d70127cee441cd991f82a17fa82_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:da97b83cc6f07e4c7e72f9d7b8461fea71ea92e1b29e6117ef0360e088d7adb7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:06ba4dd88b81f15bb0fea21bf039fe45d38e3356c19a6389dad7010940d535c7_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:cd7efd34ed2a41d64b09e5670082cd68776b31011532d0e02cb932467f05a24a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:92ab63720b8e0929cf11f5ec81a3a968017ea1fe2d0aa57b137e6609b1c07bc3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:94ca29a099adc0665222212c90c60d763621671428a1de28a75c8ed6e2be2ada_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:93edc806a96f7afebabbeac4280196d313eb789ec43978fda985a5445d19bc45_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:fd2d5df7915e62949191f0497ed98359a3440c424a56e8cf12d66e99e67d4a3f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:4947bf6c31aab91f8a0eb8f7ed55052a33d35b70fbe40b06e45f5e5aec94c020_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:87439e5f75484270318701b52e986973d66d6f30f4d00b0da08036b2db846335_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:e42c9804da1f84dccea6375967159daa56b38d6d029bb78617120ff3af87ee92_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:fdf0f3062593efcff1f58947da781fe9e9deb1cfa4a1634db93a0d6e40d069ae_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:003480e424f3ed4baad296af322ff6ec0612cb9107c85116f065f4622adb0f52_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:574259966929feeb14060fd8b80ebb8b5ba2ce10be9f19e66c1e53d033586db4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:5d40461ee29cd3134137b105576bca5ae014920da3ccd90b5729b326e848444b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:b1082fb3535909dc2b8eb0ed95434e571071b5dc4324c6d3dbb1fe892012d607_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:1e7f3dd79b1969fe87590b82bcf2db172533f401f37b975e26829d531042becf_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:50b6b05372735625c16a7ed674b1f056ec23b35dca896652ba94c5fe11ca7c82_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c01fce15d9f6b9a9a52b8ccfbde4b8a7aa1b969d7927430eedd169c0b5f28113_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c608bb7e62594f12c2f52a78eefeddbdc11314494ec933698ba52af303436f1e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:3167f80d0848b65adf52382a35ab3a8c76f06fc5b706e001c2aedd897371e56f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:94f7a32483750e9da8038b84e4e1977fa22f099d3b29012a40ee059ba0cca9b0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:c8489b7e4c95b36f247d85adf5181b39691fa97f00bca455c4fc950c9eec818b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:e187b0624e19031a80b2fb26bfdd82cb8ec9dc66a115e5fab48312cd8bc5d014_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:3167f80d0848b65adf52382a35ab3a8c76f06fc5b706e001c2aedd897371e56f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:94f7a32483750e9da8038b84e4e1977fa22f099d3b29012a40ee059ba0cca9b0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:c8489b7e4c95b36f247d85adf5181b39691fa97f00bca455c4fc950c9eec818b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:e187b0624e19031a80b2fb26bfdd82cb8ec9dc66a115e5fab48312cd8bc5d014_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:174437f0c1b3b1d8dd82307d1fabbe34821ca30d773b70ec1cfb67d45e0c1e19_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:3e9dd635257195cd5c90778267107ce11566f35c60d415e4f8bb9ec13fcb4477_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:56dc1c55657428a6508c4eee1940194c81fb9679a11a3777289749afb8ac12b8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:a8b4f74d041370868aec2986f884db5e41ee82baf193dc94701c5934a060be0f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:174437f0c1b3b1d8dd82307d1fabbe34821ca30d773b70ec1cfb67d45e0c1e19_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:3e9dd635257195cd5c90778267107ce11566f35c60d415e4f8bb9ec13fcb4477_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:56dc1c55657428a6508c4eee1940194c81fb9679a11a3777289749afb8ac12b8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:a8b4f74d041370868aec2986f884db5e41ee82baf193dc94701c5934a060be0f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:5d9fa9b4f15954cca4a5c46f00840bd1047151f89e77da0c4250b673011fb6e0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:7b167041fa1524f28380783f43e5cc54763d84fe17c32bc35cc58efcb147c2a4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:d7881138cbe71cab0d372df6c74e11ea195ef6c55c812dc36b84b1e29f8d788a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:e7ffbd7d025233611c4a70dd7e81eb0cb0ff5880c554cd2dfd9f495313902032_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:5d9fa9b4f15954cca4a5c46f00840bd1047151f89e77da0c4250b673011fb6e0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:7b167041fa1524f28380783f43e5cc54763d84fe17c32bc35cc58efcb147c2a4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:d7881138cbe71cab0d372df6c74e11ea195ef6c55c812dc36b84b1e29f8d788a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:e7ffbd7d025233611c4a70dd7e81eb0cb0ff5880c554cd2dfd9f495313902032_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:4dbb8cf627ac6c902416e06181beeafbbe3ce1a3891eeafb504d8169c29dc359_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:5c4066929ed59bb460091ccb5b503f5c09617459667e3b8cef83fd256c1f9ce3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:829668fbadbaf7e87cfb9cf9cbe304ef8b9a343dd989f9a9c887c7352f0c0a01_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:bc3d45f66fed2adcd79722519ed8ea7f81dd17dfb960d06ac79764b66f421c9d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:4dbb8cf627ac6c902416e06181beeafbbe3ce1a3891eeafb504d8169c29dc359_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:5c4066929ed59bb460091ccb5b503f5c09617459667e3b8cef83fd256c1f9ce3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:829668fbadbaf7e87cfb9cf9cbe304ef8b9a343dd989f9a9c887c7352f0c0a01_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:bc3d45f66fed2adcd79722519ed8ea7f81dd17dfb960d06ac79764b66f421c9d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:22ca0ebc3fe663bf0e9270067ddae2e143bbe0401ec4be56f56399dd038bdaed_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:26044987ded8bf944da915148c69be6e247e3e1fca35f0c9d0abfdbb61071e93_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:a988a8373d3f22e2c162052a01e7eba15cab6d0fae768bf76759aeb333c5838c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:aef67ae561902de2e77f7cbf09b98be2efaae40bbfa671d33a73874a9fca506f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:22ca0ebc3fe663bf0e9270067ddae2e143bbe0401ec4be56f56399dd038bdaed_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:26044987ded8bf944da915148c69be6e247e3e1fca35f0c9d0abfdbb61071e93_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:a988a8373d3f22e2c162052a01e7eba15cab6d0fae768bf76759aeb333c5838c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:aef67ae561902de2e77f7cbf09b98be2efaae40bbfa671d33a73874a9fca506f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:3d60041633a1f162c71979b435c96e1b5188df0e04e0349602ac6ef7ae91fa08_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:61dcb1b12d90c58eb1095cedd0f8d050b1f61e68d3bc05037e8e94c274bcd855_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:85363677c4bb40f00d43ca5d6491b03bf73b5aa2cdd514509a8168ab8c47399a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:b2d065c15021ff26eaf335e8365b797c9c0c9b54c2722a4fd88b015d2f3b2aba_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:3d60041633a1f162c71979b435c96e1b5188df0e04e0349602ac6ef7ae91fa08_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:61dcb1b12d90c58eb1095cedd0f8d050b1f61e68d3bc05037e8e94c274bcd855_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:85363677c4bb40f00d43ca5d6491b03bf73b5aa2cdd514509a8168ab8c47399a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:b2d065c15021ff26eaf335e8365b797c9c0c9b54c2722a4fd88b015d2f3b2aba_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:089dbe82b1e1deff569436e344928255e7446795ee2c1965551941f4dfcc20fd_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:52d2793450c879e8cc2df405b8f9ce03239f3ac832705bf8bf071b6d6c1aab00_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:5d68aba559ef836f0992f78c78a8dc79fb5a680dab2abbc876a25041ab8767e8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:a40345997aab0e6dfe1830ffcc76320acb4a19743cd8ddc249de4dde99697d7c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:089dbe82b1e1deff569436e344928255e7446795ee2c1965551941f4dfcc20fd_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:52d2793450c879e8cc2df405b8f9ce03239f3ac832705bf8bf071b6d6c1aab00_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:5d68aba559ef836f0992f78c78a8dc79fb5a680dab2abbc876a25041ab8767e8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:a40345997aab0e6dfe1830ffcc76320acb4a19743cd8ddc249de4dde99697d7c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:08a79a55c753372a11f38e7573bfc6a930e21cfd4cf78a583b298c2955fd76b3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:656c38b2cc045e620277466f42436ba47633b284107fd2dd77b2a20b6d92fb65_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:efbdf6e8cb6fbf9141f2459feb49bd1e4f9b99d0607331337ecbcca851c6b2d3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:ff3fa757849d5246cc4998aef80a5a8192ea48221bfabdde42d3eda664f00107_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:0ced086ae1f60e918833e7296b812627bb201d461f64b154b238e6cdabb543e7_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:825705cde8c5cea16fff7f61b99fb8fe77b00fbf9f910dcf980491c836299a9d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:84f0338a3c427ac9c88708f5611286972a71a0b67425a82b28e6b9cdb0777fdb_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:db72294ec20391b00df5aff0c61131e458d53c77f8e7ad46221bbc1a0e48c627_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:3abf569beb7de9365d996b72deb8d16da11619ef721f4d7f244d275123308faf_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:95fe24d21ca65114bb288e30d3ebd77954db630a4a3162dbe877aab4dd9c5cb4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:e2a10747ca1f65c6d894e6eae44dd77d1ee826e60311c7fbf11ccb5ba3b35c20_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:e6e84f0ec9ae5b483ef8872c9703908b595a6d0fbbdc368e19eca8b58121025f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:5999694f230c5fac3ce7b5f2c74922088b437067f775d23e01e0340453f9188f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:a91dfaca38590d32108269bab1c7eb59444931bd7a994de781398f50d228d988_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:b7947f27cc0ffedc07e93c3a5450cd87405352f93b39bdf66c1c045312497d35_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:bda4051ff681d545c59cc6e9a02583278236f267de53b3c68605635689eef2e9_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:58e76dc80151dc5fbdd3089685b72d74b1aa8b98de2d5ef1525071fd972ef623_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:692e57961b5cb2225ea4d757cc5e19ddee4ae1bd5fd89429cde7ae9ed0ac0c5c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a80a31405351245150ab8feebb87ba63f5cb9dc5ebc85d560a89941f983a70b7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d73bfeebb2c2c0b386d5b2e909bbb815e9c39f6e82869d9cffcac5767f2de172_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:3ba88359360ca1532c5224ba2acad3d1588ca40bfc4829ccb8c85ea19bc129a7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:b237d7893ab617e9c2f53933cd87f2062de4b6621db677403e11ab58a0de10bc_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:f9bb0780a4d8be56bea13e9ab0f834835e04e7e8570494d37798ddb60bc8d7e1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4f02b77a2cab5ccdcccba93d51d2a5d9a92ceff151236ffdb8390ac4a67a4af6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:5510f4dcb3215d46c7c73b0f84744d94adc13d45066885abcc522c9f80185152_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:6db471dd0c0492d33613a34a2e53a1c025f1d34cfd3d7e4d2b4009276806433b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:1a40166f257d1ab58f04543cafd99a8b7fd88d8d0a1c970dd9b771b0f01534a9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:678ee1ac6110db9cc2380674735c94ed5f18c5c2d75137179ea2e100517ed2b3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:d19a14818ee13265fc1722ed2700a2943e56942442ce4bebb322c80ad0f2c5ab_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:2b6431891ea6d2f9af668ae5afecc0dc6719ce7314bd59a89ec344cd46214565_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:60b68743e0d82aa2c39c47afd70a39fa7da4426772b946bc4afd8558350d500f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:aa2fe1a953150e3e4160160fc7a121c952e8b7805564ec63339aed27ab2dd3f6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:00fde8b59b779b0b068e80b2e1874c7d351022aa4142d779016f08798955270b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:13a92758fa914e1267dfeea1896210d3a2a665ad05c9256b1b0192bb8abdaa7a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:146f072051e97a611f39759f5a5c419a883b0e64a1362b205806913b6a8153d9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:3c37d2d3853372a7304e39921f4462a44d81136ce24188e7b61fb63e73c97e5d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:97427755eeb8b957837189ef49fb894b743508a1950645e8f42a08eb7b3ee0bd_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c03bbab0f14b2ca0db5a24c2cb646899fe1a4eb4cbbbf987c3b17b22bcd3d995_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fa8d5b44b4fd8273f20ab466a88a29d6ea344484995566640c17c67cb0e7d7ea_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fc06fe0990909d66e2981f12a6fb0f35967f834089bb348e0c4442d47d087214_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:2199c2a7a9e5f483699e62faede55d3df35fedcd4ca8768f05f48e0fcdb71fe0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:756352e643e268c63330c33c30ee12e27fceda1239390fc991f06589dbd78959_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:81c0edf7f04fd4d89dcabc840e84288dab661a2dd7eec8553867ccb5acda9b5b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:856deaffcb6e4b4b9d7503e91f3d23b8767100a1c8c72a6c472e1f882631833c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:5dd9628769aeb00b44e9a18fcbe1d56e7b172805be508e7b4ea85ab1b21fca3c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:6d25728b5108a7941285b8bfca698ccda25d72dbefcfe12dba929cbb0c24690a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:7bad17203de6fe7f1ca5e3d3f192a154d48368b6d877b66e60825c41041600e3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:94a23b1f97ca91ee3195c6ea07b4d867d32c717279fb9159bdaf3413f8e05582_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:17dc9edba250dc41896d18e2dab48a9fe51c08f0cedca362566f504bc1b90ecb_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:f3148cf7ab32c8d179feeadd09f57c3f3a8296aa4b013d24f63d61afcf57b0f3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:beadf30285a781c710de30bc1ae87d2e8a3bc13c2646dc55ba8fdedeeeaa018e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:db6b71f10ce51d3b8940b551ed77c786b402a12bb287ef3bc614b259b44713d6_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:38bf5373f8d67ef1c79741f697d9454328072f615def597752078137b38f65d1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:9358fffe89e2f3a4783f6f3fbde49c1b19984f3e0252f4749c3e42ec8d8f5523_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:e49ce33f3bead2227d446c2b8ca852dbaff56af0e95f2882d4c1404286c22b3e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:b234daf9313e3efc2362f79a513d35bd15bb7c9b7a6aa936e12fa3a53feb7412_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:efec04960159b197a0626461dde2e11512787cfa6c71190a180ce6bdc9ff8c60_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:a68d4bcf134f78d2de8cb1bd1d9639ba484dfc613da1668f4bb2a044d5582f4f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:ce2d048651c8b159bfe370425e5bead6a0873253ddbd6d6497ff429369798968_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:75bea5902fd17c1e4b9d9115cd160c55ed9aedd67ca5fbd14e9b0a013eb1feaf_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:78a6b3728b3e9c807b1b80ef6e79d29e5df49b5c92c5580ff31b9c2d6d013ceb_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:ae98a6ec26befeca00294a2b0c7ce210bc7bace1f220571a35c04ec14db03e5b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:ed131d0cfadf5b581837ae7b345053603eef694a0e074a6d88f992c55c3d896c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:18380c9080b259cc8d02487331e3ef1247d2308e6b1e70ce803426d36c0e1f27_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:1f51177c9d6e9d8adb6f61d1b171549573506a7a4d826e539c9aa8f942507705_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:b2ffb8ad7db07d9f7069d160daba5b7a73de760c7cc161106301d3654883553f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:dddec677a6081085ad00e206077030bb99713e506277e2ced311d492e86dab02_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:38563974217bdd53752fdd063138b0a11e90b85dff7f9c7537de064033f36966_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:c420d49c96f376956982296e7a03f4febfe0cde367fc95ab63a87642e0b361c1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:ca2eac21c18a227f5672c8d3b50469953b29cd369792a207614b8b25291eb931_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:e5b54fd6da54c520f1cff80858c7bfb5b8b4b378fa7a57ffacee623b1d77cc43_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:5a30a1eb1091054facc200e9518afd543192758a9bf2e664e44cfc531e10978b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:d8b63cb4fcd259a66eebb6605a7a105384cdb4cec042952b966b4f8bfabebf4f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:6f4aa5824d6ecd57443e2bb696bd3e79703269df862ccc42d56f9f9d7e060f50_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:7924a3056fabcec515d879413e5b88ef00fcb7451c884b7f7743d3679f127a12_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:7cd191dbc1db9d5266bb1e1f958871b6b12cc93ad7394482f6a53bf5cee83dc6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:9dd169e3a46ae8eaf47028070e752a308cec0418f8102dbedadd4210b867e706_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:c6e0507565b5274a8b474e772093d75c2f58ce178da633c24cfdaae3264b2a8a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:f85276401d03d6f3dbe5de6fab4cdd44379d4e3cbc3d0ea53efce7eb9ac59d60_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:321c1737ee36a2b23ac9e1ac85368965bd0f120d8577f5999c3f6d3797b0a6c7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:449dd56bdd7e138d514aaa0c4d9489bc2d8e01b0b4c459131b116f221e2956f1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:50ffb33fdbac78a475913b7e307e730d40a5934c743cda0cf45d05f6b5712459_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:61dcb76dde13dd2ca7d6573f2a7c09a5cfcda1de1294e5a506d07e14e5408a90_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:4636f3477179b218c2ada2c241a65d804f0798743da95e3a171830736f383160_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:83e26b219bffb578d76bf9842585f4307e41a8f6f20610054842b3526dc5424e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:8d806e0cf0b13ce667b08498833473314716c59b6bac3ab96d2d7956e7ec86bb_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:efef95d7a9a80b5919d54fcddd2d2996294988efefd8e286f33902ba4b94df81_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:99811313942236572f7ac4c4726f6709609452a3da5e811463e7a9263285d8dd_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:a3027db225c166629284e11ab26f4d8dfc41a2fff2deacc99df5c4ce151b5fd3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:c7b4aebff94f6bb707d9c4ca28ef6c6060571be88d9b9eb53cddc39fc1456f76_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:d7ac53074e1cfc8218326b613104a28aae4cee1c67785de8cfa755d1772ebb13_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:56056031eb0746e98052842eb628a66ed222b1dfa1c7cba6e511b4bb4fe05533_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:79f3b697eb24b1f1fb941a3adb768c4fc11e742e4de8b917900fbb301f5605d4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:cacdca41cd532e2a84e1acd9a392a5ad73cd5f74b0215da3ebbce77885afe1d4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:d1d39bd6c538c62ec5e18435e712b1798183951d4238a970eb4ee037a9a70f51_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:634a8c373f209fb3cf1a9251bc2cd8cfecf9390b71ed4089a57865bf15013d4b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:8a9dd162f613ba32fae56bc1b9f1ed10c577b4e3aa3c42bb08e3abe76e820c82_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:9906a9d16a474aa1d103c169b6e64b13009511c45a7df76fecf76ef0e25f2a29_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:bad61947f5ee2cd63364f8ca7cfaf343294934b448a96b4e0c86db4430bef34c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:00608f5cbc3440cf612a54f7dab4812bdf3c65cb0639e2ad68695f95f399a559_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:577f1f21d3e9a632d5fec2d0545ef62cda58a2f71dfcd2a7cb0ddf420841092b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:6cb0fb8c18dd7ffc43887ad12374f540c4844b62b69adbcd9286820e51249309_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:dea046947cc52f5b617e5c2e273ed1fa409fda43a2dc0eeaacd1fc0f27fe7ee3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:813370f8fcb5b9e8830be339da8c73c5303a5a9755b18a8d26b4ad58007d2825_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:aec19cf38f563bcb9c4254432305bf11883020c9e2a25b0f50f71981ef6aa161_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:e8de1336623bf1366668f6a56a55b5553692303ddb4950a4158176dd78a458cd_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:fc3f344bdf3d6f5d9c0e940aee5e25662b05ccf1b8827f81ba140835534b655a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:8e925337d28c451279d1922b0dab9ce2a4919e0bd75a293db234518c09ccfa92_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:d134d9f1085573b2ecfa5380e17eafa45cb573ce00da1c62e0ca769c6ac28f6d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:0d4f60f600d906f1122152da7b8b0449a938f5f4dfb2ed198065d2bd3a2ebc5f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:803ecd02649eef62da8885831e2d38917ba51b891573c195b323298bd71432bc_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:174f58ecc534af5ba1915d204f2e829972d3632652864eb1d61a95de29de7eb2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:64efbcaeb77bbfaefd493170eadd2eacf6af2da186b53ee1803fa2283b2e5711_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:969b7220dee835ce08b1d039027c776c83b6ad3da5388772daf26e4c8f09cc80_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:f01e210631aa090775e7f3b07b8012da4a4c53ecf3aea6fd9bf8ca08d49d511f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:2e07fb199c7724f86935b745dfb5c77991205c9c4c45ee5961abb57abd0cb823_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:ade497f48de9224ae91409818c6e0571e634891a84ad0057b508c3ac85b21b05_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:c495c52ec300a44ef4173edf15624688b38011a3ff5cd738bca779757e42d958_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:c983af07026014d73b6cfc0d06fdd31a7dbebcbdee204cba1a672d24608d4d14_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:21209efc735beb2bbc8daca5776cea1ccc5418b51b97b799561fcb751e8491ce_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:e87a5743e86e549e3b17b57cb6c3a93724ab85796407a3e4a0a816bb75a9a36e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:166c39667529c8deaa8cb6bdcd0f973c115a44a33ce2371e0c956cf157498d45_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:e527f1aecb09a2c40e856370615b16e7797be1f9b82848e862eb88a42a9e3eee_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:4b743b7d2d78e0f2a887ab796b2ac9a150988aaec67dff3adde88687e46f7b1a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:4bc8956bb61c0451b1fc424ec1b8abb2a4af487ed8911d952c367592d31a4f3a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:71c807e7cea2c0944f06dcf96bbffd21dee4672e7274dc817dbbcdb65677a6ae_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:59adbd89a4a3fcb8f845a9f951063c2c059e9b67c043351ab1ac1128e0cb066d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:8ece29e4b3c200c4b113a12e23ba43349fdeb827b050ab1179b97d929de452d9_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:b9c9b5e975e00da4e745d6caacf725e37ef8510727d354d65a96cbb51fcdaa86_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:c738b9609d40a0bd2c17207f9113948c95e55f4e216f2dcb1f37a42914669d6d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:81cfb4ee1ae877a6ac439db16b4f91ff789b50b8f02908858954afc51e7d9b19_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:ab00d7940fe91a26c7f45e6824c8afc516bb655a6c725c0a3200ce164e127596_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:b95d59ca455992dacfdf186d011dc3dfb0844827c944b91da28c1b1e678948b8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:f1adacb5d83f6207a7cbf196c82d30feef5a41fddd90520fc0026396494f2ffe_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:0857e1c73c07b272f017af571c91b3bcdc108540ec002da89b11ed2690c03de5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:0b2599c96ad1b12dd5ebbfafa53327fae38e586b269eddfd3ac87e51d38ff0c3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:750954c71fd9789e0e4a93f2cdb25e4b6a8e4c292bc7f6c28397619c980ca118_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:68a7b4a2434007d41d8c0f29accfe43e00b04ef18101a3b400213c4eda9117db_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:96538bfc448f0d0649d003f11b49f989ca36e10838f34fb91a9f7ca8967d574d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:c2853ae37c6d4f1a44d5f03f77825030fd584268fe67856fa611487d2aef7afc_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:d2e88346989d7c7c40b556408761a58f3e179856ccadc1e7780d103981eba9f5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:08a1038d6b2be6effe347769a0e2fc89c43caeb44dac796c34481274072534b0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:5ba881fb649a3cfaebc470b0fbcbcfb799df2205477e3263adab655bffb4c268_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:c8974096b8764ffbb4a9f8279a485508e9457c0f7e176c77cb779d3ea585a15f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:fea604dc691a2515b1c9a34f6b41afb60287a5420f30b8957911403885658e04_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:69411bfaeb395222009f0ca46a1bc3e456907b650a285f56e26eb207c7ca4383_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:e20e87ddf196803191368f1dc4f6cca4465c1a92fbcbe29851ebb1f908a55038_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:f051e24c3447762f3476242739a696f882ba9ce210fe775256dac55eb28fcad4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:f385411362f79afcf35acac0f49acdfef8b9f5ebdabdb20cb4143f33bb505733_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:2e6cf654f0c887465ff3b3ddca67c12e2510a6b82a69705e1fd055ed30cdd9b2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:56e0fe3c3d2aabb7c30c6ddd28d07b3005cb128c82a5d0a51dfc8cf1f1cfd2a4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:8c01bbae6f1cd673c1ac45ee550a792409e534a1fbfc4489269c5d849c4fb119_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:bbd136c9bee87cfd71601d22fc05f16a7b07996f39b41195cf5105a84f0e847c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:683316d9efb43eeb14a1e3ac0c8f8bd98771819389d89c1c0ceab8afb3e61c35_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:c91b7c636c3672e3a38ff2c5964d9352f573b32abd2205a6bcabd6f555068c9e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:e1091f8361184469358998047fb0916f7f8a22706609fd0a9ba5610bc17e947a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:e9a2908a457f2935037d9f4a27d85d77fa334c4ed7fdd1f593040e0bec592161_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:15131025164bf722ebed8724e62f4b70ba018f3d9c671476f33e3485ce3a43fe_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:400674850f994c9de28b9e5686789e97eb0dcb235474f8f3a42068790d63bb09_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:5bc0e064ce599860205080a84750abb3de613a2735ec5f67ea4431a7a6f9249c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:a7fe5ae007435227287fe4f4e9e1c75f53905ac1c1e4eeb183e9dfe865a611e9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:2936230694f5ed225050c118595e401be4360ef7d899cf3554c42e40bf82921a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:3578bc2eb20c76eaf6120449b7842f8d502269454f962379b026b1342482af0f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:afe42b2c8f953258782138392a88fd1413fb2097c648d559ceff1f3975dbb1a6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:fc8f8e4042ffc6ff97d75d2c97c2df435a7f2ac27d54109d4873ddac71a82069_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:1eee004700ca936c97efdbb97384677f3e3f2a2d42606967c1cf9c6765317154_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:2575052c200b4367f535e1bc653561492dedea225ae80f298045f4309c20f7df_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:921d77cf40e5f25b256c397a9538deb9b5214fd1dd320b272ec73f368d965325_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:ff3548b2acf73724ef2672fdc0533ca212dd20cc55842efb49a4302a3d152c1b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:4ef2b930ab6b1fb2f7c50dea6b34d55d45fc3fc4464b871359ab105145ef6b6c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:85d787413a3e60a0064132f45a19fdb810082bd401429e8248ff4df750bdad12_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:8eb4f27d2d6db0545c96878704a8d5265ba9d847dd8b6ac823cfe8ff6689554e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:ede9c2be4904769a47aafef33f068a0e67b8458746c74199efe17d745624d3bd_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:8e1c3cb2cc5f294d03e007b0aaf322662c3c6c09245c61a9553eb7b33a02d3cb_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:8bfa6e267d4b8d65d364bcef54b1c09399a64dd7a5c97116e2b8358e0cde0cf6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:00d9e9b53df16cf21513e47c4a980eeaf3358af5472a4a66f7b8ee422a3313da_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:3148750b4508846de939bd0907eadecf7d8258443b4a3d7fc30b93c39c4abb63_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:646817898e42b4ddb0768945180739b794aec7dc3e31f5ba809569d87bdc1fe0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:7fff4f51c84e229eb72015faf1e6d9939545cfd1a6766b8f1e4f10f17029aaeb_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:2e487cac721a6c9b8cff331ded53fc6ad0397aecbd51c1384632319d573bf601_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:4f4729ce2ba297f713fdf02edc3ba34d649ab2e7d648a47af99ad762fe4c9e4d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:691e2b24b901f3e1a669bbf5188b16e80c8e8d99433463f36aa6ad087ccb11ff_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:9bb9f5cd5e94fc8041d25e9a9d10aad1be92c734c8a8dd618c93e2d2cbe27c99_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:48d371c93bb28c4282f540750b91ac299178ee320a79178b28ef77d294cc2452_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:4919f1c330d56e5dbdc091d33e5fce13cbdac96876e773a8109ce807dee67b4d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:a6a13a734f336edbf73c601da1990c2eced4e74fabdcc6f66c6075278574730c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:d0147210992ca5d1b5d8465029135f3f5c400f7f15ed001858b6415946a22fbc_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:14587c92943288e6c9f56d60476f40b8f15ce7f1056913e5b4cf33f0a83af7c9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:9356fbf52e0dafc970befd18d5337a29e2496242b221727095c83d850ed45d62_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:d3c0890549855355461d90eeac26335cb114a584af9698af531eee0bbd809807_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:f6ade0ad3a5e4952955f2d40c0d867eaf290de111a2c35bcbaf7b59c3b734490_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:26baac061161143b4960d00cdc53adbe77aa5fa52b415b3ae3de1cacb18a5634_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:2d74639836f3384e157e3e1fccc2c10a90aef742c8d8c826317fd5ea88b1284a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:46823bab7a55eaeb658763753c36e75a89494371926db2f9d8c48375f03a04ab_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:b135940892cdd26c7e983f3c37d6d492cc588767dafb5960e1d5e9642ac48e5a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:2899f24f2fca98123800e88171603fe6022226299341679474740be10d59053b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:354ff055338adaec79759136d29087337e0658ca64cdefb447e8fe4157a8003e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:58b4935884a488e6c796db1c1a8e37189e2b76dad3a18483ccf06368a8c84e6a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:6e0ed09893071387d638004e2c9177d1933ba9cd59145ab3ecaf4167c9e955fe_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:17306fddebdf61a0a4bffd5ba6cf4bf595701c14553fb87968985e670e3a7f55_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:18325aacfd110965ec933fd9cb5a873a88572fa0507be6f64519c42306266846_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:33b3ac785f10dce0378b5ce81e84d4d6799e0ee2e573b45e4fa8bcba3ae83d9b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:a15084c226ef3a1bb0488c272ffdf4a59bacdb293d0f1d2d3b0d3ede8fc856ee_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:039085f52e4730608fdc2cf5023460e7b1496a87d34c3f44e958be30e93bc88e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:799213061337226fac59a610753c8b5b5b2feca766753702303a51ae0f7f4ac8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:dc9f4de544635597483c56742772b5c471ff16f2220ed4a75aeaca2b28a6a40e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:fd8bab3b8804bb1b4ac56408fad43519fbe11ded255435ac22e20f162fe27252_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:246d18436f5aa8a6e9de5a6ea2a81c09bc21e37ba02ffe57fe836937ee54565a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:2814b78bfe377098e59e5e252759ed64e1d3db9cd00f117ee48983a01d3bbab4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:c7c37e63f204f3063bfd8f34e6f984c41e07718194379f86265a47749e269d6b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:fdeafcdb178182b8484c50c321886f8b2611d27ee4fd1a7906eaac8054ab9625_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:1d6862cc2b12521141b533f7ebfc42e558af07195fafbb8f7be6ab7e64ecab34_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2d473ff75f549db1505984e23280fa2f3a6570d19d7ed72f78bf0ca6330f0e91_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:4b721f641f5fe989d9a0ec209ab4921d001360aa570cd2a7a9e5879c8e1804f4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:713d23b937eb12215688c4d67649aaf4270ece88b5197ff85fd3486b89ecf572_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:3d1d10391974723b15b31315b9c99c98b8296c61032905893a88e42f739f4a54_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:65fec2305e5a5e05b89b507b3356a8686bd11372b59d1ea078a3c9794c2805fc_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:c4a5f8deb979c46d9c6babc5d52d026a0de3bbdf08238fcb798a05b6a76d69ea_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:cb06db0919e77bd26200cf8610277dd5feb9e627de2dfe43317fb4256be7cd0b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:214521bf60ec834c8d397bcf685e2ebbe39921f4deee0c09b9601253d929e583_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:5b057bc84cdc3f1749467d0ef85cf09d6a06f783ab16fb57c5cc19554ce720f3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:8150193ac1d183bc045856ed3862107d045d2f0582f60ec4203c99c641a8a30b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:af21478733313da2cfce7c56cc6151609b18be0f096532de317313abd002bcb7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:9499cb5614434c687db474ad657de64098ba4d1ee1f643194a92488a21faf652_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:98d2604ab5bd65c852b8d6efa756b045cdc2833017b874af343f47951b015b2c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:b594ea68afa771c39f64ef2002eca85d0541e9b7d954721fe3fe784d4d6aff81_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:e6b9aa21e43519da9b49140c570738bbc43436212ea75e7dfd0bee67c7c3fd62_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:0ef624ef1b65af220fb60fc4d80d6059aa5061e8f9fa800410019ec42e2fd839_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:5623d5f0940fd4e2dcd11b1469dcbe95f0dd801feb2d92c3c385628c82dc993e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:711a9081e2bb725ceda8dcda213f5f3475b326f708b077c4b4e215c643bcae71_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:9e35a4faa30dbebb4c0781e948a98391c41500225be6e4f399a2654f4d443c74_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:b5eaf716c0b3223abd931fc510d8c93f6fd342de822aa115e60b80d48332323f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:c31b361799f39dd3e931b2ea44689df6524281e53de962447b37cca578954ac3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:dbf8ecc16795fd9c9e838e0b0e5bb67c95f5493f695c90093813819a71e6a989_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:e419449bd0fcb506b32e7042d3c1d490ab961e070c0715951db4babf43b1f527_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:265fe91b3158db898cef1933be732ba61a1cb0dd4006257b9f0aa30a8d4bc654_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:30f55aa98a244d7b7072cda47c5f6b61f0aea4fc5e966081efd5c4c030a94271_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:3cf63aaea43c416aab8879a538bf238a6000066dd6170fc958acc281b4538b03_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:8f04739af1f6321c039253bef7e7c8413592238249c6b9c68bfe2b4c6742cd6a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0c41a5d04b68877df42b5e2d47b1a51a205f9b5bbaeb272b876040840df70cdd_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0f9b478c439a81b264c306f4b597d40cbd2b9461a2be9167d667ae96ccf2d80f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:7d1cce729216a86f6f3142e1dcb9d3c6b4eec52b35f55c1aef1911af499fd6c2_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:de5431ddae08fe8b534706adcbc5a99e1d93da3460fe5008f319aeb17280d6fb_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:27ef373e865dacd62cc3d29fa3ba0661280570b9f1e3e36abaffd6a0830896c8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2a129685c29ed30eda4c991cf88833941ca25afcbb0929766fc24aa939b3fbde_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:554535a577ee5e912aec65bb9af114dce400c54955b1a15d3b0d8a3cab725389_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f120d3b13d54b6abc62fbc6a87f7b1509a3de6c01e316e28a014e355bee5c002_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:27ef373e865dacd62cc3d29fa3ba0661280570b9f1e3e36abaffd6a0830896c8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:2a129685c29ed30eda4c991cf88833941ca25afcbb0929766fc24aa939b3fbde_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:554535a577ee5e912aec65bb9af114dce400c54955b1a15d3b0d8a3cab725389_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:f120d3b13d54b6abc62fbc6a87f7b1509a3de6c01e316e28a014e355bee5c002_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:8846ed3df7609e0a20e5020c5019e066e3156c5cb3e32719f55405b54d2167c4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:90ef3f26f00eae41ceab0866b5bbaef1ec56387f0e02c55ac6797ee527c829e7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:de9a1e420ff965ea9dcf80d4cfa0f99e351fd1362dc883b2dd75bb09d88f509f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:eba4869ea1ac77524cdc048c718c20e3e30da1de957570ff28840c8cf3c65d34_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:caf4fe81752b9984c30496aeb287eee457aaa9a51c1d4dc8dc47552f927f8989_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:eaef6750f50858e6c3f22961f4e31e0bd2600873d23881dbfc2968ee7d167aec_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:c40f3fdee914e790347ad59fc55c2424628927c75d88bbd40bc39783075a301a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:c43678e689872e352ec44d2a2f395199a34ce16d085c4f7e563ee3e9534bdac8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:9038c74fb45e35bf411a05528ab578cff9cc10a8b0927fbad0a735e3b1d414ec_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:fe85c1ba2ab6ad8f94b1858bbe3f6cdde4a7c768fd2a451e79ecd4e0d780c99b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:3448dd1942c7ffd71cdd12b778525042c5e38485872c6f579229cf786b20e9cd_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:e2439ad3e79037d4b53d6ef9514a7cc3428f57789ada20f9aae6c844fa35019c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:3be8282baee49a9fdcea455723d5fd12ed820ea578af9deb23171ab09156c9e7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:4035f82b6b41d63e30cf4e1b04631e5890c76f610835f8365699bbd633ea3788_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:7c1b269972bf5e330da11df053fe60f0a8f1af43fb34ea0c22685fb65ad53715_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:b5657aca295b3a67c1cb6525a55fe234d959098f500ac7866c8cb7c09769c8e1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:39d2eed706008f5ebb0d2baa19ebaeb77ded4e0de4ce28e0232f614f8df18c5b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:6e6882fa1afe45eced0befc1bfd30c874c888a22d8656d929eae355be8709ec2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:73021b1853b79ffeb0d04c028cad9905455214a59cc50dba01ef7f97372da705_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:8d791856506c0cda2cf02f3903c6da293a257ab6326960931d0e5da995dd3d82_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:93bcb96825fe79993767a89bd7305a5f6ec39deba51b6a48a307eb6a7e3e508c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:d0d43e6dabdc4f060c91b7d247a444b763821f61931ef78eba33482eb493acd0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:d7ab49355e1654d655aaa7a12967a5bbfd34d7175f7e5b9143ca9abbee0d9b06_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:f2a68573461f17d018ff650a7dc8f4fe233cad39bd64e8e006a62d040a7befdc_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:5c2fe110d1caa5d7b14a653f3af1194bdab821255758880809e9c356341323a6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:6bef60acc457405d245a8d7b17335ef424ab68962255fd1bc0ee5c87b73b9ed7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:708132b57f6743a257e0c14f8955beaf7a6b759dea9187cc02c0072fe01d7c21_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:dc3a9ba0d7083481d3717e6b486b130674223d5ec26c40e854bc40aa9d819538_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:1a041a1f772f19dba24bb7dd08cbb374b8b9011e2982804d34a739e5050af270_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:31afc8611dbb85e2afa41373aa19b95f19f3b6f3c9dd9303fcb324566ddafb05_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:4ca8edf1c43441ab6d2b34eb7572659d27c7ea64c95a5de9e12cea5ea0dd2799_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:e8a39e1add8a7a4d65b17aeee0bd0b0bf5292c432e56fb97ab52f1865dbcaad7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:10cab7813ac451d2d17414591c27d5626a7bd43d7dae6f030de9291f3f0377e9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:2d83001997d22839a2df4acbb23553acd372c163df0a8bdbb97080d5274b6925_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:6e4889fcfd7cfd56cb6a4bf34e30d92b5893a64e8a036ccb18eaf9fc1fb8bdbd_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:d348bcfb0e822de362a7c67ffd9f572569502d09b3f2d3a4475ed4810f2e2d6f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:45d111c26b3b1b96a1911dfe65ed604ead63c26f9f5534b027614d8ec8f11a6f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:734cc9b8e88fc9b2d7c30535080a5c0570ae19bee912486a7d27255ad694bfae_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:e02754f15b7094b2956ae2364dfca3ac178bbf62bd5dc2061d681cf645129114_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:f081c5b04915471afae962eebefea4ea2b71e0afc6d367f59c4710a3953239b2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:1248b42c2a006bc5117a42c76ced63048cc3fca7b5f0dabe1a5d16efd0b8f604_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:ad34ac62efbe8c297baa00f75a7fbbc87d1fe9d29563811d723f0f10f8174366_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:c17711a9aaf902cc6c95e62c3715201e6354a76117166fc3715a27342c2be2fa_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:e28aa33846c0489e23b86bbe768a6d23a7e31e3830574792c5d5007979f05675_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:81774e36cad16a5f5da6c89483f4139ba295e29726cc5bb9fb119277e087a1d8_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:8f4fba2b28c5dac5dbce6cf38a064fdbea5ca1ab2e039ae96df7d34c90296ff6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:b18472469fc37430b4810a9551fcc833c52df25bb34e09bec904c82c172ce268_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:d97ac99882fc7894c72d6030a4578fab814b2550e6478be0bef5eab5b41b85bd_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:74531d0fd46e112088ae1583e873e40ea082223804b723473c67aec06f5e8e32_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:8cfc4b26606408d8028903e16b23e16836d1eb7d9be0c6ac6b8968330ed5ee7c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:a0837af0880180f927e3c2edd48377d2d5ab849a06186158695e0f2d9d460be4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:c86017bd51d33ceb8f42f837a4b19f0c750967486b6ad647f01b7536d20c5d41_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:103c34c394ba900666000bc5627c63e1b564878aec0defbb91a18711aa95bd7c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:5273cef06cb438b801ebedf984156ef179be56b86ca0c1168ef1c2b9ec547ef1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:6772f96ecc0d3b1a9b021f66c53bba423e763e2ec31fab4f3f14a8e7e82b01de_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:703919dbe997e2b17f6063dfce55226c14f5eabff46db358a397a25effe43932_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:2d6037ca2e1cfa58511058b4555e6f65f1eb66f80b0e0d78110076bcbfaa5a0a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:43ea6c2d16a1e89c0a76259219af19d79fc034665551181c153f3675f31bf238_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:6178ef94bcfcd227c35d30a2479119f8e94ac53749d14f4892e44f1d6aaba331_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:df29038076b03784ec2f881405902f2bdb91d46a7a2bf38b75cb024ca6936787_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:218a452cc4548f90ced34504132e4c0048815a5e67c8d9f93b5e1987e83d6c2b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:8f19d00af7e51f94765c630bea606b7cf7861ef434a001987c07247189d255d2_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:c59e505cc5dd47f6aa71473d755d0f91bcc54d1d450830fafb3d622dab432ceb_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:f383f85c0c0470333be07dbe4923042a818b9b5949eaa320c0e99d5ddaf643b2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:00a118e4fbe39e9be377d2318d259343a159b83d322caa771a933c0696696e4e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:4bbe5d322d15b2f708bd75f6b7e1f52bd0639ad729910ec4bb488faeead2ebf6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:b163baec860229f0a73b3901940045535b666102f42dd61e453f196b77124604_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:aaeef54d7945e2f9df7ddc715776cd9133a335e39268dac2a65d4bb27b0baec6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:00a118e4fbe39e9be377d2318d259343a159b83d322caa771a933c0696696e4e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:4bbe5d322d15b2f708bd75f6b7e1f52bd0639ad729910ec4bb488faeead2ebf6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:81fff6216dfca869c758bd60a0efc7eec81c81005544dee1b52e1098b9646322_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:9b28af07fd820df432f76f7cbf5f6c17ff275307679b909b9fcef39af9c13aae_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:068996fb40042f413b58f8b5087a55d5275c8abb6cbbabba81dcaa8512800d8d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:29508b9d94bf0bdcda583afab57029f189f07e845cfea44972430a6d40c7bd76_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:631436430c6bfefd7ece74a6f1ce7eaba8d4da935d61ba5db66553155204e0c4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:9adc42aa480b66104ee6d0e81ecf7cccf7cf155b9082d063d9a9537dbb378ee5_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:0d1300f732f6e66a363b6fba2bb55e0187b2b345dc2583d1f0a1389f7526cf30_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:72b5a08e055d90a3eb6f8b0f3c8267d7cf7c8fbdb064faf381ddee94d2090f49_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:733261a8f75e4080761cdff18e6e619df7fc4de05cd2050d8127935bffc862b4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:cd0efc4e9a3014c1acc79fd8ca9cec790a71b7745e7ed820613047953da1d641_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "lodash: prototype pollution in _.unset and _.omit functions"
},
{
"cve": "CVE-2025-58068",
"cwe": {
"id": "CWE-444",
"name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)"
},
"discovery_date": "2025-08-29T22:00:44.749956+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:39f3e8a9f78d4756e9c681513c02b5574e80ccd7043e7f0130ea1e5505e27cc9_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:7dc4d67c2153b57bd1d0e74e85e21d898acdc5e792ebf3e9e2254e9c243069c0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:934e6f7aa8dead546ddb258b6753f8ffc577205ed6ac19796a2140cb242497c2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:d3c8598be6bfcb46c310e881493b8299f126b86c041ba560edbcdcb700430d0d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1df62178853e8698d9d86da8530144f3cc5671c77b72bd09098faab187f6a78d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bfb1ae8157364e5772facba2869c37414fa49fadc0b7a42ade55684e5a93ef0c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c70cb3d1a437e747e1d7d54f631853d611a97278fa260daed6c56f36f885e17b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:fc89d0c5582c76488c56d471746fc9f8acee50a5d727cdb559623af580389f5a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:5e1d1c77c595cf7cc63e38f771d7b2e64a4b31da119476238b26dce182cac160_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:d14dd4c11011464adb44f802bbff4820560b56422a8891664de65bc1f8da66ef_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:d26f4f47b5b3447e021d20ab0e6dae7eeeadeeb4f5529b85f8e836d6625dac62_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:d4de045b2177b2abda6b28b814c450961272ab3c982a4c1da29271384aff2f06_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:587c9c3ab23222ba8e4581c20758a690e420982196b416a0dc895071ba13cffa_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:7b806e315b880b6e3fd85f23585d5a8032637099242d0d1abdb7703d67913529_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:e8718288050d418f62e75b956e2d19b285e3513fb70771beff64c7d96b02ad8d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:faaa0f58bae404689e533be4e44817cd8008d1ae4c2999fe1b671e663dd1588d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:19fbed56d75e69a0d9582fa54d3328fb44aee9a119781a0d9800a1f948b79926_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:2e4109f5e9abff71ace58bf6c904d19bee7c5936d99af1192191ffcf75e87606_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:b703668aed81e1c3d2b3b17c7c05b2453bb7685089f2de6d9e91b9525ef14c96_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:fbcb0389b7f506b044d1b908c0fe8e8eb1fb5509cc006fff4ecc992c2dcf31ae_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:21db1e5da0fdc170417ff618727d1df59d264a27a1fac0df40f62cc6d0b92e34_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:2c7df73b7d4e11ccf47cfe561600541569d7a5daa04bacadd28b601ea9593d29_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:4671fc86a01df017bad93436e10f40c0ea23e27a73a58f76742f8010f60a3922_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:71684546a20bc4ca896f3daea721b658557f992f3b4d9679fb414415713ae8dd_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:209bbc308b2c772b4553e1353d8ff7d79d47fcba4facfae1649eb7fcb9b8fb70_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:21f468b304e0e0358ba70b05bb712b6231601b0e438a4a6d2ecf3239b016c448_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:654ffb6786eaa915fbce588d9016bd09927a204f797ba0104585bbb19de6e15b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:b71f4aecabf4c609d03b751b55cb94ea717983179b73efb6ff00001a514ff4bc_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:203a0938168df89a72bd108bebbf6be7652794447dd2ccb69f8aeafa28a3d6ea_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:204bf1950ee8144592b630869c44755c364392504de447c41ca0b8d011f660c1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:d559c94732a888059af7b5e723fd8464c0598ff02ac49dd4ca0e8c2ff6752a0e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:ef2d45fdc583671d6b145882f99cb260b370c18178efb43b42a57e63ddb36d2b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:585c4a56a35fa219f5a0d37861eab449241a71ea59bd6b200e7e3db34879a522_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:975ecae2d886df90e6854aa2ac7d0d9f3b6b415756f87e13b0d6c8a0a29e819a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:a640f43787725158c81fd3b759298b4cb0fc841a6136a9eaf2ae254b7bc5c576_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:daaa767d88c6c006e6a0a6625c68e35d60000bc3081be76bf89d35d23bd513de_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6a75f23de4af4f22be6aefb132ab72514930d0a29241ce36614e884bb58652d9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:87a2b1d5044fc95c3a65a066b80302e2429b62e3ca65f831994842371febb7fd_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:8db77a2fef0a9e5d7307d284c982f118467dafd3fbfb8e181326685852137221_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ac74ea8293510fcef95584bed98d33dd6b11672583b7c621c296c738eb7f747a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:0aef808deed9fb96b58f283824e1d3c15a8721ec39b16c5e480b777ad71ac137_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:675e727613bf0e5a3a85f4346866e0561838945eedc23619ea18804f8bf12257_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:8550f4f5bb2efa499a73ec16761aa448cf62943bfcbb4307a40e8889a6b83c42_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:b1932c7d09565a69842642106d794c5dd3a170345e34cdff9a8be3f64b04abb9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:28f0ab10c245d632ac282c48d3a81d371591a814a5bf553908bb14a43d0eab74_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:62202210c4f18a691ea29ac894a45ee52e2a4eafe6df0877f49ddcb6f6aa5c11_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:839834a01c39f2eaac826a50374e8ac4cb8a103e661366e512c62eae9fc88b3d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d57959fe134e8c76b6cf6b936b5ea015256e50a2ed550115ffa85e0e91d591f7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:5839069a2cd4c793f45a41023f2a53914a8b60e4f5ec935513b2640063067bc2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:c9560ed43dbce1ed3b0e73bf7d6b1b28540ee38584463a09ec1b38a6b09ae2bd_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:edce8f86ec198beb0e28cecaed5a1051a556e92662914eb77a14598bfd98cc61_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:11e30523f9e047f84527779dbd66c1be046c70b02daa197840bfdad6a2bfc025_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:22803a26a17162a465eef2269781abe2690ea22fcd86369f35688cef57e12fb1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:439f405fd3d827569af717e2627f900798107ff3c7987bb96dd75715b28aeb4e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:8edba5bc6956d8b5d2430d2f4d50ab31d71a50dd740b3557e5e9361099d6bd2c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:cb33b3f0160d1e3bb96217581854933be739cf23b22d03771de07482e8fd66f1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:84b554a6e493cbe4d936cdf9bf5f39d57a5d01ed433e9ae35be2cbb651cd7490_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:d985029f965b57700107fc5e5c10d805f83271575c32e79751e42d382bf586e3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:dbfacc2b8021dab0bc88bfeb107bc3c60885d7dd28dd6e716569e82c1f1b2050_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:ed158388ead4ac07264beee291cc7f4b75d7f26769876e00ee0d938a720320b0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:7b8f6f7d07b96111436e1f24d2f968eb402d94043216411e5700555e53d9f42d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b2b165722afc872b8b7e33baf3d203c5d454f119587ae2377bdfb15d9490ea99_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:0bbafe014c77d472d14038e2b46bc69a1e649fc9b6a4c1097bbdb354c34a41ec_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:1b1c50cfab6be876b4f25c0b27fa17fbbdeef827d3167bc0dcbc3341d92d41b5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:73b4d01b2ff7f173a1e49e5a6f019e3954a5b9f255119a8af87a6fcbb280653e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:f90510800365871dcda5645ccfe6055eefc38b59406b41c9c54cb29cb3e49968_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:4983e7e3d7ab2d8b1ee13bf734b260c3d56090b4551fc0bd59aaafec69ffe37f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:e0c269061957cc8b3586d4ca484c389544d3acda0077d96445e37d300eead15c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:6fadfbdfc9ddadd7b692568b38beb660a48f0cdee1f886e1451ffe0dcb73c07d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:f82f5726816a060c19917f06d37a1aa160b675953ebaac52f136e250e98fd332_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:7b5ff6a4931473798293031a401b2418906d91d62b5c7d1cad45ea3ac39462d6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:ecf14f2430d830ea24baf52751009cab008bc2cef501b358306fc46a2a32ab25_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:500cfeb055b38b0b9f76c9f262bc90ca2edafe664e517da1b38fb6a2928bdf09_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:78585533e3516310fca7f65c26f2f6b5e3fa0f3268ec9b338d9c53e96bb8822d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:21922b50b69626e99b6fe3741aaa1d2d2d08e56766d166b32046ba3c592a8d93_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:836c6111c70ba9228d80e09eb0e53344150b7dbe4bc1761cca6df0cdcc57efd0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:549bc2dbacc1479bbda10cfbeb3688f2e83f51d8e61fba07ca6816f7c56e9e0e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:d36656855883b3e306b6923234c26fb3ae6883fb235e58416266f3645227db0c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:5f035963d48b03c48682ee5e08df9929a84ae062ed1989e4e7b3ade0e22da544_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:bc70d98a850ba4bdcff403087fc8f57418039ee79bdcb7dcd2be49905a3b9cf8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:780dd4ebd061e9ae7f72f7d1964caeafaf1ed5bd0870576d8e81022ff5bb019d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:c3ef35038f951713ffe1951872a06d5bf731dc14a735b69d342b3d7ca197dda5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:1fdf87821555c4982cf42bebe5b46b58e1103b876970d69b298fa7527bbcd53a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:22e5b57a530a6336e81664f3886d543b34ac4f02475694af6fed90590c8209f2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:5f1f51686d55d53af9015141ea4ef00dea86ca65a6cc89b8b3afff34fa416002_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:c8e35113d1af6f424ddb2b3ccd7da6bb00e39cc7e9101ae6498a40926dd45f27_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:471037482b480a52f798d0fd05366ab7a2e92744f8902450dfc3fe2b88f6c2b0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:672c761fc4a8651c8493ea60f5d0f33aae52bc19ca4d55fcc1b94f2e002e1ace_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:8f509fac366943d4732e7d0f36f9f7223499c7aece9868713fd7de79f5fcd3a2_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:c81004be0a15d543f6e84b81622f8514d66f663a46de37e00f5e2f18a423308e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:974a00d5e9f5825345c437b3987dad130f084c8b983a2934e5b69cfa67120616_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:bf9e71e10cea47686d4edf0c60cba4fbb0c4e1bf8b805c387b9c070e2032e5d9_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:c6bb4ec25a7721ee6af5de90282a925ba47e6f26f4bc6b76651a5e811fe4786b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:cca13f123b2d8227760498112882fed890c50a78d740a84f21c1d58d58cb1434_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:32cab0a65fc0b14963201bb720a770bb68da3815bf306559da7ec5c8ed7c044d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:552d368f4be0334882e389c732ba4a46eb9905666b90ae2208101db7a65ba19f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:69d8d98aadf25c63f2cc51ec917ee5498fe97a013fdaae075186bca58e2bda40_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5969b94e914ff5ff8ce4cf32df64f10f1b6996832e3f2ab0b377dff46efc9af_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:725fb4e263107a568a1c556264f4e5a1d88adcd4ce5a2979b57a8fd4463065c8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:abfff75068bcce70cec31d704cf851d2642ca48a3b35ed48d739f19f0c311dfd_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:b2e6862fbd2830ca980b1066d15f69e1a1997316ecf700983619f1f893a8f3f6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:e073583037092c6649e373a5b19242df74cdb830656722e1396b274a041317a3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:01fcc59502a374f19532397c5c6ff43d2d308510f11189f19f75aa2944a04e23_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:31c0fab9d575ada9af8f496ae4bb2553f26b762ef2d6c39f6446aeee2899b262_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:60d8c8511f21d929058cfbcb7b8df55148935ae34db2dd4e626913ec1a54c779_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:eba94f94949aca0330425b1ae3897f37b2365fc09fc88d60615ca7d02b06e8a9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:278de54a51e74d045ec339e762c5b81ce4a2a3d40f1bad8d7c9cb4e5de898cbc_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:93f23ab49212aa9eb231527335346b45424a5322a5e9496a4c246e01f017edb0_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:d9205cb2f0ed16fc021fb8be67f6c27f368fd4deb8aabccec39e134218f2ad0a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:e4688eccd23a6b01995b878a5b7f12cd2640d89a7402747a94c8fbc48bf99798_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:062d502a4f595b6faaf24ab566c9b4d7cbe23d112737c749f6223d84b0cc63b9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:10e61696271303aedeea539ae19ec6fa8018878059815e5a58497e023ab496d1_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:e2ac15e82021d5dbd07c6548374bd47bdcc609addd61dcebc5e675293726563b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:f5e3d590f430e44eeb3192dfed40ebae4a6a90b773d7444c4d4335210b99a4cd_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:29e242c717fb61d195700e1f1665427ce99188265b2014aea970dd9bd8441134_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:c118d03728b27ee94fcdef1f63bd58fbf62475a5c016667a6a9805c7fbafa47a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:c3da083850cc4e2a8d365a2141e5d6a38b90ff9107631ed39c964a3870e01066_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:e50c7fb186e0cdcbfe16d0e1631ce1953c6df5f1b600a0753224225c475f4bc1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:47bfa9b89ba1688e7c1a6d4fbd9543f274be9585d328f94bdf96c82ae98051d9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:a2062fa20e09a9ef5574e7bc8d02b870cec2eb700f1e3bd338f62eb62bce13bf_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:a3d35f264ad04e586073cc5971a8e5ee50a43d4ee5f3671ac4090ccaba868265_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:f3dd31d9b9a94707a1dc4d597ce12abb9b33d463007b311798bc031c55935803_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:26d287b7756ead1bb073b19ca79276d082c0b5231c0b007b2b18089036817e18_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:6e50edd777e828943e3624600bb3e31f078bbfb9bbe1860c6cf6652b94fdf143_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:e332b8312285dfecce531264a1115ac9b7b36d4099ca72fc8fa19358962ee0cd_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:edaeb800342b998c1e3fe5630506656ab2c34c2190dadbac5f33dd78eee7ba44_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:09c6b2bfe80fabd18a6398342fcb6420aa2680168ffd5d25d7d18231977a5e32_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9e6c5bd0b8ec8c6259b9db817ac5a8fb954b1dac58b0fe00306a84f36c22035c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:ac670fb76fb48ac762f7135fc404d57d31947e7c5ce9a6525d081164ae1ed578_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:dc0bdd5c00450f4f6de330888ae8e9e2ee272e879974560b312785f44df85a0c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:248df5e1def073d8b37d1d6659cc44f4c9653c0f1b6024e1bccb16b208afada6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:36ea064f84c69157224566e5aafd03ef21af6bf9f0b8b78bcc6e197981239ccc_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:95dfb6d0a1a4e15962f089a71151a37dd7b8ca19c26289f8f934eae7dcec2ab0_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:b5643d03d8dd0798ec6cfdb27e9ba22aa9479049c81480b23aa96b12c7c96568_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:1002d87d382b6dd836a14734b00959cd62e9898950d1258662f8b29be154cf02_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5d2da4620f6bb6c224692d33c93f0b327c16dcc5ceb31da1f767d3a6fdc3f70b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:763b411a1610701bc473415f0a677ea9e43b3b2ccbf2152ee4fc5cb13e710028_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:89afc48cb1145085a0d6d262edac7dccd3f381c74f18588698498fe070cfe3ca_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:1002d87d382b6dd836a14734b00959cd62e9898950d1258662f8b29be154cf02_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:5d2da4620f6bb6c224692d33c93f0b327c16dcc5ceb31da1f767d3a6fdc3f70b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:763b411a1610701bc473415f0a677ea9e43b3b2ccbf2152ee4fc5cb13e710028_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:89afc48cb1145085a0d6d262edac7dccd3f381c74f18588698498fe070cfe3ca_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:053561dbfbd124b7311afe6b5eeebb4b2f333bc1b61636e3e989b732016efab1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:708eeadd9b25c308fe7fb46fc4a33cc39ebbab70e2a20168951f1bd629d7ad86_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:fa8de46b73a5c714c051e281d30c4837c97a7d67d349e58d9ec36c7a13d8b1fe_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:fba9ce2c2b16aa7ca1d2fdfcab07ebc67baa65816858489ace9d1408bb26e4de_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:07c83354fbde69786f65b60b2cba2f8ace4f277a5283cb2f29eb88f2707984cf_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:619c81363e6e4fdc632e8bc54038411571bf01a3f7d2bc0ad0ef153ea13756f9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:80318e120a0950964736f022e7a73902965f8391e25a03691757b3450203c5e7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:efbb18f2f2c8d01ce7b785b3bc5dcfd9a1f687ac392b8795ac63e2c6c2779869_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:2c2d668bef0b240bf5f3b95edc0fec5f561302e7f15f05b1a4c1f38a48517bc4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:398ea756c84de4884d03d27a59c1661bd1df0fb6e12ce9b3ee0319ca406ceb3e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:9976237825a262abd9196fa7c23265587f3c32f68fed224228a0ad38b6d2157e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:d5fe085af0ad1189eda74690b02c5c25d6617898731bccbe6d20101fffb7aec6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:1f4292bf324c244e58b589ec521132ac15f1640c33bfe3763560df2a1a692c13_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:936103960861b7912cc9406f82082acb342021032e2def2f37df6def4187c034_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a73db734acbc781aa0420b142e6a3d61e8c471b5e4eeae005d520eaae4a72e44_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:b4937dd875f1b9610a8a6d6c79475152418d5ebc991b192ae9ee4755a780cfa3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:79ea995391777e5de109ea7d10ae1c808c840af72de6e992f37d667d84fbdb9c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:9ced6b74ea8456ddda60cf304f6faf8ff5fc033905eed2a59fae1b4845756211_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:a8a1a27a92492c82dce2ca5bacc23dc4c1da0f1dbc29c5c749f888716dfa81eb_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:f444afe09392bfbc6a9be984ba05b5d289de4ca44344594e0e1c10a3f3befbbe_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:6bcc1fcc07058024d85554e472ff660d28a4c4dd8a5a78a0744380e11a6a06d8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:846e39473ab761940f0e13f005efb60ca59497dd094b7e7eb60a2f6431a661ab_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:9cd88b86ac24ea22bdf9ab938b793d833fd146c77b7ee5e162e5ba3d9aa95448_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:a7f257be16c02c62b9b01656b655ebeb2a1eb640a57b3d38877c44083497cefd_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:6c1bbdfc2c9f3fa4c23af400e4cea7f91827801b956fae3effb4a8f313c673e9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:800e71c14775b5c2aaf6daeaada39be53964b123567f6fc6389cc62483042e72_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:982a623205d2d6ede6ed1a295e36738e500c91ef9f8c2e3e62443082a2ba987b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:a99de35e56014d9642ecf9f13869709a8fe08e93d499ffb7a50feae5e04ac651_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:1f86c359dad1658f01c77bcd1a634510baea2c8df28e3106ff8139e5e92b1c47_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:9fc2fae2be9a11e6c5f8d9d4f1e486f80bb8370cb6dec829b481b2418797207e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:cf4a19e2114134bf5c2d9163a09e087c3ec391ba159140635a7270e70605a4c4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:d3f9470c3930133339a3e805c2d5d1ad07945a44906a5b039270abec4c7b75f4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:11fd6113796a1caac13a8d4c5542632e6b396e0bc460ae66eaa0f2a1f3b4da44_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:23a24688a4be7be1242a773aa20f53f2aeb57d316cfa566de7cf2fb11000cb35_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:41d769e206ec812a0f5f34487d4646de1cc1f4d9ec3372b17758bf8fcb76ef98_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:fbdce711d845967d3aba18dbf3966442c7fbbf4a8a5f8eda7e3db9cea63457f8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:2086865a8c3f61d47894fc5a683ea22349599b82c6e5f7b5475c5b50b42bcf89_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:68c120642854e9aa45b15d21c3f9d02dd10e837089131bf4662fba1fd87ad9c5_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:6ee4ad03dabec3dc2c36ec8ed305eb1c74c4c099cdc7fe9cc48555a20d7210c1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:a45563482bf570357b036302275609966253f74439f1acb59c8ff2bc3baf7b31_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:2002c2c89b091a1729718cbe2c2cb73cfc9a1826eb8cb6bec45dbd164ac9639a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:260a8887d952fb84f5d017c15ba8a1e60e23455dd20ac8e2034bfde8cc0b8f08_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:803630934c8c0dac3996191a83ed389d27bd1d9d6e84ad33bee837dbd840e458_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:c016ce259e9871041f3209f577455f3eaaf98dc952a89f32c349473148a20976_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:1556c0c53266796776454422b11f713d84e4a1586a6fb841efac115ec1906971_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:7c196c858cb5e94e65472daed3d55230823b8e958d35f73bfb507d6693807708_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:c48060447a689c5be3c0abb9787c778c0b1de183d66b0a9fb6839d9b3c3d59a0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:e45ff3c1c0074e519f5282ae8208750a4dc0bd3ac7207e0453fbab7f30727793_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0f63a311771f61ac8c0267d1d102769c18b16055d60260107b2acf033ba5a185_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:27abe5d06a3149ceddd3375e026f50955d4a45ef482ab6f61b9f02030e8e3b19_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:832d5121a94abd3eadf92a8df55a632455cc51a649900c7450547f34c58316ed_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:8c1090b8e0ba9e071f41d66068bc8aa4271251192889a767594e0c5d836a9d40_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:0374dc23f5a2d22a7929da246a8ef5a032b43f19b386a162e4882aca7dff1383_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:0b07eb65787a670b95cb47d98ee8b2ca36cc1b36d962e996d2f0a12a5d58a37f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:76bacd34ec3b1d6dd135ce8dd06e718f6a1ea6c8e2f8fd3954f9e9d5028b9821_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:b0bb4b11507285b17b32be7358e17094f00708e159e32ffd808999a63df60a7d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:79d4304244379d410212241de9b91ee5604bd5bbce5676301bcf3fada3824c2d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:beeb8e60ababc4bba5c6759da3d7ba4ee1786a43132b414748f8e0a2cc9f63a7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:eb92d3d3351d845e5c169721baf1683f93d943578a48e0192bd273db648725d5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:efa0f8523d171326bb6fc12e6d1610b2d2d28a38e5b95180358c9122bbe6070f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:180a405ab9bb66e3ab6a904d2b91d27224ec507d8eeb1c00ab182b130d9ed26d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:89a9de8f0804a61e01ce2a34d25933af30df2f3e8cd8f1209f8f058951bb5c1c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:90c430420821ff7a0ef7a752f120505c2c36225296f6b238771e6bf1fbee755c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:d9817e136b2c3dfb1fbf805c3d29b8d0cefbb07f76fc1e56ee486666726abbe2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:60ad5b01bbc9aa574ef6024d59be388bf7ca6d8704e247f7e56c8a6ebe3c81f1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:b809958ea47a5d78f8e47a8c822a3b2abf14091a3f526501f2eaf7ef36c87b4e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:dd6662403f5ceb2bb3b8887c7d608c73ff18a8dfb8ef1ec089ca61e4a4f75254_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:fff87189c1c3eafae4722d812e5becae925b71f1b6727944333fb129b7ae48ee_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:60ad5b01bbc9aa574ef6024d59be388bf7ca6d8704e247f7e56c8a6ebe3c81f1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:b809958ea47a5d78f8e47a8c822a3b2abf14091a3f526501f2eaf7ef36c87b4e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:dd6662403f5ceb2bb3b8887c7d608c73ff18a8dfb8ef1ec089ca61e4a4f75254_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fff87189c1c3eafae4722d812e5becae925b71f1b6727944333fb129b7ae48ee_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:7353494095c9f0628274678311b2172589026dcc4e8e28091641ef65a2923e66_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:9dd5d4aff113b23dc86a191abe7f9ddff0b207890634ef9a1c5568df8eccd663_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:be14afa02ae1e9d13d4c6a8e534954bb385f63e9939e8b20942c072901430d5f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:e68a3fe0f5d91d2e914d4b24bcab9a2bffda33daf56cebd73566445b96f64316_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:01f43f0606246a3609b3738ca75c68e2f7f9020c1bb88bf7717818c8a26a1e36_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:3f047ae5585f08301e17488fd86c9ca6cf0309d39e8cd6b580b045f1d1415fed_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:762cc951e74b525f20b93e71742a5bf44d12d3599fdba16a95608baf774c4555_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:9e62d2b1ad0efdd3de7b973cd6639e96203c01b6d484578a4e3cf13f67b2b856_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:1130385b660f719e78d9449c6c7be888b7c6ed16a2ab43e1fb3505fe4ed03b33_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:25c3342fcbb073d32ec53627b8a062f89c1d4be9e641371ec46e6dfd3f540efc_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5b3d375d7d4187b601a77e2eabbf656cbc70a1e7671916ce58e6fc595edfb215_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:dda703452472d35e7d8ddf9750a5229a0c4c6929c7409bf95b973a89a8de08d0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:058f3ca5452aa97a3fa778064a75d88cc169b7ce84a5f320359f561e76f08a95_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:71e5d332051f134f3f90e4089df6c2a5f88b0b11843d046b0d33726d2d988f96_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:aab5a67ac1a3ccac5761114e28474e11b451124c5b7e71e6ec29e2895374c668_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:da133cbcf2ef025ebaf274afeb555c9c18fe80584c058d31f39b7d343995a42f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:38bd47929b935f662766156026433f1f2ec6e1731d2c7f40c792054cbdb1f87a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:80b3c3854d4f22afec57e0a7cb04b0c98d58cd104c54464306126566edc3ce97_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:8b36c39a63639cdf7c05bc997bf98c0f5cf9c1cee0d740cf9aa6e74b91dc0249_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:d0e132dd83e2b754fe20b12859ffdf7139037da53f2a6af6ee08eed15429a14e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:2b553e5669ef51cbce468f8c7c85bef41faf7f7952abefbcc2a55a9ce15c1251_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:4715855d33583642e942fec45ccd9f6d2b90d07f2712ce1eac357d9d45c32f14_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:c2f018f8674903f77b5f4ed8979703b5ae67fe83c6a7d76c1ee4bf7010d77a0f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:f0e41fa92b534e5bda08cf38c6c513b4adf930df9af740de05248476c74c04a4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:8db04c6d7afcb6b650dddaac2ff88cb82093660a3125912172db7fbb51f1f1c2_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:b539177c3bdf37dfc67cca8b3a2dbffa0b4941952135f7f144d3ee1498cfb05f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:cb400c373be837f788f663e7a1b2a94bacec4f4dbb4bf5a5ddd5d1a0d89e3291_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:f16534746cf3a8ecb10aae9765d399ddc3b91bdb2b1ce15c59a4cc76f9e4cee6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:37b02c91edc5520a2371b6f8354028e7404482f3e192aa74f683990fce40ea6b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:5097e2faf0ad7dd54961a6f4cabae703df9df1b2b41e9867b955ab9abfe8bd3b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:b56dc790cc28994513ca38162ceed6f6e10c99a3142aa2abef9bbb7fee86d924_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:f4f4b53c8b205d611fa6bd641be601ead79d73bca40f838049eada4d5d0df227_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:2a6400cf874eda4c283683a9733e63a7e8b5ce53a37eb5ee30c07b14a9301a76_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:3908e08f8cd7c94ba3e5e382ee40cc02db84f5b0a4aabc60f5d17142c42437df_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:88f2c3ab06c1757d7681ea0b157b48847b6543dd9d1fba7a76941d9bb49b92be_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:f7b123897a6b90484fd938de9dd8ecd1b104f2e70e0564fc10aa1b3583ad1011_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:292e59f484b68803dc0076b9fb7b9f426852c967c235f9923dd68d8448013794_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:59c896aa966fef8ca6396239201cb9f1821d71f1e4787c4a03f36190b8a42c76_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:6023696ac24b81f72312201fa6c97a6ba4f2a780fae94047968dba982278562d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:d52e3ca8cf609c8d15dd77a525466184c5c9c641db88856aed56de318e23f47a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:10532406aac6636cd860a0517ca512f6fd8a2505cdce5486b793e9cb2bcfb16c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:567ca37a4ed2afe89da71f0b33af4e5e3af3f89acaab50ea32325ebbfcf86aa2_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:a3e1cecdfc749a34b7e3574642458edc7870f03ae9e1a2e7aac63e3fecb43eb6_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:cd5d904d0e36cafd45ea72914850b748e921bf4ab9f454e1e6f613d2f7b45a61_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:027b3596835e02a412ab6cb19ae476a4d3987a90403a46abb039ffc2f1c775e7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:39af4cee0a425da0814b28bdd6d515a397544d3c5f83b5e9cfffb7aa33c4fbb5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:8516be3a082fe2a93bb5976bb394865cd85aba4beaa399055a76bde057d9e70d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:b2426b3664db720bd7a53cdf4cf376425ef8d7c6c5ef039716efd00cdb9e3e6f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:24603d314b5539161b5974f234a9fac64ae0a36e7100a708326265ee568f756a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:79385981434c7e938f71e4616bb61c0f37826ab4891fc5b370479383bfa9d169_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:7a5ba0b22dcab9e3bdf107a7e443a212f7a9ec343f41d3deada1aa59091cf952_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:b7cdf071883783cda48c2663e86e3e271f42a470f2f22d73bae8304c87c2e712_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:0159ee555501103045d1f188ba21ef468c3f463251ff2debae0c8e1999f14eb6_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:237a287a2db660c2b844ac5e985ca1cc70be0f7732c7beac536e3c3e09da9b71_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:31190bca682241fe6ed6bf64602560638c963d70127cee441cd991f82a17fa82_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:da97b83cc6f07e4c7e72f9d7b8461fea71ea92e1b29e6117ef0360e088d7adb7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:06ba4dd88b81f15bb0fea21bf039fe45d38e3356c19a6389dad7010940d535c7_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:cd7efd34ed2a41d64b09e5670082cd68776b31011532d0e02cb932467f05a24a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:92ab63720b8e0929cf11f5ec81a3a968017ea1fe2d0aa57b137e6609b1c07bc3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:94ca29a099adc0665222212c90c60d763621671428a1de28a75c8ed6e2be2ada_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:93edc806a96f7afebabbeac4280196d313eb789ec43978fda985a5445d19bc45_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:fd2d5df7915e62949191f0497ed98359a3440c424a56e8cf12d66e99e67d4a3f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:4947bf6c31aab91f8a0eb8f7ed55052a33d35b70fbe40b06e45f5e5aec94c020_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:87439e5f75484270318701b52e986973d66d6f30f4d00b0da08036b2db846335_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:e42c9804da1f84dccea6375967159daa56b38d6d029bb78617120ff3af87ee92_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:fdf0f3062593efcff1f58947da781fe9e9deb1cfa4a1634db93a0d6e40d069ae_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:003480e424f3ed4baad296af322ff6ec0612cb9107c85116f065f4622adb0f52_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:574259966929feeb14060fd8b80ebb8b5ba2ce10be9f19e66c1e53d033586db4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:5d40461ee29cd3134137b105576bca5ae014920da3ccd90b5729b326e848444b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:b1082fb3535909dc2b8eb0ed95434e571071b5dc4324c6d3dbb1fe892012d607_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:1e7f3dd79b1969fe87590b82bcf2db172533f401f37b975e26829d531042becf_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:50b6b05372735625c16a7ed674b1f056ec23b35dca896652ba94c5fe11ca7c82_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c01fce15d9f6b9a9a52b8ccfbde4b8a7aa1b969d7927430eedd169c0b5f28113_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c608bb7e62594f12c2f52a78eefeddbdc11314494ec933698ba52af303436f1e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:3167f80d0848b65adf52382a35ab3a8c76f06fc5b706e001c2aedd897371e56f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:94f7a32483750e9da8038b84e4e1977fa22f099d3b29012a40ee059ba0cca9b0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:c8489b7e4c95b36f247d85adf5181b39691fa97f00bca455c4fc950c9eec818b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:e187b0624e19031a80b2fb26bfdd82cb8ec9dc66a115e5fab48312cd8bc5d014_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:3167f80d0848b65adf52382a35ab3a8c76f06fc5b706e001c2aedd897371e56f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:94f7a32483750e9da8038b84e4e1977fa22f099d3b29012a40ee059ba0cca9b0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:c8489b7e4c95b36f247d85adf5181b39691fa97f00bca455c4fc950c9eec818b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:e187b0624e19031a80b2fb26bfdd82cb8ec9dc66a115e5fab48312cd8bc5d014_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:174437f0c1b3b1d8dd82307d1fabbe34821ca30d773b70ec1cfb67d45e0c1e19_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:3e9dd635257195cd5c90778267107ce11566f35c60d415e4f8bb9ec13fcb4477_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:56dc1c55657428a6508c4eee1940194c81fb9679a11a3777289749afb8ac12b8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:a8b4f74d041370868aec2986f884db5e41ee82baf193dc94701c5934a060be0f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:174437f0c1b3b1d8dd82307d1fabbe34821ca30d773b70ec1cfb67d45e0c1e19_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:3e9dd635257195cd5c90778267107ce11566f35c60d415e4f8bb9ec13fcb4477_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:56dc1c55657428a6508c4eee1940194c81fb9679a11a3777289749afb8ac12b8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:a8b4f74d041370868aec2986f884db5e41ee82baf193dc94701c5934a060be0f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:5d9fa9b4f15954cca4a5c46f00840bd1047151f89e77da0c4250b673011fb6e0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:7b167041fa1524f28380783f43e5cc54763d84fe17c32bc35cc58efcb147c2a4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:d7881138cbe71cab0d372df6c74e11ea195ef6c55c812dc36b84b1e29f8d788a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:e7ffbd7d025233611c4a70dd7e81eb0cb0ff5880c554cd2dfd9f495313902032_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:5d9fa9b4f15954cca4a5c46f00840bd1047151f89e77da0c4250b673011fb6e0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:7b167041fa1524f28380783f43e5cc54763d84fe17c32bc35cc58efcb147c2a4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:d7881138cbe71cab0d372df6c74e11ea195ef6c55c812dc36b84b1e29f8d788a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:e7ffbd7d025233611c4a70dd7e81eb0cb0ff5880c554cd2dfd9f495313902032_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:4dbb8cf627ac6c902416e06181beeafbbe3ce1a3891eeafb504d8169c29dc359_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:5c4066929ed59bb460091ccb5b503f5c09617459667e3b8cef83fd256c1f9ce3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:829668fbadbaf7e87cfb9cf9cbe304ef8b9a343dd989f9a9c887c7352f0c0a01_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:bc3d45f66fed2adcd79722519ed8ea7f81dd17dfb960d06ac79764b66f421c9d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:4dbb8cf627ac6c902416e06181beeafbbe3ce1a3891eeafb504d8169c29dc359_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:5c4066929ed59bb460091ccb5b503f5c09617459667e3b8cef83fd256c1f9ce3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:829668fbadbaf7e87cfb9cf9cbe304ef8b9a343dd989f9a9c887c7352f0c0a01_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:bc3d45f66fed2adcd79722519ed8ea7f81dd17dfb960d06ac79764b66f421c9d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:22ca0ebc3fe663bf0e9270067ddae2e143bbe0401ec4be56f56399dd038bdaed_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:26044987ded8bf944da915148c69be6e247e3e1fca35f0c9d0abfdbb61071e93_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:a988a8373d3f22e2c162052a01e7eba15cab6d0fae768bf76759aeb333c5838c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:aef67ae561902de2e77f7cbf09b98be2efaae40bbfa671d33a73874a9fca506f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:22ca0ebc3fe663bf0e9270067ddae2e143bbe0401ec4be56f56399dd038bdaed_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:26044987ded8bf944da915148c69be6e247e3e1fca35f0c9d0abfdbb61071e93_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:a988a8373d3f22e2c162052a01e7eba15cab6d0fae768bf76759aeb333c5838c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:aef67ae561902de2e77f7cbf09b98be2efaae40bbfa671d33a73874a9fca506f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:3d60041633a1f162c71979b435c96e1b5188df0e04e0349602ac6ef7ae91fa08_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:61dcb1b12d90c58eb1095cedd0f8d050b1f61e68d3bc05037e8e94c274bcd855_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:85363677c4bb40f00d43ca5d6491b03bf73b5aa2cdd514509a8168ab8c47399a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:b2d065c15021ff26eaf335e8365b797c9c0c9b54c2722a4fd88b015d2f3b2aba_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:3d60041633a1f162c71979b435c96e1b5188df0e04e0349602ac6ef7ae91fa08_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:61dcb1b12d90c58eb1095cedd0f8d050b1f61e68d3bc05037e8e94c274bcd855_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:85363677c4bb40f00d43ca5d6491b03bf73b5aa2cdd514509a8168ab8c47399a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:b2d065c15021ff26eaf335e8365b797c9c0c9b54c2722a4fd88b015d2f3b2aba_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:089dbe82b1e1deff569436e344928255e7446795ee2c1965551941f4dfcc20fd_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:52d2793450c879e8cc2df405b8f9ce03239f3ac832705bf8bf071b6d6c1aab00_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:5d68aba559ef836f0992f78c78a8dc79fb5a680dab2abbc876a25041ab8767e8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:a40345997aab0e6dfe1830ffcc76320acb4a19743cd8ddc249de4dde99697d7c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:089dbe82b1e1deff569436e344928255e7446795ee2c1965551941f4dfcc20fd_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:52d2793450c879e8cc2df405b8f9ce03239f3ac832705bf8bf071b6d6c1aab00_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:5d68aba559ef836f0992f78c78a8dc79fb5a680dab2abbc876a25041ab8767e8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:a40345997aab0e6dfe1830ffcc76320acb4a19743cd8ddc249de4dde99697d7c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:08a79a55c753372a11f38e7573bfc6a930e21cfd4cf78a583b298c2955fd76b3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:656c38b2cc045e620277466f42436ba47633b284107fd2dd77b2a20b6d92fb65_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:efbdf6e8cb6fbf9141f2459feb49bd1e4f9b99d0607331337ecbcca851c6b2d3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:ff3fa757849d5246cc4998aef80a5a8192ea48221bfabdde42d3eda664f00107_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:0ced086ae1f60e918833e7296b812627bb201d461f64b154b238e6cdabb543e7_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:825705cde8c5cea16fff7f61b99fb8fe77b00fbf9f910dcf980491c836299a9d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:84f0338a3c427ac9c88708f5611286972a71a0b67425a82b28e6b9cdb0777fdb_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:db72294ec20391b00df5aff0c61131e458d53c77f8e7ad46221bbc1a0e48c627_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:3abf569beb7de9365d996b72deb8d16da11619ef721f4d7f244d275123308faf_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:95fe24d21ca65114bb288e30d3ebd77954db630a4a3162dbe877aab4dd9c5cb4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:e2a10747ca1f65c6d894e6eae44dd77d1ee826e60311c7fbf11ccb5ba3b35c20_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:e6e84f0ec9ae5b483ef8872c9703908b595a6d0fbbdc368e19eca8b58121025f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:5999694f230c5fac3ce7b5f2c74922088b437067f775d23e01e0340453f9188f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:a91dfaca38590d32108269bab1c7eb59444931bd7a994de781398f50d228d988_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:b7947f27cc0ffedc07e93c3a5450cd87405352f93b39bdf66c1c045312497d35_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:bda4051ff681d545c59cc6e9a02583278236f267de53b3c68605635689eef2e9_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:58e76dc80151dc5fbdd3089685b72d74b1aa8b98de2d5ef1525071fd972ef623_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:692e57961b5cb2225ea4d757cc5e19ddee4ae1bd5fd89429cde7ae9ed0ac0c5c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a80a31405351245150ab8feebb87ba63f5cb9dc5ebc85d560a89941f983a70b7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d73bfeebb2c2c0b386d5b2e909bbb815e9c39f6e82869d9cffcac5767f2de172_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:3ba88359360ca1532c5224ba2acad3d1588ca40bfc4829ccb8c85ea19bc129a7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:b237d7893ab617e9c2f53933cd87f2062de4b6621db677403e11ab58a0de10bc_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:f9bb0780a4d8be56bea13e9ab0f834835e04e7e8570494d37798ddb60bc8d7e1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4f02b77a2cab5ccdcccba93d51d2a5d9a92ceff151236ffdb8390ac4a67a4af6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:5510f4dcb3215d46c7c73b0f84744d94adc13d45066885abcc522c9f80185152_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:6db471dd0c0492d33613a34a2e53a1c025f1d34cfd3d7e4d2b4009276806433b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:1a40166f257d1ab58f04543cafd99a8b7fd88d8d0a1c970dd9b771b0f01534a9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:678ee1ac6110db9cc2380674735c94ed5f18c5c2d75137179ea2e100517ed2b3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:d19a14818ee13265fc1722ed2700a2943e56942442ce4bebb322c80ad0f2c5ab_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:2b6431891ea6d2f9af668ae5afecc0dc6719ce7314bd59a89ec344cd46214565_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:60b68743e0d82aa2c39c47afd70a39fa7da4426772b946bc4afd8558350d500f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:aa2fe1a953150e3e4160160fc7a121c952e8b7805564ec63339aed27ab2dd3f6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:00fde8b59b779b0b068e80b2e1874c7d351022aa4142d779016f08798955270b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:13a92758fa914e1267dfeea1896210d3a2a665ad05c9256b1b0192bb8abdaa7a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:146f072051e97a611f39759f5a5c419a883b0e64a1362b205806913b6a8153d9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:3c37d2d3853372a7304e39921f4462a44d81136ce24188e7b61fb63e73c97e5d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:97427755eeb8b957837189ef49fb894b743508a1950645e8f42a08eb7b3ee0bd_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c03bbab0f14b2ca0db5a24c2cb646899fe1a4eb4cbbbf987c3b17b22bcd3d995_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fa8d5b44b4fd8273f20ab466a88a29d6ea344484995566640c17c67cb0e7d7ea_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fc06fe0990909d66e2981f12a6fb0f35967f834089bb348e0c4442d47d087214_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:2199c2a7a9e5f483699e62faede55d3df35fedcd4ca8768f05f48e0fcdb71fe0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:756352e643e268c63330c33c30ee12e27fceda1239390fc991f06589dbd78959_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:81c0edf7f04fd4d89dcabc840e84288dab661a2dd7eec8553867ccb5acda9b5b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:856deaffcb6e4b4b9d7503e91f3d23b8767100a1c8c72a6c472e1f882631833c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:5dd9628769aeb00b44e9a18fcbe1d56e7b172805be508e7b4ea85ab1b21fca3c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:6d25728b5108a7941285b8bfca698ccda25d72dbefcfe12dba929cbb0c24690a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:7bad17203de6fe7f1ca5e3d3f192a154d48368b6d877b66e60825c41041600e3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:94a23b1f97ca91ee3195c6ea07b4d867d32c717279fb9159bdaf3413f8e05582_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:17dc9edba250dc41896d18e2dab48a9fe51c08f0cedca362566f504bc1b90ecb_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:f3148cf7ab32c8d179feeadd09f57c3f3a8296aa4b013d24f63d61afcf57b0f3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:beadf30285a781c710de30bc1ae87d2e8a3bc13c2646dc55ba8fdedeeeaa018e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:db6b71f10ce51d3b8940b551ed77c786b402a12bb287ef3bc614b259b44713d6_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:38bf5373f8d67ef1c79741f697d9454328072f615def597752078137b38f65d1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:9358fffe89e2f3a4783f6f3fbde49c1b19984f3e0252f4749c3e42ec8d8f5523_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:e49ce33f3bead2227d446c2b8ca852dbaff56af0e95f2882d4c1404286c22b3e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:b234daf9313e3efc2362f79a513d35bd15bb7c9b7a6aa936e12fa3a53feb7412_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:efec04960159b197a0626461dde2e11512787cfa6c71190a180ce6bdc9ff8c60_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:a68d4bcf134f78d2de8cb1bd1d9639ba484dfc613da1668f4bb2a044d5582f4f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:ce2d048651c8b159bfe370425e5bead6a0873253ddbd6d6497ff429369798968_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:75bea5902fd17c1e4b9d9115cd160c55ed9aedd67ca5fbd14e9b0a013eb1feaf_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:78a6b3728b3e9c807b1b80ef6e79d29e5df49b5c92c5580ff31b9c2d6d013ceb_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:ae98a6ec26befeca00294a2b0c7ce210bc7bace1f220571a35c04ec14db03e5b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:ed131d0cfadf5b581837ae7b345053603eef694a0e074a6d88f992c55c3d896c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:18380c9080b259cc8d02487331e3ef1247d2308e6b1e70ce803426d36c0e1f27_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:1f51177c9d6e9d8adb6f61d1b171549573506a7a4d826e539c9aa8f942507705_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:b2ffb8ad7db07d9f7069d160daba5b7a73de760c7cc161106301d3654883553f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:dddec677a6081085ad00e206077030bb99713e506277e2ced311d492e86dab02_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:38563974217bdd53752fdd063138b0a11e90b85dff7f9c7537de064033f36966_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:c420d49c96f376956982296e7a03f4febfe0cde367fc95ab63a87642e0b361c1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:ca2eac21c18a227f5672c8d3b50469953b29cd369792a207614b8b25291eb931_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:e5b54fd6da54c520f1cff80858c7bfb5b8b4b378fa7a57ffacee623b1d77cc43_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:6f4aa5824d6ecd57443e2bb696bd3e79703269df862ccc42d56f9f9d7e060f50_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:7924a3056fabcec515d879413e5b88ef00fcb7451c884b7f7743d3679f127a12_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:c6e0507565b5274a8b474e772093d75c2f58ce178da633c24cfdaae3264b2a8a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:f85276401d03d6f3dbe5de6fab4cdd44379d4e3cbc3d0ea53efce7eb9ac59d60_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:321c1737ee36a2b23ac9e1ac85368965bd0f120d8577f5999c3f6d3797b0a6c7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:449dd56bdd7e138d514aaa0c4d9489bc2d8e01b0b4c459131b116f221e2956f1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:50ffb33fdbac78a475913b7e307e730d40a5934c743cda0cf45d05f6b5712459_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:61dcb76dde13dd2ca7d6573f2a7c09a5cfcda1de1294e5a506d07e14e5408a90_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:4636f3477179b218c2ada2c241a65d804f0798743da95e3a171830736f383160_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:83e26b219bffb578d76bf9842585f4307e41a8f6f20610054842b3526dc5424e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:8d806e0cf0b13ce667b08498833473314716c59b6bac3ab96d2d7956e7ec86bb_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:efef95d7a9a80b5919d54fcddd2d2996294988efefd8e286f33902ba4b94df81_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:99811313942236572f7ac4c4726f6709609452a3da5e811463e7a9263285d8dd_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:a3027db225c166629284e11ab26f4d8dfc41a2fff2deacc99df5c4ce151b5fd3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:c7b4aebff94f6bb707d9c4ca28ef6c6060571be88d9b9eb53cddc39fc1456f76_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:d7ac53074e1cfc8218326b613104a28aae4cee1c67785de8cfa755d1772ebb13_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:56056031eb0746e98052842eb628a66ed222b1dfa1c7cba6e511b4bb4fe05533_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:79f3b697eb24b1f1fb941a3adb768c4fc11e742e4de8b917900fbb301f5605d4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:cacdca41cd532e2a84e1acd9a392a5ad73cd5f74b0215da3ebbce77885afe1d4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:d1d39bd6c538c62ec5e18435e712b1798183951d4238a970eb4ee037a9a70f51_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:634a8c373f209fb3cf1a9251bc2cd8cfecf9390b71ed4089a57865bf15013d4b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:8a9dd162f613ba32fae56bc1b9f1ed10c577b4e3aa3c42bb08e3abe76e820c82_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:9906a9d16a474aa1d103c169b6e64b13009511c45a7df76fecf76ef0e25f2a29_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:bad61947f5ee2cd63364f8ca7cfaf343294934b448a96b4e0c86db4430bef34c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:00608f5cbc3440cf612a54f7dab4812bdf3c65cb0639e2ad68695f95f399a559_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:577f1f21d3e9a632d5fec2d0545ef62cda58a2f71dfcd2a7cb0ddf420841092b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:6cb0fb8c18dd7ffc43887ad12374f540c4844b62b69adbcd9286820e51249309_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:dea046947cc52f5b617e5c2e273ed1fa409fda43a2dc0eeaacd1fc0f27fe7ee3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:813370f8fcb5b9e8830be339da8c73c5303a5a9755b18a8d26b4ad58007d2825_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:aec19cf38f563bcb9c4254432305bf11883020c9e2a25b0f50f71981ef6aa161_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:e8de1336623bf1366668f6a56a55b5553692303ddb4950a4158176dd78a458cd_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:fc3f344bdf3d6f5d9c0e940aee5e25662b05ccf1b8827f81ba140835534b655a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:8e925337d28c451279d1922b0dab9ce2a4919e0bd75a293db234518c09ccfa92_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:d134d9f1085573b2ecfa5380e17eafa45cb573ce00da1c62e0ca769c6ac28f6d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:0d4f60f600d906f1122152da7b8b0449a938f5f4dfb2ed198065d2bd3a2ebc5f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:803ecd02649eef62da8885831e2d38917ba51b891573c195b323298bd71432bc_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:174f58ecc534af5ba1915d204f2e829972d3632652864eb1d61a95de29de7eb2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:64efbcaeb77bbfaefd493170eadd2eacf6af2da186b53ee1803fa2283b2e5711_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:969b7220dee835ce08b1d039027c776c83b6ad3da5388772daf26e4c8f09cc80_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:f01e210631aa090775e7f3b07b8012da4a4c53ecf3aea6fd9bf8ca08d49d511f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:2e07fb199c7724f86935b745dfb5c77991205c9c4c45ee5961abb57abd0cb823_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:ade497f48de9224ae91409818c6e0571e634891a84ad0057b508c3ac85b21b05_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:c495c52ec300a44ef4173edf15624688b38011a3ff5cd738bca779757e42d958_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:c983af07026014d73b6cfc0d06fdd31a7dbebcbdee204cba1a672d24608d4d14_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:21209efc735beb2bbc8daca5776cea1ccc5418b51b97b799561fcb751e8491ce_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:e87a5743e86e549e3b17b57cb6c3a93724ab85796407a3e4a0a816bb75a9a36e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:166c39667529c8deaa8cb6bdcd0f973c115a44a33ce2371e0c956cf157498d45_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:e527f1aecb09a2c40e856370615b16e7797be1f9b82848e862eb88a42a9e3eee_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:4b743b7d2d78e0f2a887ab796b2ac9a150988aaec67dff3adde88687e46f7b1a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:4bc8956bb61c0451b1fc424ec1b8abb2a4af487ed8911d952c367592d31a4f3a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:71c807e7cea2c0944f06dcf96bbffd21dee4672e7274dc817dbbcdb65677a6ae_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:59adbd89a4a3fcb8f845a9f951063c2c059e9b67c043351ab1ac1128e0cb066d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:8ece29e4b3c200c4b113a12e23ba43349fdeb827b050ab1179b97d929de452d9_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:b9c9b5e975e00da4e745d6caacf725e37ef8510727d354d65a96cbb51fcdaa86_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:c738b9609d40a0bd2c17207f9113948c95e55f4e216f2dcb1f37a42914669d6d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:81cfb4ee1ae877a6ac439db16b4f91ff789b50b8f02908858954afc51e7d9b19_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:ab00d7940fe91a26c7f45e6824c8afc516bb655a6c725c0a3200ce164e127596_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:b95d59ca455992dacfdf186d011dc3dfb0844827c944b91da28c1b1e678948b8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:f1adacb5d83f6207a7cbf196c82d30feef5a41fddd90520fc0026396494f2ffe_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:0857e1c73c07b272f017af571c91b3bcdc108540ec002da89b11ed2690c03de5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:0b2599c96ad1b12dd5ebbfafa53327fae38e586b269eddfd3ac87e51d38ff0c3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:750954c71fd9789e0e4a93f2cdb25e4b6a8e4c292bc7f6c28397619c980ca118_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:68a7b4a2434007d41d8c0f29accfe43e00b04ef18101a3b400213c4eda9117db_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:96538bfc448f0d0649d003f11b49f989ca36e10838f34fb91a9f7ca8967d574d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:c2853ae37c6d4f1a44d5f03f77825030fd584268fe67856fa611487d2aef7afc_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:d2e88346989d7c7c40b556408761a58f3e179856ccadc1e7780d103981eba9f5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:08a1038d6b2be6effe347769a0e2fc89c43caeb44dac796c34481274072534b0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:5ba881fb649a3cfaebc470b0fbcbcfb799df2205477e3263adab655bffb4c268_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:c8974096b8764ffbb4a9f8279a485508e9457c0f7e176c77cb779d3ea585a15f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:fea604dc691a2515b1c9a34f6b41afb60287a5420f30b8957911403885658e04_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:69411bfaeb395222009f0ca46a1bc3e456907b650a285f56e26eb207c7ca4383_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:e20e87ddf196803191368f1dc4f6cca4465c1a92fbcbe29851ebb1f908a55038_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:f051e24c3447762f3476242739a696f882ba9ce210fe775256dac55eb28fcad4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:f385411362f79afcf35acac0f49acdfef8b9f5ebdabdb20cb4143f33bb505733_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:2e6cf654f0c887465ff3b3ddca67c12e2510a6b82a69705e1fd055ed30cdd9b2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:56e0fe3c3d2aabb7c30c6ddd28d07b3005cb128c82a5d0a51dfc8cf1f1cfd2a4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:8c01bbae6f1cd673c1ac45ee550a792409e534a1fbfc4489269c5d849c4fb119_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:bbd136c9bee87cfd71601d22fc05f16a7b07996f39b41195cf5105a84f0e847c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:683316d9efb43eeb14a1e3ac0c8f8bd98771819389d89c1c0ceab8afb3e61c35_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:c91b7c636c3672e3a38ff2c5964d9352f573b32abd2205a6bcabd6f555068c9e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:e1091f8361184469358998047fb0916f7f8a22706609fd0a9ba5610bc17e947a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:e9a2908a457f2935037d9f4a27d85d77fa334c4ed7fdd1f593040e0bec592161_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:15131025164bf722ebed8724e62f4b70ba018f3d9c671476f33e3485ce3a43fe_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:400674850f994c9de28b9e5686789e97eb0dcb235474f8f3a42068790d63bb09_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:5bc0e064ce599860205080a84750abb3de613a2735ec5f67ea4431a7a6f9249c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:a7fe5ae007435227287fe4f4e9e1c75f53905ac1c1e4eeb183e9dfe865a611e9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:2936230694f5ed225050c118595e401be4360ef7d899cf3554c42e40bf82921a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:3578bc2eb20c76eaf6120449b7842f8d502269454f962379b026b1342482af0f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:afe42b2c8f953258782138392a88fd1413fb2097c648d559ceff1f3975dbb1a6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:fc8f8e4042ffc6ff97d75d2c97c2df435a7f2ac27d54109d4873ddac71a82069_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:1eee004700ca936c97efdbb97384677f3e3f2a2d42606967c1cf9c6765317154_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:2575052c200b4367f535e1bc653561492dedea225ae80f298045f4309c20f7df_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:921d77cf40e5f25b256c397a9538deb9b5214fd1dd320b272ec73f368d965325_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:ff3548b2acf73724ef2672fdc0533ca212dd20cc55842efb49a4302a3d152c1b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:4ef2b930ab6b1fb2f7c50dea6b34d55d45fc3fc4464b871359ab105145ef6b6c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:85d787413a3e60a0064132f45a19fdb810082bd401429e8248ff4df750bdad12_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:8eb4f27d2d6db0545c96878704a8d5265ba9d847dd8b6ac823cfe8ff6689554e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:ede9c2be4904769a47aafef33f068a0e67b8458746c74199efe17d745624d3bd_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:8e1c3cb2cc5f294d03e007b0aaf322662c3c6c09245c61a9553eb7b33a02d3cb_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:8bfa6e267d4b8d65d364bcef54b1c09399a64dd7a5c97116e2b8358e0cde0cf6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:00d9e9b53df16cf21513e47c4a980eeaf3358af5472a4a66f7b8ee422a3313da_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:3148750b4508846de939bd0907eadecf7d8258443b4a3d7fc30b93c39c4abb63_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:646817898e42b4ddb0768945180739b794aec7dc3e31f5ba809569d87bdc1fe0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:7fff4f51c84e229eb72015faf1e6d9939545cfd1a6766b8f1e4f10f17029aaeb_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:2e487cac721a6c9b8cff331ded53fc6ad0397aecbd51c1384632319d573bf601_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:4f4729ce2ba297f713fdf02edc3ba34d649ab2e7d648a47af99ad762fe4c9e4d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:691e2b24b901f3e1a669bbf5188b16e80c8e8d99433463f36aa6ad087ccb11ff_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:9bb9f5cd5e94fc8041d25e9a9d10aad1be92c734c8a8dd618c93e2d2cbe27c99_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:48d371c93bb28c4282f540750b91ac299178ee320a79178b28ef77d294cc2452_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:4919f1c330d56e5dbdc091d33e5fce13cbdac96876e773a8109ce807dee67b4d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:a6a13a734f336edbf73c601da1990c2eced4e74fabdcc6f66c6075278574730c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:d0147210992ca5d1b5d8465029135f3f5c400f7f15ed001858b6415946a22fbc_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:14587c92943288e6c9f56d60476f40b8f15ce7f1056913e5b4cf33f0a83af7c9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:9356fbf52e0dafc970befd18d5337a29e2496242b221727095c83d850ed45d62_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:d3c0890549855355461d90eeac26335cb114a584af9698af531eee0bbd809807_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:f6ade0ad3a5e4952955f2d40c0d867eaf290de111a2c35bcbaf7b59c3b734490_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:26baac061161143b4960d00cdc53adbe77aa5fa52b415b3ae3de1cacb18a5634_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:2d74639836f3384e157e3e1fccc2c10a90aef742c8d8c826317fd5ea88b1284a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:46823bab7a55eaeb658763753c36e75a89494371926db2f9d8c48375f03a04ab_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:b135940892cdd26c7e983f3c37d6d492cc588767dafb5960e1d5e9642ac48e5a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:2899f24f2fca98123800e88171603fe6022226299341679474740be10d59053b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:354ff055338adaec79759136d29087337e0658ca64cdefb447e8fe4157a8003e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:58b4935884a488e6c796db1c1a8e37189e2b76dad3a18483ccf06368a8c84e6a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:6e0ed09893071387d638004e2c9177d1933ba9cd59145ab3ecaf4167c9e955fe_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:17306fddebdf61a0a4bffd5ba6cf4bf595701c14553fb87968985e670e3a7f55_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:18325aacfd110965ec933fd9cb5a873a88572fa0507be6f64519c42306266846_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:33b3ac785f10dce0378b5ce81e84d4d6799e0ee2e573b45e4fa8bcba3ae83d9b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:a15084c226ef3a1bb0488c272ffdf4a59bacdb293d0f1d2d3b0d3ede8fc856ee_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:039085f52e4730608fdc2cf5023460e7b1496a87d34c3f44e958be30e93bc88e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:799213061337226fac59a610753c8b5b5b2feca766753702303a51ae0f7f4ac8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:dc9f4de544635597483c56742772b5c471ff16f2220ed4a75aeaca2b28a6a40e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:fd8bab3b8804bb1b4ac56408fad43519fbe11ded255435ac22e20f162fe27252_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:246d18436f5aa8a6e9de5a6ea2a81c09bc21e37ba02ffe57fe836937ee54565a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:2814b78bfe377098e59e5e252759ed64e1d3db9cd00f117ee48983a01d3bbab4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:c7c37e63f204f3063bfd8f34e6f984c41e07718194379f86265a47749e269d6b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:fdeafcdb178182b8484c50c321886f8b2611d27ee4fd1a7906eaac8054ab9625_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:1d6862cc2b12521141b533f7ebfc42e558af07195fafbb8f7be6ab7e64ecab34_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2d473ff75f549db1505984e23280fa2f3a6570d19d7ed72f78bf0ca6330f0e91_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:4b721f641f5fe989d9a0ec209ab4921d001360aa570cd2a7a9e5879c8e1804f4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:713d23b937eb12215688c4d67649aaf4270ece88b5197ff85fd3486b89ecf572_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:3d1d10391974723b15b31315b9c99c98b8296c61032905893a88e42f739f4a54_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:65fec2305e5a5e05b89b507b3356a8686bd11372b59d1ea078a3c9794c2805fc_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:c4a5f8deb979c46d9c6babc5d52d026a0de3bbdf08238fcb798a05b6a76d69ea_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:cb06db0919e77bd26200cf8610277dd5feb9e627de2dfe43317fb4256be7cd0b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:214521bf60ec834c8d397bcf685e2ebbe39921f4deee0c09b9601253d929e583_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:5b057bc84cdc3f1749467d0ef85cf09d6a06f783ab16fb57c5cc19554ce720f3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:8150193ac1d183bc045856ed3862107d045d2f0582f60ec4203c99c641a8a30b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:af21478733313da2cfce7c56cc6151609b18be0f096532de317313abd002bcb7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:9499cb5614434c687db474ad657de64098ba4d1ee1f643194a92488a21faf652_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:98d2604ab5bd65c852b8d6efa756b045cdc2833017b874af343f47951b015b2c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:b594ea68afa771c39f64ef2002eca85d0541e9b7d954721fe3fe784d4d6aff81_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:e6b9aa21e43519da9b49140c570738bbc43436212ea75e7dfd0bee67c7c3fd62_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:0ef624ef1b65af220fb60fc4d80d6059aa5061e8f9fa800410019ec42e2fd839_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:5623d5f0940fd4e2dcd11b1469dcbe95f0dd801feb2d92c3c385628c82dc993e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:711a9081e2bb725ceda8dcda213f5f3475b326f708b077c4b4e215c643bcae71_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:9e35a4faa30dbebb4c0781e948a98391c41500225be6e4f399a2654f4d443c74_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:b5eaf716c0b3223abd931fc510d8c93f6fd342de822aa115e60b80d48332323f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:c31b361799f39dd3e931b2ea44689df6524281e53de962447b37cca578954ac3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:dbf8ecc16795fd9c9e838e0b0e5bb67c95f5493f695c90093813819a71e6a989_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:e419449bd0fcb506b32e7042d3c1d490ab961e070c0715951db4babf43b1f527_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:265fe91b3158db898cef1933be732ba61a1cb0dd4006257b9f0aa30a8d4bc654_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:30f55aa98a244d7b7072cda47c5f6b61f0aea4fc5e966081efd5c4c030a94271_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:3cf63aaea43c416aab8879a538bf238a6000066dd6170fc958acc281b4538b03_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:8f04739af1f6321c039253bef7e7c8413592238249c6b9c68bfe2b4c6742cd6a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0c41a5d04b68877df42b5e2d47b1a51a205f9b5bbaeb272b876040840df70cdd_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0f9b478c439a81b264c306f4b597d40cbd2b9461a2be9167d667ae96ccf2d80f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:7d1cce729216a86f6f3142e1dcb9d3c6b4eec52b35f55c1aef1911af499fd6c2_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:de5431ddae08fe8b534706adcbc5a99e1d93da3460fe5008f319aeb17280d6fb_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:27ef373e865dacd62cc3d29fa3ba0661280570b9f1e3e36abaffd6a0830896c8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2a129685c29ed30eda4c991cf88833941ca25afcbb0929766fc24aa939b3fbde_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:554535a577ee5e912aec65bb9af114dce400c54955b1a15d3b0d8a3cab725389_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f120d3b13d54b6abc62fbc6a87f7b1509a3de6c01e316e28a014e355bee5c002_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:27ef373e865dacd62cc3d29fa3ba0661280570b9f1e3e36abaffd6a0830896c8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:2a129685c29ed30eda4c991cf88833941ca25afcbb0929766fc24aa939b3fbde_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:554535a577ee5e912aec65bb9af114dce400c54955b1a15d3b0d8a3cab725389_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:f120d3b13d54b6abc62fbc6a87f7b1509a3de6c01e316e28a014e355bee5c002_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:8846ed3df7609e0a20e5020c5019e066e3156c5cb3e32719f55405b54d2167c4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:90ef3f26f00eae41ceab0866b5bbaef1ec56387f0e02c55ac6797ee527c829e7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:de9a1e420ff965ea9dcf80d4cfa0f99e351fd1362dc883b2dd75bb09d88f509f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:eba4869ea1ac77524cdc048c718c20e3e30da1de957570ff28840c8cf3c65d34_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:caf4fe81752b9984c30496aeb287eee457aaa9a51c1d4dc8dc47552f927f8989_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:eaef6750f50858e6c3f22961f4e31e0bd2600873d23881dbfc2968ee7d167aec_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:c40f3fdee914e790347ad59fc55c2424628927c75d88bbd40bc39783075a301a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:c43678e689872e352ec44d2a2f395199a34ce16d085c4f7e563ee3e9534bdac8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:9038c74fb45e35bf411a05528ab578cff9cc10a8b0927fbad0a735e3b1d414ec_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:fe85c1ba2ab6ad8f94b1858bbe3f6cdde4a7c768fd2a451e79ecd4e0d780c99b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:3448dd1942c7ffd71cdd12b778525042c5e38485872c6f579229cf786b20e9cd_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:e2439ad3e79037d4b53d6ef9514a7cc3428f57789ada20f9aae6c844fa35019c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:3be8282baee49a9fdcea455723d5fd12ed820ea578af9deb23171ab09156c9e7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:4035f82b6b41d63e30cf4e1b04631e5890c76f610835f8365699bbd633ea3788_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:7c1b269972bf5e330da11df053fe60f0a8f1af43fb34ea0c22685fb65ad53715_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:b5657aca295b3a67c1cb6525a55fe234d959098f500ac7866c8cb7c09769c8e1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:39d2eed706008f5ebb0d2baa19ebaeb77ded4e0de4ce28e0232f614f8df18c5b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:6e6882fa1afe45eced0befc1bfd30c874c888a22d8656d929eae355be8709ec2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:73021b1853b79ffeb0d04c028cad9905455214a59cc50dba01ef7f97372da705_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:8d791856506c0cda2cf02f3903c6da293a257ab6326960931d0e5da995dd3d82_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:93bcb96825fe79993767a89bd7305a5f6ec39deba51b6a48a307eb6a7e3e508c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:d0d43e6dabdc4f060c91b7d247a444b763821f61931ef78eba33482eb493acd0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:d7ab49355e1654d655aaa7a12967a5bbfd34d7175f7e5b9143ca9abbee0d9b06_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:f2a68573461f17d018ff650a7dc8f4fe233cad39bd64e8e006a62d040a7befdc_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:5c2fe110d1caa5d7b14a653f3af1194bdab821255758880809e9c356341323a6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:6bef60acc457405d245a8d7b17335ef424ab68962255fd1bc0ee5c87b73b9ed7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:708132b57f6743a257e0c14f8955beaf7a6b759dea9187cc02c0072fe01d7c21_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:dc3a9ba0d7083481d3717e6b486b130674223d5ec26c40e854bc40aa9d819538_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:1a041a1f772f19dba24bb7dd08cbb374b8b9011e2982804d34a739e5050af270_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:31afc8611dbb85e2afa41373aa19b95f19f3b6f3c9dd9303fcb324566ddafb05_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:4ca8edf1c43441ab6d2b34eb7572659d27c7ea64c95a5de9e12cea5ea0dd2799_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:e8a39e1add8a7a4d65b17aeee0bd0b0bf5292c432e56fb97ab52f1865dbcaad7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:10cab7813ac451d2d17414591c27d5626a7bd43d7dae6f030de9291f3f0377e9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:2d83001997d22839a2df4acbb23553acd372c163df0a8bdbb97080d5274b6925_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:6e4889fcfd7cfd56cb6a4bf34e30d92b5893a64e8a036ccb18eaf9fc1fb8bdbd_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:d348bcfb0e822de362a7c67ffd9f572569502d09b3f2d3a4475ed4810f2e2d6f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:45d111c26b3b1b96a1911dfe65ed604ead63c26f9f5534b027614d8ec8f11a6f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:734cc9b8e88fc9b2d7c30535080a5c0570ae19bee912486a7d27255ad694bfae_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:e02754f15b7094b2956ae2364dfca3ac178bbf62bd5dc2061d681cf645129114_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:f081c5b04915471afae962eebefea4ea2b71e0afc6d367f59c4710a3953239b2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:1248b42c2a006bc5117a42c76ced63048cc3fca7b5f0dabe1a5d16efd0b8f604_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:ad34ac62efbe8c297baa00f75a7fbbc87d1fe9d29563811d723f0f10f8174366_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:c17711a9aaf902cc6c95e62c3715201e6354a76117166fc3715a27342c2be2fa_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:e28aa33846c0489e23b86bbe768a6d23a7e31e3830574792c5d5007979f05675_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:81774e36cad16a5f5da6c89483f4139ba295e29726cc5bb9fb119277e087a1d8_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:8f4fba2b28c5dac5dbce6cf38a064fdbea5ca1ab2e039ae96df7d34c90296ff6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:b18472469fc37430b4810a9551fcc833c52df25bb34e09bec904c82c172ce268_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:d97ac99882fc7894c72d6030a4578fab814b2550e6478be0bef5eab5b41b85bd_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:74531d0fd46e112088ae1583e873e40ea082223804b723473c67aec06f5e8e32_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:8cfc4b26606408d8028903e16b23e16836d1eb7d9be0c6ac6b8968330ed5ee7c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:a0837af0880180f927e3c2edd48377d2d5ab849a06186158695e0f2d9d460be4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:c86017bd51d33ceb8f42f837a4b19f0c750967486b6ad647f01b7536d20c5d41_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:103c34c394ba900666000bc5627c63e1b564878aec0defbb91a18711aa95bd7c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:5273cef06cb438b801ebedf984156ef179be56b86ca0c1168ef1c2b9ec547ef1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:6772f96ecc0d3b1a9b021f66c53bba423e763e2ec31fab4f3f14a8e7e82b01de_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:703919dbe997e2b17f6063dfce55226c14f5eabff46db358a397a25effe43932_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:2d6037ca2e1cfa58511058b4555e6f65f1eb66f80b0e0d78110076bcbfaa5a0a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:43ea6c2d16a1e89c0a76259219af19d79fc034665551181c153f3675f31bf238_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:6178ef94bcfcd227c35d30a2479119f8e94ac53749d14f4892e44f1d6aaba331_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:df29038076b03784ec2f881405902f2bdb91d46a7a2bf38b75cb024ca6936787_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:218a452cc4548f90ced34504132e4c0048815a5e67c8d9f93b5e1987e83d6c2b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:8f19d00af7e51f94765c630bea606b7cf7861ef434a001987c07247189d255d2_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:c59e505cc5dd47f6aa71473d755d0f91bcc54d1d450830fafb3d622dab432ceb_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:f383f85c0c0470333be07dbe4923042a818b9b5949eaa320c0e99d5ddaf643b2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:00a118e4fbe39e9be377d2318d259343a159b83d322caa771a933c0696696e4e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:4bbe5d322d15b2f708bd75f6b7e1f52bd0639ad729910ec4bb488faeead2ebf6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:b163baec860229f0a73b3901940045535b666102f42dd61e453f196b77124604_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:aaeef54d7945e2f9df7ddc715776cd9133a335e39268dac2a65d4bb27b0baec6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:00a118e4fbe39e9be377d2318d259343a159b83d322caa771a933c0696696e4e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:4bbe5d322d15b2f708bd75f6b7e1f52bd0639ad729910ec4bb488faeead2ebf6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:81fff6216dfca869c758bd60a0efc7eec81c81005544dee1b52e1098b9646322_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:9b28af07fd820df432f76f7cbf5f6c17ff275307679b909b9fcef39af9c13aae_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:068996fb40042f413b58f8b5087a55d5275c8abb6cbbabba81dcaa8512800d8d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:29508b9d94bf0bdcda583afab57029f189f07e845cfea44972430a6d40c7bd76_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:631436430c6bfefd7ece74a6f1ce7eaba8d4da935d61ba5db66553155204e0c4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:9adc42aa480b66104ee6d0e81ecf7cccf7cf155b9082d063d9a9537dbb378ee5_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:0d1300f732f6e66a363b6fba2bb55e0187b2b345dc2583d1f0a1389f7526cf30_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:72b5a08e055d90a3eb6f8b0f3c8267d7cf7c8fbdb064faf381ddee94d2090f49_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:733261a8f75e4080761cdff18e6e619df7fc4de05cd2050d8127935bffc862b4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:cd0efc4e9a3014c1acc79fd8ca9cec790a71b7745e7ed820613047953da1d641_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2391958"
}
],
"notes": [
{
"category": "description",
"text": "A request smuggling flaw was found in the Eventlet PyPI library. The Eventlet WSGI parser is vulnerable to HTTP Request Smuggling due to improper handling of HTTP trailer sections. This vulnerability allows attackers to bypass front-end security controls, launch targeted attacks against active site users, and poison web caches.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-eventlet: Eventlet HTTP request smuggling",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:5a30a1eb1091054facc200e9518afd543192758a9bf2e664e44cfc531e10978b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:d8b63cb4fcd259a66eebb6605a7a105384cdb4cec042952b966b4f8bfabebf4f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:7cd191dbc1db9d5266bb1e1f958871b6b12cc93ad7394482f6a53bf5cee83dc6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:9dd169e3a46ae8eaf47028070e752a308cec0418f8102dbedadd4210b867e706_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:39f3e8a9f78d4756e9c681513c02b5574e80ccd7043e7f0130ea1e5505e27cc9_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:7dc4d67c2153b57bd1d0e74e85e21d898acdc5e792ebf3e9e2254e9c243069c0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:934e6f7aa8dead546ddb258b6753f8ffc577205ed6ac19796a2140cb242497c2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:d3c8598be6bfcb46c310e881493b8299f126b86c041ba560edbcdcb700430d0d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1df62178853e8698d9d86da8530144f3cc5671c77b72bd09098faab187f6a78d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bfb1ae8157364e5772facba2869c37414fa49fadc0b7a42ade55684e5a93ef0c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c70cb3d1a437e747e1d7d54f631853d611a97278fa260daed6c56f36f885e17b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:fc89d0c5582c76488c56d471746fc9f8acee50a5d727cdb559623af580389f5a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:5e1d1c77c595cf7cc63e38f771d7b2e64a4b31da119476238b26dce182cac160_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:d14dd4c11011464adb44f802bbff4820560b56422a8891664de65bc1f8da66ef_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:d26f4f47b5b3447e021d20ab0e6dae7eeeadeeb4f5529b85f8e836d6625dac62_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:d4de045b2177b2abda6b28b814c450961272ab3c982a4c1da29271384aff2f06_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:587c9c3ab23222ba8e4581c20758a690e420982196b416a0dc895071ba13cffa_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:7b806e315b880b6e3fd85f23585d5a8032637099242d0d1abdb7703d67913529_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:e8718288050d418f62e75b956e2d19b285e3513fb70771beff64c7d96b02ad8d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:faaa0f58bae404689e533be4e44817cd8008d1ae4c2999fe1b671e663dd1588d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:19fbed56d75e69a0d9582fa54d3328fb44aee9a119781a0d9800a1f948b79926_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:2e4109f5e9abff71ace58bf6c904d19bee7c5936d99af1192191ffcf75e87606_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:b703668aed81e1c3d2b3b17c7c05b2453bb7685089f2de6d9e91b9525ef14c96_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:fbcb0389b7f506b044d1b908c0fe8e8eb1fb5509cc006fff4ecc992c2dcf31ae_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:21db1e5da0fdc170417ff618727d1df59d264a27a1fac0df40f62cc6d0b92e34_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:2c7df73b7d4e11ccf47cfe561600541569d7a5daa04bacadd28b601ea9593d29_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:4671fc86a01df017bad93436e10f40c0ea23e27a73a58f76742f8010f60a3922_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:71684546a20bc4ca896f3daea721b658557f992f3b4d9679fb414415713ae8dd_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:209bbc308b2c772b4553e1353d8ff7d79d47fcba4facfae1649eb7fcb9b8fb70_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:21f468b304e0e0358ba70b05bb712b6231601b0e438a4a6d2ecf3239b016c448_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:654ffb6786eaa915fbce588d9016bd09927a204f797ba0104585bbb19de6e15b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:b71f4aecabf4c609d03b751b55cb94ea717983179b73efb6ff00001a514ff4bc_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:203a0938168df89a72bd108bebbf6be7652794447dd2ccb69f8aeafa28a3d6ea_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:204bf1950ee8144592b630869c44755c364392504de447c41ca0b8d011f660c1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:d559c94732a888059af7b5e723fd8464c0598ff02ac49dd4ca0e8c2ff6752a0e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:ef2d45fdc583671d6b145882f99cb260b370c18178efb43b42a57e63ddb36d2b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:585c4a56a35fa219f5a0d37861eab449241a71ea59bd6b200e7e3db34879a522_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:975ecae2d886df90e6854aa2ac7d0d9f3b6b415756f87e13b0d6c8a0a29e819a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:a640f43787725158c81fd3b759298b4cb0fc841a6136a9eaf2ae254b7bc5c576_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:daaa767d88c6c006e6a0a6625c68e35d60000bc3081be76bf89d35d23bd513de_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6a75f23de4af4f22be6aefb132ab72514930d0a29241ce36614e884bb58652d9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:87a2b1d5044fc95c3a65a066b80302e2429b62e3ca65f831994842371febb7fd_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:8db77a2fef0a9e5d7307d284c982f118467dafd3fbfb8e181326685852137221_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ac74ea8293510fcef95584bed98d33dd6b11672583b7c621c296c738eb7f747a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:0aef808deed9fb96b58f283824e1d3c15a8721ec39b16c5e480b777ad71ac137_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:675e727613bf0e5a3a85f4346866e0561838945eedc23619ea18804f8bf12257_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:8550f4f5bb2efa499a73ec16761aa448cf62943bfcbb4307a40e8889a6b83c42_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:b1932c7d09565a69842642106d794c5dd3a170345e34cdff9a8be3f64b04abb9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:28f0ab10c245d632ac282c48d3a81d371591a814a5bf553908bb14a43d0eab74_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:62202210c4f18a691ea29ac894a45ee52e2a4eafe6df0877f49ddcb6f6aa5c11_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:839834a01c39f2eaac826a50374e8ac4cb8a103e661366e512c62eae9fc88b3d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d57959fe134e8c76b6cf6b936b5ea015256e50a2ed550115ffa85e0e91d591f7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:5839069a2cd4c793f45a41023f2a53914a8b60e4f5ec935513b2640063067bc2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:c9560ed43dbce1ed3b0e73bf7d6b1b28540ee38584463a09ec1b38a6b09ae2bd_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:edce8f86ec198beb0e28cecaed5a1051a556e92662914eb77a14598bfd98cc61_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:11e30523f9e047f84527779dbd66c1be046c70b02daa197840bfdad6a2bfc025_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:22803a26a17162a465eef2269781abe2690ea22fcd86369f35688cef57e12fb1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:439f405fd3d827569af717e2627f900798107ff3c7987bb96dd75715b28aeb4e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:8edba5bc6956d8b5d2430d2f4d50ab31d71a50dd740b3557e5e9361099d6bd2c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:cb33b3f0160d1e3bb96217581854933be739cf23b22d03771de07482e8fd66f1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:84b554a6e493cbe4d936cdf9bf5f39d57a5d01ed433e9ae35be2cbb651cd7490_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:d985029f965b57700107fc5e5c10d805f83271575c32e79751e42d382bf586e3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:dbfacc2b8021dab0bc88bfeb107bc3c60885d7dd28dd6e716569e82c1f1b2050_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:ed158388ead4ac07264beee291cc7f4b75d7f26769876e00ee0d938a720320b0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:7b8f6f7d07b96111436e1f24d2f968eb402d94043216411e5700555e53d9f42d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b2b165722afc872b8b7e33baf3d203c5d454f119587ae2377bdfb15d9490ea99_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:0bbafe014c77d472d14038e2b46bc69a1e649fc9b6a4c1097bbdb354c34a41ec_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:1b1c50cfab6be876b4f25c0b27fa17fbbdeef827d3167bc0dcbc3341d92d41b5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:73b4d01b2ff7f173a1e49e5a6f019e3954a5b9f255119a8af87a6fcbb280653e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:f90510800365871dcda5645ccfe6055eefc38b59406b41c9c54cb29cb3e49968_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:4983e7e3d7ab2d8b1ee13bf734b260c3d56090b4551fc0bd59aaafec69ffe37f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:e0c269061957cc8b3586d4ca484c389544d3acda0077d96445e37d300eead15c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:6fadfbdfc9ddadd7b692568b38beb660a48f0cdee1f886e1451ffe0dcb73c07d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:f82f5726816a060c19917f06d37a1aa160b675953ebaac52f136e250e98fd332_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:7b5ff6a4931473798293031a401b2418906d91d62b5c7d1cad45ea3ac39462d6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:ecf14f2430d830ea24baf52751009cab008bc2cef501b358306fc46a2a32ab25_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:500cfeb055b38b0b9f76c9f262bc90ca2edafe664e517da1b38fb6a2928bdf09_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:78585533e3516310fca7f65c26f2f6b5e3fa0f3268ec9b338d9c53e96bb8822d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:21922b50b69626e99b6fe3741aaa1d2d2d08e56766d166b32046ba3c592a8d93_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:836c6111c70ba9228d80e09eb0e53344150b7dbe4bc1761cca6df0cdcc57efd0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:549bc2dbacc1479bbda10cfbeb3688f2e83f51d8e61fba07ca6816f7c56e9e0e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:d36656855883b3e306b6923234c26fb3ae6883fb235e58416266f3645227db0c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:5f035963d48b03c48682ee5e08df9929a84ae062ed1989e4e7b3ade0e22da544_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:bc70d98a850ba4bdcff403087fc8f57418039ee79bdcb7dcd2be49905a3b9cf8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:780dd4ebd061e9ae7f72f7d1964caeafaf1ed5bd0870576d8e81022ff5bb019d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:c3ef35038f951713ffe1951872a06d5bf731dc14a735b69d342b3d7ca197dda5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:1fdf87821555c4982cf42bebe5b46b58e1103b876970d69b298fa7527bbcd53a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:22e5b57a530a6336e81664f3886d543b34ac4f02475694af6fed90590c8209f2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:5f1f51686d55d53af9015141ea4ef00dea86ca65a6cc89b8b3afff34fa416002_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:c8e35113d1af6f424ddb2b3ccd7da6bb00e39cc7e9101ae6498a40926dd45f27_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:471037482b480a52f798d0fd05366ab7a2e92744f8902450dfc3fe2b88f6c2b0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:672c761fc4a8651c8493ea60f5d0f33aae52bc19ca4d55fcc1b94f2e002e1ace_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:8f509fac366943d4732e7d0f36f9f7223499c7aece9868713fd7de79f5fcd3a2_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:c81004be0a15d543f6e84b81622f8514d66f663a46de37e00f5e2f18a423308e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:974a00d5e9f5825345c437b3987dad130f084c8b983a2934e5b69cfa67120616_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:bf9e71e10cea47686d4edf0c60cba4fbb0c4e1bf8b805c387b9c070e2032e5d9_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:c6bb4ec25a7721ee6af5de90282a925ba47e6f26f4bc6b76651a5e811fe4786b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:cca13f123b2d8227760498112882fed890c50a78d740a84f21c1d58d58cb1434_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:32cab0a65fc0b14963201bb720a770bb68da3815bf306559da7ec5c8ed7c044d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:552d368f4be0334882e389c732ba4a46eb9905666b90ae2208101db7a65ba19f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:69d8d98aadf25c63f2cc51ec917ee5498fe97a013fdaae075186bca58e2bda40_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5969b94e914ff5ff8ce4cf32df64f10f1b6996832e3f2ab0b377dff46efc9af_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:725fb4e263107a568a1c556264f4e5a1d88adcd4ce5a2979b57a8fd4463065c8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:abfff75068bcce70cec31d704cf851d2642ca48a3b35ed48d739f19f0c311dfd_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:b2e6862fbd2830ca980b1066d15f69e1a1997316ecf700983619f1f893a8f3f6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:e073583037092c6649e373a5b19242df74cdb830656722e1396b274a041317a3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:01fcc59502a374f19532397c5c6ff43d2d308510f11189f19f75aa2944a04e23_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:31c0fab9d575ada9af8f496ae4bb2553f26b762ef2d6c39f6446aeee2899b262_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:60d8c8511f21d929058cfbcb7b8df55148935ae34db2dd4e626913ec1a54c779_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:eba94f94949aca0330425b1ae3897f37b2365fc09fc88d60615ca7d02b06e8a9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:278de54a51e74d045ec339e762c5b81ce4a2a3d40f1bad8d7c9cb4e5de898cbc_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:93f23ab49212aa9eb231527335346b45424a5322a5e9496a4c246e01f017edb0_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:d9205cb2f0ed16fc021fb8be67f6c27f368fd4deb8aabccec39e134218f2ad0a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:e4688eccd23a6b01995b878a5b7f12cd2640d89a7402747a94c8fbc48bf99798_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:062d502a4f595b6faaf24ab566c9b4d7cbe23d112737c749f6223d84b0cc63b9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:10e61696271303aedeea539ae19ec6fa8018878059815e5a58497e023ab496d1_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:e2ac15e82021d5dbd07c6548374bd47bdcc609addd61dcebc5e675293726563b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:f5e3d590f430e44eeb3192dfed40ebae4a6a90b773d7444c4d4335210b99a4cd_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:29e242c717fb61d195700e1f1665427ce99188265b2014aea970dd9bd8441134_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:c118d03728b27ee94fcdef1f63bd58fbf62475a5c016667a6a9805c7fbafa47a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:c3da083850cc4e2a8d365a2141e5d6a38b90ff9107631ed39c964a3870e01066_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:e50c7fb186e0cdcbfe16d0e1631ce1953c6df5f1b600a0753224225c475f4bc1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:47bfa9b89ba1688e7c1a6d4fbd9543f274be9585d328f94bdf96c82ae98051d9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:a2062fa20e09a9ef5574e7bc8d02b870cec2eb700f1e3bd338f62eb62bce13bf_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:a3d35f264ad04e586073cc5971a8e5ee50a43d4ee5f3671ac4090ccaba868265_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:f3dd31d9b9a94707a1dc4d597ce12abb9b33d463007b311798bc031c55935803_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:26d287b7756ead1bb073b19ca79276d082c0b5231c0b007b2b18089036817e18_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:6e50edd777e828943e3624600bb3e31f078bbfb9bbe1860c6cf6652b94fdf143_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:e332b8312285dfecce531264a1115ac9b7b36d4099ca72fc8fa19358962ee0cd_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:edaeb800342b998c1e3fe5630506656ab2c34c2190dadbac5f33dd78eee7ba44_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:09c6b2bfe80fabd18a6398342fcb6420aa2680168ffd5d25d7d18231977a5e32_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9e6c5bd0b8ec8c6259b9db817ac5a8fb954b1dac58b0fe00306a84f36c22035c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:ac670fb76fb48ac762f7135fc404d57d31947e7c5ce9a6525d081164ae1ed578_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:dc0bdd5c00450f4f6de330888ae8e9e2ee272e879974560b312785f44df85a0c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:248df5e1def073d8b37d1d6659cc44f4c9653c0f1b6024e1bccb16b208afada6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:36ea064f84c69157224566e5aafd03ef21af6bf9f0b8b78bcc6e197981239ccc_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:95dfb6d0a1a4e15962f089a71151a37dd7b8ca19c26289f8f934eae7dcec2ab0_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:b5643d03d8dd0798ec6cfdb27e9ba22aa9479049c81480b23aa96b12c7c96568_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:1002d87d382b6dd836a14734b00959cd62e9898950d1258662f8b29be154cf02_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5d2da4620f6bb6c224692d33c93f0b327c16dcc5ceb31da1f767d3a6fdc3f70b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:763b411a1610701bc473415f0a677ea9e43b3b2ccbf2152ee4fc5cb13e710028_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:89afc48cb1145085a0d6d262edac7dccd3f381c74f18588698498fe070cfe3ca_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:1002d87d382b6dd836a14734b00959cd62e9898950d1258662f8b29be154cf02_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:5d2da4620f6bb6c224692d33c93f0b327c16dcc5ceb31da1f767d3a6fdc3f70b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:763b411a1610701bc473415f0a677ea9e43b3b2ccbf2152ee4fc5cb13e710028_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:89afc48cb1145085a0d6d262edac7dccd3f381c74f18588698498fe070cfe3ca_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:053561dbfbd124b7311afe6b5eeebb4b2f333bc1b61636e3e989b732016efab1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:708eeadd9b25c308fe7fb46fc4a33cc39ebbab70e2a20168951f1bd629d7ad86_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:fa8de46b73a5c714c051e281d30c4837c97a7d67d349e58d9ec36c7a13d8b1fe_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:fba9ce2c2b16aa7ca1d2fdfcab07ebc67baa65816858489ace9d1408bb26e4de_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:07c83354fbde69786f65b60b2cba2f8ace4f277a5283cb2f29eb88f2707984cf_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:619c81363e6e4fdc632e8bc54038411571bf01a3f7d2bc0ad0ef153ea13756f9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:80318e120a0950964736f022e7a73902965f8391e25a03691757b3450203c5e7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:efbb18f2f2c8d01ce7b785b3bc5dcfd9a1f687ac392b8795ac63e2c6c2779869_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:2c2d668bef0b240bf5f3b95edc0fec5f561302e7f15f05b1a4c1f38a48517bc4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:398ea756c84de4884d03d27a59c1661bd1df0fb6e12ce9b3ee0319ca406ceb3e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:9976237825a262abd9196fa7c23265587f3c32f68fed224228a0ad38b6d2157e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:d5fe085af0ad1189eda74690b02c5c25d6617898731bccbe6d20101fffb7aec6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:1f4292bf324c244e58b589ec521132ac15f1640c33bfe3763560df2a1a692c13_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:936103960861b7912cc9406f82082acb342021032e2def2f37df6def4187c034_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a73db734acbc781aa0420b142e6a3d61e8c471b5e4eeae005d520eaae4a72e44_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:b4937dd875f1b9610a8a6d6c79475152418d5ebc991b192ae9ee4755a780cfa3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:79ea995391777e5de109ea7d10ae1c808c840af72de6e992f37d667d84fbdb9c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:9ced6b74ea8456ddda60cf304f6faf8ff5fc033905eed2a59fae1b4845756211_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:a8a1a27a92492c82dce2ca5bacc23dc4c1da0f1dbc29c5c749f888716dfa81eb_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:f444afe09392bfbc6a9be984ba05b5d289de4ca44344594e0e1c10a3f3befbbe_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:6bcc1fcc07058024d85554e472ff660d28a4c4dd8a5a78a0744380e11a6a06d8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:846e39473ab761940f0e13f005efb60ca59497dd094b7e7eb60a2f6431a661ab_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:9cd88b86ac24ea22bdf9ab938b793d833fd146c77b7ee5e162e5ba3d9aa95448_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:a7f257be16c02c62b9b01656b655ebeb2a1eb640a57b3d38877c44083497cefd_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:6c1bbdfc2c9f3fa4c23af400e4cea7f91827801b956fae3effb4a8f313c673e9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:800e71c14775b5c2aaf6daeaada39be53964b123567f6fc6389cc62483042e72_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:982a623205d2d6ede6ed1a295e36738e500c91ef9f8c2e3e62443082a2ba987b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:a99de35e56014d9642ecf9f13869709a8fe08e93d499ffb7a50feae5e04ac651_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:1f86c359dad1658f01c77bcd1a634510baea2c8df28e3106ff8139e5e92b1c47_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:9fc2fae2be9a11e6c5f8d9d4f1e486f80bb8370cb6dec829b481b2418797207e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:cf4a19e2114134bf5c2d9163a09e087c3ec391ba159140635a7270e70605a4c4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:d3f9470c3930133339a3e805c2d5d1ad07945a44906a5b039270abec4c7b75f4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:11fd6113796a1caac13a8d4c5542632e6b396e0bc460ae66eaa0f2a1f3b4da44_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:23a24688a4be7be1242a773aa20f53f2aeb57d316cfa566de7cf2fb11000cb35_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:41d769e206ec812a0f5f34487d4646de1cc1f4d9ec3372b17758bf8fcb76ef98_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:fbdce711d845967d3aba18dbf3966442c7fbbf4a8a5f8eda7e3db9cea63457f8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:2086865a8c3f61d47894fc5a683ea22349599b82c6e5f7b5475c5b50b42bcf89_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:68c120642854e9aa45b15d21c3f9d02dd10e837089131bf4662fba1fd87ad9c5_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:6ee4ad03dabec3dc2c36ec8ed305eb1c74c4c099cdc7fe9cc48555a20d7210c1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:a45563482bf570357b036302275609966253f74439f1acb59c8ff2bc3baf7b31_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:2002c2c89b091a1729718cbe2c2cb73cfc9a1826eb8cb6bec45dbd164ac9639a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:260a8887d952fb84f5d017c15ba8a1e60e23455dd20ac8e2034bfde8cc0b8f08_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:803630934c8c0dac3996191a83ed389d27bd1d9d6e84ad33bee837dbd840e458_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:c016ce259e9871041f3209f577455f3eaaf98dc952a89f32c349473148a20976_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:1556c0c53266796776454422b11f713d84e4a1586a6fb841efac115ec1906971_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:7c196c858cb5e94e65472daed3d55230823b8e958d35f73bfb507d6693807708_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:c48060447a689c5be3c0abb9787c778c0b1de183d66b0a9fb6839d9b3c3d59a0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:e45ff3c1c0074e519f5282ae8208750a4dc0bd3ac7207e0453fbab7f30727793_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0f63a311771f61ac8c0267d1d102769c18b16055d60260107b2acf033ba5a185_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:27abe5d06a3149ceddd3375e026f50955d4a45ef482ab6f61b9f02030e8e3b19_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:832d5121a94abd3eadf92a8df55a632455cc51a649900c7450547f34c58316ed_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:8c1090b8e0ba9e071f41d66068bc8aa4271251192889a767594e0c5d836a9d40_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:0374dc23f5a2d22a7929da246a8ef5a032b43f19b386a162e4882aca7dff1383_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:0b07eb65787a670b95cb47d98ee8b2ca36cc1b36d962e996d2f0a12a5d58a37f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:76bacd34ec3b1d6dd135ce8dd06e718f6a1ea6c8e2f8fd3954f9e9d5028b9821_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:b0bb4b11507285b17b32be7358e17094f00708e159e32ffd808999a63df60a7d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:79d4304244379d410212241de9b91ee5604bd5bbce5676301bcf3fada3824c2d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:beeb8e60ababc4bba5c6759da3d7ba4ee1786a43132b414748f8e0a2cc9f63a7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:eb92d3d3351d845e5c169721baf1683f93d943578a48e0192bd273db648725d5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:efa0f8523d171326bb6fc12e6d1610b2d2d28a38e5b95180358c9122bbe6070f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:180a405ab9bb66e3ab6a904d2b91d27224ec507d8eeb1c00ab182b130d9ed26d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:89a9de8f0804a61e01ce2a34d25933af30df2f3e8cd8f1209f8f058951bb5c1c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:90c430420821ff7a0ef7a752f120505c2c36225296f6b238771e6bf1fbee755c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:d9817e136b2c3dfb1fbf805c3d29b8d0cefbb07f76fc1e56ee486666726abbe2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:60ad5b01bbc9aa574ef6024d59be388bf7ca6d8704e247f7e56c8a6ebe3c81f1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:b809958ea47a5d78f8e47a8c822a3b2abf14091a3f526501f2eaf7ef36c87b4e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:dd6662403f5ceb2bb3b8887c7d608c73ff18a8dfb8ef1ec089ca61e4a4f75254_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:fff87189c1c3eafae4722d812e5becae925b71f1b6727944333fb129b7ae48ee_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:60ad5b01bbc9aa574ef6024d59be388bf7ca6d8704e247f7e56c8a6ebe3c81f1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:b809958ea47a5d78f8e47a8c822a3b2abf14091a3f526501f2eaf7ef36c87b4e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:dd6662403f5ceb2bb3b8887c7d608c73ff18a8dfb8ef1ec089ca61e4a4f75254_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fff87189c1c3eafae4722d812e5becae925b71f1b6727944333fb129b7ae48ee_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:7353494095c9f0628274678311b2172589026dcc4e8e28091641ef65a2923e66_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:9dd5d4aff113b23dc86a191abe7f9ddff0b207890634ef9a1c5568df8eccd663_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:be14afa02ae1e9d13d4c6a8e534954bb385f63e9939e8b20942c072901430d5f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:e68a3fe0f5d91d2e914d4b24bcab9a2bffda33daf56cebd73566445b96f64316_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:01f43f0606246a3609b3738ca75c68e2f7f9020c1bb88bf7717818c8a26a1e36_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:3f047ae5585f08301e17488fd86c9ca6cf0309d39e8cd6b580b045f1d1415fed_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:762cc951e74b525f20b93e71742a5bf44d12d3599fdba16a95608baf774c4555_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:9e62d2b1ad0efdd3de7b973cd6639e96203c01b6d484578a4e3cf13f67b2b856_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:1130385b660f719e78d9449c6c7be888b7c6ed16a2ab43e1fb3505fe4ed03b33_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:25c3342fcbb073d32ec53627b8a062f89c1d4be9e641371ec46e6dfd3f540efc_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5b3d375d7d4187b601a77e2eabbf656cbc70a1e7671916ce58e6fc595edfb215_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:dda703452472d35e7d8ddf9750a5229a0c4c6929c7409bf95b973a89a8de08d0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:058f3ca5452aa97a3fa778064a75d88cc169b7ce84a5f320359f561e76f08a95_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:71e5d332051f134f3f90e4089df6c2a5f88b0b11843d046b0d33726d2d988f96_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:aab5a67ac1a3ccac5761114e28474e11b451124c5b7e71e6ec29e2895374c668_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:da133cbcf2ef025ebaf274afeb555c9c18fe80584c058d31f39b7d343995a42f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:38bd47929b935f662766156026433f1f2ec6e1731d2c7f40c792054cbdb1f87a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:80b3c3854d4f22afec57e0a7cb04b0c98d58cd104c54464306126566edc3ce97_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:8b36c39a63639cdf7c05bc997bf98c0f5cf9c1cee0d740cf9aa6e74b91dc0249_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:d0e132dd83e2b754fe20b12859ffdf7139037da53f2a6af6ee08eed15429a14e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:2b553e5669ef51cbce468f8c7c85bef41faf7f7952abefbcc2a55a9ce15c1251_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:4715855d33583642e942fec45ccd9f6d2b90d07f2712ce1eac357d9d45c32f14_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:c2f018f8674903f77b5f4ed8979703b5ae67fe83c6a7d76c1ee4bf7010d77a0f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:f0e41fa92b534e5bda08cf38c6c513b4adf930df9af740de05248476c74c04a4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:8db04c6d7afcb6b650dddaac2ff88cb82093660a3125912172db7fbb51f1f1c2_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:b539177c3bdf37dfc67cca8b3a2dbffa0b4941952135f7f144d3ee1498cfb05f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:cb400c373be837f788f663e7a1b2a94bacec4f4dbb4bf5a5ddd5d1a0d89e3291_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:f16534746cf3a8ecb10aae9765d399ddc3b91bdb2b1ce15c59a4cc76f9e4cee6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:37b02c91edc5520a2371b6f8354028e7404482f3e192aa74f683990fce40ea6b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:5097e2faf0ad7dd54961a6f4cabae703df9df1b2b41e9867b955ab9abfe8bd3b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:b56dc790cc28994513ca38162ceed6f6e10c99a3142aa2abef9bbb7fee86d924_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:f4f4b53c8b205d611fa6bd641be601ead79d73bca40f838049eada4d5d0df227_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:2a6400cf874eda4c283683a9733e63a7e8b5ce53a37eb5ee30c07b14a9301a76_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:3908e08f8cd7c94ba3e5e382ee40cc02db84f5b0a4aabc60f5d17142c42437df_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:88f2c3ab06c1757d7681ea0b157b48847b6543dd9d1fba7a76941d9bb49b92be_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:f7b123897a6b90484fd938de9dd8ecd1b104f2e70e0564fc10aa1b3583ad1011_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:292e59f484b68803dc0076b9fb7b9f426852c967c235f9923dd68d8448013794_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:59c896aa966fef8ca6396239201cb9f1821d71f1e4787c4a03f36190b8a42c76_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:6023696ac24b81f72312201fa6c97a6ba4f2a780fae94047968dba982278562d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:d52e3ca8cf609c8d15dd77a525466184c5c9c641db88856aed56de318e23f47a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:10532406aac6636cd860a0517ca512f6fd8a2505cdce5486b793e9cb2bcfb16c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:567ca37a4ed2afe89da71f0b33af4e5e3af3f89acaab50ea32325ebbfcf86aa2_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:a3e1cecdfc749a34b7e3574642458edc7870f03ae9e1a2e7aac63e3fecb43eb6_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:cd5d904d0e36cafd45ea72914850b748e921bf4ab9f454e1e6f613d2f7b45a61_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:027b3596835e02a412ab6cb19ae476a4d3987a90403a46abb039ffc2f1c775e7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:39af4cee0a425da0814b28bdd6d515a397544d3c5f83b5e9cfffb7aa33c4fbb5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:8516be3a082fe2a93bb5976bb394865cd85aba4beaa399055a76bde057d9e70d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:b2426b3664db720bd7a53cdf4cf376425ef8d7c6c5ef039716efd00cdb9e3e6f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:24603d314b5539161b5974f234a9fac64ae0a36e7100a708326265ee568f756a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:79385981434c7e938f71e4616bb61c0f37826ab4891fc5b370479383bfa9d169_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:7a5ba0b22dcab9e3bdf107a7e443a212f7a9ec343f41d3deada1aa59091cf952_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:b7cdf071883783cda48c2663e86e3e271f42a470f2f22d73bae8304c87c2e712_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:0159ee555501103045d1f188ba21ef468c3f463251ff2debae0c8e1999f14eb6_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:237a287a2db660c2b844ac5e985ca1cc70be0f7732c7beac536e3c3e09da9b71_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:31190bca682241fe6ed6bf64602560638c963d70127cee441cd991f82a17fa82_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:da97b83cc6f07e4c7e72f9d7b8461fea71ea92e1b29e6117ef0360e088d7adb7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:06ba4dd88b81f15bb0fea21bf039fe45d38e3356c19a6389dad7010940d535c7_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:cd7efd34ed2a41d64b09e5670082cd68776b31011532d0e02cb932467f05a24a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:92ab63720b8e0929cf11f5ec81a3a968017ea1fe2d0aa57b137e6609b1c07bc3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:94ca29a099adc0665222212c90c60d763621671428a1de28a75c8ed6e2be2ada_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:93edc806a96f7afebabbeac4280196d313eb789ec43978fda985a5445d19bc45_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:fd2d5df7915e62949191f0497ed98359a3440c424a56e8cf12d66e99e67d4a3f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:4947bf6c31aab91f8a0eb8f7ed55052a33d35b70fbe40b06e45f5e5aec94c020_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:87439e5f75484270318701b52e986973d66d6f30f4d00b0da08036b2db846335_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:e42c9804da1f84dccea6375967159daa56b38d6d029bb78617120ff3af87ee92_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:fdf0f3062593efcff1f58947da781fe9e9deb1cfa4a1634db93a0d6e40d069ae_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:003480e424f3ed4baad296af322ff6ec0612cb9107c85116f065f4622adb0f52_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:574259966929feeb14060fd8b80ebb8b5ba2ce10be9f19e66c1e53d033586db4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:5d40461ee29cd3134137b105576bca5ae014920da3ccd90b5729b326e848444b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:b1082fb3535909dc2b8eb0ed95434e571071b5dc4324c6d3dbb1fe892012d607_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:1e7f3dd79b1969fe87590b82bcf2db172533f401f37b975e26829d531042becf_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:50b6b05372735625c16a7ed674b1f056ec23b35dca896652ba94c5fe11ca7c82_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c01fce15d9f6b9a9a52b8ccfbde4b8a7aa1b969d7927430eedd169c0b5f28113_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c608bb7e62594f12c2f52a78eefeddbdc11314494ec933698ba52af303436f1e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:3167f80d0848b65adf52382a35ab3a8c76f06fc5b706e001c2aedd897371e56f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:94f7a32483750e9da8038b84e4e1977fa22f099d3b29012a40ee059ba0cca9b0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:c8489b7e4c95b36f247d85adf5181b39691fa97f00bca455c4fc950c9eec818b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:e187b0624e19031a80b2fb26bfdd82cb8ec9dc66a115e5fab48312cd8bc5d014_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:3167f80d0848b65adf52382a35ab3a8c76f06fc5b706e001c2aedd897371e56f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:94f7a32483750e9da8038b84e4e1977fa22f099d3b29012a40ee059ba0cca9b0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:c8489b7e4c95b36f247d85adf5181b39691fa97f00bca455c4fc950c9eec818b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:e187b0624e19031a80b2fb26bfdd82cb8ec9dc66a115e5fab48312cd8bc5d014_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:174437f0c1b3b1d8dd82307d1fabbe34821ca30d773b70ec1cfb67d45e0c1e19_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:3e9dd635257195cd5c90778267107ce11566f35c60d415e4f8bb9ec13fcb4477_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:56dc1c55657428a6508c4eee1940194c81fb9679a11a3777289749afb8ac12b8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:a8b4f74d041370868aec2986f884db5e41ee82baf193dc94701c5934a060be0f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:174437f0c1b3b1d8dd82307d1fabbe34821ca30d773b70ec1cfb67d45e0c1e19_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:3e9dd635257195cd5c90778267107ce11566f35c60d415e4f8bb9ec13fcb4477_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:56dc1c55657428a6508c4eee1940194c81fb9679a11a3777289749afb8ac12b8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:a8b4f74d041370868aec2986f884db5e41ee82baf193dc94701c5934a060be0f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:5d9fa9b4f15954cca4a5c46f00840bd1047151f89e77da0c4250b673011fb6e0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:7b167041fa1524f28380783f43e5cc54763d84fe17c32bc35cc58efcb147c2a4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:d7881138cbe71cab0d372df6c74e11ea195ef6c55c812dc36b84b1e29f8d788a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:e7ffbd7d025233611c4a70dd7e81eb0cb0ff5880c554cd2dfd9f495313902032_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:5d9fa9b4f15954cca4a5c46f00840bd1047151f89e77da0c4250b673011fb6e0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:7b167041fa1524f28380783f43e5cc54763d84fe17c32bc35cc58efcb147c2a4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:d7881138cbe71cab0d372df6c74e11ea195ef6c55c812dc36b84b1e29f8d788a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:e7ffbd7d025233611c4a70dd7e81eb0cb0ff5880c554cd2dfd9f495313902032_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:4dbb8cf627ac6c902416e06181beeafbbe3ce1a3891eeafb504d8169c29dc359_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:5c4066929ed59bb460091ccb5b503f5c09617459667e3b8cef83fd256c1f9ce3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:829668fbadbaf7e87cfb9cf9cbe304ef8b9a343dd989f9a9c887c7352f0c0a01_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:bc3d45f66fed2adcd79722519ed8ea7f81dd17dfb960d06ac79764b66f421c9d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:4dbb8cf627ac6c902416e06181beeafbbe3ce1a3891eeafb504d8169c29dc359_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:5c4066929ed59bb460091ccb5b503f5c09617459667e3b8cef83fd256c1f9ce3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:829668fbadbaf7e87cfb9cf9cbe304ef8b9a343dd989f9a9c887c7352f0c0a01_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:bc3d45f66fed2adcd79722519ed8ea7f81dd17dfb960d06ac79764b66f421c9d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:22ca0ebc3fe663bf0e9270067ddae2e143bbe0401ec4be56f56399dd038bdaed_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:26044987ded8bf944da915148c69be6e247e3e1fca35f0c9d0abfdbb61071e93_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:a988a8373d3f22e2c162052a01e7eba15cab6d0fae768bf76759aeb333c5838c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:aef67ae561902de2e77f7cbf09b98be2efaae40bbfa671d33a73874a9fca506f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:22ca0ebc3fe663bf0e9270067ddae2e143bbe0401ec4be56f56399dd038bdaed_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:26044987ded8bf944da915148c69be6e247e3e1fca35f0c9d0abfdbb61071e93_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:a988a8373d3f22e2c162052a01e7eba15cab6d0fae768bf76759aeb333c5838c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:aef67ae561902de2e77f7cbf09b98be2efaae40bbfa671d33a73874a9fca506f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:3d60041633a1f162c71979b435c96e1b5188df0e04e0349602ac6ef7ae91fa08_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:61dcb1b12d90c58eb1095cedd0f8d050b1f61e68d3bc05037e8e94c274bcd855_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:85363677c4bb40f00d43ca5d6491b03bf73b5aa2cdd514509a8168ab8c47399a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:b2d065c15021ff26eaf335e8365b797c9c0c9b54c2722a4fd88b015d2f3b2aba_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:3d60041633a1f162c71979b435c96e1b5188df0e04e0349602ac6ef7ae91fa08_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:61dcb1b12d90c58eb1095cedd0f8d050b1f61e68d3bc05037e8e94c274bcd855_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:85363677c4bb40f00d43ca5d6491b03bf73b5aa2cdd514509a8168ab8c47399a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:b2d065c15021ff26eaf335e8365b797c9c0c9b54c2722a4fd88b015d2f3b2aba_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:089dbe82b1e1deff569436e344928255e7446795ee2c1965551941f4dfcc20fd_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:52d2793450c879e8cc2df405b8f9ce03239f3ac832705bf8bf071b6d6c1aab00_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:5d68aba559ef836f0992f78c78a8dc79fb5a680dab2abbc876a25041ab8767e8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:a40345997aab0e6dfe1830ffcc76320acb4a19743cd8ddc249de4dde99697d7c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:089dbe82b1e1deff569436e344928255e7446795ee2c1965551941f4dfcc20fd_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:52d2793450c879e8cc2df405b8f9ce03239f3ac832705bf8bf071b6d6c1aab00_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:5d68aba559ef836f0992f78c78a8dc79fb5a680dab2abbc876a25041ab8767e8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:a40345997aab0e6dfe1830ffcc76320acb4a19743cd8ddc249de4dde99697d7c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:08a79a55c753372a11f38e7573bfc6a930e21cfd4cf78a583b298c2955fd76b3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:656c38b2cc045e620277466f42436ba47633b284107fd2dd77b2a20b6d92fb65_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:efbdf6e8cb6fbf9141f2459feb49bd1e4f9b99d0607331337ecbcca851c6b2d3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:ff3fa757849d5246cc4998aef80a5a8192ea48221bfabdde42d3eda664f00107_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:0ced086ae1f60e918833e7296b812627bb201d461f64b154b238e6cdabb543e7_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:825705cde8c5cea16fff7f61b99fb8fe77b00fbf9f910dcf980491c836299a9d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:84f0338a3c427ac9c88708f5611286972a71a0b67425a82b28e6b9cdb0777fdb_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:db72294ec20391b00df5aff0c61131e458d53c77f8e7ad46221bbc1a0e48c627_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:3abf569beb7de9365d996b72deb8d16da11619ef721f4d7f244d275123308faf_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:95fe24d21ca65114bb288e30d3ebd77954db630a4a3162dbe877aab4dd9c5cb4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:e2a10747ca1f65c6d894e6eae44dd77d1ee826e60311c7fbf11ccb5ba3b35c20_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:e6e84f0ec9ae5b483ef8872c9703908b595a6d0fbbdc368e19eca8b58121025f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:5999694f230c5fac3ce7b5f2c74922088b437067f775d23e01e0340453f9188f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:a91dfaca38590d32108269bab1c7eb59444931bd7a994de781398f50d228d988_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:b7947f27cc0ffedc07e93c3a5450cd87405352f93b39bdf66c1c045312497d35_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:bda4051ff681d545c59cc6e9a02583278236f267de53b3c68605635689eef2e9_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:58e76dc80151dc5fbdd3089685b72d74b1aa8b98de2d5ef1525071fd972ef623_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:692e57961b5cb2225ea4d757cc5e19ddee4ae1bd5fd89429cde7ae9ed0ac0c5c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a80a31405351245150ab8feebb87ba63f5cb9dc5ebc85d560a89941f983a70b7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d73bfeebb2c2c0b386d5b2e909bbb815e9c39f6e82869d9cffcac5767f2de172_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:3ba88359360ca1532c5224ba2acad3d1588ca40bfc4829ccb8c85ea19bc129a7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:b237d7893ab617e9c2f53933cd87f2062de4b6621db677403e11ab58a0de10bc_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:f9bb0780a4d8be56bea13e9ab0f834835e04e7e8570494d37798ddb60bc8d7e1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4f02b77a2cab5ccdcccba93d51d2a5d9a92ceff151236ffdb8390ac4a67a4af6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:5510f4dcb3215d46c7c73b0f84744d94adc13d45066885abcc522c9f80185152_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:6db471dd0c0492d33613a34a2e53a1c025f1d34cfd3d7e4d2b4009276806433b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:1a40166f257d1ab58f04543cafd99a8b7fd88d8d0a1c970dd9b771b0f01534a9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:678ee1ac6110db9cc2380674735c94ed5f18c5c2d75137179ea2e100517ed2b3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:d19a14818ee13265fc1722ed2700a2943e56942442ce4bebb322c80ad0f2c5ab_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:2b6431891ea6d2f9af668ae5afecc0dc6719ce7314bd59a89ec344cd46214565_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:60b68743e0d82aa2c39c47afd70a39fa7da4426772b946bc4afd8558350d500f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:aa2fe1a953150e3e4160160fc7a121c952e8b7805564ec63339aed27ab2dd3f6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:00fde8b59b779b0b068e80b2e1874c7d351022aa4142d779016f08798955270b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:13a92758fa914e1267dfeea1896210d3a2a665ad05c9256b1b0192bb8abdaa7a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:146f072051e97a611f39759f5a5c419a883b0e64a1362b205806913b6a8153d9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:3c37d2d3853372a7304e39921f4462a44d81136ce24188e7b61fb63e73c97e5d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:97427755eeb8b957837189ef49fb894b743508a1950645e8f42a08eb7b3ee0bd_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c03bbab0f14b2ca0db5a24c2cb646899fe1a4eb4cbbbf987c3b17b22bcd3d995_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fa8d5b44b4fd8273f20ab466a88a29d6ea344484995566640c17c67cb0e7d7ea_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fc06fe0990909d66e2981f12a6fb0f35967f834089bb348e0c4442d47d087214_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:2199c2a7a9e5f483699e62faede55d3df35fedcd4ca8768f05f48e0fcdb71fe0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:756352e643e268c63330c33c30ee12e27fceda1239390fc991f06589dbd78959_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:81c0edf7f04fd4d89dcabc840e84288dab661a2dd7eec8553867ccb5acda9b5b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:856deaffcb6e4b4b9d7503e91f3d23b8767100a1c8c72a6c472e1f882631833c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:5dd9628769aeb00b44e9a18fcbe1d56e7b172805be508e7b4ea85ab1b21fca3c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:6d25728b5108a7941285b8bfca698ccda25d72dbefcfe12dba929cbb0c24690a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:7bad17203de6fe7f1ca5e3d3f192a154d48368b6d877b66e60825c41041600e3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:94a23b1f97ca91ee3195c6ea07b4d867d32c717279fb9159bdaf3413f8e05582_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:17dc9edba250dc41896d18e2dab48a9fe51c08f0cedca362566f504bc1b90ecb_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:f3148cf7ab32c8d179feeadd09f57c3f3a8296aa4b013d24f63d61afcf57b0f3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:beadf30285a781c710de30bc1ae87d2e8a3bc13c2646dc55ba8fdedeeeaa018e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:db6b71f10ce51d3b8940b551ed77c786b402a12bb287ef3bc614b259b44713d6_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:38bf5373f8d67ef1c79741f697d9454328072f615def597752078137b38f65d1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:9358fffe89e2f3a4783f6f3fbde49c1b19984f3e0252f4749c3e42ec8d8f5523_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:e49ce33f3bead2227d446c2b8ca852dbaff56af0e95f2882d4c1404286c22b3e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:b234daf9313e3efc2362f79a513d35bd15bb7c9b7a6aa936e12fa3a53feb7412_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:efec04960159b197a0626461dde2e11512787cfa6c71190a180ce6bdc9ff8c60_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:a68d4bcf134f78d2de8cb1bd1d9639ba484dfc613da1668f4bb2a044d5582f4f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:ce2d048651c8b159bfe370425e5bead6a0873253ddbd6d6497ff429369798968_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:75bea5902fd17c1e4b9d9115cd160c55ed9aedd67ca5fbd14e9b0a013eb1feaf_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:78a6b3728b3e9c807b1b80ef6e79d29e5df49b5c92c5580ff31b9c2d6d013ceb_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:ae98a6ec26befeca00294a2b0c7ce210bc7bace1f220571a35c04ec14db03e5b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:ed131d0cfadf5b581837ae7b345053603eef694a0e074a6d88f992c55c3d896c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:18380c9080b259cc8d02487331e3ef1247d2308e6b1e70ce803426d36c0e1f27_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:1f51177c9d6e9d8adb6f61d1b171549573506a7a4d826e539c9aa8f942507705_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:b2ffb8ad7db07d9f7069d160daba5b7a73de760c7cc161106301d3654883553f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:dddec677a6081085ad00e206077030bb99713e506277e2ced311d492e86dab02_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:38563974217bdd53752fdd063138b0a11e90b85dff7f9c7537de064033f36966_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:c420d49c96f376956982296e7a03f4febfe0cde367fc95ab63a87642e0b361c1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:ca2eac21c18a227f5672c8d3b50469953b29cd369792a207614b8b25291eb931_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:e5b54fd6da54c520f1cff80858c7bfb5b8b4b378fa7a57ffacee623b1d77cc43_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:6f4aa5824d6ecd57443e2bb696bd3e79703269df862ccc42d56f9f9d7e060f50_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:7924a3056fabcec515d879413e5b88ef00fcb7451c884b7f7743d3679f127a12_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:c6e0507565b5274a8b474e772093d75c2f58ce178da633c24cfdaae3264b2a8a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:f85276401d03d6f3dbe5de6fab4cdd44379d4e3cbc3d0ea53efce7eb9ac59d60_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:321c1737ee36a2b23ac9e1ac85368965bd0f120d8577f5999c3f6d3797b0a6c7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:449dd56bdd7e138d514aaa0c4d9489bc2d8e01b0b4c459131b116f221e2956f1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:50ffb33fdbac78a475913b7e307e730d40a5934c743cda0cf45d05f6b5712459_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:61dcb76dde13dd2ca7d6573f2a7c09a5cfcda1de1294e5a506d07e14e5408a90_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:4636f3477179b218c2ada2c241a65d804f0798743da95e3a171830736f383160_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:83e26b219bffb578d76bf9842585f4307e41a8f6f20610054842b3526dc5424e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:8d806e0cf0b13ce667b08498833473314716c59b6bac3ab96d2d7956e7ec86bb_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:efef95d7a9a80b5919d54fcddd2d2996294988efefd8e286f33902ba4b94df81_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:99811313942236572f7ac4c4726f6709609452a3da5e811463e7a9263285d8dd_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:a3027db225c166629284e11ab26f4d8dfc41a2fff2deacc99df5c4ce151b5fd3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:c7b4aebff94f6bb707d9c4ca28ef6c6060571be88d9b9eb53cddc39fc1456f76_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:d7ac53074e1cfc8218326b613104a28aae4cee1c67785de8cfa755d1772ebb13_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:56056031eb0746e98052842eb628a66ed222b1dfa1c7cba6e511b4bb4fe05533_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:79f3b697eb24b1f1fb941a3adb768c4fc11e742e4de8b917900fbb301f5605d4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:cacdca41cd532e2a84e1acd9a392a5ad73cd5f74b0215da3ebbce77885afe1d4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:d1d39bd6c538c62ec5e18435e712b1798183951d4238a970eb4ee037a9a70f51_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:634a8c373f209fb3cf1a9251bc2cd8cfecf9390b71ed4089a57865bf15013d4b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:8a9dd162f613ba32fae56bc1b9f1ed10c577b4e3aa3c42bb08e3abe76e820c82_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:9906a9d16a474aa1d103c169b6e64b13009511c45a7df76fecf76ef0e25f2a29_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:bad61947f5ee2cd63364f8ca7cfaf343294934b448a96b4e0c86db4430bef34c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:00608f5cbc3440cf612a54f7dab4812bdf3c65cb0639e2ad68695f95f399a559_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:577f1f21d3e9a632d5fec2d0545ef62cda58a2f71dfcd2a7cb0ddf420841092b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:6cb0fb8c18dd7ffc43887ad12374f540c4844b62b69adbcd9286820e51249309_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:dea046947cc52f5b617e5c2e273ed1fa409fda43a2dc0eeaacd1fc0f27fe7ee3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:813370f8fcb5b9e8830be339da8c73c5303a5a9755b18a8d26b4ad58007d2825_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:aec19cf38f563bcb9c4254432305bf11883020c9e2a25b0f50f71981ef6aa161_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:e8de1336623bf1366668f6a56a55b5553692303ddb4950a4158176dd78a458cd_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:fc3f344bdf3d6f5d9c0e940aee5e25662b05ccf1b8827f81ba140835534b655a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:8e925337d28c451279d1922b0dab9ce2a4919e0bd75a293db234518c09ccfa92_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:d134d9f1085573b2ecfa5380e17eafa45cb573ce00da1c62e0ca769c6ac28f6d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:0d4f60f600d906f1122152da7b8b0449a938f5f4dfb2ed198065d2bd3a2ebc5f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:803ecd02649eef62da8885831e2d38917ba51b891573c195b323298bd71432bc_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:174f58ecc534af5ba1915d204f2e829972d3632652864eb1d61a95de29de7eb2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:64efbcaeb77bbfaefd493170eadd2eacf6af2da186b53ee1803fa2283b2e5711_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:969b7220dee835ce08b1d039027c776c83b6ad3da5388772daf26e4c8f09cc80_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:f01e210631aa090775e7f3b07b8012da4a4c53ecf3aea6fd9bf8ca08d49d511f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:2e07fb199c7724f86935b745dfb5c77991205c9c4c45ee5961abb57abd0cb823_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:ade497f48de9224ae91409818c6e0571e634891a84ad0057b508c3ac85b21b05_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:c495c52ec300a44ef4173edf15624688b38011a3ff5cd738bca779757e42d958_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:c983af07026014d73b6cfc0d06fdd31a7dbebcbdee204cba1a672d24608d4d14_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:21209efc735beb2bbc8daca5776cea1ccc5418b51b97b799561fcb751e8491ce_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:e87a5743e86e549e3b17b57cb6c3a93724ab85796407a3e4a0a816bb75a9a36e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:166c39667529c8deaa8cb6bdcd0f973c115a44a33ce2371e0c956cf157498d45_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:e527f1aecb09a2c40e856370615b16e7797be1f9b82848e862eb88a42a9e3eee_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:4b743b7d2d78e0f2a887ab796b2ac9a150988aaec67dff3adde88687e46f7b1a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:4bc8956bb61c0451b1fc424ec1b8abb2a4af487ed8911d952c367592d31a4f3a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:71c807e7cea2c0944f06dcf96bbffd21dee4672e7274dc817dbbcdb65677a6ae_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:59adbd89a4a3fcb8f845a9f951063c2c059e9b67c043351ab1ac1128e0cb066d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:8ece29e4b3c200c4b113a12e23ba43349fdeb827b050ab1179b97d929de452d9_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:b9c9b5e975e00da4e745d6caacf725e37ef8510727d354d65a96cbb51fcdaa86_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:c738b9609d40a0bd2c17207f9113948c95e55f4e216f2dcb1f37a42914669d6d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:81cfb4ee1ae877a6ac439db16b4f91ff789b50b8f02908858954afc51e7d9b19_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:ab00d7940fe91a26c7f45e6824c8afc516bb655a6c725c0a3200ce164e127596_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:b95d59ca455992dacfdf186d011dc3dfb0844827c944b91da28c1b1e678948b8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:f1adacb5d83f6207a7cbf196c82d30feef5a41fddd90520fc0026396494f2ffe_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:0857e1c73c07b272f017af571c91b3bcdc108540ec002da89b11ed2690c03de5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:0b2599c96ad1b12dd5ebbfafa53327fae38e586b269eddfd3ac87e51d38ff0c3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:750954c71fd9789e0e4a93f2cdb25e4b6a8e4c292bc7f6c28397619c980ca118_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:68a7b4a2434007d41d8c0f29accfe43e00b04ef18101a3b400213c4eda9117db_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:96538bfc448f0d0649d003f11b49f989ca36e10838f34fb91a9f7ca8967d574d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:c2853ae37c6d4f1a44d5f03f77825030fd584268fe67856fa611487d2aef7afc_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:d2e88346989d7c7c40b556408761a58f3e179856ccadc1e7780d103981eba9f5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:08a1038d6b2be6effe347769a0e2fc89c43caeb44dac796c34481274072534b0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:5ba881fb649a3cfaebc470b0fbcbcfb799df2205477e3263adab655bffb4c268_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:c8974096b8764ffbb4a9f8279a485508e9457c0f7e176c77cb779d3ea585a15f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:fea604dc691a2515b1c9a34f6b41afb60287a5420f30b8957911403885658e04_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:69411bfaeb395222009f0ca46a1bc3e456907b650a285f56e26eb207c7ca4383_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:e20e87ddf196803191368f1dc4f6cca4465c1a92fbcbe29851ebb1f908a55038_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:f051e24c3447762f3476242739a696f882ba9ce210fe775256dac55eb28fcad4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:f385411362f79afcf35acac0f49acdfef8b9f5ebdabdb20cb4143f33bb505733_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:2e6cf654f0c887465ff3b3ddca67c12e2510a6b82a69705e1fd055ed30cdd9b2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:56e0fe3c3d2aabb7c30c6ddd28d07b3005cb128c82a5d0a51dfc8cf1f1cfd2a4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:8c01bbae6f1cd673c1ac45ee550a792409e534a1fbfc4489269c5d849c4fb119_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:bbd136c9bee87cfd71601d22fc05f16a7b07996f39b41195cf5105a84f0e847c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:683316d9efb43eeb14a1e3ac0c8f8bd98771819389d89c1c0ceab8afb3e61c35_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:c91b7c636c3672e3a38ff2c5964d9352f573b32abd2205a6bcabd6f555068c9e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:e1091f8361184469358998047fb0916f7f8a22706609fd0a9ba5610bc17e947a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:e9a2908a457f2935037d9f4a27d85d77fa334c4ed7fdd1f593040e0bec592161_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:15131025164bf722ebed8724e62f4b70ba018f3d9c671476f33e3485ce3a43fe_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:400674850f994c9de28b9e5686789e97eb0dcb235474f8f3a42068790d63bb09_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:5bc0e064ce599860205080a84750abb3de613a2735ec5f67ea4431a7a6f9249c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:a7fe5ae007435227287fe4f4e9e1c75f53905ac1c1e4eeb183e9dfe865a611e9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:2936230694f5ed225050c118595e401be4360ef7d899cf3554c42e40bf82921a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:3578bc2eb20c76eaf6120449b7842f8d502269454f962379b026b1342482af0f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:afe42b2c8f953258782138392a88fd1413fb2097c648d559ceff1f3975dbb1a6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:fc8f8e4042ffc6ff97d75d2c97c2df435a7f2ac27d54109d4873ddac71a82069_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:1eee004700ca936c97efdbb97384677f3e3f2a2d42606967c1cf9c6765317154_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:2575052c200b4367f535e1bc653561492dedea225ae80f298045f4309c20f7df_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:921d77cf40e5f25b256c397a9538deb9b5214fd1dd320b272ec73f368d965325_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:ff3548b2acf73724ef2672fdc0533ca212dd20cc55842efb49a4302a3d152c1b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:4ef2b930ab6b1fb2f7c50dea6b34d55d45fc3fc4464b871359ab105145ef6b6c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:85d787413a3e60a0064132f45a19fdb810082bd401429e8248ff4df750bdad12_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:8eb4f27d2d6db0545c96878704a8d5265ba9d847dd8b6ac823cfe8ff6689554e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:ede9c2be4904769a47aafef33f068a0e67b8458746c74199efe17d745624d3bd_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:8e1c3cb2cc5f294d03e007b0aaf322662c3c6c09245c61a9553eb7b33a02d3cb_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:8bfa6e267d4b8d65d364bcef54b1c09399a64dd7a5c97116e2b8358e0cde0cf6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:00d9e9b53df16cf21513e47c4a980eeaf3358af5472a4a66f7b8ee422a3313da_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:3148750b4508846de939bd0907eadecf7d8258443b4a3d7fc30b93c39c4abb63_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:646817898e42b4ddb0768945180739b794aec7dc3e31f5ba809569d87bdc1fe0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:7fff4f51c84e229eb72015faf1e6d9939545cfd1a6766b8f1e4f10f17029aaeb_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:2e487cac721a6c9b8cff331ded53fc6ad0397aecbd51c1384632319d573bf601_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:4f4729ce2ba297f713fdf02edc3ba34d649ab2e7d648a47af99ad762fe4c9e4d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:691e2b24b901f3e1a669bbf5188b16e80c8e8d99433463f36aa6ad087ccb11ff_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:9bb9f5cd5e94fc8041d25e9a9d10aad1be92c734c8a8dd618c93e2d2cbe27c99_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:48d371c93bb28c4282f540750b91ac299178ee320a79178b28ef77d294cc2452_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:4919f1c330d56e5dbdc091d33e5fce13cbdac96876e773a8109ce807dee67b4d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:a6a13a734f336edbf73c601da1990c2eced4e74fabdcc6f66c6075278574730c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:d0147210992ca5d1b5d8465029135f3f5c400f7f15ed001858b6415946a22fbc_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:14587c92943288e6c9f56d60476f40b8f15ce7f1056913e5b4cf33f0a83af7c9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:9356fbf52e0dafc970befd18d5337a29e2496242b221727095c83d850ed45d62_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:d3c0890549855355461d90eeac26335cb114a584af9698af531eee0bbd809807_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:f6ade0ad3a5e4952955f2d40c0d867eaf290de111a2c35bcbaf7b59c3b734490_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:26baac061161143b4960d00cdc53adbe77aa5fa52b415b3ae3de1cacb18a5634_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:2d74639836f3384e157e3e1fccc2c10a90aef742c8d8c826317fd5ea88b1284a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:46823bab7a55eaeb658763753c36e75a89494371926db2f9d8c48375f03a04ab_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:b135940892cdd26c7e983f3c37d6d492cc588767dafb5960e1d5e9642ac48e5a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:2899f24f2fca98123800e88171603fe6022226299341679474740be10d59053b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:354ff055338adaec79759136d29087337e0658ca64cdefb447e8fe4157a8003e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:58b4935884a488e6c796db1c1a8e37189e2b76dad3a18483ccf06368a8c84e6a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:6e0ed09893071387d638004e2c9177d1933ba9cd59145ab3ecaf4167c9e955fe_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:17306fddebdf61a0a4bffd5ba6cf4bf595701c14553fb87968985e670e3a7f55_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:18325aacfd110965ec933fd9cb5a873a88572fa0507be6f64519c42306266846_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:33b3ac785f10dce0378b5ce81e84d4d6799e0ee2e573b45e4fa8bcba3ae83d9b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:a15084c226ef3a1bb0488c272ffdf4a59bacdb293d0f1d2d3b0d3ede8fc856ee_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:039085f52e4730608fdc2cf5023460e7b1496a87d34c3f44e958be30e93bc88e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:799213061337226fac59a610753c8b5b5b2feca766753702303a51ae0f7f4ac8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:dc9f4de544635597483c56742772b5c471ff16f2220ed4a75aeaca2b28a6a40e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:fd8bab3b8804bb1b4ac56408fad43519fbe11ded255435ac22e20f162fe27252_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:246d18436f5aa8a6e9de5a6ea2a81c09bc21e37ba02ffe57fe836937ee54565a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:2814b78bfe377098e59e5e252759ed64e1d3db9cd00f117ee48983a01d3bbab4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:c7c37e63f204f3063bfd8f34e6f984c41e07718194379f86265a47749e269d6b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:fdeafcdb178182b8484c50c321886f8b2611d27ee4fd1a7906eaac8054ab9625_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:1d6862cc2b12521141b533f7ebfc42e558af07195fafbb8f7be6ab7e64ecab34_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2d473ff75f549db1505984e23280fa2f3a6570d19d7ed72f78bf0ca6330f0e91_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:4b721f641f5fe989d9a0ec209ab4921d001360aa570cd2a7a9e5879c8e1804f4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:713d23b937eb12215688c4d67649aaf4270ece88b5197ff85fd3486b89ecf572_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:3d1d10391974723b15b31315b9c99c98b8296c61032905893a88e42f739f4a54_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:65fec2305e5a5e05b89b507b3356a8686bd11372b59d1ea078a3c9794c2805fc_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:c4a5f8deb979c46d9c6babc5d52d026a0de3bbdf08238fcb798a05b6a76d69ea_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:cb06db0919e77bd26200cf8610277dd5feb9e627de2dfe43317fb4256be7cd0b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:214521bf60ec834c8d397bcf685e2ebbe39921f4deee0c09b9601253d929e583_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:5b057bc84cdc3f1749467d0ef85cf09d6a06f783ab16fb57c5cc19554ce720f3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:8150193ac1d183bc045856ed3862107d045d2f0582f60ec4203c99c641a8a30b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:af21478733313da2cfce7c56cc6151609b18be0f096532de317313abd002bcb7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:9499cb5614434c687db474ad657de64098ba4d1ee1f643194a92488a21faf652_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:98d2604ab5bd65c852b8d6efa756b045cdc2833017b874af343f47951b015b2c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:b594ea68afa771c39f64ef2002eca85d0541e9b7d954721fe3fe784d4d6aff81_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:e6b9aa21e43519da9b49140c570738bbc43436212ea75e7dfd0bee67c7c3fd62_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:0ef624ef1b65af220fb60fc4d80d6059aa5061e8f9fa800410019ec42e2fd839_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:5623d5f0940fd4e2dcd11b1469dcbe95f0dd801feb2d92c3c385628c82dc993e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:711a9081e2bb725ceda8dcda213f5f3475b326f708b077c4b4e215c643bcae71_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:9e35a4faa30dbebb4c0781e948a98391c41500225be6e4f399a2654f4d443c74_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:b5eaf716c0b3223abd931fc510d8c93f6fd342de822aa115e60b80d48332323f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:c31b361799f39dd3e931b2ea44689df6524281e53de962447b37cca578954ac3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:dbf8ecc16795fd9c9e838e0b0e5bb67c95f5493f695c90093813819a71e6a989_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:e419449bd0fcb506b32e7042d3c1d490ab961e070c0715951db4babf43b1f527_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:265fe91b3158db898cef1933be732ba61a1cb0dd4006257b9f0aa30a8d4bc654_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:30f55aa98a244d7b7072cda47c5f6b61f0aea4fc5e966081efd5c4c030a94271_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:3cf63aaea43c416aab8879a538bf238a6000066dd6170fc958acc281b4538b03_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:8f04739af1f6321c039253bef7e7c8413592238249c6b9c68bfe2b4c6742cd6a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0c41a5d04b68877df42b5e2d47b1a51a205f9b5bbaeb272b876040840df70cdd_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0f9b478c439a81b264c306f4b597d40cbd2b9461a2be9167d667ae96ccf2d80f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:7d1cce729216a86f6f3142e1dcb9d3c6b4eec52b35f55c1aef1911af499fd6c2_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:de5431ddae08fe8b534706adcbc5a99e1d93da3460fe5008f319aeb17280d6fb_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:27ef373e865dacd62cc3d29fa3ba0661280570b9f1e3e36abaffd6a0830896c8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2a129685c29ed30eda4c991cf88833941ca25afcbb0929766fc24aa939b3fbde_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:554535a577ee5e912aec65bb9af114dce400c54955b1a15d3b0d8a3cab725389_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f120d3b13d54b6abc62fbc6a87f7b1509a3de6c01e316e28a014e355bee5c002_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:27ef373e865dacd62cc3d29fa3ba0661280570b9f1e3e36abaffd6a0830896c8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:2a129685c29ed30eda4c991cf88833941ca25afcbb0929766fc24aa939b3fbde_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:554535a577ee5e912aec65bb9af114dce400c54955b1a15d3b0d8a3cab725389_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:f120d3b13d54b6abc62fbc6a87f7b1509a3de6c01e316e28a014e355bee5c002_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:8846ed3df7609e0a20e5020c5019e066e3156c5cb3e32719f55405b54d2167c4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:90ef3f26f00eae41ceab0866b5bbaef1ec56387f0e02c55ac6797ee527c829e7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:de9a1e420ff965ea9dcf80d4cfa0f99e351fd1362dc883b2dd75bb09d88f509f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:eba4869ea1ac77524cdc048c718c20e3e30da1de957570ff28840c8cf3c65d34_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:caf4fe81752b9984c30496aeb287eee457aaa9a51c1d4dc8dc47552f927f8989_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:eaef6750f50858e6c3f22961f4e31e0bd2600873d23881dbfc2968ee7d167aec_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:c40f3fdee914e790347ad59fc55c2424628927c75d88bbd40bc39783075a301a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:c43678e689872e352ec44d2a2f395199a34ce16d085c4f7e563ee3e9534bdac8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:9038c74fb45e35bf411a05528ab578cff9cc10a8b0927fbad0a735e3b1d414ec_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:fe85c1ba2ab6ad8f94b1858bbe3f6cdde4a7c768fd2a451e79ecd4e0d780c99b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:3448dd1942c7ffd71cdd12b778525042c5e38485872c6f579229cf786b20e9cd_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:e2439ad3e79037d4b53d6ef9514a7cc3428f57789ada20f9aae6c844fa35019c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:3be8282baee49a9fdcea455723d5fd12ed820ea578af9deb23171ab09156c9e7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:4035f82b6b41d63e30cf4e1b04631e5890c76f610835f8365699bbd633ea3788_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:7c1b269972bf5e330da11df053fe60f0a8f1af43fb34ea0c22685fb65ad53715_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:b5657aca295b3a67c1cb6525a55fe234d959098f500ac7866c8cb7c09769c8e1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:39d2eed706008f5ebb0d2baa19ebaeb77ded4e0de4ce28e0232f614f8df18c5b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:6e6882fa1afe45eced0befc1bfd30c874c888a22d8656d929eae355be8709ec2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:73021b1853b79ffeb0d04c028cad9905455214a59cc50dba01ef7f97372da705_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:8d791856506c0cda2cf02f3903c6da293a257ab6326960931d0e5da995dd3d82_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:93bcb96825fe79993767a89bd7305a5f6ec39deba51b6a48a307eb6a7e3e508c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:d0d43e6dabdc4f060c91b7d247a444b763821f61931ef78eba33482eb493acd0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:d7ab49355e1654d655aaa7a12967a5bbfd34d7175f7e5b9143ca9abbee0d9b06_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:f2a68573461f17d018ff650a7dc8f4fe233cad39bd64e8e006a62d040a7befdc_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:5c2fe110d1caa5d7b14a653f3af1194bdab821255758880809e9c356341323a6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:6bef60acc457405d245a8d7b17335ef424ab68962255fd1bc0ee5c87b73b9ed7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:708132b57f6743a257e0c14f8955beaf7a6b759dea9187cc02c0072fe01d7c21_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:dc3a9ba0d7083481d3717e6b486b130674223d5ec26c40e854bc40aa9d819538_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:1a041a1f772f19dba24bb7dd08cbb374b8b9011e2982804d34a739e5050af270_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:31afc8611dbb85e2afa41373aa19b95f19f3b6f3c9dd9303fcb324566ddafb05_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:4ca8edf1c43441ab6d2b34eb7572659d27c7ea64c95a5de9e12cea5ea0dd2799_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:e8a39e1add8a7a4d65b17aeee0bd0b0bf5292c432e56fb97ab52f1865dbcaad7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:10cab7813ac451d2d17414591c27d5626a7bd43d7dae6f030de9291f3f0377e9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:2d83001997d22839a2df4acbb23553acd372c163df0a8bdbb97080d5274b6925_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:6e4889fcfd7cfd56cb6a4bf34e30d92b5893a64e8a036ccb18eaf9fc1fb8bdbd_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:d348bcfb0e822de362a7c67ffd9f572569502d09b3f2d3a4475ed4810f2e2d6f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:45d111c26b3b1b96a1911dfe65ed604ead63c26f9f5534b027614d8ec8f11a6f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:734cc9b8e88fc9b2d7c30535080a5c0570ae19bee912486a7d27255ad694bfae_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:e02754f15b7094b2956ae2364dfca3ac178bbf62bd5dc2061d681cf645129114_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:f081c5b04915471afae962eebefea4ea2b71e0afc6d367f59c4710a3953239b2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:1248b42c2a006bc5117a42c76ced63048cc3fca7b5f0dabe1a5d16efd0b8f604_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:ad34ac62efbe8c297baa00f75a7fbbc87d1fe9d29563811d723f0f10f8174366_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:c17711a9aaf902cc6c95e62c3715201e6354a76117166fc3715a27342c2be2fa_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:e28aa33846c0489e23b86bbe768a6d23a7e31e3830574792c5d5007979f05675_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:81774e36cad16a5f5da6c89483f4139ba295e29726cc5bb9fb119277e087a1d8_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:8f4fba2b28c5dac5dbce6cf38a064fdbea5ca1ab2e039ae96df7d34c90296ff6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:b18472469fc37430b4810a9551fcc833c52df25bb34e09bec904c82c172ce268_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:d97ac99882fc7894c72d6030a4578fab814b2550e6478be0bef5eab5b41b85bd_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:74531d0fd46e112088ae1583e873e40ea082223804b723473c67aec06f5e8e32_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:8cfc4b26606408d8028903e16b23e16836d1eb7d9be0c6ac6b8968330ed5ee7c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:a0837af0880180f927e3c2edd48377d2d5ab849a06186158695e0f2d9d460be4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:c86017bd51d33ceb8f42f837a4b19f0c750967486b6ad647f01b7536d20c5d41_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:103c34c394ba900666000bc5627c63e1b564878aec0defbb91a18711aa95bd7c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:5273cef06cb438b801ebedf984156ef179be56b86ca0c1168ef1c2b9ec547ef1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:6772f96ecc0d3b1a9b021f66c53bba423e763e2ec31fab4f3f14a8e7e82b01de_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:703919dbe997e2b17f6063dfce55226c14f5eabff46db358a397a25effe43932_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:2d6037ca2e1cfa58511058b4555e6f65f1eb66f80b0e0d78110076bcbfaa5a0a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:43ea6c2d16a1e89c0a76259219af19d79fc034665551181c153f3675f31bf238_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:6178ef94bcfcd227c35d30a2479119f8e94ac53749d14f4892e44f1d6aaba331_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:df29038076b03784ec2f881405902f2bdb91d46a7a2bf38b75cb024ca6936787_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:218a452cc4548f90ced34504132e4c0048815a5e67c8d9f93b5e1987e83d6c2b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:8f19d00af7e51f94765c630bea606b7cf7861ef434a001987c07247189d255d2_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:c59e505cc5dd47f6aa71473d755d0f91bcc54d1d450830fafb3d622dab432ceb_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:f383f85c0c0470333be07dbe4923042a818b9b5949eaa320c0e99d5ddaf643b2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:00a118e4fbe39e9be377d2318d259343a159b83d322caa771a933c0696696e4e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:4bbe5d322d15b2f708bd75f6b7e1f52bd0639ad729910ec4bb488faeead2ebf6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:b163baec860229f0a73b3901940045535b666102f42dd61e453f196b77124604_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:aaeef54d7945e2f9df7ddc715776cd9133a335e39268dac2a65d4bb27b0baec6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:00a118e4fbe39e9be377d2318d259343a159b83d322caa771a933c0696696e4e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:4bbe5d322d15b2f708bd75f6b7e1f52bd0639ad729910ec4bb488faeead2ebf6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:81fff6216dfca869c758bd60a0efc7eec81c81005544dee1b52e1098b9646322_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:9b28af07fd820df432f76f7cbf5f6c17ff275307679b909b9fcef39af9c13aae_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:068996fb40042f413b58f8b5087a55d5275c8abb6cbbabba81dcaa8512800d8d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:29508b9d94bf0bdcda583afab57029f189f07e845cfea44972430a6d40c7bd76_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:631436430c6bfefd7ece74a6f1ce7eaba8d4da935d61ba5db66553155204e0c4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:9adc42aa480b66104ee6d0e81ecf7cccf7cf155b9082d063d9a9537dbb378ee5_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:0d1300f732f6e66a363b6fba2bb55e0187b2b345dc2583d1f0a1389f7526cf30_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:72b5a08e055d90a3eb6f8b0f3c8267d7cf7c8fbdb064faf381ddee94d2090f49_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:733261a8f75e4080761cdff18e6e619df7fc4de05cd2050d8127935bffc862b4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:cd0efc4e9a3014c1acc79fd8ca9cec790a71b7745e7ed820613047953da1d641_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58068"
},
{
"category": "external",
"summary": "RHBZ#2391958",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2391958"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58068",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58068"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58068",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58068"
},
{
"category": "external",
"summary": "https://github.com/eventlet/eventlet/commit/0bfebd1117d392559e25b4bfbfcc941754de88fb",
"url": "https://github.com/eventlet/eventlet/commit/0bfebd1117d392559e25b4bfbfcc941754de88fb"
},
{
"category": "external",
"summary": "https://github.com/eventlet/eventlet/pull/1062",
"url": "https://github.com/eventlet/eventlet/pull/1062"
},
{
"category": "external",
"summary": "https://github.com/eventlet/eventlet/security/advisories/GHSA-hw6f-rjfj-j7j7",
"url": "https://github.com/eventlet/eventlet/security/advisories/GHSA-hw6f-rjfj-j7j7"
}
],
"release_date": "2025-08-29T21:12:24.534000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-26T14:04:36+00:00",
"details": "For OpenShift Container Platform 4.14 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.14/html/release_notes/\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:5d84e0f03cadea0cffa8a36ea86f815c4015d18af9e7150dbc4ce7c3b4043891\n\n (For s390x architecture)\n The image digest is sha256:8482c7b8dda889961377707d79813d14f4283c8bfb93b33767b62f9c08684f82\n\n (For ppc64le architecture)\n The image digest is sha256:731eefeadb4821a0e9e4572039b85467035d0388bd003b8484324ac7c5917caf\n\n (For aarch64 architecture)\n The image digest is sha256:e116421add29af6e166cbc15891dba184ddc560c5976b424532f96bf0472c2e9\n\nAll OpenShift Container Platform 4.14 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.14/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:5a30a1eb1091054facc200e9518afd543192758a9bf2e664e44cfc531e10978b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:d8b63cb4fcd259a66eebb6605a7a105384cdb4cec042952b966b4f8bfabebf4f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:7cd191dbc1db9d5266bb1e1f958871b6b12cc93ad7394482f6a53bf5cee83dc6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:9dd169e3a46ae8eaf47028070e752a308cec0418f8102dbedadd4210b867e706_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2990"
},
{
"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.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:39f3e8a9f78d4756e9c681513c02b5574e80ccd7043e7f0130ea1e5505e27cc9_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:7dc4d67c2153b57bd1d0e74e85e21d898acdc5e792ebf3e9e2254e9c243069c0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:934e6f7aa8dead546ddb258b6753f8ffc577205ed6ac19796a2140cb242497c2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:d3c8598be6bfcb46c310e881493b8299f126b86c041ba560edbcdcb700430d0d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1df62178853e8698d9d86da8530144f3cc5671c77b72bd09098faab187f6a78d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bfb1ae8157364e5772facba2869c37414fa49fadc0b7a42ade55684e5a93ef0c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c70cb3d1a437e747e1d7d54f631853d611a97278fa260daed6c56f36f885e17b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:fc89d0c5582c76488c56d471746fc9f8acee50a5d727cdb559623af580389f5a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:5e1d1c77c595cf7cc63e38f771d7b2e64a4b31da119476238b26dce182cac160_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:d14dd4c11011464adb44f802bbff4820560b56422a8891664de65bc1f8da66ef_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:d26f4f47b5b3447e021d20ab0e6dae7eeeadeeb4f5529b85f8e836d6625dac62_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:d4de045b2177b2abda6b28b814c450961272ab3c982a4c1da29271384aff2f06_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:587c9c3ab23222ba8e4581c20758a690e420982196b416a0dc895071ba13cffa_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:7b806e315b880b6e3fd85f23585d5a8032637099242d0d1abdb7703d67913529_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:e8718288050d418f62e75b956e2d19b285e3513fb70771beff64c7d96b02ad8d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:faaa0f58bae404689e533be4e44817cd8008d1ae4c2999fe1b671e663dd1588d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:19fbed56d75e69a0d9582fa54d3328fb44aee9a119781a0d9800a1f948b79926_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:2e4109f5e9abff71ace58bf6c904d19bee7c5936d99af1192191ffcf75e87606_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:b703668aed81e1c3d2b3b17c7c05b2453bb7685089f2de6d9e91b9525ef14c96_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:fbcb0389b7f506b044d1b908c0fe8e8eb1fb5509cc006fff4ecc992c2dcf31ae_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:21db1e5da0fdc170417ff618727d1df59d264a27a1fac0df40f62cc6d0b92e34_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:2c7df73b7d4e11ccf47cfe561600541569d7a5daa04bacadd28b601ea9593d29_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:4671fc86a01df017bad93436e10f40c0ea23e27a73a58f76742f8010f60a3922_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:71684546a20bc4ca896f3daea721b658557f992f3b4d9679fb414415713ae8dd_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:209bbc308b2c772b4553e1353d8ff7d79d47fcba4facfae1649eb7fcb9b8fb70_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:21f468b304e0e0358ba70b05bb712b6231601b0e438a4a6d2ecf3239b016c448_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:654ffb6786eaa915fbce588d9016bd09927a204f797ba0104585bbb19de6e15b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:b71f4aecabf4c609d03b751b55cb94ea717983179b73efb6ff00001a514ff4bc_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:203a0938168df89a72bd108bebbf6be7652794447dd2ccb69f8aeafa28a3d6ea_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:204bf1950ee8144592b630869c44755c364392504de447c41ca0b8d011f660c1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:d559c94732a888059af7b5e723fd8464c0598ff02ac49dd4ca0e8c2ff6752a0e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:ef2d45fdc583671d6b145882f99cb260b370c18178efb43b42a57e63ddb36d2b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:585c4a56a35fa219f5a0d37861eab449241a71ea59bd6b200e7e3db34879a522_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:975ecae2d886df90e6854aa2ac7d0d9f3b6b415756f87e13b0d6c8a0a29e819a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:a640f43787725158c81fd3b759298b4cb0fc841a6136a9eaf2ae254b7bc5c576_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:daaa767d88c6c006e6a0a6625c68e35d60000bc3081be76bf89d35d23bd513de_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6a75f23de4af4f22be6aefb132ab72514930d0a29241ce36614e884bb58652d9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:87a2b1d5044fc95c3a65a066b80302e2429b62e3ca65f831994842371febb7fd_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:8db77a2fef0a9e5d7307d284c982f118467dafd3fbfb8e181326685852137221_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ac74ea8293510fcef95584bed98d33dd6b11672583b7c621c296c738eb7f747a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:0aef808deed9fb96b58f283824e1d3c15a8721ec39b16c5e480b777ad71ac137_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:675e727613bf0e5a3a85f4346866e0561838945eedc23619ea18804f8bf12257_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:8550f4f5bb2efa499a73ec16761aa448cf62943bfcbb4307a40e8889a6b83c42_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:b1932c7d09565a69842642106d794c5dd3a170345e34cdff9a8be3f64b04abb9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:28f0ab10c245d632ac282c48d3a81d371591a814a5bf553908bb14a43d0eab74_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:62202210c4f18a691ea29ac894a45ee52e2a4eafe6df0877f49ddcb6f6aa5c11_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:839834a01c39f2eaac826a50374e8ac4cb8a103e661366e512c62eae9fc88b3d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d57959fe134e8c76b6cf6b936b5ea015256e50a2ed550115ffa85e0e91d591f7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:5839069a2cd4c793f45a41023f2a53914a8b60e4f5ec935513b2640063067bc2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:c9560ed43dbce1ed3b0e73bf7d6b1b28540ee38584463a09ec1b38a6b09ae2bd_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:edce8f86ec198beb0e28cecaed5a1051a556e92662914eb77a14598bfd98cc61_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:11e30523f9e047f84527779dbd66c1be046c70b02daa197840bfdad6a2bfc025_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:22803a26a17162a465eef2269781abe2690ea22fcd86369f35688cef57e12fb1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:439f405fd3d827569af717e2627f900798107ff3c7987bb96dd75715b28aeb4e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:8edba5bc6956d8b5d2430d2f4d50ab31d71a50dd740b3557e5e9361099d6bd2c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:cb33b3f0160d1e3bb96217581854933be739cf23b22d03771de07482e8fd66f1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:84b554a6e493cbe4d936cdf9bf5f39d57a5d01ed433e9ae35be2cbb651cd7490_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:d985029f965b57700107fc5e5c10d805f83271575c32e79751e42d382bf586e3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:dbfacc2b8021dab0bc88bfeb107bc3c60885d7dd28dd6e716569e82c1f1b2050_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:ed158388ead4ac07264beee291cc7f4b75d7f26769876e00ee0d938a720320b0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:7b8f6f7d07b96111436e1f24d2f968eb402d94043216411e5700555e53d9f42d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b2b165722afc872b8b7e33baf3d203c5d454f119587ae2377bdfb15d9490ea99_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:0bbafe014c77d472d14038e2b46bc69a1e649fc9b6a4c1097bbdb354c34a41ec_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:1b1c50cfab6be876b4f25c0b27fa17fbbdeef827d3167bc0dcbc3341d92d41b5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:73b4d01b2ff7f173a1e49e5a6f019e3954a5b9f255119a8af87a6fcbb280653e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:f90510800365871dcda5645ccfe6055eefc38b59406b41c9c54cb29cb3e49968_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:4983e7e3d7ab2d8b1ee13bf734b260c3d56090b4551fc0bd59aaafec69ffe37f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:e0c269061957cc8b3586d4ca484c389544d3acda0077d96445e37d300eead15c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:6fadfbdfc9ddadd7b692568b38beb660a48f0cdee1f886e1451ffe0dcb73c07d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:f82f5726816a060c19917f06d37a1aa160b675953ebaac52f136e250e98fd332_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:7b5ff6a4931473798293031a401b2418906d91d62b5c7d1cad45ea3ac39462d6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:ecf14f2430d830ea24baf52751009cab008bc2cef501b358306fc46a2a32ab25_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:500cfeb055b38b0b9f76c9f262bc90ca2edafe664e517da1b38fb6a2928bdf09_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:78585533e3516310fca7f65c26f2f6b5e3fa0f3268ec9b338d9c53e96bb8822d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:21922b50b69626e99b6fe3741aaa1d2d2d08e56766d166b32046ba3c592a8d93_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:836c6111c70ba9228d80e09eb0e53344150b7dbe4bc1761cca6df0cdcc57efd0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:549bc2dbacc1479bbda10cfbeb3688f2e83f51d8e61fba07ca6816f7c56e9e0e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:d36656855883b3e306b6923234c26fb3ae6883fb235e58416266f3645227db0c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:5f035963d48b03c48682ee5e08df9929a84ae062ed1989e4e7b3ade0e22da544_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:bc70d98a850ba4bdcff403087fc8f57418039ee79bdcb7dcd2be49905a3b9cf8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:780dd4ebd061e9ae7f72f7d1964caeafaf1ed5bd0870576d8e81022ff5bb019d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:c3ef35038f951713ffe1951872a06d5bf731dc14a735b69d342b3d7ca197dda5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:1fdf87821555c4982cf42bebe5b46b58e1103b876970d69b298fa7527bbcd53a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:22e5b57a530a6336e81664f3886d543b34ac4f02475694af6fed90590c8209f2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:5f1f51686d55d53af9015141ea4ef00dea86ca65a6cc89b8b3afff34fa416002_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:c8e35113d1af6f424ddb2b3ccd7da6bb00e39cc7e9101ae6498a40926dd45f27_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:471037482b480a52f798d0fd05366ab7a2e92744f8902450dfc3fe2b88f6c2b0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:672c761fc4a8651c8493ea60f5d0f33aae52bc19ca4d55fcc1b94f2e002e1ace_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:8f509fac366943d4732e7d0f36f9f7223499c7aece9868713fd7de79f5fcd3a2_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:c81004be0a15d543f6e84b81622f8514d66f663a46de37e00f5e2f18a423308e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:974a00d5e9f5825345c437b3987dad130f084c8b983a2934e5b69cfa67120616_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:bf9e71e10cea47686d4edf0c60cba4fbb0c4e1bf8b805c387b9c070e2032e5d9_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:c6bb4ec25a7721ee6af5de90282a925ba47e6f26f4bc6b76651a5e811fe4786b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:cca13f123b2d8227760498112882fed890c50a78d740a84f21c1d58d58cb1434_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:32cab0a65fc0b14963201bb720a770bb68da3815bf306559da7ec5c8ed7c044d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:552d368f4be0334882e389c732ba4a46eb9905666b90ae2208101db7a65ba19f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:69d8d98aadf25c63f2cc51ec917ee5498fe97a013fdaae075186bca58e2bda40_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5969b94e914ff5ff8ce4cf32df64f10f1b6996832e3f2ab0b377dff46efc9af_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:725fb4e263107a568a1c556264f4e5a1d88adcd4ce5a2979b57a8fd4463065c8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:abfff75068bcce70cec31d704cf851d2642ca48a3b35ed48d739f19f0c311dfd_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:b2e6862fbd2830ca980b1066d15f69e1a1997316ecf700983619f1f893a8f3f6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:e073583037092c6649e373a5b19242df74cdb830656722e1396b274a041317a3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:01fcc59502a374f19532397c5c6ff43d2d308510f11189f19f75aa2944a04e23_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:31c0fab9d575ada9af8f496ae4bb2553f26b762ef2d6c39f6446aeee2899b262_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:60d8c8511f21d929058cfbcb7b8df55148935ae34db2dd4e626913ec1a54c779_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:eba94f94949aca0330425b1ae3897f37b2365fc09fc88d60615ca7d02b06e8a9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:278de54a51e74d045ec339e762c5b81ce4a2a3d40f1bad8d7c9cb4e5de898cbc_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:93f23ab49212aa9eb231527335346b45424a5322a5e9496a4c246e01f017edb0_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:d9205cb2f0ed16fc021fb8be67f6c27f368fd4deb8aabccec39e134218f2ad0a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:e4688eccd23a6b01995b878a5b7f12cd2640d89a7402747a94c8fbc48bf99798_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:062d502a4f595b6faaf24ab566c9b4d7cbe23d112737c749f6223d84b0cc63b9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:10e61696271303aedeea539ae19ec6fa8018878059815e5a58497e023ab496d1_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:e2ac15e82021d5dbd07c6548374bd47bdcc609addd61dcebc5e675293726563b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:f5e3d590f430e44eeb3192dfed40ebae4a6a90b773d7444c4d4335210b99a4cd_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:29e242c717fb61d195700e1f1665427ce99188265b2014aea970dd9bd8441134_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:c118d03728b27ee94fcdef1f63bd58fbf62475a5c016667a6a9805c7fbafa47a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:c3da083850cc4e2a8d365a2141e5d6a38b90ff9107631ed39c964a3870e01066_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:e50c7fb186e0cdcbfe16d0e1631ce1953c6df5f1b600a0753224225c475f4bc1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:47bfa9b89ba1688e7c1a6d4fbd9543f274be9585d328f94bdf96c82ae98051d9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:a2062fa20e09a9ef5574e7bc8d02b870cec2eb700f1e3bd338f62eb62bce13bf_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:a3d35f264ad04e586073cc5971a8e5ee50a43d4ee5f3671ac4090ccaba868265_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:f3dd31d9b9a94707a1dc4d597ce12abb9b33d463007b311798bc031c55935803_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:26d287b7756ead1bb073b19ca79276d082c0b5231c0b007b2b18089036817e18_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:6e50edd777e828943e3624600bb3e31f078bbfb9bbe1860c6cf6652b94fdf143_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:e332b8312285dfecce531264a1115ac9b7b36d4099ca72fc8fa19358962ee0cd_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:edaeb800342b998c1e3fe5630506656ab2c34c2190dadbac5f33dd78eee7ba44_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:09c6b2bfe80fabd18a6398342fcb6420aa2680168ffd5d25d7d18231977a5e32_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9e6c5bd0b8ec8c6259b9db817ac5a8fb954b1dac58b0fe00306a84f36c22035c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:ac670fb76fb48ac762f7135fc404d57d31947e7c5ce9a6525d081164ae1ed578_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:dc0bdd5c00450f4f6de330888ae8e9e2ee272e879974560b312785f44df85a0c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:248df5e1def073d8b37d1d6659cc44f4c9653c0f1b6024e1bccb16b208afada6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:36ea064f84c69157224566e5aafd03ef21af6bf9f0b8b78bcc6e197981239ccc_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:95dfb6d0a1a4e15962f089a71151a37dd7b8ca19c26289f8f934eae7dcec2ab0_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:b5643d03d8dd0798ec6cfdb27e9ba22aa9479049c81480b23aa96b12c7c96568_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:1002d87d382b6dd836a14734b00959cd62e9898950d1258662f8b29be154cf02_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5d2da4620f6bb6c224692d33c93f0b327c16dcc5ceb31da1f767d3a6fdc3f70b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:763b411a1610701bc473415f0a677ea9e43b3b2ccbf2152ee4fc5cb13e710028_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:89afc48cb1145085a0d6d262edac7dccd3f381c74f18588698498fe070cfe3ca_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:1002d87d382b6dd836a14734b00959cd62e9898950d1258662f8b29be154cf02_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:5d2da4620f6bb6c224692d33c93f0b327c16dcc5ceb31da1f767d3a6fdc3f70b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:763b411a1610701bc473415f0a677ea9e43b3b2ccbf2152ee4fc5cb13e710028_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:89afc48cb1145085a0d6d262edac7dccd3f381c74f18588698498fe070cfe3ca_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:053561dbfbd124b7311afe6b5eeebb4b2f333bc1b61636e3e989b732016efab1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:708eeadd9b25c308fe7fb46fc4a33cc39ebbab70e2a20168951f1bd629d7ad86_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:fa8de46b73a5c714c051e281d30c4837c97a7d67d349e58d9ec36c7a13d8b1fe_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:fba9ce2c2b16aa7ca1d2fdfcab07ebc67baa65816858489ace9d1408bb26e4de_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:07c83354fbde69786f65b60b2cba2f8ace4f277a5283cb2f29eb88f2707984cf_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:619c81363e6e4fdc632e8bc54038411571bf01a3f7d2bc0ad0ef153ea13756f9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:80318e120a0950964736f022e7a73902965f8391e25a03691757b3450203c5e7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:efbb18f2f2c8d01ce7b785b3bc5dcfd9a1f687ac392b8795ac63e2c6c2779869_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:2c2d668bef0b240bf5f3b95edc0fec5f561302e7f15f05b1a4c1f38a48517bc4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:398ea756c84de4884d03d27a59c1661bd1df0fb6e12ce9b3ee0319ca406ceb3e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:9976237825a262abd9196fa7c23265587f3c32f68fed224228a0ad38b6d2157e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:d5fe085af0ad1189eda74690b02c5c25d6617898731bccbe6d20101fffb7aec6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:1f4292bf324c244e58b589ec521132ac15f1640c33bfe3763560df2a1a692c13_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:936103960861b7912cc9406f82082acb342021032e2def2f37df6def4187c034_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a73db734acbc781aa0420b142e6a3d61e8c471b5e4eeae005d520eaae4a72e44_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:b4937dd875f1b9610a8a6d6c79475152418d5ebc991b192ae9ee4755a780cfa3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:79ea995391777e5de109ea7d10ae1c808c840af72de6e992f37d667d84fbdb9c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:9ced6b74ea8456ddda60cf304f6faf8ff5fc033905eed2a59fae1b4845756211_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:a8a1a27a92492c82dce2ca5bacc23dc4c1da0f1dbc29c5c749f888716dfa81eb_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:f444afe09392bfbc6a9be984ba05b5d289de4ca44344594e0e1c10a3f3befbbe_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:6bcc1fcc07058024d85554e472ff660d28a4c4dd8a5a78a0744380e11a6a06d8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:846e39473ab761940f0e13f005efb60ca59497dd094b7e7eb60a2f6431a661ab_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:9cd88b86ac24ea22bdf9ab938b793d833fd146c77b7ee5e162e5ba3d9aa95448_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:a7f257be16c02c62b9b01656b655ebeb2a1eb640a57b3d38877c44083497cefd_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:6c1bbdfc2c9f3fa4c23af400e4cea7f91827801b956fae3effb4a8f313c673e9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:800e71c14775b5c2aaf6daeaada39be53964b123567f6fc6389cc62483042e72_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:982a623205d2d6ede6ed1a295e36738e500c91ef9f8c2e3e62443082a2ba987b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:a99de35e56014d9642ecf9f13869709a8fe08e93d499ffb7a50feae5e04ac651_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:1f86c359dad1658f01c77bcd1a634510baea2c8df28e3106ff8139e5e92b1c47_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:9fc2fae2be9a11e6c5f8d9d4f1e486f80bb8370cb6dec829b481b2418797207e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:cf4a19e2114134bf5c2d9163a09e087c3ec391ba159140635a7270e70605a4c4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:d3f9470c3930133339a3e805c2d5d1ad07945a44906a5b039270abec4c7b75f4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:11fd6113796a1caac13a8d4c5542632e6b396e0bc460ae66eaa0f2a1f3b4da44_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:23a24688a4be7be1242a773aa20f53f2aeb57d316cfa566de7cf2fb11000cb35_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:41d769e206ec812a0f5f34487d4646de1cc1f4d9ec3372b17758bf8fcb76ef98_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:fbdce711d845967d3aba18dbf3966442c7fbbf4a8a5f8eda7e3db9cea63457f8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:2086865a8c3f61d47894fc5a683ea22349599b82c6e5f7b5475c5b50b42bcf89_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:68c120642854e9aa45b15d21c3f9d02dd10e837089131bf4662fba1fd87ad9c5_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:6ee4ad03dabec3dc2c36ec8ed305eb1c74c4c099cdc7fe9cc48555a20d7210c1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:a45563482bf570357b036302275609966253f74439f1acb59c8ff2bc3baf7b31_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:2002c2c89b091a1729718cbe2c2cb73cfc9a1826eb8cb6bec45dbd164ac9639a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:260a8887d952fb84f5d017c15ba8a1e60e23455dd20ac8e2034bfde8cc0b8f08_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:803630934c8c0dac3996191a83ed389d27bd1d9d6e84ad33bee837dbd840e458_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:c016ce259e9871041f3209f577455f3eaaf98dc952a89f32c349473148a20976_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:1556c0c53266796776454422b11f713d84e4a1586a6fb841efac115ec1906971_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:7c196c858cb5e94e65472daed3d55230823b8e958d35f73bfb507d6693807708_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:c48060447a689c5be3c0abb9787c778c0b1de183d66b0a9fb6839d9b3c3d59a0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:e45ff3c1c0074e519f5282ae8208750a4dc0bd3ac7207e0453fbab7f30727793_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0f63a311771f61ac8c0267d1d102769c18b16055d60260107b2acf033ba5a185_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:27abe5d06a3149ceddd3375e026f50955d4a45ef482ab6f61b9f02030e8e3b19_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:832d5121a94abd3eadf92a8df55a632455cc51a649900c7450547f34c58316ed_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:8c1090b8e0ba9e071f41d66068bc8aa4271251192889a767594e0c5d836a9d40_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:0374dc23f5a2d22a7929da246a8ef5a032b43f19b386a162e4882aca7dff1383_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:0b07eb65787a670b95cb47d98ee8b2ca36cc1b36d962e996d2f0a12a5d58a37f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:76bacd34ec3b1d6dd135ce8dd06e718f6a1ea6c8e2f8fd3954f9e9d5028b9821_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:b0bb4b11507285b17b32be7358e17094f00708e159e32ffd808999a63df60a7d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:79d4304244379d410212241de9b91ee5604bd5bbce5676301bcf3fada3824c2d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:beeb8e60ababc4bba5c6759da3d7ba4ee1786a43132b414748f8e0a2cc9f63a7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:eb92d3d3351d845e5c169721baf1683f93d943578a48e0192bd273db648725d5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:efa0f8523d171326bb6fc12e6d1610b2d2d28a38e5b95180358c9122bbe6070f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:180a405ab9bb66e3ab6a904d2b91d27224ec507d8eeb1c00ab182b130d9ed26d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:89a9de8f0804a61e01ce2a34d25933af30df2f3e8cd8f1209f8f058951bb5c1c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:90c430420821ff7a0ef7a752f120505c2c36225296f6b238771e6bf1fbee755c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:d9817e136b2c3dfb1fbf805c3d29b8d0cefbb07f76fc1e56ee486666726abbe2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:60ad5b01bbc9aa574ef6024d59be388bf7ca6d8704e247f7e56c8a6ebe3c81f1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:b809958ea47a5d78f8e47a8c822a3b2abf14091a3f526501f2eaf7ef36c87b4e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:dd6662403f5ceb2bb3b8887c7d608c73ff18a8dfb8ef1ec089ca61e4a4f75254_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:fff87189c1c3eafae4722d812e5becae925b71f1b6727944333fb129b7ae48ee_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:60ad5b01bbc9aa574ef6024d59be388bf7ca6d8704e247f7e56c8a6ebe3c81f1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:b809958ea47a5d78f8e47a8c822a3b2abf14091a3f526501f2eaf7ef36c87b4e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:dd6662403f5ceb2bb3b8887c7d608c73ff18a8dfb8ef1ec089ca61e4a4f75254_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fff87189c1c3eafae4722d812e5becae925b71f1b6727944333fb129b7ae48ee_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:7353494095c9f0628274678311b2172589026dcc4e8e28091641ef65a2923e66_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:9dd5d4aff113b23dc86a191abe7f9ddff0b207890634ef9a1c5568df8eccd663_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:be14afa02ae1e9d13d4c6a8e534954bb385f63e9939e8b20942c072901430d5f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:e68a3fe0f5d91d2e914d4b24bcab9a2bffda33daf56cebd73566445b96f64316_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:01f43f0606246a3609b3738ca75c68e2f7f9020c1bb88bf7717818c8a26a1e36_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:3f047ae5585f08301e17488fd86c9ca6cf0309d39e8cd6b580b045f1d1415fed_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:762cc951e74b525f20b93e71742a5bf44d12d3599fdba16a95608baf774c4555_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:9e62d2b1ad0efdd3de7b973cd6639e96203c01b6d484578a4e3cf13f67b2b856_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:1130385b660f719e78d9449c6c7be888b7c6ed16a2ab43e1fb3505fe4ed03b33_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:25c3342fcbb073d32ec53627b8a062f89c1d4be9e641371ec46e6dfd3f540efc_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5b3d375d7d4187b601a77e2eabbf656cbc70a1e7671916ce58e6fc595edfb215_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:dda703452472d35e7d8ddf9750a5229a0c4c6929c7409bf95b973a89a8de08d0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:058f3ca5452aa97a3fa778064a75d88cc169b7ce84a5f320359f561e76f08a95_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:71e5d332051f134f3f90e4089df6c2a5f88b0b11843d046b0d33726d2d988f96_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:aab5a67ac1a3ccac5761114e28474e11b451124c5b7e71e6ec29e2895374c668_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:da133cbcf2ef025ebaf274afeb555c9c18fe80584c058d31f39b7d343995a42f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:38bd47929b935f662766156026433f1f2ec6e1731d2c7f40c792054cbdb1f87a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:80b3c3854d4f22afec57e0a7cb04b0c98d58cd104c54464306126566edc3ce97_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:8b36c39a63639cdf7c05bc997bf98c0f5cf9c1cee0d740cf9aa6e74b91dc0249_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:d0e132dd83e2b754fe20b12859ffdf7139037da53f2a6af6ee08eed15429a14e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:2b553e5669ef51cbce468f8c7c85bef41faf7f7952abefbcc2a55a9ce15c1251_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:4715855d33583642e942fec45ccd9f6d2b90d07f2712ce1eac357d9d45c32f14_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:c2f018f8674903f77b5f4ed8979703b5ae67fe83c6a7d76c1ee4bf7010d77a0f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:f0e41fa92b534e5bda08cf38c6c513b4adf930df9af740de05248476c74c04a4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:8db04c6d7afcb6b650dddaac2ff88cb82093660a3125912172db7fbb51f1f1c2_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:b539177c3bdf37dfc67cca8b3a2dbffa0b4941952135f7f144d3ee1498cfb05f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:cb400c373be837f788f663e7a1b2a94bacec4f4dbb4bf5a5ddd5d1a0d89e3291_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:f16534746cf3a8ecb10aae9765d399ddc3b91bdb2b1ce15c59a4cc76f9e4cee6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:37b02c91edc5520a2371b6f8354028e7404482f3e192aa74f683990fce40ea6b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:5097e2faf0ad7dd54961a6f4cabae703df9df1b2b41e9867b955ab9abfe8bd3b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:b56dc790cc28994513ca38162ceed6f6e10c99a3142aa2abef9bbb7fee86d924_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:f4f4b53c8b205d611fa6bd641be601ead79d73bca40f838049eada4d5d0df227_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:2a6400cf874eda4c283683a9733e63a7e8b5ce53a37eb5ee30c07b14a9301a76_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:3908e08f8cd7c94ba3e5e382ee40cc02db84f5b0a4aabc60f5d17142c42437df_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:88f2c3ab06c1757d7681ea0b157b48847b6543dd9d1fba7a76941d9bb49b92be_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:f7b123897a6b90484fd938de9dd8ecd1b104f2e70e0564fc10aa1b3583ad1011_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:292e59f484b68803dc0076b9fb7b9f426852c967c235f9923dd68d8448013794_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:59c896aa966fef8ca6396239201cb9f1821d71f1e4787c4a03f36190b8a42c76_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:6023696ac24b81f72312201fa6c97a6ba4f2a780fae94047968dba982278562d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:d52e3ca8cf609c8d15dd77a525466184c5c9c641db88856aed56de318e23f47a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:10532406aac6636cd860a0517ca512f6fd8a2505cdce5486b793e9cb2bcfb16c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:567ca37a4ed2afe89da71f0b33af4e5e3af3f89acaab50ea32325ebbfcf86aa2_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:a3e1cecdfc749a34b7e3574642458edc7870f03ae9e1a2e7aac63e3fecb43eb6_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:cd5d904d0e36cafd45ea72914850b748e921bf4ab9f454e1e6f613d2f7b45a61_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:027b3596835e02a412ab6cb19ae476a4d3987a90403a46abb039ffc2f1c775e7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:39af4cee0a425da0814b28bdd6d515a397544d3c5f83b5e9cfffb7aa33c4fbb5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:8516be3a082fe2a93bb5976bb394865cd85aba4beaa399055a76bde057d9e70d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:b2426b3664db720bd7a53cdf4cf376425ef8d7c6c5ef039716efd00cdb9e3e6f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:24603d314b5539161b5974f234a9fac64ae0a36e7100a708326265ee568f756a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:79385981434c7e938f71e4616bb61c0f37826ab4891fc5b370479383bfa9d169_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:7a5ba0b22dcab9e3bdf107a7e443a212f7a9ec343f41d3deada1aa59091cf952_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:b7cdf071883783cda48c2663e86e3e271f42a470f2f22d73bae8304c87c2e712_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:0159ee555501103045d1f188ba21ef468c3f463251ff2debae0c8e1999f14eb6_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:237a287a2db660c2b844ac5e985ca1cc70be0f7732c7beac536e3c3e09da9b71_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:31190bca682241fe6ed6bf64602560638c963d70127cee441cd991f82a17fa82_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:da97b83cc6f07e4c7e72f9d7b8461fea71ea92e1b29e6117ef0360e088d7adb7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:06ba4dd88b81f15bb0fea21bf039fe45d38e3356c19a6389dad7010940d535c7_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:cd7efd34ed2a41d64b09e5670082cd68776b31011532d0e02cb932467f05a24a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:92ab63720b8e0929cf11f5ec81a3a968017ea1fe2d0aa57b137e6609b1c07bc3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:94ca29a099adc0665222212c90c60d763621671428a1de28a75c8ed6e2be2ada_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:93edc806a96f7afebabbeac4280196d313eb789ec43978fda985a5445d19bc45_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:fd2d5df7915e62949191f0497ed98359a3440c424a56e8cf12d66e99e67d4a3f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:4947bf6c31aab91f8a0eb8f7ed55052a33d35b70fbe40b06e45f5e5aec94c020_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:87439e5f75484270318701b52e986973d66d6f30f4d00b0da08036b2db846335_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:e42c9804da1f84dccea6375967159daa56b38d6d029bb78617120ff3af87ee92_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:fdf0f3062593efcff1f58947da781fe9e9deb1cfa4a1634db93a0d6e40d069ae_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:003480e424f3ed4baad296af322ff6ec0612cb9107c85116f065f4622adb0f52_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:574259966929feeb14060fd8b80ebb8b5ba2ce10be9f19e66c1e53d033586db4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:5d40461ee29cd3134137b105576bca5ae014920da3ccd90b5729b326e848444b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:b1082fb3535909dc2b8eb0ed95434e571071b5dc4324c6d3dbb1fe892012d607_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:1e7f3dd79b1969fe87590b82bcf2db172533f401f37b975e26829d531042becf_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:50b6b05372735625c16a7ed674b1f056ec23b35dca896652ba94c5fe11ca7c82_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c01fce15d9f6b9a9a52b8ccfbde4b8a7aa1b969d7927430eedd169c0b5f28113_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c608bb7e62594f12c2f52a78eefeddbdc11314494ec933698ba52af303436f1e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:3167f80d0848b65adf52382a35ab3a8c76f06fc5b706e001c2aedd897371e56f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:94f7a32483750e9da8038b84e4e1977fa22f099d3b29012a40ee059ba0cca9b0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:c8489b7e4c95b36f247d85adf5181b39691fa97f00bca455c4fc950c9eec818b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:e187b0624e19031a80b2fb26bfdd82cb8ec9dc66a115e5fab48312cd8bc5d014_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:3167f80d0848b65adf52382a35ab3a8c76f06fc5b706e001c2aedd897371e56f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:94f7a32483750e9da8038b84e4e1977fa22f099d3b29012a40ee059ba0cca9b0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:c8489b7e4c95b36f247d85adf5181b39691fa97f00bca455c4fc950c9eec818b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:e187b0624e19031a80b2fb26bfdd82cb8ec9dc66a115e5fab48312cd8bc5d014_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:174437f0c1b3b1d8dd82307d1fabbe34821ca30d773b70ec1cfb67d45e0c1e19_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:3e9dd635257195cd5c90778267107ce11566f35c60d415e4f8bb9ec13fcb4477_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:56dc1c55657428a6508c4eee1940194c81fb9679a11a3777289749afb8ac12b8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:a8b4f74d041370868aec2986f884db5e41ee82baf193dc94701c5934a060be0f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:174437f0c1b3b1d8dd82307d1fabbe34821ca30d773b70ec1cfb67d45e0c1e19_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:3e9dd635257195cd5c90778267107ce11566f35c60d415e4f8bb9ec13fcb4477_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:56dc1c55657428a6508c4eee1940194c81fb9679a11a3777289749afb8ac12b8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:a8b4f74d041370868aec2986f884db5e41ee82baf193dc94701c5934a060be0f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:5d9fa9b4f15954cca4a5c46f00840bd1047151f89e77da0c4250b673011fb6e0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:7b167041fa1524f28380783f43e5cc54763d84fe17c32bc35cc58efcb147c2a4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:d7881138cbe71cab0d372df6c74e11ea195ef6c55c812dc36b84b1e29f8d788a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:e7ffbd7d025233611c4a70dd7e81eb0cb0ff5880c554cd2dfd9f495313902032_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:5d9fa9b4f15954cca4a5c46f00840bd1047151f89e77da0c4250b673011fb6e0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:7b167041fa1524f28380783f43e5cc54763d84fe17c32bc35cc58efcb147c2a4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:d7881138cbe71cab0d372df6c74e11ea195ef6c55c812dc36b84b1e29f8d788a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:e7ffbd7d025233611c4a70dd7e81eb0cb0ff5880c554cd2dfd9f495313902032_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:4dbb8cf627ac6c902416e06181beeafbbe3ce1a3891eeafb504d8169c29dc359_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:5c4066929ed59bb460091ccb5b503f5c09617459667e3b8cef83fd256c1f9ce3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:829668fbadbaf7e87cfb9cf9cbe304ef8b9a343dd989f9a9c887c7352f0c0a01_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:bc3d45f66fed2adcd79722519ed8ea7f81dd17dfb960d06ac79764b66f421c9d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:4dbb8cf627ac6c902416e06181beeafbbe3ce1a3891eeafb504d8169c29dc359_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:5c4066929ed59bb460091ccb5b503f5c09617459667e3b8cef83fd256c1f9ce3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:829668fbadbaf7e87cfb9cf9cbe304ef8b9a343dd989f9a9c887c7352f0c0a01_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:bc3d45f66fed2adcd79722519ed8ea7f81dd17dfb960d06ac79764b66f421c9d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:22ca0ebc3fe663bf0e9270067ddae2e143bbe0401ec4be56f56399dd038bdaed_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:26044987ded8bf944da915148c69be6e247e3e1fca35f0c9d0abfdbb61071e93_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:a988a8373d3f22e2c162052a01e7eba15cab6d0fae768bf76759aeb333c5838c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:aef67ae561902de2e77f7cbf09b98be2efaae40bbfa671d33a73874a9fca506f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:22ca0ebc3fe663bf0e9270067ddae2e143bbe0401ec4be56f56399dd038bdaed_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:26044987ded8bf944da915148c69be6e247e3e1fca35f0c9d0abfdbb61071e93_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:a988a8373d3f22e2c162052a01e7eba15cab6d0fae768bf76759aeb333c5838c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:aef67ae561902de2e77f7cbf09b98be2efaae40bbfa671d33a73874a9fca506f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:3d60041633a1f162c71979b435c96e1b5188df0e04e0349602ac6ef7ae91fa08_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:61dcb1b12d90c58eb1095cedd0f8d050b1f61e68d3bc05037e8e94c274bcd855_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:85363677c4bb40f00d43ca5d6491b03bf73b5aa2cdd514509a8168ab8c47399a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:b2d065c15021ff26eaf335e8365b797c9c0c9b54c2722a4fd88b015d2f3b2aba_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:3d60041633a1f162c71979b435c96e1b5188df0e04e0349602ac6ef7ae91fa08_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:61dcb1b12d90c58eb1095cedd0f8d050b1f61e68d3bc05037e8e94c274bcd855_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:85363677c4bb40f00d43ca5d6491b03bf73b5aa2cdd514509a8168ab8c47399a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:b2d065c15021ff26eaf335e8365b797c9c0c9b54c2722a4fd88b015d2f3b2aba_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:089dbe82b1e1deff569436e344928255e7446795ee2c1965551941f4dfcc20fd_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:52d2793450c879e8cc2df405b8f9ce03239f3ac832705bf8bf071b6d6c1aab00_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:5d68aba559ef836f0992f78c78a8dc79fb5a680dab2abbc876a25041ab8767e8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:a40345997aab0e6dfe1830ffcc76320acb4a19743cd8ddc249de4dde99697d7c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:089dbe82b1e1deff569436e344928255e7446795ee2c1965551941f4dfcc20fd_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:52d2793450c879e8cc2df405b8f9ce03239f3ac832705bf8bf071b6d6c1aab00_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:5d68aba559ef836f0992f78c78a8dc79fb5a680dab2abbc876a25041ab8767e8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:a40345997aab0e6dfe1830ffcc76320acb4a19743cd8ddc249de4dde99697d7c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:08a79a55c753372a11f38e7573bfc6a930e21cfd4cf78a583b298c2955fd76b3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:656c38b2cc045e620277466f42436ba47633b284107fd2dd77b2a20b6d92fb65_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:efbdf6e8cb6fbf9141f2459feb49bd1e4f9b99d0607331337ecbcca851c6b2d3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:ff3fa757849d5246cc4998aef80a5a8192ea48221bfabdde42d3eda664f00107_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:0ced086ae1f60e918833e7296b812627bb201d461f64b154b238e6cdabb543e7_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:825705cde8c5cea16fff7f61b99fb8fe77b00fbf9f910dcf980491c836299a9d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:84f0338a3c427ac9c88708f5611286972a71a0b67425a82b28e6b9cdb0777fdb_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:db72294ec20391b00df5aff0c61131e458d53c77f8e7ad46221bbc1a0e48c627_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:3abf569beb7de9365d996b72deb8d16da11619ef721f4d7f244d275123308faf_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:95fe24d21ca65114bb288e30d3ebd77954db630a4a3162dbe877aab4dd9c5cb4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:e2a10747ca1f65c6d894e6eae44dd77d1ee826e60311c7fbf11ccb5ba3b35c20_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:e6e84f0ec9ae5b483ef8872c9703908b595a6d0fbbdc368e19eca8b58121025f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:5999694f230c5fac3ce7b5f2c74922088b437067f775d23e01e0340453f9188f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:a91dfaca38590d32108269bab1c7eb59444931bd7a994de781398f50d228d988_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:b7947f27cc0ffedc07e93c3a5450cd87405352f93b39bdf66c1c045312497d35_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:bda4051ff681d545c59cc6e9a02583278236f267de53b3c68605635689eef2e9_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:58e76dc80151dc5fbdd3089685b72d74b1aa8b98de2d5ef1525071fd972ef623_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:692e57961b5cb2225ea4d757cc5e19ddee4ae1bd5fd89429cde7ae9ed0ac0c5c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a80a31405351245150ab8feebb87ba63f5cb9dc5ebc85d560a89941f983a70b7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d73bfeebb2c2c0b386d5b2e909bbb815e9c39f6e82869d9cffcac5767f2de172_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:3ba88359360ca1532c5224ba2acad3d1588ca40bfc4829ccb8c85ea19bc129a7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:b237d7893ab617e9c2f53933cd87f2062de4b6621db677403e11ab58a0de10bc_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:f9bb0780a4d8be56bea13e9ab0f834835e04e7e8570494d37798ddb60bc8d7e1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4f02b77a2cab5ccdcccba93d51d2a5d9a92ceff151236ffdb8390ac4a67a4af6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:5510f4dcb3215d46c7c73b0f84744d94adc13d45066885abcc522c9f80185152_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:6db471dd0c0492d33613a34a2e53a1c025f1d34cfd3d7e4d2b4009276806433b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:1a40166f257d1ab58f04543cafd99a8b7fd88d8d0a1c970dd9b771b0f01534a9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:678ee1ac6110db9cc2380674735c94ed5f18c5c2d75137179ea2e100517ed2b3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:d19a14818ee13265fc1722ed2700a2943e56942442ce4bebb322c80ad0f2c5ab_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:2b6431891ea6d2f9af668ae5afecc0dc6719ce7314bd59a89ec344cd46214565_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:60b68743e0d82aa2c39c47afd70a39fa7da4426772b946bc4afd8558350d500f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:aa2fe1a953150e3e4160160fc7a121c952e8b7805564ec63339aed27ab2dd3f6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:00fde8b59b779b0b068e80b2e1874c7d351022aa4142d779016f08798955270b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:13a92758fa914e1267dfeea1896210d3a2a665ad05c9256b1b0192bb8abdaa7a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:146f072051e97a611f39759f5a5c419a883b0e64a1362b205806913b6a8153d9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:3c37d2d3853372a7304e39921f4462a44d81136ce24188e7b61fb63e73c97e5d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:97427755eeb8b957837189ef49fb894b743508a1950645e8f42a08eb7b3ee0bd_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c03bbab0f14b2ca0db5a24c2cb646899fe1a4eb4cbbbf987c3b17b22bcd3d995_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fa8d5b44b4fd8273f20ab466a88a29d6ea344484995566640c17c67cb0e7d7ea_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fc06fe0990909d66e2981f12a6fb0f35967f834089bb348e0c4442d47d087214_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:2199c2a7a9e5f483699e62faede55d3df35fedcd4ca8768f05f48e0fcdb71fe0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:756352e643e268c63330c33c30ee12e27fceda1239390fc991f06589dbd78959_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:81c0edf7f04fd4d89dcabc840e84288dab661a2dd7eec8553867ccb5acda9b5b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:856deaffcb6e4b4b9d7503e91f3d23b8767100a1c8c72a6c472e1f882631833c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:5dd9628769aeb00b44e9a18fcbe1d56e7b172805be508e7b4ea85ab1b21fca3c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:6d25728b5108a7941285b8bfca698ccda25d72dbefcfe12dba929cbb0c24690a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:7bad17203de6fe7f1ca5e3d3f192a154d48368b6d877b66e60825c41041600e3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:94a23b1f97ca91ee3195c6ea07b4d867d32c717279fb9159bdaf3413f8e05582_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:17dc9edba250dc41896d18e2dab48a9fe51c08f0cedca362566f504bc1b90ecb_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:f3148cf7ab32c8d179feeadd09f57c3f3a8296aa4b013d24f63d61afcf57b0f3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:beadf30285a781c710de30bc1ae87d2e8a3bc13c2646dc55ba8fdedeeeaa018e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:db6b71f10ce51d3b8940b551ed77c786b402a12bb287ef3bc614b259b44713d6_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:38bf5373f8d67ef1c79741f697d9454328072f615def597752078137b38f65d1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:9358fffe89e2f3a4783f6f3fbde49c1b19984f3e0252f4749c3e42ec8d8f5523_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:e49ce33f3bead2227d446c2b8ca852dbaff56af0e95f2882d4c1404286c22b3e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:b234daf9313e3efc2362f79a513d35bd15bb7c9b7a6aa936e12fa3a53feb7412_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:efec04960159b197a0626461dde2e11512787cfa6c71190a180ce6bdc9ff8c60_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:a68d4bcf134f78d2de8cb1bd1d9639ba484dfc613da1668f4bb2a044d5582f4f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:ce2d048651c8b159bfe370425e5bead6a0873253ddbd6d6497ff429369798968_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:75bea5902fd17c1e4b9d9115cd160c55ed9aedd67ca5fbd14e9b0a013eb1feaf_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:78a6b3728b3e9c807b1b80ef6e79d29e5df49b5c92c5580ff31b9c2d6d013ceb_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:ae98a6ec26befeca00294a2b0c7ce210bc7bace1f220571a35c04ec14db03e5b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:ed131d0cfadf5b581837ae7b345053603eef694a0e074a6d88f992c55c3d896c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:18380c9080b259cc8d02487331e3ef1247d2308e6b1e70ce803426d36c0e1f27_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:1f51177c9d6e9d8adb6f61d1b171549573506a7a4d826e539c9aa8f942507705_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:b2ffb8ad7db07d9f7069d160daba5b7a73de760c7cc161106301d3654883553f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:dddec677a6081085ad00e206077030bb99713e506277e2ced311d492e86dab02_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:38563974217bdd53752fdd063138b0a11e90b85dff7f9c7537de064033f36966_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:c420d49c96f376956982296e7a03f4febfe0cde367fc95ab63a87642e0b361c1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:ca2eac21c18a227f5672c8d3b50469953b29cd369792a207614b8b25291eb931_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:e5b54fd6da54c520f1cff80858c7bfb5b8b4b378fa7a57ffacee623b1d77cc43_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:5a30a1eb1091054facc200e9518afd543192758a9bf2e664e44cfc531e10978b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:d8b63cb4fcd259a66eebb6605a7a105384cdb4cec042952b966b4f8bfabebf4f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:6f4aa5824d6ecd57443e2bb696bd3e79703269df862ccc42d56f9f9d7e060f50_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:7924a3056fabcec515d879413e5b88ef00fcb7451c884b7f7743d3679f127a12_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:7cd191dbc1db9d5266bb1e1f958871b6b12cc93ad7394482f6a53bf5cee83dc6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:9dd169e3a46ae8eaf47028070e752a308cec0418f8102dbedadd4210b867e706_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:c6e0507565b5274a8b474e772093d75c2f58ce178da633c24cfdaae3264b2a8a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:f85276401d03d6f3dbe5de6fab4cdd44379d4e3cbc3d0ea53efce7eb9ac59d60_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:321c1737ee36a2b23ac9e1ac85368965bd0f120d8577f5999c3f6d3797b0a6c7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:449dd56bdd7e138d514aaa0c4d9489bc2d8e01b0b4c459131b116f221e2956f1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:50ffb33fdbac78a475913b7e307e730d40a5934c743cda0cf45d05f6b5712459_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:61dcb76dde13dd2ca7d6573f2a7c09a5cfcda1de1294e5a506d07e14e5408a90_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:4636f3477179b218c2ada2c241a65d804f0798743da95e3a171830736f383160_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:83e26b219bffb578d76bf9842585f4307e41a8f6f20610054842b3526dc5424e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:8d806e0cf0b13ce667b08498833473314716c59b6bac3ab96d2d7956e7ec86bb_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:efef95d7a9a80b5919d54fcddd2d2996294988efefd8e286f33902ba4b94df81_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:99811313942236572f7ac4c4726f6709609452a3da5e811463e7a9263285d8dd_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:a3027db225c166629284e11ab26f4d8dfc41a2fff2deacc99df5c4ce151b5fd3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:c7b4aebff94f6bb707d9c4ca28ef6c6060571be88d9b9eb53cddc39fc1456f76_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:d7ac53074e1cfc8218326b613104a28aae4cee1c67785de8cfa755d1772ebb13_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:56056031eb0746e98052842eb628a66ed222b1dfa1c7cba6e511b4bb4fe05533_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:79f3b697eb24b1f1fb941a3adb768c4fc11e742e4de8b917900fbb301f5605d4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:cacdca41cd532e2a84e1acd9a392a5ad73cd5f74b0215da3ebbce77885afe1d4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:d1d39bd6c538c62ec5e18435e712b1798183951d4238a970eb4ee037a9a70f51_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:634a8c373f209fb3cf1a9251bc2cd8cfecf9390b71ed4089a57865bf15013d4b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:8a9dd162f613ba32fae56bc1b9f1ed10c577b4e3aa3c42bb08e3abe76e820c82_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:9906a9d16a474aa1d103c169b6e64b13009511c45a7df76fecf76ef0e25f2a29_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:bad61947f5ee2cd63364f8ca7cfaf343294934b448a96b4e0c86db4430bef34c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:00608f5cbc3440cf612a54f7dab4812bdf3c65cb0639e2ad68695f95f399a559_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:577f1f21d3e9a632d5fec2d0545ef62cda58a2f71dfcd2a7cb0ddf420841092b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:6cb0fb8c18dd7ffc43887ad12374f540c4844b62b69adbcd9286820e51249309_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:dea046947cc52f5b617e5c2e273ed1fa409fda43a2dc0eeaacd1fc0f27fe7ee3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:813370f8fcb5b9e8830be339da8c73c5303a5a9755b18a8d26b4ad58007d2825_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:aec19cf38f563bcb9c4254432305bf11883020c9e2a25b0f50f71981ef6aa161_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:e8de1336623bf1366668f6a56a55b5553692303ddb4950a4158176dd78a458cd_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:fc3f344bdf3d6f5d9c0e940aee5e25662b05ccf1b8827f81ba140835534b655a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:8e925337d28c451279d1922b0dab9ce2a4919e0bd75a293db234518c09ccfa92_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:d134d9f1085573b2ecfa5380e17eafa45cb573ce00da1c62e0ca769c6ac28f6d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:0d4f60f600d906f1122152da7b8b0449a938f5f4dfb2ed198065d2bd3a2ebc5f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:803ecd02649eef62da8885831e2d38917ba51b891573c195b323298bd71432bc_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:174f58ecc534af5ba1915d204f2e829972d3632652864eb1d61a95de29de7eb2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:64efbcaeb77bbfaefd493170eadd2eacf6af2da186b53ee1803fa2283b2e5711_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:969b7220dee835ce08b1d039027c776c83b6ad3da5388772daf26e4c8f09cc80_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:f01e210631aa090775e7f3b07b8012da4a4c53ecf3aea6fd9bf8ca08d49d511f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:2e07fb199c7724f86935b745dfb5c77991205c9c4c45ee5961abb57abd0cb823_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:ade497f48de9224ae91409818c6e0571e634891a84ad0057b508c3ac85b21b05_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:c495c52ec300a44ef4173edf15624688b38011a3ff5cd738bca779757e42d958_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:c983af07026014d73b6cfc0d06fdd31a7dbebcbdee204cba1a672d24608d4d14_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:21209efc735beb2bbc8daca5776cea1ccc5418b51b97b799561fcb751e8491ce_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:e87a5743e86e549e3b17b57cb6c3a93724ab85796407a3e4a0a816bb75a9a36e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:166c39667529c8deaa8cb6bdcd0f973c115a44a33ce2371e0c956cf157498d45_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:e527f1aecb09a2c40e856370615b16e7797be1f9b82848e862eb88a42a9e3eee_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:4b743b7d2d78e0f2a887ab796b2ac9a150988aaec67dff3adde88687e46f7b1a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:4bc8956bb61c0451b1fc424ec1b8abb2a4af487ed8911d952c367592d31a4f3a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:71c807e7cea2c0944f06dcf96bbffd21dee4672e7274dc817dbbcdb65677a6ae_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:59adbd89a4a3fcb8f845a9f951063c2c059e9b67c043351ab1ac1128e0cb066d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:8ece29e4b3c200c4b113a12e23ba43349fdeb827b050ab1179b97d929de452d9_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:b9c9b5e975e00da4e745d6caacf725e37ef8510727d354d65a96cbb51fcdaa86_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:c738b9609d40a0bd2c17207f9113948c95e55f4e216f2dcb1f37a42914669d6d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:81cfb4ee1ae877a6ac439db16b4f91ff789b50b8f02908858954afc51e7d9b19_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:ab00d7940fe91a26c7f45e6824c8afc516bb655a6c725c0a3200ce164e127596_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:b95d59ca455992dacfdf186d011dc3dfb0844827c944b91da28c1b1e678948b8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:f1adacb5d83f6207a7cbf196c82d30feef5a41fddd90520fc0026396494f2ffe_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:0857e1c73c07b272f017af571c91b3bcdc108540ec002da89b11ed2690c03de5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:0b2599c96ad1b12dd5ebbfafa53327fae38e586b269eddfd3ac87e51d38ff0c3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:750954c71fd9789e0e4a93f2cdb25e4b6a8e4c292bc7f6c28397619c980ca118_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:68a7b4a2434007d41d8c0f29accfe43e00b04ef18101a3b400213c4eda9117db_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:96538bfc448f0d0649d003f11b49f989ca36e10838f34fb91a9f7ca8967d574d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:c2853ae37c6d4f1a44d5f03f77825030fd584268fe67856fa611487d2aef7afc_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:d2e88346989d7c7c40b556408761a58f3e179856ccadc1e7780d103981eba9f5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:08a1038d6b2be6effe347769a0e2fc89c43caeb44dac796c34481274072534b0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:5ba881fb649a3cfaebc470b0fbcbcfb799df2205477e3263adab655bffb4c268_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:c8974096b8764ffbb4a9f8279a485508e9457c0f7e176c77cb779d3ea585a15f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:fea604dc691a2515b1c9a34f6b41afb60287a5420f30b8957911403885658e04_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:69411bfaeb395222009f0ca46a1bc3e456907b650a285f56e26eb207c7ca4383_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:e20e87ddf196803191368f1dc4f6cca4465c1a92fbcbe29851ebb1f908a55038_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:f051e24c3447762f3476242739a696f882ba9ce210fe775256dac55eb28fcad4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:f385411362f79afcf35acac0f49acdfef8b9f5ebdabdb20cb4143f33bb505733_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:2e6cf654f0c887465ff3b3ddca67c12e2510a6b82a69705e1fd055ed30cdd9b2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:56e0fe3c3d2aabb7c30c6ddd28d07b3005cb128c82a5d0a51dfc8cf1f1cfd2a4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:8c01bbae6f1cd673c1ac45ee550a792409e534a1fbfc4489269c5d849c4fb119_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:bbd136c9bee87cfd71601d22fc05f16a7b07996f39b41195cf5105a84f0e847c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:683316d9efb43eeb14a1e3ac0c8f8bd98771819389d89c1c0ceab8afb3e61c35_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:c91b7c636c3672e3a38ff2c5964d9352f573b32abd2205a6bcabd6f555068c9e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:e1091f8361184469358998047fb0916f7f8a22706609fd0a9ba5610bc17e947a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:e9a2908a457f2935037d9f4a27d85d77fa334c4ed7fdd1f593040e0bec592161_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:15131025164bf722ebed8724e62f4b70ba018f3d9c671476f33e3485ce3a43fe_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:400674850f994c9de28b9e5686789e97eb0dcb235474f8f3a42068790d63bb09_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:5bc0e064ce599860205080a84750abb3de613a2735ec5f67ea4431a7a6f9249c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:a7fe5ae007435227287fe4f4e9e1c75f53905ac1c1e4eeb183e9dfe865a611e9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:2936230694f5ed225050c118595e401be4360ef7d899cf3554c42e40bf82921a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:3578bc2eb20c76eaf6120449b7842f8d502269454f962379b026b1342482af0f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:afe42b2c8f953258782138392a88fd1413fb2097c648d559ceff1f3975dbb1a6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:fc8f8e4042ffc6ff97d75d2c97c2df435a7f2ac27d54109d4873ddac71a82069_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:1eee004700ca936c97efdbb97384677f3e3f2a2d42606967c1cf9c6765317154_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:2575052c200b4367f535e1bc653561492dedea225ae80f298045f4309c20f7df_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:921d77cf40e5f25b256c397a9538deb9b5214fd1dd320b272ec73f368d965325_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:ff3548b2acf73724ef2672fdc0533ca212dd20cc55842efb49a4302a3d152c1b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:4ef2b930ab6b1fb2f7c50dea6b34d55d45fc3fc4464b871359ab105145ef6b6c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:85d787413a3e60a0064132f45a19fdb810082bd401429e8248ff4df750bdad12_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:8eb4f27d2d6db0545c96878704a8d5265ba9d847dd8b6ac823cfe8ff6689554e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:ede9c2be4904769a47aafef33f068a0e67b8458746c74199efe17d745624d3bd_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:8e1c3cb2cc5f294d03e007b0aaf322662c3c6c09245c61a9553eb7b33a02d3cb_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:8bfa6e267d4b8d65d364bcef54b1c09399a64dd7a5c97116e2b8358e0cde0cf6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:00d9e9b53df16cf21513e47c4a980eeaf3358af5472a4a66f7b8ee422a3313da_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:3148750b4508846de939bd0907eadecf7d8258443b4a3d7fc30b93c39c4abb63_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:646817898e42b4ddb0768945180739b794aec7dc3e31f5ba809569d87bdc1fe0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:7fff4f51c84e229eb72015faf1e6d9939545cfd1a6766b8f1e4f10f17029aaeb_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:2e487cac721a6c9b8cff331ded53fc6ad0397aecbd51c1384632319d573bf601_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:4f4729ce2ba297f713fdf02edc3ba34d649ab2e7d648a47af99ad762fe4c9e4d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:691e2b24b901f3e1a669bbf5188b16e80c8e8d99433463f36aa6ad087ccb11ff_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:9bb9f5cd5e94fc8041d25e9a9d10aad1be92c734c8a8dd618c93e2d2cbe27c99_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:48d371c93bb28c4282f540750b91ac299178ee320a79178b28ef77d294cc2452_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:4919f1c330d56e5dbdc091d33e5fce13cbdac96876e773a8109ce807dee67b4d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:a6a13a734f336edbf73c601da1990c2eced4e74fabdcc6f66c6075278574730c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:d0147210992ca5d1b5d8465029135f3f5c400f7f15ed001858b6415946a22fbc_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:14587c92943288e6c9f56d60476f40b8f15ce7f1056913e5b4cf33f0a83af7c9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:9356fbf52e0dafc970befd18d5337a29e2496242b221727095c83d850ed45d62_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:d3c0890549855355461d90eeac26335cb114a584af9698af531eee0bbd809807_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:f6ade0ad3a5e4952955f2d40c0d867eaf290de111a2c35bcbaf7b59c3b734490_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:26baac061161143b4960d00cdc53adbe77aa5fa52b415b3ae3de1cacb18a5634_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:2d74639836f3384e157e3e1fccc2c10a90aef742c8d8c826317fd5ea88b1284a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:46823bab7a55eaeb658763753c36e75a89494371926db2f9d8c48375f03a04ab_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:b135940892cdd26c7e983f3c37d6d492cc588767dafb5960e1d5e9642ac48e5a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:2899f24f2fca98123800e88171603fe6022226299341679474740be10d59053b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:354ff055338adaec79759136d29087337e0658ca64cdefb447e8fe4157a8003e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:58b4935884a488e6c796db1c1a8e37189e2b76dad3a18483ccf06368a8c84e6a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:6e0ed09893071387d638004e2c9177d1933ba9cd59145ab3ecaf4167c9e955fe_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:17306fddebdf61a0a4bffd5ba6cf4bf595701c14553fb87968985e670e3a7f55_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:18325aacfd110965ec933fd9cb5a873a88572fa0507be6f64519c42306266846_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:33b3ac785f10dce0378b5ce81e84d4d6799e0ee2e573b45e4fa8bcba3ae83d9b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:a15084c226ef3a1bb0488c272ffdf4a59bacdb293d0f1d2d3b0d3ede8fc856ee_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:039085f52e4730608fdc2cf5023460e7b1496a87d34c3f44e958be30e93bc88e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:799213061337226fac59a610753c8b5b5b2feca766753702303a51ae0f7f4ac8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:dc9f4de544635597483c56742772b5c471ff16f2220ed4a75aeaca2b28a6a40e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:fd8bab3b8804bb1b4ac56408fad43519fbe11ded255435ac22e20f162fe27252_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:246d18436f5aa8a6e9de5a6ea2a81c09bc21e37ba02ffe57fe836937ee54565a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:2814b78bfe377098e59e5e252759ed64e1d3db9cd00f117ee48983a01d3bbab4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:c7c37e63f204f3063bfd8f34e6f984c41e07718194379f86265a47749e269d6b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:fdeafcdb178182b8484c50c321886f8b2611d27ee4fd1a7906eaac8054ab9625_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:1d6862cc2b12521141b533f7ebfc42e558af07195fafbb8f7be6ab7e64ecab34_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2d473ff75f549db1505984e23280fa2f3a6570d19d7ed72f78bf0ca6330f0e91_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:4b721f641f5fe989d9a0ec209ab4921d001360aa570cd2a7a9e5879c8e1804f4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:713d23b937eb12215688c4d67649aaf4270ece88b5197ff85fd3486b89ecf572_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:3d1d10391974723b15b31315b9c99c98b8296c61032905893a88e42f739f4a54_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:65fec2305e5a5e05b89b507b3356a8686bd11372b59d1ea078a3c9794c2805fc_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:c4a5f8deb979c46d9c6babc5d52d026a0de3bbdf08238fcb798a05b6a76d69ea_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:cb06db0919e77bd26200cf8610277dd5feb9e627de2dfe43317fb4256be7cd0b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:214521bf60ec834c8d397bcf685e2ebbe39921f4deee0c09b9601253d929e583_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:5b057bc84cdc3f1749467d0ef85cf09d6a06f783ab16fb57c5cc19554ce720f3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:8150193ac1d183bc045856ed3862107d045d2f0582f60ec4203c99c641a8a30b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:af21478733313da2cfce7c56cc6151609b18be0f096532de317313abd002bcb7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:9499cb5614434c687db474ad657de64098ba4d1ee1f643194a92488a21faf652_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:98d2604ab5bd65c852b8d6efa756b045cdc2833017b874af343f47951b015b2c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:b594ea68afa771c39f64ef2002eca85d0541e9b7d954721fe3fe784d4d6aff81_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:e6b9aa21e43519da9b49140c570738bbc43436212ea75e7dfd0bee67c7c3fd62_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:0ef624ef1b65af220fb60fc4d80d6059aa5061e8f9fa800410019ec42e2fd839_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:5623d5f0940fd4e2dcd11b1469dcbe95f0dd801feb2d92c3c385628c82dc993e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:711a9081e2bb725ceda8dcda213f5f3475b326f708b077c4b4e215c643bcae71_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:9e35a4faa30dbebb4c0781e948a98391c41500225be6e4f399a2654f4d443c74_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:b5eaf716c0b3223abd931fc510d8c93f6fd342de822aa115e60b80d48332323f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:c31b361799f39dd3e931b2ea44689df6524281e53de962447b37cca578954ac3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:dbf8ecc16795fd9c9e838e0b0e5bb67c95f5493f695c90093813819a71e6a989_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:e419449bd0fcb506b32e7042d3c1d490ab961e070c0715951db4babf43b1f527_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:265fe91b3158db898cef1933be732ba61a1cb0dd4006257b9f0aa30a8d4bc654_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:30f55aa98a244d7b7072cda47c5f6b61f0aea4fc5e966081efd5c4c030a94271_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:3cf63aaea43c416aab8879a538bf238a6000066dd6170fc958acc281b4538b03_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:8f04739af1f6321c039253bef7e7c8413592238249c6b9c68bfe2b4c6742cd6a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0c41a5d04b68877df42b5e2d47b1a51a205f9b5bbaeb272b876040840df70cdd_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0f9b478c439a81b264c306f4b597d40cbd2b9461a2be9167d667ae96ccf2d80f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:7d1cce729216a86f6f3142e1dcb9d3c6b4eec52b35f55c1aef1911af499fd6c2_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:de5431ddae08fe8b534706adcbc5a99e1d93da3460fe5008f319aeb17280d6fb_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:27ef373e865dacd62cc3d29fa3ba0661280570b9f1e3e36abaffd6a0830896c8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2a129685c29ed30eda4c991cf88833941ca25afcbb0929766fc24aa939b3fbde_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:554535a577ee5e912aec65bb9af114dce400c54955b1a15d3b0d8a3cab725389_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f120d3b13d54b6abc62fbc6a87f7b1509a3de6c01e316e28a014e355bee5c002_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:27ef373e865dacd62cc3d29fa3ba0661280570b9f1e3e36abaffd6a0830896c8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:2a129685c29ed30eda4c991cf88833941ca25afcbb0929766fc24aa939b3fbde_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:554535a577ee5e912aec65bb9af114dce400c54955b1a15d3b0d8a3cab725389_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:f120d3b13d54b6abc62fbc6a87f7b1509a3de6c01e316e28a014e355bee5c002_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:8846ed3df7609e0a20e5020c5019e066e3156c5cb3e32719f55405b54d2167c4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:90ef3f26f00eae41ceab0866b5bbaef1ec56387f0e02c55ac6797ee527c829e7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:de9a1e420ff965ea9dcf80d4cfa0f99e351fd1362dc883b2dd75bb09d88f509f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:eba4869ea1ac77524cdc048c718c20e3e30da1de957570ff28840c8cf3c65d34_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:caf4fe81752b9984c30496aeb287eee457aaa9a51c1d4dc8dc47552f927f8989_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:eaef6750f50858e6c3f22961f4e31e0bd2600873d23881dbfc2968ee7d167aec_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:c40f3fdee914e790347ad59fc55c2424628927c75d88bbd40bc39783075a301a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:c43678e689872e352ec44d2a2f395199a34ce16d085c4f7e563ee3e9534bdac8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:9038c74fb45e35bf411a05528ab578cff9cc10a8b0927fbad0a735e3b1d414ec_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:fe85c1ba2ab6ad8f94b1858bbe3f6cdde4a7c768fd2a451e79ecd4e0d780c99b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:3448dd1942c7ffd71cdd12b778525042c5e38485872c6f579229cf786b20e9cd_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:e2439ad3e79037d4b53d6ef9514a7cc3428f57789ada20f9aae6c844fa35019c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:3be8282baee49a9fdcea455723d5fd12ed820ea578af9deb23171ab09156c9e7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:4035f82b6b41d63e30cf4e1b04631e5890c76f610835f8365699bbd633ea3788_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:7c1b269972bf5e330da11df053fe60f0a8f1af43fb34ea0c22685fb65ad53715_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:b5657aca295b3a67c1cb6525a55fe234d959098f500ac7866c8cb7c09769c8e1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:39d2eed706008f5ebb0d2baa19ebaeb77ded4e0de4ce28e0232f614f8df18c5b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:6e6882fa1afe45eced0befc1bfd30c874c888a22d8656d929eae355be8709ec2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:73021b1853b79ffeb0d04c028cad9905455214a59cc50dba01ef7f97372da705_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:8d791856506c0cda2cf02f3903c6da293a257ab6326960931d0e5da995dd3d82_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:93bcb96825fe79993767a89bd7305a5f6ec39deba51b6a48a307eb6a7e3e508c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:d0d43e6dabdc4f060c91b7d247a444b763821f61931ef78eba33482eb493acd0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:d7ab49355e1654d655aaa7a12967a5bbfd34d7175f7e5b9143ca9abbee0d9b06_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:f2a68573461f17d018ff650a7dc8f4fe233cad39bd64e8e006a62d040a7befdc_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:5c2fe110d1caa5d7b14a653f3af1194bdab821255758880809e9c356341323a6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:6bef60acc457405d245a8d7b17335ef424ab68962255fd1bc0ee5c87b73b9ed7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:708132b57f6743a257e0c14f8955beaf7a6b759dea9187cc02c0072fe01d7c21_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:dc3a9ba0d7083481d3717e6b486b130674223d5ec26c40e854bc40aa9d819538_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:1a041a1f772f19dba24bb7dd08cbb374b8b9011e2982804d34a739e5050af270_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:31afc8611dbb85e2afa41373aa19b95f19f3b6f3c9dd9303fcb324566ddafb05_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:4ca8edf1c43441ab6d2b34eb7572659d27c7ea64c95a5de9e12cea5ea0dd2799_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:e8a39e1add8a7a4d65b17aeee0bd0b0bf5292c432e56fb97ab52f1865dbcaad7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:10cab7813ac451d2d17414591c27d5626a7bd43d7dae6f030de9291f3f0377e9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:2d83001997d22839a2df4acbb23553acd372c163df0a8bdbb97080d5274b6925_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:6e4889fcfd7cfd56cb6a4bf34e30d92b5893a64e8a036ccb18eaf9fc1fb8bdbd_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:d348bcfb0e822de362a7c67ffd9f572569502d09b3f2d3a4475ed4810f2e2d6f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:45d111c26b3b1b96a1911dfe65ed604ead63c26f9f5534b027614d8ec8f11a6f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:734cc9b8e88fc9b2d7c30535080a5c0570ae19bee912486a7d27255ad694bfae_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:e02754f15b7094b2956ae2364dfca3ac178bbf62bd5dc2061d681cf645129114_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:f081c5b04915471afae962eebefea4ea2b71e0afc6d367f59c4710a3953239b2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:1248b42c2a006bc5117a42c76ced63048cc3fca7b5f0dabe1a5d16efd0b8f604_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:ad34ac62efbe8c297baa00f75a7fbbc87d1fe9d29563811d723f0f10f8174366_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:c17711a9aaf902cc6c95e62c3715201e6354a76117166fc3715a27342c2be2fa_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:e28aa33846c0489e23b86bbe768a6d23a7e31e3830574792c5d5007979f05675_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:81774e36cad16a5f5da6c89483f4139ba295e29726cc5bb9fb119277e087a1d8_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:8f4fba2b28c5dac5dbce6cf38a064fdbea5ca1ab2e039ae96df7d34c90296ff6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:b18472469fc37430b4810a9551fcc833c52df25bb34e09bec904c82c172ce268_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:d97ac99882fc7894c72d6030a4578fab814b2550e6478be0bef5eab5b41b85bd_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:74531d0fd46e112088ae1583e873e40ea082223804b723473c67aec06f5e8e32_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:8cfc4b26606408d8028903e16b23e16836d1eb7d9be0c6ac6b8968330ed5ee7c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:a0837af0880180f927e3c2edd48377d2d5ab849a06186158695e0f2d9d460be4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:c86017bd51d33ceb8f42f837a4b19f0c750967486b6ad647f01b7536d20c5d41_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:103c34c394ba900666000bc5627c63e1b564878aec0defbb91a18711aa95bd7c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:5273cef06cb438b801ebedf984156ef179be56b86ca0c1168ef1c2b9ec547ef1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:6772f96ecc0d3b1a9b021f66c53bba423e763e2ec31fab4f3f14a8e7e82b01de_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:703919dbe997e2b17f6063dfce55226c14f5eabff46db358a397a25effe43932_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:2d6037ca2e1cfa58511058b4555e6f65f1eb66f80b0e0d78110076bcbfaa5a0a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:43ea6c2d16a1e89c0a76259219af19d79fc034665551181c153f3675f31bf238_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:6178ef94bcfcd227c35d30a2479119f8e94ac53749d14f4892e44f1d6aaba331_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:df29038076b03784ec2f881405902f2bdb91d46a7a2bf38b75cb024ca6936787_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:218a452cc4548f90ced34504132e4c0048815a5e67c8d9f93b5e1987e83d6c2b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:8f19d00af7e51f94765c630bea606b7cf7861ef434a001987c07247189d255d2_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:c59e505cc5dd47f6aa71473d755d0f91bcc54d1d450830fafb3d622dab432ceb_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:f383f85c0c0470333be07dbe4923042a818b9b5949eaa320c0e99d5ddaf643b2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:00a118e4fbe39e9be377d2318d259343a159b83d322caa771a933c0696696e4e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:4bbe5d322d15b2f708bd75f6b7e1f52bd0639ad729910ec4bb488faeead2ebf6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:b163baec860229f0a73b3901940045535b666102f42dd61e453f196b77124604_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:aaeef54d7945e2f9df7ddc715776cd9133a335e39268dac2a65d4bb27b0baec6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:00a118e4fbe39e9be377d2318d259343a159b83d322caa771a933c0696696e4e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:4bbe5d322d15b2f708bd75f6b7e1f52bd0639ad729910ec4bb488faeead2ebf6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:81fff6216dfca869c758bd60a0efc7eec81c81005544dee1b52e1098b9646322_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:9b28af07fd820df432f76f7cbf5f6c17ff275307679b909b9fcef39af9c13aae_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:068996fb40042f413b58f8b5087a55d5275c8abb6cbbabba81dcaa8512800d8d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:29508b9d94bf0bdcda583afab57029f189f07e845cfea44972430a6d40c7bd76_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:631436430c6bfefd7ece74a6f1ce7eaba8d4da935d61ba5db66553155204e0c4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:9adc42aa480b66104ee6d0e81ecf7cccf7cf155b9082d063d9a9537dbb378ee5_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:0d1300f732f6e66a363b6fba2bb55e0187b2b345dc2583d1f0a1389f7526cf30_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:72b5a08e055d90a3eb6f8b0f3c8267d7cf7c8fbdb064faf381ddee94d2090f49_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:733261a8f75e4080761cdff18e6e619df7fc4de05cd2050d8127935bffc862b4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:cd0efc4e9a3014c1acc79fd8ca9cec790a71b7745e7ed820613047953da1d641_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:39f3e8a9f78d4756e9c681513c02b5574e80ccd7043e7f0130ea1e5505e27cc9_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:7dc4d67c2153b57bd1d0e74e85e21d898acdc5e792ebf3e9e2254e9c243069c0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:934e6f7aa8dead546ddb258b6753f8ffc577205ed6ac19796a2140cb242497c2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:d3c8598be6bfcb46c310e881493b8299f126b86c041ba560edbcdcb700430d0d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1df62178853e8698d9d86da8530144f3cc5671c77b72bd09098faab187f6a78d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bfb1ae8157364e5772facba2869c37414fa49fadc0b7a42ade55684e5a93ef0c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c70cb3d1a437e747e1d7d54f631853d611a97278fa260daed6c56f36f885e17b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:fc89d0c5582c76488c56d471746fc9f8acee50a5d727cdb559623af580389f5a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:5e1d1c77c595cf7cc63e38f771d7b2e64a4b31da119476238b26dce182cac160_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:d14dd4c11011464adb44f802bbff4820560b56422a8891664de65bc1f8da66ef_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:d26f4f47b5b3447e021d20ab0e6dae7eeeadeeb4f5529b85f8e836d6625dac62_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:d4de045b2177b2abda6b28b814c450961272ab3c982a4c1da29271384aff2f06_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:587c9c3ab23222ba8e4581c20758a690e420982196b416a0dc895071ba13cffa_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:7b806e315b880b6e3fd85f23585d5a8032637099242d0d1abdb7703d67913529_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:e8718288050d418f62e75b956e2d19b285e3513fb70771beff64c7d96b02ad8d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:faaa0f58bae404689e533be4e44817cd8008d1ae4c2999fe1b671e663dd1588d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:19fbed56d75e69a0d9582fa54d3328fb44aee9a119781a0d9800a1f948b79926_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:2e4109f5e9abff71ace58bf6c904d19bee7c5936d99af1192191ffcf75e87606_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:b703668aed81e1c3d2b3b17c7c05b2453bb7685089f2de6d9e91b9525ef14c96_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:fbcb0389b7f506b044d1b908c0fe8e8eb1fb5509cc006fff4ecc992c2dcf31ae_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:21db1e5da0fdc170417ff618727d1df59d264a27a1fac0df40f62cc6d0b92e34_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:2c7df73b7d4e11ccf47cfe561600541569d7a5daa04bacadd28b601ea9593d29_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:4671fc86a01df017bad93436e10f40c0ea23e27a73a58f76742f8010f60a3922_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:71684546a20bc4ca896f3daea721b658557f992f3b4d9679fb414415713ae8dd_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:209bbc308b2c772b4553e1353d8ff7d79d47fcba4facfae1649eb7fcb9b8fb70_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:21f468b304e0e0358ba70b05bb712b6231601b0e438a4a6d2ecf3239b016c448_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:654ffb6786eaa915fbce588d9016bd09927a204f797ba0104585bbb19de6e15b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:b71f4aecabf4c609d03b751b55cb94ea717983179b73efb6ff00001a514ff4bc_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:203a0938168df89a72bd108bebbf6be7652794447dd2ccb69f8aeafa28a3d6ea_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:204bf1950ee8144592b630869c44755c364392504de447c41ca0b8d011f660c1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:d559c94732a888059af7b5e723fd8464c0598ff02ac49dd4ca0e8c2ff6752a0e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:ef2d45fdc583671d6b145882f99cb260b370c18178efb43b42a57e63ddb36d2b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:585c4a56a35fa219f5a0d37861eab449241a71ea59bd6b200e7e3db34879a522_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:975ecae2d886df90e6854aa2ac7d0d9f3b6b415756f87e13b0d6c8a0a29e819a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:a640f43787725158c81fd3b759298b4cb0fc841a6136a9eaf2ae254b7bc5c576_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:daaa767d88c6c006e6a0a6625c68e35d60000bc3081be76bf89d35d23bd513de_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6a75f23de4af4f22be6aefb132ab72514930d0a29241ce36614e884bb58652d9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:87a2b1d5044fc95c3a65a066b80302e2429b62e3ca65f831994842371febb7fd_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:8db77a2fef0a9e5d7307d284c982f118467dafd3fbfb8e181326685852137221_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ac74ea8293510fcef95584bed98d33dd6b11672583b7c621c296c738eb7f747a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:0aef808deed9fb96b58f283824e1d3c15a8721ec39b16c5e480b777ad71ac137_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:675e727613bf0e5a3a85f4346866e0561838945eedc23619ea18804f8bf12257_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:8550f4f5bb2efa499a73ec16761aa448cf62943bfcbb4307a40e8889a6b83c42_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:b1932c7d09565a69842642106d794c5dd3a170345e34cdff9a8be3f64b04abb9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:28f0ab10c245d632ac282c48d3a81d371591a814a5bf553908bb14a43d0eab74_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:62202210c4f18a691ea29ac894a45ee52e2a4eafe6df0877f49ddcb6f6aa5c11_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:839834a01c39f2eaac826a50374e8ac4cb8a103e661366e512c62eae9fc88b3d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d57959fe134e8c76b6cf6b936b5ea015256e50a2ed550115ffa85e0e91d591f7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:5839069a2cd4c793f45a41023f2a53914a8b60e4f5ec935513b2640063067bc2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:c9560ed43dbce1ed3b0e73bf7d6b1b28540ee38584463a09ec1b38a6b09ae2bd_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:edce8f86ec198beb0e28cecaed5a1051a556e92662914eb77a14598bfd98cc61_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:11e30523f9e047f84527779dbd66c1be046c70b02daa197840bfdad6a2bfc025_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:22803a26a17162a465eef2269781abe2690ea22fcd86369f35688cef57e12fb1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:439f405fd3d827569af717e2627f900798107ff3c7987bb96dd75715b28aeb4e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:8edba5bc6956d8b5d2430d2f4d50ab31d71a50dd740b3557e5e9361099d6bd2c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:cb33b3f0160d1e3bb96217581854933be739cf23b22d03771de07482e8fd66f1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:84b554a6e493cbe4d936cdf9bf5f39d57a5d01ed433e9ae35be2cbb651cd7490_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:d985029f965b57700107fc5e5c10d805f83271575c32e79751e42d382bf586e3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:dbfacc2b8021dab0bc88bfeb107bc3c60885d7dd28dd6e716569e82c1f1b2050_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:ed158388ead4ac07264beee291cc7f4b75d7f26769876e00ee0d938a720320b0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:7b8f6f7d07b96111436e1f24d2f968eb402d94043216411e5700555e53d9f42d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b2b165722afc872b8b7e33baf3d203c5d454f119587ae2377bdfb15d9490ea99_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:0bbafe014c77d472d14038e2b46bc69a1e649fc9b6a4c1097bbdb354c34a41ec_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:1b1c50cfab6be876b4f25c0b27fa17fbbdeef827d3167bc0dcbc3341d92d41b5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:73b4d01b2ff7f173a1e49e5a6f019e3954a5b9f255119a8af87a6fcbb280653e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:f90510800365871dcda5645ccfe6055eefc38b59406b41c9c54cb29cb3e49968_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:4983e7e3d7ab2d8b1ee13bf734b260c3d56090b4551fc0bd59aaafec69ffe37f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:e0c269061957cc8b3586d4ca484c389544d3acda0077d96445e37d300eead15c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:6fadfbdfc9ddadd7b692568b38beb660a48f0cdee1f886e1451ffe0dcb73c07d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:f82f5726816a060c19917f06d37a1aa160b675953ebaac52f136e250e98fd332_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:7b5ff6a4931473798293031a401b2418906d91d62b5c7d1cad45ea3ac39462d6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:ecf14f2430d830ea24baf52751009cab008bc2cef501b358306fc46a2a32ab25_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:500cfeb055b38b0b9f76c9f262bc90ca2edafe664e517da1b38fb6a2928bdf09_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:78585533e3516310fca7f65c26f2f6b5e3fa0f3268ec9b338d9c53e96bb8822d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:21922b50b69626e99b6fe3741aaa1d2d2d08e56766d166b32046ba3c592a8d93_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:836c6111c70ba9228d80e09eb0e53344150b7dbe4bc1761cca6df0cdcc57efd0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:549bc2dbacc1479bbda10cfbeb3688f2e83f51d8e61fba07ca6816f7c56e9e0e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:d36656855883b3e306b6923234c26fb3ae6883fb235e58416266f3645227db0c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:5f035963d48b03c48682ee5e08df9929a84ae062ed1989e4e7b3ade0e22da544_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:bc70d98a850ba4bdcff403087fc8f57418039ee79bdcb7dcd2be49905a3b9cf8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:780dd4ebd061e9ae7f72f7d1964caeafaf1ed5bd0870576d8e81022ff5bb019d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:c3ef35038f951713ffe1951872a06d5bf731dc14a735b69d342b3d7ca197dda5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:1fdf87821555c4982cf42bebe5b46b58e1103b876970d69b298fa7527bbcd53a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:22e5b57a530a6336e81664f3886d543b34ac4f02475694af6fed90590c8209f2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:5f1f51686d55d53af9015141ea4ef00dea86ca65a6cc89b8b3afff34fa416002_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:c8e35113d1af6f424ddb2b3ccd7da6bb00e39cc7e9101ae6498a40926dd45f27_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:471037482b480a52f798d0fd05366ab7a2e92744f8902450dfc3fe2b88f6c2b0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:672c761fc4a8651c8493ea60f5d0f33aae52bc19ca4d55fcc1b94f2e002e1ace_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:8f509fac366943d4732e7d0f36f9f7223499c7aece9868713fd7de79f5fcd3a2_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:c81004be0a15d543f6e84b81622f8514d66f663a46de37e00f5e2f18a423308e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:974a00d5e9f5825345c437b3987dad130f084c8b983a2934e5b69cfa67120616_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:bf9e71e10cea47686d4edf0c60cba4fbb0c4e1bf8b805c387b9c070e2032e5d9_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:c6bb4ec25a7721ee6af5de90282a925ba47e6f26f4bc6b76651a5e811fe4786b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:cca13f123b2d8227760498112882fed890c50a78d740a84f21c1d58d58cb1434_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:32cab0a65fc0b14963201bb720a770bb68da3815bf306559da7ec5c8ed7c044d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:552d368f4be0334882e389c732ba4a46eb9905666b90ae2208101db7a65ba19f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:69d8d98aadf25c63f2cc51ec917ee5498fe97a013fdaae075186bca58e2bda40_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5969b94e914ff5ff8ce4cf32df64f10f1b6996832e3f2ab0b377dff46efc9af_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:725fb4e263107a568a1c556264f4e5a1d88adcd4ce5a2979b57a8fd4463065c8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:abfff75068bcce70cec31d704cf851d2642ca48a3b35ed48d739f19f0c311dfd_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:b2e6862fbd2830ca980b1066d15f69e1a1997316ecf700983619f1f893a8f3f6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:e073583037092c6649e373a5b19242df74cdb830656722e1396b274a041317a3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:01fcc59502a374f19532397c5c6ff43d2d308510f11189f19f75aa2944a04e23_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:31c0fab9d575ada9af8f496ae4bb2553f26b762ef2d6c39f6446aeee2899b262_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:60d8c8511f21d929058cfbcb7b8df55148935ae34db2dd4e626913ec1a54c779_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:eba94f94949aca0330425b1ae3897f37b2365fc09fc88d60615ca7d02b06e8a9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:278de54a51e74d045ec339e762c5b81ce4a2a3d40f1bad8d7c9cb4e5de898cbc_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:93f23ab49212aa9eb231527335346b45424a5322a5e9496a4c246e01f017edb0_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:d9205cb2f0ed16fc021fb8be67f6c27f368fd4deb8aabccec39e134218f2ad0a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:e4688eccd23a6b01995b878a5b7f12cd2640d89a7402747a94c8fbc48bf99798_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:062d502a4f595b6faaf24ab566c9b4d7cbe23d112737c749f6223d84b0cc63b9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:10e61696271303aedeea539ae19ec6fa8018878059815e5a58497e023ab496d1_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:e2ac15e82021d5dbd07c6548374bd47bdcc609addd61dcebc5e675293726563b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:f5e3d590f430e44eeb3192dfed40ebae4a6a90b773d7444c4d4335210b99a4cd_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:29e242c717fb61d195700e1f1665427ce99188265b2014aea970dd9bd8441134_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:c118d03728b27ee94fcdef1f63bd58fbf62475a5c016667a6a9805c7fbafa47a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:c3da083850cc4e2a8d365a2141e5d6a38b90ff9107631ed39c964a3870e01066_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:e50c7fb186e0cdcbfe16d0e1631ce1953c6df5f1b600a0753224225c475f4bc1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:47bfa9b89ba1688e7c1a6d4fbd9543f274be9585d328f94bdf96c82ae98051d9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:a2062fa20e09a9ef5574e7bc8d02b870cec2eb700f1e3bd338f62eb62bce13bf_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:a3d35f264ad04e586073cc5971a8e5ee50a43d4ee5f3671ac4090ccaba868265_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:f3dd31d9b9a94707a1dc4d597ce12abb9b33d463007b311798bc031c55935803_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:26d287b7756ead1bb073b19ca79276d082c0b5231c0b007b2b18089036817e18_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:6e50edd777e828943e3624600bb3e31f078bbfb9bbe1860c6cf6652b94fdf143_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:e332b8312285dfecce531264a1115ac9b7b36d4099ca72fc8fa19358962ee0cd_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:edaeb800342b998c1e3fe5630506656ab2c34c2190dadbac5f33dd78eee7ba44_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:09c6b2bfe80fabd18a6398342fcb6420aa2680168ffd5d25d7d18231977a5e32_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9e6c5bd0b8ec8c6259b9db817ac5a8fb954b1dac58b0fe00306a84f36c22035c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:ac670fb76fb48ac762f7135fc404d57d31947e7c5ce9a6525d081164ae1ed578_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:dc0bdd5c00450f4f6de330888ae8e9e2ee272e879974560b312785f44df85a0c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:248df5e1def073d8b37d1d6659cc44f4c9653c0f1b6024e1bccb16b208afada6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:36ea064f84c69157224566e5aafd03ef21af6bf9f0b8b78bcc6e197981239ccc_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:95dfb6d0a1a4e15962f089a71151a37dd7b8ca19c26289f8f934eae7dcec2ab0_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:b5643d03d8dd0798ec6cfdb27e9ba22aa9479049c81480b23aa96b12c7c96568_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:1002d87d382b6dd836a14734b00959cd62e9898950d1258662f8b29be154cf02_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5d2da4620f6bb6c224692d33c93f0b327c16dcc5ceb31da1f767d3a6fdc3f70b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:763b411a1610701bc473415f0a677ea9e43b3b2ccbf2152ee4fc5cb13e710028_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:89afc48cb1145085a0d6d262edac7dccd3f381c74f18588698498fe070cfe3ca_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:1002d87d382b6dd836a14734b00959cd62e9898950d1258662f8b29be154cf02_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:5d2da4620f6bb6c224692d33c93f0b327c16dcc5ceb31da1f767d3a6fdc3f70b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:763b411a1610701bc473415f0a677ea9e43b3b2ccbf2152ee4fc5cb13e710028_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:89afc48cb1145085a0d6d262edac7dccd3f381c74f18588698498fe070cfe3ca_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:053561dbfbd124b7311afe6b5eeebb4b2f333bc1b61636e3e989b732016efab1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:708eeadd9b25c308fe7fb46fc4a33cc39ebbab70e2a20168951f1bd629d7ad86_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:fa8de46b73a5c714c051e281d30c4837c97a7d67d349e58d9ec36c7a13d8b1fe_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:fba9ce2c2b16aa7ca1d2fdfcab07ebc67baa65816858489ace9d1408bb26e4de_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:07c83354fbde69786f65b60b2cba2f8ace4f277a5283cb2f29eb88f2707984cf_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:619c81363e6e4fdc632e8bc54038411571bf01a3f7d2bc0ad0ef153ea13756f9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:80318e120a0950964736f022e7a73902965f8391e25a03691757b3450203c5e7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:efbb18f2f2c8d01ce7b785b3bc5dcfd9a1f687ac392b8795ac63e2c6c2779869_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:2c2d668bef0b240bf5f3b95edc0fec5f561302e7f15f05b1a4c1f38a48517bc4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:398ea756c84de4884d03d27a59c1661bd1df0fb6e12ce9b3ee0319ca406ceb3e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:9976237825a262abd9196fa7c23265587f3c32f68fed224228a0ad38b6d2157e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:d5fe085af0ad1189eda74690b02c5c25d6617898731bccbe6d20101fffb7aec6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:1f4292bf324c244e58b589ec521132ac15f1640c33bfe3763560df2a1a692c13_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:936103960861b7912cc9406f82082acb342021032e2def2f37df6def4187c034_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a73db734acbc781aa0420b142e6a3d61e8c471b5e4eeae005d520eaae4a72e44_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:b4937dd875f1b9610a8a6d6c79475152418d5ebc991b192ae9ee4755a780cfa3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:79ea995391777e5de109ea7d10ae1c808c840af72de6e992f37d667d84fbdb9c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:9ced6b74ea8456ddda60cf304f6faf8ff5fc033905eed2a59fae1b4845756211_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:a8a1a27a92492c82dce2ca5bacc23dc4c1da0f1dbc29c5c749f888716dfa81eb_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:f444afe09392bfbc6a9be984ba05b5d289de4ca44344594e0e1c10a3f3befbbe_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:6bcc1fcc07058024d85554e472ff660d28a4c4dd8a5a78a0744380e11a6a06d8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:846e39473ab761940f0e13f005efb60ca59497dd094b7e7eb60a2f6431a661ab_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:9cd88b86ac24ea22bdf9ab938b793d833fd146c77b7ee5e162e5ba3d9aa95448_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:a7f257be16c02c62b9b01656b655ebeb2a1eb640a57b3d38877c44083497cefd_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:6c1bbdfc2c9f3fa4c23af400e4cea7f91827801b956fae3effb4a8f313c673e9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:800e71c14775b5c2aaf6daeaada39be53964b123567f6fc6389cc62483042e72_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:982a623205d2d6ede6ed1a295e36738e500c91ef9f8c2e3e62443082a2ba987b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:a99de35e56014d9642ecf9f13869709a8fe08e93d499ffb7a50feae5e04ac651_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:1f86c359dad1658f01c77bcd1a634510baea2c8df28e3106ff8139e5e92b1c47_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:9fc2fae2be9a11e6c5f8d9d4f1e486f80bb8370cb6dec829b481b2418797207e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:cf4a19e2114134bf5c2d9163a09e087c3ec391ba159140635a7270e70605a4c4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:d3f9470c3930133339a3e805c2d5d1ad07945a44906a5b039270abec4c7b75f4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:11fd6113796a1caac13a8d4c5542632e6b396e0bc460ae66eaa0f2a1f3b4da44_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:23a24688a4be7be1242a773aa20f53f2aeb57d316cfa566de7cf2fb11000cb35_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:41d769e206ec812a0f5f34487d4646de1cc1f4d9ec3372b17758bf8fcb76ef98_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:fbdce711d845967d3aba18dbf3966442c7fbbf4a8a5f8eda7e3db9cea63457f8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:2086865a8c3f61d47894fc5a683ea22349599b82c6e5f7b5475c5b50b42bcf89_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:68c120642854e9aa45b15d21c3f9d02dd10e837089131bf4662fba1fd87ad9c5_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:6ee4ad03dabec3dc2c36ec8ed305eb1c74c4c099cdc7fe9cc48555a20d7210c1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:a45563482bf570357b036302275609966253f74439f1acb59c8ff2bc3baf7b31_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:2002c2c89b091a1729718cbe2c2cb73cfc9a1826eb8cb6bec45dbd164ac9639a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:260a8887d952fb84f5d017c15ba8a1e60e23455dd20ac8e2034bfde8cc0b8f08_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:803630934c8c0dac3996191a83ed389d27bd1d9d6e84ad33bee837dbd840e458_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:c016ce259e9871041f3209f577455f3eaaf98dc952a89f32c349473148a20976_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:1556c0c53266796776454422b11f713d84e4a1586a6fb841efac115ec1906971_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:7c196c858cb5e94e65472daed3d55230823b8e958d35f73bfb507d6693807708_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:c48060447a689c5be3c0abb9787c778c0b1de183d66b0a9fb6839d9b3c3d59a0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:e45ff3c1c0074e519f5282ae8208750a4dc0bd3ac7207e0453fbab7f30727793_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0f63a311771f61ac8c0267d1d102769c18b16055d60260107b2acf033ba5a185_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:27abe5d06a3149ceddd3375e026f50955d4a45ef482ab6f61b9f02030e8e3b19_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:832d5121a94abd3eadf92a8df55a632455cc51a649900c7450547f34c58316ed_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:8c1090b8e0ba9e071f41d66068bc8aa4271251192889a767594e0c5d836a9d40_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:0374dc23f5a2d22a7929da246a8ef5a032b43f19b386a162e4882aca7dff1383_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:0b07eb65787a670b95cb47d98ee8b2ca36cc1b36d962e996d2f0a12a5d58a37f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:76bacd34ec3b1d6dd135ce8dd06e718f6a1ea6c8e2f8fd3954f9e9d5028b9821_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:b0bb4b11507285b17b32be7358e17094f00708e159e32ffd808999a63df60a7d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:79d4304244379d410212241de9b91ee5604bd5bbce5676301bcf3fada3824c2d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:beeb8e60ababc4bba5c6759da3d7ba4ee1786a43132b414748f8e0a2cc9f63a7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:eb92d3d3351d845e5c169721baf1683f93d943578a48e0192bd273db648725d5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:efa0f8523d171326bb6fc12e6d1610b2d2d28a38e5b95180358c9122bbe6070f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:180a405ab9bb66e3ab6a904d2b91d27224ec507d8eeb1c00ab182b130d9ed26d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:89a9de8f0804a61e01ce2a34d25933af30df2f3e8cd8f1209f8f058951bb5c1c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:90c430420821ff7a0ef7a752f120505c2c36225296f6b238771e6bf1fbee755c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:d9817e136b2c3dfb1fbf805c3d29b8d0cefbb07f76fc1e56ee486666726abbe2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:60ad5b01bbc9aa574ef6024d59be388bf7ca6d8704e247f7e56c8a6ebe3c81f1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:b809958ea47a5d78f8e47a8c822a3b2abf14091a3f526501f2eaf7ef36c87b4e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:dd6662403f5ceb2bb3b8887c7d608c73ff18a8dfb8ef1ec089ca61e4a4f75254_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:fff87189c1c3eafae4722d812e5becae925b71f1b6727944333fb129b7ae48ee_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:60ad5b01bbc9aa574ef6024d59be388bf7ca6d8704e247f7e56c8a6ebe3c81f1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:b809958ea47a5d78f8e47a8c822a3b2abf14091a3f526501f2eaf7ef36c87b4e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:dd6662403f5ceb2bb3b8887c7d608c73ff18a8dfb8ef1ec089ca61e4a4f75254_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fff87189c1c3eafae4722d812e5becae925b71f1b6727944333fb129b7ae48ee_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:7353494095c9f0628274678311b2172589026dcc4e8e28091641ef65a2923e66_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:9dd5d4aff113b23dc86a191abe7f9ddff0b207890634ef9a1c5568df8eccd663_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:be14afa02ae1e9d13d4c6a8e534954bb385f63e9939e8b20942c072901430d5f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:e68a3fe0f5d91d2e914d4b24bcab9a2bffda33daf56cebd73566445b96f64316_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:01f43f0606246a3609b3738ca75c68e2f7f9020c1bb88bf7717818c8a26a1e36_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:3f047ae5585f08301e17488fd86c9ca6cf0309d39e8cd6b580b045f1d1415fed_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:762cc951e74b525f20b93e71742a5bf44d12d3599fdba16a95608baf774c4555_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:9e62d2b1ad0efdd3de7b973cd6639e96203c01b6d484578a4e3cf13f67b2b856_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:1130385b660f719e78d9449c6c7be888b7c6ed16a2ab43e1fb3505fe4ed03b33_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:25c3342fcbb073d32ec53627b8a062f89c1d4be9e641371ec46e6dfd3f540efc_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5b3d375d7d4187b601a77e2eabbf656cbc70a1e7671916ce58e6fc595edfb215_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:dda703452472d35e7d8ddf9750a5229a0c4c6929c7409bf95b973a89a8de08d0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:058f3ca5452aa97a3fa778064a75d88cc169b7ce84a5f320359f561e76f08a95_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:71e5d332051f134f3f90e4089df6c2a5f88b0b11843d046b0d33726d2d988f96_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:aab5a67ac1a3ccac5761114e28474e11b451124c5b7e71e6ec29e2895374c668_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:da133cbcf2ef025ebaf274afeb555c9c18fe80584c058d31f39b7d343995a42f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:38bd47929b935f662766156026433f1f2ec6e1731d2c7f40c792054cbdb1f87a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:80b3c3854d4f22afec57e0a7cb04b0c98d58cd104c54464306126566edc3ce97_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:8b36c39a63639cdf7c05bc997bf98c0f5cf9c1cee0d740cf9aa6e74b91dc0249_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:d0e132dd83e2b754fe20b12859ffdf7139037da53f2a6af6ee08eed15429a14e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:2b553e5669ef51cbce468f8c7c85bef41faf7f7952abefbcc2a55a9ce15c1251_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:4715855d33583642e942fec45ccd9f6d2b90d07f2712ce1eac357d9d45c32f14_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:c2f018f8674903f77b5f4ed8979703b5ae67fe83c6a7d76c1ee4bf7010d77a0f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:f0e41fa92b534e5bda08cf38c6c513b4adf930df9af740de05248476c74c04a4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:8db04c6d7afcb6b650dddaac2ff88cb82093660a3125912172db7fbb51f1f1c2_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:b539177c3bdf37dfc67cca8b3a2dbffa0b4941952135f7f144d3ee1498cfb05f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:cb400c373be837f788f663e7a1b2a94bacec4f4dbb4bf5a5ddd5d1a0d89e3291_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:f16534746cf3a8ecb10aae9765d399ddc3b91bdb2b1ce15c59a4cc76f9e4cee6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:37b02c91edc5520a2371b6f8354028e7404482f3e192aa74f683990fce40ea6b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:5097e2faf0ad7dd54961a6f4cabae703df9df1b2b41e9867b955ab9abfe8bd3b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:b56dc790cc28994513ca38162ceed6f6e10c99a3142aa2abef9bbb7fee86d924_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:f4f4b53c8b205d611fa6bd641be601ead79d73bca40f838049eada4d5d0df227_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:2a6400cf874eda4c283683a9733e63a7e8b5ce53a37eb5ee30c07b14a9301a76_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:3908e08f8cd7c94ba3e5e382ee40cc02db84f5b0a4aabc60f5d17142c42437df_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:88f2c3ab06c1757d7681ea0b157b48847b6543dd9d1fba7a76941d9bb49b92be_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:f7b123897a6b90484fd938de9dd8ecd1b104f2e70e0564fc10aa1b3583ad1011_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:292e59f484b68803dc0076b9fb7b9f426852c967c235f9923dd68d8448013794_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:59c896aa966fef8ca6396239201cb9f1821d71f1e4787c4a03f36190b8a42c76_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:6023696ac24b81f72312201fa6c97a6ba4f2a780fae94047968dba982278562d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:d52e3ca8cf609c8d15dd77a525466184c5c9c641db88856aed56de318e23f47a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:10532406aac6636cd860a0517ca512f6fd8a2505cdce5486b793e9cb2bcfb16c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:567ca37a4ed2afe89da71f0b33af4e5e3af3f89acaab50ea32325ebbfcf86aa2_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:a3e1cecdfc749a34b7e3574642458edc7870f03ae9e1a2e7aac63e3fecb43eb6_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:cd5d904d0e36cafd45ea72914850b748e921bf4ab9f454e1e6f613d2f7b45a61_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:027b3596835e02a412ab6cb19ae476a4d3987a90403a46abb039ffc2f1c775e7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:39af4cee0a425da0814b28bdd6d515a397544d3c5f83b5e9cfffb7aa33c4fbb5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:8516be3a082fe2a93bb5976bb394865cd85aba4beaa399055a76bde057d9e70d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:b2426b3664db720bd7a53cdf4cf376425ef8d7c6c5ef039716efd00cdb9e3e6f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:24603d314b5539161b5974f234a9fac64ae0a36e7100a708326265ee568f756a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:79385981434c7e938f71e4616bb61c0f37826ab4891fc5b370479383bfa9d169_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:7a5ba0b22dcab9e3bdf107a7e443a212f7a9ec343f41d3deada1aa59091cf952_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:b7cdf071883783cda48c2663e86e3e271f42a470f2f22d73bae8304c87c2e712_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:0159ee555501103045d1f188ba21ef468c3f463251ff2debae0c8e1999f14eb6_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:237a287a2db660c2b844ac5e985ca1cc70be0f7732c7beac536e3c3e09da9b71_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:31190bca682241fe6ed6bf64602560638c963d70127cee441cd991f82a17fa82_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:da97b83cc6f07e4c7e72f9d7b8461fea71ea92e1b29e6117ef0360e088d7adb7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:06ba4dd88b81f15bb0fea21bf039fe45d38e3356c19a6389dad7010940d535c7_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:cd7efd34ed2a41d64b09e5670082cd68776b31011532d0e02cb932467f05a24a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:92ab63720b8e0929cf11f5ec81a3a968017ea1fe2d0aa57b137e6609b1c07bc3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:94ca29a099adc0665222212c90c60d763621671428a1de28a75c8ed6e2be2ada_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:93edc806a96f7afebabbeac4280196d313eb789ec43978fda985a5445d19bc45_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:fd2d5df7915e62949191f0497ed98359a3440c424a56e8cf12d66e99e67d4a3f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:4947bf6c31aab91f8a0eb8f7ed55052a33d35b70fbe40b06e45f5e5aec94c020_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:87439e5f75484270318701b52e986973d66d6f30f4d00b0da08036b2db846335_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:e42c9804da1f84dccea6375967159daa56b38d6d029bb78617120ff3af87ee92_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:fdf0f3062593efcff1f58947da781fe9e9deb1cfa4a1634db93a0d6e40d069ae_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:003480e424f3ed4baad296af322ff6ec0612cb9107c85116f065f4622adb0f52_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:574259966929feeb14060fd8b80ebb8b5ba2ce10be9f19e66c1e53d033586db4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:5d40461ee29cd3134137b105576bca5ae014920da3ccd90b5729b326e848444b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:b1082fb3535909dc2b8eb0ed95434e571071b5dc4324c6d3dbb1fe892012d607_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:1e7f3dd79b1969fe87590b82bcf2db172533f401f37b975e26829d531042becf_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:50b6b05372735625c16a7ed674b1f056ec23b35dca896652ba94c5fe11ca7c82_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c01fce15d9f6b9a9a52b8ccfbde4b8a7aa1b969d7927430eedd169c0b5f28113_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c608bb7e62594f12c2f52a78eefeddbdc11314494ec933698ba52af303436f1e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:3167f80d0848b65adf52382a35ab3a8c76f06fc5b706e001c2aedd897371e56f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:94f7a32483750e9da8038b84e4e1977fa22f099d3b29012a40ee059ba0cca9b0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:c8489b7e4c95b36f247d85adf5181b39691fa97f00bca455c4fc950c9eec818b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:e187b0624e19031a80b2fb26bfdd82cb8ec9dc66a115e5fab48312cd8bc5d014_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:3167f80d0848b65adf52382a35ab3a8c76f06fc5b706e001c2aedd897371e56f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:94f7a32483750e9da8038b84e4e1977fa22f099d3b29012a40ee059ba0cca9b0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:c8489b7e4c95b36f247d85adf5181b39691fa97f00bca455c4fc950c9eec818b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:e187b0624e19031a80b2fb26bfdd82cb8ec9dc66a115e5fab48312cd8bc5d014_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:174437f0c1b3b1d8dd82307d1fabbe34821ca30d773b70ec1cfb67d45e0c1e19_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:3e9dd635257195cd5c90778267107ce11566f35c60d415e4f8bb9ec13fcb4477_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:56dc1c55657428a6508c4eee1940194c81fb9679a11a3777289749afb8ac12b8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:a8b4f74d041370868aec2986f884db5e41ee82baf193dc94701c5934a060be0f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:174437f0c1b3b1d8dd82307d1fabbe34821ca30d773b70ec1cfb67d45e0c1e19_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:3e9dd635257195cd5c90778267107ce11566f35c60d415e4f8bb9ec13fcb4477_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:56dc1c55657428a6508c4eee1940194c81fb9679a11a3777289749afb8ac12b8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:a8b4f74d041370868aec2986f884db5e41ee82baf193dc94701c5934a060be0f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:5d9fa9b4f15954cca4a5c46f00840bd1047151f89e77da0c4250b673011fb6e0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:7b167041fa1524f28380783f43e5cc54763d84fe17c32bc35cc58efcb147c2a4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:d7881138cbe71cab0d372df6c74e11ea195ef6c55c812dc36b84b1e29f8d788a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:e7ffbd7d025233611c4a70dd7e81eb0cb0ff5880c554cd2dfd9f495313902032_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:5d9fa9b4f15954cca4a5c46f00840bd1047151f89e77da0c4250b673011fb6e0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:7b167041fa1524f28380783f43e5cc54763d84fe17c32bc35cc58efcb147c2a4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:d7881138cbe71cab0d372df6c74e11ea195ef6c55c812dc36b84b1e29f8d788a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:e7ffbd7d025233611c4a70dd7e81eb0cb0ff5880c554cd2dfd9f495313902032_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:4dbb8cf627ac6c902416e06181beeafbbe3ce1a3891eeafb504d8169c29dc359_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:5c4066929ed59bb460091ccb5b503f5c09617459667e3b8cef83fd256c1f9ce3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:829668fbadbaf7e87cfb9cf9cbe304ef8b9a343dd989f9a9c887c7352f0c0a01_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:bc3d45f66fed2adcd79722519ed8ea7f81dd17dfb960d06ac79764b66f421c9d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:4dbb8cf627ac6c902416e06181beeafbbe3ce1a3891eeafb504d8169c29dc359_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:5c4066929ed59bb460091ccb5b503f5c09617459667e3b8cef83fd256c1f9ce3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:829668fbadbaf7e87cfb9cf9cbe304ef8b9a343dd989f9a9c887c7352f0c0a01_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:bc3d45f66fed2adcd79722519ed8ea7f81dd17dfb960d06ac79764b66f421c9d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:22ca0ebc3fe663bf0e9270067ddae2e143bbe0401ec4be56f56399dd038bdaed_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:26044987ded8bf944da915148c69be6e247e3e1fca35f0c9d0abfdbb61071e93_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:a988a8373d3f22e2c162052a01e7eba15cab6d0fae768bf76759aeb333c5838c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:aef67ae561902de2e77f7cbf09b98be2efaae40bbfa671d33a73874a9fca506f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:22ca0ebc3fe663bf0e9270067ddae2e143bbe0401ec4be56f56399dd038bdaed_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:26044987ded8bf944da915148c69be6e247e3e1fca35f0c9d0abfdbb61071e93_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:a988a8373d3f22e2c162052a01e7eba15cab6d0fae768bf76759aeb333c5838c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:aef67ae561902de2e77f7cbf09b98be2efaae40bbfa671d33a73874a9fca506f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:3d60041633a1f162c71979b435c96e1b5188df0e04e0349602ac6ef7ae91fa08_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:61dcb1b12d90c58eb1095cedd0f8d050b1f61e68d3bc05037e8e94c274bcd855_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:85363677c4bb40f00d43ca5d6491b03bf73b5aa2cdd514509a8168ab8c47399a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:b2d065c15021ff26eaf335e8365b797c9c0c9b54c2722a4fd88b015d2f3b2aba_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:3d60041633a1f162c71979b435c96e1b5188df0e04e0349602ac6ef7ae91fa08_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:61dcb1b12d90c58eb1095cedd0f8d050b1f61e68d3bc05037e8e94c274bcd855_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:85363677c4bb40f00d43ca5d6491b03bf73b5aa2cdd514509a8168ab8c47399a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:b2d065c15021ff26eaf335e8365b797c9c0c9b54c2722a4fd88b015d2f3b2aba_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:089dbe82b1e1deff569436e344928255e7446795ee2c1965551941f4dfcc20fd_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:52d2793450c879e8cc2df405b8f9ce03239f3ac832705bf8bf071b6d6c1aab00_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:5d68aba559ef836f0992f78c78a8dc79fb5a680dab2abbc876a25041ab8767e8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:a40345997aab0e6dfe1830ffcc76320acb4a19743cd8ddc249de4dde99697d7c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:089dbe82b1e1deff569436e344928255e7446795ee2c1965551941f4dfcc20fd_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:52d2793450c879e8cc2df405b8f9ce03239f3ac832705bf8bf071b6d6c1aab00_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:5d68aba559ef836f0992f78c78a8dc79fb5a680dab2abbc876a25041ab8767e8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:a40345997aab0e6dfe1830ffcc76320acb4a19743cd8ddc249de4dde99697d7c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:08a79a55c753372a11f38e7573bfc6a930e21cfd4cf78a583b298c2955fd76b3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:656c38b2cc045e620277466f42436ba47633b284107fd2dd77b2a20b6d92fb65_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:efbdf6e8cb6fbf9141f2459feb49bd1e4f9b99d0607331337ecbcca851c6b2d3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:ff3fa757849d5246cc4998aef80a5a8192ea48221bfabdde42d3eda664f00107_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:0ced086ae1f60e918833e7296b812627bb201d461f64b154b238e6cdabb543e7_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:825705cde8c5cea16fff7f61b99fb8fe77b00fbf9f910dcf980491c836299a9d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:84f0338a3c427ac9c88708f5611286972a71a0b67425a82b28e6b9cdb0777fdb_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:db72294ec20391b00df5aff0c61131e458d53c77f8e7ad46221bbc1a0e48c627_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:3abf569beb7de9365d996b72deb8d16da11619ef721f4d7f244d275123308faf_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:95fe24d21ca65114bb288e30d3ebd77954db630a4a3162dbe877aab4dd9c5cb4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:e2a10747ca1f65c6d894e6eae44dd77d1ee826e60311c7fbf11ccb5ba3b35c20_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:e6e84f0ec9ae5b483ef8872c9703908b595a6d0fbbdc368e19eca8b58121025f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:5999694f230c5fac3ce7b5f2c74922088b437067f775d23e01e0340453f9188f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:a91dfaca38590d32108269bab1c7eb59444931bd7a994de781398f50d228d988_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:b7947f27cc0ffedc07e93c3a5450cd87405352f93b39bdf66c1c045312497d35_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:bda4051ff681d545c59cc6e9a02583278236f267de53b3c68605635689eef2e9_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:58e76dc80151dc5fbdd3089685b72d74b1aa8b98de2d5ef1525071fd972ef623_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:692e57961b5cb2225ea4d757cc5e19ddee4ae1bd5fd89429cde7ae9ed0ac0c5c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a80a31405351245150ab8feebb87ba63f5cb9dc5ebc85d560a89941f983a70b7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d73bfeebb2c2c0b386d5b2e909bbb815e9c39f6e82869d9cffcac5767f2de172_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:3ba88359360ca1532c5224ba2acad3d1588ca40bfc4829ccb8c85ea19bc129a7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:b237d7893ab617e9c2f53933cd87f2062de4b6621db677403e11ab58a0de10bc_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:f9bb0780a4d8be56bea13e9ab0f834835e04e7e8570494d37798ddb60bc8d7e1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4f02b77a2cab5ccdcccba93d51d2a5d9a92ceff151236ffdb8390ac4a67a4af6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:5510f4dcb3215d46c7c73b0f84744d94adc13d45066885abcc522c9f80185152_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:6db471dd0c0492d33613a34a2e53a1c025f1d34cfd3d7e4d2b4009276806433b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:1a40166f257d1ab58f04543cafd99a8b7fd88d8d0a1c970dd9b771b0f01534a9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:678ee1ac6110db9cc2380674735c94ed5f18c5c2d75137179ea2e100517ed2b3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:d19a14818ee13265fc1722ed2700a2943e56942442ce4bebb322c80ad0f2c5ab_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:2b6431891ea6d2f9af668ae5afecc0dc6719ce7314bd59a89ec344cd46214565_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:60b68743e0d82aa2c39c47afd70a39fa7da4426772b946bc4afd8558350d500f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:aa2fe1a953150e3e4160160fc7a121c952e8b7805564ec63339aed27ab2dd3f6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:00fde8b59b779b0b068e80b2e1874c7d351022aa4142d779016f08798955270b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:13a92758fa914e1267dfeea1896210d3a2a665ad05c9256b1b0192bb8abdaa7a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:146f072051e97a611f39759f5a5c419a883b0e64a1362b205806913b6a8153d9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:3c37d2d3853372a7304e39921f4462a44d81136ce24188e7b61fb63e73c97e5d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:97427755eeb8b957837189ef49fb894b743508a1950645e8f42a08eb7b3ee0bd_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c03bbab0f14b2ca0db5a24c2cb646899fe1a4eb4cbbbf987c3b17b22bcd3d995_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fa8d5b44b4fd8273f20ab466a88a29d6ea344484995566640c17c67cb0e7d7ea_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fc06fe0990909d66e2981f12a6fb0f35967f834089bb348e0c4442d47d087214_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:2199c2a7a9e5f483699e62faede55d3df35fedcd4ca8768f05f48e0fcdb71fe0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:756352e643e268c63330c33c30ee12e27fceda1239390fc991f06589dbd78959_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:81c0edf7f04fd4d89dcabc840e84288dab661a2dd7eec8553867ccb5acda9b5b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:856deaffcb6e4b4b9d7503e91f3d23b8767100a1c8c72a6c472e1f882631833c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:5dd9628769aeb00b44e9a18fcbe1d56e7b172805be508e7b4ea85ab1b21fca3c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:6d25728b5108a7941285b8bfca698ccda25d72dbefcfe12dba929cbb0c24690a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:7bad17203de6fe7f1ca5e3d3f192a154d48368b6d877b66e60825c41041600e3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:94a23b1f97ca91ee3195c6ea07b4d867d32c717279fb9159bdaf3413f8e05582_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:17dc9edba250dc41896d18e2dab48a9fe51c08f0cedca362566f504bc1b90ecb_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:f3148cf7ab32c8d179feeadd09f57c3f3a8296aa4b013d24f63d61afcf57b0f3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:beadf30285a781c710de30bc1ae87d2e8a3bc13c2646dc55ba8fdedeeeaa018e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:db6b71f10ce51d3b8940b551ed77c786b402a12bb287ef3bc614b259b44713d6_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:38bf5373f8d67ef1c79741f697d9454328072f615def597752078137b38f65d1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:9358fffe89e2f3a4783f6f3fbde49c1b19984f3e0252f4749c3e42ec8d8f5523_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:e49ce33f3bead2227d446c2b8ca852dbaff56af0e95f2882d4c1404286c22b3e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:b234daf9313e3efc2362f79a513d35bd15bb7c9b7a6aa936e12fa3a53feb7412_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:efec04960159b197a0626461dde2e11512787cfa6c71190a180ce6bdc9ff8c60_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:a68d4bcf134f78d2de8cb1bd1d9639ba484dfc613da1668f4bb2a044d5582f4f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:ce2d048651c8b159bfe370425e5bead6a0873253ddbd6d6497ff429369798968_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:75bea5902fd17c1e4b9d9115cd160c55ed9aedd67ca5fbd14e9b0a013eb1feaf_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:78a6b3728b3e9c807b1b80ef6e79d29e5df49b5c92c5580ff31b9c2d6d013ceb_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:ae98a6ec26befeca00294a2b0c7ce210bc7bace1f220571a35c04ec14db03e5b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:ed131d0cfadf5b581837ae7b345053603eef694a0e074a6d88f992c55c3d896c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:18380c9080b259cc8d02487331e3ef1247d2308e6b1e70ce803426d36c0e1f27_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:1f51177c9d6e9d8adb6f61d1b171549573506a7a4d826e539c9aa8f942507705_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:b2ffb8ad7db07d9f7069d160daba5b7a73de760c7cc161106301d3654883553f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:dddec677a6081085ad00e206077030bb99713e506277e2ced311d492e86dab02_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:38563974217bdd53752fdd063138b0a11e90b85dff7f9c7537de064033f36966_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:c420d49c96f376956982296e7a03f4febfe0cde367fc95ab63a87642e0b361c1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:ca2eac21c18a227f5672c8d3b50469953b29cd369792a207614b8b25291eb931_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:e5b54fd6da54c520f1cff80858c7bfb5b8b4b378fa7a57ffacee623b1d77cc43_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:5a30a1eb1091054facc200e9518afd543192758a9bf2e664e44cfc531e10978b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:d8b63cb4fcd259a66eebb6605a7a105384cdb4cec042952b966b4f8bfabebf4f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:6f4aa5824d6ecd57443e2bb696bd3e79703269df862ccc42d56f9f9d7e060f50_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:7924a3056fabcec515d879413e5b88ef00fcb7451c884b7f7743d3679f127a12_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:7cd191dbc1db9d5266bb1e1f958871b6b12cc93ad7394482f6a53bf5cee83dc6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:9dd169e3a46ae8eaf47028070e752a308cec0418f8102dbedadd4210b867e706_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:c6e0507565b5274a8b474e772093d75c2f58ce178da633c24cfdaae3264b2a8a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:f85276401d03d6f3dbe5de6fab4cdd44379d4e3cbc3d0ea53efce7eb9ac59d60_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:321c1737ee36a2b23ac9e1ac85368965bd0f120d8577f5999c3f6d3797b0a6c7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:449dd56bdd7e138d514aaa0c4d9489bc2d8e01b0b4c459131b116f221e2956f1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:50ffb33fdbac78a475913b7e307e730d40a5934c743cda0cf45d05f6b5712459_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:61dcb76dde13dd2ca7d6573f2a7c09a5cfcda1de1294e5a506d07e14e5408a90_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:4636f3477179b218c2ada2c241a65d804f0798743da95e3a171830736f383160_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:83e26b219bffb578d76bf9842585f4307e41a8f6f20610054842b3526dc5424e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:8d806e0cf0b13ce667b08498833473314716c59b6bac3ab96d2d7956e7ec86bb_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:efef95d7a9a80b5919d54fcddd2d2996294988efefd8e286f33902ba4b94df81_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:99811313942236572f7ac4c4726f6709609452a3da5e811463e7a9263285d8dd_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:a3027db225c166629284e11ab26f4d8dfc41a2fff2deacc99df5c4ce151b5fd3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:c7b4aebff94f6bb707d9c4ca28ef6c6060571be88d9b9eb53cddc39fc1456f76_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:d7ac53074e1cfc8218326b613104a28aae4cee1c67785de8cfa755d1772ebb13_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:56056031eb0746e98052842eb628a66ed222b1dfa1c7cba6e511b4bb4fe05533_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:79f3b697eb24b1f1fb941a3adb768c4fc11e742e4de8b917900fbb301f5605d4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:cacdca41cd532e2a84e1acd9a392a5ad73cd5f74b0215da3ebbce77885afe1d4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:d1d39bd6c538c62ec5e18435e712b1798183951d4238a970eb4ee037a9a70f51_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:634a8c373f209fb3cf1a9251bc2cd8cfecf9390b71ed4089a57865bf15013d4b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:8a9dd162f613ba32fae56bc1b9f1ed10c577b4e3aa3c42bb08e3abe76e820c82_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:9906a9d16a474aa1d103c169b6e64b13009511c45a7df76fecf76ef0e25f2a29_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:bad61947f5ee2cd63364f8ca7cfaf343294934b448a96b4e0c86db4430bef34c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:00608f5cbc3440cf612a54f7dab4812bdf3c65cb0639e2ad68695f95f399a559_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:577f1f21d3e9a632d5fec2d0545ef62cda58a2f71dfcd2a7cb0ddf420841092b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:6cb0fb8c18dd7ffc43887ad12374f540c4844b62b69adbcd9286820e51249309_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:dea046947cc52f5b617e5c2e273ed1fa409fda43a2dc0eeaacd1fc0f27fe7ee3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:813370f8fcb5b9e8830be339da8c73c5303a5a9755b18a8d26b4ad58007d2825_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:aec19cf38f563bcb9c4254432305bf11883020c9e2a25b0f50f71981ef6aa161_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:e8de1336623bf1366668f6a56a55b5553692303ddb4950a4158176dd78a458cd_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:fc3f344bdf3d6f5d9c0e940aee5e25662b05ccf1b8827f81ba140835534b655a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:8e925337d28c451279d1922b0dab9ce2a4919e0bd75a293db234518c09ccfa92_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:d134d9f1085573b2ecfa5380e17eafa45cb573ce00da1c62e0ca769c6ac28f6d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:0d4f60f600d906f1122152da7b8b0449a938f5f4dfb2ed198065d2bd3a2ebc5f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:803ecd02649eef62da8885831e2d38917ba51b891573c195b323298bd71432bc_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:174f58ecc534af5ba1915d204f2e829972d3632652864eb1d61a95de29de7eb2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:64efbcaeb77bbfaefd493170eadd2eacf6af2da186b53ee1803fa2283b2e5711_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:969b7220dee835ce08b1d039027c776c83b6ad3da5388772daf26e4c8f09cc80_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:f01e210631aa090775e7f3b07b8012da4a4c53ecf3aea6fd9bf8ca08d49d511f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:2e07fb199c7724f86935b745dfb5c77991205c9c4c45ee5961abb57abd0cb823_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:ade497f48de9224ae91409818c6e0571e634891a84ad0057b508c3ac85b21b05_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:c495c52ec300a44ef4173edf15624688b38011a3ff5cd738bca779757e42d958_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:c983af07026014d73b6cfc0d06fdd31a7dbebcbdee204cba1a672d24608d4d14_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:21209efc735beb2bbc8daca5776cea1ccc5418b51b97b799561fcb751e8491ce_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:e87a5743e86e549e3b17b57cb6c3a93724ab85796407a3e4a0a816bb75a9a36e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:166c39667529c8deaa8cb6bdcd0f973c115a44a33ce2371e0c956cf157498d45_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:e527f1aecb09a2c40e856370615b16e7797be1f9b82848e862eb88a42a9e3eee_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:4b743b7d2d78e0f2a887ab796b2ac9a150988aaec67dff3adde88687e46f7b1a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:4bc8956bb61c0451b1fc424ec1b8abb2a4af487ed8911d952c367592d31a4f3a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:71c807e7cea2c0944f06dcf96bbffd21dee4672e7274dc817dbbcdb65677a6ae_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:59adbd89a4a3fcb8f845a9f951063c2c059e9b67c043351ab1ac1128e0cb066d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:8ece29e4b3c200c4b113a12e23ba43349fdeb827b050ab1179b97d929de452d9_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:b9c9b5e975e00da4e745d6caacf725e37ef8510727d354d65a96cbb51fcdaa86_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:c738b9609d40a0bd2c17207f9113948c95e55f4e216f2dcb1f37a42914669d6d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:81cfb4ee1ae877a6ac439db16b4f91ff789b50b8f02908858954afc51e7d9b19_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:ab00d7940fe91a26c7f45e6824c8afc516bb655a6c725c0a3200ce164e127596_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:b95d59ca455992dacfdf186d011dc3dfb0844827c944b91da28c1b1e678948b8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:f1adacb5d83f6207a7cbf196c82d30feef5a41fddd90520fc0026396494f2ffe_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:0857e1c73c07b272f017af571c91b3bcdc108540ec002da89b11ed2690c03de5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:0b2599c96ad1b12dd5ebbfafa53327fae38e586b269eddfd3ac87e51d38ff0c3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:750954c71fd9789e0e4a93f2cdb25e4b6a8e4c292bc7f6c28397619c980ca118_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:68a7b4a2434007d41d8c0f29accfe43e00b04ef18101a3b400213c4eda9117db_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:96538bfc448f0d0649d003f11b49f989ca36e10838f34fb91a9f7ca8967d574d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:c2853ae37c6d4f1a44d5f03f77825030fd584268fe67856fa611487d2aef7afc_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:d2e88346989d7c7c40b556408761a58f3e179856ccadc1e7780d103981eba9f5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:08a1038d6b2be6effe347769a0e2fc89c43caeb44dac796c34481274072534b0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:5ba881fb649a3cfaebc470b0fbcbcfb799df2205477e3263adab655bffb4c268_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:c8974096b8764ffbb4a9f8279a485508e9457c0f7e176c77cb779d3ea585a15f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:fea604dc691a2515b1c9a34f6b41afb60287a5420f30b8957911403885658e04_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:69411bfaeb395222009f0ca46a1bc3e456907b650a285f56e26eb207c7ca4383_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:e20e87ddf196803191368f1dc4f6cca4465c1a92fbcbe29851ebb1f908a55038_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:f051e24c3447762f3476242739a696f882ba9ce210fe775256dac55eb28fcad4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:f385411362f79afcf35acac0f49acdfef8b9f5ebdabdb20cb4143f33bb505733_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:2e6cf654f0c887465ff3b3ddca67c12e2510a6b82a69705e1fd055ed30cdd9b2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:56e0fe3c3d2aabb7c30c6ddd28d07b3005cb128c82a5d0a51dfc8cf1f1cfd2a4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:8c01bbae6f1cd673c1ac45ee550a792409e534a1fbfc4489269c5d849c4fb119_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:bbd136c9bee87cfd71601d22fc05f16a7b07996f39b41195cf5105a84f0e847c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:683316d9efb43eeb14a1e3ac0c8f8bd98771819389d89c1c0ceab8afb3e61c35_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:c91b7c636c3672e3a38ff2c5964d9352f573b32abd2205a6bcabd6f555068c9e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:e1091f8361184469358998047fb0916f7f8a22706609fd0a9ba5610bc17e947a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:e9a2908a457f2935037d9f4a27d85d77fa334c4ed7fdd1f593040e0bec592161_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:15131025164bf722ebed8724e62f4b70ba018f3d9c671476f33e3485ce3a43fe_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:400674850f994c9de28b9e5686789e97eb0dcb235474f8f3a42068790d63bb09_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:5bc0e064ce599860205080a84750abb3de613a2735ec5f67ea4431a7a6f9249c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:a7fe5ae007435227287fe4f4e9e1c75f53905ac1c1e4eeb183e9dfe865a611e9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:2936230694f5ed225050c118595e401be4360ef7d899cf3554c42e40bf82921a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:3578bc2eb20c76eaf6120449b7842f8d502269454f962379b026b1342482af0f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:afe42b2c8f953258782138392a88fd1413fb2097c648d559ceff1f3975dbb1a6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:fc8f8e4042ffc6ff97d75d2c97c2df435a7f2ac27d54109d4873ddac71a82069_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:1eee004700ca936c97efdbb97384677f3e3f2a2d42606967c1cf9c6765317154_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:2575052c200b4367f535e1bc653561492dedea225ae80f298045f4309c20f7df_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:921d77cf40e5f25b256c397a9538deb9b5214fd1dd320b272ec73f368d965325_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:ff3548b2acf73724ef2672fdc0533ca212dd20cc55842efb49a4302a3d152c1b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:4ef2b930ab6b1fb2f7c50dea6b34d55d45fc3fc4464b871359ab105145ef6b6c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:85d787413a3e60a0064132f45a19fdb810082bd401429e8248ff4df750bdad12_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:8eb4f27d2d6db0545c96878704a8d5265ba9d847dd8b6ac823cfe8ff6689554e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:ede9c2be4904769a47aafef33f068a0e67b8458746c74199efe17d745624d3bd_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:8e1c3cb2cc5f294d03e007b0aaf322662c3c6c09245c61a9553eb7b33a02d3cb_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:8bfa6e267d4b8d65d364bcef54b1c09399a64dd7a5c97116e2b8358e0cde0cf6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:00d9e9b53df16cf21513e47c4a980eeaf3358af5472a4a66f7b8ee422a3313da_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:3148750b4508846de939bd0907eadecf7d8258443b4a3d7fc30b93c39c4abb63_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:646817898e42b4ddb0768945180739b794aec7dc3e31f5ba809569d87bdc1fe0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:7fff4f51c84e229eb72015faf1e6d9939545cfd1a6766b8f1e4f10f17029aaeb_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:2e487cac721a6c9b8cff331ded53fc6ad0397aecbd51c1384632319d573bf601_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:4f4729ce2ba297f713fdf02edc3ba34d649ab2e7d648a47af99ad762fe4c9e4d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:691e2b24b901f3e1a669bbf5188b16e80c8e8d99433463f36aa6ad087ccb11ff_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:9bb9f5cd5e94fc8041d25e9a9d10aad1be92c734c8a8dd618c93e2d2cbe27c99_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:48d371c93bb28c4282f540750b91ac299178ee320a79178b28ef77d294cc2452_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:4919f1c330d56e5dbdc091d33e5fce13cbdac96876e773a8109ce807dee67b4d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:a6a13a734f336edbf73c601da1990c2eced4e74fabdcc6f66c6075278574730c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:d0147210992ca5d1b5d8465029135f3f5c400f7f15ed001858b6415946a22fbc_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:14587c92943288e6c9f56d60476f40b8f15ce7f1056913e5b4cf33f0a83af7c9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:9356fbf52e0dafc970befd18d5337a29e2496242b221727095c83d850ed45d62_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:d3c0890549855355461d90eeac26335cb114a584af9698af531eee0bbd809807_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:f6ade0ad3a5e4952955f2d40c0d867eaf290de111a2c35bcbaf7b59c3b734490_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:26baac061161143b4960d00cdc53adbe77aa5fa52b415b3ae3de1cacb18a5634_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:2d74639836f3384e157e3e1fccc2c10a90aef742c8d8c826317fd5ea88b1284a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:46823bab7a55eaeb658763753c36e75a89494371926db2f9d8c48375f03a04ab_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:b135940892cdd26c7e983f3c37d6d492cc588767dafb5960e1d5e9642ac48e5a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:2899f24f2fca98123800e88171603fe6022226299341679474740be10d59053b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:354ff055338adaec79759136d29087337e0658ca64cdefb447e8fe4157a8003e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:58b4935884a488e6c796db1c1a8e37189e2b76dad3a18483ccf06368a8c84e6a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:6e0ed09893071387d638004e2c9177d1933ba9cd59145ab3ecaf4167c9e955fe_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:17306fddebdf61a0a4bffd5ba6cf4bf595701c14553fb87968985e670e3a7f55_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:18325aacfd110965ec933fd9cb5a873a88572fa0507be6f64519c42306266846_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:33b3ac785f10dce0378b5ce81e84d4d6799e0ee2e573b45e4fa8bcba3ae83d9b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:a15084c226ef3a1bb0488c272ffdf4a59bacdb293d0f1d2d3b0d3ede8fc856ee_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:039085f52e4730608fdc2cf5023460e7b1496a87d34c3f44e958be30e93bc88e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:799213061337226fac59a610753c8b5b5b2feca766753702303a51ae0f7f4ac8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:dc9f4de544635597483c56742772b5c471ff16f2220ed4a75aeaca2b28a6a40e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:fd8bab3b8804bb1b4ac56408fad43519fbe11ded255435ac22e20f162fe27252_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:246d18436f5aa8a6e9de5a6ea2a81c09bc21e37ba02ffe57fe836937ee54565a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:2814b78bfe377098e59e5e252759ed64e1d3db9cd00f117ee48983a01d3bbab4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:c7c37e63f204f3063bfd8f34e6f984c41e07718194379f86265a47749e269d6b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:fdeafcdb178182b8484c50c321886f8b2611d27ee4fd1a7906eaac8054ab9625_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:1d6862cc2b12521141b533f7ebfc42e558af07195fafbb8f7be6ab7e64ecab34_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2d473ff75f549db1505984e23280fa2f3a6570d19d7ed72f78bf0ca6330f0e91_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:4b721f641f5fe989d9a0ec209ab4921d001360aa570cd2a7a9e5879c8e1804f4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:713d23b937eb12215688c4d67649aaf4270ece88b5197ff85fd3486b89ecf572_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:3d1d10391974723b15b31315b9c99c98b8296c61032905893a88e42f739f4a54_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:65fec2305e5a5e05b89b507b3356a8686bd11372b59d1ea078a3c9794c2805fc_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:c4a5f8deb979c46d9c6babc5d52d026a0de3bbdf08238fcb798a05b6a76d69ea_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:cb06db0919e77bd26200cf8610277dd5feb9e627de2dfe43317fb4256be7cd0b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:214521bf60ec834c8d397bcf685e2ebbe39921f4deee0c09b9601253d929e583_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:5b057bc84cdc3f1749467d0ef85cf09d6a06f783ab16fb57c5cc19554ce720f3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:8150193ac1d183bc045856ed3862107d045d2f0582f60ec4203c99c641a8a30b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:af21478733313da2cfce7c56cc6151609b18be0f096532de317313abd002bcb7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:9499cb5614434c687db474ad657de64098ba4d1ee1f643194a92488a21faf652_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:98d2604ab5bd65c852b8d6efa756b045cdc2833017b874af343f47951b015b2c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:b594ea68afa771c39f64ef2002eca85d0541e9b7d954721fe3fe784d4d6aff81_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:e6b9aa21e43519da9b49140c570738bbc43436212ea75e7dfd0bee67c7c3fd62_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:0ef624ef1b65af220fb60fc4d80d6059aa5061e8f9fa800410019ec42e2fd839_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:5623d5f0940fd4e2dcd11b1469dcbe95f0dd801feb2d92c3c385628c82dc993e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:711a9081e2bb725ceda8dcda213f5f3475b326f708b077c4b4e215c643bcae71_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:9e35a4faa30dbebb4c0781e948a98391c41500225be6e4f399a2654f4d443c74_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:b5eaf716c0b3223abd931fc510d8c93f6fd342de822aa115e60b80d48332323f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:c31b361799f39dd3e931b2ea44689df6524281e53de962447b37cca578954ac3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:dbf8ecc16795fd9c9e838e0b0e5bb67c95f5493f695c90093813819a71e6a989_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:e419449bd0fcb506b32e7042d3c1d490ab961e070c0715951db4babf43b1f527_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:265fe91b3158db898cef1933be732ba61a1cb0dd4006257b9f0aa30a8d4bc654_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:30f55aa98a244d7b7072cda47c5f6b61f0aea4fc5e966081efd5c4c030a94271_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:3cf63aaea43c416aab8879a538bf238a6000066dd6170fc958acc281b4538b03_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:8f04739af1f6321c039253bef7e7c8413592238249c6b9c68bfe2b4c6742cd6a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0c41a5d04b68877df42b5e2d47b1a51a205f9b5bbaeb272b876040840df70cdd_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0f9b478c439a81b264c306f4b597d40cbd2b9461a2be9167d667ae96ccf2d80f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:7d1cce729216a86f6f3142e1dcb9d3c6b4eec52b35f55c1aef1911af499fd6c2_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:de5431ddae08fe8b534706adcbc5a99e1d93da3460fe5008f319aeb17280d6fb_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:27ef373e865dacd62cc3d29fa3ba0661280570b9f1e3e36abaffd6a0830896c8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2a129685c29ed30eda4c991cf88833941ca25afcbb0929766fc24aa939b3fbde_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:554535a577ee5e912aec65bb9af114dce400c54955b1a15d3b0d8a3cab725389_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f120d3b13d54b6abc62fbc6a87f7b1509a3de6c01e316e28a014e355bee5c002_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:27ef373e865dacd62cc3d29fa3ba0661280570b9f1e3e36abaffd6a0830896c8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:2a129685c29ed30eda4c991cf88833941ca25afcbb0929766fc24aa939b3fbde_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:554535a577ee5e912aec65bb9af114dce400c54955b1a15d3b0d8a3cab725389_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:f120d3b13d54b6abc62fbc6a87f7b1509a3de6c01e316e28a014e355bee5c002_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:8846ed3df7609e0a20e5020c5019e066e3156c5cb3e32719f55405b54d2167c4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:90ef3f26f00eae41ceab0866b5bbaef1ec56387f0e02c55ac6797ee527c829e7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:de9a1e420ff965ea9dcf80d4cfa0f99e351fd1362dc883b2dd75bb09d88f509f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:eba4869ea1ac77524cdc048c718c20e3e30da1de957570ff28840c8cf3c65d34_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:caf4fe81752b9984c30496aeb287eee457aaa9a51c1d4dc8dc47552f927f8989_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:eaef6750f50858e6c3f22961f4e31e0bd2600873d23881dbfc2968ee7d167aec_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:c40f3fdee914e790347ad59fc55c2424628927c75d88bbd40bc39783075a301a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:c43678e689872e352ec44d2a2f395199a34ce16d085c4f7e563ee3e9534bdac8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:9038c74fb45e35bf411a05528ab578cff9cc10a8b0927fbad0a735e3b1d414ec_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:fe85c1ba2ab6ad8f94b1858bbe3f6cdde4a7c768fd2a451e79ecd4e0d780c99b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:3448dd1942c7ffd71cdd12b778525042c5e38485872c6f579229cf786b20e9cd_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:e2439ad3e79037d4b53d6ef9514a7cc3428f57789ada20f9aae6c844fa35019c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:3be8282baee49a9fdcea455723d5fd12ed820ea578af9deb23171ab09156c9e7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:4035f82b6b41d63e30cf4e1b04631e5890c76f610835f8365699bbd633ea3788_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:7c1b269972bf5e330da11df053fe60f0a8f1af43fb34ea0c22685fb65ad53715_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:b5657aca295b3a67c1cb6525a55fe234d959098f500ac7866c8cb7c09769c8e1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:39d2eed706008f5ebb0d2baa19ebaeb77ded4e0de4ce28e0232f614f8df18c5b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:6e6882fa1afe45eced0befc1bfd30c874c888a22d8656d929eae355be8709ec2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:73021b1853b79ffeb0d04c028cad9905455214a59cc50dba01ef7f97372da705_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:8d791856506c0cda2cf02f3903c6da293a257ab6326960931d0e5da995dd3d82_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:93bcb96825fe79993767a89bd7305a5f6ec39deba51b6a48a307eb6a7e3e508c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:d0d43e6dabdc4f060c91b7d247a444b763821f61931ef78eba33482eb493acd0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:d7ab49355e1654d655aaa7a12967a5bbfd34d7175f7e5b9143ca9abbee0d9b06_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:f2a68573461f17d018ff650a7dc8f4fe233cad39bd64e8e006a62d040a7befdc_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:5c2fe110d1caa5d7b14a653f3af1194bdab821255758880809e9c356341323a6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:6bef60acc457405d245a8d7b17335ef424ab68962255fd1bc0ee5c87b73b9ed7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:708132b57f6743a257e0c14f8955beaf7a6b759dea9187cc02c0072fe01d7c21_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:dc3a9ba0d7083481d3717e6b486b130674223d5ec26c40e854bc40aa9d819538_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:1a041a1f772f19dba24bb7dd08cbb374b8b9011e2982804d34a739e5050af270_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:31afc8611dbb85e2afa41373aa19b95f19f3b6f3c9dd9303fcb324566ddafb05_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:4ca8edf1c43441ab6d2b34eb7572659d27c7ea64c95a5de9e12cea5ea0dd2799_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:e8a39e1add8a7a4d65b17aeee0bd0b0bf5292c432e56fb97ab52f1865dbcaad7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:10cab7813ac451d2d17414591c27d5626a7bd43d7dae6f030de9291f3f0377e9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:2d83001997d22839a2df4acbb23553acd372c163df0a8bdbb97080d5274b6925_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:6e4889fcfd7cfd56cb6a4bf34e30d92b5893a64e8a036ccb18eaf9fc1fb8bdbd_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:d348bcfb0e822de362a7c67ffd9f572569502d09b3f2d3a4475ed4810f2e2d6f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:45d111c26b3b1b96a1911dfe65ed604ead63c26f9f5534b027614d8ec8f11a6f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:734cc9b8e88fc9b2d7c30535080a5c0570ae19bee912486a7d27255ad694bfae_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:e02754f15b7094b2956ae2364dfca3ac178bbf62bd5dc2061d681cf645129114_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:f081c5b04915471afae962eebefea4ea2b71e0afc6d367f59c4710a3953239b2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:1248b42c2a006bc5117a42c76ced63048cc3fca7b5f0dabe1a5d16efd0b8f604_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:ad34ac62efbe8c297baa00f75a7fbbc87d1fe9d29563811d723f0f10f8174366_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:c17711a9aaf902cc6c95e62c3715201e6354a76117166fc3715a27342c2be2fa_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:e28aa33846c0489e23b86bbe768a6d23a7e31e3830574792c5d5007979f05675_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:81774e36cad16a5f5da6c89483f4139ba295e29726cc5bb9fb119277e087a1d8_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:8f4fba2b28c5dac5dbce6cf38a064fdbea5ca1ab2e039ae96df7d34c90296ff6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:b18472469fc37430b4810a9551fcc833c52df25bb34e09bec904c82c172ce268_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:d97ac99882fc7894c72d6030a4578fab814b2550e6478be0bef5eab5b41b85bd_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:74531d0fd46e112088ae1583e873e40ea082223804b723473c67aec06f5e8e32_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:8cfc4b26606408d8028903e16b23e16836d1eb7d9be0c6ac6b8968330ed5ee7c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:a0837af0880180f927e3c2edd48377d2d5ab849a06186158695e0f2d9d460be4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:c86017bd51d33ceb8f42f837a4b19f0c750967486b6ad647f01b7536d20c5d41_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:103c34c394ba900666000bc5627c63e1b564878aec0defbb91a18711aa95bd7c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:5273cef06cb438b801ebedf984156ef179be56b86ca0c1168ef1c2b9ec547ef1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:6772f96ecc0d3b1a9b021f66c53bba423e763e2ec31fab4f3f14a8e7e82b01de_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:703919dbe997e2b17f6063dfce55226c14f5eabff46db358a397a25effe43932_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:2d6037ca2e1cfa58511058b4555e6f65f1eb66f80b0e0d78110076bcbfaa5a0a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:43ea6c2d16a1e89c0a76259219af19d79fc034665551181c153f3675f31bf238_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:6178ef94bcfcd227c35d30a2479119f8e94ac53749d14f4892e44f1d6aaba331_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:df29038076b03784ec2f881405902f2bdb91d46a7a2bf38b75cb024ca6936787_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:218a452cc4548f90ced34504132e4c0048815a5e67c8d9f93b5e1987e83d6c2b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:8f19d00af7e51f94765c630bea606b7cf7861ef434a001987c07247189d255d2_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:c59e505cc5dd47f6aa71473d755d0f91bcc54d1d450830fafb3d622dab432ceb_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:f383f85c0c0470333be07dbe4923042a818b9b5949eaa320c0e99d5ddaf643b2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:00a118e4fbe39e9be377d2318d259343a159b83d322caa771a933c0696696e4e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:4bbe5d322d15b2f708bd75f6b7e1f52bd0639ad729910ec4bb488faeead2ebf6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:b163baec860229f0a73b3901940045535b666102f42dd61e453f196b77124604_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:aaeef54d7945e2f9df7ddc715776cd9133a335e39268dac2a65d4bb27b0baec6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:00a118e4fbe39e9be377d2318d259343a159b83d322caa771a933c0696696e4e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:4bbe5d322d15b2f708bd75f6b7e1f52bd0639ad729910ec4bb488faeead2ebf6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:81fff6216dfca869c758bd60a0efc7eec81c81005544dee1b52e1098b9646322_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:9b28af07fd820df432f76f7cbf5f6c17ff275307679b909b9fcef39af9c13aae_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:068996fb40042f413b58f8b5087a55d5275c8abb6cbbabba81dcaa8512800d8d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:29508b9d94bf0bdcda583afab57029f189f07e845cfea44972430a6d40c7bd76_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:631436430c6bfefd7ece74a6f1ce7eaba8d4da935d61ba5db66553155204e0c4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:9adc42aa480b66104ee6d0e81ecf7cccf7cf155b9082d063d9a9537dbb378ee5_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:0d1300f732f6e66a363b6fba2bb55e0187b2b345dc2583d1f0a1389f7526cf30_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:72b5a08e055d90a3eb6f8b0f3c8267d7cf7c8fbdb064faf381ddee94d2090f49_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:733261a8f75e4080761cdff18e6e619df7fc4de05cd2050d8127935bffc862b4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:cd0efc4e9a3014c1acc79fd8ca9cec790a71b7745e7ed820613047953da1d641_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python-eventlet: Eventlet HTTP request smuggling"
},
{
"cve": "CVE-2025-65637",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2025-12-04T19:00:54.313916+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:39f3e8a9f78d4756e9c681513c02b5574e80ccd7043e7f0130ea1e5505e27cc9_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:7dc4d67c2153b57bd1d0e74e85e21d898acdc5e792ebf3e9e2254e9c243069c0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:934e6f7aa8dead546ddb258b6753f8ffc577205ed6ac19796a2140cb242497c2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:d3c8598be6bfcb46c310e881493b8299f126b86c041ba560edbcdcb700430d0d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1df62178853e8698d9d86da8530144f3cc5671c77b72bd09098faab187f6a78d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bfb1ae8157364e5772facba2869c37414fa49fadc0b7a42ade55684e5a93ef0c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c70cb3d1a437e747e1d7d54f631853d611a97278fa260daed6c56f36f885e17b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:fc89d0c5582c76488c56d471746fc9f8acee50a5d727cdb559623af580389f5a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:5e1d1c77c595cf7cc63e38f771d7b2e64a4b31da119476238b26dce182cac160_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:d14dd4c11011464adb44f802bbff4820560b56422a8891664de65bc1f8da66ef_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:d26f4f47b5b3447e021d20ab0e6dae7eeeadeeb4f5529b85f8e836d6625dac62_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:d4de045b2177b2abda6b28b814c450961272ab3c982a4c1da29271384aff2f06_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:587c9c3ab23222ba8e4581c20758a690e420982196b416a0dc895071ba13cffa_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:7b806e315b880b6e3fd85f23585d5a8032637099242d0d1abdb7703d67913529_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:e8718288050d418f62e75b956e2d19b285e3513fb70771beff64c7d96b02ad8d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:faaa0f58bae404689e533be4e44817cd8008d1ae4c2999fe1b671e663dd1588d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:19fbed56d75e69a0d9582fa54d3328fb44aee9a119781a0d9800a1f948b79926_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:2e4109f5e9abff71ace58bf6c904d19bee7c5936d99af1192191ffcf75e87606_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:b703668aed81e1c3d2b3b17c7c05b2453bb7685089f2de6d9e91b9525ef14c96_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:fbcb0389b7f506b044d1b908c0fe8e8eb1fb5509cc006fff4ecc992c2dcf31ae_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:21db1e5da0fdc170417ff618727d1df59d264a27a1fac0df40f62cc6d0b92e34_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:2c7df73b7d4e11ccf47cfe561600541569d7a5daa04bacadd28b601ea9593d29_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:4671fc86a01df017bad93436e10f40c0ea23e27a73a58f76742f8010f60a3922_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:71684546a20bc4ca896f3daea721b658557f992f3b4d9679fb414415713ae8dd_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:209bbc308b2c772b4553e1353d8ff7d79d47fcba4facfae1649eb7fcb9b8fb70_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:21f468b304e0e0358ba70b05bb712b6231601b0e438a4a6d2ecf3239b016c448_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:654ffb6786eaa915fbce588d9016bd09927a204f797ba0104585bbb19de6e15b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:b71f4aecabf4c609d03b751b55cb94ea717983179b73efb6ff00001a514ff4bc_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:203a0938168df89a72bd108bebbf6be7652794447dd2ccb69f8aeafa28a3d6ea_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:204bf1950ee8144592b630869c44755c364392504de447c41ca0b8d011f660c1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:d559c94732a888059af7b5e723fd8464c0598ff02ac49dd4ca0e8c2ff6752a0e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:ef2d45fdc583671d6b145882f99cb260b370c18178efb43b42a57e63ddb36d2b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:585c4a56a35fa219f5a0d37861eab449241a71ea59bd6b200e7e3db34879a522_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:975ecae2d886df90e6854aa2ac7d0d9f3b6b415756f87e13b0d6c8a0a29e819a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:a640f43787725158c81fd3b759298b4cb0fc841a6136a9eaf2ae254b7bc5c576_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:daaa767d88c6c006e6a0a6625c68e35d60000bc3081be76bf89d35d23bd513de_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6a75f23de4af4f22be6aefb132ab72514930d0a29241ce36614e884bb58652d9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:87a2b1d5044fc95c3a65a066b80302e2429b62e3ca65f831994842371febb7fd_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:8db77a2fef0a9e5d7307d284c982f118467dafd3fbfb8e181326685852137221_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ac74ea8293510fcef95584bed98d33dd6b11672583b7c621c296c738eb7f747a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:0aef808deed9fb96b58f283824e1d3c15a8721ec39b16c5e480b777ad71ac137_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:675e727613bf0e5a3a85f4346866e0561838945eedc23619ea18804f8bf12257_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:8550f4f5bb2efa499a73ec16761aa448cf62943bfcbb4307a40e8889a6b83c42_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:b1932c7d09565a69842642106d794c5dd3a170345e34cdff9a8be3f64b04abb9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:28f0ab10c245d632ac282c48d3a81d371591a814a5bf553908bb14a43d0eab74_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:62202210c4f18a691ea29ac894a45ee52e2a4eafe6df0877f49ddcb6f6aa5c11_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:839834a01c39f2eaac826a50374e8ac4cb8a103e661366e512c62eae9fc88b3d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d57959fe134e8c76b6cf6b936b5ea015256e50a2ed550115ffa85e0e91d591f7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:5839069a2cd4c793f45a41023f2a53914a8b60e4f5ec935513b2640063067bc2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:c9560ed43dbce1ed3b0e73bf7d6b1b28540ee38584463a09ec1b38a6b09ae2bd_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:edce8f86ec198beb0e28cecaed5a1051a556e92662914eb77a14598bfd98cc61_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:11e30523f9e047f84527779dbd66c1be046c70b02daa197840bfdad6a2bfc025_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:22803a26a17162a465eef2269781abe2690ea22fcd86369f35688cef57e12fb1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:439f405fd3d827569af717e2627f900798107ff3c7987bb96dd75715b28aeb4e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:8edba5bc6956d8b5d2430d2f4d50ab31d71a50dd740b3557e5e9361099d6bd2c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:cb33b3f0160d1e3bb96217581854933be739cf23b22d03771de07482e8fd66f1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:84b554a6e493cbe4d936cdf9bf5f39d57a5d01ed433e9ae35be2cbb651cd7490_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:d985029f965b57700107fc5e5c10d805f83271575c32e79751e42d382bf586e3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:dbfacc2b8021dab0bc88bfeb107bc3c60885d7dd28dd6e716569e82c1f1b2050_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:ed158388ead4ac07264beee291cc7f4b75d7f26769876e00ee0d938a720320b0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:0bbafe014c77d472d14038e2b46bc69a1e649fc9b6a4c1097bbdb354c34a41ec_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:1b1c50cfab6be876b4f25c0b27fa17fbbdeef827d3167bc0dcbc3341d92d41b5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:73b4d01b2ff7f173a1e49e5a6f019e3954a5b9f255119a8af87a6fcbb280653e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:f90510800365871dcda5645ccfe6055eefc38b59406b41c9c54cb29cb3e49968_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:4983e7e3d7ab2d8b1ee13bf734b260c3d56090b4551fc0bd59aaafec69ffe37f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:e0c269061957cc8b3586d4ca484c389544d3acda0077d96445e37d300eead15c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:6fadfbdfc9ddadd7b692568b38beb660a48f0cdee1f886e1451ffe0dcb73c07d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:f82f5726816a060c19917f06d37a1aa160b675953ebaac52f136e250e98fd332_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:7b5ff6a4931473798293031a401b2418906d91d62b5c7d1cad45ea3ac39462d6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:ecf14f2430d830ea24baf52751009cab008bc2cef501b358306fc46a2a32ab25_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:500cfeb055b38b0b9f76c9f262bc90ca2edafe664e517da1b38fb6a2928bdf09_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:78585533e3516310fca7f65c26f2f6b5e3fa0f3268ec9b338d9c53e96bb8822d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:21922b50b69626e99b6fe3741aaa1d2d2d08e56766d166b32046ba3c592a8d93_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:836c6111c70ba9228d80e09eb0e53344150b7dbe4bc1761cca6df0cdcc57efd0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:5f035963d48b03c48682ee5e08df9929a84ae062ed1989e4e7b3ade0e22da544_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:bc70d98a850ba4bdcff403087fc8f57418039ee79bdcb7dcd2be49905a3b9cf8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:780dd4ebd061e9ae7f72f7d1964caeafaf1ed5bd0870576d8e81022ff5bb019d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:c3ef35038f951713ffe1951872a06d5bf731dc14a735b69d342b3d7ca197dda5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:1fdf87821555c4982cf42bebe5b46b58e1103b876970d69b298fa7527bbcd53a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:22e5b57a530a6336e81664f3886d543b34ac4f02475694af6fed90590c8209f2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:5f1f51686d55d53af9015141ea4ef00dea86ca65a6cc89b8b3afff34fa416002_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:c8e35113d1af6f424ddb2b3ccd7da6bb00e39cc7e9101ae6498a40926dd45f27_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:471037482b480a52f798d0fd05366ab7a2e92744f8902450dfc3fe2b88f6c2b0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:672c761fc4a8651c8493ea60f5d0f33aae52bc19ca4d55fcc1b94f2e002e1ace_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:8f509fac366943d4732e7d0f36f9f7223499c7aece9868713fd7de79f5fcd3a2_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:c81004be0a15d543f6e84b81622f8514d66f663a46de37e00f5e2f18a423308e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:974a00d5e9f5825345c437b3987dad130f084c8b983a2934e5b69cfa67120616_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:bf9e71e10cea47686d4edf0c60cba4fbb0c4e1bf8b805c387b9c070e2032e5d9_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:c6bb4ec25a7721ee6af5de90282a925ba47e6f26f4bc6b76651a5e811fe4786b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:cca13f123b2d8227760498112882fed890c50a78d740a84f21c1d58d58cb1434_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:32cab0a65fc0b14963201bb720a770bb68da3815bf306559da7ec5c8ed7c044d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:552d368f4be0334882e389c732ba4a46eb9905666b90ae2208101db7a65ba19f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:69d8d98aadf25c63f2cc51ec917ee5498fe97a013fdaae075186bca58e2bda40_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5969b94e914ff5ff8ce4cf32df64f10f1b6996832e3f2ab0b377dff46efc9af_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:725fb4e263107a568a1c556264f4e5a1d88adcd4ce5a2979b57a8fd4463065c8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:abfff75068bcce70cec31d704cf851d2642ca48a3b35ed48d739f19f0c311dfd_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:b2e6862fbd2830ca980b1066d15f69e1a1997316ecf700983619f1f893a8f3f6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:e073583037092c6649e373a5b19242df74cdb830656722e1396b274a041317a3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:01fcc59502a374f19532397c5c6ff43d2d308510f11189f19f75aa2944a04e23_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:31c0fab9d575ada9af8f496ae4bb2553f26b762ef2d6c39f6446aeee2899b262_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:60d8c8511f21d929058cfbcb7b8df55148935ae34db2dd4e626913ec1a54c779_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:eba94f94949aca0330425b1ae3897f37b2365fc09fc88d60615ca7d02b06e8a9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:278de54a51e74d045ec339e762c5b81ce4a2a3d40f1bad8d7c9cb4e5de898cbc_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:93f23ab49212aa9eb231527335346b45424a5322a5e9496a4c246e01f017edb0_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:d9205cb2f0ed16fc021fb8be67f6c27f368fd4deb8aabccec39e134218f2ad0a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:e4688eccd23a6b01995b878a5b7f12cd2640d89a7402747a94c8fbc48bf99798_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:062d502a4f595b6faaf24ab566c9b4d7cbe23d112737c749f6223d84b0cc63b9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:10e61696271303aedeea539ae19ec6fa8018878059815e5a58497e023ab496d1_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:e2ac15e82021d5dbd07c6548374bd47bdcc609addd61dcebc5e675293726563b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:f5e3d590f430e44eeb3192dfed40ebae4a6a90b773d7444c4d4335210b99a4cd_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:29e242c717fb61d195700e1f1665427ce99188265b2014aea970dd9bd8441134_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:c118d03728b27ee94fcdef1f63bd58fbf62475a5c016667a6a9805c7fbafa47a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:c3da083850cc4e2a8d365a2141e5d6a38b90ff9107631ed39c964a3870e01066_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:e50c7fb186e0cdcbfe16d0e1631ce1953c6df5f1b600a0753224225c475f4bc1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:47bfa9b89ba1688e7c1a6d4fbd9543f274be9585d328f94bdf96c82ae98051d9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:a2062fa20e09a9ef5574e7bc8d02b870cec2eb700f1e3bd338f62eb62bce13bf_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:a3d35f264ad04e586073cc5971a8e5ee50a43d4ee5f3671ac4090ccaba868265_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:f3dd31d9b9a94707a1dc4d597ce12abb9b33d463007b311798bc031c55935803_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:26d287b7756ead1bb073b19ca79276d082c0b5231c0b007b2b18089036817e18_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:6e50edd777e828943e3624600bb3e31f078bbfb9bbe1860c6cf6652b94fdf143_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:e332b8312285dfecce531264a1115ac9b7b36d4099ca72fc8fa19358962ee0cd_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:edaeb800342b998c1e3fe5630506656ab2c34c2190dadbac5f33dd78eee7ba44_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:09c6b2bfe80fabd18a6398342fcb6420aa2680168ffd5d25d7d18231977a5e32_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9e6c5bd0b8ec8c6259b9db817ac5a8fb954b1dac58b0fe00306a84f36c22035c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:ac670fb76fb48ac762f7135fc404d57d31947e7c5ce9a6525d081164ae1ed578_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:dc0bdd5c00450f4f6de330888ae8e9e2ee272e879974560b312785f44df85a0c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:248df5e1def073d8b37d1d6659cc44f4c9653c0f1b6024e1bccb16b208afada6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:36ea064f84c69157224566e5aafd03ef21af6bf9f0b8b78bcc6e197981239ccc_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:95dfb6d0a1a4e15962f089a71151a37dd7b8ca19c26289f8f934eae7dcec2ab0_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:b5643d03d8dd0798ec6cfdb27e9ba22aa9479049c81480b23aa96b12c7c96568_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:1002d87d382b6dd836a14734b00959cd62e9898950d1258662f8b29be154cf02_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5d2da4620f6bb6c224692d33c93f0b327c16dcc5ceb31da1f767d3a6fdc3f70b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:763b411a1610701bc473415f0a677ea9e43b3b2ccbf2152ee4fc5cb13e710028_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:89afc48cb1145085a0d6d262edac7dccd3f381c74f18588698498fe070cfe3ca_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:1002d87d382b6dd836a14734b00959cd62e9898950d1258662f8b29be154cf02_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:5d2da4620f6bb6c224692d33c93f0b327c16dcc5ceb31da1f767d3a6fdc3f70b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:763b411a1610701bc473415f0a677ea9e43b3b2ccbf2152ee4fc5cb13e710028_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:89afc48cb1145085a0d6d262edac7dccd3f381c74f18588698498fe070cfe3ca_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:053561dbfbd124b7311afe6b5eeebb4b2f333bc1b61636e3e989b732016efab1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:708eeadd9b25c308fe7fb46fc4a33cc39ebbab70e2a20168951f1bd629d7ad86_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:fa8de46b73a5c714c051e281d30c4837c97a7d67d349e58d9ec36c7a13d8b1fe_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:fba9ce2c2b16aa7ca1d2fdfcab07ebc67baa65816858489ace9d1408bb26e4de_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:07c83354fbde69786f65b60b2cba2f8ace4f277a5283cb2f29eb88f2707984cf_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:619c81363e6e4fdc632e8bc54038411571bf01a3f7d2bc0ad0ef153ea13756f9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:80318e120a0950964736f022e7a73902965f8391e25a03691757b3450203c5e7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:efbb18f2f2c8d01ce7b785b3bc5dcfd9a1f687ac392b8795ac63e2c6c2779869_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:2c2d668bef0b240bf5f3b95edc0fec5f561302e7f15f05b1a4c1f38a48517bc4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:398ea756c84de4884d03d27a59c1661bd1df0fb6e12ce9b3ee0319ca406ceb3e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:9976237825a262abd9196fa7c23265587f3c32f68fed224228a0ad38b6d2157e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:d5fe085af0ad1189eda74690b02c5c25d6617898731bccbe6d20101fffb7aec6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:1f4292bf324c244e58b589ec521132ac15f1640c33bfe3763560df2a1a692c13_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:936103960861b7912cc9406f82082acb342021032e2def2f37df6def4187c034_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a73db734acbc781aa0420b142e6a3d61e8c471b5e4eeae005d520eaae4a72e44_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:b4937dd875f1b9610a8a6d6c79475152418d5ebc991b192ae9ee4755a780cfa3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:79ea995391777e5de109ea7d10ae1c808c840af72de6e992f37d667d84fbdb9c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:9ced6b74ea8456ddda60cf304f6faf8ff5fc033905eed2a59fae1b4845756211_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:a8a1a27a92492c82dce2ca5bacc23dc4c1da0f1dbc29c5c749f888716dfa81eb_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:f444afe09392bfbc6a9be984ba05b5d289de4ca44344594e0e1c10a3f3befbbe_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:6c1bbdfc2c9f3fa4c23af400e4cea7f91827801b956fae3effb4a8f313c673e9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:800e71c14775b5c2aaf6daeaada39be53964b123567f6fc6389cc62483042e72_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:982a623205d2d6ede6ed1a295e36738e500c91ef9f8c2e3e62443082a2ba987b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:a99de35e56014d9642ecf9f13869709a8fe08e93d499ffb7a50feae5e04ac651_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:1f86c359dad1658f01c77bcd1a634510baea2c8df28e3106ff8139e5e92b1c47_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:9fc2fae2be9a11e6c5f8d9d4f1e486f80bb8370cb6dec829b481b2418797207e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:cf4a19e2114134bf5c2d9163a09e087c3ec391ba159140635a7270e70605a4c4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:d3f9470c3930133339a3e805c2d5d1ad07945a44906a5b039270abec4c7b75f4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:11fd6113796a1caac13a8d4c5542632e6b396e0bc460ae66eaa0f2a1f3b4da44_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:23a24688a4be7be1242a773aa20f53f2aeb57d316cfa566de7cf2fb11000cb35_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:41d769e206ec812a0f5f34487d4646de1cc1f4d9ec3372b17758bf8fcb76ef98_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:fbdce711d845967d3aba18dbf3966442c7fbbf4a8a5f8eda7e3db9cea63457f8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:2086865a8c3f61d47894fc5a683ea22349599b82c6e5f7b5475c5b50b42bcf89_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:68c120642854e9aa45b15d21c3f9d02dd10e837089131bf4662fba1fd87ad9c5_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:6ee4ad03dabec3dc2c36ec8ed305eb1c74c4c099cdc7fe9cc48555a20d7210c1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:a45563482bf570357b036302275609966253f74439f1acb59c8ff2bc3baf7b31_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:2002c2c89b091a1729718cbe2c2cb73cfc9a1826eb8cb6bec45dbd164ac9639a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:260a8887d952fb84f5d017c15ba8a1e60e23455dd20ac8e2034bfde8cc0b8f08_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:803630934c8c0dac3996191a83ed389d27bd1d9d6e84ad33bee837dbd840e458_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:c016ce259e9871041f3209f577455f3eaaf98dc952a89f32c349473148a20976_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:1556c0c53266796776454422b11f713d84e4a1586a6fb841efac115ec1906971_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:7c196c858cb5e94e65472daed3d55230823b8e958d35f73bfb507d6693807708_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:c48060447a689c5be3c0abb9787c778c0b1de183d66b0a9fb6839d9b3c3d59a0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:e45ff3c1c0074e519f5282ae8208750a4dc0bd3ac7207e0453fbab7f30727793_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0f63a311771f61ac8c0267d1d102769c18b16055d60260107b2acf033ba5a185_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:27abe5d06a3149ceddd3375e026f50955d4a45ef482ab6f61b9f02030e8e3b19_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:832d5121a94abd3eadf92a8df55a632455cc51a649900c7450547f34c58316ed_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:8c1090b8e0ba9e071f41d66068bc8aa4271251192889a767594e0c5d836a9d40_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:0374dc23f5a2d22a7929da246a8ef5a032b43f19b386a162e4882aca7dff1383_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:0b07eb65787a670b95cb47d98ee8b2ca36cc1b36d962e996d2f0a12a5d58a37f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:76bacd34ec3b1d6dd135ce8dd06e718f6a1ea6c8e2f8fd3954f9e9d5028b9821_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:b0bb4b11507285b17b32be7358e17094f00708e159e32ffd808999a63df60a7d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:79d4304244379d410212241de9b91ee5604bd5bbce5676301bcf3fada3824c2d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:beeb8e60ababc4bba5c6759da3d7ba4ee1786a43132b414748f8e0a2cc9f63a7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:eb92d3d3351d845e5c169721baf1683f93d943578a48e0192bd273db648725d5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:efa0f8523d171326bb6fc12e6d1610b2d2d28a38e5b95180358c9122bbe6070f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:180a405ab9bb66e3ab6a904d2b91d27224ec507d8eeb1c00ab182b130d9ed26d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:89a9de8f0804a61e01ce2a34d25933af30df2f3e8cd8f1209f8f058951bb5c1c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:90c430420821ff7a0ef7a752f120505c2c36225296f6b238771e6bf1fbee755c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:d9817e136b2c3dfb1fbf805c3d29b8d0cefbb07f76fc1e56ee486666726abbe2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:60ad5b01bbc9aa574ef6024d59be388bf7ca6d8704e247f7e56c8a6ebe3c81f1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:b809958ea47a5d78f8e47a8c822a3b2abf14091a3f526501f2eaf7ef36c87b4e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:dd6662403f5ceb2bb3b8887c7d608c73ff18a8dfb8ef1ec089ca61e4a4f75254_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:fff87189c1c3eafae4722d812e5becae925b71f1b6727944333fb129b7ae48ee_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:60ad5b01bbc9aa574ef6024d59be388bf7ca6d8704e247f7e56c8a6ebe3c81f1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:b809958ea47a5d78f8e47a8c822a3b2abf14091a3f526501f2eaf7ef36c87b4e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:dd6662403f5ceb2bb3b8887c7d608c73ff18a8dfb8ef1ec089ca61e4a4f75254_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fff87189c1c3eafae4722d812e5becae925b71f1b6727944333fb129b7ae48ee_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:7353494095c9f0628274678311b2172589026dcc4e8e28091641ef65a2923e66_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:9dd5d4aff113b23dc86a191abe7f9ddff0b207890634ef9a1c5568df8eccd663_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:be14afa02ae1e9d13d4c6a8e534954bb385f63e9939e8b20942c072901430d5f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:e68a3fe0f5d91d2e914d4b24bcab9a2bffda33daf56cebd73566445b96f64316_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:01f43f0606246a3609b3738ca75c68e2f7f9020c1bb88bf7717818c8a26a1e36_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:3f047ae5585f08301e17488fd86c9ca6cf0309d39e8cd6b580b045f1d1415fed_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:762cc951e74b525f20b93e71742a5bf44d12d3599fdba16a95608baf774c4555_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:9e62d2b1ad0efdd3de7b973cd6639e96203c01b6d484578a4e3cf13f67b2b856_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:1130385b660f719e78d9449c6c7be888b7c6ed16a2ab43e1fb3505fe4ed03b33_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:25c3342fcbb073d32ec53627b8a062f89c1d4be9e641371ec46e6dfd3f540efc_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5b3d375d7d4187b601a77e2eabbf656cbc70a1e7671916ce58e6fc595edfb215_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:dda703452472d35e7d8ddf9750a5229a0c4c6929c7409bf95b973a89a8de08d0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:058f3ca5452aa97a3fa778064a75d88cc169b7ce84a5f320359f561e76f08a95_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:71e5d332051f134f3f90e4089df6c2a5f88b0b11843d046b0d33726d2d988f96_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:aab5a67ac1a3ccac5761114e28474e11b451124c5b7e71e6ec29e2895374c668_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:da133cbcf2ef025ebaf274afeb555c9c18fe80584c058d31f39b7d343995a42f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:38bd47929b935f662766156026433f1f2ec6e1731d2c7f40c792054cbdb1f87a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:80b3c3854d4f22afec57e0a7cb04b0c98d58cd104c54464306126566edc3ce97_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:8b36c39a63639cdf7c05bc997bf98c0f5cf9c1cee0d740cf9aa6e74b91dc0249_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:d0e132dd83e2b754fe20b12859ffdf7139037da53f2a6af6ee08eed15429a14e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:2b553e5669ef51cbce468f8c7c85bef41faf7f7952abefbcc2a55a9ce15c1251_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:4715855d33583642e942fec45ccd9f6d2b90d07f2712ce1eac357d9d45c32f14_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:c2f018f8674903f77b5f4ed8979703b5ae67fe83c6a7d76c1ee4bf7010d77a0f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:f0e41fa92b534e5bda08cf38c6c513b4adf930df9af740de05248476c74c04a4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:37b02c91edc5520a2371b6f8354028e7404482f3e192aa74f683990fce40ea6b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:5097e2faf0ad7dd54961a6f4cabae703df9df1b2b41e9867b955ab9abfe8bd3b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:b56dc790cc28994513ca38162ceed6f6e10c99a3142aa2abef9bbb7fee86d924_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:f4f4b53c8b205d611fa6bd641be601ead79d73bca40f838049eada4d5d0df227_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:2a6400cf874eda4c283683a9733e63a7e8b5ce53a37eb5ee30c07b14a9301a76_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:3908e08f8cd7c94ba3e5e382ee40cc02db84f5b0a4aabc60f5d17142c42437df_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:88f2c3ab06c1757d7681ea0b157b48847b6543dd9d1fba7a76941d9bb49b92be_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:f7b123897a6b90484fd938de9dd8ecd1b104f2e70e0564fc10aa1b3583ad1011_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:292e59f484b68803dc0076b9fb7b9f426852c967c235f9923dd68d8448013794_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:59c896aa966fef8ca6396239201cb9f1821d71f1e4787c4a03f36190b8a42c76_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:6023696ac24b81f72312201fa6c97a6ba4f2a780fae94047968dba982278562d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:d52e3ca8cf609c8d15dd77a525466184c5c9c641db88856aed56de318e23f47a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:10532406aac6636cd860a0517ca512f6fd8a2505cdce5486b793e9cb2bcfb16c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:567ca37a4ed2afe89da71f0b33af4e5e3af3f89acaab50ea32325ebbfcf86aa2_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:a3e1cecdfc749a34b7e3574642458edc7870f03ae9e1a2e7aac63e3fecb43eb6_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:cd5d904d0e36cafd45ea72914850b748e921bf4ab9f454e1e6f613d2f7b45a61_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:027b3596835e02a412ab6cb19ae476a4d3987a90403a46abb039ffc2f1c775e7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:39af4cee0a425da0814b28bdd6d515a397544d3c5f83b5e9cfffb7aa33c4fbb5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:8516be3a082fe2a93bb5976bb394865cd85aba4beaa399055a76bde057d9e70d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:b2426b3664db720bd7a53cdf4cf376425ef8d7c6c5ef039716efd00cdb9e3e6f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:24603d314b5539161b5974f234a9fac64ae0a36e7100a708326265ee568f756a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:79385981434c7e938f71e4616bb61c0f37826ab4891fc5b370479383bfa9d169_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:7a5ba0b22dcab9e3bdf107a7e443a212f7a9ec343f41d3deada1aa59091cf952_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:b7cdf071883783cda48c2663e86e3e271f42a470f2f22d73bae8304c87c2e712_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:0159ee555501103045d1f188ba21ef468c3f463251ff2debae0c8e1999f14eb6_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:237a287a2db660c2b844ac5e985ca1cc70be0f7732c7beac536e3c3e09da9b71_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:31190bca682241fe6ed6bf64602560638c963d70127cee441cd991f82a17fa82_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:da97b83cc6f07e4c7e72f9d7b8461fea71ea92e1b29e6117ef0360e088d7adb7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:06ba4dd88b81f15bb0fea21bf039fe45d38e3356c19a6389dad7010940d535c7_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:cd7efd34ed2a41d64b09e5670082cd68776b31011532d0e02cb932467f05a24a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:92ab63720b8e0929cf11f5ec81a3a968017ea1fe2d0aa57b137e6609b1c07bc3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:94ca29a099adc0665222212c90c60d763621671428a1de28a75c8ed6e2be2ada_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:93edc806a96f7afebabbeac4280196d313eb789ec43978fda985a5445d19bc45_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:fd2d5df7915e62949191f0497ed98359a3440c424a56e8cf12d66e99e67d4a3f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:4947bf6c31aab91f8a0eb8f7ed55052a33d35b70fbe40b06e45f5e5aec94c020_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:87439e5f75484270318701b52e986973d66d6f30f4d00b0da08036b2db846335_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:e42c9804da1f84dccea6375967159daa56b38d6d029bb78617120ff3af87ee92_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:fdf0f3062593efcff1f58947da781fe9e9deb1cfa4a1634db93a0d6e40d069ae_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:003480e424f3ed4baad296af322ff6ec0612cb9107c85116f065f4622adb0f52_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:574259966929feeb14060fd8b80ebb8b5ba2ce10be9f19e66c1e53d033586db4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:5d40461ee29cd3134137b105576bca5ae014920da3ccd90b5729b326e848444b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:b1082fb3535909dc2b8eb0ed95434e571071b5dc4324c6d3dbb1fe892012d607_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:1e7f3dd79b1969fe87590b82bcf2db172533f401f37b975e26829d531042becf_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:50b6b05372735625c16a7ed674b1f056ec23b35dca896652ba94c5fe11ca7c82_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c01fce15d9f6b9a9a52b8ccfbde4b8a7aa1b969d7927430eedd169c0b5f28113_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c608bb7e62594f12c2f52a78eefeddbdc11314494ec933698ba52af303436f1e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:3167f80d0848b65adf52382a35ab3a8c76f06fc5b706e001c2aedd897371e56f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:94f7a32483750e9da8038b84e4e1977fa22f099d3b29012a40ee059ba0cca9b0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:c8489b7e4c95b36f247d85adf5181b39691fa97f00bca455c4fc950c9eec818b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:e187b0624e19031a80b2fb26bfdd82cb8ec9dc66a115e5fab48312cd8bc5d014_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:3167f80d0848b65adf52382a35ab3a8c76f06fc5b706e001c2aedd897371e56f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:94f7a32483750e9da8038b84e4e1977fa22f099d3b29012a40ee059ba0cca9b0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:c8489b7e4c95b36f247d85adf5181b39691fa97f00bca455c4fc950c9eec818b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:e187b0624e19031a80b2fb26bfdd82cb8ec9dc66a115e5fab48312cd8bc5d014_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:174437f0c1b3b1d8dd82307d1fabbe34821ca30d773b70ec1cfb67d45e0c1e19_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:3e9dd635257195cd5c90778267107ce11566f35c60d415e4f8bb9ec13fcb4477_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:56dc1c55657428a6508c4eee1940194c81fb9679a11a3777289749afb8ac12b8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:a8b4f74d041370868aec2986f884db5e41ee82baf193dc94701c5934a060be0f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:174437f0c1b3b1d8dd82307d1fabbe34821ca30d773b70ec1cfb67d45e0c1e19_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:3e9dd635257195cd5c90778267107ce11566f35c60d415e4f8bb9ec13fcb4477_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:56dc1c55657428a6508c4eee1940194c81fb9679a11a3777289749afb8ac12b8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:a8b4f74d041370868aec2986f884db5e41ee82baf193dc94701c5934a060be0f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:5d9fa9b4f15954cca4a5c46f00840bd1047151f89e77da0c4250b673011fb6e0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:7b167041fa1524f28380783f43e5cc54763d84fe17c32bc35cc58efcb147c2a4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:d7881138cbe71cab0d372df6c74e11ea195ef6c55c812dc36b84b1e29f8d788a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:e7ffbd7d025233611c4a70dd7e81eb0cb0ff5880c554cd2dfd9f495313902032_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:5d9fa9b4f15954cca4a5c46f00840bd1047151f89e77da0c4250b673011fb6e0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:7b167041fa1524f28380783f43e5cc54763d84fe17c32bc35cc58efcb147c2a4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:d7881138cbe71cab0d372df6c74e11ea195ef6c55c812dc36b84b1e29f8d788a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:e7ffbd7d025233611c4a70dd7e81eb0cb0ff5880c554cd2dfd9f495313902032_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:4dbb8cf627ac6c902416e06181beeafbbe3ce1a3891eeafb504d8169c29dc359_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:5c4066929ed59bb460091ccb5b503f5c09617459667e3b8cef83fd256c1f9ce3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:829668fbadbaf7e87cfb9cf9cbe304ef8b9a343dd989f9a9c887c7352f0c0a01_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:bc3d45f66fed2adcd79722519ed8ea7f81dd17dfb960d06ac79764b66f421c9d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:4dbb8cf627ac6c902416e06181beeafbbe3ce1a3891eeafb504d8169c29dc359_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:5c4066929ed59bb460091ccb5b503f5c09617459667e3b8cef83fd256c1f9ce3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:829668fbadbaf7e87cfb9cf9cbe304ef8b9a343dd989f9a9c887c7352f0c0a01_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:bc3d45f66fed2adcd79722519ed8ea7f81dd17dfb960d06ac79764b66f421c9d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:22ca0ebc3fe663bf0e9270067ddae2e143bbe0401ec4be56f56399dd038bdaed_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:26044987ded8bf944da915148c69be6e247e3e1fca35f0c9d0abfdbb61071e93_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:a988a8373d3f22e2c162052a01e7eba15cab6d0fae768bf76759aeb333c5838c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:aef67ae561902de2e77f7cbf09b98be2efaae40bbfa671d33a73874a9fca506f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:22ca0ebc3fe663bf0e9270067ddae2e143bbe0401ec4be56f56399dd038bdaed_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:26044987ded8bf944da915148c69be6e247e3e1fca35f0c9d0abfdbb61071e93_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:a988a8373d3f22e2c162052a01e7eba15cab6d0fae768bf76759aeb333c5838c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:aef67ae561902de2e77f7cbf09b98be2efaae40bbfa671d33a73874a9fca506f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:3d60041633a1f162c71979b435c96e1b5188df0e04e0349602ac6ef7ae91fa08_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:61dcb1b12d90c58eb1095cedd0f8d050b1f61e68d3bc05037e8e94c274bcd855_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:85363677c4bb40f00d43ca5d6491b03bf73b5aa2cdd514509a8168ab8c47399a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:b2d065c15021ff26eaf335e8365b797c9c0c9b54c2722a4fd88b015d2f3b2aba_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:3d60041633a1f162c71979b435c96e1b5188df0e04e0349602ac6ef7ae91fa08_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:61dcb1b12d90c58eb1095cedd0f8d050b1f61e68d3bc05037e8e94c274bcd855_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:85363677c4bb40f00d43ca5d6491b03bf73b5aa2cdd514509a8168ab8c47399a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:b2d065c15021ff26eaf335e8365b797c9c0c9b54c2722a4fd88b015d2f3b2aba_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:089dbe82b1e1deff569436e344928255e7446795ee2c1965551941f4dfcc20fd_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:52d2793450c879e8cc2df405b8f9ce03239f3ac832705bf8bf071b6d6c1aab00_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:5d68aba559ef836f0992f78c78a8dc79fb5a680dab2abbc876a25041ab8767e8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:a40345997aab0e6dfe1830ffcc76320acb4a19743cd8ddc249de4dde99697d7c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:089dbe82b1e1deff569436e344928255e7446795ee2c1965551941f4dfcc20fd_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:52d2793450c879e8cc2df405b8f9ce03239f3ac832705bf8bf071b6d6c1aab00_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:5d68aba559ef836f0992f78c78a8dc79fb5a680dab2abbc876a25041ab8767e8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:a40345997aab0e6dfe1830ffcc76320acb4a19743cd8ddc249de4dde99697d7c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:08a79a55c753372a11f38e7573bfc6a930e21cfd4cf78a583b298c2955fd76b3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:656c38b2cc045e620277466f42436ba47633b284107fd2dd77b2a20b6d92fb65_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:efbdf6e8cb6fbf9141f2459feb49bd1e4f9b99d0607331337ecbcca851c6b2d3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:ff3fa757849d5246cc4998aef80a5a8192ea48221bfabdde42d3eda664f00107_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:0ced086ae1f60e918833e7296b812627bb201d461f64b154b238e6cdabb543e7_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:825705cde8c5cea16fff7f61b99fb8fe77b00fbf9f910dcf980491c836299a9d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:84f0338a3c427ac9c88708f5611286972a71a0b67425a82b28e6b9cdb0777fdb_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:db72294ec20391b00df5aff0c61131e458d53c77f8e7ad46221bbc1a0e48c627_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:3abf569beb7de9365d996b72deb8d16da11619ef721f4d7f244d275123308faf_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:95fe24d21ca65114bb288e30d3ebd77954db630a4a3162dbe877aab4dd9c5cb4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:e2a10747ca1f65c6d894e6eae44dd77d1ee826e60311c7fbf11ccb5ba3b35c20_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:e6e84f0ec9ae5b483ef8872c9703908b595a6d0fbbdc368e19eca8b58121025f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:5999694f230c5fac3ce7b5f2c74922088b437067f775d23e01e0340453f9188f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:a91dfaca38590d32108269bab1c7eb59444931bd7a994de781398f50d228d988_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:b7947f27cc0ffedc07e93c3a5450cd87405352f93b39bdf66c1c045312497d35_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:bda4051ff681d545c59cc6e9a02583278236f267de53b3c68605635689eef2e9_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:58e76dc80151dc5fbdd3089685b72d74b1aa8b98de2d5ef1525071fd972ef623_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:692e57961b5cb2225ea4d757cc5e19ddee4ae1bd5fd89429cde7ae9ed0ac0c5c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a80a31405351245150ab8feebb87ba63f5cb9dc5ebc85d560a89941f983a70b7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d73bfeebb2c2c0b386d5b2e909bbb815e9c39f6e82869d9cffcac5767f2de172_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:3ba88359360ca1532c5224ba2acad3d1588ca40bfc4829ccb8c85ea19bc129a7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:b237d7893ab617e9c2f53933cd87f2062de4b6621db677403e11ab58a0de10bc_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:f9bb0780a4d8be56bea13e9ab0f834835e04e7e8570494d37798ddb60bc8d7e1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4f02b77a2cab5ccdcccba93d51d2a5d9a92ceff151236ffdb8390ac4a67a4af6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:5510f4dcb3215d46c7c73b0f84744d94adc13d45066885abcc522c9f80185152_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:6db471dd0c0492d33613a34a2e53a1c025f1d34cfd3d7e4d2b4009276806433b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:1a40166f257d1ab58f04543cafd99a8b7fd88d8d0a1c970dd9b771b0f01534a9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:678ee1ac6110db9cc2380674735c94ed5f18c5c2d75137179ea2e100517ed2b3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:d19a14818ee13265fc1722ed2700a2943e56942442ce4bebb322c80ad0f2c5ab_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:2b6431891ea6d2f9af668ae5afecc0dc6719ce7314bd59a89ec344cd46214565_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:60b68743e0d82aa2c39c47afd70a39fa7da4426772b946bc4afd8558350d500f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:aa2fe1a953150e3e4160160fc7a121c952e8b7805564ec63339aed27ab2dd3f6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:00fde8b59b779b0b068e80b2e1874c7d351022aa4142d779016f08798955270b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:13a92758fa914e1267dfeea1896210d3a2a665ad05c9256b1b0192bb8abdaa7a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:146f072051e97a611f39759f5a5c419a883b0e64a1362b205806913b6a8153d9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:3c37d2d3853372a7304e39921f4462a44d81136ce24188e7b61fb63e73c97e5d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:2199c2a7a9e5f483699e62faede55d3df35fedcd4ca8768f05f48e0fcdb71fe0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:756352e643e268c63330c33c30ee12e27fceda1239390fc991f06589dbd78959_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:81c0edf7f04fd4d89dcabc840e84288dab661a2dd7eec8553867ccb5acda9b5b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:856deaffcb6e4b4b9d7503e91f3d23b8767100a1c8c72a6c472e1f882631833c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:5dd9628769aeb00b44e9a18fcbe1d56e7b172805be508e7b4ea85ab1b21fca3c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:6d25728b5108a7941285b8bfca698ccda25d72dbefcfe12dba929cbb0c24690a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:7bad17203de6fe7f1ca5e3d3f192a154d48368b6d877b66e60825c41041600e3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:94a23b1f97ca91ee3195c6ea07b4d867d32c717279fb9159bdaf3413f8e05582_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:17dc9edba250dc41896d18e2dab48a9fe51c08f0cedca362566f504bc1b90ecb_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:f3148cf7ab32c8d179feeadd09f57c3f3a8296aa4b013d24f63d61afcf57b0f3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:beadf30285a781c710de30bc1ae87d2e8a3bc13c2646dc55ba8fdedeeeaa018e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:db6b71f10ce51d3b8940b551ed77c786b402a12bb287ef3bc614b259b44713d6_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:38bf5373f8d67ef1c79741f697d9454328072f615def597752078137b38f65d1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:9358fffe89e2f3a4783f6f3fbde49c1b19984f3e0252f4749c3e42ec8d8f5523_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:e49ce33f3bead2227d446c2b8ca852dbaff56af0e95f2882d4c1404286c22b3e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:b234daf9313e3efc2362f79a513d35bd15bb7c9b7a6aa936e12fa3a53feb7412_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:efec04960159b197a0626461dde2e11512787cfa6c71190a180ce6bdc9ff8c60_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:75bea5902fd17c1e4b9d9115cd160c55ed9aedd67ca5fbd14e9b0a013eb1feaf_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:78a6b3728b3e9c807b1b80ef6e79d29e5df49b5c92c5580ff31b9c2d6d013ceb_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:ae98a6ec26befeca00294a2b0c7ce210bc7bace1f220571a35c04ec14db03e5b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:ed131d0cfadf5b581837ae7b345053603eef694a0e074a6d88f992c55c3d896c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:18380c9080b259cc8d02487331e3ef1247d2308e6b1e70ce803426d36c0e1f27_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:1f51177c9d6e9d8adb6f61d1b171549573506a7a4d826e539c9aa8f942507705_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:b2ffb8ad7db07d9f7069d160daba5b7a73de760c7cc161106301d3654883553f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:dddec677a6081085ad00e206077030bb99713e506277e2ced311d492e86dab02_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:38563974217bdd53752fdd063138b0a11e90b85dff7f9c7537de064033f36966_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:c420d49c96f376956982296e7a03f4febfe0cde367fc95ab63a87642e0b361c1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:ca2eac21c18a227f5672c8d3b50469953b29cd369792a207614b8b25291eb931_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:e5b54fd6da54c520f1cff80858c7bfb5b8b4b378fa7a57ffacee623b1d77cc43_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:5a30a1eb1091054facc200e9518afd543192758a9bf2e664e44cfc531e10978b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:d8b63cb4fcd259a66eebb6605a7a105384cdb4cec042952b966b4f8bfabebf4f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:6f4aa5824d6ecd57443e2bb696bd3e79703269df862ccc42d56f9f9d7e060f50_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:7924a3056fabcec515d879413e5b88ef00fcb7451c884b7f7743d3679f127a12_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:7cd191dbc1db9d5266bb1e1f958871b6b12cc93ad7394482f6a53bf5cee83dc6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:9dd169e3a46ae8eaf47028070e752a308cec0418f8102dbedadd4210b867e706_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:c6e0507565b5274a8b474e772093d75c2f58ce178da633c24cfdaae3264b2a8a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:f85276401d03d6f3dbe5de6fab4cdd44379d4e3cbc3d0ea53efce7eb9ac59d60_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:321c1737ee36a2b23ac9e1ac85368965bd0f120d8577f5999c3f6d3797b0a6c7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:449dd56bdd7e138d514aaa0c4d9489bc2d8e01b0b4c459131b116f221e2956f1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:50ffb33fdbac78a475913b7e307e730d40a5934c743cda0cf45d05f6b5712459_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:61dcb76dde13dd2ca7d6573f2a7c09a5cfcda1de1294e5a506d07e14e5408a90_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:4636f3477179b218c2ada2c241a65d804f0798743da95e3a171830736f383160_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:83e26b219bffb578d76bf9842585f4307e41a8f6f20610054842b3526dc5424e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:8d806e0cf0b13ce667b08498833473314716c59b6bac3ab96d2d7956e7ec86bb_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:efef95d7a9a80b5919d54fcddd2d2996294988efefd8e286f33902ba4b94df81_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:99811313942236572f7ac4c4726f6709609452a3da5e811463e7a9263285d8dd_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:a3027db225c166629284e11ab26f4d8dfc41a2fff2deacc99df5c4ce151b5fd3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:c7b4aebff94f6bb707d9c4ca28ef6c6060571be88d9b9eb53cddc39fc1456f76_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:d7ac53074e1cfc8218326b613104a28aae4cee1c67785de8cfa755d1772ebb13_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:56056031eb0746e98052842eb628a66ed222b1dfa1c7cba6e511b4bb4fe05533_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:79f3b697eb24b1f1fb941a3adb768c4fc11e742e4de8b917900fbb301f5605d4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:cacdca41cd532e2a84e1acd9a392a5ad73cd5f74b0215da3ebbce77885afe1d4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:d1d39bd6c538c62ec5e18435e712b1798183951d4238a970eb4ee037a9a70f51_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:634a8c373f209fb3cf1a9251bc2cd8cfecf9390b71ed4089a57865bf15013d4b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:8a9dd162f613ba32fae56bc1b9f1ed10c577b4e3aa3c42bb08e3abe76e820c82_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:9906a9d16a474aa1d103c169b6e64b13009511c45a7df76fecf76ef0e25f2a29_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:bad61947f5ee2cd63364f8ca7cfaf343294934b448a96b4e0c86db4430bef34c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:00608f5cbc3440cf612a54f7dab4812bdf3c65cb0639e2ad68695f95f399a559_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:577f1f21d3e9a632d5fec2d0545ef62cda58a2f71dfcd2a7cb0ddf420841092b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:6cb0fb8c18dd7ffc43887ad12374f540c4844b62b69adbcd9286820e51249309_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:dea046947cc52f5b617e5c2e273ed1fa409fda43a2dc0eeaacd1fc0f27fe7ee3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:813370f8fcb5b9e8830be339da8c73c5303a5a9755b18a8d26b4ad58007d2825_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:aec19cf38f563bcb9c4254432305bf11883020c9e2a25b0f50f71981ef6aa161_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:e8de1336623bf1366668f6a56a55b5553692303ddb4950a4158176dd78a458cd_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:fc3f344bdf3d6f5d9c0e940aee5e25662b05ccf1b8827f81ba140835534b655a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:8e925337d28c451279d1922b0dab9ce2a4919e0bd75a293db234518c09ccfa92_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:d134d9f1085573b2ecfa5380e17eafa45cb573ce00da1c62e0ca769c6ac28f6d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:0d4f60f600d906f1122152da7b8b0449a938f5f4dfb2ed198065d2bd3a2ebc5f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:803ecd02649eef62da8885831e2d38917ba51b891573c195b323298bd71432bc_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:174f58ecc534af5ba1915d204f2e829972d3632652864eb1d61a95de29de7eb2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:64efbcaeb77bbfaefd493170eadd2eacf6af2da186b53ee1803fa2283b2e5711_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:969b7220dee835ce08b1d039027c776c83b6ad3da5388772daf26e4c8f09cc80_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:f01e210631aa090775e7f3b07b8012da4a4c53ecf3aea6fd9bf8ca08d49d511f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:2e07fb199c7724f86935b745dfb5c77991205c9c4c45ee5961abb57abd0cb823_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:ade497f48de9224ae91409818c6e0571e634891a84ad0057b508c3ac85b21b05_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:c495c52ec300a44ef4173edf15624688b38011a3ff5cd738bca779757e42d958_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:c983af07026014d73b6cfc0d06fdd31a7dbebcbdee204cba1a672d24608d4d14_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:21209efc735beb2bbc8daca5776cea1ccc5418b51b97b799561fcb751e8491ce_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:e87a5743e86e549e3b17b57cb6c3a93724ab85796407a3e4a0a816bb75a9a36e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:166c39667529c8deaa8cb6bdcd0f973c115a44a33ce2371e0c956cf157498d45_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:e527f1aecb09a2c40e856370615b16e7797be1f9b82848e862eb88a42a9e3eee_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:4b743b7d2d78e0f2a887ab796b2ac9a150988aaec67dff3adde88687e46f7b1a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:4bc8956bb61c0451b1fc424ec1b8abb2a4af487ed8911d952c367592d31a4f3a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:71c807e7cea2c0944f06dcf96bbffd21dee4672e7274dc817dbbcdb65677a6ae_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:59adbd89a4a3fcb8f845a9f951063c2c059e9b67c043351ab1ac1128e0cb066d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:8ece29e4b3c200c4b113a12e23ba43349fdeb827b050ab1179b97d929de452d9_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:b9c9b5e975e00da4e745d6caacf725e37ef8510727d354d65a96cbb51fcdaa86_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:c738b9609d40a0bd2c17207f9113948c95e55f4e216f2dcb1f37a42914669d6d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:81cfb4ee1ae877a6ac439db16b4f91ff789b50b8f02908858954afc51e7d9b19_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:ab00d7940fe91a26c7f45e6824c8afc516bb655a6c725c0a3200ce164e127596_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:b95d59ca455992dacfdf186d011dc3dfb0844827c944b91da28c1b1e678948b8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:f1adacb5d83f6207a7cbf196c82d30feef5a41fddd90520fc0026396494f2ffe_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:0857e1c73c07b272f017af571c91b3bcdc108540ec002da89b11ed2690c03de5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:0b2599c96ad1b12dd5ebbfafa53327fae38e586b269eddfd3ac87e51d38ff0c3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:750954c71fd9789e0e4a93f2cdb25e4b6a8e4c292bc7f6c28397619c980ca118_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:68a7b4a2434007d41d8c0f29accfe43e00b04ef18101a3b400213c4eda9117db_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:96538bfc448f0d0649d003f11b49f989ca36e10838f34fb91a9f7ca8967d574d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:c2853ae37c6d4f1a44d5f03f77825030fd584268fe67856fa611487d2aef7afc_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:d2e88346989d7c7c40b556408761a58f3e179856ccadc1e7780d103981eba9f5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:08a1038d6b2be6effe347769a0e2fc89c43caeb44dac796c34481274072534b0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:5ba881fb649a3cfaebc470b0fbcbcfb799df2205477e3263adab655bffb4c268_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:c8974096b8764ffbb4a9f8279a485508e9457c0f7e176c77cb779d3ea585a15f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:fea604dc691a2515b1c9a34f6b41afb60287a5420f30b8957911403885658e04_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:69411bfaeb395222009f0ca46a1bc3e456907b650a285f56e26eb207c7ca4383_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:e20e87ddf196803191368f1dc4f6cca4465c1a92fbcbe29851ebb1f908a55038_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:f051e24c3447762f3476242739a696f882ba9ce210fe775256dac55eb28fcad4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:f385411362f79afcf35acac0f49acdfef8b9f5ebdabdb20cb4143f33bb505733_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:2e6cf654f0c887465ff3b3ddca67c12e2510a6b82a69705e1fd055ed30cdd9b2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:56e0fe3c3d2aabb7c30c6ddd28d07b3005cb128c82a5d0a51dfc8cf1f1cfd2a4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:8c01bbae6f1cd673c1ac45ee550a792409e534a1fbfc4489269c5d849c4fb119_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:bbd136c9bee87cfd71601d22fc05f16a7b07996f39b41195cf5105a84f0e847c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:683316d9efb43eeb14a1e3ac0c8f8bd98771819389d89c1c0ceab8afb3e61c35_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:c91b7c636c3672e3a38ff2c5964d9352f573b32abd2205a6bcabd6f555068c9e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:e1091f8361184469358998047fb0916f7f8a22706609fd0a9ba5610bc17e947a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:e9a2908a457f2935037d9f4a27d85d77fa334c4ed7fdd1f593040e0bec592161_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:15131025164bf722ebed8724e62f4b70ba018f3d9c671476f33e3485ce3a43fe_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:400674850f994c9de28b9e5686789e97eb0dcb235474f8f3a42068790d63bb09_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:5bc0e064ce599860205080a84750abb3de613a2735ec5f67ea4431a7a6f9249c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:a7fe5ae007435227287fe4f4e9e1c75f53905ac1c1e4eeb183e9dfe865a611e9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:2936230694f5ed225050c118595e401be4360ef7d899cf3554c42e40bf82921a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:3578bc2eb20c76eaf6120449b7842f8d502269454f962379b026b1342482af0f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:afe42b2c8f953258782138392a88fd1413fb2097c648d559ceff1f3975dbb1a6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:fc8f8e4042ffc6ff97d75d2c97c2df435a7f2ac27d54109d4873ddac71a82069_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:1eee004700ca936c97efdbb97384677f3e3f2a2d42606967c1cf9c6765317154_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:2575052c200b4367f535e1bc653561492dedea225ae80f298045f4309c20f7df_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:921d77cf40e5f25b256c397a9538deb9b5214fd1dd320b272ec73f368d965325_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:ff3548b2acf73724ef2672fdc0533ca212dd20cc55842efb49a4302a3d152c1b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:4ef2b930ab6b1fb2f7c50dea6b34d55d45fc3fc4464b871359ab105145ef6b6c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:85d787413a3e60a0064132f45a19fdb810082bd401429e8248ff4df750bdad12_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:8eb4f27d2d6db0545c96878704a8d5265ba9d847dd8b6ac823cfe8ff6689554e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:ede9c2be4904769a47aafef33f068a0e67b8458746c74199efe17d745624d3bd_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:8e1c3cb2cc5f294d03e007b0aaf322662c3c6c09245c61a9553eb7b33a02d3cb_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:8bfa6e267d4b8d65d364bcef54b1c09399a64dd7a5c97116e2b8358e0cde0cf6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:00d9e9b53df16cf21513e47c4a980eeaf3358af5472a4a66f7b8ee422a3313da_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:3148750b4508846de939bd0907eadecf7d8258443b4a3d7fc30b93c39c4abb63_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:646817898e42b4ddb0768945180739b794aec7dc3e31f5ba809569d87bdc1fe0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:7fff4f51c84e229eb72015faf1e6d9939545cfd1a6766b8f1e4f10f17029aaeb_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:2e487cac721a6c9b8cff331ded53fc6ad0397aecbd51c1384632319d573bf601_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:4f4729ce2ba297f713fdf02edc3ba34d649ab2e7d648a47af99ad762fe4c9e4d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:691e2b24b901f3e1a669bbf5188b16e80c8e8d99433463f36aa6ad087ccb11ff_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:9bb9f5cd5e94fc8041d25e9a9d10aad1be92c734c8a8dd618c93e2d2cbe27c99_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:48d371c93bb28c4282f540750b91ac299178ee320a79178b28ef77d294cc2452_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:4919f1c330d56e5dbdc091d33e5fce13cbdac96876e773a8109ce807dee67b4d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:a6a13a734f336edbf73c601da1990c2eced4e74fabdcc6f66c6075278574730c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:d0147210992ca5d1b5d8465029135f3f5c400f7f15ed001858b6415946a22fbc_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:14587c92943288e6c9f56d60476f40b8f15ce7f1056913e5b4cf33f0a83af7c9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:9356fbf52e0dafc970befd18d5337a29e2496242b221727095c83d850ed45d62_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:d3c0890549855355461d90eeac26335cb114a584af9698af531eee0bbd809807_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:f6ade0ad3a5e4952955f2d40c0d867eaf290de111a2c35bcbaf7b59c3b734490_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:26baac061161143b4960d00cdc53adbe77aa5fa52b415b3ae3de1cacb18a5634_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:2d74639836f3384e157e3e1fccc2c10a90aef742c8d8c826317fd5ea88b1284a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:46823bab7a55eaeb658763753c36e75a89494371926db2f9d8c48375f03a04ab_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:b135940892cdd26c7e983f3c37d6d492cc588767dafb5960e1d5e9642ac48e5a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:2899f24f2fca98123800e88171603fe6022226299341679474740be10d59053b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:354ff055338adaec79759136d29087337e0658ca64cdefb447e8fe4157a8003e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:58b4935884a488e6c796db1c1a8e37189e2b76dad3a18483ccf06368a8c84e6a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:6e0ed09893071387d638004e2c9177d1933ba9cd59145ab3ecaf4167c9e955fe_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:17306fddebdf61a0a4bffd5ba6cf4bf595701c14553fb87968985e670e3a7f55_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:18325aacfd110965ec933fd9cb5a873a88572fa0507be6f64519c42306266846_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:33b3ac785f10dce0378b5ce81e84d4d6799e0ee2e573b45e4fa8bcba3ae83d9b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:a15084c226ef3a1bb0488c272ffdf4a59bacdb293d0f1d2d3b0d3ede8fc856ee_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:039085f52e4730608fdc2cf5023460e7b1496a87d34c3f44e958be30e93bc88e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:799213061337226fac59a610753c8b5b5b2feca766753702303a51ae0f7f4ac8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:dc9f4de544635597483c56742772b5c471ff16f2220ed4a75aeaca2b28a6a40e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:fd8bab3b8804bb1b4ac56408fad43519fbe11ded255435ac22e20f162fe27252_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:246d18436f5aa8a6e9de5a6ea2a81c09bc21e37ba02ffe57fe836937ee54565a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:2814b78bfe377098e59e5e252759ed64e1d3db9cd00f117ee48983a01d3bbab4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:c7c37e63f204f3063bfd8f34e6f984c41e07718194379f86265a47749e269d6b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:fdeafcdb178182b8484c50c321886f8b2611d27ee4fd1a7906eaac8054ab9625_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:3d1d10391974723b15b31315b9c99c98b8296c61032905893a88e42f739f4a54_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:65fec2305e5a5e05b89b507b3356a8686bd11372b59d1ea078a3c9794c2805fc_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:c4a5f8deb979c46d9c6babc5d52d026a0de3bbdf08238fcb798a05b6a76d69ea_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:cb06db0919e77bd26200cf8610277dd5feb9e627de2dfe43317fb4256be7cd0b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:214521bf60ec834c8d397bcf685e2ebbe39921f4deee0c09b9601253d929e583_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:5b057bc84cdc3f1749467d0ef85cf09d6a06f783ab16fb57c5cc19554ce720f3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:8150193ac1d183bc045856ed3862107d045d2f0582f60ec4203c99c641a8a30b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:af21478733313da2cfce7c56cc6151609b18be0f096532de317313abd002bcb7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:9499cb5614434c687db474ad657de64098ba4d1ee1f643194a92488a21faf652_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:98d2604ab5bd65c852b8d6efa756b045cdc2833017b874af343f47951b015b2c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:b594ea68afa771c39f64ef2002eca85d0541e9b7d954721fe3fe784d4d6aff81_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:e6b9aa21e43519da9b49140c570738bbc43436212ea75e7dfd0bee67c7c3fd62_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:0ef624ef1b65af220fb60fc4d80d6059aa5061e8f9fa800410019ec42e2fd839_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:5623d5f0940fd4e2dcd11b1469dcbe95f0dd801feb2d92c3c385628c82dc993e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:711a9081e2bb725ceda8dcda213f5f3475b326f708b077c4b4e215c643bcae71_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:9e35a4faa30dbebb4c0781e948a98391c41500225be6e4f399a2654f4d443c74_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:b5eaf716c0b3223abd931fc510d8c93f6fd342de822aa115e60b80d48332323f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:c31b361799f39dd3e931b2ea44689df6524281e53de962447b37cca578954ac3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:dbf8ecc16795fd9c9e838e0b0e5bb67c95f5493f695c90093813819a71e6a989_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:e419449bd0fcb506b32e7042d3c1d490ab961e070c0715951db4babf43b1f527_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:265fe91b3158db898cef1933be732ba61a1cb0dd4006257b9f0aa30a8d4bc654_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:30f55aa98a244d7b7072cda47c5f6b61f0aea4fc5e966081efd5c4c030a94271_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:3cf63aaea43c416aab8879a538bf238a6000066dd6170fc958acc281b4538b03_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:8f04739af1f6321c039253bef7e7c8413592238249c6b9c68bfe2b4c6742cd6a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0c41a5d04b68877df42b5e2d47b1a51a205f9b5bbaeb272b876040840df70cdd_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0f9b478c439a81b264c306f4b597d40cbd2b9461a2be9167d667ae96ccf2d80f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:7d1cce729216a86f6f3142e1dcb9d3c6b4eec52b35f55c1aef1911af499fd6c2_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:de5431ddae08fe8b534706adcbc5a99e1d93da3460fe5008f319aeb17280d6fb_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:27ef373e865dacd62cc3d29fa3ba0661280570b9f1e3e36abaffd6a0830896c8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2a129685c29ed30eda4c991cf88833941ca25afcbb0929766fc24aa939b3fbde_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:554535a577ee5e912aec65bb9af114dce400c54955b1a15d3b0d8a3cab725389_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f120d3b13d54b6abc62fbc6a87f7b1509a3de6c01e316e28a014e355bee5c002_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:27ef373e865dacd62cc3d29fa3ba0661280570b9f1e3e36abaffd6a0830896c8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:2a129685c29ed30eda4c991cf88833941ca25afcbb0929766fc24aa939b3fbde_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:554535a577ee5e912aec65bb9af114dce400c54955b1a15d3b0d8a3cab725389_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:f120d3b13d54b6abc62fbc6a87f7b1509a3de6c01e316e28a014e355bee5c002_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:8846ed3df7609e0a20e5020c5019e066e3156c5cb3e32719f55405b54d2167c4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:90ef3f26f00eae41ceab0866b5bbaef1ec56387f0e02c55ac6797ee527c829e7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:de9a1e420ff965ea9dcf80d4cfa0f99e351fd1362dc883b2dd75bb09d88f509f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:eba4869ea1ac77524cdc048c718c20e3e30da1de957570ff28840c8cf3c65d34_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:caf4fe81752b9984c30496aeb287eee457aaa9a51c1d4dc8dc47552f927f8989_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:eaef6750f50858e6c3f22961f4e31e0bd2600873d23881dbfc2968ee7d167aec_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:c40f3fdee914e790347ad59fc55c2424628927c75d88bbd40bc39783075a301a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:c43678e689872e352ec44d2a2f395199a34ce16d085c4f7e563ee3e9534bdac8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:9038c74fb45e35bf411a05528ab578cff9cc10a8b0927fbad0a735e3b1d414ec_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:fe85c1ba2ab6ad8f94b1858bbe3f6cdde4a7c768fd2a451e79ecd4e0d780c99b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:3448dd1942c7ffd71cdd12b778525042c5e38485872c6f579229cf786b20e9cd_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:e2439ad3e79037d4b53d6ef9514a7cc3428f57789ada20f9aae6c844fa35019c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:3be8282baee49a9fdcea455723d5fd12ed820ea578af9deb23171ab09156c9e7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:4035f82b6b41d63e30cf4e1b04631e5890c76f610835f8365699bbd633ea3788_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:7c1b269972bf5e330da11df053fe60f0a8f1af43fb34ea0c22685fb65ad53715_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:b5657aca295b3a67c1cb6525a55fe234d959098f500ac7866c8cb7c09769c8e1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:39d2eed706008f5ebb0d2baa19ebaeb77ded4e0de4ce28e0232f614f8df18c5b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:6e6882fa1afe45eced0befc1bfd30c874c888a22d8656d929eae355be8709ec2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:73021b1853b79ffeb0d04c028cad9905455214a59cc50dba01ef7f97372da705_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:8d791856506c0cda2cf02f3903c6da293a257ab6326960931d0e5da995dd3d82_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:93bcb96825fe79993767a89bd7305a5f6ec39deba51b6a48a307eb6a7e3e508c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:d0d43e6dabdc4f060c91b7d247a444b763821f61931ef78eba33482eb493acd0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:d7ab49355e1654d655aaa7a12967a5bbfd34d7175f7e5b9143ca9abbee0d9b06_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:f2a68573461f17d018ff650a7dc8f4fe233cad39bd64e8e006a62d040a7befdc_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:5c2fe110d1caa5d7b14a653f3af1194bdab821255758880809e9c356341323a6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:6bef60acc457405d245a8d7b17335ef424ab68962255fd1bc0ee5c87b73b9ed7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:708132b57f6743a257e0c14f8955beaf7a6b759dea9187cc02c0072fe01d7c21_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:dc3a9ba0d7083481d3717e6b486b130674223d5ec26c40e854bc40aa9d819538_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:1a041a1f772f19dba24bb7dd08cbb374b8b9011e2982804d34a739e5050af270_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:31afc8611dbb85e2afa41373aa19b95f19f3b6f3c9dd9303fcb324566ddafb05_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:4ca8edf1c43441ab6d2b34eb7572659d27c7ea64c95a5de9e12cea5ea0dd2799_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:e8a39e1add8a7a4d65b17aeee0bd0b0bf5292c432e56fb97ab52f1865dbcaad7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:10cab7813ac451d2d17414591c27d5626a7bd43d7dae6f030de9291f3f0377e9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:2d83001997d22839a2df4acbb23553acd372c163df0a8bdbb97080d5274b6925_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:6e4889fcfd7cfd56cb6a4bf34e30d92b5893a64e8a036ccb18eaf9fc1fb8bdbd_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:d348bcfb0e822de362a7c67ffd9f572569502d09b3f2d3a4475ed4810f2e2d6f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:45d111c26b3b1b96a1911dfe65ed604ead63c26f9f5534b027614d8ec8f11a6f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:734cc9b8e88fc9b2d7c30535080a5c0570ae19bee912486a7d27255ad694bfae_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:e02754f15b7094b2956ae2364dfca3ac178bbf62bd5dc2061d681cf645129114_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:f081c5b04915471afae962eebefea4ea2b71e0afc6d367f59c4710a3953239b2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:1248b42c2a006bc5117a42c76ced63048cc3fca7b5f0dabe1a5d16efd0b8f604_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:ad34ac62efbe8c297baa00f75a7fbbc87d1fe9d29563811d723f0f10f8174366_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:c17711a9aaf902cc6c95e62c3715201e6354a76117166fc3715a27342c2be2fa_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:e28aa33846c0489e23b86bbe768a6d23a7e31e3830574792c5d5007979f05675_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:81774e36cad16a5f5da6c89483f4139ba295e29726cc5bb9fb119277e087a1d8_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:8f4fba2b28c5dac5dbce6cf38a064fdbea5ca1ab2e039ae96df7d34c90296ff6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:b18472469fc37430b4810a9551fcc833c52df25bb34e09bec904c82c172ce268_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:d97ac99882fc7894c72d6030a4578fab814b2550e6478be0bef5eab5b41b85bd_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:74531d0fd46e112088ae1583e873e40ea082223804b723473c67aec06f5e8e32_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:8cfc4b26606408d8028903e16b23e16836d1eb7d9be0c6ac6b8968330ed5ee7c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:a0837af0880180f927e3c2edd48377d2d5ab849a06186158695e0f2d9d460be4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:c86017bd51d33ceb8f42f837a4b19f0c750967486b6ad647f01b7536d20c5d41_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:103c34c394ba900666000bc5627c63e1b564878aec0defbb91a18711aa95bd7c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:5273cef06cb438b801ebedf984156ef179be56b86ca0c1168ef1c2b9ec547ef1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:6772f96ecc0d3b1a9b021f66c53bba423e763e2ec31fab4f3f14a8e7e82b01de_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:703919dbe997e2b17f6063dfce55226c14f5eabff46db358a397a25effe43932_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:218a452cc4548f90ced34504132e4c0048815a5e67c8d9f93b5e1987e83d6c2b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:8f19d00af7e51f94765c630bea606b7cf7861ef434a001987c07247189d255d2_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:c59e505cc5dd47f6aa71473d755d0f91bcc54d1d450830fafb3d622dab432ceb_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:f383f85c0c0470333be07dbe4923042a818b9b5949eaa320c0e99d5ddaf643b2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:b163baec860229f0a73b3901940045535b666102f42dd61e453f196b77124604_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:aaeef54d7945e2f9df7ddc715776cd9133a335e39268dac2a65d4bb27b0baec6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:00a118e4fbe39e9be377d2318d259343a159b83d322caa771a933c0696696e4e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:4bbe5d322d15b2f708bd75f6b7e1f52bd0639ad729910ec4bb488faeead2ebf6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:81fff6216dfca869c758bd60a0efc7eec81c81005544dee1b52e1098b9646322_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:0d1300f732f6e66a363b6fba2bb55e0187b2b345dc2583d1f0a1389f7526cf30_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:72b5a08e055d90a3eb6f8b0f3c8267d7cf7c8fbdb064faf381ddee94d2090f49_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:733261a8f75e4080761cdff18e6e619df7fc4de05cd2050d8127935bffc862b4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:cd0efc4e9a3014c1acc79fd8ca9cec790a71b7745e7ed820613047953da1d641_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418900"
}
],
"notes": [
{
"category": "description",
"text": "A denial-of-service vulnerability in github.com/sirupsen/logrus occurs when Entry.Writer() processes a single-line payload larger than 64KB with no newline characters. Due to a limitation in Go\u2019s internal bufio.Scanner, the read operation fails with a \u201ctoken too long\u201d error, causing the underlying writer pipe to close. In affected versions, this leaves the Writer interface unusable and can disrupt logging functionality, potentially degrading application availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/sirupsen/logrus: github.com/sirupsen/logrus: Denial-of-Service due to large single-line payload",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is categorized as Moderate because its impact is limited to the logging subsystem and requires a specific, non-default usage pattern to trigger\u2014namely, sending a single unbounded line exceeding 64KB through Entry.Writer(). Most Logrus deployments do not expose this interface directly to attacker-controlled input, which raises the attack complexity and reduces realistic exploitability. Additionally, the flaw does not affect confidentiality or integrity, nor does it allow code execution or privilege escalation. The failure results in a controlled degradation of availability (logging becoming non-functional), rather than a broader application outage or systemic compromise. These constrained conditions and limited real-world impact justify treating the issue as moderate rather than important.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:7b8f6f7d07b96111436e1f24d2f968eb402d94043216411e5700555e53d9f42d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b2b165722afc872b8b7e33baf3d203c5d454f119587ae2377bdfb15d9490ea99_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:549bc2dbacc1479bbda10cfbeb3688f2e83f51d8e61fba07ca6816f7c56e9e0e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:d36656855883b3e306b6923234c26fb3ae6883fb235e58416266f3645227db0c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:6bcc1fcc07058024d85554e472ff660d28a4c4dd8a5a78a0744380e11a6a06d8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:846e39473ab761940f0e13f005efb60ca59497dd094b7e7eb60a2f6431a661ab_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:9cd88b86ac24ea22bdf9ab938b793d833fd146c77b7ee5e162e5ba3d9aa95448_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:a7f257be16c02c62b9b01656b655ebeb2a1eb640a57b3d38877c44083497cefd_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:8db04c6d7afcb6b650dddaac2ff88cb82093660a3125912172db7fbb51f1f1c2_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:b539177c3bdf37dfc67cca8b3a2dbffa0b4941952135f7f144d3ee1498cfb05f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:cb400c373be837f788f663e7a1b2a94bacec4f4dbb4bf5a5ddd5d1a0d89e3291_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:f16534746cf3a8ecb10aae9765d399ddc3b91bdb2b1ce15c59a4cc76f9e4cee6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:97427755eeb8b957837189ef49fb894b743508a1950645e8f42a08eb7b3ee0bd_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c03bbab0f14b2ca0db5a24c2cb646899fe1a4eb4cbbbf987c3b17b22bcd3d995_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fa8d5b44b4fd8273f20ab466a88a29d6ea344484995566640c17c67cb0e7d7ea_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fc06fe0990909d66e2981f12a6fb0f35967f834089bb348e0c4442d47d087214_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:a68d4bcf134f78d2de8cb1bd1d9639ba484dfc613da1668f4bb2a044d5582f4f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:ce2d048651c8b159bfe370425e5bead6a0873253ddbd6d6497ff429369798968_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:1d6862cc2b12521141b533f7ebfc42e558af07195fafbb8f7be6ab7e64ecab34_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2d473ff75f549db1505984e23280fa2f3a6570d19d7ed72f78bf0ca6330f0e91_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:4b721f641f5fe989d9a0ec209ab4921d001360aa570cd2a7a9e5879c8e1804f4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:713d23b937eb12215688c4d67649aaf4270ece88b5197ff85fd3486b89ecf572_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:2d6037ca2e1cfa58511058b4555e6f65f1eb66f80b0e0d78110076bcbfaa5a0a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:43ea6c2d16a1e89c0a76259219af19d79fc034665551181c153f3675f31bf238_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:6178ef94bcfcd227c35d30a2479119f8e94ac53749d14f4892e44f1d6aaba331_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:df29038076b03784ec2f881405902f2bdb91d46a7a2bf38b75cb024ca6936787_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:00a118e4fbe39e9be377d2318d259343a159b83d322caa771a933c0696696e4e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:4bbe5d322d15b2f708bd75f6b7e1f52bd0639ad729910ec4bb488faeead2ebf6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:9b28af07fd820df432f76f7cbf5f6c17ff275307679b909b9fcef39af9c13aae_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:068996fb40042f413b58f8b5087a55d5275c8abb6cbbabba81dcaa8512800d8d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:29508b9d94bf0bdcda583afab57029f189f07e845cfea44972430a6d40c7bd76_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:631436430c6bfefd7ece74a6f1ce7eaba8d4da935d61ba5db66553155204e0c4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:9adc42aa480b66104ee6d0e81ecf7cccf7cf155b9082d063d9a9537dbb378ee5_s390x"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:39f3e8a9f78d4756e9c681513c02b5574e80ccd7043e7f0130ea1e5505e27cc9_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:7dc4d67c2153b57bd1d0e74e85e21d898acdc5e792ebf3e9e2254e9c243069c0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:934e6f7aa8dead546ddb258b6753f8ffc577205ed6ac19796a2140cb242497c2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:d3c8598be6bfcb46c310e881493b8299f126b86c041ba560edbcdcb700430d0d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1df62178853e8698d9d86da8530144f3cc5671c77b72bd09098faab187f6a78d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bfb1ae8157364e5772facba2869c37414fa49fadc0b7a42ade55684e5a93ef0c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c70cb3d1a437e747e1d7d54f631853d611a97278fa260daed6c56f36f885e17b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:fc89d0c5582c76488c56d471746fc9f8acee50a5d727cdb559623af580389f5a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:5e1d1c77c595cf7cc63e38f771d7b2e64a4b31da119476238b26dce182cac160_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:d14dd4c11011464adb44f802bbff4820560b56422a8891664de65bc1f8da66ef_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:d26f4f47b5b3447e021d20ab0e6dae7eeeadeeb4f5529b85f8e836d6625dac62_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:d4de045b2177b2abda6b28b814c450961272ab3c982a4c1da29271384aff2f06_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:587c9c3ab23222ba8e4581c20758a690e420982196b416a0dc895071ba13cffa_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:7b806e315b880b6e3fd85f23585d5a8032637099242d0d1abdb7703d67913529_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:e8718288050d418f62e75b956e2d19b285e3513fb70771beff64c7d96b02ad8d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:faaa0f58bae404689e533be4e44817cd8008d1ae4c2999fe1b671e663dd1588d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:19fbed56d75e69a0d9582fa54d3328fb44aee9a119781a0d9800a1f948b79926_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:2e4109f5e9abff71ace58bf6c904d19bee7c5936d99af1192191ffcf75e87606_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:b703668aed81e1c3d2b3b17c7c05b2453bb7685089f2de6d9e91b9525ef14c96_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:fbcb0389b7f506b044d1b908c0fe8e8eb1fb5509cc006fff4ecc992c2dcf31ae_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:21db1e5da0fdc170417ff618727d1df59d264a27a1fac0df40f62cc6d0b92e34_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:2c7df73b7d4e11ccf47cfe561600541569d7a5daa04bacadd28b601ea9593d29_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:4671fc86a01df017bad93436e10f40c0ea23e27a73a58f76742f8010f60a3922_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:71684546a20bc4ca896f3daea721b658557f992f3b4d9679fb414415713ae8dd_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:209bbc308b2c772b4553e1353d8ff7d79d47fcba4facfae1649eb7fcb9b8fb70_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:21f468b304e0e0358ba70b05bb712b6231601b0e438a4a6d2ecf3239b016c448_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:654ffb6786eaa915fbce588d9016bd09927a204f797ba0104585bbb19de6e15b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:b71f4aecabf4c609d03b751b55cb94ea717983179b73efb6ff00001a514ff4bc_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:203a0938168df89a72bd108bebbf6be7652794447dd2ccb69f8aeafa28a3d6ea_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:204bf1950ee8144592b630869c44755c364392504de447c41ca0b8d011f660c1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:d559c94732a888059af7b5e723fd8464c0598ff02ac49dd4ca0e8c2ff6752a0e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:ef2d45fdc583671d6b145882f99cb260b370c18178efb43b42a57e63ddb36d2b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:585c4a56a35fa219f5a0d37861eab449241a71ea59bd6b200e7e3db34879a522_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:975ecae2d886df90e6854aa2ac7d0d9f3b6b415756f87e13b0d6c8a0a29e819a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:a640f43787725158c81fd3b759298b4cb0fc841a6136a9eaf2ae254b7bc5c576_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:daaa767d88c6c006e6a0a6625c68e35d60000bc3081be76bf89d35d23bd513de_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6a75f23de4af4f22be6aefb132ab72514930d0a29241ce36614e884bb58652d9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:87a2b1d5044fc95c3a65a066b80302e2429b62e3ca65f831994842371febb7fd_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:8db77a2fef0a9e5d7307d284c982f118467dafd3fbfb8e181326685852137221_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ac74ea8293510fcef95584bed98d33dd6b11672583b7c621c296c738eb7f747a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:0aef808deed9fb96b58f283824e1d3c15a8721ec39b16c5e480b777ad71ac137_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:675e727613bf0e5a3a85f4346866e0561838945eedc23619ea18804f8bf12257_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:8550f4f5bb2efa499a73ec16761aa448cf62943bfcbb4307a40e8889a6b83c42_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:b1932c7d09565a69842642106d794c5dd3a170345e34cdff9a8be3f64b04abb9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:28f0ab10c245d632ac282c48d3a81d371591a814a5bf553908bb14a43d0eab74_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:62202210c4f18a691ea29ac894a45ee52e2a4eafe6df0877f49ddcb6f6aa5c11_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:839834a01c39f2eaac826a50374e8ac4cb8a103e661366e512c62eae9fc88b3d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d57959fe134e8c76b6cf6b936b5ea015256e50a2ed550115ffa85e0e91d591f7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:5839069a2cd4c793f45a41023f2a53914a8b60e4f5ec935513b2640063067bc2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:c9560ed43dbce1ed3b0e73bf7d6b1b28540ee38584463a09ec1b38a6b09ae2bd_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:edce8f86ec198beb0e28cecaed5a1051a556e92662914eb77a14598bfd98cc61_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:11e30523f9e047f84527779dbd66c1be046c70b02daa197840bfdad6a2bfc025_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:22803a26a17162a465eef2269781abe2690ea22fcd86369f35688cef57e12fb1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:439f405fd3d827569af717e2627f900798107ff3c7987bb96dd75715b28aeb4e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:8edba5bc6956d8b5d2430d2f4d50ab31d71a50dd740b3557e5e9361099d6bd2c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:cb33b3f0160d1e3bb96217581854933be739cf23b22d03771de07482e8fd66f1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:84b554a6e493cbe4d936cdf9bf5f39d57a5d01ed433e9ae35be2cbb651cd7490_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:d985029f965b57700107fc5e5c10d805f83271575c32e79751e42d382bf586e3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:dbfacc2b8021dab0bc88bfeb107bc3c60885d7dd28dd6e716569e82c1f1b2050_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:ed158388ead4ac07264beee291cc7f4b75d7f26769876e00ee0d938a720320b0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:0bbafe014c77d472d14038e2b46bc69a1e649fc9b6a4c1097bbdb354c34a41ec_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:1b1c50cfab6be876b4f25c0b27fa17fbbdeef827d3167bc0dcbc3341d92d41b5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:73b4d01b2ff7f173a1e49e5a6f019e3954a5b9f255119a8af87a6fcbb280653e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:f90510800365871dcda5645ccfe6055eefc38b59406b41c9c54cb29cb3e49968_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:4983e7e3d7ab2d8b1ee13bf734b260c3d56090b4551fc0bd59aaafec69ffe37f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:e0c269061957cc8b3586d4ca484c389544d3acda0077d96445e37d300eead15c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:6fadfbdfc9ddadd7b692568b38beb660a48f0cdee1f886e1451ffe0dcb73c07d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:f82f5726816a060c19917f06d37a1aa160b675953ebaac52f136e250e98fd332_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:7b5ff6a4931473798293031a401b2418906d91d62b5c7d1cad45ea3ac39462d6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:ecf14f2430d830ea24baf52751009cab008bc2cef501b358306fc46a2a32ab25_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:500cfeb055b38b0b9f76c9f262bc90ca2edafe664e517da1b38fb6a2928bdf09_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:78585533e3516310fca7f65c26f2f6b5e3fa0f3268ec9b338d9c53e96bb8822d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:21922b50b69626e99b6fe3741aaa1d2d2d08e56766d166b32046ba3c592a8d93_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:836c6111c70ba9228d80e09eb0e53344150b7dbe4bc1761cca6df0cdcc57efd0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:5f035963d48b03c48682ee5e08df9929a84ae062ed1989e4e7b3ade0e22da544_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:bc70d98a850ba4bdcff403087fc8f57418039ee79bdcb7dcd2be49905a3b9cf8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:780dd4ebd061e9ae7f72f7d1964caeafaf1ed5bd0870576d8e81022ff5bb019d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:c3ef35038f951713ffe1951872a06d5bf731dc14a735b69d342b3d7ca197dda5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:1fdf87821555c4982cf42bebe5b46b58e1103b876970d69b298fa7527bbcd53a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:22e5b57a530a6336e81664f3886d543b34ac4f02475694af6fed90590c8209f2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:5f1f51686d55d53af9015141ea4ef00dea86ca65a6cc89b8b3afff34fa416002_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:c8e35113d1af6f424ddb2b3ccd7da6bb00e39cc7e9101ae6498a40926dd45f27_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:471037482b480a52f798d0fd05366ab7a2e92744f8902450dfc3fe2b88f6c2b0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:672c761fc4a8651c8493ea60f5d0f33aae52bc19ca4d55fcc1b94f2e002e1ace_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:8f509fac366943d4732e7d0f36f9f7223499c7aece9868713fd7de79f5fcd3a2_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:c81004be0a15d543f6e84b81622f8514d66f663a46de37e00f5e2f18a423308e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:974a00d5e9f5825345c437b3987dad130f084c8b983a2934e5b69cfa67120616_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:bf9e71e10cea47686d4edf0c60cba4fbb0c4e1bf8b805c387b9c070e2032e5d9_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:c6bb4ec25a7721ee6af5de90282a925ba47e6f26f4bc6b76651a5e811fe4786b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:cca13f123b2d8227760498112882fed890c50a78d740a84f21c1d58d58cb1434_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:32cab0a65fc0b14963201bb720a770bb68da3815bf306559da7ec5c8ed7c044d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:552d368f4be0334882e389c732ba4a46eb9905666b90ae2208101db7a65ba19f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:69d8d98aadf25c63f2cc51ec917ee5498fe97a013fdaae075186bca58e2bda40_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5969b94e914ff5ff8ce4cf32df64f10f1b6996832e3f2ab0b377dff46efc9af_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:725fb4e263107a568a1c556264f4e5a1d88adcd4ce5a2979b57a8fd4463065c8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:abfff75068bcce70cec31d704cf851d2642ca48a3b35ed48d739f19f0c311dfd_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:b2e6862fbd2830ca980b1066d15f69e1a1997316ecf700983619f1f893a8f3f6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:e073583037092c6649e373a5b19242df74cdb830656722e1396b274a041317a3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:01fcc59502a374f19532397c5c6ff43d2d308510f11189f19f75aa2944a04e23_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:31c0fab9d575ada9af8f496ae4bb2553f26b762ef2d6c39f6446aeee2899b262_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:60d8c8511f21d929058cfbcb7b8df55148935ae34db2dd4e626913ec1a54c779_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:eba94f94949aca0330425b1ae3897f37b2365fc09fc88d60615ca7d02b06e8a9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:278de54a51e74d045ec339e762c5b81ce4a2a3d40f1bad8d7c9cb4e5de898cbc_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:93f23ab49212aa9eb231527335346b45424a5322a5e9496a4c246e01f017edb0_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:d9205cb2f0ed16fc021fb8be67f6c27f368fd4deb8aabccec39e134218f2ad0a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:e4688eccd23a6b01995b878a5b7f12cd2640d89a7402747a94c8fbc48bf99798_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:062d502a4f595b6faaf24ab566c9b4d7cbe23d112737c749f6223d84b0cc63b9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:10e61696271303aedeea539ae19ec6fa8018878059815e5a58497e023ab496d1_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:e2ac15e82021d5dbd07c6548374bd47bdcc609addd61dcebc5e675293726563b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:f5e3d590f430e44eeb3192dfed40ebae4a6a90b773d7444c4d4335210b99a4cd_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:29e242c717fb61d195700e1f1665427ce99188265b2014aea970dd9bd8441134_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:c118d03728b27ee94fcdef1f63bd58fbf62475a5c016667a6a9805c7fbafa47a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:c3da083850cc4e2a8d365a2141e5d6a38b90ff9107631ed39c964a3870e01066_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:e50c7fb186e0cdcbfe16d0e1631ce1953c6df5f1b600a0753224225c475f4bc1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:47bfa9b89ba1688e7c1a6d4fbd9543f274be9585d328f94bdf96c82ae98051d9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:a2062fa20e09a9ef5574e7bc8d02b870cec2eb700f1e3bd338f62eb62bce13bf_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:a3d35f264ad04e586073cc5971a8e5ee50a43d4ee5f3671ac4090ccaba868265_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:f3dd31d9b9a94707a1dc4d597ce12abb9b33d463007b311798bc031c55935803_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:26d287b7756ead1bb073b19ca79276d082c0b5231c0b007b2b18089036817e18_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:6e50edd777e828943e3624600bb3e31f078bbfb9bbe1860c6cf6652b94fdf143_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:e332b8312285dfecce531264a1115ac9b7b36d4099ca72fc8fa19358962ee0cd_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:edaeb800342b998c1e3fe5630506656ab2c34c2190dadbac5f33dd78eee7ba44_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:09c6b2bfe80fabd18a6398342fcb6420aa2680168ffd5d25d7d18231977a5e32_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9e6c5bd0b8ec8c6259b9db817ac5a8fb954b1dac58b0fe00306a84f36c22035c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:ac670fb76fb48ac762f7135fc404d57d31947e7c5ce9a6525d081164ae1ed578_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:dc0bdd5c00450f4f6de330888ae8e9e2ee272e879974560b312785f44df85a0c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:248df5e1def073d8b37d1d6659cc44f4c9653c0f1b6024e1bccb16b208afada6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:36ea064f84c69157224566e5aafd03ef21af6bf9f0b8b78bcc6e197981239ccc_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:95dfb6d0a1a4e15962f089a71151a37dd7b8ca19c26289f8f934eae7dcec2ab0_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:b5643d03d8dd0798ec6cfdb27e9ba22aa9479049c81480b23aa96b12c7c96568_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:1002d87d382b6dd836a14734b00959cd62e9898950d1258662f8b29be154cf02_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5d2da4620f6bb6c224692d33c93f0b327c16dcc5ceb31da1f767d3a6fdc3f70b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:763b411a1610701bc473415f0a677ea9e43b3b2ccbf2152ee4fc5cb13e710028_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:89afc48cb1145085a0d6d262edac7dccd3f381c74f18588698498fe070cfe3ca_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:1002d87d382b6dd836a14734b00959cd62e9898950d1258662f8b29be154cf02_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:5d2da4620f6bb6c224692d33c93f0b327c16dcc5ceb31da1f767d3a6fdc3f70b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:763b411a1610701bc473415f0a677ea9e43b3b2ccbf2152ee4fc5cb13e710028_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:89afc48cb1145085a0d6d262edac7dccd3f381c74f18588698498fe070cfe3ca_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:053561dbfbd124b7311afe6b5eeebb4b2f333bc1b61636e3e989b732016efab1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:708eeadd9b25c308fe7fb46fc4a33cc39ebbab70e2a20168951f1bd629d7ad86_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:fa8de46b73a5c714c051e281d30c4837c97a7d67d349e58d9ec36c7a13d8b1fe_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:fba9ce2c2b16aa7ca1d2fdfcab07ebc67baa65816858489ace9d1408bb26e4de_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:07c83354fbde69786f65b60b2cba2f8ace4f277a5283cb2f29eb88f2707984cf_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:619c81363e6e4fdc632e8bc54038411571bf01a3f7d2bc0ad0ef153ea13756f9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:80318e120a0950964736f022e7a73902965f8391e25a03691757b3450203c5e7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:efbb18f2f2c8d01ce7b785b3bc5dcfd9a1f687ac392b8795ac63e2c6c2779869_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:2c2d668bef0b240bf5f3b95edc0fec5f561302e7f15f05b1a4c1f38a48517bc4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:398ea756c84de4884d03d27a59c1661bd1df0fb6e12ce9b3ee0319ca406ceb3e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:9976237825a262abd9196fa7c23265587f3c32f68fed224228a0ad38b6d2157e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:d5fe085af0ad1189eda74690b02c5c25d6617898731bccbe6d20101fffb7aec6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:1f4292bf324c244e58b589ec521132ac15f1640c33bfe3763560df2a1a692c13_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:936103960861b7912cc9406f82082acb342021032e2def2f37df6def4187c034_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a73db734acbc781aa0420b142e6a3d61e8c471b5e4eeae005d520eaae4a72e44_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:b4937dd875f1b9610a8a6d6c79475152418d5ebc991b192ae9ee4755a780cfa3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:79ea995391777e5de109ea7d10ae1c808c840af72de6e992f37d667d84fbdb9c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:9ced6b74ea8456ddda60cf304f6faf8ff5fc033905eed2a59fae1b4845756211_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:a8a1a27a92492c82dce2ca5bacc23dc4c1da0f1dbc29c5c749f888716dfa81eb_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:f444afe09392bfbc6a9be984ba05b5d289de4ca44344594e0e1c10a3f3befbbe_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:6c1bbdfc2c9f3fa4c23af400e4cea7f91827801b956fae3effb4a8f313c673e9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:800e71c14775b5c2aaf6daeaada39be53964b123567f6fc6389cc62483042e72_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:982a623205d2d6ede6ed1a295e36738e500c91ef9f8c2e3e62443082a2ba987b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:a99de35e56014d9642ecf9f13869709a8fe08e93d499ffb7a50feae5e04ac651_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:1f86c359dad1658f01c77bcd1a634510baea2c8df28e3106ff8139e5e92b1c47_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:9fc2fae2be9a11e6c5f8d9d4f1e486f80bb8370cb6dec829b481b2418797207e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:cf4a19e2114134bf5c2d9163a09e087c3ec391ba159140635a7270e70605a4c4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:d3f9470c3930133339a3e805c2d5d1ad07945a44906a5b039270abec4c7b75f4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:11fd6113796a1caac13a8d4c5542632e6b396e0bc460ae66eaa0f2a1f3b4da44_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:23a24688a4be7be1242a773aa20f53f2aeb57d316cfa566de7cf2fb11000cb35_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:41d769e206ec812a0f5f34487d4646de1cc1f4d9ec3372b17758bf8fcb76ef98_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:fbdce711d845967d3aba18dbf3966442c7fbbf4a8a5f8eda7e3db9cea63457f8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:2086865a8c3f61d47894fc5a683ea22349599b82c6e5f7b5475c5b50b42bcf89_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:68c120642854e9aa45b15d21c3f9d02dd10e837089131bf4662fba1fd87ad9c5_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:6ee4ad03dabec3dc2c36ec8ed305eb1c74c4c099cdc7fe9cc48555a20d7210c1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:a45563482bf570357b036302275609966253f74439f1acb59c8ff2bc3baf7b31_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:2002c2c89b091a1729718cbe2c2cb73cfc9a1826eb8cb6bec45dbd164ac9639a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:260a8887d952fb84f5d017c15ba8a1e60e23455dd20ac8e2034bfde8cc0b8f08_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:803630934c8c0dac3996191a83ed389d27bd1d9d6e84ad33bee837dbd840e458_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:c016ce259e9871041f3209f577455f3eaaf98dc952a89f32c349473148a20976_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:1556c0c53266796776454422b11f713d84e4a1586a6fb841efac115ec1906971_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:7c196c858cb5e94e65472daed3d55230823b8e958d35f73bfb507d6693807708_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:c48060447a689c5be3c0abb9787c778c0b1de183d66b0a9fb6839d9b3c3d59a0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:e45ff3c1c0074e519f5282ae8208750a4dc0bd3ac7207e0453fbab7f30727793_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0f63a311771f61ac8c0267d1d102769c18b16055d60260107b2acf033ba5a185_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:27abe5d06a3149ceddd3375e026f50955d4a45ef482ab6f61b9f02030e8e3b19_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:832d5121a94abd3eadf92a8df55a632455cc51a649900c7450547f34c58316ed_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:8c1090b8e0ba9e071f41d66068bc8aa4271251192889a767594e0c5d836a9d40_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:0374dc23f5a2d22a7929da246a8ef5a032b43f19b386a162e4882aca7dff1383_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:0b07eb65787a670b95cb47d98ee8b2ca36cc1b36d962e996d2f0a12a5d58a37f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:76bacd34ec3b1d6dd135ce8dd06e718f6a1ea6c8e2f8fd3954f9e9d5028b9821_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:b0bb4b11507285b17b32be7358e17094f00708e159e32ffd808999a63df60a7d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:79d4304244379d410212241de9b91ee5604bd5bbce5676301bcf3fada3824c2d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:beeb8e60ababc4bba5c6759da3d7ba4ee1786a43132b414748f8e0a2cc9f63a7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:eb92d3d3351d845e5c169721baf1683f93d943578a48e0192bd273db648725d5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:efa0f8523d171326bb6fc12e6d1610b2d2d28a38e5b95180358c9122bbe6070f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:180a405ab9bb66e3ab6a904d2b91d27224ec507d8eeb1c00ab182b130d9ed26d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:89a9de8f0804a61e01ce2a34d25933af30df2f3e8cd8f1209f8f058951bb5c1c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:90c430420821ff7a0ef7a752f120505c2c36225296f6b238771e6bf1fbee755c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:d9817e136b2c3dfb1fbf805c3d29b8d0cefbb07f76fc1e56ee486666726abbe2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:60ad5b01bbc9aa574ef6024d59be388bf7ca6d8704e247f7e56c8a6ebe3c81f1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:b809958ea47a5d78f8e47a8c822a3b2abf14091a3f526501f2eaf7ef36c87b4e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:dd6662403f5ceb2bb3b8887c7d608c73ff18a8dfb8ef1ec089ca61e4a4f75254_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:fff87189c1c3eafae4722d812e5becae925b71f1b6727944333fb129b7ae48ee_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:60ad5b01bbc9aa574ef6024d59be388bf7ca6d8704e247f7e56c8a6ebe3c81f1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:b809958ea47a5d78f8e47a8c822a3b2abf14091a3f526501f2eaf7ef36c87b4e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:dd6662403f5ceb2bb3b8887c7d608c73ff18a8dfb8ef1ec089ca61e4a4f75254_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fff87189c1c3eafae4722d812e5becae925b71f1b6727944333fb129b7ae48ee_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:7353494095c9f0628274678311b2172589026dcc4e8e28091641ef65a2923e66_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:9dd5d4aff113b23dc86a191abe7f9ddff0b207890634ef9a1c5568df8eccd663_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:be14afa02ae1e9d13d4c6a8e534954bb385f63e9939e8b20942c072901430d5f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:e68a3fe0f5d91d2e914d4b24bcab9a2bffda33daf56cebd73566445b96f64316_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:01f43f0606246a3609b3738ca75c68e2f7f9020c1bb88bf7717818c8a26a1e36_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:3f047ae5585f08301e17488fd86c9ca6cf0309d39e8cd6b580b045f1d1415fed_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:762cc951e74b525f20b93e71742a5bf44d12d3599fdba16a95608baf774c4555_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:9e62d2b1ad0efdd3de7b973cd6639e96203c01b6d484578a4e3cf13f67b2b856_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:1130385b660f719e78d9449c6c7be888b7c6ed16a2ab43e1fb3505fe4ed03b33_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:25c3342fcbb073d32ec53627b8a062f89c1d4be9e641371ec46e6dfd3f540efc_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5b3d375d7d4187b601a77e2eabbf656cbc70a1e7671916ce58e6fc595edfb215_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:dda703452472d35e7d8ddf9750a5229a0c4c6929c7409bf95b973a89a8de08d0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:058f3ca5452aa97a3fa778064a75d88cc169b7ce84a5f320359f561e76f08a95_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:71e5d332051f134f3f90e4089df6c2a5f88b0b11843d046b0d33726d2d988f96_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:aab5a67ac1a3ccac5761114e28474e11b451124c5b7e71e6ec29e2895374c668_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:da133cbcf2ef025ebaf274afeb555c9c18fe80584c058d31f39b7d343995a42f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:38bd47929b935f662766156026433f1f2ec6e1731d2c7f40c792054cbdb1f87a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:80b3c3854d4f22afec57e0a7cb04b0c98d58cd104c54464306126566edc3ce97_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:8b36c39a63639cdf7c05bc997bf98c0f5cf9c1cee0d740cf9aa6e74b91dc0249_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:d0e132dd83e2b754fe20b12859ffdf7139037da53f2a6af6ee08eed15429a14e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:2b553e5669ef51cbce468f8c7c85bef41faf7f7952abefbcc2a55a9ce15c1251_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:4715855d33583642e942fec45ccd9f6d2b90d07f2712ce1eac357d9d45c32f14_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:c2f018f8674903f77b5f4ed8979703b5ae67fe83c6a7d76c1ee4bf7010d77a0f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:f0e41fa92b534e5bda08cf38c6c513b4adf930df9af740de05248476c74c04a4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:37b02c91edc5520a2371b6f8354028e7404482f3e192aa74f683990fce40ea6b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:5097e2faf0ad7dd54961a6f4cabae703df9df1b2b41e9867b955ab9abfe8bd3b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:b56dc790cc28994513ca38162ceed6f6e10c99a3142aa2abef9bbb7fee86d924_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:f4f4b53c8b205d611fa6bd641be601ead79d73bca40f838049eada4d5d0df227_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:2a6400cf874eda4c283683a9733e63a7e8b5ce53a37eb5ee30c07b14a9301a76_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:3908e08f8cd7c94ba3e5e382ee40cc02db84f5b0a4aabc60f5d17142c42437df_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:88f2c3ab06c1757d7681ea0b157b48847b6543dd9d1fba7a76941d9bb49b92be_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:f7b123897a6b90484fd938de9dd8ecd1b104f2e70e0564fc10aa1b3583ad1011_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:292e59f484b68803dc0076b9fb7b9f426852c967c235f9923dd68d8448013794_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:59c896aa966fef8ca6396239201cb9f1821d71f1e4787c4a03f36190b8a42c76_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:6023696ac24b81f72312201fa6c97a6ba4f2a780fae94047968dba982278562d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:d52e3ca8cf609c8d15dd77a525466184c5c9c641db88856aed56de318e23f47a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:10532406aac6636cd860a0517ca512f6fd8a2505cdce5486b793e9cb2bcfb16c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:567ca37a4ed2afe89da71f0b33af4e5e3af3f89acaab50ea32325ebbfcf86aa2_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:a3e1cecdfc749a34b7e3574642458edc7870f03ae9e1a2e7aac63e3fecb43eb6_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:cd5d904d0e36cafd45ea72914850b748e921bf4ab9f454e1e6f613d2f7b45a61_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:027b3596835e02a412ab6cb19ae476a4d3987a90403a46abb039ffc2f1c775e7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:39af4cee0a425da0814b28bdd6d515a397544d3c5f83b5e9cfffb7aa33c4fbb5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:8516be3a082fe2a93bb5976bb394865cd85aba4beaa399055a76bde057d9e70d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:b2426b3664db720bd7a53cdf4cf376425ef8d7c6c5ef039716efd00cdb9e3e6f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:24603d314b5539161b5974f234a9fac64ae0a36e7100a708326265ee568f756a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:79385981434c7e938f71e4616bb61c0f37826ab4891fc5b370479383bfa9d169_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:7a5ba0b22dcab9e3bdf107a7e443a212f7a9ec343f41d3deada1aa59091cf952_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:b7cdf071883783cda48c2663e86e3e271f42a470f2f22d73bae8304c87c2e712_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:0159ee555501103045d1f188ba21ef468c3f463251ff2debae0c8e1999f14eb6_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:237a287a2db660c2b844ac5e985ca1cc70be0f7732c7beac536e3c3e09da9b71_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:31190bca682241fe6ed6bf64602560638c963d70127cee441cd991f82a17fa82_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:da97b83cc6f07e4c7e72f9d7b8461fea71ea92e1b29e6117ef0360e088d7adb7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:06ba4dd88b81f15bb0fea21bf039fe45d38e3356c19a6389dad7010940d535c7_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:cd7efd34ed2a41d64b09e5670082cd68776b31011532d0e02cb932467f05a24a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:92ab63720b8e0929cf11f5ec81a3a968017ea1fe2d0aa57b137e6609b1c07bc3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:94ca29a099adc0665222212c90c60d763621671428a1de28a75c8ed6e2be2ada_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:93edc806a96f7afebabbeac4280196d313eb789ec43978fda985a5445d19bc45_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:fd2d5df7915e62949191f0497ed98359a3440c424a56e8cf12d66e99e67d4a3f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:4947bf6c31aab91f8a0eb8f7ed55052a33d35b70fbe40b06e45f5e5aec94c020_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:87439e5f75484270318701b52e986973d66d6f30f4d00b0da08036b2db846335_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:e42c9804da1f84dccea6375967159daa56b38d6d029bb78617120ff3af87ee92_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:fdf0f3062593efcff1f58947da781fe9e9deb1cfa4a1634db93a0d6e40d069ae_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:003480e424f3ed4baad296af322ff6ec0612cb9107c85116f065f4622adb0f52_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:574259966929feeb14060fd8b80ebb8b5ba2ce10be9f19e66c1e53d033586db4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:5d40461ee29cd3134137b105576bca5ae014920da3ccd90b5729b326e848444b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:b1082fb3535909dc2b8eb0ed95434e571071b5dc4324c6d3dbb1fe892012d607_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:1e7f3dd79b1969fe87590b82bcf2db172533f401f37b975e26829d531042becf_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:50b6b05372735625c16a7ed674b1f056ec23b35dca896652ba94c5fe11ca7c82_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c01fce15d9f6b9a9a52b8ccfbde4b8a7aa1b969d7927430eedd169c0b5f28113_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c608bb7e62594f12c2f52a78eefeddbdc11314494ec933698ba52af303436f1e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:3167f80d0848b65adf52382a35ab3a8c76f06fc5b706e001c2aedd897371e56f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:94f7a32483750e9da8038b84e4e1977fa22f099d3b29012a40ee059ba0cca9b0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:c8489b7e4c95b36f247d85adf5181b39691fa97f00bca455c4fc950c9eec818b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:e187b0624e19031a80b2fb26bfdd82cb8ec9dc66a115e5fab48312cd8bc5d014_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:3167f80d0848b65adf52382a35ab3a8c76f06fc5b706e001c2aedd897371e56f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:94f7a32483750e9da8038b84e4e1977fa22f099d3b29012a40ee059ba0cca9b0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:c8489b7e4c95b36f247d85adf5181b39691fa97f00bca455c4fc950c9eec818b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:e187b0624e19031a80b2fb26bfdd82cb8ec9dc66a115e5fab48312cd8bc5d014_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:174437f0c1b3b1d8dd82307d1fabbe34821ca30d773b70ec1cfb67d45e0c1e19_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:3e9dd635257195cd5c90778267107ce11566f35c60d415e4f8bb9ec13fcb4477_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:56dc1c55657428a6508c4eee1940194c81fb9679a11a3777289749afb8ac12b8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:a8b4f74d041370868aec2986f884db5e41ee82baf193dc94701c5934a060be0f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:174437f0c1b3b1d8dd82307d1fabbe34821ca30d773b70ec1cfb67d45e0c1e19_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:3e9dd635257195cd5c90778267107ce11566f35c60d415e4f8bb9ec13fcb4477_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:56dc1c55657428a6508c4eee1940194c81fb9679a11a3777289749afb8ac12b8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:a8b4f74d041370868aec2986f884db5e41ee82baf193dc94701c5934a060be0f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:5d9fa9b4f15954cca4a5c46f00840bd1047151f89e77da0c4250b673011fb6e0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:7b167041fa1524f28380783f43e5cc54763d84fe17c32bc35cc58efcb147c2a4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:d7881138cbe71cab0d372df6c74e11ea195ef6c55c812dc36b84b1e29f8d788a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:e7ffbd7d025233611c4a70dd7e81eb0cb0ff5880c554cd2dfd9f495313902032_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:5d9fa9b4f15954cca4a5c46f00840bd1047151f89e77da0c4250b673011fb6e0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:7b167041fa1524f28380783f43e5cc54763d84fe17c32bc35cc58efcb147c2a4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:d7881138cbe71cab0d372df6c74e11ea195ef6c55c812dc36b84b1e29f8d788a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:e7ffbd7d025233611c4a70dd7e81eb0cb0ff5880c554cd2dfd9f495313902032_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:4dbb8cf627ac6c902416e06181beeafbbe3ce1a3891eeafb504d8169c29dc359_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:5c4066929ed59bb460091ccb5b503f5c09617459667e3b8cef83fd256c1f9ce3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:829668fbadbaf7e87cfb9cf9cbe304ef8b9a343dd989f9a9c887c7352f0c0a01_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:bc3d45f66fed2adcd79722519ed8ea7f81dd17dfb960d06ac79764b66f421c9d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:4dbb8cf627ac6c902416e06181beeafbbe3ce1a3891eeafb504d8169c29dc359_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:5c4066929ed59bb460091ccb5b503f5c09617459667e3b8cef83fd256c1f9ce3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:829668fbadbaf7e87cfb9cf9cbe304ef8b9a343dd989f9a9c887c7352f0c0a01_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:bc3d45f66fed2adcd79722519ed8ea7f81dd17dfb960d06ac79764b66f421c9d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:22ca0ebc3fe663bf0e9270067ddae2e143bbe0401ec4be56f56399dd038bdaed_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:26044987ded8bf944da915148c69be6e247e3e1fca35f0c9d0abfdbb61071e93_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:a988a8373d3f22e2c162052a01e7eba15cab6d0fae768bf76759aeb333c5838c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:aef67ae561902de2e77f7cbf09b98be2efaae40bbfa671d33a73874a9fca506f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:22ca0ebc3fe663bf0e9270067ddae2e143bbe0401ec4be56f56399dd038bdaed_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:26044987ded8bf944da915148c69be6e247e3e1fca35f0c9d0abfdbb61071e93_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:a988a8373d3f22e2c162052a01e7eba15cab6d0fae768bf76759aeb333c5838c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:aef67ae561902de2e77f7cbf09b98be2efaae40bbfa671d33a73874a9fca506f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:3d60041633a1f162c71979b435c96e1b5188df0e04e0349602ac6ef7ae91fa08_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:61dcb1b12d90c58eb1095cedd0f8d050b1f61e68d3bc05037e8e94c274bcd855_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:85363677c4bb40f00d43ca5d6491b03bf73b5aa2cdd514509a8168ab8c47399a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:b2d065c15021ff26eaf335e8365b797c9c0c9b54c2722a4fd88b015d2f3b2aba_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:3d60041633a1f162c71979b435c96e1b5188df0e04e0349602ac6ef7ae91fa08_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:61dcb1b12d90c58eb1095cedd0f8d050b1f61e68d3bc05037e8e94c274bcd855_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:85363677c4bb40f00d43ca5d6491b03bf73b5aa2cdd514509a8168ab8c47399a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:b2d065c15021ff26eaf335e8365b797c9c0c9b54c2722a4fd88b015d2f3b2aba_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:089dbe82b1e1deff569436e344928255e7446795ee2c1965551941f4dfcc20fd_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:52d2793450c879e8cc2df405b8f9ce03239f3ac832705bf8bf071b6d6c1aab00_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:5d68aba559ef836f0992f78c78a8dc79fb5a680dab2abbc876a25041ab8767e8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:a40345997aab0e6dfe1830ffcc76320acb4a19743cd8ddc249de4dde99697d7c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:089dbe82b1e1deff569436e344928255e7446795ee2c1965551941f4dfcc20fd_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:52d2793450c879e8cc2df405b8f9ce03239f3ac832705bf8bf071b6d6c1aab00_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:5d68aba559ef836f0992f78c78a8dc79fb5a680dab2abbc876a25041ab8767e8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:a40345997aab0e6dfe1830ffcc76320acb4a19743cd8ddc249de4dde99697d7c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:08a79a55c753372a11f38e7573bfc6a930e21cfd4cf78a583b298c2955fd76b3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:656c38b2cc045e620277466f42436ba47633b284107fd2dd77b2a20b6d92fb65_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:efbdf6e8cb6fbf9141f2459feb49bd1e4f9b99d0607331337ecbcca851c6b2d3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:ff3fa757849d5246cc4998aef80a5a8192ea48221bfabdde42d3eda664f00107_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:0ced086ae1f60e918833e7296b812627bb201d461f64b154b238e6cdabb543e7_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:825705cde8c5cea16fff7f61b99fb8fe77b00fbf9f910dcf980491c836299a9d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:84f0338a3c427ac9c88708f5611286972a71a0b67425a82b28e6b9cdb0777fdb_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:db72294ec20391b00df5aff0c61131e458d53c77f8e7ad46221bbc1a0e48c627_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:3abf569beb7de9365d996b72deb8d16da11619ef721f4d7f244d275123308faf_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:95fe24d21ca65114bb288e30d3ebd77954db630a4a3162dbe877aab4dd9c5cb4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:e2a10747ca1f65c6d894e6eae44dd77d1ee826e60311c7fbf11ccb5ba3b35c20_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:e6e84f0ec9ae5b483ef8872c9703908b595a6d0fbbdc368e19eca8b58121025f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:5999694f230c5fac3ce7b5f2c74922088b437067f775d23e01e0340453f9188f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:a91dfaca38590d32108269bab1c7eb59444931bd7a994de781398f50d228d988_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:b7947f27cc0ffedc07e93c3a5450cd87405352f93b39bdf66c1c045312497d35_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:bda4051ff681d545c59cc6e9a02583278236f267de53b3c68605635689eef2e9_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:58e76dc80151dc5fbdd3089685b72d74b1aa8b98de2d5ef1525071fd972ef623_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:692e57961b5cb2225ea4d757cc5e19ddee4ae1bd5fd89429cde7ae9ed0ac0c5c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a80a31405351245150ab8feebb87ba63f5cb9dc5ebc85d560a89941f983a70b7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d73bfeebb2c2c0b386d5b2e909bbb815e9c39f6e82869d9cffcac5767f2de172_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:3ba88359360ca1532c5224ba2acad3d1588ca40bfc4829ccb8c85ea19bc129a7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:b237d7893ab617e9c2f53933cd87f2062de4b6621db677403e11ab58a0de10bc_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:f9bb0780a4d8be56bea13e9ab0f834835e04e7e8570494d37798ddb60bc8d7e1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4f02b77a2cab5ccdcccba93d51d2a5d9a92ceff151236ffdb8390ac4a67a4af6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:5510f4dcb3215d46c7c73b0f84744d94adc13d45066885abcc522c9f80185152_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:6db471dd0c0492d33613a34a2e53a1c025f1d34cfd3d7e4d2b4009276806433b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:1a40166f257d1ab58f04543cafd99a8b7fd88d8d0a1c970dd9b771b0f01534a9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:678ee1ac6110db9cc2380674735c94ed5f18c5c2d75137179ea2e100517ed2b3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:d19a14818ee13265fc1722ed2700a2943e56942442ce4bebb322c80ad0f2c5ab_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:2b6431891ea6d2f9af668ae5afecc0dc6719ce7314bd59a89ec344cd46214565_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:60b68743e0d82aa2c39c47afd70a39fa7da4426772b946bc4afd8558350d500f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:aa2fe1a953150e3e4160160fc7a121c952e8b7805564ec63339aed27ab2dd3f6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:00fde8b59b779b0b068e80b2e1874c7d351022aa4142d779016f08798955270b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:13a92758fa914e1267dfeea1896210d3a2a665ad05c9256b1b0192bb8abdaa7a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:146f072051e97a611f39759f5a5c419a883b0e64a1362b205806913b6a8153d9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:3c37d2d3853372a7304e39921f4462a44d81136ce24188e7b61fb63e73c97e5d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:2199c2a7a9e5f483699e62faede55d3df35fedcd4ca8768f05f48e0fcdb71fe0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:756352e643e268c63330c33c30ee12e27fceda1239390fc991f06589dbd78959_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:81c0edf7f04fd4d89dcabc840e84288dab661a2dd7eec8553867ccb5acda9b5b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:856deaffcb6e4b4b9d7503e91f3d23b8767100a1c8c72a6c472e1f882631833c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:5dd9628769aeb00b44e9a18fcbe1d56e7b172805be508e7b4ea85ab1b21fca3c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:6d25728b5108a7941285b8bfca698ccda25d72dbefcfe12dba929cbb0c24690a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:7bad17203de6fe7f1ca5e3d3f192a154d48368b6d877b66e60825c41041600e3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:94a23b1f97ca91ee3195c6ea07b4d867d32c717279fb9159bdaf3413f8e05582_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:17dc9edba250dc41896d18e2dab48a9fe51c08f0cedca362566f504bc1b90ecb_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:f3148cf7ab32c8d179feeadd09f57c3f3a8296aa4b013d24f63d61afcf57b0f3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:beadf30285a781c710de30bc1ae87d2e8a3bc13c2646dc55ba8fdedeeeaa018e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:db6b71f10ce51d3b8940b551ed77c786b402a12bb287ef3bc614b259b44713d6_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:38bf5373f8d67ef1c79741f697d9454328072f615def597752078137b38f65d1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:9358fffe89e2f3a4783f6f3fbde49c1b19984f3e0252f4749c3e42ec8d8f5523_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:e49ce33f3bead2227d446c2b8ca852dbaff56af0e95f2882d4c1404286c22b3e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:b234daf9313e3efc2362f79a513d35bd15bb7c9b7a6aa936e12fa3a53feb7412_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:efec04960159b197a0626461dde2e11512787cfa6c71190a180ce6bdc9ff8c60_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:75bea5902fd17c1e4b9d9115cd160c55ed9aedd67ca5fbd14e9b0a013eb1feaf_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:78a6b3728b3e9c807b1b80ef6e79d29e5df49b5c92c5580ff31b9c2d6d013ceb_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:ae98a6ec26befeca00294a2b0c7ce210bc7bace1f220571a35c04ec14db03e5b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:ed131d0cfadf5b581837ae7b345053603eef694a0e074a6d88f992c55c3d896c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:18380c9080b259cc8d02487331e3ef1247d2308e6b1e70ce803426d36c0e1f27_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:1f51177c9d6e9d8adb6f61d1b171549573506a7a4d826e539c9aa8f942507705_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:b2ffb8ad7db07d9f7069d160daba5b7a73de760c7cc161106301d3654883553f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:dddec677a6081085ad00e206077030bb99713e506277e2ced311d492e86dab02_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:38563974217bdd53752fdd063138b0a11e90b85dff7f9c7537de064033f36966_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:c420d49c96f376956982296e7a03f4febfe0cde367fc95ab63a87642e0b361c1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:ca2eac21c18a227f5672c8d3b50469953b29cd369792a207614b8b25291eb931_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:e5b54fd6da54c520f1cff80858c7bfb5b8b4b378fa7a57ffacee623b1d77cc43_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:5a30a1eb1091054facc200e9518afd543192758a9bf2e664e44cfc531e10978b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:d8b63cb4fcd259a66eebb6605a7a105384cdb4cec042952b966b4f8bfabebf4f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:6f4aa5824d6ecd57443e2bb696bd3e79703269df862ccc42d56f9f9d7e060f50_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:7924a3056fabcec515d879413e5b88ef00fcb7451c884b7f7743d3679f127a12_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:7cd191dbc1db9d5266bb1e1f958871b6b12cc93ad7394482f6a53bf5cee83dc6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:9dd169e3a46ae8eaf47028070e752a308cec0418f8102dbedadd4210b867e706_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:c6e0507565b5274a8b474e772093d75c2f58ce178da633c24cfdaae3264b2a8a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:f85276401d03d6f3dbe5de6fab4cdd44379d4e3cbc3d0ea53efce7eb9ac59d60_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:321c1737ee36a2b23ac9e1ac85368965bd0f120d8577f5999c3f6d3797b0a6c7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:449dd56bdd7e138d514aaa0c4d9489bc2d8e01b0b4c459131b116f221e2956f1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:50ffb33fdbac78a475913b7e307e730d40a5934c743cda0cf45d05f6b5712459_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:61dcb76dde13dd2ca7d6573f2a7c09a5cfcda1de1294e5a506d07e14e5408a90_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:4636f3477179b218c2ada2c241a65d804f0798743da95e3a171830736f383160_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:83e26b219bffb578d76bf9842585f4307e41a8f6f20610054842b3526dc5424e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:8d806e0cf0b13ce667b08498833473314716c59b6bac3ab96d2d7956e7ec86bb_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:efef95d7a9a80b5919d54fcddd2d2996294988efefd8e286f33902ba4b94df81_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:99811313942236572f7ac4c4726f6709609452a3da5e811463e7a9263285d8dd_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:a3027db225c166629284e11ab26f4d8dfc41a2fff2deacc99df5c4ce151b5fd3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:c7b4aebff94f6bb707d9c4ca28ef6c6060571be88d9b9eb53cddc39fc1456f76_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:d7ac53074e1cfc8218326b613104a28aae4cee1c67785de8cfa755d1772ebb13_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:56056031eb0746e98052842eb628a66ed222b1dfa1c7cba6e511b4bb4fe05533_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:79f3b697eb24b1f1fb941a3adb768c4fc11e742e4de8b917900fbb301f5605d4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:cacdca41cd532e2a84e1acd9a392a5ad73cd5f74b0215da3ebbce77885afe1d4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:d1d39bd6c538c62ec5e18435e712b1798183951d4238a970eb4ee037a9a70f51_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:634a8c373f209fb3cf1a9251bc2cd8cfecf9390b71ed4089a57865bf15013d4b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:8a9dd162f613ba32fae56bc1b9f1ed10c577b4e3aa3c42bb08e3abe76e820c82_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:9906a9d16a474aa1d103c169b6e64b13009511c45a7df76fecf76ef0e25f2a29_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:bad61947f5ee2cd63364f8ca7cfaf343294934b448a96b4e0c86db4430bef34c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:00608f5cbc3440cf612a54f7dab4812bdf3c65cb0639e2ad68695f95f399a559_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:577f1f21d3e9a632d5fec2d0545ef62cda58a2f71dfcd2a7cb0ddf420841092b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:6cb0fb8c18dd7ffc43887ad12374f540c4844b62b69adbcd9286820e51249309_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:dea046947cc52f5b617e5c2e273ed1fa409fda43a2dc0eeaacd1fc0f27fe7ee3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:813370f8fcb5b9e8830be339da8c73c5303a5a9755b18a8d26b4ad58007d2825_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:aec19cf38f563bcb9c4254432305bf11883020c9e2a25b0f50f71981ef6aa161_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:e8de1336623bf1366668f6a56a55b5553692303ddb4950a4158176dd78a458cd_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:fc3f344bdf3d6f5d9c0e940aee5e25662b05ccf1b8827f81ba140835534b655a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:8e925337d28c451279d1922b0dab9ce2a4919e0bd75a293db234518c09ccfa92_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:d134d9f1085573b2ecfa5380e17eafa45cb573ce00da1c62e0ca769c6ac28f6d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:0d4f60f600d906f1122152da7b8b0449a938f5f4dfb2ed198065d2bd3a2ebc5f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:803ecd02649eef62da8885831e2d38917ba51b891573c195b323298bd71432bc_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:174f58ecc534af5ba1915d204f2e829972d3632652864eb1d61a95de29de7eb2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:64efbcaeb77bbfaefd493170eadd2eacf6af2da186b53ee1803fa2283b2e5711_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:969b7220dee835ce08b1d039027c776c83b6ad3da5388772daf26e4c8f09cc80_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:f01e210631aa090775e7f3b07b8012da4a4c53ecf3aea6fd9bf8ca08d49d511f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:2e07fb199c7724f86935b745dfb5c77991205c9c4c45ee5961abb57abd0cb823_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:ade497f48de9224ae91409818c6e0571e634891a84ad0057b508c3ac85b21b05_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:c495c52ec300a44ef4173edf15624688b38011a3ff5cd738bca779757e42d958_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:c983af07026014d73b6cfc0d06fdd31a7dbebcbdee204cba1a672d24608d4d14_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:21209efc735beb2bbc8daca5776cea1ccc5418b51b97b799561fcb751e8491ce_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:e87a5743e86e549e3b17b57cb6c3a93724ab85796407a3e4a0a816bb75a9a36e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:166c39667529c8deaa8cb6bdcd0f973c115a44a33ce2371e0c956cf157498d45_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:e527f1aecb09a2c40e856370615b16e7797be1f9b82848e862eb88a42a9e3eee_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:4b743b7d2d78e0f2a887ab796b2ac9a150988aaec67dff3adde88687e46f7b1a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:4bc8956bb61c0451b1fc424ec1b8abb2a4af487ed8911d952c367592d31a4f3a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:71c807e7cea2c0944f06dcf96bbffd21dee4672e7274dc817dbbcdb65677a6ae_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:59adbd89a4a3fcb8f845a9f951063c2c059e9b67c043351ab1ac1128e0cb066d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:8ece29e4b3c200c4b113a12e23ba43349fdeb827b050ab1179b97d929de452d9_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:b9c9b5e975e00da4e745d6caacf725e37ef8510727d354d65a96cbb51fcdaa86_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:c738b9609d40a0bd2c17207f9113948c95e55f4e216f2dcb1f37a42914669d6d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:81cfb4ee1ae877a6ac439db16b4f91ff789b50b8f02908858954afc51e7d9b19_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:ab00d7940fe91a26c7f45e6824c8afc516bb655a6c725c0a3200ce164e127596_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:b95d59ca455992dacfdf186d011dc3dfb0844827c944b91da28c1b1e678948b8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:f1adacb5d83f6207a7cbf196c82d30feef5a41fddd90520fc0026396494f2ffe_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:0857e1c73c07b272f017af571c91b3bcdc108540ec002da89b11ed2690c03de5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:0b2599c96ad1b12dd5ebbfafa53327fae38e586b269eddfd3ac87e51d38ff0c3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:750954c71fd9789e0e4a93f2cdb25e4b6a8e4c292bc7f6c28397619c980ca118_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:68a7b4a2434007d41d8c0f29accfe43e00b04ef18101a3b400213c4eda9117db_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:96538bfc448f0d0649d003f11b49f989ca36e10838f34fb91a9f7ca8967d574d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:c2853ae37c6d4f1a44d5f03f77825030fd584268fe67856fa611487d2aef7afc_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:d2e88346989d7c7c40b556408761a58f3e179856ccadc1e7780d103981eba9f5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:08a1038d6b2be6effe347769a0e2fc89c43caeb44dac796c34481274072534b0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:5ba881fb649a3cfaebc470b0fbcbcfb799df2205477e3263adab655bffb4c268_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:c8974096b8764ffbb4a9f8279a485508e9457c0f7e176c77cb779d3ea585a15f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:fea604dc691a2515b1c9a34f6b41afb60287a5420f30b8957911403885658e04_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:69411bfaeb395222009f0ca46a1bc3e456907b650a285f56e26eb207c7ca4383_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:e20e87ddf196803191368f1dc4f6cca4465c1a92fbcbe29851ebb1f908a55038_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:f051e24c3447762f3476242739a696f882ba9ce210fe775256dac55eb28fcad4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:f385411362f79afcf35acac0f49acdfef8b9f5ebdabdb20cb4143f33bb505733_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:2e6cf654f0c887465ff3b3ddca67c12e2510a6b82a69705e1fd055ed30cdd9b2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:56e0fe3c3d2aabb7c30c6ddd28d07b3005cb128c82a5d0a51dfc8cf1f1cfd2a4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:8c01bbae6f1cd673c1ac45ee550a792409e534a1fbfc4489269c5d849c4fb119_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:bbd136c9bee87cfd71601d22fc05f16a7b07996f39b41195cf5105a84f0e847c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:683316d9efb43eeb14a1e3ac0c8f8bd98771819389d89c1c0ceab8afb3e61c35_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:c91b7c636c3672e3a38ff2c5964d9352f573b32abd2205a6bcabd6f555068c9e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:e1091f8361184469358998047fb0916f7f8a22706609fd0a9ba5610bc17e947a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:e9a2908a457f2935037d9f4a27d85d77fa334c4ed7fdd1f593040e0bec592161_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:15131025164bf722ebed8724e62f4b70ba018f3d9c671476f33e3485ce3a43fe_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:400674850f994c9de28b9e5686789e97eb0dcb235474f8f3a42068790d63bb09_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:5bc0e064ce599860205080a84750abb3de613a2735ec5f67ea4431a7a6f9249c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:a7fe5ae007435227287fe4f4e9e1c75f53905ac1c1e4eeb183e9dfe865a611e9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:2936230694f5ed225050c118595e401be4360ef7d899cf3554c42e40bf82921a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:3578bc2eb20c76eaf6120449b7842f8d502269454f962379b026b1342482af0f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:afe42b2c8f953258782138392a88fd1413fb2097c648d559ceff1f3975dbb1a6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:fc8f8e4042ffc6ff97d75d2c97c2df435a7f2ac27d54109d4873ddac71a82069_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:1eee004700ca936c97efdbb97384677f3e3f2a2d42606967c1cf9c6765317154_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:2575052c200b4367f535e1bc653561492dedea225ae80f298045f4309c20f7df_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:921d77cf40e5f25b256c397a9538deb9b5214fd1dd320b272ec73f368d965325_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:ff3548b2acf73724ef2672fdc0533ca212dd20cc55842efb49a4302a3d152c1b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:4ef2b930ab6b1fb2f7c50dea6b34d55d45fc3fc4464b871359ab105145ef6b6c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:85d787413a3e60a0064132f45a19fdb810082bd401429e8248ff4df750bdad12_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:8eb4f27d2d6db0545c96878704a8d5265ba9d847dd8b6ac823cfe8ff6689554e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:ede9c2be4904769a47aafef33f068a0e67b8458746c74199efe17d745624d3bd_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:8e1c3cb2cc5f294d03e007b0aaf322662c3c6c09245c61a9553eb7b33a02d3cb_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:8bfa6e267d4b8d65d364bcef54b1c09399a64dd7a5c97116e2b8358e0cde0cf6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:00d9e9b53df16cf21513e47c4a980eeaf3358af5472a4a66f7b8ee422a3313da_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:3148750b4508846de939bd0907eadecf7d8258443b4a3d7fc30b93c39c4abb63_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:646817898e42b4ddb0768945180739b794aec7dc3e31f5ba809569d87bdc1fe0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:7fff4f51c84e229eb72015faf1e6d9939545cfd1a6766b8f1e4f10f17029aaeb_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:2e487cac721a6c9b8cff331ded53fc6ad0397aecbd51c1384632319d573bf601_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:4f4729ce2ba297f713fdf02edc3ba34d649ab2e7d648a47af99ad762fe4c9e4d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:691e2b24b901f3e1a669bbf5188b16e80c8e8d99433463f36aa6ad087ccb11ff_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:9bb9f5cd5e94fc8041d25e9a9d10aad1be92c734c8a8dd618c93e2d2cbe27c99_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:48d371c93bb28c4282f540750b91ac299178ee320a79178b28ef77d294cc2452_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:4919f1c330d56e5dbdc091d33e5fce13cbdac96876e773a8109ce807dee67b4d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:a6a13a734f336edbf73c601da1990c2eced4e74fabdcc6f66c6075278574730c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:d0147210992ca5d1b5d8465029135f3f5c400f7f15ed001858b6415946a22fbc_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:14587c92943288e6c9f56d60476f40b8f15ce7f1056913e5b4cf33f0a83af7c9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:9356fbf52e0dafc970befd18d5337a29e2496242b221727095c83d850ed45d62_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:d3c0890549855355461d90eeac26335cb114a584af9698af531eee0bbd809807_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:f6ade0ad3a5e4952955f2d40c0d867eaf290de111a2c35bcbaf7b59c3b734490_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:26baac061161143b4960d00cdc53adbe77aa5fa52b415b3ae3de1cacb18a5634_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:2d74639836f3384e157e3e1fccc2c10a90aef742c8d8c826317fd5ea88b1284a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:46823bab7a55eaeb658763753c36e75a89494371926db2f9d8c48375f03a04ab_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:b135940892cdd26c7e983f3c37d6d492cc588767dafb5960e1d5e9642ac48e5a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:2899f24f2fca98123800e88171603fe6022226299341679474740be10d59053b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:354ff055338adaec79759136d29087337e0658ca64cdefb447e8fe4157a8003e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:58b4935884a488e6c796db1c1a8e37189e2b76dad3a18483ccf06368a8c84e6a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:6e0ed09893071387d638004e2c9177d1933ba9cd59145ab3ecaf4167c9e955fe_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:17306fddebdf61a0a4bffd5ba6cf4bf595701c14553fb87968985e670e3a7f55_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:18325aacfd110965ec933fd9cb5a873a88572fa0507be6f64519c42306266846_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:33b3ac785f10dce0378b5ce81e84d4d6799e0ee2e573b45e4fa8bcba3ae83d9b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:a15084c226ef3a1bb0488c272ffdf4a59bacdb293d0f1d2d3b0d3ede8fc856ee_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:039085f52e4730608fdc2cf5023460e7b1496a87d34c3f44e958be30e93bc88e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:799213061337226fac59a610753c8b5b5b2feca766753702303a51ae0f7f4ac8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:dc9f4de544635597483c56742772b5c471ff16f2220ed4a75aeaca2b28a6a40e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:fd8bab3b8804bb1b4ac56408fad43519fbe11ded255435ac22e20f162fe27252_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:246d18436f5aa8a6e9de5a6ea2a81c09bc21e37ba02ffe57fe836937ee54565a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:2814b78bfe377098e59e5e252759ed64e1d3db9cd00f117ee48983a01d3bbab4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:c7c37e63f204f3063bfd8f34e6f984c41e07718194379f86265a47749e269d6b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:fdeafcdb178182b8484c50c321886f8b2611d27ee4fd1a7906eaac8054ab9625_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:3d1d10391974723b15b31315b9c99c98b8296c61032905893a88e42f739f4a54_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:65fec2305e5a5e05b89b507b3356a8686bd11372b59d1ea078a3c9794c2805fc_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:c4a5f8deb979c46d9c6babc5d52d026a0de3bbdf08238fcb798a05b6a76d69ea_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:cb06db0919e77bd26200cf8610277dd5feb9e627de2dfe43317fb4256be7cd0b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:214521bf60ec834c8d397bcf685e2ebbe39921f4deee0c09b9601253d929e583_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:5b057bc84cdc3f1749467d0ef85cf09d6a06f783ab16fb57c5cc19554ce720f3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:8150193ac1d183bc045856ed3862107d045d2f0582f60ec4203c99c641a8a30b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:af21478733313da2cfce7c56cc6151609b18be0f096532de317313abd002bcb7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:9499cb5614434c687db474ad657de64098ba4d1ee1f643194a92488a21faf652_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:98d2604ab5bd65c852b8d6efa756b045cdc2833017b874af343f47951b015b2c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:b594ea68afa771c39f64ef2002eca85d0541e9b7d954721fe3fe784d4d6aff81_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:e6b9aa21e43519da9b49140c570738bbc43436212ea75e7dfd0bee67c7c3fd62_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:0ef624ef1b65af220fb60fc4d80d6059aa5061e8f9fa800410019ec42e2fd839_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:5623d5f0940fd4e2dcd11b1469dcbe95f0dd801feb2d92c3c385628c82dc993e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:711a9081e2bb725ceda8dcda213f5f3475b326f708b077c4b4e215c643bcae71_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:9e35a4faa30dbebb4c0781e948a98391c41500225be6e4f399a2654f4d443c74_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:b5eaf716c0b3223abd931fc510d8c93f6fd342de822aa115e60b80d48332323f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:c31b361799f39dd3e931b2ea44689df6524281e53de962447b37cca578954ac3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:dbf8ecc16795fd9c9e838e0b0e5bb67c95f5493f695c90093813819a71e6a989_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:e419449bd0fcb506b32e7042d3c1d490ab961e070c0715951db4babf43b1f527_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:265fe91b3158db898cef1933be732ba61a1cb0dd4006257b9f0aa30a8d4bc654_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:30f55aa98a244d7b7072cda47c5f6b61f0aea4fc5e966081efd5c4c030a94271_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:3cf63aaea43c416aab8879a538bf238a6000066dd6170fc958acc281b4538b03_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:8f04739af1f6321c039253bef7e7c8413592238249c6b9c68bfe2b4c6742cd6a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0c41a5d04b68877df42b5e2d47b1a51a205f9b5bbaeb272b876040840df70cdd_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0f9b478c439a81b264c306f4b597d40cbd2b9461a2be9167d667ae96ccf2d80f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:7d1cce729216a86f6f3142e1dcb9d3c6b4eec52b35f55c1aef1911af499fd6c2_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:de5431ddae08fe8b534706adcbc5a99e1d93da3460fe5008f319aeb17280d6fb_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:27ef373e865dacd62cc3d29fa3ba0661280570b9f1e3e36abaffd6a0830896c8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2a129685c29ed30eda4c991cf88833941ca25afcbb0929766fc24aa939b3fbde_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:554535a577ee5e912aec65bb9af114dce400c54955b1a15d3b0d8a3cab725389_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f120d3b13d54b6abc62fbc6a87f7b1509a3de6c01e316e28a014e355bee5c002_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:27ef373e865dacd62cc3d29fa3ba0661280570b9f1e3e36abaffd6a0830896c8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:2a129685c29ed30eda4c991cf88833941ca25afcbb0929766fc24aa939b3fbde_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:554535a577ee5e912aec65bb9af114dce400c54955b1a15d3b0d8a3cab725389_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:f120d3b13d54b6abc62fbc6a87f7b1509a3de6c01e316e28a014e355bee5c002_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:8846ed3df7609e0a20e5020c5019e066e3156c5cb3e32719f55405b54d2167c4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:90ef3f26f00eae41ceab0866b5bbaef1ec56387f0e02c55ac6797ee527c829e7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:de9a1e420ff965ea9dcf80d4cfa0f99e351fd1362dc883b2dd75bb09d88f509f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:eba4869ea1ac77524cdc048c718c20e3e30da1de957570ff28840c8cf3c65d34_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:caf4fe81752b9984c30496aeb287eee457aaa9a51c1d4dc8dc47552f927f8989_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:eaef6750f50858e6c3f22961f4e31e0bd2600873d23881dbfc2968ee7d167aec_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:c40f3fdee914e790347ad59fc55c2424628927c75d88bbd40bc39783075a301a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:c43678e689872e352ec44d2a2f395199a34ce16d085c4f7e563ee3e9534bdac8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:9038c74fb45e35bf411a05528ab578cff9cc10a8b0927fbad0a735e3b1d414ec_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:fe85c1ba2ab6ad8f94b1858bbe3f6cdde4a7c768fd2a451e79ecd4e0d780c99b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:3448dd1942c7ffd71cdd12b778525042c5e38485872c6f579229cf786b20e9cd_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:e2439ad3e79037d4b53d6ef9514a7cc3428f57789ada20f9aae6c844fa35019c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:3be8282baee49a9fdcea455723d5fd12ed820ea578af9deb23171ab09156c9e7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:4035f82b6b41d63e30cf4e1b04631e5890c76f610835f8365699bbd633ea3788_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:7c1b269972bf5e330da11df053fe60f0a8f1af43fb34ea0c22685fb65ad53715_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:b5657aca295b3a67c1cb6525a55fe234d959098f500ac7866c8cb7c09769c8e1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:39d2eed706008f5ebb0d2baa19ebaeb77ded4e0de4ce28e0232f614f8df18c5b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:6e6882fa1afe45eced0befc1bfd30c874c888a22d8656d929eae355be8709ec2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:73021b1853b79ffeb0d04c028cad9905455214a59cc50dba01ef7f97372da705_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:8d791856506c0cda2cf02f3903c6da293a257ab6326960931d0e5da995dd3d82_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:93bcb96825fe79993767a89bd7305a5f6ec39deba51b6a48a307eb6a7e3e508c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:d0d43e6dabdc4f060c91b7d247a444b763821f61931ef78eba33482eb493acd0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:d7ab49355e1654d655aaa7a12967a5bbfd34d7175f7e5b9143ca9abbee0d9b06_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:f2a68573461f17d018ff650a7dc8f4fe233cad39bd64e8e006a62d040a7befdc_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:5c2fe110d1caa5d7b14a653f3af1194bdab821255758880809e9c356341323a6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:6bef60acc457405d245a8d7b17335ef424ab68962255fd1bc0ee5c87b73b9ed7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:708132b57f6743a257e0c14f8955beaf7a6b759dea9187cc02c0072fe01d7c21_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:dc3a9ba0d7083481d3717e6b486b130674223d5ec26c40e854bc40aa9d819538_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:1a041a1f772f19dba24bb7dd08cbb374b8b9011e2982804d34a739e5050af270_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:31afc8611dbb85e2afa41373aa19b95f19f3b6f3c9dd9303fcb324566ddafb05_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:4ca8edf1c43441ab6d2b34eb7572659d27c7ea64c95a5de9e12cea5ea0dd2799_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:e8a39e1add8a7a4d65b17aeee0bd0b0bf5292c432e56fb97ab52f1865dbcaad7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:10cab7813ac451d2d17414591c27d5626a7bd43d7dae6f030de9291f3f0377e9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:2d83001997d22839a2df4acbb23553acd372c163df0a8bdbb97080d5274b6925_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:6e4889fcfd7cfd56cb6a4bf34e30d92b5893a64e8a036ccb18eaf9fc1fb8bdbd_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:d348bcfb0e822de362a7c67ffd9f572569502d09b3f2d3a4475ed4810f2e2d6f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:45d111c26b3b1b96a1911dfe65ed604ead63c26f9f5534b027614d8ec8f11a6f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:734cc9b8e88fc9b2d7c30535080a5c0570ae19bee912486a7d27255ad694bfae_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:e02754f15b7094b2956ae2364dfca3ac178bbf62bd5dc2061d681cf645129114_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:f081c5b04915471afae962eebefea4ea2b71e0afc6d367f59c4710a3953239b2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:1248b42c2a006bc5117a42c76ced63048cc3fca7b5f0dabe1a5d16efd0b8f604_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:ad34ac62efbe8c297baa00f75a7fbbc87d1fe9d29563811d723f0f10f8174366_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:c17711a9aaf902cc6c95e62c3715201e6354a76117166fc3715a27342c2be2fa_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:e28aa33846c0489e23b86bbe768a6d23a7e31e3830574792c5d5007979f05675_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:81774e36cad16a5f5da6c89483f4139ba295e29726cc5bb9fb119277e087a1d8_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:8f4fba2b28c5dac5dbce6cf38a064fdbea5ca1ab2e039ae96df7d34c90296ff6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:b18472469fc37430b4810a9551fcc833c52df25bb34e09bec904c82c172ce268_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:d97ac99882fc7894c72d6030a4578fab814b2550e6478be0bef5eab5b41b85bd_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:74531d0fd46e112088ae1583e873e40ea082223804b723473c67aec06f5e8e32_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:8cfc4b26606408d8028903e16b23e16836d1eb7d9be0c6ac6b8968330ed5ee7c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:a0837af0880180f927e3c2edd48377d2d5ab849a06186158695e0f2d9d460be4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:c86017bd51d33ceb8f42f837a4b19f0c750967486b6ad647f01b7536d20c5d41_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:103c34c394ba900666000bc5627c63e1b564878aec0defbb91a18711aa95bd7c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:5273cef06cb438b801ebedf984156ef179be56b86ca0c1168ef1c2b9ec547ef1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:6772f96ecc0d3b1a9b021f66c53bba423e763e2ec31fab4f3f14a8e7e82b01de_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:703919dbe997e2b17f6063dfce55226c14f5eabff46db358a397a25effe43932_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:218a452cc4548f90ced34504132e4c0048815a5e67c8d9f93b5e1987e83d6c2b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:8f19d00af7e51f94765c630bea606b7cf7861ef434a001987c07247189d255d2_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:c59e505cc5dd47f6aa71473d755d0f91bcc54d1d450830fafb3d622dab432ceb_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:f383f85c0c0470333be07dbe4923042a818b9b5949eaa320c0e99d5ddaf643b2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:b163baec860229f0a73b3901940045535b666102f42dd61e453f196b77124604_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:aaeef54d7945e2f9df7ddc715776cd9133a335e39268dac2a65d4bb27b0baec6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:00a118e4fbe39e9be377d2318d259343a159b83d322caa771a933c0696696e4e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:4bbe5d322d15b2f708bd75f6b7e1f52bd0639ad729910ec4bb488faeead2ebf6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:81fff6216dfca869c758bd60a0efc7eec81c81005544dee1b52e1098b9646322_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:0d1300f732f6e66a363b6fba2bb55e0187b2b345dc2583d1f0a1389f7526cf30_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:72b5a08e055d90a3eb6f8b0f3c8267d7cf7c8fbdb064faf381ddee94d2090f49_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:733261a8f75e4080761cdff18e6e619df7fc4de05cd2050d8127935bffc862b4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:cd0efc4e9a3014c1acc79fd8ca9cec790a71b7745e7ed820613047953da1d641_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-65637"
},
{
"category": "external",
"summary": "RHBZ#2418900",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418900"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-65637",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-65637"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-65637",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-65637"
},
{
"category": "external",
"summary": "https://github.com/mjuanxd/logrus-dos-poc",
"url": "https://github.com/mjuanxd/logrus-dos-poc"
},
{
"category": "external",
"summary": "https://github.com/mjuanxd/logrus-dos-poc/blob/main/README.md",
"url": "https://github.com/mjuanxd/logrus-dos-poc/blob/main/README.md"
},
{
"category": "external",
"summary": "https://github.com/sirupsen/logrus/issues/1370",
"url": "https://github.com/sirupsen/logrus/issues/1370"
},
{
"category": "external",
"summary": "https://github.com/sirupsen/logrus/pull/1376",
"url": "https://github.com/sirupsen/logrus/pull/1376"
},
{
"category": "external",
"summary": "https://github.com/sirupsen/logrus/releases/tag/v1.8.3",
"url": "https://github.com/sirupsen/logrus/releases/tag/v1.8.3"
},
{
"category": "external",
"summary": "https://github.com/sirupsen/logrus/releases/tag/v1.9.1",
"url": "https://github.com/sirupsen/logrus/releases/tag/v1.9.1"
},
{
"category": "external",
"summary": "https://github.com/sirupsen/logrus/releases/tag/v1.9.3",
"url": "https://github.com/sirupsen/logrus/releases/tag/v1.9.3"
},
{
"category": "external",
"summary": "https://security.snyk.io/vuln/SNYK-GOLANG-GITHUBCOMSIRUPSENLOGRUS-5564391",
"url": "https://security.snyk.io/vuln/SNYK-GOLANG-GITHUBCOMSIRUPSENLOGRUS-5564391"
}
],
"release_date": "2025-12-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-26T14:04:36+00:00",
"details": "For OpenShift Container Platform 4.14 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.14/html/release_notes/\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:5d84e0f03cadea0cffa8a36ea86f815c4015d18af9e7150dbc4ce7c3b4043891\n\n (For s390x architecture)\n The image digest is sha256:8482c7b8dda889961377707d79813d14f4283c8bfb93b33767b62f9c08684f82\n\n (For ppc64le architecture)\n The image digest is sha256:731eefeadb4821a0e9e4572039b85467035d0388bd003b8484324ac7c5917caf\n\n (For aarch64 architecture)\n The image digest is sha256:e116421add29af6e166cbc15891dba184ddc560c5976b424532f96bf0472c2e9\n\nAll OpenShift Container Platform 4.14 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.14/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:7b8f6f7d07b96111436e1f24d2f968eb402d94043216411e5700555e53d9f42d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b2b165722afc872b8b7e33baf3d203c5d454f119587ae2377bdfb15d9490ea99_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:549bc2dbacc1479bbda10cfbeb3688f2e83f51d8e61fba07ca6816f7c56e9e0e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:d36656855883b3e306b6923234c26fb3ae6883fb235e58416266f3645227db0c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:6bcc1fcc07058024d85554e472ff660d28a4c4dd8a5a78a0744380e11a6a06d8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:846e39473ab761940f0e13f005efb60ca59497dd094b7e7eb60a2f6431a661ab_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:9cd88b86ac24ea22bdf9ab938b793d833fd146c77b7ee5e162e5ba3d9aa95448_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:a7f257be16c02c62b9b01656b655ebeb2a1eb640a57b3d38877c44083497cefd_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:8db04c6d7afcb6b650dddaac2ff88cb82093660a3125912172db7fbb51f1f1c2_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:b539177c3bdf37dfc67cca8b3a2dbffa0b4941952135f7f144d3ee1498cfb05f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:cb400c373be837f788f663e7a1b2a94bacec4f4dbb4bf5a5ddd5d1a0d89e3291_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:f16534746cf3a8ecb10aae9765d399ddc3b91bdb2b1ce15c59a4cc76f9e4cee6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:97427755eeb8b957837189ef49fb894b743508a1950645e8f42a08eb7b3ee0bd_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c03bbab0f14b2ca0db5a24c2cb646899fe1a4eb4cbbbf987c3b17b22bcd3d995_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fa8d5b44b4fd8273f20ab466a88a29d6ea344484995566640c17c67cb0e7d7ea_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fc06fe0990909d66e2981f12a6fb0f35967f834089bb348e0c4442d47d087214_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:a68d4bcf134f78d2de8cb1bd1d9639ba484dfc613da1668f4bb2a044d5582f4f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:ce2d048651c8b159bfe370425e5bead6a0873253ddbd6d6497ff429369798968_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:1d6862cc2b12521141b533f7ebfc42e558af07195fafbb8f7be6ab7e64ecab34_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2d473ff75f549db1505984e23280fa2f3a6570d19d7ed72f78bf0ca6330f0e91_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:4b721f641f5fe989d9a0ec209ab4921d001360aa570cd2a7a9e5879c8e1804f4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:713d23b937eb12215688c4d67649aaf4270ece88b5197ff85fd3486b89ecf572_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:2d6037ca2e1cfa58511058b4555e6f65f1eb66f80b0e0d78110076bcbfaa5a0a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:43ea6c2d16a1e89c0a76259219af19d79fc034665551181c153f3675f31bf238_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:6178ef94bcfcd227c35d30a2479119f8e94ac53749d14f4892e44f1d6aaba331_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:df29038076b03784ec2f881405902f2bdb91d46a7a2bf38b75cb024ca6936787_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:00a118e4fbe39e9be377d2318d259343a159b83d322caa771a933c0696696e4e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:4bbe5d322d15b2f708bd75f6b7e1f52bd0639ad729910ec4bb488faeead2ebf6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:9b28af07fd820df432f76f7cbf5f6c17ff275307679b909b9fcef39af9c13aae_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:068996fb40042f413b58f8b5087a55d5275c8abb6cbbabba81dcaa8512800d8d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:29508b9d94bf0bdcda583afab57029f189f07e845cfea44972430a6d40c7bd76_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:631436430c6bfefd7ece74a6f1ce7eaba8d4da935d61ba5db66553155204e0c4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:9adc42aa480b66104ee6d0e81ecf7cccf7cf155b9082d063d9a9537dbb378ee5_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2990"
},
{
"category": "workaround",
"details": "Mitigation is either unavailable or does not meet Red Hat Product Security standards for usability, deployment, applicability, or stability.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:39f3e8a9f78d4756e9c681513c02b5574e80ccd7043e7f0130ea1e5505e27cc9_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:7dc4d67c2153b57bd1d0e74e85e21d898acdc5e792ebf3e9e2254e9c243069c0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:934e6f7aa8dead546ddb258b6753f8ffc577205ed6ac19796a2140cb242497c2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:d3c8598be6bfcb46c310e881493b8299f126b86c041ba560edbcdcb700430d0d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1df62178853e8698d9d86da8530144f3cc5671c77b72bd09098faab187f6a78d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bfb1ae8157364e5772facba2869c37414fa49fadc0b7a42ade55684e5a93ef0c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c70cb3d1a437e747e1d7d54f631853d611a97278fa260daed6c56f36f885e17b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:fc89d0c5582c76488c56d471746fc9f8acee50a5d727cdb559623af580389f5a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:5e1d1c77c595cf7cc63e38f771d7b2e64a4b31da119476238b26dce182cac160_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:d14dd4c11011464adb44f802bbff4820560b56422a8891664de65bc1f8da66ef_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:d26f4f47b5b3447e021d20ab0e6dae7eeeadeeb4f5529b85f8e836d6625dac62_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:d4de045b2177b2abda6b28b814c450961272ab3c982a4c1da29271384aff2f06_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:587c9c3ab23222ba8e4581c20758a690e420982196b416a0dc895071ba13cffa_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:7b806e315b880b6e3fd85f23585d5a8032637099242d0d1abdb7703d67913529_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:e8718288050d418f62e75b956e2d19b285e3513fb70771beff64c7d96b02ad8d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:faaa0f58bae404689e533be4e44817cd8008d1ae4c2999fe1b671e663dd1588d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:19fbed56d75e69a0d9582fa54d3328fb44aee9a119781a0d9800a1f948b79926_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:2e4109f5e9abff71ace58bf6c904d19bee7c5936d99af1192191ffcf75e87606_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:b703668aed81e1c3d2b3b17c7c05b2453bb7685089f2de6d9e91b9525ef14c96_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:fbcb0389b7f506b044d1b908c0fe8e8eb1fb5509cc006fff4ecc992c2dcf31ae_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:21db1e5da0fdc170417ff618727d1df59d264a27a1fac0df40f62cc6d0b92e34_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:2c7df73b7d4e11ccf47cfe561600541569d7a5daa04bacadd28b601ea9593d29_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:4671fc86a01df017bad93436e10f40c0ea23e27a73a58f76742f8010f60a3922_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:71684546a20bc4ca896f3daea721b658557f992f3b4d9679fb414415713ae8dd_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:209bbc308b2c772b4553e1353d8ff7d79d47fcba4facfae1649eb7fcb9b8fb70_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:21f468b304e0e0358ba70b05bb712b6231601b0e438a4a6d2ecf3239b016c448_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:654ffb6786eaa915fbce588d9016bd09927a204f797ba0104585bbb19de6e15b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:b71f4aecabf4c609d03b751b55cb94ea717983179b73efb6ff00001a514ff4bc_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:203a0938168df89a72bd108bebbf6be7652794447dd2ccb69f8aeafa28a3d6ea_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:204bf1950ee8144592b630869c44755c364392504de447c41ca0b8d011f660c1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:d559c94732a888059af7b5e723fd8464c0598ff02ac49dd4ca0e8c2ff6752a0e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:ef2d45fdc583671d6b145882f99cb260b370c18178efb43b42a57e63ddb36d2b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:585c4a56a35fa219f5a0d37861eab449241a71ea59bd6b200e7e3db34879a522_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:975ecae2d886df90e6854aa2ac7d0d9f3b6b415756f87e13b0d6c8a0a29e819a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:a640f43787725158c81fd3b759298b4cb0fc841a6136a9eaf2ae254b7bc5c576_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:daaa767d88c6c006e6a0a6625c68e35d60000bc3081be76bf89d35d23bd513de_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6a75f23de4af4f22be6aefb132ab72514930d0a29241ce36614e884bb58652d9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:87a2b1d5044fc95c3a65a066b80302e2429b62e3ca65f831994842371febb7fd_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:8db77a2fef0a9e5d7307d284c982f118467dafd3fbfb8e181326685852137221_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ac74ea8293510fcef95584bed98d33dd6b11672583b7c621c296c738eb7f747a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:0aef808deed9fb96b58f283824e1d3c15a8721ec39b16c5e480b777ad71ac137_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:675e727613bf0e5a3a85f4346866e0561838945eedc23619ea18804f8bf12257_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:8550f4f5bb2efa499a73ec16761aa448cf62943bfcbb4307a40e8889a6b83c42_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:b1932c7d09565a69842642106d794c5dd3a170345e34cdff9a8be3f64b04abb9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:28f0ab10c245d632ac282c48d3a81d371591a814a5bf553908bb14a43d0eab74_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:62202210c4f18a691ea29ac894a45ee52e2a4eafe6df0877f49ddcb6f6aa5c11_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:839834a01c39f2eaac826a50374e8ac4cb8a103e661366e512c62eae9fc88b3d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d57959fe134e8c76b6cf6b936b5ea015256e50a2ed550115ffa85e0e91d591f7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:5839069a2cd4c793f45a41023f2a53914a8b60e4f5ec935513b2640063067bc2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:c9560ed43dbce1ed3b0e73bf7d6b1b28540ee38584463a09ec1b38a6b09ae2bd_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:edce8f86ec198beb0e28cecaed5a1051a556e92662914eb77a14598bfd98cc61_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:11e30523f9e047f84527779dbd66c1be046c70b02daa197840bfdad6a2bfc025_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:22803a26a17162a465eef2269781abe2690ea22fcd86369f35688cef57e12fb1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:439f405fd3d827569af717e2627f900798107ff3c7987bb96dd75715b28aeb4e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:8edba5bc6956d8b5d2430d2f4d50ab31d71a50dd740b3557e5e9361099d6bd2c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:cb33b3f0160d1e3bb96217581854933be739cf23b22d03771de07482e8fd66f1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:84b554a6e493cbe4d936cdf9bf5f39d57a5d01ed433e9ae35be2cbb651cd7490_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:d985029f965b57700107fc5e5c10d805f83271575c32e79751e42d382bf586e3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:dbfacc2b8021dab0bc88bfeb107bc3c60885d7dd28dd6e716569e82c1f1b2050_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:ed158388ead4ac07264beee291cc7f4b75d7f26769876e00ee0d938a720320b0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:7b8f6f7d07b96111436e1f24d2f968eb402d94043216411e5700555e53d9f42d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b2b165722afc872b8b7e33baf3d203c5d454f119587ae2377bdfb15d9490ea99_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:0bbafe014c77d472d14038e2b46bc69a1e649fc9b6a4c1097bbdb354c34a41ec_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:1b1c50cfab6be876b4f25c0b27fa17fbbdeef827d3167bc0dcbc3341d92d41b5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:73b4d01b2ff7f173a1e49e5a6f019e3954a5b9f255119a8af87a6fcbb280653e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:f90510800365871dcda5645ccfe6055eefc38b59406b41c9c54cb29cb3e49968_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:4983e7e3d7ab2d8b1ee13bf734b260c3d56090b4551fc0bd59aaafec69ffe37f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:e0c269061957cc8b3586d4ca484c389544d3acda0077d96445e37d300eead15c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:6fadfbdfc9ddadd7b692568b38beb660a48f0cdee1f886e1451ffe0dcb73c07d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:f82f5726816a060c19917f06d37a1aa160b675953ebaac52f136e250e98fd332_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:7b5ff6a4931473798293031a401b2418906d91d62b5c7d1cad45ea3ac39462d6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:ecf14f2430d830ea24baf52751009cab008bc2cef501b358306fc46a2a32ab25_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:500cfeb055b38b0b9f76c9f262bc90ca2edafe664e517da1b38fb6a2928bdf09_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:78585533e3516310fca7f65c26f2f6b5e3fa0f3268ec9b338d9c53e96bb8822d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:21922b50b69626e99b6fe3741aaa1d2d2d08e56766d166b32046ba3c592a8d93_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:836c6111c70ba9228d80e09eb0e53344150b7dbe4bc1761cca6df0cdcc57efd0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:549bc2dbacc1479bbda10cfbeb3688f2e83f51d8e61fba07ca6816f7c56e9e0e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:d36656855883b3e306b6923234c26fb3ae6883fb235e58416266f3645227db0c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:5f035963d48b03c48682ee5e08df9929a84ae062ed1989e4e7b3ade0e22da544_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:bc70d98a850ba4bdcff403087fc8f57418039ee79bdcb7dcd2be49905a3b9cf8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:780dd4ebd061e9ae7f72f7d1964caeafaf1ed5bd0870576d8e81022ff5bb019d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:c3ef35038f951713ffe1951872a06d5bf731dc14a735b69d342b3d7ca197dda5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:1fdf87821555c4982cf42bebe5b46b58e1103b876970d69b298fa7527bbcd53a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:22e5b57a530a6336e81664f3886d543b34ac4f02475694af6fed90590c8209f2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:5f1f51686d55d53af9015141ea4ef00dea86ca65a6cc89b8b3afff34fa416002_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:c8e35113d1af6f424ddb2b3ccd7da6bb00e39cc7e9101ae6498a40926dd45f27_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:471037482b480a52f798d0fd05366ab7a2e92744f8902450dfc3fe2b88f6c2b0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:672c761fc4a8651c8493ea60f5d0f33aae52bc19ca4d55fcc1b94f2e002e1ace_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:8f509fac366943d4732e7d0f36f9f7223499c7aece9868713fd7de79f5fcd3a2_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:c81004be0a15d543f6e84b81622f8514d66f663a46de37e00f5e2f18a423308e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:974a00d5e9f5825345c437b3987dad130f084c8b983a2934e5b69cfa67120616_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:bf9e71e10cea47686d4edf0c60cba4fbb0c4e1bf8b805c387b9c070e2032e5d9_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:c6bb4ec25a7721ee6af5de90282a925ba47e6f26f4bc6b76651a5e811fe4786b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:cca13f123b2d8227760498112882fed890c50a78d740a84f21c1d58d58cb1434_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:32cab0a65fc0b14963201bb720a770bb68da3815bf306559da7ec5c8ed7c044d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:552d368f4be0334882e389c732ba4a46eb9905666b90ae2208101db7a65ba19f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:69d8d98aadf25c63f2cc51ec917ee5498fe97a013fdaae075186bca58e2bda40_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5969b94e914ff5ff8ce4cf32df64f10f1b6996832e3f2ab0b377dff46efc9af_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:725fb4e263107a568a1c556264f4e5a1d88adcd4ce5a2979b57a8fd4463065c8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:abfff75068bcce70cec31d704cf851d2642ca48a3b35ed48d739f19f0c311dfd_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:b2e6862fbd2830ca980b1066d15f69e1a1997316ecf700983619f1f893a8f3f6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:e073583037092c6649e373a5b19242df74cdb830656722e1396b274a041317a3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:01fcc59502a374f19532397c5c6ff43d2d308510f11189f19f75aa2944a04e23_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:31c0fab9d575ada9af8f496ae4bb2553f26b762ef2d6c39f6446aeee2899b262_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:60d8c8511f21d929058cfbcb7b8df55148935ae34db2dd4e626913ec1a54c779_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:eba94f94949aca0330425b1ae3897f37b2365fc09fc88d60615ca7d02b06e8a9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:278de54a51e74d045ec339e762c5b81ce4a2a3d40f1bad8d7c9cb4e5de898cbc_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:93f23ab49212aa9eb231527335346b45424a5322a5e9496a4c246e01f017edb0_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:d9205cb2f0ed16fc021fb8be67f6c27f368fd4deb8aabccec39e134218f2ad0a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:e4688eccd23a6b01995b878a5b7f12cd2640d89a7402747a94c8fbc48bf99798_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:062d502a4f595b6faaf24ab566c9b4d7cbe23d112737c749f6223d84b0cc63b9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:10e61696271303aedeea539ae19ec6fa8018878059815e5a58497e023ab496d1_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:e2ac15e82021d5dbd07c6548374bd47bdcc609addd61dcebc5e675293726563b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:f5e3d590f430e44eeb3192dfed40ebae4a6a90b773d7444c4d4335210b99a4cd_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:29e242c717fb61d195700e1f1665427ce99188265b2014aea970dd9bd8441134_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:c118d03728b27ee94fcdef1f63bd58fbf62475a5c016667a6a9805c7fbafa47a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:c3da083850cc4e2a8d365a2141e5d6a38b90ff9107631ed39c964a3870e01066_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:e50c7fb186e0cdcbfe16d0e1631ce1953c6df5f1b600a0753224225c475f4bc1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:47bfa9b89ba1688e7c1a6d4fbd9543f274be9585d328f94bdf96c82ae98051d9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:a2062fa20e09a9ef5574e7bc8d02b870cec2eb700f1e3bd338f62eb62bce13bf_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:a3d35f264ad04e586073cc5971a8e5ee50a43d4ee5f3671ac4090ccaba868265_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:f3dd31d9b9a94707a1dc4d597ce12abb9b33d463007b311798bc031c55935803_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:26d287b7756ead1bb073b19ca79276d082c0b5231c0b007b2b18089036817e18_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:6e50edd777e828943e3624600bb3e31f078bbfb9bbe1860c6cf6652b94fdf143_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:e332b8312285dfecce531264a1115ac9b7b36d4099ca72fc8fa19358962ee0cd_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:edaeb800342b998c1e3fe5630506656ab2c34c2190dadbac5f33dd78eee7ba44_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:09c6b2bfe80fabd18a6398342fcb6420aa2680168ffd5d25d7d18231977a5e32_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9e6c5bd0b8ec8c6259b9db817ac5a8fb954b1dac58b0fe00306a84f36c22035c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:ac670fb76fb48ac762f7135fc404d57d31947e7c5ce9a6525d081164ae1ed578_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:dc0bdd5c00450f4f6de330888ae8e9e2ee272e879974560b312785f44df85a0c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:248df5e1def073d8b37d1d6659cc44f4c9653c0f1b6024e1bccb16b208afada6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:36ea064f84c69157224566e5aafd03ef21af6bf9f0b8b78bcc6e197981239ccc_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:95dfb6d0a1a4e15962f089a71151a37dd7b8ca19c26289f8f934eae7dcec2ab0_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:b5643d03d8dd0798ec6cfdb27e9ba22aa9479049c81480b23aa96b12c7c96568_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:1002d87d382b6dd836a14734b00959cd62e9898950d1258662f8b29be154cf02_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5d2da4620f6bb6c224692d33c93f0b327c16dcc5ceb31da1f767d3a6fdc3f70b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:763b411a1610701bc473415f0a677ea9e43b3b2ccbf2152ee4fc5cb13e710028_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:89afc48cb1145085a0d6d262edac7dccd3f381c74f18588698498fe070cfe3ca_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:1002d87d382b6dd836a14734b00959cd62e9898950d1258662f8b29be154cf02_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:5d2da4620f6bb6c224692d33c93f0b327c16dcc5ceb31da1f767d3a6fdc3f70b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:763b411a1610701bc473415f0a677ea9e43b3b2ccbf2152ee4fc5cb13e710028_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:89afc48cb1145085a0d6d262edac7dccd3f381c74f18588698498fe070cfe3ca_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:053561dbfbd124b7311afe6b5eeebb4b2f333bc1b61636e3e989b732016efab1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:708eeadd9b25c308fe7fb46fc4a33cc39ebbab70e2a20168951f1bd629d7ad86_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:fa8de46b73a5c714c051e281d30c4837c97a7d67d349e58d9ec36c7a13d8b1fe_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:fba9ce2c2b16aa7ca1d2fdfcab07ebc67baa65816858489ace9d1408bb26e4de_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:07c83354fbde69786f65b60b2cba2f8ace4f277a5283cb2f29eb88f2707984cf_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:619c81363e6e4fdc632e8bc54038411571bf01a3f7d2bc0ad0ef153ea13756f9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:80318e120a0950964736f022e7a73902965f8391e25a03691757b3450203c5e7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:efbb18f2f2c8d01ce7b785b3bc5dcfd9a1f687ac392b8795ac63e2c6c2779869_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:2c2d668bef0b240bf5f3b95edc0fec5f561302e7f15f05b1a4c1f38a48517bc4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:398ea756c84de4884d03d27a59c1661bd1df0fb6e12ce9b3ee0319ca406ceb3e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:9976237825a262abd9196fa7c23265587f3c32f68fed224228a0ad38b6d2157e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:d5fe085af0ad1189eda74690b02c5c25d6617898731bccbe6d20101fffb7aec6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:1f4292bf324c244e58b589ec521132ac15f1640c33bfe3763560df2a1a692c13_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:936103960861b7912cc9406f82082acb342021032e2def2f37df6def4187c034_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a73db734acbc781aa0420b142e6a3d61e8c471b5e4eeae005d520eaae4a72e44_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:b4937dd875f1b9610a8a6d6c79475152418d5ebc991b192ae9ee4755a780cfa3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:79ea995391777e5de109ea7d10ae1c808c840af72de6e992f37d667d84fbdb9c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:9ced6b74ea8456ddda60cf304f6faf8ff5fc033905eed2a59fae1b4845756211_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:a8a1a27a92492c82dce2ca5bacc23dc4c1da0f1dbc29c5c749f888716dfa81eb_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:f444afe09392bfbc6a9be984ba05b5d289de4ca44344594e0e1c10a3f3befbbe_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:6bcc1fcc07058024d85554e472ff660d28a4c4dd8a5a78a0744380e11a6a06d8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:846e39473ab761940f0e13f005efb60ca59497dd094b7e7eb60a2f6431a661ab_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:9cd88b86ac24ea22bdf9ab938b793d833fd146c77b7ee5e162e5ba3d9aa95448_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:a7f257be16c02c62b9b01656b655ebeb2a1eb640a57b3d38877c44083497cefd_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:6c1bbdfc2c9f3fa4c23af400e4cea7f91827801b956fae3effb4a8f313c673e9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:800e71c14775b5c2aaf6daeaada39be53964b123567f6fc6389cc62483042e72_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:982a623205d2d6ede6ed1a295e36738e500c91ef9f8c2e3e62443082a2ba987b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:a99de35e56014d9642ecf9f13869709a8fe08e93d499ffb7a50feae5e04ac651_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:1f86c359dad1658f01c77bcd1a634510baea2c8df28e3106ff8139e5e92b1c47_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:9fc2fae2be9a11e6c5f8d9d4f1e486f80bb8370cb6dec829b481b2418797207e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:cf4a19e2114134bf5c2d9163a09e087c3ec391ba159140635a7270e70605a4c4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:d3f9470c3930133339a3e805c2d5d1ad07945a44906a5b039270abec4c7b75f4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:11fd6113796a1caac13a8d4c5542632e6b396e0bc460ae66eaa0f2a1f3b4da44_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:23a24688a4be7be1242a773aa20f53f2aeb57d316cfa566de7cf2fb11000cb35_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:41d769e206ec812a0f5f34487d4646de1cc1f4d9ec3372b17758bf8fcb76ef98_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:fbdce711d845967d3aba18dbf3966442c7fbbf4a8a5f8eda7e3db9cea63457f8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:2086865a8c3f61d47894fc5a683ea22349599b82c6e5f7b5475c5b50b42bcf89_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:68c120642854e9aa45b15d21c3f9d02dd10e837089131bf4662fba1fd87ad9c5_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:6ee4ad03dabec3dc2c36ec8ed305eb1c74c4c099cdc7fe9cc48555a20d7210c1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:a45563482bf570357b036302275609966253f74439f1acb59c8ff2bc3baf7b31_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:2002c2c89b091a1729718cbe2c2cb73cfc9a1826eb8cb6bec45dbd164ac9639a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:260a8887d952fb84f5d017c15ba8a1e60e23455dd20ac8e2034bfde8cc0b8f08_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:803630934c8c0dac3996191a83ed389d27bd1d9d6e84ad33bee837dbd840e458_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:c016ce259e9871041f3209f577455f3eaaf98dc952a89f32c349473148a20976_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:1556c0c53266796776454422b11f713d84e4a1586a6fb841efac115ec1906971_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:7c196c858cb5e94e65472daed3d55230823b8e958d35f73bfb507d6693807708_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:c48060447a689c5be3c0abb9787c778c0b1de183d66b0a9fb6839d9b3c3d59a0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:e45ff3c1c0074e519f5282ae8208750a4dc0bd3ac7207e0453fbab7f30727793_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0f63a311771f61ac8c0267d1d102769c18b16055d60260107b2acf033ba5a185_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:27abe5d06a3149ceddd3375e026f50955d4a45ef482ab6f61b9f02030e8e3b19_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:832d5121a94abd3eadf92a8df55a632455cc51a649900c7450547f34c58316ed_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:8c1090b8e0ba9e071f41d66068bc8aa4271251192889a767594e0c5d836a9d40_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:0374dc23f5a2d22a7929da246a8ef5a032b43f19b386a162e4882aca7dff1383_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:0b07eb65787a670b95cb47d98ee8b2ca36cc1b36d962e996d2f0a12a5d58a37f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:76bacd34ec3b1d6dd135ce8dd06e718f6a1ea6c8e2f8fd3954f9e9d5028b9821_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:b0bb4b11507285b17b32be7358e17094f00708e159e32ffd808999a63df60a7d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:79d4304244379d410212241de9b91ee5604bd5bbce5676301bcf3fada3824c2d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:beeb8e60ababc4bba5c6759da3d7ba4ee1786a43132b414748f8e0a2cc9f63a7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:eb92d3d3351d845e5c169721baf1683f93d943578a48e0192bd273db648725d5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:efa0f8523d171326bb6fc12e6d1610b2d2d28a38e5b95180358c9122bbe6070f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:180a405ab9bb66e3ab6a904d2b91d27224ec507d8eeb1c00ab182b130d9ed26d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:89a9de8f0804a61e01ce2a34d25933af30df2f3e8cd8f1209f8f058951bb5c1c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:90c430420821ff7a0ef7a752f120505c2c36225296f6b238771e6bf1fbee755c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:d9817e136b2c3dfb1fbf805c3d29b8d0cefbb07f76fc1e56ee486666726abbe2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:60ad5b01bbc9aa574ef6024d59be388bf7ca6d8704e247f7e56c8a6ebe3c81f1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:b809958ea47a5d78f8e47a8c822a3b2abf14091a3f526501f2eaf7ef36c87b4e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:dd6662403f5ceb2bb3b8887c7d608c73ff18a8dfb8ef1ec089ca61e4a4f75254_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:fff87189c1c3eafae4722d812e5becae925b71f1b6727944333fb129b7ae48ee_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:60ad5b01bbc9aa574ef6024d59be388bf7ca6d8704e247f7e56c8a6ebe3c81f1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:b809958ea47a5d78f8e47a8c822a3b2abf14091a3f526501f2eaf7ef36c87b4e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:dd6662403f5ceb2bb3b8887c7d608c73ff18a8dfb8ef1ec089ca61e4a4f75254_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fff87189c1c3eafae4722d812e5becae925b71f1b6727944333fb129b7ae48ee_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:7353494095c9f0628274678311b2172589026dcc4e8e28091641ef65a2923e66_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:9dd5d4aff113b23dc86a191abe7f9ddff0b207890634ef9a1c5568df8eccd663_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:be14afa02ae1e9d13d4c6a8e534954bb385f63e9939e8b20942c072901430d5f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:e68a3fe0f5d91d2e914d4b24bcab9a2bffda33daf56cebd73566445b96f64316_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:01f43f0606246a3609b3738ca75c68e2f7f9020c1bb88bf7717818c8a26a1e36_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:3f047ae5585f08301e17488fd86c9ca6cf0309d39e8cd6b580b045f1d1415fed_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:762cc951e74b525f20b93e71742a5bf44d12d3599fdba16a95608baf774c4555_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:9e62d2b1ad0efdd3de7b973cd6639e96203c01b6d484578a4e3cf13f67b2b856_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:1130385b660f719e78d9449c6c7be888b7c6ed16a2ab43e1fb3505fe4ed03b33_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:25c3342fcbb073d32ec53627b8a062f89c1d4be9e641371ec46e6dfd3f540efc_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5b3d375d7d4187b601a77e2eabbf656cbc70a1e7671916ce58e6fc595edfb215_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:dda703452472d35e7d8ddf9750a5229a0c4c6929c7409bf95b973a89a8de08d0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:058f3ca5452aa97a3fa778064a75d88cc169b7ce84a5f320359f561e76f08a95_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:71e5d332051f134f3f90e4089df6c2a5f88b0b11843d046b0d33726d2d988f96_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:aab5a67ac1a3ccac5761114e28474e11b451124c5b7e71e6ec29e2895374c668_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:da133cbcf2ef025ebaf274afeb555c9c18fe80584c058d31f39b7d343995a42f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:38bd47929b935f662766156026433f1f2ec6e1731d2c7f40c792054cbdb1f87a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:80b3c3854d4f22afec57e0a7cb04b0c98d58cd104c54464306126566edc3ce97_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:8b36c39a63639cdf7c05bc997bf98c0f5cf9c1cee0d740cf9aa6e74b91dc0249_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:d0e132dd83e2b754fe20b12859ffdf7139037da53f2a6af6ee08eed15429a14e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:2b553e5669ef51cbce468f8c7c85bef41faf7f7952abefbcc2a55a9ce15c1251_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:4715855d33583642e942fec45ccd9f6d2b90d07f2712ce1eac357d9d45c32f14_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:c2f018f8674903f77b5f4ed8979703b5ae67fe83c6a7d76c1ee4bf7010d77a0f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:f0e41fa92b534e5bda08cf38c6c513b4adf930df9af740de05248476c74c04a4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:8db04c6d7afcb6b650dddaac2ff88cb82093660a3125912172db7fbb51f1f1c2_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:b539177c3bdf37dfc67cca8b3a2dbffa0b4941952135f7f144d3ee1498cfb05f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:cb400c373be837f788f663e7a1b2a94bacec4f4dbb4bf5a5ddd5d1a0d89e3291_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:f16534746cf3a8ecb10aae9765d399ddc3b91bdb2b1ce15c59a4cc76f9e4cee6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:37b02c91edc5520a2371b6f8354028e7404482f3e192aa74f683990fce40ea6b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:5097e2faf0ad7dd54961a6f4cabae703df9df1b2b41e9867b955ab9abfe8bd3b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:b56dc790cc28994513ca38162ceed6f6e10c99a3142aa2abef9bbb7fee86d924_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:f4f4b53c8b205d611fa6bd641be601ead79d73bca40f838049eada4d5d0df227_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:2a6400cf874eda4c283683a9733e63a7e8b5ce53a37eb5ee30c07b14a9301a76_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:3908e08f8cd7c94ba3e5e382ee40cc02db84f5b0a4aabc60f5d17142c42437df_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:88f2c3ab06c1757d7681ea0b157b48847b6543dd9d1fba7a76941d9bb49b92be_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:f7b123897a6b90484fd938de9dd8ecd1b104f2e70e0564fc10aa1b3583ad1011_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:292e59f484b68803dc0076b9fb7b9f426852c967c235f9923dd68d8448013794_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:59c896aa966fef8ca6396239201cb9f1821d71f1e4787c4a03f36190b8a42c76_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:6023696ac24b81f72312201fa6c97a6ba4f2a780fae94047968dba982278562d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:d52e3ca8cf609c8d15dd77a525466184c5c9c641db88856aed56de318e23f47a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:10532406aac6636cd860a0517ca512f6fd8a2505cdce5486b793e9cb2bcfb16c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:567ca37a4ed2afe89da71f0b33af4e5e3af3f89acaab50ea32325ebbfcf86aa2_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:a3e1cecdfc749a34b7e3574642458edc7870f03ae9e1a2e7aac63e3fecb43eb6_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:cd5d904d0e36cafd45ea72914850b748e921bf4ab9f454e1e6f613d2f7b45a61_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:027b3596835e02a412ab6cb19ae476a4d3987a90403a46abb039ffc2f1c775e7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:39af4cee0a425da0814b28bdd6d515a397544d3c5f83b5e9cfffb7aa33c4fbb5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:8516be3a082fe2a93bb5976bb394865cd85aba4beaa399055a76bde057d9e70d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:b2426b3664db720bd7a53cdf4cf376425ef8d7c6c5ef039716efd00cdb9e3e6f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:24603d314b5539161b5974f234a9fac64ae0a36e7100a708326265ee568f756a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:79385981434c7e938f71e4616bb61c0f37826ab4891fc5b370479383bfa9d169_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:7a5ba0b22dcab9e3bdf107a7e443a212f7a9ec343f41d3deada1aa59091cf952_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:b7cdf071883783cda48c2663e86e3e271f42a470f2f22d73bae8304c87c2e712_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:0159ee555501103045d1f188ba21ef468c3f463251ff2debae0c8e1999f14eb6_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:237a287a2db660c2b844ac5e985ca1cc70be0f7732c7beac536e3c3e09da9b71_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:31190bca682241fe6ed6bf64602560638c963d70127cee441cd991f82a17fa82_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:da97b83cc6f07e4c7e72f9d7b8461fea71ea92e1b29e6117ef0360e088d7adb7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:06ba4dd88b81f15bb0fea21bf039fe45d38e3356c19a6389dad7010940d535c7_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:cd7efd34ed2a41d64b09e5670082cd68776b31011532d0e02cb932467f05a24a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:92ab63720b8e0929cf11f5ec81a3a968017ea1fe2d0aa57b137e6609b1c07bc3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:94ca29a099adc0665222212c90c60d763621671428a1de28a75c8ed6e2be2ada_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:93edc806a96f7afebabbeac4280196d313eb789ec43978fda985a5445d19bc45_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:fd2d5df7915e62949191f0497ed98359a3440c424a56e8cf12d66e99e67d4a3f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:4947bf6c31aab91f8a0eb8f7ed55052a33d35b70fbe40b06e45f5e5aec94c020_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:87439e5f75484270318701b52e986973d66d6f30f4d00b0da08036b2db846335_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:e42c9804da1f84dccea6375967159daa56b38d6d029bb78617120ff3af87ee92_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:fdf0f3062593efcff1f58947da781fe9e9deb1cfa4a1634db93a0d6e40d069ae_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:003480e424f3ed4baad296af322ff6ec0612cb9107c85116f065f4622adb0f52_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:574259966929feeb14060fd8b80ebb8b5ba2ce10be9f19e66c1e53d033586db4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:5d40461ee29cd3134137b105576bca5ae014920da3ccd90b5729b326e848444b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:b1082fb3535909dc2b8eb0ed95434e571071b5dc4324c6d3dbb1fe892012d607_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:1e7f3dd79b1969fe87590b82bcf2db172533f401f37b975e26829d531042becf_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:50b6b05372735625c16a7ed674b1f056ec23b35dca896652ba94c5fe11ca7c82_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c01fce15d9f6b9a9a52b8ccfbde4b8a7aa1b969d7927430eedd169c0b5f28113_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c608bb7e62594f12c2f52a78eefeddbdc11314494ec933698ba52af303436f1e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:3167f80d0848b65adf52382a35ab3a8c76f06fc5b706e001c2aedd897371e56f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:94f7a32483750e9da8038b84e4e1977fa22f099d3b29012a40ee059ba0cca9b0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:c8489b7e4c95b36f247d85adf5181b39691fa97f00bca455c4fc950c9eec818b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:e187b0624e19031a80b2fb26bfdd82cb8ec9dc66a115e5fab48312cd8bc5d014_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:3167f80d0848b65adf52382a35ab3a8c76f06fc5b706e001c2aedd897371e56f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:94f7a32483750e9da8038b84e4e1977fa22f099d3b29012a40ee059ba0cca9b0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:c8489b7e4c95b36f247d85adf5181b39691fa97f00bca455c4fc950c9eec818b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:e187b0624e19031a80b2fb26bfdd82cb8ec9dc66a115e5fab48312cd8bc5d014_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:174437f0c1b3b1d8dd82307d1fabbe34821ca30d773b70ec1cfb67d45e0c1e19_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:3e9dd635257195cd5c90778267107ce11566f35c60d415e4f8bb9ec13fcb4477_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:56dc1c55657428a6508c4eee1940194c81fb9679a11a3777289749afb8ac12b8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:a8b4f74d041370868aec2986f884db5e41ee82baf193dc94701c5934a060be0f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:174437f0c1b3b1d8dd82307d1fabbe34821ca30d773b70ec1cfb67d45e0c1e19_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:3e9dd635257195cd5c90778267107ce11566f35c60d415e4f8bb9ec13fcb4477_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:56dc1c55657428a6508c4eee1940194c81fb9679a11a3777289749afb8ac12b8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:a8b4f74d041370868aec2986f884db5e41ee82baf193dc94701c5934a060be0f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:5d9fa9b4f15954cca4a5c46f00840bd1047151f89e77da0c4250b673011fb6e0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:7b167041fa1524f28380783f43e5cc54763d84fe17c32bc35cc58efcb147c2a4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:d7881138cbe71cab0d372df6c74e11ea195ef6c55c812dc36b84b1e29f8d788a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:e7ffbd7d025233611c4a70dd7e81eb0cb0ff5880c554cd2dfd9f495313902032_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:5d9fa9b4f15954cca4a5c46f00840bd1047151f89e77da0c4250b673011fb6e0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:7b167041fa1524f28380783f43e5cc54763d84fe17c32bc35cc58efcb147c2a4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:d7881138cbe71cab0d372df6c74e11ea195ef6c55c812dc36b84b1e29f8d788a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:e7ffbd7d025233611c4a70dd7e81eb0cb0ff5880c554cd2dfd9f495313902032_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:4dbb8cf627ac6c902416e06181beeafbbe3ce1a3891eeafb504d8169c29dc359_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:5c4066929ed59bb460091ccb5b503f5c09617459667e3b8cef83fd256c1f9ce3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:829668fbadbaf7e87cfb9cf9cbe304ef8b9a343dd989f9a9c887c7352f0c0a01_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:bc3d45f66fed2adcd79722519ed8ea7f81dd17dfb960d06ac79764b66f421c9d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:4dbb8cf627ac6c902416e06181beeafbbe3ce1a3891eeafb504d8169c29dc359_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:5c4066929ed59bb460091ccb5b503f5c09617459667e3b8cef83fd256c1f9ce3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:829668fbadbaf7e87cfb9cf9cbe304ef8b9a343dd989f9a9c887c7352f0c0a01_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:bc3d45f66fed2adcd79722519ed8ea7f81dd17dfb960d06ac79764b66f421c9d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:22ca0ebc3fe663bf0e9270067ddae2e143bbe0401ec4be56f56399dd038bdaed_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:26044987ded8bf944da915148c69be6e247e3e1fca35f0c9d0abfdbb61071e93_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:a988a8373d3f22e2c162052a01e7eba15cab6d0fae768bf76759aeb333c5838c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:aef67ae561902de2e77f7cbf09b98be2efaae40bbfa671d33a73874a9fca506f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:22ca0ebc3fe663bf0e9270067ddae2e143bbe0401ec4be56f56399dd038bdaed_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:26044987ded8bf944da915148c69be6e247e3e1fca35f0c9d0abfdbb61071e93_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:a988a8373d3f22e2c162052a01e7eba15cab6d0fae768bf76759aeb333c5838c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:aef67ae561902de2e77f7cbf09b98be2efaae40bbfa671d33a73874a9fca506f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:3d60041633a1f162c71979b435c96e1b5188df0e04e0349602ac6ef7ae91fa08_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:61dcb1b12d90c58eb1095cedd0f8d050b1f61e68d3bc05037e8e94c274bcd855_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:85363677c4bb40f00d43ca5d6491b03bf73b5aa2cdd514509a8168ab8c47399a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:b2d065c15021ff26eaf335e8365b797c9c0c9b54c2722a4fd88b015d2f3b2aba_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:3d60041633a1f162c71979b435c96e1b5188df0e04e0349602ac6ef7ae91fa08_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:61dcb1b12d90c58eb1095cedd0f8d050b1f61e68d3bc05037e8e94c274bcd855_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:85363677c4bb40f00d43ca5d6491b03bf73b5aa2cdd514509a8168ab8c47399a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:b2d065c15021ff26eaf335e8365b797c9c0c9b54c2722a4fd88b015d2f3b2aba_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:089dbe82b1e1deff569436e344928255e7446795ee2c1965551941f4dfcc20fd_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:52d2793450c879e8cc2df405b8f9ce03239f3ac832705bf8bf071b6d6c1aab00_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:5d68aba559ef836f0992f78c78a8dc79fb5a680dab2abbc876a25041ab8767e8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:a40345997aab0e6dfe1830ffcc76320acb4a19743cd8ddc249de4dde99697d7c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:089dbe82b1e1deff569436e344928255e7446795ee2c1965551941f4dfcc20fd_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:52d2793450c879e8cc2df405b8f9ce03239f3ac832705bf8bf071b6d6c1aab00_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:5d68aba559ef836f0992f78c78a8dc79fb5a680dab2abbc876a25041ab8767e8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:a40345997aab0e6dfe1830ffcc76320acb4a19743cd8ddc249de4dde99697d7c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:08a79a55c753372a11f38e7573bfc6a930e21cfd4cf78a583b298c2955fd76b3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:656c38b2cc045e620277466f42436ba47633b284107fd2dd77b2a20b6d92fb65_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:efbdf6e8cb6fbf9141f2459feb49bd1e4f9b99d0607331337ecbcca851c6b2d3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:ff3fa757849d5246cc4998aef80a5a8192ea48221bfabdde42d3eda664f00107_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:0ced086ae1f60e918833e7296b812627bb201d461f64b154b238e6cdabb543e7_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:825705cde8c5cea16fff7f61b99fb8fe77b00fbf9f910dcf980491c836299a9d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:84f0338a3c427ac9c88708f5611286972a71a0b67425a82b28e6b9cdb0777fdb_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:db72294ec20391b00df5aff0c61131e458d53c77f8e7ad46221bbc1a0e48c627_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:3abf569beb7de9365d996b72deb8d16da11619ef721f4d7f244d275123308faf_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:95fe24d21ca65114bb288e30d3ebd77954db630a4a3162dbe877aab4dd9c5cb4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:e2a10747ca1f65c6d894e6eae44dd77d1ee826e60311c7fbf11ccb5ba3b35c20_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:e6e84f0ec9ae5b483ef8872c9703908b595a6d0fbbdc368e19eca8b58121025f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:5999694f230c5fac3ce7b5f2c74922088b437067f775d23e01e0340453f9188f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:a91dfaca38590d32108269bab1c7eb59444931bd7a994de781398f50d228d988_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:b7947f27cc0ffedc07e93c3a5450cd87405352f93b39bdf66c1c045312497d35_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:bda4051ff681d545c59cc6e9a02583278236f267de53b3c68605635689eef2e9_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:58e76dc80151dc5fbdd3089685b72d74b1aa8b98de2d5ef1525071fd972ef623_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:692e57961b5cb2225ea4d757cc5e19ddee4ae1bd5fd89429cde7ae9ed0ac0c5c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a80a31405351245150ab8feebb87ba63f5cb9dc5ebc85d560a89941f983a70b7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d73bfeebb2c2c0b386d5b2e909bbb815e9c39f6e82869d9cffcac5767f2de172_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:3ba88359360ca1532c5224ba2acad3d1588ca40bfc4829ccb8c85ea19bc129a7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:b237d7893ab617e9c2f53933cd87f2062de4b6621db677403e11ab58a0de10bc_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:f9bb0780a4d8be56bea13e9ab0f834835e04e7e8570494d37798ddb60bc8d7e1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4f02b77a2cab5ccdcccba93d51d2a5d9a92ceff151236ffdb8390ac4a67a4af6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:5510f4dcb3215d46c7c73b0f84744d94adc13d45066885abcc522c9f80185152_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:6db471dd0c0492d33613a34a2e53a1c025f1d34cfd3d7e4d2b4009276806433b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:1a40166f257d1ab58f04543cafd99a8b7fd88d8d0a1c970dd9b771b0f01534a9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:678ee1ac6110db9cc2380674735c94ed5f18c5c2d75137179ea2e100517ed2b3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:d19a14818ee13265fc1722ed2700a2943e56942442ce4bebb322c80ad0f2c5ab_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:2b6431891ea6d2f9af668ae5afecc0dc6719ce7314bd59a89ec344cd46214565_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:60b68743e0d82aa2c39c47afd70a39fa7da4426772b946bc4afd8558350d500f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:aa2fe1a953150e3e4160160fc7a121c952e8b7805564ec63339aed27ab2dd3f6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:00fde8b59b779b0b068e80b2e1874c7d351022aa4142d779016f08798955270b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:13a92758fa914e1267dfeea1896210d3a2a665ad05c9256b1b0192bb8abdaa7a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:146f072051e97a611f39759f5a5c419a883b0e64a1362b205806913b6a8153d9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:3c37d2d3853372a7304e39921f4462a44d81136ce24188e7b61fb63e73c97e5d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:97427755eeb8b957837189ef49fb894b743508a1950645e8f42a08eb7b3ee0bd_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c03bbab0f14b2ca0db5a24c2cb646899fe1a4eb4cbbbf987c3b17b22bcd3d995_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fa8d5b44b4fd8273f20ab466a88a29d6ea344484995566640c17c67cb0e7d7ea_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fc06fe0990909d66e2981f12a6fb0f35967f834089bb348e0c4442d47d087214_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:2199c2a7a9e5f483699e62faede55d3df35fedcd4ca8768f05f48e0fcdb71fe0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:756352e643e268c63330c33c30ee12e27fceda1239390fc991f06589dbd78959_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:81c0edf7f04fd4d89dcabc840e84288dab661a2dd7eec8553867ccb5acda9b5b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:856deaffcb6e4b4b9d7503e91f3d23b8767100a1c8c72a6c472e1f882631833c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:5dd9628769aeb00b44e9a18fcbe1d56e7b172805be508e7b4ea85ab1b21fca3c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:6d25728b5108a7941285b8bfca698ccda25d72dbefcfe12dba929cbb0c24690a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:7bad17203de6fe7f1ca5e3d3f192a154d48368b6d877b66e60825c41041600e3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:94a23b1f97ca91ee3195c6ea07b4d867d32c717279fb9159bdaf3413f8e05582_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:17dc9edba250dc41896d18e2dab48a9fe51c08f0cedca362566f504bc1b90ecb_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:f3148cf7ab32c8d179feeadd09f57c3f3a8296aa4b013d24f63d61afcf57b0f3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:beadf30285a781c710de30bc1ae87d2e8a3bc13c2646dc55ba8fdedeeeaa018e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:db6b71f10ce51d3b8940b551ed77c786b402a12bb287ef3bc614b259b44713d6_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:38bf5373f8d67ef1c79741f697d9454328072f615def597752078137b38f65d1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:9358fffe89e2f3a4783f6f3fbde49c1b19984f3e0252f4749c3e42ec8d8f5523_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:e49ce33f3bead2227d446c2b8ca852dbaff56af0e95f2882d4c1404286c22b3e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:b234daf9313e3efc2362f79a513d35bd15bb7c9b7a6aa936e12fa3a53feb7412_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:efec04960159b197a0626461dde2e11512787cfa6c71190a180ce6bdc9ff8c60_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:a68d4bcf134f78d2de8cb1bd1d9639ba484dfc613da1668f4bb2a044d5582f4f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:ce2d048651c8b159bfe370425e5bead6a0873253ddbd6d6497ff429369798968_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:75bea5902fd17c1e4b9d9115cd160c55ed9aedd67ca5fbd14e9b0a013eb1feaf_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:78a6b3728b3e9c807b1b80ef6e79d29e5df49b5c92c5580ff31b9c2d6d013ceb_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:ae98a6ec26befeca00294a2b0c7ce210bc7bace1f220571a35c04ec14db03e5b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:ed131d0cfadf5b581837ae7b345053603eef694a0e074a6d88f992c55c3d896c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:18380c9080b259cc8d02487331e3ef1247d2308e6b1e70ce803426d36c0e1f27_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:1f51177c9d6e9d8adb6f61d1b171549573506a7a4d826e539c9aa8f942507705_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:b2ffb8ad7db07d9f7069d160daba5b7a73de760c7cc161106301d3654883553f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:dddec677a6081085ad00e206077030bb99713e506277e2ced311d492e86dab02_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:38563974217bdd53752fdd063138b0a11e90b85dff7f9c7537de064033f36966_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:c420d49c96f376956982296e7a03f4febfe0cde367fc95ab63a87642e0b361c1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:ca2eac21c18a227f5672c8d3b50469953b29cd369792a207614b8b25291eb931_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:e5b54fd6da54c520f1cff80858c7bfb5b8b4b378fa7a57ffacee623b1d77cc43_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:5a30a1eb1091054facc200e9518afd543192758a9bf2e664e44cfc531e10978b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:d8b63cb4fcd259a66eebb6605a7a105384cdb4cec042952b966b4f8bfabebf4f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:6f4aa5824d6ecd57443e2bb696bd3e79703269df862ccc42d56f9f9d7e060f50_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:7924a3056fabcec515d879413e5b88ef00fcb7451c884b7f7743d3679f127a12_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:7cd191dbc1db9d5266bb1e1f958871b6b12cc93ad7394482f6a53bf5cee83dc6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:9dd169e3a46ae8eaf47028070e752a308cec0418f8102dbedadd4210b867e706_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:c6e0507565b5274a8b474e772093d75c2f58ce178da633c24cfdaae3264b2a8a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:f85276401d03d6f3dbe5de6fab4cdd44379d4e3cbc3d0ea53efce7eb9ac59d60_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:321c1737ee36a2b23ac9e1ac85368965bd0f120d8577f5999c3f6d3797b0a6c7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:449dd56bdd7e138d514aaa0c4d9489bc2d8e01b0b4c459131b116f221e2956f1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:50ffb33fdbac78a475913b7e307e730d40a5934c743cda0cf45d05f6b5712459_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:61dcb76dde13dd2ca7d6573f2a7c09a5cfcda1de1294e5a506d07e14e5408a90_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:4636f3477179b218c2ada2c241a65d804f0798743da95e3a171830736f383160_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:83e26b219bffb578d76bf9842585f4307e41a8f6f20610054842b3526dc5424e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:8d806e0cf0b13ce667b08498833473314716c59b6bac3ab96d2d7956e7ec86bb_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:efef95d7a9a80b5919d54fcddd2d2996294988efefd8e286f33902ba4b94df81_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:99811313942236572f7ac4c4726f6709609452a3da5e811463e7a9263285d8dd_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:a3027db225c166629284e11ab26f4d8dfc41a2fff2deacc99df5c4ce151b5fd3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:c7b4aebff94f6bb707d9c4ca28ef6c6060571be88d9b9eb53cddc39fc1456f76_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:d7ac53074e1cfc8218326b613104a28aae4cee1c67785de8cfa755d1772ebb13_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:56056031eb0746e98052842eb628a66ed222b1dfa1c7cba6e511b4bb4fe05533_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:79f3b697eb24b1f1fb941a3adb768c4fc11e742e4de8b917900fbb301f5605d4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:cacdca41cd532e2a84e1acd9a392a5ad73cd5f74b0215da3ebbce77885afe1d4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:d1d39bd6c538c62ec5e18435e712b1798183951d4238a970eb4ee037a9a70f51_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:634a8c373f209fb3cf1a9251bc2cd8cfecf9390b71ed4089a57865bf15013d4b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:8a9dd162f613ba32fae56bc1b9f1ed10c577b4e3aa3c42bb08e3abe76e820c82_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:9906a9d16a474aa1d103c169b6e64b13009511c45a7df76fecf76ef0e25f2a29_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:bad61947f5ee2cd63364f8ca7cfaf343294934b448a96b4e0c86db4430bef34c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:00608f5cbc3440cf612a54f7dab4812bdf3c65cb0639e2ad68695f95f399a559_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:577f1f21d3e9a632d5fec2d0545ef62cda58a2f71dfcd2a7cb0ddf420841092b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:6cb0fb8c18dd7ffc43887ad12374f540c4844b62b69adbcd9286820e51249309_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:dea046947cc52f5b617e5c2e273ed1fa409fda43a2dc0eeaacd1fc0f27fe7ee3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:813370f8fcb5b9e8830be339da8c73c5303a5a9755b18a8d26b4ad58007d2825_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:aec19cf38f563bcb9c4254432305bf11883020c9e2a25b0f50f71981ef6aa161_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:e8de1336623bf1366668f6a56a55b5553692303ddb4950a4158176dd78a458cd_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:fc3f344bdf3d6f5d9c0e940aee5e25662b05ccf1b8827f81ba140835534b655a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:8e925337d28c451279d1922b0dab9ce2a4919e0bd75a293db234518c09ccfa92_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:d134d9f1085573b2ecfa5380e17eafa45cb573ce00da1c62e0ca769c6ac28f6d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:0d4f60f600d906f1122152da7b8b0449a938f5f4dfb2ed198065d2bd3a2ebc5f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:803ecd02649eef62da8885831e2d38917ba51b891573c195b323298bd71432bc_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:174f58ecc534af5ba1915d204f2e829972d3632652864eb1d61a95de29de7eb2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:64efbcaeb77bbfaefd493170eadd2eacf6af2da186b53ee1803fa2283b2e5711_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:969b7220dee835ce08b1d039027c776c83b6ad3da5388772daf26e4c8f09cc80_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:f01e210631aa090775e7f3b07b8012da4a4c53ecf3aea6fd9bf8ca08d49d511f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:2e07fb199c7724f86935b745dfb5c77991205c9c4c45ee5961abb57abd0cb823_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:ade497f48de9224ae91409818c6e0571e634891a84ad0057b508c3ac85b21b05_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:c495c52ec300a44ef4173edf15624688b38011a3ff5cd738bca779757e42d958_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:c983af07026014d73b6cfc0d06fdd31a7dbebcbdee204cba1a672d24608d4d14_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:21209efc735beb2bbc8daca5776cea1ccc5418b51b97b799561fcb751e8491ce_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:e87a5743e86e549e3b17b57cb6c3a93724ab85796407a3e4a0a816bb75a9a36e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:166c39667529c8deaa8cb6bdcd0f973c115a44a33ce2371e0c956cf157498d45_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:e527f1aecb09a2c40e856370615b16e7797be1f9b82848e862eb88a42a9e3eee_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:4b743b7d2d78e0f2a887ab796b2ac9a150988aaec67dff3adde88687e46f7b1a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:4bc8956bb61c0451b1fc424ec1b8abb2a4af487ed8911d952c367592d31a4f3a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:71c807e7cea2c0944f06dcf96bbffd21dee4672e7274dc817dbbcdb65677a6ae_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:59adbd89a4a3fcb8f845a9f951063c2c059e9b67c043351ab1ac1128e0cb066d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:8ece29e4b3c200c4b113a12e23ba43349fdeb827b050ab1179b97d929de452d9_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:b9c9b5e975e00da4e745d6caacf725e37ef8510727d354d65a96cbb51fcdaa86_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:c738b9609d40a0bd2c17207f9113948c95e55f4e216f2dcb1f37a42914669d6d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:81cfb4ee1ae877a6ac439db16b4f91ff789b50b8f02908858954afc51e7d9b19_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:ab00d7940fe91a26c7f45e6824c8afc516bb655a6c725c0a3200ce164e127596_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:b95d59ca455992dacfdf186d011dc3dfb0844827c944b91da28c1b1e678948b8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:f1adacb5d83f6207a7cbf196c82d30feef5a41fddd90520fc0026396494f2ffe_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:0857e1c73c07b272f017af571c91b3bcdc108540ec002da89b11ed2690c03de5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:0b2599c96ad1b12dd5ebbfafa53327fae38e586b269eddfd3ac87e51d38ff0c3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:750954c71fd9789e0e4a93f2cdb25e4b6a8e4c292bc7f6c28397619c980ca118_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:68a7b4a2434007d41d8c0f29accfe43e00b04ef18101a3b400213c4eda9117db_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:96538bfc448f0d0649d003f11b49f989ca36e10838f34fb91a9f7ca8967d574d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:c2853ae37c6d4f1a44d5f03f77825030fd584268fe67856fa611487d2aef7afc_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:d2e88346989d7c7c40b556408761a58f3e179856ccadc1e7780d103981eba9f5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:08a1038d6b2be6effe347769a0e2fc89c43caeb44dac796c34481274072534b0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:5ba881fb649a3cfaebc470b0fbcbcfb799df2205477e3263adab655bffb4c268_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:c8974096b8764ffbb4a9f8279a485508e9457c0f7e176c77cb779d3ea585a15f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:fea604dc691a2515b1c9a34f6b41afb60287a5420f30b8957911403885658e04_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:69411bfaeb395222009f0ca46a1bc3e456907b650a285f56e26eb207c7ca4383_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:e20e87ddf196803191368f1dc4f6cca4465c1a92fbcbe29851ebb1f908a55038_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:f051e24c3447762f3476242739a696f882ba9ce210fe775256dac55eb28fcad4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:f385411362f79afcf35acac0f49acdfef8b9f5ebdabdb20cb4143f33bb505733_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:2e6cf654f0c887465ff3b3ddca67c12e2510a6b82a69705e1fd055ed30cdd9b2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:56e0fe3c3d2aabb7c30c6ddd28d07b3005cb128c82a5d0a51dfc8cf1f1cfd2a4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:8c01bbae6f1cd673c1ac45ee550a792409e534a1fbfc4489269c5d849c4fb119_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:bbd136c9bee87cfd71601d22fc05f16a7b07996f39b41195cf5105a84f0e847c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:683316d9efb43eeb14a1e3ac0c8f8bd98771819389d89c1c0ceab8afb3e61c35_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:c91b7c636c3672e3a38ff2c5964d9352f573b32abd2205a6bcabd6f555068c9e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:e1091f8361184469358998047fb0916f7f8a22706609fd0a9ba5610bc17e947a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:e9a2908a457f2935037d9f4a27d85d77fa334c4ed7fdd1f593040e0bec592161_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:15131025164bf722ebed8724e62f4b70ba018f3d9c671476f33e3485ce3a43fe_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:400674850f994c9de28b9e5686789e97eb0dcb235474f8f3a42068790d63bb09_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:5bc0e064ce599860205080a84750abb3de613a2735ec5f67ea4431a7a6f9249c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:a7fe5ae007435227287fe4f4e9e1c75f53905ac1c1e4eeb183e9dfe865a611e9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:2936230694f5ed225050c118595e401be4360ef7d899cf3554c42e40bf82921a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:3578bc2eb20c76eaf6120449b7842f8d502269454f962379b026b1342482af0f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:afe42b2c8f953258782138392a88fd1413fb2097c648d559ceff1f3975dbb1a6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:fc8f8e4042ffc6ff97d75d2c97c2df435a7f2ac27d54109d4873ddac71a82069_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:1eee004700ca936c97efdbb97384677f3e3f2a2d42606967c1cf9c6765317154_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:2575052c200b4367f535e1bc653561492dedea225ae80f298045f4309c20f7df_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:921d77cf40e5f25b256c397a9538deb9b5214fd1dd320b272ec73f368d965325_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:ff3548b2acf73724ef2672fdc0533ca212dd20cc55842efb49a4302a3d152c1b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:4ef2b930ab6b1fb2f7c50dea6b34d55d45fc3fc4464b871359ab105145ef6b6c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:85d787413a3e60a0064132f45a19fdb810082bd401429e8248ff4df750bdad12_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:8eb4f27d2d6db0545c96878704a8d5265ba9d847dd8b6ac823cfe8ff6689554e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:ede9c2be4904769a47aafef33f068a0e67b8458746c74199efe17d745624d3bd_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:8e1c3cb2cc5f294d03e007b0aaf322662c3c6c09245c61a9553eb7b33a02d3cb_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:8bfa6e267d4b8d65d364bcef54b1c09399a64dd7a5c97116e2b8358e0cde0cf6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:00d9e9b53df16cf21513e47c4a980eeaf3358af5472a4a66f7b8ee422a3313da_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:3148750b4508846de939bd0907eadecf7d8258443b4a3d7fc30b93c39c4abb63_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:646817898e42b4ddb0768945180739b794aec7dc3e31f5ba809569d87bdc1fe0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:7fff4f51c84e229eb72015faf1e6d9939545cfd1a6766b8f1e4f10f17029aaeb_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:2e487cac721a6c9b8cff331ded53fc6ad0397aecbd51c1384632319d573bf601_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:4f4729ce2ba297f713fdf02edc3ba34d649ab2e7d648a47af99ad762fe4c9e4d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:691e2b24b901f3e1a669bbf5188b16e80c8e8d99433463f36aa6ad087ccb11ff_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:9bb9f5cd5e94fc8041d25e9a9d10aad1be92c734c8a8dd618c93e2d2cbe27c99_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:48d371c93bb28c4282f540750b91ac299178ee320a79178b28ef77d294cc2452_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:4919f1c330d56e5dbdc091d33e5fce13cbdac96876e773a8109ce807dee67b4d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:a6a13a734f336edbf73c601da1990c2eced4e74fabdcc6f66c6075278574730c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:d0147210992ca5d1b5d8465029135f3f5c400f7f15ed001858b6415946a22fbc_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:14587c92943288e6c9f56d60476f40b8f15ce7f1056913e5b4cf33f0a83af7c9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:9356fbf52e0dafc970befd18d5337a29e2496242b221727095c83d850ed45d62_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:d3c0890549855355461d90eeac26335cb114a584af9698af531eee0bbd809807_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:f6ade0ad3a5e4952955f2d40c0d867eaf290de111a2c35bcbaf7b59c3b734490_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:26baac061161143b4960d00cdc53adbe77aa5fa52b415b3ae3de1cacb18a5634_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:2d74639836f3384e157e3e1fccc2c10a90aef742c8d8c826317fd5ea88b1284a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:46823bab7a55eaeb658763753c36e75a89494371926db2f9d8c48375f03a04ab_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:b135940892cdd26c7e983f3c37d6d492cc588767dafb5960e1d5e9642ac48e5a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:2899f24f2fca98123800e88171603fe6022226299341679474740be10d59053b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:354ff055338adaec79759136d29087337e0658ca64cdefb447e8fe4157a8003e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:58b4935884a488e6c796db1c1a8e37189e2b76dad3a18483ccf06368a8c84e6a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:6e0ed09893071387d638004e2c9177d1933ba9cd59145ab3ecaf4167c9e955fe_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:17306fddebdf61a0a4bffd5ba6cf4bf595701c14553fb87968985e670e3a7f55_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:18325aacfd110965ec933fd9cb5a873a88572fa0507be6f64519c42306266846_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:33b3ac785f10dce0378b5ce81e84d4d6799e0ee2e573b45e4fa8bcba3ae83d9b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:a15084c226ef3a1bb0488c272ffdf4a59bacdb293d0f1d2d3b0d3ede8fc856ee_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:039085f52e4730608fdc2cf5023460e7b1496a87d34c3f44e958be30e93bc88e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:799213061337226fac59a610753c8b5b5b2feca766753702303a51ae0f7f4ac8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:dc9f4de544635597483c56742772b5c471ff16f2220ed4a75aeaca2b28a6a40e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:fd8bab3b8804bb1b4ac56408fad43519fbe11ded255435ac22e20f162fe27252_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:246d18436f5aa8a6e9de5a6ea2a81c09bc21e37ba02ffe57fe836937ee54565a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:2814b78bfe377098e59e5e252759ed64e1d3db9cd00f117ee48983a01d3bbab4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:c7c37e63f204f3063bfd8f34e6f984c41e07718194379f86265a47749e269d6b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:fdeafcdb178182b8484c50c321886f8b2611d27ee4fd1a7906eaac8054ab9625_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:1d6862cc2b12521141b533f7ebfc42e558af07195fafbb8f7be6ab7e64ecab34_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2d473ff75f549db1505984e23280fa2f3a6570d19d7ed72f78bf0ca6330f0e91_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:4b721f641f5fe989d9a0ec209ab4921d001360aa570cd2a7a9e5879c8e1804f4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:713d23b937eb12215688c4d67649aaf4270ece88b5197ff85fd3486b89ecf572_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:3d1d10391974723b15b31315b9c99c98b8296c61032905893a88e42f739f4a54_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:65fec2305e5a5e05b89b507b3356a8686bd11372b59d1ea078a3c9794c2805fc_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:c4a5f8deb979c46d9c6babc5d52d026a0de3bbdf08238fcb798a05b6a76d69ea_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:cb06db0919e77bd26200cf8610277dd5feb9e627de2dfe43317fb4256be7cd0b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:214521bf60ec834c8d397bcf685e2ebbe39921f4deee0c09b9601253d929e583_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:5b057bc84cdc3f1749467d0ef85cf09d6a06f783ab16fb57c5cc19554ce720f3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:8150193ac1d183bc045856ed3862107d045d2f0582f60ec4203c99c641a8a30b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:af21478733313da2cfce7c56cc6151609b18be0f096532de317313abd002bcb7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:9499cb5614434c687db474ad657de64098ba4d1ee1f643194a92488a21faf652_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:98d2604ab5bd65c852b8d6efa756b045cdc2833017b874af343f47951b015b2c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:b594ea68afa771c39f64ef2002eca85d0541e9b7d954721fe3fe784d4d6aff81_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:e6b9aa21e43519da9b49140c570738bbc43436212ea75e7dfd0bee67c7c3fd62_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:0ef624ef1b65af220fb60fc4d80d6059aa5061e8f9fa800410019ec42e2fd839_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:5623d5f0940fd4e2dcd11b1469dcbe95f0dd801feb2d92c3c385628c82dc993e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:711a9081e2bb725ceda8dcda213f5f3475b326f708b077c4b4e215c643bcae71_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:9e35a4faa30dbebb4c0781e948a98391c41500225be6e4f399a2654f4d443c74_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:b5eaf716c0b3223abd931fc510d8c93f6fd342de822aa115e60b80d48332323f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:c31b361799f39dd3e931b2ea44689df6524281e53de962447b37cca578954ac3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:dbf8ecc16795fd9c9e838e0b0e5bb67c95f5493f695c90093813819a71e6a989_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:e419449bd0fcb506b32e7042d3c1d490ab961e070c0715951db4babf43b1f527_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:265fe91b3158db898cef1933be732ba61a1cb0dd4006257b9f0aa30a8d4bc654_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:30f55aa98a244d7b7072cda47c5f6b61f0aea4fc5e966081efd5c4c030a94271_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:3cf63aaea43c416aab8879a538bf238a6000066dd6170fc958acc281b4538b03_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:8f04739af1f6321c039253bef7e7c8413592238249c6b9c68bfe2b4c6742cd6a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0c41a5d04b68877df42b5e2d47b1a51a205f9b5bbaeb272b876040840df70cdd_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0f9b478c439a81b264c306f4b597d40cbd2b9461a2be9167d667ae96ccf2d80f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:7d1cce729216a86f6f3142e1dcb9d3c6b4eec52b35f55c1aef1911af499fd6c2_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:de5431ddae08fe8b534706adcbc5a99e1d93da3460fe5008f319aeb17280d6fb_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:27ef373e865dacd62cc3d29fa3ba0661280570b9f1e3e36abaffd6a0830896c8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2a129685c29ed30eda4c991cf88833941ca25afcbb0929766fc24aa939b3fbde_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:554535a577ee5e912aec65bb9af114dce400c54955b1a15d3b0d8a3cab725389_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f120d3b13d54b6abc62fbc6a87f7b1509a3de6c01e316e28a014e355bee5c002_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:27ef373e865dacd62cc3d29fa3ba0661280570b9f1e3e36abaffd6a0830896c8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:2a129685c29ed30eda4c991cf88833941ca25afcbb0929766fc24aa939b3fbde_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:554535a577ee5e912aec65bb9af114dce400c54955b1a15d3b0d8a3cab725389_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:f120d3b13d54b6abc62fbc6a87f7b1509a3de6c01e316e28a014e355bee5c002_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:8846ed3df7609e0a20e5020c5019e066e3156c5cb3e32719f55405b54d2167c4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:90ef3f26f00eae41ceab0866b5bbaef1ec56387f0e02c55ac6797ee527c829e7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:de9a1e420ff965ea9dcf80d4cfa0f99e351fd1362dc883b2dd75bb09d88f509f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:eba4869ea1ac77524cdc048c718c20e3e30da1de957570ff28840c8cf3c65d34_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:caf4fe81752b9984c30496aeb287eee457aaa9a51c1d4dc8dc47552f927f8989_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:eaef6750f50858e6c3f22961f4e31e0bd2600873d23881dbfc2968ee7d167aec_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:c40f3fdee914e790347ad59fc55c2424628927c75d88bbd40bc39783075a301a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:c43678e689872e352ec44d2a2f395199a34ce16d085c4f7e563ee3e9534bdac8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:9038c74fb45e35bf411a05528ab578cff9cc10a8b0927fbad0a735e3b1d414ec_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:fe85c1ba2ab6ad8f94b1858bbe3f6cdde4a7c768fd2a451e79ecd4e0d780c99b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:3448dd1942c7ffd71cdd12b778525042c5e38485872c6f579229cf786b20e9cd_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:e2439ad3e79037d4b53d6ef9514a7cc3428f57789ada20f9aae6c844fa35019c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:3be8282baee49a9fdcea455723d5fd12ed820ea578af9deb23171ab09156c9e7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:4035f82b6b41d63e30cf4e1b04631e5890c76f610835f8365699bbd633ea3788_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:7c1b269972bf5e330da11df053fe60f0a8f1af43fb34ea0c22685fb65ad53715_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:b5657aca295b3a67c1cb6525a55fe234d959098f500ac7866c8cb7c09769c8e1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:39d2eed706008f5ebb0d2baa19ebaeb77ded4e0de4ce28e0232f614f8df18c5b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:6e6882fa1afe45eced0befc1bfd30c874c888a22d8656d929eae355be8709ec2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:73021b1853b79ffeb0d04c028cad9905455214a59cc50dba01ef7f97372da705_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:8d791856506c0cda2cf02f3903c6da293a257ab6326960931d0e5da995dd3d82_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:93bcb96825fe79993767a89bd7305a5f6ec39deba51b6a48a307eb6a7e3e508c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:d0d43e6dabdc4f060c91b7d247a444b763821f61931ef78eba33482eb493acd0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:d7ab49355e1654d655aaa7a12967a5bbfd34d7175f7e5b9143ca9abbee0d9b06_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:f2a68573461f17d018ff650a7dc8f4fe233cad39bd64e8e006a62d040a7befdc_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:5c2fe110d1caa5d7b14a653f3af1194bdab821255758880809e9c356341323a6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:6bef60acc457405d245a8d7b17335ef424ab68962255fd1bc0ee5c87b73b9ed7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:708132b57f6743a257e0c14f8955beaf7a6b759dea9187cc02c0072fe01d7c21_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:dc3a9ba0d7083481d3717e6b486b130674223d5ec26c40e854bc40aa9d819538_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:1a041a1f772f19dba24bb7dd08cbb374b8b9011e2982804d34a739e5050af270_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:31afc8611dbb85e2afa41373aa19b95f19f3b6f3c9dd9303fcb324566ddafb05_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:4ca8edf1c43441ab6d2b34eb7572659d27c7ea64c95a5de9e12cea5ea0dd2799_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:e8a39e1add8a7a4d65b17aeee0bd0b0bf5292c432e56fb97ab52f1865dbcaad7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:10cab7813ac451d2d17414591c27d5626a7bd43d7dae6f030de9291f3f0377e9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:2d83001997d22839a2df4acbb23553acd372c163df0a8bdbb97080d5274b6925_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:6e4889fcfd7cfd56cb6a4bf34e30d92b5893a64e8a036ccb18eaf9fc1fb8bdbd_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:d348bcfb0e822de362a7c67ffd9f572569502d09b3f2d3a4475ed4810f2e2d6f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:45d111c26b3b1b96a1911dfe65ed604ead63c26f9f5534b027614d8ec8f11a6f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:734cc9b8e88fc9b2d7c30535080a5c0570ae19bee912486a7d27255ad694bfae_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:e02754f15b7094b2956ae2364dfca3ac178bbf62bd5dc2061d681cf645129114_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:f081c5b04915471afae962eebefea4ea2b71e0afc6d367f59c4710a3953239b2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:1248b42c2a006bc5117a42c76ced63048cc3fca7b5f0dabe1a5d16efd0b8f604_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:ad34ac62efbe8c297baa00f75a7fbbc87d1fe9d29563811d723f0f10f8174366_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:c17711a9aaf902cc6c95e62c3715201e6354a76117166fc3715a27342c2be2fa_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:e28aa33846c0489e23b86bbe768a6d23a7e31e3830574792c5d5007979f05675_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:81774e36cad16a5f5da6c89483f4139ba295e29726cc5bb9fb119277e087a1d8_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:8f4fba2b28c5dac5dbce6cf38a064fdbea5ca1ab2e039ae96df7d34c90296ff6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:b18472469fc37430b4810a9551fcc833c52df25bb34e09bec904c82c172ce268_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:d97ac99882fc7894c72d6030a4578fab814b2550e6478be0bef5eab5b41b85bd_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:74531d0fd46e112088ae1583e873e40ea082223804b723473c67aec06f5e8e32_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:8cfc4b26606408d8028903e16b23e16836d1eb7d9be0c6ac6b8968330ed5ee7c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:a0837af0880180f927e3c2edd48377d2d5ab849a06186158695e0f2d9d460be4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:c86017bd51d33ceb8f42f837a4b19f0c750967486b6ad647f01b7536d20c5d41_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:103c34c394ba900666000bc5627c63e1b564878aec0defbb91a18711aa95bd7c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:5273cef06cb438b801ebedf984156ef179be56b86ca0c1168ef1c2b9ec547ef1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:6772f96ecc0d3b1a9b021f66c53bba423e763e2ec31fab4f3f14a8e7e82b01de_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:703919dbe997e2b17f6063dfce55226c14f5eabff46db358a397a25effe43932_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:2d6037ca2e1cfa58511058b4555e6f65f1eb66f80b0e0d78110076bcbfaa5a0a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:43ea6c2d16a1e89c0a76259219af19d79fc034665551181c153f3675f31bf238_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:6178ef94bcfcd227c35d30a2479119f8e94ac53749d14f4892e44f1d6aaba331_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:df29038076b03784ec2f881405902f2bdb91d46a7a2bf38b75cb024ca6936787_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:218a452cc4548f90ced34504132e4c0048815a5e67c8d9f93b5e1987e83d6c2b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:8f19d00af7e51f94765c630bea606b7cf7861ef434a001987c07247189d255d2_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:c59e505cc5dd47f6aa71473d755d0f91bcc54d1d450830fafb3d622dab432ceb_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:f383f85c0c0470333be07dbe4923042a818b9b5949eaa320c0e99d5ddaf643b2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:00a118e4fbe39e9be377d2318d259343a159b83d322caa771a933c0696696e4e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:4bbe5d322d15b2f708bd75f6b7e1f52bd0639ad729910ec4bb488faeead2ebf6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:b163baec860229f0a73b3901940045535b666102f42dd61e453f196b77124604_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:aaeef54d7945e2f9df7ddc715776cd9133a335e39268dac2a65d4bb27b0baec6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:00a118e4fbe39e9be377d2318d259343a159b83d322caa771a933c0696696e4e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:4bbe5d322d15b2f708bd75f6b7e1f52bd0639ad729910ec4bb488faeead2ebf6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:81fff6216dfca869c758bd60a0efc7eec81c81005544dee1b52e1098b9646322_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:9b28af07fd820df432f76f7cbf5f6c17ff275307679b909b9fcef39af9c13aae_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:068996fb40042f413b58f8b5087a55d5275c8abb6cbbabba81dcaa8512800d8d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:29508b9d94bf0bdcda583afab57029f189f07e845cfea44972430a6d40c7bd76_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:631436430c6bfefd7ece74a6f1ce7eaba8d4da935d61ba5db66553155204e0c4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:9adc42aa480b66104ee6d0e81ecf7cccf7cf155b9082d063d9a9537dbb378ee5_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:0d1300f732f6e66a363b6fba2bb55e0187b2b345dc2583d1f0a1389f7526cf30_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:72b5a08e055d90a3eb6f8b0f3c8267d7cf7c8fbdb064faf381ddee94d2090f49_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:733261a8f75e4080761cdff18e6e619df7fc4de05cd2050d8127935bffc862b4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:cd0efc4e9a3014c1acc79fd8ca9cec790a71b7745e7ed820613047953da1d641_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.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:39f3e8a9f78d4756e9c681513c02b5574e80ccd7043e7f0130ea1e5505e27cc9_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:7dc4d67c2153b57bd1d0e74e85e21d898acdc5e792ebf3e9e2254e9c243069c0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:934e6f7aa8dead546ddb258b6753f8ffc577205ed6ac19796a2140cb242497c2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:d3c8598be6bfcb46c310e881493b8299f126b86c041ba560edbcdcb700430d0d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:1df62178853e8698d9d86da8530144f3cc5671c77b72bd09098faab187f6a78d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bfb1ae8157364e5772facba2869c37414fa49fadc0b7a42ade55684e5a93ef0c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c70cb3d1a437e747e1d7d54f631853d611a97278fa260daed6c56f36f885e17b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:fc89d0c5582c76488c56d471746fc9f8acee50a5d727cdb559623af580389f5a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:5e1d1c77c595cf7cc63e38f771d7b2e64a4b31da119476238b26dce182cac160_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:d14dd4c11011464adb44f802bbff4820560b56422a8891664de65bc1f8da66ef_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:d26f4f47b5b3447e021d20ab0e6dae7eeeadeeb4f5529b85f8e836d6625dac62_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:d4de045b2177b2abda6b28b814c450961272ab3c982a4c1da29271384aff2f06_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:587c9c3ab23222ba8e4581c20758a690e420982196b416a0dc895071ba13cffa_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:7b806e315b880b6e3fd85f23585d5a8032637099242d0d1abdb7703d67913529_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:e8718288050d418f62e75b956e2d19b285e3513fb70771beff64c7d96b02ad8d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:faaa0f58bae404689e533be4e44817cd8008d1ae4c2999fe1b671e663dd1588d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:19fbed56d75e69a0d9582fa54d3328fb44aee9a119781a0d9800a1f948b79926_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:2e4109f5e9abff71ace58bf6c904d19bee7c5936d99af1192191ffcf75e87606_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:b703668aed81e1c3d2b3b17c7c05b2453bb7685089f2de6d9e91b9525ef14c96_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/network-tools-rhel8@sha256:fbcb0389b7f506b044d1b908c0fe8e8eb1fb5509cc006fff4ecc992c2dcf31ae_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:21db1e5da0fdc170417ff618727d1df59d264a27a1fac0df40f62cc6d0b92e34_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:2c7df73b7d4e11ccf47cfe561600541569d7a5daa04bacadd28b601ea9593d29_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:4671fc86a01df017bad93436e10f40c0ea23e27a73a58f76742f8010f60a3922_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:71684546a20bc4ca896f3daea721b658557f992f3b4d9679fb414415713ae8dd_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:209bbc308b2c772b4553e1353d8ff7d79d47fcba4facfae1649eb7fcb9b8fb70_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:21f468b304e0e0358ba70b05bb712b6231601b0e438a4a6d2ecf3239b016c448_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:654ffb6786eaa915fbce588d9016bd09927a204f797ba0104585bbb19de6e15b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:b71f4aecabf4c609d03b751b55cb94ea717983179b73efb6ff00001a514ff4bc_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:203a0938168df89a72bd108bebbf6be7652794447dd2ccb69f8aeafa28a3d6ea_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:204bf1950ee8144592b630869c44755c364392504de447c41ca0b8d011f660c1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:d559c94732a888059af7b5e723fd8464c0598ff02ac49dd4ca0e8c2ff6752a0e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:ef2d45fdc583671d6b145882f99cb260b370c18178efb43b42a57e63ddb36d2b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:585c4a56a35fa219f5a0d37861eab449241a71ea59bd6b200e7e3db34879a522_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:975ecae2d886df90e6854aa2ac7d0d9f3b6b415756f87e13b0d6c8a0a29e819a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:a640f43787725158c81fd3b759298b4cb0fc841a6136a9eaf2ae254b7bc5c576_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:daaa767d88c6c006e6a0a6625c68e35d60000bc3081be76bf89d35d23bd513de_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6a75f23de4af4f22be6aefb132ab72514930d0a29241ce36614e884bb58652d9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:87a2b1d5044fc95c3a65a066b80302e2429b62e3ca65f831994842371febb7fd_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:8db77a2fef0a9e5d7307d284c982f118467dafd3fbfb8e181326685852137221_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ac74ea8293510fcef95584bed98d33dd6b11672583b7c621c296c738eb7f747a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:0aef808deed9fb96b58f283824e1d3c15a8721ec39b16c5e480b777ad71ac137_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:675e727613bf0e5a3a85f4346866e0561838945eedc23619ea18804f8bf12257_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:8550f4f5bb2efa499a73ec16761aa448cf62943bfcbb4307a40e8889a6b83c42_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:b1932c7d09565a69842642106d794c5dd3a170345e34cdff9a8be3f64b04abb9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:28f0ab10c245d632ac282c48d3a81d371591a814a5bf553908bb14a43d0eab74_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:62202210c4f18a691ea29ac894a45ee52e2a4eafe6df0877f49ddcb6f6aa5c11_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:839834a01c39f2eaac826a50374e8ac4cb8a103e661366e512c62eae9fc88b3d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d57959fe134e8c76b6cf6b936b5ea015256e50a2ed550115ffa85e0e91d591f7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:5839069a2cd4c793f45a41023f2a53914a8b60e4f5ec935513b2640063067bc2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:c9560ed43dbce1ed3b0e73bf7d6b1b28540ee38584463a09ec1b38a6b09ae2bd_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:edce8f86ec198beb0e28cecaed5a1051a556e92662914eb77a14598bfd98cc61_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:11e30523f9e047f84527779dbd66c1be046c70b02daa197840bfdad6a2bfc025_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:22803a26a17162a465eef2269781abe2690ea22fcd86369f35688cef57e12fb1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:439f405fd3d827569af717e2627f900798107ff3c7987bb96dd75715b28aeb4e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:8edba5bc6956d8b5d2430d2f4d50ab31d71a50dd740b3557e5e9361099d6bd2c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:cb33b3f0160d1e3bb96217581854933be739cf23b22d03771de07482e8fd66f1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:84b554a6e493cbe4d936cdf9bf5f39d57a5d01ed433e9ae35be2cbb651cd7490_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:d985029f965b57700107fc5e5c10d805f83271575c32e79751e42d382bf586e3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:dbfacc2b8021dab0bc88bfeb107bc3c60885d7dd28dd6e716569e82c1f1b2050_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:ed158388ead4ac07264beee291cc7f4b75d7f26769876e00ee0d938a720320b0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:7b8f6f7d07b96111436e1f24d2f968eb402d94043216411e5700555e53d9f42d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:b2b165722afc872b8b7e33baf3d203c5d454f119587ae2377bdfb15d9490ea99_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:0bbafe014c77d472d14038e2b46bc69a1e649fc9b6a4c1097bbdb354c34a41ec_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:1b1c50cfab6be876b4f25c0b27fa17fbbdeef827d3167bc0dcbc3341d92d41b5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:73b4d01b2ff7f173a1e49e5a6f019e3954a5b9f255119a8af87a6fcbb280653e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:f90510800365871dcda5645ccfe6055eefc38b59406b41c9c54cb29cb3e49968_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:4983e7e3d7ab2d8b1ee13bf734b260c3d56090b4551fc0bd59aaafec69ffe37f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:e0c269061957cc8b3586d4ca484c389544d3acda0077d96445e37d300eead15c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:6fadfbdfc9ddadd7b692568b38beb660a48f0cdee1f886e1451ffe0dcb73c07d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:f82f5726816a060c19917f06d37a1aa160b675953ebaac52f136e250e98fd332_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:7b5ff6a4931473798293031a401b2418906d91d62b5c7d1cad45ea3ac39462d6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:ecf14f2430d830ea24baf52751009cab008bc2cef501b358306fc46a2a32ab25_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:500cfeb055b38b0b9f76c9f262bc90ca2edafe664e517da1b38fb6a2928bdf09_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:78585533e3516310fca7f65c26f2f6b5e3fa0f3268ec9b338d9c53e96bb8822d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:21922b50b69626e99b6fe3741aaa1d2d2d08e56766d166b32046ba3c592a8d93_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:836c6111c70ba9228d80e09eb0e53344150b7dbe4bc1761cca6df0cdcc57efd0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:549bc2dbacc1479bbda10cfbeb3688f2e83f51d8e61fba07ca6816f7c56e9e0e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:d36656855883b3e306b6923234c26fb3ae6883fb235e58416266f3645227db0c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:5f035963d48b03c48682ee5e08df9929a84ae062ed1989e4e7b3ade0e22da544_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:bc70d98a850ba4bdcff403087fc8f57418039ee79bdcb7dcd2be49905a3b9cf8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:780dd4ebd061e9ae7f72f7d1964caeafaf1ed5bd0870576d8e81022ff5bb019d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:c3ef35038f951713ffe1951872a06d5bf731dc14a735b69d342b3d7ca197dda5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:1fdf87821555c4982cf42bebe5b46b58e1103b876970d69b298fa7527bbcd53a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:22e5b57a530a6336e81664f3886d543b34ac4f02475694af6fed90590c8209f2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:5f1f51686d55d53af9015141ea4ef00dea86ca65a6cc89b8b3afff34fa416002_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:c8e35113d1af6f424ddb2b3ccd7da6bb00e39cc7e9101ae6498a40926dd45f27_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:471037482b480a52f798d0fd05366ab7a2e92744f8902450dfc3fe2b88f6c2b0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:672c761fc4a8651c8493ea60f5d0f33aae52bc19ca4d55fcc1b94f2e002e1ace_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:8f509fac366943d4732e7d0f36f9f7223499c7aece9868713fd7de79f5fcd3a2_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:c81004be0a15d543f6e84b81622f8514d66f663a46de37e00f5e2f18a423308e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:974a00d5e9f5825345c437b3987dad130f084c8b983a2934e5b69cfa67120616_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:bf9e71e10cea47686d4edf0c60cba4fbb0c4e1bf8b805c387b9c070e2032e5d9_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:c6bb4ec25a7721ee6af5de90282a925ba47e6f26f4bc6b76651a5e811fe4786b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:cca13f123b2d8227760498112882fed890c50a78d740a84f21c1d58d58cb1434_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:32cab0a65fc0b14963201bb720a770bb68da3815bf306559da7ec5c8ed7c044d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:552d368f4be0334882e389c732ba4a46eb9905666b90ae2208101db7a65ba19f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:69d8d98aadf25c63f2cc51ec917ee5498fe97a013fdaae075186bca58e2bda40_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:f5969b94e914ff5ff8ce4cf32df64f10f1b6996832e3f2ab0b377dff46efc9af_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:725fb4e263107a568a1c556264f4e5a1d88adcd4ce5a2979b57a8fd4463065c8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:abfff75068bcce70cec31d704cf851d2642ca48a3b35ed48d739f19f0c311dfd_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:b2e6862fbd2830ca980b1066d15f69e1a1997316ecf700983619f1f893a8f3f6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:e073583037092c6649e373a5b19242df74cdb830656722e1396b274a041317a3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:01fcc59502a374f19532397c5c6ff43d2d308510f11189f19f75aa2944a04e23_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:31c0fab9d575ada9af8f496ae4bb2553f26b762ef2d6c39f6446aeee2899b262_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:60d8c8511f21d929058cfbcb7b8df55148935ae34db2dd4e626913ec1a54c779_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cli@sha256:eba94f94949aca0330425b1ae3897f37b2365fc09fc88d60615ca7d02b06e8a9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:278de54a51e74d045ec339e762c5b81ce4a2a3d40f1bad8d7c9cb4e5de898cbc_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:93f23ab49212aa9eb231527335346b45424a5322a5e9496a4c246e01f017edb0_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:d9205cb2f0ed16fc021fb8be67f6c27f368fd4deb8aabccec39e134218f2ad0a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:e4688eccd23a6b01995b878a5b7f12cd2640d89a7402747a94c8fbc48bf99798_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:062d502a4f595b6faaf24ab566c9b4d7cbe23d112737c749f6223d84b0cc63b9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:10e61696271303aedeea539ae19ec6fa8018878059815e5a58497e023ab496d1_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:e2ac15e82021d5dbd07c6548374bd47bdcc609addd61dcebc5e675293726563b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:f5e3d590f430e44eeb3192dfed40ebae4a6a90b773d7444c4d4335210b99a4cd_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:29e242c717fb61d195700e1f1665427ce99188265b2014aea970dd9bd8441134_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:c118d03728b27ee94fcdef1f63bd58fbf62475a5c016667a6a9805c7fbafa47a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:c3da083850cc4e2a8d365a2141e5d6a38b90ff9107631ed39c964a3870e01066_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:e50c7fb186e0cdcbfe16d0e1631ce1953c6df5f1b600a0753224225c475f4bc1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:47bfa9b89ba1688e7c1a6d4fbd9543f274be9585d328f94bdf96c82ae98051d9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:a2062fa20e09a9ef5574e7bc8d02b870cec2eb700f1e3bd338f62eb62bce13bf_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:a3d35f264ad04e586073cc5971a8e5ee50a43d4ee5f3671ac4090ccaba868265_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:f3dd31d9b9a94707a1dc4d597ce12abb9b33d463007b311798bc031c55935803_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:26d287b7756ead1bb073b19ca79276d082c0b5231c0b007b2b18089036817e18_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:6e50edd777e828943e3624600bb3e31f078bbfb9bbe1860c6cf6652b94fdf143_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:e332b8312285dfecce531264a1115ac9b7b36d4099ca72fc8fa19358962ee0cd_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:edaeb800342b998c1e3fe5630506656ab2c34c2190dadbac5f33dd78eee7ba44_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:09c6b2bfe80fabd18a6398342fcb6420aa2680168ffd5d25d7d18231977a5e32_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:9e6c5bd0b8ec8c6259b9db817ac5a8fb954b1dac58b0fe00306a84f36c22035c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:ac670fb76fb48ac762f7135fc404d57d31947e7c5ce9a6525d081164ae1ed578_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:dc0bdd5c00450f4f6de330888ae8e9e2ee272e879974560b312785f44df85a0c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:248df5e1def073d8b37d1d6659cc44f4c9653c0f1b6024e1bccb16b208afada6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:36ea064f84c69157224566e5aafd03ef21af6bf9f0b8b78bcc6e197981239ccc_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:95dfb6d0a1a4e15962f089a71151a37dd7b8ca19c26289f8f934eae7dcec2ab0_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:b5643d03d8dd0798ec6cfdb27e9ba22aa9479049c81480b23aa96b12c7c96568_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:1002d87d382b6dd836a14734b00959cd62e9898950d1258662f8b29be154cf02_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5d2da4620f6bb6c224692d33c93f0b327c16dcc5ceb31da1f767d3a6fdc3f70b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:763b411a1610701bc473415f0a677ea9e43b3b2ccbf2152ee4fc5cb13e710028_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:89afc48cb1145085a0d6d262edac7dccd3f381c74f18588698498fe070cfe3ca_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:1002d87d382b6dd836a14734b00959cd62e9898950d1258662f8b29be154cf02_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:5d2da4620f6bb6c224692d33c93f0b327c16dcc5ceb31da1f767d3a6fdc3f70b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:763b411a1610701bc473415f0a677ea9e43b3b2ccbf2152ee4fc5cb13e710028_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:89afc48cb1145085a0d6d262edac7dccd3f381c74f18588698498fe070cfe3ca_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:053561dbfbd124b7311afe6b5eeebb4b2f333bc1b61636e3e989b732016efab1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:708eeadd9b25c308fe7fb46fc4a33cc39ebbab70e2a20168951f1bd629d7ad86_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:fa8de46b73a5c714c051e281d30c4837c97a7d67d349e58d9ec36c7a13d8b1fe_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:fba9ce2c2b16aa7ca1d2fdfcab07ebc67baa65816858489ace9d1408bb26e4de_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:07c83354fbde69786f65b60b2cba2f8ace4f277a5283cb2f29eb88f2707984cf_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:619c81363e6e4fdc632e8bc54038411571bf01a3f7d2bc0ad0ef153ea13756f9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:80318e120a0950964736f022e7a73902965f8391e25a03691757b3450203c5e7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:efbb18f2f2c8d01ce7b785b3bc5dcfd9a1f687ac392b8795ac63e2c6c2779869_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:2c2d668bef0b240bf5f3b95edc0fec5f561302e7f15f05b1a4c1f38a48517bc4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:398ea756c84de4884d03d27a59c1661bd1df0fb6e12ce9b3ee0319ca406ceb3e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:9976237825a262abd9196fa7c23265587f3c32f68fed224228a0ad38b6d2157e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:d5fe085af0ad1189eda74690b02c5c25d6617898731bccbe6d20101fffb7aec6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:1f4292bf324c244e58b589ec521132ac15f1640c33bfe3763560df2a1a692c13_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:936103960861b7912cc9406f82082acb342021032e2def2f37df6def4187c034_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:a73db734acbc781aa0420b142e6a3d61e8c471b5e4eeae005d520eaae4a72e44_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:b4937dd875f1b9610a8a6d6c79475152418d5ebc991b192ae9ee4755a780cfa3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:79ea995391777e5de109ea7d10ae1c808c840af72de6e992f37d667d84fbdb9c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:9ced6b74ea8456ddda60cf304f6faf8ff5fc033905eed2a59fae1b4845756211_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:a8a1a27a92492c82dce2ca5bacc23dc4c1da0f1dbc29c5c749f888716dfa81eb_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:f444afe09392bfbc6a9be984ba05b5d289de4ca44344594e0e1c10a3f3befbbe_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:6bcc1fcc07058024d85554e472ff660d28a4c4dd8a5a78a0744380e11a6a06d8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:846e39473ab761940f0e13f005efb60ca59497dd094b7e7eb60a2f6431a661ab_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:9cd88b86ac24ea22bdf9ab938b793d833fd146c77b7ee5e162e5ba3d9aa95448_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:a7f257be16c02c62b9b01656b655ebeb2a1eb640a57b3d38877c44083497cefd_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:6c1bbdfc2c9f3fa4c23af400e4cea7f91827801b956fae3effb4a8f313c673e9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:800e71c14775b5c2aaf6daeaada39be53964b123567f6fc6389cc62483042e72_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:982a623205d2d6ede6ed1a295e36738e500c91ef9f8c2e3e62443082a2ba987b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:a99de35e56014d9642ecf9f13869709a8fe08e93d499ffb7a50feae5e04ac651_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:1f86c359dad1658f01c77bcd1a634510baea2c8df28e3106ff8139e5e92b1c47_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:9fc2fae2be9a11e6c5f8d9d4f1e486f80bb8370cb6dec829b481b2418797207e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:cf4a19e2114134bf5c2d9163a09e087c3ec391ba159140635a7270e70605a4c4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:d3f9470c3930133339a3e805c2d5d1ad07945a44906a5b039270abec4c7b75f4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:11fd6113796a1caac13a8d4c5542632e6b396e0bc460ae66eaa0f2a1f3b4da44_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:23a24688a4be7be1242a773aa20f53f2aeb57d316cfa566de7cf2fb11000cb35_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:41d769e206ec812a0f5f34487d4646de1cc1f4d9ec3372b17758bf8fcb76ef98_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:fbdce711d845967d3aba18dbf3966442c7fbbf4a8a5f8eda7e3db9cea63457f8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:2086865a8c3f61d47894fc5a683ea22349599b82c6e5f7b5475c5b50b42bcf89_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:68c120642854e9aa45b15d21c3f9d02dd10e837089131bf4662fba1fd87ad9c5_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:6ee4ad03dabec3dc2c36ec8ed305eb1c74c4c099cdc7fe9cc48555a20d7210c1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:a45563482bf570357b036302275609966253f74439f1acb59c8ff2bc3baf7b31_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:2002c2c89b091a1729718cbe2c2cb73cfc9a1826eb8cb6bec45dbd164ac9639a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:260a8887d952fb84f5d017c15ba8a1e60e23455dd20ac8e2034bfde8cc0b8f08_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:803630934c8c0dac3996191a83ed389d27bd1d9d6e84ad33bee837dbd840e458_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:c016ce259e9871041f3209f577455f3eaaf98dc952a89f32c349473148a20976_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:1556c0c53266796776454422b11f713d84e4a1586a6fb841efac115ec1906971_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:7c196c858cb5e94e65472daed3d55230823b8e958d35f73bfb507d6693807708_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:c48060447a689c5be3c0abb9787c778c0b1de183d66b0a9fb6839d9b3c3d59a0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:e45ff3c1c0074e519f5282ae8208750a4dc0bd3ac7207e0453fbab7f30727793_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:0f63a311771f61ac8c0267d1d102769c18b16055d60260107b2acf033ba5a185_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:27abe5d06a3149ceddd3375e026f50955d4a45ef482ab6f61b9f02030e8e3b19_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:832d5121a94abd3eadf92a8df55a632455cc51a649900c7450547f34c58316ed_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:8c1090b8e0ba9e071f41d66068bc8aa4271251192889a767594e0c5d836a9d40_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:0374dc23f5a2d22a7929da246a8ef5a032b43f19b386a162e4882aca7dff1383_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:0b07eb65787a670b95cb47d98ee8b2ca36cc1b36d962e996d2f0a12a5d58a37f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:76bacd34ec3b1d6dd135ce8dd06e718f6a1ea6c8e2f8fd3954f9e9d5028b9821_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:b0bb4b11507285b17b32be7358e17094f00708e159e32ffd808999a63df60a7d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:79d4304244379d410212241de9b91ee5604bd5bbce5676301bcf3fada3824c2d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:beeb8e60ababc4bba5c6759da3d7ba4ee1786a43132b414748f8e0a2cc9f63a7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:eb92d3d3351d845e5c169721baf1683f93d943578a48e0192bd273db648725d5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:efa0f8523d171326bb6fc12e6d1610b2d2d28a38e5b95180358c9122bbe6070f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:180a405ab9bb66e3ab6a904d2b91d27224ec507d8eeb1c00ab182b130d9ed26d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:89a9de8f0804a61e01ce2a34d25933af30df2f3e8cd8f1209f8f058951bb5c1c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:90c430420821ff7a0ef7a752f120505c2c36225296f6b238771e6bf1fbee755c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:d9817e136b2c3dfb1fbf805c3d29b8d0cefbb07f76fc1e56ee486666726abbe2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:60ad5b01bbc9aa574ef6024d59be388bf7ca6d8704e247f7e56c8a6ebe3c81f1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:b809958ea47a5d78f8e47a8c822a3b2abf14091a3f526501f2eaf7ef36c87b4e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:dd6662403f5ceb2bb3b8887c7d608c73ff18a8dfb8ef1ec089ca61e4a4f75254_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:fff87189c1c3eafae4722d812e5becae925b71f1b6727944333fb129b7ae48ee_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:60ad5b01bbc9aa574ef6024d59be388bf7ca6d8704e247f7e56c8a6ebe3c81f1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:b809958ea47a5d78f8e47a8c822a3b2abf14091a3f526501f2eaf7ef36c87b4e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:dd6662403f5ceb2bb3b8887c7d608c73ff18a8dfb8ef1ec089ca61e4a4f75254_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:fff87189c1c3eafae4722d812e5becae925b71f1b6727944333fb129b7ae48ee_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:7353494095c9f0628274678311b2172589026dcc4e8e28091641ef65a2923e66_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:9dd5d4aff113b23dc86a191abe7f9ddff0b207890634ef9a1c5568df8eccd663_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:be14afa02ae1e9d13d4c6a8e534954bb385f63e9939e8b20942c072901430d5f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:e68a3fe0f5d91d2e914d4b24bcab9a2bffda33daf56cebd73566445b96f64316_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:01f43f0606246a3609b3738ca75c68e2f7f9020c1bb88bf7717818c8a26a1e36_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:3f047ae5585f08301e17488fd86c9ca6cf0309d39e8cd6b580b045f1d1415fed_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:762cc951e74b525f20b93e71742a5bf44d12d3599fdba16a95608baf774c4555_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:9e62d2b1ad0efdd3de7b973cd6639e96203c01b6d484578a4e3cf13f67b2b856_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:1130385b660f719e78d9449c6c7be888b7c6ed16a2ab43e1fb3505fe4ed03b33_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:25c3342fcbb073d32ec53627b8a062f89c1d4be9e641371ec46e6dfd3f540efc_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5b3d375d7d4187b601a77e2eabbf656cbc70a1e7671916ce58e6fc595edfb215_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:dda703452472d35e7d8ddf9750a5229a0c4c6929c7409bf95b973a89a8de08d0_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:058f3ca5452aa97a3fa778064a75d88cc169b7ce84a5f320359f561e76f08a95_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:71e5d332051f134f3f90e4089df6c2a5f88b0b11843d046b0d33726d2d988f96_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:aab5a67ac1a3ccac5761114e28474e11b451124c5b7e71e6ec29e2895374c668_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:da133cbcf2ef025ebaf274afeb555c9c18fe80584c058d31f39b7d343995a42f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:38bd47929b935f662766156026433f1f2ec6e1731d2c7f40c792054cbdb1f87a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:80b3c3854d4f22afec57e0a7cb04b0c98d58cd104c54464306126566edc3ce97_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:8b36c39a63639cdf7c05bc997bf98c0f5cf9c1cee0d740cf9aa6e74b91dc0249_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:d0e132dd83e2b754fe20b12859ffdf7139037da53f2a6af6ee08eed15429a14e_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:2b553e5669ef51cbce468f8c7c85bef41faf7f7952abefbcc2a55a9ce15c1251_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:4715855d33583642e942fec45ccd9f6d2b90d07f2712ce1eac357d9d45c32f14_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:c2f018f8674903f77b5f4ed8979703b5ae67fe83c6a7d76c1ee4bf7010d77a0f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:f0e41fa92b534e5bda08cf38c6c513b4adf930df9af740de05248476c74c04a4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:8db04c6d7afcb6b650dddaac2ff88cb82093660a3125912172db7fbb51f1f1c2_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:b539177c3bdf37dfc67cca8b3a2dbffa0b4941952135f7f144d3ee1498cfb05f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:cb400c373be837f788f663e7a1b2a94bacec4f4dbb4bf5a5ddd5d1a0d89e3291_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:f16534746cf3a8ecb10aae9765d399ddc3b91bdb2b1ce15c59a4cc76f9e4cee6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:37b02c91edc5520a2371b6f8354028e7404482f3e192aa74f683990fce40ea6b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:5097e2faf0ad7dd54961a6f4cabae703df9df1b2b41e9867b955ab9abfe8bd3b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:b56dc790cc28994513ca38162ceed6f6e10c99a3142aa2abef9bbb7fee86d924_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:f4f4b53c8b205d611fa6bd641be601ead79d73bca40f838049eada4d5d0df227_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:2a6400cf874eda4c283683a9733e63a7e8b5ce53a37eb5ee30c07b14a9301a76_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:3908e08f8cd7c94ba3e5e382ee40cc02db84f5b0a4aabc60f5d17142c42437df_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:88f2c3ab06c1757d7681ea0b157b48847b6543dd9d1fba7a76941d9bb49b92be_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:f7b123897a6b90484fd938de9dd8ecd1b104f2e70e0564fc10aa1b3583ad1011_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:292e59f484b68803dc0076b9fb7b9f426852c967c235f9923dd68d8448013794_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:59c896aa966fef8ca6396239201cb9f1821d71f1e4787c4a03f36190b8a42c76_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:6023696ac24b81f72312201fa6c97a6ba4f2a780fae94047968dba982278562d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:d52e3ca8cf609c8d15dd77a525466184c5c9c641db88856aed56de318e23f47a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:10532406aac6636cd860a0517ca512f6fd8a2505cdce5486b793e9cb2bcfb16c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:567ca37a4ed2afe89da71f0b33af4e5e3af3f89acaab50ea32325ebbfcf86aa2_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:a3e1cecdfc749a34b7e3574642458edc7870f03ae9e1a2e7aac63e3fecb43eb6_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console-operator@sha256:cd5d904d0e36cafd45ea72914850b748e921bf4ab9f454e1e6f613d2f7b45a61_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:027b3596835e02a412ab6cb19ae476a4d3987a90403a46abb039ffc2f1c775e7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:39af4cee0a425da0814b28bdd6d515a397544d3c5f83b5e9cfffb7aa33c4fbb5_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:8516be3a082fe2a93bb5976bb394865cd85aba4beaa399055a76bde057d9e70d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-console@sha256:b2426b3664db720bd7a53cdf4cf376425ef8d7c6c5ef039716efd00cdb9e3e6f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:24603d314b5539161b5974f234a9fac64ae0a36e7100a708326265ee568f756a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:79385981434c7e938f71e4616bb61c0f37826ab4891fc5b370479383bfa9d169_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:7a5ba0b22dcab9e3bdf107a7e443a212f7a9ec343f41d3deada1aa59091cf952_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:b7cdf071883783cda48c2663e86e3e271f42a470f2f22d73bae8304c87c2e712_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:0159ee555501103045d1f188ba21ef468c3f463251ff2debae0c8e1999f14eb6_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:237a287a2db660c2b844ac5e985ca1cc70be0f7732c7beac536e3c3e09da9b71_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:31190bca682241fe6ed6bf64602560638c963d70127cee441cd991f82a17fa82_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-coredns@sha256:da97b83cc6f07e4c7e72f9d7b8461fea71ea92e1b29e6117ef0360e088d7adb7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:06ba4dd88b81f15bb0fea21bf039fe45d38e3356c19a6389dad7010940d535c7_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:cd7efd34ed2a41d64b09e5670082cd68776b31011532d0e02cb932467f05a24a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:92ab63720b8e0929cf11f5ec81a3a968017ea1fe2d0aa57b137e6609b1c07bc3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:94ca29a099adc0665222212c90c60d763621671428a1de28a75c8ed6e2be2ada_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:93edc806a96f7afebabbeac4280196d313eb789ec43978fda985a5445d19bc45_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:fd2d5df7915e62949191f0497ed98359a3440c424a56e8cf12d66e99e67d4a3f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:4947bf6c31aab91f8a0eb8f7ed55052a33d35b70fbe40b06e45f5e5aec94c020_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:87439e5f75484270318701b52e986973d66d6f30f4d00b0da08036b2db846335_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:e42c9804da1f84dccea6375967159daa56b38d6d029bb78617120ff3af87ee92_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:fdf0f3062593efcff1f58947da781fe9e9deb1cfa4a1634db93a0d6e40d069ae_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:003480e424f3ed4baad296af322ff6ec0612cb9107c85116f065f4622adb0f52_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:574259966929feeb14060fd8b80ebb8b5ba2ce10be9f19e66c1e53d033586db4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:5d40461ee29cd3134137b105576bca5ae014920da3ccd90b5729b326e848444b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:b1082fb3535909dc2b8eb0ed95434e571071b5dc4324c6d3dbb1fe892012d607_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:1e7f3dd79b1969fe87590b82bcf2db172533f401f37b975e26829d531042becf_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:50b6b05372735625c16a7ed674b1f056ec23b35dca896652ba94c5fe11ca7c82_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c01fce15d9f6b9a9a52b8ccfbde4b8a7aa1b969d7927430eedd169c0b5f28113_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c608bb7e62594f12c2f52a78eefeddbdc11314494ec933698ba52af303436f1e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:3167f80d0848b65adf52382a35ab3a8c76f06fc5b706e001c2aedd897371e56f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:94f7a32483750e9da8038b84e4e1977fa22f099d3b29012a40ee059ba0cca9b0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:c8489b7e4c95b36f247d85adf5181b39691fa97f00bca455c4fc950c9eec818b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:e187b0624e19031a80b2fb26bfdd82cb8ec9dc66a115e5fab48312cd8bc5d014_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:3167f80d0848b65adf52382a35ab3a8c76f06fc5b706e001c2aedd897371e56f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:94f7a32483750e9da8038b84e4e1977fa22f099d3b29012a40ee059ba0cca9b0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:c8489b7e4c95b36f247d85adf5181b39691fa97f00bca455c4fc950c9eec818b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:e187b0624e19031a80b2fb26bfdd82cb8ec9dc66a115e5fab48312cd8bc5d014_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:174437f0c1b3b1d8dd82307d1fabbe34821ca30d773b70ec1cfb67d45e0c1e19_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:3e9dd635257195cd5c90778267107ce11566f35c60d415e4f8bb9ec13fcb4477_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:56dc1c55657428a6508c4eee1940194c81fb9679a11a3777289749afb8ac12b8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:a8b4f74d041370868aec2986f884db5e41ee82baf193dc94701c5934a060be0f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:174437f0c1b3b1d8dd82307d1fabbe34821ca30d773b70ec1cfb67d45e0c1e19_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:3e9dd635257195cd5c90778267107ce11566f35c60d415e4f8bb9ec13fcb4477_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:56dc1c55657428a6508c4eee1940194c81fb9679a11a3777289749afb8ac12b8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:a8b4f74d041370868aec2986f884db5e41ee82baf193dc94701c5934a060be0f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:5d9fa9b4f15954cca4a5c46f00840bd1047151f89e77da0c4250b673011fb6e0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:7b167041fa1524f28380783f43e5cc54763d84fe17c32bc35cc58efcb147c2a4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:d7881138cbe71cab0d372df6c74e11ea195ef6c55c812dc36b84b1e29f8d788a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:e7ffbd7d025233611c4a70dd7e81eb0cb0ff5880c554cd2dfd9f495313902032_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:5d9fa9b4f15954cca4a5c46f00840bd1047151f89e77da0c4250b673011fb6e0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:7b167041fa1524f28380783f43e5cc54763d84fe17c32bc35cc58efcb147c2a4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:d7881138cbe71cab0d372df6c74e11ea195ef6c55c812dc36b84b1e29f8d788a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:e7ffbd7d025233611c4a70dd7e81eb0cb0ff5880c554cd2dfd9f495313902032_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:4dbb8cf627ac6c902416e06181beeafbbe3ce1a3891eeafb504d8169c29dc359_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:5c4066929ed59bb460091ccb5b503f5c09617459667e3b8cef83fd256c1f9ce3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:829668fbadbaf7e87cfb9cf9cbe304ef8b9a343dd989f9a9c887c7352f0c0a01_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:bc3d45f66fed2adcd79722519ed8ea7f81dd17dfb960d06ac79764b66f421c9d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:4dbb8cf627ac6c902416e06181beeafbbe3ce1a3891eeafb504d8169c29dc359_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:5c4066929ed59bb460091ccb5b503f5c09617459667e3b8cef83fd256c1f9ce3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:829668fbadbaf7e87cfb9cf9cbe304ef8b9a343dd989f9a9c887c7352f0c0a01_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:bc3d45f66fed2adcd79722519ed8ea7f81dd17dfb960d06ac79764b66f421c9d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:22ca0ebc3fe663bf0e9270067ddae2e143bbe0401ec4be56f56399dd038bdaed_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:26044987ded8bf944da915148c69be6e247e3e1fca35f0c9d0abfdbb61071e93_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:a988a8373d3f22e2c162052a01e7eba15cab6d0fae768bf76759aeb333c5838c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:aef67ae561902de2e77f7cbf09b98be2efaae40bbfa671d33a73874a9fca506f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:22ca0ebc3fe663bf0e9270067ddae2e143bbe0401ec4be56f56399dd038bdaed_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:26044987ded8bf944da915148c69be6e247e3e1fca35f0c9d0abfdbb61071e93_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:a988a8373d3f22e2c162052a01e7eba15cab6d0fae768bf76759aeb333c5838c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:aef67ae561902de2e77f7cbf09b98be2efaae40bbfa671d33a73874a9fca506f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:3d60041633a1f162c71979b435c96e1b5188df0e04e0349602ac6ef7ae91fa08_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:61dcb1b12d90c58eb1095cedd0f8d050b1f61e68d3bc05037e8e94c274bcd855_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:85363677c4bb40f00d43ca5d6491b03bf73b5aa2cdd514509a8168ab8c47399a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:b2d065c15021ff26eaf335e8365b797c9c0c9b54c2722a4fd88b015d2f3b2aba_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:3d60041633a1f162c71979b435c96e1b5188df0e04e0349602ac6ef7ae91fa08_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:61dcb1b12d90c58eb1095cedd0f8d050b1f61e68d3bc05037e8e94c274bcd855_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:85363677c4bb40f00d43ca5d6491b03bf73b5aa2cdd514509a8168ab8c47399a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:b2d065c15021ff26eaf335e8365b797c9c0c9b54c2722a4fd88b015d2f3b2aba_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:089dbe82b1e1deff569436e344928255e7446795ee2c1965551941f4dfcc20fd_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:52d2793450c879e8cc2df405b8f9ce03239f3ac832705bf8bf071b6d6c1aab00_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:5d68aba559ef836f0992f78c78a8dc79fb5a680dab2abbc876a25041ab8767e8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:a40345997aab0e6dfe1830ffcc76320acb4a19743cd8ddc249de4dde99697d7c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:089dbe82b1e1deff569436e344928255e7446795ee2c1965551941f4dfcc20fd_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:52d2793450c879e8cc2df405b8f9ce03239f3ac832705bf8bf071b6d6c1aab00_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:5d68aba559ef836f0992f78c78a8dc79fb5a680dab2abbc876a25041ab8767e8_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:a40345997aab0e6dfe1830ffcc76320acb4a19743cd8ddc249de4dde99697d7c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:08a79a55c753372a11f38e7573bfc6a930e21cfd4cf78a583b298c2955fd76b3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:656c38b2cc045e620277466f42436ba47633b284107fd2dd77b2a20b6d92fb65_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:efbdf6e8cb6fbf9141f2459feb49bd1e4f9b99d0607331337ecbcca851c6b2d3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:ff3fa757849d5246cc4998aef80a5a8192ea48221bfabdde42d3eda664f00107_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:0ced086ae1f60e918833e7296b812627bb201d461f64b154b238e6cdabb543e7_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:825705cde8c5cea16fff7f61b99fb8fe77b00fbf9f910dcf980491c836299a9d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:84f0338a3c427ac9c88708f5611286972a71a0b67425a82b28e6b9cdb0777fdb_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-deployer@sha256:db72294ec20391b00df5aff0c61131e458d53c77f8e7ad46221bbc1a0e48c627_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:3abf569beb7de9365d996b72deb8d16da11619ef721f4d7f244d275123308faf_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:95fe24d21ca65114bb288e30d3ebd77954db630a4a3162dbe877aab4dd9c5cb4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:e2a10747ca1f65c6d894e6eae44dd77d1ee826e60311c7fbf11ccb5ba3b35c20_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-builder@sha256:e6e84f0ec9ae5b483ef8872c9703908b595a6d0fbbdc368e19eca8b58121025f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:5999694f230c5fac3ce7b5f2c74922088b437067f775d23e01e0340453f9188f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:a91dfaca38590d32108269bab1c7eb59444931bd7a994de781398f50d228d988_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:b7947f27cc0ffedc07e93c3a5450cd87405352f93b39bdf66c1c045312497d35_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-docker-registry@sha256:bda4051ff681d545c59cc6e9a02583278236f267de53b3c68605635689eef2e9_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:58e76dc80151dc5fbdd3089685b72d74b1aa8b98de2d5ef1525071fd972ef623_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:692e57961b5cb2225ea4d757cc5e19ddee4ae1bd5fd89429cde7ae9ed0ac0c5c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a80a31405351245150ab8feebb87ba63f5cb9dc5ebc85d560a89941f983a70b7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d73bfeebb2c2c0b386d5b2e909bbb815e9c39f6e82869d9cffcac5767f2de172_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:3ba88359360ca1532c5224ba2acad3d1588ca40bfc4829ccb8c85ea19bc129a7_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:b237d7893ab617e9c2f53933cd87f2062de4b6621db677403e11ab58a0de10bc_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:f9bb0780a4d8be56bea13e9ab0f834835e04e7e8570494d37798ddb60bc8d7e1_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:4f02b77a2cab5ccdcccba93d51d2a5d9a92ceff151236ffdb8390ac4a67a4af6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:5510f4dcb3215d46c7c73b0f84744d94adc13d45066885abcc522c9f80185152_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:6db471dd0c0492d33613a34a2e53a1c025f1d34cfd3d7e4d2b4009276806433b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:1a40166f257d1ab58f04543cafd99a8b7fd88d8d0a1c970dd9b771b0f01534a9_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:678ee1ac6110db9cc2380674735c94ed5f18c5c2d75137179ea2e100517ed2b3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:d19a14818ee13265fc1722ed2700a2943e56942442ce4bebb322c80ad0f2c5ab_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:2b6431891ea6d2f9af668ae5afecc0dc6719ce7314bd59a89ec344cd46214565_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:60b68743e0d82aa2c39c47afd70a39fa7da4426772b946bc4afd8558350d500f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:aa2fe1a953150e3e4160160fc7a121c952e8b7805564ec63339aed27ab2dd3f6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:00fde8b59b779b0b068e80b2e1874c7d351022aa4142d779016f08798955270b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:13a92758fa914e1267dfeea1896210d3a2a665ad05c9256b1b0192bb8abdaa7a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:146f072051e97a611f39759f5a5c419a883b0e64a1362b205806913b6a8153d9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-haproxy-router@sha256:3c37d2d3853372a7304e39921f4462a44d81136ce24188e7b61fb63e73c97e5d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:97427755eeb8b957837189ef49fb894b743508a1950645e8f42a08eb7b3ee0bd_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c03bbab0f14b2ca0db5a24c2cb646899fe1a4eb4cbbbf987c3b17b22bcd3d995_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fa8d5b44b4fd8273f20ab466a88a29d6ea344484995566640c17c67cb0e7d7ea_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fc06fe0990909d66e2981f12a6fb0f35967f834089bb348e0c4442d47d087214_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:2199c2a7a9e5f483699e62faede55d3df35fedcd4ca8768f05f48e0fcdb71fe0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:756352e643e268c63330c33c30ee12e27fceda1239390fc991f06589dbd78959_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:81c0edf7f04fd4d89dcabc840e84288dab661a2dd7eec8553867ccb5acda9b5b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:856deaffcb6e4b4b9d7503e91f3d23b8767100a1c8c72a6c472e1f882631833c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:5dd9628769aeb00b44e9a18fcbe1d56e7b172805be508e7b4ea85ab1b21fca3c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:6d25728b5108a7941285b8bfca698ccda25d72dbefcfe12dba929cbb0c24690a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:7bad17203de6fe7f1ca5e3d3f192a154d48368b6d877b66e60825c41041600e3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:94a23b1f97ca91ee3195c6ea07b4d867d32c717279fb9159bdaf3413f8e05582_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:17dc9edba250dc41896d18e2dab48a9fe51c08f0cedca362566f504bc1b90ecb_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:f3148cf7ab32c8d179feeadd09f57c3f3a8296aa4b013d24f63d61afcf57b0f3_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:beadf30285a781c710de30bc1ae87d2e8a3bc13c2646dc55ba8fdedeeeaa018e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:db6b71f10ce51d3b8940b551ed77c786b402a12bb287ef3bc614b259b44713d6_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:38bf5373f8d67ef1c79741f697d9454328072f615def597752078137b38f65d1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:9358fffe89e2f3a4783f6f3fbde49c1b19984f3e0252f4749c3e42ec8d8f5523_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:e49ce33f3bead2227d446c2b8ca852dbaff56af0e95f2882d4c1404286c22b3e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:b234daf9313e3efc2362f79a513d35bd15bb7c9b7a6aa936e12fa3a53feb7412_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:efec04960159b197a0626461dde2e11512787cfa6c71190a180ce6bdc9ff8c60_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:a68d4bcf134f78d2de8cb1bd1d9639ba484dfc613da1668f4bb2a044d5582f4f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:ce2d048651c8b159bfe370425e5bead6a0873253ddbd6d6497ff429369798968_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:75bea5902fd17c1e4b9d9115cd160c55ed9aedd67ca5fbd14e9b0a013eb1feaf_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:78a6b3728b3e9c807b1b80ef6e79d29e5df49b5c92c5580ff31b9c2d6d013ceb_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:ae98a6ec26befeca00294a2b0c7ce210bc7bace1f220571a35c04ec14db03e5b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:ed131d0cfadf5b581837ae7b345053603eef694a0e074a6d88f992c55c3d896c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:18380c9080b259cc8d02487331e3ef1247d2308e6b1e70ce803426d36c0e1f27_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:1f51177c9d6e9d8adb6f61d1b171549573506a7a4d826e539c9aa8f942507705_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:b2ffb8ad7db07d9f7069d160daba5b7a73de760c7cc161106301d3654883553f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:dddec677a6081085ad00e206077030bb99713e506277e2ced311d492e86dab02_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:38563974217bdd53752fdd063138b0a11e90b85dff7f9c7537de064033f36966_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:c420d49c96f376956982296e7a03f4febfe0cde367fc95ab63a87642e0b361c1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:ca2eac21c18a227f5672c8d3b50469953b29cd369792a207614b8b25291eb931_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-installer@sha256:e5b54fd6da54c520f1cff80858c7bfb5b8b4b378fa7a57ffacee623b1d77cc43_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:5a30a1eb1091054facc200e9518afd543192758a9bf2e664e44cfc531e10978b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:d8b63cb4fcd259a66eebb6605a7a105384cdb4cec042952b966b4f8bfabebf4f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:6f4aa5824d6ecd57443e2bb696bd3e79703269df862ccc42d56f9f9d7e060f50_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:7924a3056fabcec515d879413e5b88ef00fcb7451c884b7f7743d3679f127a12_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:7cd191dbc1db9d5266bb1e1f958871b6b12cc93ad7394482f6a53bf5cee83dc6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:9dd169e3a46ae8eaf47028070e752a308cec0418f8102dbedadd4210b867e706_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:c6e0507565b5274a8b474e772093d75c2f58ce178da633c24cfdaae3264b2a8a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:f85276401d03d6f3dbe5de6fab4cdd44379d4e3cbc3d0ea53efce7eb9ac59d60_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:321c1737ee36a2b23ac9e1ac85368965bd0f120d8577f5999c3f6d3797b0a6c7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:449dd56bdd7e138d514aaa0c4d9489bc2d8e01b0b4c459131b116f221e2956f1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:50ffb33fdbac78a475913b7e307e730d40a5934c743cda0cf45d05f6b5712459_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:61dcb76dde13dd2ca7d6573f2a7c09a5cfcda1de1294e5a506d07e14e5408a90_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:4636f3477179b218c2ada2c241a65d804f0798743da95e3a171830736f383160_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:83e26b219bffb578d76bf9842585f4307e41a8f6f20610054842b3526dc5424e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:8d806e0cf0b13ce667b08498833473314716c59b6bac3ab96d2d7956e7ec86bb_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:efef95d7a9a80b5919d54fcddd2d2996294988efefd8e286f33902ba4b94df81_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:99811313942236572f7ac4c4726f6709609452a3da5e811463e7a9263285d8dd_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:a3027db225c166629284e11ab26f4d8dfc41a2fff2deacc99df5c4ce151b5fd3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:c7b4aebff94f6bb707d9c4ca28ef6c6060571be88d9b9eb53cddc39fc1456f76_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-proxy@sha256:d7ac53074e1cfc8218326b613104a28aae4cee1c67785de8cfa755d1772ebb13_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:56056031eb0746e98052842eb628a66ed222b1dfa1c7cba6e511b4bb4fe05533_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:79f3b697eb24b1f1fb941a3adb768c4fc11e742e4de8b917900fbb301f5605d4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:cacdca41cd532e2a84e1acd9a392a5ad73cd5f74b0215da3ebbce77885afe1d4_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:d1d39bd6c538c62ec5e18435e712b1798183951d4238a970eb4ee037a9a70f51_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:634a8c373f209fb3cf1a9251bc2cd8cfecf9390b71ed4089a57865bf15013d4b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:8a9dd162f613ba32fae56bc1b9f1ed10c577b4e3aa3c42bb08e3abe76e820c82_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:9906a9d16a474aa1d103c169b6e64b13009511c45a7df76fecf76ef0e25f2a29_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:bad61947f5ee2cd63364f8ca7cfaf343294934b448a96b4e0c86db4430bef34c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:00608f5cbc3440cf612a54f7dab4812bdf3c65cb0639e2ad68695f95f399a559_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:577f1f21d3e9a632d5fec2d0545ef62cda58a2f71dfcd2a7cb0ddf420841092b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:6cb0fb8c18dd7ffc43887ad12374f540c4844b62b69adbcd9286820e51249309_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:dea046947cc52f5b617e5c2e273ed1fa409fda43a2dc0eeaacd1fc0f27fe7ee3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:813370f8fcb5b9e8830be339da8c73c5303a5a9755b18a8d26b4ad58007d2825_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:aec19cf38f563bcb9c4254432305bf11883020c9e2a25b0f50f71981ef6aa161_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:e8de1336623bf1366668f6a56a55b5553692303ddb4950a4158176dd78a458cd_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:fc3f344bdf3d6f5d9c0e940aee5e25662b05ccf1b8827f81ba140835534b655a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:8e925337d28c451279d1922b0dab9ce2a4919e0bd75a293db234518c09ccfa92_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:d134d9f1085573b2ecfa5380e17eafa45cb573ce00da1c62e0ca769c6ac28f6d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:0d4f60f600d906f1122152da7b8b0449a938f5f4dfb2ed198065d2bd3a2ebc5f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:803ecd02649eef62da8885831e2d38917ba51b891573c195b323298bd71432bc_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:174f58ecc534af5ba1915d204f2e829972d3632652864eb1d61a95de29de7eb2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:64efbcaeb77bbfaefd493170eadd2eacf6af2da186b53ee1803fa2283b2e5711_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:969b7220dee835ce08b1d039027c776c83b6ad3da5388772daf26e4c8f09cc80_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:f01e210631aa090775e7f3b07b8012da4a4c53ecf3aea6fd9bf8ca08d49d511f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:2e07fb199c7724f86935b745dfb5c77991205c9c4c45ee5961abb57abd0cb823_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:ade497f48de9224ae91409818c6e0571e634891a84ad0057b508c3ac85b21b05_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:c495c52ec300a44ef4173edf15624688b38011a3ff5cd738bca779757e42d958_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:c983af07026014d73b6cfc0d06fdd31a7dbebcbdee204cba1a672d24608d4d14_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:21209efc735beb2bbc8daca5776cea1ccc5418b51b97b799561fcb751e8491ce_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:e87a5743e86e549e3b17b57cb6c3a93724ab85796407a3e4a0a816bb75a9a36e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:166c39667529c8deaa8cb6bdcd0f973c115a44a33ce2371e0c956cf157498d45_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:e527f1aecb09a2c40e856370615b16e7797be1f9b82848e862eb88a42a9e3eee_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:4b743b7d2d78e0f2a887ab796b2ac9a150988aaec67dff3adde88687e46f7b1a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:4bc8956bb61c0451b1fc424ec1b8abb2a4af487ed8911d952c367592d31a4f3a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:71c807e7cea2c0944f06dcf96bbffd21dee4672e7274dc817dbbcdb65677a6ae_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:59adbd89a4a3fcb8f845a9f951063c2c059e9b67c043351ab1ac1128e0cb066d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:8ece29e4b3c200c4b113a12e23ba43349fdeb827b050ab1179b97d929de452d9_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:b9c9b5e975e00da4e745d6caacf725e37ef8510727d354d65a96cbb51fcdaa86_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:c738b9609d40a0bd2c17207f9113948c95e55f4e216f2dcb1f37a42914669d6d_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:81cfb4ee1ae877a6ac439db16b4f91ff789b50b8f02908858954afc51e7d9b19_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:ab00d7940fe91a26c7f45e6824c8afc516bb655a6c725c0a3200ce164e127596_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:b95d59ca455992dacfdf186d011dc3dfb0844827c944b91da28c1b1e678948b8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:f1adacb5d83f6207a7cbf196c82d30feef5a41fddd90520fc0026396494f2ffe_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:0857e1c73c07b272f017af571c91b3bcdc108540ec002da89b11ed2690c03de5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:0b2599c96ad1b12dd5ebbfafa53327fae38e586b269eddfd3ac87e51d38ff0c3_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:750954c71fd9789e0e4a93f2cdb25e4b6a8e4c292bc7f6c28397619c980ca118_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:68a7b4a2434007d41d8c0f29accfe43e00b04ef18101a3b400213c4eda9117db_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:96538bfc448f0d0649d003f11b49f989ca36e10838f34fb91a9f7ca8967d574d_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:c2853ae37c6d4f1a44d5f03f77825030fd584268fe67856fa611487d2aef7afc_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:d2e88346989d7c7c40b556408761a58f3e179856ccadc1e7780d103981eba9f5_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:08a1038d6b2be6effe347769a0e2fc89c43caeb44dac796c34481274072534b0_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:5ba881fb649a3cfaebc470b0fbcbcfb799df2205477e3263adab655bffb4c268_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:c8974096b8764ffbb4a9f8279a485508e9457c0f7e176c77cb779d3ea585a15f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:fea604dc691a2515b1c9a34f6b41afb60287a5420f30b8957911403885658e04_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:69411bfaeb395222009f0ca46a1bc3e456907b650a285f56e26eb207c7ca4383_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:e20e87ddf196803191368f1dc4f6cca4465c1a92fbcbe29851ebb1f908a55038_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:f051e24c3447762f3476242739a696f882ba9ce210fe775256dac55eb28fcad4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-cni@sha256:f385411362f79afcf35acac0f49acdfef8b9f5ebdabdb20cb4143f33bb505733_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:2e6cf654f0c887465ff3b3ddca67c12e2510a6b82a69705e1fd055ed30cdd9b2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:56e0fe3c3d2aabb7c30c6ddd28d07b3005cb128c82a5d0a51dfc8cf1f1cfd2a4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:8c01bbae6f1cd673c1ac45ee550a792409e534a1fbfc4489269c5d849c4fb119_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:bbd136c9bee87cfd71601d22fc05f16a7b07996f39b41195cf5105a84f0e847c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:683316d9efb43eeb14a1e3ac0c8f8bd98771819389d89c1c0ceab8afb3e61c35_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:c91b7c636c3672e3a38ff2c5964d9352f573b32abd2205a6bcabd6f555068c9e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:e1091f8361184469358998047fb0916f7f8a22706609fd0a9ba5610bc17e947a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:e9a2908a457f2935037d9f4a27d85d77fa334c4ed7fdd1f593040e0bec592161_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:15131025164bf722ebed8724e62f4b70ba018f3d9c671476f33e3485ce3a43fe_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:400674850f994c9de28b9e5686789e97eb0dcb235474f8f3a42068790d63bb09_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:5bc0e064ce599860205080a84750abb3de613a2735ec5f67ea4431a7a6f9249c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:a7fe5ae007435227287fe4f4e9e1c75f53905ac1c1e4eeb183e9dfe865a611e9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:2936230694f5ed225050c118595e401be4360ef7d899cf3554c42e40bf82921a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:3578bc2eb20c76eaf6120449b7842f8d502269454f962379b026b1342482af0f_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:afe42b2c8f953258782138392a88fd1413fb2097c648d559ceff1f3975dbb1a6_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-must-gather@sha256:fc8f8e4042ffc6ff97d75d2c97c2df435a7f2ac27d54109d4873ddac71a82069_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:1eee004700ca936c97efdbb97384677f3e3f2a2d42606967c1cf9c6765317154_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:2575052c200b4367f535e1bc653561492dedea225ae80f298045f4309c20f7df_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:921d77cf40e5f25b256c397a9538deb9b5214fd1dd320b272ec73f368d965325_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:ff3548b2acf73724ef2672fdc0533ca212dd20cc55842efb49a4302a3d152c1b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:4ef2b930ab6b1fb2f7c50dea6b34d55d45fc3fc4464b871359ab105145ef6b6c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:85d787413a3e60a0064132f45a19fdb810082bd401429e8248ff4df750bdad12_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:8eb4f27d2d6db0545c96878704a8d5265ba9d847dd8b6ac823cfe8ff6689554e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:ede9c2be4904769a47aafef33f068a0e67b8458746c74199efe17d745624d3bd_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:8e1c3cb2cc5f294d03e007b0aaf322662c3c6c09245c61a9553eb7b33a02d3cb_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:8bfa6e267d4b8d65d364bcef54b1c09399a64dd7a5c97116e2b8358e0cde0cf6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:00d9e9b53df16cf21513e47c4a980eeaf3358af5472a4a66f7b8ee422a3313da_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:3148750b4508846de939bd0907eadecf7d8258443b4a3d7fc30b93c39c4abb63_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:646817898e42b4ddb0768945180739b794aec7dc3e31f5ba809569d87bdc1fe0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:7fff4f51c84e229eb72015faf1e6d9939545cfd1a6766b8f1e4f10f17029aaeb_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:2e487cac721a6c9b8cff331ded53fc6ad0397aecbd51c1384632319d573bf601_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:4f4729ce2ba297f713fdf02edc3ba34d649ab2e7d648a47af99ad762fe4c9e4d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:691e2b24b901f3e1a669bbf5188b16e80c8e8d99433463f36aa6ad087ccb11ff_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:9bb9f5cd5e94fc8041d25e9a9d10aad1be92c734c8a8dd618c93e2d2cbe27c99_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:48d371c93bb28c4282f540750b91ac299178ee320a79178b28ef77d294cc2452_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:4919f1c330d56e5dbdc091d33e5fce13cbdac96876e773a8109ce807dee67b4d_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:a6a13a734f336edbf73c601da1990c2eced4e74fabdcc6f66c6075278574730c_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:d0147210992ca5d1b5d8465029135f3f5c400f7f15ed001858b6415946a22fbc_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:14587c92943288e6c9f56d60476f40b8f15ce7f1056913e5b4cf33f0a83af7c9_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:9356fbf52e0dafc970befd18d5337a29e2496242b221727095c83d850ed45d62_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:d3c0890549855355461d90eeac26335cb114a584af9698af531eee0bbd809807_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:f6ade0ad3a5e4952955f2d40c0d867eaf290de111a2c35bcbaf7b59c3b734490_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:26baac061161143b4960d00cdc53adbe77aa5fa52b415b3ae3de1cacb18a5634_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:2d74639836f3384e157e3e1fccc2c10a90aef742c8d8c826317fd5ea88b1284a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:46823bab7a55eaeb658763753c36e75a89494371926db2f9d8c48375f03a04ab_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:b135940892cdd26c7e983f3c37d6d492cc588767dafb5960e1d5e9642ac48e5a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:2899f24f2fca98123800e88171603fe6022226299341679474740be10d59053b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:354ff055338adaec79759136d29087337e0658ca64cdefb447e8fe4157a8003e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:58b4935884a488e6c796db1c1a8e37189e2b76dad3a18483ccf06368a8c84e6a_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:6e0ed09893071387d638004e2c9177d1933ba9cd59145ab3ecaf4167c9e955fe_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:17306fddebdf61a0a4bffd5ba6cf4bf595701c14553fb87968985e670e3a7f55_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:18325aacfd110965ec933fd9cb5a873a88572fa0507be6f64519c42306266846_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:33b3ac785f10dce0378b5ce81e84d4d6799e0ee2e573b45e4fa8bcba3ae83d9b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:a15084c226ef3a1bb0488c272ffdf4a59bacdb293d0f1d2d3b0d3ede8fc856ee_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:039085f52e4730608fdc2cf5023460e7b1496a87d34c3f44e958be30e93bc88e_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:799213061337226fac59a610753c8b5b5b2feca766753702303a51ae0f7f4ac8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:dc9f4de544635597483c56742772b5c471ff16f2220ed4a75aeaca2b28a6a40e_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:fd8bab3b8804bb1b4ac56408fad43519fbe11ded255435ac22e20f162fe27252_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:246d18436f5aa8a6e9de5a6ea2a81c09bc21e37ba02ffe57fe836937ee54565a_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:2814b78bfe377098e59e5e252759ed64e1d3db9cd00f117ee48983a01d3bbab4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:c7c37e63f204f3063bfd8f34e6f984c41e07718194379f86265a47749e269d6b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:fdeafcdb178182b8484c50c321886f8b2611d27ee4fd1a7906eaac8054ab9625_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:1d6862cc2b12521141b533f7ebfc42e558af07195fafbb8f7be6ab7e64ecab34_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2d473ff75f549db1505984e23280fa2f3a6570d19d7ed72f78bf0ca6330f0e91_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:4b721f641f5fe989d9a0ec209ab4921d001360aa570cd2a7a9e5879c8e1804f4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:713d23b937eb12215688c4d67649aaf4270ece88b5197ff85fd3486b89ecf572_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:3d1d10391974723b15b31315b9c99c98b8296c61032905893a88e42f739f4a54_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:65fec2305e5a5e05b89b507b3356a8686bd11372b59d1ea078a3c9794c2805fc_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:c4a5f8deb979c46d9c6babc5d52d026a0de3bbdf08238fcb798a05b6a76d69ea_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:cb06db0919e77bd26200cf8610277dd5feb9e627de2dfe43317fb4256be7cd0b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:214521bf60ec834c8d397bcf685e2ebbe39921f4deee0c09b9601253d929e583_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:5b057bc84cdc3f1749467d0ef85cf09d6a06f783ab16fb57c5cc19554ce720f3_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:8150193ac1d183bc045856ed3862107d045d2f0582f60ec4203c99c641a8a30b_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:af21478733313da2cfce7c56cc6151609b18be0f096532de317313abd002bcb7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:9499cb5614434c687db474ad657de64098ba4d1ee1f643194a92488a21faf652_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:98d2604ab5bd65c852b8d6efa756b045cdc2833017b874af343f47951b015b2c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:b594ea68afa771c39f64ef2002eca85d0541e9b7d954721fe3fe784d4d6aff81_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:e6b9aa21e43519da9b49140c570738bbc43436212ea75e7dfd0bee67c7c3fd62_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:0ef624ef1b65af220fb60fc4d80d6059aa5061e8f9fa800410019ec42e2fd839_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:5623d5f0940fd4e2dcd11b1469dcbe95f0dd801feb2d92c3c385628c82dc993e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:711a9081e2bb725ceda8dcda213f5f3475b326f708b077c4b4e215c643bcae71_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:9e35a4faa30dbebb4c0781e948a98391c41500225be6e4f399a2654f4d443c74_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:b5eaf716c0b3223abd931fc510d8c93f6fd342de822aa115e60b80d48332323f_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:c31b361799f39dd3e931b2ea44689df6524281e53de962447b37cca578954ac3_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:dbf8ecc16795fd9c9e838e0b0e5bb67c95f5493f695c90093813819a71e6a989_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-operator-registry@sha256:e419449bd0fcb506b32e7042d3c1d490ab961e070c0715951db4babf43b1f527_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:265fe91b3158db898cef1933be732ba61a1cb0dd4006257b9f0aa30a8d4bc654_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:30f55aa98a244d7b7072cda47c5f6b61f0aea4fc5e966081efd5c4c030a94271_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:3cf63aaea43c416aab8879a538bf238a6000066dd6170fc958acc281b4538b03_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:8f04739af1f6321c039253bef7e7c8413592238249c6b9c68bfe2b4c6742cd6a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0c41a5d04b68877df42b5e2d47b1a51a205f9b5bbaeb272b876040840df70cdd_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0f9b478c439a81b264c306f4b597d40cbd2b9461a2be9167d667ae96ccf2d80f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:7d1cce729216a86f6f3142e1dcb9d3c6b4eec52b35f55c1aef1911af499fd6c2_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:de5431ddae08fe8b534706adcbc5a99e1d93da3460fe5008f319aeb17280d6fb_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:27ef373e865dacd62cc3d29fa3ba0661280570b9f1e3e36abaffd6a0830896c8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:2a129685c29ed30eda4c991cf88833941ca25afcbb0929766fc24aa939b3fbde_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:554535a577ee5e912aec65bb9af114dce400c54955b1a15d3b0d8a3cab725389_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f120d3b13d54b6abc62fbc6a87f7b1509a3de6c01e316e28a014e355bee5c002_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:27ef373e865dacd62cc3d29fa3ba0661280570b9f1e3e36abaffd6a0830896c8_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:2a129685c29ed30eda4c991cf88833941ca25afcbb0929766fc24aa939b3fbde_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:554535a577ee5e912aec65bb9af114dce400c54955b1a15d3b0d8a3cab725389_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:f120d3b13d54b6abc62fbc6a87f7b1509a3de6c01e316e28a014e355bee5c002_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:8846ed3df7609e0a20e5020c5019e066e3156c5cb3e32719f55405b54d2167c4_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:90ef3f26f00eae41ceab0866b5bbaef1ec56387f0e02c55ac6797ee527c829e7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:de9a1e420ff965ea9dcf80d4cfa0f99e351fd1362dc883b2dd75bb09d88f509f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-pod@sha256:eba4869ea1ac77524cdc048c718c20e3e30da1de957570ff28840c8cf3c65d34_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:caf4fe81752b9984c30496aeb287eee457aaa9a51c1d4dc8dc47552f927f8989_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:eaef6750f50858e6c3f22961f4e31e0bd2600873d23881dbfc2968ee7d167aec_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:c40f3fdee914e790347ad59fc55c2424628927c75d88bbd40bc39783075a301a_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:c43678e689872e352ec44d2a2f395199a34ce16d085c4f7e563ee3e9534bdac8_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:9038c74fb45e35bf411a05528ab578cff9cc10a8b0927fbad0a735e3b1d414ec_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:fe85c1ba2ab6ad8f94b1858bbe3f6cdde4a7c768fd2a451e79ecd4e0d780c99b_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:3448dd1942c7ffd71cdd12b778525042c5e38485872c6f579229cf786b20e9cd_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:e2439ad3e79037d4b53d6ef9514a7cc3428f57789ada20f9aae6c844fa35019c_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:3be8282baee49a9fdcea455723d5fd12ed820ea578af9deb23171ab09156c9e7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:4035f82b6b41d63e30cf4e1b04631e5890c76f610835f8365699bbd633ea3788_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:7c1b269972bf5e330da11df053fe60f0a8f1af43fb34ea0c22685fb65ad53715_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:b5657aca295b3a67c1cb6525a55fe234d959098f500ac7866c8cb7c09769c8e1_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:39d2eed706008f5ebb0d2baa19ebaeb77ded4e0de4ce28e0232f614f8df18c5b_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:6e6882fa1afe45eced0befc1bfd30c874c888a22d8656d929eae355be8709ec2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:73021b1853b79ffeb0d04c028cad9905455214a59cc50dba01ef7f97372da705_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:8d791856506c0cda2cf02f3903c6da293a257ab6326960931d0e5da995dd3d82_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:93bcb96825fe79993767a89bd7305a5f6ec39deba51b6a48a307eb6a7e3e508c_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:d0d43e6dabdc4f060c91b7d247a444b763821f61931ef78eba33482eb493acd0_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:d7ab49355e1654d655aaa7a12967a5bbfd34d7175f7e5b9143ca9abbee0d9b06_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:f2a68573461f17d018ff650a7dc8f4fe233cad39bd64e8e006a62d040a7befdc_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:5c2fe110d1caa5d7b14a653f3af1194bdab821255758880809e9c356341323a6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:6bef60acc457405d245a8d7b17335ef424ab68962255fd1bc0ee5c87b73b9ed7_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:708132b57f6743a257e0c14f8955beaf7a6b759dea9187cc02c0072fe01d7c21_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:dc3a9ba0d7083481d3717e6b486b130674223d5ec26c40e854bc40aa9d819538_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:1a041a1f772f19dba24bb7dd08cbb374b8b9011e2982804d34a739e5050af270_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:31afc8611dbb85e2afa41373aa19b95f19f3b6f3c9dd9303fcb324566ddafb05_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:4ca8edf1c43441ab6d2b34eb7572659d27c7ea64c95a5de9e12cea5ea0dd2799_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:e8a39e1add8a7a4d65b17aeee0bd0b0bf5292c432e56fb97ab52f1865dbcaad7_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:10cab7813ac451d2d17414591c27d5626a7bd43d7dae6f030de9291f3f0377e9_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:2d83001997d22839a2df4acbb23553acd372c163df0a8bdbb97080d5274b6925_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:6e4889fcfd7cfd56cb6a4bf34e30d92b5893a64e8a036ccb18eaf9fc1fb8bdbd_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:d348bcfb0e822de362a7c67ffd9f572569502d09b3f2d3a4475ed4810f2e2d6f_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:45d111c26b3b1b96a1911dfe65ed604ead63c26f9f5534b027614d8ec8f11a6f_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:734cc9b8e88fc9b2d7c30535080a5c0570ae19bee912486a7d27255ad694bfae_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:e02754f15b7094b2956ae2364dfca3ac178bbf62bd5dc2061d681cf645129114_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-prometheus@sha256:f081c5b04915471afae962eebefea4ea2b71e0afc6d367f59c4710a3953239b2_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:1248b42c2a006bc5117a42c76ced63048cc3fca7b5f0dabe1a5d16efd0b8f604_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:ad34ac62efbe8c297baa00f75a7fbbc87d1fe9d29563811d723f0f10f8174366_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:c17711a9aaf902cc6c95e62c3715201e6354a76117166fc3715a27342c2be2fa_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:e28aa33846c0489e23b86bbe768a6d23a7e31e3830574792c5d5007979f05675_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:81774e36cad16a5f5da6c89483f4139ba295e29726cc5bb9fb119277e087a1d8_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:8f4fba2b28c5dac5dbce6cf38a064fdbea5ca1ab2e039ae96df7d34c90296ff6_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:b18472469fc37430b4810a9551fcc833c52df25bb34e09bec904c82c172ce268_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:d97ac99882fc7894c72d6030a4578fab814b2550e6478be0bef5eab5b41b85bd_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:74531d0fd46e112088ae1583e873e40ea082223804b723473c67aec06f5e8e32_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:8cfc4b26606408d8028903e16b23e16836d1eb7d9be0c6ac6b8968330ed5ee7c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:a0837af0880180f927e3c2edd48377d2d5ab849a06186158695e0f2d9d460be4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-telemeter@sha256:c86017bd51d33ceb8f42f837a4b19f0c750967486b6ad647f01b7536d20c5d41_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:103c34c394ba900666000bc5627c63e1b564878aec0defbb91a18711aa95bd7c_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:5273cef06cb438b801ebedf984156ef179be56b86ca0c1168ef1c2b9ec547ef1_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:6772f96ecc0d3b1a9b021f66c53bba423e763e2ec31fab4f3f14a8e7e82b01de_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tests@sha256:703919dbe997e2b17f6063dfce55226c14f5eabff46db358a397a25effe43932_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:2d6037ca2e1cfa58511058b4555e6f65f1eb66f80b0e0d78110076bcbfaa5a0a_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:43ea6c2d16a1e89c0a76259219af19d79fc034665551181c153f3675f31bf238_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:6178ef94bcfcd227c35d30a2479119f8e94ac53749d14f4892e44f1d6aaba331_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:df29038076b03784ec2f881405902f2bdb91d46a7a2bf38b75cb024ca6936787_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:218a452cc4548f90ced34504132e4c0048815a5e67c8d9f93b5e1987e83d6c2b_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:8f19d00af7e51f94765c630bea606b7cf7861ef434a001987c07247189d255d2_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:c59e505cc5dd47f6aa71473d755d0f91bcc54d1d450830fafb3d622dab432ceb_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:f383f85c0c0470333be07dbe4923042a818b9b5949eaa320c0e99d5ddaf643b2_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:00a118e4fbe39e9be377d2318d259343a159b83d322caa771a933c0696696e4e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:4bbe5d322d15b2f708bd75f6b7e1f52bd0639ad729910ec4bb488faeead2ebf6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:b163baec860229f0a73b3901940045535b666102f42dd61e453f196b77124604_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:aaeef54d7945e2f9df7ddc715776cd9133a335e39268dac2a65d4bb27b0baec6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:00a118e4fbe39e9be377d2318d259343a159b83d322caa771a933c0696696e4e_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:4bbe5d322d15b2f708bd75f6b7e1f52bd0639ad729910ec4bb488faeead2ebf6_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:81fff6216dfca869c758bd60a0efc7eec81c81005544dee1b52e1098b9646322_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:9b28af07fd820df432f76f7cbf5f6c17ff275307679b909b9fcef39af9c13aae_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:068996fb40042f413b58f8b5087a55d5275c8abb6cbbabba81dcaa8512800d8d_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:29508b9d94bf0bdcda583afab57029f189f07e845cfea44972430a6d40c7bd76_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:631436430c6bfefd7ece74a6f1ce7eaba8d4da935d61ba5db66553155204e0c4_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:9adc42aa480b66104ee6d0e81ecf7cccf7cf155b9082d063d9a9537dbb378ee5_s390x",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:0d1300f732f6e66a363b6fba2bb55e0187b2b345dc2583d1f0a1389f7526cf30_amd64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:72b5a08e055d90a3eb6f8b0f3c8267d7cf7c8fbdb064faf381ddee94d2090f49_ppc64le",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:733261a8f75e4080761cdff18e6e619df7fc4de05cd2050d8127935bffc862b4_arm64",
"Red Hat OpenShift Container Platform 4.14:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:cd0efc4e9a3014c1acc79fd8ca9cec790a71b7745e7ed820613047953da1d641_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "github.com/sirupsen/logrus: github.com/sirupsen/logrus: Denial-of-Service due to large single-line payload"
}
]
}
RHSA-2026:3422
Vulnerability from csaf_redhat - Published: 2026-03-05 10:40 - Updated: 2026-05-28 10:45A flaw was found in Lodash. A prototype pollution vulnerability in the _.unset and _.omit functions allows an attacker able to control property paths to delete methods from global prototypes. By removing essential functionalities, this can result in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console@sha256:f7cea5db815cfb15ab3556d127623a6618b721c06960c6382121d0b1ca27aca7_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:35898248f7a14e2f4945b95779cbacf3ada75ccf957fb9d59c43ea722bc659c7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5e74ca1fb7ca13bdfe660c8681f60b1a1b83bf47379b35f6951ab2f5b2cab2fd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:c2836249c662fa1cb5e015249eb8c16ab6687c7ddc2c67217cf69e28cae0a217_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:ba829a48000d32000fab969e21e82fc8641cd46b5e6d2afc85f72702cc6119c5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/network-tools-rhel8@sha256:f4e785f3669d3fb96edbaa7adfa3cb521cdeb7ed5d7993ce9e1f4a9721bc0737_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:fae18193723926211ba4289b50cc375ac3c068c42f6d2b217129800386fe21ba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:80c130d5174d2cd8dee63f7dfb4be33f469ab59fb6697309b22d21661ce44a5b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:66a8fac2ef6c846b32c9700ec6afcde4e32a21af2d07f7b30659f26cc48706fb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8a212f4355a2a8f849338a59da65568844d698a8b3cbb0795434ef4c02d1bbb0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:083584adcc1c6a9cfc44fd121f6b5a80caf847d6ef41457243d68e832512e137_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:f1e5896ac59d4654c49d24bc10545de1dc7237d19be3fa085f51cc295bba8b9e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:3a5cd797ddbfdb2f582b6983da722786a5f4362461a10fef0ac46f4ac44247aa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:2267a4a1128b1a10acc478b545eb1468be4272827eb199c29078eae131009703_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:4ce6b9f7acd9845e5598ec60436a09816f88b2394d5faf067092e6b2ad55e6af_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:8dd2047eacd8c4e28ee860ead50b3e2dfe919409cf4f4f0089500673c4c2115c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:1b533418cf6e29fd9acd5fec98daa7384db18c113cecd50040255df6fa6c70ad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:0e7793d19afe307a7fa2754e16c267f410c2d5362139685bb2e4148df9ab30cb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:9aecbcf45141fa7050adfb9a74f9b76d5087cca447ca9c9a195b10999342b175_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:54b979557a2a31632abd90d27f77310ee866257c66d3ff86ab07f82f6be8a4d1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:7f10c0a4faa2ddd19393b919ccbd318aac29510f393810874b4f2a1b1c97f62e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:8eb433372e8f658534cfe2b078eb9204fd00cb083605e34a8eef0276991e8c9c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:d163535a1b6fa970c89520be9563634fdabb1aa1d34d36d0ae05f10ce863b776_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:5313b5d9ad508eaf0dcda247e2468eea0d6caeb29484ba9b2e6818786a606f28_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:0e56897a6f11eaffa74bd469bbcac436df28d87ec8c8a196d175d0746f5a9596_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:ad11837c6ed8937a655fe1460b8d15a1e0f5d94a09c93c84feb946d6379630dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:5a0bf200b9eababf1a55d0ab8719ad0f8bfc572ecc35663805d3155e3952719a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:43b3644d657ead5a217f7bd35e3c4b02e48a5e03eaabe09ff30a378c5652754f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:057bb3e3fbd95ce088b357660eda2b3f82ebf5481e6ebccec0462f2bebb3051d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:d332f5286418298193a0e99016c44b267c501a9b291db732356a1b0f2f18c8b7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:7906d8950dad6dc9768bfd51ac83c752cdab1df66e3c1628bfd326d9cfd838bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:8e16fd6ae86d5eea7b38887a2d419d930114a8f7f20fd30fe0975460660e8e3b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:a2971c9028fac596e1297f4f0d6287194a059f0572ee4793810fb8162919b653_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:f1a041095c2e2d9a2fd9d6a80d4fcd8f8bf7469b415ddf11d5191b663630bd7b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli@sha256:427850f7d549fc3ee678214f8790c5abcda62f42821dcc26c104fd7f95db32cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:9b1ae658b537e817a7bb0ad9a0af7adc94bd438769dd422917d8d9d562168798_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:00c969247be5aaa136a6e1adb3759f8265ccd938924b04af3d30fb3b750ddf24_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:b02188a9d5d9c2fed2c5c4256128f479f211d823a40db8b49d53895e099a67f5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:5d97eb48ecd759cda39f9726b9dc88af30603d48e724c8d7e3b8a5a4be0b66e7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:165412b8785ce00b28cf32b463fbce2d8df0aea955278df2a2978c218a4e3c8d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:e2845175cfcda7fcbf6b883ee5810606b2fef322b5212897c55bb0e14d5078f9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:bb634e360d469fe796f71e7de263a0050bbdc417cee6f0e186769b46eb426cd3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5e6a0d1c09e83d13ca1df1be3a390f30d151740a81e244ac3816dbafdb321280_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:5e6a0d1c09e83d13ca1df1be3a390f30d151740a81e244ac3816dbafdb321280_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:3be2ba30a85e8d823db37135df5ea0172b1df5841bb2d5dd254dc1e2788e5744_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:4d83dc89159ed2990afa1e3a67c12f5edcb51288fe8276beb55787d44212ec58_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:583564b251c3d3f65da998a257b9b2f4ec86ab2fdd8aaf8b95afe8f8b6661f1e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:c897dd63a6812376f286b28138efd843802e88399a37ac2fd13137ab316cfbc5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:57aba607f179b17672814e70d2f833a0eafccf5d29c6b52106c0732b8399f3d8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:73cecdc55d3360d0dc1965f7ed1499bd5314cc6a42c12933a3d7abee6f1260cf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:14680fab9cb029bc5de012162b68d12142fa593ad739d56cc8429bd9443f3b78_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:2c9a1bf635561a34cfef29c3460cfd934bd5fb10fce2286b8d77177d549d8a1b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:5fe4a8979ff5830e9d9454fa75949c239b665fdf5965e8d3a79f60e7f6ff2c6b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:250c1b39f6eb21159e1c0ed5a3e866c75df811f900e12db268e1ebba474c4515_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:83000597e4b4717b218e07a7b68d5c39ad4a4964564a7a22cdb2256b3fa00f5a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:41bbcb3a16c6fa6db38f0cf7f373e08e1ad81e541c2413a0634db2c251f554bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:3c9c88b87ebd49e6256bc9de4ede0ae4d9f78cab89d22ea15dab645c44db1eb0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:32572a42fdd1655894a44978c6c4ef3d3b29642c6e6b913f33572ed00cbffa5d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:26ab274e4c7b7038de4829a159c175247f0499a0d0d8ebac5661a7a465f9b6f8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:33947e67a3892273c159dc5ee4fe2b1b1082145f073905733974f29268427d97_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0e2c6a7aff29e2ab1417608c1a8e2598e63b88216ffbfd8dde6cea0389c9037f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:ec1af032ff666ae04558bbbe48f88f0376bd4b0480191fef45deeabc5e25aa79_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e7c44a5e356b1e31d983b421f692ac4b2521aae018953e807bdaf2e6d3849902_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:ff939391f26a83472d8c898003bca5c1aad336a4a68e1500ce1711fd489d6751_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:31ba8d2c6d21775eefeec42c55d6d23f6c9081380dbf2b6147d1c38b886de166_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:c377d9990c8b220ab1566350e16348a4c3e8f0efc490e3cf9b9e63a5002f0473_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:c2cba3de0e496b73b9d2e95d3700900fb526ecd85f674097ee8a08472f78b46b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:fd7cf2dbcd5a16e9ba009e7748d71bd4cce5420edea341f444f92ea5058e891f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:a0030672e0d64c8ab6b96d9dcf2fdffb002b6f918ee44382d972644a194cecde_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:28e6fd88f30674c2c073943d72c602eef34a1c88c31939f75f5b2e5d67911eca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console-operator@sha256:befb102d48070110096e4fef087ff2043bd86fdd8afc66c216b484f4e4ad720f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:a7de2f8ddb68b923891d926e35a14458dded13a0545d65b2d6813be6d550822b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-coredns@sha256:e7ccad4282195e456157b5d9a830fdab501c3a759b869d860e9b064b07d383a7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:34b70342a3669b1a820663ab867ca29102c31703a6e5cdd6825a50d42d82008b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:575d30bc9c0644b0e61aaabdc1a67801fc57de6311f947aca2f9eace4a5638c1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:bc3f3d9ade84337ddea54661623e32f5ca7f00d524a3c3899c58b0a2bb3a2717_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:dce2115067bafa9989e572e1c061ac101cf0be143009eb80b802df8589e26d21_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:b539ced0691d0ec46d4dd3702718bba9f76ae9a95af1c5b96e6ca124dafb8db9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:f00fcad4d7ed9bc2398dde9c27a72eba5dec71fd6842a56d26b4a668a03593c2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:a3649e4af155923df4edccfa0bea847524ad94693fa0c4656f150f4694c84d81_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:a3649e4af155923df4edccfa0bea847524ad94693fa0c4656f150f4694c84d81_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:0f53d6cbe6bfe70ae81f2ab386b0d6876bf2fbe742f177273ad91a98473ddbbe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:0f53d6cbe6bfe70ae81f2ab386b0d6876bf2fbe742f177273ad91a98473ddbbe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:c07ffbc60b55308439d2d10f978c889f283843f7d9b9f81b9512cd92961b630e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:c07ffbc60b55308439d2d10f978c889f283843f7d9b9f81b9512cd92961b630e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:342869412a65c837ef9028caacb9ea728768e7a7b7cba8466cbda16f8c042b94_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:342869412a65c837ef9028caacb9ea728768e7a7b7cba8466cbda16f8c042b94_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:e14b1d80da74392a86ce184d60776ad06ee5a6a68e8e486d4973c7b228f5c9f5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:e14b1d80da74392a86ce184d60776ad06ee5a6a68e8e486d4973c7b228f5c9f5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:f7963b3fdb4c29248d38ad4acf6a6204a1441a344b4f776d9c0cb8f6a45358f2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:f7963b3fdb4c29248d38ad4acf6a6204a1441a344b4f776d9c0cb8f6a45358f2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:80dd2a14ea8633fb8aed9157b846868fa34ed837f1c5f3a1b1a8b1fd12345455_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:80dd2a14ea8633fb8aed9157b846868fa34ed837f1c5f3a1b1a8b1fd12345455_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:e1df4e7a984c093f8f14800de0b94e9acb0e4f81931ec2e4ebc83e15e89c908e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-deployer@sha256:0834aaf11436fd73efc50ba398ebf1f85dd67d45cc58c45520a4fd6ca96023f8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-builder@sha256:7c5b46d03b3592dd36772060e5b47252b5f4b7e3ae75b4d8c8fa7c9e8b3ba907_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-registry@sha256:07acc90f3facbbfa95290f6c7de42dbfd76264e6c1b29d354fd5240f59600607_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f58ddc3d3e941e38308cd8458782ea70760d8eaa624bf58ab00b2710fd8e2e11_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:283ca16245d3d9e27cf77cce0af0b6dd85875b953aaf6d5899e284654c2fd714_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:19db8d286548d94b6184540448dc5ace612d7e00a85441c56f656dc3ff26da41_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:9b7f1e2b9d7d849778e4f9d9d32273bdc8d9721f2693cf34e40af2a1fce23906_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:befd4ea3cc27cdb0a1095908840923f21d37ef1ff0fbc0f061b22a8b560e9176_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-haproxy-router@sha256:36000f3f216a88da7de4bb550b97bfe57b231d6bcad50c95212f362b1b281cbd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hyperkube@sha256:aeaded0f2d7852d274e9847709ff2b95797205f08beb008bdb40f3d6ea379162_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:5f2290a946cab1c44273346ada2b140a7055ce4df2252ff55013f922edb94005_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:f836b37e688d64bf5473433e9e5ed3a88fa5090b6602c95ccfe84b3b2fd541ef_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:1dd53626ecda0a87fdd38ad50be39a5a57de9afca2e17b18f1974b26030b6612_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:bbf640768f322e561379f02b51d7ccb7e6ac91cb062b6b79cb8fb370c343ecaa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:7b59483fbd35a183ee68d7c02977b7c9bb141588958f5e8a1317f656aabe653d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:b1d43cb29f5d567d3a506678dbdcdaf280d38f2e591140e8958fcc4847758193_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:21327b9690eb856aa7290846c59190f13c879e974162ff2a993a231d09c59ea0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:1849fed518271f3aba98faa3c201ee6c6fcd593928c033dee9e16ec8aabdb9bf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:6c0f784797be17413045841ea5a137182b52c88ffedf5f89b56c372f579e7459_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:e5e5c0d729d4fac001289e719144d7441cb5d9baa6cb5014eba1c58c6cd9a500_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer@sha256:eea673a3a67e18fe8c11bbeace6cf6a91807012177a153b6ba6f0d8c5dca0fb3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:43799c4665e93ce69b372703d539518dac08b29a971651a712498403ef0e4e33_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:28deefb17c63506eca2dd7dd26e734540755ba68b6cece21ac36e74c876cdd01_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:36e0aeaace4c89a3b5ebabf3368da59cb637a6c18bdaa5649d524176f9181389_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b9e2b94adeb6a5ef0f2ba5657d159c2cfc17beab899b509b0e4ca0152a745b2b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:352ca3b6fb3fde92b779a008585ef78b4de00c6397ff59723606342d3c4034e5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:b656ad76cf4e4555f1a9c2681350c09d61903dab479810c093ee28a7f8084cf7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-proxy@sha256:a37dc4c89beee14c76035bd7fe0f1359700a43cf76fcecf60d9313de0ac9c079_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:c800621253e0d2b26367ce027696d18bfa26f6a0ad60bbd51d3f2406fc63e11a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:39b533d909543e6b2a5c619e518f6504bfd423dfdb737ce27f29dff493b06721_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:73cbb59d30ef6a66d7f77b3f0f8a1c2d5c5e1463bf45f62ccd81b69c7cba1958_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:f5c42e5ae330fb03ad899a1d29a1c98385f4d17e16b9c4f1c1aa457b41dda2e3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:4243acb04291ed8a5a62998cad2254147f8e1a6bdfdc21e2b252a0dfb6fa0bc6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:f61f72c3aeb1b7ed48e2e612ad8d2d4ad24cfd75078683decedb853dadd1695d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:24274ccf494744dac6514d2b02d1095cff60b326d9dc1953a6cca5092b64663d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:55a2e025fa317265cda649315ae4df180cc1a44623dbf6352763a84137980125_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:135c0de132525b39ad3bae18d3062df40e211716c87934d628df16b9ef457a99_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:f5ef69cb2b33c872610c78664514b43725a68deea609bde98027e96e43e6e617_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:2ade492f1bdc749637dde9a7161ac8e8ec0c2b2ba9d0aa5bc7baf2eee6714995_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1ba5030be53136be8685146ed49af2bd07431c704e950de6df3b321b4468ea26_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:867ff97de11614fbbf71c24a162664ea5283a19342d0f18a90211e7da7c81039_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:e90d6ca9931c7fb698936822adb511a0ef533cbf5459a23a000663c2d6e3518b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:84e4c9b0fee76892b653a27e4c5f1041d9a60a701790eb5efa2c29c387acdc4e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-cni@sha256:cfd6f19b4ac45718a0cdd71e09dd12ee248c016111fbcc6326b4d1d67ddeb1ce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:24c9d2b8160311fd01b3a93251c179a534b6012f38cebf7f0c275ba537b811be_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:9d356fec209c8a852a68d6af50e0f19565eacce99fe22bcfb85038fc750653bc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:2cb9f324d3d235229f33e90b44f681c394db64bb0ee29cef306eeec9dd1a6145_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-must-gather@sha256:83075fbdd1e3d904a1af368739d22fd11edcee4be2ccaac0477c650ccbbbb416_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:90ace8178f105873a6c9d4d939823456bd24537cbbe48c3f0717a95f47961ced_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:90e3c2136efbfcbbcdc313ff5a5568b62dcee85588e99e079a4bd1673e5fa02f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:c0d3f6b6d0147db8c297fc4d8d8a0abeb4ff56e082e04a555d307c2b0700169a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:c8c45ff0e43a8d70305086618716e27115d3e92220e9e657479a99425baf2551_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:2456e46c6ca10cbfd0d9bf7afab8f09b09248e4b7bfb39fe6e0078d47c2ba2ac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:ef93c16b94f38a4c31b2930c3fc89202d98a4c7250c8819aa1355c3f623a798f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:feb57bbd6e2eef485855293712b68d8858c87a10ccccbfa19ca38c8829fe617c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:46d406a89e433525bf7922fa1321dc39575817aaaf19aed51c2a20d1a78110b6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:0397a2e0e8f80a23f1b9e002e070478d14741ad785fbcacb4598a9ea444aca8c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:50cbd0585ecd2dcaf46aa708cb1adbe8991a62875961170741bd6bf0ee220073_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:9777360b0924b6df15662603adf456fcae56759610948b32c81f30af4a80eb20_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ecd696fc927e740d1c1130a2adba73612d012bb942009213ea45da117d14e506_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:1295a0198ee68f7c4379a0648ee3b1ec3fe47a318f7940e09e7fca8b8e94ed55_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:501d01af9579c7b8b0eabd9e77fd65090b2613666dd4252e4bbacefd1d6c6f9e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:929167beb3e1cefead0ef3386b7e0e08d8ac11829ae93ae9c71424fecdad5429_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:f9d5842f34dd4b40cd136a2b75a50661d37b3e061da36464ef09ecb2336e47e5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-registry@sha256:9cf8ac284094c301776d15adf6cdfac31c7620310990174aa9370c00c60e7e03_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f2f4ef85165f4320ed589f5fd7aecfcf7bfbd0cb2495f80b2301b10456b8fa6a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c246e57f9e631aa2b6a81f8d1d317fd72aa2d79572bf1b5abc4e1a335630e4c0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:768c77402d66f0fd124f08c991fb2844524aee494ca69717a319034e966236c5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:768c77402d66f0fd124f08c991fb2844524aee494ca69717a319034e966236c5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-pod@sha256:c61dacde2c679002f021badfcd0ada878c876ead91300afe5b02cd5106e60929_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:fe3490acd214124cc3b16f12aee750b51c31b82dec27677d5f1f1d6006384486_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:895b8e6db934c0adf91ddb45910a5c763747bb35849f4bb0f89d2e59e5a44efd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:cf046ad7f3e2c36075c6731c9e10a99b71d1d2aa31c21d03f225f5ccf101b5bb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:29cc7f01897c5736a59869194ec2f4be180571d73d4ff16e6c6129d431c4ffb9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:1f98e91f1f583a7461a769af8fa9b3ea4f100cc1c61b0e2efef975d0aca998e3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:86dd87674a5a7361f94381bb5fe49206b1cc05adfd91856f461793159db0d6aa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:72e3a0e442d54265f72558423eac460b5d36e97394bebae6906507628f2a0d29_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:07dda14100a0c42e6e94df292cfd40105f667586e0bad1fc1fb1dfa9e4247fc1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:42c87f1a20074c0e2d0f15cd519f9da60e3faa7c487027fd47eb978442d02044_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:5729cf1a8acac396c3a3e04f1262c163bd4b17ee7e0ec0958b572bba1fb086d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus@sha256:a1ce1e246ccfdceaf97967056a2d4cc4fa9f3f968a866e3b12b817bafb90ed31_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:acbcfacb0e781086b198ddf950bcb6350f30c3e88c71f2d0a46db2bc739dbe64_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:b33ba4396eb28cf4ceac84ff9f2f3e32fec8cb23bf8d289b121703a0493d55b4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-telemeter@sha256:589f69587068e199229d1bbad67d38f95a71fe70d9a3559fb53631e817bf9f6d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tests@sha256:66aaa9ed5ad47eaa59d000a751f89be09f1f3fb624ad7fd89ccacee9abbde0ff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:9b09fd9998846c82c0d3709e766b186aae227c04bd10f8522dbd3dad7340d4ab_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:b5e7ec027eb40af4e7f84288b77c8ff3abb3a24b5addb14f1e8d4d1cfb877950_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:0060e426e627908662ab21ed9148a7e8dcb7f267277a32a37e707c099dcb28c8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:01227169a8681f9d6a64a98f127e4b4b975cb3f876e0246845a1831f15d1b69d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:46eafe9d4578c2404b3957ef153d590071405ebf866bfaa2d0899b2a62a68583_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:308f86155f1da9dcdb7181a558ba7207a738446496935cdc0d8069b3f54c60ec_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:0060e426e627908662ab21ed9148a7e8dcb7f267277a32a37e707c099dcb28c8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:01227169a8681f9d6a64a98f127e4b4b975cb3f876e0246845a1831f15d1b69d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:e9cbf2f3ea726c040b640666be64337de62615d0584a51320d74dc30eb2278f5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:ac9b992d63959fcb84403808e0ca8be5afa5f1394f5f7b7e33e9f4f5b0c027bb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:4e195928f2185a84c1a2173b5283c5ba815e31cb7be2ca1b97d7e2d9979463f7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:e7f07cf41b913bf2ec97edf4850037903636246b3d89a8bc3567954e16253f1a_amd64 | — |
Workaround
|
A request smuggling flaw was found in the Eventlet PyPI library. The Eventlet WSGI parser is vulnerable to HTTP Request Smuggling due to improper handling of HTTP trailer sections. This vulnerability allows attackers to bypass front-end security controls, launch targeted attacks against active site users, and poison web caches.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:43799c4665e93ce69b372703d539518dac08b29a971651a712498403ef0e4e33_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:36e0aeaace4c89a3b5ebabf3368da59cb637a6c18bdaa5649d524176f9181389_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:35898248f7a14e2f4945b95779cbacf3ada75ccf957fb9d59c43ea722bc659c7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5e74ca1fb7ca13bdfe660c8681f60b1a1b83bf47379b35f6951ab2f5b2cab2fd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:c2836249c662fa1cb5e015249eb8c16ab6687c7ddc2c67217cf69e28cae0a217_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:ba829a48000d32000fab969e21e82fc8641cd46b5e6d2afc85f72702cc6119c5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/network-tools-rhel8@sha256:f4e785f3669d3fb96edbaa7adfa3cb521cdeb7ed5d7993ce9e1f4a9721bc0737_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:fae18193723926211ba4289b50cc375ac3c068c42f6d2b217129800386fe21ba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:80c130d5174d2cd8dee63f7dfb4be33f469ab59fb6697309b22d21661ce44a5b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:66a8fac2ef6c846b32c9700ec6afcde4e32a21af2d07f7b30659f26cc48706fb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8a212f4355a2a8f849338a59da65568844d698a8b3cbb0795434ef4c02d1bbb0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:083584adcc1c6a9cfc44fd121f6b5a80caf847d6ef41457243d68e832512e137_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:f1e5896ac59d4654c49d24bc10545de1dc7237d19be3fa085f51cc295bba8b9e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:3a5cd797ddbfdb2f582b6983da722786a5f4362461a10fef0ac46f4ac44247aa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:2267a4a1128b1a10acc478b545eb1468be4272827eb199c29078eae131009703_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:4ce6b9f7acd9845e5598ec60436a09816f88b2394d5faf067092e6b2ad55e6af_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:8dd2047eacd8c4e28ee860ead50b3e2dfe919409cf4f4f0089500673c4c2115c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:1b533418cf6e29fd9acd5fec98daa7384db18c113cecd50040255df6fa6c70ad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:0e7793d19afe307a7fa2754e16c267f410c2d5362139685bb2e4148df9ab30cb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:9aecbcf45141fa7050adfb9a74f9b76d5087cca447ca9c9a195b10999342b175_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:54b979557a2a31632abd90d27f77310ee866257c66d3ff86ab07f82f6be8a4d1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:7f10c0a4faa2ddd19393b919ccbd318aac29510f393810874b4f2a1b1c97f62e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:8eb433372e8f658534cfe2b078eb9204fd00cb083605e34a8eef0276991e8c9c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:d163535a1b6fa970c89520be9563634fdabb1aa1d34d36d0ae05f10ce863b776_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:5313b5d9ad508eaf0dcda247e2468eea0d6caeb29484ba9b2e6818786a606f28_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:0e56897a6f11eaffa74bd469bbcac436df28d87ec8c8a196d175d0746f5a9596_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:ad11837c6ed8937a655fe1460b8d15a1e0f5d94a09c93c84feb946d6379630dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:5a0bf200b9eababf1a55d0ab8719ad0f8bfc572ecc35663805d3155e3952719a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:43b3644d657ead5a217f7bd35e3c4b02e48a5e03eaabe09ff30a378c5652754f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:057bb3e3fbd95ce088b357660eda2b3f82ebf5481e6ebccec0462f2bebb3051d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:d332f5286418298193a0e99016c44b267c501a9b291db732356a1b0f2f18c8b7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:7906d8950dad6dc9768bfd51ac83c752cdab1df66e3c1628bfd326d9cfd838bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:8e16fd6ae86d5eea7b38887a2d419d930114a8f7f20fd30fe0975460660e8e3b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:a2971c9028fac596e1297f4f0d6287194a059f0572ee4793810fb8162919b653_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:f1a041095c2e2d9a2fd9d6a80d4fcd8f8bf7469b415ddf11d5191b663630bd7b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli@sha256:427850f7d549fc3ee678214f8790c5abcda62f42821dcc26c104fd7f95db32cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:9b1ae658b537e817a7bb0ad9a0af7adc94bd438769dd422917d8d9d562168798_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:00c969247be5aaa136a6e1adb3759f8265ccd938924b04af3d30fb3b750ddf24_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:b02188a9d5d9c2fed2c5c4256128f479f211d823a40db8b49d53895e099a67f5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:5d97eb48ecd759cda39f9726b9dc88af30603d48e724c8d7e3b8a5a4be0b66e7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:165412b8785ce00b28cf32b463fbce2d8df0aea955278df2a2978c218a4e3c8d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:e2845175cfcda7fcbf6b883ee5810606b2fef322b5212897c55bb0e14d5078f9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:bb634e360d469fe796f71e7de263a0050bbdc417cee6f0e186769b46eb426cd3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5e6a0d1c09e83d13ca1df1be3a390f30d151740a81e244ac3816dbafdb321280_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:5e6a0d1c09e83d13ca1df1be3a390f30d151740a81e244ac3816dbafdb321280_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:3be2ba30a85e8d823db37135df5ea0172b1df5841bb2d5dd254dc1e2788e5744_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:4d83dc89159ed2990afa1e3a67c12f5edcb51288fe8276beb55787d44212ec58_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:583564b251c3d3f65da998a257b9b2f4ec86ab2fdd8aaf8b95afe8f8b6661f1e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:c897dd63a6812376f286b28138efd843802e88399a37ac2fd13137ab316cfbc5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:57aba607f179b17672814e70d2f833a0eafccf5d29c6b52106c0732b8399f3d8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:73cecdc55d3360d0dc1965f7ed1499bd5314cc6a42c12933a3d7abee6f1260cf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:14680fab9cb029bc5de012162b68d12142fa593ad739d56cc8429bd9443f3b78_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:2c9a1bf635561a34cfef29c3460cfd934bd5fb10fce2286b8d77177d549d8a1b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:5fe4a8979ff5830e9d9454fa75949c239b665fdf5965e8d3a79f60e7f6ff2c6b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:250c1b39f6eb21159e1c0ed5a3e866c75df811f900e12db268e1ebba474c4515_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:83000597e4b4717b218e07a7b68d5c39ad4a4964564a7a22cdb2256b3fa00f5a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:41bbcb3a16c6fa6db38f0cf7f373e08e1ad81e541c2413a0634db2c251f554bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:3c9c88b87ebd49e6256bc9de4ede0ae4d9f78cab89d22ea15dab645c44db1eb0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:32572a42fdd1655894a44978c6c4ef3d3b29642c6e6b913f33572ed00cbffa5d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:26ab274e4c7b7038de4829a159c175247f0499a0d0d8ebac5661a7a465f9b6f8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:33947e67a3892273c159dc5ee4fe2b1b1082145f073905733974f29268427d97_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0e2c6a7aff29e2ab1417608c1a8e2598e63b88216ffbfd8dde6cea0389c9037f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:ec1af032ff666ae04558bbbe48f88f0376bd4b0480191fef45deeabc5e25aa79_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e7c44a5e356b1e31d983b421f692ac4b2521aae018953e807bdaf2e6d3849902_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:ff939391f26a83472d8c898003bca5c1aad336a4a68e1500ce1711fd489d6751_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:31ba8d2c6d21775eefeec42c55d6d23f6c9081380dbf2b6147d1c38b886de166_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:c377d9990c8b220ab1566350e16348a4c3e8f0efc490e3cf9b9e63a5002f0473_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:c2cba3de0e496b73b9d2e95d3700900fb526ecd85f674097ee8a08472f78b46b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:fd7cf2dbcd5a16e9ba009e7748d71bd4cce5420edea341f444f92ea5058e891f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:a0030672e0d64c8ab6b96d9dcf2fdffb002b6f918ee44382d972644a194cecde_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:28e6fd88f30674c2c073943d72c602eef34a1c88c31939f75f5b2e5d67911eca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console-operator@sha256:befb102d48070110096e4fef087ff2043bd86fdd8afc66c216b484f4e4ad720f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console@sha256:f7cea5db815cfb15ab3556d127623a6618b721c06960c6382121d0b1ca27aca7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:a7de2f8ddb68b923891d926e35a14458dded13a0545d65b2d6813be6d550822b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-coredns@sha256:e7ccad4282195e456157b5d9a830fdab501c3a759b869d860e9b064b07d383a7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:34b70342a3669b1a820663ab867ca29102c31703a6e5cdd6825a50d42d82008b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:575d30bc9c0644b0e61aaabdc1a67801fc57de6311f947aca2f9eace4a5638c1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:bc3f3d9ade84337ddea54661623e32f5ca7f00d524a3c3899c58b0a2bb3a2717_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:dce2115067bafa9989e572e1c061ac101cf0be143009eb80b802df8589e26d21_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:b539ced0691d0ec46d4dd3702718bba9f76ae9a95af1c5b96e6ca124dafb8db9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:f00fcad4d7ed9bc2398dde9c27a72eba5dec71fd6842a56d26b4a668a03593c2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:a3649e4af155923df4edccfa0bea847524ad94693fa0c4656f150f4694c84d81_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:a3649e4af155923df4edccfa0bea847524ad94693fa0c4656f150f4694c84d81_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:0f53d6cbe6bfe70ae81f2ab386b0d6876bf2fbe742f177273ad91a98473ddbbe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:0f53d6cbe6bfe70ae81f2ab386b0d6876bf2fbe742f177273ad91a98473ddbbe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:c07ffbc60b55308439d2d10f978c889f283843f7d9b9f81b9512cd92961b630e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:c07ffbc60b55308439d2d10f978c889f283843f7d9b9f81b9512cd92961b630e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:342869412a65c837ef9028caacb9ea728768e7a7b7cba8466cbda16f8c042b94_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:342869412a65c837ef9028caacb9ea728768e7a7b7cba8466cbda16f8c042b94_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:e14b1d80da74392a86ce184d60776ad06ee5a6a68e8e486d4973c7b228f5c9f5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:e14b1d80da74392a86ce184d60776ad06ee5a6a68e8e486d4973c7b228f5c9f5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:f7963b3fdb4c29248d38ad4acf6a6204a1441a344b4f776d9c0cb8f6a45358f2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:f7963b3fdb4c29248d38ad4acf6a6204a1441a344b4f776d9c0cb8f6a45358f2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:80dd2a14ea8633fb8aed9157b846868fa34ed837f1c5f3a1b1a8b1fd12345455_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:80dd2a14ea8633fb8aed9157b846868fa34ed837f1c5f3a1b1a8b1fd12345455_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:e1df4e7a984c093f8f14800de0b94e9acb0e4f81931ec2e4ebc83e15e89c908e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-deployer@sha256:0834aaf11436fd73efc50ba398ebf1f85dd67d45cc58c45520a4fd6ca96023f8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-builder@sha256:7c5b46d03b3592dd36772060e5b47252b5f4b7e3ae75b4d8c8fa7c9e8b3ba907_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-registry@sha256:07acc90f3facbbfa95290f6c7de42dbfd76264e6c1b29d354fd5240f59600607_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f58ddc3d3e941e38308cd8458782ea70760d8eaa624bf58ab00b2710fd8e2e11_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:283ca16245d3d9e27cf77cce0af0b6dd85875b953aaf6d5899e284654c2fd714_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:19db8d286548d94b6184540448dc5ace612d7e00a85441c56f656dc3ff26da41_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:9b7f1e2b9d7d849778e4f9d9d32273bdc8d9721f2693cf34e40af2a1fce23906_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:befd4ea3cc27cdb0a1095908840923f21d37ef1ff0fbc0f061b22a8b560e9176_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-haproxy-router@sha256:36000f3f216a88da7de4bb550b97bfe57b231d6bcad50c95212f362b1b281cbd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hyperkube@sha256:aeaded0f2d7852d274e9847709ff2b95797205f08beb008bdb40f3d6ea379162_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:5f2290a946cab1c44273346ada2b140a7055ce4df2252ff55013f922edb94005_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:f836b37e688d64bf5473433e9e5ed3a88fa5090b6602c95ccfe84b3b2fd541ef_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:1dd53626ecda0a87fdd38ad50be39a5a57de9afca2e17b18f1974b26030b6612_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:bbf640768f322e561379f02b51d7ccb7e6ac91cb062b6b79cb8fb370c343ecaa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:7b59483fbd35a183ee68d7c02977b7c9bb141588958f5e8a1317f656aabe653d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:b1d43cb29f5d567d3a506678dbdcdaf280d38f2e591140e8958fcc4847758193_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:21327b9690eb856aa7290846c59190f13c879e974162ff2a993a231d09c59ea0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:1849fed518271f3aba98faa3c201ee6c6fcd593928c033dee9e16ec8aabdb9bf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:6c0f784797be17413045841ea5a137182b52c88ffedf5f89b56c372f579e7459_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:e5e5c0d729d4fac001289e719144d7441cb5d9baa6cb5014eba1c58c6cd9a500_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer@sha256:eea673a3a67e18fe8c11bbeace6cf6a91807012177a153b6ba6f0d8c5dca0fb3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:28deefb17c63506eca2dd7dd26e734540755ba68b6cece21ac36e74c876cdd01_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b9e2b94adeb6a5ef0f2ba5657d159c2cfc17beab899b509b0e4ca0152a745b2b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:352ca3b6fb3fde92b779a008585ef78b4de00c6397ff59723606342d3c4034e5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:b656ad76cf4e4555f1a9c2681350c09d61903dab479810c093ee28a7f8084cf7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-proxy@sha256:a37dc4c89beee14c76035bd7fe0f1359700a43cf76fcecf60d9313de0ac9c079_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:c800621253e0d2b26367ce027696d18bfa26f6a0ad60bbd51d3f2406fc63e11a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:39b533d909543e6b2a5c619e518f6504bfd423dfdb737ce27f29dff493b06721_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:73cbb59d30ef6a66d7f77b3f0f8a1c2d5c5e1463bf45f62ccd81b69c7cba1958_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:f5c42e5ae330fb03ad899a1d29a1c98385f4d17e16b9c4f1c1aa457b41dda2e3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:4243acb04291ed8a5a62998cad2254147f8e1a6bdfdc21e2b252a0dfb6fa0bc6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:f61f72c3aeb1b7ed48e2e612ad8d2d4ad24cfd75078683decedb853dadd1695d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:24274ccf494744dac6514d2b02d1095cff60b326d9dc1953a6cca5092b64663d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:55a2e025fa317265cda649315ae4df180cc1a44623dbf6352763a84137980125_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:135c0de132525b39ad3bae18d3062df40e211716c87934d628df16b9ef457a99_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:f5ef69cb2b33c872610c78664514b43725a68deea609bde98027e96e43e6e617_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:2ade492f1bdc749637dde9a7161ac8e8ec0c2b2ba9d0aa5bc7baf2eee6714995_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1ba5030be53136be8685146ed49af2bd07431c704e950de6df3b321b4468ea26_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:867ff97de11614fbbf71c24a162664ea5283a19342d0f18a90211e7da7c81039_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:e90d6ca9931c7fb698936822adb511a0ef533cbf5459a23a000663c2d6e3518b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:84e4c9b0fee76892b653a27e4c5f1041d9a60a701790eb5efa2c29c387acdc4e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-cni@sha256:cfd6f19b4ac45718a0cdd71e09dd12ee248c016111fbcc6326b4d1d67ddeb1ce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:24c9d2b8160311fd01b3a93251c179a534b6012f38cebf7f0c275ba537b811be_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:9d356fec209c8a852a68d6af50e0f19565eacce99fe22bcfb85038fc750653bc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:2cb9f324d3d235229f33e90b44f681c394db64bb0ee29cef306eeec9dd1a6145_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-must-gather@sha256:83075fbdd1e3d904a1af368739d22fd11edcee4be2ccaac0477c650ccbbbb416_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:90ace8178f105873a6c9d4d939823456bd24537cbbe48c3f0717a95f47961ced_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:90e3c2136efbfcbbcdc313ff5a5568b62dcee85588e99e079a4bd1673e5fa02f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:c0d3f6b6d0147db8c297fc4d8d8a0abeb4ff56e082e04a555d307c2b0700169a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:c8c45ff0e43a8d70305086618716e27115d3e92220e9e657479a99425baf2551_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:2456e46c6ca10cbfd0d9bf7afab8f09b09248e4b7bfb39fe6e0078d47c2ba2ac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:ef93c16b94f38a4c31b2930c3fc89202d98a4c7250c8819aa1355c3f623a798f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:feb57bbd6e2eef485855293712b68d8858c87a10ccccbfa19ca38c8829fe617c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:46d406a89e433525bf7922fa1321dc39575817aaaf19aed51c2a20d1a78110b6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:0397a2e0e8f80a23f1b9e002e070478d14741ad785fbcacb4598a9ea444aca8c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:50cbd0585ecd2dcaf46aa708cb1adbe8991a62875961170741bd6bf0ee220073_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:9777360b0924b6df15662603adf456fcae56759610948b32c81f30af4a80eb20_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ecd696fc927e740d1c1130a2adba73612d012bb942009213ea45da117d14e506_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:1295a0198ee68f7c4379a0648ee3b1ec3fe47a318f7940e09e7fca8b8e94ed55_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:501d01af9579c7b8b0eabd9e77fd65090b2613666dd4252e4bbacefd1d6c6f9e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:929167beb3e1cefead0ef3386b7e0e08d8ac11829ae93ae9c71424fecdad5429_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:f9d5842f34dd4b40cd136a2b75a50661d37b3e061da36464ef09ecb2336e47e5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-registry@sha256:9cf8ac284094c301776d15adf6cdfac31c7620310990174aa9370c00c60e7e03_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f2f4ef85165f4320ed589f5fd7aecfcf7bfbd0cb2495f80b2301b10456b8fa6a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c246e57f9e631aa2b6a81f8d1d317fd72aa2d79572bf1b5abc4e1a335630e4c0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:768c77402d66f0fd124f08c991fb2844524aee494ca69717a319034e966236c5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:768c77402d66f0fd124f08c991fb2844524aee494ca69717a319034e966236c5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-pod@sha256:c61dacde2c679002f021badfcd0ada878c876ead91300afe5b02cd5106e60929_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:fe3490acd214124cc3b16f12aee750b51c31b82dec27677d5f1f1d6006384486_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:895b8e6db934c0adf91ddb45910a5c763747bb35849f4bb0f89d2e59e5a44efd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:cf046ad7f3e2c36075c6731c9e10a99b71d1d2aa31c21d03f225f5ccf101b5bb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:29cc7f01897c5736a59869194ec2f4be180571d73d4ff16e6c6129d431c4ffb9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:1f98e91f1f583a7461a769af8fa9b3ea4f100cc1c61b0e2efef975d0aca998e3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:86dd87674a5a7361f94381bb5fe49206b1cc05adfd91856f461793159db0d6aa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:72e3a0e442d54265f72558423eac460b5d36e97394bebae6906507628f2a0d29_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:07dda14100a0c42e6e94df292cfd40105f667586e0bad1fc1fb1dfa9e4247fc1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:42c87f1a20074c0e2d0f15cd519f9da60e3faa7c487027fd47eb978442d02044_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:5729cf1a8acac396c3a3e04f1262c163bd4b17ee7e0ec0958b572bba1fb086d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus@sha256:a1ce1e246ccfdceaf97967056a2d4cc4fa9f3f968a866e3b12b817bafb90ed31_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:acbcfacb0e781086b198ddf950bcb6350f30c3e88c71f2d0a46db2bc739dbe64_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:b33ba4396eb28cf4ceac84ff9f2f3e32fec8cb23bf8d289b121703a0493d55b4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-telemeter@sha256:589f69587068e199229d1bbad67d38f95a71fe70d9a3559fb53631e817bf9f6d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tests@sha256:66aaa9ed5ad47eaa59d000a751f89be09f1f3fb624ad7fd89ccacee9abbde0ff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:9b09fd9998846c82c0d3709e766b186aae227c04bd10f8522dbd3dad7340d4ab_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:b5e7ec027eb40af4e7f84288b77c8ff3abb3a24b5addb14f1e8d4d1cfb877950_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:0060e426e627908662ab21ed9148a7e8dcb7f267277a32a37e707c099dcb28c8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:01227169a8681f9d6a64a98f127e4b4b975cb3f876e0246845a1831f15d1b69d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:46eafe9d4578c2404b3957ef153d590071405ebf866bfaa2d0899b2a62a68583_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:308f86155f1da9dcdb7181a558ba7207a738446496935cdc0d8069b3f54c60ec_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:0060e426e627908662ab21ed9148a7e8dcb7f267277a32a37e707c099dcb28c8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:01227169a8681f9d6a64a98f127e4b4b975cb3f876e0246845a1831f15d1b69d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:e9cbf2f3ea726c040b640666be64337de62615d0584a51320d74dc30eb2278f5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:ac9b992d63959fcb84403808e0ca8be5afa5f1394f5f7b7e33e9f4f5b0c027bb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:4e195928f2185a84c1a2173b5283c5ba815e31cb7be2ca1b97d7e2d9979463f7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:e7f07cf41b913bf2ec97edf4850037903636246b3d89a8bc3567954e16253f1a_amd64 | — |
Workaround
|
A denial-of-service vulnerability in github.com/sirupsen/logrus occurs when Entry.Writer() processes a single-line payload larger than 64KB with no newline characters. Due to a limitation in Go’s internal bufio.Scanner, the read operation fails with a “token too long” error, causing the underlying writer pipe to close. In affected versions, this leaves the Writer interface unusable and can disrupt logging functionality, potentially degrading application availability.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:083584adcc1c6a9cfc44fd121f6b5a80caf847d6ef41457243d68e832512e137_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:54b979557a2a31632abd90d27f77310ee866257c66d3ff86ab07f82f6be8a4d1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:43b3644d657ead5a217f7bd35e3c4b02e48a5e03eaabe09ff30a378c5652754f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:c2cba3de0e496b73b9d2e95d3700900fb526ecd85f674097ee8a08472f78b46b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:34b70342a3669b1a820663ab867ca29102c31703a6e5cdd6825a50d42d82008b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:1849fed518271f3aba98faa3c201ee6c6fcd593928c033dee9e16ec8aabdb9bf_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:55a2e025fa317265cda649315ae4df180cc1a44623dbf6352763a84137980125_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ecd696fc927e740d1c1130a2adba73612d012bb942009213ea45da117d14e506_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus@sha256:a1ce1e246ccfdceaf97967056a2d4cc4fa9f3f968a866e3b12b817bafb90ed31_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:9b09fd9998846c82c0d3709e766b186aae227c04bd10f8522dbd3dad7340d4ab_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:0060e426e627908662ab21ed9148a7e8dcb7f267277a32a37e707c099dcb28c8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:01227169a8681f9d6a64a98f127e4b4b975cb3f876e0246845a1831f15d1b69d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:ac9b992d63959fcb84403808e0ca8be5afa5f1394f5f7b7e33e9f4f5b0c027bb_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:35898248f7a14e2f4945b95779cbacf3ada75ccf957fb9d59c43ea722bc659c7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5e74ca1fb7ca13bdfe660c8681f60b1a1b83bf47379b35f6951ab2f5b2cab2fd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:c2836249c662fa1cb5e015249eb8c16ab6687c7ddc2c67217cf69e28cae0a217_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:ba829a48000d32000fab969e21e82fc8641cd46b5e6d2afc85f72702cc6119c5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/network-tools-rhel8@sha256:f4e785f3669d3fb96edbaa7adfa3cb521cdeb7ed5d7993ce9e1f4a9721bc0737_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:fae18193723926211ba4289b50cc375ac3c068c42f6d2b217129800386fe21ba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:80c130d5174d2cd8dee63f7dfb4be33f469ab59fb6697309b22d21661ce44a5b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:66a8fac2ef6c846b32c9700ec6afcde4e32a21af2d07f7b30659f26cc48706fb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8a212f4355a2a8f849338a59da65568844d698a8b3cbb0795434ef4c02d1bbb0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:f1e5896ac59d4654c49d24bc10545de1dc7237d19be3fa085f51cc295bba8b9e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:3a5cd797ddbfdb2f582b6983da722786a5f4362461a10fef0ac46f4ac44247aa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:2267a4a1128b1a10acc478b545eb1468be4272827eb199c29078eae131009703_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:4ce6b9f7acd9845e5598ec60436a09816f88b2394d5faf067092e6b2ad55e6af_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:8dd2047eacd8c4e28ee860ead50b3e2dfe919409cf4f4f0089500673c4c2115c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:1b533418cf6e29fd9acd5fec98daa7384db18c113cecd50040255df6fa6c70ad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:0e7793d19afe307a7fa2754e16c267f410c2d5362139685bb2e4148df9ab30cb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:9aecbcf45141fa7050adfb9a74f9b76d5087cca447ca9c9a195b10999342b175_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:7f10c0a4faa2ddd19393b919ccbd318aac29510f393810874b4f2a1b1c97f62e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:8eb433372e8f658534cfe2b078eb9204fd00cb083605e34a8eef0276991e8c9c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:d163535a1b6fa970c89520be9563634fdabb1aa1d34d36d0ae05f10ce863b776_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:5313b5d9ad508eaf0dcda247e2468eea0d6caeb29484ba9b2e6818786a606f28_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:0e56897a6f11eaffa74bd469bbcac436df28d87ec8c8a196d175d0746f5a9596_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:ad11837c6ed8937a655fe1460b8d15a1e0f5d94a09c93c84feb946d6379630dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:5a0bf200b9eababf1a55d0ab8719ad0f8bfc572ecc35663805d3155e3952719a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:057bb3e3fbd95ce088b357660eda2b3f82ebf5481e6ebccec0462f2bebb3051d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:d332f5286418298193a0e99016c44b267c501a9b291db732356a1b0f2f18c8b7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:7906d8950dad6dc9768bfd51ac83c752cdab1df66e3c1628bfd326d9cfd838bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:8e16fd6ae86d5eea7b38887a2d419d930114a8f7f20fd30fe0975460660e8e3b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:a2971c9028fac596e1297f4f0d6287194a059f0572ee4793810fb8162919b653_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:f1a041095c2e2d9a2fd9d6a80d4fcd8f8bf7469b415ddf11d5191b663630bd7b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli@sha256:427850f7d549fc3ee678214f8790c5abcda62f42821dcc26c104fd7f95db32cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:9b1ae658b537e817a7bb0ad9a0af7adc94bd438769dd422917d8d9d562168798_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:00c969247be5aaa136a6e1adb3759f8265ccd938924b04af3d30fb3b750ddf24_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:b02188a9d5d9c2fed2c5c4256128f479f211d823a40db8b49d53895e099a67f5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:5d97eb48ecd759cda39f9726b9dc88af30603d48e724c8d7e3b8a5a4be0b66e7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:165412b8785ce00b28cf32b463fbce2d8df0aea955278df2a2978c218a4e3c8d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:e2845175cfcda7fcbf6b883ee5810606b2fef322b5212897c55bb0e14d5078f9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:bb634e360d469fe796f71e7de263a0050bbdc417cee6f0e186769b46eb426cd3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5e6a0d1c09e83d13ca1df1be3a390f30d151740a81e244ac3816dbafdb321280_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:5e6a0d1c09e83d13ca1df1be3a390f30d151740a81e244ac3816dbafdb321280_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:3be2ba30a85e8d823db37135df5ea0172b1df5841bb2d5dd254dc1e2788e5744_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:4d83dc89159ed2990afa1e3a67c12f5edcb51288fe8276beb55787d44212ec58_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:583564b251c3d3f65da998a257b9b2f4ec86ab2fdd8aaf8b95afe8f8b6661f1e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:c897dd63a6812376f286b28138efd843802e88399a37ac2fd13137ab316cfbc5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:57aba607f179b17672814e70d2f833a0eafccf5d29c6b52106c0732b8399f3d8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:73cecdc55d3360d0dc1965f7ed1499bd5314cc6a42c12933a3d7abee6f1260cf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:14680fab9cb029bc5de012162b68d12142fa593ad739d56cc8429bd9443f3b78_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:2c9a1bf635561a34cfef29c3460cfd934bd5fb10fce2286b8d77177d549d8a1b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:5fe4a8979ff5830e9d9454fa75949c239b665fdf5965e8d3a79f60e7f6ff2c6b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:250c1b39f6eb21159e1c0ed5a3e866c75df811f900e12db268e1ebba474c4515_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:83000597e4b4717b218e07a7b68d5c39ad4a4964564a7a22cdb2256b3fa00f5a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:41bbcb3a16c6fa6db38f0cf7f373e08e1ad81e541c2413a0634db2c251f554bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:3c9c88b87ebd49e6256bc9de4ede0ae4d9f78cab89d22ea15dab645c44db1eb0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:32572a42fdd1655894a44978c6c4ef3d3b29642c6e6b913f33572ed00cbffa5d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:26ab274e4c7b7038de4829a159c175247f0499a0d0d8ebac5661a7a465f9b6f8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:33947e67a3892273c159dc5ee4fe2b1b1082145f073905733974f29268427d97_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0e2c6a7aff29e2ab1417608c1a8e2598e63b88216ffbfd8dde6cea0389c9037f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:ec1af032ff666ae04558bbbe48f88f0376bd4b0480191fef45deeabc5e25aa79_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e7c44a5e356b1e31d983b421f692ac4b2521aae018953e807bdaf2e6d3849902_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:ff939391f26a83472d8c898003bca5c1aad336a4a68e1500ce1711fd489d6751_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:31ba8d2c6d21775eefeec42c55d6d23f6c9081380dbf2b6147d1c38b886de166_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:c377d9990c8b220ab1566350e16348a4c3e8f0efc490e3cf9b9e63a5002f0473_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:fd7cf2dbcd5a16e9ba009e7748d71bd4cce5420edea341f444f92ea5058e891f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:a0030672e0d64c8ab6b96d9dcf2fdffb002b6f918ee44382d972644a194cecde_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:28e6fd88f30674c2c073943d72c602eef34a1c88c31939f75f5b2e5d67911eca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console-operator@sha256:befb102d48070110096e4fef087ff2043bd86fdd8afc66c216b484f4e4ad720f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console@sha256:f7cea5db815cfb15ab3556d127623a6618b721c06960c6382121d0b1ca27aca7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:a7de2f8ddb68b923891d926e35a14458dded13a0545d65b2d6813be6d550822b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-coredns@sha256:e7ccad4282195e456157b5d9a830fdab501c3a759b869d860e9b064b07d383a7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:575d30bc9c0644b0e61aaabdc1a67801fc57de6311f947aca2f9eace4a5638c1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:bc3f3d9ade84337ddea54661623e32f5ca7f00d524a3c3899c58b0a2bb3a2717_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:dce2115067bafa9989e572e1c061ac101cf0be143009eb80b802df8589e26d21_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:b539ced0691d0ec46d4dd3702718bba9f76ae9a95af1c5b96e6ca124dafb8db9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:f00fcad4d7ed9bc2398dde9c27a72eba5dec71fd6842a56d26b4a668a03593c2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:a3649e4af155923df4edccfa0bea847524ad94693fa0c4656f150f4694c84d81_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:a3649e4af155923df4edccfa0bea847524ad94693fa0c4656f150f4694c84d81_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:0f53d6cbe6bfe70ae81f2ab386b0d6876bf2fbe742f177273ad91a98473ddbbe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:0f53d6cbe6bfe70ae81f2ab386b0d6876bf2fbe742f177273ad91a98473ddbbe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:c07ffbc60b55308439d2d10f978c889f283843f7d9b9f81b9512cd92961b630e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:c07ffbc60b55308439d2d10f978c889f283843f7d9b9f81b9512cd92961b630e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:342869412a65c837ef9028caacb9ea728768e7a7b7cba8466cbda16f8c042b94_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:342869412a65c837ef9028caacb9ea728768e7a7b7cba8466cbda16f8c042b94_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:e14b1d80da74392a86ce184d60776ad06ee5a6a68e8e486d4973c7b228f5c9f5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:e14b1d80da74392a86ce184d60776ad06ee5a6a68e8e486d4973c7b228f5c9f5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:f7963b3fdb4c29248d38ad4acf6a6204a1441a344b4f776d9c0cb8f6a45358f2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:f7963b3fdb4c29248d38ad4acf6a6204a1441a344b4f776d9c0cb8f6a45358f2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:80dd2a14ea8633fb8aed9157b846868fa34ed837f1c5f3a1b1a8b1fd12345455_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:80dd2a14ea8633fb8aed9157b846868fa34ed837f1c5f3a1b1a8b1fd12345455_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:e1df4e7a984c093f8f14800de0b94e9acb0e4f81931ec2e4ebc83e15e89c908e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-deployer@sha256:0834aaf11436fd73efc50ba398ebf1f85dd67d45cc58c45520a4fd6ca96023f8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-builder@sha256:7c5b46d03b3592dd36772060e5b47252b5f4b7e3ae75b4d8c8fa7c9e8b3ba907_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-registry@sha256:07acc90f3facbbfa95290f6c7de42dbfd76264e6c1b29d354fd5240f59600607_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f58ddc3d3e941e38308cd8458782ea70760d8eaa624bf58ab00b2710fd8e2e11_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:283ca16245d3d9e27cf77cce0af0b6dd85875b953aaf6d5899e284654c2fd714_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:19db8d286548d94b6184540448dc5ace612d7e00a85441c56f656dc3ff26da41_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:9b7f1e2b9d7d849778e4f9d9d32273bdc8d9721f2693cf34e40af2a1fce23906_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:befd4ea3cc27cdb0a1095908840923f21d37ef1ff0fbc0f061b22a8b560e9176_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-haproxy-router@sha256:36000f3f216a88da7de4bb550b97bfe57b231d6bcad50c95212f362b1b281cbd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hyperkube@sha256:aeaded0f2d7852d274e9847709ff2b95797205f08beb008bdb40f3d6ea379162_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:5f2290a946cab1c44273346ada2b140a7055ce4df2252ff55013f922edb94005_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:f836b37e688d64bf5473433e9e5ed3a88fa5090b6602c95ccfe84b3b2fd541ef_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:1dd53626ecda0a87fdd38ad50be39a5a57de9afca2e17b18f1974b26030b6612_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:bbf640768f322e561379f02b51d7ccb7e6ac91cb062b6b79cb8fb370c343ecaa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:7b59483fbd35a183ee68d7c02977b7c9bb141588958f5e8a1317f656aabe653d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:b1d43cb29f5d567d3a506678dbdcdaf280d38f2e591140e8958fcc4847758193_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:21327b9690eb856aa7290846c59190f13c879e974162ff2a993a231d09c59ea0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:6c0f784797be17413045841ea5a137182b52c88ffedf5f89b56c372f579e7459_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:e5e5c0d729d4fac001289e719144d7441cb5d9baa6cb5014eba1c58c6cd9a500_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer@sha256:eea673a3a67e18fe8c11bbeace6cf6a91807012177a153b6ba6f0d8c5dca0fb3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:43799c4665e93ce69b372703d539518dac08b29a971651a712498403ef0e4e33_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:28deefb17c63506eca2dd7dd26e734540755ba68b6cece21ac36e74c876cdd01_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:36e0aeaace4c89a3b5ebabf3368da59cb637a6c18bdaa5649d524176f9181389_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b9e2b94adeb6a5ef0f2ba5657d159c2cfc17beab899b509b0e4ca0152a745b2b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:352ca3b6fb3fde92b779a008585ef78b4de00c6397ff59723606342d3c4034e5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:b656ad76cf4e4555f1a9c2681350c09d61903dab479810c093ee28a7f8084cf7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-proxy@sha256:a37dc4c89beee14c76035bd7fe0f1359700a43cf76fcecf60d9313de0ac9c079_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:c800621253e0d2b26367ce027696d18bfa26f6a0ad60bbd51d3f2406fc63e11a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:39b533d909543e6b2a5c619e518f6504bfd423dfdb737ce27f29dff493b06721_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:73cbb59d30ef6a66d7f77b3f0f8a1c2d5c5e1463bf45f62ccd81b69c7cba1958_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:f5c42e5ae330fb03ad899a1d29a1c98385f4d17e16b9c4f1c1aa457b41dda2e3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:4243acb04291ed8a5a62998cad2254147f8e1a6bdfdc21e2b252a0dfb6fa0bc6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:f61f72c3aeb1b7ed48e2e612ad8d2d4ad24cfd75078683decedb853dadd1695d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:24274ccf494744dac6514d2b02d1095cff60b326d9dc1953a6cca5092b64663d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:135c0de132525b39ad3bae18d3062df40e211716c87934d628df16b9ef457a99_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:f5ef69cb2b33c872610c78664514b43725a68deea609bde98027e96e43e6e617_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:2ade492f1bdc749637dde9a7161ac8e8ec0c2b2ba9d0aa5bc7baf2eee6714995_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1ba5030be53136be8685146ed49af2bd07431c704e950de6df3b321b4468ea26_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:867ff97de11614fbbf71c24a162664ea5283a19342d0f18a90211e7da7c81039_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:e90d6ca9931c7fb698936822adb511a0ef533cbf5459a23a000663c2d6e3518b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:84e4c9b0fee76892b653a27e4c5f1041d9a60a701790eb5efa2c29c387acdc4e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-cni@sha256:cfd6f19b4ac45718a0cdd71e09dd12ee248c016111fbcc6326b4d1d67ddeb1ce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:24c9d2b8160311fd01b3a93251c179a534b6012f38cebf7f0c275ba537b811be_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:9d356fec209c8a852a68d6af50e0f19565eacce99fe22bcfb85038fc750653bc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:2cb9f324d3d235229f33e90b44f681c394db64bb0ee29cef306eeec9dd1a6145_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-must-gather@sha256:83075fbdd1e3d904a1af368739d22fd11edcee4be2ccaac0477c650ccbbbb416_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:90ace8178f105873a6c9d4d939823456bd24537cbbe48c3f0717a95f47961ced_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:90e3c2136efbfcbbcdc313ff5a5568b62dcee85588e99e079a4bd1673e5fa02f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:c0d3f6b6d0147db8c297fc4d8d8a0abeb4ff56e082e04a555d307c2b0700169a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:c8c45ff0e43a8d70305086618716e27115d3e92220e9e657479a99425baf2551_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:2456e46c6ca10cbfd0d9bf7afab8f09b09248e4b7bfb39fe6e0078d47c2ba2ac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:ef93c16b94f38a4c31b2930c3fc89202d98a4c7250c8819aa1355c3f623a798f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:feb57bbd6e2eef485855293712b68d8858c87a10ccccbfa19ca38c8829fe617c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:46d406a89e433525bf7922fa1321dc39575817aaaf19aed51c2a20d1a78110b6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:0397a2e0e8f80a23f1b9e002e070478d14741ad785fbcacb4598a9ea444aca8c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:50cbd0585ecd2dcaf46aa708cb1adbe8991a62875961170741bd6bf0ee220073_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:9777360b0924b6df15662603adf456fcae56759610948b32c81f30af4a80eb20_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:1295a0198ee68f7c4379a0648ee3b1ec3fe47a318f7940e09e7fca8b8e94ed55_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:501d01af9579c7b8b0eabd9e77fd65090b2613666dd4252e4bbacefd1d6c6f9e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:929167beb3e1cefead0ef3386b7e0e08d8ac11829ae93ae9c71424fecdad5429_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:f9d5842f34dd4b40cd136a2b75a50661d37b3e061da36464ef09ecb2336e47e5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-registry@sha256:9cf8ac284094c301776d15adf6cdfac31c7620310990174aa9370c00c60e7e03_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f2f4ef85165f4320ed589f5fd7aecfcf7bfbd0cb2495f80b2301b10456b8fa6a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c246e57f9e631aa2b6a81f8d1d317fd72aa2d79572bf1b5abc4e1a335630e4c0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:768c77402d66f0fd124f08c991fb2844524aee494ca69717a319034e966236c5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:768c77402d66f0fd124f08c991fb2844524aee494ca69717a319034e966236c5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-pod@sha256:c61dacde2c679002f021badfcd0ada878c876ead91300afe5b02cd5106e60929_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:fe3490acd214124cc3b16f12aee750b51c31b82dec27677d5f1f1d6006384486_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:895b8e6db934c0adf91ddb45910a5c763747bb35849f4bb0f89d2e59e5a44efd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:cf046ad7f3e2c36075c6731c9e10a99b71d1d2aa31c21d03f225f5ccf101b5bb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:29cc7f01897c5736a59869194ec2f4be180571d73d4ff16e6c6129d431c4ffb9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:1f98e91f1f583a7461a769af8fa9b3ea4f100cc1c61b0e2efef975d0aca998e3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:86dd87674a5a7361f94381bb5fe49206b1cc05adfd91856f461793159db0d6aa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:72e3a0e442d54265f72558423eac460b5d36e97394bebae6906507628f2a0d29_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:07dda14100a0c42e6e94df292cfd40105f667586e0bad1fc1fb1dfa9e4247fc1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:42c87f1a20074c0e2d0f15cd519f9da60e3faa7c487027fd47eb978442d02044_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:5729cf1a8acac396c3a3e04f1262c163bd4b17ee7e0ec0958b572bba1fb086d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:acbcfacb0e781086b198ddf950bcb6350f30c3e88c71f2d0a46db2bc739dbe64_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:b33ba4396eb28cf4ceac84ff9f2f3e32fec8cb23bf8d289b121703a0493d55b4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-telemeter@sha256:589f69587068e199229d1bbad67d38f95a71fe70d9a3559fb53631e817bf9f6d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tests@sha256:66aaa9ed5ad47eaa59d000a751f89be09f1f3fb624ad7fd89ccacee9abbde0ff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:b5e7ec027eb40af4e7f84288b77c8ff3abb3a24b5addb14f1e8d4d1cfb877950_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:46eafe9d4578c2404b3957ef153d590071405ebf866bfaa2d0899b2a62a68583_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:308f86155f1da9dcdb7181a558ba7207a738446496935cdc0d8069b3f54c60ec_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:0060e426e627908662ab21ed9148a7e8dcb7f267277a32a37e707c099dcb28c8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:01227169a8681f9d6a64a98f127e4b4b975cb3f876e0246845a1831f15d1b69d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:e9cbf2f3ea726c040b640666be64337de62615d0584a51320d74dc30eb2278f5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:4e195928f2185a84c1a2173b5283c5ba815e31cb7be2ca1b97d7e2d9979463f7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:e7f07cf41b913bf2ec97edf4850037903636246b3d89a8bc3567954e16253f1a_amd64 | — |
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat OpenShift Container Platform release 4.13.64 is now available with updates to packages and images that fix several bugs and add enhancements.\n\nThis release includes a security update for Red Hat OpenShift Container Platform 4.13.\n\nRed Hat Product Security has rated this update as having a security impact of Low. 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.13.64. See the following advisory for the RPM packages for this release:\n\nhttps://access.redhat.com/errata/RHBA-2026:3414\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.13/html/release_notes",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:3422",
"url": "https://access.redhat.com/errata/RHSA-2026:3422"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-13465",
"url": "https://access.redhat.com/security/cve/CVE-2025-13465"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-58068",
"url": "https://access.redhat.com/security/cve/CVE-2025-58068"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-65637",
"url": "https://access.redhat.com/security/cve/CVE-2025-65637"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_3422.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 4.13.64 bug fix and security update",
"tracking": {
"current_release_date": "2026-05-28T10:45:13+00:00",
"generator": {
"date": "2026-05-28T10:45:13+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2026:3422",
"initial_release_date": "2026-03-05T10:40:18+00:00",
"revision_history": [
{
"date": "2026-03-05T10:40:18+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-03-05T10:40:46+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-28T10:45:13+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.13",
"product": {
"name": "Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:4.13::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Container Platform"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:165412b8785ce00b28cf32b463fbce2d8df0aea955278df2a2978c218a4e3c8d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:165412b8785ce00b28cf32b463fbce2d8df0aea955278df2a2978c218a4e3c8d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:165412b8785ce00b28cf32b463fbce2d8df0aea955278df2a2978c218a4e3c8d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler@sha256%3A165412b8785ce00b28cf32b463fbce2d8df0aea955278df2a2978c218a4e3c8d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771853673"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:057bb3e3fbd95ce088b357660eda2b3f82ebf5481e6ebccec0462f2bebb3051d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:057bb3e3fbd95ce088b357660eda2b3f82ebf5481e6ebccec0462f2bebb3051d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:057bb3e3fbd95ce088b357660eda2b3f82ebf5481e6ebccec0462f2bebb3051d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-rhel8@sha256%3A057bb3e3fbd95ce088b357660eda2b3f82ebf5481e6ebccec0462f2bebb3051d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854373"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:43b3644d657ead5a217f7bd35e3c4b02e48a5e03eaabe09ff30a378c5652754f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:43b3644d657ead5a217f7bd35e3c4b02e48a5e03eaabe09ff30a378c5652754f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:43b3644d657ead5a217f7bd35e3c4b02e48a5e03eaabe09ff30a378c5652754f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-operator-rhel8@sha256%3A43b3644d657ead5a217f7bd35e3c4b02e48a5e03eaabe09ff30a378c5652754f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854305"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:7906d8950dad6dc9768bfd51ac83c752cdab1df66e3c1628bfd326d9cfd838bd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:7906d8950dad6dc9768bfd51ac83c752cdab1df66e3c1628bfd326d9cfd838bd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:7906d8950dad6dc9768bfd51ac83c752cdab1df66e3c1628bfd326d9cfd838bd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers@sha256%3A7906d8950dad6dc9768bfd51ac83c752cdab1df66e3c1628bfd326d9cfd838bd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771853975"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:a2971c9028fac596e1297f4f0d6287194a059f0572ee4793810fb8162919b653_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:a2971c9028fac596e1297f4f0d6287194a059f0572ee4793810fb8162919b653_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:a2971c9028fac596e1297f4f0d6287194a059f0572ee4793810fb8162919b653_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel8@sha256%3Aa2971c9028fac596e1297f4f0d6287194a059f0572ee4793810fb8162919b653?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854064"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:73cecdc55d3360d0dc1965f7ed1499bd5314cc6a42c12933a3d7abee6f1260cf_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:73cecdc55d3360d0dc1965f7ed1499bd5314cc6a42c12933a3d7abee6f1260cf_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:73cecdc55d3360d0dc1965f7ed1499bd5314cc6a42c12933a3d7abee6f1260cf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel8-operator@sha256%3A73cecdc55d3360d0dc1965f7ed1499bd5314cc6a42c12933a3d7abee6f1260cf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771855862"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:26ab274e4c7b7038de4829a159c175247f0499a0d0d8ebac5661a7a465f9b6f8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:26ab274e4c7b7038de4829a159c175247f0499a0d0d8ebac5661a7a465f9b6f8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:26ab274e4c7b7038de4829a159c175247f0499a0d0d8ebac5661a7a465f9b6f8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-operator@sha256%3A26ab274e4c7b7038de4829a159c175247f0499a0d0d8ebac5661a7a465f9b6f8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854430"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:33947e67a3892273c159dc5ee4fe2b1b1082145f073905733974f29268427d97_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:33947e67a3892273c159dc5ee4fe2b1b1082145f073905733974f29268427d97_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:33947e67a3892273c159dc5ee4fe2b1b1082145f073905733974f29268427d97_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-operator@sha256%3A33947e67a3892273c159dc5ee4fe2b1b1082145f073905733974f29268427d97?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854100"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0e2c6a7aff29e2ab1417608c1a8e2598e63b88216ffbfd8dde6cea0389c9037f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0e2c6a7aff29e2ab1417608c1a8e2598e63b88216ffbfd8dde6cea0389c9037f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0e2c6a7aff29e2ab1417608c1a8e2598e63b88216ffbfd8dde6cea0389c9037f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256%3A0e2c6a7aff29e2ab1417608c1a8e2598e63b88216ffbfd8dde6cea0389c9037f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771982287"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:31ba8d2c6d21775eefeec42c55d6d23f6c9081380dbf2b6147d1c38b886de166_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:31ba8d2c6d21775eefeec42c55d6d23f6c9081380dbf2b6147d1c38b886de166_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:31ba8d2c6d21775eefeec42c55d6d23f6c9081380dbf2b6147d1c38b886de166_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel8@sha256%3A31ba8d2c6d21775eefeec42c55d6d23f6c9081380dbf2b6147d1c38b886de166?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854452"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:c2cba3de0e496b73b9d2e95d3700900fb526ecd85f674097ee8a08472f78b46b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:c2cba3de0e496b73b9d2e95d3700900fb526ecd85f674097ee8a08472f78b46b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:c2cba3de0e496b73b9d2e95d3700900fb526ecd85f674097ee8a08472f78b46b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-operator@sha256%3Ac2cba3de0e496b73b9d2e95d3700900fb526ecd85f674097ee8a08472f78b46b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854291"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:a0030672e0d64c8ab6b96d9dcf2fdffb002b6f918ee44382d972644a194cecde_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:a0030672e0d64c8ab6b96d9dcf2fdffb002b6f918ee44382d972644a194cecde_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:a0030672e0d64c8ab6b96d9dcf2fdffb002b6f918ee44382d972644a194cecde_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-operator@sha256%3Aa0030672e0d64c8ab6b96d9dcf2fdffb002b6f918ee44382d972644a194cecde?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854000"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader@sha256:28e6fd88f30674c2c073943d72c602eef34a1c88c31939f75f5b2e5d67911eca_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader@sha256:28e6fd88f30674c2c073943d72c602eef34a1c88c31939f75f5b2e5d67911eca_amd64",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader@sha256:28e6fd88f30674c2c073943d72c602eef34a1c88c31939f75f5b2e5d67911eca_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader@sha256%3A28e6fd88f30674c2c073943d72c602eef34a1c88c31939f75f5b2e5d67911eca?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854042"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns@sha256:e7ccad4282195e456157b5d9a830fdab501c3a759b869d860e9b064b07d383a7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns@sha256:e7ccad4282195e456157b5d9a830fdab501c3a759b869d860e9b064b07d383a7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-coredns@sha256:e7ccad4282195e456157b5d9a830fdab501c3a759b869d860e9b064b07d383a7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns@sha256%3Ae7ccad4282195e456157b5d9a830fdab501c3a759b869d860e9b064b07d383a7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854253"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:a3649e4af155923df4edccfa0bea847524ad94693fa0c4656f150f4694c84d81_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:a3649e4af155923df4edccfa0bea847524ad94693fa0c4656f150f4694c84d81_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:a3649e4af155923df4edccfa0bea847524ad94693fa0c4656f150f4694c84d81_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher@sha256%3Aa3649e4af155923df4edccfa0bea847524ad94693fa0c4656f150f4694c84d81?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854276"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:a3649e4af155923df4edccfa0bea847524ad94693fa0c4656f150f4694c84d81_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:a3649e4af155923df4edccfa0bea847524ad94693fa0c4656f150f4694c84d81_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:a3649e4af155923df4edccfa0bea847524ad94693fa0c4656f150f4694c84d81_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel8@sha256%3Aa3649e4af155923df4edccfa0bea847524ad94693fa0c4656f150f4694c84d81?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854276"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:575d30bc9c0644b0e61aaabdc1a67801fc57de6311f947aca2f9eace4a5638c1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:575d30bc9c0644b0e61aaabdc1a67801fc57de6311f947aca2f9eace4a5638c1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:575d30bc9c0644b0e61aaabdc1a67801fc57de6311f947aca2f9eace4a5638c1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel8@sha256%3A575d30bc9c0644b0e61aaabdc1a67801fc57de6311f947aca2f9eace4a5638c1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854619"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:34b70342a3669b1a820663ab867ca29102c31703a6e5cdd6825a50d42d82008b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:34b70342a3669b1a820663ab867ca29102c31703a6e5cdd6825a50d42d82008b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:34b70342a3669b1a820663ab867ca29102c31703a6e5cdd6825a50d42d82008b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel8-operator@sha256%3A34b70342a3669b1a820663ab867ca29102c31703a6e5cdd6825a50d42d82008b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854082"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:bc3f3d9ade84337ddea54661623e32f5ca7f00d524a3c3899c58b0a2bb3a2717_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:bc3f3d9ade84337ddea54661623e32f5ca7f00d524a3c3899c58b0a2bb3a2717_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:bc3f3d9ade84337ddea54661623e32f5ca7f00d524a3c3899c58b0a2bb3a2717_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-nfs-rhel8@sha256%3Abc3f3d9ade84337ddea54661623e32f5ca7f00d524a3c3899c58b0a2bb3a2717?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854109"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:e14b1d80da74392a86ce184d60776ad06ee5a6a68e8e486d4973c7b228f5c9f5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:e14b1d80da74392a86ce184d60776ad06ee5a6a68e8e486d4973c7b228f5c9f5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:e14b1d80da74392a86ce184d60776ad06ee5a6a68e8e486d4973c7b228f5c9f5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe@sha256%3Ae14b1d80da74392a86ce184d60776ad06ee5a6a68e8e486d4973c7b228f5c9f5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854484"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:e14b1d80da74392a86ce184d60776ad06ee5a6a68e8e486d4973c7b228f5c9f5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:e14b1d80da74392a86ce184d60776ad06ee5a6a68e8e486d4973c7b228f5c9f5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:e14b1d80da74392a86ce184d60776ad06ee5a6a68e8e486d4973c7b228f5c9f5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel8@sha256%3Ae14b1d80da74392a86ce184d60776ad06ee5a6a68e8e486d4973c7b228f5c9f5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854484"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:f7963b3fdb4c29248d38ad4acf6a6204a1441a344b4f776d9c0cb8f6a45358f2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:f7963b3fdb4c29248d38ad4acf6a6204a1441a344b4f776d9c0cb8f6a45358f2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:f7963b3fdb4c29248d38ad4acf6a6204a1441a344b4f776d9c0cb8f6a45358f2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar@sha256%3Af7963b3fdb4c29248d38ad4acf6a6204a1441a344b4f776d9c0cb8f6a45358f2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854405"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:f7963b3fdb4c29248d38ad4acf6a6204a1441a344b4f776d9c0cb8f6a45358f2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:f7963b3fdb4c29248d38ad4acf6a6204a1441a344b4f776d9c0cb8f6a45358f2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:f7963b3fdb4c29248d38ad4acf6a6204a1441a344b4f776d9c0cb8f6a45358f2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel8@sha256%3Af7963b3fdb4c29248d38ad4acf6a6204a1441a344b4f776d9c0cb8f6a45358f2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854405"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:0f53d6cbe6bfe70ae81f2ab386b0d6876bf2fbe742f177273ad91a98473ddbbe_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:0f53d6cbe6bfe70ae81f2ab386b0d6876bf2fbe742f177273ad91a98473ddbbe_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:0f53d6cbe6bfe70ae81f2ab386b0d6876bf2fbe742f177273ad91a98473ddbbe_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner@sha256%3A0f53d6cbe6bfe70ae81f2ab386b0d6876bf2fbe742f177273ad91a98473ddbbe?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854215"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:0f53d6cbe6bfe70ae81f2ab386b0d6876bf2fbe742f177273ad91a98473ddbbe_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:0f53d6cbe6bfe70ae81f2ab386b0d6876bf2fbe742f177273ad91a98473ddbbe_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:0f53d6cbe6bfe70ae81f2ab386b0d6876bf2fbe742f177273ad91a98473ddbbe_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel8@sha256%3A0f53d6cbe6bfe70ae81f2ab386b0d6876bf2fbe742f177273ad91a98473ddbbe?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854215"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:e1df4e7a984c093f8f14800de0b94e9acb0e4f81931ec2e4ebc83e15e89c908e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:e1df4e7a984c093f8f14800de0b94e9acb0e4f81931ec2e4ebc83e15e89c908e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:e1df4e7a984c093f8f14800de0b94e9acb0e4f81931ec2e4ebc83e15e89c908e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-validation-webhook-rhel8@sha256%3Ae1df4e7a984c093f8f14800de0b94e9acb0e4f81931ec2e4ebc83e15e89c908e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854345"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5e74ca1fb7ca13bdfe660c8681f60b1a1b83bf47379b35f6951ab2f5b2cab2fd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5e74ca1fb7ca13bdfe660c8681f60b1a1b83bf47379b35f6951ab2f5b2cab2fd_amd64",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5e74ca1fb7ca13bdfe660c8681f60b1a1b83bf47379b35f6951ab2f5b2cab2fd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256%3A5e74ca1fb7ca13bdfe660c8681f60b1a1b83bf47379b35f6951ab2f5b2cab2fd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771896161"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:c2836249c662fa1cb5e015249eb8c16ab6687c7ddc2c67217cf69e28cae0a217_amd64",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:c2836249c662fa1cb5e015249eb8c16ab6687c7ddc2c67217cf69e28cae0a217_amd64",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:c2836249c662fa1cb5e015249eb8c16ab6687c7ddc2c67217cf69e28cae0a217_amd64",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel8@sha256%3Ac2836249c662fa1cb5e015249eb8c16ab6687c7ddc2c67217cf69e28cae0a217?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854347"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy@sha256:ef93c16b94f38a4c31b2930c3fc89202d98a4c7250c8819aa1355c3f623a798f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy@sha256:ef93c16b94f38a4c31b2930c3fc89202d98a4c7250c8819aa1355c3f623a798f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy@sha256:ef93c16b94f38a4c31b2930c3fc89202d98a4c7250c8819aa1355c3f623a798f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy@sha256%3Aef93c16b94f38a4c31b2930c3fc89202d98a4c7250c8819aa1355c3f623a798f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771853654"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:86dd87674a5a7361f94381bb5fe49206b1cc05adfd91856f461793159db0d6aa_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:86dd87674a5a7361f94381bb5fe49206b1cc05adfd91856f461793159db0d6aa_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:86dd87674a5a7361f94381bb5fe49206b1cc05adfd91856f461793159db0d6aa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager@sha256%3A86dd87674a5a7361f94381bb5fe49206b1cc05adfd91856f461793159db0d6aa?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771853598"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:07dda14100a0c42e6e94df292cfd40105f667586e0bad1fc1fb1dfa9e4247fc1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:07dda14100a0c42e6e94df292cfd40105f667586e0bad1fc1fb1dfa9e4247fc1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:07dda14100a0c42e6e94df292cfd40105f667586e0bad1fc1fb1dfa9e4247fc1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-node-exporter@sha256%3A07dda14100a0c42e6e94df292cfd40105f667586e0bad1fc1fb1dfa9e4247fc1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771853671"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus@sha256:a1ce1e246ccfdceaf97967056a2d4cc4fa9f3f968a866e3b12b817bafb90ed31_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus@sha256:a1ce1e246ccfdceaf97967056a2d4cc4fa9f3f968a866e3b12b817bafb90ed31_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus@sha256:a1ce1e246ccfdceaf97967056a2d4cc4fa9f3f968a866e3b12b817bafb90ed31_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus@sha256%3Aa1ce1e246ccfdceaf97967056a2d4cc4fa9f3f968a866e3b12b817bafb90ed31?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771853704"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:5f2290a946cab1c44273346ada2b140a7055ce4df2252ff55013f922edb94005_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:5f2290a946cab1c44273346ada2b140a7055ce4df2252ff55013f922edb94005_amd64",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:5f2290a946cab1c44273346ada2b140a7055ce4df2252ff55013f922edb94005_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel8@sha256%3A5f2290a946cab1c44273346ada2b140a7055ce4df2252ff55013f922edb94005?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854022"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:7b59483fbd35a183ee68d7c02977b7c9bb141588958f5e8a1317f656aabe653d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:7b59483fbd35a183ee68d7c02977b7c9bb141588958f5e8a1317f656aabe653d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:7b59483fbd35a183ee68d7c02977b7c9bb141588958f5e8a1317f656aabe653d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-node-label-updater-rhel8@sha256%3A7b59483fbd35a183ee68d7c02977b7c9bb141588958f5e8a1317f656aabe653d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854097"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:36e0aeaace4c89a3b5ebabf3368da59cb637a6c18bdaa5649d524176f9181389_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:36e0aeaace4c89a3b5ebabf3368da59cb637a6c18bdaa5649d524176f9181389_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:36e0aeaace4c89a3b5ebabf3368da59cb637a6c18bdaa5649d524176f9181389_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-rhel9@sha256%3A36e0aeaace4c89a3b5ebabf3368da59cb637a6c18bdaa5649d524176f9181389?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771853307"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:43799c4665e93ce69b372703d539518dac08b29a971651a712498403ef0e4e33_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:43799c4665e93ce69b372703d539518dac08b29a971651a712498403ef0e4e33_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:43799c4665e93ce69b372703d539518dac08b29a971651a712498403ef0e4e33_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-agent-rhel9@sha256%3A43799c4665e93ce69b372703d539518dac08b29a971651a712498403ef0e4e33?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771853308"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:28deefb17c63506eca2dd7dd26e734540755ba68b6cece21ac36e74c876cdd01_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:28deefb17c63506eca2dd7dd26e734540755ba68b6cece21ac36e74c876cdd01_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:28deefb17c63506eca2dd7dd26e734540755ba68b6cece21ac36e74c876cdd01_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-machine-os-downloader-rhel9@sha256%3A28deefb17c63506eca2dd7dd26e734540755ba68b6cece21ac36e74c876cdd01?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771853317"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b9e2b94adeb6a5ef0f2ba5657d159c2cfc17beab899b509b0e4ca0152a745b2b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b9e2b94adeb6a5ef0f2ba5657d159c2cfc17beab899b509b0e4ca0152a745b2b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b9e2b94adeb6a5ef0f2ba5657d159c2cfc17beab899b509b0e4ca0152a745b2b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-static-ip-manager-rhel9@sha256%3Ab9e2b94adeb6a5ef0f2ba5657d159c2cfc17beab899b509b0e4ca0152a745b2b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770730670"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy@sha256:a37dc4c89beee14c76035bd7fe0f1359700a43cf76fcecf60d9313de0ac9c079_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy@sha256:a37dc4c89beee14c76035bd7fe0f1359700a43cf76fcecf60d9313de0ac9c079_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy@sha256:a37dc4c89beee14c76035bd7fe0f1359700a43cf76fcecf60d9313de0ac9c079_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy@sha256%3Aa37dc4c89beee14c76035bd7fe0f1359700a43cf76fcecf60d9313de0ac9c079?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854003"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:c800621253e0d2b26367ce027696d18bfa26f6a0ad60bbd51d3f2406fc63e11a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:c800621253e0d2b26367ce027696d18bfa26f6a0ad60bbd51d3f2406fc63e11a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:c800621253e0d2b26367ce027696d18bfa26f6a0ad60bbd51d3f2406fc63e11a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy@sha256%3Ac800621253e0d2b26367ce027696d18bfa26f6a0ad60bbd51d3f2406fc63e11a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854215"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:39b533d909543e6b2a5c619e518f6504bfd423dfdb737ce27f29dff493b06721_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:39b533d909543e6b2a5c619e518f6504bfd423dfdb737ce27f29dff493b06721_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:39b533d909543e6b2a5c619e518f6504bfd423dfdb737ce27f29dff493b06721_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics@sha256%3A39b533d909543e6b2a5c619e518f6504bfd423dfdb737ce27f29dff493b06721?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854076"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:4243acb04291ed8a5a62998cad2254147f8e1a6bdfdc21e2b252a0dfb6fa0bc6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:4243acb04291ed8a5a62998cad2254147f8e1a6bdfdc21e2b252a0dfb6fa0bc6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:4243acb04291ed8a5a62998cad2254147f8e1a6bdfdc21e2b252a0dfb6fa0bc6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kuryr-cni-rhel8@sha256%3A4243acb04291ed8a5a62998cad2254147f8e1a6bdfdc21e2b252a0dfb6fa0bc6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771853592"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:f61f72c3aeb1b7ed48e2e612ad8d2d4ad24cfd75078683decedb853dadd1695d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:f61f72c3aeb1b7ed48e2e612ad8d2d4ad24cfd75078683decedb853dadd1695d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:f61f72c3aeb1b7ed48e2e612ad8d2d4ad24cfd75078683decedb853dadd1695d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kuryr-controller-rhel8@sha256%3Af61f72c3aeb1b7ed48e2e612ad8d2d4ad24cfd75078683decedb853dadd1695d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771853596"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace@sha256:f9d5842f34dd4b40cd136a2b75a50661d37b3e061da36464ef09ecb2336e47e5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace@sha256:f9d5842f34dd4b40cd136a2b75a50661d37b3e061da36464ef09ecb2336e47e5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace@sha256:f9d5842f34dd4b40cd136a2b75a50661d37b3e061da36464ef09ecb2336e47e5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace@sha256%3Af9d5842f34dd4b40cd136a2b75a50661d37b3e061da36464ef09ecb2336e47e5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854368"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni@sha256:cfd6f19b4ac45718a0cdd71e09dd12ee248c016111fbcc6326b4d1d67ddeb1ce_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni@sha256:cfd6f19b4ac45718a0cdd71e09dd12ee248c016111fbcc6326b4d1d67ddeb1ce_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni@sha256:cfd6f19b4ac45718a0cdd71e09dd12ee248c016111fbcc6326b4d1d67ddeb1ce_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni@sha256%3Acfd6f19b4ac45718a0cdd71e09dd12ee248c016111fbcc6326b4d1d67ddeb1ce?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854462"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:24c9d2b8160311fd01b3a93251c179a534b6012f38cebf7f0c275ba537b811be_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:24c9d2b8160311fd01b3a93251c179a534b6012f38cebf7f0c275ba537b811be_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:24c9d2b8160311fd01b3a93251c179a534b6012f38cebf7f0c275ba537b811be_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel8@sha256%3A24c9d2b8160311fd01b3a93251c179a534b6012f38cebf7f0c275ba537b811be?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854188"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:feb57bbd6e2eef485855293712b68d8858c87a10ccccbfa19ca38c8829fe617c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:feb57bbd6e2eef485855293712b68d8858c87a10ccccbfa19ca38c8829fe617c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:feb57bbd6e2eef485855293712b68d8858c87a10ccccbfa19ca38c8829fe617c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel8@sha256%3Afeb57bbd6e2eef485855293712b68d8858c87a10ccccbfa19ca38c8829fe617c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854531"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:fae18193723926211ba4289b50cc375ac3c068c42f6d2b217129800386fe21ba_amd64",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:fae18193723926211ba4289b50cc375ac3c068c42f6d2b217129800386fe21ba_amd64",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:fae18193723926211ba4289b50cc375ac3c068c42f6d2b217129800386fe21ba_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oc-mirror-plugin-rhel8@sha256%3Afae18193723926211ba4289b50cc375ac3c068c42f6d2b217129800386fe21ba?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854433"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder@sha256:7c5b46d03b3592dd36772060e5b47252b5f4b7e3ae75b4d8c8fa7c9e8b3ba907_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder@sha256:7c5b46d03b3592dd36772060e5b47252b5f4b7e3ae75b4d8c8fa7c9e8b3ba907_amd64",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder@sha256:7c5b46d03b3592dd36772060e5b47252b5f4b7e3ae75b4d8c8fa7c9e8b3ba907_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder@sha256%3A7c5b46d03b3592dd36772060e5b47252b5f4b7e3ae75b4d8c8fa7c9e8b3ba907?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771853711"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli@sha256:427850f7d549fc3ee678214f8790c5abcda62f42821dcc26c104fd7f95db32cd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli@sha256:427850f7d549fc3ee678214f8790c5abcda62f42821dcc26c104fd7f95db32cd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cli@sha256:427850f7d549fc3ee678214f8790c5abcda62f42821dcc26c104fd7f95db32cd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli@sha256%3A427850f7d549fc3ee678214f8790c5abcda62f42821dcc26c104fd7f95db32cd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854553"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console@sha256:f7cea5db815cfb15ab3556d127623a6618b721c06960c6382121d0b1ca27aca7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console@sha256:f7cea5db815cfb15ab3556d127623a6618b721c06960c6382121d0b1ca27aca7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-console@sha256:f7cea5db815cfb15ab3556d127623a6618b721c06960c6382121d0b1ca27aca7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console@sha256%3Af7cea5db815cfb15ab3556d127623a6618b721c06960c6382121d0b1ca27aca7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854568"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-operator@sha256:befb102d48070110096e4fef087ff2043bd86fdd8afc66c216b484f4e4ad720f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-operator@sha256:befb102d48070110096e4fef087ff2043bd86fdd8afc66c216b484f4e4ad720f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-console-operator@sha256:befb102d48070110096e4fef087ff2043bd86fdd8afc66c216b484f4e4ad720f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-operator@sha256%3Abefb102d48070110096e4fef087ff2043bd86fdd8afc66c216b484f4e4ad720f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854152"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer@sha256:0834aaf11436fd73efc50ba398ebf1f85dd67d45cc58c45520a4fd6ca96023f8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer@sha256:0834aaf11436fd73efc50ba398ebf1f85dd67d45cc58c45520a4fd6ca96023f8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-deployer@sha256:0834aaf11436fd73efc50ba398ebf1f85dd67d45cc58c45520a4fd6ca96023f8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer@sha256%3A0834aaf11436fd73efc50ba398ebf1f85dd67d45cc58c45520a4fd6ca96023f8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771855409"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:36000f3f216a88da7de4bb550b97bfe57b231d6bcad50c95212f362b1b281cbd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:36000f3f216a88da7de4bb550b97bfe57b231d6bcad50c95212f362b1b281cbd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:36000f3f216a88da7de4bb550b97bfe57b231d6bcad50c95212f362b1b281cbd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router@sha256%3A36000f3f216a88da7de4bb550b97bfe57b231d6bcad50c95212f362b1b281cbd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771855187"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube@sha256:aeaded0f2d7852d274e9847709ff2b95797205f08beb008bdb40f3d6ea379162_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube@sha256:aeaded0f2d7852d274e9847709ff2b95797205f08beb008bdb40f3d6ea379162_amd64",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube@sha256:aeaded0f2d7852d274e9847709ff2b95797205f08beb008bdb40f3d6ea379162_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube@sha256%3Aaeaded0f2d7852d274e9847709ff2b95797205f08beb008bdb40f3d6ea379162?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854176"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:b656ad76cf4e4555f1a9c2681350c09d61903dab479810c093ee28a7f8084cf7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:b656ad76cf4e4555f1a9c2681350c09d61903dab479810c093ee28a7f8084cf7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:b656ad76cf4e4555f1a9c2681350c09d61903dab479810c093ee28a7f8084cf7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-keepalived-ipfailover@sha256%3Ab656ad76cf4e4555f1a9c2681350c09d61903dab479810c093ee28a7f8084cf7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854280"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod@sha256:c61dacde2c679002f021badfcd0ada878c876ead91300afe5b02cd5106e60929_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod@sha256:c61dacde2c679002f021badfcd0ada878c876ead91300afe5b02cd5106e60929_amd64",
"product_id": "registry.redhat.io/openshift4/ose-pod@sha256:c61dacde2c679002f021badfcd0ada878c876ead91300afe5b02cd5106e60929_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod@sha256%3Ac61dacde2c679002f021badfcd0ada878c876ead91300afe5b02cd5106e60929?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854487"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry@sha256:07acc90f3facbbfa95290f6c7de42dbfd76264e6c1b29d354fd5240f59600607_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry@sha256:07acc90f3facbbfa95290f6c7de42dbfd76264e6c1b29d354fd5240f59600607_amd64",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry@sha256:07acc90f3facbbfa95290f6c7de42dbfd76264e6c1b29d354fd5240f59600607_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry@sha256%3A07acc90f3facbbfa95290f6c7de42dbfd76264e6c1b29d354fd5240f59600607?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854309"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests@sha256:66aaa9ed5ad47eaa59d000a751f89be09f1f3fb624ad7fd89ccacee9abbde0ff_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests@sha256:66aaa9ed5ad47eaa59d000a751f89be09f1f3fb624ad7fd89ccacee9abbde0ff_amd64",
"product_id": "registry.redhat.io/openshift4/ose-tests@sha256:66aaa9ed5ad47eaa59d000a751f89be09f1f3fb624ad7fd89ccacee9abbde0ff_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests@sha256%3A66aaa9ed5ad47eaa59d000a751f89be09f1f3fb624ad7fd89ccacee9abbde0ff?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771856055"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:9777360b0924b6df15662603adf456fcae56759610948b32c81f30af4a80eb20_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:9777360b0924b6df15662603adf456fcae56759610948b32c81f30af4a80eb20_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:9777360b0924b6df15662603adf456fcae56759610948b32c81f30af4a80eb20_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel8@sha256%3A9777360b0924b6df15662603adf456fcae56759610948b32c81f30af4a80eb20?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771853996"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:929167beb3e1cefead0ef3386b7e0e08d8ac11829ae93ae9c71424fecdad5429_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:929167beb3e1cefead0ef3386b7e0e08d8ac11829ae93ae9c71424fecdad5429_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:929167beb3e1cefead0ef3386b7e0e08d8ac11829ae93ae9c71424fecdad5429_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager@sha256%3A929167beb3e1cefead0ef3386b7e0e08d8ac11829ae93ae9c71424fecdad5429?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854213"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry@sha256:9cf8ac284094c301776d15adf6cdfac31c7620310990174aa9370c00c60e7e03_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry@sha256:9cf8ac284094c301776d15adf6cdfac31c7620310990174aa9370c00c60e7e03_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry@sha256:9cf8ac284094c301776d15adf6cdfac31c7620310990174aa9370c00c60e7e03_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry@sha256%3A9cf8ac284094c301776d15adf6cdfac31c7620310990174aa9370c00c60e7e03?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854507"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:66a8fac2ef6c846b32c9700ec6afcde4e32a21af2d07f7b30659f26cc48706fb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:66a8fac2ef6c846b32c9700ec6afcde4e32a21af2d07f7b30659f26cc48706fb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:66a8fac2ef6c846b32c9700ec6afcde4e32a21af2d07f7b30659f26cc48706fb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel8@sha256%3A66a8fac2ef6c846b32c9700ec6afcde4e32a21af2d07f7b30659f26cc48706fb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771855432"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8a212f4355a2a8f849338a59da65568844d698a8b3cbb0795434ef4c02d1bbb0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8a212f4355a2a8f849338a59da65568844d698a8b3cbb0795434ef4c02d1bbb0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8a212f4355a2a8f849338a59da65568844d698a8b3cbb0795434ef4c02d1bbb0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel8@sha256%3A8a212f4355a2a8f849338a59da65568844d698a8b3cbb0795434ef4c02d1bbb0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771855436"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:083584adcc1c6a9cfc44fd121f6b5a80caf847d6ef41457243d68e832512e137_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:083584adcc1c6a9cfc44fd121f6b5a80caf847d6ef41457243d68e832512e137_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:083584adcc1c6a9cfc44fd121f6b5a80caf847d6ef41457243d68e832512e137_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel8@sha256%3A083584adcc1c6a9cfc44fd121f6b5a80caf847d6ef41457243d68e832512e137?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854172"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:f1e5896ac59d4654c49d24bc10545de1dc7237d19be3fa085f51cc295bba8b9e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:f1e5896ac59d4654c49d24bc10545de1dc7237d19be3fa085f51cc295bba8b9e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:f1e5896ac59d4654c49d24bc10545de1dc7237d19be3fa085f51cc295bba8b9e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel8@sha256%3Af1e5896ac59d4654c49d24bc10545de1dc7237d19be3fa085f51cc295bba8b9e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854458"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:3a5cd797ddbfdb2f582b6983da722786a5f4362461a10fef0ac46f4ac44247aa_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:3a5cd797ddbfdb2f582b6983da722786a5f4362461a10fef0ac46f4ac44247aa_amd64",
"product_id": "registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:3a5cd797ddbfdb2f582b6983da722786a5f4362461a10fef0ac46f4ac44247aa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-alibaba-cloud-controller-manager-rhel8@sha256%3A3a5cd797ddbfdb2f582b6983da722786a5f4362461a10fef0ac46f4ac44247aa?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854534"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:2267a4a1128b1a10acc478b545eb1468be4272827eb199c29078eae131009703_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:2267a4a1128b1a10acc478b545eb1468be4272827eb199c29078eae131009703_amd64",
"product_id": "registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:2267a4a1128b1a10acc478b545eb1468be4272827eb199c29078eae131009703_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-alibaba-cloud-csi-driver-container-rhel8@sha256%3A2267a4a1128b1a10acc478b545eb1468be4272827eb199c29078eae131009703?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854514"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:4ce6b9f7acd9845e5598ec60436a09816f88b2394d5faf067092e6b2ad55e6af_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:4ce6b9f7acd9845e5598ec60436a09816f88b2394d5faf067092e6b2ad55e6af_amd64",
"product_id": "registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:4ce6b9f7acd9845e5598ec60436a09816f88b2394d5faf067092e6b2ad55e6af_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256%3A4ce6b9f7acd9845e5598ec60436a09816f88b2394d5faf067092e6b2ad55e6af?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854052"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:8dd2047eacd8c4e28ee860ead50b3e2dfe919409cf4f4f0089500673c4c2115c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:8dd2047eacd8c4e28ee860ead50b3e2dfe919409cf4f4f0089500673c4c2115c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:8dd2047eacd8c4e28ee860ead50b3e2dfe919409cf4f4f0089500673c4c2115c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-alibaba-machine-controllers-rhel8@sha256%3A8dd2047eacd8c4e28ee860ead50b3e2dfe919409cf4f4f0089500673c4c2115c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854011"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:1b533418cf6e29fd9acd5fec98daa7384db18c113cecd50040255df6fa6c70ad_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:1b533418cf6e29fd9acd5fec98daa7384db18c113cecd50040255df6fa6c70ad_amd64",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:1b533418cf6e29fd9acd5fec98daa7384db18c113cecd50040255df6fa6c70ad_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel8@sha256%3A1b533418cf6e29fd9acd5fec98daa7384db18c113cecd50040255df6fa6c70ad?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854069"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:0e7793d19afe307a7fa2754e16c267f410c2d5362139685bb2e4148df9ab30cb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:0e7793d19afe307a7fa2754e16c267f410c2d5362139685bb2e4148df9ab30cb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:0e7793d19afe307a7fa2754e16c267f410c2d5362139685bb2e4148df9ab30cb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cloud-controller-manager-rhel8@sha256%3A0e7793d19afe307a7fa2754e16c267f410c2d5362139685bb2e4148df9ab30cb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771853996"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:9aecbcf45141fa7050adfb9a74f9b76d5087cca447ca9c9a195b10999342b175_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:9aecbcf45141fa7050adfb9a74f9b76d5087cca447ca9c9a195b10999342b175_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:9aecbcf45141fa7050adfb9a74f9b76d5087cca447ca9c9a195b10999342b175_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cluster-api-controllers-rhel8@sha256%3A9aecbcf45141fa7050adfb9a74f9b76d5087cca447ca9c9a195b10999342b175?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771855890"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:7f10c0a4faa2ddd19393b919ccbd318aac29510f393810874b4f2a1b1c97f62e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:7f10c0a4faa2ddd19393b919ccbd318aac29510f393810874b4f2a1b1c97f62e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:7f10c0a4faa2ddd19393b919ccbd318aac29510f393810874b4f2a1b1c97f62e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel8@sha256%3A7f10c0a4faa2ddd19393b919ccbd318aac29510f393810874b4f2a1b1c97f62e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854327"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:54b979557a2a31632abd90d27f77310ee866257c66d3ff86ab07f82f6be8a4d1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:54b979557a2a31632abd90d27f77310ee866257c66d3ff86ab07f82f6be8a4d1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:54b979557a2a31632abd90d27f77310ee866257c66d3ff86ab07f82f6be8a4d1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel8-operator@sha256%3A54b979557a2a31632abd90d27f77310ee866257c66d3ff86ab07f82f6be8a4d1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854059"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:8eb433372e8f658534cfe2b078eb9204fd00cb083605e34a8eef0276991e8c9c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:8eb433372e8f658534cfe2b078eb9204fd00cb083605e34a8eef0276991e8c9c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:8eb433372e8f658534cfe2b078eb9204fd00cb083605e34a8eef0276991e8c9c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-pod-identity-webhook-rhel8@sha256%3A8eb433372e8f658534cfe2b078eb9204fd00cb083605e34a8eef0276991e8c9c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854513"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:d163535a1b6fa970c89520be9563634fdabb1aa1d34d36d0ae05f10ce863b776_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:d163535a1b6fa970c89520be9563634fdabb1aa1d34d36d0ae05f10ce863b776_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:d163535a1b6fa970c89520be9563634fdabb1aa1d34d36d0ae05f10ce863b776_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-controller-manager-rhel8@sha256%3Ad163535a1b6fa970c89520be9563634fdabb1aa1d34d36d0ae05f10ce863b776?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854257"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:5313b5d9ad508eaf0dcda247e2468eea0d6caeb29484ba9b2e6818786a606f28_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:5313b5d9ad508eaf0dcda247e2468eea0d6caeb29484ba9b2e6818786a606f28_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:5313b5d9ad508eaf0dcda247e2468eea0d6caeb29484ba9b2e6818786a606f28_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-node-manager-rhel8@sha256%3A5313b5d9ad508eaf0dcda247e2468eea0d6caeb29484ba9b2e6818786a606f28?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854040"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:0e56897a6f11eaffa74bd469bbcac436df28d87ec8c8a196d175d0746f5a9596_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:0e56897a6f11eaffa74bd469bbcac436df28d87ec8c8a196d175d0746f5a9596_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:0e56897a6f11eaffa74bd469bbcac436df28d87ec8c8a196d175d0746f5a9596_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cluster-api-controllers-rhel8@sha256%3A0e56897a6f11eaffa74bd469bbcac436df28d87ec8c8a196d175d0746f5a9596?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854004"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:5a0bf200b9eababf1a55d0ab8719ad0f8bfc572ecc35663805d3155e3952719a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:5a0bf200b9eababf1a55d0ab8719ad0f8bfc572ecc35663805d3155e3952719a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:5a0bf200b9eababf1a55d0ab8719ad0f8bfc572ecc35663805d3155e3952719a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel8@sha256%3A5a0bf200b9eababf1a55d0ab8719ad0f8bfc572ecc35663805d3155e3952719a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854465"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:ad11837c6ed8937a655fe1460b8d15a1e0f5d94a09c93c84feb946d6379630dd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:ad11837c6ed8937a655fe1460b8d15a1e0f5d94a09c93c84feb946d6379630dd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:ad11837c6ed8937a655fe1460b8d15a1e0f5d94a09c93c84feb946d6379630dd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel8-operator@sha256%3Aad11837c6ed8937a655fe1460b8d15a1e0f5d94a09c93c84feb946d6379630dd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854619"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:d332f5286418298193a0e99016c44b267c501a9b291db732356a1b0f2f18c8b7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:d332f5286418298193a0e99016c44b267c501a9b291db732356a1b0f2f18c8b7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:d332f5286418298193a0e99016c44b267c501a9b291db732356a1b0f2f18c8b7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel8@sha256%3Ad332f5286418298193a0e99016c44b267c501a9b291db732356a1b0f2f18c8b7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854692"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:8e16fd6ae86d5eea7b38887a2d419d930114a8f7f20fd30fe0975460660e8e3b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:8e16fd6ae86d5eea7b38887a2d419d930114a8f7f20fd30fe0975460660e8e3b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:8e16fd6ae86d5eea7b38887a2d419d930114a8f7f20fd30fe0975460660e8e3b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel8-operator@sha256%3A8e16fd6ae86d5eea7b38887a2d419d930114a8f7f20fd30fe0975460660e8e3b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854088"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:f1a041095c2e2d9a2fd9d6a80d4fcd8f8bf7469b415ddf11d5191b663630bd7b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:f1a041095c2e2d9a2fd9d6a80d4fcd8f8bf7469b415ddf11d5191b663630bd7b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:f1a041095c2e2d9a2fd9d6a80d4fcd8f8bf7469b415ddf11d5191b663630bd7b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts@sha256%3Af1a041095c2e2d9a2fd9d6a80d4fcd8f8bf7469b415ddf11d5191b663630bd7b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771855545"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:9b1ae658b537e817a7bb0ad9a0af7adc94bd438769dd422917d8d9d562168798_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:9b1ae658b537e817a7bb0ad9a0af7adc94bd438769dd422917d8d9d562168798_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:9b1ae658b537e817a7bb0ad9a0af7adc94bd438769dd422917d8d9d562168798_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-operator@sha256%3A9b1ae658b537e817a7bb0ad9a0af7adc94bd438769dd422917d8d9d562168798?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854528"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:35898248f7a14e2f4945b95779cbacf3ada75ccf957fb9d59c43ea722bc659c7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:35898248f7a14e2f4945b95779cbacf3ada75ccf957fb9d59c43ea722bc659c7_amd64",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:35898248f7a14e2f4945b95779cbacf3ada75ccf957fb9d59c43ea722bc659c7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel8@sha256%3A35898248f7a14e2f4945b95779cbacf3ada75ccf957fb9d59c43ea722bc659c7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854230"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:00c969247be5aaa136a6e1adb3759f8265ccd938924b04af3d30fb3b750ddf24_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:00c969247be5aaa136a6e1adb3759f8265ccd938924b04af3d30fb3b750ddf24_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:00c969247be5aaa136a6e1adb3759f8265ccd938924b04af3d30fb3b750ddf24_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel8@sha256%3A00c969247be5aaa136a6e1adb3759f8265ccd938924b04af3d30fb3b750ddf24?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854145"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:b02188a9d5d9c2fed2c5c4256128f479f211d823a40db8b49d53895e099a67f5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:b02188a9d5d9c2fed2c5c4256128f479f211d823a40db8b49d53895e099a67f5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:b02188a9d5d9c2fed2c5c4256128f479f211d823a40db8b49d53895e099a67f5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-operator@sha256%3Ab02188a9d5d9c2fed2c5c4256128f479f211d823a40db8b49d53895e099a67f5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854272"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:5d97eb48ecd759cda39f9726b9dc88af30603d48e724c8d7e3b8a5a4be0b66e7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:5d97eb48ecd759cda39f9726b9dc88af30603d48e724c8d7e3b8a5a4be0b66e7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:5d97eb48ecd759cda39f9726b9dc88af30603d48e724c8d7e3b8a5a4be0b66e7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-operator@sha256%3A5d97eb48ecd759cda39f9726b9dc88af30603d48e724c8d7e3b8a5a4be0b66e7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854454"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:e2845175cfcda7fcbf6b883ee5810606b2fef322b5212897c55bb0e14d5078f9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:e2845175cfcda7fcbf6b883ee5810606b2fef322b5212897c55bb0e14d5078f9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:e2845175cfcda7fcbf6b883ee5810606b2fef322b5212897c55bb0e14d5078f9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel8@sha256%3Ae2845175cfcda7fcbf6b883ee5810606b2fef322b5212897c55bb0e14d5078f9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854156"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:bb634e360d469fe796f71e7de263a0050bbdc417cee6f0e186769b46eb426cd3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:bb634e360d469fe796f71e7de263a0050bbdc417cee6f0e186769b46eb426cd3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:bb634e360d469fe796f71e7de263a0050bbdc417cee6f0e186769b46eb426cd3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap@sha256%3Abb634e360d469fe796f71e7de263a0050bbdc417cee6f0e186769b46eb426cd3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854400"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5e6a0d1c09e83d13ca1df1be3a390f30d151740a81e244ac3816dbafdb321280_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5e6a0d1c09e83d13ca1df1be3a390f30d151740a81e244ac3816dbafdb321280_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5e6a0d1c09e83d13ca1df1be3a390f30d151740a81e244ac3816dbafdb321280_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-operator-container-rhel8@sha256%3A5e6a0d1c09e83d13ca1df1be3a390f30d151740a81e244ac3816dbafdb321280?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854272"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:5e6a0d1c09e83d13ca1df1be3a390f30d151740a81e244ac3816dbafdb321280_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:5e6a0d1c09e83d13ca1df1be3a390f30d151740a81e244ac3816dbafdb321280_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:5e6a0d1c09e83d13ca1df1be3a390f30d151740a81e244ac3816dbafdb321280_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel8-operator@sha256%3A5e6a0d1c09e83d13ca1df1be3a390f30d151740a81e244ac3816dbafdb321280?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854272"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:3be2ba30a85e8d823db37135df5ea0172b1df5841bb2d5dd254dc1e2788e5744_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:3be2ba30a85e8d823db37135df5ea0172b1df5841bb2d5dd254dc1e2788e5744_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:3be2ba30a85e8d823db37135df5ea0172b1df5841bb2d5dd254dc1e2788e5744_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-operator-rhel8@sha256%3A3be2ba30a85e8d823db37135df5ea0172b1df5841bb2d5dd254dc1e2788e5744?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854544"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:4d83dc89159ed2990afa1e3a67c12f5edcb51288fe8276beb55787d44212ec58_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:4d83dc89159ed2990afa1e3a67c12f5edcb51288fe8276beb55787d44212ec58_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:4d83dc89159ed2990afa1e3a67c12f5edcb51288fe8276beb55787d44212ec58_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-operator@sha256%3A4d83dc89159ed2990afa1e3a67c12f5edcb51288fe8276beb55787d44212ec58?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854204"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:583564b251c3d3f65da998a257b9b2f4ec86ab2fdd8aaf8b95afe8f8b6661f1e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:583564b251c3d3f65da998a257b9b2f4ec86ab2fdd8aaf8b95afe8f8b6661f1e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:583564b251c3d3f65da998a257b9b2f4ec86ab2fdd8aaf8b95afe8f8b6661f1e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-control-plane-machine-set-operator-rhel8@sha256%3A583564b251c3d3f65da998a257b9b2f4ec86ab2fdd8aaf8b95afe8f8b6661f1e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854327"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:c897dd63a6812376f286b28138efd843802e88399a37ac2fd13137ab316cfbc5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:c897dd63a6812376f286b28138efd843802e88399a37ac2fd13137ab316cfbc5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:c897dd63a6812376f286b28138efd843802e88399a37ac2fd13137ab316cfbc5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256%3Ac897dd63a6812376f286b28138efd843802e88399a37ac2fd13137ab316cfbc5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854149"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:57aba607f179b17672814e70d2f833a0eafccf5d29c6b52106c0732b8399f3d8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:57aba607f179b17672814e70d2f833a0eafccf5d29c6b52106c0732b8399f3d8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:57aba607f179b17672814e70d2f833a0eafccf5d29c6b52106c0732b8399f3d8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-operator@sha256%3A57aba607f179b17672814e70d2f833a0eafccf5d29c6b52106c0732b8399f3d8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854267"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:14680fab9cb029bc5de012162b68d12142fa593ad739d56cc8429bd9443f3b78_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:14680fab9cb029bc5de012162b68d12142fa593ad739d56cc8429bd9443f3b78_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:14680fab9cb029bc5de012162b68d12142fa593ad739d56cc8429bd9443f3b78_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-operator@sha256%3A14680fab9cb029bc5de012162b68d12142fa593ad739d56cc8429bd9443f3b78?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854182"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:2c9a1bf635561a34cfef29c3460cfd934bd5fb10fce2286b8d77177d549d8a1b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:2c9a1bf635561a34cfef29c3460cfd934bd5fb10fce2286b8d77177d549d8a1b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:2c9a1bf635561a34cfef29c3460cfd934bd5fb10fce2286b8d77177d549d8a1b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-operator@sha256%3A2c9a1bf635561a34cfef29c3460cfd934bd5fb10fce2286b8d77177d549d8a1b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854405"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:5fe4a8979ff5830e9d9454fa75949c239b665fdf5965e8d3a79f60e7f6ff2c6b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:5fe4a8979ff5830e9d9454fa75949c239b665fdf5965e8d3a79f60e7f6ff2c6b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:5fe4a8979ff5830e9d9454fa75949c239b665fdf5965e8d3a79f60e7f6ff2c6b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-operator@sha256%3A5fe4a8979ff5830e9d9454fa75949c239b665fdf5965e8d3a79f60e7f6ff2c6b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854078"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:250c1b39f6eb21159e1c0ed5a3e866c75df811f900e12db268e1ebba474c4515_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:250c1b39f6eb21159e1c0ed5a3e866c75df811f900e12db268e1ebba474c4515_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:250c1b39f6eb21159e1c0ed5a3e866c75df811f900e12db268e1ebba474c4515_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel8-operator@sha256%3A250c1b39f6eb21159e1c0ed5a3e866c75df811f900e12db268e1ebba474c4515?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854167"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:83000597e4b4717b218e07a7b68d5c39ad4a4964564a7a22cdb2256b3fa00f5a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:83000597e4b4717b218e07a7b68d5c39ad4a4964564a7a22cdb2256b3fa00f5a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:83000597e4b4717b218e07a7b68d5c39ad4a4964564a7a22cdb2256b3fa00f5a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-operator@sha256%3A83000597e4b4717b218e07a7b68d5c39ad4a4964564a7a22cdb2256b3fa00f5a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854559"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:41bbcb3a16c6fa6db38f0cf7f373e08e1ad81e541c2413a0634db2c251f554bd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:41bbcb3a16c6fa6db38f0cf7f373e08e1ad81e541c2413a0634db2c251f554bd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:41bbcb3a16c6fa6db38f0cf7f373e08e1ad81e541c2413a0634db2c251f554bd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-operator@sha256%3A41bbcb3a16c6fa6db38f0cf7f373e08e1ad81e541c2413a0634db2c251f554bd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854209"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:3c9c88b87ebd49e6256bc9de4ede0ae4d9f78cab89d22ea15dab645c44db1eb0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:3c9c88b87ebd49e6256bc9de4ede0ae4d9f78cab89d22ea15dab645c44db1eb0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:3c9c88b87ebd49e6256bc9de4ede0ae4d9f78cab89d22ea15dab645c44db1eb0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256%3A3c9c88b87ebd49e6256bc9de4ede0ae4d9f78cab89d22ea15dab645c44db1eb0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854546"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:32572a42fdd1655894a44978c6c4ef3d3b29642c6e6b913f33572ed00cbffa5d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:32572a42fdd1655894a44978c6c4ef3d3b29642c6e6b913f33572ed00cbffa5d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:32572a42fdd1655894a44978c6c4ef3d3b29642c6e6b913f33572ed00cbffa5d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver@sha256%3A32572a42fdd1655894a44978c6c4ef3d3b29642c6e6b913f33572ed00cbffa5d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854025"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:ec1af032ff666ae04558bbbe48f88f0376bd4b0480191fef45deeabc5e25aa79_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:ec1af032ff666ae04558bbbe48f88f0376bd4b0480191fef45deeabc5e25aa79_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:ec1af032ff666ae04558bbbe48f88f0376bd4b0480191fef45deeabc5e25aa79_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-operator@sha256%3Aec1af032ff666ae04558bbbe48f88f0376bd4b0480191fef45deeabc5e25aa79?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854303"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e7c44a5e356b1e31d983b421f692ac4b2521aae018953e807bdaf2e6d3849902_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e7c44a5e356b1e31d983b421f692ac4b2521aae018953e807bdaf2e6d3849902_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e7c44a5e356b1e31d983b421f692ac4b2521aae018953e807bdaf2e6d3849902_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-operator@sha256%3Ae7c44a5e356b1e31d983b421f692ac4b2521aae018953e807bdaf2e6d3849902?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854372"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:4e195928f2185a84c1a2173b5283c5ba815e31cb7be2ca1b97d7e2d9979463f7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:4e195928f2185a84c1a2173b5283c5ba815e31cb7be2ca1b97d7e2d9979463f7_amd64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:4e195928f2185a84c1a2173b5283c5ba815e31cb7be2ca1b97d7e2d9979463f7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel8-operator@sha256%3A4e195928f2185a84c1a2173b5283c5ba815e31cb7be2ca1b97d7e2d9979463f7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771896027"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:ff939391f26a83472d8c898003bca5c1aad336a4a68e1500ce1711fd489d6751_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:ff939391f26a83472d8c898003bca5c1aad336a4a68e1500ce1711fd489d6751_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:ff939391f26a83472d8c898003bca5c1aad336a4a68e1500ce1711fd489d6751_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-platform-operators-manager-rhel8@sha256%3Aff939391f26a83472d8c898003bca5c1aad336a4a68e1500ce1711fd489d6751?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854033"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:c377d9990c8b220ab1566350e16348a4c3e8f0efc490e3cf9b9e63a5002f0473_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:c377d9990c8b220ab1566350e16348a4c3e8f0efc490e3cf9b9e63a5002f0473_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:c377d9990c8b220ab1566350e16348a4c3e8f0efc490e3cf9b9e63a5002f0473_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-operator@sha256%3Ac377d9990c8b220ab1566350e16348a4c3e8f0efc490e3cf9b9e63a5002f0473?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771853660"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:fd7cf2dbcd5a16e9ba009e7748d71bd4cce5420edea341f444f92ea5058e891f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:fd7cf2dbcd5a16e9ba009e7748d71bd4cce5420edea341f444f92ea5058e891f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:fd7cf2dbcd5a16e9ba009e7748d71bd4cce5420edea341f444f92ea5058e891f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-update-keys@sha256%3Afd7cf2dbcd5a16e9ba009e7748d71bd4cce5420edea341f444f92ea5058e891f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854556"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:a7de2f8ddb68b923891d926e35a14458dded13a0545d65b2d6813be6d550822b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:a7de2f8ddb68b923891d926e35a14458dded13a0545d65b2d6813be6d550822b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:a7de2f8ddb68b923891d926e35a14458dded13a0545d65b2d6813be6d550822b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel8@sha256%3Aa7de2f8ddb68b923891d926e35a14458dded13a0545d65b2d6813be6d550822b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854443"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:b539ced0691d0ec46d4dd3702718bba9f76ae9a95af1c5b96e6ca124dafb8db9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:b539ced0691d0ec46d4dd3702718bba9f76ae9a95af1c5b96e6ca124dafb8db9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:b539ced0691d0ec46d4dd3702718bba9f76ae9a95af1c5b96e6ca124dafb8db9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-rhel8@sha256%3Ab539ced0691d0ec46d4dd3702718bba9f76ae9a95af1c5b96e6ca124dafb8db9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854412"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:dce2115067bafa9989e572e1c061ac101cf0be143009eb80b802df8589e26d21_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:dce2115067bafa9989e572e1c061ac101cf0be143009eb80b802df8589e26d21_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:dce2115067bafa9989e572e1c061ac101cf0be143009eb80b802df8589e26d21_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-operator-rhel8@sha256%3Adce2115067bafa9989e572e1c061ac101cf0be143009eb80b802df8589e26d21?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854023"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:f00fcad4d7ed9bc2398dde9c27a72eba5dec71fd6842a56d26b4a668a03593c2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:f00fcad4d7ed9bc2398dde9c27a72eba5dec71fd6842a56d26b4a668a03593c2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:f00fcad4d7ed9bc2398dde9c27a72eba5dec71fd6842a56d26b4a668a03593c2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-webhook-rhel8@sha256%3Af00fcad4d7ed9bc2398dde9c27a72eba5dec71fd6842a56d26b4a668a03593c2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854525"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:c07ffbc60b55308439d2d10f978c889f283843f7d9b9f81b9512cd92961b630e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:c07ffbc60b55308439d2d10f978c889f283843f7d9b9f81b9512cd92961b630e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:c07ffbc60b55308439d2d10f978c889f283843f7d9b9f81b9512cd92961b630e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer@sha256%3Ac07ffbc60b55308439d2d10f978c889f283843f7d9b9f81b9512cd92961b630e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854059"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:c07ffbc60b55308439d2d10f978c889f283843f7d9b9f81b9512cd92961b630e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:c07ffbc60b55308439d2d10f978c889f283843f7d9b9f81b9512cd92961b630e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:c07ffbc60b55308439d2d10f978c889f283843f7d9b9f81b9512cd92961b630e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel8@sha256%3Ac07ffbc60b55308439d2d10f978c889f283843f7d9b9f81b9512cd92961b630e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854059"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:342869412a65c837ef9028caacb9ea728768e7a7b7cba8466cbda16f8c042b94_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:342869412a65c837ef9028caacb9ea728768e7a7b7cba8466cbda16f8c042b94_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:342869412a65c837ef9028caacb9ea728768e7a7b7cba8466cbda16f8c042b94_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter@sha256%3A342869412a65c837ef9028caacb9ea728768e7a7b7cba8466cbda16f8c042b94?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854089"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:342869412a65c837ef9028caacb9ea728768e7a7b7cba8466cbda16f8c042b94_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:342869412a65c837ef9028caacb9ea728768e7a7b7cba8466cbda16f8c042b94_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:342869412a65c837ef9028caacb9ea728768e7a7b7cba8466cbda16f8c042b94_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel8@sha256%3A342869412a65c837ef9028caacb9ea728768e7a7b7cba8466cbda16f8c042b94?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854089"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:80dd2a14ea8633fb8aed9157b846868fa34ed837f1c5f3a1b1a8b1fd12345455_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:80dd2a14ea8633fb8aed9157b846868fa34ed837f1c5f3a1b1a8b1fd12345455_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:80dd2a14ea8633fb8aed9157b846868fa34ed837f1c5f3a1b1a8b1fd12345455_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller@sha256%3A80dd2a14ea8633fb8aed9157b846868fa34ed837f1c5f3a1b1a8b1fd12345455?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854068"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:80dd2a14ea8633fb8aed9157b846868fa34ed837f1c5f3a1b1a8b1fd12345455_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:80dd2a14ea8633fb8aed9157b846868fa34ed837f1c5f3a1b1a8b1fd12345455_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:80dd2a14ea8633fb8aed9157b846868fa34ed837f1c5f3a1b1a8b1fd12345455_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel8@sha256%3A80dd2a14ea8633fb8aed9157b846868fa34ed837f1c5f3a1b1a8b1fd12345455?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854068"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f58ddc3d3e941e38308cd8458782ea70760d8eaa624bf58ab00b2710fd8e2e11_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f58ddc3d3e941e38308cd8458782ea70760d8eaa624bf58ab00b2710fd8e2e11_amd64",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f58ddc3d3e941e38308cd8458782ea70760d8eaa624bf58ab00b2710fd8e2e11_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd-rhel9@sha256%3Af58ddc3d3e941e38308cd8458782ea70760d8eaa624bf58ab00b2710fd8e2e11?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770730945"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:283ca16245d3d9e27cf77cce0af0b6dd85875b953aaf6d5899e284654c2fd714_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:283ca16245d3d9e27cf77cce0af0b6dd85875b953aaf6d5899e284654c2fd714_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:283ca16245d3d9e27cf77cce0af0b6dd85875b953aaf6d5899e284654c2fd714_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cloud-controller-manager-rhel8@sha256%3A283ca16245d3d9e27cf77cce0af0b6dd85875b953aaf6d5899e284654c2fd714?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854531"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:19db8d286548d94b6184540448dc5ace612d7e00a85441c56f656dc3ff26da41_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:19db8d286548d94b6184540448dc5ace612d7e00a85441c56f656dc3ff26da41_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:19db8d286548d94b6184540448dc5ace612d7e00a85441c56f656dc3ff26da41_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cluster-api-controllers-rhel8@sha256%3A19db8d286548d94b6184540448dc5ace612d7e00a85441c56f656dc3ff26da41?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854371"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:befd4ea3cc27cdb0a1095908840923f21d37ef1ff0fbc0f061b22a8b560e9176_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:befd4ea3cc27cdb0a1095908840923f21d37ef1ff0fbc0f061b22a8b560e9176_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:befd4ea3cc27cdb0a1095908840923f21d37ef1ff0fbc0f061b22a8b560e9176_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-rhel8@sha256%3Abefd4ea3cc27cdb0a1095908840923f21d37ef1ff0fbc0f061b22a8b560e9176?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854057"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:9b7f1e2b9d7d849778e4f9d9d32273bdc8d9721f2693cf34e40af2a1fce23906_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:9b7f1e2b9d7d849778e4f9d9d32273bdc8d9721f2693cf34e40af2a1fce23906_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:9b7f1e2b9d7d849778e4f9d9d32273bdc8d9721f2693cf34e40af2a1fce23906_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-operator-rhel8@sha256%3A9b7f1e2b9d7d849778e4f9d9d32273bdc8d9721f2693cf34e40af2a1fce23906?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854136"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:f836b37e688d64bf5473433e9e5ed3a88fa5090b6602c95ccfe84b3b2fd541ef_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:f836b37e688d64bf5473433e9e5ed3a88fa5090b6602c95ccfe84b3b2fd541ef_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:f836b37e688d64bf5473433e9e5ed3a88fa5090b6602c95ccfe84b3b2fd541ef_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-cloud-controller-manager-rhel8@sha256%3Af836b37e688d64bf5473433e9e5ed3a88fa5090b6602c95ccfe84b3b2fd541ef?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854035"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:bbf640768f322e561379f02b51d7ccb7e6ac91cb062b6b79cb8fb370c343ecaa_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:bbf640768f322e561379f02b51d7ccb7e6ac91cb062b6b79cb8fb370c343ecaa_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:bbf640768f322e561379f02b51d7ccb7e6ac91cb062b6b79cb8fb370c343ecaa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-rhel8@sha256%3Abbf640768f322e561379f02b51d7ccb7e6ac91cb062b6b79cb8fb370c343ecaa?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854050"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:1dd53626ecda0a87fdd38ad50be39a5a57de9afca2e17b18f1974b26030b6612_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:1dd53626ecda0a87fdd38ad50be39a5a57de9afca2e17b18f1974b26030b6612_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:1dd53626ecda0a87fdd38ad50be39a5a57de9afca2e17b18f1974b26030b6612_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256%3A1dd53626ecda0a87fdd38ad50be39a5a57de9afca2e17b18f1974b26030b6612?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854598"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:b1d43cb29f5d567d3a506678dbdcdaf280d38f2e591140e8958fcc4847758193_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:b1d43cb29f5d567d3a506678dbdcdaf280d38f2e591140e8958fcc4847758193_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:b1d43cb29f5d567d3a506678dbdcdaf280d38f2e591140e8958fcc4847758193_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-cluster-api-controllers-rhel8@sha256%3Ab1d43cb29f5d567d3a506678dbdcdaf280d38f2e591140e8958fcc4847758193?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854078"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:21327b9690eb856aa7290846c59190f13c879e974162ff2a993a231d09c59ea0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:21327b9690eb856aa7290846c59190f13c879e974162ff2a993a231d09c59ea0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:21327b9690eb856aa7290846c59190f13c879e974162ff2a993a231d09c59ea0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-machine-controllers-rhel8@sha256%3A21327b9690eb856aa7290846c59190f13c879e974162ff2a993a231d09c59ea0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854389"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:1849fed518271f3aba98faa3c201ee6c6fcd593928c033dee9e16ec8aabdb9bf_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:1849fed518271f3aba98faa3c201ee6c6fcd593928c033dee9e16ec8aabdb9bf_amd64",
"product_id": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:1849fed518271f3aba98faa3c201ee6c6fcd593928c033dee9e16ec8aabdb9bf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-image-customization-controller-rhel8@sha256%3A1849fed518271f3aba98faa3c201ee6c6fcd593928c033dee9e16ec8aabdb9bf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854233"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:6c0f784797be17413045841ea5a137182b52c88ffedf5f89b56c372f579e7459_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:6c0f784797be17413045841ea5a137182b52c88ffedf5f89b56c372f579e7459_amd64",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:6c0f784797be17413045841ea5a137182b52c88ffedf5f89b56c372f579e7459_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel8-operator@sha256%3A6c0f784797be17413045841ea5a137182b52c88ffedf5f89b56c372f579e7459?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854052"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer@sha256:eea673a3a67e18fe8c11bbeace6cf6a91807012177a153b6ba6f0d8c5dca0fb3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer@sha256:eea673a3a67e18fe8c11bbeace6cf6a91807012177a153b6ba6f0d8c5dca0fb3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-installer@sha256:eea673a3a67e18fe8c11bbeace6cf6a91807012177a153b6ba6f0d8c5dca0fb3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer@sha256%3Aeea673a3a67e18fe8c11bbeace6cf6a91807012177a153b6ba6f0d8c5dca0fb3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854575"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:e5e5c0d729d4fac001289e719144d7441cb5d9baa6cb5014eba1c58c6cd9a500_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:e5e5c0d729d4fac001289e719144d7441cb5d9baa6cb5014eba1c58c6cd9a500_amd64",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:e5e5c0d729d4fac001289e719144d7441cb5d9baa6cb5014eba1c58c6cd9a500_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts@sha256%3Ae5e5c0d729d4fac001289e719144d7441cb5d9baa6cb5014eba1c58c6cd9a500?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771858448"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:73cbb59d30ef6a66d7f77b3f0f8a1c2d5c5e1463bf45f62ccd81b69c7cba1958_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:73cbb59d30ef6a66d7f77b3f0f8a1c2d5c5e1463bf45f62ccd81b69c7cba1958_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:73cbb59d30ef6a66d7f77b3f0f8a1c2d5c5e1463bf45f62ccd81b69c7cba1958_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel8@sha256%3A73cbb59d30ef6a66d7f77b3f0f8a1c2d5c5e1463bf45f62ccd81b69c7cba1958?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854219"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:f5c42e5ae330fb03ad899a1d29a1c98385f4d17e16b9c4f1c1aa457b41dda2e3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:f5c42e5ae330fb03ad899a1d29a1c98385f4d17e16b9c4f1c1aa457b41dda2e3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:f5c42e5ae330fb03ad899a1d29a1c98385f4d17e16b9c4f1c1aa457b41dda2e3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel8@sha256%3Af5c42e5ae330fb03ad899a1d29a1c98385f4d17e16b9c4f1c1aa457b41dda2e3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854167"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:ba829a48000d32000fab969e21e82fc8641cd46b5e6d2afc85f72702cc6119c5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:ba829a48000d32000fab969e21e82fc8641cd46b5e6d2afc85f72702cc6119c5_amd64",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:ba829a48000d32000fab969e21e82fc8641cd46b5e6d2afc85f72702cc6119c5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-csi-driver-rhel8@sha256%3Aba829a48000d32000fab969e21e82fc8641cd46b5e6d2afc85f72702cc6119c5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854290"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:24274ccf494744dac6514d2b02d1095cff60b326d9dc1953a6cca5092b64663d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:24274ccf494744dac6514d2b02d1095cff60b326d9dc1953a6cca5092b64663d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:24274ccf494744dac6514d2b02d1095cff60b326d9dc1953a6cca5092b64663d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers@sha256%3A24274ccf494744dac6514d2b02d1095cff60b326d9dc1953a6cca5092b64663d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854543"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-operator@sha256:55a2e025fa317265cda649315ae4df180cc1a44623dbf6352763a84137980125_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-operator@sha256:55a2e025fa317265cda649315ae4df180cc1a44623dbf6352763a84137980125_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-operator@sha256:55a2e025fa317265cda649315ae4df180cc1a44623dbf6352763a84137980125_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-operator@sha256%3A55a2e025fa317265cda649315ae4df180cc1a44623dbf6352763a84137980125?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854000"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:135c0de132525b39ad3bae18d3062df40e211716c87934d628df16b9ef457a99_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:135c0de132525b39ad3bae18d3062df40e211716c87934d628df16b9ef457a99_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:135c0de132525b39ad3bae18d3062df40e211716c87934d628df16b9ef457a99_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-aws-rhel8@sha256%3A135c0de132525b39ad3bae18d3062df40e211716c87934d628df16b9ef457a99?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854672"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:f5ef69cb2b33c872610c78664514b43725a68deea609bde98027e96e43e6e617_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:f5ef69cb2b33c872610c78664514b43725a68deea609bde98027e96e43e6e617_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:f5ef69cb2b33c872610c78664514b43725a68deea609bde98027e96e43e6e617_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-azure-rhel8@sha256%3Af5ef69cb2b33c872610c78664514b43725a68deea609bde98027e96e43e6e617?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854283"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:2ade492f1bdc749637dde9a7161ac8e8ec0c2b2ba9d0aa5bc7baf2eee6714995_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:2ade492f1bdc749637dde9a7161ac8e8ec0c2b2ba9d0aa5bc7baf2eee6714995_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:2ade492f1bdc749637dde9a7161ac8e8ec0c2b2ba9d0aa5bc7baf2eee6714995_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-gcp-rhel8@sha256%3A2ade492f1bdc749637dde9a7161ac8e8ec0c2b2ba9d0aa5bc7baf2eee6714995?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854076"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1ba5030be53136be8685146ed49af2bd07431c704e950de6df3b321b4468ea26_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1ba5030be53136be8685146ed49af2bd07431c704e950de6df3b321b4468ea26_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1ba5030be53136be8685146ed49af2bd07431c704e950de6df3b321b4468ea26_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-openstack-rhel8@sha256%3A1ba5030be53136be8685146ed49af2bd07431c704e950de6df3b321b4468ea26?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854250"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:867ff97de11614fbbf71c24a162664ea5283a19342d0f18a90211e7da7c81039_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:867ff97de11614fbbf71c24a162664ea5283a19342d0f18a90211e7da7c81039_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:867ff97de11614fbbf71c24a162664ea5283a19342d0f18a90211e7da7c81039_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-operator@sha256%3A867ff97de11614fbbf71c24a162664ea5283a19342d0f18a90211e7da7c81039?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854403"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:e90d6ca9931c7fb698936822adb511a0ef533cbf5459a23a000663c2d6e3518b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:e90d6ca9931c7fb698936822adb511a0ef533cbf5459a23a000663c2d6e3518b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:e90d6ca9931c7fb698936822adb511a0ef533cbf5459a23a000663c2d6e3518b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel8@sha256%3Ae90d6ca9931c7fb698936822adb511a0ef533cbf5459a23a000663c2d6e3518b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771858064"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:84e4c9b0fee76892b653a27e4c5f1041d9a60a701790eb5efa2c29c387acdc4e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:84e4c9b0fee76892b653a27e4c5f1041d9a60a701790eb5efa2c29c387acdc4e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:84e4c9b0fee76892b653a27e4c5f1041d9a60a701790eb5efa2c29c387acdc4e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller@sha256%3A84e4c9b0fee76892b653a27e4c5f1041d9a60a701790eb5efa2c29c387acdc4e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854127"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:9d356fec209c8a852a68d6af50e0f19565eacce99fe22bcfb85038fc750653bc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:9d356fec209c8a852a68d6af50e0f19565eacce99fe22bcfb85038fc750653bc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:9d356fec209c8a852a68d6af50e0f19565eacce99fe22bcfb85038fc750653bc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel8@sha256%3A9d356fec209c8a852a68d6af50e0f19565eacce99fe22bcfb85038fc750653bc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771853679"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:2cb9f324d3d235229f33e90b44f681c394db64bb0ee29cef306eeec9dd1a6145_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:2cb9f324d3d235229f33e90b44f681c394db64bb0ee29cef306eeec9dd1a6145_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:2cb9f324d3d235229f33e90b44f681c394db64bb0ee29cef306eeec9dd1a6145_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel8@sha256%3A2cb9f324d3d235229f33e90b44f681c394db64bb0ee29cef306eeec9dd1a6145?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771853682"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather@sha256:83075fbdd1e3d904a1af368739d22fd11edcee4be2ccaac0477c650ccbbbb416_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather@sha256:83075fbdd1e3d904a1af368739d22fd11edcee4be2ccaac0477c650ccbbbb416_amd64",
"product_id": "registry.redhat.io/openshift4/ose-must-gather@sha256:83075fbdd1e3d904a1af368739d22fd11edcee4be2ccaac0477c650ccbbbb416_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather@sha256%3A83075fbdd1e3d904a1af368739d22fd11edcee4be2ccaac0477c650ccbbbb416?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771855423"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:90ace8178f105873a6c9d4d939823456bd24537cbbe48c3f0717a95f47961ced_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:90ace8178f105873a6c9d4d939823456bd24537cbbe48c3f0717a95f47961ced_amd64",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:90ace8178f105873a6c9d4d939823456bd24537cbbe48c3f0717a95f47961ced_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel8@sha256%3A90ace8178f105873a6c9d4d939823456bd24537cbbe48c3f0717a95f47961ced?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854127"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:90e3c2136efbfcbbcdc313ff5a5568b62dcee85588e99e079a4bd1673e5fa02f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:90e3c2136efbfcbbcdc313ff5a5568b62dcee85588e99e079a4bd1673e5fa02f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:90e3c2136efbfcbbcdc313ff5a5568b62dcee85588e99e079a4bd1673e5fa02f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel8@sha256%3A90e3c2136efbfcbbcdc313ff5a5568b62dcee85588e99e079a4bd1673e5fa02f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854000"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:f4e785f3669d3fb96edbaa7adfa3cb521cdeb7ed5d7993ce9e1f4a9721bc0737_amd64",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:f4e785f3669d3fb96edbaa7adfa3cb521cdeb7ed5d7993ce9e1f4a9721bc0737_amd64",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:f4e785f3669d3fb96edbaa7adfa3cb521cdeb7ed5d7993ce9e1f4a9721bc0737_amd64",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel8@sha256%3Af4e785f3669d3fb96edbaa7adfa3cb521cdeb7ed5d7993ce9e1f4a9721bc0737?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771855764"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:c0d3f6b6d0147db8c297fc4d8d8a0abeb4ff56e082e04a555d307c2b0700169a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:c0d3f6b6d0147db8c297fc4d8d8a0abeb4ff56e082e04a555d307c2b0700169a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:c0d3f6b6d0147db8c297fc4d8d8a0abeb4ff56e082e04a555d307c2b0700169a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-nutanix-cloud-controller-manager-rhel8@sha256%3Ac0d3f6b6d0147db8c297fc4d8d8a0abeb4ff56e082e04a555d307c2b0700169a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854179"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:c8c45ff0e43a8d70305086618716e27115d3e92220e9e657479a99425baf2551_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:c8c45ff0e43a8d70305086618716e27115d3e92220e9e657479a99425baf2551_amd64",
"product_id": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:c8c45ff0e43a8d70305086618716e27115d3e92220e9e657479a99425baf2551_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-nutanix-machine-controllers-rhel8@sha256%3Ac8c45ff0e43a8d70305086618716e27115d3e92220e9e657479a99425baf2551?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854448"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:2456e46c6ca10cbfd0d9bf7afab8f09b09248e4b7bfb39fe6e0078d47c2ba2ac_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:2456e46c6ca10cbfd0d9bf7afab8f09b09248e4b7bfb39fe6e0078d47c2ba2ac_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:2456e46c6ca10cbfd0d9bf7afab8f09b09248e4b7bfb39fe6e0078d47c2ba2ac_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel8@sha256%3A2456e46c6ca10cbfd0d9bf7afab8f09b09248e4b7bfb39fe6e0078d47c2ba2ac?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854075"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:46d406a89e433525bf7922fa1321dc39575817aaaf19aed51c2a20d1a78110b6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:46d406a89e433525bf7922fa1321dc39575817aaaf19aed51c2a20d1a78110b6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:46d406a89e433525bf7922fa1321dc39575817aaaf19aed51c2a20d1a78110b6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-rukpak-rhel8@sha256%3A46d406a89e433525bf7922fa1321dc39575817aaaf19aed51c2a20d1a78110b6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854507"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:0397a2e0e8f80a23f1b9e002e070478d14741ad785fbcacb4598a9ea444aca8c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:0397a2e0e8f80a23f1b9e002e070478d14741ad785fbcacb4598a9ea444aca8c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:0397a2e0e8f80a23f1b9e002e070478d14741ad785fbcacb4598a9ea444aca8c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel8@sha256%3A0397a2e0e8f80a23f1b9e002e070478d14741ad785fbcacb4598a9ea444aca8c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854516"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:50cbd0585ecd2dcaf46aa708cb1adbe8991a62875961170741bd6bf0ee220073_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:50cbd0585ecd2dcaf46aa708cb1adbe8991a62875961170741bd6bf0ee220073_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:50cbd0585ecd2dcaf46aa708cb1adbe8991a62875961170741bd6bf0ee220073_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel8@sha256%3A50cbd0585ecd2dcaf46aa708cb1adbe8991a62875961170741bd6bf0ee220073?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771855864"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:1295a0198ee68f7c4379a0648ee3b1ec3fe47a318f7940e09e7fca8b8e94ed55_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:1295a0198ee68f7c4379a0648ee3b1ec3fe47a318f7940e09e7fca8b8e94ed55_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:1295a0198ee68f7c4379a0648ee3b1ec3fe47a318f7940e09e7fca8b8e94ed55_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel8@sha256%3A1295a0198ee68f7c4379a0648ee3b1ec3fe47a318f7940e09e7fca8b8e94ed55?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854173"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ecd696fc927e740d1c1130a2adba73612d012bb942009213ea45da117d14e506_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ecd696fc927e740d1c1130a2adba73612d012bb942009213ea45da117d14e506_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ecd696fc927e740d1c1130a2adba73612d012bb942009213ea45da117d14e506_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel8-operator@sha256%3Aecd696fc927e740d1c1130a2adba73612d012bb942009213ea45da117d14e506?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854054"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:501d01af9579c7b8b0eabd9e77fd65090b2613666dd4252e4bbacefd1d6c6f9e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:501d01af9579c7b8b0eabd9e77fd65090b2613666dd4252e4bbacefd1d6c6f9e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:501d01af9579c7b8b0eabd9e77fd65090b2613666dd4252e4bbacefd1d6c6f9e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel8@sha256%3A501d01af9579c7b8b0eabd9e77fd65090b2613666dd4252e4bbacefd1d6c6f9e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854122"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:e7f07cf41b913bf2ec97edf4850037903636246b3d89a8bc3567954e16253f1a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:e7f07cf41b913bf2ec97edf4850037903636246b3d89a8bc3567954e16253f1a_amd64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:e7f07cf41b913bf2ec97edf4850037903636246b3d89a8bc3567954e16253f1a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel8@sha256%3Ae7f07cf41b913bf2ec97edf4850037903636246b3d89a8bc3567954e16253f1a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771853985"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f2f4ef85165f4320ed589f5fd7aecfcf7bfbd0cb2495f80b2301b10456b8fa6a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f2f4ef85165f4320ed589f5fd7aecfcf7bfbd0cb2495f80b2301b10456b8fa6a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f2f4ef85165f4320ed589f5fd7aecfcf7bfbd0cb2495f80b2301b10456b8fa6a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovirt-machine-controllers-rhel8@sha256%3Af2f4ef85165f4320ed589f5fd7aecfcf7bfbd0cb2495f80b2301b10456b8fa6a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854054"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:768c77402d66f0fd124f08c991fb2844524aee494ca69717a319034e966236c5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:768c77402d66f0fd124f08c991fb2844524aee494ca69717a319034e966236c5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:768c77402d66f0fd124f08c991fb2844524aee494ca69717a319034e966236c5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes@sha256%3A768c77402d66f0fd124f08c991fb2844524aee494ca69717a319034e966236c5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770731807"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:768c77402d66f0fd124f08c991fb2844524aee494ca69717a319034e966236c5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:768c77402d66f0fd124f08c991fb2844524aee494ca69717a319034e966236c5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:768c77402d66f0fd124f08c991fb2844524aee494ca69717a319034e966236c5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256%3A768c77402d66f0fd124f08c991fb2844524aee494ca69717a319034e966236c5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770731807"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:895b8e6db934c0adf91ddb45910a5c763747bb35849f4bb0f89d2e59e5a44efd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:895b8e6db934c0adf91ddb45910a5c763747bb35849f4bb0f89d2e59e5a44efd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:895b8e6db934c0adf91ddb45910a5c763747bb35849f4bb0f89d2e59e5a44efd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-rhel8@sha256%3A895b8e6db934c0adf91ddb45910a5c763747bb35849f4bb0f89d2e59e5a44efd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854275"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:fe3490acd214124cc3b16f12aee750b51c31b82dec27677d5f1f1d6006384486_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:fe3490acd214124cc3b16f12aee750b51c31b82dec27677d5f1f1d6006384486_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:fe3490acd214124cc3b16f12aee750b51c31b82dec27677d5f1f1d6006384486_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-operator-rhel8@sha256%3Afe3490acd214124cc3b16f12aee750b51c31b82dec27677d5f1f1d6006384486?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854257"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:cf046ad7f3e2c36075c6731c9e10a99b71d1d2aa31c21d03f225f5ccf101b5bb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:cf046ad7f3e2c36075c6731c9e10a99b71d1d2aa31c21d03f225f5ccf101b5bb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:cf046ad7f3e2c36075c6731c9e10a99b71d1d2aa31c21d03f225f5ccf101b5bb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-cloud-controller-manager-rhel8@sha256%3Acf046ad7f3e2c36075c6731c9e10a99b71d1d2aa31c21d03f225f5ccf101b5bb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854441"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:29cc7f01897c5736a59869194ec2f4be180571d73d4ff16e6c6129d431c4ffb9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:29cc7f01897c5736a59869194ec2f4be180571d73d4ff16e6c6129d431c4ffb9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:29cc7f01897c5736a59869194ec2f4be180571d73d4ff16e6c6129d431c4ffb9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-machine-controllers-rhel8@sha256%3A29cc7f01897c5736a59869194ec2f4be180571d73d4ff16e6c6129d431c4ffb9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854024"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:352ca3b6fb3fde92b779a008585ef78b4de00c6397ff59723606342d3c4034e5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:352ca3b6fb3fde92b779a008585ef78b4de00c6397ff59723606342d3c4034e5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:352ca3b6fb3fde92b779a008585ef78b4de00c6397ff59723606342d3c4034e5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-k8s-prometheus-adapter@sha256%3A352ca3b6fb3fde92b779a008585ef78b4de00c6397ff59723606342d3c4034e5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854304"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:80c130d5174d2cd8dee63f7dfb4be33f469ab59fb6697309b22d21661ce44a5b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:80c130d5174d2cd8dee63f7dfb4be33f469ab59fb6697309b22d21661ce44a5b_amd64",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:80c130d5174d2cd8dee63f7dfb4be33f469ab59fb6697309b22d21661ce44a5b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel8@sha256%3A80c130d5174d2cd8dee63f7dfb4be33f469ab59fb6697309b22d21661ce44a5b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854552"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:acbcfacb0e781086b198ddf950bcb6350f30c3e88c71f2d0a46db2bc739dbe64_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:acbcfacb0e781086b198ddf950bcb6350f30c3e88c71f2d0a46db2bc739dbe64_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:acbcfacb0e781086b198ddf950bcb6350f30c3e88c71f2d0a46db2bc739dbe64_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-sdn-rhel8@sha256%3Aacbcfacb0e781086b198ddf950bcb6350f30c3e88c71f2d0a46db2bc739dbe64?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771855409"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-operator@sha256:b33ba4396eb28cf4ceac84ff9f2f3e32fec8cb23bf8d289b121703a0493d55b4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-operator@sha256:b33ba4396eb28cf4ceac84ff9f2f3e32fec8cb23bf8d289b121703a0493d55b4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-operator@sha256:b33ba4396eb28cf4ceac84ff9f2f3e32fec8cb23bf8d289b121703a0493d55b4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-operator@sha256%3Ab33ba4396eb28cf4ceac84ff9f2f3e32fec8cb23bf8d289b121703a0493d55b4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854267"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:b5e7ec027eb40af4e7f84288b77c8ff3abb3a24b5addb14f1e8d4d1cfb877950_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:b5e7ec027eb40af4e7f84288b77c8ff3abb3a24b5addb14f1e8d4d1cfb877950_amd64",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:b5e7ec027eb40af4e7f84288b77c8ff3abb3a24b5addb14f1e8d4d1cfb877950_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel8@sha256%3Ab5e7ec027eb40af4e7f84288b77c8ff3abb3a24b5addb14f1e8d4d1cfb877950?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771855441"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:01227169a8681f9d6a64a98f127e4b4b975cb3f876e0246845a1831f15d1b69d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:01227169a8681f9d6a64a98f127e4b4b975cb3f876e0246845a1831f15d1b69d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:01227169a8681f9d6a64a98f127e4b4b975cb3f876e0246845a1831f15d1b69d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vmware-vsphere-csi-driver-rhel8@sha256%3A01227169a8681f9d6a64a98f127e4b4b975cb3f876e0246845a1831f15d1b69d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854170"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:01227169a8681f9d6a64a98f127e4b4b975cb3f876e0246845a1831f15d1b69d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:01227169a8681f9d6a64a98f127e4b4b975cb3f876e0246845a1831f15d1b69d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:01227169a8681f9d6a64a98f127e4b4b975cb3f876e0246845a1831f15d1b69d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-csi-driver-rhel8@sha256%3A01227169a8681f9d6a64a98f127e4b4b975cb3f876e0246845a1831f15d1b69d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854170"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:0060e426e627908662ab21ed9148a7e8dcb7f267277a32a37e707c099dcb28c8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:0060e426e627908662ab21ed9148a7e8dcb7f267277a32a37e707c099dcb28c8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:0060e426e627908662ab21ed9148a7e8dcb7f267277a32a37e707c099dcb28c8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256%3A0060e426e627908662ab21ed9148a7e8dcb7f267277a32a37e707c099dcb28c8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854404"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:0060e426e627908662ab21ed9148a7e8dcb7f267277a32a37e707c099dcb28c8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:0060e426e627908662ab21ed9148a7e8dcb7f267277a32a37e707c099dcb28c8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:0060e426e627908662ab21ed9148a7e8dcb7f267277a32a37e707c099dcb28c8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-csi-driver-operator-rhel8@sha256%3A0060e426e627908662ab21ed9148a7e8dcb7f267277a32a37e707c099dcb28c8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854404"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:46eafe9d4578c2404b3957ef153d590071405ebf866bfaa2d0899b2a62a68583_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:46eafe9d4578c2404b3957ef153d590071405ebf866bfaa2d0899b2a62a68583_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:46eafe9d4578c2404b3957ef153d590071405ebf866bfaa2d0899b2a62a68583_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-cloud-controller-manager-rhel8@sha256%3A46eafe9d4578c2404b3957ef153d590071405ebf866bfaa2d0899b2a62a68583?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854090"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:308f86155f1da9dcdb7181a558ba7207a738446496935cdc0d8069b3f54c60ec_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:308f86155f1da9dcdb7181a558ba7207a738446496935cdc0d8069b3f54c60ec_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:308f86155f1da9dcdb7181a558ba7207a738446496935cdc0d8069b3f54c60ec_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-cluster-api-controllers-rhel8@sha256%3A308f86155f1da9dcdb7181a558ba7207a738446496935cdc0d8069b3f54c60ec?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854310"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c246e57f9e631aa2b6a81f8d1d317fd72aa2d79572bf1b5abc4e1a335630e4c0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c246e57f9e631aa2b6a81f8d1d317fd72aa2d79572bf1b5abc4e1a335630e4c0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c246e57f9e631aa2b6a81f8d1d317fd72aa2d79572bf1b5abc4e1a335630e4c0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256%3Ac246e57f9e631aa2b6a81f8d1d317fd72aa2d79572bf1b5abc4e1a335630e4c0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1770732006"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:1f98e91f1f583a7461a769af8fa9b3ea4f100cc1c61b0e2efef975d0aca998e3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:1f98e91f1f583a7461a769af8fa9b3ea4f100cc1c61b0e2efef975d0aca998e3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:1f98e91f1f583a7461a769af8fa9b3ea4f100cc1c61b0e2efef975d0aca998e3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy@sha256%3A1f98e91f1f583a7461a769af8fa9b3ea4f100cc1c61b0e2efef975d0aca998e3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771853659"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:72e3a0e442d54265f72558423eac460b5d36e97394bebae6906507628f2a0d29_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:72e3a0e442d54265f72558423eac460b5d36e97394bebae6906507628f2a0d29_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:72e3a0e442d54265f72558423eac460b5d36e97394bebae6906507628f2a0d29_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader@sha256%3A72e3a0e442d54265f72558423eac460b5d36e97394bebae6906507628f2a0d29?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854634"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator@sha256:5729cf1a8acac396c3a3e04f1262c163bd4b17ee7e0ec0958b572bba1fb086d4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator@sha256:5729cf1a8acac396c3a3e04f1262c163bd4b17ee7e0ec0958b572bba1fb086d4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator@sha256:5729cf1a8acac396c3a3e04f1262c163bd4b17ee7e0ec0958b572bba1fb086d4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator@sha256%3A5729cf1a8acac396c3a3e04f1262c163bd4b17ee7e0ec0958b572bba1fb086d4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854008"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:42c87f1a20074c0e2d0f15cd519f9da60e3faa7c487027fd47eb978442d02044_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:42c87f1a20074c0e2d0f15cd519f9da60e3faa7c487027fd47eb978442d02044_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:42c87f1a20074c0e2d0f15cd519f9da60e3faa7c487027fd47eb978442d02044_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel8@sha256%3A42c87f1a20074c0e2d0f15cd519f9da60e3faa7c487027fd47eb978442d02044?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854067"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter@sha256:589f69587068e199229d1bbad67d38f95a71fe70d9a3559fb53631e817bf9f6d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter@sha256:589f69587068e199229d1bbad67d38f95a71fe70d9a3559fb53631e817bf9f6d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-telemeter@sha256:589f69587068e199229d1bbad67d38f95a71fe70d9a3559fb53631e817bf9f6d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter@sha256%3A589f69587068e199229d1bbad67d38f95a71fe70d9a3559fb53631e817bf9f6d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854392"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:9b09fd9998846c82c0d3709e766b186aae227c04bd10f8522dbd3dad7340d4ab_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:9b09fd9998846c82c0d3709e766b186aae227c04bd10f8522dbd3dad7340d4ab_amd64",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:9b09fd9998846c82c0d3709e766b186aae227c04bd10f8522dbd3dad7340d4ab_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel8@sha256%3A9b09fd9998846c82c0d3709e766b186aae227c04bd10f8522dbd3dad7340d4ab?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854283"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:e9cbf2f3ea726c040b640666be64337de62615d0584a51320d74dc30eb2278f5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:e9cbf2f3ea726c040b640666be64337de62615d0584a51320d74dc30eb2278f5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:e9cbf2f3ea726c040b640666be64337de62615d0584a51320d74dc30eb2278f5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-csi-driver-syncer-rhel8@sha256%3Ae9cbf2f3ea726c040b640666be64337de62615d0584a51320d74dc30eb2278f5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854515"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:ac9b992d63959fcb84403808e0ca8be5afa5f1394f5f7b7e33e9f4f5b0c027bb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:ac9b992d63959fcb84403808e0ca8be5afa5f1394f5f7b7e33e9f4f5b0c027bb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:ac9b992d63959fcb84403808e0ca8be5afa5f1394f5f7b7e33e9f4f5b0c027bb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-problem-detector-rhel8@sha256%3Aac9b992d63959fcb84403808e0ca8be5afa5f1394f5f7b7e33e9f4f5b0c027bb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1771854066"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:35898248f7a14e2f4945b95779cbacf3ada75ccf957fb9d59c43ea722bc659c7_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:35898248f7a14e2f4945b95779cbacf3ada75ccf957fb9d59c43ea722bc659c7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:35898248f7a14e2f4945b95779cbacf3ada75ccf957fb9d59c43ea722bc659c7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5e74ca1fb7ca13bdfe660c8681f60b1a1b83bf47379b35f6951ab2f5b2cab2fd_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5e74ca1fb7ca13bdfe660c8681f60b1a1b83bf47379b35f6951ab2f5b2cab2fd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5e74ca1fb7ca13bdfe660c8681f60b1a1b83bf47379b35f6951ab2f5b2cab2fd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:c2836249c662fa1cb5e015249eb8c16ab6687c7ddc2c67217cf69e28cae0a217_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:c2836249c662fa1cb5e015249eb8c16ab6687c7ddc2c67217cf69e28cae0a217_amd64"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:c2836249c662fa1cb5e015249eb8c16ab6687c7ddc2c67217cf69e28cae0a217_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:ba829a48000d32000fab969e21e82fc8641cd46b5e6d2afc85f72702cc6119c5_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:ba829a48000d32000fab969e21e82fc8641cd46b5e6d2afc85f72702cc6119c5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:ba829a48000d32000fab969e21e82fc8641cd46b5e6d2afc85f72702cc6119c5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:f4e785f3669d3fb96edbaa7adfa3cb521cdeb7ed5d7993ce9e1f4a9721bc0737_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/network-tools-rhel8@sha256:f4e785f3669d3fb96edbaa7adfa3cb521cdeb7ed5d7993ce9e1f4a9721bc0737_amd64"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:f4e785f3669d3fb96edbaa7adfa3cb521cdeb7ed5d7993ce9e1f4a9721bc0737_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:fae18193723926211ba4289b50cc375ac3c068c42f6d2b217129800386fe21ba_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:fae18193723926211ba4289b50cc375ac3c068c42f6d2b217129800386fe21ba_amd64"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:fae18193723926211ba4289b50cc375ac3c068c42f6d2b217129800386fe21ba_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:80c130d5174d2cd8dee63f7dfb4be33f469ab59fb6697309b22d21661ce44a5b_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:80c130d5174d2cd8dee63f7dfb4be33f469ab59fb6697309b22d21661ce44a5b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:80c130d5174d2cd8dee63f7dfb4be33f469ab59fb6697309b22d21661ce44a5b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:66a8fac2ef6c846b32c9700ec6afcde4e32a21af2d07f7b30659f26cc48706fb_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:66a8fac2ef6c846b32c9700ec6afcde4e32a21af2d07f7b30659f26cc48706fb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:66a8fac2ef6c846b32c9700ec6afcde4e32a21af2d07f7b30659f26cc48706fb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8a212f4355a2a8f849338a59da65568844d698a8b3cbb0795434ef4c02d1bbb0_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8a212f4355a2a8f849338a59da65568844d698a8b3cbb0795434ef4c02d1bbb0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8a212f4355a2a8f849338a59da65568844d698a8b3cbb0795434ef4c02d1bbb0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:083584adcc1c6a9cfc44fd121f6b5a80caf847d6ef41457243d68e832512e137_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:083584adcc1c6a9cfc44fd121f6b5a80caf847d6ef41457243d68e832512e137_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:083584adcc1c6a9cfc44fd121f6b5a80caf847d6ef41457243d68e832512e137_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:f1e5896ac59d4654c49d24bc10545de1dc7237d19be3fa085f51cc295bba8b9e_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:f1e5896ac59d4654c49d24bc10545de1dc7237d19be3fa085f51cc295bba8b9e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:f1e5896ac59d4654c49d24bc10545de1dc7237d19be3fa085f51cc295bba8b9e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:3a5cd797ddbfdb2f582b6983da722786a5f4362461a10fef0ac46f4ac44247aa_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:3a5cd797ddbfdb2f582b6983da722786a5f4362461a10fef0ac46f4ac44247aa_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:3a5cd797ddbfdb2f582b6983da722786a5f4362461a10fef0ac46f4ac44247aa_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:2267a4a1128b1a10acc478b545eb1468be4272827eb199c29078eae131009703_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:2267a4a1128b1a10acc478b545eb1468be4272827eb199c29078eae131009703_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:2267a4a1128b1a10acc478b545eb1468be4272827eb199c29078eae131009703_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:4ce6b9f7acd9845e5598ec60436a09816f88b2394d5faf067092e6b2ad55e6af_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:4ce6b9f7acd9845e5598ec60436a09816f88b2394d5faf067092e6b2ad55e6af_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:4ce6b9f7acd9845e5598ec60436a09816f88b2394d5faf067092e6b2ad55e6af_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:8dd2047eacd8c4e28ee860ead50b3e2dfe919409cf4f4f0089500673c4c2115c_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:8dd2047eacd8c4e28ee860ead50b3e2dfe919409cf4f4f0089500673c4c2115c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:8dd2047eacd8c4e28ee860ead50b3e2dfe919409cf4f4f0089500673c4c2115c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:1b533418cf6e29fd9acd5fec98daa7384db18c113cecd50040255df6fa6c70ad_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:1b533418cf6e29fd9acd5fec98daa7384db18c113cecd50040255df6fa6c70ad_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:1b533418cf6e29fd9acd5fec98daa7384db18c113cecd50040255df6fa6c70ad_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:0e7793d19afe307a7fa2754e16c267f410c2d5362139685bb2e4148df9ab30cb_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:0e7793d19afe307a7fa2754e16c267f410c2d5362139685bb2e4148df9ab30cb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:0e7793d19afe307a7fa2754e16c267f410c2d5362139685bb2e4148df9ab30cb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:9aecbcf45141fa7050adfb9a74f9b76d5087cca447ca9c9a195b10999342b175_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:9aecbcf45141fa7050adfb9a74f9b76d5087cca447ca9c9a195b10999342b175_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:9aecbcf45141fa7050adfb9a74f9b76d5087cca447ca9c9a195b10999342b175_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:54b979557a2a31632abd90d27f77310ee866257c66d3ff86ab07f82f6be8a4d1_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:54b979557a2a31632abd90d27f77310ee866257c66d3ff86ab07f82f6be8a4d1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:54b979557a2a31632abd90d27f77310ee866257c66d3ff86ab07f82f6be8a4d1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:7f10c0a4faa2ddd19393b919ccbd318aac29510f393810874b4f2a1b1c97f62e_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:7f10c0a4faa2ddd19393b919ccbd318aac29510f393810874b4f2a1b1c97f62e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:7f10c0a4faa2ddd19393b919ccbd318aac29510f393810874b4f2a1b1c97f62e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:8eb433372e8f658534cfe2b078eb9204fd00cb083605e34a8eef0276991e8c9c_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:8eb433372e8f658534cfe2b078eb9204fd00cb083605e34a8eef0276991e8c9c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:8eb433372e8f658534cfe2b078eb9204fd00cb083605e34a8eef0276991e8c9c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:d163535a1b6fa970c89520be9563634fdabb1aa1d34d36d0ae05f10ce863b776_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:d163535a1b6fa970c89520be9563634fdabb1aa1d34d36d0ae05f10ce863b776_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:d163535a1b6fa970c89520be9563634fdabb1aa1d34d36d0ae05f10ce863b776_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:5313b5d9ad508eaf0dcda247e2468eea0d6caeb29484ba9b2e6818786a606f28_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:5313b5d9ad508eaf0dcda247e2468eea0d6caeb29484ba9b2e6818786a606f28_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:5313b5d9ad508eaf0dcda247e2468eea0d6caeb29484ba9b2e6818786a606f28_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:0e56897a6f11eaffa74bd469bbcac436df28d87ec8c8a196d175d0746f5a9596_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:0e56897a6f11eaffa74bd469bbcac436df28d87ec8c8a196d175d0746f5a9596_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:0e56897a6f11eaffa74bd469bbcac436df28d87ec8c8a196d175d0746f5a9596_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:ad11837c6ed8937a655fe1460b8d15a1e0f5d94a09c93c84feb946d6379630dd_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:ad11837c6ed8937a655fe1460b8d15a1e0f5d94a09c93c84feb946d6379630dd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:ad11837c6ed8937a655fe1460b8d15a1e0f5d94a09c93c84feb946d6379630dd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:5a0bf200b9eababf1a55d0ab8719ad0f8bfc572ecc35663805d3155e3952719a_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:5a0bf200b9eababf1a55d0ab8719ad0f8bfc572ecc35663805d3155e3952719a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:5a0bf200b9eababf1a55d0ab8719ad0f8bfc572ecc35663805d3155e3952719a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:43b3644d657ead5a217f7bd35e3c4b02e48a5e03eaabe09ff30a378c5652754f_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:43b3644d657ead5a217f7bd35e3c4b02e48a5e03eaabe09ff30a378c5652754f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:43b3644d657ead5a217f7bd35e3c4b02e48a5e03eaabe09ff30a378c5652754f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:057bb3e3fbd95ce088b357660eda2b3f82ebf5481e6ebccec0462f2bebb3051d_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:057bb3e3fbd95ce088b357660eda2b3f82ebf5481e6ebccec0462f2bebb3051d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:057bb3e3fbd95ce088b357660eda2b3f82ebf5481e6ebccec0462f2bebb3051d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:d332f5286418298193a0e99016c44b267c501a9b291db732356a1b0f2f18c8b7_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:d332f5286418298193a0e99016c44b267c501a9b291db732356a1b0f2f18c8b7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:d332f5286418298193a0e99016c44b267c501a9b291db732356a1b0f2f18c8b7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:7906d8950dad6dc9768bfd51ac83c752cdab1df66e3c1628bfd326d9cfd838bd_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:7906d8950dad6dc9768bfd51ac83c752cdab1df66e3c1628bfd326d9cfd838bd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:7906d8950dad6dc9768bfd51ac83c752cdab1df66e3c1628bfd326d9cfd838bd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:8e16fd6ae86d5eea7b38887a2d419d930114a8f7f20fd30fe0975460660e8e3b_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:8e16fd6ae86d5eea7b38887a2d419d930114a8f7f20fd30fe0975460660e8e3b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:8e16fd6ae86d5eea7b38887a2d419d930114a8f7f20fd30fe0975460660e8e3b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:a2971c9028fac596e1297f4f0d6287194a059f0572ee4793810fb8162919b653_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:a2971c9028fac596e1297f4f0d6287194a059f0572ee4793810fb8162919b653_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:a2971c9028fac596e1297f4f0d6287194a059f0572ee4793810fb8162919b653_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:f1a041095c2e2d9a2fd9d6a80d4fcd8f8bf7469b415ddf11d5191b663630bd7b_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:f1a041095c2e2d9a2fd9d6a80d4fcd8f8bf7469b415ddf11d5191b663630bd7b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:f1a041095c2e2d9a2fd9d6a80d4fcd8f8bf7469b415ddf11d5191b663630bd7b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli@sha256:427850f7d549fc3ee678214f8790c5abcda62f42821dcc26c104fd7f95db32cd_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli@sha256:427850f7d549fc3ee678214f8790c5abcda62f42821dcc26c104fd7f95db32cd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli@sha256:427850f7d549fc3ee678214f8790c5abcda62f42821dcc26c104fd7f95db32cd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:9b1ae658b537e817a7bb0ad9a0af7adc94bd438769dd422917d8d9d562168798_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:9b1ae658b537e817a7bb0ad9a0af7adc94bd438769dd422917d8d9d562168798_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:9b1ae658b537e817a7bb0ad9a0af7adc94bd438769dd422917d8d9d562168798_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:00c969247be5aaa136a6e1adb3759f8265ccd938924b04af3d30fb3b750ddf24_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:00c969247be5aaa136a6e1adb3759f8265ccd938924b04af3d30fb3b750ddf24_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:00c969247be5aaa136a6e1adb3759f8265ccd938924b04af3d30fb3b750ddf24_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:b02188a9d5d9c2fed2c5c4256128f479f211d823a40db8b49d53895e099a67f5_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:b02188a9d5d9c2fed2c5c4256128f479f211d823a40db8b49d53895e099a67f5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:b02188a9d5d9c2fed2c5c4256128f479f211d823a40db8b49d53895e099a67f5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:5d97eb48ecd759cda39f9726b9dc88af30603d48e724c8d7e3b8a5a4be0b66e7_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:5d97eb48ecd759cda39f9726b9dc88af30603d48e724c8d7e3b8a5a4be0b66e7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:5d97eb48ecd759cda39f9726b9dc88af30603d48e724c8d7e3b8a5a4be0b66e7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:165412b8785ce00b28cf32b463fbce2d8df0aea955278df2a2978c218a4e3c8d_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:165412b8785ce00b28cf32b463fbce2d8df0aea955278df2a2978c218a4e3c8d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:165412b8785ce00b28cf32b463fbce2d8df0aea955278df2a2978c218a4e3c8d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:e2845175cfcda7fcbf6b883ee5810606b2fef322b5212897c55bb0e14d5078f9_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:e2845175cfcda7fcbf6b883ee5810606b2fef322b5212897c55bb0e14d5078f9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:e2845175cfcda7fcbf6b883ee5810606b2fef322b5212897c55bb0e14d5078f9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:bb634e360d469fe796f71e7de263a0050bbdc417cee6f0e186769b46eb426cd3_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:bb634e360d469fe796f71e7de263a0050bbdc417cee6f0e186769b46eb426cd3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:bb634e360d469fe796f71e7de263a0050bbdc417cee6f0e186769b46eb426cd3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5e6a0d1c09e83d13ca1df1be3a390f30d151740a81e244ac3816dbafdb321280_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5e6a0d1c09e83d13ca1df1be3a390f30d151740a81e244ac3816dbafdb321280_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5e6a0d1c09e83d13ca1df1be3a390f30d151740a81e244ac3816dbafdb321280_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:5e6a0d1c09e83d13ca1df1be3a390f30d151740a81e244ac3816dbafdb321280_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:5e6a0d1c09e83d13ca1df1be3a390f30d151740a81e244ac3816dbafdb321280_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:5e6a0d1c09e83d13ca1df1be3a390f30d151740a81e244ac3816dbafdb321280_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:3be2ba30a85e8d823db37135df5ea0172b1df5841bb2d5dd254dc1e2788e5744_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:3be2ba30a85e8d823db37135df5ea0172b1df5841bb2d5dd254dc1e2788e5744_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:3be2ba30a85e8d823db37135df5ea0172b1df5841bb2d5dd254dc1e2788e5744_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:4d83dc89159ed2990afa1e3a67c12f5edcb51288fe8276beb55787d44212ec58_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:4d83dc89159ed2990afa1e3a67c12f5edcb51288fe8276beb55787d44212ec58_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:4d83dc89159ed2990afa1e3a67c12f5edcb51288fe8276beb55787d44212ec58_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:583564b251c3d3f65da998a257b9b2f4ec86ab2fdd8aaf8b95afe8f8b6661f1e_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:583564b251c3d3f65da998a257b9b2f4ec86ab2fdd8aaf8b95afe8f8b6661f1e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:583564b251c3d3f65da998a257b9b2f4ec86ab2fdd8aaf8b95afe8f8b6661f1e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:c897dd63a6812376f286b28138efd843802e88399a37ac2fd13137ab316cfbc5_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:c897dd63a6812376f286b28138efd843802e88399a37ac2fd13137ab316cfbc5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:c897dd63a6812376f286b28138efd843802e88399a37ac2fd13137ab316cfbc5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:57aba607f179b17672814e70d2f833a0eafccf5d29c6b52106c0732b8399f3d8_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:57aba607f179b17672814e70d2f833a0eafccf5d29c6b52106c0732b8399f3d8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:57aba607f179b17672814e70d2f833a0eafccf5d29c6b52106c0732b8399f3d8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:73cecdc55d3360d0dc1965f7ed1499bd5314cc6a42c12933a3d7abee6f1260cf_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:73cecdc55d3360d0dc1965f7ed1499bd5314cc6a42c12933a3d7abee6f1260cf_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:73cecdc55d3360d0dc1965f7ed1499bd5314cc6a42c12933a3d7abee6f1260cf_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:14680fab9cb029bc5de012162b68d12142fa593ad739d56cc8429bd9443f3b78_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:14680fab9cb029bc5de012162b68d12142fa593ad739d56cc8429bd9443f3b78_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:14680fab9cb029bc5de012162b68d12142fa593ad739d56cc8429bd9443f3b78_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:2c9a1bf635561a34cfef29c3460cfd934bd5fb10fce2286b8d77177d549d8a1b_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:2c9a1bf635561a34cfef29c3460cfd934bd5fb10fce2286b8d77177d549d8a1b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:2c9a1bf635561a34cfef29c3460cfd934bd5fb10fce2286b8d77177d549d8a1b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:5fe4a8979ff5830e9d9454fa75949c239b665fdf5965e8d3a79f60e7f6ff2c6b_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:5fe4a8979ff5830e9d9454fa75949c239b665fdf5965e8d3a79f60e7f6ff2c6b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:5fe4a8979ff5830e9d9454fa75949c239b665fdf5965e8d3a79f60e7f6ff2c6b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:250c1b39f6eb21159e1c0ed5a3e866c75df811f900e12db268e1ebba474c4515_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:250c1b39f6eb21159e1c0ed5a3e866c75df811f900e12db268e1ebba474c4515_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:250c1b39f6eb21159e1c0ed5a3e866c75df811f900e12db268e1ebba474c4515_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:83000597e4b4717b218e07a7b68d5c39ad4a4964564a7a22cdb2256b3fa00f5a_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:83000597e4b4717b218e07a7b68d5c39ad4a4964564a7a22cdb2256b3fa00f5a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:83000597e4b4717b218e07a7b68d5c39ad4a4964564a7a22cdb2256b3fa00f5a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:41bbcb3a16c6fa6db38f0cf7f373e08e1ad81e541c2413a0634db2c251f554bd_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:41bbcb3a16c6fa6db38f0cf7f373e08e1ad81e541c2413a0634db2c251f554bd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:41bbcb3a16c6fa6db38f0cf7f373e08e1ad81e541c2413a0634db2c251f554bd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:3c9c88b87ebd49e6256bc9de4ede0ae4d9f78cab89d22ea15dab645c44db1eb0_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:3c9c88b87ebd49e6256bc9de4ede0ae4d9f78cab89d22ea15dab645c44db1eb0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:3c9c88b87ebd49e6256bc9de4ede0ae4d9f78cab89d22ea15dab645c44db1eb0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:32572a42fdd1655894a44978c6c4ef3d3b29642c6e6b913f33572ed00cbffa5d_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:32572a42fdd1655894a44978c6c4ef3d3b29642c6e6b913f33572ed00cbffa5d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:32572a42fdd1655894a44978c6c4ef3d3b29642c6e6b913f33572ed00cbffa5d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:26ab274e4c7b7038de4829a159c175247f0499a0d0d8ebac5661a7a465f9b6f8_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:26ab274e4c7b7038de4829a159c175247f0499a0d0d8ebac5661a7a465f9b6f8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:26ab274e4c7b7038de4829a159c175247f0499a0d0d8ebac5661a7a465f9b6f8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:33947e67a3892273c159dc5ee4fe2b1b1082145f073905733974f29268427d97_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:33947e67a3892273c159dc5ee4fe2b1b1082145f073905733974f29268427d97_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:33947e67a3892273c159dc5ee4fe2b1b1082145f073905733974f29268427d97_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0e2c6a7aff29e2ab1417608c1a8e2598e63b88216ffbfd8dde6cea0389c9037f_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0e2c6a7aff29e2ab1417608c1a8e2598e63b88216ffbfd8dde6cea0389c9037f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0e2c6a7aff29e2ab1417608c1a8e2598e63b88216ffbfd8dde6cea0389c9037f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:ec1af032ff666ae04558bbbe48f88f0376bd4b0480191fef45deeabc5e25aa79_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:ec1af032ff666ae04558bbbe48f88f0376bd4b0480191fef45deeabc5e25aa79_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:ec1af032ff666ae04558bbbe48f88f0376bd4b0480191fef45deeabc5e25aa79_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e7c44a5e356b1e31d983b421f692ac4b2521aae018953e807bdaf2e6d3849902_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e7c44a5e356b1e31d983b421f692ac4b2521aae018953e807bdaf2e6d3849902_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e7c44a5e356b1e31d983b421f692ac4b2521aae018953e807bdaf2e6d3849902_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:ff939391f26a83472d8c898003bca5c1aad336a4a68e1500ce1711fd489d6751_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:ff939391f26a83472d8c898003bca5c1aad336a4a68e1500ce1711fd489d6751_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:ff939391f26a83472d8c898003bca5c1aad336a4a68e1500ce1711fd489d6751_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:31ba8d2c6d21775eefeec42c55d6d23f6c9081380dbf2b6147d1c38b886de166_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:31ba8d2c6d21775eefeec42c55d6d23f6c9081380dbf2b6147d1c38b886de166_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:31ba8d2c6d21775eefeec42c55d6d23f6c9081380dbf2b6147d1c38b886de166_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:c377d9990c8b220ab1566350e16348a4c3e8f0efc490e3cf9b9e63a5002f0473_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:c377d9990c8b220ab1566350e16348a4c3e8f0efc490e3cf9b9e63a5002f0473_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:c377d9990c8b220ab1566350e16348a4c3e8f0efc490e3cf9b9e63a5002f0473_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:c2cba3de0e496b73b9d2e95d3700900fb526ecd85f674097ee8a08472f78b46b_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:c2cba3de0e496b73b9d2e95d3700900fb526ecd85f674097ee8a08472f78b46b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:c2cba3de0e496b73b9d2e95d3700900fb526ecd85f674097ee8a08472f78b46b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:fd7cf2dbcd5a16e9ba009e7748d71bd4cce5420edea341f444f92ea5058e891f_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:fd7cf2dbcd5a16e9ba009e7748d71bd4cce5420edea341f444f92ea5058e891f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:fd7cf2dbcd5a16e9ba009e7748d71bd4cce5420edea341f444f92ea5058e891f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:a0030672e0d64c8ab6b96d9dcf2fdffb002b6f918ee44382d972644a194cecde_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:a0030672e0d64c8ab6b96d9dcf2fdffb002b6f918ee44382d972644a194cecde_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:a0030672e0d64c8ab6b96d9dcf2fdffb002b6f918ee44382d972644a194cecde_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader@sha256:28e6fd88f30674c2c073943d72c602eef34a1c88c31939f75f5b2e5d67911eca_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:28e6fd88f30674c2c073943d72c602eef34a1c88c31939f75f5b2e5d67911eca_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader@sha256:28e6fd88f30674c2c073943d72c602eef34a1c88c31939f75f5b2e5d67911eca_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-operator@sha256:befb102d48070110096e4fef087ff2043bd86fdd8afc66c216b484f4e4ad720f_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console-operator@sha256:befb102d48070110096e4fef087ff2043bd86fdd8afc66c216b484f4e4ad720f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-operator@sha256:befb102d48070110096e4fef087ff2043bd86fdd8afc66c216b484f4e4ad720f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console@sha256:f7cea5db815cfb15ab3556d127623a6618b721c06960c6382121d0b1ca27aca7_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console@sha256:f7cea5db815cfb15ab3556d127623a6618b721c06960c6382121d0b1ca27aca7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console@sha256:f7cea5db815cfb15ab3556d127623a6618b721c06960c6382121d0b1ca27aca7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:a7de2f8ddb68b923891d926e35a14458dded13a0545d65b2d6813be6d550822b_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:a7de2f8ddb68b923891d926e35a14458dded13a0545d65b2d6813be6d550822b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:a7de2f8ddb68b923891d926e35a14458dded13a0545d65b2d6813be6d550822b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns@sha256:e7ccad4282195e456157b5d9a830fdab501c3a759b869d860e9b064b07d383a7_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-coredns@sha256:e7ccad4282195e456157b5d9a830fdab501c3a759b869d860e9b064b07d383a7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns@sha256:e7ccad4282195e456157b5d9a830fdab501c3a759b869d860e9b064b07d383a7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:34b70342a3669b1a820663ab867ca29102c31703a6e5cdd6825a50d42d82008b_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:34b70342a3669b1a820663ab867ca29102c31703a6e5cdd6825a50d42d82008b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:34b70342a3669b1a820663ab867ca29102c31703a6e5cdd6825a50d42d82008b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:575d30bc9c0644b0e61aaabdc1a67801fc57de6311f947aca2f9eace4a5638c1_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:575d30bc9c0644b0e61aaabdc1a67801fc57de6311f947aca2f9eace4a5638c1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:575d30bc9c0644b0e61aaabdc1a67801fc57de6311f947aca2f9eace4a5638c1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:bc3f3d9ade84337ddea54661623e32f5ca7f00d524a3c3899c58b0a2bb3a2717_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:bc3f3d9ade84337ddea54661623e32f5ca7f00d524a3c3899c58b0a2bb3a2717_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:bc3f3d9ade84337ddea54661623e32f5ca7f00d524a3c3899c58b0a2bb3a2717_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:dce2115067bafa9989e572e1c061ac101cf0be143009eb80b802df8589e26d21_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:dce2115067bafa9989e572e1c061ac101cf0be143009eb80b802df8589e26d21_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:dce2115067bafa9989e572e1c061ac101cf0be143009eb80b802df8589e26d21_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:b539ced0691d0ec46d4dd3702718bba9f76ae9a95af1c5b96e6ca124dafb8db9_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:b539ced0691d0ec46d4dd3702718bba9f76ae9a95af1c5b96e6ca124dafb8db9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:b539ced0691d0ec46d4dd3702718bba9f76ae9a95af1c5b96e6ca124dafb8db9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:f00fcad4d7ed9bc2398dde9c27a72eba5dec71fd6842a56d26b4a668a03593c2_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:f00fcad4d7ed9bc2398dde9c27a72eba5dec71fd6842a56d26b4a668a03593c2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:f00fcad4d7ed9bc2398dde9c27a72eba5dec71fd6842a56d26b4a668a03593c2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:a3649e4af155923df4edccfa0bea847524ad94693fa0c4656f150f4694c84d81_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:a3649e4af155923df4edccfa0bea847524ad94693fa0c4656f150f4694c84d81_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:a3649e4af155923df4edccfa0bea847524ad94693fa0c4656f150f4694c84d81_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:a3649e4af155923df4edccfa0bea847524ad94693fa0c4656f150f4694c84d81_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:a3649e4af155923df4edccfa0bea847524ad94693fa0c4656f150f4694c84d81_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:a3649e4af155923df4edccfa0bea847524ad94693fa0c4656f150f4694c84d81_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:0f53d6cbe6bfe70ae81f2ab386b0d6876bf2fbe742f177273ad91a98473ddbbe_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:0f53d6cbe6bfe70ae81f2ab386b0d6876bf2fbe742f177273ad91a98473ddbbe_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:0f53d6cbe6bfe70ae81f2ab386b0d6876bf2fbe742f177273ad91a98473ddbbe_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:0f53d6cbe6bfe70ae81f2ab386b0d6876bf2fbe742f177273ad91a98473ddbbe_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:0f53d6cbe6bfe70ae81f2ab386b0d6876bf2fbe742f177273ad91a98473ddbbe_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:0f53d6cbe6bfe70ae81f2ab386b0d6876bf2fbe742f177273ad91a98473ddbbe_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:c07ffbc60b55308439d2d10f978c889f283843f7d9b9f81b9512cd92961b630e_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:c07ffbc60b55308439d2d10f978c889f283843f7d9b9f81b9512cd92961b630e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:c07ffbc60b55308439d2d10f978c889f283843f7d9b9f81b9512cd92961b630e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:c07ffbc60b55308439d2d10f978c889f283843f7d9b9f81b9512cd92961b630e_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:c07ffbc60b55308439d2d10f978c889f283843f7d9b9f81b9512cd92961b630e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:c07ffbc60b55308439d2d10f978c889f283843f7d9b9f81b9512cd92961b630e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:342869412a65c837ef9028caacb9ea728768e7a7b7cba8466cbda16f8c042b94_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:342869412a65c837ef9028caacb9ea728768e7a7b7cba8466cbda16f8c042b94_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:342869412a65c837ef9028caacb9ea728768e7a7b7cba8466cbda16f8c042b94_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:342869412a65c837ef9028caacb9ea728768e7a7b7cba8466cbda16f8c042b94_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:342869412a65c837ef9028caacb9ea728768e7a7b7cba8466cbda16f8c042b94_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:342869412a65c837ef9028caacb9ea728768e7a7b7cba8466cbda16f8c042b94_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:e14b1d80da74392a86ce184d60776ad06ee5a6a68e8e486d4973c7b228f5c9f5_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:e14b1d80da74392a86ce184d60776ad06ee5a6a68e8e486d4973c7b228f5c9f5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:e14b1d80da74392a86ce184d60776ad06ee5a6a68e8e486d4973c7b228f5c9f5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:e14b1d80da74392a86ce184d60776ad06ee5a6a68e8e486d4973c7b228f5c9f5_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:e14b1d80da74392a86ce184d60776ad06ee5a6a68e8e486d4973c7b228f5c9f5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:e14b1d80da74392a86ce184d60776ad06ee5a6a68e8e486d4973c7b228f5c9f5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:f7963b3fdb4c29248d38ad4acf6a6204a1441a344b4f776d9c0cb8f6a45358f2_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:f7963b3fdb4c29248d38ad4acf6a6204a1441a344b4f776d9c0cb8f6a45358f2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:f7963b3fdb4c29248d38ad4acf6a6204a1441a344b4f776d9c0cb8f6a45358f2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:f7963b3fdb4c29248d38ad4acf6a6204a1441a344b4f776d9c0cb8f6a45358f2_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:f7963b3fdb4c29248d38ad4acf6a6204a1441a344b4f776d9c0cb8f6a45358f2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:f7963b3fdb4c29248d38ad4acf6a6204a1441a344b4f776d9c0cb8f6a45358f2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:80dd2a14ea8633fb8aed9157b846868fa34ed837f1c5f3a1b1a8b1fd12345455_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:80dd2a14ea8633fb8aed9157b846868fa34ed837f1c5f3a1b1a8b1fd12345455_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:80dd2a14ea8633fb8aed9157b846868fa34ed837f1c5f3a1b1a8b1fd12345455_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:80dd2a14ea8633fb8aed9157b846868fa34ed837f1c5f3a1b1a8b1fd12345455_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:80dd2a14ea8633fb8aed9157b846868fa34ed837f1c5f3a1b1a8b1fd12345455_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:80dd2a14ea8633fb8aed9157b846868fa34ed837f1c5f3a1b1a8b1fd12345455_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:e1df4e7a984c093f8f14800de0b94e9acb0e4f81931ec2e4ebc83e15e89c908e_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:e1df4e7a984c093f8f14800de0b94e9acb0e4f81931ec2e4ebc83e15e89c908e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:e1df4e7a984c093f8f14800de0b94e9acb0e4f81931ec2e4ebc83e15e89c908e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer@sha256:0834aaf11436fd73efc50ba398ebf1f85dd67d45cc58c45520a4fd6ca96023f8_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-deployer@sha256:0834aaf11436fd73efc50ba398ebf1f85dd67d45cc58c45520a4fd6ca96023f8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer@sha256:0834aaf11436fd73efc50ba398ebf1f85dd67d45cc58c45520a4fd6ca96023f8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder@sha256:7c5b46d03b3592dd36772060e5b47252b5f4b7e3ae75b4d8c8fa7c9e8b3ba907_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-builder@sha256:7c5b46d03b3592dd36772060e5b47252b5f4b7e3ae75b4d8c8fa7c9e8b3ba907_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder@sha256:7c5b46d03b3592dd36772060e5b47252b5f4b7e3ae75b4d8c8fa7c9e8b3ba907_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry@sha256:07acc90f3facbbfa95290f6c7de42dbfd76264e6c1b29d354fd5240f59600607_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-registry@sha256:07acc90f3facbbfa95290f6c7de42dbfd76264e6c1b29d354fd5240f59600607_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry@sha256:07acc90f3facbbfa95290f6c7de42dbfd76264e6c1b29d354fd5240f59600607_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f58ddc3d3e941e38308cd8458782ea70760d8eaa624bf58ab00b2710fd8e2e11_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f58ddc3d3e941e38308cd8458782ea70760d8eaa624bf58ab00b2710fd8e2e11_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f58ddc3d3e941e38308cd8458782ea70760d8eaa624bf58ab00b2710fd8e2e11_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:283ca16245d3d9e27cf77cce0af0b6dd85875b953aaf6d5899e284654c2fd714_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:283ca16245d3d9e27cf77cce0af0b6dd85875b953aaf6d5899e284654c2fd714_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:283ca16245d3d9e27cf77cce0af0b6dd85875b953aaf6d5899e284654c2fd714_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:19db8d286548d94b6184540448dc5ace612d7e00a85441c56f656dc3ff26da41_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:19db8d286548d94b6184540448dc5ace612d7e00a85441c56f656dc3ff26da41_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:19db8d286548d94b6184540448dc5ace612d7e00a85441c56f656dc3ff26da41_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:9b7f1e2b9d7d849778e4f9d9d32273bdc8d9721f2693cf34e40af2a1fce23906_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:9b7f1e2b9d7d849778e4f9d9d32273bdc8d9721f2693cf34e40af2a1fce23906_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:9b7f1e2b9d7d849778e4f9d9d32273bdc8d9721f2693cf34e40af2a1fce23906_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:befd4ea3cc27cdb0a1095908840923f21d37ef1ff0fbc0f061b22a8b560e9176_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:befd4ea3cc27cdb0a1095908840923f21d37ef1ff0fbc0f061b22a8b560e9176_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:befd4ea3cc27cdb0a1095908840923f21d37ef1ff0fbc0f061b22a8b560e9176_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:36000f3f216a88da7de4bb550b97bfe57b231d6bcad50c95212f362b1b281cbd_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-haproxy-router@sha256:36000f3f216a88da7de4bb550b97bfe57b231d6bcad50c95212f362b1b281cbd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:36000f3f216a88da7de4bb550b97bfe57b231d6bcad50c95212f362b1b281cbd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube@sha256:aeaded0f2d7852d274e9847709ff2b95797205f08beb008bdb40f3d6ea379162_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hyperkube@sha256:aeaded0f2d7852d274e9847709ff2b95797205f08beb008bdb40f3d6ea379162_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube@sha256:aeaded0f2d7852d274e9847709ff2b95797205f08beb008bdb40f3d6ea379162_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:5f2290a946cab1c44273346ada2b140a7055ce4df2252ff55013f922edb94005_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:5f2290a946cab1c44273346ada2b140a7055ce4df2252ff55013f922edb94005_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:5f2290a946cab1c44273346ada2b140a7055ce4df2252ff55013f922edb94005_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:f836b37e688d64bf5473433e9e5ed3a88fa5090b6602c95ccfe84b3b2fd541ef_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:f836b37e688d64bf5473433e9e5ed3a88fa5090b6602c95ccfe84b3b2fd541ef_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:f836b37e688d64bf5473433e9e5ed3a88fa5090b6602c95ccfe84b3b2fd541ef_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:1dd53626ecda0a87fdd38ad50be39a5a57de9afca2e17b18f1974b26030b6612_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:1dd53626ecda0a87fdd38ad50be39a5a57de9afca2e17b18f1974b26030b6612_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:1dd53626ecda0a87fdd38ad50be39a5a57de9afca2e17b18f1974b26030b6612_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:bbf640768f322e561379f02b51d7ccb7e6ac91cb062b6b79cb8fb370c343ecaa_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:bbf640768f322e561379f02b51d7ccb7e6ac91cb062b6b79cb8fb370c343ecaa_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:bbf640768f322e561379f02b51d7ccb7e6ac91cb062b6b79cb8fb370c343ecaa_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:7b59483fbd35a183ee68d7c02977b7c9bb141588958f5e8a1317f656aabe653d_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:7b59483fbd35a183ee68d7c02977b7c9bb141588958f5e8a1317f656aabe653d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:7b59483fbd35a183ee68d7c02977b7c9bb141588958f5e8a1317f656aabe653d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:b1d43cb29f5d567d3a506678dbdcdaf280d38f2e591140e8958fcc4847758193_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:b1d43cb29f5d567d3a506678dbdcdaf280d38f2e591140e8958fcc4847758193_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:b1d43cb29f5d567d3a506678dbdcdaf280d38f2e591140e8958fcc4847758193_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:21327b9690eb856aa7290846c59190f13c879e974162ff2a993a231d09c59ea0_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:21327b9690eb856aa7290846c59190f13c879e974162ff2a993a231d09c59ea0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:21327b9690eb856aa7290846c59190f13c879e974162ff2a993a231d09c59ea0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:1849fed518271f3aba98faa3c201ee6c6fcd593928c033dee9e16ec8aabdb9bf_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:1849fed518271f3aba98faa3c201ee6c6fcd593928c033dee9e16ec8aabdb9bf_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:1849fed518271f3aba98faa3c201ee6c6fcd593928c033dee9e16ec8aabdb9bf_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:6c0f784797be17413045841ea5a137182b52c88ffedf5f89b56c372f579e7459_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:6c0f784797be17413045841ea5a137182b52c88ffedf5f89b56c372f579e7459_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:6c0f784797be17413045841ea5a137182b52c88ffedf5f89b56c372f579e7459_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:e5e5c0d729d4fac001289e719144d7441cb5d9baa6cb5014eba1c58c6cd9a500_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:e5e5c0d729d4fac001289e719144d7441cb5d9baa6cb5014eba1c58c6cd9a500_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:e5e5c0d729d4fac001289e719144d7441cb5d9baa6cb5014eba1c58c6cd9a500_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer@sha256:eea673a3a67e18fe8c11bbeace6cf6a91807012177a153b6ba6f0d8c5dca0fb3_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer@sha256:eea673a3a67e18fe8c11bbeace6cf6a91807012177a153b6ba6f0d8c5dca0fb3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer@sha256:eea673a3a67e18fe8c11bbeace6cf6a91807012177a153b6ba6f0d8c5dca0fb3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:43799c4665e93ce69b372703d539518dac08b29a971651a712498403ef0e4e33_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:43799c4665e93ce69b372703d539518dac08b29a971651a712498403ef0e4e33_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:43799c4665e93ce69b372703d539518dac08b29a971651a712498403ef0e4e33_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:28deefb17c63506eca2dd7dd26e734540755ba68b6cece21ac36e74c876cdd01_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:28deefb17c63506eca2dd7dd26e734540755ba68b6cece21ac36e74c876cdd01_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:28deefb17c63506eca2dd7dd26e734540755ba68b6cece21ac36e74c876cdd01_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:36e0aeaace4c89a3b5ebabf3368da59cb637a6c18bdaa5649d524176f9181389_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:36e0aeaace4c89a3b5ebabf3368da59cb637a6c18bdaa5649d524176f9181389_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:36e0aeaace4c89a3b5ebabf3368da59cb637a6c18bdaa5649d524176f9181389_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b9e2b94adeb6a5ef0f2ba5657d159c2cfc17beab899b509b0e4ca0152a745b2b_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b9e2b94adeb6a5ef0f2ba5657d159c2cfc17beab899b509b0e4ca0152a745b2b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b9e2b94adeb6a5ef0f2ba5657d159c2cfc17beab899b509b0e4ca0152a745b2b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:352ca3b6fb3fde92b779a008585ef78b4de00c6397ff59723606342d3c4034e5_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:352ca3b6fb3fde92b779a008585ef78b4de00c6397ff59723606342d3c4034e5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:352ca3b6fb3fde92b779a008585ef78b4de00c6397ff59723606342d3c4034e5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:b656ad76cf4e4555f1a9c2681350c09d61903dab479810c093ee28a7f8084cf7_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:b656ad76cf4e4555f1a9c2681350c09d61903dab479810c093ee28a7f8084cf7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:b656ad76cf4e4555f1a9c2681350c09d61903dab479810c093ee28a7f8084cf7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy@sha256:a37dc4c89beee14c76035bd7fe0f1359700a43cf76fcecf60d9313de0ac9c079_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-proxy@sha256:a37dc4c89beee14c76035bd7fe0f1359700a43cf76fcecf60d9313de0ac9c079_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy@sha256:a37dc4c89beee14c76035bd7fe0f1359700a43cf76fcecf60d9313de0ac9c079_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:c800621253e0d2b26367ce027696d18bfa26f6a0ad60bbd51d3f2406fc63e11a_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:c800621253e0d2b26367ce027696d18bfa26f6a0ad60bbd51d3f2406fc63e11a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:c800621253e0d2b26367ce027696d18bfa26f6a0ad60bbd51d3f2406fc63e11a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:39b533d909543e6b2a5c619e518f6504bfd423dfdb737ce27f29dff493b06721_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:39b533d909543e6b2a5c619e518f6504bfd423dfdb737ce27f29dff493b06721_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:39b533d909543e6b2a5c619e518f6504bfd423dfdb737ce27f29dff493b06721_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:73cbb59d30ef6a66d7f77b3f0f8a1c2d5c5e1463bf45f62ccd81b69c7cba1958_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:73cbb59d30ef6a66d7f77b3f0f8a1c2d5c5e1463bf45f62ccd81b69c7cba1958_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:73cbb59d30ef6a66d7f77b3f0f8a1c2d5c5e1463bf45f62ccd81b69c7cba1958_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:f5c42e5ae330fb03ad899a1d29a1c98385f4d17e16b9c4f1c1aa457b41dda2e3_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:f5c42e5ae330fb03ad899a1d29a1c98385f4d17e16b9c4f1c1aa457b41dda2e3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:f5c42e5ae330fb03ad899a1d29a1c98385f4d17e16b9c4f1c1aa457b41dda2e3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:4243acb04291ed8a5a62998cad2254147f8e1a6bdfdc21e2b252a0dfb6fa0bc6_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:4243acb04291ed8a5a62998cad2254147f8e1a6bdfdc21e2b252a0dfb6fa0bc6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:4243acb04291ed8a5a62998cad2254147f8e1a6bdfdc21e2b252a0dfb6fa0bc6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:f61f72c3aeb1b7ed48e2e612ad8d2d4ad24cfd75078683decedb853dadd1695d_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:f61f72c3aeb1b7ed48e2e612ad8d2d4ad24cfd75078683decedb853dadd1695d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:f61f72c3aeb1b7ed48e2e612ad8d2d4ad24cfd75078683decedb853dadd1695d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:24274ccf494744dac6514d2b02d1095cff60b326d9dc1953a6cca5092b64663d_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:24274ccf494744dac6514d2b02d1095cff60b326d9dc1953a6cca5092b64663d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:24274ccf494744dac6514d2b02d1095cff60b326d9dc1953a6cca5092b64663d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-operator@sha256:55a2e025fa317265cda649315ae4df180cc1a44623dbf6352763a84137980125_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:55a2e025fa317265cda649315ae4df180cc1a44623dbf6352763a84137980125_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-operator@sha256:55a2e025fa317265cda649315ae4df180cc1a44623dbf6352763a84137980125_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:135c0de132525b39ad3bae18d3062df40e211716c87934d628df16b9ef457a99_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:135c0de132525b39ad3bae18d3062df40e211716c87934d628df16b9ef457a99_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:135c0de132525b39ad3bae18d3062df40e211716c87934d628df16b9ef457a99_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:f5ef69cb2b33c872610c78664514b43725a68deea609bde98027e96e43e6e617_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:f5ef69cb2b33c872610c78664514b43725a68deea609bde98027e96e43e6e617_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:f5ef69cb2b33c872610c78664514b43725a68deea609bde98027e96e43e6e617_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:2ade492f1bdc749637dde9a7161ac8e8ec0c2b2ba9d0aa5bc7baf2eee6714995_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:2ade492f1bdc749637dde9a7161ac8e8ec0c2b2ba9d0aa5bc7baf2eee6714995_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:2ade492f1bdc749637dde9a7161ac8e8ec0c2b2ba9d0aa5bc7baf2eee6714995_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1ba5030be53136be8685146ed49af2bd07431c704e950de6df3b321b4468ea26_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1ba5030be53136be8685146ed49af2bd07431c704e950de6df3b321b4468ea26_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1ba5030be53136be8685146ed49af2bd07431c704e950de6df3b321b4468ea26_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:867ff97de11614fbbf71c24a162664ea5283a19342d0f18a90211e7da7c81039_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:867ff97de11614fbbf71c24a162664ea5283a19342d0f18a90211e7da7c81039_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:867ff97de11614fbbf71c24a162664ea5283a19342d0f18a90211e7da7c81039_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:e90d6ca9931c7fb698936822adb511a0ef533cbf5459a23a000663c2d6e3518b_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:e90d6ca9931c7fb698936822adb511a0ef533cbf5459a23a000663c2d6e3518b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:e90d6ca9931c7fb698936822adb511a0ef533cbf5459a23a000663c2d6e3518b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:84e4c9b0fee76892b653a27e4c5f1041d9a60a701790eb5efa2c29c387acdc4e_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:84e4c9b0fee76892b653a27e4c5f1041d9a60a701790eb5efa2c29c387acdc4e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:84e4c9b0fee76892b653a27e4c5f1041d9a60a701790eb5efa2c29c387acdc4e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni@sha256:cfd6f19b4ac45718a0cdd71e09dd12ee248c016111fbcc6326b4d1d67ddeb1ce_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-cni@sha256:cfd6f19b4ac45718a0cdd71e09dd12ee248c016111fbcc6326b4d1d67ddeb1ce_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni@sha256:cfd6f19b4ac45718a0cdd71e09dd12ee248c016111fbcc6326b4d1d67ddeb1ce_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:24c9d2b8160311fd01b3a93251c179a534b6012f38cebf7f0c275ba537b811be_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:24c9d2b8160311fd01b3a93251c179a534b6012f38cebf7f0c275ba537b811be_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:24c9d2b8160311fd01b3a93251c179a534b6012f38cebf7f0c275ba537b811be_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:9d356fec209c8a852a68d6af50e0f19565eacce99fe22bcfb85038fc750653bc_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:9d356fec209c8a852a68d6af50e0f19565eacce99fe22bcfb85038fc750653bc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:9d356fec209c8a852a68d6af50e0f19565eacce99fe22bcfb85038fc750653bc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:2cb9f324d3d235229f33e90b44f681c394db64bb0ee29cef306eeec9dd1a6145_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:2cb9f324d3d235229f33e90b44f681c394db64bb0ee29cef306eeec9dd1a6145_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:2cb9f324d3d235229f33e90b44f681c394db64bb0ee29cef306eeec9dd1a6145_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather@sha256:83075fbdd1e3d904a1af368739d22fd11edcee4be2ccaac0477c650ccbbbb416_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-must-gather@sha256:83075fbdd1e3d904a1af368739d22fd11edcee4be2ccaac0477c650ccbbbb416_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather@sha256:83075fbdd1e3d904a1af368739d22fd11edcee4be2ccaac0477c650ccbbbb416_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:90ace8178f105873a6c9d4d939823456bd24537cbbe48c3f0717a95f47961ced_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:90ace8178f105873a6c9d4d939823456bd24537cbbe48c3f0717a95f47961ced_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:90ace8178f105873a6c9d4d939823456bd24537cbbe48c3f0717a95f47961ced_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:90e3c2136efbfcbbcdc313ff5a5568b62dcee85588e99e079a4bd1673e5fa02f_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:90e3c2136efbfcbbcdc313ff5a5568b62dcee85588e99e079a4bd1673e5fa02f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:90e3c2136efbfcbbcdc313ff5a5568b62dcee85588e99e079a4bd1673e5fa02f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:c0d3f6b6d0147db8c297fc4d8d8a0abeb4ff56e082e04a555d307c2b0700169a_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:c0d3f6b6d0147db8c297fc4d8d8a0abeb4ff56e082e04a555d307c2b0700169a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:c0d3f6b6d0147db8c297fc4d8d8a0abeb4ff56e082e04a555d307c2b0700169a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:c8c45ff0e43a8d70305086618716e27115d3e92220e9e657479a99425baf2551_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:c8c45ff0e43a8d70305086618716e27115d3e92220e9e657479a99425baf2551_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:c8c45ff0e43a8d70305086618716e27115d3e92220e9e657479a99425baf2551_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:2456e46c6ca10cbfd0d9bf7afab8f09b09248e4b7bfb39fe6e0078d47c2ba2ac_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:2456e46c6ca10cbfd0d9bf7afab8f09b09248e4b7bfb39fe6e0078d47c2ba2ac_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:2456e46c6ca10cbfd0d9bf7afab8f09b09248e4b7bfb39fe6e0078d47c2ba2ac_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy@sha256:ef93c16b94f38a4c31b2930c3fc89202d98a4c7250c8819aa1355c3f623a798f_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:ef93c16b94f38a4c31b2930c3fc89202d98a4c7250c8819aa1355c3f623a798f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy@sha256:ef93c16b94f38a4c31b2930c3fc89202d98a4c7250c8819aa1355c3f623a798f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:feb57bbd6e2eef485855293712b68d8858c87a10ccccbfa19ca38c8829fe617c_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:feb57bbd6e2eef485855293712b68d8858c87a10ccccbfa19ca38c8829fe617c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:feb57bbd6e2eef485855293712b68d8858c87a10ccccbfa19ca38c8829fe617c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:46d406a89e433525bf7922fa1321dc39575817aaaf19aed51c2a20d1a78110b6_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:46d406a89e433525bf7922fa1321dc39575817aaaf19aed51c2a20d1a78110b6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:46d406a89e433525bf7922fa1321dc39575817aaaf19aed51c2a20d1a78110b6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:0397a2e0e8f80a23f1b9e002e070478d14741ad785fbcacb4598a9ea444aca8c_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:0397a2e0e8f80a23f1b9e002e070478d14741ad785fbcacb4598a9ea444aca8c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:0397a2e0e8f80a23f1b9e002e070478d14741ad785fbcacb4598a9ea444aca8c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:50cbd0585ecd2dcaf46aa708cb1adbe8991a62875961170741bd6bf0ee220073_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:50cbd0585ecd2dcaf46aa708cb1adbe8991a62875961170741bd6bf0ee220073_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:50cbd0585ecd2dcaf46aa708cb1adbe8991a62875961170741bd6bf0ee220073_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:9777360b0924b6df15662603adf456fcae56759610948b32c81f30af4a80eb20_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:9777360b0924b6df15662603adf456fcae56759610948b32c81f30af4a80eb20_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:9777360b0924b6df15662603adf456fcae56759610948b32c81f30af4a80eb20_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ecd696fc927e740d1c1130a2adba73612d012bb942009213ea45da117d14e506_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ecd696fc927e740d1c1130a2adba73612d012bb942009213ea45da117d14e506_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ecd696fc927e740d1c1130a2adba73612d012bb942009213ea45da117d14e506_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:1295a0198ee68f7c4379a0648ee3b1ec3fe47a318f7940e09e7fca8b8e94ed55_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:1295a0198ee68f7c4379a0648ee3b1ec3fe47a318f7940e09e7fca8b8e94ed55_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:1295a0198ee68f7c4379a0648ee3b1ec3fe47a318f7940e09e7fca8b8e94ed55_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:501d01af9579c7b8b0eabd9e77fd65090b2613666dd4252e4bbacefd1d6c6f9e_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:501d01af9579c7b8b0eabd9e77fd65090b2613666dd4252e4bbacefd1d6c6f9e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:501d01af9579c7b8b0eabd9e77fd65090b2613666dd4252e4bbacefd1d6c6f9e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:929167beb3e1cefead0ef3386b7e0e08d8ac11829ae93ae9c71424fecdad5429_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:929167beb3e1cefead0ef3386b7e0e08d8ac11829ae93ae9c71424fecdad5429_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:929167beb3e1cefead0ef3386b7e0e08d8ac11829ae93ae9c71424fecdad5429_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace@sha256:f9d5842f34dd4b40cd136a2b75a50661d37b3e061da36464ef09ecb2336e47e5_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:f9d5842f34dd4b40cd136a2b75a50661d37b3e061da36464ef09ecb2336e47e5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace@sha256:f9d5842f34dd4b40cd136a2b75a50661d37b3e061da36464ef09ecb2336e47e5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry@sha256:9cf8ac284094c301776d15adf6cdfac31c7620310990174aa9370c00c60e7e03_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-registry@sha256:9cf8ac284094c301776d15adf6cdfac31c7620310990174aa9370c00c60e7e03_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry@sha256:9cf8ac284094c301776d15adf6cdfac31c7620310990174aa9370c00c60e7e03_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f2f4ef85165f4320ed589f5fd7aecfcf7bfbd0cb2495f80b2301b10456b8fa6a_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f2f4ef85165f4320ed589f5fd7aecfcf7bfbd0cb2495f80b2301b10456b8fa6a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f2f4ef85165f4320ed589f5fd7aecfcf7bfbd0cb2495f80b2301b10456b8fa6a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c246e57f9e631aa2b6a81f8d1d317fd72aa2d79572bf1b5abc4e1a335630e4c0_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c246e57f9e631aa2b6a81f8d1d317fd72aa2d79572bf1b5abc4e1a335630e4c0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c246e57f9e631aa2b6a81f8d1d317fd72aa2d79572bf1b5abc4e1a335630e4c0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:768c77402d66f0fd124f08c991fb2844524aee494ca69717a319034e966236c5_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:768c77402d66f0fd124f08c991fb2844524aee494ca69717a319034e966236c5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:768c77402d66f0fd124f08c991fb2844524aee494ca69717a319034e966236c5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:768c77402d66f0fd124f08c991fb2844524aee494ca69717a319034e966236c5_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:768c77402d66f0fd124f08c991fb2844524aee494ca69717a319034e966236c5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:768c77402d66f0fd124f08c991fb2844524aee494ca69717a319034e966236c5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod@sha256:c61dacde2c679002f021badfcd0ada878c876ead91300afe5b02cd5106e60929_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-pod@sha256:c61dacde2c679002f021badfcd0ada878c876ead91300afe5b02cd5106e60929_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod@sha256:c61dacde2c679002f021badfcd0ada878c876ead91300afe5b02cd5106e60929_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:fe3490acd214124cc3b16f12aee750b51c31b82dec27677d5f1f1d6006384486_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:fe3490acd214124cc3b16f12aee750b51c31b82dec27677d5f1f1d6006384486_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:fe3490acd214124cc3b16f12aee750b51c31b82dec27677d5f1f1d6006384486_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:895b8e6db934c0adf91ddb45910a5c763747bb35849f4bb0f89d2e59e5a44efd_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:895b8e6db934c0adf91ddb45910a5c763747bb35849f4bb0f89d2e59e5a44efd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:895b8e6db934c0adf91ddb45910a5c763747bb35849f4bb0f89d2e59e5a44efd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:cf046ad7f3e2c36075c6731c9e10a99b71d1d2aa31c21d03f225f5ccf101b5bb_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:cf046ad7f3e2c36075c6731c9e10a99b71d1d2aa31c21d03f225f5ccf101b5bb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:cf046ad7f3e2c36075c6731c9e10a99b71d1d2aa31c21d03f225f5ccf101b5bb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:29cc7f01897c5736a59869194ec2f4be180571d73d4ff16e6c6129d431c4ffb9_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:29cc7f01897c5736a59869194ec2f4be180571d73d4ff16e6c6129d431c4ffb9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:29cc7f01897c5736a59869194ec2f4be180571d73d4ff16e6c6129d431c4ffb9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:1f98e91f1f583a7461a769af8fa9b3ea4f100cc1c61b0e2efef975d0aca998e3_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:1f98e91f1f583a7461a769af8fa9b3ea4f100cc1c61b0e2efef975d0aca998e3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:1f98e91f1f583a7461a769af8fa9b3ea4f100cc1c61b0e2efef975d0aca998e3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:86dd87674a5a7361f94381bb5fe49206b1cc05adfd91856f461793159db0d6aa_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:86dd87674a5a7361f94381bb5fe49206b1cc05adfd91856f461793159db0d6aa_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:86dd87674a5a7361f94381bb5fe49206b1cc05adfd91856f461793159db0d6aa_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:72e3a0e442d54265f72558423eac460b5d36e97394bebae6906507628f2a0d29_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:72e3a0e442d54265f72558423eac460b5d36e97394bebae6906507628f2a0d29_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:72e3a0e442d54265f72558423eac460b5d36e97394bebae6906507628f2a0d29_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:07dda14100a0c42e6e94df292cfd40105f667586e0bad1fc1fb1dfa9e4247fc1_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:07dda14100a0c42e6e94df292cfd40105f667586e0bad1fc1fb1dfa9e4247fc1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:07dda14100a0c42e6e94df292cfd40105f667586e0bad1fc1fb1dfa9e4247fc1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:42c87f1a20074c0e2d0f15cd519f9da60e3faa7c487027fd47eb978442d02044_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:42c87f1a20074c0e2d0f15cd519f9da60e3faa7c487027fd47eb978442d02044_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:42c87f1a20074c0e2d0f15cd519f9da60e3faa7c487027fd47eb978442d02044_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator@sha256:5729cf1a8acac396c3a3e04f1262c163bd4b17ee7e0ec0958b572bba1fb086d4_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:5729cf1a8acac396c3a3e04f1262c163bd4b17ee7e0ec0958b572bba1fb086d4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator@sha256:5729cf1a8acac396c3a3e04f1262c163bd4b17ee7e0ec0958b572bba1fb086d4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus@sha256:a1ce1e246ccfdceaf97967056a2d4cc4fa9f3f968a866e3b12b817bafb90ed31_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus@sha256:a1ce1e246ccfdceaf97967056a2d4cc4fa9f3f968a866e3b12b817bafb90ed31_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus@sha256:a1ce1e246ccfdceaf97967056a2d4cc4fa9f3f968a866e3b12b817bafb90ed31_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:acbcfacb0e781086b198ddf950bcb6350f30c3e88c71f2d0a46db2bc739dbe64_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:acbcfacb0e781086b198ddf950bcb6350f30c3e88c71f2d0a46db2bc739dbe64_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:acbcfacb0e781086b198ddf950bcb6350f30c3e88c71f2d0a46db2bc739dbe64_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-operator@sha256:b33ba4396eb28cf4ceac84ff9f2f3e32fec8cb23bf8d289b121703a0493d55b4_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:b33ba4396eb28cf4ceac84ff9f2f3e32fec8cb23bf8d289b121703a0493d55b4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-operator@sha256:b33ba4396eb28cf4ceac84ff9f2f3e32fec8cb23bf8d289b121703a0493d55b4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter@sha256:589f69587068e199229d1bbad67d38f95a71fe70d9a3559fb53631e817bf9f6d_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-telemeter@sha256:589f69587068e199229d1bbad67d38f95a71fe70d9a3559fb53631e817bf9f6d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter@sha256:589f69587068e199229d1bbad67d38f95a71fe70d9a3559fb53631e817bf9f6d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests@sha256:66aaa9ed5ad47eaa59d000a751f89be09f1f3fb624ad7fd89ccacee9abbde0ff_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tests@sha256:66aaa9ed5ad47eaa59d000a751f89be09f1f3fb624ad7fd89ccacee9abbde0ff_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests@sha256:66aaa9ed5ad47eaa59d000a751f89be09f1f3fb624ad7fd89ccacee9abbde0ff_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:9b09fd9998846c82c0d3709e766b186aae227c04bd10f8522dbd3dad7340d4ab_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:9b09fd9998846c82c0d3709e766b186aae227c04bd10f8522dbd3dad7340d4ab_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:9b09fd9998846c82c0d3709e766b186aae227c04bd10f8522dbd3dad7340d4ab_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:b5e7ec027eb40af4e7f84288b77c8ff3abb3a24b5addb14f1e8d4d1cfb877950_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:b5e7ec027eb40af4e7f84288b77c8ff3abb3a24b5addb14f1e8d4d1cfb877950_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:b5e7ec027eb40af4e7f84288b77c8ff3abb3a24b5addb14f1e8d4d1cfb877950_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:0060e426e627908662ab21ed9148a7e8dcb7f267277a32a37e707c099dcb28c8_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:0060e426e627908662ab21ed9148a7e8dcb7f267277a32a37e707c099dcb28c8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:0060e426e627908662ab21ed9148a7e8dcb7f267277a32a37e707c099dcb28c8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:01227169a8681f9d6a64a98f127e4b4b975cb3f876e0246845a1831f15d1b69d_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:01227169a8681f9d6a64a98f127e4b4b975cb3f876e0246845a1831f15d1b69d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:01227169a8681f9d6a64a98f127e4b4b975cb3f876e0246845a1831f15d1b69d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:46eafe9d4578c2404b3957ef153d590071405ebf866bfaa2d0899b2a62a68583_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:46eafe9d4578c2404b3957ef153d590071405ebf866bfaa2d0899b2a62a68583_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:46eafe9d4578c2404b3957ef153d590071405ebf866bfaa2d0899b2a62a68583_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:308f86155f1da9dcdb7181a558ba7207a738446496935cdc0d8069b3f54c60ec_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:308f86155f1da9dcdb7181a558ba7207a738446496935cdc0d8069b3f54c60ec_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:308f86155f1da9dcdb7181a558ba7207a738446496935cdc0d8069b3f54c60ec_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:0060e426e627908662ab21ed9148a7e8dcb7f267277a32a37e707c099dcb28c8_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:0060e426e627908662ab21ed9148a7e8dcb7f267277a32a37e707c099dcb28c8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:0060e426e627908662ab21ed9148a7e8dcb7f267277a32a37e707c099dcb28c8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:01227169a8681f9d6a64a98f127e4b4b975cb3f876e0246845a1831f15d1b69d_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:01227169a8681f9d6a64a98f127e4b4b975cb3f876e0246845a1831f15d1b69d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:01227169a8681f9d6a64a98f127e4b4b975cb3f876e0246845a1831f15d1b69d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:e9cbf2f3ea726c040b640666be64337de62615d0584a51320d74dc30eb2278f5_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:e9cbf2f3ea726c040b640666be64337de62615d0584a51320d74dc30eb2278f5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:e9cbf2f3ea726c040b640666be64337de62615d0584a51320d74dc30eb2278f5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:ac9b992d63959fcb84403808e0ca8be5afa5f1394f5f7b7e33e9f4f5b0c027bb_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:ac9b992d63959fcb84403808e0ca8be5afa5f1394f5f7b7e33e9f4f5b0c027bb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:ac9b992d63959fcb84403808e0ca8be5afa5f1394f5f7b7e33e9f4f5b0c027bb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:4e195928f2185a84c1a2173b5283c5ba815e31cb7be2ca1b97d7e2d9979463f7_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:4e195928f2185a84c1a2173b5283c5ba815e31cb7be2ca1b97d7e2d9979463f7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:4e195928f2185a84c1a2173b5283c5ba815e31cb7be2ca1b97d7e2d9979463f7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:e7f07cf41b913bf2ec97edf4850037903636246b3d89a8bc3567954e16253f1a_amd64 as a component of Red Hat OpenShift Container Platform 4.13",
"product_id": "Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:e7f07cf41b913bf2ec97edf4850037903636246b3d89a8bc3567954e16253f1a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:e7f07cf41b913bf2ec97edf4850037903636246b3d89a8bc3567954e16253f1a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.13"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-13465",
"cwe": {
"id": "CWE-1321",
"name": "Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)"
},
"discovery_date": "2026-01-21T20:01:28.774829+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:35898248f7a14e2f4945b95779cbacf3ada75ccf957fb9d59c43ea722bc659c7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5e74ca1fb7ca13bdfe660c8681f60b1a1b83bf47379b35f6951ab2f5b2cab2fd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:c2836249c662fa1cb5e015249eb8c16ab6687c7ddc2c67217cf69e28cae0a217_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:ba829a48000d32000fab969e21e82fc8641cd46b5e6d2afc85f72702cc6119c5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/network-tools-rhel8@sha256:f4e785f3669d3fb96edbaa7adfa3cb521cdeb7ed5d7993ce9e1f4a9721bc0737_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:fae18193723926211ba4289b50cc375ac3c068c42f6d2b217129800386fe21ba_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:80c130d5174d2cd8dee63f7dfb4be33f469ab59fb6697309b22d21661ce44a5b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:66a8fac2ef6c846b32c9700ec6afcde4e32a21af2d07f7b30659f26cc48706fb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8a212f4355a2a8f849338a59da65568844d698a8b3cbb0795434ef4c02d1bbb0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:083584adcc1c6a9cfc44fd121f6b5a80caf847d6ef41457243d68e832512e137_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:f1e5896ac59d4654c49d24bc10545de1dc7237d19be3fa085f51cc295bba8b9e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:3a5cd797ddbfdb2f582b6983da722786a5f4362461a10fef0ac46f4ac44247aa_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:2267a4a1128b1a10acc478b545eb1468be4272827eb199c29078eae131009703_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:4ce6b9f7acd9845e5598ec60436a09816f88b2394d5faf067092e6b2ad55e6af_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:8dd2047eacd8c4e28ee860ead50b3e2dfe919409cf4f4f0089500673c4c2115c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:1b533418cf6e29fd9acd5fec98daa7384db18c113cecd50040255df6fa6c70ad_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:0e7793d19afe307a7fa2754e16c267f410c2d5362139685bb2e4148df9ab30cb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:9aecbcf45141fa7050adfb9a74f9b76d5087cca447ca9c9a195b10999342b175_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:54b979557a2a31632abd90d27f77310ee866257c66d3ff86ab07f82f6be8a4d1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:7f10c0a4faa2ddd19393b919ccbd318aac29510f393810874b4f2a1b1c97f62e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:8eb433372e8f658534cfe2b078eb9204fd00cb083605e34a8eef0276991e8c9c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:d163535a1b6fa970c89520be9563634fdabb1aa1d34d36d0ae05f10ce863b776_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:5313b5d9ad508eaf0dcda247e2468eea0d6caeb29484ba9b2e6818786a606f28_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:0e56897a6f11eaffa74bd469bbcac436df28d87ec8c8a196d175d0746f5a9596_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:ad11837c6ed8937a655fe1460b8d15a1e0f5d94a09c93c84feb946d6379630dd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:5a0bf200b9eababf1a55d0ab8719ad0f8bfc572ecc35663805d3155e3952719a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:43b3644d657ead5a217f7bd35e3c4b02e48a5e03eaabe09ff30a378c5652754f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:057bb3e3fbd95ce088b357660eda2b3f82ebf5481e6ebccec0462f2bebb3051d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:d332f5286418298193a0e99016c44b267c501a9b291db732356a1b0f2f18c8b7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:7906d8950dad6dc9768bfd51ac83c752cdab1df66e3c1628bfd326d9cfd838bd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:8e16fd6ae86d5eea7b38887a2d419d930114a8f7f20fd30fe0975460660e8e3b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:a2971c9028fac596e1297f4f0d6287194a059f0572ee4793810fb8162919b653_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:f1a041095c2e2d9a2fd9d6a80d4fcd8f8bf7469b415ddf11d5191b663630bd7b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli@sha256:427850f7d549fc3ee678214f8790c5abcda62f42821dcc26c104fd7f95db32cd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:9b1ae658b537e817a7bb0ad9a0af7adc94bd438769dd422917d8d9d562168798_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:00c969247be5aaa136a6e1adb3759f8265ccd938924b04af3d30fb3b750ddf24_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:b02188a9d5d9c2fed2c5c4256128f479f211d823a40db8b49d53895e099a67f5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:5d97eb48ecd759cda39f9726b9dc88af30603d48e724c8d7e3b8a5a4be0b66e7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:165412b8785ce00b28cf32b463fbce2d8df0aea955278df2a2978c218a4e3c8d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:e2845175cfcda7fcbf6b883ee5810606b2fef322b5212897c55bb0e14d5078f9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:bb634e360d469fe796f71e7de263a0050bbdc417cee6f0e186769b46eb426cd3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5e6a0d1c09e83d13ca1df1be3a390f30d151740a81e244ac3816dbafdb321280_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:5e6a0d1c09e83d13ca1df1be3a390f30d151740a81e244ac3816dbafdb321280_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:3be2ba30a85e8d823db37135df5ea0172b1df5841bb2d5dd254dc1e2788e5744_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:4d83dc89159ed2990afa1e3a67c12f5edcb51288fe8276beb55787d44212ec58_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:583564b251c3d3f65da998a257b9b2f4ec86ab2fdd8aaf8b95afe8f8b6661f1e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:c897dd63a6812376f286b28138efd843802e88399a37ac2fd13137ab316cfbc5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:57aba607f179b17672814e70d2f833a0eafccf5d29c6b52106c0732b8399f3d8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:73cecdc55d3360d0dc1965f7ed1499bd5314cc6a42c12933a3d7abee6f1260cf_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:14680fab9cb029bc5de012162b68d12142fa593ad739d56cc8429bd9443f3b78_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:2c9a1bf635561a34cfef29c3460cfd934bd5fb10fce2286b8d77177d549d8a1b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:5fe4a8979ff5830e9d9454fa75949c239b665fdf5965e8d3a79f60e7f6ff2c6b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:250c1b39f6eb21159e1c0ed5a3e866c75df811f900e12db268e1ebba474c4515_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:83000597e4b4717b218e07a7b68d5c39ad4a4964564a7a22cdb2256b3fa00f5a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:41bbcb3a16c6fa6db38f0cf7f373e08e1ad81e541c2413a0634db2c251f554bd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:3c9c88b87ebd49e6256bc9de4ede0ae4d9f78cab89d22ea15dab645c44db1eb0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:32572a42fdd1655894a44978c6c4ef3d3b29642c6e6b913f33572ed00cbffa5d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:26ab274e4c7b7038de4829a159c175247f0499a0d0d8ebac5661a7a465f9b6f8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:33947e67a3892273c159dc5ee4fe2b1b1082145f073905733974f29268427d97_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0e2c6a7aff29e2ab1417608c1a8e2598e63b88216ffbfd8dde6cea0389c9037f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:ec1af032ff666ae04558bbbe48f88f0376bd4b0480191fef45deeabc5e25aa79_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e7c44a5e356b1e31d983b421f692ac4b2521aae018953e807bdaf2e6d3849902_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:ff939391f26a83472d8c898003bca5c1aad336a4a68e1500ce1711fd489d6751_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:31ba8d2c6d21775eefeec42c55d6d23f6c9081380dbf2b6147d1c38b886de166_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:c377d9990c8b220ab1566350e16348a4c3e8f0efc490e3cf9b9e63a5002f0473_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:c2cba3de0e496b73b9d2e95d3700900fb526ecd85f674097ee8a08472f78b46b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:fd7cf2dbcd5a16e9ba009e7748d71bd4cce5420edea341f444f92ea5058e891f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:a0030672e0d64c8ab6b96d9dcf2fdffb002b6f918ee44382d972644a194cecde_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:28e6fd88f30674c2c073943d72c602eef34a1c88c31939f75f5b2e5d67911eca_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console-operator@sha256:befb102d48070110096e4fef087ff2043bd86fdd8afc66c216b484f4e4ad720f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:a7de2f8ddb68b923891d926e35a14458dded13a0545d65b2d6813be6d550822b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-coredns@sha256:e7ccad4282195e456157b5d9a830fdab501c3a759b869d860e9b064b07d383a7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:34b70342a3669b1a820663ab867ca29102c31703a6e5cdd6825a50d42d82008b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:575d30bc9c0644b0e61aaabdc1a67801fc57de6311f947aca2f9eace4a5638c1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:bc3f3d9ade84337ddea54661623e32f5ca7f00d524a3c3899c58b0a2bb3a2717_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:dce2115067bafa9989e572e1c061ac101cf0be143009eb80b802df8589e26d21_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:b539ced0691d0ec46d4dd3702718bba9f76ae9a95af1c5b96e6ca124dafb8db9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:f00fcad4d7ed9bc2398dde9c27a72eba5dec71fd6842a56d26b4a668a03593c2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:a3649e4af155923df4edccfa0bea847524ad94693fa0c4656f150f4694c84d81_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:a3649e4af155923df4edccfa0bea847524ad94693fa0c4656f150f4694c84d81_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:0f53d6cbe6bfe70ae81f2ab386b0d6876bf2fbe742f177273ad91a98473ddbbe_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:0f53d6cbe6bfe70ae81f2ab386b0d6876bf2fbe742f177273ad91a98473ddbbe_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:c07ffbc60b55308439d2d10f978c889f283843f7d9b9f81b9512cd92961b630e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:c07ffbc60b55308439d2d10f978c889f283843f7d9b9f81b9512cd92961b630e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:342869412a65c837ef9028caacb9ea728768e7a7b7cba8466cbda16f8c042b94_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:342869412a65c837ef9028caacb9ea728768e7a7b7cba8466cbda16f8c042b94_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:e14b1d80da74392a86ce184d60776ad06ee5a6a68e8e486d4973c7b228f5c9f5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:e14b1d80da74392a86ce184d60776ad06ee5a6a68e8e486d4973c7b228f5c9f5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:f7963b3fdb4c29248d38ad4acf6a6204a1441a344b4f776d9c0cb8f6a45358f2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:f7963b3fdb4c29248d38ad4acf6a6204a1441a344b4f776d9c0cb8f6a45358f2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:80dd2a14ea8633fb8aed9157b846868fa34ed837f1c5f3a1b1a8b1fd12345455_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:80dd2a14ea8633fb8aed9157b846868fa34ed837f1c5f3a1b1a8b1fd12345455_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:e1df4e7a984c093f8f14800de0b94e9acb0e4f81931ec2e4ebc83e15e89c908e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-deployer@sha256:0834aaf11436fd73efc50ba398ebf1f85dd67d45cc58c45520a4fd6ca96023f8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-builder@sha256:7c5b46d03b3592dd36772060e5b47252b5f4b7e3ae75b4d8c8fa7c9e8b3ba907_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-registry@sha256:07acc90f3facbbfa95290f6c7de42dbfd76264e6c1b29d354fd5240f59600607_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f58ddc3d3e941e38308cd8458782ea70760d8eaa624bf58ab00b2710fd8e2e11_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:283ca16245d3d9e27cf77cce0af0b6dd85875b953aaf6d5899e284654c2fd714_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:19db8d286548d94b6184540448dc5ace612d7e00a85441c56f656dc3ff26da41_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:9b7f1e2b9d7d849778e4f9d9d32273bdc8d9721f2693cf34e40af2a1fce23906_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:befd4ea3cc27cdb0a1095908840923f21d37ef1ff0fbc0f061b22a8b560e9176_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-haproxy-router@sha256:36000f3f216a88da7de4bb550b97bfe57b231d6bcad50c95212f362b1b281cbd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hyperkube@sha256:aeaded0f2d7852d274e9847709ff2b95797205f08beb008bdb40f3d6ea379162_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:5f2290a946cab1c44273346ada2b140a7055ce4df2252ff55013f922edb94005_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:f836b37e688d64bf5473433e9e5ed3a88fa5090b6602c95ccfe84b3b2fd541ef_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:1dd53626ecda0a87fdd38ad50be39a5a57de9afca2e17b18f1974b26030b6612_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:bbf640768f322e561379f02b51d7ccb7e6ac91cb062b6b79cb8fb370c343ecaa_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:7b59483fbd35a183ee68d7c02977b7c9bb141588958f5e8a1317f656aabe653d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:b1d43cb29f5d567d3a506678dbdcdaf280d38f2e591140e8958fcc4847758193_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:21327b9690eb856aa7290846c59190f13c879e974162ff2a993a231d09c59ea0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:1849fed518271f3aba98faa3c201ee6c6fcd593928c033dee9e16ec8aabdb9bf_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:6c0f784797be17413045841ea5a137182b52c88ffedf5f89b56c372f579e7459_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:e5e5c0d729d4fac001289e719144d7441cb5d9baa6cb5014eba1c58c6cd9a500_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer@sha256:eea673a3a67e18fe8c11bbeace6cf6a91807012177a153b6ba6f0d8c5dca0fb3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:43799c4665e93ce69b372703d539518dac08b29a971651a712498403ef0e4e33_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:28deefb17c63506eca2dd7dd26e734540755ba68b6cece21ac36e74c876cdd01_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:36e0aeaace4c89a3b5ebabf3368da59cb637a6c18bdaa5649d524176f9181389_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b9e2b94adeb6a5ef0f2ba5657d159c2cfc17beab899b509b0e4ca0152a745b2b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:352ca3b6fb3fde92b779a008585ef78b4de00c6397ff59723606342d3c4034e5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:b656ad76cf4e4555f1a9c2681350c09d61903dab479810c093ee28a7f8084cf7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-proxy@sha256:a37dc4c89beee14c76035bd7fe0f1359700a43cf76fcecf60d9313de0ac9c079_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:c800621253e0d2b26367ce027696d18bfa26f6a0ad60bbd51d3f2406fc63e11a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:39b533d909543e6b2a5c619e518f6504bfd423dfdb737ce27f29dff493b06721_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:73cbb59d30ef6a66d7f77b3f0f8a1c2d5c5e1463bf45f62ccd81b69c7cba1958_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:f5c42e5ae330fb03ad899a1d29a1c98385f4d17e16b9c4f1c1aa457b41dda2e3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:4243acb04291ed8a5a62998cad2254147f8e1a6bdfdc21e2b252a0dfb6fa0bc6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:f61f72c3aeb1b7ed48e2e612ad8d2d4ad24cfd75078683decedb853dadd1695d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:24274ccf494744dac6514d2b02d1095cff60b326d9dc1953a6cca5092b64663d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:55a2e025fa317265cda649315ae4df180cc1a44623dbf6352763a84137980125_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:135c0de132525b39ad3bae18d3062df40e211716c87934d628df16b9ef457a99_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:f5ef69cb2b33c872610c78664514b43725a68deea609bde98027e96e43e6e617_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:2ade492f1bdc749637dde9a7161ac8e8ec0c2b2ba9d0aa5bc7baf2eee6714995_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1ba5030be53136be8685146ed49af2bd07431c704e950de6df3b321b4468ea26_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:867ff97de11614fbbf71c24a162664ea5283a19342d0f18a90211e7da7c81039_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:e90d6ca9931c7fb698936822adb511a0ef533cbf5459a23a000663c2d6e3518b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:84e4c9b0fee76892b653a27e4c5f1041d9a60a701790eb5efa2c29c387acdc4e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-cni@sha256:cfd6f19b4ac45718a0cdd71e09dd12ee248c016111fbcc6326b4d1d67ddeb1ce_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:24c9d2b8160311fd01b3a93251c179a534b6012f38cebf7f0c275ba537b811be_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:9d356fec209c8a852a68d6af50e0f19565eacce99fe22bcfb85038fc750653bc_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:2cb9f324d3d235229f33e90b44f681c394db64bb0ee29cef306eeec9dd1a6145_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-must-gather@sha256:83075fbdd1e3d904a1af368739d22fd11edcee4be2ccaac0477c650ccbbbb416_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:90ace8178f105873a6c9d4d939823456bd24537cbbe48c3f0717a95f47961ced_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:90e3c2136efbfcbbcdc313ff5a5568b62dcee85588e99e079a4bd1673e5fa02f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:c0d3f6b6d0147db8c297fc4d8d8a0abeb4ff56e082e04a555d307c2b0700169a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:c8c45ff0e43a8d70305086618716e27115d3e92220e9e657479a99425baf2551_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:2456e46c6ca10cbfd0d9bf7afab8f09b09248e4b7bfb39fe6e0078d47c2ba2ac_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:ef93c16b94f38a4c31b2930c3fc89202d98a4c7250c8819aa1355c3f623a798f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:feb57bbd6e2eef485855293712b68d8858c87a10ccccbfa19ca38c8829fe617c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:46d406a89e433525bf7922fa1321dc39575817aaaf19aed51c2a20d1a78110b6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:0397a2e0e8f80a23f1b9e002e070478d14741ad785fbcacb4598a9ea444aca8c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:50cbd0585ecd2dcaf46aa708cb1adbe8991a62875961170741bd6bf0ee220073_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:9777360b0924b6df15662603adf456fcae56759610948b32c81f30af4a80eb20_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ecd696fc927e740d1c1130a2adba73612d012bb942009213ea45da117d14e506_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:1295a0198ee68f7c4379a0648ee3b1ec3fe47a318f7940e09e7fca8b8e94ed55_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:501d01af9579c7b8b0eabd9e77fd65090b2613666dd4252e4bbacefd1d6c6f9e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:929167beb3e1cefead0ef3386b7e0e08d8ac11829ae93ae9c71424fecdad5429_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:f9d5842f34dd4b40cd136a2b75a50661d37b3e061da36464ef09ecb2336e47e5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-registry@sha256:9cf8ac284094c301776d15adf6cdfac31c7620310990174aa9370c00c60e7e03_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f2f4ef85165f4320ed589f5fd7aecfcf7bfbd0cb2495f80b2301b10456b8fa6a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c246e57f9e631aa2b6a81f8d1d317fd72aa2d79572bf1b5abc4e1a335630e4c0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:768c77402d66f0fd124f08c991fb2844524aee494ca69717a319034e966236c5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:768c77402d66f0fd124f08c991fb2844524aee494ca69717a319034e966236c5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-pod@sha256:c61dacde2c679002f021badfcd0ada878c876ead91300afe5b02cd5106e60929_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:fe3490acd214124cc3b16f12aee750b51c31b82dec27677d5f1f1d6006384486_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:895b8e6db934c0adf91ddb45910a5c763747bb35849f4bb0f89d2e59e5a44efd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:cf046ad7f3e2c36075c6731c9e10a99b71d1d2aa31c21d03f225f5ccf101b5bb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:29cc7f01897c5736a59869194ec2f4be180571d73d4ff16e6c6129d431c4ffb9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:1f98e91f1f583a7461a769af8fa9b3ea4f100cc1c61b0e2efef975d0aca998e3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:86dd87674a5a7361f94381bb5fe49206b1cc05adfd91856f461793159db0d6aa_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:72e3a0e442d54265f72558423eac460b5d36e97394bebae6906507628f2a0d29_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:07dda14100a0c42e6e94df292cfd40105f667586e0bad1fc1fb1dfa9e4247fc1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:42c87f1a20074c0e2d0f15cd519f9da60e3faa7c487027fd47eb978442d02044_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:5729cf1a8acac396c3a3e04f1262c163bd4b17ee7e0ec0958b572bba1fb086d4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus@sha256:a1ce1e246ccfdceaf97967056a2d4cc4fa9f3f968a866e3b12b817bafb90ed31_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:acbcfacb0e781086b198ddf950bcb6350f30c3e88c71f2d0a46db2bc739dbe64_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:b33ba4396eb28cf4ceac84ff9f2f3e32fec8cb23bf8d289b121703a0493d55b4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-telemeter@sha256:589f69587068e199229d1bbad67d38f95a71fe70d9a3559fb53631e817bf9f6d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tests@sha256:66aaa9ed5ad47eaa59d000a751f89be09f1f3fb624ad7fd89ccacee9abbde0ff_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:9b09fd9998846c82c0d3709e766b186aae227c04bd10f8522dbd3dad7340d4ab_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:b5e7ec027eb40af4e7f84288b77c8ff3abb3a24b5addb14f1e8d4d1cfb877950_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:0060e426e627908662ab21ed9148a7e8dcb7f267277a32a37e707c099dcb28c8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:01227169a8681f9d6a64a98f127e4b4b975cb3f876e0246845a1831f15d1b69d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:46eafe9d4578c2404b3957ef153d590071405ebf866bfaa2d0899b2a62a68583_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:308f86155f1da9dcdb7181a558ba7207a738446496935cdc0d8069b3f54c60ec_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:0060e426e627908662ab21ed9148a7e8dcb7f267277a32a37e707c099dcb28c8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:01227169a8681f9d6a64a98f127e4b4b975cb3f876e0246845a1831f15d1b69d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:e9cbf2f3ea726c040b640666be64337de62615d0584a51320d74dc30eb2278f5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:ac9b992d63959fcb84403808e0ca8be5afa5f1394f5f7b7e33e9f4f5b0c027bb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:4e195928f2185a84c1a2173b5283c5ba815e31cb7be2ca1b97d7e2d9979463f7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:e7f07cf41b913bf2ec97edf4850037903636246b3d89a8bc3567954e16253f1a_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2431740"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Lodash. A prototype pollution vulnerability in the _.unset and _.omit functions allows an attacker able to control property paths to delete methods from global prototypes. By removing essential functionalities, this can result in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "lodash: prototype pollution in _.unset and _.omit functions",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue is only exploitable by applications using the _.unset and _.omit functions on an object and allowing user input to determine the path of the property to be removed. This issue only allows the deletion of properties but does not allow overwriting their behavior, limiting the impact to a denial of service. Due to this reason, this vulnerability has been rated with an important severity.\n\nIn Grafana, JavaScript code runs only in the browser, while the server side is all Golang. Therefore, the worst-case scenario is a loss of functionality in the client application inside the browser. To reflect this, the CVSS availability metric and the severity of the Grafana and the Grafana-PCP component have been updated to low and moderate, respectively.\n\nThe lodash dependency is bundled and used by the pcs-web-ui component of the PCS package. In Red Hat Enterprise Linux 8.10, the pcs-web-ui component is no longer included in the PCS package. As a result, RHEL 8.10 does not ship the vulnerable lodash component within PCS and is therefore not-affected by this CVE.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console@sha256:f7cea5db815cfb15ab3556d127623a6618b721c06960c6382121d0b1ca27aca7_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:35898248f7a14e2f4945b95779cbacf3ada75ccf957fb9d59c43ea722bc659c7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5e74ca1fb7ca13bdfe660c8681f60b1a1b83bf47379b35f6951ab2f5b2cab2fd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:c2836249c662fa1cb5e015249eb8c16ab6687c7ddc2c67217cf69e28cae0a217_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:ba829a48000d32000fab969e21e82fc8641cd46b5e6d2afc85f72702cc6119c5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/network-tools-rhel8@sha256:f4e785f3669d3fb96edbaa7adfa3cb521cdeb7ed5d7993ce9e1f4a9721bc0737_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:fae18193723926211ba4289b50cc375ac3c068c42f6d2b217129800386fe21ba_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:80c130d5174d2cd8dee63f7dfb4be33f469ab59fb6697309b22d21661ce44a5b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:66a8fac2ef6c846b32c9700ec6afcde4e32a21af2d07f7b30659f26cc48706fb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8a212f4355a2a8f849338a59da65568844d698a8b3cbb0795434ef4c02d1bbb0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:083584adcc1c6a9cfc44fd121f6b5a80caf847d6ef41457243d68e832512e137_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:f1e5896ac59d4654c49d24bc10545de1dc7237d19be3fa085f51cc295bba8b9e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:3a5cd797ddbfdb2f582b6983da722786a5f4362461a10fef0ac46f4ac44247aa_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:2267a4a1128b1a10acc478b545eb1468be4272827eb199c29078eae131009703_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:4ce6b9f7acd9845e5598ec60436a09816f88b2394d5faf067092e6b2ad55e6af_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:8dd2047eacd8c4e28ee860ead50b3e2dfe919409cf4f4f0089500673c4c2115c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:1b533418cf6e29fd9acd5fec98daa7384db18c113cecd50040255df6fa6c70ad_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:0e7793d19afe307a7fa2754e16c267f410c2d5362139685bb2e4148df9ab30cb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:9aecbcf45141fa7050adfb9a74f9b76d5087cca447ca9c9a195b10999342b175_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:54b979557a2a31632abd90d27f77310ee866257c66d3ff86ab07f82f6be8a4d1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:7f10c0a4faa2ddd19393b919ccbd318aac29510f393810874b4f2a1b1c97f62e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:8eb433372e8f658534cfe2b078eb9204fd00cb083605e34a8eef0276991e8c9c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:d163535a1b6fa970c89520be9563634fdabb1aa1d34d36d0ae05f10ce863b776_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:5313b5d9ad508eaf0dcda247e2468eea0d6caeb29484ba9b2e6818786a606f28_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:0e56897a6f11eaffa74bd469bbcac436df28d87ec8c8a196d175d0746f5a9596_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:ad11837c6ed8937a655fe1460b8d15a1e0f5d94a09c93c84feb946d6379630dd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:5a0bf200b9eababf1a55d0ab8719ad0f8bfc572ecc35663805d3155e3952719a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:43b3644d657ead5a217f7bd35e3c4b02e48a5e03eaabe09ff30a378c5652754f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:057bb3e3fbd95ce088b357660eda2b3f82ebf5481e6ebccec0462f2bebb3051d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:d332f5286418298193a0e99016c44b267c501a9b291db732356a1b0f2f18c8b7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:7906d8950dad6dc9768bfd51ac83c752cdab1df66e3c1628bfd326d9cfd838bd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:8e16fd6ae86d5eea7b38887a2d419d930114a8f7f20fd30fe0975460660e8e3b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:a2971c9028fac596e1297f4f0d6287194a059f0572ee4793810fb8162919b653_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:f1a041095c2e2d9a2fd9d6a80d4fcd8f8bf7469b415ddf11d5191b663630bd7b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli@sha256:427850f7d549fc3ee678214f8790c5abcda62f42821dcc26c104fd7f95db32cd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:9b1ae658b537e817a7bb0ad9a0af7adc94bd438769dd422917d8d9d562168798_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:00c969247be5aaa136a6e1adb3759f8265ccd938924b04af3d30fb3b750ddf24_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:b02188a9d5d9c2fed2c5c4256128f479f211d823a40db8b49d53895e099a67f5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:5d97eb48ecd759cda39f9726b9dc88af30603d48e724c8d7e3b8a5a4be0b66e7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:165412b8785ce00b28cf32b463fbce2d8df0aea955278df2a2978c218a4e3c8d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:e2845175cfcda7fcbf6b883ee5810606b2fef322b5212897c55bb0e14d5078f9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:bb634e360d469fe796f71e7de263a0050bbdc417cee6f0e186769b46eb426cd3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5e6a0d1c09e83d13ca1df1be3a390f30d151740a81e244ac3816dbafdb321280_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:5e6a0d1c09e83d13ca1df1be3a390f30d151740a81e244ac3816dbafdb321280_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:3be2ba30a85e8d823db37135df5ea0172b1df5841bb2d5dd254dc1e2788e5744_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:4d83dc89159ed2990afa1e3a67c12f5edcb51288fe8276beb55787d44212ec58_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:583564b251c3d3f65da998a257b9b2f4ec86ab2fdd8aaf8b95afe8f8b6661f1e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:c897dd63a6812376f286b28138efd843802e88399a37ac2fd13137ab316cfbc5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:57aba607f179b17672814e70d2f833a0eafccf5d29c6b52106c0732b8399f3d8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:73cecdc55d3360d0dc1965f7ed1499bd5314cc6a42c12933a3d7abee6f1260cf_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:14680fab9cb029bc5de012162b68d12142fa593ad739d56cc8429bd9443f3b78_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:2c9a1bf635561a34cfef29c3460cfd934bd5fb10fce2286b8d77177d549d8a1b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:5fe4a8979ff5830e9d9454fa75949c239b665fdf5965e8d3a79f60e7f6ff2c6b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:250c1b39f6eb21159e1c0ed5a3e866c75df811f900e12db268e1ebba474c4515_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:83000597e4b4717b218e07a7b68d5c39ad4a4964564a7a22cdb2256b3fa00f5a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:41bbcb3a16c6fa6db38f0cf7f373e08e1ad81e541c2413a0634db2c251f554bd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:3c9c88b87ebd49e6256bc9de4ede0ae4d9f78cab89d22ea15dab645c44db1eb0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:32572a42fdd1655894a44978c6c4ef3d3b29642c6e6b913f33572ed00cbffa5d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:26ab274e4c7b7038de4829a159c175247f0499a0d0d8ebac5661a7a465f9b6f8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:33947e67a3892273c159dc5ee4fe2b1b1082145f073905733974f29268427d97_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0e2c6a7aff29e2ab1417608c1a8e2598e63b88216ffbfd8dde6cea0389c9037f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:ec1af032ff666ae04558bbbe48f88f0376bd4b0480191fef45deeabc5e25aa79_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e7c44a5e356b1e31d983b421f692ac4b2521aae018953e807bdaf2e6d3849902_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:ff939391f26a83472d8c898003bca5c1aad336a4a68e1500ce1711fd489d6751_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:31ba8d2c6d21775eefeec42c55d6d23f6c9081380dbf2b6147d1c38b886de166_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:c377d9990c8b220ab1566350e16348a4c3e8f0efc490e3cf9b9e63a5002f0473_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:c2cba3de0e496b73b9d2e95d3700900fb526ecd85f674097ee8a08472f78b46b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:fd7cf2dbcd5a16e9ba009e7748d71bd4cce5420edea341f444f92ea5058e891f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:a0030672e0d64c8ab6b96d9dcf2fdffb002b6f918ee44382d972644a194cecde_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:28e6fd88f30674c2c073943d72c602eef34a1c88c31939f75f5b2e5d67911eca_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console-operator@sha256:befb102d48070110096e4fef087ff2043bd86fdd8afc66c216b484f4e4ad720f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:a7de2f8ddb68b923891d926e35a14458dded13a0545d65b2d6813be6d550822b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-coredns@sha256:e7ccad4282195e456157b5d9a830fdab501c3a759b869d860e9b064b07d383a7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:34b70342a3669b1a820663ab867ca29102c31703a6e5cdd6825a50d42d82008b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:575d30bc9c0644b0e61aaabdc1a67801fc57de6311f947aca2f9eace4a5638c1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:bc3f3d9ade84337ddea54661623e32f5ca7f00d524a3c3899c58b0a2bb3a2717_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:dce2115067bafa9989e572e1c061ac101cf0be143009eb80b802df8589e26d21_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:b539ced0691d0ec46d4dd3702718bba9f76ae9a95af1c5b96e6ca124dafb8db9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:f00fcad4d7ed9bc2398dde9c27a72eba5dec71fd6842a56d26b4a668a03593c2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:a3649e4af155923df4edccfa0bea847524ad94693fa0c4656f150f4694c84d81_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:a3649e4af155923df4edccfa0bea847524ad94693fa0c4656f150f4694c84d81_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:0f53d6cbe6bfe70ae81f2ab386b0d6876bf2fbe742f177273ad91a98473ddbbe_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:0f53d6cbe6bfe70ae81f2ab386b0d6876bf2fbe742f177273ad91a98473ddbbe_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:c07ffbc60b55308439d2d10f978c889f283843f7d9b9f81b9512cd92961b630e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:c07ffbc60b55308439d2d10f978c889f283843f7d9b9f81b9512cd92961b630e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:342869412a65c837ef9028caacb9ea728768e7a7b7cba8466cbda16f8c042b94_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:342869412a65c837ef9028caacb9ea728768e7a7b7cba8466cbda16f8c042b94_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:e14b1d80da74392a86ce184d60776ad06ee5a6a68e8e486d4973c7b228f5c9f5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:e14b1d80da74392a86ce184d60776ad06ee5a6a68e8e486d4973c7b228f5c9f5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:f7963b3fdb4c29248d38ad4acf6a6204a1441a344b4f776d9c0cb8f6a45358f2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:f7963b3fdb4c29248d38ad4acf6a6204a1441a344b4f776d9c0cb8f6a45358f2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:80dd2a14ea8633fb8aed9157b846868fa34ed837f1c5f3a1b1a8b1fd12345455_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:80dd2a14ea8633fb8aed9157b846868fa34ed837f1c5f3a1b1a8b1fd12345455_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:e1df4e7a984c093f8f14800de0b94e9acb0e4f81931ec2e4ebc83e15e89c908e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-deployer@sha256:0834aaf11436fd73efc50ba398ebf1f85dd67d45cc58c45520a4fd6ca96023f8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-builder@sha256:7c5b46d03b3592dd36772060e5b47252b5f4b7e3ae75b4d8c8fa7c9e8b3ba907_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-registry@sha256:07acc90f3facbbfa95290f6c7de42dbfd76264e6c1b29d354fd5240f59600607_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f58ddc3d3e941e38308cd8458782ea70760d8eaa624bf58ab00b2710fd8e2e11_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:283ca16245d3d9e27cf77cce0af0b6dd85875b953aaf6d5899e284654c2fd714_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:19db8d286548d94b6184540448dc5ace612d7e00a85441c56f656dc3ff26da41_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:9b7f1e2b9d7d849778e4f9d9d32273bdc8d9721f2693cf34e40af2a1fce23906_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:befd4ea3cc27cdb0a1095908840923f21d37ef1ff0fbc0f061b22a8b560e9176_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-haproxy-router@sha256:36000f3f216a88da7de4bb550b97bfe57b231d6bcad50c95212f362b1b281cbd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hyperkube@sha256:aeaded0f2d7852d274e9847709ff2b95797205f08beb008bdb40f3d6ea379162_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:5f2290a946cab1c44273346ada2b140a7055ce4df2252ff55013f922edb94005_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:f836b37e688d64bf5473433e9e5ed3a88fa5090b6602c95ccfe84b3b2fd541ef_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:1dd53626ecda0a87fdd38ad50be39a5a57de9afca2e17b18f1974b26030b6612_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:bbf640768f322e561379f02b51d7ccb7e6ac91cb062b6b79cb8fb370c343ecaa_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:7b59483fbd35a183ee68d7c02977b7c9bb141588958f5e8a1317f656aabe653d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:b1d43cb29f5d567d3a506678dbdcdaf280d38f2e591140e8958fcc4847758193_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:21327b9690eb856aa7290846c59190f13c879e974162ff2a993a231d09c59ea0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:1849fed518271f3aba98faa3c201ee6c6fcd593928c033dee9e16ec8aabdb9bf_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:6c0f784797be17413045841ea5a137182b52c88ffedf5f89b56c372f579e7459_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:e5e5c0d729d4fac001289e719144d7441cb5d9baa6cb5014eba1c58c6cd9a500_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer@sha256:eea673a3a67e18fe8c11bbeace6cf6a91807012177a153b6ba6f0d8c5dca0fb3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:43799c4665e93ce69b372703d539518dac08b29a971651a712498403ef0e4e33_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:28deefb17c63506eca2dd7dd26e734540755ba68b6cece21ac36e74c876cdd01_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:36e0aeaace4c89a3b5ebabf3368da59cb637a6c18bdaa5649d524176f9181389_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b9e2b94adeb6a5ef0f2ba5657d159c2cfc17beab899b509b0e4ca0152a745b2b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:352ca3b6fb3fde92b779a008585ef78b4de00c6397ff59723606342d3c4034e5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:b656ad76cf4e4555f1a9c2681350c09d61903dab479810c093ee28a7f8084cf7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-proxy@sha256:a37dc4c89beee14c76035bd7fe0f1359700a43cf76fcecf60d9313de0ac9c079_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:c800621253e0d2b26367ce027696d18bfa26f6a0ad60bbd51d3f2406fc63e11a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:39b533d909543e6b2a5c619e518f6504bfd423dfdb737ce27f29dff493b06721_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:73cbb59d30ef6a66d7f77b3f0f8a1c2d5c5e1463bf45f62ccd81b69c7cba1958_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:f5c42e5ae330fb03ad899a1d29a1c98385f4d17e16b9c4f1c1aa457b41dda2e3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:4243acb04291ed8a5a62998cad2254147f8e1a6bdfdc21e2b252a0dfb6fa0bc6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:f61f72c3aeb1b7ed48e2e612ad8d2d4ad24cfd75078683decedb853dadd1695d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:24274ccf494744dac6514d2b02d1095cff60b326d9dc1953a6cca5092b64663d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:55a2e025fa317265cda649315ae4df180cc1a44623dbf6352763a84137980125_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:135c0de132525b39ad3bae18d3062df40e211716c87934d628df16b9ef457a99_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:f5ef69cb2b33c872610c78664514b43725a68deea609bde98027e96e43e6e617_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:2ade492f1bdc749637dde9a7161ac8e8ec0c2b2ba9d0aa5bc7baf2eee6714995_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1ba5030be53136be8685146ed49af2bd07431c704e950de6df3b321b4468ea26_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:867ff97de11614fbbf71c24a162664ea5283a19342d0f18a90211e7da7c81039_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:e90d6ca9931c7fb698936822adb511a0ef533cbf5459a23a000663c2d6e3518b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:84e4c9b0fee76892b653a27e4c5f1041d9a60a701790eb5efa2c29c387acdc4e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-cni@sha256:cfd6f19b4ac45718a0cdd71e09dd12ee248c016111fbcc6326b4d1d67ddeb1ce_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:24c9d2b8160311fd01b3a93251c179a534b6012f38cebf7f0c275ba537b811be_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:9d356fec209c8a852a68d6af50e0f19565eacce99fe22bcfb85038fc750653bc_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:2cb9f324d3d235229f33e90b44f681c394db64bb0ee29cef306eeec9dd1a6145_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-must-gather@sha256:83075fbdd1e3d904a1af368739d22fd11edcee4be2ccaac0477c650ccbbbb416_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:90ace8178f105873a6c9d4d939823456bd24537cbbe48c3f0717a95f47961ced_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:90e3c2136efbfcbbcdc313ff5a5568b62dcee85588e99e079a4bd1673e5fa02f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:c0d3f6b6d0147db8c297fc4d8d8a0abeb4ff56e082e04a555d307c2b0700169a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:c8c45ff0e43a8d70305086618716e27115d3e92220e9e657479a99425baf2551_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:2456e46c6ca10cbfd0d9bf7afab8f09b09248e4b7bfb39fe6e0078d47c2ba2ac_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:ef93c16b94f38a4c31b2930c3fc89202d98a4c7250c8819aa1355c3f623a798f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:feb57bbd6e2eef485855293712b68d8858c87a10ccccbfa19ca38c8829fe617c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:46d406a89e433525bf7922fa1321dc39575817aaaf19aed51c2a20d1a78110b6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:0397a2e0e8f80a23f1b9e002e070478d14741ad785fbcacb4598a9ea444aca8c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:50cbd0585ecd2dcaf46aa708cb1adbe8991a62875961170741bd6bf0ee220073_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:9777360b0924b6df15662603adf456fcae56759610948b32c81f30af4a80eb20_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ecd696fc927e740d1c1130a2adba73612d012bb942009213ea45da117d14e506_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:1295a0198ee68f7c4379a0648ee3b1ec3fe47a318f7940e09e7fca8b8e94ed55_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:501d01af9579c7b8b0eabd9e77fd65090b2613666dd4252e4bbacefd1d6c6f9e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:929167beb3e1cefead0ef3386b7e0e08d8ac11829ae93ae9c71424fecdad5429_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:f9d5842f34dd4b40cd136a2b75a50661d37b3e061da36464ef09ecb2336e47e5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-registry@sha256:9cf8ac284094c301776d15adf6cdfac31c7620310990174aa9370c00c60e7e03_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f2f4ef85165f4320ed589f5fd7aecfcf7bfbd0cb2495f80b2301b10456b8fa6a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c246e57f9e631aa2b6a81f8d1d317fd72aa2d79572bf1b5abc4e1a335630e4c0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:768c77402d66f0fd124f08c991fb2844524aee494ca69717a319034e966236c5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:768c77402d66f0fd124f08c991fb2844524aee494ca69717a319034e966236c5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-pod@sha256:c61dacde2c679002f021badfcd0ada878c876ead91300afe5b02cd5106e60929_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:fe3490acd214124cc3b16f12aee750b51c31b82dec27677d5f1f1d6006384486_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:895b8e6db934c0adf91ddb45910a5c763747bb35849f4bb0f89d2e59e5a44efd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:cf046ad7f3e2c36075c6731c9e10a99b71d1d2aa31c21d03f225f5ccf101b5bb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:29cc7f01897c5736a59869194ec2f4be180571d73d4ff16e6c6129d431c4ffb9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:1f98e91f1f583a7461a769af8fa9b3ea4f100cc1c61b0e2efef975d0aca998e3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:86dd87674a5a7361f94381bb5fe49206b1cc05adfd91856f461793159db0d6aa_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:72e3a0e442d54265f72558423eac460b5d36e97394bebae6906507628f2a0d29_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:07dda14100a0c42e6e94df292cfd40105f667586e0bad1fc1fb1dfa9e4247fc1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:42c87f1a20074c0e2d0f15cd519f9da60e3faa7c487027fd47eb978442d02044_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:5729cf1a8acac396c3a3e04f1262c163bd4b17ee7e0ec0958b572bba1fb086d4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus@sha256:a1ce1e246ccfdceaf97967056a2d4cc4fa9f3f968a866e3b12b817bafb90ed31_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:acbcfacb0e781086b198ddf950bcb6350f30c3e88c71f2d0a46db2bc739dbe64_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:b33ba4396eb28cf4ceac84ff9f2f3e32fec8cb23bf8d289b121703a0493d55b4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-telemeter@sha256:589f69587068e199229d1bbad67d38f95a71fe70d9a3559fb53631e817bf9f6d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tests@sha256:66aaa9ed5ad47eaa59d000a751f89be09f1f3fb624ad7fd89ccacee9abbde0ff_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:9b09fd9998846c82c0d3709e766b186aae227c04bd10f8522dbd3dad7340d4ab_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:b5e7ec027eb40af4e7f84288b77c8ff3abb3a24b5addb14f1e8d4d1cfb877950_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:0060e426e627908662ab21ed9148a7e8dcb7f267277a32a37e707c099dcb28c8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:01227169a8681f9d6a64a98f127e4b4b975cb3f876e0246845a1831f15d1b69d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:46eafe9d4578c2404b3957ef153d590071405ebf866bfaa2d0899b2a62a68583_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:308f86155f1da9dcdb7181a558ba7207a738446496935cdc0d8069b3f54c60ec_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:0060e426e627908662ab21ed9148a7e8dcb7f267277a32a37e707c099dcb28c8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:01227169a8681f9d6a64a98f127e4b4b975cb3f876e0246845a1831f15d1b69d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:e9cbf2f3ea726c040b640666be64337de62615d0584a51320d74dc30eb2278f5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:ac9b992d63959fcb84403808e0ca8be5afa5f1394f5f7b7e33e9f4f5b0c027bb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:4e195928f2185a84c1a2173b5283c5ba815e31cb7be2ca1b97d7e2d9979463f7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:e7f07cf41b913bf2ec97edf4850037903636246b3d89a8bc3567954e16253f1a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-13465"
},
{
"category": "external",
"summary": "RHBZ#2431740",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2431740"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-13465",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-13465"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-13465",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-13465"
},
{
"category": "external",
"summary": "https://github.com/lodash/lodash/security/advisories/GHSA-xxjr-mmjv-4gpg",
"url": "https://github.com/lodash/lodash/security/advisories/GHSA-xxjr-mmjv-4gpg"
}
],
"release_date": "2026-01-21T19:05:28.846000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-05T10:40:18+00:00",
"details": "For OpenShift Container Platform 4.13 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.13/html/release_notes\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64 architecture. The image digest may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\n The sha value for the release is as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:a7c362225f22ef51feca9c9959409ffc5f8308a9ecc06ed2cc39b31668327eba\n\nAll OpenShift Container Platform 4.13 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.13/html-single/updating_clusters/index#updating-cluster-within-minor.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console@sha256:f7cea5db815cfb15ab3556d127623a6618b721c06960c6382121d0b1ca27aca7_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3422"
},
{
"category": "workaround",
"details": "To mitigate this issue, implement strict input validation before passing any property paths to the _.unset and _.omit functions to block attempts to access the prototype chain. Ensure that strings like __proto__, constructor and prototype are blocked, for example.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:35898248f7a14e2f4945b95779cbacf3ada75ccf957fb9d59c43ea722bc659c7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5e74ca1fb7ca13bdfe660c8681f60b1a1b83bf47379b35f6951ab2f5b2cab2fd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:c2836249c662fa1cb5e015249eb8c16ab6687c7ddc2c67217cf69e28cae0a217_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:ba829a48000d32000fab969e21e82fc8641cd46b5e6d2afc85f72702cc6119c5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/network-tools-rhel8@sha256:f4e785f3669d3fb96edbaa7adfa3cb521cdeb7ed5d7993ce9e1f4a9721bc0737_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:fae18193723926211ba4289b50cc375ac3c068c42f6d2b217129800386fe21ba_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:80c130d5174d2cd8dee63f7dfb4be33f469ab59fb6697309b22d21661ce44a5b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:66a8fac2ef6c846b32c9700ec6afcde4e32a21af2d07f7b30659f26cc48706fb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8a212f4355a2a8f849338a59da65568844d698a8b3cbb0795434ef4c02d1bbb0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:083584adcc1c6a9cfc44fd121f6b5a80caf847d6ef41457243d68e832512e137_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:f1e5896ac59d4654c49d24bc10545de1dc7237d19be3fa085f51cc295bba8b9e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:3a5cd797ddbfdb2f582b6983da722786a5f4362461a10fef0ac46f4ac44247aa_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:2267a4a1128b1a10acc478b545eb1468be4272827eb199c29078eae131009703_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:4ce6b9f7acd9845e5598ec60436a09816f88b2394d5faf067092e6b2ad55e6af_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:8dd2047eacd8c4e28ee860ead50b3e2dfe919409cf4f4f0089500673c4c2115c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:1b533418cf6e29fd9acd5fec98daa7384db18c113cecd50040255df6fa6c70ad_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:0e7793d19afe307a7fa2754e16c267f410c2d5362139685bb2e4148df9ab30cb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:9aecbcf45141fa7050adfb9a74f9b76d5087cca447ca9c9a195b10999342b175_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:54b979557a2a31632abd90d27f77310ee866257c66d3ff86ab07f82f6be8a4d1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:7f10c0a4faa2ddd19393b919ccbd318aac29510f393810874b4f2a1b1c97f62e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:8eb433372e8f658534cfe2b078eb9204fd00cb083605e34a8eef0276991e8c9c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:d163535a1b6fa970c89520be9563634fdabb1aa1d34d36d0ae05f10ce863b776_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:5313b5d9ad508eaf0dcda247e2468eea0d6caeb29484ba9b2e6818786a606f28_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:0e56897a6f11eaffa74bd469bbcac436df28d87ec8c8a196d175d0746f5a9596_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:ad11837c6ed8937a655fe1460b8d15a1e0f5d94a09c93c84feb946d6379630dd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:5a0bf200b9eababf1a55d0ab8719ad0f8bfc572ecc35663805d3155e3952719a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:43b3644d657ead5a217f7bd35e3c4b02e48a5e03eaabe09ff30a378c5652754f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:057bb3e3fbd95ce088b357660eda2b3f82ebf5481e6ebccec0462f2bebb3051d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:d332f5286418298193a0e99016c44b267c501a9b291db732356a1b0f2f18c8b7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:7906d8950dad6dc9768bfd51ac83c752cdab1df66e3c1628bfd326d9cfd838bd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:8e16fd6ae86d5eea7b38887a2d419d930114a8f7f20fd30fe0975460660e8e3b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:a2971c9028fac596e1297f4f0d6287194a059f0572ee4793810fb8162919b653_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:f1a041095c2e2d9a2fd9d6a80d4fcd8f8bf7469b415ddf11d5191b663630bd7b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli@sha256:427850f7d549fc3ee678214f8790c5abcda62f42821dcc26c104fd7f95db32cd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:9b1ae658b537e817a7bb0ad9a0af7adc94bd438769dd422917d8d9d562168798_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:00c969247be5aaa136a6e1adb3759f8265ccd938924b04af3d30fb3b750ddf24_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:b02188a9d5d9c2fed2c5c4256128f479f211d823a40db8b49d53895e099a67f5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:5d97eb48ecd759cda39f9726b9dc88af30603d48e724c8d7e3b8a5a4be0b66e7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:165412b8785ce00b28cf32b463fbce2d8df0aea955278df2a2978c218a4e3c8d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:e2845175cfcda7fcbf6b883ee5810606b2fef322b5212897c55bb0e14d5078f9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:bb634e360d469fe796f71e7de263a0050bbdc417cee6f0e186769b46eb426cd3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5e6a0d1c09e83d13ca1df1be3a390f30d151740a81e244ac3816dbafdb321280_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:5e6a0d1c09e83d13ca1df1be3a390f30d151740a81e244ac3816dbafdb321280_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:3be2ba30a85e8d823db37135df5ea0172b1df5841bb2d5dd254dc1e2788e5744_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:4d83dc89159ed2990afa1e3a67c12f5edcb51288fe8276beb55787d44212ec58_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:583564b251c3d3f65da998a257b9b2f4ec86ab2fdd8aaf8b95afe8f8b6661f1e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:c897dd63a6812376f286b28138efd843802e88399a37ac2fd13137ab316cfbc5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:57aba607f179b17672814e70d2f833a0eafccf5d29c6b52106c0732b8399f3d8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:73cecdc55d3360d0dc1965f7ed1499bd5314cc6a42c12933a3d7abee6f1260cf_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:14680fab9cb029bc5de012162b68d12142fa593ad739d56cc8429bd9443f3b78_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:2c9a1bf635561a34cfef29c3460cfd934bd5fb10fce2286b8d77177d549d8a1b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:5fe4a8979ff5830e9d9454fa75949c239b665fdf5965e8d3a79f60e7f6ff2c6b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:250c1b39f6eb21159e1c0ed5a3e866c75df811f900e12db268e1ebba474c4515_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:83000597e4b4717b218e07a7b68d5c39ad4a4964564a7a22cdb2256b3fa00f5a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:41bbcb3a16c6fa6db38f0cf7f373e08e1ad81e541c2413a0634db2c251f554bd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:3c9c88b87ebd49e6256bc9de4ede0ae4d9f78cab89d22ea15dab645c44db1eb0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:32572a42fdd1655894a44978c6c4ef3d3b29642c6e6b913f33572ed00cbffa5d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:26ab274e4c7b7038de4829a159c175247f0499a0d0d8ebac5661a7a465f9b6f8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:33947e67a3892273c159dc5ee4fe2b1b1082145f073905733974f29268427d97_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0e2c6a7aff29e2ab1417608c1a8e2598e63b88216ffbfd8dde6cea0389c9037f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:ec1af032ff666ae04558bbbe48f88f0376bd4b0480191fef45deeabc5e25aa79_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e7c44a5e356b1e31d983b421f692ac4b2521aae018953e807bdaf2e6d3849902_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:ff939391f26a83472d8c898003bca5c1aad336a4a68e1500ce1711fd489d6751_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:31ba8d2c6d21775eefeec42c55d6d23f6c9081380dbf2b6147d1c38b886de166_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:c377d9990c8b220ab1566350e16348a4c3e8f0efc490e3cf9b9e63a5002f0473_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:c2cba3de0e496b73b9d2e95d3700900fb526ecd85f674097ee8a08472f78b46b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:fd7cf2dbcd5a16e9ba009e7748d71bd4cce5420edea341f444f92ea5058e891f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:a0030672e0d64c8ab6b96d9dcf2fdffb002b6f918ee44382d972644a194cecde_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:28e6fd88f30674c2c073943d72c602eef34a1c88c31939f75f5b2e5d67911eca_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console-operator@sha256:befb102d48070110096e4fef087ff2043bd86fdd8afc66c216b484f4e4ad720f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console@sha256:f7cea5db815cfb15ab3556d127623a6618b721c06960c6382121d0b1ca27aca7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:a7de2f8ddb68b923891d926e35a14458dded13a0545d65b2d6813be6d550822b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-coredns@sha256:e7ccad4282195e456157b5d9a830fdab501c3a759b869d860e9b064b07d383a7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:34b70342a3669b1a820663ab867ca29102c31703a6e5cdd6825a50d42d82008b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:575d30bc9c0644b0e61aaabdc1a67801fc57de6311f947aca2f9eace4a5638c1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:bc3f3d9ade84337ddea54661623e32f5ca7f00d524a3c3899c58b0a2bb3a2717_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:dce2115067bafa9989e572e1c061ac101cf0be143009eb80b802df8589e26d21_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:b539ced0691d0ec46d4dd3702718bba9f76ae9a95af1c5b96e6ca124dafb8db9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:f00fcad4d7ed9bc2398dde9c27a72eba5dec71fd6842a56d26b4a668a03593c2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:a3649e4af155923df4edccfa0bea847524ad94693fa0c4656f150f4694c84d81_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:a3649e4af155923df4edccfa0bea847524ad94693fa0c4656f150f4694c84d81_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:0f53d6cbe6bfe70ae81f2ab386b0d6876bf2fbe742f177273ad91a98473ddbbe_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:0f53d6cbe6bfe70ae81f2ab386b0d6876bf2fbe742f177273ad91a98473ddbbe_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:c07ffbc60b55308439d2d10f978c889f283843f7d9b9f81b9512cd92961b630e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:c07ffbc60b55308439d2d10f978c889f283843f7d9b9f81b9512cd92961b630e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:342869412a65c837ef9028caacb9ea728768e7a7b7cba8466cbda16f8c042b94_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:342869412a65c837ef9028caacb9ea728768e7a7b7cba8466cbda16f8c042b94_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:e14b1d80da74392a86ce184d60776ad06ee5a6a68e8e486d4973c7b228f5c9f5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:e14b1d80da74392a86ce184d60776ad06ee5a6a68e8e486d4973c7b228f5c9f5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:f7963b3fdb4c29248d38ad4acf6a6204a1441a344b4f776d9c0cb8f6a45358f2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:f7963b3fdb4c29248d38ad4acf6a6204a1441a344b4f776d9c0cb8f6a45358f2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:80dd2a14ea8633fb8aed9157b846868fa34ed837f1c5f3a1b1a8b1fd12345455_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:80dd2a14ea8633fb8aed9157b846868fa34ed837f1c5f3a1b1a8b1fd12345455_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:e1df4e7a984c093f8f14800de0b94e9acb0e4f81931ec2e4ebc83e15e89c908e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-deployer@sha256:0834aaf11436fd73efc50ba398ebf1f85dd67d45cc58c45520a4fd6ca96023f8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-builder@sha256:7c5b46d03b3592dd36772060e5b47252b5f4b7e3ae75b4d8c8fa7c9e8b3ba907_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-registry@sha256:07acc90f3facbbfa95290f6c7de42dbfd76264e6c1b29d354fd5240f59600607_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f58ddc3d3e941e38308cd8458782ea70760d8eaa624bf58ab00b2710fd8e2e11_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:283ca16245d3d9e27cf77cce0af0b6dd85875b953aaf6d5899e284654c2fd714_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:19db8d286548d94b6184540448dc5ace612d7e00a85441c56f656dc3ff26da41_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:9b7f1e2b9d7d849778e4f9d9d32273bdc8d9721f2693cf34e40af2a1fce23906_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:befd4ea3cc27cdb0a1095908840923f21d37ef1ff0fbc0f061b22a8b560e9176_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-haproxy-router@sha256:36000f3f216a88da7de4bb550b97bfe57b231d6bcad50c95212f362b1b281cbd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hyperkube@sha256:aeaded0f2d7852d274e9847709ff2b95797205f08beb008bdb40f3d6ea379162_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:5f2290a946cab1c44273346ada2b140a7055ce4df2252ff55013f922edb94005_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:f836b37e688d64bf5473433e9e5ed3a88fa5090b6602c95ccfe84b3b2fd541ef_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:1dd53626ecda0a87fdd38ad50be39a5a57de9afca2e17b18f1974b26030b6612_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:bbf640768f322e561379f02b51d7ccb7e6ac91cb062b6b79cb8fb370c343ecaa_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:7b59483fbd35a183ee68d7c02977b7c9bb141588958f5e8a1317f656aabe653d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:b1d43cb29f5d567d3a506678dbdcdaf280d38f2e591140e8958fcc4847758193_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:21327b9690eb856aa7290846c59190f13c879e974162ff2a993a231d09c59ea0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:1849fed518271f3aba98faa3c201ee6c6fcd593928c033dee9e16ec8aabdb9bf_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:6c0f784797be17413045841ea5a137182b52c88ffedf5f89b56c372f579e7459_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:e5e5c0d729d4fac001289e719144d7441cb5d9baa6cb5014eba1c58c6cd9a500_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer@sha256:eea673a3a67e18fe8c11bbeace6cf6a91807012177a153b6ba6f0d8c5dca0fb3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:43799c4665e93ce69b372703d539518dac08b29a971651a712498403ef0e4e33_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:28deefb17c63506eca2dd7dd26e734540755ba68b6cece21ac36e74c876cdd01_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:36e0aeaace4c89a3b5ebabf3368da59cb637a6c18bdaa5649d524176f9181389_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b9e2b94adeb6a5ef0f2ba5657d159c2cfc17beab899b509b0e4ca0152a745b2b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:352ca3b6fb3fde92b779a008585ef78b4de00c6397ff59723606342d3c4034e5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:b656ad76cf4e4555f1a9c2681350c09d61903dab479810c093ee28a7f8084cf7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-proxy@sha256:a37dc4c89beee14c76035bd7fe0f1359700a43cf76fcecf60d9313de0ac9c079_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:c800621253e0d2b26367ce027696d18bfa26f6a0ad60bbd51d3f2406fc63e11a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:39b533d909543e6b2a5c619e518f6504bfd423dfdb737ce27f29dff493b06721_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:73cbb59d30ef6a66d7f77b3f0f8a1c2d5c5e1463bf45f62ccd81b69c7cba1958_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:f5c42e5ae330fb03ad899a1d29a1c98385f4d17e16b9c4f1c1aa457b41dda2e3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:4243acb04291ed8a5a62998cad2254147f8e1a6bdfdc21e2b252a0dfb6fa0bc6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:f61f72c3aeb1b7ed48e2e612ad8d2d4ad24cfd75078683decedb853dadd1695d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:24274ccf494744dac6514d2b02d1095cff60b326d9dc1953a6cca5092b64663d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:55a2e025fa317265cda649315ae4df180cc1a44623dbf6352763a84137980125_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:135c0de132525b39ad3bae18d3062df40e211716c87934d628df16b9ef457a99_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:f5ef69cb2b33c872610c78664514b43725a68deea609bde98027e96e43e6e617_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:2ade492f1bdc749637dde9a7161ac8e8ec0c2b2ba9d0aa5bc7baf2eee6714995_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1ba5030be53136be8685146ed49af2bd07431c704e950de6df3b321b4468ea26_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:867ff97de11614fbbf71c24a162664ea5283a19342d0f18a90211e7da7c81039_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:e90d6ca9931c7fb698936822adb511a0ef533cbf5459a23a000663c2d6e3518b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:84e4c9b0fee76892b653a27e4c5f1041d9a60a701790eb5efa2c29c387acdc4e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-cni@sha256:cfd6f19b4ac45718a0cdd71e09dd12ee248c016111fbcc6326b4d1d67ddeb1ce_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:24c9d2b8160311fd01b3a93251c179a534b6012f38cebf7f0c275ba537b811be_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:9d356fec209c8a852a68d6af50e0f19565eacce99fe22bcfb85038fc750653bc_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:2cb9f324d3d235229f33e90b44f681c394db64bb0ee29cef306eeec9dd1a6145_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-must-gather@sha256:83075fbdd1e3d904a1af368739d22fd11edcee4be2ccaac0477c650ccbbbb416_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:90ace8178f105873a6c9d4d939823456bd24537cbbe48c3f0717a95f47961ced_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:90e3c2136efbfcbbcdc313ff5a5568b62dcee85588e99e079a4bd1673e5fa02f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:c0d3f6b6d0147db8c297fc4d8d8a0abeb4ff56e082e04a555d307c2b0700169a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:c8c45ff0e43a8d70305086618716e27115d3e92220e9e657479a99425baf2551_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:2456e46c6ca10cbfd0d9bf7afab8f09b09248e4b7bfb39fe6e0078d47c2ba2ac_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:ef93c16b94f38a4c31b2930c3fc89202d98a4c7250c8819aa1355c3f623a798f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:feb57bbd6e2eef485855293712b68d8858c87a10ccccbfa19ca38c8829fe617c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:46d406a89e433525bf7922fa1321dc39575817aaaf19aed51c2a20d1a78110b6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:0397a2e0e8f80a23f1b9e002e070478d14741ad785fbcacb4598a9ea444aca8c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:50cbd0585ecd2dcaf46aa708cb1adbe8991a62875961170741bd6bf0ee220073_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:9777360b0924b6df15662603adf456fcae56759610948b32c81f30af4a80eb20_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ecd696fc927e740d1c1130a2adba73612d012bb942009213ea45da117d14e506_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:1295a0198ee68f7c4379a0648ee3b1ec3fe47a318f7940e09e7fca8b8e94ed55_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:501d01af9579c7b8b0eabd9e77fd65090b2613666dd4252e4bbacefd1d6c6f9e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:929167beb3e1cefead0ef3386b7e0e08d8ac11829ae93ae9c71424fecdad5429_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:f9d5842f34dd4b40cd136a2b75a50661d37b3e061da36464ef09ecb2336e47e5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-registry@sha256:9cf8ac284094c301776d15adf6cdfac31c7620310990174aa9370c00c60e7e03_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f2f4ef85165f4320ed589f5fd7aecfcf7bfbd0cb2495f80b2301b10456b8fa6a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c246e57f9e631aa2b6a81f8d1d317fd72aa2d79572bf1b5abc4e1a335630e4c0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:768c77402d66f0fd124f08c991fb2844524aee494ca69717a319034e966236c5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:768c77402d66f0fd124f08c991fb2844524aee494ca69717a319034e966236c5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-pod@sha256:c61dacde2c679002f021badfcd0ada878c876ead91300afe5b02cd5106e60929_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:fe3490acd214124cc3b16f12aee750b51c31b82dec27677d5f1f1d6006384486_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:895b8e6db934c0adf91ddb45910a5c763747bb35849f4bb0f89d2e59e5a44efd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:cf046ad7f3e2c36075c6731c9e10a99b71d1d2aa31c21d03f225f5ccf101b5bb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:29cc7f01897c5736a59869194ec2f4be180571d73d4ff16e6c6129d431c4ffb9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:1f98e91f1f583a7461a769af8fa9b3ea4f100cc1c61b0e2efef975d0aca998e3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:86dd87674a5a7361f94381bb5fe49206b1cc05adfd91856f461793159db0d6aa_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:72e3a0e442d54265f72558423eac460b5d36e97394bebae6906507628f2a0d29_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:07dda14100a0c42e6e94df292cfd40105f667586e0bad1fc1fb1dfa9e4247fc1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:42c87f1a20074c0e2d0f15cd519f9da60e3faa7c487027fd47eb978442d02044_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:5729cf1a8acac396c3a3e04f1262c163bd4b17ee7e0ec0958b572bba1fb086d4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus@sha256:a1ce1e246ccfdceaf97967056a2d4cc4fa9f3f968a866e3b12b817bafb90ed31_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:acbcfacb0e781086b198ddf950bcb6350f30c3e88c71f2d0a46db2bc739dbe64_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:b33ba4396eb28cf4ceac84ff9f2f3e32fec8cb23bf8d289b121703a0493d55b4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-telemeter@sha256:589f69587068e199229d1bbad67d38f95a71fe70d9a3559fb53631e817bf9f6d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tests@sha256:66aaa9ed5ad47eaa59d000a751f89be09f1f3fb624ad7fd89ccacee9abbde0ff_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:9b09fd9998846c82c0d3709e766b186aae227c04bd10f8522dbd3dad7340d4ab_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:b5e7ec027eb40af4e7f84288b77c8ff3abb3a24b5addb14f1e8d4d1cfb877950_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:0060e426e627908662ab21ed9148a7e8dcb7f267277a32a37e707c099dcb28c8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:01227169a8681f9d6a64a98f127e4b4b975cb3f876e0246845a1831f15d1b69d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:46eafe9d4578c2404b3957ef153d590071405ebf866bfaa2d0899b2a62a68583_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:308f86155f1da9dcdb7181a558ba7207a738446496935cdc0d8069b3f54c60ec_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:0060e426e627908662ab21ed9148a7e8dcb7f267277a32a37e707c099dcb28c8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:01227169a8681f9d6a64a98f127e4b4b975cb3f876e0246845a1831f15d1b69d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:e9cbf2f3ea726c040b640666be64337de62615d0584a51320d74dc30eb2278f5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:ac9b992d63959fcb84403808e0ca8be5afa5f1394f5f7b7e33e9f4f5b0c027bb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:4e195928f2185a84c1a2173b5283c5ba815e31cb7be2ca1b97d7e2d9979463f7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:e7f07cf41b913bf2ec97edf4850037903636246b3d89a8bc3567954e16253f1a_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:35898248f7a14e2f4945b95779cbacf3ada75ccf957fb9d59c43ea722bc659c7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5e74ca1fb7ca13bdfe660c8681f60b1a1b83bf47379b35f6951ab2f5b2cab2fd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:c2836249c662fa1cb5e015249eb8c16ab6687c7ddc2c67217cf69e28cae0a217_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:ba829a48000d32000fab969e21e82fc8641cd46b5e6d2afc85f72702cc6119c5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/network-tools-rhel8@sha256:f4e785f3669d3fb96edbaa7adfa3cb521cdeb7ed5d7993ce9e1f4a9721bc0737_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:fae18193723926211ba4289b50cc375ac3c068c42f6d2b217129800386fe21ba_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:80c130d5174d2cd8dee63f7dfb4be33f469ab59fb6697309b22d21661ce44a5b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:66a8fac2ef6c846b32c9700ec6afcde4e32a21af2d07f7b30659f26cc48706fb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8a212f4355a2a8f849338a59da65568844d698a8b3cbb0795434ef4c02d1bbb0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:083584adcc1c6a9cfc44fd121f6b5a80caf847d6ef41457243d68e832512e137_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:f1e5896ac59d4654c49d24bc10545de1dc7237d19be3fa085f51cc295bba8b9e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:3a5cd797ddbfdb2f582b6983da722786a5f4362461a10fef0ac46f4ac44247aa_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:2267a4a1128b1a10acc478b545eb1468be4272827eb199c29078eae131009703_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:4ce6b9f7acd9845e5598ec60436a09816f88b2394d5faf067092e6b2ad55e6af_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:8dd2047eacd8c4e28ee860ead50b3e2dfe919409cf4f4f0089500673c4c2115c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:1b533418cf6e29fd9acd5fec98daa7384db18c113cecd50040255df6fa6c70ad_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:0e7793d19afe307a7fa2754e16c267f410c2d5362139685bb2e4148df9ab30cb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:9aecbcf45141fa7050adfb9a74f9b76d5087cca447ca9c9a195b10999342b175_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:54b979557a2a31632abd90d27f77310ee866257c66d3ff86ab07f82f6be8a4d1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:7f10c0a4faa2ddd19393b919ccbd318aac29510f393810874b4f2a1b1c97f62e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:8eb433372e8f658534cfe2b078eb9204fd00cb083605e34a8eef0276991e8c9c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:d163535a1b6fa970c89520be9563634fdabb1aa1d34d36d0ae05f10ce863b776_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:5313b5d9ad508eaf0dcda247e2468eea0d6caeb29484ba9b2e6818786a606f28_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:0e56897a6f11eaffa74bd469bbcac436df28d87ec8c8a196d175d0746f5a9596_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:ad11837c6ed8937a655fe1460b8d15a1e0f5d94a09c93c84feb946d6379630dd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:5a0bf200b9eababf1a55d0ab8719ad0f8bfc572ecc35663805d3155e3952719a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:43b3644d657ead5a217f7bd35e3c4b02e48a5e03eaabe09ff30a378c5652754f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:057bb3e3fbd95ce088b357660eda2b3f82ebf5481e6ebccec0462f2bebb3051d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:d332f5286418298193a0e99016c44b267c501a9b291db732356a1b0f2f18c8b7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:7906d8950dad6dc9768bfd51ac83c752cdab1df66e3c1628bfd326d9cfd838bd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:8e16fd6ae86d5eea7b38887a2d419d930114a8f7f20fd30fe0975460660e8e3b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:a2971c9028fac596e1297f4f0d6287194a059f0572ee4793810fb8162919b653_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:f1a041095c2e2d9a2fd9d6a80d4fcd8f8bf7469b415ddf11d5191b663630bd7b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli@sha256:427850f7d549fc3ee678214f8790c5abcda62f42821dcc26c104fd7f95db32cd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:9b1ae658b537e817a7bb0ad9a0af7adc94bd438769dd422917d8d9d562168798_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:00c969247be5aaa136a6e1adb3759f8265ccd938924b04af3d30fb3b750ddf24_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:b02188a9d5d9c2fed2c5c4256128f479f211d823a40db8b49d53895e099a67f5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:5d97eb48ecd759cda39f9726b9dc88af30603d48e724c8d7e3b8a5a4be0b66e7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:165412b8785ce00b28cf32b463fbce2d8df0aea955278df2a2978c218a4e3c8d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:e2845175cfcda7fcbf6b883ee5810606b2fef322b5212897c55bb0e14d5078f9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:bb634e360d469fe796f71e7de263a0050bbdc417cee6f0e186769b46eb426cd3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5e6a0d1c09e83d13ca1df1be3a390f30d151740a81e244ac3816dbafdb321280_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:5e6a0d1c09e83d13ca1df1be3a390f30d151740a81e244ac3816dbafdb321280_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:3be2ba30a85e8d823db37135df5ea0172b1df5841bb2d5dd254dc1e2788e5744_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:4d83dc89159ed2990afa1e3a67c12f5edcb51288fe8276beb55787d44212ec58_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:583564b251c3d3f65da998a257b9b2f4ec86ab2fdd8aaf8b95afe8f8b6661f1e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:c897dd63a6812376f286b28138efd843802e88399a37ac2fd13137ab316cfbc5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:57aba607f179b17672814e70d2f833a0eafccf5d29c6b52106c0732b8399f3d8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:73cecdc55d3360d0dc1965f7ed1499bd5314cc6a42c12933a3d7abee6f1260cf_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:14680fab9cb029bc5de012162b68d12142fa593ad739d56cc8429bd9443f3b78_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:2c9a1bf635561a34cfef29c3460cfd934bd5fb10fce2286b8d77177d549d8a1b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:5fe4a8979ff5830e9d9454fa75949c239b665fdf5965e8d3a79f60e7f6ff2c6b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:250c1b39f6eb21159e1c0ed5a3e866c75df811f900e12db268e1ebba474c4515_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:83000597e4b4717b218e07a7b68d5c39ad4a4964564a7a22cdb2256b3fa00f5a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:41bbcb3a16c6fa6db38f0cf7f373e08e1ad81e541c2413a0634db2c251f554bd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:3c9c88b87ebd49e6256bc9de4ede0ae4d9f78cab89d22ea15dab645c44db1eb0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:32572a42fdd1655894a44978c6c4ef3d3b29642c6e6b913f33572ed00cbffa5d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:26ab274e4c7b7038de4829a159c175247f0499a0d0d8ebac5661a7a465f9b6f8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:33947e67a3892273c159dc5ee4fe2b1b1082145f073905733974f29268427d97_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0e2c6a7aff29e2ab1417608c1a8e2598e63b88216ffbfd8dde6cea0389c9037f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:ec1af032ff666ae04558bbbe48f88f0376bd4b0480191fef45deeabc5e25aa79_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e7c44a5e356b1e31d983b421f692ac4b2521aae018953e807bdaf2e6d3849902_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:ff939391f26a83472d8c898003bca5c1aad336a4a68e1500ce1711fd489d6751_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:31ba8d2c6d21775eefeec42c55d6d23f6c9081380dbf2b6147d1c38b886de166_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:c377d9990c8b220ab1566350e16348a4c3e8f0efc490e3cf9b9e63a5002f0473_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:c2cba3de0e496b73b9d2e95d3700900fb526ecd85f674097ee8a08472f78b46b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:fd7cf2dbcd5a16e9ba009e7748d71bd4cce5420edea341f444f92ea5058e891f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:a0030672e0d64c8ab6b96d9dcf2fdffb002b6f918ee44382d972644a194cecde_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:28e6fd88f30674c2c073943d72c602eef34a1c88c31939f75f5b2e5d67911eca_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console-operator@sha256:befb102d48070110096e4fef087ff2043bd86fdd8afc66c216b484f4e4ad720f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console@sha256:f7cea5db815cfb15ab3556d127623a6618b721c06960c6382121d0b1ca27aca7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:a7de2f8ddb68b923891d926e35a14458dded13a0545d65b2d6813be6d550822b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-coredns@sha256:e7ccad4282195e456157b5d9a830fdab501c3a759b869d860e9b064b07d383a7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:34b70342a3669b1a820663ab867ca29102c31703a6e5cdd6825a50d42d82008b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:575d30bc9c0644b0e61aaabdc1a67801fc57de6311f947aca2f9eace4a5638c1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:bc3f3d9ade84337ddea54661623e32f5ca7f00d524a3c3899c58b0a2bb3a2717_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:dce2115067bafa9989e572e1c061ac101cf0be143009eb80b802df8589e26d21_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:b539ced0691d0ec46d4dd3702718bba9f76ae9a95af1c5b96e6ca124dafb8db9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:f00fcad4d7ed9bc2398dde9c27a72eba5dec71fd6842a56d26b4a668a03593c2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:a3649e4af155923df4edccfa0bea847524ad94693fa0c4656f150f4694c84d81_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:a3649e4af155923df4edccfa0bea847524ad94693fa0c4656f150f4694c84d81_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:0f53d6cbe6bfe70ae81f2ab386b0d6876bf2fbe742f177273ad91a98473ddbbe_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:0f53d6cbe6bfe70ae81f2ab386b0d6876bf2fbe742f177273ad91a98473ddbbe_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:c07ffbc60b55308439d2d10f978c889f283843f7d9b9f81b9512cd92961b630e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:c07ffbc60b55308439d2d10f978c889f283843f7d9b9f81b9512cd92961b630e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:342869412a65c837ef9028caacb9ea728768e7a7b7cba8466cbda16f8c042b94_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:342869412a65c837ef9028caacb9ea728768e7a7b7cba8466cbda16f8c042b94_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:e14b1d80da74392a86ce184d60776ad06ee5a6a68e8e486d4973c7b228f5c9f5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:e14b1d80da74392a86ce184d60776ad06ee5a6a68e8e486d4973c7b228f5c9f5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:f7963b3fdb4c29248d38ad4acf6a6204a1441a344b4f776d9c0cb8f6a45358f2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:f7963b3fdb4c29248d38ad4acf6a6204a1441a344b4f776d9c0cb8f6a45358f2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:80dd2a14ea8633fb8aed9157b846868fa34ed837f1c5f3a1b1a8b1fd12345455_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:80dd2a14ea8633fb8aed9157b846868fa34ed837f1c5f3a1b1a8b1fd12345455_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:e1df4e7a984c093f8f14800de0b94e9acb0e4f81931ec2e4ebc83e15e89c908e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-deployer@sha256:0834aaf11436fd73efc50ba398ebf1f85dd67d45cc58c45520a4fd6ca96023f8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-builder@sha256:7c5b46d03b3592dd36772060e5b47252b5f4b7e3ae75b4d8c8fa7c9e8b3ba907_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-registry@sha256:07acc90f3facbbfa95290f6c7de42dbfd76264e6c1b29d354fd5240f59600607_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f58ddc3d3e941e38308cd8458782ea70760d8eaa624bf58ab00b2710fd8e2e11_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:283ca16245d3d9e27cf77cce0af0b6dd85875b953aaf6d5899e284654c2fd714_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:19db8d286548d94b6184540448dc5ace612d7e00a85441c56f656dc3ff26da41_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:9b7f1e2b9d7d849778e4f9d9d32273bdc8d9721f2693cf34e40af2a1fce23906_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:befd4ea3cc27cdb0a1095908840923f21d37ef1ff0fbc0f061b22a8b560e9176_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-haproxy-router@sha256:36000f3f216a88da7de4bb550b97bfe57b231d6bcad50c95212f362b1b281cbd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hyperkube@sha256:aeaded0f2d7852d274e9847709ff2b95797205f08beb008bdb40f3d6ea379162_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:5f2290a946cab1c44273346ada2b140a7055ce4df2252ff55013f922edb94005_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:f836b37e688d64bf5473433e9e5ed3a88fa5090b6602c95ccfe84b3b2fd541ef_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:1dd53626ecda0a87fdd38ad50be39a5a57de9afca2e17b18f1974b26030b6612_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:bbf640768f322e561379f02b51d7ccb7e6ac91cb062b6b79cb8fb370c343ecaa_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:7b59483fbd35a183ee68d7c02977b7c9bb141588958f5e8a1317f656aabe653d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:b1d43cb29f5d567d3a506678dbdcdaf280d38f2e591140e8958fcc4847758193_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:21327b9690eb856aa7290846c59190f13c879e974162ff2a993a231d09c59ea0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:1849fed518271f3aba98faa3c201ee6c6fcd593928c033dee9e16ec8aabdb9bf_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:6c0f784797be17413045841ea5a137182b52c88ffedf5f89b56c372f579e7459_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:e5e5c0d729d4fac001289e719144d7441cb5d9baa6cb5014eba1c58c6cd9a500_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer@sha256:eea673a3a67e18fe8c11bbeace6cf6a91807012177a153b6ba6f0d8c5dca0fb3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:43799c4665e93ce69b372703d539518dac08b29a971651a712498403ef0e4e33_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:28deefb17c63506eca2dd7dd26e734540755ba68b6cece21ac36e74c876cdd01_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:36e0aeaace4c89a3b5ebabf3368da59cb637a6c18bdaa5649d524176f9181389_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b9e2b94adeb6a5ef0f2ba5657d159c2cfc17beab899b509b0e4ca0152a745b2b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:352ca3b6fb3fde92b779a008585ef78b4de00c6397ff59723606342d3c4034e5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:b656ad76cf4e4555f1a9c2681350c09d61903dab479810c093ee28a7f8084cf7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-proxy@sha256:a37dc4c89beee14c76035bd7fe0f1359700a43cf76fcecf60d9313de0ac9c079_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:c800621253e0d2b26367ce027696d18bfa26f6a0ad60bbd51d3f2406fc63e11a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:39b533d909543e6b2a5c619e518f6504bfd423dfdb737ce27f29dff493b06721_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:73cbb59d30ef6a66d7f77b3f0f8a1c2d5c5e1463bf45f62ccd81b69c7cba1958_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:f5c42e5ae330fb03ad899a1d29a1c98385f4d17e16b9c4f1c1aa457b41dda2e3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:4243acb04291ed8a5a62998cad2254147f8e1a6bdfdc21e2b252a0dfb6fa0bc6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:f61f72c3aeb1b7ed48e2e612ad8d2d4ad24cfd75078683decedb853dadd1695d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:24274ccf494744dac6514d2b02d1095cff60b326d9dc1953a6cca5092b64663d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:55a2e025fa317265cda649315ae4df180cc1a44623dbf6352763a84137980125_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:135c0de132525b39ad3bae18d3062df40e211716c87934d628df16b9ef457a99_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:f5ef69cb2b33c872610c78664514b43725a68deea609bde98027e96e43e6e617_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:2ade492f1bdc749637dde9a7161ac8e8ec0c2b2ba9d0aa5bc7baf2eee6714995_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1ba5030be53136be8685146ed49af2bd07431c704e950de6df3b321b4468ea26_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:867ff97de11614fbbf71c24a162664ea5283a19342d0f18a90211e7da7c81039_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:e90d6ca9931c7fb698936822adb511a0ef533cbf5459a23a000663c2d6e3518b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:84e4c9b0fee76892b653a27e4c5f1041d9a60a701790eb5efa2c29c387acdc4e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-cni@sha256:cfd6f19b4ac45718a0cdd71e09dd12ee248c016111fbcc6326b4d1d67ddeb1ce_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:24c9d2b8160311fd01b3a93251c179a534b6012f38cebf7f0c275ba537b811be_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:9d356fec209c8a852a68d6af50e0f19565eacce99fe22bcfb85038fc750653bc_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:2cb9f324d3d235229f33e90b44f681c394db64bb0ee29cef306eeec9dd1a6145_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-must-gather@sha256:83075fbdd1e3d904a1af368739d22fd11edcee4be2ccaac0477c650ccbbbb416_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:90ace8178f105873a6c9d4d939823456bd24537cbbe48c3f0717a95f47961ced_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:90e3c2136efbfcbbcdc313ff5a5568b62dcee85588e99e079a4bd1673e5fa02f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:c0d3f6b6d0147db8c297fc4d8d8a0abeb4ff56e082e04a555d307c2b0700169a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:c8c45ff0e43a8d70305086618716e27115d3e92220e9e657479a99425baf2551_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:2456e46c6ca10cbfd0d9bf7afab8f09b09248e4b7bfb39fe6e0078d47c2ba2ac_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:ef93c16b94f38a4c31b2930c3fc89202d98a4c7250c8819aa1355c3f623a798f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:feb57bbd6e2eef485855293712b68d8858c87a10ccccbfa19ca38c8829fe617c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:46d406a89e433525bf7922fa1321dc39575817aaaf19aed51c2a20d1a78110b6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:0397a2e0e8f80a23f1b9e002e070478d14741ad785fbcacb4598a9ea444aca8c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:50cbd0585ecd2dcaf46aa708cb1adbe8991a62875961170741bd6bf0ee220073_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:9777360b0924b6df15662603adf456fcae56759610948b32c81f30af4a80eb20_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ecd696fc927e740d1c1130a2adba73612d012bb942009213ea45da117d14e506_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:1295a0198ee68f7c4379a0648ee3b1ec3fe47a318f7940e09e7fca8b8e94ed55_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:501d01af9579c7b8b0eabd9e77fd65090b2613666dd4252e4bbacefd1d6c6f9e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:929167beb3e1cefead0ef3386b7e0e08d8ac11829ae93ae9c71424fecdad5429_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:f9d5842f34dd4b40cd136a2b75a50661d37b3e061da36464ef09ecb2336e47e5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-registry@sha256:9cf8ac284094c301776d15adf6cdfac31c7620310990174aa9370c00c60e7e03_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f2f4ef85165f4320ed589f5fd7aecfcf7bfbd0cb2495f80b2301b10456b8fa6a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c246e57f9e631aa2b6a81f8d1d317fd72aa2d79572bf1b5abc4e1a335630e4c0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:768c77402d66f0fd124f08c991fb2844524aee494ca69717a319034e966236c5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:768c77402d66f0fd124f08c991fb2844524aee494ca69717a319034e966236c5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-pod@sha256:c61dacde2c679002f021badfcd0ada878c876ead91300afe5b02cd5106e60929_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:fe3490acd214124cc3b16f12aee750b51c31b82dec27677d5f1f1d6006384486_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:895b8e6db934c0adf91ddb45910a5c763747bb35849f4bb0f89d2e59e5a44efd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:cf046ad7f3e2c36075c6731c9e10a99b71d1d2aa31c21d03f225f5ccf101b5bb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:29cc7f01897c5736a59869194ec2f4be180571d73d4ff16e6c6129d431c4ffb9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:1f98e91f1f583a7461a769af8fa9b3ea4f100cc1c61b0e2efef975d0aca998e3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:86dd87674a5a7361f94381bb5fe49206b1cc05adfd91856f461793159db0d6aa_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:72e3a0e442d54265f72558423eac460b5d36e97394bebae6906507628f2a0d29_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:07dda14100a0c42e6e94df292cfd40105f667586e0bad1fc1fb1dfa9e4247fc1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:42c87f1a20074c0e2d0f15cd519f9da60e3faa7c487027fd47eb978442d02044_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:5729cf1a8acac396c3a3e04f1262c163bd4b17ee7e0ec0958b572bba1fb086d4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus@sha256:a1ce1e246ccfdceaf97967056a2d4cc4fa9f3f968a866e3b12b817bafb90ed31_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:acbcfacb0e781086b198ddf950bcb6350f30c3e88c71f2d0a46db2bc739dbe64_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:b33ba4396eb28cf4ceac84ff9f2f3e32fec8cb23bf8d289b121703a0493d55b4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-telemeter@sha256:589f69587068e199229d1bbad67d38f95a71fe70d9a3559fb53631e817bf9f6d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tests@sha256:66aaa9ed5ad47eaa59d000a751f89be09f1f3fb624ad7fd89ccacee9abbde0ff_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:9b09fd9998846c82c0d3709e766b186aae227c04bd10f8522dbd3dad7340d4ab_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:b5e7ec027eb40af4e7f84288b77c8ff3abb3a24b5addb14f1e8d4d1cfb877950_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:0060e426e627908662ab21ed9148a7e8dcb7f267277a32a37e707c099dcb28c8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:01227169a8681f9d6a64a98f127e4b4b975cb3f876e0246845a1831f15d1b69d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:46eafe9d4578c2404b3957ef153d590071405ebf866bfaa2d0899b2a62a68583_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:308f86155f1da9dcdb7181a558ba7207a738446496935cdc0d8069b3f54c60ec_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:0060e426e627908662ab21ed9148a7e8dcb7f267277a32a37e707c099dcb28c8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:01227169a8681f9d6a64a98f127e4b4b975cb3f876e0246845a1831f15d1b69d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:e9cbf2f3ea726c040b640666be64337de62615d0584a51320d74dc30eb2278f5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:ac9b992d63959fcb84403808e0ca8be5afa5f1394f5f7b7e33e9f4f5b0c027bb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:4e195928f2185a84c1a2173b5283c5ba815e31cb7be2ca1b97d7e2d9979463f7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:e7f07cf41b913bf2ec97edf4850037903636246b3d89a8bc3567954e16253f1a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "lodash: prototype pollution in _.unset and _.omit functions"
},
{
"cve": "CVE-2025-58068",
"cwe": {
"id": "CWE-444",
"name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)"
},
"discovery_date": "2025-08-29T22:00:44.749956+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:35898248f7a14e2f4945b95779cbacf3ada75ccf957fb9d59c43ea722bc659c7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5e74ca1fb7ca13bdfe660c8681f60b1a1b83bf47379b35f6951ab2f5b2cab2fd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:c2836249c662fa1cb5e015249eb8c16ab6687c7ddc2c67217cf69e28cae0a217_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:ba829a48000d32000fab969e21e82fc8641cd46b5e6d2afc85f72702cc6119c5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/network-tools-rhel8@sha256:f4e785f3669d3fb96edbaa7adfa3cb521cdeb7ed5d7993ce9e1f4a9721bc0737_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:fae18193723926211ba4289b50cc375ac3c068c42f6d2b217129800386fe21ba_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:80c130d5174d2cd8dee63f7dfb4be33f469ab59fb6697309b22d21661ce44a5b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:66a8fac2ef6c846b32c9700ec6afcde4e32a21af2d07f7b30659f26cc48706fb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8a212f4355a2a8f849338a59da65568844d698a8b3cbb0795434ef4c02d1bbb0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:083584adcc1c6a9cfc44fd121f6b5a80caf847d6ef41457243d68e832512e137_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:f1e5896ac59d4654c49d24bc10545de1dc7237d19be3fa085f51cc295bba8b9e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:3a5cd797ddbfdb2f582b6983da722786a5f4362461a10fef0ac46f4ac44247aa_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:2267a4a1128b1a10acc478b545eb1468be4272827eb199c29078eae131009703_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:4ce6b9f7acd9845e5598ec60436a09816f88b2394d5faf067092e6b2ad55e6af_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:8dd2047eacd8c4e28ee860ead50b3e2dfe919409cf4f4f0089500673c4c2115c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:1b533418cf6e29fd9acd5fec98daa7384db18c113cecd50040255df6fa6c70ad_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:0e7793d19afe307a7fa2754e16c267f410c2d5362139685bb2e4148df9ab30cb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:9aecbcf45141fa7050adfb9a74f9b76d5087cca447ca9c9a195b10999342b175_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:54b979557a2a31632abd90d27f77310ee866257c66d3ff86ab07f82f6be8a4d1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:7f10c0a4faa2ddd19393b919ccbd318aac29510f393810874b4f2a1b1c97f62e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:8eb433372e8f658534cfe2b078eb9204fd00cb083605e34a8eef0276991e8c9c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:d163535a1b6fa970c89520be9563634fdabb1aa1d34d36d0ae05f10ce863b776_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:5313b5d9ad508eaf0dcda247e2468eea0d6caeb29484ba9b2e6818786a606f28_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:0e56897a6f11eaffa74bd469bbcac436df28d87ec8c8a196d175d0746f5a9596_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:ad11837c6ed8937a655fe1460b8d15a1e0f5d94a09c93c84feb946d6379630dd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:5a0bf200b9eababf1a55d0ab8719ad0f8bfc572ecc35663805d3155e3952719a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:43b3644d657ead5a217f7bd35e3c4b02e48a5e03eaabe09ff30a378c5652754f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:057bb3e3fbd95ce088b357660eda2b3f82ebf5481e6ebccec0462f2bebb3051d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:d332f5286418298193a0e99016c44b267c501a9b291db732356a1b0f2f18c8b7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:7906d8950dad6dc9768bfd51ac83c752cdab1df66e3c1628bfd326d9cfd838bd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:8e16fd6ae86d5eea7b38887a2d419d930114a8f7f20fd30fe0975460660e8e3b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:a2971c9028fac596e1297f4f0d6287194a059f0572ee4793810fb8162919b653_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:f1a041095c2e2d9a2fd9d6a80d4fcd8f8bf7469b415ddf11d5191b663630bd7b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli@sha256:427850f7d549fc3ee678214f8790c5abcda62f42821dcc26c104fd7f95db32cd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:9b1ae658b537e817a7bb0ad9a0af7adc94bd438769dd422917d8d9d562168798_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:00c969247be5aaa136a6e1adb3759f8265ccd938924b04af3d30fb3b750ddf24_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:b02188a9d5d9c2fed2c5c4256128f479f211d823a40db8b49d53895e099a67f5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:5d97eb48ecd759cda39f9726b9dc88af30603d48e724c8d7e3b8a5a4be0b66e7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:165412b8785ce00b28cf32b463fbce2d8df0aea955278df2a2978c218a4e3c8d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:e2845175cfcda7fcbf6b883ee5810606b2fef322b5212897c55bb0e14d5078f9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:bb634e360d469fe796f71e7de263a0050bbdc417cee6f0e186769b46eb426cd3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5e6a0d1c09e83d13ca1df1be3a390f30d151740a81e244ac3816dbafdb321280_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:5e6a0d1c09e83d13ca1df1be3a390f30d151740a81e244ac3816dbafdb321280_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:3be2ba30a85e8d823db37135df5ea0172b1df5841bb2d5dd254dc1e2788e5744_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:4d83dc89159ed2990afa1e3a67c12f5edcb51288fe8276beb55787d44212ec58_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:583564b251c3d3f65da998a257b9b2f4ec86ab2fdd8aaf8b95afe8f8b6661f1e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:c897dd63a6812376f286b28138efd843802e88399a37ac2fd13137ab316cfbc5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:57aba607f179b17672814e70d2f833a0eafccf5d29c6b52106c0732b8399f3d8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:73cecdc55d3360d0dc1965f7ed1499bd5314cc6a42c12933a3d7abee6f1260cf_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:14680fab9cb029bc5de012162b68d12142fa593ad739d56cc8429bd9443f3b78_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:2c9a1bf635561a34cfef29c3460cfd934bd5fb10fce2286b8d77177d549d8a1b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:5fe4a8979ff5830e9d9454fa75949c239b665fdf5965e8d3a79f60e7f6ff2c6b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:250c1b39f6eb21159e1c0ed5a3e866c75df811f900e12db268e1ebba474c4515_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:83000597e4b4717b218e07a7b68d5c39ad4a4964564a7a22cdb2256b3fa00f5a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:41bbcb3a16c6fa6db38f0cf7f373e08e1ad81e541c2413a0634db2c251f554bd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:3c9c88b87ebd49e6256bc9de4ede0ae4d9f78cab89d22ea15dab645c44db1eb0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:32572a42fdd1655894a44978c6c4ef3d3b29642c6e6b913f33572ed00cbffa5d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:26ab274e4c7b7038de4829a159c175247f0499a0d0d8ebac5661a7a465f9b6f8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:33947e67a3892273c159dc5ee4fe2b1b1082145f073905733974f29268427d97_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0e2c6a7aff29e2ab1417608c1a8e2598e63b88216ffbfd8dde6cea0389c9037f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:ec1af032ff666ae04558bbbe48f88f0376bd4b0480191fef45deeabc5e25aa79_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e7c44a5e356b1e31d983b421f692ac4b2521aae018953e807bdaf2e6d3849902_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:ff939391f26a83472d8c898003bca5c1aad336a4a68e1500ce1711fd489d6751_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:31ba8d2c6d21775eefeec42c55d6d23f6c9081380dbf2b6147d1c38b886de166_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:c377d9990c8b220ab1566350e16348a4c3e8f0efc490e3cf9b9e63a5002f0473_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:c2cba3de0e496b73b9d2e95d3700900fb526ecd85f674097ee8a08472f78b46b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:fd7cf2dbcd5a16e9ba009e7748d71bd4cce5420edea341f444f92ea5058e891f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:a0030672e0d64c8ab6b96d9dcf2fdffb002b6f918ee44382d972644a194cecde_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:28e6fd88f30674c2c073943d72c602eef34a1c88c31939f75f5b2e5d67911eca_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console-operator@sha256:befb102d48070110096e4fef087ff2043bd86fdd8afc66c216b484f4e4ad720f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console@sha256:f7cea5db815cfb15ab3556d127623a6618b721c06960c6382121d0b1ca27aca7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:a7de2f8ddb68b923891d926e35a14458dded13a0545d65b2d6813be6d550822b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-coredns@sha256:e7ccad4282195e456157b5d9a830fdab501c3a759b869d860e9b064b07d383a7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:34b70342a3669b1a820663ab867ca29102c31703a6e5cdd6825a50d42d82008b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:575d30bc9c0644b0e61aaabdc1a67801fc57de6311f947aca2f9eace4a5638c1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:bc3f3d9ade84337ddea54661623e32f5ca7f00d524a3c3899c58b0a2bb3a2717_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:dce2115067bafa9989e572e1c061ac101cf0be143009eb80b802df8589e26d21_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:b539ced0691d0ec46d4dd3702718bba9f76ae9a95af1c5b96e6ca124dafb8db9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:f00fcad4d7ed9bc2398dde9c27a72eba5dec71fd6842a56d26b4a668a03593c2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:a3649e4af155923df4edccfa0bea847524ad94693fa0c4656f150f4694c84d81_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:a3649e4af155923df4edccfa0bea847524ad94693fa0c4656f150f4694c84d81_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:0f53d6cbe6bfe70ae81f2ab386b0d6876bf2fbe742f177273ad91a98473ddbbe_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:0f53d6cbe6bfe70ae81f2ab386b0d6876bf2fbe742f177273ad91a98473ddbbe_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:c07ffbc60b55308439d2d10f978c889f283843f7d9b9f81b9512cd92961b630e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:c07ffbc60b55308439d2d10f978c889f283843f7d9b9f81b9512cd92961b630e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:342869412a65c837ef9028caacb9ea728768e7a7b7cba8466cbda16f8c042b94_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:342869412a65c837ef9028caacb9ea728768e7a7b7cba8466cbda16f8c042b94_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:e14b1d80da74392a86ce184d60776ad06ee5a6a68e8e486d4973c7b228f5c9f5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:e14b1d80da74392a86ce184d60776ad06ee5a6a68e8e486d4973c7b228f5c9f5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:f7963b3fdb4c29248d38ad4acf6a6204a1441a344b4f776d9c0cb8f6a45358f2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:f7963b3fdb4c29248d38ad4acf6a6204a1441a344b4f776d9c0cb8f6a45358f2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:80dd2a14ea8633fb8aed9157b846868fa34ed837f1c5f3a1b1a8b1fd12345455_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:80dd2a14ea8633fb8aed9157b846868fa34ed837f1c5f3a1b1a8b1fd12345455_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:e1df4e7a984c093f8f14800de0b94e9acb0e4f81931ec2e4ebc83e15e89c908e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-deployer@sha256:0834aaf11436fd73efc50ba398ebf1f85dd67d45cc58c45520a4fd6ca96023f8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-builder@sha256:7c5b46d03b3592dd36772060e5b47252b5f4b7e3ae75b4d8c8fa7c9e8b3ba907_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-registry@sha256:07acc90f3facbbfa95290f6c7de42dbfd76264e6c1b29d354fd5240f59600607_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f58ddc3d3e941e38308cd8458782ea70760d8eaa624bf58ab00b2710fd8e2e11_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:283ca16245d3d9e27cf77cce0af0b6dd85875b953aaf6d5899e284654c2fd714_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:19db8d286548d94b6184540448dc5ace612d7e00a85441c56f656dc3ff26da41_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:9b7f1e2b9d7d849778e4f9d9d32273bdc8d9721f2693cf34e40af2a1fce23906_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:befd4ea3cc27cdb0a1095908840923f21d37ef1ff0fbc0f061b22a8b560e9176_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-haproxy-router@sha256:36000f3f216a88da7de4bb550b97bfe57b231d6bcad50c95212f362b1b281cbd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hyperkube@sha256:aeaded0f2d7852d274e9847709ff2b95797205f08beb008bdb40f3d6ea379162_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:5f2290a946cab1c44273346ada2b140a7055ce4df2252ff55013f922edb94005_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:f836b37e688d64bf5473433e9e5ed3a88fa5090b6602c95ccfe84b3b2fd541ef_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:1dd53626ecda0a87fdd38ad50be39a5a57de9afca2e17b18f1974b26030b6612_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:bbf640768f322e561379f02b51d7ccb7e6ac91cb062b6b79cb8fb370c343ecaa_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:7b59483fbd35a183ee68d7c02977b7c9bb141588958f5e8a1317f656aabe653d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:b1d43cb29f5d567d3a506678dbdcdaf280d38f2e591140e8958fcc4847758193_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:21327b9690eb856aa7290846c59190f13c879e974162ff2a993a231d09c59ea0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:1849fed518271f3aba98faa3c201ee6c6fcd593928c033dee9e16ec8aabdb9bf_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:6c0f784797be17413045841ea5a137182b52c88ffedf5f89b56c372f579e7459_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:e5e5c0d729d4fac001289e719144d7441cb5d9baa6cb5014eba1c58c6cd9a500_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer@sha256:eea673a3a67e18fe8c11bbeace6cf6a91807012177a153b6ba6f0d8c5dca0fb3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:28deefb17c63506eca2dd7dd26e734540755ba68b6cece21ac36e74c876cdd01_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b9e2b94adeb6a5ef0f2ba5657d159c2cfc17beab899b509b0e4ca0152a745b2b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:352ca3b6fb3fde92b779a008585ef78b4de00c6397ff59723606342d3c4034e5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:b656ad76cf4e4555f1a9c2681350c09d61903dab479810c093ee28a7f8084cf7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-proxy@sha256:a37dc4c89beee14c76035bd7fe0f1359700a43cf76fcecf60d9313de0ac9c079_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:c800621253e0d2b26367ce027696d18bfa26f6a0ad60bbd51d3f2406fc63e11a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:39b533d909543e6b2a5c619e518f6504bfd423dfdb737ce27f29dff493b06721_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:73cbb59d30ef6a66d7f77b3f0f8a1c2d5c5e1463bf45f62ccd81b69c7cba1958_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:f5c42e5ae330fb03ad899a1d29a1c98385f4d17e16b9c4f1c1aa457b41dda2e3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:4243acb04291ed8a5a62998cad2254147f8e1a6bdfdc21e2b252a0dfb6fa0bc6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:f61f72c3aeb1b7ed48e2e612ad8d2d4ad24cfd75078683decedb853dadd1695d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:24274ccf494744dac6514d2b02d1095cff60b326d9dc1953a6cca5092b64663d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:55a2e025fa317265cda649315ae4df180cc1a44623dbf6352763a84137980125_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:135c0de132525b39ad3bae18d3062df40e211716c87934d628df16b9ef457a99_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:f5ef69cb2b33c872610c78664514b43725a68deea609bde98027e96e43e6e617_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:2ade492f1bdc749637dde9a7161ac8e8ec0c2b2ba9d0aa5bc7baf2eee6714995_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1ba5030be53136be8685146ed49af2bd07431c704e950de6df3b321b4468ea26_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:867ff97de11614fbbf71c24a162664ea5283a19342d0f18a90211e7da7c81039_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:e90d6ca9931c7fb698936822adb511a0ef533cbf5459a23a000663c2d6e3518b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:84e4c9b0fee76892b653a27e4c5f1041d9a60a701790eb5efa2c29c387acdc4e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-cni@sha256:cfd6f19b4ac45718a0cdd71e09dd12ee248c016111fbcc6326b4d1d67ddeb1ce_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:24c9d2b8160311fd01b3a93251c179a534b6012f38cebf7f0c275ba537b811be_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:9d356fec209c8a852a68d6af50e0f19565eacce99fe22bcfb85038fc750653bc_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:2cb9f324d3d235229f33e90b44f681c394db64bb0ee29cef306eeec9dd1a6145_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-must-gather@sha256:83075fbdd1e3d904a1af368739d22fd11edcee4be2ccaac0477c650ccbbbb416_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:90ace8178f105873a6c9d4d939823456bd24537cbbe48c3f0717a95f47961ced_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:90e3c2136efbfcbbcdc313ff5a5568b62dcee85588e99e079a4bd1673e5fa02f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:c0d3f6b6d0147db8c297fc4d8d8a0abeb4ff56e082e04a555d307c2b0700169a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:c8c45ff0e43a8d70305086618716e27115d3e92220e9e657479a99425baf2551_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:2456e46c6ca10cbfd0d9bf7afab8f09b09248e4b7bfb39fe6e0078d47c2ba2ac_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:ef93c16b94f38a4c31b2930c3fc89202d98a4c7250c8819aa1355c3f623a798f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:feb57bbd6e2eef485855293712b68d8858c87a10ccccbfa19ca38c8829fe617c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:46d406a89e433525bf7922fa1321dc39575817aaaf19aed51c2a20d1a78110b6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:0397a2e0e8f80a23f1b9e002e070478d14741ad785fbcacb4598a9ea444aca8c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:50cbd0585ecd2dcaf46aa708cb1adbe8991a62875961170741bd6bf0ee220073_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:9777360b0924b6df15662603adf456fcae56759610948b32c81f30af4a80eb20_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ecd696fc927e740d1c1130a2adba73612d012bb942009213ea45da117d14e506_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:1295a0198ee68f7c4379a0648ee3b1ec3fe47a318f7940e09e7fca8b8e94ed55_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:501d01af9579c7b8b0eabd9e77fd65090b2613666dd4252e4bbacefd1d6c6f9e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:929167beb3e1cefead0ef3386b7e0e08d8ac11829ae93ae9c71424fecdad5429_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:f9d5842f34dd4b40cd136a2b75a50661d37b3e061da36464ef09ecb2336e47e5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-registry@sha256:9cf8ac284094c301776d15adf6cdfac31c7620310990174aa9370c00c60e7e03_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f2f4ef85165f4320ed589f5fd7aecfcf7bfbd0cb2495f80b2301b10456b8fa6a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c246e57f9e631aa2b6a81f8d1d317fd72aa2d79572bf1b5abc4e1a335630e4c0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:768c77402d66f0fd124f08c991fb2844524aee494ca69717a319034e966236c5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:768c77402d66f0fd124f08c991fb2844524aee494ca69717a319034e966236c5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-pod@sha256:c61dacde2c679002f021badfcd0ada878c876ead91300afe5b02cd5106e60929_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:fe3490acd214124cc3b16f12aee750b51c31b82dec27677d5f1f1d6006384486_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:895b8e6db934c0adf91ddb45910a5c763747bb35849f4bb0f89d2e59e5a44efd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:cf046ad7f3e2c36075c6731c9e10a99b71d1d2aa31c21d03f225f5ccf101b5bb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:29cc7f01897c5736a59869194ec2f4be180571d73d4ff16e6c6129d431c4ffb9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:1f98e91f1f583a7461a769af8fa9b3ea4f100cc1c61b0e2efef975d0aca998e3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:86dd87674a5a7361f94381bb5fe49206b1cc05adfd91856f461793159db0d6aa_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:72e3a0e442d54265f72558423eac460b5d36e97394bebae6906507628f2a0d29_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:07dda14100a0c42e6e94df292cfd40105f667586e0bad1fc1fb1dfa9e4247fc1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:42c87f1a20074c0e2d0f15cd519f9da60e3faa7c487027fd47eb978442d02044_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:5729cf1a8acac396c3a3e04f1262c163bd4b17ee7e0ec0958b572bba1fb086d4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus@sha256:a1ce1e246ccfdceaf97967056a2d4cc4fa9f3f968a866e3b12b817bafb90ed31_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:acbcfacb0e781086b198ddf950bcb6350f30c3e88c71f2d0a46db2bc739dbe64_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:b33ba4396eb28cf4ceac84ff9f2f3e32fec8cb23bf8d289b121703a0493d55b4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-telemeter@sha256:589f69587068e199229d1bbad67d38f95a71fe70d9a3559fb53631e817bf9f6d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tests@sha256:66aaa9ed5ad47eaa59d000a751f89be09f1f3fb624ad7fd89ccacee9abbde0ff_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:9b09fd9998846c82c0d3709e766b186aae227c04bd10f8522dbd3dad7340d4ab_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:b5e7ec027eb40af4e7f84288b77c8ff3abb3a24b5addb14f1e8d4d1cfb877950_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:0060e426e627908662ab21ed9148a7e8dcb7f267277a32a37e707c099dcb28c8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:01227169a8681f9d6a64a98f127e4b4b975cb3f876e0246845a1831f15d1b69d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:46eafe9d4578c2404b3957ef153d590071405ebf866bfaa2d0899b2a62a68583_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:308f86155f1da9dcdb7181a558ba7207a738446496935cdc0d8069b3f54c60ec_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:0060e426e627908662ab21ed9148a7e8dcb7f267277a32a37e707c099dcb28c8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:01227169a8681f9d6a64a98f127e4b4b975cb3f876e0246845a1831f15d1b69d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:e9cbf2f3ea726c040b640666be64337de62615d0584a51320d74dc30eb2278f5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:ac9b992d63959fcb84403808e0ca8be5afa5f1394f5f7b7e33e9f4f5b0c027bb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:4e195928f2185a84c1a2173b5283c5ba815e31cb7be2ca1b97d7e2d9979463f7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:e7f07cf41b913bf2ec97edf4850037903636246b3d89a8bc3567954e16253f1a_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2391958"
}
],
"notes": [
{
"category": "description",
"text": "A request smuggling flaw was found in the Eventlet PyPI library. The Eventlet WSGI parser is vulnerable to HTTP Request Smuggling due to improper handling of HTTP trailer sections. This vulnerability allows attackers to bypass front-end security controls, launch targeted attacks against active site users, and poison web caches.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-eventlet: Eventlet HTTP request smuggling",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:43799c4665e93ce69b372703d539518dac08b29a971651a712498403ef0e4e33_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:36e0aeaace4c89a3b5ebabf3368da59cb637a6c18bdaa5649d524176f9181389_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:35898248f7a14e2f4945b95779cbacf3ada75ccf957fb9d59c43ea722bc659c7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5e74ca1fb7ca13bdfe660c8681f60b1a1b83bf47379b35f6951ab2f5b2cab2fd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:c2836249c662fa1cb5e015249eb8c16ab6687c7ddc2c67217cf69e28cae0a217_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:ba829a48000d32000fab969e21e82fc8641cd46b5e6d2afc85f72702cc6119c5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/network-tools-rhel8@sha256:f4e785f3669d3fb96edbaa7adfa3cb521cdeb7ed5d7993ce9e1f4a9721bc0737_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:fae18193723926211ba4289b50cc375ac3c068c42f6d2b217129800386fe21ba_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:80c130d5174d2cd8dee63f7dfb4be33f469ab59fb6697309b22d21661ce44a5b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:66a8fac2ef6c846b32c9700ec6afcde4e32a21af2d07f7b30659f26cc48706fb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8a212f4355a2a8f849338a59da65568844d698a8b3cbb0795434ef4c02d1bbb0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:083584adcc1c6a9cfc44fd121f6b5a80caf847d6ef41457243d68e832512e137_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:f1e5896ac59d4654c49d24bc10545de1dc7237d19be3fa085f51cc295bba8b9e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:3a5cd797ddbfdb2f582b6983da722786a5f4362461a10fef0ac46f4ac44247aa_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:2267a4a1128b1a10acc478b545eb1468be4272827eb199c29078eae131009703_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:4ce6b9f7acd9845e5598ec60436a09816f88b2394d5faf067092e6b2ad55e6af_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:8dd2047eacd8c4e28ee860ead50b3e2dfe919409cf4f4f0089500673c4c2115c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:1b533418cf6e29fd9acd5fec98daa7384db18c113cecd50040255df6fa6c70ad_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:0e7793d19afe307a7fa2754e16c267f410c2d5362139685bb2e4148df9ab30cb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:9aecbcf45141fa7050adfb9a74f9b76d5087cca447ca9c9a195b10999342b175_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:54b979557a2a31632abd90d27f77310ee866257c66d3ff86ab07f82f6be8a4d1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:7f10c0a4faa2ddd19393b919ccbd318aac29510f393810874b4f2a1b1c97f62e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:8eb433372e8f658534cfe2b078eb9204fd00cb083605e34a8eef0276991e8c9c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:d163535a1b6fa970c89520be9563634fdabb1aa1d34d36d0ae05f10ce863b776_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:5313b5d9ad508eaf0dcda247e2468eea0d6caeb29484ba9b2e6818786a606f28_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:0e56897a6f11eaffa74bd469bbcac436df28d87ec8c8a196d175d0746f5a9596_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:ad11837c6ed8937a655fe1460b8d15a1e0f5d94a09c93c84feb946d6379630dd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:5a0bf200b9eababf1a55d0ab8719ad0f8bfc572ecc35663805d3155e3952719a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:43b3644d657ead5a217f7bd35e3c4b02e48a5e03eaabe09ff30a378c5652754f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:057bb3e3fbd95ce088b357660eda2b3f82ebf5481e6ebccec0462f2bebb3051d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:d332f5286418298193a0e99016c44b267c501a9b291db732356a1b0f2f18c8b7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:7906d8950dad6dc9768bfd51ac83c752cdab1df66e3c1628bfd326d9cfd838bd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:8e16fd6ae86d5eea7b38887a2d419d930114a8f7f20fd30fe0975460660e8e3b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:a2971c9028fac596e1297f4f0d6287194a059f0572ee4793810fb8162919b653_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:f1a041095c2e2d9a2fd9d6a80d4fcd8f8bf7469b415ddf11d5191b663630bd7b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli@sha256:427850f7d549fc3ee678214f8790c5abcda62f42821dcc26c104fd7f95db32cd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:9b1ae658b537e817a7bb0ad9a0af7adc94bd438769dd422917d8d9d562168798_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:00c969247be5aaa136a6e1adb3759f8265ccd938924b04af3d30fb3b750ddf24_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:b02188a9d5d9c2fed2c5c4256128f479f211d823a40db8b49d53895e099a67f5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:5d97eb48ecd759cda39f9726b9dc88af30603d48e724c8d7e3b8a5a4be0b66e7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:165412b8785ce00b28cf32b463fbce2d8df0aea955278df2a2978c218a4e3c8d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:e2845175cfcda7fcbf6b883ee5810606b2fef322b5212897c55bb0e14d5078f9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:bb634e360d469fe796f71e7de263a0050bbdc417cee6f0e186769b46eb426cd3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5e6a0d1c09e83d13ca1df1be3a390f30d151740a81e244ac3816dbafdb321280_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:5e6a0d1c09e83d13ca1df1be3a390f30d151740a81e244ac3816dbafdb321280_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:3be2ba30a85e8d823db37135df5ea0172b1df5841bb2d5dd254dc1e2788e5744_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:4d83dc89159ed2990afa1e3a67c12f5edcb51288fe8276beb55787d44212ec58_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:583564b251c3d3f65da998a257b9b2f4ec86ab2fdd8aaf8b95afe8f8b6661f1e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:c897dd63a6812376f286b28138efd843802e88399a37ac2fd13137ab316cfbc5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:57aba607f179b17672814e70d2f833a0eafccf5d29c6b52106c0732b8399f3d8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:73cecdc55d3360d0dc1965f7ed1499bd5314cc6a42c12933a3d7abee6f1260cf_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:14680fab9cb029bc5de012162b68d12142fa593ad739d56cc8429bd9443f3b78_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:2c9a1bf635561a34cfef29c3460cfd934bd5fb10fce2286b8d77177d549d8a1b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:5fe4a8979ff5830e9d9454fa75949c239b665fdf5965e8d3a79f60e7f6ff2c6b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:250c1b39f6eb21159e1c0ed5a3e866c75df811f900e12db268e1ebba474c4515_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:83000597e4b4717b218e07a7b68d5c39ad4a4964564a7a22cdb2256b3fa00f5a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:41bbcb3a16c6fa6db38f0cf7f373e08e1ad81e541c2413a0634db2c251f554bd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:3c9c88b87ebd49e6256bc9de4ede0ae4d9f78cab89d22ea15dab645c44db1eb0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:32572a42fdd1655894a44978c6c4ef3d3b29642c6e6b913f33572ed00cbffa5d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:26ab274e4c7b7038de4829a159c175247f0499a0d0d8ebac5661a7a465f9b6f8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:33947e67a3892273c159dc5ee4fe2b1b1082145f073905733974f29268427d97_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0e2c6a7aff29e2ab1417608c1a8e2598e63b88216ffbfd8dde6cea0389c9037f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:ec1af032ff666ae04558bbbe48f88f0376bd4b0480191fef45deeabc5e25aa79_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e7c44a5e356b1e31d983b421f692ac4b2521aae018953e807bdaf2e6d3849902_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:ff939391f26a83472d8c898003bca5c1aad336a4a68e1500ce1711fd489d6751_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:31ba8d2c6d21775eefeec42c55d6d23f6c9081380dbf2b6147d1c38b886de166_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:c377d9990c8b220ab1566350e16348a4c3e8f0efc490e3cf9b9e63a5002f0473_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:c2cba3de0e496b73b9d2e95d3700900fb526ecd85f674097ee8a08472f78b46b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:fd7cf2dbcd5a16e9ba009e7748d71bd4cce5420edea341f444f92ea5058e891f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:a0030672e0d64c8ab6b96d9dcf2fdffb002b6f918ee44382d972644a194cecde_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:28e6fd88f30674c2c073943d72c602eef34a1c88c31939f75f5b2e5d67911eca_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console-operator@sha256:befb102d48070110096e4fef087ff2043bd86fdd8afc66c216b484f4e4ad720f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console@sha256:f7cea5db815cfb15ab3556d127623a6618b721c06960c6382121d0b1ca27aca7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:a7de2f8ddb68b923891d926e35a14458dded13a0545d65b2d6813be6d550822b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-coredns@sha256:e7ccad4282195e456157b5d9a830fdab501c3a759b869d860e9b064b07d383a7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:34b70342a3669b1a820663ab867ca29102c31703a6e5cdd6825a50d42d82008b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:575d30bc9c0644b0e61aaabdc1a67801fc57de6311f947aca2f9eace4a5638c1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:bc3f3d9ade84337ddea54661623e32f5ca7f00d524a3c3899c58b0a2bb3a2717_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:dce2115067bafa9989e572e1c061ac101cf0be143009eb80b802df8589e26d21_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:b539ced0691d0ec46d4dd3702718bba9f76ae9a95af1c5b96e6ca124dafb8db9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:f00fcad4d7ed9bc2398dde9c27a72eba5dec71fd6842a56d26b4a668a03593c2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:a3649e4af155923df4edccfa0bea847524ad94693fa0c4656f150f4694c84d81_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:a3649e4af155923df4edccfa0bea847524ad94693fa0c4656f150f4694c84d81_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:0f53d6cbe6bfe70ae81f2ab386b0d6876bf2fbe742f177273ad91a98473ddbbe_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:0f53d6cbe6bfe70ae81f2ab386b0d6876bf2fbe742f177273ad91a98473ddbbe_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:c07ffbc60b55308439d2d10f978c889f283843f7d9b9f81b9512cd92961b630e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:c07ffbc60b55308439d2d10f978c889f283843f7d9b9f81b9512cd92961b630e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:342869412a65c837ef9028caacb9ea728768e7a7b7cba8466cbda16f8c042b94_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:342869412a65c837ef9028caacb9ea728768e7a7b7cba8466cbda16f8c042b94_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:e14b1d80da74392a86ce184d60776ad06ee5a6a68e8e486d4973c7b228f5c9f5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:e14b1d80da74392a86ce184d60776ad06ee5a6a68e8e486d4973c7b228f5c9f5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:f7963b3fdb4c29248d38ad4acf6a6204a1441a344b4f776d9c0cb8f6a45358f2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:f7963b3fdb4c29248d38ad4acf6a6204a1441a344b4f776d9c0cb8f6a45358f2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:80dd2a14ea8633fb8aed9157b846868fa34ed837f1c5f3a1b1a8b1fd12345455_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:80dd2a14ea8633fb8aed9157b846868fa34ed837f1c5f3a1b1a8b1fd12345455_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:e1df4e7a984c093f8f14800de0b94e9acb0e4f81931ec2e4ebc83e15e89c908e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-deployer@sha256:0834aaf11436fd73efc50ba398ebf1f85dd67d45cc58c45520a4fd6ca96023f8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-builder@sha256:7c5b46d03b3592dd36772060e5b47252b5f4b7e3ae75b4d8c8fa7c9e8b3ba907_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-registry@sha256:07acc90f3facbbfa95290f6c7de42dbfd76264e6c1b29d354fd5240f59600607_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f58ddc3d3e941e38308cd8458782ea70760d8eaa624bf58ab00b2710fd8e2e11_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:283ca16245d3d9e27cf77cce0af0b6dd85875b953aaf6d5899e284654c2fd714_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:19db8d286548d94b6184540448dc5ace612d7e00a85441c56f656dc3ff26da41_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:9b7f1e2b9d7d849778e4f9d9d32273bdc8d9721f2693cf34e40af2a1fce23906_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:befd4ea3cc27cdb0a1095908840923f21d37ef1ff0fbc0f061b22a8b560e9176_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-haproxy-router@sha256:36000f3f216a88da7de4bb550b97bfe57b231d6bcad50c95212f362b1b281cbd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hyperkube@sha256:aeaded0f2d7852d274e9847709ff2b95797205f08beb008bdb40f3d6ea379162_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:5f2290a946cab1c44273346ada2b140a7055ce4df2252ff55013f922edb94005_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:f836b37e688d64bf5473433e9e5ed3a88fa5090b6602c95ccfe84b3b2fd541ef_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:1dd53626ecda0a87fdd38ad50be39a5a57de9afca2e17b18f1974b26030b6612_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:bbf640768f322e561379f02b51d7ccb7e6ac91cb062b6b79cb8fb370c343ecaa_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:7b59483fbd35a183ee68d7c02977b7c9bb141588958f5e8a1317f656aabe653d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:b1d43cb29f5d567d3a506678dbdcdaf280d38f2e591140e8958fcc4847758193_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:21327b9690eb856aa7290846c59190f13c879e974162ff2a993a231d09c59ea0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:1849fed518271f3aba98faa3c201ee6c6fcd593928c033dee9e16ec8aabdb9bf_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:6c0f784797be17413045841ea5a137182b52c88ffedf5f89b56c372f579e7459_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:e5e5c0d729d4fac001289e719144d7441cb5d9baa6cb5014eba1c58c6cd9a500_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer@sha256:eea673a3a67e18fe8c11bbeace6cf6a91807012177a153b6ba6f0d8c5dca0fb3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:28deefb17c63506eca2dd7dd26e734540755ba68b6cece21ac36e74c876cdd01_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b9e2b94adeb6a5ef0f2ba5657d159c2cfc17beab899b509b0e4ca0152a745b2b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:352ca3b6fb3fde92b779a008585ef78b4de00c6397ff59723606342d3c4034e5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:b656ad76cf4e4555f1a9c2681350c09d61903dab479810c093ee28a7f8084cf7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-proxy@sha256:a37dc4c89beee14c76035bd7fe0f1359700a43cf76fcecf60d9313de0ac9c079_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:c800621253e0d2b26367ce027696d18bfa26f6a0ad60bbd51d3f2406fc63e11a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:39b533d909543e6b2a5c619e518f6504bfd423dfdb737ce27f29dff493b06721_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:73cbb59d30ef6a66d7f77b3f0f8a1c2d5c5e1463bf45f62ccd81b69c7cba1958_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:f5c42e5ae330fb03ad899a1d29a1c98385f4d17e16b9c4f1c1aa457b41dda2e3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:4243acb04291ed8a5a62998cad2254147f8e1a6bdfdc21e2b252a0dfb6fa0bc6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:f61f72c3aeb1b7ed48e2e612ad8d2d4ad24cfd75078683decedb853dadd1695d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:24274ccf494744dac6514d2b02d1095cff60b326d9dc1953a6cca5092b64663d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:55a2e025fa317265cda649315ae4df180cc1a44623dbf6352763a84137980125_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:135c0de132525b39ad3bae18d3062df40e211716c87934d628df16b9ef457a99_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:f5ef69cb2b33c872610c78664514b43725a68deea609bde98027e96e43e6e617_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:2ade492f1bdc749637dde9a7161ac8e8ec0c2b2ba9d0aa5bc7baf2eee6714995_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1ba5030be53136be8685146ed49af2bd07431c704e950de6df3b321b4468ea26_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:867ff97de11614fbbf71c24a162664ea5283a19342d0f18a90211e7da7c81039_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:e90d6ca9931c7fb698936822adb511a0ef533cbf5459a23a000663c2d6e3518b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:84e4c9b0fee76892b653a27e4c5f1041d9a60a701790eb5efa2c29c387acdc4e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-cni@sha256:cfd6f19b4ac45718a0cdd71e09dd12ee248c016111fbcc6326b4d1d67ddeb1ce_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:24c9d2b8160311fd01b3a93251c179a534b6012f38cebf7f0c275ba537b811be_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:9d356fec209c8a852a68d6af50e0f19565eacce99fe22bcfb85038fc750653bc_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:2cb9f324d3d235229f33e90b44f681c394db64bb0ee29cef306eeec9dd1a6145_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-must-gather@sha256:83075fbdd1e3d904a1af368739d22fd11edcee4be2ccaac0477c650ccbbbb416_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:90ace8178f105873a6c9d4d939823456bd24537cbbe48c3f0717a95f47961ced_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:90e3c2136efbfcbbcdc313ff5a5568b62dcee85588e99e079a4bd1673e5fa02f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:c0d3f6b6d0147db8c297fc4d8d8a0abeb4ff56e082e04a555d307c2b0700169a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:c8c45ff0e43a8d70305086618716e27115d3e92220e9e657479a99425baf2551_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:2456e46c6ca10cbfd0d9bf7afab8f09b09248e4b7bfb39fe6e0078d47c2ba2ac_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:ef93c16b94f38a4c31b2930c3fc89202d98a4c7250c8819aa1355c3f623a798f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:feb57bbd6e2eef485855293712b68d8858c87a10ccccbfa19ca38c8829fe617c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:46d406a89e433525bf7922fa1321dc39575817aaaf19aed51c2a20d1a78110b6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:0397a2e0e8f80a23f1b9e002e070478d14741ad785fbcacb4598a9ea444aca8c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:50cbd0585ecd2dcaf46aa708cb1adbe8991a62875961170741bd6bf0ee220073_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:9777360b0924b6df15662603adf456fcae56759610948b32c81f30af4a80eb20_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ecd696fc927e740d1c1130a2adba73612d012bb942009213ea45da117d14e506_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:1295a0198ee68f7c4379a0648ee3b1ec3fe47a318f7940e09e7fca8b8e94ed55_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:501d01af9579c7b8b0eabd9e77fd65090b2613666dd4252e4bbacefd1d6c6f9e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:929167beb3e1cefead0ef3386b7e0e08d8ac11829ae93ae9c71424fecdad5429_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:f9d5842f34dd4b40cd136a2b75a50661d37b3e061da36464ef09ecb2336e47e5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-registry@sha256:9cf8ac284094c301776d15adf6cdfac31c7620310990174aa9370c00c60e7e03_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f2f4ef85165f4320ed589f5fd7aecfcf7bfbd0cb2495f80b2301b10456b8fa6a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c246e57f9e631aa2b6a81f8d1d317fd72aa2d79572bf1b5abc4e1a335630e4c0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:768c77402d66f0fd124f08c991fb2844524aee494ca69717a319034e966236c5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:768c77402d66f0fd124f08c991fb2844524aee494ca69717a319034e966236c5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-pod@sha256:c61dacde2c679002f021badfcd0ada878c876ead91300afe5b02cd5106e60929_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:fe3490acd214124cc3b16f12aee750b51c31b82dec27677d5f1f1d6006384486_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:895b8e6db934c0adf91ddb45910a5c763747bb35849f4bb0f89d2e59e5a44efd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:cf046ad7f3e2c36075c6731c9e10a99b71d1d2aa31c21d03f225f5ccf101b5bb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:29cc7f01897c5736a59869194ec2f4be180571d73d4ff16e6c6129d431c4ffb9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:1f98e91f1f583a7461a769af8fa9b3ea4f100cc1c61b0e2efef975d0aca998e3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:86dd87674a5a7361f94381bb5fe49206b1cc05adfd91856f461793159db0d6aa_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:72e3a0e442d54265f72558423eac460b5d36e97394bebae6906507628f2a0d29_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:07dda14100a0c42e6e94df292cfd40105f667586e0bad1fc1fb1dfa9e4247fc1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:42c87f1a20074c0e2d0f15cd519f9da60e3faa7c487027fd47eb978442d02044_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:5729cf1a8acac396c3a3e04f1262c163bd4b17ee7e0ec0958b572bba1fb086d4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus@sha256:a1ce1e246ccfdceaf97967056a2d4cc4fa9f3f968a866e3b12b817bafb90ed31_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:acbcfacb0e781086b198ddf950bcb6350f30c3e88c71f2d0a46db2bc739dbe64_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:b33ba4396eb28cf4ceac84ff9f2f3e32fec8cb23bf8d289b121703a0493d55b4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-telemeter@sha256:589f69587068e199229d1bbad67d38f95a71fe70d9a3559fb53631e817bf9f6d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tests@sha256:66aaa9ed5ad47eaa59d000a751f89be09f1f3fb624ad7fd89ccacee9abbde0ff_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:9b09fd9998846c82c0d3709e766b186aae227c04bd10f8522dbd3dad7340d4ab_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:b5e7ec027eb40af4e7f84288b77c8ff3abb3a24b5addb14f1e8d4d1cfb877950_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:0060e426e627908662ab21ed9148a7e8dcb7f267277a32a37e707c099dcb28c8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:01227169a8681f9d6a64a98f127e4b4b975cb3f876e0246845a1831f15d1b69d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:46eafe9d4578c2404b3957ef153d590071405ebf866bfaa2d0899b2a62a68583_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:308f86155f1da9dcdb7181a558ba7207a738446496935cdc0d8069b3f54c60ec_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:0060e426e627908662ab21ed9148a7e8dcb7f267277a32a37e707c099dcb28c8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:01227169a8681f9d6a64a98f127e4b4b975cb3f876e0246845a1831f15d1b69d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:e9cbf2f3ea726c040b640666be64337de62615d0584a51320d74dc30eb2278f5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:ac9b992d63959fcb84403808e0ca8be5afa5f1394f5f7b7e33e9f4f5b0c027bb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:4e195928f2185a84c1a2173b5283c5ba815e31cb7be2ca1b97d7e2d9979463f7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:e7f07cf41b913bf2ec97edf4850037903636246b3d89a8bc3567954e16253f1a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58068"
},
{
"category": "external",
"summary": "RHBZ#2391958",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2391958"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58068",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58068"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58068",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58068"
},
{
"category": "external",
"summary": "https://github.com/eventlet/eventlet/commit/0bfebd1117d392559e25b4bfbfcc941754de88fb",
"url": "https://github.com/eventlet/eventlet/commit/0bfebd1117d392559e25b4bfbfcc941754de88fb"
},
{
"category": "external",
"summary": "https://github.com/eventlet/eventlet/pull/1062",
"url": "https://github.com/eventlet/eventlet/pull/1062"
},
{
"category": "external",
"summary": "https://github.com/eventlet/eventlet/security/advisories/GHSA-hw6f-rjfj-j7j7",
"url": "https://github.com/eventlet/eventlet/security/advisories/GHSA-hw6f-rjfj-j7j7"
}
],
"release_date": "2025-08-29T21:12:24.534000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-05T10:40:18+00:00",
"details": "For OpenShift Container Platform 4.13 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.13/html/release_notes\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64 architecture. The image digest may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\n The sha value for the release is as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:a7c362225f22ef51feca9c9959409ffc5f8308a9ecc06ed2cc39b31668327eba\n\nAll OpenShift Container Platform 4.13 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.13/html-single/updating_clusters/index#updating-cluster-within-minor.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:43799c4665e93ce69b372703d539518dac08b29a971651a712498403ef0e4e33_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:36e0aeaace4c89a3b5ebabf3368da59cb637a6c18bdaa5649d524176f9181389_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3422"
},
{
"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.13:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:35898248f7a14e2f4945b95779cbacf3ada75ccf957fb9d59c43ea722bc659c7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5e74ca1fb7ca13bdfe660c8681f60b1a1b83bf47379b35f6951ab2f5b2cab2fd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:c2836249c662fa1cb5e015249eb8c16ab6687c7ddc2c67217cf69e28cae0a217_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:ba829a48000d32000fab969e21e82fc8641cd46b5e6d2afc85f72702cc6119c5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/network-tools-rhel8@sha256:f4e785f3669d3fb96edbaa7adfa3cb521cdeb7ed5d7993ce9e1f4a9721bc0737_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:fae18193723926211ba4289b50cc375ac3c068c42f6d2b217129800386fe21ba_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:80c130d5174d2cd8dee63f7dfb4be33f469ab59fb6697309b22d21661ce44a5b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:66a8fac2ef6c846b32c9700ec6afcde4e32a21af2d07f7b30659f26cc48706fb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8a212f4355a2a8f849338a59da65568844d698a8b3cbb0795434ef4c02d1bbb0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:083584adcc1c6a9cfc44fd121f6b5a80caf847d6ef41457243d68e832512e137_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:f1e5896ac59d4654c49d24bc10545de1dc7237d19be3fa085f51cc295bba8b9e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:3a5cd797ddbfdb2f582b6983da722786a5f4362461a10fef0ac46f4ac44247aa_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:2267a4a1128b1a10acc478b545eb1468be4272827eb199c29078eae131009703_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:4ce6b9f7acd9845e5598ec60436a09816f88b2394d5faf067092e6b2ad55e6af_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:8dd2047eacd8c4e28ee860ead50b3e2dfe919409cf4f4f0089500673c4c2115c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:1b533418cf6e29fd9acd5fec98daa7384db18c113cecd50040255df6fa6c70ad_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:0e7793d19afe307a7fa2754e16c267f410c2d5362139685bb2e4148df9ab30cb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:9aecbcf45141fa7050adfb9a74f9b76d5087cca447ca9c9a195b10999342b175_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:54b979557a2a31632abd90d27f77310ee866257c66d3ff86ab07f82f6be8a4d1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:7f10c0a4faa2ddd19393b919ccbd318aac29510f393810874b4f2a1b1c97f62e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:8eb433372e8f658534cfe2b078eb9204fd00cb083605e34a8eef0276991e8c9c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:d163535a1b6fa970c89520be9563634fdabb1aa1d34d36d0ae05f10ce863b776_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:5313b5d9ad508eaf0dcda247e2468eea0d6caeb29484ba9b2e6818786a606f28_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:0e56897a6f11eaffa74bd469bbcac436df28d87ec8c8a196d175d0746f5a9596_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:ad11837c6ed8937a655fe1460b8d15a1e0f5d94a09c93c84feb946d6379630dd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:5a0bf200b9eababf1a55d0ab8719ad0f8bfc572ecc35663805d3155e3952719a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:43b3644d657ead5a217f7bd35e3c4b02e48a5e03eaabe09ff30a378c5652754f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:057bb3e3fbd95ce088b357660eda2b3f82ebf5481e6ebccec0462f2bebb3051d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:d332f5286418298193a0e99016c44b267c501a9b291db732356a1b0f2f18c8b7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:7906d8950dad6dc9768bfd51ac83c752cdab1df66e3c1628bfd326d9cfd838bd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:8e16fd6ae86d5eea7b38887a2d419d930114a8f7f20fd30fe0975460660e8e3b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:a2971c9028fac596e1297f4f0d6287194a059f0572ee4793810fb8162919b653_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:f1a041095c2e2d9a2fd9d6a80d4fcd8f8bf7469b415ddf11d5191b663630bd7b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli@sha256:427850f7d549fc3ee678214f8790c5abcda62f42821dcc26c104fd7f95db32cd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:9b1ae658b537e817a7bb0ad9a0af7adc94bd438769dd422917d8d9d562168798_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:00c969247be5aaa136a6e1adb3759f8265ccd938924b04af3d30fb3b750ddf24_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:b02188a9d5d9c2fed2c5c4256128f479f211d823a40db8b49d53895e099a67f5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:5d97eb48ecd759cda39f9726b9dc88af30603d48e724c8d7e3b8a5a4be0b66e7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:165412b8785ce00b28cf32b463fbce2d8df0aea955278df2a2978c218a4e3c8d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:e2845175cfcda7fcbf6b883ee5810606b2fef322b5212897c55bb0e14d5078f9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:bb634e360d469fe796f71e7de263a0050bbdc417cee6f0e186769b46eb426cd3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5e6a0d1c09e83d13ca1df1be3a390f30d151740a81e244ac3816dbafdb321280_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:5e6a0d1c09e83d13ca1df1be3a390f30d151740a81e244ac3816dbafdb321280_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:3be2ba30a85e8d823db37135df5ea0172b1df5841bb2d5dd254dc1e2788e5744_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:4d83dc89159ed2990afa1e3a67c12f5edcb51288fe8276beb55787d44212ec58_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:583564b251c3d3f65da998a257b9b2f4ec86ab2fdd8aaf8b95afe8f8b6661f1e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:c897dd63a6812376f286b28138efd843802e88399a37ac2fd13137ab316cfbc5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:57aba607f179b17672814e70d2f833a0eafccf5d29c6b52106c0732b8399f3d8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:73cecdc55d3360d0dc1965f7ed1499bd5314cc6a42c12933a3d7abee6f1260cf_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:14680fab9cb029bc5de012162b68d12142fa593ad739d56cc8429bd9443f3b78_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:2c9a1bf635561a34cfef29c3460cfd934bd5fb10fce2286b8d77177d549d8a1b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:5fe4a8979ff5830e9d9454fa75949c239b665fdf5965e8d3a79f60e7f6ff2c6b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:250c1b39f6eb21159e1c0ed5a3e866c75df811f900e12db268e1ebba474c4515_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:83000597e4b4717b218e07a7b68d5c39ad4a4964564a7a22cdb2256b3fa00f5a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:41bbcb3a16c6fa6db38f0cf7f373e08e1ad81e541c2413a0634db2c251f554bd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:3c9c88b87ebd49e6256bc9de4ede0ae4d9f78cab89d22ea15dab645c44db1eb0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:32572a42fdd1655894a44978c6c4ef3d3b29642c6e6b913f33572ed00cbffa5d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:26ab274e4c7b7038de4829a159c175247f0499a0d0d8ebac5661a7a465f9b6f8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:33947e67a3892273c159dc5ee4fe2b1b1082145f073905733974f29268427d97_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0e2c6a7aff29e2ab1417608c1a8e2598e63b88216ffbfd8dde6cea0389c9037f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:ec1af032ff666ae04558bbbe48f88f0376bd4b0480191fef45deeabc5e25aa79_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e7c44a5e356b1e31d983b421f692ac4b2521aae018953e807bdaf2e6d3849902_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:ff939391f26a83472d8c898003bca5c1aad336a4a68e1500ce1711fd489d6751_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:31ba8d2c6d21775eefeec42c55d6d23f6c9081380dbf2b6147d1c38b886de166_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:c377d9990c8b220ab1566350e16348a4c3e8f0efc490e3cf9b9e63a5002f0473_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:c2cba3de0e496b73b9d2e95d3700900fb526ecd85f674097ee8a08472f78b46b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:fd7cf2dbcd5a16e9ba009e7748d71bd4cce5420edea341f444f92ea5058e891f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:a0030672e0d64c8ab6b96d9dcf2fdffb002b6f918ee44382d972644a194cecde_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:28e6fd88f30674c2c073943d72c602eef34a1c88c31939f75f5b2e5d67911eca_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console-operator@sha256:befb102d48070110096e4fef087ff2043bd86fdd8afc66c216b484f4e4ad720f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console@sha256:f7cea5db815cfb15ab3556d127623a6618b721c06960c6382121d0b1ca27aca7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:a7de2f8ddb68b923891d926e35a14458dded13a0545d65b2d6813be6d550822b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-coredns@sha256:e7ccad4282195e456157b5d9a830fdab501c3a759b869d860e9b064b07d383a7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:34b70342a3669b1a820663ab867ca29102c31703a6e5cdd6825a50d42d82008b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:575d30bc9c0644b0e61aaabdc1a67801fc57de6311f947aca2f9eace4a5638c1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:bc3f3d9ade84337ddea54661623e32f5ca7f00d524a3c3899c58b0a2bb3a2717_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:dce2115067bafa9989e572e1c061ac101cf0be143009eb80b802df8589e26d21_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:b539ced0691d0ec46d4dd3702718bba9f76ae9a95af1c5b96e6ca124dafb8db9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:f00fcad4d7ed9bc2398dde9c27a72eba5dec71fd6842a56d26b4a668a03593c2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:a3649e4af155923df4edccfa0bea847524ad94693fa0c4656f150f4694c84d81_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:a3649e4af155923df4edccfa0bea847524ad94693fa0c4656f150f4694c84d81_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:0f53d6cbe6bfe70ae81f2ab386b0d6876bf2fbe742f177273ad91a98473ddbbe_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:0f53d6cbe6bfe70ae81f2ab386b0d6876bf2fbe742f177273ad91a98473ddbbe_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:c07ffbc60b55308439d2d10f978c889f283843f7d9b9f81b9512cd92961b630e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:c07ffbc60b55308439d2d10f978c889f283843f7d9b9f81b9512cd92961b630e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:342869412a65c837ef9028caacb9ea728768e7a7b7cba8466cbda16f8c042b94_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:342869412a65c837ef9028caacb9ea728768e7a7b7cba8466cbda16f8c042b94_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:e14b1d80da74392a86ce184d60776ad06ee5a6a68e8e486d4973c7b228f5c9f5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:e14b1d80da74392a86ce184d60776ad06ee5a6a68e8e486d4973c7b228f5c9f5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:f7963b3fdb4c29248d38ad4acf6a6204a1441a344b4f776d9c0cb8f6a45358f2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:f7963b3fdb4c29248d38ad4acf6a6204a1441a344b4f776d9c0cb8f6a45358f2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:80dd2a14ea8633fb8aed9157b846868fa34ed837f1c5f3a1b1a8b1fd12345455_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:80dd2a14ea8633fb8aed9157b846868fa34ed837f1c5f3a1b1a8b1fd12345455_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:e1df4e7a984c093f8f14800de0b94e9acb0e4f81931ec2e4ebc83e15e89c908e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-deployer@sha256:0834aaf11436fd73efc50ba398ebf1f85dd67d45cc58c45520a4fd6ca96023f8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-builder@sha256:7c5b46d03b3592dd36772060e5b47252b5f4b7e3ae75b4d8c8fa7c9e8b3ba907_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-registry@sha256:07acc90f3facbbfa95290f6c7de42dbfd76264e6c1b29d354fd5240f59600607_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f58ddc3d3e941e38308cd8458782ea70760d8eaa624bf58ab00b2710fd8e2e11_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:283ca16245d3d9e27cf77cce0af0b6dd85875b953aaf6d5899e284654c2fd714_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:19db8d286548d94b6184540448dc5ace612d7e00a85441c56f656dc3ff26da41_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:9b7f1e2b9d7d849778e4f9d9d32273bdc8d9721f2693cf34e40af2a1fce23906_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:befd4ea3cc27cdb0a1095908840923f21d37ef1ff0fbc0f061b22a8b560e9176_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-haproxy-router@sha256:36000f3f216a88da7de4bb550b97bfe57b231d6bcad50c95212f362b1b281cbd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hyperkube@sha256:aeaded0f2d7852d274e9847709ff2b95797205f08beb008bdb40f3d6ea379162_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:5f2290a946cab1c44273346ada2b140a7055ce4df2252ff55013f922edb94005_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:f836b37e688d64bf5473433e9e5ed3a88fa5090b6602c95ccfe84b3b2fd541ef_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:1dd53626ecda0a87fdd38ad50be39a5a57de9afca2e17b18f1974b26030b6612_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:bbf640768f322e561379f02b51d7ccb7e6ac91cb062b6b79cb8fb370c343ecaa_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:7b59483fbd35a183ee68d7c02977b7c9bb141588958f5e8a1317f656aabe653d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:b1d43cb29f5d567d3a506678dbdcdaf280d38f2e591140e8958fcc4847758193_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:21327b9690eb856aa7290846c59190f13c879e974162ff2a993a231d09c59ea0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:1849fed518271f3aba98faa3c201ee6c6fcd593928c033dee9e16ec8aabdb9bf_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:6c0f784797be17413045841ea5a137182b52c88ffedf5f89b56c372f579e7459_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:e5e5c0d729d4fac001289e719144d7441cb5d9baa6cb5014eba1c58c6cd9a500_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer@sha256:eea673a3a67e18fe8c11bbeace6cf6a91807012177a153b6ba6f0d8c5dca0fb3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:43799c4665e93ce69b372703d539518dac08b29a971651a712498403ef0e4e33_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:28deefb17c63506eca2dd7dd26e734540755ba68b6cece21ac36e74c876cdd01_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:36e0aeaace4c89a3b5ebabf3368da59cb637a6c18bdaa5649d524176f9181389_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b9e2b94adeb6a5ef0f2ba5657d159c2cfc17beab899b509b0e4ca0152a745b2b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:352ca3b6fb3fde92b779a008585ef78b4de00c6397ff59723606342d3c4034e5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:b656ad76cf4e4555f1a9c2681350c09d61903dab479810c093ee28a7f8084cf7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-proxy@sha256:a37dc4c89beee14c76035bd7fe0f1359700a43cf76fcecf60d9313de0ac9c079_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:c800621253e0d2b26367ce027696d18bfa26f6a0ad60bbd51d3f2406fc63e11a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:39b533d909543e6b2a5c619e518f6504bfd423dfdb737ce27f29dff493b06721_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:73cbb59d30ef6a66d7f77b3f0f8a1c2d5c5e1463bf45f62ccd81b69c7cba1958_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:f5c42e5ae330fb03ad899a1d29a1c98385f4d17e16b9c4f1c1aa457b41dda2e3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:4243acb04291ed8a5a62998cad2254147f8e1a6bdfdc21e2b252a0dfb6fa0bc6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:f61f72c3aeb1b7ed48e2e612ad8d2d4ad24cfd75078683decedb853dadd1695d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:24274ccf494744dac6514d2b02d1095cff60b326d9dc1953a6cca5092b64663d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:55a2e025fa317265cda649315ae4df180cc1a44623dbf6352763a84137980125_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:135c0de132525b39ad3bae18d3062df40e211716c87934d628df16b9ef457a99_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:f5ef69cb2b33c872610c78664514b43725a68deea609bde98027e96e43e6e617_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:2ade492f1bdc749637dde9a7161ac8e8ec0c2b2ba9d0aa5bc7baf2eee6714995_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1ba5030be53136be8685146ed49af2bd07431c704e950de6df3b321b4468ea26_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:867ff97de11614fbbf71c24a162664ea5283a19342d0f18a90211e7da7c81039_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:e90d6ca9931c7fb698936822adb511a0ef533cbf5459a23a000663c2d6e3518b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:84e4c9b0fee76892b653a27e4c5f1041d9a60a701790eb5efa2c29c387acdc4e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-cni@sha256:cfd6f19b4ac45718a0cdd71e09dd12ee248c016111fbcc6326b4d1d67ddeb1ce_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:24c9d2b8160311fd01b3a93251c179a534b6012f38cebf7f0c275ba537b811be_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:9d356fec209c8a852a68d6af50e0f19565eacce99fe22bcfb85038fc750653bc_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:2cb9f324d3d235229f33e90b44f681c394db64bb0ee29cef306eeec9dd1a6145_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-must-gather@sha256:83075fbdd1e3d904a1af368739d22fd11edcee4be2ccaac0477c650ccbbbb416_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:90ace8178f105873a6c9d4d939823456bd24537cbbe48c3f0717a95f47961ced_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:90e3c2136efbfcbbcdc313ff5a5568b62dcee85588e99e079a4bd1673e5fa02f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:c0d3f6b6d0147db8c297fc4d8d8a0abeb4ff56e082e04a555d307c2b0700169a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:c8c45ff0e43a8d70305086618716e27115d3e92220e9e657479a99425baf2551_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:2456e46c6ca10cbfd0d9bf7afab8f09b09248e4b7bfb39fe6e0078d47c2ba2ac_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:ef93c16b94f38a4c31b2930c3fc89202d98a4c7250c8819aa1355c3f623a798f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:feb57bbd6e2eef485855293712b68d8858c87a10ccccbfa19ca38c8829fe617c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:46d406a89e433525bf7922fa1321dc39575817aaaf19aed51c2a20d1a78110b6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:0397a2e0e8f80a23f1b9e002e070478d14741ad785fbcacb4598a9ea444aca8c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:50cbd0585ecd2dcaf46aa708cb1adbe8991a62875961170741bd6bf0ee220073_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:9777360b0924b6df15662603adf456fcae56759610948b32c81f30af4a80eb20_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ecd696fc927e740d1c1130a2adba73612d012bb942009213ea45da117d14e506_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:1295a0198ee68f7c4379a0648ee3b1ec3fe47a318f7940e09e7fca8b8e94ed55_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:501d01af9579c7b8b0eabd9e77fd65090b2613666dd4252e4bbacefd1d6c6f9e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:929167beb3e1cefead0ef3386b7e0e08d8ac11829ae93ae9c71424fecdad5429_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:f9d5842f34dd4b40cd136a2b75a50661d37b3e061da36464ef09ecb2336e47e5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-registry@sha256:9cf8ac284094c301776d15adf6cdfac31c7620310990174aa9370c00c60e7e03_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f2f4ef85165f4320ed589f5fd7aecfcf7bfbd0cb2495f80b2301b10456b8fa6a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c246e57f9e631aa2b6a81f8d1d317fd72aa2d79572bf1b5abc4e1a335630e4c0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:768c77402d66f0fd124f08c991fb2844524aee494ca69717a319034e966236c5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:768c77402d66f0fd124f08c991fb2844524aee494ca69717a319034e966236c5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-pod@sha256:c61dacde2c679002f021badfcd0ada878c876ead91300afe5b02cd5106e60929_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:fe3490acd214124cc3b16f12aee750b51c31b82dec27677d5f1f1d6006384486_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:895b8e6db934c0adf91ddb45910a5c763747bb35849f4bb0f89d2e59e5a44efd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:cf046ad7f3e2c36075c6731c9e10a99b71d1d2aa31c21d03f225f5ccf101b5bb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:29cc7f01897c5736a59869194ec2f4be180571d73d4ff16e6c6129d431c4ffb9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:1f98e91f1f583a7461a769af8fa9b3ea4f100cc1c61b0e2efef975d0aca998e3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:86dd87674a5a7361f94381bb5fe49206b1cc05adfd91856f461793159db0d6aa_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:72e3a0e442d54265f72558423eac460b5d36e97394bebae6906507628f2a0d29_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:07dda14100a0c42e6e94df292cfd40105f667586e0bad1fc1fb1dfa9e4247fc1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:42c87f1a20074c0e2d0f15cd519f9da60e3faa7c487027fd47eb978442d02044_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:5729cf1a8acac396c3a3e04f1262c163bd4b17ee7e0ec0958b572bba1fb086d4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus@sha256:a1ce1e246ccfdceaf97967056a2d4cc4fa9f3f968a866e3b12b817bafb90ed31_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:acbcfacb0e781086b198ddf950bcb6350f30c3e88c71f2d0a46db2bc739dbe64_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:b33ba4396eb28cf4ceac84ff9f2f3e32fec8cb23bf8d289b121703a0493d55b4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-telemeter@sha256:589f69587068e199229d1bbad67d38f95a71fe70d9a3559fb53631e817bf9f6d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tests@sha256:66aaa9ed5ad47eaa59d000a751f89be09f1f3fb624ad7fd89ccacee9abbde0ff_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:9b09fd9998846c82c0d3709e766b186aae227c04bd10f8522dbd3dad7340d4ab_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:b5e7ec027eb40af4e7f84288b77c8ff3abb3a24b5addb14f1e8d4d1cfb877950_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:0060e426e627908662ab21ed9148a7e8dcb7f267277a32a37e707c099dcb28c8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:01227169a8681f9d6a64a98f127e4b4b975cb3f876e0246845a1831f15d1b69d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:46eafe9d4578c2404b3957ef153d590071405ebf866bfaa2d0899b2a62a68583_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:308f86155f1da9dcdb7181a558ba7207a738446496935cdc0d8069b3f54c60ec_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:0060e426e627908662ab21ed9148a7e8dcb7f267277a32a37e707c099dcb28c8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:01227169a8681f9d6a64a98f127e4b4b975cb3f876e0246845a1831f15d1b69d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:e9cbf2f3ea726c040b640666be64337de62615d0584a51320d74dc30eb2278f5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:ac9b992d63959fcb84403808e0ca8be5afa5f1394f5f7b7e33e9f4f5b0c027bb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:4e195928f2185a84c1a2173b5283c5ba815e31cb7be2ca1b97d7e2d9979463f7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:e7f07cf41b913bf2ec97edf4850037903636246b3d89a8bc3567954e16253f1a_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:35898248f7a14e2f4945b95779cbacf3ada75ccf957fb9d59c43ea722bc659c7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5e74ca1fb7ca13bdfe660c8681f60b1a1b83bf47379b35f6951ab2f5b2cab2fd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:c2836249c662fa1cb5e015249eb8c16ab6687c7ddc2c67217cf69e28cae0a217_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:ba829a48000d32000fab969e21e82fc8641cd46b5e6d2afc85f72702cc6119c5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/network-tools-rhel8@sha256:f4e785f3669d3fb96edbaa7adfa3cb521cdeb7ed5d7993ce9e1f4a9721bc0737_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:fae18193723926211ba4289b50cc375ac3c068c42f6d2b217129800386fe21ba_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:80c130d5174d2cd8dee63f7dfb4be33f469ab59fb6697309b22d21661ce44a5b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:66a8fac2ef6c846b32c9700ec6afcde4e32a21af2d07f7b30659f26cc48706fb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8a212f4355a2a8f849338a59da65568844d698a8b3cbb0795434ef4c02d1bbb0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:083584adcc1c6a9cfc44fd121f6b5a80caf847d6ef41457243d68e832512e137_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:f1e5896ac59d4654c49d24bc10545de1dc7237d19be3fa085f51cc295bba8b9e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:3a5cd797ddbfdb2f582b6983da722786a5f4362461a10fef0ac46f4ac44247aa_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:2267a4a1128b1a10acc478b545eb1468be4272827eb199c29078eae131009703_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:4ce6b9f7acd9845e5598ec60436a09816f88b2394d5faf067092e6b2ad55e6af_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:8dd2047eacd8c4e28ee860ead50b3e2dfe919409cf4f4f0089500673c4c2115c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:1b533418cf6e29fd9acd5fec98daa7384db18c113cecd50040255df6fa6c70ad_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:0e7793d19afe307a7fa2754e16c267f410c2d5362139685bb2e4148df9ab30cb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:9aecbcf45141fa7050adfb9a74f9b76d5087cca447ca9c9a195b10999342b175_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:54b979557a2a31632abd90d27f77310ee866257c66d3ff86ab07f82f6be8a4d1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:7f10c0a4faa2ddd19393b919ccbd318aac29510f393810874b4f2a1b1c97f62e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:8eb433372e8f658534cfe2b078eb9204fd00cb083605e34a8eef0276991e8c9c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:d163535a1b6fa970c89520be9563634fdabb1aa1d34d36d0ae05f10ce863b776_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:5313b5d9ad508eaf0dcda247e2468eea0d6caeb29484ba9b2e6818786a606f28_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:0e56897a6f11eaffa74bd469bbcac436df28d87ec8c8a196d175d0746f5a9596_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:ad11837c6ed8937a655fe1460b8d15a1e0f5d94a09c93c84feb946d6379630dd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:5a0bf200b9eababf1a55d0ab8719ad0f8bfc572ecc35663805d3155e3952719a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:43b3644d657ead5a217f7bd35e3c4b02e48a5e03eaabe09ff30a378c5652754f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:057bb3e3fbd95ce088b357660eda2b3f82ebf5481e6ebccec0462f2bebb3051d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:d332f5286418298193a0e99016c44b267c501a9b291db732356a1b0f2f18c8b7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:7906d8950dad6dc9768bfd51ac83c752cdab1df66e3c1628bfd326d9cfd838bd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:8e16fd6ae86d5eea7b38887a2d419d930114a8f7f20fd30fe0975460660e8e3b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:a2971c9028fac596e1297f4f0d6287194a059f0572ee4793810fb8162919b653_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:f1a041095c2e2d9a2fd9d6a80d4fcd8f8bf7469b415ddf11d5191b663630bd7b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli@sha256:427850f7d549fc3ee678214f8790c5abcda62f42821dcc26c104fd7f95db32cd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:9b1ae658b537e817a7bb0ad9a0af7adc94bd438769dd422917d8d9d562168798_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:00c969247be5aaa136a6e1adb3759f8265ccd938924b04af3d30fb3b750ddf24_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:b02188a9d5d9c2fed2c5c4256128f479f211d823a40db8b49d53895e099a67f5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:5d97eb48ecd759cda39f9726b9dc88af30603d48e724c8d7e3b8a5a4be0b66e7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:165412b8785ce00b28cf32b463fbce2d8df0aea955278df2a2978c218a4e3c8d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:e2845175cfcda7fcbf6b883ee5810606b2fef322b5212897c55bb0e14d5078f9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:bb634e360d469fe796f71e7de263a0050bbdc417cee6f0e186769b46eb426cd3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5e6a0d1c09e83d13ca1df1be3a390f30d151740a81e244ac3816dbafdb321280_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:5e6a0d1c09e83d13ca1df1be3a390f30d151740a81e244ac3816dbafdb321280_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:3be2ba30a85e8d823db37135df5ea0172b1df5841bb2d5dd254dc1e2788e5744_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:4d83dc89159ed2990afa1e3a67c12f5edcb51288fe8276beb55787d44212ec58_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:583564b251c3d3f65da998a257b9b2f4ec86ab2fdd8aaf8b95afe8f8b6661f1e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:c897dd63a6812376f286b28138efd843802e88399a37ac2fd13137ab316cfbc5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:57aba607f179b17672814e70d2f833a0eafccf5d29c6b52106c0732b8399f3d8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:73cecdc55d3360d0dc1965f7ed1499bd5314cc6a42c12933a3d7abee6f1260cf_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:14680fab9cb029bc5de012162b68d12142fa593ad739d56cc8429bd9443f3b78_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:2c9a1bf635561a34cfef29c3460cfd934bd5fb10fce2286b8d77177d549d8a1b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:5fe4a8979ff5830e9d9454fa75949c239b665fdf5965e8d3a79f60e7f6ff2c6b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:250c1b39f6eb21159e1c0ed5a3e866c75df811f900e12db268e1ebba474c4515_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:83000597e4b4717b218e07a7b68d5c39ad4a4964564a7a22cdb2256b3fa00f5a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:41bbcb3a16c6fa6db38f0cf7f373e08e1ad81e541c2413a0634db2c251f554bd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:3c9c88b87ebd49e6256bc9de4ede0ae4d9f78cab89d22ea15dab645c44db1eb0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:32572a42fdd1655894a44978c6c4ef3d3b29642c6e6b913f33572ed00cbffa5d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:26ab274e4c7b7038de4829a159c175247f0499a0d0d8ebac5661a7a465f9b6f8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:33947e67a3892273c159dc5ee4fe2b1b1082145f073905733974f29268427d97_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0e2c6a7aff29e2ab1417608c1a8e2598e63b88216ffbfd8dde6cea0389c9037f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:ec1af032ff666ae04558bbbe48f88f0376bd4b0480191fef45deeabc5e25aa79_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e7c44a5e356b1e31d983b421f692ac4b2521aae018953e807bdaf2e6d3849902_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:ff939391f26a83472d8c898003bca5c1aad336a4a68e1500ce1711fd489d6751_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:31ba8d2c6d21775eefeec42c55d6d23f6c9081380dbf2b6147d1c38b886de166_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:c377d9990c8b220ab1566350e16348a4c3e8f0efc490e3cf9b9e63a5002f0473_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:c2cba3de0e496b73b9d2e95d3700900fb526ecd85f674097ee8a08472f78b46b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:fd7cf2dbcd5a16e9ba009e7748d71bd4cce5420edea341f444f92ea5058e891f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:a0030672e0d64c8ab6b96d9dcf2fdffb002b6f918ee44382d972644a194cecde_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:28e6fd88f30674c2c073943d72c602eef34a1c88c31939f75f5b2e5d67911eca_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console-operator@sha256:befb102d48070110096e4fef087ff2043bd86fdd8afc66c216b484f4e4ad720f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console@sha256:f7cea5db815cfb15ab3556d127623a6618b721c06960c6382121d0b1ca27aca7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:a7de2f8ddb68b923891d926e35a14458dded13a0545d65b2d6813be6d550822b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-coredns@sha256:e7ccad4282195e456157b5d9a830fdab501c3a759b869d860e9b064b07d383a7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:34b70342a3669b1a820663ab867ca29102c31703a6e5cdd6825a50d42d82008b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:575d30bc9c0644b0e61aaabdc1a67801fc57de6311f947aca2f9eace4a5638c1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:bc3f3d9ade84337ddea54661623e32f5ca7f00d524a3c3899c58b0a2bb3a2717_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:dce2115067bafa9989e572e1c061ac101cf0be143009eb80b802df8589e26d21_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:b539ced0691d0ec46d4dd3702718bba9f76ae9a95af1c5b96e6ca124dafb8db9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:f00fcad4d7ed9bc2398dde9c27a72eba5dec71fd6842a56d26b4a668a03593c2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:a3649e4af155923df4edccfa0bea847524ad94693fa0c4656f150f4694c84d81_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:a3649e4af155923df4edccfa0bea847524ad94693fa0c4656f150f4694c84d81_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:0f53d6cbe6bfe70ae81f2ab386b0d6876bf2fbe742f177273ad91a98473ddbbe_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:0f53d6cbe6bfe70ae81f2ab386b0d6876bf2fbe742f177273ad91a98473ddbbe_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:c07ffbc60b55308439d2d10f978c889f283843f7d9b9f81b9512cd92961b630e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:c07ffbc60b55308439d2d10f978c889f283843f7d9b9f81b9512cd92961b630e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:342869412a65c837ef9028caacb9ea728768e7a7b7cba8466cbda16f8c042b94_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:342869412a65c837ef9028caacb9ea728768e7a7b7cba8466cbda16f8c042b94_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:e14b1d80da74392a86ce184d60776ad06ee5a6a68e8e486d4973c7b228f5c9f5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:e14b1d80da74392a86ce184d60776ad06ee5a6a68e8e486d4973c7b228f5c9f5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:f7963b3fdb4c29248d38ad4acf6a6204a1441a344b4f776d9c0cb8f6a45358f2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:f7963b3fdb4c29248d38ad4acf6a6204a1441a344b4f776d9c0cb8f6a45358f2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:80dd2a14ea8633fb8aed9157b846868fa34ed837f1c5f3a1b1a8b1fd12345455_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:80dd2a14ea8633fb8aed9157b846868fa34ed837f1c5f3a1b1a8b1fd12345455_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:e1df4e7a984c093f8f14800de0b94e9acb0e4f81931ec2e4ebc83e15e89c908e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-deployer@sha256:0834aaf11436fd73efc50ba398ebf1f85dd67d45cc58c45520a4fd6ca96023f8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-builder@sha256:7c5b46d03b3592dd36772060e5b47252b5f4b7e3ae75b4d8c8fa7c9e8b3ba907_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-registry@sha256:07acc90f3facbbfa95290f6c7de42dbfd76264e6c1b29d354fd5240f59600607_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f58ddc3d3e941e38308cd8458782ea70760d8eaa624bf58ab00b2710fd8e2e11_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:283ca16245d3d9e27cf77cce0af0b6dd85875b953aaf6d5899e284654c2fd714_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:19db8d286548d94b6184540448dc5ace612d7e00a85441c56f656dc3ff26da41_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:9b7f1e2b9d7d849778e4f9d9d32273bdc8d9721f2693cf34e40af2a1fce23906_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:befd4ea3cc27cdb0a1095908840923f21d37ef1ff0fbc0f061b22a8b560e9176_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-haproxy-router@sha256:36000f3f216a88da7de4bb550b97bfe57b231d6bcad50c95212f362b1b281cbd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hyperkube@sha256:aeaded0f2d7852d274e9847709ff2b95797205f08beb008bdb40f3d6ea379162_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:5f2290a946cab1c44273346ada2b140a7055ce4df2252ff55013f922edb94005_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:f836b37e688d64bf5473433e9e5ed3a88fa5090b6602c95ccfe84b3b2fd541ef_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:1dd53626ecda0a87fdd38ad50be39a5a57de9afca2e17b18f1974b26030b6612_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:bbf640768f322e561379f02b51d7ccb7e6ac91cb062b6b79cb8fb370c343ecaa_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:7b59483fbd35a183ee68d7c02977b7c9bb141588958f5e8a1317f656aabe653d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:b1d43cb29f5d567d3a506678dbdcdaf280d38f2e591140e8958fcc4847758193_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:21327b9690eb856aa7290846c59190f13c879e974162ff2a993a231d09c59ea0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:1849fed518271f3aba98faa3c201ee6c6fcd593928c033dee9e16ec8aabdb9bf_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:6c0f784797be17413045841ea5a137182b52c88ffedf5f89b56c372f579e7459_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:e5e5c0d729d4fac001289e719144d7441cb5d9baa6cb5014eba1c58c6cd9a500_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer@sha256:eea673a3a67e18fe8c11bbeace6cf6a91807012177a153b6ba6f0d8c5dca0fb3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:43799c4665e93ce69b372703d539518dac08b29a971651a712498403ef0e4e33_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:28deefb17c63506eca2dd7dd26e734540755ba68b6cece21ac36e74c876cdd01_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:36e0aeaace4c89a3b5ebabf3368da59cb637a6c18bdaa5649d524176f9181389_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b9e2b94adeb6a5ef0f2ba5657d159c2cfc17beab899b509b0e4ca0152a745b2b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:352ca3b6fb3fde92b779a008585ef78b4de00c6397ff59723606342d3c4034e5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:b656ad76cf4e4555f1a9c2681350c09d61903dab479810c093ee28a7f8084cf7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-proxy@sha256:a37dc4c89beee14c76035bd7fe0f1359700a43cf76fcecf60d9313de0ac9c079_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:c800621253e0d2b26367ce027696d18bfa26f6a0ad60bbd51d3f2406fc63e11a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:39b533d909543e6b2a5c619e518f6504bfd423dfdb737ce27f29dff493b06721_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:73cbb59d30ef6a66d7f77b3f0f8a1c2d5c5e1463bf45f62ccd81b69c7cba1958_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:f5c42e5ae330fb03ad899a1d29a1c98385f4d17e16b9c4f1c1aa457b41dda2e3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:4243acb04291ed8a5a62998cad2254147f8e1a6bdfdc21e2b252a0dfb6fa0bc6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:f61f72c3aeb1b7ed48e2e612ad8d2d4ad24cfd75078683decedb853dadd1695d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:24274ccf494744dac6514d2b02d1095cff60b326d9dc1953a6cca5092b64663d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:55a2e025fa317265cda649315ae4df180cc1a44623dbf6352763a84137980125_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:135c0de132525b39ad3bae18d3062df40e211716c87934d628df16b9ef457a99_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:f5ef69cb2b33c872610c78664514b43725a68deea609bde98027e96e43e6e617_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:2ade492f1bdc749637dde9a7161ac8e8ec0c2b2ba9d0aa5bc7baf2eee6714995_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1ba5030be53136be8685146ed49af2bd07431c704e950de6df3b321b4468ea26_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:867ff97de11614fbbf71c24a162664ea5283a19342d0f18a90211e7da7c81039_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:e90d6ca9931c7fb698936822adb511a0ef533cbf5459a23a000663c2d6e3518b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:84e4c9b0fee76892b653a27e4c5f1041d9a60a701790eb5efa2c29c387acdc4e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-cni@sha256:cfd6f19b4ac45718a0cdd71e09dd12ee248c016111fbcc6326b4d1d67ddeb1ce_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:24c9d2b8160311fd01b3a93251c179a534b6012f38cebf7f0c275ba537b811be_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:9d356fec209c8a852a68d6af50e0f19565eacce99fe22bcfb85038fc750653bc_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:2cb9f324d3d235229f33e90b44f681c394db64bb0ee29cef306eeec9dd1a6145_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-must-gather@sha256:83075fbdd1e3d904a1af368739d22fd11edcee4be2ccaac0477c650ccbbbb416_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:90ace8178f105873a6c9d4d939823456bd24537cbbe48c3f0717a95f47961ced_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:90e3c2136efbfcbbcdc313ff5a5568b62dcee85588e99e079a4bd1673e5fa02f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:c0d3f6b6d0147db8c297fc4d8d8a0abeb4ff56e082e04a555d307c2b0700169a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:c8c45ff0e43a8d70305086618716e27115d3e92220e9e657479a99425baf2551_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:2456e46c6ca10cbfd0d9bf7afab8f09b09248e4b7bfb39fe6e0078d47c2ba2ac_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:ef93c16b94f38a4c31b2930c3fc89202d98a4c7250c8819aa1355c3f623a798f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:feb57bbd6e2eef485855293712b68d8858c87a10ccccbfa19ca38c8829fe617c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:46d406a89e433525bf7922fa1321dc39575817aaaf19aed51c2a20d1a78110b6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:0397a2e0e8f80a23f1b9e002e070478d14741ad785fbcacb4598a9ea444aca8c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:50cbd0585ecd2dcaf46aa708cb1adbe8991a62875961170741bd6bf0ee220073_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:9777360b0924b6df15662603adf456fcae56759610948b32c81f30af4a80eb20_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ecd696fc927e740d1c1130a2adba73612d012bb942009213ea45da117d14e506_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:1295a0198ee68f7c4379a0648ee3b1ec3fe47a318f7940e09e7fca8b8e94ed55_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:501d01af9579c7b8b0eabd9e77fd65090b2613666dd4252e4bbacefd1d6c6f9e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:929167beb3e1cefead0ef3386b7e0e08d8ac11829ae93ae9c71424fecdad5429_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:f9d5842f34dd4b40cd136a2b75a50661d37b3e061da36464ef09ecb2336e47e5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-registry@sha256:9cf8ac284094c301776d15adf6cdfac31c7620310990174aa9370c00c60e7e03_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f2f4ef85165f4320ed589f5fd7aecfcf7bfbd0cb2495f80b2301b10456b8fa6a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c246e57f9e631aa2b6a81f8d1d317fd72aa2d79572bf1b5abc4e1a335630e4c0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:768c77402d66f0fd124f08c991fb2844524aee494ca69717a319034e966236c5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:768c77402d66f0fd124f08c991fb2844524aee494ca69717a319034e966236c5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-pod@sha256:c61dacde2c679002f021badfcd0ada878c876ead91300afe5b02cd5106e60929_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:fe3490acd214124cc3b16f12aee750b51c31b82dec27677d5f1f1d6006384486_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:895b8e6db934c0adf91ddb45910a5c763747bb35849f4bb0f89d2e59e5a44efd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:cf046ad7f3e2c36075c6731c9e10a99b71d1d2aa31c21d03f225f5ccf101b5bb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:29cc7f01897c5736a59869194ec2f4be180571d73d4ff16e6c6129d431c4ffb9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:1f98e91f1f583a7461a769af8fa9b3ea4f100cc1c61b0e2efef975d0aca998e3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:86dd87674a5a7361f94381bb5fe49206b1cc05adfd91856f461793159db0d6aa_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:72e3a0e442d54265f72558423eac460b5d36e97394bebae6906507628f2a0d29_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:07dda14100a0c42e6e94df292cfd40105f667586e0bad1fc1fb1dfa9e4247fc1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:42c87f1a20074c0e2d0f15cd519f9da60e3faa7c487027fd47eb978442d02044_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:5729cf1a8acac396c3a3e04f1262c163bd4b17ee7e0ec0958b572bba1fb086d4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus@sha256:a1ce1e246ccfdceaf97967056a2d4cc4fa9f3f968a866e3b12b817bafb90ed31_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:acbcfacb0e781086b198ddf950bcb6350f30c3e88c71f2d0a46db2bc739dbe64_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:b33ba4396eb28cf4ceac84ff9f2f3e32fec8cb23bf8d289b121703a0493d55b4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-telemeter@sha256:589f69587068e199229d1bbad67d38f95a71fe70d9a3559fb53631e817bf9f6d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tests@sha256:66aaa9ed5ad47eaa59d000a751f89be09f1f3fb624ad7fd89ccacee9abbde0ff_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:9b09fd9998846c82c0d3709e766b186aae227c04bd10f8522dbd3dad7340d4ab_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:b5e7ec027eb40af4e7f84288b77c8ff3abb3a24b5addb14f1e8d4d1cfb877950_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:0060e426e627908662ab21ed9148a7e8dcb7f267277a32a37e707c099dcb28c8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:01227169a8681f9d6a64a98f127e4b4b975cb3f876e0246845a1831f15d1b69d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:46eafe9d4578c2404b3957ef153d590071405ebf866bfaa2d0899b2a62a68583_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:308f86155f1da9dcdb7181a558ba7207a738446496935cdc0d8069b3f54c60ec_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:0060e426e627908662ab21ed9148a7e8dcb7f267277a32a37e707c099dcb28c8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:01227169a8681f9d6a64a98f127e4b4b975cb3f876e0246845a1831f15d1b69d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:e9cbf2f3ea726c040b640666be64337de62615d0584a51320d74dc30eb2278f5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:ac9b992d63959fcb84403808e0ca8be5afa5f1394f5f7b7e33e9f4f5b0c027bb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:4e195928f2185a84c1a2173b5283c5ba815e31cb7be2ca1b97d7e2d9979463f7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:e7f07cf41b913bf2ec97edf4850037903636246b3d89a8bc3567954e16253f1a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python-eventlet: Eventlet HTTP request smuggling"
},
{
"cve": "CVE-2025-65637",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2025-12-04T19:00:54.313916+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:35898248f7a14e2f4945b95779cbacf3ada75ccf957fb9d59c43ea722bc659c7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5e74ca1fb7ca13bdfe660c8681f60b1a1b83bf47379b35f6951ab2f5b2cab2fd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:c2836249c662fa1cb5e015249eb8c16ab6687c7ddc2c67217cf69e28cae0a217_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:ba829a48000d32000fab969e21e82fc8641cd46b5e6d2afc85f72702cc6119c5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/network-tools-rhel8@sha256:f4e785f3669d3fb96edbaa7adfa3cb521cdeb7ed5d7993ce9e1f4a9721bc0737_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:fae18193723926211ba4289b50cc375ac3c068c42f6d2b217129800386fe21ba_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:80c130d5174d2cd8dee63f7dfb4be33f469ab59fb6697309b22d21661ce44a5b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:66a8fac2ef6c846b32c9700ec6afcde4e32a21af2d07f7b30659f26cc48706fb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8a212f4355a2a8f849338a59da65568844d698a8b3cbb0795434ef4c02d1bbb0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:f1e5896ac59d4654c49d24bc10545de1dc7237d19be3fa085f51cc295bba8b9e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:3a5cd797ddbfdb2f582b6983da722786a5f4362461a10fef0ac46f4ac44247aa_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:2267a4a1128b1a10acc478b545eb1468be4272827eb199c29078eae131009703_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:4ce6b9f7acd9845e5598ec60436a09816f88b2394d5faf067092e6b2ad55e6af_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:8dd2047eacd8c4e28ee860ead50b3e2dfe919409cf4f4f0089500673c4c2115c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:1b533418cf6e29fd9acd5fec98daa7384db18c113cecd50040255df6fa6c70ad_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:0e7793d19afe307a7fa2754e16c267f410c2d5362139685bb2e4148df9ab30cb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:9aecbcf45141fa7050adfb9a74f9b76d5087cca447ca9c9a195b10999342b175_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:7f10c0a4faa2ddd19393b919ccbd318aac29510f393810874b4f2a1b1c97f62e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:8eb433372e8f658534cfe2b078eb9204fd00cb083605e34a8eef0276991e8c9c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:d163535a1b6fa970c89520be9563634fdabb1aa1d34d36d0ae05f10ce863b776_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:5313b5d9ad508eaf0dcda247e2468eea0d6caeb29484ba9b2e6818786a606f28_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:0e56897a6f11eaffa74bd469bbcac436df28d87ec8c8a196d175d0746f5a9596_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:ad11837c6ed8937a655fe1460b8d15a1e0f5d94a09c93c84feb946d6379630dd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:5a0bf200b9eababf1a55d0ab8719ad0f8bfc572ecc35663805d3155e3952719a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:057bb3e3fbd95ce088b357660eda2b3f82ebf5481e6ebccec0462f2bebb3051d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:d332f5286418298193a0e99016c44b267c501a9b291db732356a1b0f2f18c8b7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:7906d8950dad6dc9768bfd51ac83c752cdab1df66e3c1628bfd326d9cfd838bd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:8e16fd6ae86d5eea7b38887a2d419d930114a8f7f20fd30fe0975460660e8e3b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:a2971c9028fac596e1297f4f0d6287194a059f0572ee4793810fb8162919b653_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:f1a041095c2e2d9a2fd9d6a80d4fcd8f8bf7469b415ddf11d5191b663630bd7b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli@sha256:427850f7d549fc3ee678214f8790c5abcda62f42821dcc26c104fd7f95db32cd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:9b1ae658b537e817a7bb0ad9a0af7adc94bd438769dd422917d8d9d562168798_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:00c969247be5aaa136a6e1adb3759f8265ccd938924b04af3d30fb3b750ddf24_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:b02188a9d5d9c2fed2c5c4256128f479f211d823a40db8b49d53895e099a67f5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:5d97eb48ecd759cda39f9726b9dc88af30603d48e724c8d7e3b8a5a4be0b66e7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:165412b8785ce00b28cf32b463fbce2d8df0aea955278df2a2978c218a4e3c8d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:e2845175cfcda7fcbf6b883ee5810606b2fef322b5212897c55bb0e14d5078f9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:bb634e360d469fe796f71e7de263a0050bbdc417cee6f0e186769b46eb426cd3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5e6a0d1c09e83d13ca1df1be3a390f30d151740a81e244ac3816dbafdb321280_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:5e6a0d1c09e83d13ca1df1be3a390f30d151740a81e244ac3816dbafdb321280_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:3be2ba30a85e8d823db37135df5ea0172b1df5841bb2d5dd254dc1e2788e5744_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:4d83dc89159ed2990afa1e3a67c12f5edcb51288fe8276beb55787d44212ec58_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:583564b251c3d3f65da998a257b9b2f4ec86ab2fdd8aaf8b95afe8f8b6661f1e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:c897dd63a6812376f286b28138efd843802e88399a37ac2fd13137ab316cfbc5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:57aba607f179b17672814e70d2f833a0eafccf5d29c6b52106c0732b8399f3d8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:73cecdc55d3360d0dc1965f7ed1499bd5314cc6a42c12933a3d7abee6f1260cf_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:14680fab9cb029bc5de012162b68d12142fa593ad739d56cc8429bd9443f3b78_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:2c9a1bf635561a34cfef29c3460cfd934bd5fb10fce2286b8d77177d549d8a1b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:5fe4a8979ff5830e9d9454fa75949c239b665fdf5965e8d3a79f60e7f6ff2c6b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:250c1b39f6eb21159e1c0ed5a3e866c75df811f900e12db268e1ebba474c4515_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:83000597e4b4717b218e07a7b68d5c39ad4a4964564a7a22cdb2256b3fa00f5a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:41bbcb3a16c6fa6db38f0cf7f373e08e1ad81e541c2413a0634db2c251f554bd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:3c9c88b87ebd49e6256bc9de4ede0ae4d9f78cab89d22ea15dab645c44db1eb0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:32572a42fdd1655894a44978c6c4ef3d3b29642c6e6b913f33572ed00cbffa5d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:26ab274e4c7b7038de4829a159c175247f0499a0d0d8ebac5661a7a465f9b6f8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:33947e67a3892273c159dc5ee4fe2b1b1082145f073905733974f29268427d97_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0e2c6a7aff29e2ab1417608c1a8e2598e63b88216ffbfd8dde6cea0389c9037f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:ec1af032ff666ae04558bbbe48f88f0376bd4b0480191fef45deeabc5e25aa79_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e7c44a5e356b1e31d983b421f692ac4b2521aae018953e807bdaf2e6d3849902_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:ff939391f26a83472d8c898003bca5c1aad336a4a68e1500ce1711fd489d6751_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:31ba8d2c6d21775eefeec42c55d6d23f6c9081380dbf2b6147d1c38b886de166_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:c377d9990c8b220ab1566350e16348a4c3e8f0efc490e3cf9b9e63a5002f0473_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:fd7cf2dbcd5a16e9ba009e7748d71bd4cce5420edea341f444f92ea5058e891f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:a0030672e0d64c8ab6b96d9dcf2fdffb002b6f918ee44382d972644a194cecde_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:28e6fd88f30674c2c073943d72c602eef34a1c88c31939f75f5b2e5d67911eca_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console-operator@sha256:befb102d48070110096e4fef087ff2043bd86fdd8afc66c216b484f4e4ad720f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console@sha256:f7cea5db815cfb15ab3556d127623a6618b721c06960c6382121d0b1ca27aca7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:a7de2f8ddb68b923891d926e35a14458dded13a0545d65b2d6813be6d550822b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-coredns@sha256:e7ccad4282195e456157b5d9a830fdab501c3a759b869d860e9b064b07d383a7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:575d30bc9c0644b0e61aaabdc1a67801fc57de6311f947aca2f9eace4a5638c1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:bc3f3d9ade84337ddea54661623e32f5ca7f00d524a3c3899c58b0a2bb3a2717_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:dce2115067bafa9989e572e1c061ac101cf0be143009eb80b802df8589e26d21_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:b539ced0691d0ec46d4dd3702718bba9f76ae9a95af1c5b96e6ca124dafb8db9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:f00fcad4d7ed9bc2398dde9c27a72eba5dec71fd6842a56d26b4a668a03593c2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:a3649e4af155923df4edccfa0bea847524ad94693fa0c4656f150f4694c84d81_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:a3649e4af155923df4edccfa0bea847524ad94693fa0c4656f150f4694c84d81_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:0f53d6cbe6bfe70ae81f2ab386b0d6876bf2fbe742f177273ad91a98473ddbbe_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:0f53d6cbe6bfe70ae81f2ab386b0d6876bf2fbe742f177273ad91a98473ddbbe_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:c07ffbc60b55308439d2d10f978c889f283843f7d9b9f81b9512cd92961b630e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:c07ffbc60b55308439d2d10f978c889f283843f7d9b9f81b9512cd92961b630e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:342869412a65c837ef9028caacb9ea728768e7a7b7cba8466cbda16f8c042b94_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:342869412a65c837ef9028caacb9ea728768e7a7b7cba8466cbda16f8c042b94_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:e14b1d80da74392a86ce184d60776ad06ee5a6a68e8e486d4973c7b228f5c9f5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:e14b1d80da74392a86ce184d60776ad06ee5a6a68e8e486d4973c7b228f5c9f5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:f7963b3fdb4c29248d38ad4acf6a6204a1441a344b4f776d9c0cb8f6a45358f2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:f7963b3fdb4c29248d38ad4acf6a6204a1441a344b4f776d9c0cb8f6a45358f2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:80dd2a14ea8633fb8aed9157b846868fa34ed837f1c5f3a1b1a8b1fd12345455_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:80dd2a14ea8633fb8aed9157b846868fa34ed837f1c5f3a1b1a8b1fd12345455_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:e1df4e7a984c093f8f14800de0b94e9acb0e4f81931ec2e4ebc83e15e89c908e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-deployer@sha256:0834aaf11436fd73efc50ba398ebf1f85dd67d45cc58c45520a4fd6ca96023f8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-builder@sha256:7c5b46d03b3592dd36772060e5b47252b5f4b7e3ae75b4d8c8fa7c9e8b3ba907_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-registry@sha256:07acc90f3facbbfa95290f6c7de42dbfd76264e6c1b29d354fd5240f59600607_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f58ddc3d3e941e38308cd8458782ea70760d8eaa624bf58ab00b2710fd8e2e11_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:283ca16245d3d9e27cf77cce0af0b6dd85875b953aaf6d5899e284654c2fd714_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:19db8d286548d94b6184540448dc5ace612d7e00a85441c56f656dc3ff26da41_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:9b7f1e2b9d7d849778e4f9d9d32273bdc8d9721f2693cf34e40af2a1fce23906_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:befd4ea3cc27cdb0a1095908840923f21d37ef1ff0fbc0f061b22a8b560e9176_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-haproxy-router@sha256:36000f3f216a88da7de4bb550b97bfe57b231d6bcad50c95212f362b1b281cbd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hyperkube@sha256:aeaded0f2d7852d274e9847709ff2b95797205f08beb008bdb40f3d6ea379162_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:5f2290a946cab1c44273346ada2b140a7055ce4df2252ff55013f922edb94005_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:f836b37e688d64bf5473433e9e5ed3a88fa5090b6602c95ccfe84b3b2fd541ef_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:1dd53626ecda0a87fdd38ad50be39a5a57de9afca2e17b18f1974b26030b6612_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:bbf640768f322e561379f02b51d7ccb7e6ac91cb062b6b79cb8fb370c343ecaa_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:7b59483fbd35a183ee68d7c02977b7c9bb141588958f5e8a1317f656aabe653d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:b1d43cb29f5d567d3a506678dbdcdaf280d38f2e591140e8958fcc4847758193_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:21327b9690eb856aa7290846c59190f13c879e974162ff2a993a231d09c59ea0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:6c0f784797be17413045841ea5a137182b52c88ffedf5f89b56c372f579e7459_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:e5e5c0d729d4fac001289e719144d7441cb5d9baa6cb5014eba1c58c6cd9a500_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer@sha256:eea673a3a67e18fe8c11bbeace6cf6a91807012177a153b6ba6f0d8c5dca0fb3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:43799c4665e93ce69b372703d539518dac08b29a971651a712498403ef0e4e33_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:28deefb17c63506eca2dd7dd26e734540755ba68b6cece21ac36e74c876cdd01_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:36e0aeaace4c89a3b5ebabf3368da59cb637a6c18bdaa5649d524176f9181389_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b9e2b94adeb6a5ef0f2ba5657d159c2cfc17beab899b509b0e4ca0152a745b2b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:352ca3b6fb3fde92b779a008585ef78b4de00c6397ff59723606342d3c4034e5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:b656ad76cf4e4555f1a9c2681350c09d61903dab479810c093ee28a7f8084cf7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-proxy@sha256:a37dc4c89beee14c76035bd7fe0f1359700a43cf76fcecf60d9313de0ac9c079_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:c800621253e0d2b26367ce027696d18bfa26f6a0ad60bbd51d3f2406fc63e11a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:39b533d909543e6b2a5c619e518f6504bfd423dfdb737ce27f29dff493b06721_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:73cbb59d30ef6a66d7f77b3f0f8a1c2d5c5e1463bf45f62ccd81b69c7cba1958_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:f5c42e5ae330fb03ad899a1d29a1c98385f4d17e16b9c4f1c1aa457b41dda2e3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:4243acb04291ed8a5a62998cad2254147f8e1a6bdfdc21e2b252a0dfb6fa0bc6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:f61f72c3aeb1b7ed48e2e612ad8d2d4ad24cfd75078683decedb853dadd1695d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:24274ccf494744dac6514d2b02d1095cff60b326d9dc1953a6cca5092b64663d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:135c0de132525b39ad3bae18d3062df40e211716c87934d628df16b9ef457a99_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:f5ef69cb2b33c872610c78664514b43725a68deea609bde98027e96e43e6e617_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:2ade492f1bdc749637dde9a7161ac8e8ec0c2b2ba9d0aa5bc7baf2eee6714995_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1ba5030be53136be8685146ed49af2bd07431c704e950de6df3b321b4468ea26_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:867ff97de11614fbbf71c24a162664ea5283a19342d0f18a90211e7da7c81039_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:e90d6ca9931c7fb698936822adb511a0ef533cbf5459a23a000663c2d6e3518b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:84e4c9b0fee76892b653a27e4c5f1041d9a60a701790eb5efa2c29c387acdc4e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-cni@sha256:cfd6f19b4ac45718a0cdd71e09dd12ee248c016111fbcc6326b4d1d67ddeb1ce_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:24c9d2b8160311fd01b3a93251c179a534b6012f38cebf7f0c275ba537b811be_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:9d356fec209c8a852a68d6af50e0f19565eacce99fe22bcfb85038fc750653bc_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:2cb9f324d3d235229f33e90b44f681c394db64bb0ee29cef306eeec9dd1a6145_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-must-gather@sha256:83075fbdd1e3d904a1af368739d22fd11edcee4be2ccaac0477c650ccbbbb416_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:90ace8178f105873a6c9d4d939823456bd24537cbbe48c3f0717a95f47961ced_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:90e3c2136efbfcbbcdc313ff5a5568b62dcee85588e99e079a4bd1673e5fa02f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:c0d3f6b6d0147db8c297fc4d8d8a0abeb4ff56e082e04a555d307c2b0700169a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:c8c45ff0e43a8d70305086618716e27115d3e92220e9e657479a99425baf2551_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:2456e46c6ca10cbfd0d9bf7afab8f09b09248e4b7bfb39fe6e0078d47c2ba2ac_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:ef93c16b94f38a4c31b2930c3fc89202d98a4c7250c8819aa1355c3f623a798f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:feb57bbd6e2eef485855293712b68d8858c87a10ccccbfa19ca38c8829fe617c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:46d406a89e433525bf7922fa1321dc39575817aaaf19aed51c2a20d1a78110b6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:0397a2e0e8f80a23f1b9e002e070478d14741ad785fbcacb4598a9ea444aca8c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:50cbd0585ecd2dcaf46aa708cb1adbe8991a62875961170741bd6bf0ee220073_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:9777360b0924b6df15662603adf456fcae56759610948b32c81f30af4a80eb20_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:1295a0198ee68f7c4379a0648ee3b1ec3fe47a318f7940e09e7fca8b8e94ed55_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:501d01af9579c7b8b0eabd9e77fd65090b2613666dd4252e4bbacefd1d6c6f9e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:929167beb3e1cefead0ef3386b7e0e08d8ac11829ae93ae9c71424fecdad5429_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:f9d5842f34dd4b40cd136a2b75a50661d37b3e061da36464ef09ecb2336e47e5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-registry@sha256:9cf8ac284094c301776d15adf6cdfac31c7620310990174aa9370c00c60e7e03_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f2f4ef85165f4320ed589f5fd7aecfcf7bfbd0cb2495f80b2301b10456b8fa6a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c246e57f9e631aa2b6a81f8d1d317fd72aa2d79572bf1b5abc4e1a335630e4c0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:768c77402d66f0fd124f08c991fb2844524aee494ca69717a319034e966236c5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:768c77402d66f0fd124f08c991fb2844524aee494ca69717a319034e966236c5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-pod@sha256:c61dacde2c679002f021badfcd0ada878c876ead91300afe5b02cd5106e60929_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:fe3490acd214124cc3b16f12aee750b51c31b82dec27677d5f1f1d6006384486_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:895b8e6db934c0adf91ddb45910a5c763747bb35849f4bb0f89d2e59e5a44efd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:cf046ad7f3e2c36075c6731c9e10a99b71d1d2aa31c21d03f225f5ccf101b5bb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:29cc7f01897c5736a59869194ec2f4be180571d73d4ff16e6c6129d431c4ffb9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:1f98e91f1f583a7461a769af8fa9b3ea4f100cc1c61b0e2efef975d0aca998e3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:86dd87674a5a7361f94381bb5fe49206b1cc05adfd91856f461793159db0d6aa_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:72e3a0e442d54265f72558423eac460b5d36e97394bebae6906507628f2a0d29_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:07dda14100a0c42e6e94df292cfd40105f667586e0bad1fc1fb1dfa9e4247fc1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:42c87f1a20074c0e2d0f15cd519f9da60e3faa7c487027fd47eb978442d02044_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:5729cf1a8acac396c3a3e04f1262c163bd4b17ee7e0ec0958b572bba1fb086d4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:acbcfacb0e781086b198ddf950bcb6350f30c3e88c71f2d0a46db2bc739dbe64_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:b33ba4396eb28cf4ceac84ff9f2f3e32fec8cb23bf8d289b121703a0493d55b4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-telemeter@sha256:589f69587068e199229d1bbad67d38f95a71fe70d9a3559fb53631e817bf9f6d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tests@sha256:66aaa9ed5ad47eaa59d000a751f89be09f1f3fb624ad7fd89ccacee9abbde0ff_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:b5e7ec027eb40af4e7f84288b77c8ff3abb3a24b5addb14f1e8d4d1cfb877950_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:46eafe9d4578c2404b3957ef153d590071405ebf866bfaa2d0899b2a62a68583_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:308f86155f1da9dcdb7181a558ba7207a738446496935cdc0d8069b3f54c60ec_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:0060e426e627908662ab21ed9148a7e8dcb7f267277a32a37e707c099dcb28c8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:01227169a8681f9d6a64a98f127e4b4b975cb3f876e0246845a1831f15d1b69d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:e9cbf2f3ea726c040b640666be64337de62615d0584a51320d74dc30eb2278f5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:4e195928f2185a84c1a2173b5283c5ba815e31cb7be2ca1b97d7e2d9979463f7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:e7f07cf41b913bf2ec97edf4850037903636246b3d89a8bc3567954e16253f1a_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418900"
}
],
"notes": [
{
"category": "description",
"text": "A denial-of-service vulnerability in github.com/sirupsen/logrus occurs when Entry.Writer() processes a single-line payload larger than 64KB with no newline characters. Due to a limitation in Go\u2019s internal bufio.Scanner, the read operation fails with a \u201ctoken too long\u201d error, causing the underlying writer pipe to close. In affected versions, this leaves the Writer interface unusable and can disrupt logging functionality, potentially degrading application availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/sirupsen/logrus: github.com/sirupsen/logrus: Denial-of-Service due to large single-line payload",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is categorized as Moderate because its impact is limited to the logging subsystem and requires a specific, non-default usage pattern to trigger\u2014namely, sending a single unbounded line exceeding 64KB through Entry.Writer(). Most Logrus deployments do not expose this interface directly to attacker-controlled input, which raises the attack complexity and reduces realistic exploitability. Additionally, the flaw does not affect confidentiality or integrity, nor does it allow code execution or privilege escalation. The failure results in a controlled degradation of availability (logging becoming non-functional), rather than a broader application outage or systemic compromise. These constrained conditions and limited real-world impact justify treating the issue as moderate rather than important.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:083584adcc1c6a9cfc44fd121f6b5a80caf847d6ef41457243d68e832512e137_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:54b979557a2a31632abd90d27f77310ee866257c66d3ff86ab07f82f6be8a4d1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:43b3644d657ead5a217f7bd35e3c4b02e48a5e03eaabe09ff30a378c5652754f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:c2cba3de0e496b73b9d2e95d3700900fb526ecd85f674097ee8a08472f78b46b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:34b70342a3669b1a820663ab867ca29102c31703a6e5cdd6825a50d42d82008b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:1849fed518271f3aba98faa3c201ee6c6fcd593928c033dee9e16ec8aabdb9bf_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:55a2e025fa317265cda649315ae4df180cc1a44623dbf6352763a84137980125_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ecd696fc927e740d1c1130a2adba73612d012bb942009213ea45da117d14e506_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus@sha256:a1ce1e246ccfdceaf97967056a2d4cc4fa9f3f968a866e3b12b817bafb90ed31_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:9b09fd9998846c82c0d3709e766b186aae227c04bd10f8522dbd3dad7340d4ab_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:0060e426e627908662ab21ed9148a7e8dcb7f267277a32a37e707c099dcb28c8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:01227169a8681f9d6a64a98f127e4b4b975cb3f876e0246845a1831f15d1b69d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:ac9b992d63959fcb84403808e0ca8be5afa5f1394f5f7b7e33e9f4f5b0c027bb_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:35898248f7a14e2f4945b95779cbacf3ada75ccf957fb9d59c43ea722bc659c7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5e74ca1fb7ca13bdfe660c8681f60b1a1b83bf47379b35f6951ab2f5b2cab2fd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:c2836249c662fa1cb5e015249eb8c16ab6687c7ddc2c67217cf69e28cae0a217_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:ba829a48000d32000fab969e21e82fc8641cd46b5e6d2afc85f72702cc6119c5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/network-tools-rhel8@sha256:f4e785f3669d3fb96edbaa7adfa3cb521cdeb7ed5d7993ce9e1f4a9721bc0737_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:fae18193723926211ba4289b50cc375ac3c068c42f6d2b217129800386fe21ba_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:80c130d5174d2cd8dee63f7dfb4be33f469ab59fb6697309b22d21661ce44a5b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:66a8fac2ef6c846b32c9700ec6afcde4e32a21af2d07f7b30659f26cc48706fb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8a212f4355a2a8f849338a59da65568844d698a8b3cbb0795434ef4c02d1bbb0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:f1e5896ac59d4654c49d24bc10545de1dc7237d19be3fa085f51cc295bba8b9e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:3a5cd797ddbfdb2f582b6983da722786a5f4362461a10fef0ac46f4ac44247aa_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:2267a4a1128b1a10acc478b545eb1468be4272827eb199c29078eae131009703_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:4ce6b9f7acd9845e5598ec60436a09816f88b2394d5faf067092e6b2ad55e6af_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:8dd2047eacd8c4e28ee860ead50b3e2dfe919409cf4f4f0089500673c4c2115c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:1b533418cf6e29fd9acd5fec98daa7384db18c113cecd50040255df6fa6c70ad_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:0e7793d19afe307a7fa2754e16c267f410c2d5362139685bb2e4148df9ab30cb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:9aecbcf45141fa7050adfb9a74f9b76d5087cca447ca9c9a195b10999342b175_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:7f10c0a4faa2ddd19393b919ccbd318aac29510f393810874b4f2a1b1c97f62e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:8eb433372e8f658534cfe2b078eb9204fd00cb083605e34a8eef0276991e8c9c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:d163535a1b6fa970c89520be9563634fdabb1aa1d34d36d0ae05f10ce863b776_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:5313b5d9ad508eaf0dcda247e2468eea0d6caeb29484ba9b2e6818786a606f28_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:0e56897a6f11eaffa74bd469bbcac436df28d87ec8c8a196d175d0746f5a9596_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:ad11837c6ed8937a655fe1460b8d15a1e0f5d94a09c93c84feb946d6379630dd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:5a0bf200b9eababf1a55d0ab8719ad0f8bfc572ecc35663805d3155e3952719a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:057bb3e3fbd95ce088b357660eda2b3f82ebf5481e6ebccec0462f2bebb3051d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:d332f5286418298193a0e99016c44b267c501a9b291db732356a1b0f2f18c8b7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:7906d8950dad6dc9768bfd51ac83c752cdab1df66e3c1628bfd326d9cfd838bd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:8e16fd6ae86d5eea7b38887a2d419d930114a8f7f20fd30fe0975460660e8e3b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:a2971c9028fac596e1297f4f0d6287194a059f0572ee4793810fb8162919b653_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:f1a041095c2e2d9a2fd9d6a80d4fcd8f8bf7469b415ddf11d5191b663630bd7b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli@sha256:427850f7d549fc3ee678214f8790c5abcda62f42821dcc26c104fd7f95db32cd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:9b1ae658b537e817a7bb0ad9a0af7adc94bd438769dd422917d8d9d562168798_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:00c969247be5aaa136a6e1adb3759f8265ccd938924b04af3d30fb3b750ddf24_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:b02188a9d5d9c2fed2c5c4256128f479f211d823a40db8b49d53895e099a67f5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:5d97eb48ecd759cda39f9726b9dc88af30603d48e724c8d7e3b8a5a4be0b66e7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:165412b8785ce00b28cf32b463fbce2d8df0aea955278df2a2978c218a4e3c8d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:e2845175cfcda7fcbf6b883ee5810606b2fef322b5212897c55bb0e14d5078f9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:bb634e360d469fe796f71e7de263a0050bbdc417cee6f0e186769b46eb426cd3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5e6a0d1c09e83d13ca1df1be3a390f30d151740a81e244ac3816dbafdb321280_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:5e6a0d1c09e83d13ca1df1be3a390f30d151740a81e244ac3816dbafdb321280_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:3be2ba30a85e8d823db37135df5ea0172b1df5841bb2d5dd254dc1e2788e5744_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:4d83dc89159ed2990afa1e3a67c12f5edcb51288fe8276beb55787d44212ec58_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:583564b251c3d3f65da998a257b9b2f4ec86ab2fdd8aaf8b95afe8f8b6661f1e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:c897dd63a6812376f286b28138efd843802e88399a37ac2fd13137ab316cfbc5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:57aba607f179b17672814e70d2f833a0eafccf5d29c6b52106c0732b8399f3d8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:73cecdc55d3360d0dc1965f7ed1499bd5314cc6a42c12933a3d7abee6f1260cf_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:14680fab9cb029bc5de012162b68d12142fa593ad739d56cc8429bd9443f3b78_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:2c9a1bf635561a34cfef29c3460cfd934bd5fb10fce2286b8d77177d549d8a1b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:5fe4a8979ff5830e9d9454fa75949c239b665fdf5965e8d3a79f60e7f6ff2c6b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:250c1b39f6eb21159e1c0ed5a3e866c75df811f900e12db268e1ebba474c4515_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:83000597e4b4717b218e07a7b68d5c39ad4a4964564a7a22cdb2256b3fa00f5a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:41bbcb3a16c6fa6db38f0cf7f373e08e1ad81e541c2413a0634db2c251f554bd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:3c9c88b87ebd49e6256bc9de4ede0ae4d9f78cab89d22ea15dab645c44db1eb0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:32572a42fdd1655894a44978c6c4ef3d3b29642c6e6b913f33572ed00cbffa5d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:26ab274e4c7b7038de4829a159c175247f0499a0d0d8ebac5661a7a465f9b6f8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:33947e67a3892273c159dc5ee4fe2b1b1082145f073905733974f29268427d97_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0e2c6a7aff29e2ab1417608c1a8e2598e63b88216ffbfd8dde6cea0389c9037f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:ec1af032ff666ae04558bbbe48f88f0376bd4b0480191fef45deeabc5e25aa79_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e7c44a5e356b1e31d983b421f692ac4b2521aae018953e807bdaf2e6d3849902_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:ff939391f26a83472d8c898003bca5c1aad336a4a68e1500ce1711fd489d6751_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:31ba8d2c6d21775eefeec42c55d6d23f6c9081380dbf2b6147d1c38b886de166_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:c377d9990c8b220ab1566350e16348a4c3e8f0efc490e3cf9b9e63a5002f0473_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:fd7cf2dbcd5a16e9ba009e7748d71bd4cce5420edea341f444f92ea5058e891f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:a0030672e0d64c8ab6b96d9dcf2fdffb002b6f918ee44382d972644a194cecde_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:28e6fd88f30674c2c073943d72c602eef34a1c88c31939f75f5b2e5d67911eca_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console-operator@sha256:befb102d48070110096e4fef087ff2043bd86fdd8afc66c216b484f4e4ad720f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console@sha256:f7cea5db815cfb15ab3556d127623a6618b721c06960c6382121d0b1ca27aca7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:a7de2f8ddb68b923891d926e35a14458dded13a0545d65b2d6813be6d550822b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-coredns@sha256:e7ccad4282195e456157b5d9a830fdab501c3a759b869d860e9b064b07d383a7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:575d30bc9c0644b0e61aaabdc1a67801fc57de6311f947aca2f9eace4a5638c1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:bc3f3d9ade84337ddea54661623e32f5ca7f00d524a3c3899c58b0a2bb3a2717_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:dce2115067bafa9989e572e1c061ac101cf0be143009eb80b802df8589e26d21_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:b539ced0691d0ec46d4dd3702718bba9f76ae9a95af1c5b96e6ca124dafb8db9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:f00fcad4d7ed9bc2398dde9c27a72eba5dec71fd6842a56d26b4a668a03593c2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:a3649e4af155923df4edccfa0bea847524ad94693fa0c4656f150f4694c84d81_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:a3649e4af155923df4edccfa0bea847524ad94693fa0c4656f150f4694c84d81_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:0f53d6cbe6bfe70ae81f2ab386b0d6876bf2fbe742f177273ad91a98473ddbbe_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:0f53d6cbe6bfe70ae81f2ab386b0d6876bf2fbe742f177273ad91a98473ddbbe_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:c07ffbc60b55308439d2d10f978c889f283843f7d9b9f81b9512cd92961b630e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:c07ffbc60b55308439d2d10f978c889f283843f7d9b9f81b9512cd92961b630e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:342869412a65c837ef9028caacb9ea728768e7a7b7cba8466cbda16f8c042b94_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:342869412a65c837ef9028caacb9ea728768e7a7b7cba8466cbda16f8c042b94_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:e14b1d80da74392a86ce184d60776ad06ee5a6a68e8e486d4973c7b228f5c9f5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:e14b1d80da74392a86ce184d60776ad06ee5a6a68e8e486d4973c7b228f5c9f5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:f7963b3fdb4c29248d38ad4acf6a6204a1441a344b4f776d9c0cb8f6a45358f2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:f7963b3fdb4c29248d38ad4acf6a6204a1441a344b4f776d9c0cb8f6a45358f2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:80dd2a14ea8633fb8aed9157b846868fa34ed837f1c5f3a1b1a8b1fd12345455_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:80dd2a14ea8633fb8aed9157b846868fa34ed837f1c5f3a1b1a8b1fd12345455_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:e1df4e7a984c093f8f14800de0b94e9acb0e4f81931ec2e4ebc83e15e89c908e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-deployer@sha256:0834aaf11436fd73efc50ba398ebf1f85dd67d45cc58c45520a4fd6ca96023f8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-builder@sha256:7c5b46d03b3592dd36772060e5b47252b5f4b7e3ae75b4d8c8fa7c9e8b3ba907_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-registry@sha256:07acc90f3facbbfa95290f6c7de42dbfd76264e6c1b29d354fd5240f59600607_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f58ddc3d3e941e38308cd8458782ea70760d8eaa624bf58ab00b2710fd8e2e11_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:283ca16245d3d9e27cf77cce0af0b6dd85875b953aaf6d5899e284654c2fd714_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:19db8d286548d94b6184540448dc5ace612d7e00a85441c56f656dc3ff26da41_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:9b7f1e2b9d7d849778e4f9d9d32273bdc8d9721f2693cf34e40af2a1fce23906_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:befd4ea3cc27cdb0a1095908840923f21d37ef1ff0fbc0f061b22a8b560e9176_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-haproxy-router@sha256:36000f3f216a88da7de4bb550b97bfe57b231d6bcad50c95212f362b1b281cbd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hyperkube@sha256:aeaded0f2d7852d274e9847709ff2b95797205f08beb008bdb40f3d6ea379162_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:5f2290a946cab1c44273346ada2b140a7055ce4df2252ff55013f922edb94005_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:f836b37e688d64bf5473433e9e5ed3a88fa5090b6602c95ccfe84b3b2fd541ef_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:1dd53626ecda0a87fdd38ad50be39a5a57de9afca2e17b18f1974b26030b6612_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:bbf640768f322e561379f02b51d7ccb7e6ac91cb062b6b79cb8fb370c343ecaa_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:7b59483fbd35a183ee68d7c02977b7c9bb141588958f5e8a1317f656aabe653d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:b1d43cb29f5d567d3a506678dbdcdaf280d38f2e591140e8958fcc4847758193_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:21327b9690eb856aa7290846c59190f13c879e974162ff2a993a231d09c59ea0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:6c0f784797be17413045841ea5a137182b52c88ffedf5f89b56c372f579e7459_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:e5e5c0d729d4fac001289e719144d7441cb5d9baa6cb5014eba1c58c6cd9a500_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer@sha256:eea673a3a67e18fe8c11bbeace6cf6a91807012177a153b6ba6f0d8c5dca0fb3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:43799c4665e93ce69b372703d539518dac08b29a971651a712498403ef0e4e33_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:28deefb17c63506eca2dd7dd26e734540755ba68b6cece21ac36e74c876cdd01_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:36e0aeaace4c89a3b5ebabf3368da59cb637a6c18bdaa5649d524176f9181389_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b9e2b94adeb6a5ef0f2ba5657d159c2cfc17beab899b509b0e4ca0152a745b2b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:352ca3b6fb3fde92b779a008585ef78b4de00c6397ff59723606342d3c4034e5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:b656ad76cf4e4555f1a9c2681350c09d61903dab479810c093ee28a7f8084cf7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-proxy@sha256:a37dc4c89beee14c76035bd7fe0f1359700a43cf76fcecf60d9313de0ac9c079_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:c800621253e0d2b26367ce027696d18bfa26f6a0ad60bbd51d3f2406fc63e11a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:39b533d909543e6b2a5c619e518f6504bfd423dfdb737ce27f29dff493b06721_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:73cbb59d30ef6a66d7f77b3f0f8a1c2d5c5e1463bf45f62ccd81b69c7cba1958_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:f5c42e5ae330fb03ad899a1d29a1c98385f4d17e16b9c4f1c1aa457b41dda2e3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:4243acb04291ed8a5a62998cad2254147f8e1a6bdfdc21e2b252a0dfb6fa0bc6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:f61f72c3aeb1b7ed48e2e612ad8d2d4ad24cfd75078683decedb853dadd1695d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:24274ccf494744dac6514d2b02d1095cff60b326d9dc1953a6cca5092b64663d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:135c0de132525b39ad3bae18d3062df40e211716c87934d628df16b9ef457a99_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:f5ef69cb2b33c872610c78664514b43725a68deea609bde98027e96e43e6e617_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:2ade492f1bdc749637dde9a7161ac8e8ec0c2b2ba9d0aa5bc7baf2eee6714995_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1ba5030be53136be8685146ed49af2bd07431c704e950de6df3b321b4468ea26_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:867ff97de11614fbbf71c24a162664ea5283a19342d0f18a90211e7da7c81039_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:e90d6ca9931c7fb698936822adb511a0ef533cbf5459a23a000663c2d6e3518b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:84e4c9b0fee76892b653a27e4c5f1041d9a60a701790eb5efa2c29c387acdc4e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-cni@sha256:cfd6f19b4ac45718a0cdd71e09dd12ee248c016111fbcc6326b4d1d67ddeb1ce_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:24c9d2b8160311fd01b3a93251c179a534b6012f38cebf7f0c275ba537b811be_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:9d356fec209c8a852a68d6af50e0f19565eacce99fe22bcfb85038fc750653bc_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:2cb9f324d3d235229f33e90b44f681c394db64bb0ee29cef306eeec9dd1a6145_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-must-gather@sha256:83075fbdd1e3d904a1af368739d22fd11edcee4be2ccaac0477c650ccbbbb416_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:90ace8178f105873a6c9d4d939823456bd24537cbbe48c3f0717a95f47961ced_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:90e3c2136efbfcbbcdc313ff5a5568b62dcee85588e99e079a4bd1673e5fa02f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:c0d3f6b6d0147db8c297fc4d8d8a0abeb4ff56e082e04a555d307c2b0700169a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:c8c45ff0e43a8d70305086618716e27115d3e92220e9e657479a99425baf2551_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:2456e46c6ca10cbfd0d9bf7afab8f09b09248e4b7bfb39fe6e0078d47c2ba2ac_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:ef93c16b94f38a4c31b2930c3fc89202d98a4c7250c8819aa1355c3f623a798f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:feb57bbd6e2eef485855293712b68d8858c87a10ccccbfa19ca38c8829fe617c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:46d406a89e433525bf7922fa1321dc39575817aaaf19aed51c2a20d1a78110b6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:0397a2e0e8f80a23f1b9e002e070478d14741ad785fbcacb4598a9ea444aca8c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:50cbd0585ecd2dcaf46aa708cb1adbe8991a62875961170741bd6bf0ee220073_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:9777360b0924b6df15662603adf456fcae56759610948b32c81f30af4a80eb20_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:1295a0198ee68f7c4379a0648ee3b1ec3fe47a318f7940e09e7fca8b8e94ed55_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:501d01af9579c7b8b0eabd9e77fd65090b2613666dd4252e4bbacefd1d6c6f9e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:929167beb3e1cefead0ef3386b7e0e08d8ac11829ae93ae9c71424fecdad5429_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:f9d5842f34dd4b40cd136a2b75a50661d37b3e061da36464ef09ecb2336e47e5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-registry@sha256:9cf8ac284094c301776d15adf6cdfac31c7620310990174aa9370c00c60e7e03_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f2f4ef85165f4320ed589f5fd7aecfcf7bfbd0cb2495f80b2301b10456b8fa6a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c246e57f9e631aa2b6a81f8d1d317fd72aa2d79572bf1b5abc4e1a335630e4c0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:768c77402d66f0fd124f08c991fb2844524aee494ca69717a319034e966236c5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:768c77402d66f0fd124f08c991fb2844524aee494ca69717a319034e966236c5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-pod@sha256:c61dacde2c679002f021badfcd0ada878c876ead91300afe5b02cd5106e60929_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:fe3490acd214124cc3b16f12aee750b51c31b82dec27677d5f1f1d6006384486_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:895b8e6db934c0adf91ddb45910a5c763747bb35849f4bb0f89d2e59e5a44efd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:cf046ad7f3e2c36075c6731c9e10a99b71d1d2aa31c21d03f225f5ccf101b5bb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:29cc7f01897c5736a59869194ec2f4be180571d73d4ff16e6c6129d431c4ffb9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:1f98e91f1f583a7461a769af8fa9b3ea4f100cc1c61b0e2efef975d0aca998e3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:86dd87674a5a7361f94381bb5fe49206b1cc05adfd91856f461793159db0d6aa_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:72e3a0e442d54265f72558423eac460b5d36e97394bebae6906507628f2a0d29_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:07dda14100a0c42e6e94df292cfd40105f667586e0bad1fc1fb1dfa9e4247fc1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:42c87f1a20074c0e2d0f15cd519f9da60e3faa7c487027fd47eb978442d02044_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:5729cf1a8acac396c3a3e04f1262c163bd4b17ee7e0ec0958b572bba1fb086d4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:acbcfacb0e781086b198ddf950bcb6350f30c3e88c71f2d0a46db2bc739dbe64_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:b33ba4396eb28cf4ceac84ff9f2f3e32fec8cb23bf8d289b121703a0493d55b4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-telemeter@sha256:589f69587068e199229d1bbad67d38f95a71fe70d9a3559fb53631e817bf9f6d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tests@sha256:66aaa9ed5ad47eaa59d000a751f89be09f1f3fb624ad7fd89ccacee9abbde0ff_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:b5e7ec027eb40af4e7f84288b77c8ff3abb3a24b5addb14f1e8d4d1cfb877950_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:46eafe9d4578c2404b3957ef153d590071405ebf866bfaa2d0899b2a62a68583_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:308f86155f1da9dcdb7181a558ba7207a738446496935cdc0d8069b3f54c60ec_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:0060e426e627908662ab21ed9148a7e8dcb7f267277a32a37e707c099dcb28c8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:01227169a8681f9d6a64a98f127e4b4b975cb3f876e0246845a1831f15d1b69d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:e9cbf2f3ea726c040b640666be64337de62615d0584a51320d74dc30eb2278f5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:4e195928f2185a84c1a2173b5283c5ba815e31cb7be2ca1b97d7e2d9979463f7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:e7f07cf41b913bf2ec97edf4850037903636246b3d89a8bc3567954e16253f1a_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-65637"
},
{
"category": "external",
"summary": "RHBZ#2418900",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418900"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-65637",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-65637"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-65637",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-65637"
},
{
"category": "external",
"summary": "https://github.com/mjuanxd/logrus-dos-poc",
"url": "https://github.com/mjuanxd/logrus-dos-poc"
},
{
"category": "external",
"summary": "https://github.com/mjuanxd/logrus-dos-poc/blob/main/README.md",
"url": "https://github.com/mjuanxd/logrus-dos-poc/blob/main/README.md"
},
{
"category": "external",
"summary": "https://github.com/sirupsen/logrus/issues/1370",
"url": "https://github.com/sirupsen/logrus/issues/1370"
},
{
"category": "external",
"summary": "https://github.com/sirupsen/logrus/pull/1376",
"url": "https://github.com/sirupsen/logrus/pull/1376"
},
{
"category": "external",
"summary": "https://github.com/sirupsen/logrus/releases/tag/v1.8.3",
"url": "https://github.com/sirupsen/logrus/releases/tag/v1.8.3"
},
{
"category": "external",
"summary": "https://github.com/sirupsen/logrus/releases/tag/v1.9.1",
"url": "https://github.com/sirupsen/logrus/releases/tag/v1.9.1"
},
{
"category": "external",
"summary": "https://github.com/sirupsen/logrus/releases/tag/v1.9.3",
"url": "https://github.com/sirupsen/logrus/releases/tag/v1.9.3"
},
{
"category": "external",
"summary": "https://security.snyk.io/vuln/SNYK-GOLANG-GITHUBCOMSIRUPSENLOGRUS-5564391",
"url": "https://security.snyk.io/vuln/SNYK-GOLANG-GITHUBCOMSIRUPSENLOGRUS-5564391"
}
],
"release_date": "2025-12-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-05T10:40:18+00:00",
"details": "For OpenShift Container Platform 4.13 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.13/html/release_notes\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64 architecture. The image digest may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\n The sha value for the release is as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:a7c362225f22ef51feca9c9959409ffc5f8308a9ecc06ed2cc39b31668327eba\n\nAll OpenShift Container Platform 4.13 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.13/html-single/updating_clusters/index#updating-cluster-within-minor.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:083584adcc1c6a9cfc44fd121f6b5a80caf847d6ef41457243d68e832512e137_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:54b979557a2a31632abd90d27f77310ee866257c66d3ff86ab07f82f6be8a4d1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:43b3644d657ead5a217f7bd35e3c4b02e48a5e03eaabe09ff30a378c5652754f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:c2cba3de0e496b73b9d2e95d3700900fb526ecd85f674097ee8a08472f78b46b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:34b70342a3669b1a820663ab867ca29102c31703a6e5cdd6825a50d42d82008b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:1849fed518271f3aba98faa3c201ee6c6fcd593928c033dee9e16ec8aabdb9bf_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:55a2e025fa317265cda649315ae4df180cc1a44623dbf6352763a84137980125_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ecd696fc927e740d1c1130a2adba73612d012bb942009213ea45da117d14e506_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus@sha256:a1ce1e246ccfdceaf97967056a2d4cc4fa9f3f968a866e3b12b817bafb90ed31_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:9b09fd9998846c82c0d3709e766b186aae227c04bd10f8522dbd3dad7340d4ab_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:0060e426e627908662ab21ed9148a7e8dcb7f267277a32a37e707c099dcb28c8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:01227169a8681f9d6a64a98f127e4b4b975cb3f876e0246845a1831f15d1b69d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:ac9b992d63959fcb84403808e0ca8be5afa5f1394f5f7b7e33e9f4f5b0c027bb_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3422"
},
{
"category": "workaround",
"details": "Mitigation is either unavailable or does not meet Red Hat Product Security standards for usability, deployment, applicability, or stability.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:35898248f7a14e2f4945b95779cbacf3ada75ccf957fb9d59c43ea722bc659c7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5e74ca1fb7ca13bdfe660c8681f60b1a1b83bf47379b35f6951ab2f5b2cab2fd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:c2836249c662fa1cb5e015249eb8c16ab6687c7ddc2c67217cf69e28cae0a217_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:ba829a48000d32000fab969e21e82fc8641cd46b5e6d2afc85f72702cc6119c5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/network-tools-rhel8@sha256:f4e785f3669d3fb96edbaa7adfa3cb521cdeb7ed5d7993ce9e1f4a9721bc0737_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:fae18193723926211ba4289b50cc375ac3c068c42f6d2b217129800386fe21ba_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:80c130d5174d2cd8dee63f7dfb4be33f469ab59fb6697309b22d21661ce44a5b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:66a8fac2ef6c846b32c9700ec6afcde4e32a21af2d07f7b30659f26cc48706fb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8a212f4355a2a8f849338a59da65568844d698a8b3cbb0795434ef4c02d1bbb0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:083584adcc1c6a9cfc44fd121f6b5a80caf847d6ef41457243d68e832512e137_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:f1e5896ac59d4654c49d24bc10545de1dc7237d19be3fa085f51cc295bba8b9e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:3a5cd797ddbfdb2f582b6983da722786a5f4362461a10fef0ac46f4ac44247aa_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:2267a4a1128b1a10acc478b545eb1468be4272827eb199c29078eae131009703_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:4ce6b9f7acd9845e5598ec60436a09816f88b2394d5faf067092e6b2ad55e6af_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:8dd2047eacd8c4e28ee860ead50b3e2dfe919409cf4f4f0089500673c4c2115c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:1b533418cf6e29fd9acd5fec98daa7384db18c113cecd50040255df6fa6c70ad_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:0e7793d19afe307a7fa2754e16c267f410c2d5362139685bb2e4148df9ab30cb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:9aecbcf45141fa7050adfb9a74f9b76d5087cca447ca9c9a195b10999342b175_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:54b979557a2a31632abd90d27f77310ee866257c66d3ff86ab07f82f6be8a4d1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:7f10c0a4faa2ddd19393b919ccbd318aac29510f393810874b4f2a1b1c97f62e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:8eb433372e8f658534cfe2b078eb9204fd00cb083605e34a8eef0276991e8c9c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:d163535a1b6fa970c89520be9563634fdabb1aa1d34d36d0ae05f10ce863b776_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:5313b5d9ad508eaf0dcda247e2468eea0d6caeb29484ba9b2e6818786a606f28_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:0e56897a6f11eaffa74bd469bbcac436df28d87ec8c8a196d175d0746f5a9596_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:ad11837c6ed8937a655fe1460b8d15a1e0f5d94a09c93c84feb946d6379630dd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:5a0bf200b9eababf1a55d0ab8719ad0f8bfc572ecc35663805d3155e3952719a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:43b3644d657ead5a217f7bd35e3c4b02e48a5e03eaabe09ff30a378c5652754f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:057bb3e3fbd95ce088b357660eda2b3f82ebf5481e6ebccec0462f2bebb3051d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:d332f5286418298193a0e99016c44b267c501a9b291db732356a1b0f2f18c8b7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:7906d8950dad6dc9768bfd51ac83c752cdab1df66e3c1628bfd326d9cfd838bd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:8e16fd6ae86d5eea7b38887a2d419d930114a8f7f20fd30fe0975460660e8e3b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:a2971c9028fac596e1297f4f0d6287194a059f0572ee4793810fb8162919b653_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:f1a041095c2e2d9a2fd9d6a80d4fcd8f8bf7469b415ddf11d5191b663630bd7b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli@sha256:427850f7d549fc3ee678214f8790c5abcda62f42821dcc26c104fd7f95db32cd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:9b1ae658b537e817a7bb0ad9a0af7adc94bd438769dd422917d8d9d562168798_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:00c969247be5aaa136a6e1adb3759f8265ccd938924b04af3d30fb3b750ddf24_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:b02188a9d5d9c2fed2c5c4256128f479f211d823a40db8b49d53895e099a67f5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:5d97eb48ecd759cda39f9726b9dc88af30603d48e724c8d7e3b8a5a4be0b66e7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:165412b8785ce00b28cf32b463fbce2d8df0aea955278df2a2978c218a4e3c8d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:e2845175cfcda7fcbf6b883ee5810606b2fef322b5212897c55bb0e14d5078f9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:bb634e360d469fe796f71e7de263a0050bbdc417cee6f0e186769b46eb426cd3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5e6a0d1c09e83d13ca1df1be3a390f30d151740a81e244ac3816dbafdb321280_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:5e6a0d1c09e83d13ca1df1be3a390f30d151740a81e244ac3816dbafdb321280_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:3be2ba30a85e8d823db37135df5ea0172b1df5841bb2d5dd254dc1e2788e5744_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:4d83dc89159ed2990afa1e3a67c12f5edcb51288fe8276beb55787d44212ec58_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:583564b251c3d3f65da998a257b9b2f4ec86ab2fdd8aaf8b95afe8f8b6661f1e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:c897dd63a6812376f286b28138efd843802e88399a37ac2fd13137ab316cfbc5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:57aba607f179b17672814e70d2f833a0eafccf5d29c6b52106c0732b8399f3d8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:73cecdc55d3360d0dc1965f7ed1499bd5314cc6a42c12933a3d7abee6f1260cf_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:14680fab9cb029bc5de012162b68d12142fa593ad739d56cc8429bd9443f3b78_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:2c9a1bf635561a34cfef29c3460cfd934bd5fb10fce2286b8d77177d549d8a1b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:5fe4a8979ff5830e9d9454fa75949c239b665fdf5965e8d3a79f60e7f6ff2c6b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:250c1b39f6eb21159e1c0ed5a3e866c75df811f900e12db268e1ebba474c4515_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:83000597e4b4717b218e07a7b68d5c39ad4a4964564a7a22cdb2256b3fa00f5a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:41bbcb3a16c6fa6db38f0cf7f373e08e1ad81e541c2413a0634db2c251f554bd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:3c9c88b87ebd49e6256bc9de4ede0ae4d9f78cab89d22ea15dab645c44db1eb0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:32572a42fdd1655894a44978c6c4ef3d3b29642c6e6b913f33572ed00cbffa5d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:26ab274e4c7b7038de4829a159c175247f0499a0d0d8ebac5661a7a465f9b6f8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:33947e67a3892273c159dc5ee4fe2b1b1082145f073905733974f29268427d97_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0e2c6a7aff29e2ab1417608c1a8e2598e63b88216ffbfd8dde6cea0389c9037f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:ec1af032ff666ae04558bbbe48f88f0376bd4b0480191fef45deeabc5e25aa79_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e7c44a5e356b1e31d983b421f692ac4b2521aae018953e807bdaf2e6d3849902_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:ff939391f26a83472d8c898003bca5c1aad336a4a68e1500ce1711fd489d6751_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:31ba8d2c6d21775eefeec42c55d6d23f6c9081380dbf2b6147d1c38b886de166_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:c377d9990c8b220ab1566350e16348a4c3e8f0efc490e3cf9b9e63a5002f0473_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:c2cba3de0e496b73b9d2e95d3700900fb526ecd85f674097ee8a08472f78b46b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:fd7cf2dbcd5a16e9ba009e7748d71bd4cce5420edea341f444f92ea5058e891f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:a0030672e0d64c8ab6b96d9dcf2fdffb002b6f918ee44382d972644a194cecde_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:28e6fd88f30674c2c073943d72c602eef34a1c88c31939f75f5b2e5d67911eca_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console-operator@sha256:befb102d48070110096e4fef087ff2043bd86fdd8afc66c216b484f4e4ad720f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console@sha256:f7cea5db815cfb15ab3556d127623a6618b721c06960c6382121d0b1ca27aca7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:a7de2f8ddb68b923891d926e35a14458dded13a0545d65b2d6813be6d550822b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-coredns@sha256:e7ccad4282195e456157b5d9a830fdab501c3a759b869d860e9b064b07d383a7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:34b70342a3669b1a820663ab867ca29102c31703a6e5cdd6825a50d42d82008b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:575d30bc9c0644b0e61aaabdc1a67801fc57de6311f947aca2f9eace4a5638c1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:bc3f3d9ade84337ddea54661623e32f5ca7f00d524a3c3899c58b0a2bb3a2717_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:dce2115067bafa9989e572e1c061ac101cf0be143009eb80b802df8589e26d21_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:b539ced0691d0ec46d4dd3702718bba9f76ae9a95af1c5b96e6ca124dafb8db9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:f00fcad4d7ed9bc2398dde9c27a72eba5dec71fd6842a56d26b4a668a03593c2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:a3649e4af155923df4edccfa0bea847524ad94693fa0c4656f150f4694c84d81_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:a3649e4af155923df4edccfa0bea847524ad94693fa0c4656f150f4694c84d81_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:0f53d6cbe6bfe70ae81f2ab386b0d6876bf2fbe742f177273ad91a98473ddbbe_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:0f53d6cbe6bfe70ae81f2ab386b0d6876bf2fbe742f177273ad91a98473ddbbe_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:c07ffbc60b55308439d2d10f978c889f283843f7d9b9f81b9512cd92961b630e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:c07ffbc60b55308439d2d10f978c889f283843f7d9b9f81b9512cd92961b630e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:342869412a65c837ef9028caacb9ea728768e7a7b7cba8466cbda16f8c042b94_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:342869412a65c837ef9028caacb9ea728768e7a7b7cba8466cbda16f8c042b94_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:e14b1d80da74392a86ce184d60776ad06ee5a6a68e8e486d4973c7b228f5c9f5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:e14b1d80da74392a86ce184d60776ad06ee5a6a68e8e486d4973c7b228f5c9f5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:f7963b3fdb4c29248d38ad4acf6a6204a1441a344b4f776d9c0cb8f6a45358f2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:f7963b3fdb4c29248d38ad4acf6a6204a1441a344b4f776d9c0cb8f6a45358f2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:80dd2a14ea8633fb8aed9157b846868fa34ed837f1c5f3a1b1a8b1fd12345455_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:80dd2a14ea8633fb8aed9157b846868fa34ed837f1c5f3a1b1a8b1fd12345455_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:e1df4e7a984c093f8f14800de0b94e9acb0e4f81931ec2e4ebc83e15e89c908e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-deployer@sha256:0834aaf11436fd73efc50ba398ebf1f85dd67d45cc58c45520a4fd6ca96023f8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-builder@sha256:7c5b46d03b3592dd36772060e5b47252b5f4b7e3ae75b4d8c8fa7c9e8b3ba907_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-registry@sha256:07acc90f3facbbfa95290f6c7de42dbfd76264e6c1b29d354fd5240f59600607_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f58ddc3d3e941e38308cd8458782ea70760d8eaa624bf58ab00b2710fd8e2e11_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:283ca16245d3d9e27cf77cce0af0b6dd85875b953aaf6d5899e284654c2fd714_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:19db8d286548d94b6184540448dc5ace612d7e00a85441c56f656dc3ff26da41_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:9b7f1e2b9d7d849778e4f9d9d32273bdc8d9721f2693cf34e40af2a1fce23906_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:befd4ea3cc27cdb0a1095908840923f21d37ef1ff0fbc0f061b22a8b560e9176_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-haproxy-router@sha256:36000f3f216a88da7de4bb550b97bfe57b231d6bcad50c95212f362b1b281cbd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hyperkube@sha256:aeaded0f2d7852d274e9847709ff2b95797205f08beb008bdb40f3d6ea379162_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:5f2290a946cab1c44273346ada2b140a7055ce4df2252ff55013f922edb94005_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:f836b37e688d64bf5473433e9e5ed3a88fa5090b6602c95ccfe84b3b2fd541ef_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:1dd53626ecda0a87fdd38ad50be39a5a57de9afca2e17b18f1974b26030b6612_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:bbf640768f322e561379f02b51d7ccb7e6ac91cb062b6b79cb8fb370c343ecaa_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:7b59483fbd35a183ee68d7c02977b7c9bb141588958f5e8a1317f656aabe653d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:b1d43cb29f5d567d3a506678dbdcdaf280d38f2e591140e8958fcc4847758193_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:21327b9690eb856aa7290846c59190f13c879e974162ff2a993a231d09c59ea0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:1849fed518271f3aba98faa3c201ee6c6fcd593928c033dee9e16ec8aabdb9bf_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:6c0f784797be17413045841ea5a137182b52c88ffedf5f89b56c372f579e7459_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:e5e5c0d729d4fac001289e719144d7441cb5d9baa6cb5014eba1c58c6cd9a500_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer@sha256:eea673a3a67e18fe8c11bbeace6cf6a91807012177a153b6ba6f0d8c5dca0fb3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:43799c4665e93ce69b372703d539518dac08b29a971651a712498403ef0e4e33_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:28deefb17c63506eca2dd7dd26e734540755ba68b6cece21ac36e74c876cdd01_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:36e0aeaace4c89a3b5ebabf3368da59cb637a6c18bdaa5649d524176f9181389_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b9e2b94adeb6a5ef0f2ba5657d159c2cfc17beab899b509b0e4ca0152a745b2b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:352ca3b6fb3fde92b779a008585ef78b4de00c6397ff59723606342d3c4034e5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:b656ad76cf4e4555f1a9c2681350c09d61903dab479810c093ee28a7f8084cf7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-proxy@sha256:a37dc4c89beee14c76035bd7fe0f1359700a43cf76fcecf60d9313de0ac9c079_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:c800621253e0d2b26367ce027696d18bfa26f6a0ad60bbd51d3f2406fc63e11a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:39b533d909543e6b2a5c619e518f6504bfd423dfdb737ce27f29dff493b06721_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:73cbb59d30ef6a66d7f77b3f0f8a1c2d5c5e1463bf45f62ccd81b69c7cba1958_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:f5c42e5ae330fb03ad899a1d29a1c98385f4d17e16b9c4f1c1aa457b41dda2e3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:4243acb04291ed8a5a62998cad2254147f8e1a6bdfdc21e2b252a0dfb6fa0bc6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:f61f72c3aeb1b7ed48e2e612ad8d2d4ad24cfd75078683decedb853dadd1695d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:24274ccf494744dac6514d2b02d1095cff60b326d9dc1953a6cca5092b64663d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:55a2e025fa317265cda649315ae4df180cc1a44623dbf6352763a84137980125_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:135c0de132525b39ad3bae18d3062df40e211716c87934d628df16b9ef457a99_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:f5ef69cb2b33c872610c78664514b43725a68deea609bde98027e96e43e6e617_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:2ade492f1bdc749637dde9a7161ac8e8ec0c2b2ba9d0aa5bc7baf2eee6714995_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1ba5030be53136be8685146ed49af2bd07431c704e950de6df3b321b4468ea26_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:867ff97de11614fbbf71c24a162664ea5283a19342d0f18a90211e7da7c81039_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:e90d6ca9931c7fb698936822adb511a0ef533cbf5459a23a000663c2d6e3518b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:84e4c9b0fee76892b653a27e4c5f1041d9a60a701790eb5efa2c29c387acdc4e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-cni@sha256:cfd6f19b4ac45718a0cdd71e09dd12ee248c016111fbcc6326b4d1d67ddeb1ce_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:24c9d2b8160311fd01b3a93251c179a534b6012f38cebf7f0c275ba537b811be_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:9d356fec209c8a852a68d6af50e0f19565eacce99fe22bcfb85038fc750653bc_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:2cb9f324d3d235229f33e90b44f681c394db64bb0ee29cef306eeec9dd1a6145_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-must-gather@sha256:83075fbdd1e3d904a1af368739d22fd11edcee4be2ccaac0477c650ccbbbb416_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:90ace8178f105873a6c9d4d939823456bd24537cbbe48c3f0717a95f47961ced_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:90e3c2136efbfcbbcdc313ff5a5568b62dcee85588e99e079a4bd1673e5fa02f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:c0d3f6b6d0147db8c297fc4d8d8a0abeb4ff56e082e04a555d307c2b0700169a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:c8c45ff0e43a8d70305086618716e27115d3e92220e9e657479a99425baf2551_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:2456e46c6ca10cbfd0d9bf7afab8f09b09248e4b7bfb39fe6e0078d47c2ba2ac_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:ef93c16b94f38a4c31b2930c3fc89202d98a4c7250c8819aa1355c3f623a798f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:feb57bbd6e2eef485855293712b68d8858c87a10ccccbfa19ca38c8829fe617c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:46d406a89e433525bf7922fa1321dc39575817aaaf19aed51c2a20d1a78110b6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:0397a2e0e8f80a23f1b9e002e070478d14741ad785fbcacb4598a9ea444aca8c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:50cbd0585ecd2dcaf46aa708cb1adbe8991a62875961170741bd6bf0ee220073_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:9777360b0924b6df15662603adf456fcae56759610948b32c81f30af4a80eb20_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ecd696fc927e740d1c1130a2adba73612d012bb942009213ea45da117d14e506_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:1295a0198ee68f7c4379a0648ee3b1ec3fe47a318f7940e09e7fca8b8e94ed55_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:501d01af9579c7b8b0eabd9e77fd65090b2613666dd4252e4bbacefd1d6c6f9e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:929167beb3e1cefead0ef3386b7e0e08d8ac11829ae93ae9c71424fecdad5429_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:f9d5842f34dd4b40cd136a2b75a50661d37b3e061da36464ef09ecb2336e47e5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-registry@sha256:9cf8ac284094c301776d15adf6cdfac31c7620310990174aa9370c00c60e7e03_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f2f4ef85165f4320ed589f5fd7aecfcf7bfbd0cb2495f80b2301b10456b8fa6a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c246e57f9e631aa2b6a81f8d1d317fd72aa2d79572bf1b5abc4e1a335630e4c0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:768c77402d66f0fd124f08c991fb2844524aee494ca69717a319034e966236c5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:768c77402d66f0fd124f08c991fb2844524aee494ca69717a319034e966236c5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-pod@sha256:c61dacde2c679002f021badfcd0ada878c876ead91300afe5b02cd5106e60929_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:fe3490acd214124cc3b16f12aee750b51c31b82dec27677d5f1f1d6006384486_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:895b8e6db934c0adf91ddb45910a5c763747bb35849f4bb0f89d2e59e5a44efd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:cf046ad7f3e2c36075c6731c9e10a99b71d1d2aa31c21d03f225f5ccf101b5bb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:29cc7f01897c5736a59869194ec2f4be180571d73d4ff16e6c6129d431c4ffb9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:1f98e91f1f583a7461a769af8fa9b3ea4f100cc1c61b0e2efef975d0aca998e3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:86dd87674a5a7361f94381bb5fe49206b1cc05adfd91856f461793159db0d6aa_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:72e3a0e442d54265f72558423eac460b5d36e97394bebae6906507628f2a0d29_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:07dda14100a0c42e6e94df292cfd40105f667586e0bad1fc1fb1dfa9e4247fc1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:42c87f1a20074c0e2d0f15cd519f9da60e3faa7c487027fd47eb978442d02044_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:5729cf1a8acac396c3a3e04f1262c163bd4b17ee7e0ec0958b572bba1fb086d4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus@sha256:a1ce1e246ccfdceaf97967056a2d4cc4fa9f3f968a866e3b12b817bafb90ed31_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:acbcfacb0e781086b198ddf950bcb6350f30c3e88c71f2d0a46db2bc739dbe64_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:b33ba4396eb28cf4ceac84ff9f2f3e32fec8cb23bf8d289b121703a0493d55b4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-telemeter@sha256:589f69587068e199229d1bbad67d38f95a71fe70d9a3559fb53631e817bf9f6d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tests@sha256:66aaa9ed5ad47eaa59d000a751f89be09f1f3fb624ad7fd89ccacee9abbde0ff_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:9b09fd9998846c82c0d3709e766b186aae227c04bd10f8522dbd3dad7340d4ab_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:b5e7ec027eb40af4e7f84288b77c8ff3abb3a24b5addb14f1e8d4d1cfb877950_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:0060e426e627908662ab21ed9148a7e8dcb7f267277a32a37e707c099dcb28c8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:01227169a8681f9d6a64a98f127e4b4b975cb3f876e0246845a1831f15d1b69d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:46eafe9d4578c2404b3957ef153d590071405ebf866bfaa2d0899b2a62a68583_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:308f86155f1da9dcdb7181a558ba7207a738446496935cdc0d8069b3f54c60ec_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:0060e426e627908662ab21ed9148a7e8dcb7f267277a32a37e707c099dcb28c8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:01227169a8681f9d6a64a98f127e4b4b975cb3f876e0246845a1831f15d1b69d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:e9cbf2f3ea726c040b640666be64337de62615d0584a51320d74dc30eb2278f5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:ac9b992d63959fcb84403808e0ca8be5afa5f1394f5f7b7e33e9f4f5b0c027bb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:4e195928f2185a84c1a2173b5283c5ba815e31cb7be2ca1b97d7e2d9979463f7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:e7f07cf41b913bf2ec97edf4850037903636246b3d89a8bc3567954e16253f1a_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:35898248f7a14e2f4945b95779cbacf3ada75ccf957fb9d59c43ea722bc659c7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5e74ca1fb7ca13bdfe660c8681f60b1a1b83bf47379b35f6951ab2f5b2cab2fd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:c2836249c662fa1cb5e015249eb8c16ab6687c7ddc2c67217cf69e28cae0a217_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:ba829a48000d32000fab969e21e82fc8641cd46b5e6d2afc85f72702cc6119c5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/network-tools-rhel8@sha256:f4e785f3669d3fb96edbaa7adfa3cb521cdeb7ed5d7993ce9e1f4a9721bc0737_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:fae18193723926211ba4289b50cc375ac3c068c42f6d2b217129800386fe21ba_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:80c130d5174d2cd8dee63f7dfb4be33f469ab59fb6697309b22d21661ce44a5b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:66a8fac2ef6c846b32c9700ec6afcde4e32a21af2d07f7b30659f26cc48706fb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:8a212f4355a2a8f849338a59da65568844d698a8b3cbb0795434ef4c02d1bbb0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:083584adcc1c6a9cfc44fd121f6b5a80caf847d6ef41457243d68e832512e137_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:f1e5896ac59d4654c49d24bc10545de1dc7237d19be3fa085f51cc295bba8b9e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:3a5cd797ddbfdb2f582b6983da722786a5f4362461a10fef0ac46f4ac44247aa_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:2267a4a1128b1a10acc478b545eb1468be4272827eb199c29078eae131009703_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:4ce6b9f7acd9845e5598ec60436a09816f88b2394d5faf067092e6b2ad55e6af_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:8dd2047eacd8c4e28ee860ead50b3e2dfe919409cf4f4f0089500673c4c2115c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:1b533418cf6e29fd9acd5fec98daa7384db18c113cecd50040255df6fa6c70ad_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:0e7793d19afe307a7fa2754e16c267f410c2d5362139685bb2e4148df9ab30cb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:9aecbcf45141fa7050adfb9a74f9b76d5087cca447ca9c9a195b10999342b175_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:54b979557a2a31632abd90d27f77310ee866257c66d3ff86ab07f82f6be8a4d1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:7f10c0a4faa2ddd19393b919ccbd318aac29510f393810874b4f2a1b1c97f62e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:8eb433372e8f658534cfe2b078eb9204fd00cb083605e34a8eef0276991e8c9c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:d163535a1b6fa970c89520be9563634fdabb1aa1d34d36d0ae05f10ce863b776_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:5313b5d9ad508eaf0dcda247e2468eea0d6caeb29484ba9b2e6818786a606f28_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:0e56897a6f11eaffa74bd469bbcac436df28d87ec8c8a196d175d0746f5a9596_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:ad11837c6ed8937a655fe1460b8d15a1e0f5d94a09c93c84feb946d6379630dd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:5a0bf200b9eababf1a55d0ab8719ad0f8bfc572ecc35663805d3155e3952719a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:43b3644d657ead5a217f7bd35e3c4b02e48a5e03eaabe09ff30a378c5652754f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:057bb3e3fbd95ce088b357660eda2b3f82ebf5481e6ebccec0462f2bebb3051d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:d332f5286418298193a0e99016c44b267c501a9b291db732356a1b0f2f18c8b7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:7906d8950dad6dc9768bfd51ac83c752cdab1df66e3c1628bfd326d9cfd838bd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:8e16fd6ae86d5eea7b38887a2d419d930114a8f7f20fd30fe0975460660e8e3b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:a2971c9028fac596e1297f4f0d6287194a059f0572ee4793810fb8162919b653_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:f1a041095c2e2d9a2fd9d6a80d4fcd8f8bf7469b415ddf11d5191b663630bd7b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cli@sha256:427850f7d549fc3ee678214f8790c5abcda62f42821dcc26c104fd7f95db32cd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:9b1ae658b537e817a7bb0ad9a0af7adc94bd438769dd422917d8d9d562168798_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:00c969247be5aaa136a6e1adb3759f8265ccd938924b04af3d30fb3b750ddf24_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:b02188a9d5d9c2fed2c5c4256128f479f211d823a40db8b49d53895e099a67f5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:5d97eb48ecd759cda39f9726b9dc88af30603d48e724c8d7e3b8a5a4be0b66e7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:165412b8785ce00b28cf32b463fbce2d8df0aea955278df2a2978c218a4e3c8d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:e2845175cfcda7fcbf6b883ee5810606b2fef322b5212897c55bb0e14d5078f9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:bb634e360d469fe796f71e7de263a0050bbdc417cee6f0e186769b46eb426cd3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:5e6a0d1c09e83d13ca1df1be3a390f30d151740a81e244ac3816dbafdb321280_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:5e6a0d1c09e83d13ca1df1be3a390f30d151740a81e244ac3816dbafdb321280_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:3be2ba30a85e8d823db37135df5ea0172b1df5841bb2d5dd254dc1e2788e5744_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:4d83dc89159ed2990afa1e3a67c12f5edcb51288fe8276beb55787d44212ec58_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:583564b251c3d3f65da998a257b9b2f4ec86ab2fdd8aaf8b95afe8f8b6661f1e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:c897dd63a6812376f286b28138efd843802e88399a37ac2fd13137ab316cfbc5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:57aba607f179b17672814e70d2f833a0eafccf5d29c6b52106c0732b8399f3d8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:73cecdc55d3360d0dc1965f7ed1499bd5314cc6a42c12933a3d7abee6f1260cf_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:14680fab9cb029bc5de012162b68d12142fa593ad739d56cc8429bd9443f3b78_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:2c9a1bf635561a34cfef29c3460cfd934bd5fb10fce2286b8d77177d549d8a1b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:5fe4a8979ff5830e9d9454fa75949c239b665fdf5965e8d3a79f60e7f6ff2c6b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:250c1b39f6eb21159e1c0ed5a3e866c75df811f900e12db268e1ebba474c4515_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:83000597e4b4717b218e07a7b68d5c39ad4a4964564a7a22cdb2256b3fa00f5a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:41bbcb3a16c6fa6db38f0cf7f373e08e1ad81e541c2413a0634db2c251f554bd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:3c9c88b87ebd49e6256bc9de4ede0ae4d9f78cab89d22ea15dab645c44db1eb0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:32572a42fdd1655894a44978c6c4ef3d3b29642c6e6b913f33572ed00cbffa5d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:26ab274e4c7b7038de4829a159c175247f0499a0d0d8ebac5661a7a465f9b6f8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:33947e67a3892273c159dc5ee4fe2b1b1082145f073905733974f29268427d97_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0e2c6a7aff29e2ab1417608c1a8e2598e63b88216ffbfd8dde6cea0389c9037f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:ec1af032ff666ae04558bbbe48f88f0376bd4b0480191fef45deeabc5e25aa79_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:e7c44a5e356b1e31d983b421f692ac4b2521aae018953e807bdaf2e6d3849902_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:ff939391f26a83472d8c898003bca5c1aad336a4a68e1500ce1711fd489d6751_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:31ba8d2c6d21775eefeec42c55d6d23f6c9081380dbf2b6147d1c38b886de166_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:c377d9990c8b220ab1566350e16348a4c3e8f0efc490e3cf9b9e63a5002f0473_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:c2cba3de0e496b73b9d2e95d3700900fb526ecd85f674097ee8a08472f78b46b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:fd7cf2dbcd5a16e9ba009e7748d71bd4cce5420edea341f444f92ea5058e891f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:a0030672e0d64c8ab6b96d9dcf2fdffb002b6f918ee44382d972644a194cecde_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:28e6fd88f30674c2c073943d72c602eef34a1c88c31939f75f5b2e5d67911eca_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console-operator@sha256:befb102d48070110096e4fef087ff2043bd86fdd8afc66c216b484f4e4ad720f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-console@sha256:f7cea5db815cfb15ab3556d127623a6618b721c06960c6382121d0b1ca27aca7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:a7de2f8ddb68b923891d926e35a14458dded13a0545d65b2d6813be6d550822b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-coredns@sha256:e7ccad4282195e456157b5d9a830fdab501c3a759b869d860e9b064b07d383a7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:34b70342a3669b1a820663ab867ca29102c31703a6e5cdd6825a50d42d82008b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:575d30bc9c0644b0e61aaabdc1a67801fc57de6311f947aca2f9eace4a5638c1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:bc3f3d9ade84337ddea54661623e32f5ca7f00d524a3c3899c58b0a2bb3a2717_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:dce2115067bafa9989e572e1c061ac101cf0be143009eb80b802df8589e26d21_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:b539ced0691d0ec46d4dd3702718bba9f76ae9a95af1c5b96e6ca124dafb8db9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:f00fcad4d7ed9bc2398dde9c27a72eba5dec71fd6842a56d26b4a668a03593c2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:a3649e4af155923df4edccfa0bea847524ad94693fa0c4656f150f4694c84d81_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:a3649e4af155923df4edccfa0bea847524ad94693fa0c4656f150f4694c84d81_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:0f53d6cbe6bfe70ae81f2ab386b0d6876bf2fbe742f177273ad91a98473ddbbe_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:0f53d6cbe6bfe70ae81f2ab386b0d6876bf2fbe742f177273ad91a98473ddbbe_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:c07ffbc60b55308439d2d10f978c889f283843f7d9b9f81b9512cd92961b630e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:c07ffbc60b55308439d2d10f978c889f283843f7d9b9f81b9512cd92961b630e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:342869412a65c837ef9028caacb9ea728768e7a7b7cba8466cbda16f8c042b94_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:342869412a65c837ef9028caacb9ea728768e7a7b7cba8466cbda16f8c042b94_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:e14b1d80da74392a86ce184d60776ad06ee5a6a68e8e486d4973c7b228f5c9f5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:e14b1d80da74392a86ce184d60776ad06ee5a6a68e8e486d4973c7b228f5c9f5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:f7963b3fdb4c29248d38ad4acf6a6204a1441a344b4f776d9c0cb8f6a45358f2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:f7963b3fdb4c29248d38ad4acf6a6204a1441a344b4f776d9c0cb8f6a45358f2_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:80dd2a14ea8633fb8aed9157b846868fa34ed837f1c5f3a1b1a8b1fd12345455_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:80dd2a14ea8633fb8aed9157b846868fa34ed837f1c5f3a1b1a8b1fd12345455_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:e1df4e7a984c093f8f14800de0b94e9acb0e4f81931ec2e4ebc83e15e89c908e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-deployer@sha256:0834aaf11436fd73efc50ba398ebf1f85dd67d45cc58c45520a4fd6ca96023f8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-builder@sha256:7c5b46d03b3592dd36772060e5b47252b5f4b7e3ae75b4d8c8fa7c9e8b3ba907_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-docker-registry@sha256:07acc90f3facbbfa95290f6c7de42dbfd76264e6c1b29d354fd5240f59600607_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f58ddc3d3e941e38308cd8458782ea70760d8eaa624bf58ab00b2710fd8e2e11_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:283ca16245d3d9e27cf77cce0af0b6dd85875b953aaf6d5899e284654c2fd714_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:19db8d286548d94b6184540448dc5ace612d7e00a85441c56f656dc3ff26da41_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:9b7f1e2b9d7d849778e4f9d9d32273bdc8d9721f2693cf34e40af2a1fce23906_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:befd4ea3cc27cdb0a1095908840923f21d37ef1ff0fbc0f061b22a8b560e9176_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-haproxy-router@sha256:36000f3f216a88da7de4bb550b97bfe57b231d6bcad50c95212f362b1b281cbd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hyperkube@sha256:aeaded0f2d7852d274e9847709ff2b95797205f08beb008bdb40f3d6ea379162_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:5f2290a946cab1c44273346ada2b140a7055ce4df2252ff55013f922edb94005_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:f836b37e688d64bf5473433e9e5ed3a88fa5090b6602c95ccfe84b3b2fd541ef_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:1dd53626ecda0a87fdd38ad50be39a5a57de9afca2e17b18f1974b26030b6612_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:bbf640768f322e561379f02b51d7ccb7e6ac91cb062b6b79cb8fb370c343ecaa_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:7b59483fbd35a183ee68d7c02977b7c9bb141588958f5e8a1317f656aabe653d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:b1d43cb29f5d567d3a506678dbdcdaf280d38f2e591140e8958fcc4847758193_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:21327b9690eb856aa7290846c59190f13c879e974162ff2a993a231d09c59ea0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:1849fed518271f3aba98faa3c201ee6c6fcd593928c033dee9e16ec8aabdb9bf_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:6c0f784797be17413045841ea5a137182b52c88ffedf5f89b56c372f579e7459_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:e5e5c0d729d4fac001289e719144d7441cb5d9baa6cb5014eba1c58c6cd9a500_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-installer@sha256:eea673a3a67e18fe8c11bbeace6cf6a91807012177a153b6ba6f0d8c5dca0fb3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:43799c4665e93ce69b372703d539518dac08b29a971651a712498403ef0e4e33_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:28deefb17c63506eca2dd7dd26e734540755ba68b6cece21ac36e74c876cdd01_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:36e0aeaace4c89a3b5ebabf3368da59cb637a6c18bdaa5649d524176f9181389_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b9e2b94adeb6a5ef0f2ba5657d159c2cfc17beab899b509b0e4ca0152a745b2b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:352ca3b6fb3fde92b779a008585ef78b4de00c6397ff59723606342d3c4034e5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:b656ad76cf4e4555f1a9c2681350c09d61903dab479810c093ee28a7f8084cf7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-proxy@sha256:a37dc4c89beee14c76035bd7fe0f1359700a43cf76fcecf60d9313de0ac9c079_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:c800621253e0d2b26367ce027696d18bfa26f6a0ad60bbd51d3f2406fc63e11a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:39b533d909543e6b2a5c619e518f6504bfd423dfdb737ce27f29dff493b06721_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:73cbb59d30ef6a66d7f77b3f0f8a1c2d5c5e1463bf45f62ccd81b69c7cba1958_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:f5c42e5ae330fb03ad899a1d29a1c98385f4d17e16b9c4f1c1aa457b41dda2e3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:4243acb04291ed8a5a62998cad2254147f8e1a6bdfdc21e2b252a0dfb6fa0bc6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:f61f72c3aeb1b7ed48e2e612ad8d2d4ad24cfd75078683decedb853dadd1695d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:24274ccf494744dac6514d2b02d1095cff60b326d9dc1953a6cca5092b64663d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:55a2e025fa317265cda649315ae4df180cc1a44623dbf6352763a84137980125_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:135c0de132525b39ad3bae18d3062df40e211716c87934d628df16b9ef457a99_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:f5ef69cb2b33c872610c78664514b43725a68deea609bde98027e96e43e6e617_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:2ade492f1bdc749637dde9a7161ac8e8ec0c2b2ba9d0aa5bc7baf2eee6714995_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:1ba5030be53136be8685146ed49af2bd07431c704e950de6df3b321b4468ea26_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:867ff97de11614fbbf71c24a162664ea5283a19342d0f18a90211e7da7c81039_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:e90d6ca9931c7fb698936822adb511a0ef533cbf5459a23a000663c2d6e3518b_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:84e4c9b0fee76892b653a27e4c5f1041d9a60a701790eb5efa2c29c387acdc4e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-cni@sha256:cfd6f19b4ac45718a0cdd71e09dd12ee248c016111fbcc6326b4d1d67ddeb1ce_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:24c9d2b8160311fd01b3a93251c179a534b6012f38cebf7f0c275ba537b811be_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:9d356fec209c8a852a68d6af50e0f19565eacce99fe22bcfb85038fc750653bc_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:2cb9f324d3d235229f33e90b44f681c394db64bb0ee29cef306eeec9dd1a6145_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-must-gather@sha256:83075fbdd1e3d904a1af368739d22fd11edcee4be2ccaac0477c650ccbbbb416_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:90ace8178f105873a6c9d4d939823456bd24537cbbe48c3f0717a95f47961ced_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:90e3c2136efbfcbbcdc313ff5a5568b62dcee85588e99e079a4bd1673e5fa02f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:c0d3f6b6d0147db8c297fc4d8d8a0abeb4ff56e082e04a555d307c2b0700169a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:c8c45ff0e43a8d70305086618716e27115d3e92220e9e657479a99425baf2551_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:2456e46c6ca10cbfd0d9bf7afab8f09b09248e4b7bfb39fe6e0078d47c2ba2ac_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:ef93c16b94f38a4c31b2930c3fc89202d98a4c7250c8819aa1355c3f623a798f_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:feb57bbd6e2eef485855293712b68d8858c87a10ccccbfa19ca38c8829fe617c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:46d406a89e433525bf7922fa1321dc39575817aaaf19aed51c2a20d1a78110b6_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:0397a2e0e8f80a23f1b9e002e070478d14741ad785fbcacb4598a9ea444aca8c_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:50cbd0585ecd2dcaf46aa708cb1adbe8991a62875961170741bd6bf0ee220073_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:9777360b0924b6df15662603adf456fcae56759610948b32c81f30af4a80eb20_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:ecd696fc927e740d1c1130a2adba73612d012bb942009213ea45da117d14e506_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:1295a0198ee68f7c4379a0648ee3b1ec3fe47a318f7940e09e7fca8b8e94ed55_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:501d01af9579c7b8b0eabd9e77fd65090b2613666dd4252e4bbacefd1d6c6f9e_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:929167beb3e1cefead0ef3386b7e0e08d8ac11829ae93ae9c71424fecdad5429_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:f9d5842f34dd4b40cd136a2b75a50661d37b3e061da36464ef09ecb2336e47e5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-operator-registry@sha256:9cf8ac284094c301776d15adf6cdfac31c7620310990174aa9370c00c60e7e03_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:f2f4ef85165f4320ed589f5fd7aecfcf7bfbd0cb2495f80b2301b10456b8fa6a_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c246e57f9e631aa2b6a81f8d1d317fd72aa2d79572bf1b5abc4e1a335630e4c0_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:768c77402d66f0fd124f08c991fb2844524aee494ca69717a319034e966236c5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:768c77402d66f0fd124f08c991fb2844524aee494ca69717a319034e966236c5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-pod@sha256:c61dacde2c679002f021badfcd0ada878c876ead91300afe5b02cd5106e60929_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:fe3490acd214124cc3b16f12aee750b51c31b82dec27677d5f1f1d6006384486_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:895b8e6db934c0adf91ddb45910a5c763747bb35849f4bb0f89d2e59e5a44efd_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:cf046ad7f3e2c36075c6731c9e10a99b71d1d2aa31c21d03f225f5ccf101b5bb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:29cc7f01897c5736a59869194ec2f4be180571d73d4ff16e6c6129d431c4ffb9_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:1f98e91f1f583a7461a769af8fa9b3ea4f100cc1c61b0e2efef975d0aca998e3_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:86dd87674a5a7361f94381bb5fe49206b1cc05adfd91856f461793159db0d6aa_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:72e3a0e442d54265f72558423eac460b5d36e97394bebae6906507628f2a0d29_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:07dda14100a0c42e6e94df292cfd40105f667586e0bad1fc1fb1dfa9e4247fc1_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:42c87f1a20074c0e2d0f15cd519f9da60e3faa7c487027fd47eb978442d02044_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:5729cf1a8acac396c3a3e04f1262c163bd4b17ee7e0ec0958b572bba1fb086d4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-prometheus@sha256:a1ce1e246ccfdceaf97967056a2d4cc4fa9f3f968a866e3b12b817bafb90ed31_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:acbcfacb0e781086b198ddf950bcb6350f30c3e88c71f2d0a46db2bc739dbe64_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:b33ba4396eb28cf4ceac84ff9f2f3e32fec8cb23bf8d289b121703a0493d55b4_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-telemeter@sha256:589f69587068e199229d1bbad67d38f95a71fe70d9a3559fb53631e817bf9f6d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tests@sha256:66aaa9ed5ad47eaa59d000a751f89be09f1f3fb624ad7fd89ccacee9abbde0ff_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:9b09fd9998846c82c0d3709e766b186aae227c04bd10f8522dbd3dad7340d4ab_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:b5e7ec027eb40af4e7f84288b77c8ff3abb3a24b5addb14f1e8d4d1cfb877950_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:0060e426e627908662ab21ed9148a7e8dcb7f267277a32a37e707c099dcb28c8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:01227169a8681f9d6a64a98f127e4b4b975cb3f876e0246845a1831f15d1b69d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:46eafe9d4578c2404b3957ef153d590071405ebf866bfaa2d0899b2a62a68583_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:308f86155f1da9dcdb7181a558ba7207a738446496935cdc0d8069b3f54c60ec_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:0060e426e627908662ab21ed9148a7e8dcb7f267277a32a37e707c099dcb28c8_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:01227169a8681f9d6a64a98f127e4b4b975cb3f876e0246845a1831f15d1b69d_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:e9cbf2f3ea726c040b640666be64337de62615d0584a51320d74dc30eb2278f5_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:ac9b992d63959fcb84403808e0ca8be5afa5f1394f5f7b7e33e9f4f5b0c027bb_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:4e195928f2185a84c1a2173b5283c5ba815e31cb7be2ca1b97d7e2d9979463f7_amd64",
"Red Hat OpenShift Container Platform 4.13:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:e7f07cf41b913bf2ec97edf4850037903636246b3d89a8bc3567954e16253f1a_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "github.com/sirupsen/logrus: github.com/sirupsen/logrus: Denial-of-Service due to large single-line payload"
}
]
}
RHSA-2026:3870
Vulnerability from csaf_redhat - Published: 2026-03-12 02:09 - Updated: 2026-05-28 10:45A flaw was found in Lodash. A prototype pollution vulnerability in the _.unset and _.omit functions allows an attacker able to control property paths to delete methods from global prototypes. By removing essential functionalities, this can result in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console@sha256:735a1f869be25e1b0cd29e96bab37c92161e4448a469f50edaabf506dabf9e97_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:03b4902359e5dd1bc2524b213d42b3c1c2e3e0f63380a17142705ba0b8397529_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:0adb3f01f921885b64b9ee98648b1252c0ee4f46c3f65ff53633924d72f5694a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:f5ae1ca7faa4f3bbb86f3c32ad12928c4905c85a3cfaebda3d80c603b3df995a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:a40488813e76053f7e3bc398a6655b6dcecc7d8e641b8c9a84c4fc7a8babeeb9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/network-tools-rhel8@sha256:a8f987adb667cdfe893a8fb16c46d04f64ae704ebd6f939ad86e5fac4e87d1d0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:9227ff3d828a294d7076bc5ccaf2b316bb1b60620e4a549c1b9778e692aef760_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:5a9f74b5c3dc5f2a040ae50fa85cad4269d3ef5dd93c57ce97ac1640526ef083_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:8b973769b317e1ca3ec4df7ac8bde2fd3898649a73bf16c6d436d5dbbcf7d1b5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:3f162460712daaf28214bba38129c4cec5894aa8f0dd4e133de33797801abb6a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:222d3e7cd6cde1dd90c007fdcd9ee1eb0d73e4d9a0972e01d68b1e23f6643d6a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:94450b3c7a1318f9aeac92d28721ff3b9b0e032a9aa85726d8b02c54ea424f05_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:103394f2799040d165d26e83a4d011940a27a311221cf53388025da8cfe2bb3b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:9f12e9a06be28ae59e58ea78263ad17e3c729418a77b09e232524e46fb98aa90_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:d80e9ac78a64607ea74ba4d5ecbe521c1f919c98ba7c42f3c2ec1c821576430d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:7fd5087403be83fca087e1ec911beef62ed77461d65ad26f4680e50dbd719cb3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:2e7c9331c70fa6692e0f0ca398caf71060007b0243da63cfd549159874fd7dda_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:18bf1ed1f3b68d8676b3e1b33cd1922ca633e530a769030287c6094310890e44_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:b5967b8947d53c71c2d6d86a31c1d2b192688504c090b27cf92c330affdbb9b5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:3da852fa79dfd7986e841fbfdaac11b058d722477229a8a3e446acc03d2855bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:2555cdbd7369c083baf6cdf13c51b567308b68492eaded300fec1a7ec2162520_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:3ca873b2249269813d75f2fc77ce7136dbc0bcb91ab5ea7fddb5289f87430ff3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:5f0235ee6907bb4cbbea1f5a0f6799a2316f53dca50dfd47bcb06553779d90ee_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:27791e130a789c4d7b82bc485b656f898efade15008428923d7bfff7412220ba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:4215367141864d8246cd30210801d5eef359c01710205917d366b0969aa39aad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:8e6843d665d705d385b691659de9ceddb5a5c632a2b8ddbb54ec53a8aae7b5e7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:57114c78085fb614e49877646ea3d32b8ca9a11f55758720cfbf5b237bda33b6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:aad175767a53e40687563666fbfd4b0ade6740b0a9106dd9072338b4ef6a967e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:551ea5cd1d61aa167aeebe2a664c584e1e604ccf044f95d4ccbd7581a37a28a8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:352e9b8374953a6d83b0bc7f47feeb949d36c4d19d5d4487e4e9e0935db060de_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:766ecb47dab0dabb396770983c28cf54cc8873953881b741511eff2cad97b368_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:933361e4087e27483e3228f18ed11927cf6b69804521ec41b0ced4f3b1392e10_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4cdf34306eb2eb7e0400f004f7f3fa24db634ab9ee30a745d810e0c1c2a57186_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:0dbd860d73a376922f814d9bead2138e5738f12261a17c89cf0b85c1dfd330c2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli@sha256:f3f11d030db87ab00d42e9bdf6afe349cf5383bef1e68e784640c9180c60ef9e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:4a583b961e61497209de9276f018dc3e78fad3f80a35bc5a99b243ef63f21dcc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:b83672b42e994c07b26b03379ca15be56589fe7d8a00677ff60f2eeed8ea0a07_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:2467b04bbdc95207f80f8df02ca39be34fe940737a49f35709286b47348a034d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:55bdaea54b24f7fb08ad30fd9f6c34dc944c11993a4dd6a255c41a25f500b5d6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:6ff4a8524e267e83bbc7222993cb7cdb083cf1e07d798f9a0b35f5d09afd685b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:63acdeae3182eb576b9959b98e2788e87dd9834e8c53f33cecc867a4a07019ec_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:f4d01e9d7968d2164a87d3167161d157e62b2636ff67747127b6fc904d85c60a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:d5e9126943d178b88d47ff4c0133ea2add90b05a19e65133abd92dd6ef8d43ed_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:d5e9126943d178b88d47ff4c0133ea2add90b05a19e65133abd92dd6ef8d43ed_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:ca34ef82ca0096a6201a02eca801a82b5945c37e79984321c6900e2007afb933_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:4849ed03bfda437491f219108afc8bd2599e96ecadf6322e527ff65ee6b2c7ae_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:7d3589d6ad46a61f492af7870b30992c8284f3041a59e6ed0c7e020a42f1fdb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:6195190833c52939c4696d0271a59397726526f0a4accfc056e45e564e8af830_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:c069e4c89fb7af2ef735d8be2a05c068febe40b54ec8d43cdfa31118d5042005_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:417cd2950c41d3490010f110b4bdc46fddbd5efa7a32ec73f44d080a9e56a814_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:9110db70398296e720496b0c7d0e02c5c0857248ce4d9625e80158de115cdb6f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:15302d83535f81bdb5f297b1dade9d5ad34039344be786846aa670134e746eed_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:c2da8698eea9388a61c2ae76ec72a46601e2480addfecda1c6f0c182a18b976a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:8aed89c36c6db33d5572521acccbc676e557f5268532a9ee2b63e8423191013a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:4ce64fc5f1b82f8eaca2aff35f5a4035ebe16dd67412aa73c783c7f2264d0078_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:ada2f039c9bafd29b12ad382037c6e27e3d3835593f36d548e6f325e2d76d2a3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:58acdf2f0e9151c55c79e8e42766779a87aa74449186d3eac3483df14bfce5da_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:a5256116d595d9f902808ade081c5dadf42c8cf50a26ba4d50a636642a63be4c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:301719f189471ff392180858c3d1bc83470f53ce003842fa7ab63eaa8e1868e4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:c1ee6c2f6f113929ce4dc10b0a21604b974418201cc16911a6aaf6c6ccdae1fa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:7404217ef1eabda789b87d6c1d5fdbae4c569af1515142f65e761231165e1e77_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:72b65af0f9da924e1f96b490761c5e866a1e6d48d1d17a8e18e34722c7cf3858_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:a4d3ac3eb8dbd7f3eaf1aebb4a07f7fd9b14f14fdfd5aa92eb76699005af1b42_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:fdffcb1cb1fa8c62f2fd863852a4c8319d468720dd7dbda93583de16e4763867_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:32d6da2834b5fc4ba1e8ff1775cb4ed14b3a3c19d2975d0f3bdab29068572ea0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:9e7a6228eaca387c19876f41fe99ac45c794f5beedacb6105841eec8f47c3d92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:5cc1e869f5f7a54876857393b06d3bc3828299b7bddc1493d0b1ffb9f80e65db_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:7955a4d52e11574cd5b56c80046cffab0dfcb7fbdc52de2cd8ef10fe253f3af7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:664a0fb69a06806911ca8661fe92e86fdeed45e32d0748ea166f00d5699a0972_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:239c1a0cabec9621a0926b9024145f61973631dead00bfd0411fd479412ca3e7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console-operator@sha256:1a4e35546ecab85097ca2a876e41e702ad1fba8a3f2a4d9e009ed70b72b5ca97_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:5a6d77b9eecceaa0f0abf12806d56424604df8b19286ae397dc99c513868e4c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-coredns@sha256:97a09430b0f9dfe88b861cb686a75399f26c0b52146a37eb84fa5b4193dda056_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:5a45ed2384d5c44dbe11a7780c37622d9d55da2fed6782dbb51d45fda4b2a723_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:3ccf92e1ceed3bb4d7e92083204c4e818f59bc2be5d4b494e5c6e36afe49898c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:12029d2e1342cc56ad28c160314dc3eec2fd495d7680c7d155645a8d631f9c17_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:52a513e8cf1eed7857e352eab8b25f7c51ccd2c08c5083112553bf1293c7e849_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:eafdc83a60099af9de79968cfa967da3e9a589659b66fd1386aac8d632e82340_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c7cb5497338edcf1185914249c765d50b902e1640049a9e8e6ad0d57b792ee8e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:2ca4a02beb4550f80c19d9880aed6c921501867619f7c11648f2686b661434d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:2ca4a02beb4550f80c19d9880aed6c921501867619f7c11648f2686b661434d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:63920d0ad6f0b8cfbcdf8627269c50f84e66915aaad5fb6fd16e9480460b5313_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:63920d0ad6f0b8cfbcdf8627269c50f84e66915aaad5fb6fd16e9480460b5313_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:ab5caed8152c7e5012036719691b9fe4ba73b4488faa90f52ec88deb78f2ef47_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:ab5caed8152c7e5012036719691b9fe4ba73b4488faa90f52ec88deb78f2ef47_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:3eb660f6971e2d8237b7b9ddb60e55e3bcccbd9f34b0cf3870bf1c18e07d25e0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:3eb660f6971e2d8237b7b9ddb60e55e3bcccbd9f34b0cf3870bf1c18e07d25e0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:1c61bea46954facb357a90cf7e8dcabb4073a45cee9e8928c3faf307f9d194a7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:1c61bea46954facb357a90cf7e8dcabb4073a45cee9e8928c3faf307f9d194a7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:8a38bd8d9a2f59953e6847385cde2ca47d7252af62af446d98a44dc1e6e06907_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:8a38bd8d9a2f59953e6847385cde2ca47d7252af62af446d98a44dc1e6e06907_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:681c52a626b9b28b3cc3de0b8a6e643aa3a071e80da0f44fca4af00768e009b2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:681c52a626b9b28b3cc3de0b8a6e643aa3a071e80da0f44fca4af00768e009b2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:2b93d7f431d61453311b929fec9391525bc97166aabfca4efec2cb5c8053ae31_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-deployer@sha256:c0e3736e12e3fbec1b29b06ccc21599e6ff0114e0e47611e2f94c6163f60d9b4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-builder@sha256:c6430b22a10b6e8ab0f60617727058b212edeb72b802458a6188acfe51c35ad1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-registry@sha256:ffad01290cfad51340f07afc72b877ab3095ccdefaadd67e9f66c0bc7a9d126e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-etcd@sha256:1aedebae5a1eb0195c6a8d30e6b91be3505d439e5fdf364ba62a9df86bc423a8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:aae2532fdefaeef32a1c12fca4417650529c885f850aa0502438468c888f26b3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:b2e49e53dc87c605e8ed9a412e6001f9e8bbfa15121a7bdaf42ec7cf5c5e5a4e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:69307cbf63377392049c210206a187d96dbdab6daa749e9c4b3c26e482567e25_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:88ffe472fae92406d19d174c50515d8d22a6d0a7b93f7f7b89b485d0b6fca3a4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-haproxy-router@sha256:1a103094e958de44278635a3506bd8557894f987cda61cbc2c5ab757ba8815c4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hyperkube@sha256:50be43d66e3049fc247ac60315cce3d11f784dcddfc1ec4112af94740288fb44_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:8d762f3ffdcb22589570deae966d6d092bc3a0e75537d0f0a4dbfcf2115ed03e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:163355de7f30a4161758a43c7adefb90ab969c07be9604c9a34e0c2499f5f7e3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:6618f9828840cf41fffc19e89f5ae2077ac1aadaece6aa33fde8497b4fbf06e1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:337e3625cbadf2a326aa7de7f1750ed7ac6ef29ad28508b60e396bf72f2f4ae9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:bf789b27d3ba264a300600ee975f31e94a017b29cd878e78860aca9e42b633c2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:b8674517296b137591fdfd8086ff069731e8910c97d4aeae5bfec11b32e8e891_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:22d09b4eafbf14a04eea1d7e98abe239e59465106c9634d4e99cfb4ffb2d2508_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:4c9eb330e0de59382effefdb1e5fae589020d462b114e0efe07a4726920757c8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:59d16eba992d35b83656ff86cf914fb5ac7e68b6e6b1db732d117bd1cfcd066d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:3f13acb41c7905c644eda4164b2a03a1a42f18e0ed55231f30f87a476f6320a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer@sha256:2350a03a4e87eedb2bdd0e02ed771c2785014e48fcb9f42909e7186027c6311d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:aa92b055a5e97f08b510ee1df7583d7f2c3181f2cd419732dd9e34f351a44b0f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:98e10bddb60bddd235b524c4ab661cf2e1cc0da0c71d4317f26a01bde8b069a4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d344270fd48b6000166a4fad79dbd4536c5e4c58309d1e36e45d055c13fcb914_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:a8725ec7e307727da1f2a833cd0171dd332fc276cc80d6a1cce548e157c10aee_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:7b34408e62f572b8636b90d8ea622ed1b03e72ab014f32033e13790583cf29ee_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:6eb5e9896c82bfcd569b9c002475c0a87054cc92b85792e66453044e4f27726c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-proxy@sha256:ba2ea0cf300603cb839139fec385933c5585beee96666c439a565670bf867531_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:c7cc40ccbefa06e47aa71896ab733ccd16d9aa2637991f2994c976fb8cfbc446_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:8fcc17d23b0e06802fb907df56a0e712f8beb3aadb7850cd549d1105cd6964e6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:29ee316d69a70a0fb1dd96be313e7030c24e2fcc3fcedc1e3d90aed63b602324_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:19f25f9d406b88e079a0156ee28016df1f13a7556d2f9a771d75e506c5a009bb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:7bb99f7ef4a98fda5c3d6f972f243cfa8372294b28b9976b97ba96b776cfd81f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:53bcff6b7cff9137d1217881bd66deb2d055a6769c50bce52d398f6ca902c9e9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:fb362c48e4dbe220809704a8ee467120e2546d2e6f6ec5d73b3aba53dc077bf2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:b731cc451638e4e1213edb5cf9f2a707dc9e4196dfd004f4a61d5b5f5b1d0c75_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:9ba21219e78170ef0894b9617b5e73f1c17987419b59cec160f34567126d6565_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:145640691e5a1c299dda7b9d02c5925dd40ca032e88ebef8e28696d52f8a2267_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:fceb4dd066f16f2f26d706ad34e8bffbba4c9fb1f4598c3abf25e90fd65c25d5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:7167c1e4fa2f1d6994a964d05dff74b2ddb6b051322a6576069647937028f435_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:6c359a023df6c5ce14c715666ed9233a77033a0f9a2cbf0463fb36f3e16417d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:3f41faf2e3990aeff8d32bf73fbdd665b58d002c5e6aa590986706b6278c3923_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:a46233e5b1fa0a5a1a764a46c49a11269fadd87de378e28cb5fef0180ff7bf4f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-cni@sha256:fb1bc19434279409ff37e71aceb200a6ad915ffe6a4f2e7fdcbc9d250bdf5d0d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:85798bf870d31a79765ce9e73a6b5e3bbd18b28e0e7d009b5ad2880b805eb711_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:86da8c4a231249869671822435c5d160dfdbe40f37b35c329d0d678b88862cc7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:aa340b9e7d6540fef963456a1f68be95d2285796ae1fe6501f7a157f2c7853be_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-must-gather@sha256:201647697fc20fffa5238c768c1b70f593143ead6f5a8220e52c09bb486281dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:6a2bdd5615bbccad31a48a4329005c053e1ffe644bffff32cbfe1307ad3fc7cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:1a2418d7720c3b8dfbb1d4ee4dd33e40d40d20ef6149cff66a75e01997389361_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:a70ec003fa1858d78a82d3700e2c754534072d34769c582357dbbdaee131fae7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:403015afaab53d1aef65a3e1fd08e4bd0d534c7400a01f1096e9818970d240c4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:de1a25df83ac6bae5d4c23b809ce73c8c94e547653f244be3e85245b9134bbdd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:33380f96c6f751fae2a34f47043bbd2125f574815954ac094d09ecb28725d983_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:d014eec11f3767e50e7de299438160fad3790faa00b4db2a86c515d9df5ec807_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:14ced1f02db227a42c3b98b29f39d7e73ba06d8b0cbea83ecfaf2c63bb9ba04f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:ce3612a32ff93aa9738261533b336ea9b042a0fb0a25bc5fb28dec612ed7418e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:3a92f12e26afdfdccbc05a01031296b5404fa54e68de2ae2d4ee0994cb31424e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:dd7c5a0d61ff5f73cf7f4ba78310282cd51fcab071e8ab56066a3cfa9e6c1ca1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:7507d0c8e9e8c7fa573b50ca87c41195da712bc6c006ce4cd5e8355218099051_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:10385bc6050cab2cb3e3edd835c67668eee37be126f704799e9569a9b54d9c99_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-machine-controllers@sha256:af5205229b7ad7b9068165968c30ad36ac3016b1f28d0a26ed8ded9aa9eb14bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:84a2ea69488edce69c22b8a5aef5665fa7563cdf2fcd3f9424acdedbed521499_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:0b230491bb5a52adc2242872a0686223e53a7ed3a5f923b383183558bc205b13_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-registry@sha256:b85e21c45357847ac140ef2db2222e7da11080812d2eee85cfdcc98eb6c22561_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:19bd2b1d343872fd132beaf68aad33eee9f274ea3915a299ce601467ac844421_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:0bd452632f8ad16181bbb5fd4a0a86a94c4cd4fbce183d61bf99f7ff28b7c6c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:27f7ac8d4ed15dfb7b1f61abbfb38c2333b9974356a6070b2084b20b778ae3f9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-pod@sha256:0fff500fa4c52f2f910574e7fd646f9408397f726fbd5ba2d6e11f55ff0b51e1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:82b79d5ab7eed554fcc89d6fa5754dba5993816ea43c257097410fd078323943_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:2da4e2c822d30d1b66e59cbd696fd638fe6c1052a774c303bcc50d8c732713b4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:735c9ae12484b2d3c5301b5ea2d1cdddb583a7e65da3a35980fa20de3dcee1ab_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:20f8b3b38ed483e484897ab7f1465d9c20e3bdbe4ece138b85a2d9b46e184394_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:220a41bce9e80c6277055d596c02b3d62cf5905cfda772eb705c8ed4dd51feef_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:82edda6ae8fcfa24385cb75ab729154662649b66c5cce8b81719c300f838ff87_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:557c5ce0dfc308b7a88683cabd6303682bf959b6820d1209bb43554ca68f0f60_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:f54d7037f0084599924d8edad281b398611f8a96218a4809f4dc58f7cde7a261_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:1d1c4e5f78487db89666bd2fbee88fcc4fac0b1e62611a823a4971d088446369_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:0685631135bc2fd9d9f9e68cf34bf1ec66573fab26a0bccfa3f63ca2003472df_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus@sha256:90b2aaed0a32f10b45afb6ffca9379c3e8fc58a5d16f9730667055304b1b9b7c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:c28aa71e2759f4ef6a939f4c4cbe6eb93b490aec57edcd3bc04ddfb1a79e3122_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:f217d0e2ee477c6a4aad1b5329ad77aad631595ecc09223d45eabb65fbb3dcb8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-telemeter@sha256:49c604e45bed7de0092accf992a7360b759a25f6d0b2ba7a65bcce2c6c52f7ed_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tests@sha256:2f6347b402cd8f6e5afc8b6d2fcc3ea213d3e8325df186b0b4bfa3651fc29b4c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:3e3beaac96813816c6f2575c78e34faadb8cec2e97107a25efb6acc6f8d760d6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:4343e0a0d02722a0019942174c7d1587d8e8abefbde48b7b6f374a76a125b875_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:195ff9c2f84662da8890c5620382028240afb21f172caef120706070e71ce092_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:1504e3c20f04de8e4875f1860d18edd056fb8f64f4e1d6c375f5dec469bd1224_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:31cc96e0087d7748bc73f611917122a7426dd4f9dcce59a13bd0d3d0d29810c1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:5ff63bc70cbfcff3eede431fc5c0f704aea47191b9c598b56764c77374cebba8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:195ff9c2f84662da8890c5620382028240afb21f172caef120706070e71ce092_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:1504e3c20f04de8e4875f1860d18edd056fb8f64f4e1d6c375f5dec469bd1224_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:817c40ac725632322dc88f60c8870ca51ea3e71801fa1c01861db5a46b9fe2b5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:71dcf1b0bb479cbc69fe9cd96e1244055daea4b17ef4a1497d5f9b51f0f33646_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:ed90b4a58b967bc073abcd2c8d6450a757f7720c28a35a707e3b1acff10e7357_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:58475c817fa3fd1ac028c03eba2c857d3bd6c605e65093963d5be4d549495b7d_amd64 | — |
Workaround
|
A request smuggling flaw was found in the Eventlet PyPI library. The Eventlet WSGI parser is vulnerable to HTTP Request Smuggling due to improper handling of HTTP trailer sections. This vulnerability allows attackers to bypass front-end security controls, launch targeted attacks against active site users, and poison web caches.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:aa92b055a5e97f08b510ee1df7583d7f2c3181f2cd419732dd9e34f351a44b0f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d344270fd48b6000166a4fad79dbd4536c5e4c58309d1e36e45d055c13fcb914_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:03b4902359e5dd1bc2524b213d42b3c1c2e3e0f63380a17142705ba0b8397529_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:0adb3f01f921885b64b9ee98648b1252c0ee4f46c3f65ff53633924d72f5694a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:f5ae1ca7faa4f3bbb86f3c32ad12928c4905c85a3cfaebda3d80c603b3df995a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:a40488813e76053f7e3bc398a6655b6dcecc7d8e641b8c9a84c4fc7a8babeeb9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/network-tools-rhel8@sha256:a8f987adb667cdfe893a8fb16c46d04f64ae704ebd6f939ad86e5fac4e87d1d0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:9227ff3d828a294d7076bc5ccaf2b316bb1b60620e4a549c1b9778e692aef760_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:5a9f74b5c3dc5f2a040ae50fa85cad4269d3ef5dd93c57ce97ac1640526ef083_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:8b973769b317e1ca3ec4df7ac8bde2fd3898649a73bf16c6d436d5dbbcf7d1b5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:3f162460712daaf28214bba38129c4cec5894aa8f0dd4e133de33797801abb6a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:222d3e7cd6cde1dd90c007fdcd9ee1eb0d73e4d9a0972e01d68b1e23f6643d6a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:94450b3c7a1318f9aeac92d28721ff3b9b0e032a9aa85726d8b02c54ea424f05_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:103394f2799040d165d26e83a4d011940a27a311221cf53388025da8cfe2bb3b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:9f12e9a06be28ae59e58ea78263ad17e3c729418a77b09e232524e46fb98aa90_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:d80e9ac78a64607ea74ba4d5ecbe521c1f919c98ba7c42f3c2ec1c821576430d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:7fd5087403be83fca087e1ec911beef62ed77461d65ad26f4680e50dbd719cb3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:2e7c9331c70fa6692e0f0ca398caf71060007b0243da63cfd549159874fd7dda_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:18bf1ed1f3b68d8676b3e1b33cd1922ca633e530a769030287c6094310890e44_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:b5967b8947d53c71c2d6d86a31c1d2b192688504c090b27cf92c330affdbb9b5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:3da852fa79dfd7986e841fbfdaac11b058d722477229a8a3e446acc03d2855bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:2555cdbd7369c083baf6cdf13c51b567308b68492eaded300fec1a7ec2162520_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:3ca873b2249269813d75f2fc77ce7136dbc0bcb91ab5ea7fddb5289f87430ff3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:5f0235ee6907bb4cbbea1f5a0f6799a2316f53dca50dfd47bcb06553779d90ee_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:27791e130a789c4d7b82bc485b656f898efade15008428923d7bfff7412220ba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:4215367141864d8246cd30210801d5eef359c01710205917d366b0969aa39aad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:8e6843d665d705d385b691659de9ceddb5a5c632a2b8ddbb54ec53a8aae7b5e7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:57114c78085fb614e49877646ea3d32b8ca9a11f55758720cfbf5b237bda33b6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:aad175767a53e40687563666fbfd4b0ade6740b0a9106dd9072338b4ef6a967e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:551ea5cd1d61aa167aeebe2a664c584e1e604ccf044f95d4ccbd7581a37a28a8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:352e9b8374953a6d83b0bc7f47feeb949d36c4d19d5d4487e4e9e0935db060de_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:766ecb47dab0dabb396770983c28cf54cc8873953881b741511eff2cad97b368_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:933361e4087e27483e3228f18ed11927cf6b69804521ec41b0ced4f3b1392e10_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4cdf34306eb2eb7e0400f004f7f3fa24db634ab9ee30a745d810e0c1c2a57186_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:0dbd860d73a376922f814d9bead2138e5738f12261a17c89cf0b85c1dfd330c2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli@sha256:f3f11d030db87ab00d42e9bdf6afe349cf5383bef1e68e784640c9180c60ef9e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:4a583b961e61497209de9276f018dc3e78fad3f80a35bc5a99b243ef63f21dcc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:b83672b42e994c07b26b03379ca15be56589fe7d8a00677ff60f2eeed8ea0a07_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:2467b04bbdc95207f80f8df02ca39be34fe940737a49f35709286b47348a034d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:55bdaea54b24f7fb08ad30fd9f6c34dc944c11993a4dd6a255c41a25f500b5d6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:6ff4a8524e267e83bbc7222993cb7cdb083cf1e07d798f9a0b35f5d09afd685b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:63acdeae3182eb576b9959b98e2788e87dd9834e8c53f33cecc867a4a07019ec_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:f4d01e9d7968d2164a87d3167161d157e62b2636ff67747127b6fc904d85c60a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:d5e9126943d178b88d47ff4c0133ea2add90b05a19e65133abd92dd6ef8d43ed_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:d5e9126943d178b88d47ff4c0133ea2add90b05a19e65133abd92dd6ef8d43ed_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:ca34ef82ca0096a6201a02eca801a82b5945c37e79984321c6900e2007afb933_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:4849ed03bfda437491f219108afc8bd2599e96ecadf6322e527ff65ee6b2c7ae_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:7d3589d6ad46a61f492af7870b30992c8284f3041a59e6ed0c7e020a42f1fdb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:6195190833c52939c4696d0271a59397726526f0a4accfc056e45e564e8af830_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:c069e4c89fb7af2ef735d8be2a05c068febe40b54ec8d43cdfa31118d5042005_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:417cd2950c41d3490010f110b4bdc46fddbd5efa7a32ec73f44d080a9e56a814_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:9110db70398296e720496b0c7d0e02c5c0857248ce4d9625e80158de115cdb6f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:15302d83535f81bdb5f297b1dade9d5ad34039344be786846aa670134e746eed_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:c2da8698eea9388a61c2ae76ec72a46601e2480addfecda1c6f0c182a18b976a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:8aed89c36c6db33d5572521acccbc676e557f5268532a9ee2b63e8423191013a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:4ce64fc5f1b82f8eaca2aff35f5a4035ebe16dd67412aa73c783c7f2264d0078_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:ada2f039c9bafd29b12ad382037c6e27e3d3835593f36d548e6f325e2d76d2a3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:58acdf2f0e9151c55c79e8e42766779a87aa74449186d3eac3483df14bfce5da_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:a5256116d595d9f902808ade081c5dadf42c8cf50a26ba4d50a636642a63be4c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:301719f189471ff392180858c3d1bc83470f53ce003842fa7ab63eaa8e1868e4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:c1ee6c2f6f113929ce4dc10b0a21604b974418201cc16911a6aaf6c6ccdae1fa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:7404217ef1eabda789b87d6c1d5fdbae4c569af1515142f65e761231165e1e77_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:72b65af0f9da924e1f96b490761c5e866a1e6d48d1d17a8e18e34722c7cf3858_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:a4d3ac3eb8dbd7f3eaf1aebb4a07f7fd9b14f14fdfd5aa92eb76699005af1b42_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:fdffcb1cb1fa8c62f2fd863852a4c8319d468720dd7dbda93583de16e4763867_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:32d6da2834b5fc4ba1e8ff1775cb4ed14b3a3c19d2975d0f3bdab29068572ea0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:9e7a6228eaca387c19876f41fe99ac45c794f5beedacb6105841eec8f47c3d92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:5cc1e869f5f7a54876857393b06d3bc3828299b7bddc1493d0b1ffb9f80e65db_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:7955a4d52e11574cd5b56c80046cffab0dfcb7fbdc52de2cd8ef10fe253f3af7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:664a0fb69a06806911ca8661fe92e86fdeed45e32d0748ea166f00d5699a0972_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:239c1a0cabec9621a0926b9024145f61973631dead00bfd0411fd479412ca3e7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console-operator@sha256:1a4e35546ecab85097ca2a876e41e702ad1fba8a3f2a4d9e009ed70b72b5ca97_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console@sha256:735a1f869be25e1b0cd29e96bab37c92161e4448a469f50edaabf506dabf9e97_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:5a6d77b9eecceaa0f0abf12806d56424604df8b19286ae397dc99c513868e4c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-coredns@sha256:97a09430b0f9dfe88b861cb686a75399f26c0b52146a37eb84fa5b4193dda056_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:5a45ed2384d5c44dbe11a7780c37622d9d55da2fed6782dbb51d45fda4b2a723_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:3ccf92e1ceed3bb4d7e92083204c4e818f59bc2be5d4b494e5c6e36afe49898c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:12029d2e1342cc56ad28c160314dc3eec2fd495d7680c7d155645a8d631f9c17_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:52a513e8cf1eed7857e352eab8b25f7c51ccd2c08c5083112553bf1293c7e849_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:eafdc83a60099af9de79968cfa967da3e9a589659b66fd1386aac8d632e82340_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c7cb5497338edcf1185914249c765d50b902e1640049a9e8e6ad0d57b792ee8e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:2ca4a02beb4550f80c19d9880aed6c921501867619f7c11648f2686b661434d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:2ca4a02beb4550f80c19d9880aed6c921501867619f7c11648f2686b661434d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:63920d0ad6f0b8cfbcdf8627269c50f84e66915aaad5fb6fd16e9480460b5313_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:63920d0ad6f0b8cfbcdf8627269c50f84e66915aaad5fb6fd16e9480460b5313_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:ab5caed8152c7e5012036719691b9fe4ba73b4488faa90f52ec88deb78f2ef47_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:ab5caed8152c7e5012036719691b9fe4ba73b4488faa90f52ec88deb78f2ef47_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:3eb660f6971e2d8237b7b9ddb60e55e3bcccbd9f34b0cf3870bf1c18e07d25e0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:3eb660f6971e2d8237b7b9ddb60e55e3bcccbd9f34b0cf3870bf1c18e07d25e0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:1c61bea46954facb357a90cf7e8dcabb4073a45cee9e8928c3faf307f9d194a7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:1c61bea46954facb357a90cf7e8dcabb4073a45cee9e8928c3faf307f9d194a7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:8a38bd8d9a2f59953e6847385cde2ca47d7252af62af446d98a44dc1e6e06907_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:8a38bd8d9a2f59953e6847385cde2ca47d7252af62af446d98a44dc1e6e06907_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:681c52a626b9b28b3cc3de0b8a6e643aa3a071e80da0f44fca4af00768e009b2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:681c52a626b9b28b3cc3de0b8a6e643aa3a071e80da0f44fca4af00768e009b2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:2b93d7f431d61453311b929fec9391525bc97166aabfca4efec2cb5c8053ae31_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-deployer@sha256:c0e3736e12e3fbec1b29b06ccc21599e6ff0114e0e47611e2f94c6163f60d9b4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-builder@sha256:c6430b22a10b6e8ab0f60617727058b212edeb72b802458a6188acfe51c35ad1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-registry@sha256:ffad01290cfad51340f07afc72b877ab3095ccdefaadd67e9f66c0bc7a9d126e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-etcd@sha256:1aedebae5a1eb0195c6a8d30e6b91be3505d439e5fdf364ba62a9df86bc423a8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:aae2532fdefaeef32a1c12fca4417650529c885f850aa0502438468c888f26b3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:b2e49e53dc87c605e8ed9a412e6001f9e8bbfa15121a7bdaf42ec7cf5c5e5a4e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:69307cbf63377392049c210206a187d96dbdab6daa749e9c4b3c26e482567e25_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:88ffe472fae92406d19d174c50515d8d22a6d0a7b93f7f7b89b485d0b6fca3a4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-haproxy-router@sha256:1a103094e958de44278635a3506bd8557894f987cda61cbc2c5ab757ba8815c4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hyperkube@sha256:50be43d66e3049fc247ac60315cce3d11f784dcddfc1ec4112af94740288fb44_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:8d762f3ffdcb22589570deae966d6d092bc3a0e75537d0f0a4dbfcf2115ed03e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:163355de7f30a4161758a43c7adefb90ab969c07be9604c9a34e0c2499f5f7e3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:6618f9828840cf41fffc19e89f5ae2077ac1aadaece6aa33fde8497b4fbf06e1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:337e3625cbadf2a326aa7de7f1750ed7ac6ef29ad28508b60e396bf72f2f4ae9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:bf789b27d3ba264a300600ee975f31e94a017b29cd878e78860aca9e42b633c2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:b8674517296b137591fdfd8086ff069731e8910c97d4aeae5bfec11b32e8e891_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:22d09b4eafbf14a04eea1d7e98abe239e59465106c9634d4e99cfb4ffb2d2508_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:4c9eb330e0de59382effefdb1e5fae589020d462b114e0efe07a4726920757c8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:59d16eba992d35b83656ff86cf914fb5ac7e68b6e6b1db732d117bd1cfcd066d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:3f13acb41c7905c644eda4164b2a03a1a42f18e0ed55231f30f87a476f6320a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer@sha256:2350a03a4e87eedb2bdd0e02ed771c2785014e48fcb9f42909e7186027c6311d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:98e10bddb60bddd235b524c4ab661cf2e1cc0da0c71d4317f26a01bde8b069a4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:a8725ec7e307727da1f2a833cd0171dd332fc276cc80d6a1cce548e157c10aee_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:7b34408e62f572b8636b90d8ea622ed1b03e72ab014f32033e13790583cf29ee_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:6eb5e9896c82bfcd569b9c002475c0a87054cc92b85792e66453044e4f27726c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-proxy@sha256:ba2ea0cf300603cb839139fec385933c5585beee96666c439a565670bf867531_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:c7cc40ccbefa06e47aa71896ab733ccd16d9aa2637991f2994c976fb8cfbc446_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:8fcc17d23b0e06802fb907df56a0e712f8beb3aadb7850cd549d1105cd6964e6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:29ee316d69a70a0fb1dd96be313e7030c24e2fcc3fcedc1e3d90aed63b602324_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:19f25f9d406b88e079a0156ee28016df1f13a7556d2f9a771d75e506c5a009bb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:7bb99f7ef4a98fda5c3d6f972f243cfa8372294b28b9976b97ba96b776cfd81f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:53bcff6b7cff9137d1217881bd66deb2d055a6769c50bce52d398f6ca902c9e9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:fb362c48e4dbe220809704a8ee467120e2546d2e6f6ec5d73b3aba53dc077bf2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:b731cc451638e4e1213edb5cf9f2a707dc9e4196dfd004f4a61d5b5f5b1d0c75_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:9ba21219e78170ef0894b9617b5e73f1c17987419b59cec160f34567126d6565_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:145640691e5a1c299dda7b9d02c5925dd40ca032e88ebef8e28696d52f8a2267_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:fceb4dd066f16f2f26d706ad34e8bffbba4c9fb1f4598c3abf25e90fd65c25d5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:7167c1e4fa2f1d6994a964d05dff74b2ddb6b051322a6576069647937028f435_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:6c359a023df6c5ce14c715666ed9233a77033a0f9a2cbf0463fb36f3e16417d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:3f41faf2e3990aeff8d32bf73fbdd665b58d002c5e6aa590986706b6278c3923_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:a46233e5b1fa0a5a1a764a46c49a11269fadd87de378e28cb5fef0180ff7bf4f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-cni@sha256:fb1bc19434279409ff37e71aceb200a6ad915ffe6a4f2e7fdcbc9d250bdf5d0d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:85798bf870d31a79765ce9e73a6b5e3bbd18b28e0e7d009b5ad2880b805eb711_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:86da8c4a231249869671822435c5d160dfdbe40f37b35c329d0d678b88862cc7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:aa340b9e7d6540fef963456a1f68be95d2285796ae1fe6501f7a157f2c7853be_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-must-gather@sha256:201647697fc20fffa5238c768c1b70f593143ead6f5a8220e52c09bb486281dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:6a2bdd5615bbccad31a48a4329005c053e1ffe644bffff32cbfe1307ad3fc7cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:1a2418d7720c3b8dfbb1d4ee4dd33e40d40d20ef6149cff66a75e01997389361_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:a70ec003fa1858d78a82d3700e2c754534072d34769c582357dbbdaee131fae7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:403015afaab53d1aef65a3e1fd08e4bd0d534c7400a01f1096e9818970d240c4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:de1a25df83ac6bae5d4c23b809ce73c8c94e547653f244be3e85245b9134bbdd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:33380f96c6f751fae2a34f47043bbd2125f574815954ac094d09ecb28725d983_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:d014eec11f3767e50e7de299438160fad3790faa00b4db2a86c515d9df5ec807_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:14ced1f02db227a42c3b98b29f39d7e73ba06d8b0cbea83ecfaf2c63bb9ba04f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:ce3612a32ff93aa9738261533b336ea9b042a0fb0a25bc5fb28dec612ed7418e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:3a92f12e26afdfdccbc05a01031296b5404fa54e68de2ae2d4ee0994cb31424e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:dd7c5a0d61ff5f73cf7f4ba78310282cd51fcab071e8ab56066a3cfa9e6c1ca1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:7507d0c8e9e8c7fa573b50ca87c41195da712bc6c006ce4cd5e8355218099051_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:10385bc6050cab2cb3e3edd835c67668eee37be126f704799e9569a9b54d9c99_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-machine-controllers@sha256:af5205229b7ad7b9068165968c30ad36ac3016b1f28d0a26ed8ded9aa9eb14bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:84a2ea69488edce69c22b8a5aef5665fa7563cdf2fcd3f9424acdedbed521499_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:0b230491bb5a52adc2242872a0686223e53a7ed3a5f923b383183558bc205b13_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-registry@sha256:b85e21c45357847ac140ef2db2222e7da11080812d2eee85cfdcc98eb6c22561_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:19bd2b1d343872fd132beaf68aad33eee9f274ea3915a299ce601467ac844421_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:0bd452632f8ad16181bbb5fd4a0a86a94c4cd4fbce183d61bf99f7ff28b7c6c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:27f7ac8d4ed15dfb7b1f61abbfb38c2333b9974356a6070b2084b20b778ae3f9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-pod@sha256:0fff500fa4c52f2f910574e7fd646f9408397f726fbd5ba2d6e11f55ff0b51e1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:82b79d5ab7eed554fcc89d6fa5754dba5993816ea43c257097410fd078323943_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:2da4e2c822d30d1b66e59cbd696fd638fe6c1052a774c303bcc50d8c732713b4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:735c9ae12484b2d3c5301b5ea2d1cdddb583a7e65da3a35980fa20de3dcee1ab_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:20f8b3b38ed483e484897ab7f1465d9c20e3bdbe4ece138b85a2d9b46e184394_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:220a41bce9e80c6277055d596c02b3d62cf5905cfda772eb705c8ed4dd51feef_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:82edda6ae8fcfa24385cb75ab729154662649b66c5cce8b81719c300f838ff87_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:557c5ce0dfc308b7a88683cabd6303682bf959b6820d1209bb43554ca68f0f60_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:f54d7037f0084599924d8edad281b398611f8a96218a4809f4dc58f7cde7a261_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:1d1c4e5f78487db89666bd2fbee88fcc4fac0b1e62611a823a4971d088446369_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:0685631135bc2fd9d9f9e68cf34bf1ec66573fab26a0bccfa3f63ca2003472df_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus@sha256:90b2aaed0a32f10b45afb6ffca9379c3e8fc58a5d16f9730667055304b1b9b7c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:c28aa71e2759f4ef6a939f4c4cbe6eb93b490aec57edcd3bc04ddfb1a79e3122_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:f217d0e2ee477c6a4aad1b5329ad77aad631595ecc09223d45eabb65fbb3dcb8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-telemeter@sha256:49c604e45bed7de0092accf992a7360b759a25f6d0b2ba7a65bcce2c6c52f7ed_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tests@sha256:2f6347b402cd8f6e5afc8b6d2fcc3ea213d3e8325df186b0b4bfa3651fc29b4c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:3e3beaac96813816c6f2575c78e34faadb8cec2e97107a25efb6acc6f8d760d6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:4343e0a0d02722a0019942174c7d1587d8e8abefbde48b7b6f374a76a125b875_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:195ff9c2f84662da8890c5620382028240afb21f172caef120706070e71ce092_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:1504e3c20f04de8e4875f1860d18edd056fb8f64f4e1d6c375f5dec469bd1224_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:31cc96e0087d7748bc73f611917122a7426dd4f9dcce59a13bd0d3d0d29810c1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:5ff63bc70cbfcff3eede431fc5c0f704aea47191b9c598b56764c77374cebba8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:195ff9c2f84662da8890c5620382028240afb21f172caef120706070e71ce092_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:1504e3c20f04de8e4875f1860d18edd056fb8f64f4e1d6c375f5dec469bd1224_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:817c40ac725632322dc88f60c8870ca51ea3e71801fa1c01861db5a46b9fe2b5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:71dcf1b0bb479cbc69fe9cd96e1244055daea4b17ef4a1497d5f9b51f0f33646_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:ed90b4a58b967bc073abcd2c8d6450a757f7720c28a35a707e3b1acff10e7357_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:58475c817fa3fd1ac028c03eba2c857d3bd6c605e65093963d5be4d549495b7d_amd64 | — |
Workaround
|
A denial-of-service vulnerability in github.com/sirupsen/logrus occurs when Entry.Writer() processes a single-line payload larger than 64KB with no newline characters. Due to a limitation in Go’s internal bufio.Scanner, the read operation fails with a “token too long” error, causing the underlying writer pipe to close. In affected versions, this leaves the Writer interface unusable and can disrupt logging functionality, potentially degrading application availability.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:3da852fa79dfd7986e841fbfdaac11b058d722477229a8a3e446acc03d2855bd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:417cd2950c41d3490010f110b4bdc46fddbd5efa7a32ec73f44d080a9e56a814_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:58acdf2f0e9151c55c79e8e42766779a87aa74449186d3eac3483df14bfce5da_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:5cc1e869f5f7a54876857393b06d3bc3828299b7bddc1493d0b1ffb9f80e65db_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:5a45ed2384d5c44dbe11a7780c37622d9d55da2fed6782dbb51d45fda4b2a723_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:4c9eb330e0de59382effefdb1e5fae589020d462b114e0efe07a4726920757c8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:dd7c5a0d61ff5f73cf7f4ba78310282cd51fcab071e8ab56066a3cfa9e6c1ca1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:195ff9c2f84662da8890c5620382028240afb21f172caef120706070e71ce092_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:1504e3c20f04de8e4875f1860d18edd056fb8f64f4e1d6c375f5dec469bd1224_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:71dcf1b0bb479cbc69fe9cd96e1244055daea4b17ef4a1497d5f9b51f0f33646_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:ed90b4a58b967bc073abcd2c8d6450a757f7720c28a35a707e3b1acff10e7357_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:03b4902359e5dd1bc2524b213d42b3c1c2e3e0f63380a17142705ba0b8397529_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:0adb3f01f921885b64b9ee98648b1252c0ee4f46c3f65ff53633924d72f5694a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:f5ae1ca7faa4f3bbb86f3c32ad12928c4905c85a3cfaebda3d80c603b3df995a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:a40488813e76053f7e3bc398a6655b6dcecc7d8e641b8c9a84c4fc7a8babeeb9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/network-tools-rhel8@sha256:a8f987adb667cdfe893a8fb16c46d04f64ae704ebd6f939ad86e5fac4e87d1d0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:9227ff3d828a294d7076bc5ccaf2b316bb1b60620e4a549c1b9778e692aef760_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:5a9f74b5c3dc5f2a040ae50fa85cad4269d3ef5dd93c57ce97ac1640526ef083_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:8b973769b317e1ca3ec4df7ac8bde2fd3898649a73bf16c6d436d5dbbcf7d1b5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:3f162460712daaf28214bba38129c4cec5894aa8f0dd4e133de33797801abb6a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:222d3e7cd6cde1dd90c007fdcd9ee1eb0d73e4d9a0972e01d68b1e23f6643d6a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:94450b3c7a1318f9aeac92d28721ff3b9b0e032a9aa85726d8b02c54ea424f05_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:103394f2799040d165d26e83a4d011940a27a311221cf53388025da8cfe2bb3b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:9f12e9a06be28ae59e58ea78263ad17e3c729418a77b09e232524e46fb98aa90_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:d80e9ac78a64607ea74ba4d5ecbe521c1f919c98ba7c42f3c2ec1c821576430d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:7fd5087403be83fca087e1ec911beef62ed77461d65ad26f4680e50dbd719cb3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:2e7c9331c70fa6692e0f0ca398caf71060007b0243da63cfd549159874fd7dda_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:18bf1ed1f3b68d8676b3e1b33cd1922ca633e530a769030287c6094310890e44_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:b5967b8947d53c71c2d6d86a31c1d2b192688504c090b27cf92c330affdbb9b5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:2555cdbd7369c083baf6cdf13c51b567308b68492eaded300fec1a7ec2162520_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:3ca873b2249269813d75f2fc77ce7136dbc0bcb91ab5ea7fddb5289f87430ff3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:5f0235ee6907bb4cbbea1f5a0f6799a2316f53dca50dfd47bcb06553779d90ee_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:27791e130a789c4d7b82bc485b656f898efade15008428923d7bfff7412220ba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:4215367141864d8246cd30210801d5eef359c01710205917d366b0969aa39aad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:8e6843d665d705d385b691659de9ceddb5a5c632a2b8ddbb54ec53a8aae7b5e7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:57114c78085fb614e49877646ea3d32b8ca9a11f55758720cfbf5b237bda33b6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:aad175767a53e40687563666fbfd4b0ade6740b0a9106dd9072338b4ef6a967e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:551ea5cd1d61aa167aeebe2a664c584e1e604ccf044f95d4ccbd7581a37a28a8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:352e9b8374953a6d83b0bc7f47feeb949d36c4d19d5d4487e4e9e0935db060de_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:766ecb47dab0dabb396770983c28cf54cc8873953881b741511eff2cad97b368_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:933361e4087e27483e3228f18ed11927cf6b69804521ec41b0ced4f3b1392e10_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4cdf34306eb2eb7e0400f004f7f3fa24db634ab9ee30a745d810e0c1c2a57186_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:0dbd860d73a376922f814d9bead2138e5738f12261a17c89cf0b85c1dfd330c2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli@sha256:f3f11d030db87ab00d42e9bdf6afe349cf5383bef1e68e784640c9180c60ef9e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:4a583b961e61497209de9276f018dc3e78fad3f80a35bc5a99b243ef63f21dcc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:b83672b42e994c07b26b03379ca15be56589fe7d8a00677ff60f2eeed8ea0a07_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:2467b04bbdc95207f80f8df02ca39be34fe940737a49f35709286b47348a034d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:55bdaea54b24f7fb08ad30fd9f6c34dc944c11993a4dd6a255c41a25f500b5d6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:6ff4a8524e267e83bbc7222993cb7cdb083cf1e07d798f9a0b35f5d09afd685b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:63acdeae3182eb576b9959b98e2788e87dd9834e8c53f33cecc867a4a07019ec_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:f4d01e9d7968d2164a87d3167161d157e62b2636ff67747127b6fc904d85c60a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:d5e9126943d178b88d47ff4c0133ea2add90b05a19e65133abd92dd6ef8d43ed_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:d5e9126943d178b88d47ff4c0133ea2add90b05a19e65133abd92dd6ef8d43ed_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:ca34ef82ca0096a6201a02eca801a82b5945c37e79984321c6900e2007afb933_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:4849ed03bfda437491f219108afc8bd2599e96ecadf6322e527ff65ee6b2c7ae_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:7d3589d6ad46a61f492af7870b30992c8284f3041a59e6ed0c7e020a42f1fdb6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:6195190833c52939c4696d0271a59397726526f0a4accfc056e45e564e8af830_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:c069e4c89fb7af2ef735d8be2a05c068febe40b54ec8d43cdfa31118d5042005_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:9110db70398296e720496b0c7d0e02c5c0857248ce4d9625e80158de115cdb6f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:15302d83535f81bdb5f297b1dade9d5ad34039344be786846aa670134e746eed_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:c2da8698eea9388a61c2ae76ec72a46601e2480addfecda1c6f0c182a18b976a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:8aed89c36c6db33d5572521acccbc676e557f5268532a9ee2b63e8423191013a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:4ce64fc5f1b82f8eaca2aff35f5a4035ebe16dd67412aa73c783c7f2264d0078_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:ada2f039c9bafd29b12ad382037c6e27e3d3835593f36d548e6f325e2d76d2a3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:a5256116d595d9f902808ade081c5dadf42c8cf50a26ba4d50a636642a63be4c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:301719f189471ff392180858c3d1bc83470f53ce003842fa7ab63eaa8e1868e4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:c1ee6c2f6f113929ce4dc10b0a21604b974418201cc16911a6aaf6c6ccdae1fa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:7404217ef1eabda789b87d6c1d5fdbae4c569af1515142f65e761231165e1e77_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:72b65af0f9da924e1f96b490761c5e866a1e6d48d1d17a8e18e34722c7cf3858_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:a4d3ac3eb8dbd7f3eaf1aebb4a07f7fd9b14f14fdfd5aa92eb76699005af1b42_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:fdffcb1cb1fa8c62f2fd863852a4c8319d468720dd7dbda93583de16e4763867_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:32d6da2834b5fc4ba1e8ff1775cb4ed14b3a3c19d2975d0f3bdab29068572ea0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:9e7a6228eaca387c19876f41fe99ac45c794f5beedacb6105841eec8f47c3d92_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:7955a4d52e11574cd5b56c80046cffab0dfcb7fbdc52de2cd8ef10fe253f3af7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:664a0fb69a06806911ca8661fe92e86fdeed45e32d0748ea166f00d5699a0972_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:239c1a0cabec9621a0926b9024145f61973631dead00bfd0411fd479412ca3e7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console-operator@sha256:1a4e35546ecab85097ca2a876e41e702ad1fba8a3f2a4d9e009ed70b72b5ca97_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console@sha256:735a1f869be25e1b0cd29e96bab37c92161e4448a469f50edaabf506dabf9e97_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:5a6d77b9eecceaa0f0abf12806d56424604df8b19286ae397dc99c513868e4c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-coredns@sha256:97a09430b0f9dfe88b861cb686a75399f26c0b52146a37eb84fa5b4193dda056_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:3ccf92e1ceed3bb4d7e92083204c4e818f59bc2be5d4b494e5c6e36afe49898c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:12029d2e1342cc56ad28c160314dc3eec2fd495d7680c7d155645a8d631f9c17_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:52a513e8cf1eed7857e352eab8b25f7c51ccd2c08c5083112553bf1293c7e849_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:eafdc83a60099af9de79968cfa967da3e9a589659b66fd1386aac8d632e82340_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c7cb5497338edcf1185914249c765d50b902e1640049a9e8e6ad0d57b792ee8e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:2ca4a02beb4550f80c19d9880aed6c921501867619f7c11648f2686b661434d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:2ca4a02beb4550f80c19d9880aed6c921501867619f7c11648f2686b661434d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:63920d0ad6f0b8cfbcdf8627269c50f84e66915aaad5fb6fd16e9480460b5313_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:63920d0ad6f0b8cfbcdf8627269c50f84e66915aaad5fb6fd16e9480460b5313_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:ab5caed8152c7e5012036719691b9fe4ba73b4488faa90f52ec88deb78f2ef47_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:ab5caed8152c7e5012036719691b9fe4ba73b4488faa90f52ec88deb78f2ef47_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:3eb660f6971e2d8237b7b9ddb60e55e3bcccbd9f34b0cf3870bf1c18e07d25e0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:3eb660f6971e2d8237b7b9ddb60e55e3bcccbd9f34b0cf3870bf1c18e07d25e0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:1c61bea46954facb357a90cf7e8dcabb4073a45cee9e8928c3faf307f9d194a7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:1c61bea46954facb357a90cf7e8dcabb4073a45cee9e8928c3faf307f9d194a7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:8a38bd8d9a2f59953e6847385cde2ca47d7252af62af446d98a44dc1e6e06907_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:8a38bd8d9a2f59953e6847385cde2ca47d7252af62af446d98a44dc1e6e06907_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:681c52a626b9b28b3cc3de0b8a6e643aa3a071e80da0f44fca4af00768e009b2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:681c52a626b9b28b3cc3de0b8a6e643aa3a071e80da0f44fca4af00768e009b2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:2b93d7f431d61453311b929fec9391525bc97166aabfca4efec2cb5c8053ae31_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-deployer@sha256:c0e3736e12e3fbec1b29b06ccc21599e6ff0114e0e47611e2f94c6163f60d9b4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-builder@sha256:c6430b22a10b6e8ab0f60617727058b212edeb72b802458a6188acfe51c35ad1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-registry@sha256:ffad01290cfad51340f07afc72b877ab3095ccdefaadd67e9f66c0bc7a9d126e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-etcd@sha256:1aedebae5a1eb0195c6a8d30e6b91be3505d439e5fdf364ba62a9df86bc423a8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:aae2532fdefaeef32a1c12fca4417650529c885f850aa0502438468c888f26b3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:b2e49e53dc87c605e8ed9a412e6001f9e8bbfa15121a7bdaf42ec7cf5c5e5a4e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:69307cbf63377392049c210206a187d96dbdab6daa749e9c4b3c26e482567e25_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:88ffe472fae92406d19d174c50515d8d22a6d0a7b93f7f7b89b485d0b6fca3a4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-haproxy-router@sha256:1a103094e958de44278635a3506bd8557894f987cda61cbc2c5ab757ba8815c4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hyperkube@sha256:50be43d66e3049fc247ac60315cce3d11f784dcddfc1ec4112af94740288fb44_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:8d762f3ffdcb22589570deae966d6d092bc3a0e75537d0f0a4dbfcf2115ed03e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:163355de7f30a4161758a43c7adefb90ab969c07be9604c9a34e0c2499f5f7e3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:6618f9828840cf41fffc19e89f5ae2077ac1aadaece6aa33fde8497b4fbf06e1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:337e3625cbadf2a326aa7de7f1750ed7ac6ef29ad28508b60e396bf72f2f4ae9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:bf789b27d3ba264a300600ee975f31e94a017b29cd878e78860aca9e42b633c2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:b8674517296b137591fdfd8086ff069731e8910c97d4aeae5bfec11b32e8e891_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:22d09b4eafbf14a04eea1d7e98abe239e59465106c9634d4e99cfb4ffb2d2508_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:59d16eba992d35b83656ff86cf914fb5ac7e68b6e6b1db732d117bd1cfcd066d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:3f13acb41c7905c644eda4164b2a03a1a42f18e0ed55231f30f87a476f6320a0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer@sha256:2350a03a4e87eedb2bdd0e02ed771c2785014e48fcb9f42909e7186027c6311d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:aa92b055a5e97f08b510ee1df7583d7f2c3181f2cd419732dd9e34f351a44b0f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:98e10bddb60bddd235b524c4ab661cf2e1cc0da0c71d4317f26a01bde8b069a4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d344270fd48b6000166a4fad79dbd4536c5e4c58309d1e36e45d055c13fcb914_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:a8725ec7e307727da1f2a833cd0171dd332fc276cc80d6a1cce548e157c10aee_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:7b34408e62f572b8636b90d8ea622ed1b03e72ab014f32033e13790583cf29ee_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:6eb5e9896c82bfcd569b9c002475c0a87054cc92b85792e66453044e4f27726c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-proxy@sha256:ba2ea0cf300603cb839139fec385933c5585beee96666c439a565670bf867531_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:c7cc40ccbefa06e47aa71896ab733ccd16d9aa2637991f2994c976fb8cfbc446_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:8fcc17d23b0e06802fb907df56a0e712f8beb3aadb7850cd549d1105cd6964e6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:29ee316d69a70a0fb1dd96be313e7030c24e2fcc3fcedc1e3d90aed63b602324_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:19f25f9d406b88e079a0156ee28016df1f13a7556d2f9a771d75e506c5a009bb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:7bb99f7ef4a98fda5c3d6f972f243cfa8372294b28b9976b97ba96b776cfd81f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:53bcff6b7cff9137d1217881bd66deb2d055a6769c50bce52d398f6ca902c9e9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:fb362c48e4dbe220809704a8ee467120e2546d2e6f6ec5d73b3aba53dc077bf2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:b731cc451638e4e1213edb5cf9f2a707dc9e4196dfd004f4a61d5b5f5b1d0c75_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:9ba21219e78170ef0894b9617b5e73f1c17987419b59cec160f34567126d6565_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:145640691e5a1c299dda7b9d02c5925dd40ca032e88ebef8e28696d52f8a2267_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:fceb4dd066f16f2f26d706ad34e8bffbba4c9fb1f4598c3abf25e90fd65c25d5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:7167c1e4fa2f1d6994a964d05dff74b2ddb6b051322a6576069647937028f435_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:6c359a023df6c5ce14c715666ed9233a77033a0f9a2cbf0463fb36f3e16417d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:3f41faf2e3990aeff8d32bf73fbdd665b58d002c5e6aa590986706b6278c3923_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:a46233e5b1fa0a5a1a764a46c49a11269fadd87de378e28cb5fef0180ff7bf4f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-cni@sha256:fb1bc19434279409ff37e71aceb200a6ad915ffe6a4f2e7fdcbc9d250bdf5d0d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:85798bf870d31a79765ce9e73a6b5e3bbd18b28e0e7d009b5ad2880b805eb711_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:86da8c4a231249869671822435c5d160dfdbe40f37b35c329d0d678b88862cc7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:aa340b9e7d6540fef963456a1f68be95d2285796ae1fe6501f7a157f2c7853be_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-must-gather@sha256:201647697fc20fffa5238c768c1b70f593143ead6f5a8220e52c09bb486281dd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:6a2bdd5615bbccad31a48a4329005c053e1ffe644bffff32cbfe1307ad3fc7cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:1a2418d7720c3b8dfbb1d4ee4dd33e40d40d20ef6149cff66a75e01997389361_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:a70ec003fa1858d78a82d3700e2c754534072d34769c582357dbbdaee131fae7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:403015afaab53d1aef65a3e1fd08e4bd0d534c7400a01f1096e9818970d240c4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:de1a25df83ac6bae5d4c23b809ce73c8c94e547653f244be3e85245b9134bbdd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:33380f96c6f751fae2a34f47043bbd2125f574815954ac094d09ecb28725d983_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:d014eec11f3767e50e7de299438160fad3790faa00b4db2a86c515d9df5ec807_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:14ced1f02db227a42c3b98b29f39d7e73ba06d8b0cbea83ecfaf2c63bb9ba04f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:ce3612a32ff93aa9738261533b336ea9b042a0fb0a25bc5fb28dec612ed7418e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:3a92f12e26afdfdccbc05a01031296b5404fa54e68de2ae2d4ee0994cb31424e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:7507d0c8e9e8c7fa573b50ca87c41195da712bc6c006ce4cd5e8355218099051_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:10385bc6050cab2cb3e3edd835c67668eee37be126f704799e9569a9b54d9c99_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-machine-controllers@sha256:af5205229b7ad7b9068165968c30ad36ac3016b1f28d0a26ed8ded9aa9eb14bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:84a2ea69488edce69c22b8a5aef5665fa7563cdf2fcd3f9424acdedbed521499_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:0b230491bb5a52adc2242872a0686223e53a7ed3a5f923b383183558bc205b13_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-registry@sha256:b85e21c45357847ac140ef2db2222e7da11080812d2eee85cfdcc98eb6c22561_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:19bd2b1d343872fd132beaf68aad33eee9f274ea3915a299ce601467ac844421_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:0bd452632f8ad16181bbb5fd4a0a86a94c4cd4fbce183d61bf99f7ff28b7c6c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:27f7ac8d4ed15dfb7b1f61abbfb38c2333b9974356a6070b2084b20b778ae3f9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-pod@sha256:0fff500fa4c52f2f910574e7fd646f9408397f726fbd5ba2d6e11f55ff0b51e1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:82b79d5ab7eed554fcc89d6fa5754dba5993816ea43c257097410fd078323943_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:2da4e2c822d30d1b66e59cbd696fd638fe6c1052a774c303bcc50d8c732713b4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:735c9ae12484b2d3c5301b5ea2d1cdddb583a7e65da3a35980fa20de3dcee1ab_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:20f8b3b38ed483e484897ab7f1465d9c20e3bdbe4ece138b85a2d9b46e184394_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:220a41bce9e80c6277055d596c02b3d62cf5905cfda772eb705c8ed4dd51feef_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:82edda6ae8fcfa24385cb75ab729154662649b66c5cce8b81719c300f838ff87_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:557c5ce0dfc308b7a88683cabd6303682bf959b6820d1209bb43554ca68f0f60_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:f54d7037f0084599924d8edad281b398611f8a96218a4809f4dc58f7cde7a261_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:1d1c4e5f78487db89666bd2fbee88fcc4fac0b1e62611a823a4971d088446369_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:0685631135bc2fd9d9f9e68cf34bf1ec66573fab26a0bccfa3f63ca2003472df_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus@sha256:90b2aaed0a32f10b45afb6ffca9379c3e8fc58a5d16f9730667055304b1b9b7c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:c28aa71e2759f4ef6a939f4c4cbe6eb93b490aec57edcd3bc04ddfb1a79e3122_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:f217d0e2ee477c6a4aad1b5329ad77aad631595ecc09223d45eabb65fbb3dcb8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-telemeter@sha256:49c604e45bed7de0092accf992a7360b759a25f6d0b2ba7a65bcce2c6c52f7ed_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tests@sha256:2f6347b402cd8f6e5afc8b6d2fcc3ea213d3e8325df186b0b4bfa3651fc29b4c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:3e3beaac96813816c6f2575c78e34faadb8cec2e97107a25efb6acc6f8d760d6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:4343e0a0d02722a0019942174c7d1587d8e8abefbde48b7b6f374a76a125b875_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:31cc96e0087d7748bc73f611917122a7426dd4f9dcce59a13bd0d3d0d29810c1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:5ff63bc70cbfcff3eede431fc5c0f704aea47191b9c598b56764c77374cebba8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:195ff9c2f84662da8890c5620382028240afb21f172caef120706070e71ce092_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:1504e3c20f04de8e4875f1860d18edd056fb8f64f4e1d6c375f5dec469bd1224_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:817c40ac725632322dc88f60c8870ca51ea3e71801fa1c01861db5a46b9fe2b5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:58475c817fa3fd1ac028c03eba2c857d3bd6c605e65093963d5be4d549495b7d_amd64 | — |
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat OpenShift Container Platform release 4.12.86 is now available with updates to packages and images that fix several bugs and add enhancements.\n\nThis release includes a security update for Red Hat OpenShift Container Platform 4.12.\n\nRed Hat Product Security has rated this update as having a security impact of Low. 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.12.86. See the following advisory for the RPM packages for this release:\n\nhttps://access.redhat.com/errata/RHBA-2026:3860\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.12/html/release_notes",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:3870",
"url": "https://access.redhat.com/errata/RHSA-2026:3870"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-13465",
"url": "https://access.redhat.com/security/cve/CVE-2025-13465"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-58068",
"url": "https://access.redhat.com/security/cve/CVE-2025-58068"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-65637",
"url": "https://access.redhat.com/security/cve/CVE-2025-65637"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_3870.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 4.12.86 bug fix and security update",
"tracking": {
"current_release_date": "2026-05-28T10:45:19+00:00",
"generator": {
"date": "2026-05-28T10:45:19+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2026:3870",
"initial_release_date": "2026-03-12T02:09:09+00:00",
"revision_history": [
{
"date": "2026-03-12T02:09:09+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-03-12T02:09:35+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-28T10:45:19+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.12",
"product": {
"name": "Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:4.12::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Container Platform"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:6ff4a8524e267e83bbc7222993cb7cdb083cf1e07d798f9a0b35f5d09afd685b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:6ff4a8524e267e83bbc7222993cb7cdb083cf1e07d798f9a0b35f5d09afd685b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:6ff4a8524e267e83bbc7222993cb7cdb083cf1e07d798f9a0b35f5d09afd685b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler@sha256%3A6ff4a8524e267e83bbc7222993cb7cdb083cf1e07d798f9a0b35f5d09afd685b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772156219"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:551ea5cd1d61aa167aeebe2a664c584e1e604ccf044f95d4ccbd7581a37a28a8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:551ea5cd1d61aa167aeebe2a664c584e1e604ccf044f95d4ccbd7581a37a28a8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:551ea5cd1d61aa167aeebe2a664c584e1e604ccf044f95d4ccbd7581a37a28a8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-rhel8@sha256%3A551ea5cd1d61aa167aeebe2a664c584e1e604ccf044f95d4ccbd7581a37a28a8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772200136"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:aad175767a53e40687563666fbfd4b0ade6740b0a9106dd9072338b4ef6a967e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:aad175767a53e40687563666fbfd4b0ade6740b0a9106dd9072338b4ef6a967e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:aad175767a53e40687563666fbfd4b0ade6740b0a9106dd9072338b4ef6a967e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-operator-rhel8@sha256%3Aaad175767a53e40687563666fbfd4b0ade6740b0a9106dd9072338b4ef6a967e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772199857"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:766ecb47dab0dabb396770983c28cf54cc8873953881b741511eff2cad97b368_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:766ecb47dab0dabb396770983c28cf54cc8873953881b741511eff2cad97b368_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:766ecb47dab0dabb396770983c28cf54cc8873953881b741511eff2cad97b368_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers@sha256%3A766ecb47dab0dabb396770983c28cf54cc8873953881b741511eff2cad97b368?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772199845"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4cdf34306eb2eb7e0400f004f7f3fa24db634ab9ee30a745d810e0c1c2a57186_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4cdf34306eb2eb7e0400f004f7f3fa24db634ab9ee30a745d810e0c1c2a57186_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4cdf34306eb2eb7e0400f004f7f3fa24db634ab9ee30a745d810e0c1c2a57186_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel8@sha256%3A4cdf34306eb2eb7e0400f004f7f3fa24db634ab9ee30a745d810e0c1c2a57186?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772199905"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:417cd2950c41d3490010f110b4bdc46fddbd5efa7a32ec73f44d080a9e56a814_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:417cd2950c41d3490010f110b4bdc46fddbd5efa7a32ec73f44d080a9e56a814_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:417cd2950c41d3490010f110b4bdc46fddbd5efa7a32ec73f44d080a9e56a814_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel8-operator@sha256%3A417cd2950c41d3490010f110b4bdc46fddbd5efa7a32ec73f44d080a9e56a814?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772199883"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:301719f189471ff392180858c3d1bc83470f53ce003842fa7ab63eaa8e1868e4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:301719f189471ff392180858c3d1bc83470f53ce003842fa7ab63eaa8e1868e4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:301719f189471ff392180858c3d1bc83470f53ce003842fa7ab63eaa8e1868e4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-operator@sha256%3A301719f189471ff392180858c3d1bc83470f53ce003842fa7ab63eaa8e1868e4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772587590"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:c1ee6c2f6f113929ce4dc10b0a21604b974418201cc16911a6aaf6c6ccdae1fa_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:c1ee6c2f6f113929ce4dc10b0a21604b974418201cc16911a6aaf6c6ccdae1fa_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:c1ee6c2f6f113929ce4dc10b0a21604b974418201cc16911a6aaf6c6ccdae1fa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-operator@sha256%3Ac1ee6c2f6f113929ce4dc10b0a21604b974418201cc16911a6aaf6c6ccdae1fa?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772200227"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:7404217ef1eabda789b87d6c1d5fdbae4c569af1515142f65e761231165e1e77_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:7404217ef1eabda789b87d6c1d5fdbae4c569af1515142f65e761231165e1e77_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:7404217ef1eabda789b87d6c1d5fdbae4c569af1515142f65e761231165e1e77_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-operator@sha256%3A7404217ef1eabda789b87d6c1d5fdbae4c569af1515142f65e761231165e1e77?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772630544"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:32d6da2834b5fc4ba1e8ff1775cb4ed14b3a3c19d2975d0f3bdab29068572ea0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:32d6da2834b5fc4ba1e8ff1775cb4ed14b3a3c19d2975d0f3bdab29068572ea0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:32d6da2834b5fc4ba1e8ff1775cb4ed14b3a3c19d2975d0f3bdab29068572ea0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel8@sha256%3A32d6da2834b5fc4ba1e8ff1775cb4ed14b3a3c19d2975d0f3bdab29068572ea0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772199810"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:5cc1e869f5f7a54876857393b06d3bc3828299b7bddc1493d0b1ffb9f80e65db_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:5cc1e869f5f7a54876857393b06d3bc3828299b7bddc1493d0b1ffb9f80e65db_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:5cc1e869f5f7a54876857393b06d3bc3828299b7bddc1493d0b1ffb9f80e65db_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-operator@sha256%3A5cc1e869f5f7a54876857393b06d3bc3828299b7bddc1493d0b1ffb9f80e65db?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772199876"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:664a0fb69a06806911ca8661fe92e86fdeed45e32d0748ea166f00d5699a0972_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:664a0fb69a06806911ca8661fe92e86fdeed45e32d0748ea166f00d5699a0972_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:664a0fb69a06806911ca8661fe92e86fdeed45e32d0748ea166f00d5699a0972_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-operator@sha256%3A664a0fb69a06806911ca8661fe92e86fdeed45e32d0748ea166f00d5699a0972?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772199933"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader@sha256:239c1a0cabec9621a0926b9024145f61973631dead00bfd0411fd479412ca3e7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader@sha256:239c1a0cabec9621a0926b9024145f61973631dead00bfd0411fd479412ca3e7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader@sha256:239c1a0cabec9621a0926b9024145f61973631dead00bfd0411fd479412ca3e7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader@sha256%3A239c1a0cabec9621a0926b9024145f61973631dead00bfd0411fd479412ca3e7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772199911"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns@sha256:97a09430b0f9dfe88b861cb686a75399f26c0b52146a37eb84fa5b4193dda056_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns@sha256:97a09430b0f9dfe88b861cb686a75399f26c0b52146a37eb84fa5b4193dda056_amd64",
"product_id": "registry.redhat.io/openshift4/ose-coredns@sha256:97a09430b0f9dfe88b861cb686a75399f26c0b52146a37eb84fa5b4193dda056_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns@sha256%3A97a09430b0f9dfe88b861cb686a75399f26c0b52146a37eb84fa5b4193dda056?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772200143"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:2ca4a02beb4550f80c19d9880aed6c921501867619f7c11648f2686b661434d4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:2ca4a02beb4550f80c19d9880aed6c921501867619f7c11648f2686b661434d4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:2ca4a02beb4550f80c19d9880aed6c921501867619f7c11648f2686b661434d4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher@sha256%3A2ca4a02beb4550f80c19d9880aed6c921501867619f7c11648f2686b661434d4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772199893"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:2ca4a02beb4550f80c19d9880aed6c921501867619f7c11648f2686b661434d4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:2ca4a02beb4550f80c19d9880aed6c921501867619f7c11648f2686b661434d4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:2ca4a02beb4550f80c19d9880aed6c921501867619f7c11648f2686b661434d4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel8@sha256%3A2ca4a02beb4550f80c19d9880aed6c921501867619f7c11648f2686b661434d4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772199893"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:3ccf92e1ceed3bb4d7e92083204c4e818f59bc2be5d4b494e5c6e36afe49898c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:3ccf92e1ceed3bb4d7e92083204c4e818f59bc2be5d4b494e5c6e36afe49898c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:3ccf92e1ceed3bb4d7e92083204c4e818f59bc2be5d4b494e5c6e36afe49898c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel8@sha256%3A3ccf92e1ceed3bb4d7e92083204c4e818f59bc2be5d4b494e5c6e36afe49898c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772200121"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:5a45ed2384d5c44dbe11a7780c37622d9d55da2fed6782dbb51d45fda4b2a723_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:5a45ed2384d5c44dbe11a7780c37622d9d55da2fed6782dbb51d45fda4b2a723_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:5a45ed2384d5c44dbe11a7780c37622d9d55da2fed6782dbb51d45fda4b2a723_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel8-operator@sha256%3A5a45ed2384d5c44dbe11a7780c37622d9d55da2fed6782dbb51d45fda4b2a723?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772199865"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:12029d2e1342cc56ad28c160314dc3eec2fd495d7680c7d155645a8d631f9c17_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:12029d2e1342cc56ad28c160314dc3eec2fd495d7680c7d155645a8d631f9c17_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:12029d2e1342cc56ad28c160314dc3eec2fd495d7680c7d155645a8d631f9c17_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-nfs-rhel8@sha256%3A12029d2e1342cc56ad28c160314dc3eec2fd495d7680c7d155645a8d631f9c17?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772199838"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:1c61bea46954facb357a90cf7e8dcabb4073a45cee9e8928c3faf307f9d194a7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:1c61bea46954facb357a90cf7e8dcabb4073a45cee9e8928c3faf307f9d194a7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:1c61bea46954facb357a90cf7e8dcabb4073a45cee9e8928c3faf307f9d194a7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe@sha256%3A1c61bea46954facb357a90cf7e8dcabb4073a45cee9e8928c3faf307f9d194a7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772199883"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:1c61bea46954facb357a90cf7e8dcabb4073a45cee9e8928c3faf307f9d194a7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:1c61bea46954facb357a90cf7e8dcabb4073a45cee9e8928c3faf307f9d194a7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:1c61bea46954facb357a90cf7e8dcabb4073a45cee9e8928c3faf307f9d194a7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel8@sha256%3A1c61bea46954facb357a90cf7e8dcabb4073a45cee9e8928c3faf307f9d194a7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772199883"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:8a38bd8d9a2f59953e6847385cde2ca47d7252af62af446d98a44dc1e6e06907_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:8a38bd8d9a2f59953e6847385cde2ca47d7252af62af446d98a44dc1e6e06907_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:8a38bd8d9a2f59953e6847385cde2ca47d7252af62af446d98a44dc1e6e06907_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar@sha256%3A8a38bd8d9a2f59953e6847385cde2ca47d7252af62af446d98a44dc1e6e06907?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772199793"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:8a38bd8d9a2f59953e6847385cde2ca47d7252af62af446d98a44dc1e6e06907_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:8a38bd8d9a2f59953e6847385cde2ca47d7252af62af446d98a44dc1e6e06907_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:8a38bd8d9a2f59953e6847385cde2ca47d7252af62af446d98a44dc1e6e06907_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel8@sha256%3A8a38bd8d9a2f59953e6847385cde2ca47d7252af62af446d98a44dc1e6e06907?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772199793"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:63920d0ad6f0b8cfbcdf8627269c50f84e66915aaad5fb6fd16e9480460b5313_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:63920d0ad6f0b8cfbcdf8627269c50f84e66915aaad5fb6fd16e9480460b5313_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:63920d0ad6f0b8cfbcdf8627269c50f84e66915aaad5fb6fd16e9480460b5313_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner@sha256%3A63920d0ad6f0b8cfbcdf8627269c50f84e66915aaad5fb6fd16e9480460b5313?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772199871"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:63920d0ad6f0b8cfbcdf8627269c50f84e66915aaad5fb6fd16e9480460b5313_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:63920d0ad6f0b8cfbcdf8627269c50f84e66915aaad5fb6fd16e9480460b5313_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:63920d0ad6f0b8cfbcdf8627269c50f84e66915aaad5fb6fd16e9480460b5313_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel8@sha256%3A63920d0ad6f0b8cfbcdf8627269c50f84e66915aaad5fb6fd16e9480460b5313?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772199871"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:2b93d7f431d61453311b929fec9391525bc97166aabfca4efec2cb5c8053ae31_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:2b93d7f431d61453311b929fec9391525bc97166aabfca4efec2cb5c8053ae31_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:2b93d7f431d61453311b929fec9391525bc97166aabfca4efec2cb5c8053ae31_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-validation-webhook-rhel8@sha256%3A2b93d7f431d61453311b929fec9391525bc97166aabfca4efec2cb5c8053ae31?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772199836"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:0adb3f01f921885b64b9ee98648b1252c0ee4f46c3f65ff53633924d72f5694a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:0adb3f01f921885b64b9ee98648b1252c0ee4f46c3f65ff53633924d72f5694a_amd64",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:0adb3f01f921885b64b9ee98648b1252c0ee4f46c3f65ff53633924d72f5694a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel8@sha256%3A0adb3f01f921885b64b9ee98648b1252c0ee4f46c3f65ff53633924d72f5694a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772630600"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:f5ae1ca7faa4f3bbb86f3c32ad12928c4905c85a3cfaebda3d80c603b3df995a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:f5ae1ca7faa4f3bbb86f3c32ad12928c4905c85a3cfaebda3d80c603b3df995a_amd64",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:f5ae1ca7faa4f3bbb86f3c32ad12928c4905c85a3cfaebda3d80c603b3df995a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel8@sha256%3Af5ae1ca7faa4f3bbb86f3c32ad12928c4905c85a3cfaebda3d80c603b3df995a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772199800"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy@sha256:de1a25df83ac6bae5d4c23b809ce73c8c94e547653f244be3e85245b9134bbdd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy@sha256:de1a25df83ac6bae5d4c23b809ce73c8c94e547653f244be3e85245b9134bbdd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy@sha256:de1a25df83ac6bae5d4c23b809ce73c8c94e547653f244be3e85245b9134bbdd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy@sha256%3Ade1a25df83ac6bae5d4c23b809ce73c8c94e547653f244be3e85245b9134bbdd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772156210"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:82edda6ae8fcfa24385cb75ab729154662649b66c5cce8b81719c300f838ff87_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:82edda6ae8fcfa24385cb75ab729154662649b66c5cce8b81719c300f838ff87_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:82edda6ae8fcfa24385cb75ab729154662649b66c5cce8b81719c300f838ff87_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager@sha256%3A82edda6ae8fcfa24385cb75ab729154662649b66c5cce8b81719c300f838ff87?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772156154"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:f54d7037f0084599924d8edad281b398611f8a96218a4809f4dc58f7cde7a261_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:f54d7037f0084599924d8edad281b398611f8a96218a4809f4dc58f7cde7a261_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:f54d7037f0084599924d8edad281b398611f8a96218a4809f4dc58f7cde7a261_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-node-exporter@sha256%3Af54d7037f0084599924d8edad281b398611f8a96218a4809f4dc58f7cde7a261?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772199400"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus@sha256:90b2aaed0a32f10b45afb6ffca9379c3e8fc58a5d16f9730667055304b1b9b7c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus@sha256:90b2aaed0a32f10b45afb6ffca9379c3e8fc58a5d16f9730667055304b1b9b7c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus@sha256:90b2aaed0a32f10b45afb6ffca9379c3e8fc58a5d16f9730667055304b1b9b7c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus@sha256%3A90b2aaed0a32f10b45afb6ffca9379c3e8fc58a5d16f9730667055304b1b9b7c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772630613"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:8d762f3ffdcb22589570deae966d6d092bc3a0e75537d0f0a4dbfcf2115ed03e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:8d762f3ffdcb22589570deae966d6d092bc3a0e75537d0f0a4dbfcf2115ed03e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:8d762f3ffdcb22589570deae966d6d092bc3a0e75537d0f0a4dbfcf2115ed03e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel8@sha256%3A8d762f3ffdcb22589570deae966d6d092bc3a0e75537d0f0a4dbfcf2115ed03e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772199779"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:bf789b27d3ba264a300600ee975f31e94a017b29cd878e78860aca9e42b633c2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:bf789b27d3ba264a300600ee975f31e94a017b29cd878e78860aca9e42b633c2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:bf789b27d3ba264a300600ee975f31e94a017b29cd878e78860aca9e42b633c2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-node-label-updater-rhel8@sha256%3Abf789b27d3ba264a300600ee975f31e94a017b29cd878e78860aca9e42b633c2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772199874"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d344270fd48b6000166a4fad79dbd4536c5e4c58309d1e36e45d055c13fcb914_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d344270fd48b6000166a4fad79dbd4536c5e4c58309d1e36e45d055c13fcb914_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d344270fd48b6000166a4fad79dbd4536c5e4c58309d1e36e45d055c13fcb914_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-rhel9@sha256%3Ad344270fd48b6000166a4fad79dbd4536c5e4c58309d1e36e45d055c13fcb914?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155649"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:aa92b055a5e97f08b510ee1df7583d7f2c3181f2cd419732dd9e34f351a44b0f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:aa92b055a5e97f08b510ee1df7583d7f2c3181f2cd419732dd9e34f351a44b0f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:aa92b055a5e97f08b510ee1df7583d7f2c3181f2cd419732dd9e34f351a44b0f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-agent-rhel9@sha256%3Aaa92b055a5e97f08b510ee1df7583d7f2c3181f2cd419732dd9e34f351a44b0f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772155648"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:98e10bddb60bddd235b524c4ab661cf2e1cc0da0c71d4317f26a01bde8b069a4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:98e10bddb60bddd235b524c4ab661cf2e1cc0da0c71d4317f26a01bde8b069a4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:98e10bddb60bddd235b524c4ab661cf2e1cc0da0c71d4317f26a01bde8b069a4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-machine-os-downloader-rhel9@sha256%3A98e10bddb60bddd235b524c4ab661cf2e1cc0da0c71d4317f26a01bde8b069a4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772587642"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:a8725ec7e307727da1f2a833cd0171dd332fc276cc80d6a1cce548e157c10aee_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:a8725ec7e307727da1f2a833cd0171dd332fc276cc80d6a1cce548e157c10aee_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:a8725ec7e307727da1f2a833cd0171dd332fc276cc80d6a1cce548e157c10aee_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-static-ip-manager-rhel9@sha256%3Aa8725ec7e307727da1f2a833cd0171dd332fc276cc80d6a1cce548e157c10aee?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772199440"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy@sha256:ba2ea0cf300603cb839139fec385933c5585beee96666c439a565670bf867531_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy@sha256:ba2ea0cf300603cb839139fec385933c5585beee96666c439a565670bf867531_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy@sha256:ba2ea0cf300603cb839139fec385933c5585beee96666c439a565670bf867531_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy@sha256%3Aba2ea0cf300603cb839139fec385933c5585beee96666c439a565670bf867531?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772200125"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:c7cc40ccbefa06e47aa71896ab733ccd16d9aa2637991f2994c976fb8cfbc446_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:c7cc40ccbefa06e47aa71896ab733ccd16d9aa2637991f2994c976fb8cfbc446_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:c7cc40ccbefa06e47aa71896ab733ccd16d9aa2637991f2994c976fb8cfbc446_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy@sha256%3Ac7cc40ccbefa06e47aa71896ab733ccd16d9aa2637991f2994c976fb8cfbc446?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772199805"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:8fcc17d23b0e06802fb907df56a0e712f8beb3aadb7850cd549d1105cd6964e6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:8fcc17d23b0e06802fb907df56a0e712f8beb3aadb7850cd549d1105cd6964e6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:8fcc17d23b0e06802fb907df56a0e712f8beb3aadb7850cd549d1105cd6964e6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics@sha256%3A8fcc17d23b0e06802fb907df56a0e712f8beb3aadb7850cd549d1105cd6964e6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772199809"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:7bb99f7ef4a98fda5c3d6f972f243cfa8372294b28b9976b97ba96b776cfd81f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:7bb99f7ef4a98fda5c3d6f972f243cfa8372294b28b9976b97ba96b776cfd81f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:7bb99f7ef4a98fda5c3d6f972f243cfa8372294b28b9976b97ba96b776cfd81f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kuryr-cni-rhel8@sha256%3A7bb99f7ef4a98fda5c3d6f972f243cfa8372294b28b9976b97ba96b776cfd81f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772199407"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:53bcff6b7cff9137d1217881bd66deb2d055a6769c50bce52d398f6ca902c9e9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:53bcff6b7cff9137d1217881bd66deb2d055a6769c50bce52d398f6ca902c9e9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:53bcff6b7cff9137d1217881bd66deb2d055a6769c50bce52d398f6ca902c9e9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kuryr-controller-rhel8@sha256%3A53bcff6b7cff9137d1217881bd66deb2d055a6769c50bce52d398f6ca902c9e9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772199388"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace@sha256:0b230491bb5a52adc2242872a0686223e53a7ed3a5f923b383183558bc205b13_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace@sha256:0b230491bb5a52adc2242872a0686223e53a7ed3a5f923b383183558bc205b13_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace@sha256:0b230491bb5a52adc2242872a0686223e53a7ed3a5f923b383183558bc205b13_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace@sha256%3A0b230491bb5a52adc2242872a0686223e53a7ed3a5f923b383183558bc205b13?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772199806"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni@sha256:fb1bc19434279409ff37e71aceb200a6ad915ffe6a4f2e7fdcbc9d250bdf5d0d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni@sha256:fb1bc19434279409ff37e71aceb200a6ad915ffe6a4f2e7fdcbc9d250bdf5d0d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni@sha256:fb1bc19434279409ff37e71aceb200a6ad915ffe6a4f2e7fdcbc9d250bdf5d0d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni@sha256%3Afb1bc19434279409ff37e71aceb200a6ad915ffe6a4f2e7fdcbc9d250bdf5d0d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772200087"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:85798bf870d31a79765ce9e73a6b5e3bbd18b28e0e7d009b5ad2880b805eb711_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:85798bf870d31a79765ce9e73a6b5e3bbd18b28e0e7d009b5ad2880b805eb711_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:85798bf870d31a79765ce9e73a6b5e3bbd18b28e0e7d009b5ad2880b805eb711_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel8@sha256%3A85798bf870d31a79765ce9e73a6b5e3bbd18b28e0e7d009b5ad2880b805eb711?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772199834"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:33380f96c6f751fae2a34f47043bbd2125f574815954ac094d09ecb28725d983_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:33380f96c6f751fae2a34f47043bbd2125f574815954ac094d09ecb28725d983_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:33380f96c6f751fae2a34f47043bbd2125f574815954ac094d09ecb28725d983_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel8@sha256%3A33380f96c6f751fae2a34f47043bbd2125f574815954ac094d09ecb28725d983?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772199888"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:9227ff3d828a294d7076bc5ccaf2b316bb1b60620e4a549c1b9778e692aef760_amd64",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:9227ff3d828a294d7076bc5ccaf2b316bb1b60620e4a549c1b9778e692aef760_amd64",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:9227ff3d828a294d7076bc5ccaf2b316bb1b60620e4a549c1b9778e692aef760_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oc-mirror-plugin-rhel8@sha256%3A9227ff3d828a294d7076bc5ccaf2b316bb1b60620e4a549c1b9778e692aef760?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772199832"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder@sha256:c6430b22a10b6e8ab0f60617727058b212edeb72b802458a6188acfe51c35ad1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder@sha256:c6430b22a10b6e8ab0f60617727058b212edeb72b802458a6188acfe51c35ad1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder@sha256:c6430b22a10b6e8ab0f60617727058b212edeb72b802458a6188acfe51c35ad1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder@sha256%3Ac6430b22a10b6e8ab0f60617727058b212edeb72b802458a6188acfe51c35ad1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772285001"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli@sha256:f3f11d030db87ab00d42e9bdf6afe349cf5383bef1e68e784640c9180c60ef9e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli@sha256:f3f11d030db87ab00d42e9bdf6afe349cf5383bef1e68e784640c9180c60ef9e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cli@sha256:f3f11d030db87ab00d42e9bdf6afe349cf5383bef1e68e784640c9180c60ef9e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli@sha256%3Af3f11d030db87ab00d42e9bdf6afe349cf5383bef1e68e784640c9180c60ef9e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772199989"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console@sha256:735a1f869be25e1b0cd29e96bab37c92161e4448a469f50edaabf506dabf9e97_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console@sha256:735a1f869be25e1b0cd29e96bab37c92161e4448a469f50edaabf506dabf9e97_amd64",
"product_id": "registry.redhat.io/openshift4/ose-console@sha256:735a1f869be25e1b0cd29e96bab37c92161e4448a469f50edaabf506dabf9e97_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console@sha256%3A735a1f869be25e1b0cd29e96bab37c92161e4448a469f50edaabf506dabf9e97?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772633840"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-operator@sha256:1a4e35546ecab85097ca2a876e41e702ad1fba8a3f2a4d9e009ed70b72b5ca97_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-operator@sha256:1a4e35546ecab85097ca2a876e41e702ad1fba8a3f2a4d9e009ed70b72b5ca97_amd64",
"product_id": "registry.redhat.io/openshift4/ose-console-operator@sha256:1a4e35546ecab85097ca2a876e41e702ad1fba8a3f2a4d9e009ed70b72b5ca97_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-operator@sha256%3A1a4e35546ecab85097ca2a876e41e702ad1fba8a3f2a4d9e009ed70b72b5ca97?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772199818"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer@sha256:c0e3736e12e3fbec1b29b06ccc21599e6ff0114e0e47611e2f94c6163f60d9b4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer@sha256:c0e3736e12e3fbec1b29b06ccc21599e6ff0114e0e47611e2f94c6163f60d9b4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-deployer@sha256:c0e3736e12e3fbec1b29b06ccc21599e6ff0114e0e47611e2f94c6163f60d9b4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer@sha256%3Ac0e3736e12e3fbec1b29b06ccc21599e6ff0114e0e47611e2f94c6163f60d9b4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201231"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:1a103094e958de44278635a3506bd8557894f987cda61cbc2c5ab757ba8815c4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:1a103094e958de44278635a3506bd8557894f987cda61cbc2c5ab757ba8815c4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:1a103094e958de44278635a3506bd8557894f987cda61cbc2c5ab757ba8815c4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router@sha256%3A1a103094e958de44278635a3506bd8557894f987cda61cbc2c5ab757ba8815c4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201060"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube@sha256:50be43d66e3049fc247ac60315cce3d11f784dcddfc1ec4112af94740288fb44_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube@sha256:50be43d66e3049fc247ac60315cce3d11f784dcddfc1ec4112af94740288fb44_amd64",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube@sha256:50be43d66e3049fc247ac60315cce3d11f784dcddfc1ec4112af94740288fb44_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube@sha256%3A50be43d66e3049fc247ac60315cce3d11f784dcddfc1ec4112af94740288fb44?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772200153"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:6eb5e9896c82bfcd569b9c002475c0a87054cc92b85792e66453044e4f27726c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:6eb5e9896c82bfcd569b9c002475c0a87054cc92b85792e66453044e4f27726c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:6eb5e9896c82bfcd569b9c002475c0a87054cc92b85792e66453044e4f27726c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-keepalived-ipfailover@sha256%3A6eb5e9896c82bfcd569b9c002475c0a87054cc92b85792e66453044e4f27726c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772199862"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod@sha256:0fff500fa4c52f2f910574e7fd646f9408397f726fbd5ba2d6e11f55ff0b51e1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod@sha256:0fff500fa4c52f2f910574e7fd646f9408397f726fbd5ba2d6e11f55ff0b51e1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-pod@sha256:0fff500fa4c52f2f910574e7fd646f9408397f726fbd5ba2d6e11f55ff0b51e1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod@sha256%3A0fff500fa4c52f2f910574e7fd646f9408397f726fbd5ba2d6e11f55ff0b51e1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772200169"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry@sha256:ffad01290cfad51340f07afc72b877ab3095ccdefaadd67e9f66c0bc7a9d126e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry@sha256:ffad01290cfad51340f07afc72b877ab3095ccdefaadd67e9f66c0bc7a9d126e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry@sha256:ffad01290cfad51340f07afc72b877ab3095ccdefaadd67e9f66c0bc7a9d126e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry@sha256%3Affad01290cfad51340f07afc72b877ab3095ccdefaadd67e9f66c0bc7a9d126e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772199937"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests@sha256:2f6347b402cd8f6e5afc8b6d2fcc3ea213d3e8325df186b0b4bfa3651fc29b4c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests@sha256:2f6347b402cd8f6e5afc8b6d2fcc3ea213d3e8325df186b0b4bfa3651fc29b4c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-tests@sha256:2f6347b402cd8f6e5afc8b6d2fcc3ea213d3e8325df186b0b4bfa3651fc29b4c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests@sha256%3A2f6347b402cd8f6e5afc8b6d2fcc3ea213d3e8325df186b0b4bfa3651fc29b4c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772631104"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:3a92f12e26afdfdccbc05a01031296b5404fa54e68de2ae2d4ee0994cb31424e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:3a92f12e26afdfdccbc05a01031296b5404fa54e68de2ae2d4ee0994cb31424e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:3a92f12e26afdfdccbc05a01031296b5404fa54e68de2ae2d4ee0994cb31424e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel8@sha256%3A3a92f12e26afdfdccbc05a01031296b5404fa54e68de2ae2d4ee0994cb31424e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772199935"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:84a2ea69488edce69c22b8a5aef5665fa7563cdf2fcd3f9424acdedbed521499_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:84a2ea69488edce69c22b8a5aef5665fa7563cdf2fcd3f9424acdedbed521499_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:84a2ea69488edce69c22b8a5aef5665fa7563cdf2fcd3f9424acdedbed521499_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager@sha256%3A84a2ea69488edce69c22b8a5aef5665fa7563cdf2fcd3f9424acdedbed521499?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772200089"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry@sha256:b85e21c45357847ac140ef2db2222e7da11080812d2eee85cfdcc98eb6c22561_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry@sha256:b85e21c45357847ac140ef2db2222e7da11080812d2eee85cfdcc98eb6c22561_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry@sha256:b85e21c45357847ac140ef2db2222e7da11080812d2eee85cfdcc98eb6c22561_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry@sha256%3Ab85e21c45357847ac140ef2db2222e7da11080812d2eee85cfdcc98eb6c22561?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772200197"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:8b973769b317e1ca3ec4df7ac8bde2fd3898649a73bf16c6d436d5dbbcf7d1b5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:8b973769b317e1ca3ec4df7ac8bde2fd3898649a73bf16c6d436d5dbbcf7d1b5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:8b973769b317e1ca3ec4df7ac8bde2fd3898649a73bf16c6d436d5dbbcf7d1b5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel8@sha256%3A8b973769b317e1ca3ec4df7ac8bde2fd3898649a73bf16c6d436d5dbbcf7d1b5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201160"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:3f162460712daaf28214bba38129c4cec5894aa8f0dd4e133de33797801abb6a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:3f162460712daaf28214bba38129c4cec5894aa8f0dd4e133de33797801abb6a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:3f162460712daaf28214bba38129c4cec5894aa8f0dd4e133de33797801abb6a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel8@sha256%3A3f162460712daaf28214bba38129c4cec5894aa8f0dd4e133de33797801abb6a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201319"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:222d3e7cd6cde1dd90c007fdcd9ee1eb0d73e4d9a0972e01d68b1e23f6643d6a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:222d3e7cd6cde1dd90c007fdcd9ee1eb0d73e4d9a0972e01d68b1e23f6643d6a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:222d3e7cd6cde1dd90c007fdcd9ee1eb0d73e4d9a0972e01d68b1e23f6643d6a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel8@sha256%3A222d3e7cd6cde1dd90c007fdcd9ee1eb0d73e4d9a0972e01d68b1e23f6643d6a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772200049"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:94450b3c7a1318f9aeac92d28721ff3b9b0e032a9aa85726d8b02c54ea424f05_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:94450b3c7a1318f9aeac92d28721ff3b9b0e032a9aa85726d8b02c54ea424f05_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:94450b3c7a1318f9aeac92d28721ff3b9b0e032a9aa85726d8b02c54ea424f05_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel8@sha256%3A94450b3c7a1318f9aeac92d28721ff3b9b0e032a9aa85726d8b02c54ea424f05?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772200142"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:103394f2799040d165d26e83a4d011940a27a311221cf53388025da8cfe2bb3b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:103394f2799040d165d26e83a4d011940a27a311221cf53388025da8cfe2bb3b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:103394f2799040d165d26e83a4d011940a27a311221cf53388025da8cfe2bb3b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-alibaba-cloud-controller-manager-rhel8@sha256%3A103394f2799040d165d26e83a4d011940a27a311221cf53388025da8cfe2bb3b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772200071"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:9f12e9a06be28ae59e58ea78263ad17e3c729418a77b09e232524e46fb98aa90_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:9f12e9a06be28ae59e58ea78263ad17e3c729418a77b09e232524e46fb98aa90_amd64",
"product_id": "registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:9f12e9a06be28ae59e58ea78263ad17e3c729418a77b09e232524e46fb98aa90_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-alibaba-cloud-csi-driver-container-rhel8@sha256%3A9f12e9a06be28ae59e58ea78263ad17e3c729418a77b09e232524e46fb98aa90?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772200193"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:d80e9ac78a64607ea74ba4d5ecbe521c1f919c98ba7c42f3c2ec1c821576430d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:d80e9ac78a64607ea74ba4d5ecbe521c1f919c98ba7c42f3c2ec1c821576430d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:d80e9ac78a64607ea74ba4d5ecbe521c1f919c98ba7c42f3c2ec1c821576430d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256%3Ad80e9ac78a64607ea74ba4d5ecbe521c1f919c98ba7c42f3c2ec1c821576430d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772200189"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:7fd5087403be83fca087e1ec911beef62ed77461d65ad26f4680e50dbd719cb3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:7fd5087403be83fca087e1ec911beef62ed77461d65ad26f4680e50dbd719cb3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:7fd5087403be83fca087e1ec911beef62ed77461d65ad26f4680e50dbd719cb3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-alibaba-machine-controllers-rhel8@sha256%3A7fd5087403be83fca087e1ec911beef62ed77461d65ad26f4680e50dbd719cb3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772199824"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:2e7c9331c70fa6692e0f0ca398caf71060007b0243da63cfd549159874fd7dda_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:2e7c9331c70fa6692e0f0ca398caf71060007b0243da63cfd549159874fd7dda_amd64",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:2e7c9331c70fa6692e0f0ca398caf71060007b0243da63cfd549159874fd7dda_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel8@sha256%3A2e7c9331c70fa6692e0f0ca398caf71060007b0243da63cfd549159874fd7dda?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772199798"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:18bf1ed1f3b68d8676b3e1b33cd1922ca633e530a769030287c6094310890e44_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:18bf1ed1f3b68d8676b3e1b33cd1922ca633e530a769030287c6094310890e44_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:18bf1ed1f3b68d8676b3e1b33cd1922ca633e530a769030287c6094310890e44_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cloud-controller-manager-rhel8@sha256%3A18bf1ed1f3b68d8676b3e1b33cd1922ca633e530a769030287c6094310890e44?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772199793"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:b5967b8947d53c71c2d6d86a31c1d2b192688504c090b27cf92c330affdbb9b5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:b5967b8947d53c71c2d6d86a31c1d2b192688504c090b27cf92c330affdbb9b5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:b5967b8947d53c71c2d6d86a31c1d2b192688504c090b27cf92c330affdbb9b5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cluster-api-controllers-rhel8@sha256%3Ab5967b8947d53c71c2d6d86a31c1d2b192688504c090b27cf92c330affdbb9b5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772199894"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:2555cdbd7369c083baf6cdf13c51b567308b68492eaded300fec1a7ec2162520_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:2555cdbd7369c083baf6cdf13c51b567308b68492eaded300fec1a7ec2162520_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:2555cdbd7369c083baf6cdf13c51b567308b68492eaded300fec1a7ec2162520_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel8@sha256%3A2555cdbd7369c083baf6cdf13c51b567308b68492eaded300fec1a7ec2162520?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772199847"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:3da852fa79dfd7986e841fbfdaac11b058d722477229a8a3e446acc03d2855bd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:3da852fa79dfd7986e841fbfdaac11b058d722477229a8a3e446acc03d2855bd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:3da852fa79dfd7986e841fbfdaac11b058d722477229a8a3e446acc03d2855bd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel8-operator@sha256%3A3da852fa79dfd7986e841fbfdaac11b058d722477229a8a3e446acc03d2855bd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772199796"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:3ca873b2249269813d75f2fc77ce7136dbc0bcb91ab5ea7fddb5289f87430ff3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:3ca873b2249269813d75f2fc77ce7136dbc0bcb91ab5ea7fddb5289f87430ff3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:3ca873b2249269813d75f2fc77ce7136dbc0bcb91ab5ea7fddb5289f87430ff3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-pod-identity-webhook-rhel8@sha256%3A3ca873b2249269813d75f2fc77ce7136dbc0bcb91ab5ea7fddb5289f87430ff3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772199836"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:5f0235ee6907bb4cbbea1f5a0f6799a2316f53dca50dfd47bcb06553779d90ee_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:5f0235ee6907bb4cbbea1f5a0f6799a2316f53dca50dfd47bcb06553779d90ee_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:5f0235ee6907bb4cbbea1f5a0f6799a2316f53dca50dfd47bcb06553779d90ee_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-controller-manager-rhel8@sha256%3A5f0235ee6907bb4cbbea1f5a0f6799a2316f53dca50dfd47bcb06553779d90ee?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772199833"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:27791e130a789c4d7b82bc485b656f898efade15008428923d7bfff7412220ba_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:27791e130a789c4d7b82bc485b656f898efade15008428923d7bfff7412220ba_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:27791e130a789c4d7b82bc485b656f898efade15008428923d7bfff7412220ba_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-node-manager-rhel8@sha256%3A27791e130a789c4d7b82bc485b656f898efade15008428923d7bfff7412220ba?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772200289"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:4215367141864d8246cd30210801d5eef359c01710205917d366b0969aa39aad_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:4215367141864d8246cd30210801d5eef359c01710205917d366b0969aa39aad_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:4215367141864d8246cd30210801d5eef359c01710205917d366b0969aa39aad_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cluster-api-controllers-rhel8@sha256%3A4215367141864d8246cd30210801d5eef359c01710205917d366b0969aa39aad?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772199897"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:57114c78085fb614e49877646ea3d32b8ca9a11f55758720cfbf5b237bda33b6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:57114c78085fb614e49877646ea3d32b8ca9a11f55758720cfbf5b237bda33b6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:57114c78085fb614e49877646ea3d32b8ca9a11f55758720cfbf5b237bda33b6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel8@sha256%3A57114c78085fb614e49877646ea3d32b8ca9a11f55758720cfbf5b237bda33b6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772199885"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:8e6843d665d705d385b691659de9ceddb5a5c632a2b8ddbb54ec53a8aae7b5e7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:8e6843d665d705d385b691659de9ceddb5a5c632a2b8ddbb54ec53a8aae7b5e7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:8e6843d665d705d385b691659de9ceddb5a5c632a2b8ddbb54ec53a8aae7b5e7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel8-operator@sha256%3A8e6843d665d705d385b691659de9ceddb5a5c632a2b8ddbb54ec53a8aae7b5e7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772199848"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:352e9b8374953a6d83b0bc7f47feeb949d36c4d19d5d4487e4e9e0935db060de_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:352e9b8374953a6d83b0bc7f47feeb949d36c4d19d5d4487e4e9e0935db060de_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:352e9b8374953a6d83b0bc7f47feeb949d36c4d19d5d4487e4e9e0935db060de_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel8@sha256%3A352e9b8374953a6d83b0bc7f47feeb949d36c4d19d5d4487e4e9e0935db060de?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772200262"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:933361e4087e27483e3228f18ed11927cf6b69804521ec41b0ced4f3b1392e10_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:933361e4087e27483e3228f18ed11927cf6b69804521ec41b0ced4f3b1392e10_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:933361e4087e27483e3228f18ed11927cf6b69804521ec41b0ced4f3b1392e10_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel8-operator@sha256%3A933361e4087e27483e3228f18ed11927cf6b69804521ec41b0ced4f3b1392e10?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772199846"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:0dbd860d73a376922f814d9bead2138e5738f12261a17c89cf0b85c1dfd330c2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:0dbd860d73a376922f814d9bead2138e5738f12261a17c89cf0b85c1dfd330c2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:0dbd860d73a376922f814d9bead2138e5738f12261a17c89cf0b85c1dfd330c2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts@sha256%3A0dbd860d73a376922f814d9bead2138e5738f12261a17c89cf0b85c1dfd330c2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201423"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:4a583b961e61497209de9276f018dc3e78fad3f80a35bc5a99b243ef63f21dcc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:4a583b961e61497209de9276f018dc3e78fad3f80a35bc5a99b243ef63f21dcc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:4a583b961e61497209de9276f018dc3e78fad3f80a35bc5a99b243ef63f21dcc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-operator@sha256%3A4a583b961e61497209de9276f018dc3e78fad3f80a35bc5a99b243ef63f21dcc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772200068"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:03b4902359e5dd1bc2524b213d42b3c1c2e3e0f63380a17142705ba0b8397529_amd64",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:03b4902359e5dd1bc2524b213d42b3c1c2e3e0f63380a17142705ba0b8397529_amd64",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:03b4902359e5dd1bc2524b213d42b3c1c2e3e0f63380a17142705ba0b8397529_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel8@sha256%3A03b4902359e5dd1bc2524b213d42b3c1c2e3e0f63380a17142705ba0b8397529?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772199818"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:b83672b42e994c07b26b03379ca15be56589fe7d8a00677ff60f2eeed8ea0a07_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:b83672b42e994c07b26b03379ca15be56589fe7d8a00677ff60f2eeed8ea0a07_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:b83672b42e994c07b26b03379ca15be56589fe7d8a00677ff60f2eeed8ea0a07_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel8@sha256%3Ab83672b42e994c07b26b03379ca15be56589fe7d8a00677ff60f2eeed8ea0a07?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772199820"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:2467b04bbdc95207f80f8df02ca39be34fe940737a49f35709286b47348a034d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:2467b04bbdc95207f80f8df02ca39be34fe940737a49f35709286b47348a034d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:2467b04bbdc95207f80f8df02ca39be34fe940737a49f35709286b47348a034d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-operator@sha256%3A2467b04bbdc95207f80f8df02ca39be34fe940737a49f35709286b47348a034d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772200186"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:55bdaea54b24f7fb08ad30fd9f6c34dc944c11993a4dd6a255c41a25f500b5d6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:55bdaea54b24f7fb08ad30fd9f6c34dc944c11993a4dd6a255c41a25f500b5d6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:55bdaea54b24f7fb08ad30fd9f6c34dc944c11993a4dd6a255c41a25f500b5d6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-operator@sha256%3A55bdaea54b24f7fb08ad30fd9f6c34dc944c11993a4dd6a255c41a25f500b5d6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772199801"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:63acdeae3182eb576b9959b98e2788e87dd9834e8c53f33cecc867a4a07019ec_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:63acdeae3182eb576b9959b98e2788e87dd9834e8c53f33cecc867a4a07019ec_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:63acdeae3182eb576b9959b98e2788e87dd9834e8c53f33cecc867a4a07019ec_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel8@sha256%3A63acdeae3182eb576b9959b98e2788e87dd9834e8c53f33cecc867a4a07019ec?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772199782"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:f4d01e9d7968d2164a87d3167161d157e62b2636ff67747127b6fc904d85c60a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:f4d01e9d7968d2164a87d3167161d157e62b2636ff67747127b6fc904d85c60a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:f4d01e9d7968d2164a87d3167161d157e62b2636ff67747127b6fc904d85c60a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap@sha256%3Af4d01e9d7968d2164a87d3167161d157e62b2636ff67747127b6fc904d85c60a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772199890"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:d5e9126943d178b88d47ff4c0133ea2add90b05a19e65133abd92dd6ef8d43ed_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:d5e9126943d178b88d47ff4c0133ea2add90b05a19e65133abd92dd6ef8d43ed_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:d5e9126943d178b88d47ff4c0133ea2add90b05a19e65133abd92dd6ef8d43ed_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-operator-container-rhel8@sha256%3Ad5e9126943d178b88d47ff4c0133ea2add90b05a19e65133abd92dd6ef8d43ed?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772199938"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:d5e9126943d178b88d47ff4c0133ea2add90b05a19e65133abd92dd6ef8d43ed_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:d5e9126943d178b88d47ff4c0133ea2add90b05a19e65133abd92dd6ef8d43ed_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:d5e9126943d178b88d47ff4c0133ea2add90b05a19e65133abd92dd6ef8d43ed_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel8-operator@sha256%3Ad5e9126943d178b88d47ff4c0133ea2add90b05a19e65133abd92dd6ef8d43ed?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772199938"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:ca34ef82ca0096a6201a02eca801a82b5945c37e79984321c6900e2007afb933_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:ca34ef82ca0096a6201a02eca801a82b5945c37e79984321c6900e2007afb933_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:ca34ef82ca0096a6201a02eca801a82b5945c37e79984321c6900e2007afb933_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-operator-rhel8@sha256%3Aca34ef82ca0096a6201a02eca801a82b5945c37e79984321c6900e2007afb933?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772200132"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:4849ed03bfda437491f219108afc8bd2599e96ecadf6322e527ff65ee6b2c7ae_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:4849ed03bfda437491f219108afc8bd2599e96ecadf6322e527ff65ee6b2c7ae_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:4849ed03bfda437491f219108afc8bd2599e96ecadf6322e527ff65ee6b2c7ae_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-operator@sha256%3A4849ed03bfda437491f219108afc8bd2599e96ecadf6322e527ff65ee6b2c7ae?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772200290"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:7d3589d6ad46a61f492af7870b30992c8284f3041a59e6ed0c7e020a42f1fdb6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:7d3589d6ad46a61f492af7870b30992c8284f3041a59e6ed0c7e020a42f1fdb6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:7d3589d6ad46a61f492af7870b30992c8284f3041a59e6ed0c7e020a42f1fdb6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-control-plane-machine-set-operator-rhel8@sha256%3A7d3589d6ad46a61f492af7870b30992c8284f3041a59e6ed0c7e020a42f1fdb6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772199889"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:6195190833c52939c4696d0271a59397726526f0a4accfc056e45e564e8af830_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:6195190833c52939c4696d0271a59397726526f0a4accfc056e45e564e8af830_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:6195190833c52939c4696d0271a59397726526f0a4accfc056e45e564e8af830_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256%3A6195190833c52939c4696d0271a59397726526f0a4accfc056e45e564e8af830?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772200223"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:c069e4c89fb7af2ef735d8be2a05c068febe40b54ec8d43cdfa31118d5042005_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:c069e4c89fb7af2ef735d8be2a05c068febe40b54ec8d43cdfa31118d5042005_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:c069e4c89fb7af2ef735d8be2a05c068febe40b54ec8d43cdfa31118d5042005_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-operator@sha256%3Ac069e4c89fb7af2ef735d8be2a05c068febe40b54ec8d43cdfa31118d5042005?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772199865"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:9110db70398296e720496b0c7d0e02c5c0857248ce4d9625e80158de115cdb6f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:9110db70398296e720496b0c7d0e02c5c0857248ce4d9625e80158de115cdb6f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:9110db70398296e720496b0c7d0e02c5c0857248ce4d9625e80158de115cdb6f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-operator@sha256%3A9110db70398296e720496b0c7d0e02c5c0857248ce4d9625e80158de115cdb6f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772200048"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:15302d83535f81bdb5f297b1dade9d5ad34039344be786846aa670134e746eed_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:15302d83535f81bdb5f297b1dade9d5ad34039344be786846aa670134e746eed_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:15302d83535f81bdb5f297b1dade9d5ad34039344be786846aa670134e746eed_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-operator@sha256%3A15302d83535f81bdb5f297b1dade9d5ad34039344be786846aa670134e746eed?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772200099"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:c2da8698eea9388a61c2ae76ec72a46601e2480addfecda1c6f0c182a18b976a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:c2da8698eea9388a61c2ae76ec72a46601e2480addfecda1c6f0c182a18b976a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:c2da8698eea9388a61c2ae76ec72a46601e2480addfecda1c6f0c182a18b976a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-operator@sha256%3Ac2da8698eea9388a61c2ae76ec72a46601e2480addfecda1c6f0c182a18b976a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772200279"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:8aed89c36c6db33d5572521acccbc676e557f5268532a9ee2b63e8423191013a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:8aed89c36c6db33d5572521acccbc676e557f5268532a9ee2b63e8423191013a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:8aed89c36c6db33d5572521acccbc676e557f5268532a9ee2b63e8423191013a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel8-operator@sha256%3A8aed89c36c6db33d5572521acccbc676e557f5268532a9ee2b63e8423191013a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772200043"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:4ce64fc5f1b82f8eaca2aff35f5a4035ebe16dd67412aa73c783c7f2264d0078_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:4ce64fc5f1b82f8eaca2aff35f5a4035ebe16dd67412aa73c783c7f2264d0078_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:4ce64fc5f1b82f8eaca2aff35f5a4035ebe16dd67412aa73c783c7f2264d0078_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-operator@sha256%3A4ce64fc5f1b82f8eaca2aff35f5a4035ebe16dd67412aa73c783c7f2264d0078?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772199873"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:ada2f039c9bafd29b12ad382037c6e27e3d3835593f36d548e6f325e2d76d2a3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:ada2f039c9bafd29b12ad382037c6e27e3d3835593f36d548e6f325e2d76d2a3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:ada2f039c9bafd29b12ad382037c6e27e3d3835593f36d548e6f325e2d76d2a3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-operator@sha256%3Aada2f039c9bafd29b12ad382037c6e27e3d3835593f36d548e6f325e2d76d2a3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772587595"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:58acdf2f0e9151c55c79e8e42766779a87aa74449186d3eac3483df14bfce5da_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:58acdf2f0e9151c55c79e8e42766779a87aa74449186d3eac3483df14bfce5da_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:58acdf2f0e9151c55c79e8e42766779a87aa74449186d3eac3483df14bfce5da_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256%3A58acdf2f0e9151c55c79e8e42766779a87aa74449186d3eac3483df14bfce5da?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772199823"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:a5256116d595d9f902808ade081c5dadf42c8cf50a26ba4d50a636642a63be4c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:a5256116d595d9f902808ade081c5dadf42c8cf50a26ba4d50a636642a63be4c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:a5256116d595d9f902808ade081c5dadf42c8cf50a26ba4d50a636642a63be4c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver@sha256%3Aa5256116d595d9f902808ade081c5dadf42c8cf50a26ba4d50a636642a63be4c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772199814"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:72b65af0f9da924e1f96b490761c5e866a1e6d48d1d17a8e18e34722c7cf3858_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:72b65af0f9da924e1f96b490761c5e866a1e6d48d1d17a8e18e34722c7cf3858_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:72b65af0f9da924e1f96b490761c5e866a1e6d48d1d17a8e18e34722c7cf3858_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-operator@sha256%3A72b65af0f9da924e1f96b490761c5e866a1e6d48d1d17a8e18e34722c7cf3858?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772199885"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:a4d3ac3eb8dbd7f3eaf1aebb4a07f7fd9b14f14fdfd5aa92eb76699005af1b42_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:a4d3ac3eb8dbd7f3eaf1aebb4a07f7fd9b14f14fdfd5aa92eb76699005af1b42_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:a4d3ac3eb8dbd7f3eaf1aebb4a07f7fd9b14f14fdfd5aa92eb76699005af1b42_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-operator@sha256%3Aa4d3ac3eb8dbd7f3eaf1aebb4a07f7fd9b14f14fdfd5aa92eb76699005af1b42?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772199965"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:ed90b4a58b967bc073abcd2c8d6450a757f7720c28a35a707e3b1acff10e7357_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:ed90b4a58b967bc073abcd2c8d6450a757f7720c28a35a707e3b1acff10e7357_amd64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:ed90b4a58b967bc073abcd2c8d6450a757f7720c28a35a707e3b1acff10e7357_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel8-operator@sha256%3Aed90b4a58b967bc073abcd2c8d6450a757f7720c28a35a707e3b1acff10e7357?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772199863"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:fdffcb1cb1fa8c62f2fd863852a4c8319d468720dd7dbda93583de16e4763867_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:fdffcb1cb1fa8c62f2fd863852a4c8319d468720dd7dbda93583de16e4763867_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:fdffcb1cb1fa8c62f2fd863852a4c8319d468720dd7dbda93583de16e4763867_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-platform-operators-manager-rhel8@sha256%3Afdffcb1cb1fa8c62f2fd863852a4c8319d468720dd7dbda93583de16e4763867?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772199818"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:9e7a6228eaca387c19876f41fe99ac45c794f5beedacb6105841eec8f47c3d92_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:9e7a6228eaca387c19876f41fe99ac45c794f5beedacb6105841eec8f47c3d92_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:9e7a6228eaca387c19876f41fe99ac45c794f5beedacb6105841eec8f47c3d92_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-operator@sha256%3A9e7a6228eaca387c19876f41fe99ac45c794f5beedacb6105841eec8f47c3d92?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772156206"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:7955a4d52e11574cd5b56c80046cffab0dfcb7fbdc52de2cd8ef10fe253f3af7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:7955a4d52e11574cd5b56c80046cffab0dfcb7fbdc52de2cd8ef10fe253f3af7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:7955a4d52e11574cd5b56c80046cffab0dfcb7fbdc52de2cd8ef10fe253f3af7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-update-keys@sha256%3A7955a4d52e11574cd5b56c80046cffab0dfcb7fbdc52de2cd8ef10fe253f3af7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772199851"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:5a6d77b9eecceaa0f0abf12806d56424604df8b19286ae397dc99c513868e4c9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:5a6d77b9eecceaa0f0abf12806d56424604df8b19286ae397dc99c513868e4c9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:5a6d77b9eecceaa0f0abf12806d56424604df8b19286ae397dc99c513868e4c9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel8@sha256%3A5a6d77b9eecceaa0f0abf12806d56424604df8b19286ae397dc99c513868e4c9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772199885"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:eafdc83a60099af9de79968cfa967da3e9a589659b66fd1386aac8d632e82340_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:eafdc83a60099af9de79968cfa967da3e9a589659b66fd1386aac8d632e82340_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:eafdc83a60099af9de79968cfa967da3e9a589659b66fd1386aac8d632e82340_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-rhel8@sha256%3Aeafdc83a60099af9de79968cfa967da3e9a589659b66fd1386aac8d632e82340?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772199771"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:52a513e8cf1eed7857e352eab8b25f7c51ccd2c08c5083112553bf1293c7e849_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:52a513e8cf1eed7857e352eab8b25f7c51ccd2c08c5083112553bf1293c7e849_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:52a513e8cf1eed7857e352eab8b25f7c51ccd2c08c5083112553bf1293c7e849_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-operator-rhel8@sha256%3A52a513e8cf1eed7857e352eab8b25f7c51ccd2c08c5083112553bf1293c7e849?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772199874"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c7cb5497338edcf1185914249c765d50b902e1640049a9e8e6ad0d57b792ee8e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c7cb5497338edcf1185914249c765d50b902e1640049a9e8e6ad0d57b792ee8e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c7cb5497338edcf1185914249c765d50b902e1640049a9e8e6ad0d57b792ee8e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-webhook-rhel8@sha256%3Ac7cb5497338edcf1185914249c765d50b902e1640049a9e8e6ad0d57b792ee8e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772199850"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:ab5caed8152c7e5012036719691b9fe4ba73b4488faa90f52ec88deb78f2ef47_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:ab5caed8152c7e5012036719691b9fe4ba73b4488faa90f52ec88deb78f2ef47_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:ab5caed8152c7e5012036719691b9fe4ba73b4488faa90f52ec88deb78f2ef47_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer@sha256%3Aab5caed8152c7e5012036719691b9fe4ba73b4488faa90f52ec88deb78f2ef47?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772200313"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:ab5caed8152c7e5012036719691b9fe4ba73b4488faa90f52ec88deb78f2ef47_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:ab5caed8152c7e5012036719691b9fe4ba73b4488faa90f52ec88deb78f2ef47_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:ab5caed8152c7e5012036719691b9fe4ba73b4488faa90f52ec88deb78f2ef47_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel8@sha256%3Aab5caed8152c7e5012036719691b9fe4ba73b4488faa90f52ec88deb78f2ef47?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772200313"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:3eb660f6971e2d8237b7b9ddb60e55e3bcccbd9f34b0cf3870bf1c18e07d25e0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:3eb660f6971e2d8237b7b9ddb60e55e3bcccbd9f34b0cf3870bf1c18e07d25e0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:3eb660f6971e2d8237b7b9ddb60e55e3bcccbd9f34b0cf3870bf1c18e07d25e0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter@sha256%3A3eb660f6971e2d8237b7b9ddb60e55e3bcccbd9f34b0cf3870bf1c18e07d25e0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772199833"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:3eb660f6971e2d8237b7b9ddb60e55e3bcccbd9f34b0cf3870bf1c18e07d25e0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:3eb660f6971e2d8237b7b9ddb60e55e3bcccbd9f34b0cf3870bf1c18e07d25e0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:3eb660f6971e2d8237b7b9ddb60e55e3bcccbd9f34b0cf3870bf1c18e07d25e0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel8@sha256%3A3eb660f6971e2d8237b7b9ddb60e55e3bcccbd9f34b0cf3870bf1c18e07d25e0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772199833"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:681c52a626b9b28b3cc3de0b8a6e643aa3a071e80da0f44fca4af00768e009b2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:681c52a626b9b28b3cc3de0b8a6e643aa3a071e80da0f44fca4af00768e009b2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:681c52a626b9b28b3cc3de0b8a6e643aa3a071e80da0f44fca4af00768e009b2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller@sha256%3A681c52a626b9b28b3cc3de0b8a6e643aa3a071e80da0f44fca4af00768e009b2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772200114"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:681c52a626b9b28b3cc3de0b8a6e643aa3a071e80da0f44fca4af00768e009b2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:681c52a626b9b28b3cc3de0b8a6e643aa3a071e80da0f44fca4af00768e009b2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:681c52a626b9b28b3cc3de0b8a6e643aa3a071e80da0f44fca4af00768e009b2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel8@sha256%3A681c52a626b9b28b3cc3de0b8a6e643aa3a071e80da0f44fca4af00768e009b2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772200114"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd@sha256:1aedebae5a1eb0195c6a8d30e6b91be3505d439e5fdf364ba62a9df86bc423a8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd@sha256:1aedebae5a1eb0195c6a8d30e6b91be3505d439e5fdf364ba62a9df86bc423a8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-etcd@sha256:1aedebae5a1eb0195c6a8d30e6b91be3505d439e5fdf364ba62a9df86bc423a8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd@sha256%3A1aedebae5a1eb0195c6a8d30e6b91be3505d439e5fdf364ba62a9df86bc423a8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772200073"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:aae2532fdefaeef32a1c12fca4417650529c885f850aa0502438468c888f26b3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:aae2532fdefaeef32a1c12fca4417650529c885f850aa0502438468c888f26b3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:aae2532fdefaeef32a1c12fca4417650529c885f850aa0502438468c888f26b3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cloud-controller-manager-rhel8@sha256%3Aaae2532fdefaeef32a1c12fca4417650529c885f850aa0502438468c888f26b3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772199893"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:b2e49e53dc87c605e8ed9a412e6001f9e8bbfa15121a7bdaf42ec7cf5c5e5a4e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:b2e49e53dc87c605e8ed9a412e6001f9e8bbfa15121a7bdaf42ec7cf5c5e5a4e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:b2e49e53dc87c605e8ed9a412e6001f9e8bbfa15121a7bdaf42ec7cf5c5e5a4e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cluster-api-controllers-rhel8@sha256%3Ab2e49e53dc87c605e8ed9a412e6001f9e8bbfa15121a7bdaf42ec7cf5c5e5a4e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772199915"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:88ffe472fae92406d19d174c50515d8d22a6d0a7b93f7f7b89b485d0b6fca3a4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:88ffe472fae92406d19d174c50515d8d22a6d0a7b93f7f7b89b485d0b6fca3a4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:88ffe472fae92406d19d174c50515d8d22a6d0a7b93f7f7b89b485d0b6fca3a4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-rhel8@sha256%3A88ffe472fae92406d19d174c50515d8d22a6d0a7b93f7f7b89b485d0b6fca3a4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772199964"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:69307cbf63377392049c210206a187d96dbdab6daa749e9c4b3c26e482567e25_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:69307cbf63377392049c210206a187d96dbdab6daa749e9c4b3c26e482567e25_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:69307cbf63377392049c210206a187d96dbdab6daa749e9c4b3c26e482567e25_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-operator-rhel8@sha256%3A69307cbf63377392049c210206a187d96dbdab6daa749e9c4b3c26e482567e25?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772199932"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:163355de7f30a4161758a43c7adefb90ab969c07be9604c9a34e0c2499f5f7e3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:163355de7f30a4161758a43c7adefb90ab969c07be9604c9a34e0c2499f5f7e3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:163355de7f30a4161758a43c7adefb90ab969c07be9604c9a34e0c2499f5f7e3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-cloud-controller-manager-rhel8@sha256%3A163355de7f30a4161758a43c7adefb90ab969c07be9604c9a34e0c2499f5f7e3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772199869"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:337e3625cbadf2a326aa7de7f1750ed7ac6ef29ad28508b60e396bf72f2f4ae9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:337e3625cbadf2a326aa7de7f1750ed7ac6ef29ad28508b60e396bf72f2f4ae9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:337e3625cbadf2a326aa7de7f1750ed7ac6ef29ad28508b60e396bf72f2f4ae9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-rhel8@sha256%3A337e3625cbadf2a326aa7de7f1750ed7ac6ef29ad28508b60e396bf72f2f4ae9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772199797"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:6618f9828840cf41fffc19e89f5ae2077ac1aadaece6aa33fde8497b4fbf06e1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:6618f9828840cf41fffc19e89f5ae2077ac1aadaece6aa33fde8497b4fbf06e1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:6618f9828840cf41fffc19e89f5ae2077ac1aadaece6aa33fde8497b4fbf06e1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256%3A6618f9828840cf41fffc19e89f5ae2077ac1aadaece6aa33fde8497b4fbf06e1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772199957"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:b8674517296b137591fdfd8086ff069731e8910c97d4aeae5bfec11b32e8e891_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:b8674517296b137591fdfd8086ff069731e8910c97d4aeae5bfec11b32e8e891_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:b8674517296b137591fdfd8086ff069731e8910c97d4aeae5bfec11b32e8e891_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-cluster-api-controllers-rhel8@sha256%3Ab8674517296b137591fdfd8086ff069731e8910c97d4aeae5bfec11b32e8e891?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772199944"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:22d09b4eafbf14a04eea1d7e98abe239e59465106c9634d4e99cfb4ffb2d2508_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:22d09b4eafbf14a04eea1d7e98abe239e59465106c9634d4e99cfb4ffb2d2508_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:22d09b4eafbf14a04eea1d7e98abe239e59465106c9634d4e99cfb4ffb2d2508_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-machine-controllers-rhel8@sha256%3A22d09b4eafbf14a04eea1d7e98abe239e59465106c9634d4e99cfb4ffb2d2508?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772200052"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:4c9eb330e0de59382effefdb1e5fae589020d462b114e0efe07a4726920757c8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:4c9eb330e0de59382effefdb1e5fae589020d462b114e0efe07a4726920757c8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:4c9eb330e0de59382effefdb1e5fae589020d462b114e0efe07a4726920757c8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-image-customization-controller-rhel8@sha256%3A4c9eb330e0de59382effefdb1e5fae589020d462b114e0efe07a4726920757c8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772199848"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:59d16eba992d35b83656ff86cf914fb5ac7e68b6e6b1db732d117bd1cfcd066d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:59d16eba992d35b83656ff86cf914fb5ac7e68b6e6b1db732d117bd1cfcd066d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:59d16eba992d35b83656ff86cf914fb5ac7e68b6e6b1db732d117bd1cfcd066d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel8-operator@sha256%3A59d16eba992d35b83656ff86cf914fb5ac7e68b6e6b1db732d117bd1cfcd066d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772199917"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer@sha256:2350a03a4e87eedb2bdd0e02ed771c2785014e48fcb9f42909e7186027c6311d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer@sha256:2350a03a4e87eedb2bdd0e02ed771c2785014e48fcb9f42909e7186027c6311d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-installer@sha256:2350a03a4e87eedb2bdd0e02ed771c2785014e48fcb9f42909e7186027c6311d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer@sha256%3A2350a03a4e87eedb2bdd0e02ed771c2785014e48fcb9f42909e7186027c6311d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772200276"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:3f13acb41c7905c644eda4164b2a03a1a42f18e0ed55231f30f87a476f6320a0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:3f13acb41c7905c644eda4164b2a03a1a42f18e0ed55231f30f87a476f6320a0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:3f13acb41c7905c644eda4164b2a03a1a42f18e0ed55231f30f87a476f6320a0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts@sha256%3A3f13acb41c7905c644eda4164b2a03a1a42f18e0ed55231f30f87a476f6320a0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772203008"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:29ee316d69a70a0fb1dd96be313e7030c24e2fcc3fcedc1e3d90aed63b602324_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:29ee316d69a70a0fb1dd96be313e7030c24e2fcc3fcedc1e3d90aed63b602324_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:29ee316d69a70a0fb1dd96be313e7030c24e2fcc3fcedc1e3d90aed63b602324_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel8@sha256%3A29ee316d69a70a0fb1dd96be313e7030c24e2fcc3fcedc1e3d90aed63b602324?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772199828"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:19f25f9d406b88e079a0156ee28016df1f13a7556d2f9a771d75e506c5a009bb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:19f25f9d406b88e079a0156ee28016df1f13a7556d2f9a771d75e506c5a009bb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:19f25f9d406b88e079a0156ee28016df1f13a7556d2f9a771d75e506c5a009bb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel8@sha256%3A19f25f9d406b88e079a0156ee28016df1f13a7556d2f9a771d75e506c5a009bb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772199866"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:a40488813e76053f7e3bc398a6655b6dcecc7d8e641b8c9a84c4fc7a8babeeb9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:a40488813e76053f7e3bc398a6655b6dcecc7d8e641b8c9a84c4fc7a8babeeb9_amd64",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:a40488813e76053f7e3bc398a6655b6dcecc7d8e641b8c9a84c4fc7a8babeeb9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-csi-driver-rhel8@sha256%3Aa40488813e76053f7e3bc398a6655b6dcecc7d8e641b8c9a84c4fc7a8babeeb9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772199906"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:fb362c48e4dbe220809704a8ee467120e2546d2e6f6ec5d73b3aba53dc077bf2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:fb362c48e4dbe220809704a8ee467120e2546d2e6f6ec5d73b3aba53dc077bf2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:fb362c48e4dbe220809704a8ee467120e2546d2e6f6ec5d73b3aba53dc077bf2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers@sha256%3Afb362c48e4dbe220809704a8ee467120e2546d2e6f6ec5d73b3aba53dc077bf2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772199846"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-operator@sha256:b731cc451638e4e1213edb5cf9f2a707dc9e4196dfd004f4a61d5b5f5b1d0c75_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-operator@sha256:b731cc451638e4e1213edb5cf9f2a707dc9e4196dfd004f4a61d5b5f5b1d0c75_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-operator@sha256:b731cc451638e4e1213edb5cf9f2a707dc9e4196dfd004f4a61d5b5f5b1d0c75_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-operator@sha256%3Ab731cc451638e4e1213edb5cf9f2a707dc9e4196dfd004f4a61d5b5f5b1d0c75?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772200030"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:9ba21219e78170ef0894b9617b5e73f1c17987419b59cec160f34567126d6565_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:9ba21219e78170ef0894b9617b5e73f1c17987419b59cec160f34567126d6565_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:9ba21219e78170ef0894b9617b5e73f1c17987419b59cec160f34567126d6565_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-aws-rhel8@sha256%3A9ba21219e78170ef0894b9617b5e73f1c17987419b59cec160f34567126d6565?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772199851"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:145640691e5a1c299dda7b9d02c5925dd40ca032e88ebef8e28696d52f8a2267_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:145640691e5a1c299dda7b9d02c5925dd40ca032e88ebef8e28696d52f8a2267_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:145640691e5a1c299dda7b9d02c5925dd40ca032e88ebef8e28696d52f8a2267_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-azure-rhel8@sha256%3A145640691e5a1c299dda7b9d02c5925dd40ca032e88ebef8e28696d52f8a2267?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772199813"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:fceb4dd066f16f2f26d706ad34e8bffbba4c9fb1f4598c3abf25e90fd65c25d5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:fceb4dd066f16f2f26d706ad34e8bffbba4c9fb1f4598c3abf25e90fd65c25d5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:fceb4dd066f16f2f26d706ad34e8bffbba4c9fb1f4598c3abf25e90fd65c25d5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-gcp-rhel8@sha256%3Afceb4dd066f16f2f26d706ad34e8bffbba4c9fb1f4598c3abf25e90fd65c25d5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772199841"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:7167c1e4fa2f1d6994a964d05dff74b2ddb6b051322a6576069647937028f435_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:7167c1e4fa2f1d6994a964d05dff74b2ddb6b051322a6576069647937028f435_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:7167c1e4fa2f1d6994a964d05dff74b2ddb6b051322a6576069647937028f435_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-openstack-rhel8@sha256%3A7167c1e4fa2f1d6994a964d05dff74b2ddb6b051322a6576069647937028f435?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772199876"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:6c359a023df6c5ce14c715666ed9233a77033a0f9a2cbf0463fb36f3e16417d4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:6c359a023df6c5ce14c715666ed9233a77033a0f9a2cbf0463fb36f3e16417d4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:6c359a023df6c5ce14c715666ed9233a77033a0f9a2cbf0463fb36f3e16417d4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-operator@sha256%3A6c359a023df6c5ce14c715666ed9233a77033a0f9a2cbf0463fb36f3e16417d4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772199757"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:3f41faf2e3990aeff8d32bf73fbdd665b58d002c5e6aa590986706b6278c3923_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:3f41faf2e3990aeff8d32bf73fbdd665b58d002c5e6aa590986706b6278c3923_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:3f41faf2e3990aeff8d32bf73fbdd665b58d002c5e6aa590986706b6278c3923_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel8@sha256%3A3f41faf2e3990aeff8d32bf73fbdd665b58d002c5e6aa590986706b6278c3923?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772202543"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:a46233e5b1fa0a5a1a764a46c49a11269fadd87de378e28cb5fef0180ff7bf4f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:a46233e5b1fa0a5a1a764a46c49a11269fadd87de378e28cb5fef0180ff7bf4f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:a46233e5b1fa0a5a1a764a46c49a11269fadd87de378e28cb5fef0180ff7bf4f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller@sha256%3Aa46233e5b1fa0a5a1a764a46c49a11269fadd87de378e28cb5fef0180ff7bf4f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772199801"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:86da8c4a231249869671822435c5d160dfdbe40f37b35c329d0d678b88862cc7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:86da8c4a231249869671822435c5d160dfdbe40f37b35c329d0d678b88862cc7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:86da8c4a231249869671822435c5d160dfdbe40f37b35c329d0d678b88862cc7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel8@sha256%3A86da8c4a231249869671822435c5d160dfdbe40f37b35c329d0d678b88862cc7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772156192"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:aa340b9e7d6540fef963456a1f68be95d2285796ae1fe6501f7a157f2c7853be_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:aa340b9e7d6540fef963456a1f68be95d2285796ae1fe6501f7a157f2c7853be_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:aa340b9e7d6540fef963456a1f68be95d2285796ae1fe6501f7a157f2c7853be_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel8@sha256%3Aaa340b9e7d6540fef963456a1f68be95d2285796ae1fe6501f7a157f2c7853be?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772156209"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather@sha256:201647697fc20fffa5238c768c1b70f593143ead6f5a8220e52c09bb486281dd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather@sha256:201647697fc20fffa5238c768c1b70f593143ead6f5a8220e52c09bb486281dd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-must-gather@sha256:201647697fc20fffa5238c768c1b70f593143ead6f5a8220e52c09bb486281dd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather@sha256%3A201647697fc20fffa5238c768c1b70f593143ead6f5a8220e52c09bb486281dd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201194"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:6a2bdd5615bbccad31a48a4329005c053e1ffe644bffff32cbfe1307ad3fc7cd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:6a2bdd5615bbccad31a48a4329005c053e1ffe644bffff32cbfe1307ad3fc7cd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:6a2bdd5615bbccad31a48a4329005c053e1ffe644bffff32cbfe1307ad3fc7cd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel8@sha256%3A6a2bdd5615bbccad31a48a4329005c053e1ffe644bffff32cbfe1307ad3fc7cd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772200055"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:1a2418d7720c3b8dfbb1d4ee4dd33e40d40d20ef6149cff66a75e01997389361_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:1a2418d7720c3b8dfbb1d4ee4dd33e40d40d20ef6149cff66a75e01997389361_amd64",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:1a2418d7720c3b8dfbb1d4ee4dd33e40d40d20ef6149cff66a75e01997389361_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel8@sha256%3A1a2418d7720c3b8dfbb1d4ee4dd33e40d40d20ef6149cff66a75e01997389361?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772200238"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:a8f987adb667cdfe893a8fb16c46d04f64ae704ebd6f939ad86e5fac4e87d1d0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:a8f987adb667cdfe893a8fb16c46d04f64ae704ebd6f939ad86e5fac4e87d1d0_amd64",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:a8f987adb667cdfe893a8fb16c46d04f64ae704ebd6f939ad86e5fac4e87d1d0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel8@sha256%3Aa8f987adb667cdfe893a8fb16c46d04f64ae704ebd6f939ad86e5fac4e87d1d0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772630906"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:a70ec003fa1858d78a82d3700e2c754534072d34769c582357dbbdaee131fae7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:a70ec003fa1858d78a82d3700e2c754534072d34769c582357dbbdaee131fae7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:a70ec003fa1858d78a82d3700e2c754534072d34769c582357dbbdaee131fae7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-nutanix-machine-controllers-rhel8@sha256%3Aa70ec003fa1858d78a82d3700e2c754534072d34769c582357dbbdaee131fae7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772199770"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:403015afaab53d1aef65a3e1fd08e4bd0d534c7400a01f1096e9818970d240c4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:403015afaab53d1aef65a3e1fd08e4bd0d534c7400a01f1096e9818970d240c4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:403015afaab53d1aef65a3e1fd08e4bd0d534c7400a01f1096e9818970d240c4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel8@sha256%3A403015afaab53d1aef65a3e1fd08e4bd0d534c7400a01f1096e9818970d240c4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772200065"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:d014eec11f3767e50e7de299438160fad3790faa00b4db2a86c515d9df5ec807_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:d014eec11f3767e50e7de299438160fad3790faa00b4db2a86c515d9df5ec807_amd64",
"product_id": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:d014eec11f3767e50e7de299438160fad3790faa00b4db2a86c515d9df5ec807_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-rukpak-rhel8@sha256%3Ad014eec11f3767e50e7de299438160fad3790faa00b4db2a86c515d9df5ec807?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772200115"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:14ced1f02db227a42c3b98b29f39d7e73ba06d8b0cbea83ecfaf2c63bb9ba04f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:14ced1f02db227a42c3b98b29f39d7e73ba06d8b0cbea83ecfaf2c63bb9ba04f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:14ced1f02db227a42c3b98b29f39d7e73ba06d8b0cbea83ecfaf2c63bb9ba04f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel8@sha256%3A14ced1f02db227a42c3b98b29f39d7e73ba06d8b0cbea83ecfaf2c63bb9ba04f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772200039"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:ce3612a32ff93aa9738261533b336ea9b042a0fb0a25bc5fb28dec612ed7418e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:ce3612a32ff93aa9738261533b336ea9b042a0fb0a25bc5fb28dec612ed7418e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:ce3612a32ff93aa9738261533b336ea9b042a0fb0a25bc5fb28dec612ed7418e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel8@sha256%3Ace3612a32ff93aa9738261533b336ea9b042a0fb0a25bc5fb28dec612ed7418e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772200052"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:7507d0c8e9e8c7fa573b50ca87c41195da712bc6c006ce4cd5e8355218099051_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:7507d0c8e9e8c7fa573b50ca87c41195da712bc6c006ce4cd5e8355218099051_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:7507d0c8e9e8c7fa573b50ca87c41195da712bc6c006ce4cd5e8355218099051_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel8@sha256%3A7507d0c8e9e8c7fa573b50ca87c41195da712bc6c006ce4cd5e8355218099051?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772199892"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:dd7c5a0d61ff5f73cf7f4ba78310282cd51fcab071e8ab56066a3cfa9e6c1ca1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:dd7c5a0d61ff5f73cf7f4ba78310282cd51fcab071e8ab56066a3cfa9e6c1ca1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:dd7c5a0d61ff5f73cf7f4ba78310282cd51fcab071e8ab56066a3cfa9e6c1ca1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel8-operator@sha256%3Add7c5a0d61ff5f73cf7f4ba78310282cd51fcab071e8ab56066a3cfa9e6c1ca1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772199839"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:10385bc6050cab2cb3e3edd835c67668eee37be126f704799e9569a9b54d9c99_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:10385bc6050cab2cb3e3edd835c67668eee37be126f704799e9569a9b54d9c99_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:10385bc6050cab2cb3e3edd835c67668eee37be126f704799e9569a9b54d9c99_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel8@sha256%3A10385bc6050cab2cb3e3edd835c67668eee37be126f704799e9569a9b54d9c99?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772199850"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-machine-controllers@sha256:af5205229b7ad7b9068165968c30ad36ac3016b1f28d0a26ed8ded9aa9eb14bd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-machine-controllers@sha256:af5205229b7ad7b9068165968c30ad36ac3016b1f28d0a26ed8ded9aa9eb14bd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-machine-controllers@sha256:af5205229b7ad7b9068165968c30ad36ac3016b1f28d0a26ed8ded9aa9eb14bd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-machine-controllers@sha256%3Aaf5205229b7ad7b9068165968c30ad36ac3016b1f28d0a26ed8ded9aa9eb14bd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772199821"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:58475c817fa3fd1ac028c03eba2c857d3bd6c605e65093963d5be4d549495b7d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:58475c817fa3fd1ac028c03eba2c857d3bd6c605e65093963d5be4d549495b7d_amd64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:58475c817fa3fd1ac028c03eba2c857d3bd6c605e65093963d5be4d549495b7d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel8@sha256%3A58475c817fa3fd1ac028c03eba2c857d3bd6c605e65093963d5be4d549495b7d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772199911"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:19bd2b1d343872fd132beaf68aad33eee9f274ea3915a299ce601467ac844421_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:19bd2b1d343872fd132beaf68aad33eee9f274ea3915a299ce601467ac844421_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:19bd2b1d343872fd132beaf68aad33eee9f274ea3915a299ce601467ac844421_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovirt-machine-controllers-rhel8@sha256%3A19bd2b1d343872fd132beaf68aad33eee9f274ea3915a299ce601467ac844421?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772199796"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:27f7ac8d4ed15dfb7b1f61abbfb38c2333b9974356a6070b2084b20b778ae3f9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:27f7ac8d4ed15dfb7b1f61abbfb38c2333b9974356a6070b2084b20b778ae3f9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:27f7ac8d4ed15dfb7b1f61abbfb38c2333b9974356a6070b2084b20b778ae3f9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes@sha256%3A27f7ac8d4ed15dfb7b1f61abbfb38c2333b9974356a6070b2084b20b778ae3f9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201298"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:2da4e2c822d30d1b66e59cbd696fd638fe6c1052a774c303bcc50d8c732713b4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:2da4e2c822d30d1b66e59cbd696fd638fe6c1052a774c303bcc50d8c732713b4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:2da4e2c822d30d1b66e59cbd696fd638fe6c1052a774c303bcc50d8c732713b4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-rhel8@sha256%3A2da4e2c822d30d1b66e59cbd696fd638fe6c1052a774c303bcc50d8c732713b4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772200121"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:82b79d5ab7eed554fcc89d6fa5754dba5993816ea43c257097410fd078323943_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:82b79d5ab7eed554fcc89d6fa5754dba5993816ea43c257097410fd078323943_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:82b79d5ab7eed554fcc89d6fa5754dba5993816ea43c257097410fd078323943_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-operator-rhel8@sha256%3A82b79d5ab7eed554fcc89d6fa5754dba5993816ea43c257097410fd078323943?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772284955"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:735c9ae12484b2d3c5301b5ea2d1cdddb583a7e65da3a35980fa20de3dcee1ab_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:735c9ae12484b2d3c5301b5ea2d1cdddb583a7e65da3a35980fa20de3dcee1ab_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:735c9ae12484b2d3c5301b5ea2d1cdddb583a7e65da3a35980fa20de3dcee1ab_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-cloud-controller-manager-rhel8@sha256%3A735c9ae12484b2d3c5301b5ea2d1cdddb583a7e65da3a35980fa20de3dcee1ab?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772199882"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:20f8b3b38ed483e484897ab7f1465d9c20e3bdbe4ece138b85a2d9b46e184394_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:20f8b3b38ed483e484897ab7f1465d9c20e3bdbe4ece138b85a2d9b46e184394_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:20f8b3b38ed483e484897ab7f1465d9c20e3bdbe4ece138b85a2d9b46e184394_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-machine-controllers-rhel8@sha256%3A20f8b3b38ed483e484897ab7f1465d9c20e3bdbe4ece138b85a2d9b46e184394?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772199790"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:7b34408e62f572b8636b90d8ea622ed1b03e72ab014f32033e13790583cf29ee_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:7b34408e62f572b8636b90d8ea622ed1b03e72ab014f32033e13790583cf29ee_amd64",
"product_id": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:7b34408e62f572b8636b90d8ea622ed1b03e72ab014f32033e13790583cf29ee_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-k8s-prometheus-adapter@sha256%3A7b34408e62f572b8636b90d8ea622ed1b03e72ab014f32033e13790583cf29ee?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772199953"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:5a9f74b5c3dc5f2a040ae50fa85cad4269d3ef5dd93c57ce97ac1640526ef083_amd64",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:5a9f74b5c3dc5f2a040ae50fa85cad4269d3ef5dd93c57ce97ac1640526ef083_amd64",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:5a9f74b5c3dc5f2a040ae50fa85cad4269d3ef5dd93c57ce97ac1640526ef083_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel8@sha256%3A5a9f74b5c3dc5f2a040ae50fa85cad4269d3ef5dd93c57ce97ac1640526ef083?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772200197"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:c28aa71e2759f4ef6a939f4c4cbe6eb93b490aec57edcd3bc04ddfb1a79e3122_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:c28aa71e2759f4ef6a939f4c4cbe6eb93b490aec57edcd3bc04ddfb1a79e3122_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:c28aa71e2759f4ef6a939f4c4cbe6eb93b490aec57edcd3bc04ddfb1a79e3122_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-sdn-rhel8@sha256%3Ac28aa71e2759f4ef6a939f4c4cbe6eb93b490aec57edcd3bc04ddfb1a79e3122?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772199840"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-operator@sha256:f217d0e2ee477c6a4aad1b5329ad77aad631595ecc09223d45eabb65fbb3dcb8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-operator@sha256:f217d0e2ee477c6a4aad1b5329ad77aad631595ecc09223d45eabb65fbb3dcb8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-operator@sha256:f217d0e2ee477c6a4aad1b5329ad77aad631595ecc09223d45eabb65fbb3dcb8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-operator@sha256%3Af217d0e2ee477c6a4aad1b5329ad77aad631595ecc09223d45eabb65fbb3dcb8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772199802"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:4343e0a0d02722a0019942174c7d1587d8e8abefbde48b7b6f374a76a125b875_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:4343e0a0d02722a0019942174c7d1587d8e8abefbde48b7b6f374a76a125b875_amd64",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:4343e0a0d02722a0019942174c7d1587d8e8abefbde48b7b6f374a76a125b875_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel8@sha256%3A4343e0a0d02722a0019942174c7d1587d8e8abefbde48b7b6f374a76a125b875?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772630558"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:1504e3c20f04de8e4875f1860d18edd056fb8f64f4e1d6c375f5dec469bd1224_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:1504e3c20f04de8e4875f1860d18edd056fb8f64f4e1d6c375f5dec469bd1224_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:1504e3c20f04de8e4875f1860d18edd056fb8f64f4e1d6c375f5dec469bd1224_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vmware-vsphere-csi-driver-rhel8@sha256%3A1504e3c20f04de8e4875f1860d18edd056fb8f64f4e1d6c375f5dec469bd1224?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772200198"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:1504e3c20f04de8e4875f1860d18edd056fb8f64f4e1d6c375f5dec469bd1224_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:1504e3c20f04de8e4875f1860d18edd056fb8f64f4e1d6c375f5dec469bd1224_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:1504e3c20f04de8e4875f1860d18edd056fb8f64f4e1d6c375f5dec469bd1224_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-csi-driver-rhel8@sha256%3A1504e3c20f04de8e4875f1860d18edd056fb8f64f4e1d6c375f5dec469bd1224?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772200198"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:195ff9c2f84662da8890c5620382028240afb21f172caef120706070e71ce092_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:195ff9c2f84662da8890c5620382028240afb21f172caef120706070e71ce092_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:195ff9c2f84662da8890c5620382028240afb21f172caef120706070e71ce092_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256%3A195ff9c2f84662da8890c5620382028240afb21f172caef120706070e71ce092?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772200204"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:195ff9c2f84662da8890c5620382028240afb21f172caef120706070e71ce092_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:195ff9c2f84662da8890c5620382028240afb21f172caef120706070e71ce092_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:195ff9c2f84662da8890c5620382028240afb21f172caef120706070e71ce092_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-csi-driver-operator-rhel8@sha256%3A195ff9c2f84662da8890c5620382028240afb21f172caef120706070e71ce092?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772200204"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:31cc96e0087d7748bc73f611917122a7426dd4f9dcce59a13bd0d3d0d29810c1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:31cc96e0087d7748bc73f611917122a7426dd4f9dcce59a13bd0d3d0d29810c1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:31cc96e0087d7748bc73f611917122a7426dd4f9dcce59a13bd0d3d0d29810c1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-cloud-controller-manager-rhel8@sha256%3A31cc96e0087d7748bc73f611917122a7426dd4f9dcce59a13bd0d3d0d29810c1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772199871"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:5ff63bc70cbfcff3eede431fc5c0f704aea47191b9c598b56764c77374cebba8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:5ff63bc70cbfcff3eede431fc5c0f704aea47191b9c598b56764c77374cebba8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:5ff63bc70cbfcff3eede431fc5c0f704aea47191b9c598b56764c77374cebba8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-cluster-api-controllers-rhel8@sha256%3A5ff63bc70cbfcff3eede431fc5c0f704aea47191b9c598b56764c77374cebba8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772199929"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:0bd452632f8ad16181bbb5fd4a0a86a94c4cd4fbce183d61bf99f7ff28b7c6c9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:0bd452632f8ad16181bbb5fd4a0a86a94c4cd4fbce183d61bf99f7ff28b7c6c9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:0bd452632f8ad16181bbb5fd4a0a86a94c4cd4fbce183d61bf99f7ff28b7c6c9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel8@sha256%3A0bd452632f8ad16181bbb5fd4a0a86a94c4cd4fbce183d61bf99f7ff28b7c6c9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772201064"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:220a41bce9e80c6277055d596c02b3d62cf5905cfda772eb705c8ed4dd51feef_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:220a41bce9e80c6277055d596c02b3d62cf5905cfda772eb705c8ed4dd51feef_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:220a41bce9e80c6277055d596c02b3d62cf5905cfda772eb705c8ed4dd51feef_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy@sha256%3A220a41bce9e80c6277055d596c02b3d62cf5905cfda772eb705c8ed4dd51feef?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772199420"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:557c5ce0dfc308b7a88683cabd6303682bf959b6820d1209bb43554ca68f0f60_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:557c5ce0dfc308b7a88683cabd6303682bf959b6820d1209bb43554ca68f0f60_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:557c5ce0dfc308b7a88683cabd6303682bf959b6820d1209bb43554ca68f0f60_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader@sha256%3A557c5ce0dfc308b7a88683cabd6303682bf959b6820d1209bb43554ca68f0f60?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772200028"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator@sha256:0685631135bc2fd9d9f9e68cf34bf1ec66573fab26a0bccfa3f63ca2003472df_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator@sha256:0685631135bc2fd9d9f9e68cf34bf1ec66573fab26a0bccfa3f63ca2003472df_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator@sha256:0685631135bc2fd9d9f9e68cf34bf1ec66573fab26a0bccfa3f63ca2003472df_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator@sha256%3A0685631135bc2fd9d9f9e68cf34bf1ec66573fab26a0bccfa3f63ca2003472df?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772199998"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:1d1c4e5f78487db89666bd2fbee88fcc4fac0b1e62611a823a4971d088446369_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:1d1c4e5f78487db89666bd2fbee88fcc4fac0b1e62611a823a4971d088446369_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:1d1c4e5f78487db89666bd2fbee88fcc4fac0b1e62611a823a4971d088446369_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel8@sha256%3A1d1c4e5f78487db89666bd2fbee88fcc4fac0b1e62611a823a4971d088446369?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772200060"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter@sha256:49c604e45bed7de0092accf992a7360b759a25f6d0b2ba7a65bcce2c6c52f7ed_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter@sha256:49c604e45bed7de0092accf992a7360b759a25f6d0b2ba7a65bcce2c6c52f7ed_amd64",
"product_id": "registry.redhat.io/openshift4/ose-telemeter@sha256:49c604e45bed7de0092accf992a7360b759a25f6d0b2ba7a65bcce2c6c52f7ed_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter@sha256%3A49c604e45bed7de0092accf992a7360b759a25f6d0b2ba7a65bcce2c6c52f7ed?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772199893"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:3e3beaac96813816c6f2575c78e34faadb8cec2e97107a25efb6acc6f8d760d6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:3e3beaac96813816c6f2575c78e34faadb8cec2e97107a25efb6acc6f8d760d6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:3e3beaac96813816c6f2575c78e34faadb8cec2e97107a25efb6acc6f8d760d6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel8@sha256%3A3e3beaac96813816c6f2575c78e34faadb8cec2e97107a25efb6acc6f8d760d6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772587628"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:817c40ac725632322dc88f60c8870ca51ea3e71801fa1c01861db5a46b9fe2b5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:817c40ac725632322dc88f60c8870ca51ea3e71801fa1c01861db5a46b9fe2b5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:817c40ac725632322dc88f60c8870ca51ea3e71801fa1c01861db5a46b9fe2b5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-csi-driver-syncer-rhel8@sha256%3A817c40ac725632322dc88f60c8870ca51ea3e71801fa1c01861db5a46b9fe2b5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772200052"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:71dcf1b0bb479cbc69fe9cd96e1244055daea4b17ef4a1497d5f9b51f0f33646_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:71dcf1b0bb479cbc69fe9cd96e1244055daea4b17ef4a1497d5f9b51f0f33646_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:71dcf1b0bb479cbc69fe9cd96e1244055daea4b17ef4a1497d5f9b51f0f33646_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-problem-detector-rhel8@sha256%3A71dcf1b0bb479cbc69fe9cd96e1244055daea4b17ef4a1497d5f9b51f0f33646?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772199782"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:03b4902359e5dd1bc2524b213d42b3c1c2e3e0f63380a17142705ba0b8397529_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:03b4902359e5dd1bc2524b213d42b3c1c2e3e0f63380a17142705ba0b8397529_amd64"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:03b4902359e5dd1bc2524b213d42b3c1c2e3e0f63380a17142705ba0b8397529_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:0adb3f01f921885b64b9ee98648b1252c0ee4f46c3f65ff53633924d72f5694a_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:0adb3f01f921885b64b9ee98648b1252c0ee4f46c3f65ff53633924d72f5694a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:0adb3f01f921885b64b9ee98648b1252c0ee4f46c3f65ff53633924d72f5694a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:f5ae1ca7faa4f3bbb86f3c32ad12928c4905c85a3cfaebda3d80c603b3df995a_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:f5ae1ca7faa4f3bbb86f3c32ad12928c4905c85a3cfaebda3d80c603b3df995a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:f5ae1ca7faa4f3bbb86f3c32ad12928c4905c85a3cfaebda3d80c603b3df995a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:a40488813e76053f7e3bc398a6655b6dcecc7d8e641b8c9a84c4fc7a8babeeb9_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:a40488813e76053f7e3bc398a6655b6dcecc7d8e641b8c9a84c4fc7a8babeeb9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:a40488813e76053f7e3bc398a6655b6dcecc7d8e641b8c9a84c4fc7a8babeeb9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:a8f987adb667cdfe893a8fb16c46d04f64ae704ebd6f939ad86e5fac4e87d1d0_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/network-tools-rhel8@sha256:a8f987adb667cdfe893a8fb16c46d04f64ae704ebd6f939ad86e5fac4e87d1d0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:a8f987adb667cdfe893a8fb16c46d04f64ae704ebd6f939ad86e5fac4e87d1d0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:9227ff3d828a294d7076bc5ccaf2b316bb1b60620e4a549c1b9778e692aef760_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:9227ff3d828a294d7076bc5ccaf2b316bb1b60620e4a549c1b9778e692aef760_amd64"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:9227ff3d828a294d7076bc5ccaf2b316bb1b60620e4a549c1b9778e692aef760_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:5a9f74b5c3dc5f2a040ae50fa85cad4269d3ef5dd93c57ce97ac1640526ef083_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:5a9f74b5c3dc5f2a040ae50fa85cad4269d3ef5dd93c57ce97ac1640526ef083_amd64"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:5a9f74b5c3dc5f2a040ae50fa85cad4269d3ef5dd93c57ce97ac1640526ef083_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:8b973769b317e1ca3ec4df7ac8bde2fd3898649a73bf16c6d436d5dbbcf7d1b5_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:8b973769b317e1ca3ec4df7ac8bde2fd3898649a73bf16c6d436d5dbbcf7d1b5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:8b973769b317e1ca3ec4df7ac8bde2fd3898649a73bf16c6d436d5dbbcf7d1b5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:3f162460712daaf28214bba38129c4cec5894aa8f0dd4e133de33797801abb6a_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:3f162460712daaf28214bba38129c4cec5894aa8f0dd4e133de33797801abb6a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:3f162460712daaf28214bba38129c4cec5894aa8f0dd4e133de33797801abb6a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:222d3e7cd6cde1dd90c007fdcd9ee1eb0d73e4d9a0972e01d68b1e23f6643d6a_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:222d3e7cd6cde1dd90c007fdcd9ee1eb0d73e4d9a0972e01d68b1e23f6643d6a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:222d3e7cd6cde1dd90c007fdcd9ee1eb0d73e4d9a0972e01d68b1e23f6643d6a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:94450b3c7a1318f9aeac92d28721ff3b9b0e032a9aa85726d8b02c54ea424f05_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:94450b3c7a1318f9aeac92d28721ff3b9b0e032a9aa85726d8b02c54ea424f05_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:94450b3c7a1318f9aeac92d28721ff3b9b0e032a9aa85726d8b02c54ea424f05_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:103394f2799040d165d26e83a4d011940a27a311221cf53388025da8cfe2bb3b_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:103394f2799040d165d26e83a4d011940a27a311221cf53388025da8cfe2bb3b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:103394f2799040d165d26e83a4d011940a27a311221cf53388025da8cfe2bb3b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:9f12e9a06be28ae59e58ea78263ad17e3c729418a77b09e232524e46fb98aa90_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:9f12e9a06be28ae59e58ea78263ad17e3c729418a77b09e232524e46fb98aa90_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:9f12e9a06be28ae59e58ea78263ad17e3c729418a77b09e232524e46fb98aa90_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:d80e9ac78a64607ea74ba4d5ecbe521c1f919c98ba7c42f3c2ec1c821576430d_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:d80e9ac78a64607ea74ba4d5ecbe521c1f919c98ba7c42f3c2ec1c821576430d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:d80e9ac78a64607ea74ba4d5ecbe521c1f919c98ba7c42f3c2ec1c821576430d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:7fd5087403be83fca087e1ec911beef62ed77461d65ad26f4680e50dbd719cb3_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:7fd5087403be83fca087e1ec911beef62ed77461d65ad26f4680e50dbd719cb3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:7fd5087403be83fca087e1ec911beef62ed77461d65ad26f4680e50dbd719cb3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:2e7c9331c70fa6692e0f0ca398caf71060007b0243da63cfd549159874fd7dda_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:2e7c9331c70fa6692e0f0ca398caf71060007b0243da63cfd549159874fd7dda_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:2e7c9331c70fa6692e0f0ca398caf71060007b0243da63cfd549159874fd7dda_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:18bf1ed1f3b68d8676b3e1b33cd1922ca633e530a769030287c6094310890e44_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:18bf1ed1f3b68d8676b3e1b33cd1922ca633e530a769030287c6094310890e44_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:18bf1ed1f3b68d8676b3e1b33cd1922ca633e530a769030287c6094310890e44_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:b5967b8947d53c71c2d6d86a31c1d2b192688504c090b27cf92c330affdbb9b5_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:b5967b8947d53c71c2d6d86a31c1d2b192688504c090b27cf92c330affdbb9b5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:b5967b8947d53c71c2d6d86a31c1d2b192688504c090b27cf92c330affdbb9b5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:3da852fa79dfd7986e841fbfdaac11b058d722477229a8a3e446acc03d2855bd_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:3da852fa79dfd7986e841fbfdaac11b058d722477229a8a3e446acc03d2855bd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:3da852fa79dfd7986e841fbfdaac11b058d722477229a8a3e446acc03d2855bd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:2555cdbd7369c083baf6cdf13c51b567308b68492eaded300fec1a7ec2162520_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:2555cdbd7369c083baf6cdf13c51b567308b68492eaded300fec1a7ec2162520_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:2555cdbd7369c083baf6cdf13c51b567308b68492eaded300fec1a7ec2162520_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:3ca873b2249269813d75f2fc77ce7136dbc0bcb91ab5ea7fddb5289f87430ff3_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:3ca873b2249269813d75f2fc77ce7136dbc0bcb91ab5ea7fddb5289f87430ff3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:3ca873b2249269813d75f2fc77ce7136dbc0bcb91ab5ea7fddb5289f87430ff3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:5f0235ee6907bb4cbbea1f5a0f6799a2316f53dca50dfd47bcb06553779d90ee_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:5f0235ee6907bb4cbbea1f5a0f6799a2316f53dca50dfd47bcb06553779d90ee_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:5f0235ee6907bb4cbbea1f5a0f6799a2316f53dca50dfd47bcb06553779d90ee_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:27791e130a789c4d7b82bc485b656f898efade15008428923d7bfff7412220ba_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:27791e130a789c4d7b82bc485b656f898efade15008428923d7bfff7412220ba_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:27791e130a789c4d7b82bc485b656f898efade15008428923d7bfff7412220ba_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:4215367141864d8246cd30210801d5eef359c01710205917d366b0969aa39aad_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:4215367141864d8246cd30210801d5eef359c01710205917d366b0969aa39aad_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:4215367141864d8246cd30210801d5eef359c01710205917d366b0969aa39aad_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:8e6843d665d705d385b691659de9ceddb5a5c632a2b8ddbb54ec53a8aae7b5e7_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:8e6843d665d705d385b691659de9ceddb5a5c632a2b8ddbb54ec53a8aae7b5e7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:8e6843d665d705d385b691659de9ceddb5a5c632a2b8ddbb54ec53a8aae7b5e7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:57114c78085fb614e49877646ea3d32b8ca9a11f55758720cfbf5b237bda33b6_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:57114c78085fb614e49877646ea3d32b8ca9a11f55758720cfbf5b237bda33b6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:57114c78085fb614e49877646ea3d32b8ca9a11f55758720cfbf5b237bda33b6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:aad175767a53e40687563666fbfd4b0ade6740b0a9106dd9072338b4ef6a967e_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:aad175767a53e40687563666fbfd4b0ade6740b0a9106dd9072338b4ef6a967e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:aad175767a53e40687563666fbfd4b0ade6740b0a9106dd9072338b4ef6a967e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:551ea5cd1d61aa167aeebe2a664c584e1e604ccf044f95d4ccbd7581a37a28a8_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:551ea5cd1d61aa167aeebe2a664c584e1e604ccf044f95d4ccbd7581a37a28a8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:551ea5cd1d61aa167aeebe2a664c584e1e604ccf044f95d4ccbd7581a37a28a8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:352e9b8374953a6d83b0bc7f47feeb949d36c4d19d5d4487e4e9e0935db060de_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:352e9b8374953a6d83b0bc7f47feeb949d36c4d19d5d4487e4e9e0935db060de_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:352e9b8374953a6d83b0bc7f47feeb949d36c4d19d5d4487e4e9e0935db060de_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:766ecb47dab0dabb396770983c28cf54cc8873953881b741511eff2cad97b368_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:766ecb47dab0dabb396770983c28cf54cc8873953881b741511eff2cad97b368_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:766ecb47dab0dabb396770983c28cf54cc8873953881b741511eff2cad97b368_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:933361e4087e27483e3228f18ed11927cf6b69804521ec41b0ced4f3b1392e10_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:933361e4087e27483e3228f18ed11927cf6b69804521ec41b0ced4f3b1392e10_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:933361e4087e27483e3228f18ed11927cf6b69804521ec41b0ced4f3b1392e10_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4cdf34306eb2eb7e0400f004f7f3fa24db634ab9ee30a745d810e0c1c2a57186_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4cdf34306eb2eb7e0400f004f7f3fa24db634ab9ee30a745d810e0c1c2a57186_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4cdf34306eb2eb7e0400f004f7f3fa24db634ab9ee30a745d810e0c1c2a57186_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:0dbd860d73a376922f814d9bead2138e5738f12261a17c89cf0b85c1dfd330c2_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:0dbd860d73a376922f814d9bead2138e5738f12261a17c89cf0b85c1dfd330c2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:0dbd860d73a376922f814d9bead2138e5738f12261a17c89cf0b85c1dfd330c2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli@sha256:f3f11d030db87ab00d42e9bdf6afe349cf5383bef1e68e784640c9180c60ef9e_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli@sha256:f3f11d030db87ab00d42e9bdf6afe349cf5383bef1e68e784640c9180c60ef9e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli@sha256:f3f11d030db87ab00d42e9bdf6afe349cf5383bef1e68e784640c9180c60ef9e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:4a583b961e61497209de9276f018dc3e78fad3f80a35bc5a99b243ef63f21dcc_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:4a583b961e61497209de9276f018dc3e78fad3f80a35bc5a99b243ef63f21dcc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:4a583b961e61497209de9276f018dc3e78fad3f80a35bc5a99b243ef63f21dcc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:b83672b42e994c07b26b03379ca15be56589fe7d8a00677ff60f2eeed8ea0a07_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:b83672b42e994c07b26b03379ca15be56589fe7d8a00677ff60f2eeed8ea0a07_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:b83672b42e994c07b26b03379ca15be56589fe7d8a00677ff60f2eeed8ea0a07_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:2467b04bbdc95207f80f8df02ca39be34fe940737a49f35709286b47348a034d_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:2467b04bbdc95207f80f8df02ca39be34fe940737a49f35709286b47348a034d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:2467b04bbdc95207f80f8df02ca39be34fe940737a49f35709286b47348a034d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:55bdaea54b24f7fb08ad30fd9f6c34dc944c11993a4dd6a255c41a25f500b5d6_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:55bdaea54b24f7fb08ad30fd9f6c34dc944c11993a4dd6a255c41a25f500b5d6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:55bdaea54b24f7fb08ad30fd9f6c34dc944c11993a4dd6a255c41a25f500b5d6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:6ff4a8524e267e83bbc7222993cb7cdb083cf1e07d798f9a0b35f5d09afd685b_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:6ff4a8524e267e83bbc7222993cb7cdb083cf1e07d798f9a0b35f5d09afd685b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:6ff4a8524e267e83bbc7222993cb7cdb083cf1e07d798f9a0b35f5d09afd685b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:63acdeae3182eb576b9959b98e2788e87dd9834e8c53f33cecc867a4a07019ec_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:63acdeae3182eb576b9959b98e2788e87dd9834e8c53f33cecc867a4a07019ec_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:63acdeae3182eb576b9959b98e2788e87dd9834e8c53f33cecc867a4a07019ec_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:f4d01e9d7968d2164a87d3167161d157e62b2636ff67747127b6fc904d85c60a_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:f4d01e9d7968d2164a87d3167161d157e62b2636ff67747127b6fc904d85c60a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:f4d01e9d7968d2164a87d3167161d157e62b2636ff67747127b6fc904d85c60a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:d5e9126943d178b88d47ff4c0133ea2add90b05a19e65133abd92dd6ef8d43ed_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:d5e9126943d178b88d47ff4c0133ea2add90b05a19e65133abd92dd6ef8d43ed_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:d5e9126943d178b88d47ff4c0133ea2add90b05a19e65133abd92dd6ef8d43ed_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:d5e9126943d178b88d47ff4c0133ea2add90b05a19e65133abd92dd6ef8d43ed_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:d5e9126943d178b88d47ff4c0133ea2add90b05a19e65133abd92dd6ef8d43ed_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:d5e9126943d178b88d47ff4c0133ea2add90b05a19e65133abd92dd6ef8d43ed_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:ca34ef82ca0096a6201a02eca801a82b5945c37e79984321c6900e2007afb933_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:ca34ef82ca0096a6201a02eca801a82b5945c37e79984321c6900e2007afb933_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:ca34ef82ca0096a6201a02eca801a82b5945c37e79984321c6900e2007afb933_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:4849ed03bfda437491f219108afc8bd2599e96ecadf6322e527ff65ee6b2c7ae_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:4849ed03bfda437491f219108afc8bd2599e96ecadf6322e527ff65ee6b2c7ae_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:4849ed03bfda437491f219108afc8bd2599e96ecadf6322e527ff65ee6b2c7ae_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:7d3589d6ad46a61f492af7870b30992c8284f3041a59e6ed0c7e020a42f1fdb6_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:7d3589d6ad46a61f492af7870b30992c8284f3041a59e6ed0c7e020a42f1fdb6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:7d3589d6ad46a61f492af7870b30992c8284f3041a59e6ed0c7e020a42f1fdb6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:6195190833c52939c4696d0271a59397726526f0a4accfc056e45e564e8af830_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:6195190833c52939c4696d0271a59397726526f0a4accfc056e45e564e8af830_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:6195190833c52939c4696d0271a59397726526f0a4accfc056e45e564e8af830_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:c069e4c89fb7af2ef735d8be2a05c068febe40b54ec8d43cdfa31118d5042005_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:c069e4c89fb7af2ef735d8be2a05c068febe40b54ec8d43cdfa31118d5042005_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:c069e4c89fb7af2ef735d8be2a05c068febe40b54ec8d43cdfa31118d5042005_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:417cd2950c41d3490010f110b4bdc46fddbd5efa7a32ec73f44d080a9e56a814_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:417cd2950c41d3490010f110b4bdc46fddbd5efa7a32ec73f44d080a9e56a814_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:417cd2950c41d3490010f110b4bdc46fddbd5efa7a32ec73f44d080a9e56a814_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:9110db70398296e720496b0c7d0e02c5c0857248ce4d9625e80158de115cdb6f_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:9110db70398296e720496b0c7d0e02c5c0857248ce4d9625e80158de115cdb6f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:9110db70398296e720496b0c7d0e02c5c0857248ce4d9625e80158de115cdb6f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:15302d83535f81bdb5f297b1dade9d5ad34039344be786846aa670134e746eed_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:15302d83535f81bdb5f297b1dade9d5ad34039344be786846aa670134e746eed_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:15302d83535f81bdb5f297b1dade9d5ad34039344be786846aa670134e746eed_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:c2da8698eea9388a61c2ae76ec72a46601e2480addfecda1c6f0c182a18b976a_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:c2da8698eea9388a61c2ae76ec72a46601e2480addfecda1c6f0c182a18b976a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:c2da8698eea9388a61c2ae76ec72a46601e2480addfecda1c6f0c182a18b976a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:8aed89c36c6db33d5572521acccbc676e557f5268532a9ee2b63e8423191013a_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:8aed89c36c6db33d5572521acccbc676e557f5268532a9ee2b63e8423191013a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:8aed89c36c6db33d5572521acccbc676e557f5268532a9ee2b63e8423191013a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:4ce64fc5f1b82f8eaca2aff35f5a4035ebe16dd67412aa73c783c7f2264d0078_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:4ce64fc5f1b82f8eaca2aff35f5a4035ebe16dd67412aa73c783c7f2264d0078_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:4ce64fc5f1b82f8eaca2aff35f5a4035ebe16dd67412aa73c783c7f2264d0078_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:ada2f039c9bafd29b12ad382037c6e27e3d3835593f36d548e6f325e2d76d2a3_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:ada2f039c9bafd29b12ad382037c6e27e3d3835593f36d548e6f325e2d76d2a3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:ada2f039c9bafd29b12ad382037c6e27e3d3835593f36d548e6f325e2d76d2a3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:58acdf2f0e9151c55c79e8e42766779a87aa74449186d3eac3483df14bfce5da_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:58acdf2f0e9151c55c79e8e42766779a87aa74449186d3eac3483df14bfce5da_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:58acdf2f0e9151c55c79e8e42766779a87aa74449186d3eac3483df14bfce5da_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:a5256116d595d9f902808ade081c5dadf42c8cf50a26ba4d50a636642a63be4c_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:a5256116d595d9f902808ade081c5dadf42c8cf50a26ba4d50a636642a63be4c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:a5256116d595d9f902808ade081c5dadf42c8cf50a26ba4d50a636642a63be4c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:301719f189471ff392180858c3d1bc83470f53ce003842fa7ab63eaa8e1868e4_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:301719f189471ff392180858c3d1bc83470f53ce003842fa7ab63eaa8e1868e4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:301719f189471ff392180858c3d1bc83470f53ce003842fa7ab63eaa8e1868e4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:c1ee6c2f6f113929ce4dc10b0a21604b974418201cc16911a6aaf6c6ccdae1fa_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:c1ee6c2f6f113929ce4dc10b0a21604b974418201cc16911a6aaf6c6ccdae1fa_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:c1ee6c2f6f113929ce4dc10b0a21604b974418201cc16911a6aaf6c6ccdae1fa_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:7404217ef1eabda789b87d6c1d5fdbae4c569af1515142f65e761231165e1e77_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:7404217ef1eabda789b87d6c1d5fdbae4c569af1515142f65e761231165e1e77_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:7404217ef1eabda789b87d6c1d5fdbae4c569af1515142f65e761231165e1e77_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:72b65af0f9da924e1f96b490761c5e866a1e6d48d1d17a8e18e34722c7cf3858_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:72b65af0f9da924e1f96b490761c5e866a1e6d48d1d17a8e18e34722c7cf3858_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:72b65af0f9da924e1f96b490761c5e866a1e6d48d1d17a8e18e34722c7cf3858_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:a4d3ac3eb8dbd7f3eaf1aebb4a07f7fd9b14f14fdfd5aa92eb76699005af1b42_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:a4d3ac3eb8dbd7f3eaf1aebb4a07f7fd9b14f14fdfd5aa92eb76699005af1b42_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:a4d3ac3eb8dbd7f3eaf1aebb4a07f7fd9b14f14fdfd5aa92eb76699005af1b42_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:fdffcb1cb1fa8c62f2fd863852a4c8319d468720dd7dbda93583de16e4763867_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:fdffcb1cb1fa8c62f2fd863852a4c8319d468720dd7dbda93583de16e4763867_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:fdffcb1cb1fa8c62f2fd863852a4c8319d468720dd7dbda93583de16e4763867_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:32d6da2834b5fc4ba1e8ff1775cb4ed14b3a3c19d2975d0f3bdab29068572ea0_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:32d6da2834b5fc4ba1e8ff1775cb4ed14b3a3c19d2975d0f3bdab29068572ea0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:32d6da2834b5fc4ba1e8ff1775cb4ed14b3a3c19d2975d0f3bdab29068572ea0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:9e7a6228eaca387c19876f41fe99ac45c794f5beedacb6105841eec8f47c3d92_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:9e7a6228eaca387c19876f41fe99ac45c794f5beedacb6105841eec8f47c3d92_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:9e7a6228eaca387c19876f41fe99ac45c794f5beedacb6105841eec8f47c3d92_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:5cc1e869f5f7a54876857393b06d3bc3828299b7bddc1493d0b1ffb9f80e65db_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:5cc1e869f5f7a54876857393b06d3bc3828299b7bddc1493d0b1ffb9f80e65db_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:5cc1e869f5f7a54876857393b06d3bc3828299b7bddc1493d0b1ffb9f80e65db_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:7955a4d52e11574cd5b56c80046cffab0dfcb7fbdc52de2cd8ef10fe253f3af7_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:7955a4d52e11574cd5b56c80046cffab0dfcb7fbdc52de2cd8ef10fe253f3af7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:7955a4d52e11574cd5b56c80046cffab0dfcb7fbdc52de2cd8ef10fe253f3af7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:664a0fb69a06806911ca8661fe92e86fdeed45e32d0748ea166f00d5699a0972_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:664a0fb69a06806911ca8661fe92e86fdeed45e32d0748ea166f00d5699a0972_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:664a0fb69a06806911ca8661fe92e86fdeed45e32d0748ea166f00d5699a0972_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader@sha256:239c1a0cabec9621a0926b9024145f61973631dead00bfd0411fd479412ca3e7_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:239c1a0cabec9621a0926b9024145f61973631dead00bfd0411fd479412ca3e7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader@sha256:239c1a0cabec9621a0926b9024145f61973631dead00bfd0411fd479412ca3e7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-operator@sha256:1a4e35546ecab85097ca2a876e41e702ad1fba8a3f2a4d9e009ed70b72b5ca97_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console-operator@sha256:1a4e35546ecab85097ca2a876e41e702ad1fba8a3f2a4d9e009ed70b72b5ca97_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-operator@sha256:1a4e35546ecab85097ca2a876e41e702ad1fba8a3f2a4d9e009ed70b72b5ca97_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console@sha256:735a1f869be25e1b0cd29e96bab37c92161e4448a469f50edaabf506dabf9e97_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console@sha256:735a1f869be25e1b0cd29e96bab37c92161e4448a469f50edaabf506dabf9e97_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console@sha256:735a1f869be25e1b0cd29e96bab37c92161e4448a469f50edaabf506dabf9e97_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:5a6d77b9eecceaa0f0abf12806d56424604df8b19286ae397dc99c513868e4c9_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:5a6d77b9eecceaa0f0abf12806d56424604df8b19286ae397dc99c513868e4c9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:5a6d77b9eecceaa0f0abf12806d56424604df8b19286ae397dc99c513868e4c9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns@sha256:97a09430b0f9dfe88b861cb686a75399f26c0b52146a37eb84fa5b4193dda056_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-coredns@sha256:97a09430b0f9dfe88b861cb686a75399f26c0b52146a37eb84fa5b4193dda056_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns@sha256:97a09430b0f9dfe88b861cb686a75399f26c0b52146a37eb84fa5b4193dda056_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:5a45ed2384d5c44dbe11a7780c37622d9d55da2fed6782dbb51d45fda4b2a723_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:5a45ed2384d5c44dbe11a7780c37622d9d55da2fed6782dbb51d45fda4b2a723_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:5a45ed2384d5c44dbe11a7780c37622d9d55da2fed6782dbb51d45fda4b2a723_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:3ccf92e1ceed3bb4d7e92083204c4e818f59bc2be5d4b494e5c6e36afe49898c_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:3ccf92e1ceed3bb4d7e92083204c4e818f59bc2be5d4b494e5c6e36afe49898c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:3ccf92e1ceed3bb4d7e92083204c4e818f59bc2be5d4b494e5c6e36afe49898c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:12029d2e1342cc56ad28c160314dc3eec2fd495d7680c7d155645a8d631f9c17_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:12029d2e1342cc56ad28c160314dc3eec2fd495d7680c7d155645a8d631f9c17_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:12029d2e1342cc56ad28c160314dc3eec2fd495d7680c7d155645a8d631f9c17_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:52a513e8cf1eed7857e352eab8b25f7c51ccd2c08c5083112553bf1293c7e849_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:52a513e8cf1eed7857e352eab8b25f7c51ccd2c08c5083112553bf1293c7e849_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:52a513e8cf1eed7857e352eab8b25f7c51ccd2c08c5083112553bf1293c7e849_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:eafdc83a60099af9de79968cfa967da3e9a589659b66fd1386aac8d632e82340_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:eafdc83a60099af9de79968cfa967da3e9a589659b66fd1386aac8d632e82340_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:eafdc83a60099af9de79968cfa967da3e9a589659b66fd1386aac8d632e82340_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c7cb5497338edcf1185914249c765d50b902e1640049a9e8e6ad0d57b792ee8e_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c7cb5497338edcf1185914249c765d50b902e1640049a9e8e6ad0d57b792ee8e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c7cb5497338edcf1185914249c765d50b902e1640049a9e8e6ad0d57b792ee8e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:2ca4a02beb4550f80c19d9880aed6c921501867619f7c11648f2686b661434d4_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:2ca4a02beb4550f80c19d9880aed6c921501867619f7c11648f2686b661434d4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:2ca4a02beb4550f80c19d9880aed6c921501867619f7c11648f2686b661434d4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:2ca4a02beb4550f80c19d9880aed6c921501867619f7c11648f2686b661434d4_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:2ca4a02beb4550f80c19d9880aed6c921501867619f7c11648f2686b661434d4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:2ca4a02beb4550f80c19d9880aed6c921501867619f7c11648f2686b661434d4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:63920d0ad6f0b8cfbcdf8627269c50f84e66915aaad5fb6fd16e9480460b5313_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:63920d0ad6f0b8cfbcdf8627269c50f84e66915aaad5fb6fd16e9480460b5313_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:63920d0ad6f0b8cfbcdf8627269c50f84e66915aaad5fb6fd16e9480460b5313_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:63920d0ad6f0b8cfbcdf8627269c50f84e66915aaad5fb6fd16e9480460b5313_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:63920d0ad6f0b8cfbcdf8627269c50f84e66915aaad5fb6fd16e9480460b5313_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:63920d0ad6f0b8cfbcdf8627269c50f84e66915aaad5fb6fd16e9480460b5313_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:ab5caed8152c7e5012036719691b9fe4ba73b4488faa90f52ec88deb78f2ef47_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:ab5caed8152c7e5012036719691b9fe4ba73b4488faa90f52ec88deb78f2ef47_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:ab5caed8152c7e5012036719691b9fe4ba73b4488faa90f52ec88deb78f2ef47_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:ab5caed8152c7e5012036719691b9fe4ba73b4488faa90f52ec88deb78f2ef47_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:ab5caed8152c7e5012036719691b9fe4ba73b4488faa90f52ec88deb78f2ef47_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:ab5caed8152c7e5012036719691b9fe4ba73b4488faa90f52ec88deb78f2ef47_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:3eb660f6971e2d8237b7b9ddb60e55e3bcccbd9f34b0cf3870bf1c18e07d25e0_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:3eb660f6971e2d8237b7b9ddb60e55e3bcccbd9f34b0cf3870bf1c18e07d25e0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:3eb660f6971e2d8237b7b9ddb60e55e3bcccbd9f34b0cf3870bf1c18e07d25e0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:3eb660f6971e2d8237b7b9ddb60e55e3bcccbd9f34b0cf3870bf1c18e07d25e0_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:3eb660f6971e2d8237b7b9ddb60e55e3bcccbd9f34b0cf3870bf1c18e07d25e0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:3eb660f6971e2d8237b7b9ddb60e55e3bcccbd9f34b0cf3870bf1c18e07d25e0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:1c61bea46954facb357a90cf7e8dcabb4073a45cee9e8928c3faf307f9d194a7_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:1c61bea46954facb357a90cf7e8dcabb4073a45cee9e8928c3faf307f9d194a7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:1c61bea46954facb357a90cf7e8dcabb4073a45cee9e8928c3faf307f9d194a7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:1c61bea46954facb357a90cf7e8dcabb4073a45cee9e8928c3faf307f9d194a7_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:1c61bea46954facb357a90cf7e8dcabb4073a45cee9e8928c3faf307f9d194a7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:1c61bea46954facb357a90cf7e8dcabb4073a45cee9e8928c3faf307f9d194a7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:8a38bd8d9a2f59953e6847385cde2ca47d7252af62af446d98a44dc1e6e06907_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:8a38bd8d9a2f59953e6847385cde2ca47d7252af62af446d98a44dc1e6e06907_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:8a38bd8d9a2f59953e6847385cde2ca47d7252af62af446d98a44dc1e6e06907_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:8a38bd8d9a2f59953e6847385cde2ca47d7252af62af446d98a44dc1e6e06907_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:8a38bd8d9a2f59953e6847385cde2ca47d7252af62af446d98a44dc1e6e06907_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:8a38bd8d9a2f59953e6847385cde2ca47d7252af62af446d98a44dc1e6e06907_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:681c52a626b9b28b3cc3de0b8a6e643aa3a071e80da0f44fca4af00768e009b2_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:681c52a626b9b28b3cc3de0b8a6e643aa3a071e80da0f44fca4af00768e009b2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:681c52a626b9b28b3cc3de0b8a6e643aa3a071e80da0f44fca4af00768e009b2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:681c52a626b9b28b3cc3de0b8a6e643aa3a071e80da0f44fca4af00768e009b2_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:681c52a626b9b28b3cc3de0b8a6e643aa3a071e80da0f44fca4af00768e009b2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:681c52a626b9b28b3cc3de0b8a6e643aa3a071e80da0f44fca4af00768e009b2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:2b93d7f431d61453311b929fec9391525bc97166aabfca4efec2cb5c8053ae31_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:2b93d7f431d61453311b929fec9391525bc97166aabfca4efec2cb5c8053ae31_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:2b93d7f431d61453311b929fec9391525bc97166aabfca4efec2cb5c8053ae31_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer@sha256:c0e3736e12e3fbec1b29b06ccc21599e6ff0114e0e47611e2f94c6163f60d9b4_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-deployer@sha256:c0e3736e12e3fbec1b29b06ccc21599e6ff0114e0e47611e2f94c6163f60d9b4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer@sha256:c0e3736e12e3fbec1b29b06ccc21599e6ff0114e0e47611e2f94c6163f60d9b4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder@sha256:c6430b22a10b6e8ab0f60617727058b212edeb72b802458a6188acfe51c35ad1_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-builder@sha256:c6430b22a10b6e8ab0f60617727058b212edeb72b802458a6188acfe51c35ad1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder@sha256:c6430b22a10b6e8ab0f60617727058b212edeb72b802458a6188acfe51c35ad1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry@sha256:ffad01290cfad51340f07afc72b877ab3095ccdefaadd67e9f66c0bc7a9d126e_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-registry@sha256:ffad01290cfad51340f07afc72b877ab3095ccdefaadd67e9f66c0bc7a9d126e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry@sha256:ffad01290cfad51340f07afc72b877ab3095ccdefaadd67e9f66c0bc7a9d126e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd@sha256:1aedebae5a1eb0195c6a8d30e6b91be3505d439e5fdf364ba62a9df86bc423a8_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-etcd@sha256:1aedebae5a1eb0195c6a8d30e6b91be3505d439e5fdf364ba62a9df86bc423a8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd@sha256:1aedebae5a1eb0195c6a8d30e6b91be3505d439e5fdf364ba62a9df86bc423a8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:aae2532fdefaeef32a1c12fca4417650529c885f850aa0502438468c888f26b3_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:aae2532fdefaeef32a1c12fca4417650529c885f850aa0502438468c888f26b3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:aae2532fdefaeef32a1c12fca4417650529c885f850aa0502438468c888f26b3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:b2e49e53dc87c605e8ed9a412e6001f9e8bbfa15121a7bdaf42ec7cf5c5e5a4e_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:b2e49e53dc87c605e8ed9a412e6001f9e8bbfa15121a7bdaf42ec7cf5c5e5a4e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:b2e49e53dc87c605e8ed9a412e6001f9e8bbfa15121a7bdaf42ec7cf5c5e5a4e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:69307cbf63377392049c210206a187d96dbdab6daa749e9c4b3c26e482567e25_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:69307cbf63377392049c210206a187d96dbdab6daa749e9c4b3c26e482567e25_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:69307cbf63377392049c210206a187d96dbdab6daa749e9c4b3c26e482567e25_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:88ffe472fae92406d19d174c50515d8d22a6d0a7b93f7f7b89b485d0b6fca3a4_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:88ffe472fae92406d19d174c50515d8d22a6d0a7b93f7f7b89b485d0b6fca3a4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:88ffe472fae92406d19d174c50515d8d22a6d0a7b93f7f7b89b485d0b6fca3a4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:1a103094e958de44278635a3506bd8557894f987cda61cbc2c5ab757ba8815c4_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-haproxy-router@sha256:1a103094e958de44278635a3506bd8557894f987cda61cbc2c5ab757ba8815c4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:1a103094e958de44278635a3506bd8557894f987cda61cbc2c5ab757ba8815c4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube@sha256:50be43d66e3049fc247ac60315cce3d11f784dcddfc1ec4112af94740288fb44_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hyperkube@sha256:50be43d66e3049fc247ac60315cce3d11f784dcddfc1ec4112af94740288fb44_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube@sha256:50be43d66e3049fc247ac60315cce3d11f784dcddfc1ec4112af94740288fb44_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:8d762f3ffdcb22589570deae966d6d092bc3a0e75537d0f0a4dbfcf2115ed03e_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:8d762f3ffdcb22589570deae966d6d092bc3a0e75537d0f0a4dbfcf2115ed03e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:8d762f3ffdcb22589570deae966d6d092bc3a0e75537d0f0a4dbfcf2115ed03e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:163355de7f30a4161758a43c7adefb90ab969c07be9604c9a34e0c2499f5f7e3_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:163355de7f30a4161758a43c7adefb90ab969c07be9604c9a34e0c2499f5f7e3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:163355de7f30a4161758a43c7adefb90ab969c07be9604c9a34e0c2499f5f7e3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:6618f9828840cf41fffc19e89f5ae2077ac1aadaece6aa33fde8497b4fbf06e1_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:6618f9828840cf41fffc19e89f5ae2077ac1aadaece6aa33fde8497b4fbf06e1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:6618f9828840cf41fffc19e89f5ae2077ac1aadaece6aa33fde8497b4fbf06e1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:337e3625cbadf2a326aa7de7f1750ed7ac6ef29ad28508b60e396bf72f2f4ae9_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:337e3625cbadf2a326aa7de7f1750ed7ac6ef29ad28508b60e396bf72f2f4ae9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:337e3625cbadf2a326aa7de7f1750ed7ac6ef29ad28508b60e396bf72f2f4ae9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:bf789b27d3ba264a300600ee975f31e94a017b29cd878e78860aca9e42b633c2_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:bf789b27d3ba264a300600ee975f31e94a017b29cd878e78860aca9e42b633c2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:bf789b27d3ba264a300600ee975f31e94a017b29cd878e78860aca9e42b633c2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:b8674517296b137591fdfd8086ff069731e8910c97d4aeae5bfec11b32e8e891_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:b8674517296b137591fdfd8086ff069731e8910c97d4aeae5bfec11b32e8e891_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:b8674517296b137591fdfd8086ff069731e8910c97d4aeae5bfec11b32e8e891_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:22d09b4eafbf14a04eea1d7e98abe239e59465106c9634d4e99cfb4ffb2d2508_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:22d09b4eafbf14a04eea1d7e98abe239e59465106c9634d4e99cfb4ffb2d2508_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:22d09b4eafbf14a04eea1d7e98abe239e59465106c9634d4e99cfb4ffb2d2508_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:4c9eb330e0de59382effefdb1e5fae589020d462b114e0efe07a4726920757c8_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:4c9eb330e0de59382effefdb1e5fae589020d462b114e0efe07a4726920757c8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:4c9eb330e0de59382effefdb1e5fae589020d462b114e0efe07a4726920757c8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:59d16eba992d35b83656ff86cf914fb5ac7e68b6e6b1db732d117bd1cfcd066d_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:59d16eba992d35b83656ff86cf914fb5ac7e68b6e6b1db732d117bd1cfcd066d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:59d16eba992d35b83656ff86cf914fb5ac7e68b6e6b1db732d117bd1cfcd066d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:3f13acb41c7905c644eda4164b2a03a1a42f18e0ed55231f30f87a476f6320a0_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:3f13acb41c7905c644eda4164b2a03a1a42f18e0ed55231f30f87a476f6320a0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:3f13acb41c7905c644eda4164b2a03a1a42f18e0ed55231f30f87a476f6320a0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer@sha256:2350a03a4e87eedb2bdd0e02ed771c2785014e48fcb9f42909e7186027c6311d_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer@sha256:2350a03a4e87eedb2bdd0e02ed771c2785014e48fcb9f42909e7186027c6311d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer@sha256:2350a03a4e87eedb2bdd0e02ed771c2785014e48fcb9f42909e7186027c6311d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:aa92b055a5e97f08b510ee1df7583d7f2c3181f2cd419732dd9e34f351a44b0f_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:aa92b055a5e97f08b510ee1df7583d7f2c3181f2cd419732dd9e34f351a44b0f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:aa92b055a5e97f08b510ee1df7583d7f2c3181f2cd419732dd9e34f351a44b0f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:98e10bddb60bddd235b524c4ab661cf2e1cc0da0c71d4317f26a01bde8b069a4_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:98e10bddb60bddd235b524c4ab661cf2e1cc0da0c71d4317f26a01bde8b069a4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:98e10bddb60bddd235b524c4ab661cf2e1cc0da0c71d4317f26a01bde8b069a4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d344270fd48b6000166a4fad79dbd4536c5e4c58309d1e36e45d055c13fcb914_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d344270fd48b6000166a4fad79dbd4536c5e4c58309d1e36e45d055c13fcb914_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d344270fd48b6000166a4fad79dbd4536c5e4c58309d1e36e45d055c13fcb914_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:a8725ec7e307727da1f2a833cd0171dd332fc276cc80d6a1cce548e157c10aee_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:a8725ec7e307727da1f2a833cd0171dd332fc276cc80d6a1cce548e157c10aee_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:a8725ec7e307727da1f2a833cd0171dd332fc276cc80d6a1cce548e157c10aee_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:7b34408e62f572b8636b90d8ea622ed1b03e72ab014f32033e13790583cf29ee_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:7b34408e62f572b8636b90d8ea622ed1b03e72ab014f32033e13790583cf29ee_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:7b34408e62f572b8636b90d8ea622ed1b03e72ab014f32033e13790583cf29ee_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:6eb5e9896c82bfcd569b9c002475c0a87054cc92b85792e66453044e4f27726c_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:6eb5e9896c82bfcd569b9c002475c0a87054cc92b85792e66453044e4f27726c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:6eb5e9896c82bfcd569b9c002475c0a87054cc92b85792e66453044e4f27726c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy@sha256:ba2ea0cf300603cb839139fec385933c5585beee96666c439a565670bf867531_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-proxy@sha256:ba2ea0cf300603cb839139fec385933c5585beee96666c439a565670bf867531_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy@sha256:ba2ea0cf300603cb839139fec385933c5585beee96666c439a565670bf867531_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:c7cc40ccbefa06e47aa71896ab733ccd16d9aa2637991f2994c976fb8cfbc446_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:c7cc40ccbefa06e47aa71896ab733ccd16d9aa2637991f2994c976fb8cfbc446_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:c7cc40ccbefa06e47aa71896ab733ccd16d9aa2637991f2994c976fb8cfbc446_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:8fcc17d23b0e06802fb907df56a0e712f8beb3aadb7850cd549d1105cd6964e6_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:8fcc17d23b0e06802fb907df56a0e712f8beb3aadb7850cd549d1105cd6964e6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:8fcc17d23b0e06802fb907df56a0e712f8beb3aadb7850cd549d1105cd6964e6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:29ee316d69a70a0fb1dd96be313e7030c24e2fcc3fcedc1e3d90aed63b602324_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:29ee316d69a70a0fb1dd96be313e7030c24e2fcc3fcedc1e3d90aed63b602324_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:29ee316d69a70a0fb1dd96be313e7030c24e2fcc3fcedc1e3d90aed63b602324_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:19f25f9d406b88e079a0156ee28016df1f13a7556d2f9a771d75e506c5a009bb_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:19f25f9d406b88e079a0156ee28016df1f13a7556d2f9a771d75e506c5a009bb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:19f25f9d406b88e079a0156ee28016df1f13a7556d2f9a771d75e506c5a009bb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:7bb99f7ef4a98fda5c3d6f972f243cfa8372294b28b9976b97ba96b776cfd81f_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:7bb99f7ef4a98fda5c3d6f972f243cfa8372294b28b9976b97ba96b776cfd81f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:7bb99f7ef4a98fda5c3d6f972f243cfa8372294b28b9976b97ba96b776cfd81f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:53bcff6b7cff9137d1217881bd66deb2d055a6769c50bce52d398f6ca902c9e9_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:53bcff6b7cff9137d1217881bd66deb2d055a6769c50bce52d398f6ca902c9e9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:53bcff6b7cff9137d1217881bd66deb2d055a6769c50bce52d398f6ca902c9e9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:fb362c48e4dbe220809704a8ee467120e2546d2e6f6ec5d73b3aba53dc077bf2_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:fb362c48e4dbe220809704a8ee467120e2546d2e6f6ec5d73b3aba53dc077bf2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:fb362c48e4dbe220809704a8ee467120e2546d2e6f6ec5d73b3aba53dc077bf2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-operator@sha256:b731cc451638e4e1213edb5cf9f2a707dc9e4196dfd004f4a61d5b5f5b1d0c75_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:b731cc451638e4e1213edb5cf9f2a707dc9e4196dfd004f4a61d5b5f5b1d0c75_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-operator@sha256:b731cc451638e4e1213edb5cf9f2a707dc9e4196dfd004f4a61d5b5f5b1d0c75_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:9ba21219e78170ef0894b9617b5e73f1c17987419b59cec160f34567126d6565_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:9ba21219e78170ef0894b9617b5e73f1c17987419b59cec160f34567126d6565_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:9ba21219e78170ef0894b9617b5e73f1c17987419b59cec160f34567126d6565_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:145640691e5a1c299dda7b9d02c5925dd40ca032e88ebef8e28696d52f8a2267_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:145640691e5a1c299dda7b9d02c5925dd40ca032e88ebef8e28696d52f8a2267_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:145640691e5a1c299dda7b9d02c5925dd40ca032e88ebef8e28696d52f8a2267_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:fceb4dd066f16f2f26d706ad34e8bffbba4c9fb1f4598c3abf25e90fd65c25d5_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:fceb4dd066f16f2f26d706ad34e8bffbba4c9fb1f4598c3abf25e90fd65c25d5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:fceb4dd066f16f2f26d706ad34e8bffbba4c9fb1f4598c3abf25e90fd65c25d5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:7167c1e4fa2f1d6994a964d05dff74b2ddb6b051322a6576069647937028f435_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:7167c1e4fa2f1d6994a964d05dff74b2ddb6b051322a6576069647937028f435_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:7167c1e4fa2f1d6994a964d05dff74b2ddb6b051322a6576069647937028f435_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:6c359a023df6c5ce14c715666ed9233a77033a0f9a2cbf0463fb36f3e16417d4_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:6c359a023df6c5ce14c715666ed9233a77033a0f9a2cbf0463fb36f3e16417d4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:6c359a023df6c5ce14c715666ed9233a77033a0f9a2cbf0463fb36f3e16417d4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:3f41faf2e3990aeff8d32bf73fbdd665b58d002c5e6aa590986706b6278c3923_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:3f41faf2e3990aeff8d32bf73fbdd665b58d002c5e6aa590986706b6278c3923_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:3f41faf2e3990aeff8d32bf73fbdd665b58d002c5e6aa590986706b6278c3923_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:a46233e5b1fa0a5a1a764a46c49a11269fadd87de378e28cb5fef0180ff7bf4f_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:a46233e5b1fa0a5a1a764a46c49a11269fadd87de378e28cb5fef0180ff7bf4f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:a46233e5b1fa0a5a1a764a46c49a11269fadd87de378e28cb5fef0180ff7bf4f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni@sha256:fb1bc19434279409ff37e71aceb200a6ad915ffe6a4f2e7fdcbc9d250bdf5d0d_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-cni@sha256:fb1bc19434279409ff37e71aceb200a6ad915ffe6a4f2e7fdcbc9d250bdf5d0d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni@sha256:fb1bc19434279409ff37e71aceb200a6ad915ffe6a4f2e7fdcbc9d250bdf5d0d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:85798bf870d31a79765ce9e73a6b5e3bbd18b28e0e7d009b5ad2880b805eb711_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:85798bf870d31a79765ce9e73a6b5e3bbd18b28e0e7d009b5ad2880b805eb711_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:85798bf870d31a79765ce9e73a6b5e3bbd18b28e0e7d009b5ad2880b805eb711_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:86da8c4a231249869671822435c5d160dfdbe40f37b35c329d0d678b88862cc7_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:86da8c4a231249869671822435c5d160dfdbe40f37b35c329d0d678b88862cc7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:86da8c4a231249869671822435c5d160dfdbe40f37b35c329d0d678b88862cc7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:aa340b9e7d6540fef963456a1f68be95d2285796ae1fe6501f7a157f2c7853be_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:aa340b9e7d6540fef963456a1f68be95d2285796ae1fe6501f7a157f2c7853be_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:aa340b9e7d6540fef963456a1f68be95d2285796ae1fe6501f7a157f2c7853be_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather@sha256:201647697fc20fffa5238c768c1b70f593143ead6f5a8220e52c09bb486281dd_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-must-gather@sha256:201647697fc20fffa5238c768c1b70f593143ead6f5a8220e52c09bb486281dd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather@sha256:201647697fc20fffa5238c768c1b70f593143ead6f5a8220e52c09bb486281dd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:6a2bdd5615bbccad31a48a4329005c053e1ffe644bffff32cbfe1307ad3fc7cd_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:6a2bdd5615bbccad31a48a4329005c053e1ffe644bffff32cbfe1307ad3fc7cd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:6a2bdd5615bbccad31a48a4329005c053e1ffe644bffff32cbfe1307ad3fc7cd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:1a2418d7720c3b8dfbb1d4ee4dd33e40d40d20ef6149cff66a75e01997389361_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:1a2418d7720c3b8dfbb1d4ee4dd33e40d40d20ef6149cff66a75e01997389361_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:1a2418d7720c3b8dfbb1d4ee4dd33e40d40d20ef6149cff66a75e01997389361_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:a70ec003fa1858d78a82d3700e2c754534072d34769c582357dbbdaee131fae7_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:a70ec003fa1858d78a82d3700e2c754534072d34769c582357dbbdaee131fae7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:a70ec003fa1858d78a82d3700e2c754534072d34769c582357dbbdaee131fae7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:403015afaab53d1aef65a3e1fd08e4bd0d534c7400a01f1096e9818970d240c4_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:403015afaab53d1aef65a3e1fd08e4bd0d534c7400a01f1096e9818970d240c4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:403015afaab53d1aef65a3e1fd08e4bd0d534c7400a01f1096e9818970d240c4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy@sha256:de1a25df83ac6bae5d4c23b809ce73c8c94e547653f244be3e85245b9134bbdd_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:de1a25df83ac6bae5d4c23b809ce73c8c94e547653f244be3e85245b9134bbdd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy@sha256:de1a25df83ac6bae5d4c23b809ce73c8c94e547653f244be3e85245b9134bbdd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:33380f96c6f751fae2a34f47043bbd2125f574815954ac094d09ecb28725d983_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:33380f96c6f751fae2a34f47043bbd2125f574815954ac094d09ecb28725d983_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:33380f96c6f751fae2a34f47043bbd2125f574815954ac094d09ecb28725d983_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:d014eec11f3767e50e7de299438160fad3790faa00b4db2a86c515d9df5ec807_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:d014eec11f3767e50e7de299438160fad3790faa00b4db2a86c515d9df5ec807_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:d014eec11f3767e50e7de299438160fad3790faa00b4db2a86c515d9df5ec807_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:14ced1f02db227a42c3b98b29f39d7e73ba06d8b0cbea83ecfaf2c63bb9ba04f_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:14ced1f02db227a42c3b98b29f39d7e73ba06d8b0cbea83ecfaf2c63bb9ba04f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:14ced1f02db227a42c3b98b29f39d7e73ba06d8b0cbea83ecfaf2c63bb9ba04f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:ce3612a32ff93aa9738261533b336ea9b042a0fb0a25bc5fb28dec612ed7418e_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:ce3612a32ff93aa9738261533b336ea9b042a0fb0a25bc5fb28dec612ed7418e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:ce3612a32ff93aa9738261533b336ea9b042a0fb0a25bc5fb28dec612ed7418e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:3a92f12e26afdfdccbc05a01031296b5404fa54e68de2ae2d4ee0994cb31424e_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:3a92f12e26afdfdccbc05a01031296b5404fa54e68de2ae2d4ee0994cb31424e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:3a92f12e26afdfdccbc05a01031296b5404fa54e68de2ae2d4ee0994cb31424e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:dd7c5a0d61ff5f73cf7f4ba78310282cd51fcab071e8ab56066a3cfa9e6c1ca1_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:dd7c5a0d61ff5f73cf7f4ba78310282cd51fcab071e8ab56066a3cfa9e6c1ca1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:dd7c5a0d61ff5f73cf7f4ba78310282cd51fcab071e8ab56066a3cfa9e6c1ca1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:7507d0c8e9e8c7fa573b50ca87c41195da712bc6c006ce4cd5e8355218099051_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:7507d0c8e9e8c7fa573b50ca87c41195da712bc6c006ce4cd5e8355218099051_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:7507d0c8e9e8c7fa573b50ca87c41195da712bc6c006ce4cd5e8355218099051_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:10385bc6050cab2cb3e3edd835c67668eee37be126f704799e9569a9b54d9c99_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:10385bc6050cab2cb3e3edd835c67668eee37be126f704799e9569a9b54d9c99_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:10385bc6050cab2cb3e3edd835c67668eee37be126f704799e9569a9b54d9c99_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-machine-controllers@sha256:af5205229b7ad7b9068165968c30ad36ac3016b1f28d0a26ed8ded9aa9eb14bd_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-machine-controllers@sha256:af5205229b7ad7b9068165968c30ad36ac3016b1f28d0a26ed8ded9aa9eb14bd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-machine-controllers@sha256:af5205229b7ad7b9068165968c30ad36ac3016b1f28d0a26ed8ded9aa9eb14bd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:84a2ea69488edce69c22b8a5aef5665fa7563cdf2fcd3f9424acdedbed521499_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:84a2ea69488edce69c22b8a5aef5665fa7563cdf2fcd3f9424acdedbed521499_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:84a2ea69488edce69c22b8a5aef5665fa7563cdf2fcd3f9424acdedbed521499_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace@sha256:0b230491bb5a52adc2242872a0686223e53a7ed3a5f923b383183558bc205b13_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:0b230491bb5a52adc2242872a0686223e53a7ed3a5f923b383183558bc205b13_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace@sha256:0b230491bb5a52adc2242872a0686223e53a7ed3a5f923b383183558bc205b13_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry@sha256:b85e21c45357847ac140ef2db2222e7da11080812d2eee85cfdcc98eb6c22561_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-registry@sha256:b85e21c45357847ac140ef2db2222e7da11080812d2eee85cfdcc98eb6c22561_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry@sha256:b85e21c45357847ac140ef2db2222e7da11080812d2eee85cfdcc98eb6c22561_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:19bd2b1d343872fd132beaf68aad33eee9f274ea3915a299ce601467ac844421_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:19bd2b1d343872fd132beaf68aad33eee9f274ea3915a299ce601467ac844421_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:19bd2b1d343872fd132beaf68aad33eee9f274ea3915a299ce601467ac844421_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:0bd452632f8ad16181bbb5fd4a0a86a94c4cd4fbce183d61bf99f7ff28b7c6c9_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:0bd452632f8ad16181bbb5fd4a0a86a94c4cd4fbce183d61bf99f7ff28b7c6c9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:0bd452632f8ad16181bbb5fd4a0a86a94c4cd4fbce183d61bf99f7ff28b7c6c9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:27f7ac8d4ed15dfb7b1f61abbfb38c2333b9974356a6070b2084b20b778ae3f9_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:27f7ac8d4ed15dfb7b1f61abbfb38c2333b9974356a6070b2084b20b778ae3f9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:27f7ac8d4ed15dfb7b1f61abbfb38c2333b9974356a6070b2084b20b778ae3f9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod@sha256:0fff500fa4c52f2f910574e7fd646f9408397f726fbd5ba2d6e11f55ff0b51e1_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-pod@sha256:0fff500fa4c52f2f910574e7fd646f9408397f726fbd5ba2d6e11f55ff0b51e1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod@sha256:0fff500fa4c52f2f910574e7fd646f9408397f726fbd5ba2d6e11f55ff0b51e1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:82b79d5ab7eed554fcc89d6fa5754dba5993816ea43c257097410fd078323943_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:82b79d5ab7eed554fcc89d6fa5754dba5993816ea43c257097410fd078323943_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:82b79d5ab7eed554fcc89d6fa5754dba5993816ea43c257097410fd078323943_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:2da4e2c822d30d1b66e59cbd696fd638fe6c1052a774c303bcc50d8c732713b4_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:2da4e2c822d30d1b66e59cbd696fd638fe6c1052a774c303bcc50d8c732713b4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:2da4e2c822d30d1b66e59cbd696fd638fe6c1052a774c303bcc50d8c732713b4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:735c9ae12484b2d3c5301b5ea2d1cdddb583a7e65da3a35980fa20de3dcee1ab_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:735c9ae12484b2d3c5301b5ea2d1cdddb583a7e65da3a35980fa20de3dcee1ab_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:735c9ae12484b2d3c5301b5ea2d1cdddb583a7e65da3a35980fa20de3dcee1ab_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:20f8b3b38ed483e484897ab7f1465d9c20e3bdbe4ece138b85a2d9b46e184394_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:20f8b3b38ed483e484897ab7f1465d9c20e3bdbe4ece138b85a2d9b46e184394_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:20f8b3b38ed483e484897ab7f1465d9c20e3bdbe4ece138b85a2d9b46e184394_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:220a41bce9e80c6277055d596c02b3d62cf5905cfda772eb705c8ed4dd51feef_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:220a41bce9e80c6277055d596c02b3d62cf5905cfda772eb705c8ed4dd51feef_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:220a41bce9e80c6277055d596c02b3d62cf5905cfda772eb705c8ed4dd51feef_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:82edda6ae8fcfa24385cb75ab729154662649b66c5cce8b81719c300f838ff87_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:82edda6ae8fcfa24385cb75ab729154662649b66c5cce8b81719c300f838ff87_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:82edda6ae8fcfa24385cb75ab729154662649b66c5cce8b81719c300f838ff87_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:557c5ce0dfc308b7a88683cabd6303682bf959b6820d1209bb43554ca68f0f60_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:557c5ce0dfc308b7a88683cabd6303682bf959b6820d1209bb43554ca68f0f60_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:557c5ce0dfc308b7a88683cabd6303682bf959b6820d1209bb43554ca68f0f60_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:f54d7037f0084599924d8edad281b398611f8a96218a4809f4dc58f7cde7a261_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:f54d7037f0084599924d8edad281b398611f8a96218a4809f4dc58f7cde7a261_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:f54d7037f0084599924d8edad281b398611f8a96218a4809f4dc58f7cde7a261_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:1d1c4e5f78487db89666bd2fbee88fcc4fac0b1e62611a823a4971d088446369_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:1d1c4e5f78487db89666bd2fbee88fcc4fac0b1e62611a823a4971d088446369_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:1d1c4e5f78487db89666bd2fbee88fcc4fac0b1e62611a823a4971d088446369_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator@sha256:0685631135bc2fd9d9f9e68cf34bf1ec66573fab26a0bccfa3f63ca2003472df_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:0685631135bc2fd9d9f9e68cf34bf1ec66573fab26a0bccfa3f63ca2003472df_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator@sha256:0685631135bc2fd9d9f9e68cf34bf1ec66573fab26a0bccfa3f63ca2003472df_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus@sha256:90b2aaed0a32f10b45afb6ffca9379c3e8fc58a5d16f9730667055304b1b9b7c_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus@sha256:90b2aaed0a32f10b45afb6ffca9379c3e8fc58a5d16f9730667055304b1b9b7c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus@sha256:90b2aaed0a32f10b45afb6ffca9379c3e8fc58a5d16f9730667055304b1b9b7c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:c28aa71e2759f4ef6a939f4c4cbe6eb93b490aec57edcd3bc04ddfb1a79e3122_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:c28aa71e2759f4ef6a939f4c4cbe6eb93b490aec57edcd3bc04ddfb1a79e3122_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:c28aa71e2759f4ef6a939f4c4cbe6eb93b490aec57edcd3bc04ddfb1a79e3122_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-operator@sha256:f217d0e2ee477c6a4aad1b5329ad77aad631595ecc09223d45eabb65fbb3dcb8_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:f217d0e2ee477c6a4aad1b5329ad77aad631595ecc09223d45eabb65fbb3dcb8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-operator@sha256:f217d0e2ee477c6a4aad1b5329ad77aad631595ecc09223d45eabb65fbb3dcb8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter@sha256:49c604e45bed7de0092accf992a7360b759a25f6d0b2ba7a65bcce2c6c52f7ed_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-telemeter@sha256:49c604e45bed7de0092accf992a7360b759a25f6d0b2ba7a65bcce2c6c52f7ed_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter@sha256:49c604e45bed7de0092accf992a7360b759a25f6d0b2ba7a65bcce2c6c52f7ed_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests@sha256:2f6347b402cd8f6e5afc8b6d2fcc3ea213d3e8325df186b0b4bfa3651fc29b4c_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tests@sha256:2f6347b402cd8f6e5afc8b6d2fcc3ea213d3e8325df186b0b4bfa3651fc29b4c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests@sha256:2f6347b402cd8f6e5afc8b6d2fcc3ea213d3e8325df186b0b4bfa3651fc29b4c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:3e3beaac96813816c6f2575c78e34faadb8cec2e97107a25efb6acc6f8d760d6_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:3e3beaac96813816c6f2575c78e34faadb8cec2e97107a25efb6acc6f8d760d6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:3e3beaac96813816c6f2575c78e34faadb8cec2e97107a25efb6acc6f8d760d6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:4343e0a0d02722a0019942174c7d1587d8e8abefbde48b7b6f374a76a125b875_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:4343e0a0d02722a0019942174c7d1587d8e8abefbde48b7b6f374a76a125b875_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:4343e0a0d02722a0019942174c7d1587d8e8abefbde48b7b6f374a76a125b875_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:195ff9c2f84662da8890c5620382028240afb21f172caef120706070e71ce092_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:195ff9c2f84662da8890c5620382028240afb21f172caef120706070e71ce092_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:195ff9c2f84662da8890c5620382028240afb21f172caef120706070e71ce092_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:1504e3c20f04de8e4875f1860d18edd056fb8f64f4e1d6c375f5dec469bd1224_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:1504e3c20f04de8e4875f1860d18edd056fb8f64f4e1d6c375f5dec469bd1224_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:1504e3c20f04de8e4875f1860d18edd056fb8f64f4e1d6c375f5dec469bd1224_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:31cc96e0087d7748bc73f611917122a7426dd4f9dcce59a13bd0d3d0d29810c1_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:31cc96e0087d7748bc73f611917122a7426dd4f9dcce59a13bd0d3d0d29810c1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:31cc96e0087d7748bc73f611917122a7426dd4f9dcce59a13bd0d3d0d29810c1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:5ff63bc70cbfcff3eede431fc5c0f704aea47191b9c598b56764c77374cebba8_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:5ff63bc70cbfcff3eede431fc5c0f704aea47191b9c598b56764c77374cebba8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:5ff63bc70cbfcff3eede431fc5c0f704aea47191b9c598b56764c77374cebba8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:195ff9c2f84662da8890c5620382028240afb21f172caef120706070e71ce092_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:195ff9c2f84662da8890c5620382028240afb21f172caef120706070e71ce092_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:195ff9c2f84662da8890c5620382028240afb21f172caef120706070e71ce092_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:1504e3c20f04de8e4875f1860d18edd056fb8f64f4e1d6c375f5dec469bd1224_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:1504e3c20f04de8e4875f1860d18edd056fb8f64f4e1d6c375f5dec469bd1224_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:1504e3c20f04de8e4875f1860d18edd056fb8f64f4e1d6c375f5dec469bd1224_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:817c40ac725632322dc88f60c8870ca51ea3e71801fa1c01861db5a46b9fe2b5_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:817c40ac725632322dc88f60c8870ca51ea3e71801fa1c01861db5a46b9fe2b5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:817c40ac725632322dc88f60c8870ca51ea3e71801fa1c01861db5a46b9fe2b5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:71dcf1b0bb479cbc69fe9cd96e1244055daea4b17ef4a1497d5f9b51f0f33646_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:71dcf1b0bb479cbc69fe9cd96e1244055daea4b17ef4a1497d5f9b51f0f33646_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:71dcf1b0bb479cbc69fe9cd96e1244055daea4b17ef4a1497d5f9b51f0f33646_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:ed90b4a58b967bc073abcd2c8d6450a757f7720c28a35a707e3b1acff10e7357_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:ed90b4a58b967bc073abcd2c8d6450a757f7720c28a35a707e3b1acff10e7357_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:ed90b4a58b967bc073abcd2c8d6450a757f7720c28a35a707e3b1acff10e7357_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:58475c817fa3fd1ac028c03eba2c857d3bd6c605e65093963d5be4d549495b7d_amd64 as a component of Red Hat OpenShift Container Platform 4.12",
"product_id": "Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:58475c817fa3fd1ac028c03eba2c857d3bd6c605e65093963d5be4d549495b7d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:58475c817fa3fd1ac028c03eba2c857d3bd6c605e65093963d5be4d549495b7d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.12"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-13465",
"cwe": {
"id": "CWE-1321",
"name": "Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)"
},
"discovery_date": "2026-01-21T20:01:28.774829+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:03b4902359e5dd1bc2524b213d42b3c1c2e3e0f63380a17142705ba0b8397529_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:0adb3f01f921885b64b9ee98648b1252c0ee4f46c3f65ff53633924d72f5694a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:f5ae1ca7faa4f3bbb86f3c32ad12928c4905c85a3cfaebda3d80c603b3df995a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:a40488813e76053f7e3bc398a6655b6dcecc7d8e641b8c9a84c4fc7a8babeeb9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/network-tools-rhel8@sha256:a8f987adb667cdfe893a8fb16c46d04f64ae704ebd6f939ad86e5fac4e87d1d0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:9227ff3d828a294d7076bc5ccaf2b316bb1b60620e4a549c1b9778e692aef760_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:5a9f74b5c3dc5f2a040ae50fa85cad4269d3ef5dd93c57ce97ac1640526ef083_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:8b973769b317e1ca3ec4df7ac8bde2fd3898649a73bf16c6d436d5dbbcf7d1b5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:3f162460712daaf28214bba38129c4cec5894aa8f0dd4e133de33797801abb6a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:222d3e7cd6cde1dd90c007fdcd9ee1eb0d73e4d9a0972e01d68b1e23f6643d6a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:94450b3c7a1318f9aeac92d28721ff3b9b0e032a9aa85726d8b02c54ea424f05_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:103394f2799040d165d26e83a4d011940a27a311221cf53388025da8cfe2bb3b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:9f12e9a06be28ae59e58ea78263ad17e3c729418a77b09e232524e46fb98aa90_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:d80e9ac78a64607ea74ba4d5ecbe521c1f919c98ba7c42f3c2ec1c821576430d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:7fd5087403be83fca087e1ec911beef62ed77461d65ad26f4680e50dbd719cb3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:2e7c9331c70fa6692e0f0ca398caf71060007b0243da63cfd549159874fd7dda_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:18bf1ed1f3b68d8676b3e1b33cd1922ca633e530a769030287c6094310890e44_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:b5967b8947d53c71c2d6d86a31c1d2b192688504c090b27cf92c330affdbb9b5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:3da852fa79dfd7986e841fbfdaac11b058d722477229a8a3e446acc03d2855bd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:2555cdbd7369c083baf6cdf13c51b567308b68492eaded300fec1a7ec2162520_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:3ca873b2249269813d75f2fc77ce7136dbc0bcb91ab5ea7fddb5289f87430ff3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:5f0235ee6907bb4cbbea1f5a0f6799a2316f53dca50dfd47bcb06553779d90ee_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:27791e130a789c4d7b82bc485b656f898efade15008428923d7bfff7412220ba_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:4215367141864d8246cd30210801d5eef359c01710205917d366b0969aa39aad_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:8e6843d665d705d385b691659de9ceddb5a5c632a2b8ddbb54ec53a8aae7b5e7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:57114c78085fb614e49877646ea3d32b8ca9a11f55758720cfbf5b237bda33b6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:aad175767a53e40687563666fbfd4b0ade6740b0a9106dd9072338b4ef6a967e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:551ea5cd1d61aa167aeebe2a664c584e1e604ccf044f95d4ccbd7581a37a28a8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:352e9b8374953a6d83b0bc7f47feeb949d36c4d19d5d4487e4e9e0935db060de_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:766ecb47dab0dabb396770983c28cf54cc8873953881b741511eff2cad97b368_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:933361e4087e27483e3228f18ed11927cf6b69804521ec41b0ced4f3b1392e10_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4cdf34306eb2eb7e0400f004f7f3fa24db634ab9ee30a745d810e0c1c2a57186_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:0dbd860d73a376922f814d9bead2138e5738f12261a17c89cf0b85c1dfd330c2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli@sha256:f3f11d030db87ab00d42e9bdf6afe349cf5383bef1e68e784640c9180c60ef9e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:4a583b961e61497209de9276f018dc3e78fad3f80a35bc5a99b243ef63f21dcc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:b83672b42e994c07b26b03379ca15be56589fe7d8a00677ff60f2eeed8ea0a07_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:2467b04bbdc95207f80f8df02ca39be34fe940737a49f35709286b47348a034d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:55bdaea54b24f7fb08ad30fd9f6c34dc944c11993a4dd6a255c41a25f500b5d6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:6ff4a8524e267e83bbc7222993cb7cdb083cf1e07d798f9a0b35f5d09afd685b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:63acdeae3182eb576b9959b98e2788e87dd9834e8c53f33cecc867a4a07019ec_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:f4d01e9d7968d2164a87d3167161d157e62b2636ff67747127b6fc904d85c60a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:d5e9126943d178b88d47ff4c0133ea2add90b05a19e65133abd92dd6ef8d43ed_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:d5e9126943d178b88d47ff4c0133ea2add90b05a19e65133abd92dd6ef8d43ed_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:ca34ef82ca0096a6201a02eca801a82b5945c37e79984321c6900e2007afb933_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:4849ed03bfda437491f219108afc8bd2599e96ecadf6322e527ff65ee6b2c7ae_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:7d3589d6ad46a61f492af7870b30992c8284f3041a59e6ed0c7e020a42f1fdb6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:6195190833c52939c4696d0271a59397726526f0a4accfc056e45e564e8af830_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:c069e4c89fb7af2ef735d8be2a05c068febe40b54ec8d43cdfa31118d5042005_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:417cd2950c41d3490010f110b4bdc46fddbd5efa7a32ec73f44d080a9e56a814_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:9110db70398296e720496b0c7d0e02c5c0857248ce4d9625e80158de115cdb6f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:15302d83535f81bdb5f297b1dade9d5ad34039344be786846aa670134e746eed_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:c2da8698eea9388a61c2ae76ec72a46601e2480addfecda1c6f0c182a18b976a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:8aed89c36c6db33d5572521acccbc676e557f5268532a9ee2b63e8423191013a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:4ce64fc5f1b82f8eaca2aff35f5a4035ebe16dd67412aa73c783c7f2264d0078_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:ada2f039c9bafd29b12ad382037c6e27e3d3835593f36d548e6f325e2d76d2a3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:58acdf2f0e9151c55c79e8e42766779a87aa74449186d3eac3483df14bfce5da_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:a5256116d595d9f902808ade081c5dadf42c8cf50a26ba4d50a636642a63be4c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:301719f189471ff392180858c3d1bc83470f53ce003842fa7ab63eaa8e1868e4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:c1ee6c2f6f113929ce4dc10b0a21604b974418201cc16911a6aaf6c6ccdae1fa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:7404217ef1eabda789b87d6c1d5fdbae4c569af1515142f65e761231165e1e77_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:72b65af0f9da924e1f96b490761c5e866a1e6d48d1d17a8e18e34722c7cf3858_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:a4d3ac3eb8dbd7f3eaf1aebb4a07f7fd9b14f14fdfd5aa92eb76699005af1b42_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:fdffcb1cb1fa8c62f2fd863852a4c8319d468720dd7dbda93583de16e4763867_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:32d6da2834b5fc4ba1e8ff1775cb4ed14b3a3c19d2975d0f3bdab29068572ea0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:9e7a6228eaca387c19876f41fe99ac45c794f5beedacb6105841eec8f47c3d92_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:5cc1e869f5f7a54876857393b06d3bc3828299b7bddc1493d0b1ffb9f80e65db_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:7955a4d52e11574cd5b56c80046cffab0dfcb7fbdc52de2cd8ef10fe253f3af7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:664a0fb69a06806911ca8661fe92e86fdeed45e32d0748ea166f00d5699a0972_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:239c1a0cabec9621a0926b9024145f61973631dead00bfd0411fd479412ca3e7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console-operator@sha256:1a4e35546ecab85097ca2a876e41e702ad1fba8a3f2a4d9e009ed70b72b5ca97_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:5a6d77b9eecceaa0f0abf12806d56424604df8b19286ae397dc99c513868e4c9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-coredns@sha256:97a09430b0f9dfe88b861cb686a75399f26c0b52146a37eb84fa5b4193dda056_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:5a45ed2384d5c44dbe11a7780c37622d9d55da2fed6782dbb51d45fda4b2a723_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:3ccf92e1ceed3bb4d7e92083204c4e818f59bc2be5d4b494e5c6e36afe49898c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:12029d2e1342cc56ad28c160314dc3eec2fd495d7680c7d155645a8d631f9c17_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:52a513e8cf1eed7857e352eab8b25f7c51ccd2c08c5083112553bf1293c7e849_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:eafdc83a60099af9de79968cfa967da3e9a589659b66fd1386aac8d632e82340_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c7cb5497338edcf1185914249c765d50b902e1640049a9e8e6ad0d57b792ee8e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:2ca4a02beb4550f80c19d9880aed6c921501867619f7c11648f2686b661434d4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:2ca4a02beb4550f80c19d9880aed6c921501867619f7c11648f2686b661434d4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:63920d0ad6f0b8cfbcdf8627269c50f84e66915aaad5fb6fd16e9480460b5313_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:63920d0ad6f0b8cfbcdf8627269c50f84e66915aaad5fb6fd16e9480460b5313_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:ab5caed8152c7e5012036719691b9fe4ba73b4488faa90f52ec88deb78f2ef47_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:ab5caed8152c7e5012036719691b9fe4ba73b4488faa90f52ec88deb78f2ef47_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:3eb660f6971e2d8237b7b9ddb60e55e3bcccbd9f34b0cf3870bf1c18e07d25e0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:3eb660f6971e2d8237b7b9ddb60e55e3bcccbd9f34b0cf3870bf1c18e07d25e0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:1c61bea46954facb357a90cf7e8dcabb4073a45cee9e8928c3faf307f9d194a7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:1c61bea46954facb357a90cf7e8dcabb4073a45cee9e8928c3faf307f9d194a7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:8a38bd8d9a2f59953e6847385cde2ca47d7252af62af446d98a44dc1e6e06907_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:8a38bd8d9a2f59953e6847385cde2ca47d7252af62af446d98a44dc1e6e06907_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:681c52a626b9b28b3cc3de0b8a6e643aa3a071e80da0f44fca4af00768e009b2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:681c52a626b9b28b3cc3de0b8a6e643aa3a071e80da0f44fca4af00768e009b2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:2b93d7f431d61453311b929fec9391525bc97166aabfca4efec2cb5c8053ae31_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-deployer@sha256:c0e3736e12e3fbec1b29b06ccc21599e6ff0114e0e47611e2f94c6163f60d9b4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-builder@sha256:c6430b22a10b6e8ab0f60617727058b212edeb72b802458a6188acfe51c35ad1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-registry@sha256:ffad01290cfad51340f07afc72b877ab3095ccdefaadd67e9f66c0bc7a9d126e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-etcd@sha256:1aedebae5a1eb0195c6a8d30e6b91be3505d439e5fdf364ba62a9df86bc423a8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:aae2532fdefaeef32a1c12fca4417650529c885f850aa0502438468c888f26b3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:b2e49e53dc87c605e8ed9a412e6001f9e8bbfa15121a7bdaf42ec7cf5c5e5a4e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:69307cbf63377392049c210206a187d96dbdab6daa749e9c4b3c26e482567e25_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:88ffe472fae92406d19d174c50515d8d22a6d0a7b93f7f7b89b485d0b6fca3a4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-haproxy-router@sha256:1a103094e958de44278635a3506bd8557894f987cda61cbc2c5ab757ba8815c4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hyperkube@sha256:50be43d66e3049fc247ac60315cce3d11f784dcddfc1ec4112af94740288fb44_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:8d762f3ffdcb22589570deae966d6d092bc3a0e75537d0f0a4dbfcf2115ed03e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:163355de7f30a4161758a43c7adefb90ab969c07be9604c9a34e0c2499f5f7e3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:6618f9828840cf41fffc19e89f5ae2077ac1aadaece6aa33fde8497b4fbf06e1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:337e3625cbadf2a326aa7de7f1750ed7ac6ef29ad28508b60e396bf72f2f4ae9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:bf789b27d3ba264a300600ee975f31e94a017b29cd878e78860aca9e42b633c2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:b8674517296b137591fdfd8086ff069731e8910c97d4aeae5bfec11b32e8e891_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:22d09b4eafbf14a04eea1d7e98abe239e59465106c9634d4e99cfb4ffb2d2508_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:4c9eb330e0de59382effefdb1e5fae589020d462b114e0efe07a4726920757c8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:59d16eba992d35b83656ff86cf914fb5ac7e68b6e6b1db732d117bd1cfcd066d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:3f13acb41c7905c644eda4164b2a03a1a42f18e0ed55231f30f87a476f6320a0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer@sha256:2350a03a4e87eedb2bdd0e02ed771c2785014e48fcb9f42909e7186027c6311d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:aa92b055a5e97f08b510ee1df7583d7f2c3181f2cd419732dd9e34f351a44b0f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:98e10bddb60bddd235b524c4ab661cf2e1cc0da0c71d4317f26a01bde8b069a4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d344270fd48b6000166a4fad79dbd4536c5e4c58309d1e36e45d055c13fcb914_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:a8725ec7e307727da1f2a833cd0171dd332fc276cc80d6a1cce548e157c10aee_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:7b34408e62f572b8636b90d8ea622ed1b03e72ab014f32033e13790583cf29ee_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:6eb5e9896c82bfcd569b9c002475c0a87054cc92b85792e66453044e4f27726c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-proxy@sha256:ba2ea0cf300603cb839139fec385933c5585beee96666c439a565670bf867531_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:c7cc40ccbefa06e47aa71896ab733ccd16d9aa2637991f2994c976fb8cfbc446_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:8fcc17d23b0e06802fb907df56a0e712f8beb3aadb7850cd549d1105cd6964e6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:29ee316d69a70a0fb1dd96be313e7030c24e2fcc3fcedc1e3d90aed63b602324_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:19f25f9d406b88e079a0156ee28016df1f13a7556d2f9a771d75e506c5a009bb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:7bb99f7ef4a98fda5c3d6f972f243cfa8372294b28b9976b97ba96b776cfd81f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:53bcff6b7cff9137d1217881bd66deb2d055a6769c50bce52d398f6ca902c9e9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:fb362c48e4dbe220809704a8ee467120e2546d2e6f6ec5d73b3aba53dc077bf2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:b731cc451638e4e1213edb5cf9f2a707dc9e4196dfd004f4a61d5b5f5b1d0c75_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:9ba21219e78170ef0894b9617b5e73f1c17987419b59cec160f34567126d6565_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:145640691e5a1c299dda7b9d02c5925dd40ca032e88ebef8e28696d52f8a2267_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:fceb4dd066f16f2f26d706ad34e8bffbba4c9fb1f4598c3abf25e90fd65c25d5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:7167c1e4fa2f1d6994a964d05dff74b2ddb6b051322a6576069647937028f435_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:6c359a023df6c5ce14c715666ed9233a77033a0f9a2cbf0463fb36f3e16417d4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:3f41faf2e3990aeff8d32bf73fbdd665b58d002c5e6aa590986706b6278c3923_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:a46233e5b1fa0a5a1a764a46c49a11269fadd87de378e28cb5fef0180ff7bf4f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-cni@sha256:fb1bc19434279409ff37e71aceb200a6ad915ffe6a4f2e7fdcbc9d250bdf5d0d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:85798bf870d31a79765ce9e73a6b5e3bbd18b28e0e7d009b5ad2880b805eb711_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:86da8c4a231249869671822435c5d160dfdbe40f37b35c329d0d678b88862cc7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:aa340b9e7d6540fef963456a1f68be95d2285796ae1fe6501f7a157f2c7853be_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-must-gather@sha256:201647697fc20fffa5238c768c1b70f593143ead6f5a8220e52c09bb486281dd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:6a2bdd5615bbccad31a48a4329005c053e1ffe644bffff32cbfe1307ad3fc7cd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:1a2418d7720c3b8dfbb1d4ee4dd33e40d40d20ef6149cff66a75e01997389361_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:a70ec003fa1858d78a82d3700e2c754534072d34769c582357dbbdaee131fae7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:403015afaab53d1aef65a3e1fd08e4bd0d534c7400a01f1096e9818970d240c4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:de1a25df83ac6bae5d4c23b809ce73c8c94e547653f244be3e85245b9134bbdd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:33380f96c6f751fae2a34f47043bbd2125f574815954ac094d09ecb28725d983_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:d014eec11f3767e50e7de299438160fad3790faa00b4db2a86c515d9df5ec807_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:14ced1f02db227a42c3b98b29f39d7e73ba06d8b0cbea83ecfaf2c63bb9ba04f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:ce3612a32ff93aa9738261533b336ea9b042a0fb0a25bc5fb28dec612ed7418e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:3a92f12e26afdfdccbc05a01031296b5404fa54e68de2ae2d4ee0994cb31424e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:dd7c5a0d61ff5f73cf7f4ba78310282cd51fcab071e8ab56066a3cfa9e6c1ca1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:7507d0c8e9e8c7fa573b50ca87c41195da712bc6c006ce4cd5e8355218099051_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:10385bc6050cab2cb3e3edd835c67668eee37be126f704799e9569a9b54d9c99_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-machine-controllers@sha256:af5205229b7ad7b9068165968c30ad36ac3016b1f28d0a26ed8ded9aa9eb14bd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:84a2ea69488edce69c22b8a5aef5665fa7563cdf2fcd3f9424acdedbed521499_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:0b230491bb5a52adc2242872a0686223e53a7ed3a5f923b383183558bc205b13_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-registry@sha256:b85e21c45357847ac140ef2db2222e7da11080812d2eee85cfdcc98eb6c22561_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:19bd2b1d343872fd132beaf68aad33eee9f274ea3915a299ce601467ac844421_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:0bd452632f8ad16181bbb5fd4a0a86a94c4cd4fbce183d61bf99f7ff28b7c6c9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:27f7ac8d4ed15dfb7b1f61abbfb38c2333b9974356a6070b2084b20b778ae3f9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-pod@sha256:0fff500fa4c52f2f910574e7fd646f9408397f726fbd5ba2d6e11f55ff0b51e1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:82b79d5ab7eed554fcc89d6fa5754dba5993816ea43c257097410fd078323943_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:2da4e2c822d30d1b66e59cbd696fd638fe6c1052a774c303bcc50d8c732713b4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:735c9ae12484b2d3c5301b5ea2d1cdddb583a7e65da3a35980fa20de3dcee1ab_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:20f8b3b38ed483e484897ab7f1465d9c20e3bdbe4ece138b85a2d9b46e184394_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:220a41bce9e80c6277055d596c02b3d62cf5905cfda772eb705c8ed4dd51feef_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:82edda6ae8fcfa24385cb75ab729154662649b66c5cce8b81719c300f838ff87_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:557c5ce0dfc308b7a88683cabd6303682bf959b6820d1209bb43554ca68f0f60_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:f54d7037f0084599924d8edad281b398611f8a96218a4809f4dc58f7cde7a261_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:1d1c4e5f78487db89666bd2fbee88fcc4fac0b1e62611a823a4971d088446369_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:0685631135bc2fd9d9f9e68cf34bf1ec66573fab26a0bccfa3f63ca2003472df_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus@sha256:90b2aaed0a32f10b45afb6ffca9379c3e8fc58a5d16f9730667055304b1b9b7c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:c28aa71e2759f4ef6a939f4c4cbe6eb93b490aec57edcd3bc04ddfb1a79e3122_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:f217d0e2ee477c6a4aad1b5329ad77aad631595ecc09223d45eabb65fbb3dcb8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-telemeter@sha256:49c604e45bed7de0092accf992a7360b759a25f6d0b2ba7a65bcce2c6c52f7ed_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tests@sha256:2f6347b402cd8f6e5afc8b6d2fcc3ea213d3e8325df186b0b4bfa3651fc29b4c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:3e3beaac96813816c6f2575c78e34faadb8cec2e97107a25efb6acc6f8d760d6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:4343e0a0d02722a0019942174c7d1587d8e8abefbde48b7b6f374a76a125b875_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:195ff9c2f84662da8890c5620382028240afb21f172caef120706070e71ce092_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:1504e3c20f04de8e4875f1860d18edd056fb8f64f4e1d6c375f5dec469bd1224_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:31cc96e0087d7748bc73f611917122a7426dd4f9dcce59a13bd0d3d0d29810c1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:5ff63bc70cbfcff3eede431fc5c0f704aea47191b9c598b56764c77374cebba8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:195ff9c2f84662da8890c5620382028240afb21f172caef120706070e71ce092_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:1504e3c20f04de8e4875f1860d18edd056fb8f64f4e1d6c375f5dec469bd1224_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:817c40ac725632322dc88f60c8870ca51ea3e71801fa1c01861db5a46b9fe2b5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:71dcf1b0bb479cbc69fe9cd96e1244055daea4b17ef4a1497d5f9b51f0f33646_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:ed90b4a58b967bc073abcd2c8d6450a757f7720c28a35a707e3b1acff10e7357_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:58475c817fa3fd1ac028c03eba2c857d3bd6c605e65093963d5be4d549495b7d_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2431740"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Lodash. A prototype pollution vulnerability in the _.unset and _.omit functions allows an attacker able to control property paths to delete methods from global prototypes. By removing essential functionalities, this can result in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "lodash: prototype pollution in _.unset and _.omit functions",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue is only exploitable by applications using the _.unset and _.omit functions on an object and allowing user input to determine the path of the property to be removed. This issue only allows the deletion of properties but does not allow overwriting their behavior, limiting the impact to a denial of service. Due to this reason, this vulnerability has been rated with an important severity.\n\nIn Grafana, JavaScript code runs only in the browser, while the server side is all Golang. Therefore, the worst-case scenario is a loss of functionality in the client application inside the browser. To reflect this, the CVSS availability metric and the severity of the Grafana and the Grafana-PCP component have been updated to low and moderate, respectively.\n\nThe lodash dependency is bundled and used by the pcs-web-ui component of the PCS package. In Red Hat Enterprise Linux 8.10, the pcs-web-ui component is no longer included in the PCS package. As a result, RHEL 8.10 does not ship the vulnerable lodash component within PCS and is therefore not-affected by this CVE.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console@sha256:735a1f869be25e1b0cd29e96bab37c92161e4448a469f50edaabf506dabf9e97_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:03b4902359e5dd1bc2524b213d42b3c1c2e3e0f63380a17142705ba0b8397529_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:0adb3f01f921885b64b9ee98648b1252c0ee4f46c3f65ff53633924d72f5694a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:f5ae1ca7faa4f3bbb86f3c32ad12928c4905c85a3cfaebda3d80c603b3df995a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:a40488813e76053f7e3bc398a6655b6dcecc7d8e641b8c9a84c4fc7a8babeeb9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/network-tools-rhel8@sha256:a8f987adb667cdfe893a8fb16c46d04f64ae704ebd6f939ad86e5fac4e87d1d0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:9227ff3d828a294d7076bc5ccaf2b316bb1b60620e4a549c1b9778e692aef760_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:5a9f74b5c3dc5f2a040ae50fa85cad4269d3ef5dd93c57ce97ac1640526ef083_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:8b973769b317e1ca3ec4df7ac8bde2fd3898649a73bf16c6d436d5dbbcf7d1b5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:3f162460712daaf28214bba38129c4cec5894aa8f0dd4e133de33797801abb6a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:222d3e7cd6cde1dd90c007fdcd9ee1eb0d73e4d9a0972e01d68b1e23f6643d6a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:94450b3c7a1318f9aeac92d28721ff3b9b0e032a9aa85726d8b02c54ea424f05_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:103394f2799040d165d26e83a4d011940a27a311221cf53388025da8cfe2bb3b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:9f12e9a06be28ae59e58ea78263ad17e3c729418a77b09e232524e46fb98aa90_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:d80e9ac78a64607ea74ba4d5ecbe521c1f919c98ba7c42f3c2ec1c821576430d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:7fd5087403be83fca087e1ec911beef62ed77461d65ad26f4680e50dbd719cb3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:2e7c9331c70fa6692e0f0ca398caf71060007b0243da63cfd549159874fd7dda_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:18bf1ed1f3b68d8676b3e1b33cd1922ca633e530a769030287c6094310890e44_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:b5967b8947d53c71c2d6d86a31c1d2b192688504c090b27cf92c330affdbb9b5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:3da852fa79dfd7986e841fbfdaac11b058d722477229a8a3e446acc03d2855bd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:2555cdbd7369c083baf6cdf13c51b567308b68492eaded300fec1a7ec2162520_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:3ca873b2249269813d75f2fc77ce7136dbc0bcb91ab5ea7fddb5289f87430ff3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:5f0235ee6907bb4cbbea1f5a0f6799a2316f53dca50dfd47bcb06553779d90ee_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:27791e130a789c4d7b82bc485b656f898efade15008428923d7bfff7412220ba_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:4215367141864d8246cd30210801d5eef359c01710205917d366b0969aa39aad_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:8e6843d665d705d385b691659de9ceddb5a5c632a2b8ddbb54ec53a8aae7b5e7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:57114c78085fb614e49877646ea3d32b8ca9a11f55758720cfbf5b237bda33b6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:aad175767a53e40687563666fbfd4b0ade6740b0a9106dd9072338b4ef6a967e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:551ea5cd1d61aa167aeebe2a664c584e1e604ccf044f95d4ccbd7581a37a28a8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:352e9b8374953a6d83b0bc7f47feeb949d36c4d19d5d4487e4e9e0935db060de_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:766ecb47dab0dabb396770983c28cf54cc8873953881b741511eff2cad97b368_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:933361e4087e27483e3228f18ed11927cf6b69804521ec41b0ced4f3b1392e10_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4cdf34306eb2eb7e0400f004f7f3fa24db634ab9ee30a745d810e0c1c2a57186_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:0dbd860d73a376922f814d9bead2138e5738f12261a17c89cf0b85c1dfd330c2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli@sha256:f3f11d030db87ab00d42e9bdf6afe349cf5383bef1e68e784640c9180c60ef9e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:4a583b961e61497209de9276f018dc3e78fad3f80a35bc5a99b243ef63f21dcc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:b83672b42e994c07b26b03379ca15be56589fe7d8a00677ff60f2eeed8ea0a07_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:2467b04bbdc95207f80f8df02ca39be34fe940737a49f35709286b47348a034d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:55bdaea54b24f7fb08ad30fd9f6c34dc944c11993a4dd6a255c41a25f500b5d6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:6ff4a8524e267e83bbc7222993cb7cdb083cf1e07d798f9a0b35f5d09afd685b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:63acdeae3182eb576b9959b98e2788e87dd9834e8c53f33cecc867a4a07019ec_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:f4d01e9d7968d2164a87d3167161d157e62b2636ff67747127b6fc904d85c60a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:d5e9126943d178b88d47ff4c0133ea2add90b05a19e65133abd92dd6ef8d43ed_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:d5e9126943d178b88d47ff4c0133ea2add90b05a19e65133abd92dd6ef8d43ed_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:ca34ef82ca0096a6201a02eca801a82b5945c37e79984321c6900e2007afb933_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:4849ed03bfda437491f219108afc8bd2599e96ecadf6322e527ff65ee6b2c7ae_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:7d3589d6ad46a61f492af7870b30992c8284f3041a59e6ed0c7e020a42f1fdb6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:6195190833c52939c4696d0271a59397726526f0a4accfc056e45e564e8af830_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:c069e4c89fb7af2ef735d8be2a05c068febe40b54ec8d43cdfa31118d5042005_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:417cd2950c41d3490010f110b4bdc46fddbd5efa7a32ec73f44d080a9e56a814_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:9110db70398296e720496b0c7d0e02c5c0857248ce4d9625e80158de115cdb6f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:15302d83535f81bdb5f297b1dade9d5ad34039344be786846aa670134e746eed_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:c2da8698eea9388a61c2ae76ec72a46601e2480addfecda1c6f0c182a18b976a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:8aed89c36c6db33d5572521acccbc676e557f5268532a9ee2b63e8423191013a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:4ce64fc5f1b82f8eaca2aff35f5a4035ebe16dd67412aa73c783c7f2264d0078_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:ada2f039c9bafd29b12ad382037c6e27e3d3835593f36d548e6f325e2d76d2a3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:58acdf2f0e9151c55c79e8e42766779a87aa74449186d3eac3483df14bfce5da_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:a5256116d595d9f902808ade081c5dadf42c8cf50a26ba4d50a636642a63be4c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:301719f189471ff392180858c3d1bc83470f53ce003842fa7ab63eaa8e1868e4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:c1ee6c2f6f113929ce4dc10b0a21604b974418201cc16911a6aaf6c6ccdae1fa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:7404217ef1eabda789b87d6c1d5fdbae4c569af1515142f65e761231165e1e77_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:72b65af0f9da924e1f96b490761c5e866a1e6d48d1d17a8e18e34722c7cf3858_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:a4d3ac3eb8dbd7f3eaf1aebb4a07f7fd9b14f14fdfd5aa92eb76699005af1b42_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:fdffcb1cb1fa8c62f2fd863852a4c8319d468720dd7dbda93583de16e4763867_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:32d6da2834b5fc4ba1e8ff1775cb4ed14b3a3c19d2975d0f3bdab29068572ea0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:9e7a6228eaca387c19876f41fe99ac45c794f5beedacb6105841eec8f47c3d92_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:5cc1e869f5f7a54876857393b06d3bc3828299b7bddc1493d0b1ffb9f80e65db_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:7955a4d52e11574cd5b56c80046cffab0dfcb7fbdc52de2cd8ef10fe253f3af7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:664a0fb69a06806911ca8661fe92e86fdeed45e32d0748ea166f00d5699a0972_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:239c1a0cabec9621a0926b9024145f61973631dead00bfd0411fd479412ca3e7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console-operator@sha256:1a4e35546ecab85097ca2a876e41e702ad1fba8a3f2a4d9e009ed70b72b5ca97_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:5a6d77b9eecceaa0f0abf12806d56424604df8b19286ae397dc99c513868e4c9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-coredns@sha256:97a09430b0f9dfe88b861cb686a75399f26c0b52146a37eb84fa5b4193dda056_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:5a45ed2384d5c44dbe11a7780c37622d9d55da2fed6782dbb51d45fda4b2a723_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:3ccf92e1ceed3bb4d7e92083204c4e818f59bc2be5d4b494e5c6e36afe49898c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:12029d2e1342cc56ad28c160314dc3eec2fd495d7680c7d155645a8d631f9c17_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:52a513e8cf1eed7857e352eab8b25f7c51ccd2c08c5083112553bf1293c7e849_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:eafdc83a60099af9de79968cfa967da3e9a589659b66fd1386aac8d632e82340_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c7cb5497338edcf1185914249c765d50b902e1640049a9e8e6ad0d57b792ee8e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:2ca4a02beb4550f80c19d9880aed6c921501867619f7c11648f2686b661434d4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:2ca4a02beb4550f80c19d9880aed6c921501867619f7c11648f2686b661434d4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:63920d0ad6f0b8cfbcdf8627269c50f84e66915aaad5fb6fd16e9480460b5313_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:63920d0ad6f0b8cfbcdf8627269c50f84e66915aaad5fb6fd16e9480460b5313_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:ab5caed8152c7e5012036719691b9fe4ba73b4488faa90f52ec88deb78f2ef47_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:ab5caed8152c7e5012036719691b9fe4ba73b4488faa90f52ec88deb78f2ef47_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:3eb660f6971e2d8237b7b9ddb60e55e3bcccbd9f34b0cf3870bf1c18e07d25e0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:3eb660f6971e2d8237b7b9ddb60e55e3bcccbd9f34b0cf3870bf1c18e07d25e0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:1c61bea46954facb357a90cf7e8dcabb4073a45cee9e8928c3faf307f9d194a7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:1c61bea46954facb357a90cf7e8dcabb4073a45cee9e8928c3faf307f9d194a7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:8a38bd8d9a2f59953e6847385cde2ca47d7252af62af446d98a44dc1e6e06907_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:8a38bd8d9a2f59953e6847385cde2ca47d7252af62af446d98a44dc1e6e06907_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:681c52a626b9b28b3cc3de0b8a6e643aa3a071e80da0f44fca4af00768e009b2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:681c52a626b9b28b3cc3de0b8a6e643aa3a071e80da0f44fca4af00768e009b2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:2b93d7f431d61453311b929fec9391525bc97166aabfca4efec2cb5c8053ae31_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-deployer@sha256:c0e3736e12e3fbec1b29b06ccc21599e6ff0114e0e47611e2f94c6163f60d9b4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-builder@sha256:c6430b22a10b6e8ab0f60617727058b212edeb72b802458a6188acfe51c35ad1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-registry@sha256:ffad01290cfad51340f07afc72b877ab3095ccdefaadd67e9f66c0bc7a9d126e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-etcd@sha256:1aedebae5a1eb0195c6a8d30e6b91be3505d439e5fdf364ba62a9df86bc423a8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:aae2532fdefaeef32a1c12fca4417650529c885f850aa0502438468c888f26b3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:b2e49e53dc87c605e8ed9a412e6001f9e8bbfa15121a7bdaf42ec7cf5c5e5a4e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:69307cbf63377392049c210206a187d96dbdab6daa749e9c4b3c26e482567e25_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:88ffe472fae92406d19d174c50515d8d22a6d0a7b93f7f7b89b485d0b6fca3a4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-haproxy-router@sha256:1a103094e958de44278635a3506bd8557894f987cda61cbc2c5ab757ba8815c4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hyperkube@sha256:50be43d66e3049fc247ac60315cce3d11f784dcddfc1ec4112af94740288fb44_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:8d762f3ffdcb22589570deae966d6d092bc3a0e75537d0f0a4dbfcf2115ed03e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:163355de7f30a4161758a43c7adefb90ab969c07be9604c9a34e0c2499f5f7e3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:6618f9828840cf41fffc19e89f5ae2077ac1aadaece6aa33fde8497b4fbf06e1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:337e3625cbadf2a326aa7de7f1750ed7ac6ef29ad28508b60e396bf72f2f4ae9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:bf789b27d3ba264a300600ee975f31e94a017b29cd878e78860aca9e42b633c2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:b8674517296b137591fdfd8086ff069731e8910c97d4aeae5bfec11b32e8e891_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:22d09b4eafbf14a04eea1d7e98abe239e59465106c9634d4e99cfb4ffb2d2508_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:4c9eb330e0de59382effefdb1e5fae589020d462b114e0efe07a4726920757c8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:59d16eba992d35b83656ff86cf914fb5ac7e68b6e6b1db732d117bd1cfcd066d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:3f13acb41c7905c644eda4164b2a03a1a42f18e0ed55231f30f87a476f6320a0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer@sha256:2350a03a4e87eedb2bdd0e02ed771c2785014e48fcb9f42909e7186027c6311d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:aa92b055a5e97f08b510ee1df7583d7f2c3181f2cd419732dd9e34f351a44b0f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:98e10bddb60bddd235b524c4ab661cf2e1cc0da0c71d4317f26a01bde8b069a4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d344270fd48b6000166a4fad79dbd4536c5e4c58309d1e36e45d055c13fcb914_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:a8725ec7e307727da1f2a833cd0171dd332fc276cc80d6a1cce548e157c10aee_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:7b34408e62f572b8636b90d8ea622ed1b03e72ab014f32033e13790583cf29ee_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:6eb5e9896c82bfcd569b9c002475c0a87054cc92b85792e66453044e4f27726c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-proxy@sha256:ba2ea0cf300603cb839139fec385933c5585beee96666c439a565670bf867531_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:c7cc40ccbefa06e47aa71896ab733ccd16d9aa2637991f2994c976fb8cfbc446_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:8fcc17d23b0e06802fb907df56a0e712f8beb3aadb7850cd549d1105cd6964e6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:29ee316d69a70a0fb1dd96be313e7030c24e2fcc3fcedc1e3d90aed63b602324_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:19f25f9d406b88e079a0156ee28016df1f13a7556d2f9a771d75e506c5a009bb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:7bb99f7ef4a98fda5c3d6f972f243cfa8372294b28b9976b97ba96b776cfd81f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:53bcff6b7cff9137d1217881bd66deb2d055a6769c50bce52d398f6ca902c9e9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:fb362c48e4dbe220809704a8ee467120e2546d2e6f6ec5d73b3aba53dc077bf2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:b731cc451638e4e1213edb5cf9f2a707dc9e4196dfd004f4a61d5b5f5b1d0c75_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:9ba21219e78170ef0894b9617b5e73f1c17987419b59cec160f34567126d6565_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:145640691e5a1c299dda7b9d02c5925dd40ca032e88ebef8e28696d52f8a2267_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:fceb4dd066f16f2f26d706ad34e8bffbba4c9fb1f4598c3abf25e90fd65c25d5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:7167c1e4fa2f1d6994a964d05dff74b2ddb6b051322a6576069647937028f435_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:6c359a023df6c5ce14c715666ed9233a77033a0f9a2cbf0463fb36f3e16417d4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:3f41faf2e3990aeff8d32bf73fbdd665b58d002c5e6aa590986706b6278c3923_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:a46233e5b1fa0a5a1a764a46c49a11269fadd87de378e28cb5fef0180ff7bf4f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-cni@sha256:fb1bc19434279409ff37e71aceb200a6ad915ffe6a4f2e7fdcbc9d250bdf5d0d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:85798bf870d31a79765ce9e73a6b5e3bbd18b28e0e7d009b5ad2880b805eb711_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:86da8c4a231249869671822435c5d160dfdbe40f37b35c329d0d678b88862cc7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:aa340b9e7d6540fef963456a1f68be95d2285796ae1fe6501f7a157f2c7853be_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-must-gather@sha256:201647697fc20fffa5238c768c1b70f593143ead6f5a8220e52c09bb486281dd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:6a2bdd5615bbccad31a48a4329005c053e1ffe644bffff32cbfe1307ad3fc7cd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:1a2418d7720c3b8dfbb1d4ee4dd33e40d40d20ef6149cff66a75e01997389361_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:a70ec003fa1858d78a82d3700e2c754534072d34769c582357dbbdaee131fae7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:403015afaab53d1aef65a3e1fd08e4bd0d534c7400a01f1096e9818970d240c4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:de1a25df83ac6bae5d4c23b809ce73c8c94e547653f244be3e85245b9134bbdd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:33380f96c6f751fae2a34f47043bbd2125f574815954ac094d09ecb28725d983_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:d014eec11f3767e50e7de299438160fad3790faa00b4db2a86c515d9df5ec807_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:14ced1f02db227a42c3b98b29f39d7e73ba06d8b0cbea83ecfaf2c63bb9ba04f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:ce3612a32ff93aa9738261533b336ea9b042a0fb0a25bc5fb28dec612ed7418e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:3a92f12e26afdfdccbc05a01031296b5404fa54e68de2ae2d4ee0994cb31424e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:dd7c5a0d61ff5f73cf7f4ba78310282cd51fcab071e8ab56066a3cfa9e6c1ca1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:7507d0c8e9e8c7fa573b50ca87c41195da712bc6c006ce4cd5e8355218099051_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:10385bc6050cab2cb3e3edd835c67668eee37be126f704799e9569a9b54d9c99_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-machine-controllers@sha256:af5205229b7ad7b9068165968c30ad36ac3016b1f28d0a26ed8ded9aa9eb14bd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:84a2ea69488edce69c22b8a5aef5665fa7563cdf2fcd3f9424acdedbed521499_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:0b230491bb5a52adc2242872a0686223e53a7ed3a5f923b383183558bc205b13_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-registry@sha256:b85e21c45357847ac140ef2db2222e7da11080812d2eee85cfdcc98eb6c22561_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:19bd2b1d343872fd132beaf68aad33eee9f274ea3915a299ce601467ac844421_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:0bd452632f8ad16181bbb5fd4a0a86a94c4cd4fbce183d61bf99f7ff28b7c6c9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:27f7ac8d4ed15dfb7b1f61abbfb38c2333b9974356a6070b2084b20b778ae3f9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-pod@sha256:0fff500fa4c52f2f910574e7fd646f9408397f726fbd5ba2d6e11f55ff0b51e1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:82b79d5ab7eed554fcc89d6fa5754dba5993816ea43c257097410fd078323943_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:2da4e2c822d30d1b66e59cbd696fd638fe6c1052a774c303bcc50d8c732713b4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:735c9ae12484b2d3c5301b5ea2d1cdddb583a7e65da3a35980fa20de3dcee1ab_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:20f8b3b38ed483e484897ab7f1465d9c20e3bdbe4ece138b85a2d9b46e184394_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:220a41bce9e80c6277055d596c02b3d62cf5905cfda772eb705c8ed4dd51feef_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:82edda6ae8fcfa24385cb75ab729154662649b66c5cce8b81719c300f838ff87_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:557c5ce0dfc308b7a88683cabd6303682bf959b6820d1209bb43554ca68f0f60_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:f54d7037f0084599924d8edad281b398611f8a96218a4809f4dc58f7cde7a261_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:1d1c4e5f78487db89666bd2fbee88fcc4fac0b1e62611a823a4971d088446369_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:0685631135bc2fd9d9f9e68cf34bf1ec66573fab26a0bccfa3f63ca2003472df_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus@sha256:90b2aaed0a32f10b45afb6ffca9379c3e8fc58a5d16f9730667055304b1b9b7c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:c28aa71e2759f4ef6a939f4c4cbe6eb93b490aec57edcd3bc04ddfb1a79e3122_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:f217d0e2ee477c6a4aad1b5329ad77aad631595ecc09223d45eabb65fbb3dcb8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-telemeter@sha256:49c604e45bed7de0092accf992a7360b759a25f6d0b2ba7a65bcce2c6c52f7ed_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tests@sha256:2f6347b402cd8f6e5afc8b6d2fcc3ea213d3e8325df186b0b4bfa3651fc29b4c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:3e3beaac96813816c6f2575c78e34faadb8cec2e97107a25efb6acc6f8d760d6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:4343e0a0d02722a0019942174c7d1587d8e8abefbde48b7b6f374a76a125b875_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:195ff9c2f84662da8890c5620382028240afb21f172caef120706070e71ce092_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:1504e3c20f04de8e4875f1860d18edd056fb8f64f4e1d6c375f5dec469bd1224_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:31cc96e0087d7748bc73f611917122a7426dd4f9dcce59a13bd0d3d0d29810c1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:5ff63bc70cbfcff3eede431fc5c0f704aea47191b9c598b56764c77374cebba8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:195ff9c2f84662da8890c5620382028240afb21f172caef120706070e71ce092_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:1504e3c20f04de8e4875f1860d18edd056fb8f64f4e1d6c375f5dec469bd1224_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:817c40ac725632322dc88f60c8870ca51ea3e71801fa1c01861db5a46b9fe2b5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:71dcf1b0bb479cbc69fe9cd96e1244055daea4b17ef4a1497d5f9b51f0f33646_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:ed90b4a58b967bc073abcd2c8d6450a757f7720c28a35a707e3b1acff10e7357_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:58475c817fa3fd1ac028c03eba2c857d3bd6c605e65093963d5be4d549495b7d_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-13465"
},
{
"category": "external",
"summary": "RHBZ#2431740",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2431740"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-13465",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-13465"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-13465",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-13465"
},
{
"category": "external",
"summary": "https://github.com/lodash/lodash/security/advisories/GHSA-xxjr-mmjv-4gpg",
"url": "https://github.com/lodash/lodash/security/advisories/GHSA-xxjr-mmjv-4gpg"
}
],
"release_date": "2026-01-21T19:05:28.846000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-12T02:09:09+00:00",
"details": "For OpenShift Container Platform 4.12 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.12/html/release_notes\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64 architecture. The image digest may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\n The sha value for the release is as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:07275faf221c556cca2a816cb48a87bdc25a44ff41f91bb88a232c15bc09165e\n\nAll OpenShift Container Platform 4.12 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.12/html-single/updating_clusters/index#updating-cluster-within-minor.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console@sha256:735a1f869be25e1b0cd29e96bab37c92161e4448a469f50edaabf506dabf9e97_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3870"
},
{
"category": "workaround",
"details": "To mitigate this issue, implement strict input validation before passing any property paths to the _.unset and _.omit functions to block attempts to access the prototype chain. Ensure that strings like __proto__, constructor and prototype are blocked, for example.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:03b4902359e5dd1bc2524b213d42b3c1c2e3e0f63380a17142705ba0b8397529_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:0adb3f01f921885b64b9ee98648b1252c0ee4f46c3f65ff53633924d72f5694a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:f5ae1ca7faa4f3bbb86f3c32ad12928c4905c85a3cfaebda3d80c603b3df995a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:a40488813e76053f7e3bc398a6655b6dcecc7d8e641b8c9a84c4fc7a8babeeb9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/network-tools-rhel8@sha256:a8f987adb667cdfe893a8fb16c46d04f64ae704ebd6f939ad86e5fac4e87d1d0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:9227ff3d828a294d7076bc5ccaf2b316bb1b60620e4a549c1b9778e692aef760_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:5a9f74b5c3dc5f2a040ae50fa85cad4269d3ef5dd93c57ce97ac1640526ef083_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:8b973769b317e1ca3ec4df7ac8bde2fd3898649a73bf16c6d436d5dbbcf7d1b5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:3f162460712daaf28214bba38129c4cec5894aa8f0dd4e133de33797801abb6a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:222d3e7cd6cde1dd90c007fdcd9ee1eb0d73e4d9a0972e01d68b1e23f6643d6a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:94450b3c7a1318f9aeac92d28721ff3b9b0e032a9aa85726d8b02c54ea424f05_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:103394f2799040d165d26e83a4d011940a27a311221cf53388025da8cfe2bb3b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:9f12e9a06be28ae59e58ea78263ad17e3c729418a77b09e232524e46fb98aa90_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:d80e9ac78a64607ea74ba4d5ecbe521c1f919c98ba7c42f3c2ec1c821576430d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:7fd5087403be83fca087e1ec911beef62ed77461d65ad26f4680e50dbd719cb3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:2e7c9331c70fa6692e0f0ca398caf71060007b0243da63cfd549159874fd7dda_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:18bf1ed1f3b68d8676b3e1b33cd1922ca633e530a769030287c6094310890e44_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:b5967b8947d53c71c2d6d86a31c1d2b192688504c090b27cf92c330affdbb9b5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:3da852fa79dfd7986e841fbfdaac11b058d722477229a8a3e446acc03d2855bd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:2555cdbd7369c083baf6cdf13c51b567308b68492eaded300fec1a7ec2162520_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:3ca873b2249269813d75f2fc77ce7136dbc0bcb91ab5ea7fddb5289f87430ff3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:5f0235ee6907bb4cbbea1f5a0f6799a2316f53dca50dfd47bcb06553779d90ee_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:27791e130a789c4d7b82bc485b656f898efade15008428923d7bfff7412220ba_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:4215367141864d8246cd30210801d5eef359c01710205917d366b0969aa39aad_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:8e6843d665d705d385b691659de9ceddb5a5c632a2b8ddbb54ec53a8aae7b5e7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:57114c78085fb614e49877646ea3d32b8ca9a11f55758720cfbf5b237bda33b6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:aad175767a53e40687563666fbfd4b0ade6740b0a9106dd9072338b4ef6a967e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:551ea5cd1d61aa167aeebe2a664c584e1e604ccf044f95d4ccbd7581a37a28a8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:352e9b8374953a6d83b0bc7f47feeb949d36c4d19d5d4487e4e9e0935db060de_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:766ecb47dab0dabb396770983c28cf54cc8873953881b741511eff2cad97b368_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:933361e4087e27483e3228f18ed11927cf6b69804521ec41b0ced4f3b1392e10_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4cdf34306eb2eb7e0400f004f7f3fa24db634ab9ee30a745d810e0c1c2a57186_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:0dbd860d73a376922f814d9bead2138e5738f12261a17c89cf0b85c1dfd330c2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli@sha256:f3f11d030db87ab00d42e9bdf6afe349cf5383bef1e68e784640c9180c60ef9e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:4a583b961e61497209de9276f018dc3e78fad3f80a35bc5a99b243ef63f21dcc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:b83672b42e994c07b26b03379ca15be56589fe7d8a00677ff60f2eeed8ea0a07_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:2467b04bbdc95207f80f8df02ca39be34fe940737a49f35709286b47348a034d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:55bdaea54b24f7fb08ad30fd9f6c34dc944c11993a4dd6a255c41a25f500b5d6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:6ff4a8524e267e83bbc7222993cb7cdb083cf1e07d798f9a0b35f5d09afd685b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:63acdeae3182eb576b9959b98e2788e87dd9834e8c53f33cecc867a4a07019ec_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:f4d01e9d7968d2164a87d3167161d157e62b2636ff67747127b6fc904d85c60a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:d5e9126943d178b88d47ff4c0133ea2add90b05a19e65133abd92dd6ef8d43ed_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:d5e9126943d178b88d47ff4c0133ea2add90b05a19e65133abd92dd6ef8d43ed_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:ca34ef82ca0096a6201a02eca801a82b5945c37e79984321c6900e2007afb933_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:4849ed03bfda437491f219108afc8bd2599e96ecadf6322e527ff65ee6b2c7ae_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:7d3589d6ad46a61f492af7870b30992c8284f3041a59e6ed0c7e020a42f1fdb6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:6195190833c52939c4696d0271a59397726526f0a4accfc056e45e564e8af830_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:c069e4c89fb7af2ef735d8be2a05c068febe40b54ec8d43cdfa31118d5042005_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:417cd2950c41d3490010f110b4bdc46fddbd5efa7a32ec73f44d080a9e56a814_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:9110db70398296e720496b0c7d0e02c5c0857248ce4d9625e80158de115cdb6f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:15302d83535f81bdb5f297b1dade9d5ad34039344be786846aa670134e746eed_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:c2da8698eea9388a61c2ae76ec72a46601e2480addfecda1c6f0c182a18b976a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:8aed89c36c6db33d5572521acccbc676e557f5268532a9ee2b63e8423191013a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:4ce64fc5f1b82f8eaca2aff35f5a4035ebe16dd67412aa73c783c7f2264d0078_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:ada2f039c9bafd29b12ad382037c6e27e3d3835593f36d548e6f325e2d76d2a3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:58acdf2f0e9151c55c79e8e42766779a87aa74449186d3eac3483df14bfce5da_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:a5256116d595d9f902808ade081c5dadf42c8cf50a26ba4d50a636642a63be4c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:301719f189471ff392180858c3d1bc83470f53ce003842fa7ab63eaa8e1868e4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:c1ee6c2f6f113929ce4dc10b0a21604b974418201cc16911a6aaf6c6ccdae1fa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:7404217ef1eabda789b87d6c1d5fdbae4c569af1515142f65e761231165e1e77_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:72b65af0f9da924e1f96b490761c5e866a1e6d48d1d17a8e18e34722c7cf3858_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:a4d3ac3eb8dbd7f3eaf1aebb4a07f7fd9b14f14fdfd5aa92eb76699005af1b42_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:fdffcb1cb1fa8c62f2fd863852a4c8319d468720dd7dbda93583de16e4763867_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:32d6da2834b5fc4ba1e8ff1775cb4ed14b3a3c19d2975d0f3bdab29068572ea0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:9e7a6228eaca387c19876f41fe99ac45c794f5beedacb6105841eec8f47c3d92_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:5cc1e869f5f7a54876857393b06d3bc3828299b7bddc1493d0b1ffb9f80e65db_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:7955a4d52e11574cd5b56c80046cffab0dfcb7fbdc52de2cd8ef10fe253f3af7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:664a0fb69a06806911ca8661fe92e86fdeed45e32d0748ea166f00d5699a0972_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:239c1a0cabec9621a0926b9024145f61973631dead00bfd0411fd479412ca3e7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console-operator@sha256:1a4e35546ecab85097ca2a876e41e702ad1fba8a3f2a4d9e009ed70b72b5ca97_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console@sha256:735a1f869be25e1b0cd29e96bab37c92161e4448a469f50edaabf506dabf9e97_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:5a6d77b9eecceaa0f0abf12806d56424604df8b19286ae397dc99c513868e4c9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-coredns@sha256:97a09430b0f9dfe88b861cb686a75399f26c0b52146a37eb84fa5b4193dda056_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:5a45ed2384d5c44dbe11a7780c37622d9d55da2fed6782dbb51d45fda4b2a723_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:3ccf92e1ceed3bb4d7e92083204c4e818f59bc2be5d4b494e5c6e36afe49898c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:12029d2e1342cc56ad28c160314dc3eec2fd495d7680c7d155645a8d631f9c17_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:52a513e8cf1eed7857e352eab8b25f7c51ccd2c08c5083112553bf1293c7e849_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:eafdc83a60099af9de79968cfa967da3e9a589659b66fd1386aac8d632e82340_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c7cb5497338edcf1185914249c765d50b902e1640049a9e8e6ad0d57b792ee8e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:2ca4a02beb4550f80c19d9880aed6c921501867619f7c11648f2686b661434d4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:2ca4a02beb4550f80c19d9880aed6c921501867619f7c11648f2686b661434d4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:63920d0ad6f0b8cfbcdf8627269c50f84e66915aaad5fb6fd16e9480460b5313_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:63920d0ad6f0b8cfbcdf8627269c50f84e66915aaad5fb6fd16e9480460b5313_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:ab5caed8152c7e5012036719691b9fe4ba73b4488faa90f52ec88deb78f2ef47_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:ab5caed8152c7e5012036719691b9fe4ba73b4488faa90f52ec88deb78f2ef47_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:3eb660f6971e2d8237b7b9ddb60e55e3bcccbd9f34b0cf3870bf1c18e07d25e0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:3eb660f6971e2d8237b7b9ddb60e55e3bcccbd9f34b0cf3870bf1c18e07d25e0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:1c61bea46954facb357a90cf7e8dcabb4073a45cee9e8928c3faf307f9d194a7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:1c61bea46954facb357a90cf7e8dcabb4073a45cee9e8928c3faf307f9d194a7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:8a38bd8d9a2f59953e6847385cde2ca47d7252af62af446d98a44dc1e6e06907_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:8a38bd8d9a2f59953e6847385cde2ca47d7252af62af446d98a44dc1e6e06907_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:681c52a626b9b28b3cc3de0b8a6e643aa3a071e80da0f44fca4af00768e009b2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:681c52a626b9b28b3cc3de0b8a6e643aa3a071e80da0f44fca4af00768e009b2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:2b93d7f431d61453311b929fec9391525bc97166aabfca4efec2cb5c8053ae31_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-deployer@sha256:c0e3736e12e3fbec1b29b06ccc21599e6ff0114e0e47611e2f94c6163f60d9b4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-builder@sha256:c6430b22a10b6e8ab0f60617727058b212edeb72b802458a6188acfe51c35ad1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-registry@sha256:ffad01290cfad51340f07afc72b877ab3095ccdefaadd67e9f66c0bc7a9d126e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-etcd@sha256:1aedebae5a1eb0195c6a8d30e6b91be3505d439e5fdf364ba62a9df86bc423a8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:aae2532fdefaeef32a1c12fca4417650529c885f850aa0502438468c888f26b3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:b2e49e53dc87c605e8ed9a412e6001f9e8bbfa15121a7bdaf42ec7cf5c5e5a4e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:69307cbf63377392049c210206a187d96dbdab6daa749e9c4b3c26e482567e25_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:88ffe472fae92406d19d174c50515d8d22a6d0a7b93f7f7b89b485d0b6fca3a4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-haproxy-router@sha256:1a103094e958de44278635a3506bd8557894f987cda61cbc2c5ab757ba8815c4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hyperkube@sha256:50be43d66e3049fc247ac60315cce3d11f784dcddfc1ec4112af94740288fb44_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:8d762f3ffdcb22589570deae966d6d092bc3a0e75537d0f0a4dbfcf2115ed03e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:163355de7f30a4161758a43c7adefb90ab969c07be9604c9a34e0c2499f5f7e3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:6618f9828840cf41fffc19e89f5ae2077ac1aadaece6aa33fde8497b4fbf06e1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:337e3625cbadf2a326aa7de7f1750ed7ac6ef29ad28508b60e396bf72f2f4ae9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:bf789b27d3ba264a300600ee975f31e94a017b29cd878e78860aca9e42b633c2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:b8674517296b137591fdfd8086ff069731e8910c97d4aeae5bfec11b32e8e891_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:22d09b4eafbf14a04eea1d7e98abe239e59465106c9634d4e99cfb4ffb2d2508_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:4c9eb330e0de59382effefdb1e5fae589020d462b114e0efe07a4726920757c8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:59d16eba992d35b83656ff86cf914fb5ac7e68b6e6b1db732d117bd1cfcd066d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:3f13acb41c7905c644eda4164b2a03a1a42f18e0ed55231f30f87a476f6320a0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer@sha256:2350a03a4e87eedb2bdd0e02ed771c2785014e48fcb9f42909e7186027c6311d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:aa92b055a5e97f08b510ee1df7583d7f2c3181f2cd419732dd9e34f351a44b0f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:98e10bddb60bddd235b524c4ab661cf2e1cc0da0c71d4317f26a01bde8b069a4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d344270fd48b6000166a4fad79dbd4536c5e4c58309d1e36e45d055c13fcb914_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:a8725ec7e307727da1f2a833cd0171dd332fc276cc80d6a1cce548e157c10aee_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:7b34408e62f572b8636b90d8ea622ed1b03e72ab014f32033e13790583cf29ee_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:6eb5e9896c82bfcd569b9c002475c0a87054cc92b85792e66453044e4f27726c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-proxy@sha256:ba2ea0cf300603cb839139fec385933c5585beee96666c439a565670bf867531_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:c7cc40ccbefa06e47aa71896ab733ccd16d9aa2637991f2994c976fb8cfbc446_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:8fcc17d23b0e06802fb907df56a0e712f8beb3aadb7850cd549d1105cd6964e6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:29ee316d69a70a0fb1dd96be313e7030c24e2fcc3fcedc1e3d90aed63b602324_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:19f25f9d406b88e079a0156ee28016df1f13a7556d2f9a771d75e506c5a009bb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:7bb99f7ef4a98fda5c3d6f972f243cfa8372294b28b9976b97ba96b776cfd81f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:53bcff6b7cff9137d1217881bd66deb2d055a6769c50bce52d398f6ca902c9e9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:fb362c48e4dbe220809704a8ee467120e2546d2e6f6ec5d73b3aba53dc077bf2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:b731cc451638e4e1213edb5cf9f2a707dc9e4196dfd004f4a61d5b5f5b1d0c75_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:9ba21219e78170ef0894b9617b5e73f1c17987419b59cec160f34567126d6565_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:145640691e5a1c299dda7b9d02c5925dd40ca032e88ebef8e28696d52f8a2267_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:fceb4dd066f16f2f26d706ad34e8bffbba4c9fb1f4598c3abf25e90fd65c25d5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:7167c1e4fa2f1d6994a964d05dff74b2ddb6b051322a6576069647937028f435_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:6c359a023df6c5ce14c715666ed9233a77033a0f9a2cbf0463fb36f3e16417d4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:3f41faf2e3990aeff8d32bf73fbdd665b58d002c5e6aa590986706b6278c3923_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:a46233e5b1fa0a5a1a764a46c49a11269fadd87de378e28cb5fef0180ff7bf4f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-cni@sha256:fb1bc19434279409ff37e71aceb200a6ad915ffe6a4f2e7fdcbc9d250bdf5d0d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:85798bf870d31a79765ce9e73a6b5e3bbd18b28e0e7d009b5ad2880b805eb711_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:86da8c4a231249869671822435c5d160dfdbe40f37b35c329d0d678b88862cc7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:aa340b9e7d6540fef963456a1f68be95d2285796ae1fe6501f7a157f2c7853be_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-must-gather@sha256:201647697fc20fffa5238c768c1b70f593143ead6f5a8220e52c09bb486281dd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:6a2bdd5615bbccad31a48a4329005c053e1ffe644bffff32cbfe1307ad3fc7cd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:1a2418d7720c3b8dfbb1d4ee4dd33e40d40d20ef6149cff66a75e01997389361_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:a70ec003fa1858d78a82d3700e2c754534072d34769c582357dbbdaee131fae7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:403015afaab53d1aef65a3e1fd08e4bd0d534c7400a01f1096e9818970d240c4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:de1a25df83ac6bae5d4c23b809ce73c8c94e547653f244be3e85245b9134bbdd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:33380f96c6f751fae2a34f47043bbd2125f574815954ac094d09ecb28725d983_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:d014eec11f3767e50e7de299438160fad3790faa00b4db2a86c515d9df5ec807_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:14ced1f02db227a42c3b98b29f39d7e73ba06d8b0cbea83ecfaf2c63bb9ba04f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:ce3612a32ff93aa9738261533b336ea9b042a0fb0a25bc5fb28dec612ed7418e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:3a92f12e26afdfdccbc05a01031296b5404fa54e68de2ae2d4ee0994cb31424e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:dd7c5a0d61ff5f73cf7f4ba78310282cd51fcab071e8ab56066a3cfa9e6c1ca1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:7507d0c8e9e8c7fa573b50ca87c41195da712bc6c006ce4cd5e8355218099051_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:10385bc6050cab2cb3e3edd835c67668eee37be126f704799e9569a9b54d9c99_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-machine-controllers@sha256:af5205229b7ad7b9068165968c30ad36ac3016b1f28d0a26ed8ded9aa9eb14bd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:84a2ea69488edce69c22b8a5aef5665fa7563cdf2fcd3f9424acdedbed521499_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:0b230491bb5a52adc2242872a0686223e53a7ed3a5f923b383183558bc205b13_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-registry@sha256:b85e21c45357847ac140ef2db2222e7da11080812d2eee85cfdcc98eb6c22561_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:19bd2b1d343872fd132beaf68aad33eee9f274ea3915a299ce601467ac844421_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:0bd452632f8ad16181bbb5fd4a0a86a94c4cd4fbce183d61bf99f7ff28b7c6c9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:27f7ac8d4ed15dfb7b1f61abbfb38c2333b9974356a6070b2084b20b778ae3f9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-pod@sha256:0fff500fa4c52f2f910574e7fd646f9408397f726fbd5ba2d6e11f55ff0b51e1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:82b79d5ab7eed554fcc89d6fa5754dba5993816ea43c257097410fd078323943_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:2da4e2c822d30d1b66e59cbd696fd638fe6c1052a774c303bcc50d8c732713b4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:735c9ae12484b2d3c5301b5ea2d1cdddb583a7e65da3a35980fa20de3dcee1ab_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:20f8b3b38ed483e484897ab7f1465d9c20e3bdbe4ece138b85a2d9b46e184394_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:220a41bce9e80c6277055d596c02b3d62cf5905cfda772eb705c8ed4dd51feef_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:82edda6ae8fcfa24385cb75ab729154662649b66c5cce8b81719c300f838ff87_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:557c5ce0dfc308b7a88683cabd6303682bf959b6820d1209bb43554ca68f0f60_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:f54d7037f0084599924d8edad281b398611f8a96218a4809f4dc58f7cde7a261_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:1d1c4e5f78487db89666bd2fbee88fcc4fac0b1e62611a823a4971d088446369_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:0685631135bc2fd9d9f9e68cf34bf1ec66573fab26a0bccfa3f63ca2003472df_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus@sha256:90b2aaed0a32f10b45afb6ffca9379c3e8fc58a5d16f9730667055304b1b9b7c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:c28aa71e2759f4ef6a939f4c4cbe6eb93b490aec57edcd3bc04ddfb1a79e3122_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:f217d0e2ee477c6a4aad1b5329ad77aad631595ecc09223d45eabb65fbb3dcb8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-telemeter@sha256:49c604e45bed7de0092accf992a7360b759a25f6d0b2ba7a65bcce2c6c52f7ed_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tests@sha256:2f6347b402cd8f6e5afc8b6d2fcc3ea213d3e8325df186b0b4bfa3651fc29b4c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:3e3beaac96813816c6f2575c78e34faadb8cec2e97107a25efb6acc6f8d760d6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:4343e0a0d02722a0019942174c7d1587d8e8abefbde48b7b6f374a76a125b875_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:195ff9c2f84662da8890c5620382028240afb21f172caef120706070e71ce092_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:1504e3c20f04de8e4875f1860d18edd056fb8f64f4e1d6c375f5dec469bd1224_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:31cc96e0087d7748bc73f611917122a7426dd4f9dcce59a13bd0d3d0d29810c1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:5ff63bc70cbfcff3eede431fc5c0f704aea47191b9c598b56764c77374cebba8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:195ff9c2f84662da8890c5620382028240afb21f172caef120706070e71ce092_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:1504e3c20f04de8e4875f1860d18edd056fb8f64f4e1d6c375f5dec469bd1224_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:817c40ac725632322dc88f60c8870ca51ea3e71801fa1c01861db5a46b9fe2b5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:71dcf1b0bb479cbc69fe9cd96e1244055daea4b17ef4a1497d5f9b51f0f33646_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:ed90b4a58b967bc073abcd2c8d6450a757f7720c28a35a707e3b1acff10e7357_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:58475c817fa3fd1ac028c03eba2c857d3bd6c605e65093963d5be4d549495b7d_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:03b4902359e5dd1bc2524b213d42b3c1c2e3e0f63380a17142705ba0b8397529_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:0adb3f01f921885b64b9ee98648b1252c0ee4f46c3f65ff53633924d72f5694a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:f5ae1ca7faa4f3bbb86f3c32ad12928c4905c85a3cfaebda3d80c603b3df995a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:a40488813e76053f7e3bc398a6655b6dcecc7d8e641b8c9a84c4fc7a8babeeb9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/network-tools-rhel8@sha256:a8f987adb667cdfe893a8fb16c46d04f64ae704ebd6f939ad86e5fac4e87d1d0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:9227ff3d828a294d7076bc5ccaf2b316bb1b60620e4a549c1b9778e692aef760_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:5a9f74b5c3dc5f2a040ae50fa85cad4269d3ef5dd93c57ce97ac1640526ef083_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:8b973769b317e1ca3ec4df7ac8bde2fd3898649a73bf16c6d436d5dbbcf7d1b5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:3f162460712daaf28214bba38129c4cec5894aa8f0dd4e133de33797801abb6a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:222d3e7cd6cde1dd90c007fdcd9ee1eb0d73e4d9a0972e01d68b1e23f6643d6a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:94450b3c7a1318f9aeac92d28721ff3b9b0e032a9aa85726d8b02c54ea424f05_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:103394f2799040d165d26e83a4d011940a27a311221cf53388025da8cfe2bb3b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:9f12e9a06be28ae59e58ea78263ad17e3c729418a77b09e232524e46fb98aa90_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:d80e9ac78a64607ea74ba4d5ecbe521c1f919c98ba7c42f3c2ec1c821576430d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:7fd5087403be83fca087e1ec911beef62ed77461d65ad26f4680e50dbd719cb3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:2e7c9331c70fa6692e0f0ca398caf71060007b0243da63cfd549159874fd7dda_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:18bf1ed1f3b68d8676b3e1b33cd1922ca633e530a769030287c6094310890e44_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:b5967b8947d53c71c2d6d86a31c1d2b192688504c090b27cf92c330affdbb9b5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:3da852fa79dfd7986e841fbfdaac11b058d722477229a8a3e446acc03d2855bd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:2555cdbd7369c083baf6cdf13c51b567308b68492eaded300fec1a7ec2162520_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:3ca873b2249269813d75f2fc77ce7136dbc0bcb91ab5ea7fddb5289f87430ff3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:5f0235ee6907bb4cbbea1f5a0f6799a2316f53dca50dfd47bcb06553779d90ee_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:27791e130a789c4d7b82bc485b656f898efade15008428923d7bfff7412220ba_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:4215367141864d8246cd30210801d5eef359c01710205917d366b0969aa39aad_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:8e6843d665d705d385b691659de9ceddb5a5c632a2b8ddbb54ec53a8aae7b5e7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:57114c78085fb614e49877646ea3d32b8ca9a11f55758720cfbf5b237bda33b6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:aad175767a53e40687563666fbfd4b0ade6740b0a9106dd9072338b4ef6a967e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:551ea5cd1d61aa167aeebe2a664c584e1e604ccf044f95d4ccbd7581a37a28a8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:352e9b8374953a6d83b0bc7f47feeb949d36c4d19d5d4487e4e9e0935db060de_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:766ecb47dab0dabb396770983c28cf54cc8873953881b741511eff2cad97b368_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:933361e4087e27483e3228f18ed11927cf6b69804521ec41b0ced4f3b1392e10_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4cdf34306eb2eb7e0400f004f7f3fa24db634ab9ee30a745d810e0c1c2a57186_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:0dbd860d73a376922f814d9bead2138e5738f12261a17c89cf0b85c1dfd330c2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli@sha256:f3f11d030db87ab00d42e9bdf6afe349cf5383bef1e68e784640c9180c60ef9e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:4a583b961e61497209de9276f018dc3e78fad3f80a35bc5a99b243ef63f21dcc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:b83672b42e994c07b26b03379ca15be56589fe7d8a00677ff60f2eeed8ea0a07_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:2467b04bbdc95207f80f8df02ca39be34fe940737a49f35709286b47348a034d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:55bdaea54b24f7fb08ad30fd9f6c34dc944c11993a4dd6a255c41a25f500b5d6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:6ff4a8524e267e83bbc7222993cb7cdb083cf1e07d798f9a0b35f5d09afd685b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:63acdeae3182eb576b9959b98e2788e87dd9834e8c53f33cecc867a4a07019ec_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:f4d01e9d7968d2164a87d3167161d157e62b2636ff67747127b6fc904d85c60a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:d5e9126943d178b88d47ff4c0133ea2add90b05a19e65133abd92dd6ef8d43ed_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:d5e9126943d178b88d47ff4c0133ea2add90b05a19e65133abd92dd6ef8d43ed_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:ca34ef82ca0096a6201a02eca801a82b5945c37e79984321c6900e2007afb933_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:4849ed03bfda437491f219108afc8bd2599e96ecadf6322e527ff65ee6b2c7ae_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:7d3589d6ad46a61f492af7870b30992c8284f3041a59e6ed0c7e020a42f1fdb6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:6195190833c52939c4696d0271a59397726526f0a4accfc056e45e564e8af830_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:c069e4c89fb7af2ef735d8be2a05c068febe40b54ec8d43cdfa31118d5042005_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:417cd2950c41d3490010f110b4bdc46fddbd5efa7a32ec73f44d080a9e56a814_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:9110db70398296e720496b0c7d0e02c5c0857248ce4d9625e80158de115cdb6f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:15302d83535f81bdb5f297b1dade9d5ad34039344be786846aa670134e746eed_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:c2da8698eea9388a61c2ae76ec72a46601e2480addfecda1c6f0c182a18b976a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:8aed89c36c6db33d5572521acccbc676e557f5268532a9ee2b63e8423191013a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:4ce64fc5f1b82f8eaca2aff35f5a4035ebe16dd67412aa73c783c7f2264d0078_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:ada2f039c9bafd29b12ad382037c6e27e3d3835593f36d548e6f325e2d76d2a3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:58acdf2f0e9151c55c79e8e42766779a87aa74449186d3eac3483df14bfce5da_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:a5256116d595d9f902808ade081c5dadf42c8cf50a26ba4d50a636642a63be4c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:301719f189471ff392180858c3d1bc83470f53ce003842fa7ab63eaa8e1868e4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:c1ee6c2f6f113929ce4dc10b0a21604b974418201cc16911a6aaf6c6ccdae1fa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:7404217ef1eabda789b87d6c1d5fdbae4c569af1515142f65e761231165e1e77_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:72b65af0f9da924e1f96b490761c5e866a1e6d48d1d17a8e18e34722c7cf3858_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:a4d3ac3eb8dbd7f3eaf1aebb4a07f7fd9b14f14fdfd5aa92eb76699005af1b42_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:fdffcb1cb1fa8c62f2fd863852a4c8319d468720dd7dbda93583de16e4763867_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:32d6da2834b5fc4ba1e8ff1775cb4ed14b3a3c19d2975d0f3bdab29068572ea0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:9e7a6228eaca387c19876f41fe99ac45c794f5beedacb6105841eec8f47c3d92_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:5cc1e869f5f7a54876857393b06d3bc3828299b7bddc1493d0b1ffb9f80e65db_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:7955a4d52e11574cd5b56c80046cffab0dfcb7fbdc52de2cd8ef10fe253f3af7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:664a0fb69a06806911ca8661fe92e86fdeed45e32d0748ea166f00d5699a0972_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:239c1a0cabec9621a0926b9024145f61973631dead00bfd0411fd479412ca3e7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console-operator@sha256:1a4e35546ecab85097ca2a876e41e702ad1fba8a3f2a4d9e009ed70b72b5ca97_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console@sha256:735a1f869be25e1b0cd29e96bab37c92161e4448a469f50edaabf506dabf9e97_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:5a6d77b9eecceaa0f0abf12806d56424604df8b19286ae397dc99c513868e4c9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-coredns@sha256:97a09430b0f9dfe88b861cb686a75399f26c0b52146a37eb84fa5b4193dda056_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:5a45ed2384d5c44dbe11a7780c37622d9d55da2fed6782dbb51d45fda4b2a723_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:3ccf92e1ceed3bb4d7e92083204c4e818f59bc2be5d4b494e5c6e36afe49898c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:12029d2e1342cc56ad28c160314dc3eec2fd495d7680c7d155645a8d631f9c17_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:52a513e8cf1eed7857e352eab8b25f7c51ccd2c08c5083112553bf1293c7e849_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:eafdc83a60099af9de79968cfa967da3e9a589659b66fd1386aac8d632e82340_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c7cb5497338edcf1185914249c765d50b902e1640049a9e8e6ad0d57b792ee8e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:2ca4a02beb4550f80c19d9880aed6c921501867619f7c11648f2686b661434d4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:2ca4a02beb4550f80c19d9880aed6c921501867619f7c11648f2686b661434d4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:63920d0ad6f0b8cfbcdf8627269c50f84e66915aaad5fb6fd16e9480460b5313_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:63920d0ad6f0b8cfbcdf8627269c50f84e66915aaad5fb6fd16e9480460b5313_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:ab5caed8152c7e5012036719691b9fe4ba73b4488faa90f52ec88deb78f2ef47_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:ab5caed8152c7e5012036719691b9fe4ba73b4488faa90f52ec88deb78f2ef47_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:3eb660f6971e2d8237b7b9ddb60e55e3bcccbd9f34b0cf3870bf1c18e07d25e0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:3eb660f6971e2d8237b7b9ddb60e55e3bcccbd9f34b0cf3870bf1c18e07d25e0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:1c61bea46954facb357a90cf7e8dcabb4073a45cee9e8928c3faf307f9d194a7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:1c61bea46954facb357a90cf7e8dcabb4073a45cee9e8928c3faf307f9d194a7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:8a38bd8d9a2f59953e6847385cde2ca47d7252af62af446d98a44dc1e6e06907_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:8a38bd8d9a2f59953e6847385cde2ca47d7252af62af446d98a44dc1e6e06907_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:681c52a626b9b28b3cc3de0b8a6e643aa3a071e80da0f44fca4af00768e009b2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:681c52a626b9b28b3cc3de0b8a6e643aa3a071e80da0f44fca4af00768e009b2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:2b93d7f431d61453311b929fec9391525bc97166aabfca4efec2cb5c8053ae31_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-deployer@sha256:c0e3736e12e3fbec1b29b06ccc21599e6ff0114e0e47611e2f94c6163f60d9b4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-builder@sha256:c6430b22a10b6e8ab0f60617727058b212edeb72b802458a6188acfe51c35ad1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-registry@sha256:ffad01290cfad51340f07afc72b877ab3095ccdefaadd67e9f66c0bc7a9d126e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-etcd@sha256:1aedebae5a1eb0195c6a8d30e6b91be3505d439e5fdf364ba62a9df86bc423a8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:aae2532fdefaeef32a1c12fca4417650529c885f850aa0502438468c888f26b3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:b2e49e53dc87c605e8ed9a412e6001f9e8bbfa15121a7bdaf42ec7cf5c5e5a4e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:69307cbf63377392049c210206a187d96dbdab6daa749e9c4b3c26e482567e25_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:88ffe472fae92406d19d174c50515d8d22a6d0a7b93f7f7b89b485d0b6fca3a4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-haproxy-router@sha256:1a103094e958de44278635a3506bd8557894f987cda61cbc2c5ab757ba8815c4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hyperkube@sha256:50be43d66e3049fc247ac60315cce3d11f784dcddfc1ec4112af94740288fb44_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:8d762f3ffdcb22589570deae966d6d092bc3a0e75537d0f0a4dbfcf2115ed03e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:163355de7f30a4161758a43c7adefb90ab969c07be9604c9a34e0c2499f5f7e3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:6618f9828840cf41fffc19e89f5ae2077ac1aadaece6aa33fde8497b4fbf06e1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:337e3625cbadf2a326aa7de7f1750ed7ac6ef29ad28508b60e396bf72f2f4ae9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:bf789b27d3ba264a300600ee975f31e94a017b29cd878e78860aca9e42b633c2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:b8674517296b137591fdfd8086ff069731e8910c97d4aeae5bfec11b32e8e891_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:22d09b4eafbf14a04eea1d7e98abe239e59465106c9634d4e99cfb4ffb2d2508_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:4c9eb330e0de59382effefdb1e5fae589020d462b114e0efe07a4726920757c8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:59d16eba992d35b83656ff86cf914fb5ac7e68b6e6b1db732d117bd1cfcd066d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:3f13acb41c7905c644eda4164b2a03a1a42f18e0ed55231f30f87a476f6320a0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer@sha256:2350a03a4e87eedb2bdd0e02ed771c2785014e48fcb9f42909e7186027c6311d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:aa92b055a5e97f08b510ee1df7583d7f2c3181f2cd419732dd9e34f351a44b0f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:98e10bddb60bddd235b524c4ab661cf2e1cc0da0c71d4317f26a01bde8b069a4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d344270fd48b6000166a4fad79dbd4536c5e4c58309d1e36e45d055c13fcb914_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:a8725ec7e307727da1f2a833cd0171dd332fc276cc80d6a1cce548e157c10aee_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:7b34408e62f572b8636b90d8ea622ed1b03e72ab014f32033e13790583cf29ee_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:6eb5e9896c82bfcd569b9c002475c0a87054cc92b85792e66453044e4f27726c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-proxy@sha256:ba2ea0cf300603cb839139fec385933c5585beee96666c439a565670bf867531_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:c7cc40ccbefa06e47aa71896ab733ccd16d9aa2637991f2994c976fb8cfbc446_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:8fcc17d23b0e06802fb907df56a0e712f8beb3aadb7850cd549d1105cd6964e6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:29ee316d69a70a0fb1dd96be313e7030c24e2fcc3fcedc1e3d90aed63b602324_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:19f25f9d406b88e079a0156ee28016df1f13a7556d2f9a771d75e506c5a009bb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:7bb99f7ef4a98fda5c3d6f972f243cfa8372294b28b9976b97ba96b776cfd81f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:53bcff6b7cff9137d1217881bd66deb2d055a6769c50bce52d398f6ca902c9e9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:fb362c48e4dbe220809704a8ee467120e2546d2e6f6ec5d73b3aba53dc077bf2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:b731cc451638e4e1213edb5cf9f2a707dc9e4196dfd004f4a61d5b5f5b1d0c75_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:9ba21219e78170ef0894b9617b5e73f1c17987419b59cec160f34567126d6565_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:145640691e5a1c299dda7b9d02c5925dd40ca032e88ebef8e28696d52f8a2267_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:fceb4dd066f16f2f26d706ad34e8bffbba4c9fb1f4598c3abf25e90fd65c25d5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:7167c1e4fa2f1d6994a964d05dff74b2ddb6b051322a6576069647937028f435_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:6c359a023df6c5ce14c715666ed9233a77033a0f9a2cbf0463fb36f3e16417d4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:3f41faf2e3990aeff8d32bf73fbdd665b58d002c5e6aa590986706b6278c3923_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:a46233e5b1fa0a5a1a764a46c49a11269fadd87de378e28cb5fef0180ff7bf4f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-cni@sha256:fb1bc19434279409ff37e71aceb200a6ad915ffe6a4f2e7fdcbc9d250bdf5d0d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:85798bf870d31a79765ce9e73a6b5e3bbd18b28e0e7d009b5ad2880b805eb711_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:86da8c4a231249869671822435c5d160dfdbe40f37b35c329d0d678b88862cc7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:aa340b9e7d6540fef963456a1f68be95d2285796ae1fe6501f7a157f2c7853be_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-must-gather@sha256:201647697fc20fffa5238c768c1b70f593143ead6f5a8220e52c09bb486281dd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:6a2bdd5615bbccad31a48a4329005c053e1ffe644bffff32cbfe1307ad3fc7cd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:1a2418d7720c3b8dfbb1d4ee4dd33e40d40d20ef6149cff66a75e01997389361_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:a70ec003fa1858d78a82d3700e2c754534072d34769c582357dbbdaee131fae7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:403015afaab53d1aef65a3e1fd08e4bd0d534c7400a01f1096e9818970d240c4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:de1a25df83ac6bae5d4c23b809ce73c8c94e547653f244be3e85245b9134bbdd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:33380f96c6f751fae2a34f47043bbd2125f574815954ac094d09ecb28725d983_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:d014eec11f3767e50e7de299438160fad3790faa00b4db2a86c515d9df5ec807_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:14ced1f02db227a42c3b98b29f39d7e73ba06d8b0cbea83ecfaf2c63bb9ba04f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:ce3612a32ff93aa9738261533b336ea9b042a0fb0a25bc5fb28dec612ed7418e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:3a92f12e26afdfdccbc05a01031296b5404fa54e68de2ae2d4ee0994cb31424e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:dd7c5a0d61ff5f73cf7f4ba78310282cd51fcab071e8ab56066a3cfa9e6c1ca1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:7507d0c8e9e8c7fa573b50ca87c41195da712bc6c006ce4cd5e8355218099051_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:10385bc6050cab2cb3e3edd835c67668eee37be126f704799e9569a9b54d9c99_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-machine-controllers@sha256:af5205229b7ad7b9068165968c30ad36ac3016b1f28d0a26ed8ded9aa9eb14bd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:84a2ea69488edce69c22b8a5aef5665fa7563cdf2fcd3f9424acdedbed521499_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:0b230491bb5a52adc2242872a0686223e53a7ed3a5f923b383183558bc205b13_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-registry@sha256:b85e21c45357847ac140ef2db2222e7da11080812d2eee85cfdcc98eb6c22561_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:19bd2b1d343872fd132beaf68aad33eee9f274ea3915a299ce601467ac844421_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:0bd452632f8ad16181bbb5fd4a0a86a94c4cd4fbce183d61bf99f7ff28b7c6c9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:27f7ac8d4ed15dfb7b1f61abbfb38c2333b9974356a6070b2084b20b778ae3f9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-pod@sha256:0fff500fa4c52f2f910574e7fd646f9408397f726fbd5ba2d6e11f55ff0b51e1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:82b79d5ab7eed554fcc89d6fa5754dba5993816ea43c257097410fd078323943_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:2da4e2c822d30d1b66e59cbd696fd638fe6c1052a774c303bcc50d8c732713b4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:735c9ae12484b2d3c5301b5ea2d1cdddb583a7e65da3a35980fa20de3dcee1ab_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:20f8b3b38ed483e484897ab7f1465d9c20e3bdbe4ece138b85a2d9b46e184394_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:220a41bce9e80c6277055d596c02b3d62cf5905cfda772eb705c8ed4dd51feef_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:82edda6ae8fcfa24385cb75ab729154662649b66c5cce8b81719c300f838ff87_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:557c5ce0dfc308b7a88683cabd6303682bf959b6820d1209bb43554ca68f0f60_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:f54d7037f0084599924d8edad281b398611f8a96218a4809f4dc58f7cde7a261_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:1d1c4e5f78487db89666bd2fbee88fcc4fac0b1e62611a823a4971d088446369_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:0685631135bc2fd9d9f9e68cf34bf1ec66573fab26a0bccfa3f63ca2003472df_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus@sha256:90b2aaed0a32f10b45afb6ffca9379c3e8fc58a5d16f9730667055304b1b9b7c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:c28aa71e2759f4ef6a939f4c4cbe6eb93b490aec57edcd3bc04ddfb1a79e3122_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:f217d0e2ee477c6a4aad1b5329ad77aad631595ecc09223d45eabb65fbb3dcb8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-telemeter@sha256:49c604e45bed7de0092accf992a7360b759a25f6d0b2ba7a65bcce2c6c52f7ed_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tests@sha256:2f6347b402cd8f6e5afc8b6d2fcc3ea213d3e8325df186b0b4bfa3651fc29b4c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:3e3beaac96813816c6f2575c78e34faadb8cec2e97107a25efb6acc6f8d760d6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:4343e0a0d02722a0019942174c7d1587d8e8abefbde48b7b6f374a76a125b875_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:195ff9c2f84662da8890c5620382028240afb21f172caef120706070e71ce092_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:1504e3c20f04de8e4875f1860d18edd056fb8f64f4e1d6c375f5dec469bd1224_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:31cc96e0087d7748bc73f611917122a7426dd4f9dcce59a13bd0d3d0d29810c1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:5ff63bc70cbfcff3eede431fc5c0f704aea47191b9c598b56764c77374cebba8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:195ff9c2f84662da8890c5620382028240afb21f172caef120706070e71ce092_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:1504e3c20f04de8e4875f1860d18edd056fb8f64f4e1d6c375f5dec469bd1224_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:817c40ac725632322dc88f60c8870ca51ea3e71801fa1c01861db5a46b9fe2b5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:71dcf1b0bb479cbc69fe9cd96e1244055daea4b17ef4a1497d5f9b51f0f33646_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:ed90b4a58b967bc073abcd2c8d6450a757f7720c28a35a707e3b1acff10e7357_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:58475c817fa3fd1ac028c03eba2c857d3bd6c605e65093963d5be4d549495b7d_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "lodash: prototype pollution in _.unset and _.omit functions"
},
{
"cve": "CVE-2025-58068",
"cwe": {
"id": "CWE-444",
"name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)"
},
"discovery_date": "2025-08-29T22:00:44.749956+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:03b4902359e5dd1bc2524b213d42b3c1c2e3e0f63380a17142705ba0b8397529_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:0adb3f01f921885b64b9ee98648b1252c0ee4f46c3f65ff53633924d72f5694a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:f5ae1ca7faa4f3bbb86f3c32ad12928c4905c85a3cfaebda3d80c603b3df995a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:a40488813e76053f7e3bc398a6655b6dcecc7d8e641b8c9a84c4fc7a8babeeb9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/network-tools-rhel8@sha256:a8f987adb667cdfe893a8fb16c46d04f64ae704ebd6f939ad86e5fac4e87d1d0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:9227ff3d828a294d7076bc5ccaf2b316bb1b60620e4a549c1b9778e692aef760_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:5a9f74b5c3dc5f2a040ae50fa85cad4269d3ef5dd93c57ce97ac1640526ef083_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:8b973769b317e1ca3ec4df7ac8bde2fd3898649a73bf16c6d436d5dbbcf7d1b5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:3f162460712daaf28214bba38129c4cec5894aa8f0dd4e133de33797801abb6a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:222d3e7cd6cde1dd90c007fdcd9ee1eb0d73e4d9a0972e01d68b1e23f6643d6a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:94450b3c7a1318f9aeac92d28721ff3b9b0e032a9aa85726d8b02c54ea424f05_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:103394f2799040d165d26e83a4d011940a27a311221cf53388025da8cfe2bb3b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:9f12e9a06be28ae59e58ea78263ad17e3c729418a77b09e232524e46fb98aa90_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:d80e9ac78a64607ea74ba4d5ecbe521c1f919c98ba7c42f3c2ec1c821576430d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:7fd5087403be83fca087e1ec911beef62ed77461d65ad26f4680e50dbd719cb3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:2e7c9331c70fa6692e0f0ca398caf71060007b0243da63cfd549159874fd7dda_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:18bf1ed1f3b68d8676b3e1b33cd1922ca633e530a769030287c6094310890e44_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:b5967b8947d53c71c2d6d86a31c1d2b192688504c090b27cf92c330affdbb9b5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:3da852fa79dfd7986e841fbfdaac11b058d722477229a8a3e446acc03d2855bd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:2555cdbd7369c083baf6cdf13c51b567308b68492eaded300fec1a7ec2162520_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:3ca873b2249269813d75f2fc77ce7136dbc0bcb91ab5ea7fddb5289f87430ff3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:5f0235ee6907bb4cbbea1f5a0f6799a2316f53dca50dfd47bcb06553779d90ee_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:27791e130a789c4d7b82bc485b656f898efade15008428923d7bfff7412220ba_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:4215367141864d8246cd30210801d5eef359c01710205917d366b0969aa39aad_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:8e6843d665d705d385b691659de9ceddb5a5c632a2b8ddbb54ec53a8aae7b5e7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:57114c78085fb614e49877646ea3d32b8ca9a11f55758720cfbf5b237bda33b6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:aad175767a53e40687563666fbfd4b0ade6740b0a9106dd9072338b4ef6a967e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:551ea5cd1d61aa167aeebe2a664c584e1e604ccf044f95d4ccbd7581a37a28a8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:352e9b8374953a6d83b0bc7f47feeb949d36c4d19d5d4487e4e9e0935db060de_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:766ecb47dab0dabb396770983c28cf54cc8873953881b741511eff2cad97b368_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:933361e4087e27483e3228f18ed11927cf6b69804521ec41b0ced4f3b1392e10_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4cdf34306eb2eb7e0400f004f7f3fa24db634ab9ee30a745d810e0c1c2a57186_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:0dbd860d73a376922f814d9bead2138e5738f12261a17c89cf0b85c1dfd330c2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli@sha256:f3f11d030db87ab00d42e9bdf6afe349cf5383bef1e68e784640c9180c60ef9e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:4a583b961e61497209de9276f018dc3e78fad3f80a35bc5a99b243ef63f21dcc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:b83672b42e994c07b26b03379ca15be56589fe7d8a00677ff60f2eeed8ea0a07_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:2467b04bbdc95207f80f8df02ca39be34fe940737a49f35709286b47348a034d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:55bdaea54b24f7fb08ad30fd9f6c34dc944c11993a4dd6a255c41a25f500b5d6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:6ff4a8524e267e83bbc7222993cb7cdb083cf1e07d798f9a0b35f5d09afd685b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:63acdeae3182eb576b9959b98e2788e87dd9834e8c53f33cecc867a4a07019ec_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:f4d01e9d7968d2164a87d3167161d157e62b2636ff67747127b6fc904d85c60a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:d5e9126943d178b88d47ff4c0133ea2add90b05a19e65133abd92dd6ef8d43ed_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:d5e9126943d178b88d47ff4c0133ea2add90b05a19e65133abd92dd6ef8d43ed_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:ca34ef82ca0096a6201a02eca801a82b5945c37e79984321c6900e2007afb933_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:4849ed03bfda437491f219108afc8bd2599e96ecadf6322e527ff65ee6b2c7ae_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:7d3589d6ad46a61f492af7870b30992c8284f3041a59e6ed0c7e020a42f1fdb6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:6195190833c52939c4696d0271a59397726526f0a4accfc056e45e564e8af830_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:c069e4c89fb7af2ef735d8be2a05c068febe40b54ec8d43cdfa31118d5042005_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:417cd2950c41d3490010f110b4bdc46fddbd5efa7a32ec73f44d080a9e56a814_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:9110db70398296e720496b0c7d0e02c5c0857248ce4d9625e80158de115cdb6f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:15302d83535f81bdb5f297b1dade9d5ad34039344be786846aa670134e746eed_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:c2da8698eea9388a61c2ae76ec72a46601e2480addfecda1c6f0c182a18b976a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:8aed89c36c6db33d5572521acccbc676e557f5268532a9ee2b63e8423191013a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:4ce64fc5f1b82f8eaca2aff35f5a4035ebe16dd67412aa73c783c7f2264d0078_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:ada2f039c9bafd29b12ad382037c6e27e3d3835593f36d548e6f325e2d76d2a3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:58acdf2f0e9151c55c79e8e42766779a87aa74449186d3eac3483df14bfce5da_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:a5256116d595d9f902808ade081c5dadf42c8cf50a26ba4d50a636642a63be4c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:301719f189471ff392180858c3d1bc83470f53ce003842fa7ab63eaa8e1868e4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:c1ee6c2f6f113929ce4dc10b0a21604b974418201cc16911a6aaf6c6ccdae1fa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:7404217ef1eabda789b87d6c1d5fdbae4c569af1515142f65e761231165e1e77_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:72b65af0f9da924e1f96b490761c5e866a1e6d48d1d17a8e18e34722c7cf3858_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:a4d3ac3eb8dbd7f3eaf1aebb4a07f7fd9b14f14fdfd5aa92eb76699005af1b42_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:fdffcb1cb1fa8c62f2fd863852a4c8319d468720dd7dbda93583de16e4763867_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:32d6da2834b5fc4ba1e8ff1775cb4ed14b3a3c19d2975d0f3bdab29068572ea0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:9e7a6228eaca387c19876f41fe99ac45c794f5beedacb6105841eec8f47c3d92_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:5cc1e869f5f7a54876857393b06d3bc3828299b7bddc1493d0b1ffb9f80e65db_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:7955a4d52e11574cd5b56c80046cffab0dfcb7fbdc52de2cd8ef10fe253f3af7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:664a0fb69a06806911ca8661fe92e86fdeed45e32d0748ea166f00d5699a0972_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:239c1a0cabec9621a0926b9024145f61973631dead00bfd0411fd479412ca3e7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console-operator@sha256:1a4e35546ecab85097ca2a876e41e702ad1fba8a3f2a4d9e009ed70b72b5ca97_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console@sha256:735a1f869be25e1b0cd29e96bab37c92161e4448a469f50edaabf506dabf9e97_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:5a6d77b9eecceaa0f0abf12806d56424604df8b19286ae397dc99c513868e4c9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-coredns@sha256:97a09430b0f9dfe88b861cb686a75399f26c0b52146a37eb84fa5b4193dda056_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:5a45ed2384d5c44dbe11a7780c37622d9d55da2fed6782dbb51d45fda4b2a723_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:3ccf92e1ceed3bb4d7e92083204c4e818f59bc2be5d4b494e5c6e36afe49898c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:12029d2e1342cc56ad28c160314dc3eec2fd495d7680c7d155645a8d631f9c17_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:52a513e8cf1eed7857e352eab8b25f7c51ccd2c08c5083112553bf1293c7e849_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:eafdc83a60099af9de79968cfa967da3e9a589659b66fd1386aac8d632e82340_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c7cb5497338edcf1185914249c765d50b902e1640049a9e8e6ad0d57b792ee8e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:2ca4a02beb4550f80c19d9880aed6c921501867619f7c11648f2686b661434d4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:2ca4a02beb4550f80c19d9880aed6c921501867619f7c11648f2686b661434d4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:63920d0ad6f0b8cfbcdf8627269c50f84e66915aaad5fb6fd16e9480460b5313_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:63920d0ad6f0b8cfbcdf8627269c50f84e66915aaad5fb6fd16e9480460b5313_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:ab5caed8152c7e5012036719691b9fe4ba73b4488faa90f52ec88deb78f2ef47_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:ab5caed8152c7e5012036719691b9fe4ba73b4488faa90f52ec88deb78f2ef47_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:3eb660f6971e2d8237b7b9ddb60e55e3bcccbd9f34b0cf3870bf1c18e07d25e0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:3eb660f6971e2d8237b7b9ddb60e55e3bcccbd9f34b0cf3870bf1c18e07d25e0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:1c61bea46954facb357a90cf7e8dcabb4073a45cee9e8928c3faf307f9d194a7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:1c61bea46954facb357a90cf7e8dcabb4073a45cee9e8928c3faf307f9d194a7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:8a38bd8d9a2f59953e6847385cde2ca47d7252af62af446d98a44dc1e6e06907_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:8a38bd8d9a2f59953e6847385cde2ca47d7252af62af446d98a44dc1e6e06907_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:681c52a626b9b28b3cc3de0b8a6e643aa3a071e80da0f44fca4af00768e009b2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:681c52a626b9b28b3cc3de0b8a6e643aa3a071e80da0f44fca4af00768e009b2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:2b93d7f431d61453311b929fec9391525bc97166aabfca4efec2cb5c8053ae31_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-deployer@sha256:c0e3736e12e3fbec1b29b06ccc21599e6ff0114e0e47611e2f94c6163f60d9b4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-builder@sha256:c6430b22a10b6e8ab0f60617727058b212edeb72b802458a6188acfe51c35ad1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-registry@sha256:ffad01290cfad51340f07afc72b877ab3095ccdefaadd67e9f66c0bc7a9d126e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-etcd@sha256:1aedebae5a1eb0195c6a8d30e6b91be3505d439e5fdf364ba62a9df86bc423a8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:aae2532fdefaeef32a1c12fca4417650529c885f850aa0502438468c888f26b3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:b2e49e53dc87c605e8ed9a412e6001f9e8bbfa15121a7bdaf42ec7cf5c5e5a4e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:69307cbf63377392049c210206a187d96dbdab6daa749e9c4b3c26e482567e25_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:88ffe472fae92406d19d174c50515d8d22a6d0a7b93f7f7b89b485d0b6fca3a4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-haproxy-router@sha256:1a103094e958de44278635a3506bd8557894f987cda61cbc2c5ab757ba8815c4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hyperkube@sha256:50be43d66e3049fc247ac60315cce3d11f784dcddfc1ec4112af94740288fb44_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:8d762f3ffdcb22589570deae966d6d092bc3a0e75537d0f0a4dbfcf2115ed03e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:163355de7f30a4161758a43c7adefb90ab969c07be9604c9a34e0c2499f5f7e3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:6618f9828840cf41fffc19e89f5ae2077ac1aadaece6aa33fde8497b4fbf06e1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:337e3625cbadf2a326aa7de7f1750ed7ac6ef29ad28508b60e396bf72f2f4ae9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:bf789b27d3ba264a300600ee975f31e94a017b29cd878e78860aca9e42b633c2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:b8674517296b137591fdfd8086ff069731e8910c97d4aeae5bfec11b32e8e891_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:22d09b4eafbf14a04eea1d7e98abe239e59465106c9634d4e99cfb4ffb2d2508_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:4c9eb330e0de59382effefdb1e5fae589020d462b114e0efe07a4726920757c8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:59d16eba992d35b83656ff86cf914fb5ac7e68b6e6b1db732d117bd1cfcd066d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:3f13acb41c7905c644eda4164b2a03a1a42f18e0ed55231f30f87a476f6320a0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer@sha256:2350a03a4e87eedb2bdd0e02ed771c2785014e48fcb9f42909e7186027c6311d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:98e10bddb60bddd235b524c4ab661cf2e1cc0da0c71d4317f26a01bde8b069a4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:a8725ec7e307727da1f2a833cd0171dd332fc276cc80d6a1cce548e157c10aee_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:7b34408e62f572b8636b90d8ea622ed1b03e72ab014f32033e13790583cf29ee_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:6eb5e9896c82bfcd569b9c002475c0a87054cc92b85792e66453044e4f27726c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-proxy@sha256:ba2ea0cf300603cb839139fec385933c5585beee96666c439a565670bf867531_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:c7cc40ccbefa06e47aa71896ab733ccd16d9aa2637991f2994c976fb8cfbc446_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:8fcc17d23b0e06802fb907df56a0e712f8beb3aadb7850cd549d1105cd6964e6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:29ee316d69a70a0fb1dd96be313e7030c24e2fcc3fcedc1e3d90aed63b602324_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:19f25f9d406b88e079a0156ee28016df1f13a7556d2f9a771d75e506c5a009bb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:7bb99f7ef4a98fda5c3d6f972f243cfa8372294b28b9976b97ba96b776cfd81f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:53bcff6b7cff9137d1217881bd66deb2d055a6769c50bce52d398f6ca902c9e9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:fb362c48e4dbe220809704a8ee467120e2546d2e6f6ec5d73b3aba53dc077bf2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:b731cc451638e4e1213edb5cf9f2a707dc9e4196dfd004f4a61d5b5f5b1d0c75_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:9ba21219e78170ef0894b9617b5e73f1c17987419b59cec160f34567126d6565_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:145640691e5a1c299dda7b9d02c5925dd40ca032e88ebef8e28696d52f8a2267_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:fceb4dd066f16f2f26d706ad34e8bffbba4c9fb1f4598c3abf25e90fd65c25d5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:7167c1e4fa2f1d6994a964d05dff74b2ddb6b051322a6576069647937028f435_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:6c359a023df6c5ce14c715666ed9233a77033a0f9a2cbf0463fb36f3e16417d4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:3f41faf2e3990aeff8d32bf73fbdd665b58d002c5e6aa590986706b6278c3923_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:a46233e5b1fa0a5a1a764a46c49a11269fadd87de378e28cb5fef0180ff7bf4f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-cni@sha256:fb1bc19434279409ff37e71aceb200a6ad915ffe6a4f2e7fdcbc9d250bdf5d0d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:85798bf870d31a79765ce9e73a6b5e3bbd18b28e0e7d009b5ad2880b805eb711_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:86da8c4a231249869671822435c5d160dfdbe40f37b35c329d0d678b88862cc7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:aa340b9e7d6540fef963456a1f68be95d2285796ae1fe6501f7a157f2c7853be_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-must-gather@sha256:201647697fc20fffa5238c768c1b70f593143ead6f5a8220e52c09bb486281dd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:6a2bdd5615bbccad31a48a4329005c053e1ffe644bffff32cbfe1307ad3fc7cd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:1a2418d7720c3b8dfbb1d4ee4dd33e40d40d20ef6149cff66a75e01997389361_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:a70ec003fa1858d78a82d3700e2c754534072d34769c582357dbbdaee131fae7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:403015afaab53d1aef65a3e1fd08e4bd0d534c7400a01f1096e9818970d240c4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:de1a25df83ac6bae5d4c23b809ce73c8c94e547653f244be3e85245b9134bbdd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:33380f96c6f751fae2a34f47043bbd2125f574815954ac094d09ecb28725d983_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:d014eec11f3767e50e7de299438160fad3790faa00b4db2a86c515d9df5ec807_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:14ced1f02db227a42c3b98b29f39d7e73ba06d8b0cbea83ecfaf2c63bb9ba04f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:ce3612a32ff93aa9738261533b336ea9b042a0fb0a25bc5fb28dec612ed7418e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:3a92f12e26afdfdccbc05a01031296b5404fa54e68de2ae2d4ee0994cb31424e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:dd7c5a0d61ff5f73cf7f4ba78310282cd51fcab071e8ab56066a3cfa9e6c1ca1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:7507d0c8e9e8c7fa573b50ca87c41195da712bc6c006ce4cd5e8355218099051_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:10385bc6050cab2cb3e3edd835c67668eee37be126f704799e9569a9b54d9c99_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-machine-controllers@sha256:af5205229b7ad7b9068165968c30ad36ac3016b1f28d0a26ed8ded9aa9eb14bd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:84a2ea69488edce69c22b8a5aef5665fa7563cdf2fcd3f9424acdedbed521499_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:0b230491bb5a52adc2242872a0686223e53a7ed3a5f923b383183558bc205b13_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-registry@sha256:b85e21c45357847ac140ef2db2222e7da11080812d2eee85cfdcc98eb6c22561_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:19bd2b1d343872fd132beaf68aad33eee9f274ea3915a299ce601467ac844421_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:0bd452632f8ad16181bbb5fd4a0a86a94c4cd4fbce183d61bf99f7ff28b7c6c9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:27f7ac8d4ed15dfb7b1f61abbfb38c2333b9974356a6070b2084b20b778ae3f9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-pod@sha256:0fff500fa4c52f2f910574e7fd646f9408397f726fbd5ba2d6e11f55ff0b51e1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:82b79d5ab7eed554fcc89d6fa5754dba5993816ea43c257097410fd078323943_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:2da4e2c822d30d1b66e59cbd696fd638fe6c1052a774c303bcc50d8c732713b4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:735c9ae12484b2d3c5301b5ea2d1cdddb583a7e65da3a35980fa20de3dcee1ab_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:20f8b3b38ed483e484897ab7f1465d9c20e3bdbe4ece138b85a2d9b46e184394_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:220a41bce9e80c6277055d596c02b3d62cf5905cfda772eb705c8ed4dd51feef_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:82edda6ae8fcfa24385cb75ab729154662649b66c5cce8b81719c300f838ff87_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:557c5ce0dfc308b7a88683cabd6303682bf959b6820d1209bb43554ca68f0f60_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:f54d7037f0084599924d8edad281b398611f8a96218a4809f4dc58f7cde7a261_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:1d1c4e5f78487db89666bd2fbee88fcc4fac0b1e62611a823a4971d088446369_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:0685631135bc2fd9d9f9e68cf34bf1ec66573fab26a0bccfa3f63ca2003472df_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus@sha256:90b2aaed0a32f10b45afb6ffca9379c3e8fc58a5d16f9730667055304b1b9b7c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:c28aa71e2759f4ef6a939f4c4cbe6eb93b490aec57edcd3bc04ddfb1a79e3122_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:f217d0e2ee477c6a4aad1b5329ad77aad631595ecc09223d45eabb65fbb3dcb8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-telemeter@sha256:49c604e45bed7de0092accf992a7360b759a25f6d0b2ba7a65bcce2c6c52f7ed_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tests@sha256:2f6347b402cd8f6e5afc8b6d2fcc3ea213d3e8325df186b0b4bfa3651fc29b4c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:3e3beaac96813816c6f2575c78e34faadb8cec2e97107a25efb6acc6f8d760d6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:4343e0a0d02722a0019942174c7d1587d8e8abefbde48b7b6f374a76a125b875_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:195ff9c2f84662da8890c5620382028240afb21f172caef120706070e71ce092_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:1504e3c20f04de8e4875f1860d18edd056fb8f64f4e1d6c375f5dec469bd1224_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:31cc96e0087d7748bc73f611917122a7426dd4f9dcce59a13bd0d3d0d29810c1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:5ff63bc70cbfcff3eede431fc5c0f704aea47191b9c598b56764c77374cebba8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:195ff9c2f84662da8890c5620382028240afb21f172caef120706070e71ce092_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:1504e3c20f04de8e4875f1860d18edd056fb8f64f4e1d6c375f5dec469bd1224_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:817c40ac725632322dc88f60c8870ca51ea3e71801fa1c01861db5a46b9fe2b5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:71dcf1b0bb479cbc69fe9cd96e1244055daea4b17ef4a1497d5f9b51f0f33646_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:ed90b4a58b967bc073abcd2c8d6450a757f7720c28a35a707e3b1acff10e7357_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:58475c817fa3fd1ac028c03eba2c857d3bd6c605e65093963d5be4d549495b7d_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2391958"
}
],
"notes": [
{
"category": "description",
"text": "A request smuggling flaw was found in the Eventlet PyPI library. The Eventlet WSGI parser is vulnerable to HTTP Request Smuggling due to improper handling of HTTP trailer sections. This vulnerability allows attackers to bypass front-end security controls, launch targeted attacks against active site users, and poison web caches.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-eventlet: Eventlet HTTP request smuggling",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:aa92b055a5e97f08b510ee1df7583d7f2c3181f2cd419732dd9e34f351a44b0f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d344270fd48b6000166a4fad79dbd4536c5e4c58309d1e36e45d055c13fcb914_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:03b4902359e5dd1bc2524b213d42b3c1c2e3e0f63380a17142705ba0b8397529_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:0adb3f01f921885b64b9ee98648b1252c0ee4f46c3f65ff53633924d72f5694a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:f5ae1ca7faa4f3bbb86f3c32ad12928c4905c85a3cfaebda3d80c603b3df995a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:a40488813e76053f7e3bc398a6655b6dcecc7d8e641b8c9a84c4fc7a8babeeb9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/network-tools-rhel8@sha256:a8f987adb667cdfe893a8fb16c46d04f64ae704ebd6f939ad86e5fac4e87d1d0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:9227ff3d828a294d7076bc5ccaf2b316bb1b60620e4a549c1b9778e692aef760_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:5a9f74b5c3dc5f2a040ae50fa85cad4269d3ef5dd93c57ce97ac1640526ef083_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:8b973769b317e1ca3ec4df7ac8bde2fd3898649a73bf16c6d436d5dbbcf7d1b5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:3f162460712daaf28214bba38129c4cec5894aa8f0dd4e133de33797801abb6a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:222d3e7cd6cde1dd90c007fdcd9ee1eb0d73e4d9a0972e01d68b1e23f6643d6a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:94450b3c7a1318f9aeac92d28721ff3b9b0e032a9aa85726d8b02c54ea424f05_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:103394f2799040d165d26e83a4d011940a27a311221cf53388025da8cfe2bb3b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:9f12e9a06be28ae59e58ea78263ad17e3c729418a77b09e232524e46fb98aa90_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:d80e9ac78a64607ea74ba4d5ecbe521c1f919c98ba7c42f3c2ec1c821576430d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:7fd5087403be83fca087e1ec911beef62ed77461d65ad26f4680e50dbd719cb3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:2e7c9331c70fa6692e0f0ca398caf71060007b0243da63cfd549159874fd7dda_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:18bf1ed1f3b68d8676b3e1b33cd1922ca633e530a769030287c6094310890e44_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:b5967b8947d53c71c2d6d86a31c1d2b192688504c090b27cf92c330affdbb9b5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:3da852fa79dfd7986e841fbfdaac11b058d722477229a8a3e446acc03d2855bd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:2555cdbd7369c083baf6cdf13c51b567308b68492eaded300fec1a7ec2162520_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:3ca873b2249269813d75f2fc77ce7136dbc0bcb91ab5ea7fddb5289f87430ff3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:5f0235ee6907bb4cbbea1f5a0f6799a2316f53dca50dfd47bcb06553779d90ee_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:27791e130a789c4d7b82bc485b656f898efade15008428923d7bfff7412220ba_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:4215367141864d8246cd30210801d5eef359c01710205917d366b0969aa39aad_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:8e6843d665d705d385b691659de9ceddb5a5c632a2b8ddbb54ec53a8aae7b5e7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:57114c78085fb614e49877646ea3d32b8ca9a11f55758720cfbf5b237bda33b6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:aad175767a53e40687563666fbfd4b0ade6740b0a9106dd9072338b4ef6a967e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:551ea5cd1d61aa167aeebe2a664c584e1e604ccf044f95d4ccbd7581a37a28a8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:352e9b8374953a6d83b0bc7f47feeb949d36c4d19d5d4487e4e9e0935db060de_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:766ecb47dab0dabb396770983c28cf54cc8873953881b741511eff2cad97b368_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:933361e4087e27483e3228f18ed11927cf6b69804521ec41b0ced4f3b1392e10_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4cdf34306eb2eb7e0400f004f7f3fa24db634ab9ee30a745d810e0c1c2a57186_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:0dbd860d73a376922f814d9bead2138e5738f12261a17c89cf0b85c1dfd330c2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli@sha256:f3f11d030db87ab00d42e9bdf6afe349cf5383bef1e68e784640c9180c60ef9e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:4a583b961e61497209de9276f018dc3e78fad3f80a35bc5a99b243ef63f21dcc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:b83672b42e994c07b26b03379ca15be56589fe7d8a00677ff60f2eeed8ea0a07_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:2467b04bbdc95207f80f8df02ca39be34fe940737a49f35709286b47348a034d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:55bdaea54b24f7fb08ad30fd9f6c34dc944c11993a4dd6a255c41a25f500b5d6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:6ff4a8524e267e83bbc7222993cb7cdb083cf1e07d798f9a0b35f5d09afd685b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:63acdeae3182eb576b9959b98e2788e87dd9834e8c53f33cecc867a4a07019ec_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:f4d01e9d7968d2164a87d3167161d157e62b2636ff67747127b6fc904d85c60a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:d5e9126943d178b88d47ff4c0133ea2add90b05a19e65133abd92dd6ef8d43ed_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:d5e9126943d178b88d47ff4c0133ea2add90b05a19e65133abd92dd6ef8d43ed_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:ca34ef82ca0096a6201a02eca801a82b5945c37e79984321c6900e2007afb933_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:4849ed03bfda437491f219108afc8bd2599e96ecadf6322e527ff65ee6b2c7ae_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:7d3589d6ad46a61f492af7870b30992c8284f3041a59e6ed0c7e020a42f1fdb6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:6195190833c52939c4696d0271a59397726526f0a4accfc056e45e564e8af830_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:c069e4c89fb7af2ef735d8be2a05c068febe40b54ec8d43cdfa31118d5042005_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:417cd2950c41d3490010f110b4bdc46fddbd5efa7a32ec73f44d080a9e56a814_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:9110db70398296e720496b0c7d0e02c5c0857248ce4d9625e80158de115cdb6f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:15302d83535f81bdb5f297b1dade9d5ad34039344be786846aa670134e746eed_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:c2da8698eea9388a61c2ae76ec72a46601e2480addfecda1c6f0c182a18b976a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:8aed89c36c6db33d5572521acccbc676e557f5268532a9ee2b63e8423191013a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:4ce64fc5f1b82f8eaca2aff35f5a4035ebe16dd67412aa73c783c7f2264d0078_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:ada2f039c9bafd29b12ad382037c6e27e3d3835593f36d548e6f325e2d76d2a3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:58acdf2f0e9151c55c79e8e42766779a87aa74449186d3eac3483df14bfce5da_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:a5256116d595d9f902808ade081c5dadf42c8cf50a26ba4d50a636642a63be4c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:301719f189471ff392180858c3d1bc83470f53ce003842fa7ab63eaa8e1868e4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:c1ee6c2f6f113929ce4dc10b0a21604b974418201cc16911a6aaf6c6ccdae1fa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:7404217ef1eabda789b87d6c1d5fdbae4c569af1515142f65e761231165e1e77_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:72b65af0f9da924e1f96b490761c5e866a1e6d48d1d17a8e18e34722c7cf3858_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:a4d3ac3eb8dbd7f3eaf1aebb4a07f7fd9b14f14fdfd5aa92eb76699005af1b42_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:fdffcb1cb1fa8c62f2fd863852a4c8319d468720dd7dbda93583de16e4763867_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:32d6da2834b5fc4ba1e8ff1775cb4ed14b3a3c19d2975d0f3bdab29068572ea0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:9e7a6228eaca387c19876f41fe99ac45c794f5beedacb6105841eec8f47c3d92_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:5cc1e869f5f7a54876857393b06d3bc3828299b7bddc1493d0b1ffb9f80e65db_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:7955a4d52e11574cd5b56c80046cffab0dfcb7fbdc52de2cd8ef10fe253f3af7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:664a0fb69a06806911ca8661fe92e86fdeed45e32d0748ea166f00d5699a0972_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:239c1a0cabec9621a0926b9024145f61973631dead00bfd0411fd479412ca3e7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console-operator@sha256:1a4e35546ecab85097ca2a876e41e702ad1fba8a3f2a4d9e009ed70b72b5ca97_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console@sha256:735a1f869be25e1b0cd29e96bab37c92161e4448a469f50edaabf506dabf9e97_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:5a6d77b9eecceaa0f0abf12806d56424604df8b19286ae397dc99c513868e4c9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-coredns@sha256:97a09430b0f9dfe88b861cb686a75399f26c0b52146a37eb84fa5b4193dda056_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:5a45ed2384d5c44dbe11a7780c37622d9d55da2fed6782dbb51d45fda4b2a723_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:3ccf92e1ceed3bb4d7e92083204c4e818f59bc2be5d4b494e5c6e36afe49898c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:12029d2e1342cc56ad28c160314dc3eec2fd495d7680c7d155645a8d631f9c17_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:52a513e8cf1eed7857e352eab8b25f7c51ccd2c08c5083112553bf1293c7e849_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:eafdc83a60099af9de79968cfa967da3e9a589659b66fd1386aac8d632e82340_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c7cb5497338edcf1185914249c765d50b902e1640049a9e8e6ad0d57b792ee8e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:2ca4a02beb4550f80c19d9880aed6c921501867619f7c11648f2686b661434d4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:2ca4a02beb4550f80c19d9880aed6c921501867619f7c11648f2686b661434d4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:63920d0ad6f0b8cfbcdf8627269c50f84e66915aaad5fb6fd16e9480460b5313_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:63920d0ad6f0b8cfbcdf8627269c50f84e66915aaad5fb6fd16e9480460b5313_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:ab5caed8152c7e5012036719691b9fe4ba73b4488faa90f52ec88deb78f2ef47_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:ab5caed8152c7e5012036719691b9fe4ba73b4488faa90f52ec88deb78f2ef47_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:3eb660f6971e2d8237b7b9ddb60e55e3bcccbd9f34b0cf3870bf1c18e07d25e0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:3eb660f6971e2d8237b7b9ddb60e55e3bcccbd9f34b0cf3870bf1c18e07d25e0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:1c61bea46954facb357a90cf7e8dcabb4073a45cee9e8928c3faf307f9d194a7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:1c61bea46954facb357a90cf7e8dcabb4073a45cee9e8928c3faf307f9d194a7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:8a38bd8d9a2f59953e6847385cde2ca47d7252af62af446d98a44dc1e6e06907_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:8a38bd8d9a2f59953e6847385cde2ca47d7252af62af446d98a44dc1e6e06907_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:681c52a626b9b28b3cc3de0b8a6e643aa3a071e80da0f44fca4af00768e009b2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:681c52a626b9b28b3cc3de0b8a6e643aa3a071e80da0f44fca4af00768e009b2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:2b93d7f431d61453311b929fec9391525bc97166aabfca4efec2cb5c8053ae31_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-deployer@sha256:c0e3736e12e3fbec1b29b06ccc21599e6ff0114e0e47611e2f94c6163f60d9b4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-builder@sha256:c6430b22a10b6e8ab0f60617727058b212edeb72b802458a6188acfe51c35ad1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-registry@sha256:ffad01290cfad51340f07afc72b877ab3095ccdefaadd67e9f66c0bc7a9d126e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-etcd@sha256:1aedebae5a1eb0195c6a8d30e6b91be3505d439e5fdf364ba62a9df86bc423a8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:aae2532fdefaeef32a1c12fca4417650529c885f850aa0502438468c888f26b3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:b2e49e53dc87c605e8ed9a412e6001f9e8bbfa15121a7bdaf42ec7cf5c5e5a4e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:69307cbf63377392049c210206a187d96dbdab6daa749e9c4b3c26e482567e25_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:88ffe472fae92406d19d174c50515d8d22a6d0a7b93f7f7b89b485d0b6fca3a4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-haproxy-router@sha256:1a103094e958de44278635a3506bd8557894f987cda61cbc2c5ab757ba8815c4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hyperkube@sha256:50be43d66e3049fc247ac60315cce3d11f784dcddfc1ec4112af94740288fb44_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:8d762f3ffdcb22589570deae966d6d092bc3a0e75537d0f0a4dbfcf2115ed03e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:163355de7f30a4161758a43c7adefb90ab969c07be9604c9a34e0c2499f5f7e3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:6618f9828840cf41fffc19e89f5ae2077ac1aadaece6aa33fde8497b4fbf06e1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:337e3625cbadf2a326aa7de7f1750ed7ac6ef29ad28508b60e396bf72f2f4ae9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:bf789b27d3ba264a300600ee975f31e94a017b29cd878e78860aca9e42b633c2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:b8674517296b137591fdfd8086ff069731e8910c97d4aeae5bfec11b32e8e891_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:22d09b4eafbf14a04eea1d7e98abe239e59465106c9634d4e99cfb4ffb2d2508_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:4c9eb330e0de59382effefdb1e5fae589020d462b114e0efe07a4726920757c8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:59d16eba992d35b83656ff86cf914fb5ac7e68b6e6b1db732d117bd1cfcd066d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:3f13acb41c7905c644eda4164b2a03a1a42f18e0ed55231f30f87a476f6320a0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer@sha256:2350a03a4e87eedb2bdd0e02ed771c2785014e48fcb9f42909e7186027c6311d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:98e10bddb60bddd235b524c4ab661cf2e1cc0da0c71d4317f26a01bde8b069a4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:a8725ec7e307727da1f2a833cd0171dd332fc276cc80d6a1cce548e157c10aee_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:7b34408e62f572b8636b90d8ea622ed1b03e72ab014f32033e13790583cf29ee_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:6eb5e9896c82bfcd569b9c002475c0a87054cc92b85792e66453044e4f27726c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-proxy@sha256:ba2ea0cf300603cb839139fec385933c5585beee96666c439a565670bf867531_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:c7cc40ccbefa06e47aa71896ab733ccd16d9aa2637991f2994c976fb8cfbc446_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:8fcc17d23b0e06802fb907df56a0e712f8beb3aadb7850cd549d1105cd6964e6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:29ee316d69a70a0fb1dd96be313e7030c24e2fcc3fcedc1e3d90aed63b602324_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:19f25f9d406b88e079a0156ee28016df1f13a7556d2f9a771d75e506c5a009bb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:7bb99f7ef4a98fda5c3d6f972f243cfa8372294b28b9976b97ba96b776cfd81f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:53bcff6b7cff9137d1217881bd66deb2d055a6769c50bce52d398f6ca902c9e9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:fb362c48e4dbe220809704a8ee467120e2546d2e6f6ec5d73b3aba53dc077bf2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:b731cc451638e4e1213edb5cf9f2a707dc9e4196dfd004f4a61d5b5f5b1d0c75_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:9ba21219e78170ef0894b9617b5e73f1c17987419b59cec160f34567126d6565_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:145640691e5a1c299dda7b9d02c5925dd40ca032e88ebef8e28696d52f8a2267_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:fceb4dd066f16f2f26d706ad34e8bffbba4c9fb1f4598c3abf25e90fd65c25d5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:7167c1e4fa2f1d6994a964d05dff74b2ddb6b051322a6576069647937028f435_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:6c359a023df6c5ce14c715666ed9233a77033a0f9a2cbf0463fb36f3e16417d4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:3f41faf2e3990aeff8d32bf73fbdd665b58d002c5e6aa590986706b6278c3923_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:a46233e5b1fa0a5a1a764a46c49a11269fadd87de378e28cb5fef0180ff7bf4f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-cni@sha256:fb1bc19434279409ff37e71aceb200a6ad915ffe6a4f2e7fdcbc9d250bdf5d0d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:85798bf870d31a79765ce9e73a6b5e3bbd18b28e0e7d009b5ad2880b805eb711_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:86da8c4a231249869671822435c5d160dfdbe40f37b35c329d0d678b88862cc7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:aa340b9e7d6540fef963456a1f68be95d2285796ae1fe6501f7a157f2c7853be_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-must-gather@sha256:201647697fc20fffa5238c768c1b70f593143ead6f5a8220e52c09bb486281dd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:6a2bdd5615bbccad31a48a4329005c053e1ffe644bffff32cbfe1307ad3fc7cd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:1a2418d7720c3b8dfbb1d4ee4dd33e40d40d20ef6149cff66a75e01997389361_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:a70ec003fa1858d78a82d3700e2c754534072d34769c582357dbbdaee131fae7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:403015afaab53d1aef65a3e1fd08e4bd0d534c7400a01f1096e9818970d240c4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:de1a25df83ac6bae5d4c23b809ce73c8c94e547653f244be3e85245b9134bbdd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:33380f96c6f751fae2a34f47043bbd2125f574815954ac094d09ecb28725d983_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:d014eec11f3767e50e7de299438160fad3790faa00b4db2a86c515d9df5ec807_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:14ced1f02db227a42c3b98b29f39d7e73ba06d8b0cbea83ecfaf2c63bb9ba04f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:ce3612a32ff93aa9738261533b336ea9b042a0fb0a25bc5fb28dec612ed7418e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:3a92f12e26afdfdccbc05a01031296b5404fa54e68de2ae2d4ee0994cb31424e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:dd7c5a0d61ff5f73cf7f4ba78310282cd51fcab071e8ab56066a3cfa9e6c1ca1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:7507d0c8e9e8c7fa573b50ca87c41195da712bc6c006ce4cd5e8355218099051_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:10385bc6050cab2cb3e3edd835c67668eee37be126f704799e9569a9b54d9c99_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-machine-controllers@sha256:af5205229b7ad7b9068165968c30ad36ac3016b1f28d0a26ed8ded9aa9eb14bd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:84a2ea69488edce69c22b8a5aef5665fa7563cdf2fcd3f9424acdedbed521499_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:0b230491bb5a52adc2242872a0686223e53a7ed3a5f923b383183558bc205b13_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-registry@sha256:b85e21c45357847ac140ef2db2222e7da11080812d2eee85cfdcc98eb6c22561_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:19bd2b1d343872fd132beaf68aad33eee9f274ea3915a299ce601467ac844421_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:0bd452632f8ad16181bbb5fd4a0a86a94c4cd4fbce183d61bf99f7ff28b7c6c9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:27f7ac8d4ed15dfb7b1f61abbfb38c2333b9974356a6070b2084b20b778ae3f9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-pod@sha256:0fff500fa4c52f2f910574e7fd646f9408397f726fbd5ba2d6e11f55ff0b51e1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:82b79d5ab7eed554fcc89d6fa5754dba5993816ea43c257097410fd078323943_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:2da4e2c822d30d1b66e59cbd696fd638fe6c1052a774c303bcc50d8c732713b4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:735c9ae12484b2d3c5301b5ea2d1cdddb583a7e65da3a35980fa20de3dcee1ab_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:20f8b3b38ed483e484897ab7f1465d9c20e3bdbe4ece138b85a2d9b46e184394_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:220a41bce9e80c6277055d596c02b3d62cf5905cfda772eb705c8ed4dd51feef_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:82edda6ae8fcfa24385cb75ab729154662649b66c5cce8b81719c300f838ff87_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:557c5ce0dfc308b7a88683cabd6303682bf959b6820d1209bb43554ca68f0f60_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:f54d7037f0084599924d8edad281b398611f8a96218a4809f4dc58f7cde7a261_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:1d1c4e5f78487db89666bd2fbee88fcc4fac0b1e62611a823a4971d088446369_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:0685631135bc2fd9d9f9e68cf34bf1ec66573fab26a0bccfa3f63ca2003472df_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus@sha256:90b2aaed0a32f10b45afb6ffca9379c3e8fc58a5d16f9730667055304b1b9b7c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:c28aa71e2759f4ef6a939f4c4cbe6eb93b490aec57edcd3bc04ddfb1a79e3122_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:f217d0e2ee477c6a4aad1b5329ad77aad631595ecc09223d45eabb65fbb3dcb8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-telemeter@sha256:49c604e45bed7de0092accf992a7360b759a25f6d0b2ba7a65bcce2c6c52f7ed_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tests@sha256:2f6347b402cd8f6e5afc8b6d2fcc3ea213d3e8325df186b0b4bfa3651fc29b4c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:3e3beaac96813816c6f2575c78e34faadb8cec2e97107a25efb6acc6f8d760d6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:4343e0a0d02722a0019942174c7d1587d8e8abefbde48b7b6f374a76a125b875_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:195ff9c2f84662da8890c5620382028240afb21f172caef120706070e71ce092_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:1504e3c20f04de8e4875f1860d18edd056fb8f64f4e1d6c375f5dec469bd1224_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:31cc96e0087d7748bc73f611917122a7426dd4f9dcce59a13bd0d3d0d29810c1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:5ff63bc70cbfcff3eede431fc5c0f704aea47191b9c598b56764c77374cebba8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:195ff9c2f84662da8890c5620382028240afb21f172caef120706070e71ce092_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:1504e3c20f04de8e4875f1860d18edd056fb8f64f4e1d6c375f5dec469bd1224_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:817c40ac725632322dc88f60c8870ca51ea3e71801fa1c01861db5a46b9fe2b5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:71dcf1b0bb479cbc69fe9cd96e1244055daea4b17ef4a1497d5f9b51f0f33646_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:ed90b4a58b967bc073abcd2c8d6450a757f7720c28a35a707e3b1acff10e7357_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:58475c817fa3fd1ac028c03eba2c857d3bd6c605e65093963d5be4d549495b7d_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58068"
},
{
"category": "external",
"summary": "RHBZ#2391958",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2391958"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58068",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58068"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58068",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58068"
},
{
"category": "external",
"summary": "https://github.com/eventlet/eventlet/commit/0bfebd1117d392559e25b4bfbfcc941754de88fb",
"url": "https://github.com/eventlet/eventlet/commit/0bfebd1117d392559e25b4bfbfcc941754de88fb"
},
{
"category": "external",
"summary": "https://github.com/eventlet/eventlet/pull/1062",
"url": "https://github.com/eventlet/eventlet/pull/1062"
},
{
"category": "external",
"summary": "https://github.com/eventlet/eventlet/security/advisories/GHSA-hw6f-rjfj-j7j7",
"url": "https://github.com/eventlet/eventlet/security/advisories/GHSA-hw6f-rjfj-j7j7"
}
],
"release_date": "2025-08-29T21:12:24.534000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-12T02:09:09+00:00",
"details": "For OpenShift Container Platform 4.12 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.12/html/release_notes\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64 architecture. The image digest may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\n The sha value for the release is as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:07275faf221c556cca2a816cb48a87bdc25a44ff41f91bb88a232c15bc09165e\n\nAll OpenShift Container Platform 4.12 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.12/html-single/updating_clusters/index#updating-cluster-within-minor.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:aa92b055a5e97f08b510ee1df7583d7f2c3181f2cd419732dd9e34f351a44b0f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d344270fd48b6000166a4fad79dbd4536c5e4c58309d1e36e45d055c13fcb914_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3870"
},
{
"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.12:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:03b4902359e5dd1bc2524b213d42b3c1c2e3e0f63380a17142705ba0b8397529_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:0adb3f01f921885b64b9ee98648b1252c0ee4f46c3f65ff53633924d72f5694a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:f5ae1ca7faa4f3bbb86f3c32ad12928c4905c85a3cfaebda3d80c603b3df995a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:a40488813e76053f7e3bc398a6655b6dcecc7d8e641b8c9a84c4fc7a8babeeb9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/network-tools-rhel8@sha256:a8f987adb667cdfe893a8fb16c46d04f64ae704ebd6f939ad86e5fac4e87d1d0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:9227ff3d828a294d7076bc5ccaf2b316bb1b60620e4a549c1b9778e692aef760_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:5a9f74b5c3dc5f2a040ae50fa85cad4269d3ef5dd93c57ce97ac1640526ef083_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:8b973769b317e1ca3ec4df7ac8bde2fd3898649a73bf16c6d436d5dbbcf7d1b5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:3f162460712daaf28214bba38129c4cec5894aa8f0dd4e133de33797801abb6a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:222d3e7cd6cde1dd90c007fdcd9ee1eb0d73e4d9a0972e01d68b1e23f6643d6a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:94450b3c7a1318f9aeac92d28721ff3b9b0e032a9aa85726d8b02c54ea424f05_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:103394f2799040d165d26e83a4d011940a27a311221cf53388025da8cfe2bb3b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:9f12e9a06be28ae59e58ea78263ad17e3c729418a77b09e232524e46fb98aa90_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:d80e9ac78a64607ea74ba4d5ecbe521c1f919c98ba7c42f3c2ec1c821576430d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:7fd5087403be83fca087e1ec911beef62ed77461d65ad26f4680e50dbd719cb3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:2e7c9331c70fa6692e0f0ca398caf71060007b0243da63cfd549159874fd7dda_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:18bf1ed1f3b68d8676b3e1b33cd1922ca633e530a769030287c6094310890e44_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:b5967b8947d53c71c2d6d86a31c1d2b192688504c090b27cf92c330affdbb9b5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:3da852fa79dfd7986e841fbfdaac11b058d722477229a8a3e446acc03d2855bd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:2555cdbd7369c083baf6cdf13c51b567308b68492eaded300fec1a7ec2162520_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:3ca873b2249269813d75f2fc77ce7136dbc0bcb91ab5ea7fddb5289f87430ff3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:5f0235ee6907bb4cbbea1f5a0f6799a2316f53dca50dfd47bcb06553779d90ee_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:27791e130a789c4d7b82bc485b656f898efade15008428923d7bfff7412220ba_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:4215367141864d8246cd30210801d5eef359c01710205917d366b0969aa39aad_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:8e6843d665d705d385b691659de9ceddb5a5c632a2b8ddbb54ec53a8aae7b5e7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:57114c78085fb614e49877646ea3d32b8ca9a11f55758720cfbf5b237bda33b6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:aad175767a53e40687563666fbfd4b0ade6740b0a9106dd9072338b4ef6a967e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:551ea5cd1d61aa167aeebe2a664c584e1e604ccf044f95d4ccbd7581a37a28a8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:352e9b8374953a6d83b0bc7f47feeb949d36c4d19d5d4487e4e9e0935db060de_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:766ecb47dab0dabb396770983c28cf54cc8873953881b741511eff2cad97b368_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:933361e4087e27483e3228f18ed11927cf6b69804521ec41b0ced4f3b1392e10_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4cdf34306eb2eb7e0400f004f7f3fa24db634ab9ee30a745d810e0c1c2a57186_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:0dbd860d73a376922f814d9bead2138e5738f12261a17c89cf0b85c1dfd330c2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli@sha256:f3f11d030db87ab00d42e9bdf6afe349cf5383bef1e68e784640c9180c60ef9e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:4a583b961e61497209de9276f018dc3e78fad3f80a35bc5a99b243ef63f21dcc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:b83672b42e994c07b26b03379ca15be56589fe7d8a00677ff60f2eeed8ea0a07_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:2467b04bbdc95207f80f8df02ca39be34fe940737a49f35709286b47348a034d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:55bdaea54b24f7fb08ad30fd9f6c34dc944c11993a4dd6a255c41a25f500b5d6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:6ff4a8524e267e83bbc7222993cb7cdb083cf1e07d798f9a0b35f5d09afd685b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:63acdeae3182eb576b9959b98e2788e87dd9834e8c53f33cecc867a4a07019ec_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:f4d01e9d7968d2164a87d3167161d157e62b2636ff67747127b6fc904d85c60a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:d5e9126943d178b88d47ff4c0133ea2add90b05a19e65133abd92dd6ef8d43ed_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:d5e9126943d178b88d47ff4c0133ea2add90b05a19e65133abd92dd6ef8d43ed_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:ca34ef82ca0096a6201a02eca801a82b5945c37e79984321c6900e2007afb933_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:4849ed03bfda437491f219108afc8bd2599e96ecadf6322e527ff65ee6b2c7ae_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:7d3589d6ad46a61f492af7870b30992c8284f3041a59e6ed0c7e020a42f1fdb6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:6195190833c52939c4696d0271a59397726526f0a4accfc056e45e564e8af830_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:c069e4c89fb7af2ef735d8be2a05c068febe40b54ec8d43cdfa31118d5042005_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:417cd2950c41d3490010f110b4bdc46fddbd5efa7a32ec73f44d080a9e56a814_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:9110db70398296e720496b0c7d0e02c5c0857248ce4d9625e80158de115cdb6f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:15302d83535f81bdb5f297b1dade9d5ad34039344be786846aa670134e746eed_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:c2da8698eea9388a61c2ae76ec72a46601e2480addfecda1c6f0c182a18b976a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:8aed89c36c6db33d5572521acccbc676e557f5268532a9ee2b63e8423191013a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:4ce64fc5f1b82f8eaca2aff35f5a4035ebe16dd67412aa73c783c7f2264d0078_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:ada2f039c9bafd29b12ad382037c6e27e3d3835593f36d548e6f325e2d76d2a3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:58acdf2f0e9151c55c79e8e42766779a87aa74449186d3eac3483df14bfce5da_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:a5256116d595d9f902808ade081c5dadf42c8cf50a26ba4d50a636642a63be4c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:301719f189471ff392180858c3d1bc83470f53ce003842fa7ab63eaa8e1868e4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:c1ee6c2f6f113929ce4dc10b0a21604b974418201cc16911a6aaf6c6ccdae1fa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:7404217ef1eabda789b87d6c1d5fdbae4c569af1515142f65e761231165e1e77_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:72b65af0f9da924e1f96b490761c5e866a1e6d48d1d17a8e18e34722c7cf3858_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:a4d3ac3eb8dbd7f3eaf1aebb4a07f7fd9b14f14fdfd5aa92eb76699005af1b42_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:fdffcb1cb1fa8c62f2fd863852a4c8319d468720dd7dbda93583de16e4763867_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:32d6da2834b5fc4ba1e8ff1775cb4ed14b3a3c19d2975d0f3bdab29068572ea0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:9e7a6228eaca387c19876f41fe99ac45c794f5beedacb6105841eec8f47c3d92_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:5cc1e869f5f7a54876857393b06d3bc3828299b7bddc1493d0b1ffb9f80e65db_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:7955a4d52e11574cd5b56c80046cffab0dfcb7fbdc52de2cd8ef10fe253f3af7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:664a0fb69a06806911ca8661fe92e86fdeed45e32d0748ea166f00d5699a0972_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:239c1a0cabec9621a0926b9024145f61973631dead00bfd0411fd479412ca3e7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console-operator@sha256:1a4e35546ecab85097ca2a876e41e702ad1fba8a3f2a4d9e009ed70b72b5ca97_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console@sha256:735a1f869be25e1b0cd29e96bab37c92161e4448a469f50edaabf506dabf9e97_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:5a6d77b9eecceaa0f0abf12806d56424604df8b19286ae397dc99c513868e4c9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-coredns@sha256:97a09430b0f9dfe88b861cb686a75399f26c0b52146a37eb84fa5b4193dda056_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:5a45ed2384d5c44dbe11a7780c37622d9d55da2fed6782dbb51d45fda4b2a723_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:3ccf92e1ceed3bb4d7e92083204c4e818f59bc2be5d4b494e5c6e36afe49898c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:12029d2e1342cc56ad28c160314dc3eec2fd495d7680c7d155645a8d631f9c17_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:52a513e8cf1eed7857e352eab8b25f7c51ccd2c08c5083112553bf1293c7e849_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:eafdc83a60099af9de79968cfa967da3e9a589659b66fd1386aac8d632e82340_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c7cb5497338edcf1185914249c765d50b902e1640049a9e8e6ad0d57b792ee8e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:2ca4a02beb4550f80c19d9880aed6c921501867619f7c11648f2686b661434d4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:2ca4a02beb4550f80c19d9880aed6c921501867619f7c11648f2686b661434d4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:63920d0ad6f0b8cfbcdf8627269c50f84e66915aaad5fb6fd16e9480460b5313_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:63920d0ad6f0b8cfbcdf8627269c50f84e66915aaad5fb6fd16e9480460b5313_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:ab5caed8152c7e5012036719691b9fe4ba73b4488faa90f52ec88deb78f2ef47_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:ab5caed8152c7e5012036719691b9fe4ba73b4488faa90f52ec88deb78f2ef47_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:3eb660f6971e2d8237b7b9ddb60e55e3bcccbd9f34b0cf3870bf1c18e07d25e0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:3eb660f6971e2d8237b7b9ddb60e55e3bcccbd9f34b0cf3870bf1c18e07d25e0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:1c61bea46954facb357a90cf7e8dcabb4073a45cee9e8928c3faf307f9d194a7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:1c61bea46954facb357a90cf7e8dcabb4073a45cee9e8928c3faf307f9d194a7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:8a38bd8d9a2f59953e6847385cde2ca47d7252af62af446d98a44dc1e6e06907_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:8a38bd8d9a2f59953e6847385cde2ca47d7252af62af446d98a44dc1e6e06907_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:681c52a626b9b28b3cc3de0b8a6e643aa3a071e80da0f44fca4af00768e009b2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:681c52a626b9b28b3cc3de0b8a6e643aa3a071e80da0f44fca4af00768e009b2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:2b93d7f431d61453311b929fec9391525bc97166aabfca4efec2cb5c8053ae31_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-deployer@sha256:c0e3736e12e3fbec1b29b06ccc21599e6ff0114e0e47611e2f94c6163f60d9b4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-builder@sha256:c6430b22a10b6e8ab0f60617727058b212edeb72b802458a6188acfe51c35ad1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-registry@sha256:ffad01290cfad51340f07afc72b877ab3095ccdefaadd67e9f66c0bc7a9d126e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-etcd@sha256:1aedebae5a1eb0195c6a8d30e6b91be3505d439e5fdf364ba62a9df86bc423a8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:aae2532fdefaeef32a1c12fca4417650529c885f850aa0502438468c888f26b3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:b2e49e53dc87c605e8ed9a412e6001f9e8bbfa15121a7bdaf42ec7cf5c5e5a4e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:69307cbf63377392049c210206a187d96dbdab6daa749e9c4b3c26e482567e25_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:88ffe472fae92406d19d174c50515d8d22a6d0a7b93f7f7b89b485d0b6fca3a4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-haproxy-router@sha256:1a103094e958de44278635a3506bd8557894f987cda61cbc2c5ab757ba8815c4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hyperkube@sha256:50be43d66e3049fc247ac60315cce3d11f784dcddfc1ec4112af94740288fb44_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:8d762f3ffdcb22589570deae966d6d092bc3a0e75537d0f0a4dbfcf2115ed03e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:163355de7f30a4161758a43c7adefb90ab969c07be9604c9a34e0c2499f5f7e3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:6618f9828840cf41fffc19e89f5ae2077ac1aadaece6aa33fde8497b4fbf06e1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:337e3625cbadf2a326aa7de7f1750ed7ac6ef29ad28508b60e396bf72f2f4ae9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:bf789b27d3ba264a300600ee975f31e94a017b29cd878e78860aca9e42b633c2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:b8674517296b137591fdfd8086ff069731e8910c97d4aeae5bfec11b32e8e891_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:22d09b4eafbf14a04eea1d7e98abe239e59465106c9634d4e99cfb4ffb2d2508_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:4c9eb330e0de59382effefdb1e5fae589020d462b114e0efe07a4726920757c8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:59d16eba992d35b83656ff86cf914fb5ac7e68b6e6b1db732d117bd1cfcd066d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:3f13acb41c7905c644eda4164b2a03a1a42f18e0ed55231f30f87a476f6320a0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer@sha256:2350a03a4e87eedb2bdd0e02ed771c2785014e48fcb9f42909e7186027c6311d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:aa92b055a5e97f08b510ee1df7583d7f2c3181f2cd419732dd9e34f351a44b0f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:98e10bddb60bddd235b524c4ab661cf2e1cc0da0c71d4317f26a01bde8b069a4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d344270fd48b6000166a4fad79dbd4536c5e4c58309d1e36e45d055c13fcb914_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:a8725ec7e307727da1f2a833cd0171dd332fc276cc80d6a1cce548e157c10aee_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:7b34408e62f572b8636b90d8ea622ed1b03e72ab014f32033e13790583cf29ee_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:6eb5e9896c82bfcd569b9c002475c0a87054cc92b85792e66453044e4f27726c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-proxy@sha256:ba2ea0cf300603cb839139fec385933c5585beee96666c439a565670bf867531_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:c7cc40ccbefa06e47aa71896ab733ccd16d9aa2637991f2994c976fb8cfbc446_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:8fcc17d23b0e06802fb907df56a0e712f8beb3aadb7850cd549d1105cd6964e6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:29ee316d69a70a0fb1dd96be313e7030c24e2fcc3fcedc1e3d90aed63b602324_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:19f25f9d406b88e079a0156ee28016df1f13a7556d2f9a771d75e506c5a009bb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:7bb99f7ef4a98fda5c3d6f972f243cfa8372294b28b9976b97ba96b776cfd81f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:53bcff6b7cff9137d1217881bd66deb2d055a6769c50bce52d398f6ca902c9e9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:fb362c48e4dbe220809704a8ee467120e2546d2e6f6ec5d73b3aba53dc077bf2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:b731cc451638e4e1213edb5cf9f2a707dc9e4196dfd004f4a61d5b5f5b1d0c75_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:9ba21219e78170ef0894b9617b5e73f1c17987419b59cec160f34567126d6565_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:145640691e5a1c299dda7b9d02c5925dd40ca032e88ebef8e28696d52f8a2267_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:fceb4dd066f16f2f26d706ad34e8bffbba4c9fb1f4598c3abf25e90fd65c25d5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:7167c1e4fa2f1d6994a964d05dff74b2ddb6b051322a6576069647937028f435_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:6c359a023df6c5ce14c715666ed9233a77033a0f9a2cbf0463fb36f3e16417d4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:3f41faf2e3990aeff8d32bf73fbdd665b58d002c5e6aa590986706b6278c3923_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:a46233e5b1fa0a5a1a764a46c49a11269fadd87de378e28cb5fef0180ff7bf4f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-cni@sha256:fb1bc19434279409ff37e71aceb200a6ad915ffe6a4f2e7fdcbc9d250bdf5d0d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:85798bf870d31a79765ce9e73a6b5e3bbd18b28e0e7d009b5ad2880b805eb711_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:86da8c4a231249869671822435c5d160dfdbe40f37b35c329d0d678b88862cc7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:aa340b9e7d6540fef963456a1f68be95d2285796ae1fe6501f7a157f2c7853be_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-must-gather@sha256:201647697fc20fffa5238c768c1b70f593143ead6f5a8220e52c09bb486281dd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:6a2bdd5615bbccad31a48a4329005c053e1ffe644bffff32cbfe1307ad3fc7cd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:1a2418d7720c3b8dfbb1d4ee4dd33e40d40d20ef6149cff66a75e01997389361_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:a70ec003fa1858d78a82d3700e2c754534072d34769c582357dbbdaee131fae7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:403015afaab53d1aef65a3e1fd08e4bd0d534c7400a01f1096e9818970d240c4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:de1a25df83ac6bae5d4c23b809ce73c8c94e547653f244be3e85245b9134bbdd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:33380f96c6f751fae2a34f47043bbd2125f574815954ac094d09ecb28725d983_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:d014eec11f3767e50e7de299438160fad3790faa00b4db2a86c515d9df5ec807_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:14ced1f02db227a42c3b98b29f39d7e73ba06d8b0cbea83ecfaf2c63bb9ba04f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:ce3612a32ff93aa9738261533b336ea9b042a0fb0a25bc5fb28dec612ed7418e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:3a92f12e26afdfdccbc05a01031296b5404fa54e68de2ae2d4ee0994cb31424e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:dd7c5a0d61ff5f73cf7f4ba78310282cd51fcab071e8ab56066a3cfa9e6c1ca1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:7507d0c8e9e8c7fa573b50ca87c41195da712bc6c006ce4cd5e8355218099051_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:10385bc6050cab2cb3e3edd835c67668eee37be126f704799e9569a9b54d9c99_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-machine-controllers@sha256:af5205229b7ad7b9068165968c30ad36ac3016b1f28d0a26ed8ded9aa9eb14bd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:84a2ea69488edce69c22b8a5aef5665fa7563cdf2fcd3f9424acdedbed521499_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:0b230491bb5a52adc2242872a0686223e53a7ed3a5f923b383183558bc205b13_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-registry@sha256:b85e21c45357847ac140ef2db2222e7da11080812d2eee85cfdcc98eb6c22561_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:19bd2b1d343872fd132beaf68aad33eee9f274ea3915a299ce601467ac844421_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:0bd452632f8ad16181bbb5fd4a0a86a94c4cd4fbce183d61bf99f7ff28b7c6c9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:27f7ac8d4ed15dfb7b1f61abbfb38c2333b9974356a6070b2084b20b778ae3f9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-pod@sha256:0fff500fa4c52f2f910574e7fd646f9408397f726fbd5ba2d6e11f55ff0b51e1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:82b79d5ab7eed554fcc89d6fa5754dba5993816ea43c257097410fd078323943_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:2da4e2c822d30d1b66e59cbd696fd638fe6c1052a774c303bcc50d8c732713b4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:735c9ae12484b2d3c5301b5ea2d1cdddb583a7e65da3a35980fa20de3dcee1ab_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:20f8b3b38ed483e484897ab7f1465d9c20e3bdbe4ece138b85a2d9b46e184394_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:220a41bce9e80c6277055d596c02b3d62cf5905cfda772eb705c8ed4dd51feef_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:82edda6ae8fcfa24385cb75ab729154662649b66c5cce8b81719c300f838ff87_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:557c5ce0dfc308b7a88683cabd6303682bf959b6820d1209bb43554ca68f0f60_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:f54d7037f0084599924d8edad281b398611f8a96218a4809f4dc58f7cde7a261_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:1d1c4e5f78487db89666bd2fbee88fcc4fac0b1e62611a823a4971d088446369_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:0685631135bc2fd9d9f9e68cf34bf1ec66573fab26a0bccfa3f63ca2003472df_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus@sha256:90b2aaed0a32f10b45afb6ffca9379c3e8fc58a5d16f9730667055304b1b9b7c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:c28aa71e2759f4ef6a939f4c4cbe6eb93b490aec57edcd3bc04ddfb1a79e3122_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:f217d0e2ee477c6a4aad1b5329ad77aad631595ecc09223d45eabb65fbb3dcb8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-telemeter@sha256:49c604e45bed7de0092accf992a7360b759a25f6d0b2ba7a65bcce2c6c52f7ed_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tests@sha256:2f6347b402cd8f6e5afc8b6d2fcc3ea213d3e8325df186b0b4bfa3651fc29b4c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:3e3beaac96813816c6f2575c78e34faadb8cec2e97107a25efb6acc6f8d760d6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:4343e0a0d02722a0019942174c7d1587d8e8abefbde48b7b6f374a76a125b875_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:195ff9c2f84662da8890c5620382028240afb21f172caef120706070e71ce092_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:1504e3c20f04de8e4875f1860d18edd056fb8f64f4e1d6c375f5dec469bd1224_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:31cc96e0087d7748bc73f611917122a7426dd4f9dcce59a13bd0d3d0d29810c1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:5ff63bc70cbfcff3eede431fc5c0f704aea47191b9c598b56764c77374cebba8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:195ff9c2f84662da8890c5620382028240afb21f172caef120706070e71ce092_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:1504e3c20f04de8e4875f1860d18edd056fb8f64f4e1d6c375f5dec469bd1224_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:817c40ac725632322dc88f60c8870ca51ea3e71801fa1c01861db5a46b9fe2b5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:71dcf1b0bb479cbc69fe9cd96e1244055daea4b17ef4a1497d5f9b51f0f33646_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:ed90b4a58b967bc073abcd2c8d6450a757f7720c28a35a707e3b1acff10e7357_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:58475c817fa3fd1ac028c03eba2c857d3bd6c605e65093963d5be4d549495b7d_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:03b4902359e5dd1bc2524b213d42b3c1c2e3e0f63380a17142705ba0b8397529_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:0adb3f01f921885b64b9ee98648b1252c0ee4f46c3f65ff53633924d72f5694a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:f5ae1ca7faa4f3bbb86f3c32ad12928c4905c85a3cfaebda3d80c603b3df995a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:a40488813e76053f7e3bc398a6655b6dcecc7d8e641b8c9a84c4fc7a8babeeb9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/network-tools-rhel8@sha256:a8f987adb667cdfe893a8fb16c46d04f64ae704ebd6f939ad86e5fac4e87d1d0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:9227ff3d828a294d7076bc5ccaf2b316bb1b60620e4a549c1b9778e692aef760_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:5a9f74b5c3dc5f2a040ae50fa85cad4269d3ef5dd93c57ce97ac1640526ef083_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:8b973769b317e1ca3ec4df7ac8bde2fd3898649a73bf16c6d436d5dbbcf7d1b5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:3f162460712daaf28214bba38129c4cec5894aa8f0dd4e133de33797801abb6a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:222d3e7cd6cde1dd90c007fdcd9ee1eb0d73e4d9a0972e01d68b1e23f6643d6a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:94450b3c7a1318f9aeac92d28721ff3b9b0e032a9aa85726d8b02c54ea424f05_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:103394f2799040d165d26e83a4d011940a27a311221cf53388025da8cfe2bb3b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:9f12e9a06be28ae59e58ea78263ad17e3c729418a77b09e232524e46fb98aa90_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:d80e9ac78a64607ea74ba4d5ecbe521c1f919c98ba7c42f3c2ec1c821576430d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:7fd5087403be83fca087e1ec911beef62ed77461d65ad26f4680e50dbd719cb3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:2e7c9331c70fa6692e0f0ca398caf71060007b0243da63cfd549159874fd7dda_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:18bf1ed1f3b68d8676b3e1b33cd1922ca633e530a769030287c6094310890e44_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:b5967b8947d53c71c2d6d86a31c1d2b192688504c090b27cf92c330affdbb9b5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:3da852fa79dfd7986e841fbfdaac11b058d722477229a8a3e446acc03d2855bd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:2555cdbd7369c083baf6cdf13c51b567308b68492eaded300fec1a7ec2162520_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:3ca873b2249269813d75f2fc77ce7136dbc0bcb91ab5ea7fddb5289f87430ff3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:5f0235ee6907bb4cbbea1f5a0f6799a2316f53dca50dfd47bcb06553779d90ee_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:27791e130a789c4d7b82bc485b656f898efade15008428923d7bfff7412220ba_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:4215367141864d8246cd30210801d5eef359c01710205917d366b0969aa39aad_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:8e6843d665d705d385b691659de9ceddb5a5c632a2b8ddbb54ec53a8aae7b5e7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:57114c78085fb614e49877646ea3d32b8ca9a11f55758720cfbf5b237bda33b6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:aad175767a53e40687563666fbfd4b0ade6740b0a9106dd9072338b4ef6a967e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:551ea5cd1d61aa167aeebe2a664c584e1e604ccf044f95d4ccbd7581a37a28a8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:352e9b8374953a6d83b0bc7f47feeb949d36c4d19d5d4487e4e9e0935db060de_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:766ecb47dab0dabb396770983c28cf54cc8873953881b741511eff2cad97b368_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:933361e4087e27483e3228f18ed11927cf6b69804521ec41b0ced4f3b1392e10_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4cdf34306eb2eb7e0400f004f7f3fa24db634ab9ee30a745d810e0c1c2a57186_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:0dbd860d73a376922f814d9bead2138e5738f12261a17c89cf0b85c1dfd330c2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli@sha256:f3f11d030db87ab00d42e9bdf6afe349cf5383bef1e68e784640c9180c60ef9e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:4a583b961e61497209de9276f018dc3e78fad3f80a35bc5a99b243ef63f21dcc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:b83672b42e994c07b26b03379ca15be56589fe7d8a00677ff60f2eeed8ea0a07_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:2467b04bbdc95207f80f8df02ca39be34fe940737a49f35709286b47348a034d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:55bdaea54b24f7fb08ad30fd9f6c34dc944c11993a4dd6a255c41a25f500b5d6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:6ff4a8524e267e83bbc7222993cb7cdb083cf1e07d798f9a0b35f5d09afd685b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:63acdeae3182eb576b9959b98e2788e87dd9834e8c53f33cecc867a4a07019ec_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:f4d01e9d7968d2164a87d3167161d157e62b2636ff67747127b6fc904d85c60a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:d5e9126943d178b88d47ff4c0133ea2add90b05a19e65133abd92dd6ef8d43ed_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:d5e9126943d178b88d47ff4c0133ea2add90b05a19e65133abd92dd6ef8d43ed_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:ca34ef82ca0096a6201a02eca801a82b5945c37e79984321c6900e2007afb933_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:4849ed03bfda437491f219108afc8bd2599e96ecadf6322e527ff65ee6b2c7ae_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:7d3589d6ad46a61f492af7870b30992c8284f3041a59e6ed0c7e020a42f1fdb6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:6195190833c52939c4696d0271a59397726526f0a4accfc056e45e564e8af830_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:c069e4c89fb7af2ef735d8be2a05c068febe40b54ec8d43cdfa31118d5042005_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:417cd2950c41d3490010f110b4bdc46fddbd5efa7a32ec73f44d080a9e56a814_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:9110db70398296e720496b0c7d0e02c5c0857248ce4d9625e80158de115cdb6f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:15302d83535f81bdb5f297b1dade9d5ad34039344be786846aa670134e746eed_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:c2da8698eea9388a61c2ae76ec72a46601e2480addfecda1c6f0c182a18b976a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:8aed89c36c6db33d5572521acccbc676e557f5268532a9ee2b63e8423191013a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:4ce64fc5f1b82f8eaca2aff35f5a4035ebe16dd67412aa73c783c7f2264d0078_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:ada2f039c9bafd29b12ad382037c6e27e3d3835593f36d548e6f325e2d76d2a3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:58acdf2f0e9151c55c79e8e42766779a87aa74449186d3eac3483df14bfce5da_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:a5256116d595d9f902808ade081c5dadf42c8cf50a26ba4d50a636642a63be4c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:301719f189471ff392180858c3d1bc83470f53ce003842fa7ab63eaa8e1868e4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:c1ee6c2f6f113929ce4dc10b0a21604b974418201cc16911a6aaf6c6ccdae1fa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:7404217ef1eabda789b87d6c1d5fdbae4c569af1515142f65e761231165e1e77_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:72b65af0f9da924e1f96b490761c5e866a1e6d48d1d17a8e18e34722c7cf3858_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:a4d3ac3eb8dbd7f3eaf1aebb4a07f7fd9b14f14fdfd5aa92eb76699005af1b42_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:fdffcb1cb1fa8c62f2fd863852a4c8319d468720dd7dbda93583de16e4763867_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:32d6da2834b5fc4ba1e8ff1775cb4ed14b3a3c19d2975d0f3bdab29068572ea0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:9e7a6228eaca387c19876f41fe99ac45c794f5beedacb6105841eec8f47c3d92_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:5cc1e869f5f7a54876857393b06d3bc3828299b7bddc1493d0b1ffb9f80e65db_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:7955a4d52e11574cd5b56c80046cffab0dfcb7fbdc52de2cd8ef10fe253f3af7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:664a0fb69a06806911ca8661fe92e86fdeed45e32d0748ea166f00d5699a0972_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:239c1a0cabec9621a0926b9024145f61973631dead00bfd0411fd479412ca3e7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console-operator@sha256:1a4e35546ecab85097ca2a876e41e702ad1fba8a3f2a4d9e009ed70b72b5ca97_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console@sha256:735a1f869be25e1b0cd29e96bab37c92161e4448a469f50edaabf506dabf9e97_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:5a6d77b9eecceaa0f0abf12806d56424604df8b19286ae397dc99c513868e4c9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-coredns@sha256:97a09430b0f9dfe88b861cb686a75399f26c0b52146a37eb84fa5b4193dda056_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:5a45ed2384d5c44dbe11a7780c37622d9d55da2fed6782dbb51d45fda4b2a723_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:3ccf92e1ceed3bb4d7e92083204c4e818f59bc2be5d4b494e5c6e36afe49898c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:12029d2e1342cc56ad28c160314dc3eec2fd495d7680c7d155645a8d631f9c17_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:52a513e8cf1eed7857e352eab8b25f7c51ccd2c08c5083112553bf1293c7e849_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:eafdc83a60099af9de79968cfa967da3e9a589659b66fd1386aac8d632e82340_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c7cb5497338edcf1185914249c765d50b902e1640049a9e8e6ad0d57b792ee8e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:2ca4a02beb4550f80c19d9880aed6c921501867619f7c11648f2686b661434d4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:2ca4a02beb4550f80c19d9880aed6c921501867619f7c11648f2686b661434d4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:63920d0ad6f0b8cfbcdf8627269c50f84e66915aaad5fb6fd16e9480460b5313_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:63920d0ad6f0b8cfbcdf8627269c50f84e66915aaad5fb6fd16e9480460b5313_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:ab5caed8152c7e5012036719691b9fe4ba73b4488faa90f52ec88deb78f2ef47_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:ab5caed8152c7e5012036719691b9fe4ba73b4488faa90f52ec88deb78f2ef47_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:3eb660f6971e2d8237b7b9ddb60e55e3bcccbd9f34b0cf3870bf1c18e07d25e0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:3eb660f6971e2d8237b7b9ddb60e55e3bcccbd9f34b0cf3870bf1c18e07d25e0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:1c61bea46954facb357a90cf7e8dcabb4073a45cee9e8928c3faf307f9d194a7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:1c61bea46954facb357a90cf7e8dcabb4073a45cee9e8928c3faf307f9d194a7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:8a38bd8d9a2f59953e6847385cde2ca47d7252af62af446d98a44dc1e6e06907_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:8a38bd8d9a2f59953e6847385cde2ca47d7252af62af446d98a44dc1e6e06907_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:681c52a626b9b28b3cc3de0b8a6e643aa3a071e80da0f44fca4af00768e009b2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:681c52a626b9b28b3cc3de0b8a6e643aa3a071e80da0f44fca4af00768e009b2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:2b93d7f431d61453311b929fec9391525bc97166aabfca4efec2cb5c8053ae31_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-deployer@sha256:c0e3736e12e3fbec1b29b06ccc21599e6ff0114e0e47611e2f94c6163f60d9b4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-builder@sha256:c6430b22a10b6e8ab0f60617727058b212edeb72b802458a6188acfe51c35ad1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-registry@sha256:ffad01290cfad51340f07afc72b877ab3095ccdefaadd67e9f66c0bc7a9d126e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-etcd@sha256:1aedebae5a1eb0195c6a8d30e6b91be3505d439e5fdf364ba62a9df86bc423a8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:aae2532fdefaeef32a1c12fca4417650529c885f850aa0502438468c888f26b3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:b2e49e53dc87c605e8ed9a412e6001f9e8bbfa15121a7bdaf42ec7cf5c5e5a4e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:69307cbf63377392049c210206a187d96dbdab6daa749e9c4b3c26e482567e25_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:88ffe472fae92406d19d174c50515d8d22a6d0a7b93f7f7b89b485d0b6fca3a4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-haproxy-router@sha256:1a103094e958de44278635a3506bd8557894f987cda61cbc2c5ab757ba8815c4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hyperkube@sha256:50be43d66e3049fc247ac60315cce3d11f784dcddfc1ec4112af94740288fb44_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:8d762f3ffdcb22589570deae966d6d092bc3a0e75537d0f0a4dbfcf2115ed03e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:163355de7f30a4161758a43c7adefb90ab969c07be9604c9a34e0c2499f5f7e3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:6618f9828840cf41fffc19e89f5ae2077ac1aadaece6aa33fde8497b4fbf06e1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:337e3625cbadf2a326aa7de7f1750ed7ac6ef29ad28508b60e396bf72f2f4ae9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:bf789b27d3ba264a300600ee975f31e94a017b29cd878e78860aca9e42b633c2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:b8674517296b137591fdfd8086ff069731e8910c97d4aeae5bfec11b32e8e891_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:22d09b4eafbf14a04eea1d7e98abe239e59465106c9634d4e99cfb4ffb2d2508_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:4c9eb330e0de59382effefdb1e5fae589020d462b114e0efe07a4726920757c8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:59d16eba992d35b83656ff86cf914fb5ac7e68b6e6b1db732d117bd1cfcd066d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:3f13acb41c7905c644eda4164b2a03a1a42f18e0ed55231f30f87a476f6320a0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer@sha256:2350a03a4e87eedb2bdd0e02ed771c2785014e48fcb9f42909e7186027c6311d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:aa92b055a5e97f08b510ee1df7583d7f2c3181f2cd419732dd9e34f351a44b0f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:98e10bddb60bddd235b524c4ab661cf2e1cc0da0c71d4317f26a01bde8b069a4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d344270fd48b6000166a4fad79dbd4536c5e4c58309d1e36e45d055c13fcb914_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:a8725ec7e307727da1f2a833cd0171dd332fc276cc80d6a1cce548e157c10aee_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:7b34408e62f572b8636b90d8ea622ed1b03e72ab014f32033e13790583cf29ee_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:6eb5e9896c82bfcd569b9c002475c0a87054cc92b85792e66453044e4f27726c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-proxy@sha256:ba2ea0cf300603cb839139fec385933c5585beee96666c439a565670bf867531_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:c7cc40ccbefa06e47aa71896ab733ccd16d9aa2637991f2994c976fb8cfbc446_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:8fcc17d23b0e06802fb907df56a0e712f8beb3aadb7850cd549d1105cd6964e6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:29ee316d69a70a0fb1dd96be313e7030c24e2fcc3fcedc1e3d90aed63b602324_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:19f25f9d406b88e079a0156ee28016df1f13a7556d2f9a771d75e506c5a009bb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:7bb99f7ef4a98fda5c3d6f972f243cfa8372294b28b9976b97ba96b776cfd81f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:53bcff6b7cff9137d1217881bd66deb2d055a6769c50bce52d398f6ca902c9e9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:fb362c48e4dbe220809704a8ee467120e2546d2e6f6ec5d73b3aba53dc077bf2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:b731cc451638e4e1213edb5cf9f2a707dc9e4196dfd004f4a61d5b5f5b1d0c75_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:9ba21219e78170ef0894b9617b5e73f1c17987419b59cec160f34567126d6565_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:145640691e5a1c299dda7b9d02c5925dd40ca032e88ebef8e28696d52f8a2267_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:fceb4dd066f16f2f26d706ad34e8bffbba4c9fb1f4598c3abf25e90fd65c25d5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:7167c1e4fa2f1d6994a964d05dff74b2ddb6b051322a6576069647937028f435_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:6c359a023df6c5ce14c715666ed9233a77033a0f9a2cbf0463fb36f3e16417d4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:3f41faf2e3990aeff8d32bf73fbdd665b58d002c5e6aa590986706b6278c3923_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:a46233e5b1fa0a5a1a764a46c49a11269fadd87de378e28cb5fef0180ff7bf4f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-cni@sha256:fb1bc19434279409ff37e71aceb200a6ad915ffe6a4f2e7fdcbc9d250bdf5d0d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:85798bf870d31a79765ce9e73a6b5e3bbd18b28e0e7d009b5ad2880b805eb711_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:86da8c4a231249869671822435c5d160dfdbe40f37b35c329d0d678b88862cc7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:aa340b9e7d6540fef963456a1f68be95d2285796ae1fe6501f7a157f2c7853be_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-must-gather@sha256:201647697fc20fffa5238c768c1b70f593143ead6f5a8220e52c09bb486281dd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:6a2bdd5615bbccad31a48a4329005c053e1ffe644bffff32cbfe1307ad3fc7cd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:1a2418d7720c3b8dfbb1d4ee4dd33e40d40d20ef6149cff66a75e01997389361_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:a70ec003fa1858d78a82d3700e2c754534072d34769c582357dbbdaee131fae7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:403015afaab53d1aef65a3e1fd08e4bd0d534c7400a01f1096e9818970d240c4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:de1a25df83ac6bae5d4c23b809ce73c8c94e547653f244be3e85245b9134bbdd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:33380f96c6f751fae2a34f47043bbd2125f574815954ac094d09ecb28725d983_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:d014eec11f3767e50e7de299438160fad3790faa00b4db2a86c515d9df5ec807_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:14ced1f02db227a42c3b98b29f39d7e73ba06d8b0cbea83ecfaf2c63bb9ba04f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:ce3612a32ff93aa9738261533b336ea9b042a0fb0a25bc5fb28dec612ed7418e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:3a92f12e26afdfdccbc05a01031296b5404fa54e68de2ae2d4ee0994cb31424e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:dd7c5a0d61ff5f73cf7f4ba78310282cd51fcab071e8ab56066a3cfa9e6c1ca1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:7507d0c8e9e8c7fa573b50ca87c41195da712bc6c006ce4cd5e8355218099051_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:10385bc6050cab2cb3e3edd835c67668eee37be126f704799e9569a9b54d9c99_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-machine-controllers@sha256:af5205229b7ad7b9068165968c30ad36ac3016b1f28d0a26ed8ded9aa9eb14bd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:84a2ea69488edce69c22b8a5aef5665fa7563cdf2fcd3f9424acdedbed521499_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:0b230491bb5a52adc2242872a0686223e53a7ed3a5f923b383183558bc205b13_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-registry@sha256:b85e21c45357847ac140ef2db2222e7da11080812d2eee85cfdcc98eb6c22561_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:19bd2b1d343872fd132beaf68aad33eee9f274ea3915a299ce601467ac844421_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:0bd452632f8ad16181bbb5fd4a0a86a94c4cd4fbce183d61bf99f7ff28b7c6c9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:27f7ac8d4ed15dfb7b1f61abbfb38c2333b9974356a6070b2084b20b778ae3f9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-pod@sha256:0fff500fa4c52f2f910574e7fd646f9408397f726fbd5ba2d6e11f55ff0b51e1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:82b79d5ab7eed554fcc89d6fa5754dba5993816ea43c257097410fd078323943_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:2da4e2c822d30d1b66e59cbd696fd638fe6c1052a774c303bcc50d8c732713b4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:735c9ae12484b2d3c5301b5ea2d1cdddb583a7e65da3a35980fa20de3dcee1ab_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:20f8b3b38ed483e484897ab7f1465d9c20e3bdbe4ece138b85a2d9b46e184394_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:220a41bce9e80c6277055d596c02b3d62cf5905cfda772eb705c8ed4dd51feef_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:82edda6ae8fcfa24385cb75ab729154662649b66c5cce8b81719c300f838ff87_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:557c5ce0dfc308b7a88683cabd6303682bf959b6820d1209bb43554ca68f0f60_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:f54d7037f0084599924d8edad281b398611f8a96218a4809f4dc58f7cde7a261_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:1d1c4e5f78487db89666bd2fbee88fcc4fac0b1e62611a823a4971d088446369_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:0685631135bc2fd9d9f9e68cf34bf1ec66573fab26a0bccfa3f63ca2003472df_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus@sha256:90b2aaed0a32f10b45afb6ffca9379c3e8fc58a5d16f9730667055304b1b9b7c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:c28aa71e2759f4ef6a939f4c4cbe6eb93b490aec57edcd3bc04ddfb1a79e3122_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:f217d0e2ee477c6a4aad1b5329ad77aad631595ecc09223d45eabb65fbb3dcb8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-telemeter@sha256:49c604e45bed7de0092accf992a7360b759a25f6d0b2ba7a65bcce2c6c52f7ed_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tests@sha256:2f6347b402cd8f6e5afc8b6d2fcc3ea213d3e8325df186b0b4bfa3651fc29b4c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:3e3beaac96813816c6f2575c78e34faadb8cec2e97107a25efb6acc6f8d760d6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:4343e0a0d02722a0019942174c7d1587d8e8abefbde48b7b6f374a76a125b875_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:195ff9c2f84662da8890c5620382028240afb21f172caef120706070e71ce092_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:1504e3c20f04de8e4875f1860d18edd056fb8f64f4e1d6c375f5dec469bd1224_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:31cc96e0087d7748bc73f611917122a7426dd4f9dcce59a13bd0d3d0d29810c1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:5ff63bc70cbfcff3eede431fc5c0f704aea47191b9c598b56764c77374cebba8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:195ff9c2f84662da8890c5620382028240afb21f172caef120706070e71ce092_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:1504e3c20f04de8e4875f1860d18edd056fb8f64f4e1d6c375f5dec469bd1224_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:817c40ac725632322dc88f60c8870ca51ea3e71801fa1c01861db5a46b9fe2b5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:71dcf1b0bb479cbc69fe9cd96e1244055daea4b17ef4a1497d5f9b51f0f33646_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:ed90b4a58b967bc073abcd2c8d6450a757f7720c28a35a707e3b1acff10e7357_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:58475c817fa3fd1ac028c03eba2c857d3bd6c605e65093963d5be4d549495b7d_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python-eventlet: Eventlet HTTP request smuggling"
},
{
"cve": "CVE-2025-65637",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2025-12-04T19:00:54.313916+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:03b4902359e5dd1bc2524b213d42b3c1c2e3e0f63380a17142705ba0b8397529_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:0adb3f01f921885b64b9ee98648b1252c0ee4f46c3f65ff53633924d72f5694a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:f5ae1ca7faa4f3bbb86f3c32ad12928c4905c85a3cfaebda3d80c603b3df995a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:a40488813e76053f7e3bc398a6655b6dcecc7d8e641b8c9a84c4fc7a8babeeb9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/network-tools-rhel8@sha256:a8f987adb667cdfe893a8fb16c46d04f64ae704ebd6f939ad86e5fac4e87d1d0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:9227ff3d828a294d7076bc5ccaf2b316bb1b60620e4a549c1b9778e692aef760_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:5a9f74b5c3dc5f2a040ae50fa85cad4269d3ef5dd93c57ce97ac1640526ef083_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:8b973769b317e1ca3ec4df7ac8bde2fd3898649a73bf16c6d436d5dbbcf7d1b5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:3f162460712daaf28214bba38129c4cec5894aa8f0dd4e133de33797801abb6a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:222d3e7cd6cde1dd90c007fdcd9ee1eb0d73e4d9a0972e01d68b1e23f6643d6a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:94450b3c7a1318f9aeac92d28721ff3b9b0e032a9aa85726d8b02c54ea424f05_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:103394f2799040d165d26e83a4d011940a27a311221cf53388025da8cfe2bb3b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:9f12e9a06be28ae59e58ea78263ad17e3c729418a77b09e232524e46fb98aa90_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:d80e9ac78a64607ea74ba4d5ecbe521c1f919c98ba7c42f3c2ec1c821576430d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:7fd5087403be83fca087e1ec911beef62ed77461d65ad26f4680e50dbd719cb3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:2e7c9331c70fa6692e0f0ca398caf71060007b0243da63cfd549159874fd7dda_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:18bf1ed1f3b68d8676b3e1b33cd1922ca633e530a769030287c6094310890e44_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:b5967b8947d53c71c2d6d86a31c1d2b192688504c090b27cf92c330affdbb9b5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:2555cdbd7369c083baf6cdf13c51b567308b68492eaded300fec1a7ec2162520_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:3ca873b2249269813d75f2fc77ce7136dbc0bcb91ab5ea7fddb5289f87430ff3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:5f0235ee6907bb4cbbea1f5a0f6799a2316f53dca50dfd47bcb06553779d90ee_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:27791e130a789c4d7b82bc485b656f898efade15008428923d7bfff7412220ba_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:4215367141864d8246cd30210801d5eef359c01710205917d366b0969aa39aad_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:8e6843d665d705d385b691659de9ceddb5a5c632a2b8ddbb54ec53a8aae7b5e7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:57114c78085fb614e49877646ea3d32b8ca9a11f55758720cfbf5b237bda33b6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:aad175767a53e40687563666fbfd4b0ade6740b0a9106dd9072338b4ef6a967e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:551ea5cd1d61aa167aeebe2a664c584e1e604ccf044f95d4ccbd7581a37a28a8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:352e9b8374953a6d83b0bc7f47feeb949d36c4d19d5d4487e4e9e0935db060de_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:766ecb47dab0dabb396770983c28cf54cc8873953881b741511eff2cad97b368_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:933361e4087e27483e3228f18ed11927cf6b69804521ec41b0ced4f3b1392e10_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4cdf34306eb2eb7e0400f004f7f3fa24db634ab9ee30a745d810e0c1c2a57186_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:0dbd860d73a376922f814d9bead2138e5738f12261a17c89cf0b85c1dfd330c2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli@sha256:f3f11d030db87ab00d42e9bdf6afe349cf5383bef1e68e784640c9180c60ef9e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:4a583b961e61497209de9276f018dc3e78fad3f80a35bc5a99b243ef63f21dcc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:b83672b42e994c07b26b03379ca15be56589fe7d8a00677ff60f2eeed8ea0a07_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:2467b04bbdc95207f80f8df02ca39be34fe940737a49f35709286b47348a034d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:55bdaea54b24f7fb08ad30fd9f6c34dc944c11993a4dd6a255c41a25f500b5d6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:6ff4a8524e267e83bbc7222993cb7cdb083cf1e07d798f9a0b35f5d09afd685b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:63acdeae3182eb576b9959b98e2788e87dd9834e8c53f33cecc867a4a07019ec_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:f4d01e9d7968d2164a87d3167161d157e62b2636ff67747127b6fc904d85c60a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:d5e9126943d178b88d47ff4c0133ea2add90b05a19e65133abd92dd6ef8d43ed_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:d5e9126943d178b88d47ff4c0133ea2add90b05a19e65133abd92dd6ef8d43ed_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:ca34ef82ca0096a6201a02eca801a82b5945c37e79984321c6900e2007afb933_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:4849ed03bfda437491f219108afc8bd2599e96ecadf6322e527ff65ee6b2c7ae_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:7d3589d6ad46a61f492af7870b30992c8284f3041a59e6ed0c7e020a42f1fdb6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:6195190833c52939c4696d0271a59397726526f0a4accfc056e45e564e8af830_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:c069e4c89fb7af2ef735d8be2a05c068febe40b54ec8d43cdfa31118d5042005_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:9110db70398296e720496b0c7d0e02c5c0857248ce4d9625e80158de115cdb6f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:15302d83535f81bdb5f297b1dade9d5ad34039344be786846aa670134e746eed_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:c2da8698eea9388a61c2ae76ec72a46601e2480addfecda1c6f0c182a18b976a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:8aed89c36c6db33d5572521acccbc676e557f5268532a9ee2b63e8423191013a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:4ce64fc5f1b82f8eaca2aff35f5a4035ebe16dd67412aa73c783c7f2264d0078_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:ada2f039c9bafd29b12ad382037c6e27e3d3835593f36d548e6f325e2d76d2a3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:a5256116d595d9f902808ade081c5dadf42c8cf50a26ba4d50a636642a63be4c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:301719f189471ff392180858c3d1bc83470f53ce003842fa7ab63eaa8e1868e4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:c1ee6c2f6f113929ce4dc10b0a21604b974418201cc16911a6aaf6c6ccdae1fa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:7404217ef1eabda789b87d6c1d5fdbae4c569af1515142f65e761231165e1e77_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:72b65af0f9da924e1f96b490761c5e866a1e6d48d1d17a8e18e34722c7cf3858_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:a4d3ac3eb8dbd7f3eaf1aebb4a07f7fd9b14f14fdfd5aa92eb76699005af1b42_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:fdffcb1cb1fa8c62f2fd863852a4c8319d468720dd7dbda93583de16e4763867_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:32d6da2834b5fc4ba1e8ff1775cb4ed14b3a3c19d2975d0f3bdab29068572ea0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:9e7a6228eaca387c19876f41fe99ac45c794f5beedacb6105841eec8f47c3d92_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:7955a4d52e11574cd5b56c80046cffab0dfcb7fbdc52de2cd8ef10fe253f3af7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:664a0fb69a06806911ca8661fe92e86fdeed45e32d0748ea166f00d5699a0972_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:239c1a0cabec9621a0926b9024145f61973631dead00bfd0411fd479412ca3e7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console-operator@sha256:1a4e35546ecab85097ca2a876e41e702ad1fba8a3f2a4d9e009ed70b72b5ca97_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console@sha256:735a1f869be25e1b0cd29e96bab37c92161e4448a469f50edaabf506dabf9e97_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:5a6d77b9eecceaa0f0abf12806d56424604df8b19286ae397dc99c513868e4c9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-coredns@sha256:97a09430b0f9dfe88b861cb686a75399f26c0b52146a37eb84fa5b4193dda056_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:3ccf92e1ceed3bb4d7e92083204c4e818f59bc2be5d4b494e5c6e36afe49898c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:12029d2e1342cc56ad28c160314dc3eec2fd495d7680c7d155645a8d631f9c17_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:52a513e8cf1eed7857e352eab8b25f7c51ccd2c08c5083112553bf1293c7e849_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:eafdc83a60099af9de79968cfa967da3e9a589659b66fd1386aac8d632e82340_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c7cb5497338edcf1185914249c765d50b902e1640049a9e8e6ad0d57b792ee8e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:2ca4a02beb4550f80c19d9880aed6c921501867619f7c11648f2686b661434d4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:2ca4a02beb4550f80c19d9880aed6c921501867619f7c11648f2686b661434d4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:63920d0ad6f0b8cfbcdf8627269c50f84e66915aaad5fb6fd16e9480460b5313_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:63920d0ad6f0b8cfbcdf8627269c50f84e66915aaad5fb6fd16e9480460b5313_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:ab5caed8152c7e5012036719691b9fe4ba73b4488faa90f52ec88deb78f2ef47_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:ab5caed8152c7e5012036719691b9fe4ba73b4488faa90f52ec88deb78f2ef47_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:3eb660f6971e2d8237b7b9ddb60e55e3bcccbd9f34b0cf3870bf1c18e07d25e0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:3eb660f6971e2d8237b7b9ddb60e55e3bcccbd9f34b0cf3870bf1c18e07d25e0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:1c61bea46954facb357a90cf7e8dcabb4073a45cee9e8928c3faf307f9d194a7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:1c61bea46954facb357a90cf7e8dcabb4073a45cee9e8928c3faf307f9d194a7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:8a38bd8d9a2f59953e6847385cde2ca47d7252af62af446d98a44dc1e6e06907_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:8a38bd8d9a2f59953e6847385cde2ca47d7252af62af446d98a44dc1e6e06907_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:681c52a626b9b28b3cc3de0b8a6e643aa3a071e80da0f44fca4af00768e009b2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:681c52a626b9b28b3cc3de0b8a6e643aa3a071e80da0f44fca4af00768e009b2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:2b93d7f431d61453311b929fec9391525bc97166aabfca4efec2cb5c8053ae31_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-deployer@sha256:c0e3736e12e3fbec1b29b06ccc21599e6ff0114e0e47611e2f94c6163f60d9b4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-builder@sha256:c6430b22a10b6e8ab0f60617727058b212edeb72b802458a6188acfe51c35ad1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-registry@sha256:ffad01290cfad51340f07afc72b877ab3095ccdefaadd67e9f66c0bc7a9d126e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-etcd@sha256:1aedebae5a1eb0195c6a8d30e6b91be3505d439e5fdf364ba62a9df86bc423a8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:aae2532fdefaeef32a1c12fca4417650529c885f850aa0502438468c888f26b3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:b2e49e53dc87c605e8ed9a412e6001f9e8bbfa15121a7bdaf42ec7cf5c5e5a4e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:69307cbf63377392049c210206a187d96dbdab6daa749e9c4b3c26e482567e25_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:88ffe472fae92406d19d174c50515d8d22a6d0a7b93f7f7b89b485d0b6fca3a4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-haproxy-router@sha256:1a103094e958de44278635a3506bd8557894f987cda61cbc2c5ab757ba8815c4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hyperkube@sha256:50be43d66e3049fc247ac60315cce3d11f784dcddfc1ec4112af94740288fb44_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:8d762f3ffdcb22589570deae966d6d092bc3a0e75537d0f0a4dbfcf2115ed03e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:163355de7f30a4161758a43c7adefb90ab969c07be9604c9a34e0c2499f5f7e3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:6618f9828840cf41fffc19e89f5ae2077ac1aadaece6aa33fde8497b4fbf06e1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:337e3625cbadf2a326aa7de7f1750ed7ac6ef29ad28508b60e396bf72f2f4ae9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:bf789b27d3ba264a300600ee975f31e94a017b29cd878e78860aca9e42b633c2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:b8674517296b137591fdfd8086ff069731e8910c97d4aeae5bfec11b32e8e891_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:22d09b4eafbf14a04eea1d7e98abe239e59465106c9634d4e99cfb4ffb2d2508_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:59d16eba992d35b83656ff86cf914fb5ac7e68b6e6b1db732d117bd1cfcd066d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:3f13acb41c7905c644eda4164b2a03a1a42f18e0ed55231f30f87a476f6320a0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer@sha256:2350a03a4e87eedb2bdd0e02ed771c2785014e48fcb9f42909e7186027c6311d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:aa92b055a5e97f08b510ee1df7583d7f2c3181f2cd419732dd9e34f351a44b0f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:98e10bddb60bddd235b524c4ab661cf2e1cc0da0c71d4317f26a01bde8b069a4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d344270fd48b6000166a4fad79dbd4536c5e4c58309d1e36e45d055c13fcb914_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:a8725ec7e307727da1f2a833cd0171dd332fc276cc80d6a1cce548e157c10aee_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:7b34408e62f572b8636b90d8ea622ed1b03e72ab014f32033e13790583cf29ee_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:6eb5e9896c82bfcd569b9c002475c0a87054cc92b85792e66453044e4f27726c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-proxy@sha256:ba2ea0cf300603cb839139fec385933c5585beee96666c439a565670bf867531_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:c7cc40ccbefa06e47aa71896ab733ccd16d9aa2637991f2994c976fb8cfbc446_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:8fcc17d23b0e06802fb907df56a0e712f8beb3aadb7850cd549d1105cd6964e6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:29ee316d69a70a0fb1dd96be313e7030c24e2fcc3fcedc1e3d90aed63b602324_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:19f25f9d406b88e079a0156ee28016df1f13a7556d2f9a771d75e506c5a009bb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:7bb99f7ef4a98fda5c3d6f972f243cfa8372294b28b9976b97ba96b776cfd81f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:53bcff6b7cff9137d1217881bd66deb2d055a6769c50bce52d398f6ca902c9e9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:fb362c48e4dbe220809704a8ee467120e2546d2e6f6ec5d73b3aba53dc077bf2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:b731cc451638e4e1213edb5cf9f2a707dc9e4196dfd004f4a61d5b5f5b1d0c75_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:9ba21219e78170ef0894b9617b5e73f1c17987419b59cec160f34567126d6565_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:145640691e5a1c299dda7b9d02c5925dd40ca032e88ebef8e28696d52f8a2267_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:fceb4dd066f16f2f26d706ad34e8bffbba4c9fb1f4598c3abf25e90fd65c25d5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:7167c1e4fa2f1d6994a964d05dff74b2ddb6b051322a6576069647937028f435_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:6c359a023df6c5ce14c715666ed9233a77033a0f9a2cbf0463fb36f3e16417d4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:3f41faf2e3990aeff8d32bf73fbdd665b58d002c5e6aa590986706b6278c3923_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:a46233e5b1fa0a5a1a764a46c49a11269fadd87de378e28cb5fef0180ff7bf4f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-cni@sha256:fb1bc19434279409ff37e71aceb200a6ad915ffe6a4f2e7fdcbc9d250bdf5d0d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:85798bf870d31a79765ce9e73a6b5e3bbd18b28e0e7d009b5ad2880b805eb711_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:86da8c4a231249869671822435c5d160dfdbe40f37b35c329d0d678b88862cc7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:aa340b9e7d6540fef963456a1f68be95d2285796ae1fe6501f7a157f2c7853be_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-must-gather@sha256:201647697fc20fffa5238c768c1b70f593143ead6f5a8220e52c09bb486281dd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:6a2bdd5615bbccad31a48a4329005c053e1ffe644bffff32cbfe1307ad3fc7cd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:1a2418d7720c3b8dfbb1d4ee4dd33e40d40d20ef6149cff66a75e01997389361_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:a70ec003fa1858d78a82d3700e2c754534072d34769c582357dbbdaee131fae7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:403015afaab53d1aef65a3e1fd08e4bd0d534c7400a01f1096e9818970d240c4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:de1a25df83ac6bae5d4c23b809ce73c8c94e547653f244be3e85245b9134bbdd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:33380f96c6f751fae2a34f47043bbd2125f574815954ac094d09ecb28725d983_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:d014eec11f3767e50e7de299438160fad3790faa00b4db2a86c515d9df5ec807_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:14ced1f02db227a42c3b98b29f39d7e73ba06d8b0cbea83ecfaf2c63bb9ba04f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:ce3612a32ff93aa9738261533b336ea9b042a0fb0a25bc5fb28dec612ed7418e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:3a92f12e26afdfdccbc05a01031296b5404fa54e68de2ae2d4ee0994cb31424e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:7507d0c8e9e8c7fa573b50ca87c41195da712bc6c006ce4cd5e8355218099051_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:10385bc6050cab2cb3e3edd835c67668eee37be126f704799e9569a9b54d9c99_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-machine-controllers@sha256:af5205229b7ad7b9068165968c30ad36ac3016b1f28d0a26ed8ded9aa9eb14bd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:84a2ea69488edce69c22b8a5aef5665fa7563cdf2fcd3f9424acdedbed521499_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:0b230491bb5a52adc2242872a0686223e53a7ed3a5f923b383183558bc205b13_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-registry@sha256:b85e21c45357847ac140ef2db2222e7da11080812d2eee85cfdcc98eb6c22561_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:19bd2b1d343872fd132beaf68aad33eee9f274ea3915a299ce601467ac844421_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:0bd452632f8ad16181bbb5fd4a0a86a94c4cd4fbce183d61bf99f7ff28b7c6c9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:27f7ac8d4ed15dfb7b1f61abbfb38c2333b9974356a6070b2084b20b778ae3f9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-pod@sha256:0fff500fa4c52f2f910574e7fd646f9408397f726fbd5ba2d6e11f55ff0b51e1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:82b79d5ab7eed554fcc89d6fa5754dba5993816ea43c257097410fd078323943_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:2da4e2c822d30d1b66e59cbd696fd638fe6c1052a774c303bcc50d8c732713b4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:735c9ae12484b2d3c5301b5ea2d1cdddb583a7e65da3a35980fa20de3dcee1ab_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:20f8b3b38ed483e484897ab7f1465d9c20e3bdbe4ece138b85a2d9b46e184394_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:220a41bce9e80c6277055d596c02b3d62cf5905cfda772eb705c8ed4dd51feef_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:82edda6ae8fcfa24385cb75ab729154662649b66c5cce8b81719c300f838ff87_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:557c5ce0dfc308b7a88683cabd6303682bf959b6820d1209bb43554ca68f0f60_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:f54d7037f0084599924d8edad281b398611f8a96218a4809f4dc58f7cde7a261_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:1d1c4e5f78487db89666bd2fbee88fcc4fac0b1e62611a823a4971d088446369_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:0685631135bc2fd9d9f9e68cf34bf1ec66573fab26a0bccfa3f63ca2003472df_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus@sha256:90b2aaed0a32f10b45afb6ffca9379c3e8fc58a5d16f9730667055304b1b9b7c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:c28aa71e2759f4ef6a939f4c4cbe6eb93b490aec57edcd3bc04ddfb1a79e3122_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:f217d0e2ee477c6a4aad1b5329ad77aad631595ecc09223d45eabb65fbb3dcb8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-telemeter@sha256:49c604e45bed7de0092accf992a7360b759a25f6d0b2ba7a65bcce2c6c52f7ed_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tests@sha256:2f6347b402cd8f6e5afc8b6d2fcc3ea213d3e8325df186b0b4bfa3651fc29b4c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:3e3beaac96813816c6f2575c78e34faadb8cec2e97107a25efb6acc6f8d760d6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:4343e0a0d02722a0019942174c7d1587d8e8abefbde48b7b6f374a76a125b875_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:31cc96e0087d7748bc73f611917122a7426dd4f9dcce59a13bd0d3d0d29810c1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:5ff63bc70cbfcff3eede431fc5c0f704aea47191b9c598b56764c77374cebba8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:195ff9c2f84662da8890c5620382028240afb21f172caef120706070e71ce092_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:1504e3c20f04de8e4875f1860d18edd056fb8f64f4e1d6c375f5dec469bd1224_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:817c40ac725632322dc88f60c8870ca51ea3e71801fa1c01861db5a46b9fe2b5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:58475c817fa3fd1ac028c03eba2c857d3bd6c605e65093963d5be4d549495b7d_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418900"
}
],
"notes": [
{
"category": "description",
"text": "A denial-of-service vulnerability in github.com/sirupsen/logrus occurs when Entry.Writer() processes a single-line payload larger than 64KB with no newline characters. Due to a limitation in Go\u2019s internal bufio.Scanner, the read operation fails with a \u201ctoken too long\u201d error, causing the underlying writer pipe to close. In affected versions, this leaves the Writer interface unusable and can disrupt logging functionality, potentially degrading application availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/sirupsen/logrus: github.com/sirupsen/logrus: Denial-of-Service due to large single-line payload",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is categorized as Moderate because its impact is limited to the logging subsystem and requires a specific, non-default usage pattern to trigger\u2014namely, sending a single unbounded line exceeding 64KB through Entry.Writer(). Most Logrus deployments do not expose this interface directly to attacker-controlled input, which raises the attack complexity and reduces realistic exploitability. Additionally, the flaw does not affect confidentiality or integrity, nor does it allow code execution or privilege escalation. The failure results in a controlled degradation of availability (logging becoming non-functional), rather than a broader application outage or systemic compromise. These constrained conditions and limited real-world impact justify treating the issue as moderate rather than important.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:3da852fa79dfd7986e841fbfdaac11b058d722477229a8a3e446acc03d2855bd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:417cd2950c41d3490010f110b4bdc46fddbd5efa7a32ec73f44d080a9e56a814_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:58acdf2f0e9151c55c79e8e42766779a87aa74449186d3eac3483df14bfce5da_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:5cc1e869f5f7a54876857393b06d3bc3828299b7bddc1493d0b1ffb9f80e65db_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:5a45ed2384d5c44dbe11a7780c37622d9d55da2fed6782dbb51d45fda4b2a723_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:4c9eb330e0de59382effefdb1e5fae589020d462b114e0efe07a4726920757c8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:dd7c5a0d61ff5f73cf7f4ba78310282cd51fcab071e8ab56066a3cfa9e6c1ca1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:195ff9c2f84662da8890c5620382028240afb21f172caef120706070e71ce092_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:1504e3c20f04de8e4875f1860d18edd056fb8f64f4e1d6c375f5dec469bd1224_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:71dcf1b0bb479cbc69fe9cd96e1244055daea4b17ef4a1497d5f9b51f0f33646_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:ed90b4a58b967bc073abcd2c8d6450a757f7720c28a35a707e3b1acff10e7357_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:03b4902359e5dd1bc2524b213d42b3c1c2e3e0f63380a17142705ba0b8397529_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:0adb3f01f921885b64b9ee98648b1252c0ee4f46c3f65ff53633924d72f5694a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:f5ae1ca7faa4f3bbb86f3c32ad12928c4905c85a3cfaebda3d80c603b3df995a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:a40488813e76053f7e3bc398a6655b6dcecc7d8e641b8c9a84c4fc7a8babeeb9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/network-tools-rhel8@sha256:a8f987adb667cdfe893a8fb16c46d04f64ae704ebd6f939ad86e5fac4e87d1d0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:9227ff3d828a294d7076bc5ccaf2b316bb1b60620e4a549c1b9778e692aef760_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:5a9f74b5c3dc5f2a040ae50fa85cad4269d3ef5dd93c57ce97ac1640526ef083_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:8b973769b317e1ca3ec4df7ac8bde2fd3898649a73bf16c6d436d5dbbcf7d1b5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:3f162460712daaf28214bba38129c4cec5894aa8f0dd4e133de33797801abb6a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:222d3e7cd6cde1dd90c007fdcd9ee1eb0d73e4d9a0972e01d68b1e23f6643d6a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:94450b3c7a1318f9aeac92d28721ff3b9b0e032a9aa85726d8b02c54ea424f05_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:103394f2799040d165d26e83a4d011940a27a311221cf53388025da8cfe2bb3b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:9f12e9a06be28ae59e58ea78263ad17e3c729418a77b09e232524e46fb98aa90_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:d80e9ac78a64607ea74ba4d5ecbe521c1f919c98ba7c42f3c2ec1c821576430d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:7fd5087403be83fca087e1ec911beef62ed77461d65ad26f4680e50dbd719cb3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:2e7c9331c70fa6692e0f0ca398caf71060007b0243da63cfd549159874fd7dda_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:18bf1ed1f3b68d8676b3e1b33cd1922ca633e530a769030287c6094310890e44_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:b5967b8947d53c71c2d6d86a31c1d2b192688504c090b27cf92c330affdbb9b5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:2555cdbd7369c083baf6cdf13c51b567308b68492eaded300fec1a7ec2162520_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:3ca873b2249269813d75f2fc77ce7136dbc0bcb91ab5ea7fddb5289f87430ff3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:5f0235ee6907bb4cbbea1f5a0f6799a2316f53dca50dfd47bcb06553779d90ee_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:27791e130a789c4d7b82bc485b656f898efade15008428923d7bfff7412220ba_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:4215367141864d8246cd30210801d5eef359c01710205917d366b0969aa39aad_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:8e6843d665d705d385b691659de9ceddb5a5c632a2b8ddbb54ec53a8aae7b5e7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:57114c78085fb614e49877646ea3d32b8ca9a11f55758720cfbf5b237bda33b6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:aad175767a53e40687563666fbfd4b0ade6740b0a9106dd9072338b4ef6a967e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:551ea5cd1d61aa167aeebe2a664c584e1e604ccf044f95d4ccbd7581a37a28a8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:352e9b8374953a6d83b0bc7f47feeb949d36c4d19d5d4487e4e9e0935db060de_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:766ecb47dab0dabb396770983c28cf54cc8873953881b741511eff2cad97b368_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:933361e4087e27483e3228f18ed11927cf6b69804521ec41b0ced4f3b1392e10_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4cdf34306eb2eb7e0400f004f7f3fa24db634ab9ee30a745d810e0c1c2a57186_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:0dbd860d73a376922f814d9bead2138e5738f12261a17c89cf0b85c1dfd330c2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli@sha256:f3f11d030db87ab00d42e9bdf6afe349cf5383bef1e68e784640c9180c60ef9e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:4a583b961e61497209de9276f018dc3e78fad3f80a35bc5a99b243ef63f21dcc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:b83672b42e994c07b26b03379ca15be56589fe7d8a00677ff60f2eeed8ea0a07_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:2467b04bbdc95207f80f8df02ca39be34fe940737a49f35709286b47348a034d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:55bdaea54b24f7fb08ad30fd9f6c34dc944c11993a4dd6a255c41a25f500b5d6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:6ff4a8524e267e83bbc7222993cb7cdb083cf1e07d798f9a0b35f5d09afd685b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:63acdeae3182eb576b9959b98e2788e87dd9834e8c53f33cecc867a4a07019ec_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:f4d01e9d7968d2164a87d3167161d157e62b2636ff67747127b6fc904d85c60a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:d5e9126943d178b88d47ff4c0133ea2add90b05a19e65133abd92dd6ef8d43ed_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:d5e9126943d178b88d47ff4c0133ea2add90b05a19e65133abd92dd6ef8d43ed_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:ca34ef82ca0096a6201a02eca801a82b5945c37e79984321c6900e2007afb933_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:4849ed03bfda437491f219108afc8bd2599e96ecadf6322e527ff65ee6b2c7ae_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:7d3589d6ad46a61f492af7870b30992c8284f3041a59e6ed0c7e020a42f1fdb6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:6195190833c52939c4696d0271a59397726526f0a4accfc056e45e564e8af830_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:c069e4c89fb7af2ef735d8be2a05c068febe40b54ec8d43cdfa31118d5042005_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:9110db70398296e720496b0c7d0e02c5c0857248ce4d9625e80158de115cdb6f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:15302d83535f81bdb5f297b1dade9d5ad34039344be786846aa670134e746eed_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:c2da8698eea9388a61c2ae76ec72a46601e2480addfecda1c6f0c182a18b976a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:8aed89c36c6db33d5572521acccbc676e557f5268532a9ee2b63e8423191013a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:4ce64fc5f1b82f8eaca2aff35f5a4035ebe16dd67412aa73c783c7f2264d0078_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:ada2f039c9bafd29b12ad382037c6e27e3d3835593f36d548e6f325e2d76d2a3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:a5256116d595d9f902808ade081c5dadf42c8cf50a26ba4d50a636642a63be4c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:301719f189471ff392180858c3d1bc83470f53ce003842fa7ab63eaa8e1868e4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:c1ee6c2f6f113929ce4dc10b0a21604b974418201cc16911a6aaf6c6ccdae1fa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:7404217ef1eabda789b87d6c1d5fdbae4c569af1515142f65e761231165e1e77_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:72b65af0f9da924e1f96b490761c5e866a1e6d48d1d17a8e18e34722c7cf3858_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:a4d3ac3eb8dbd7f3eaf1aebb4a07f7fd9b14f14fdfd5aa92eb76699005af1b42_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:fdffcb1cb1fa8c62f2fd863852a4c8319d468720dd7dbda93583de16e4763867_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:32d6da2834b5fc4ba1e8ff1775cb4ed14b3a3c19d2975d0f3bdab29068572ea0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:9e7a6228eaca387c19876f41fe99ac45c794f5beedacb6105841eec8f47c3d92_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:7955a4d52e11574cd5b56c80046cffab0dfcb7fbdc52de2cd8ef10fe253f3af7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:664a0fb69a06806911ca8661fe92e86fdeed45e32d0748ea166f00d5699a0972_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:239c1a0cabec9621a0926b9024145f61973631dead00bfd0411fd479412ca3e7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console-operator@sha256:1a4e35546ecab85097ca2a876e41e702ad1fba8a3f2a4d9e009ed70b72b5ca97_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console@sha256:735a1f869be25e1b0cd29e96bab37c92161e4448a469f50edaabf506dabf9e97_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:5a6d77b9eecceaa0f0abf12806d56424604df8b19286ae397dc99c513868e4c9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-coredns@sha256:97a09430b0f9dfe88b861cb686a75399f26c0b52146a37eb84fa5b4193dda056_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:3ccf92e1ceed3bb4d7e92083204c4e818f59bc2be5d4b494e5c6e36afe49898c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:12029d2e1342cc56ad28c160314dc3eec2fd495d7680c7d155645a8d631f9c17_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:52a513e8cf1eed7857e352eab8b25f7c51ccd2c08c5083112553bf1293c7e849_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:eafdc83a60099af9de79968cfa967da3e9a589659b66fd1386aac8d632e82340_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c7cb5497338edcf1185914249c765d50b902e1640049a9e8e6ad0d57b792ee8e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:2ca4a02beb4550f80c19d9880aed6c921501867619f7c11648f2686b661434d4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:2ca4a02beb4550f80c19d9880aed6c921501867619f7c11648f2686b661434d4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:63920d0ad6f0b8cfbcdf8627269c50f84e66915aaad5fb6fd16e9480460b5313_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:63920d0ad6f0b8cfbcdf8627269c50f84e66915aaad5fb6fd16e9480460b5313_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:ab5caed8152c7e5012036719691b9fe4ba73b4488faa90f52ec88deb78f2ef47_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:ab5caed8152c7e5012036719691b9fe4ba73b4488faa90f52ec88deb78f2ef47_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:3eb660f6971e2d8237b7b9ddb60e55e3bcccbd9f34b0cf3870bf1c18e07d25e0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:3eb660f6971e2d8237b7b9ddb60e55e3bcccbd9f34b0cf3870bf1c18e07d25e0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:1c61bea46954facb357a90cf7e8dcabb4073a45cee9e8928c3faf307f9d194a7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:1c61bea46954facb357a90cf7e8dcabb4073a45cee9e8928c3faf307f9d194a7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:8a38bd8d9a2f59953e6847385cde2ca47d7252af62af446d98a44dc1e6e06907_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:8a38bd8d9a2f59953e6847385cde2ca47d7252af62af446d98a44dc1e6e06907_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:681c52a626b9b28b3cc3de0b8a6e643aa3a071e80da0f44fca4af00768e009b2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:681c52a626b9b28b3cc3de0b8a6e643aa3a071e80da0f44fca4af00768e009b2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:2b93d7f431d61453311b929fec9391525bc97166aabfca4efec2cb5c8053ae31_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-deployer@sha256:c0e3736e12e3fbec1b29b06ccc21599e6ff0114e0e47611e2f94c6163f60d9b4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-builder@sha256:c6430b22a10b6e8ab0f60617727058b212edeb72b802458a6188acfe51c35ad1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-registry@sha256:ffad01290cfad51340f07afc72b877ab3095ccdefaadd67e9f66c0bc7a9d126e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-etcd@sha256:1aedebae5a1eb0195c6a8d30e6b91be3505d439e5fdf364ba62a9df86bc423a8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:aae2532fdefaeef32a1c12fca4417650529c885f850aa0502438468c888f26b3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:b2e49e53dc87c605e8ed9a412e6001f9e8bbfa15121a7bdaf42ec7cf5c5e5a4e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:69307cbf63377392049c210206a187d96dbdab6daa749e9c4b3c26e482567e25_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:88ffe472fae92406d19d174c50515d8d22a6d0a7b93f7f7b89b485d0b6fca3a4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-haproxy-router@sha256:1a103094e958de44278635a3506bd8557894f987cda61cbc2c5ab757ba8815c4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hyperkube@sha256:50be43d66e3049fc247ac60315cce3d11f784dcddfc1ec4112af94740288fb44_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:8d762f3ffdcb22589570deae966d6d092bc3a0e75537d0f0a4dbfcf2115ed03e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:163355de7f30a4161758a43c7adefb90ab969c07be9604c9a34e0c2499f5f7e3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:6618f9828840cf41fffc19e89f5ae2077ac1aadaece6aa33fde8497b4fbf06e1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:337e3625cbadf2a326aa7de7f1750ed7ac6ef29ad28508b60e396bf72f2f4ae9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:bf789b27d3ba264a300600ee975f31e94a017b29cd878e78860aca9e42b633c2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:b8674517296b137591fdfd8086ff069731e8910c97d4aeae5bfec11b32e8e891_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:22d09b4eafbf14a04eea1d7e98abe239e59465106c9634d4e99cfb4ffb2d2508_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:59d16eba992d35b83656ff86cf914fb5ac7e68b6e6b1db732d117bd1cfcd066d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:3f13acb41c7905c644eda4164b2a03a1a42f18e0ed55231f30f87a476f6320a0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer@sha256:2350a03a4e87eedb2bdd0e02ed771c2785014e48fcb9f42909e7186027c6311d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:aa92b055a5e97f08b510ee1df7583d7f2c3181f2cd419732dd9e34f351a44b0f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:98e10bddb60bddd235b524c4ab661cf2e1cc0da0c71d4317f26a01bde8b069a4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d344270fd48b6000166a4fad79dbd4536c5e4c58309d1e36e45d055c13fcb914_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:a8725ec7e307727da1f2a833cd0171dd332fc276cc80d6a1cce548e157c10aee_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:7b34408e62f572b8636b90d8ea622ed1b03e72ab014f32033e13790583cf29ee_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:6eb5e9896c82bfcd569b9c002475c0a87054cc92b85792e66453044e4f27726c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-proxy@sha256:ba2ea0cf300603cb839139fec385933c5585beee96666c439a565670bf867531_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:c7cc40ccbefa06e47aa71896ab733ccd16d9aa2637991f2994c976fb8cfbc446_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:8fcc17d23b0e06802fb907df56a0e712f8beb3aadb7850cd549d1105cd6964e6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:29ee316d69a70a0fb1dd96be313e7030c24e2fcc3fcedc1e3d90aed63b602324_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:19f25f9d406b88e079a0156ee28016df1f13a7556d2f9a771d75e506c5a009bb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:7bb99f7ef4a98fda5c3d6f972f243cfa8372294b28b9976b97ba96b776cfd81f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:53bcff6b7cff9137d1217881bd66deb2d055a6769c50bce52d398f6ca902c9e9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:fb362c48e4dbe220809704a8ee467120e2546d2e6f6ec5d73b3aba53dc077bf2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:b731cc451638e4e1213edb5cf9f2a707dc9e4196dfd004f4a61d5b5f5b1d0c75_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:9ba21219e78170ef0894b9617b5e73f1c17987419b59cec160f34567126d6565_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:145640691e5a1c299dda7b9d02c5925dd40ca032e88ebef8e28696d52f8a2267_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:fceb4dd066f16f2f26d706ad34e8bffbba4c9fb1f4598c3abf25e90fd65c25d5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:7167c1e4fa2f1d6994a964d05dff74b2ddb6b051322a6576069647937028f435_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:6c359a023df6c5ce14c715666ed9233a77033a0f9a2cbf0463fb36f3e16417d4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:3f41faf2e3990aeff8d32bf73fbdd665b58d002c5e6aa590986706b6278c3923_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:a46233e5b1fa0a5a1a764a46c49a11269fadd87de378e28cb5fef0180ff7bf4f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-cni@sha256:fb1bc19434279409ff37e71aceb200a6ad915ffe6a4f2e7fdcbc9d250bdf5d0d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:85798bf870d31a79765ce9e73a6b5e3bbd18b28e0e7d009b5ad2880b805eb711_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:86da8c4a231249869671822435c5d160dfdbe40f37b35c329d0d678b88862cc7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:aa340b9e7d6540fef963456a1f68be95d2285796ae1fe6501f7a157f2c7853be_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-must-gather@sha256:201647697fc20fffa5238c768c1b70f593143ead6f5a8220e52c09bb486281dd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:6a2bdd5615bbccad31a48a4329005c053e1ffe644bffff32cbfe1307ad3fc7cd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:1a2418d7720c3b8dfbb1d4ee4dd33e40d40d20ef6149cff66a75e01997389361_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:a70ec003fa1858d78a82d3700e2c754534072d34769c582357dbbdaee131fae7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:403015afaab53d1aef65a3e1fd08e4bd0d534c7400a01f1096e9818970d240c4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:de1a25df83ac6bae5d4c23b809ce73c8c94e547653f244be3e85245b9134bbdd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:33380f96c6f751fae2a34f47043bbd2125f574815954ac094d09ecb28725d983_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:d014eec11f3767e50e7de299438160fad3790faa00b4db2a86c515d9df5ec807_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:14ced1f02db227a42c3b98b29f39d7e73ba06d8b0cbea83ecfaf2c63bb9ba04f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:ce3612a32ff93aa9738261533b336ea9b042a0fb0a25bc5fb28dec612ed7418e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:3a92f12e26afdfdccbc05a01031296b5404fa54e68de2ae2d4ee0994cb31424e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:7507d0c8e9e8c7fa573b50ca87c41195da712bc6c006ce4cd5e8355218099051_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:10385bc6050cab2cb3e3edd835c67668eee37be126f704799e9569a9b54d9c99_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-machine-controllers@sha256:af5205229b7ad7b9068165968c30ad36ac3016b1f28d0a26ed8ded9aa9eb14bd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:84a2ea69488edce69c22b8a5aef5665fa7563cdf2fcd3f9424acdedbed521499_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:0b230491bb5a52adc2242872a0686223e53a7ed3a5f923b383183558bc205b13_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-registry@sha256:b85e21c45357847ac140ef2db2222e7da11080812d2eee85cfdcc98eb6c22561_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:19bd2b1d343872fd132beaf68aad33eee9f274ea3915a299ce601467ac844421_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:0bd452632f8ad16181bbb5fd4a0a86a94c4cd4fbce183d61bf99f7ff28b7c6c9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:27f7ac8d4ed15dfb7b1f61abbfb38c2333b9974356a6070b2084b20b778ae3f9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-pod@sha256:0fff500fa4c52f2f910574e7fd646f9408397f726fbd5ba2d6e11f55ff0b51e1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:82b79d5ab7eed554fcc89d6fa5754dba5993816ea43c257097410fd078323943_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:2da4e2c822d30d1b66e59cbd696fd638fe6c1052a774c303bcc50d8c732713b4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:735c9ae12484b2d3c5301b5ea2d1cdddb583a7e65da3a35980fa20de3dcee1ab_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:20f8b3b38ed483e484897ab7f1465d9c20e3bdbe4ece138b85a2d9b46e184394_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:220a41bce9e80c6277055d596c02b3d62cf5905cfda772eb705c8ed4dd51feef_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:82edda6ae8fcfa24385cb75ab729154662649b66c5cce8b81719c300f838ff87_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:557c5ce0dfc308b7a88683cabd6303682bf959b6820d1209bb43554ca68f0f60_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:f54d7037f0084599924d8edad281b398611f8a96218a4809f4dc58f7cde7a261_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:1d1c4e5f78487db89666bd2fbee88fcc4fac0b1e62611a823a4971d088446369_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:0685631135bc2fd9d9f9e68cf34bf1ec66573fab26a0bccfa3f63ca2003472df_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus@sha256:90b2aaed0a32f10b45afb6ffca9379c3e8fc58a5d16f9730667055304b1b9b7c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:c28aa71e2759f4ef6a939f4c4cbe6eb93b490aec57edcd3bc04ddfb1a79e3122_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:f217d0e2ee477c6a4aad1b5329ad77aad631595ecc09223d45eabb65fbb3dcb8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-telemeter@sha256:49c604e45bed7de0092accf992a7360b759a25f6d0b2ba7a65bcce2c6c52f7ed_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tests@sha256:2f6347b402cd8f6e5afc8b6d2fcc3ea213d3e8325df186b0b4bfa3651fc29b4c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:3e3beaac96813816c6f2575c78e34faadb8cec2e97107a25efb6acc6f8d760d6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:4343e0a0d02722a0019942174c7d1587d8e8abefbde48b7b6f374a76a125b875_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:31cc96e0087d7748bc73f611917122a7426dd4f9dcce59a13bd0d3d0d29810c1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:5ff63bc70cbfcff3eede431fc5c0f704aea47191b9c598b56764c77374cebba8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:195ff9c2f84662da8890c5620382028240afb21f172caef120706070e71ce092_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:1504e3c20f04de8e4875f1860d18edd056fb8f64f4e1d6c375f5dec469bd1224_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:817c40ac725632322dc88f60c8870ca51ea3e71801fa1c01861db5a46b9fe2b5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:58475c817fa3fd1ac028c03eba2c857d3bd6c605e65093963d5be4d549495b7d_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-65637"
},
{
"category": "external",
"summary": "RHBZ#2418900",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418900"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-65637",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-65637"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-65637",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-65637"
},
{
"category": "external",
"summary": "https://github.com/mjuanxd/logrus-dos-poc",
"url": "https://github.com/mjuanxd/logrus-dos-poc"
},
{
"category": "external",
"summary": "https://github.com/mjuanxd/logrus-dos-poc/blob/main/README.md",
"url": "https://github.com/mjuanxd/logrus-dos-poc/blob/main/README.md"
},
{
"category": "external",
"summary": "https://github.com/sirupsen/logrus/issues/1370",
"url": "https://github.com/sirupsen/logrus/issues/1370"
},
{
"category": "external",
"summary": "https://github.com/sirupsen/logrus/pull/1376",
"url": "https://github.com/sirupsen/logrus/pull/1376"
},
{
"category": "external",
"summary": "https://github.com/sirupsen/logrus/releases/tag/v1.8.3",
"url": "https://github.com/sirupsen/logrus/releases/tag/v1.8.3"
},
{
"category": "external",
"summary": "https://github.com/sirupsen/logrus/releases/tag/v1.9.1",
"url": "https://github.com/sirupsen/logrus/releases/tag/v1.9.1"
},
{
"category": "external",
"summary": "https://github.com/sirupsen/logrus/releases/tag/v1.9.3",
"url": "https://github.com/sirupsen/logrus/releases/tag/v1.9.3"
},
{
"category": "external",
"summary": "https://security.snyk.io/vuln/SNYK-GOLANG-GITHUBCOMSIRUPSENLOGRUS-5564391",
"url": "https://security.snyk.io/vuln/SNYK-GOLANG-GITHUBCOMSIRUPSENLOGRUS-5564391"
}
],
"release_date": "2025-12-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-12T02:09:09+00:00",
"details": "For OpenShift Container Platform 4.12 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.12/html/release_notes\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64 architecture. The image digest may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\n The sha value for the release is as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:07275faf221c556cca2a816cb48a87bdc25a44ff41f91bb88a232c15bc09165e\n\nAll OpenShift Container Platform 4.12 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.12/html-single/updating_clusters/index#updating-cluster-within-minor.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:3da852fa79dfd7986e841fbfdaac11b058d722477229a8a3e446acc03d2855bd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:417cd2950c41d3490010f110b4bdc46fddbd5efa7a32ec73f44d080a9e56a814_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:58acdf2f0e9151c55c79e8e42766779a87aa74449186d3eac3483df14bfce5da_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:5cc1e869f5f7a54876857393b06d3bc3828299b7bddc1493d0b1ffb9f80e65db_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:5a45ed2384d5c44dbe11a7780c37622d9d55da2fed6782dbb51d45fda4b2a723_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:4c9eb330e0de59382effefdb1e5fae589020d462b114e0efe07a4726920757c8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:dd7c5a0d61ff5f73cf7f4ba78310282cd51fcab071e8ab56066a3cfa9e6c1ca1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:195ff9c2f84662da8890c5620382028240afb21f172caef120706070e71ce092_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:1504e3c20f04de8e4875f1860d18edd056fb8f64f4e1d6c375f5dec469bd1224_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:71dcf1b0bb479cbc69fe9cd96e1244055daea4b17ef4a1497d5f9b51f0f33646_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:ed90b4a58b967bc073abcd2c8d6450a757f7720c28a35a707e3b1acff10e7357_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3870"
},
{
"category": "workaround",
"details": "Mitigation is either unavailable or does not meet Red Hat Product Security standards for usability, deployment, applicability, or stability.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:03b4902359e5dd1bc2524b213d42b3c1c2e3e0f63380a17142705ba0b8397529_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:0adb3f01f921885b64b9ee98648b1252c0ee4f46c3f65ff53633924d72f5694a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:f5ae1ca7faa4f3bbb86f3c32ad12928c4905c85a3cfaebda3d80c603b3df995a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:a40488813e76053f7e3bc398a6655b6dcecc7d8e641b8c9a84c4fc7a8babeeb9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/network-tools-rhel8@sha256:a8f987adb667cdfe893a8fb16c46d04f64ae704ebd6f939ad86e5fac4e87d1d0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:9227ff3d828a294d7076bc5ccaf2b316bb1b60620e4a549c1b9778e692aef760_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:5a9f74b5c3dc5f2a040ae50fa85cad4269d3ef5dd93c57ce97ac1640526ef083_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:8b973769b317e1ca3ec4df7ac8bde2fd3898649a73bf16c6d436d5dbbcf7d1b5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:3f162460712daaf28214bba38129c4cec5894aa8f0dd4e133de33797801abb6a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:222d3e7cd6cde1dd90c007fdcd9ee1eb0d73e4d9a0972e01d68b1e23f6643d6a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:94450b3c7a1318f9aeac92d28721ff3b9b0e032a9aa85726d8b02c54ea424f05_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:103394f2799040d165d26e83a4d011940a27a311221cf53388025da8cfe2bb3b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:9f12e9a06be28ae59e58ea78263ad17e3c729418a77b09e232524e46fb98aa90_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:d80e9ac78a64607ea74ba4d5ecbe521c1f919c98ba7c42f3c2ec1c821576430d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:7fd5087403be83fca087e1ec911beef62ed77461d65ad26f4680e50dbd719cb3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:2e7c9331c70fa6692e0f0ca398caf71060007b0243da63cfd549159874fd7dda_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:18bf1ed1f3b68d8676b3e1b33cd1922ca633e530a769030287c6094310890e44_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:b5967b8947d53c71c2d6d86a31c1d2b192688504c090b27cf92c330affdbb9b5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:3da852fa79dfd7986e841fbfdaac11b058d722477229a8a3e446acc03d2855bd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:2555cdbd7369c083baf6cdf13c51b567308b68492eaded300fec1a7ec2162520_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:3ca873b2249269813d75f2fc77ce7136dbc0bcb91ab5ea7fddb5289f87430ff3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:5f0235ee6907bb4cbbea1f5a0f6799a2316f53dca50dfd47bcb06553779d90ee_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:27791e130a789c4d7b82bc485b656f898efade15008428923d7bfff7412220ba_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:4215367141864d8246cd30210801d5eef359c01710205917d366b0969aa39aad_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:8e6843d665d705d385b691659de9ceddb5a5c632a2b8ddbb54ec53a8aae7b5e7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:57114c78085fb614e49877646ea3d32b8ca9a11f55758720cfbf5b237bda33b6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:aad175767a53e40687563666fbfd4b0ade6740b0a9106dd9072338b4ef6a967e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:551ea5cd1d61aa167aeebe2a664c584e1e604ccf044f95d4ccbd7581a37a28a8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:352e9b8374953a6d83b0bc7f47feeb949d36c4d19d5d4487e4e9e0935db060de_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:766ecb47dab0dabb396770983c28cf54cc8873953881b741511eff2cad97b368_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:933361e4087e27483e3228f18ed11927cf6b69804521ec41b0ced4f3b1392e10_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4cdf34306eb2eb7e0400f004f7f3fa24db634ab9ee30a745d810e0c1c2a57186_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:0dbd860d73a376922f814d9bead2138e5738f12261a17c89cf0b85c1dfd330c2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli@sha256:f3f11d030db87ab00d42e9bdf6afe349cf5383bef1e68e784640c9180c60ef9e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:4a583b961e61497209de9276f018dc3e78fad3f80a35bc5a99b243ef63f21dcc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:b83672b42e994c07b26b03379ca15be56589fe7d8a00677ff60f2eeed8ea0a07_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:2467b04bbdc95207f80f8df02ca39be34fe940737a49f35709286b47348a034d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:55bdaea54b24f7fb08ad30fd9f6c34dc944c11993a4dd6a255c41a25f500b5d6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:6ff4a8524e267e83bbc7222993cb7cdb083cf1e07d798f9a0b35f5d09afd685b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:63acdeae3182eb576b9959b98e2788e87dd9834e8c53f33cecc867a4a07019ec_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:f4d01e9d7968d2164a87d3167161d157e62b2636ff67747127b6fc904d85c60a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:d5e9126943d178b88d47ff4c0133ea2add90b05a19e65133abd92dd6ef8d43ed_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:d5e9126943d178b88d47ff4c0133ea2add90b05a19e65133abd92dd6ef8d43ed_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:ca34ef82ca0096a6201a02eca801a82b5945c37e79984321c6900e2007afb933_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:4849ed03bfda437491f219108afc8bd2599e96ecadf6322e527ff65ee6b2c7ae_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:7d3589d6ad46a61f492af7870b30992c8284f3041a59e6ed0c7e020a42f1fdb6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:6195190833c52939c4696d0271a59397726526f0a4accfc056e45e564e8af830_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:c069e4c89fb7af2ef735d8be2a05c068febe40b54ec8d43cdfa31118d5042005_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:417cd2950c41d3490010f110b4bdc46fddbd5efa7a32ec73f44d080a9e56a814_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:9110db70398296e720496b0c7d0e02c5c0857248ce4d9625e80158de115cdb6f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:15302d83535f81bdb5f297b1dade9d5ad34039344be786846aa670134e746eed_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:c2da8698eea9388a61c2ae76ec72a46601e2480addfecda1c6f0c182a18b976a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:8aed89c36c6db33d5572521acccbc676e557f5268532a9ee2b63e8423191013a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:4ce64fc5f1b82f8eaca2aff35f5a4035ebe16dd67412aa73c783c7f2264d0078_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:ada2f039c9bafd29b12ad382037c6e27e3d3835593f36d548e6f325e2d76d2a3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:58acdf2f0e9151c55c79e8e42766779a87aa74449186d3eac3483df14bfce5da_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:a5256116d595d9f902808ade081c5dadf42c8cf50a26ba4d50a636642a63be4c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:301719f189471ff392180858c3d1bc83470f53ce003842fa7ab63eaa8e1868e4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:c1ee6c2f6f113929ce4dc10b0a21604b974418201cc16911a6aaf6c6ccdae1fa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:7404217ef1eabda789b87d6c1d5fdbae4c569af1515142f65e761231165e1e77_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:72b65af0f9da924e1f96b490761c5e866a1e6d48d1d17a8e18e34722c7cf3858_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:a4d3ac3eb8dbd7f3eaf1aebb4a07f7fd9b14f14fdfd5aa92eb76699005af1b42_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:fdffcb1cb1fa8c62f2fd863852a4c8319d468720dd7dbda93583de16e4763867_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:32d6da2834b5fc4ba1e8ff1775cb4ed14b3a3c19d2975d0f3bdab29068572ea0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:9e7a6228eaca387c19876f41fe99ac45c794f5beedacb6105841eec8f47c3d92_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:5cc1e869f5f7a54876857393b06d3bc3828299b7bddc1493d0b1ffb9f80e65db_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:7955a4d52e11574cd5b56c80046cffab0dfcb7fbdc52de2cd8ef10fe253f3af7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:664a0fb69a06806911ca8661fe92e86fdeed45e32d0748ea166f00d5699a0972_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:239c1a0cabec9621a0926b9024145f61973631dead00bfd0411fd479412ca3e7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console-operator@sha256:1a4e35546ecab85097ca2a876e41e702ad1fba8a3f2a4d9e009ed70b72b5ca97_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console@sha256:735a1f869be25e1b0cd29e96bab37c92161e4448a469f50edaabf506dabf9e97_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:5a6d77b9eecceaa0f0abf12806d56424604df8b19286ae397dc99c513868e4c9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-coredns@sha256:97a09430b0f9dfe88b861cb686a75399f26c0b52146a37eb84fa5b4193dda056_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:5a45ed2384d5c44dbe11a7780c37622d9d55da2fed6782dbb51d45fda4b2a723_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:3ccf92e1ceed3bb4d7e92083204c4e818f59bc2be5d4b494e5c6e36afe49898c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:12029d2e1342cc56ad28c160314dc3eec2fd495d7680c7d155645a8d631f9c17_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:52a513e8cf1eed7857e352eab8b25f7c51ccd2c08c5083112553bf1293c7e849_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:eafdc83a60099af9de79968cfa967da3e9a589659b66fd1386aac8d632e82340_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c7cb5497338edcf1185914249c765d50b902e1640049a9e8e6ad0d57b792ee8e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:2ca4a02beb4550f80c19d9880aed6c921501867619f7c11648f2686b661434d4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:2ca4a02beb4550f80c19d9880aed6c921501867619f7c11648f2686b661434d4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:63920d0ad6f0b8cfbcdf8627269c50f84e66915aaad5fb6fd16e9480460b5313_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:63920d0ad6f0b8cfbcdf8627269c50f84e66915aaad5fb6fd16e9480460b5313_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:ab5caed8152c7e5012036719691b9fe4ba73b4488faa90f52ec88deb78f2ef47_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:ab5caed8152c7e5012036719691b9fe4ba73b4488faa90f52ec88deb78f2ef47_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:3eb660f6971e2d8237b7b9ddb60e55e3bcccbd9f34b0cf3870bf1c18e07d25e0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:3eb660f6971e2d8237b7b9ddb60e55e3bcccbd9f34b0cf3870bf1c18e07d25e0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:1c61bea46954facb357a90cf7e8dcabb4073a45cee9e8928c3faf307f9d194a7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:1c61bea46954facb357a90cf7e8dcabb4073a45cee9e8928c3faf307f9d194a7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:8a38bd8d9a2f59953e6847385cde2ca47d7252af62af446d98a44dc1e6e06907_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:8a38bd8d9a2f59953e6847385cde2ca47d7252af62af446d98a44dc1e6e06907_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:681c52a626b9b28b3cc3de0b8a6e643aa3a071e80da0f44fca4af00768e009b2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:681c52a626b9b28b3cc3de0b8a6e643aa3a071e80da0f44fca4af00768e009b2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:2b93d7f431d61453311b929fec9391525bc97166aabfca4efec2cb5c8053ae31_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-deployer@sha256:c0e3736e12e3fbec1b29b06ccc21599e6ff0114e0e47611e2f94c6163f60d9b4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-builder@sha256:c6430b22a10b6e8ab0f60617727058b212edeb72b802458a6188acfe51c35ad1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-registry@sha256:ffad01290cfad51340f07afc72b877ab3095ccdefaadd67e9f66c0bc7a9d126e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-etcd@sha256:1aedebae5a1eb0195c6a8d30e6b91be3505d439e5fdf364ba62a9df86bc423a8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:aae2532fdefaeef32a1c12fca4417650529c885f850aa0502438468c888f26b3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:b2e49e53dc87c605e8ed9a412e6001f9e8bbfa15121a7bdaf42ec7cf5c5e5a4e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:69307cbf63377392049c210206a187d96dbdab6daa749e9c4b3c26e482567e25_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:88ffe472fae92406d19d174c50515d8d22a6d0a7b93f7f7b89b485d0b6fca3a4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-haproxy-router@sha256:1a103094e958de44278635a3506bd8557894f987cda61cbc2c5ab757ba8815c4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hyperkube@sha256:50be43d66e3049fc247ac60315cce3d11f784dcddfc1ec4112af94740288fb44_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:8d762f3ffdcb22589570deae966d6d092bc3a0e75537d0f0a4dbfcf2115ed03e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:163355de7f30a4161758a43c7adefb90ab969c07be9604c9a34e0c2499f5f7e3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:6618f9828840cf41fffc19e89f5ae2077ac1aadaece6aa33fde8497b4fbf06e1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:337e3625cbadf2a326aa7de7f1750ed7ac6ef29ad28508b60e396bf72f2f4ae9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:bf789b27d3ba264a300600ee975f31e94a017b29cd878e78860aca9e42b633c2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:b8674517296b137591fdfd8086ff069731e8910c97d4aeae5bfec11b32e8e891_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:22d09b4eafbf14a04eea1d7e98abe239e59465106c9634d4e99cfb4ffb2d2508_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:4c9eb330e0de59382effefdb1e5fae589020d462b114e0efe07a4726920757c8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:59d16eba992d35b83656ff86cf914fb5ac7e68b6e6b1db732d117bd1cfcd066d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:3f13acb41c7905c644eda4164b2a03a1a42f18e0ed55231f30f87a476f6320a0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer@sha256:2350a03a4e87eedb2bdd0e02ed771c2785014e48fcb9f42909e7186027c6311d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:aa92b055a5e97f08b510ee1df7583d7f2c3181f2cd419732dd9e34f351a44b0f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:98e10bddb60bddd235b524c4ab661cf2e1cc0da0c71d4317f26a01bde8b069a4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d344270fd48b6000166a4fad79dbd4536c5e4c58309d1e36e45d055c13fcb914_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:a8725ec7e307727da1f2a833cd0171dd332fc276cc80d6a1cce548e157c10aee_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:7b34408e62f572b8636b90d8ea622ed1b03e72ab014f32033e13790583cf29ee_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:6eb5e9896c82bfcd569b9c002475c0a87054cc92b85792e66453044e4f27726c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-proxy@sha256:ba2ea0cf300603cb839139fec385933c5585beee96666c439a565670bf867531_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:c7cc40ccbefa06e47aa71896ab733ccd16d9aa2637991f2994c976fb8cfbc446_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:8fcc17d23b0e06802fb907df56a0e712f8beb3aadb7850cd549d1105cd6964e6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:29ee316d69a70a0fb1dd96be313e7030c24e2fcc3fcedc1e3d90aed63b602324_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:19f25f9d406b88e079a0156ee28016df1f13a7556d2f9a771d75e506c5a009bb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:7bb99f7ef4a98fda5c3d6f972f243cfa8372294b28b9976b97ba96b776cfd81f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:53bcff6b7cff9137d1217881bd66deb2d055a6769c50bce52d398f6ca902c9e9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:fb362c48e4dbe220809704a8ee467120e2546d2e6f6ec5d73b3aba53dc077bf2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:b731cc451638e4e1213edb5cf9f2a707dc9e4196dfd004f4a61d5b5f5b1d0c75_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:9ba21219e78170ef0894b9617b5e73f1c17987419b59cec160f34567126d6565_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:145640691e5a1c299dda7b9d02c5925dd40ca032e88ebef8e28696d52f8a2267_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:fceb4dd066f16f2f26d706ad34e8bffbba4c9fb1f4598c3abf25e90fd65c25d5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:7167c1e4fa2f1d6994a964d05dff74b2ddb6b051322a6576069647937028f435_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:6c359a023df6c5ce14c715666ed9233a77033a0f9a2cbf0463fb36f3e16417d4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:3f41faf2e3990aeff8d32bf73fbdd665b58d002c5e6aa590986706b6278c3923_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:a46233e5b1fa0a5a1a764a46c49a11269fadd87de378e28cb5fef0180ff7bf4f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-cni@sha256:fb1bc19434279409ff37e71aceb200a6ad915ffe6a4f2e7fdcbc9d250bdf5d0d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:85798bf870d31a79765ce9e73a6b5e3bbd18b28e0e7d009b5ad2880b805eb711_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:86da8c4a231249869671822435c5d160dfdbe40f37b35c329d0d678b88862cc7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:aa340b9e7d6540fef963456a1f68be95d2285796ae1fe6501f7a157f2c7853be_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-must-gather@sha256:201647697fc20fffa5238c768c1b70f593143ead6f5a8220e52c09bb486281dd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:6a2bdd5615bbccad31a48a4329005c053e1ffe644bffff32cbfe1307ad3fc7cd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:1a2418d7720c3b8dfbb1d4ee4dd33e40d40d20ef6149cff66a75e01997389361_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:a70ec003fa1858d78a82d3700e2c754534072d34769c582357dbbdaee131fae7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:403015afaab53d1aef65a3e1fd08e4bd0d534c7400a01f1096e9818970d240c4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:de1a25df83ac6bae5d4c23b809ce73c8c94e547653f244be3e85245b9134bbdd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:33380f96c6f751fae2a34f47043bbd2125f574815954ac094d09ecb28725d983_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:d014eec11f3767e50e7de299438160fad3790faa00b4db2a86c515d9df5ec807_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:14ced1f02db227a42c3b98b29f39d7e73ba06d8b0cbea83ecfaf2c63bb9ba04f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:ce3612a32ff93aa9738261533b336ea9b042a0fb0a25bc5fb28dec612ed7418e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:3a92f12e26afdfdccbc05a01031296b5404fa54e68de2ae2d4ee0994cb31424e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:dd7c5a0d61ff5f73cf7f4ba78310282cd51fcab071e8ab56066a3cfa9e6c1ca1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:7507d0c8e9e8c7fa573b50ca87c41195da712bc6c006ce4cd5e8355218099051_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:10385bc6050cab2cb3e3edd835c67668eee37be126f704799e9569a9b54d9c99_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-machine-controllers@sha256:af5205229b7ad7b9068165968c30ad36ac3016b1f28d0a26ed8ded9aa9eb14bd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:84a2ea69488edce69c22b8a5aef5665fa7563cdf2fcd3f9424acdedbed521499_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:0b230491bb5a52adc2242872a0686223e53a7ed3a5f923b383183558bc205b13_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-registry@sha256:b85e21c45357847ac140ef2db2222e7da11080812d2eee85cfdcc98eb6c22561_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:19bd2b1d343872fd132beaf68aad33eee9f274ea3915a299ce601467ac844421_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:0bd452632f8ad16181bbb5fd4a0a86a94c4cd4fbce183d61bf99f7ff28b7c6c9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:27f7ac8d4ed15dfb7b1f61abbfb38c2333b9974356a6070b2084b20b778ae3f9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-pod@sha256:0fff500fa4c52f2f910574e7fd646f9408397f726fbd5ba2d6e11f55ff0b51e1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:82b79d5ab7eed554fcc89d6fa5754dba5993816ea43c257097410fd078323943_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:2da4e2c822d30d1b66e59cbd696fd638fe6c1052a774c303bcc50d8c732713b4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:735c9ae12484b2d3c5301b5ea2d1cdddb583a7e65da3a35980fa20de3dcee1ab_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:20f8b3b38ed483e484897ab7f1465d9c20e3bdbe4ece138b85a2d9b46e184394_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:220a41bce9e80c6277055d596c02b3d62cf5905cfda772eb705c8ed4dd51feef_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:82edda6ae8fcfa24385cb75ab729154662649b66c5cce8b81719c300f838ff87_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:557c5ce0dfc308b7a88683cabd6303682bf959b6820d1209bb43554ca68f0f60_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:f54d7037f0084599924d8edad281b398611f8a96218a4809f4dc58f7cde7a261_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:1d1c4e5f78487db89666bd2fbee88fcc4fac0b1e62611a823a4971d088446369_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:0685631135bc2fd9d9f9e68cf34bf1ec66573fab26a0bccfa3f63ca2003472df_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus@sha256:90b2aaed0a32f10b45afb6ffca9379c3e8fc58a5d16f9730667055304b1b9b7c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:c28aa71e2759f4ef6a939f4c4cbe6eb93b490aec57edcd3bc04ddfb1a79e3122_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:f217d0e2ee477c6a4aad1b5329ad77aad631595ecc09223d45eabb65fbb3dcb8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-telemeter@sha256:49c604e45bed7de0092accf992a7360b759a25f6d0b2ba7a65bcce2c6c52f7ed_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tests@sha256:2f6347b402cd8f6e5afc8b6d2fcc3ea213d3e8325df186b0b4bfa3651fc29b4c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:3e3beaac96813816c6f2575c78e34faadb8cec2e97107a25efb6acc6f8d760d6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:4343e0a0d02722a0019942174c7d1587d8e8abefbde48b7b6f374a76a125b875_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:195ff9c2f84662da8890c5620382028240afb21f172caef120706070e71ce092_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:1504e3c20f04de8e4875f1860d18edd056fb8f64f4e1d6c375f5dec469bd1224_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:31cc96e0087d7748bc73f611917122a7426dd4f9dcce59a13bd0d3d0d29810c1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:5ff63bc70cbfcff3eede431fc5c0f704aea47191b9c598b56764c77374cebba8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:195ff9c2f84662da8890c5620382028240afb21f172caef120706070e71ce092_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:1504e3c20f04de8e4875f1860d18edd056fb8f64f4e1d6c375f5dec469bd1224_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:817c40ac725632322dc88f60c8870ca51ea3e71801fa1c01861db5a46b9fe2b5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:71dcf1b0bb479cbc69fe9cd96e1244055daea4b17ef4a1497d5f9b51f0f33646_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:ed90b4a58b967bc073abcd2c8d6450a757f7720c28a35a707e3b1acff10e7357_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:58475c817fa3fd1ac028c03eba2c857d3bd6c605e65093963d5be4d549495b7d_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:03b4902359e5dd1bc2524b213d42b3c1c2e3e0f63380a17142705ba0b8397529_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/driver-toolkit-rhel8@sha256:0adb3f01f921885b64b9ee98648b1252c0ee4f46c3f65ff53633924d72f5694a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:f5ae1ca7faa4f3bbb86f3c32ad12928c4905c85a3cfaebda3d80c603b3df995a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:a40488813e76053f7e3bc398a6655b6dcecc7d8e641b8c9a84c4fc7a8babeeb9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/network-tools-rhel8@sha256:a8f987adb667cdfe893a8fb16c46d04f64ae704ebd6f939ad86e5fac4e87d1d0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/oc-mirror-plugin-rhel8@sha256:9227ff3d828a294d7076bc5ccaf2b316bb1b60620e4a549c1b9778e692aef760_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:5a9f74b5c3dc5f2a040ae50fa85cad4269d3ef5dd93c57ce97ac1640526ef083_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:8b973769b317e1ca3ec4df7ac8bde2fd3898649a73bf16c6d436d5dbbcf7d1b5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:3f162460712daaf28214bba38129c4cec5894aa8f0dd4e133de33797801abb6a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel8@sha256:222d3e7cd6cde1dd90c007fdcd9ee1eb0d73e4d9a0972e01d68b1e23f6643d6a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:94450b3c7a1318f9aeac92d28721ff3b9b0e032a9aa85726d8b02c54ea424f05_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:103394f2799040d165d26e83a4d011940a27a311221cf53388025da8cfe2bb3b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:9f12e9a06be28ae59e58ea78263ad17e3c729418a77b09e232524e46fb98aa90_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:d80e9ac78a64607ea74ba4d5ecbe521c1f919c98ba7c42f3c2ec1c821576430d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8@sha256:7fd5087403be83fca087e1ec911beef62ed77461d65ad26f4680e50dbd719cb3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8@sha256:2e7c9331c70fa6692e0f0ca398caf71060007b0243da63cfd549159874fd7dda_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:18bf1ed1f3b68d8676b3e1b33cd1922ca633e530a769030287c6094310890e44_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:b5967b8947d53c71c2d6d86a31c1d2b192688504c090b27cf92c330affdbb9b5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:3da852fa79dfd7986e841fbfdaac11b058d722477229a8a3e446acc03d2855bd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:2555cdbd7369c083baf6cdf13c51b567308b68492eaded300fec1a7ec2162520_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:3ca873b2249269813d75f2fc77ce7136dbc0bcb91ab5ea7fddb5289f87430ff3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:5f0235ee6907bb4cbbea1f5a0f6799a2316f53dca50dfd47bcb06553779d90ee_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8@sha256:27791e130a789c4d7b82bc485b656f898efade15008428923d7bfff7412220ba_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:4215367141864d8246cd30210801d5eef359c01710205917d366b0969aa39aad_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:8e6843d665d705d385b691659de9ceddb5a5c632a2b8ddbb54ec53a8aae7b5e7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8@sha256:57114c78085fb614e49877646ea3d32b8ca9a11f55758720cfbf5b237bda33b6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:aad175767a53e40687563666fbfd4b0ade6740b0a9106dd9072338b4ef6a967e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8@sha256:551ea5cd1d61aa167aeebe2a664c584e1e604ccf044f95d4ccbd7581a37a28a8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:352e9b8374953a6d83b0bc7f47feeb949d36c4d19d5d4487e4e9e0935db060de_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-machine-controllers@sha256:766ecb47dab0dabb396770983c28cf54cc8873953881b741511eff2cad97b368_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-rhel8-operator@sha256:933361e4087e27483e3228f18ed11927cf6b69804521ec41b0ced4f3b1392e10_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8@sha256:4cdf34306eb2eb7e0400f004f7f3fa24db634ab9ee30a745d810e0c1c2a57186_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:0dbd860d73a376922f814d9bead2138e5738f12261a17c89cf0b85c1dfd330c2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cli@sha256:f3f11d030db87ab00d42e9bdf6afe349cf5383bef1e68e784640c9180c60ef9e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:4a583b961e61497209de9276f018dc3e78fad3f80a35bc5a99b243ef63f21dcc_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-api-rhel8@sha256:b83672b42e994c07b26b03379ca15be56589fe7d8a00677ff60f2eeed8ea0a07_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-authentication-operator@sha256:2467b04bbdc95207f80f8df02ca39be34fe940737a49f35709286b47348a034d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler-operator@sha256:55bdaea54b24f7fb08ad30fd9f6c34dc944c11993a4dd6a255c41a25f500b5d6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-autoscaler@sha256:6ff4a8524e267e83bbc7222993cb7cdb083cf1e07d798f9a0b35f5d09afd685b_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8@sha256:63acdeae3182eb576b9959b98e2788e87dd9834e8c53f33cecc867a4a07019ec_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-bootstrap@sha256:f4d01e9d7968d2164a87d3167161d157e62b2636ff67747127b6fc904d85c60a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8@sha256:d5e9126943d178b88d47ff4c0133ea2add90b05a19e65133abd92dd6ef8d43ed_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator@sha256:d5e9126943d178b88d47ff4c0133ea2add90b05a19e65133abd92dd6ef8d43ed_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:ca34ef82ca0096a6201a02eca801a82b5945c37e79984321c6900e2007afb933_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-config-operator@sha256:4849ed03bfda437491f219108afc8bd2599e96ecadf6322e527ff65ee6b2c7ae_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:7d3589d6ad46a61f492af7870b30992c8284f3041a59e6ed0c7e020a42f1fdb6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:6195190833c52939c4696d0271a59397726526f0a4accfc056e45e564e8af830_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-dns-operator@sha256:c069e4c89fb7af2ef735d8be2a05c068febe40b54ec8d43cdfa31118d5042005_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator@sha256:417cd2950c41d3490010f110b4bdc46fddbd5efa7a32ec73f44d080a9e56a814_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-image-registry-operator@sha256:9110db70398296e720496b0c7d0e02c5c0857248ce4d9625e80158de115cdb6f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-ingress-operator@sha256:15302d83535f81bdb5f297b1dade9d5ad34039344be786846aa670134e746eed_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator@sha256:c2da8698eea9388a61c2ae76ec72a46601e2480addfecda1c6f0c182a18b976a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:8aed89c36c6db33d5572521acccbc676e557f5268532a9ee2b63e8423191013a_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator@sha256:4ce64fc5f1b82f8eaca2aff35f5a4035ebe16dd67412aa73c783c7f2264d0078_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator@sha256:ada2f039c9bafd29b12ad382037c6e27e3d3835593f36d548e6f325e2d76d2a3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:58acdf2f0e9151c55c79e8e42766779a87aa74449186d3eac3483df14bfce5da_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-machine-approver@sha256:a5256116d595d9f902808ade081c5dadf42c8cf50a26ba4d50a636642a63be4c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-monitoring-operator@sha256:301719f189471ff392180858c3d1bc83470f53ce003842fa7ab63eaa8e1868e4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-network-operator@sha256:c1ee6c2f6f113929ce4dc10b0a21604b974418201cc16911a6aaf6c6ccdae1fa_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-node-tuning-operator@sha256:7404217ef1eabda789b87d6c1d5fdbae4c569af1515142f65e761231165e1e77_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator@sha256:72b65af0f9da924e1f96b490761c5e866a1e6d48d1d17a8e18e34722c7cf3858_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator@sha256:a4d3ac3eb8dbd7f3eaf1aebb4a07f7fd9b14f14fdfd5aa92eb76699005af1b42_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:fdffcb1cb1fa8c62f2fd863852a4c8319d468720dd7dbda93583de16e4763867_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8@sha256:32d6da2834b5fc4ba1e8ff1775cb4ed14b3a3c19d2975d0f3bdab29068572ea0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-samples-operator@sha256:9e7a6228eaca387c19876f41fe99ac45c794f5beedacb6105841eec8f47c3d92_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-storage-operator@sha256:5cc1e869f5f7a54876857393b06d3bc3828299b7bddc1493d0b1ffb9f80e65db_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-update-keys@sha256:7955a4d52e11574cd5b56c80046cffab0dfcb7fbdc52de2cd8ef10fe253f3af7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-cluster-version-operator@sha256:664a0fb69a06806911ca8661fe92e86fdeed45e32d0748ea166f00d5699a0972_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-configmap-reloader@sha256:239c1a0cabec9621a0926b9024145f61973631dead00bfd0411fd479412ca3e7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console-operator@sha256:1a4e35546ecab85097ca2a876e41e702ad1fba8a3f2a4d9e009ed70b72b5ca97_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-console@sha256:735a1f869be25e1b0cd29e96bab37c92161e4448a469f50edaabf506dabf9e97_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:5a6d77b9eecceaa0f0abf12806d56424604df8b19286ae397dc99c513868e4c9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-coredns@sha256:97a09430b0f9dfe88b861cb686a75399f26c0b52146a37eb84fa5b4193dda056_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:5a45ed2384d5c44dbe11a7780c37622d9d55da2fed6782dbb51d45fda4b2a723_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8@sha256:3ccf92e1ceed3bb4d7e92083204c4e818f59bc2be5d4b494e5c6e36afe49898c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8@sha256:12029d2e1342cc56ad28c160314dc3eec2fd495d7680c7d155645a8d631f9c17_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:52a513e8cf1eed7857e352eab8b25f7c51ccd2c08c5083112553bf1293c7e849_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8@sha256:eafdc83a60099af9de79968cfa967da3e9a589659b66fd1386aac8d632e82340_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:c7cb5497338edcf1185914249c765d50b902e1640049a9e8e6ad0d57b792ee8e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8@sha256:2ca4a02beb4550f80c19d9880aed6c921501867619f7c11648f2686b661434d4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-attacher@sha256:2ca4a02beb4550f80c19d9880aed6c921501867619f7c11648f2686b661434d4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:63920d0ad6f0b8cfbcdf8627269c50f84e66915aaad5fb6fd16e9480460b5313_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:63920d0ad6f0b8cfbcdf8627269c50f84e66915aaad5fb6fd16e9480460b5313_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:ab5caed8152c7e5012036719691b9fe4ba73b4488faa90f52ec88deb78f2ef47_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:ab5caed8152c7e5012036719691b9fe4ba73b4488faa90f52ec88deb78f2ef47_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8@sha256:3eb660f6971e2d8237b7b9ddb60e55e3bcccbd9f34b0cf3870bf1c18e07d25e0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-external-snapshotter@sha256:3eb660f6971e2d8237b7b9ddb60e55e3bcccbd9f34b0cf3870bf1c18e07d25e0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:1c61bea46954facb357a90cf7e8dcabb4073a45cee9e8928c3faf307f9d194a7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:1c61bea46954facb357a90cf7e8dcabb4073a45cee9e8928c3faf307f9d194a7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:8a38bd8d9a2f59953e6847385cde2ca47d7252af62af446d98a44dc1e6e06907_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:8a38bd8d9a2f59953e6847385cde2ca47d7252af62af446d98a44dc1e6e06907_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8@sha256:681c52a626b9b28b3cc3de0b8a6e643aa3a071e80da0f44fca4af00768e009b2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-controller@sha256:681c52a626b9b28b3cc3de0b8a6e643aa3a071e80da0f44fca4af00768e009b2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:2b93d7f431d61453311b929fec9391525bc97166aabfca4efec2cb5c8053ae31_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-deployer@sha256:c0e3736e12e3fbec1b29b06ccc21599e6ff0114e0e47611e2f94c6163f60d9b4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-builder@sha256:c6430b22a10b6e8ab0f60617727058b212edeb72b802458a6188acfe51c35ad1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-docker-registry@sha256:ffad01290cfad51340f07afc72b877ab3095ccdefaadd67e9f66c0bc7a9d126e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-etcd@sha256:1aedebae5a1eb0195c6a8d30e6b91be3505d439e5fdf364ba62a9df86bc423a8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:aae2532fdefaeef32a1c12fca4417650529c885f850aa0502438468c888f26b3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:b2e49e53dc87c605e8ed9a412e6001f9e8bbfa15121a7bdaf42ec7cf5c5e5a4e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:69307cbf63377392049c210206a187d96dbdab6daa749e9c4b3c26e482567e25_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:88ffe472fae92406d19d174c50515d8d22a6d0a7b93f7f7b89b485d0b6fca3a4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-haproxy-router@sha256:1a103094e958de44278635a3506bd8557894f987cda61cbc2c5ab757ba8815c4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hyperkube@sha256:50be43d66e3049fc247ac60315cce3d11f784dcddfc1ec4112af94740288fb44_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-hypershift-rhel8@sha256:8d762f3ffdcb22589570deae966d6d092bc3a0e75537d0f0a4dbfcf2115ed03e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:163355de7f30a4161758a43c7adefb90ab969c07be9604c9a34e0c2499f5f7e3_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:6618f9828840cf41fffc19e89f5ae2077ac1aadaece6aa33fde8497b4fbf06e1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:337e3625cbadf2a326aa7de7f1750ed7ac6ef29ad28508b60e396bf72f2f4ae9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:bf789b27d3ba264a300600ee975f31e94a017b29cd878e78860aca9e42b633c2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:b8674517296b137591fdfd8086ff069731e8910c97d4aeae5bfec11b32e8e891_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:22d09b4eafbf14a04eea1d7e98abe239e59465106c9634d4e99cfb4ffb2d2508_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:4c9eb330e0de59382effefdb1e5fae589020d462b114e0efe07a4726920757c8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-insights-rhel8-operator@sha256:59d16eba992d35b83656ff86cf914fb5ac7e68b6e6b1db732d117bd1cfcd066d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:3f13acb41c7905c644eda4164b2a03a1a42f18e0ed55231f30f87a476f6320a0_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-installer@sha256:2350a03a4e87eedb2bdd0e02ed771c2785014e48fcb9f42909e7186027c6311d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:aa92b055a5e97f08b510ee1df7583d7f2c3181f2cd419732dd9e34f351a44b0f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:98e10bddb60bddd235b524c4ab661cf2e1cc0da0c71d4317f26a01bde8b069a4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:d344270fd48b6000166a4fad79dbd4536c5e4c58309d1e36e45d055c13fcb914_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:a8725ec7e307727da1f2a833cd0171dd332fc276cc80d6a1cce548e157c10aee_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter@sha256:7b34408e62f572b8636b90d8ea622ed1b03e72ab014f32033e13790583cf29ee_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-keepalived-ipfailover@sha256:6eb5e9896c82bfcd569b9c002475c0a87054cc92b85792e66453044e4f27726c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-proxy@sha256:ba2ea0cf300603cb839139fec385933c5585beee96666c439a565670bf867531_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:c7cc40ccbefa06e47aa71896ab733ccd16d9aa2637991f2994c976fb8cfbc446_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-state-metrics@sha256:8fcc17d23b0e06802fb907df56a0e712f8beb3aadb7850cd549d1105cd6964e6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8@sha256:29ee316d69a70a0fb1dd96be313e7030c24e2fcc3fcedc1e3d90aed63b602324_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:19f25f9d406b88e079a0156ee28016df1f13a7556d2f9a771d75e506c5a009bb_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-cni-rhel8@sha256:7bb99f7ef4a98fda5c3d6f972f243cfa8372294b28b9976b97ba96b776cfd81f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-kuryr-controller-rhel8@sha256:53bcff6b7cff9137d1217881bd66deb2d055a6769c50bce52d398f6ca902c9e9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-libvirt-machine-controllers@sha256:fb362c48e4dbe220809704a8ee467120e2546d2e6f6ec5d73b3aba53dc077bf2_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-operator@sha256:b731cc451638e4e1213edb5cf9f2a707dc9e4196dfd004f4a61d5b5f5b1d0c75_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8@sha256:9ba21219e78170ef0894b9617b5e73f1c17987419b59cec160f34567126d6565_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8@sha256:145640691e5a1c299dda7b9d02c5925dd40ca032e88ebef8e28696d52f8a2267_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8@sha256:fceb4dd066f16f2f26d706ad34e8bffbba4c9fb1f4598c3abf25e90fd65c25d5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel8@sha256:7167c1e4fa2f1d6994a964d05dff74b2ddb6b051322a6576069647937028f435_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:6c359a023df6c5ce14c715666ed9233a77033a0f9a2cbf0463fb36f3e16417d4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:3f41faf2e3990aeff8d32bf73fbdd665b58d002c5e6aa590986706b6278c3923_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-admission-controller@sha256:a46233e5b1fa0a5a1a764a46c49a11269fadd87de378e28cb5fef0180ff7bf4f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-cni@sha256:fb1bc19434279409ff37e71aceb200a6ad915ffe6a4f2e7fdcbc9d250bdf5d0d_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8@sha256:85798bf870d31a79765ce9e73a6b5e3bbd18b28e0e7d009b5ad2880b805eb711_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:86da8c4a231249869671822435c5d160dfdbe40f37b35c329d0d678b88862cc7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:aa340b9e7d6540fef963456a1f68be95d2285796ae1fe6501f7a157f2c7853be_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-must-gather@sha256:201647697fc20fffa5238c768c1b70f593143ead6f5a8220e52c09bb486281dd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:6a2bdd5615bbccad31a48a4329005c053e1ffe644bffff32cbfe1307ad3fc7cd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8@sha256:1a2418d7720c3b8dfbb1d4ee4dd33e40d40d20ef6149cff66a75e01997389361_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8@sha256:a70ec003fa1858d78a82d3700e2c754534072d34769c582357dbbdaee131fae7_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8@sha256:403015afaab53d1aef65a3e1fd08e4bd0d534c7400a01f1096e9818970d240c4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-proxy@sha256:de1a25df83ac6bae5d4c23b809ce73c8c94e547653f244be3e85245b9134bbdd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-oauth-server-rhel8@sha256:33380f96c6f751fae2a34f47043bbd2125f574815954ac094d09ecb28725d983_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:d014eec11f3767e50e7de299438160fad3790faa00b4db2a86c515d9df5ec807_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8@sha256:14ced1f02db227a42c3b98b29f39d7e73ba06d8b0cbea83ecfaf2c63bb9ba04f_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8@sha256:ce3612a32ff93aa9738261533b336ea9b042a0fb0a25bc5fb28dec612ed7418e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8@sha256:3a92f12e26afdfdccbc05a01031296b5404fa54e68de2ae2d4ee0994cb31424e_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:dd7c5a0d61ff5f73cf7f4ba78310282cd51fcab071e8ab56066a3cfa9e6c1ca1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:7507d0c8e9e8c7fa573b50ca87c41195da712bc6c006ce4cd5e8355218099051_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:10385bc6050cab2cb3e3edd835c67668eee37be126f704799e9569a9b54d9c99_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-openstack-machine-controllers@sha256:af5205229b7ad7b9068165968c30ad36ac3016b1f28d0a26ed8ded9aa9eb14bd_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-lifecycle-manager@sha256:84a2ea69488edce69c22b8a5aef5665fa7563cdf2fcd3f9424acdedbed521499_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-marketplace@sha256:0b230491bb5a52adc2242872a0686223e53a7ed3a5f923b383183558bc205b13_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-operator-registry@sha256:b85e21c45357847ac140ef2db2222e7da11080812d2eee85cfdcc98eb6c22561_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8@sha256:19bd2b1d343872fd132beaf68aad33eee9f274ea3915a299ce601467ac844421_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel8@sha256:0bd452632f8ad16181bbb5fd4a0a86a94c4cd4fbce183d61bf99f7ff28b7c6c9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-ovn-kubernetes@sha256:27f7ac8d4ed15dfb7b1f61abbfb38c2333b9974356a6070b2084b20b778ae3f9_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-pod@sha256:0fff500fa4c52f2f910574e7fd646f9408397f726fbd5ba2d6e11f55ff0b51e1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:82b79d5ab7eed554fcc89d6fa5754dba5993816ea43c257097410fd078323943_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8@sha256:2da4e2c822d30d1b66e59cbd696fd638fe6c1052a774c303bcc50d8c732713b4_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:735c9ae12484b2d3c5301b5ea2d1cdddb583a7e65da3a35980fa20de3dcee1ab_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8@sha256:20f8b3b38ed483e484897ab7f1465d9c20e3bdbe4ece138b85a2d9b46e184394_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:220a41bce9e80c6277055d596c02b3d62cf5905cfda772eb705c8ed4dd51feef_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:82edda6ae8fcfa24385cb75ab729154662649b66c5cce8b81719c300f838ff87_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-config-reloader@sha256:557c5ce0dfc308b7a88683cabd6303682bf959b6820d1209bb43554ca68f0f60_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:f54d7037f0084599924d8edad281b398611f8a96218a4809f4dc58f7cde7a261_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:1d1c4e5f78487db89666bd2fbee88fcc4fac0b1e62611a823a4971d088446369_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus-operator@sha256:0685631135bc2fd9d9f9e68cf34bf1ec66573fab26a0bccfa3f63ca2003472df_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-prometheus@sha256:90b2aaed0a32f10b45afb6ffca9379c3e8fc58a5d16f9730667055304b1b9b7c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-sdn-rhel8@sha256:c28aa71e2759f4ef6a939f4c4cbe6eb93b490aec57edcd3bc04ddfb1a79e3122_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-service-ca-operator@sha256:f217d0e2ee477c6a4aad1b5329ad77aad631595ecc09223d45eabb65fbb3dcb8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-telemeter@sha256:49c604e45bed7de0092accf992a7360b759a25f6d0b2ba7a65bcce2c6c52f7ed_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tests@sha256:2f6347b402cd8f6e5afc8b6d2fcc3ea213d3e8325df186b0b4bfa3651fc29b4c_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:3e3beaac96813816c6f2575c78e34faadb8cec2e97107a25efb6acc6f8d760d6_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:4343e0a0d02722a0019942174c7d1587d8e8abefbde48b7b6f374a76a125b875_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:195ff9c2f84662da8890c5620382028240afb21f172caef120706070e71ce092_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:1504e3c20f04de8e4875f1860d18edd056fb8f64f4e1d6c375f5dec469bd1224_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:31cc96e0087d7748bc73f611917122a7426dd4f9dcce59a13bd0d3d0d29810c1_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:5ff63bc70cbfcff3eede431fc5c0f704aea47191b9c598b56764c77374cebba8_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:195ff9c2f84662da8890c5620382028240afb21f172caef120706070e71ce092_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8@sha256:1504e3c20f04de8e4875f1860d18edd056fb8f64f4e1d6c375f5dec469bd1224_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:817c40ac725632322dc88f60c8870ca51ea3e71801fa1c01861db5a46b9fe2b5_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8@sha256:71dcf1b0bb479cbc69fe9cd96e1244055daea4b17ef4a1497d5f9b51f0f33646_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:ed90b4a58b967bc073abcd2c8d6450a757f7720c28a35a707e3b1acff10e7357_amd64",
"Red Hat OpenShift Container Platform 4.12:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8@sha256:58475c817fa3fd1ac028c03eba2c857d3bd6c605e65093963d5be4d549495b7d_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "github.com/sirupsen/logrus: github.com/sirupsen/logrus: Denial-of-Service due to large single-line payload"
}
]
}
SUSE-SU-2025:03051-1
Vulnerability from csaf_suse - Published: 2025-09-02 15:38 - Updated: 2025-09-02 15:38| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:python3-eventlet-0.26.1-150300.3.3.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:python3-eventlet-0.26.1-150300.3.3.1.noarch | — |
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": "Security update for python-eventlet",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for python-eventlet fixes the following issues:\n\n- CVE-2025-58068: improper handling of HTTP trailer sections in WSGI parser leads to HTTP request smuggling\n (bsc#1248994).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-3051,SUSE-SLE-Module-Packagehub-Subpackages-15-SP6-2025-3051,SUSE-SLE-Module-Packagehub-Subpackages-15-SP7-2025-3051",
"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_03051-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:03051-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202503051-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:03051-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2025-September/041490.html"
},
{
"category": "self",
"summary": "SUSE Bug 1248994",
"url": "https://bugzilla.suse.com/1248994"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-58068 page",
"url": "https://www.suse.com/security/cve/CVE-2025-58068/"
}
],
"title": "Security update for python-eventlet",
"tracking": {
"current_release_date": "2025-09-02T15:38:58Z",
"generator": {
"date": "2025-09-02T15:38:58Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:03051-1",
"initial_release_date": "2025-09-02T15:38:58Z",
"revision_history": [
{
"date": "2025-09-02T15:38:58Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "python2-eventlet-0.26.1-150300.3.3.1.noarch",
"product": {
"name": "python2-eventlet-0.26.1-150300.3.3.1.noarch",
"product_id": "python2-eventlet-0.26.1-150300.3.3.1.noarch"
}
},
{
"category": "product_version",
"name": "python3-eventlet-0.26.1-150300.3.3.1.noarch",
"product": {
"name": "python3-eventlet-0.26.1-150300.3.3.1.noarch",
"product_id": "python3-eventlet-0.26.1-150300.3.3.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:packagehub:15:sp6"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product": {
"name": "SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_identification_helper": {
"cpe": "cpe:/o:suse:packagehub:15:sp7"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-eventlet-0.26.1-150300.3.3.1.noarch as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:python3-eventlet-0.26.1-150300.3.3.1.noarch"
},
"product_reference": "python3-eventlet-0.26.1-150300.3.3.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-eventlet-0.26.1-150300.3.3.1.noarch as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:python3-eventlet-0.26.1-150300.3.3.1.noarch"
},
"product_reference": "python3-eventlet-0.26.1-150300.3.3.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-58068",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-58068"
}
],
"notes": [
{
"category": "general",
"text": "Eventlet is a concurrent networking library for Python. Prior to version 0.40.3, the Eventlet WSGI parser is vulnerable to HTTP Request Smuggling due to improper handling of HTTP trailer sections. This vulnerability could enable attackers to, bypass front-end security controls, launch targeted attacks against active site users, and poison web caches. This problem has been patched in Eventlet 0.40.3 by dropping trailers which is a breaking change if a backend behind eventlet.wsgi proxy requires trailers. A workaround involves not using eventlet.wsgi facing untrusted clients.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:python3-eventlet-0.26.1-150300.3.3.1.noarch",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python3-eventlet-0.26.1-150300.3.3.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-58068",
"url": "https://www.suse.com/security/cve/CVE-2025-58068"
},
{
"category": "external",
"summary": "SUSE Bug 1248994 for CVE-2025-58068",
"url": "https://bugzilla.suse.com/1248994"
}
],
"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 Module for Package Hub 15 SP6:python3-eventlet-0.26.1-150300.3.3.1.noarch",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python3-eventlet-0.26.1-150300.3.3.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:python3-eventlet-0.26.1-150300.3.3.1.noarch",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:python3-eventlet-0.26.1-150300.3.3.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-09-02T15:38:58Z",
"details": "moderate"
}
],
"title": "CVE-2025-58068"
}
]
}
SUSE-SU-2025:03202-1
Vulnerability from csaf_suse - Published: 2025-09-12 12:27 - Updated: 2025-09-12 12:27| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP6:python311-eventlet-0.33.3-150400.5.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Python 3 15 SP7:python311-eventlet-0.33.3-150400.5.6.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:python311-eventlet-0.33.3-150400.5.6.1.noarch | — |
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": "Security update for python-eventlet",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for python-eventlet fixes the following issues:\n\n- CVE-2025-58068: improper handling of HTTP trailer sections in WSGI parser leads to HTTP request smuggling\n (bsc#1248994).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-3202,SUSE-SLE-Module-Python3-15-SP6-2025-3202,SUSE-SLE-Module-Python3-15-SP7-2025-3202,openSUSE-SLE-15.6-2025-3202",
"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_03202-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:03202-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202503202-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:03202-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2025-September/041684.html"
},
{
"category": "self",
"summary": "SUSE Bug 1248994",
"url": "https://bugzilla.suse.com/1248994"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-58068 page",
"url": "https://www.suse.com/security/cve/CVE-2025-58068/"
}
],
"title": "Security update for python-eventlet",
"tracking": {
"current_release_date": "2025-09-12T12:27:28Z",
"generator": {
"date": "2025-09-12T12:27:28Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:03202-1",
"initial_release_date": "2025-09-12T12:27:28Z",
"revision_history": [
{
"date": "2025-09-12T12:27:28Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "python311-eventlet-0.33.3-150400.5.6.1.noarch",
"product": {
"name": "python311-eventlet-0.33.3-150400.5.6.1.noarch",
"product_id": "python311-eventlet-0.33.3-150400.5.6.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Python 3 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-python3:15:sp6"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Python 3 15 SP7",
"product": {
"name": "SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-python3:15:sp7"
}
}
},
{
"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": "python311-eventlet-0.33.3-150400.5.6.1.noarch as component of SUSE Linux Enterprise Module for Python 3 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP6:python311-eventlet-0.33.3-150400.5.6.1.noarch"
},
"product_reference": "python311-eventlet-0.33.3-150400.5.6.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-eventlet-0.33.3-150400.5.6.1.noarch as component of SUSE Linux Enterprise Module for Python 3 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Python 3 15 SP7:python311-eventlet-0.33.3-150400.5.6.1.noarch"
},
"product_reference": "python311-eventlet-0.33.3-150400.5.6.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Python 3 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python311-eventlet-0.33.3-150400.5.6.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:python311-eventlet-0.33.3-150400.5.6.1.noarch"
},
"product_reference": "python311-eventlet-0.33.3-150400.5.6.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-58068",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-58068"
}
],
"notes": [
{
"category": "general",
"text": "Eventlet is a concurrent networking library for Python. Prior to version 0.40.3, the Eventlet WSGI parser is vulnerable to HTTP Request Smuggling due to improper handling of HTTP trailer sections. This vulnerability could enable attackers to, bypass front-end security controls, launch targeted attacks against active site users, and poison web caches. This problem has been patched in Eventlet 0.40.3 by dropping trailers which is a breaking change if a backend behind eventlet.wsgi proxy requires trailers. A workaround involves not using eventlet.wsgi facing untrusted clients.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-eventlet-0.33.3-150400.5.6.1.noarch",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-eventlet-0.33.3-150400.5.6.1.noarch",
"openSUSE Leap 15.6:python311-eventlet-0.33.3-150400.5.6.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-58068",
"url": "https://www.suse.com/security/cve/CVE-2025-58068"
},
{
"category": "external",
"summary": "SUSE Bug 1248994 for CVE-2025-58068",
"url": "https://bugzilla.suse.com/1248994"
}
],
"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 Module for Python 3 15 SP6:python311-eventlet-0.33.3-150400.5.6.1.noarch",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-eventlet-0.33.3-150400.5.6.1.noarch",
"openSUSE Leap 15.6:python311-eventlet-0.33.3-150400.5.6.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Python 3 15 SP6:python311-eventlet-0.33.3-150400.5.6.1.noarch",
"SUSE Linux Enterprise Module for Python 3 15 SP7:python311-eventlet-0.33.3-150400.5.6.1.noarch",
"openSUSE Leap 15.6:python311-eventlet-0.33.3-150400.5.6.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-09-12T12:27:28Z",
"details": "moderate"
}
],
"title": "CVE-2025-58068"
}
]
}
WID-SEC-W-2026-0408
Vulnerability from csaf_certbund - Published: 2026-02-12 23:00 - Updated: 2026-03-04 23:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.62
Red Hat / OpenShift
|
Container Platform <4.14.62 | ||
|
Red Hat OpenStack OpenShift 18.0
Red Hat / OpenStack
|
cpe:/a:redhat:openstack:openshift_18.0
|
OpenShift 18.0 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.62
Red Hat / OpenShift
|
Container Platform <4.14.62 | ||
|
Red Hat OpenStack OpenShift 18.0
Red Hat / OpenStack
|
cpe:/a:redhat:openstack:openshift_18.0
|
OpenShift 18.0 |
{
"document": {
"aggregate_severity": {
"text": "mittel"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "Red Hat OpenStack ist eine Sammlung von Diensten, um Cloud-Computing in Form von Infrastructure as a Service (IaaS) bereitstellen zu k\u00f6nnen.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in Red Hat OpenStack Services auf OpenShift ausnutzen, um Sicherheitsvorkehrungen zu umgehen oder Berechtigungen zu erweitern.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Linux",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2026-0408 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2026/wid-sec-w-2026-0408.json"
},
{
"category": "self",
"summary": "WID-SEC-2026-0408 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2026-0408"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:1959 vom 2026-02-12",
"url": "https://access.redhat.com/errata/RHSA-2026:1959"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:1958 vom 2026-02-12",
"url": "https://access.redhat.com/errata/RHSA-2026:1958"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:2661 vom 2026-02-18",
"url": "https://access.redhat.com/errata/RHSA-2026:2661"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:2990 vom 2026-02-26",
"url": "https://access.redhat.com/errata/RHSA-2026:2990"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:3422 vom 2026-03-05",
"url": "https://access.redhat.com/errata/RHSA-2026:3422"
}
],
"source_lang": "en-US",
"title": "Red Hat OpenStack Services auf OpenShift (python-eventlet, keystone): Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2026-03-04T23:00:00.000+00:00",
"generator": {
"date": "2026-03-05T11:42:32.811+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.5.0"
}
},
"id": "WID-SEC-W-2026-0408",
"initial_release_date": "2026-02-12T23:00:00.000+00:00",
"revision_history": [
{
"date": "2026-02-12T23:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2026-02-17T23:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-02-26T23:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-03-04T23:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von Red Hat aufgenommen"
}
],
"status": "final",
"version": "4"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux",
"product": {
"name": "Red Hat Enterprise Linux",
"product_id": "67646",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:-"
}
}
},
{
"branches": [
{
"category": "product_version_range",
"name": "Container Platform \u003c4.14.62",
"product": {
"name": "Red Hat OpenShift Container Platform \u003c4.14.62",
"product_id": "T051279"
}
},
{
"category": "product_version",
"name": "Container Platform 4.14.62",
"product": {
"name": "Red Hat OpenShift Container Platform 4.14.62",
"product_id": "T051279-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:container_platform__4.14.62"
}
}
}
],
"category": "product_name",
"name": "OpenShift"
},
{
"branches": [
{
"category": "product_version",
"name": "OpenShift 18.0",
"product": {
"name": "Red Hat OpenStack OpenShift 18.0",
"product_id": "T050880",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openstack:openshift_18.0"
}
}
}
],
"category": "product_name",
"name": "OpenStack"
}
],
"category": "vendor",
"name": "Red Hat"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-58068",
"product_status": {
"known_affected": [
"67646",
"T051279",
"T050880"
]
},
"release_date": "2026-02-12T23:00:00.000+00:00",
"title": "CVE-2025-58068"
},
{
"cve": "CVE-2025-65073",
"product_status": {
"known_affected": [
"67646",
"T051279",
"T050880"
]
},
"release_date": "2026-02-12T23:00:00.000+00:00",
"title": "CVE-2025-65073"
}
]
}
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.